*
{
    font-family: sans-serif;
}
h1{font-size: 18vh;}
.modal {
      display: none; /* Hidden by default */
      position: absolute; /* Stay in place */
      z-index: 2; /* Sit on top */
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
    color: whitesmoke;
}

/* Modal Content */
.model-img
{
    background-image: url(../images/bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.model-text
{
    height: 100%;
    padding-top: 150px;
    background-image: url(../images/body-bg.jpg);

}
.modal-text-title
{
    margin-left: 20%;
}
.modal-text-title h1
{
    letter-spacing: 12px;
}
.modal .list ul
{
    list-style: none
}
.modal .list ul li a
{
    color: whitesmoke;
    text-decoration: none;
    line-height: 5;
}
.modal .list ul li a:active
{
    color: maroon;
}
.dropdown-item{color: black;}
/* The Close Button */
.close {
    position: relative;
    right: 2%;
    top: 4%;
    color: white;
    font-size: 28px;
    font-weight: bold;
}

/*******************************************************/
.header
{
    position: relative;
    top: 0;
    background-image: url(../images/bg_1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    color: whitesmoke;
}
.brand
{
    letter-spacing: 6px;
    font-family: Calibri;
}
#myBtn
{
    color: whitesmoke;
    position: absolute;
    right: 3%;
    top: 10%;
    border: none;
    z-index: 2;
    background-color: transparent;
    font-size: 30px;
    font-weight: bold;
}
.position
{
    letter-spacing: 3px;
    color: deeppink;
}
.btnHeader1
{
    color: whitesmoke;
    background-color: deeppink;
}
.btnHeader1:hover
{
    color: deeppink;
    border: 1px solid deeppink;
    background-color: transparent;
}
.btnHeader2
{
    color: deeppink;
    background-color: transparent;
}
.btnHeader2:hover
{
    color: whitesmoke;
    background-color: deeppink;
}

.models-info div
{
    border-left: 1px solid gray;
    width: 15%;
    padding-left: 2%;
}
/*******************************************************/
.menCatalog .overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(179, 0, 95, 0.7);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.menCatalog:hover .overlay {
  width: 100%;
  left: 0;
}

.text1 {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.coupleCatalog .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(179, 0, 95, 0.7);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.coupleCatalog:hover .overlay {
  bottom: 0;
  height: 100%;
}

.womenCatalog .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:  rgba(179, 0, 95, 0.7);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.womenCatalog:hover .overlay {
  width: 100%;
}

.shopNow .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(179, 0, 95, 0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.shopNow:hover .overlay {
  height: 100%;
}


/************End Catalog***************************/
.menSection
{
    background-image: url(../images/men-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    color: whitesmoke;
}
.menSection .row
{
    background-color: rgba(179, 0, 95, 0.5);
}
.image {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(64, 64, 64, 0.5);
    transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%)
}

.men:hover .image {
  opacity: 0.5;
}

.men:hover .middle {
  opacity: 1;
}

.text {
  background-color: rgb(179, 0, 95);
  color: white;
  font-size: 18px;
}
.text ul {list-style: none;}
.text ul li{display: inline}
/***********************************************/
.rating-stars ul
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i {
  font-size:16px; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i {
  color:darkorange;
}
.priceWomen i
{
    -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}
.new1, .new2, .new3, .new4
{
    width: 60px;
    height: 70px;
    background-color: deeppink;
    position: absolute;
    top: 0;
    right: 4%;
    color: whitesmoke;
    display: none
}
/***************End Women produts*******************************/

.offer
{
    background: linear-gradient(to bottom left, #cc6699 0%, #cc0066 100%);
    color: whitesmoke;
}
.titleOffer
{
    font-size: 4vw;
}
.btnOffer
{
    border: 1 solid white bold ;
    background-color: transparent;
    color: whitesmoke;
    cursor: pointer;
}
/***********************************************/
.title
{
    color: darkslategray;
    font-family: fantasy;
}
/*******************************************/

.head
{
    color: darkslategrey;
    font-family: cursive;
    font-weight: bold;
}
.pricee {color: deeppink;font-size: 2vw;}
.pricee i
{
    
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}
.category, .available{color: darkgray;}
.available span, .category span{color: darkslategrey}
.quantity{color: darkgrey;font-family: sans-serif}
.quantity-amount{background-color: gainsboro; border: none ;width: 10%;}
.icon {border: none;}
.btnCard
{
    color: darkslategrey;
    background-color: whitesmoke;
    cursor: pointer;
}
.btnCard:hover
{
    -ms-transform:translateY(-10px) scale(1.02); /* IE 9 */
    -webkit-transform: translateY(-10px) scale(1.02); /* Safari 3-8 */
    transform: translateY(-10px) scale(1.02);
    
    box-shadow: 10px 10px 5px #aaaaaa;
}
.options
{
    position: absolute;
    top: 80%;
    right: 20%;
}
/**************End*********************************/
/**************************************************/
.tab {
   overflow: hidden;
   border-bottom: 1px solid #ccc;
    text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color:whitesmoke;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
    font-weight: bold;
    color: darkslategrey;
}

/* Change background color of buttons on hover */
.tab button:hover {
   background-color: #ddd;
    box-shadow: 10px 10px 5px #aaaaaa;
}

/* Create an active/current tablink class */
.tab button.active {
    background: linear-gradient(to bottom left, #cc6699 0%, #cc0066 100%);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.commentDate{color: darkgray;}
.comment{color: dimgray;}
.main-form .common-input, .main-form .common-textarea
{
    width: 100%;
    border: none;
    border-bottom: 1px solid darkgray;
}
.review-overall
{
    color: darkslategrey;
    background-color: gainsboro;
}
.review-overall .main-review {font-size: 50px;color: deeppink;font-weight: bold;}
.starReview{color: darkgray}
.total-star {color: darkorange}

/*******************************************/
.heading{font-family:Bookman Old Style;color: darkslategrey;}
.icons
{
    background-color: deeppink;
    width: 8vw;
    height: 7vw;
    border-radius: 50%;
    color: whitesmoke;
}
.icons .flaticon-diamond:before{font-size: 4.5vw;}
.icons .flaticon-shout:before{font-size: 4.5vw;}
.icons .flaticon-shop:before{font-size: 4.5vw;}
.icons .flaticon-photograph:before{font-size: 4.5vw;}
.info h3{font-family: cursive;}
.info p{color: darkgray;}
/*****************End************************/


/************************End Rotate Slider*********************************/

.footer-area{background-color: black;color: whitesmoke}
.single-footer-widget h3{letter-spacing: 4px;}
.single-footer-widget h4{letter-spacing: 2px;}
.single-footer-widget p{color: darkgray;letter-spacing:1.5px;font-size: 17px}
.inputemail{border: none;background-color: black;border-bottom: 1px solid gray}
.instafeed{list-style: none}
.iconSoicalMedia{
    padding: inherit;
    text-align: center;
    font-size: 30px;
    color: ghostwhite;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(51, 51, 51);
}
.iconSoicalMedia a{color: whitesmoke}
.iconSoicalMedia a:hover{color: deeppink}
.footer-bottom{color: darkgray}
/********************End Footer****************************/
