*{
	margin:0px;
	padding:0px;
	font-family: 'Josefin Sans', sans-serif;

}
body{
	background:#FBF6ED;
}
#header{
    width: 100%;
}
.WebMenu-container{
	display: flex;
    justify-content: space-around;
    padding: 28px 46px;
    color: #000;
    /* height: 100px; */
    align-items: center;
    position: fixed;
    width: 100%;
	z-index: 99;
}
.mobile-container{
	display:none;
}
.site-header {
    width: 40%;
}
.site-logo {
    width: 20%;
}
.site-header a {
    margin-top: 10px;
}
img#logo {
    width: 160px;
    height: 47px;
}
#nav-bar {
   
    width: 40%;
}
#header ul{
	list-style:none;
	display: flex;
	float:right;
	margin:0px;
	margin-top: 10px;
}
.nav-link{
	text-decoration:none;
	color:#000;
	text-transform: uppercase;
	
    font-size: 12px;
}

.productDiv {
    width: 100%;
    display: flex;
}

.productSlider {
    width: 50%;
}
.productSlider img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
ul.slick-dots {
    position: absolute;
    top: 44%;
    left: 11%;
    list-style: none;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin: 10px 0;
    border: 1px solid;
    border-radius: 100%;
    background-color: #0000ff00;
    text-indent: -9999px;
	cursor:pointer;
}
li.slick-active button {
			background-color: #000;
		}
.productDetails {
    width: 50%;
}
.productDetails1 {
    position: absolute;
    max-width: 450px;
    width: 100%;
    top: 130px;
    margin-left: 100px;
	font-size: 12px;
}
h2.productTitle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
	max-width: 227px;
	width:100%;
}
.productPrice{
    font-size: 13px;
    font-weight: normal;
}
.productDescription {
    letter-spacing: 1px;
    line-height: 17px;
}
input[type="radio"]{
	display:none;
}
.productVarient label{
	margin-right:10px;
	cursor: pointer;
}
.productVarient label span {
	display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #fbf6ed;
    border-radius: 10px;
}
.productVarient1{
	background:#E3D8C8;
}
.productVarient2{
	background:#000000;
}


.productMore .collapsible {
	text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    color: #0a0a0a;
    cursor: pointer;
    /* padding: 18px; */
    width: 100%;
    border: none;
	background: #fbf6ed;
    text-align: left;
    outline: none;
    font-size: 13px;
}
button:focus{
	outline: none;
}
.active, .collapsible:hover {
	border:none;
}

.collapsible:after {
	  content: '\002B';
	  color: black;
	  font-weight: bold;
	  float: right;
	  background: #fbf6ed;
	  margin-left: 5px;
}

.active:after {
	content: "\2212";
}

.productMore .content {
      /* padding: 0 18px; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fbf6ed;
	border-bottom: 2px solid;
}

h3 {
    font-size: 13px;
    text-transform: uppercase;
    /* color: #000; */
    /* text-decoration: none; */
}
h3 .title
{
 text-decoration: none;
    color: #000;
}
.bb-2{
	border-bottom:2px solid;
}

.productSize .size {
    display: flex;
}

.productSize .size div {
    background: #F6EFE3;
    margin-right: 10px;
    padding: 4px 18px;
}
.productSize .size span{
	margin-right:10px;
}
.productSize .size label{
	padding: 0 8px;
	margin:0px;
	cursor: pointer;
}
.addToBag button {
	font-family: 'Josefin Sans', sans-serif;
    background: #fbf6ed;
    padding: 1px 22px;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
	cursor: pointer;
}

.moreCombinationsPics img {
    width: 80px;
    height: 80px;
}

.bestSeller h1{
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    /* font-weight: 600; */
    margin-bottom: 10px;
    padding: 70px 74px;
    width: 100%;
}

.bestSeller_product {
    width: 100%;
	display: flex;
}
.bestSeller_product div {
    width: 100%;
    max-width: 25%;
}
.bestSeller_product img {
       width: 100%;
	   padding: 1px;
	   margin-bottom: 15px;
}
.bestSeller_product span {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.bestSeller_product .productPrice {
    text-align: center;
    margin-left: 41px;
    text-decoration: none;
    color: #000;
    /* max-width: 100%; */
}
.galleyDiv h1{
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    /* font-weight: 600; */
    margin-bottom: 10px;
    padding: 70px 74px 5px;
    width: 100%;
}
.galleyDiv_product {
    width: 100%;
	display: flex;
}
.galleyDiv_product div {
    width: 100%;
    max-width: 20%;
}
.galleyDiv_product img {
       width: 100%;
	   padding: 1px;
	   margin-bottom: 15px;
}



.subscribe{
	display:flex;
	justify-content:space-around;
	padding-top:100px;
	align-items:center;
	padding-bottom: 80px;
}
.subscribe div{
	width:100%;
}
.subscribe label {
	font-size: 13px;
    display: block;
	letter-spacing: 2px;
	text-align: center;
}
.subscribe input {
    padding: 2px;
    border: none;
    background: #fbf6ed;
}
input[type="email"], input[type="submit"], textarea, select { 
    outline: none;
	text-transform:uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;

}

input[type="email"]{
	width: 550px;
} 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input[type="submit"]{
	cursor:pointer;
}

footer {
	padding: 100px 30px;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
}

footer a{
	text-decoration:none;
	color:#000;
}
footer ul {
	line-height: 25px;
	list-style: none;
	color:#000;
	padding: 0 44px;
}

footer span{
	color:#000;
	padding: 0 10px;
}
/*for safari */
@media only screen and (-webkit-min-device-pixel-ratio:1) 
{ ::i-block-chrome, 
#header{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}
.WebMenu-container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}
#header ul{
	 display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}
.productDiv {
	 display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}
.productSize .size {
	 display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}
.bestSeller_product {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}
.galleyDiv_product {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}

.subscribe div {
width: 55%;
margin: 0 auto;
}
.subscribe form{
	width: 46%;
margin: 0 auto;
}
footer {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}

}