/** Shopify CDN: Minification failed

Line 3254:65 Expected identifier but found "]"
Line 3943:23 Expected identifier but found "<!--"
Line 3943:33 Expected identifier but found "-->"
Line 4268:1 Expected identifier but found "<!--"
Line 4268:24 Expected identifier but found "-->"
Line 4302:12 Expected identifier but found whitespace
Line 4302:20 Unexpected "!"

**/
@font-face { 
    font-family: 'arkitech_mediummedium';
    src: url('arkitech_medium-webfont.woff2') format('woff2'),
         url('arkitech_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 
*{ padding:0; margin:0; box-sizing:border-box;}
body{padding: 0;margin: 0;background: #fff; font-family: 'Josefin Sans', sans-serif; font-size:14px; color:#2E2E2E; line-height:20px;}
ul{margin:0;padding:0;list-style:none;}
h1, h2, h3, h4, h5, h6 , p {margin: 0;}
img{max-width:100%}

 /** header **/
header {width: 100%;display: block;background: #000;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;z-index: 7;}
header.fix_active {position: fixed;top: 0;left: 0;right: 0;width: 100%;animation: slide-down 0.5s;box-shadow: 0px 2px 5px #00000030; z-index:99}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
header .top-header .logo { 
	max-width: 350px;
	padding:10px;
	margin:0 auto;
	top: 9px;
	padding-top: 30px;
}

header nav {
    padding: 0 0 0 0;
    margin: 0;
	position:relative;
    /* width:100%;
    float: left; */
}
form#customer_login button {
    background: #fff;
	text-transform: uppercase;
    font-size: 12px !important;
}

form#customer_login button:hover {
    background: #000;
    color: #fff;
}
.field input:focus {
    outline: none;
}
form#create_customer button {
    background: #fff;
	text-transform: uppercase;
    font-size: 12px !important;
}

form#create_customer button:hover {
    background: #000;
    color: #fff;
}

form#ContactForm button.button{
   background: #fff;
	text-transform: uppercase;
    font-size: 12px !important;
}
form#ContactForm button.button:hover{
   background: #000;
    color: #fff;
}
textarea#ContactForm-body:focus {
    outline: none;
}
.customer form button {
    background: #fff;
    text-transform: uppercase;
    font-size: 12px!important;
}
#recover:target {
    
    letter-spacing: 2px;
}
h2.cart__empty-text {
    color: #868686;
  letter-spacing: 1px;
   font-family: Raleway,sans-serif;
  font-weight: 400;
}
.cart__warnings a.link {
    color: #868686 !important;
    letter-spacing: 1px;
    font-family: Raleway,sans-serif;
    font-weight: 400;
	}
.cart__warnings a.link:hover{
    color: #868686 !important;
	}
.size-chart-box svg.icon.icon-caret {
    display: none;
}
.cart-notification__links a#cart-notification-button:hover {
    color: #fff;
    text-decoration: none;
}
.cart-notification__links button.button.button--primary.button--full-width {
    background: #fff;
}
button.cart__checkout-button.button {
    background: #fff;
}
.customer form button:hover {
    background: #000 !important;
    color: #fff;
}

.Menu_list .shop-prod h4{
 font-weight:600 !important;
}

.Menu_list .shop-prod p{
 font-weight:400 !important;
}

.Menu_list .shop-prod h5{
 font-weight:400 !important;
}

.Menu_list .shop-right {
 width: 84% !important;
}

.title p{
 font-family: 'Josefin Sans',sans-serif;
}

p.text-muted.mb-2.wk_servicecontent {
    padding-bottom: 10px;
}

.desktop-mega-Mn .menu-left{
	margin: 0 auto;
    width: fit-content;
}

.header-icon .icon-right{
	float:right;
	position:absolute;
	right:0;
	display:flex;
	align-items: center;
	top: 6px;
}
span#RegisterForm-email-error {
    display: none;
}
form#ContactForm span.form__message {
    display: none;
}

span#RegisterForm-password-error {
    display: none;
}
.customer ul {
  margin-top:10px;
}
.menu-area {
    padding-bottom: 10px;
}
.header-icon .icon-right li a{ 
	font-size:20px;    cursor: pointer;
}
.header-icon .icon-right li.cart{
	display:flex;
	position: relative;
}
span.sold-out-btn {
    background: #000;
    width: 125px;
    padding: 6px 10px !important;
    display: flex;
    color: #fff !important;
    justify-content: center;
    font-size: 17px !important;
}
/* .size-chart a span {
font-size: 16px !important;
} */
section.the_inspiration.similiar-products .single-product__content .title p, section.the_inspiration.similiar-products .single-product__content .title .price {
    display: none!important;
  text-align: center;
}
.wk-blog-title {
    margin-top: 20px;
}
.wk-blog-title h1 {
    text-align: left;
    padding: .5rem 0;
}
.wk-blog-date {
    margin-top: 20px;
    color: #7c848c;
/*   font-size: 18px; */
}
.wk-prev {
  padding-bottom: 10px;
    padding-top: 20px;
}
.wk-prev a.btn {
    font-size: 14px;
}
i.fa.fa-angle-left {
    margin-right: 2px;
}
i.fa.fa-angle-right {
    margin-left: 2px;
}
header.fix_active .logo {
    display: none;
} 
/* .gc-zoom {
    display: none !important;
} */

header.fix_active .device-logo {
    display: inline-block;
    width: 10%;
    float: left;
	padding-top:0.8rem;
/*       max-width: 65px;
    position: relative;
    top: 12px; */
}
 .device-logo {
    display: none;
}
header.fix_active nav.desktop-mega-Mn {
    margin-top: 10px;
}
header.fix_active nav.header-icon  {margin:1rem ​0;}
header.fix_active .Menu_list .subMenu li{
	padding: 4px 0;
	
}

header.fix_active .Menu_list li {
    padding:37px 0 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition:0.5s;
  animation: slide-down 0.5s;
  transition: padding 300ms ease;
  -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
header.fix_active {
    padding-bottom: 4px;
}

header.fix_active .header-icon .icon-right {
    top: 13px;
}
header.fix_active .Menu_list li a {
    padding: 2px 0px;
}

.header-icon .icon-right li a img {
    float: left;
}


header.fix_active .header-icon .icon-right {
    top: 20px;
}
.sticky .desktop-mega-Mn{
	padding: 55px 0 0 0;
}

.sticky .header-icon{
	padding: 55px 0 0 0;
}
/* section#shopify-section-template--14815515312311__main span {
    font-size: 24px;
} */

.sticky .logo{
  display:none;
}

.sticky .device-logo{
  display:block;margin-top:10px;
}
header .logo {
    margin: 35px auto 0;
    text-align: center;
    width: auto;
    max-width:364px;
}
header .logo a{ display: block;}
 
.rightColm .btnBr {
    width: 275px;
    display: inline-block;
    
}
.rightColm .menuBr {
    margin: 0 auto;
    width: fit-content;
}
.device-logo{width:10%;}
.Menu_list{float: left;}
.Menu_list li {  float: left;  margin-right: 18px;}
.Menu_list li:last-child{margin-right: 0;}
.Menu_list li a{position: relative; color: #fff;  line-height: 30px;  font-size: 13px; padding:22px 0 4px;   font-weight:300;   letter-spacing: 3.5px;margin:0 1.6rem; float:left; text-transform: uppercase;cursor: pointer;}
.Menu_list li:first-child a:hover{position:relative;}
.Menu_list li:first-child a:hover:before{position: absolute;
    content: '';
    width: 0;
    z-index: 99999999;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ececec;
    left: 0;
    transform: translate(-50%,-50%);
    bottom: -5px;
    left: 50%;}
.Menu_list li:nth-child(2) a:hover{position:relative;}
.Menu_list li:nth-child(2) a:hover:before{position: absolute;  content: '';  width: 0;  height: 0;  border-left: 12px solid transparent;    border-right: 12px solid transparent;   border-bottom: 15px solid #ececec;   left: 0;   transform: translate(-50%, -50%);    bottom: -15px;  left: 50%;}
.Menu_list .subMenu li a::before{display:none;}
.Menu_list li a:hover{text-decoration:none;color:#ececec;transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;}
.Menu_list li a.active {  background: #6AA843;  color: #fff;}
/*.Menu_list li a::after{display: block;background: #6AA843;content: "";transition: all 0.5s ease;-webkit-transition: all 0.5s ease;position: absolute;left: 50%;bottom: -8px;width: 0%;height: 2px;}*/
.Menu_list li.active a::after , .Menu_list li a:hover::after {left: 0px;width: 100%;}
 
.rightColm .btnBr > div{float: left;margin-right: 25px;}
.rightColm .btnBr > div.login{margin-right: 0;}
.rightColm .btnBr a{font-size: 11px;color: #372F2C;line-height: 100%;display: block; letter-spacing: 1px;text-transform: uppercase;padding: 2px 0;}
.rightColm .btnBr .login a{ background-color: #EF4130; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #F5BB36 , #EF4130); border-radius: 5px;padding: 7px 11px; color:#fff;}
.rightColm .btnBr .login a:hover {  background-image: linear-gradient(to right, #EF4130 , #F5BB36);}
.rightColm .btnBr .signUp a{position: relative;}
.rightColm .btnBr .signUp a::after{display: block;background: #fff;content: "";transition: all 0.5s ease;-webkit-transition: all 0.5s ease;position: absolute;left: 50%;bottom: 4px;width: 0%;height: 2px;}
.rightColm .btnBr .signUp a.active::after , .rightColm .btnBr .signUp a:hover::after {left: 0px;width: 100%;}
.hamburger-menu {display:none;}

.Menu_list .subMenu {position: absolute; display: block;top: 100%; width:100%;max-width:500px;-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.22);z-index: 4; opacity: 0;visibility: hidden;}




header nav ul li{ float:left; padding:0 ; margin:0;}
/* header nav ul li.search {
    margin-right: 2rem;
} */
header nav ul li.search {
    margin-right: 2.7rem;
}
header nav.desktop-mega-Mn ul li{padding:0 0 0px; margin-left:59px; position:relative;}
.header-icon .icon-right li a:hover{text-decoration:none;}
.desktop-mega-Mn .menu-left li:first-child { margin-left: 0;}
header nav ul li a{  position:relative; float:left; color:#fff!important; line-height:30px; font-size:16px; padding:0;font-weight: 500; letter-spacing:3.5px;}
header nav ul li a:hover{opacity:0.8;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
header nav.desktop-mega-Mn ul li:hover a{ text-decoration:none; color:#002172; }
header nav.desktop-mega-Mn ul li.active a{ color:#fff!important; text-decoration:none;}
/*.header-icon .icon-right li.cart span {   padding-left: 0.8rem; display:inline-block;}*/
 

.right-icon-box { padding:0; margin:11px 0 0; float:right;}
.hdrmgmtIco{ margin:0 21px 0 25px;}
.desktop-mega-Mn .menu-right li:last-child:after {
    display: none;
}
.header-icon .icon-right li.cart{margin-right:1.3rem;}
.header-icon .icon-right li.cart span.cart-num {
    align-items: center;
    height: 100%;
    padding-top: 6px;
    font-size: 20px;
    letter-spacing: 2.5px;
	font-weight: 300;
}

.mobile-mega-Mn, a.mobile-trigger-c{ display:none}

.slider-Box{
	margin-top:30px;
	margin-bottom:20px;
}

.slide-dec {
    position: absolute;
    transform: translate(-50%, 0);
	top:47%;
    padding: 0;
    max-width: 1200px;
    left: 50%;
    width: 100%;
    z-index: 9;
	
}
section.slider-Box.home-s.conmBox {
    position: relative;
}
section.slider-Box.home-s.conmBox.about{
	margin-top:30px;
	
}
section.slider-Box.home-s.conmBox {
/*     margin-top: 53px; */
}
section.slider-Box.home-s.conmBox.collection{
	
	 margin-top: 30px;
}
section.slider-Box.home-s.conmBox.collection.shop {
    margin-top: 30px;
}
div#cart-notification {
    z-index: 9999;
}
.share-button button.share-button__button {
    border: none !important;
    position: relative;
}

 

.share-button button.share-button__button{
padding:0;
}

 

.share-button button.share-button__button img {
    padding-right: 10px;
}
.Menu_list .shop-prod img {
    width: auto;
    max-height: 106px;
    margin: 5px auto;

}

 .pop-up-content table {
    position: relative !important;
   
}
 .pop-up-content {
  padding: 3rem 2em !important;
}
.pop-up-modal.show-pop-up .close-button {
    right:5px;
    width: 2rem !important;
    height:2rem !important;
    line-height:0rem !important;
    position: absolute !important;
    top: 5px;
    font-size:20px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.product-form__buttons .button--full-width:hover {
    background: #000;
    color: #fff;
    transition: 0.5s;
}

 

.Menu_list .subMenu li.cat {
    font-weight: 700;
    padding: 0 5px;
    margin: 0 1rem;
}

.owl-carousel.owl-drag .owl-item a {
    position: absolute;
	width:100%;
	 
}
.modal-content {
    width: 28% !important;
    position:relative;
    padding: 30px 10px 20px !important;
}

.slider-Box.home-s .owl-carousel.owl-drag .owl-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 3%);
    left: 0;
    top: 0;
}
.owl-carousel.owl-drag .owl-item a img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.slide-dec .conts {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1260px;
    text-align: left;
}

.contsWd {
    max-width: 100%;
    margin: auto auto;
    text-align: center;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
}

 

.slide-dec h1 {
    letter-spacing:10px;
    padding: 0 0 35px;
    margin: 0;
    font-size:26px;
    color: #fff; 
    font-weight: 500;
	text-transform:uppercase;
	
}

.shop-catg h3 {
    
    font-size: 19px; 
   
}

.login-page .slide-dec, .slide-dec p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
}

.slider-Box .owl-dots {
    position: absolute;
    height: 18px;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.slider-Box .owl-dots button.owl-dot {
    outline: 0;
    border-radius: 21px;
    width: 12px;
    height: 12px;
    margin: 0 8px;
	border:2px solid #e6b8bd;
    background: transparent;
}

.slider-Box .owl-dots button.owl-dot.active {
    background: #e6b8bd;
    height: 12px;
}

.template-index .title-cmn.headBordr{margin-bottom:15px;}

.shop-catg{
	margin-top:12px;
	margin-bottom:20px;
}

.shop-catg {
	text-align:center;
}

.shop-catg  h3{
	color:#868686;
	font-size:19px;
	margin-bottom:15px;
	letter-spacing:4px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
}
.shop-catg a {text-decoration:none;}
.shop-catg .effect:hover .text-shop h3 a, .shop-catg .effect:hover .text-shop p{
    text-decoration: none;
    color: #000;
}


.shop-catg .arrival a {
    display: inline-block;
}
.text-shop h3::before{	
	display:none;
}
.text-shop h3::after{	
	display:none;
}
section.shop-catg.the_inspiration .title-cmn.headBordr.TheLook{margin-bottom:2rem;}

.shop-catg .arrival h2{
	margin-bottom:15px;
	line-height:24px;
	text-transform:uppercase;
}
.shop-catg .arrival h2 a{	
	color:#868686;
	font-size:16px;		
	font-weight:500;
}

.shop-catg .arrival h2 a:hover{	
	text-decoration:underline;
}

.shop-catg .arrival h2 i{
	font-size:20px;
	padding-left:8px;
	color:#868686;
}

.shop-catg .arrival p{
	color:#868686;
	font-size:13px;
	margin-bottom:15px;
	line-height:20px;
	font-weight:500;
	font-family: 'Raleway', sans-serif;
}
.shop-catg .arrival span{
	display:block;
}

.shop-catg .arrival img{
	margin-top:40px;
}

.shop-catg .season{
	text-align:center;
}

.shop-catg .season h3{
	color:#868686;
	font-size:19px;
	letter-spacing:4px;
	margin-bottom:15px; 
	line-height:24px;
	text-transform:uppercase;
}
.shop-catg .season h2{
	margin-bottom:15px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
	
}
.shop-catg .season h2 a{	
	color:#868686;
	font-size:16px;	
	font-weight:500;	 
}
 
.shop-catg h2 a:hover{color:#000;}
.shop-catg .effect h2 a:hover{color:#000;}
.shop-catg h2 a:hover{	text-decoration:underline;}
.shop-catg i:hover h2 a{color:#000;}

.shop-catg .season h2 i{
	font-size:20px;
	padding-left:8px;
	color:#868686;
}

.shop-catg .season p{
	color:#868686;
	font-size:14px;
	margin-bottom:15px;
	line-height:20px;
	font-weight:500;
	font-family: 'Raleway', sans-serif;
}

.shop-catg p {
    color: #868686;
    font-size: 14px !important;
	font-weight: 400!important;
	letter-spacing:1px; 
}
.shop-catg h2 a{letter-spacing:1px;}


.shop-catg .season span{
	display:block;
}

.shop-catg .season img{
	margin-bottom:40px;
}

.shop-catg .effect{
	text-align:center;
}

.shop-catg .effect h3{
	color:#868686;
	font-size:19px;
	margin-bottom:15px;
	letter-spacing:4px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
}
.shop-catg .effect h2{
	margin-bottom:15px;
	line-height:24px;
	text-transform:uppercase;
}
.shop-catg .effect h2 a{	
	color:#868686;
	font-size:16px;		
	font-weight:500;
}

.shop-catg .effect h2 a:hover{	
	text-decoration:underline;
}

.shop-catg .effect h2 i{
	font-size:20px;
	padding-left:8px;
	color:#868686;
}

.shop-catg .effect p{
	color:#868686;
	font-size:13px;
	margin-bottom:15px;
	line-height:20px;
	font-weight:500;
	font-family: 'Raleway', sans-serif;
}
.shop-catg .effect span{
	display:block;
}

.shop-catg .effect img{
	margin-top:40px;
}

.campaign{
	margin-top:50px;
	margin-bottom:40px;
}

.campaign{
	margin-top:30px;
	margin-bottom:53px;
}
.campaign .image-part{
	position:relative;
}

.campaign .campaign-text{
	position:absolute;
	width:500px;
	text-align:center;
	right:60px;
	bottom:40px;
}

.campaign .campaign-text h3{
	font-size:109px;
	line-height:109px;
	color:#000;
	text-transform:uppercase;
	font-family: 'arkitech_mediummedium';
}

.mobi-banners
{display:none;}

.campaign .campaign-text h3 span{
	display:block;
	font-size:40px;
	line-height:40px;
	color:#000;
	text-transform:uppercase;
	font-family: 'arkitech_mediummedium';	
}

.campaign .overlay{
	width:100%;
}
.campaign .overlay:before{
	content:'';
	width:50px;
	height:100%;
	background:rgba(0,0,0,0.5);	
	right:15px;
	position:absolute;
	top:0;
}
.campaign .overlay p{
	font-size: 18px;
    font-weight: 700;
    transform: rotate(90deg);
    color: white;
    position: absolute;
    right: -115px;
    top: 280px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

footer{
	background:#000;
	padding:1rem;
	width:100%;
	bottom:0;
}
	.footer-menu {
    margin: 0 auto;
    width: 950px;
    text-align: center;
}

footer .footer-menu ul {
    padding: 10px;
    display: inline-block;
    text-align: center;
}

footer .footer-menu ul li{ float:left; margin:0; padding:0 15px;}

footer .footer-menu ul li a{
	color:#fff;
	font-size:12px; 
    padding: 0;
    font-weight: 400;
    letter-spacing: 3.0px;
}
footer .footer-menu ul li a:hover{
    Text-decoration: none;
    opacity: 0.8;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

footer .social-icon ul{
	padding:10px;
	width: fit-content;
	margin:0 auto;
	display:block;
}

footer .social-icon ul li{ float:left; margin:0; padding:20px 15px;}

footer .social-icon ul li a{
	color:#fff;
	
	font-size:25px;
}

footer .footer-text{
	padding:10px;
	width:100%;
	display:block;
}


footer .footer-text p{
	color:#fff;
	font-size:10.5px;
	line-height:20px;
	letter-spacing:0.8px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
footer .footer-text p span {
    padding-left: 1rem;
}

/* COLLECTION PAGE CSS */


header nav.desktop-mega-Mn ul li.active a {
    position: relative;
}
header nav.desktop-mega-Mn ul li.active a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #ececec;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -22px;
}
header nav.desktop-mega-Mn ul li.active a:hover {
    opacity: inherit;
}
section.proBar {
    background: #ececec; 
	text-align:center;
/* 	height:40px; */
}

.pro-menu li {
    display: none;
    padding:0 1.5rem;
}
.pro-menu li a {
     
    padding: 5px 15px;
    color: #1d1d1b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 4px;
	line-height:40px;
}

.pro-menu li a:hover{text-decoration:none; color:#35353f;}
.pro-menu li.active {
    position: relative;
  display: block;
}
.pro-menu li.active a:after{
	content:'';	
}
.pro-menu li.active a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5px;
}

section.collection {
	text-align: center;
}

section.collection h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Josefin Sans',sans-serif;
    letter-spacing:2.5px;
}

section.collection span, section.collection .pagination li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    padding: 14px 0px;
    display: block;
  letter-spacing:5px;
}
section.collection .facets__header span {
    padding: 0;
  letter-spacing: normal;
    text-transform: capitalize;
    font-size: 1.4rem;
}

header.fix_active li.active a:after{
	
	display:none;
}

section.collection .item {
    height: 489px;
}
section.collection .item img{
	object-fit: cover;
    background-size: cover; 
	background-position: center center;
	
}
section.collection .owl-dots {
    display: none;
}
section.collection .owl-nav {
    display: block;
}
section.collection .owl-nav.disabled {
    display: block;
}
section.collection .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 45%;
	width: 100%;
}
section.collection .owl-nav.disabled button.owl-prev {
    position: relative;
	width: 100%;
}
section.collection .owl-nav.disabled button.owl-prev span{
	 position: absolute;
	 left:25px;
	 font-size:0;
	 background: url(owl-prev-arw.png) no-repeat;
	 width:53px;
	 height:45px;
	
}
section.collection .owl-nav.disabled button.owl-next {
    position: relative;
}
section.collection .owl-nav.disabled button.owl-next span{
	 position: absolute;
	 right:25px;
	 font-size:0;
	 background: url(owl-nxt-arw.png) no-repeat;
	 width:53px;
	 height:45px;
	
}
section.the_inspiration {
    padding: 15px 0;
    
}
section.the_inspiration h3 {
    text-transform: uppercase;
    font-size:16px;
    letter-spacing: 5px;
    padding: 0;
    display: block;
	position:relative;
  text-align: center;
}
section.shop-catg.the_inspiration {
    padding: 0;
}
.title-cmn.headBordr {
    position: relative;
}
.title-cmn.headBordr h3 span {
    background: #fff;
    padding: 0 1rem;
	font-size: 14px
}
.title-cmn.headBordr:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #2e2e2e;
    height: 1px;
    left: 0;
    bottom:12px;
}

.title-cmn.head{position:relative;}

section.the_inspiration h3:before {
    position: absolute;
    width:16px;
    content: '';
    height:10px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 70px;
    font-weight: 100;
    left: 17.3%;
    transform: translate(-50%, -50%);
    bottom:7px;
    color: #000;
   /* background: url(../images/heading-arw.png) no-repeat center;*/
}
section.the_inspiration h3:after {
    position: absolute;
    width:16px;
    content: '';
    height:10px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 70px;
    font-weight: 100;
    right: 16.0%;
    transform: translate(-50%, -50%);
    bottom:7px;
    color: #000;
  /*  background: url(../images/heading-arw.png) no-repeat center;*/
}
.img-inspr {
    padding-top: 30px;
	padding-bottom:0rem;
}

.title-cmn.headBordr.TheLook h3:before{
	
	left: 21.5%;
	position: absolute;
}
.title-cmn.headBordr.TheLook h3:after{
	
	right: 20%;
	position: absolute;
}
 
.products {
    padding-top: 15px;
    display: inline-block;
	width: 100%;
}
.title-cmn.headBordr {
    margin-bottom: 10px;
}
.products {
  position: relative;
  width:100%; 
  display:inline-block;
  height: 350px;
 
}
.products .item {
    display: inline-block;
    height: 320px;
	float: left;
}
.products .item a { 
	width:100%;
	height:320px;
}
.products .item a img.image {
    height: 100%;
    object-fit: cover;
}

section.slider-Box.home-s.conmBox.collection.shop h1 {
    font-size: 18px;
/*   margin-bottom: 15px;
  margin-top: 15px; */
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-pro {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgb(255 255 255 / 66%); /* Black see-through */
  color: #1d1d1b; 
  width: 100%;
  transition: .5s ease;
  opacity:0; 
  padding: 10px;
  text-align: center;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:2px;
}

.products .item:hover .overlay-pro {
  opacity: 1;
}

.products .item img.image {
    background-size: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}
section.the_inspiration.SprngSmr .col-lg-6.col-md-6.col-sm-12 {
    background: #f7f7f7;
    margin-top: 2rem;
	padding-right: 0;
}
.SpringCont {
    padding: 50px 0 50px 50px;
    text-align: left;
}
.SpringCont h2 {
    text-transform: uppercase;
    font-size:22px;
    letter-spacing: 6px;
    margin-bottom:20px;
}
.SpringCont p {
    font-family: 'Raleway', sans-serif;
    color: #1d1d1b;
    font-weight: 500;
    margin: 1rem 0;
    letter-spacing: 0.5px;
	line-height:26px;
	font-size: 13px;
}
.imgRight-ss {
padding: 0;
    float: right;
    position: relative;
    height: 100%;
  
}

section.the_inspiration.SprngSmr {
    padding-bottom:53px;
}
.imgRight-ss:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 25px solid #f7f7f7;
    border-bottom: 18px solid transparent;
    left: 0px;
    top: 18%; opacity:0;
}
.imgRight-ss img {
    height: 100%;
    object-fit: cover;
}

 /* ABOUT PAGE */
 
 
header nav.desktop-mega-Mn ul li.active.w a:after {
 
    border-bottom: 15px solid #ffffff;
   
}

h1 {
    text-align: center;
    text-transform: uppercase;
    font-size:22px;
    letter-spacing: 2px;
	color:#000;
	}
.img-inspr.about {
    padding-top: 2.5rem;
}
 .cart__footer .cart__ctas {
    text-align: right;
   display:block;
}
.cart__footer .cart__ctas button {
    width: 100%;
    max-width: 100%;
}
.entry {
     padding: 30px 20%;
    font-family: 'Raleway', sans-serif;
    color: #1d1d1b;
    font-weight: 500;
    letter-spacing: 1.0px;
    line-height: 26px;
}
.entry span {
    font-weight: 600;
    margin: 1rem 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
}
.entry span {
    font-weight: 600;
    margin: 1rem 0;
    display: block;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 2px;
}
.entry p {
    margin: 0 0 1.5rem 0;
    font-size: 13px;
}
.entry p {
    margin:0 0 1.5rem 0;
}	
.img-inspr.about.shop {
    padding-top: 0;
	padding-bottom:3.2rem;
}
form#CollectionFiltersForm {
    margin-top: 1.5rem;
}
.sort-by div {
    display: inline-block;
    padding-right:0;
}
.sort-by li {
    display: inline-block;
    padding: 0 1rem;
    margin-right: 1.3rem;
	letter-spacing: 2px;
}
.sort-by li a {
	text-transform:uppercase;
	color:#868686;	
}
.sort-by {
    display: block;
    margin: 1rem auto;
    margin-bottom: 2.5rem;
    font-size: 12px;
}

.mb-45 {
    margin-bottom: 45px;
}
 
.single-product__image {
    position: relative;
    height: 400px;
	background: #fff;
}
  
.single-product__image>a {
    text-align: center;
}
 .single-product__image>a img {
    height: 100%;
    text-align: center;
    object-fit: cover;
    background-size: cover;
}

.single-product__content .title h3 a {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 400;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
}
.single-product__content .title h3 {
    color: #333;
}
 
.single-product__content .title .product-cart-action a {
    color: #d3122a;
}
.single-product__content .title .product-cart-action a:before {
    content: '+';
    display: inline-block;
    margin-right: 5px;
}
 
.price {
    margin: 0px 0 8px;
}
.single-product__content .price .discounted-price {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #333;
	
}
.single-product__floating-icons span a:hover {
  background-color: #fff;
  color: #333;
   transition: all .3s;
}
.title {
    padding: 1.0rem 0;
	color: #1d1d1b;
	font-size:14px;
}
.title a {
    color: #1d1d1b; 
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 0;
    display: block;
	  letter-spacing: 1px;
}
.title p {
  font-family: 'Raleway', sans-serif;
    color: #1d1d1b;
    font-weight:400;
    letter-spacing: 1px;
	font-size: 13px;
}
.title a:hover {text-decoration:none;}

.title p.price {
    margin: 0px 0 8px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    padding-top: 5px;
}

.single-product__image .img-top {
	display: none;
	position: absolute; 
	z-index: 9;
	transition: .5s ease;
	 top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
 
}
.single-product__image:hover .img-top, .single-product__image:focus .img-top {
	display: block; 
    z-index: 1; 
	transition: opacity .5s linear;
	 
}
 
.mb-45 {
  position: relative;
   
}
section.slider-Box.home-s.conmBox.about h1 {
    padding: 0.8rem 0;
  letter-spacing:2.5px;
}

.al-rw img {
    height: 250px;
    object-fit: cover;
	width:100%;
	filter: grayscale(100%);
 
}
.al-rw:hover img, .al-rw:focus img {
	filter: grayscale(0%); 
  }
 
.ro-overly a:hover{
	
	text-decoration:none;
}
.al-rw:hover .ro-overly {
  opacity: 1;
}
 
 
.al-rw {
    height: 250px;
	margin-bottom:3.2rem;
}

.al-rw {
  position: relative;
  
}
 
.ro-overly {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 12px;
  padding:15px 0 10px;
  text-align: center;
  letter-spacing:3px;
  line-height:normal;
}
.ro-overly a {
    color: white;
    padding: 15px 0 10px;
    text-align: center;
    font-size: 12px;
  line-height:normal;
    letter-spacing: 3px;
}

section.slider-Box.home-s.conmBox.about.ro-w h1 {
    padding:0rem 0 2rem;
}
section.slider-Box.home-s.conmBox.about.ro-w h1 {
    padding: .8rem 0 3.3rem;
}

 .img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}

ul.thumbnail.carousel-indicators li.thumbnail {
    text-indent: 0;
    width: 100px;
    height: auto;
}
section.slider-Box.home-s.conmBox.collection.prdcts .container.pr {
    margin-bottom: 3rem;
    min-height: 700px;
}
ul.thumbnail.carousel-indicators{bottom:-100px;}
 
/* Product Details Page */

.details-dec-tp {
    text-align: left;
    margin-left: 3.2rem;
}
.slct-size {
  
    padding: 0 46px 0 10px;
    height: 42px;
}
select.slct-size.custm:focus {
outline: 0 !important;
}
.slct-size.custm {
    border: 1px solid #000; 
    border-radius: 0; 
    appearance: none;
    -webkit-appearance: none;
	position:relative;
	width:200px;
	background: url("https://cdn.shopify.com/s/files/1/0581/9298/6295/t/3/assets/select-arow.png") right 0px center no-repeat;
	border-radius:0;
	margin-right: 3.5rem;
}
.size-chart-box {
    margin-bottom: 3.3rem;
}
.slct-size.custm:after{ 
	position:absolute;
	
	content:'';
	right:0;
	width:50px;
	height:45px;
	
}
.details-dec-tp h3 {
    margin-bottom: 3rem;
}
.size-chart {
    display: inline-block;
   
}
/* .size-chart a{ 
	color:#000; 
  display:flex;
  align-items: end;
  font-size:20px;
} */
.size-chart a span{
	border-bottom: 1px dotted;
	display:inline-block;
	padding:0 0;
	font-size:12px;
	margin-left:1.5rem;
	text-transform: capitalize;
	letter-spacing:0;
}
 
.size-chart  a span:hover{
	
	text-decoration:none;
	 
}
.btn-comn.cart {
    display: block; 
}
 
.btn-comn.cart a.fl-left, .btn-comn.cart .fl-left, #cart-notification-button, .cart-notification__links #cart button.button {
    background: #fff;
	border:1px solid #000;
    padding: 12px 30px 7px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
  margin-bottom:0;
}
#cart-notification-button {
    line-height: 23px;
}
#cart-notification-button, .cart-notification__links #cart button.button{width:100%!important;}
.btn-comn.cart a.fl-left:hover, .btn-comn.cart .fl-left:hover, #cart-notification-button:hover, .cart-notification__links #cart button.button:hover {
	text-decoration:none;
	color:#fff;
	
}
.details-dec-tp h3 span {
    text-transform: capitalize;
    letter-spacing: 0;
    display: block;
    font-size: inherit;
    color: #797979;
    padding: 0;
  font-size:20px;
}
 
.btn-comn.cart a.fl-left:hover, .btn-comn.cart .fl-left:hover, #cart-notification-button:hover, .cart-notification__links #cart button.button:hover{
	 background: #232323; 
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
 
 section.slider-Box.home-s.conmBox.collection.prdcts{
	 
	 margin-top:53px;
 }
.share-social a span{
	letter-spacing:0;
	display:inline-block;
	padding:0 0;
	font-size:12px;
	margin-left:1rem;
	padding-top: 2rem;
	color:#000; 
	border-bottom: 1px dotted;
	text-transform:inherit;
} 
.prdct-disc{
	
	padding-top:2rem;
} 
.prdct-disc p {
    letter-spacing: normal;
  font-weight: 300;
}
.prdct-disc.brief {
    text-align: left;
  font-weight: 300;
}
.prdct-disc.brief h3 {
    padding-bottom: 0.5rem;
	font-size: 22px;
  letter-spacing: normal;
  text-transform: uppercase;
}
.prdct-disc.brief li {
    list-style: inside;
}
.prdct-disc.brief ul{
	
	margin-top:1rem;
} 
.prdct-disc.brief.rght p {
    width: 50%;
    display: inline-block;
}
.prdct-disc.brief.rght img {
    border-radius:50%;
    object-fit: cover;
    margin-left: 2rem;
    position: absolute;
    right: 0;
    top: 35px;
    width: 189px;
    height: 189px;
}

.prdct-disc.brief.rght {
    position: relative;
}
.top-space {
    margin-top: 6rem;
}
.size-chart.btm {
    margin: 1.5rem 0;
} 
.template-product .spaced-section:last-child, .template-product .spaced-section {
    margin-bottom: 0;
  margin:0;
}
section.the_inspiration.similiar-products .title-cmn.headBordr.TheLook {
    margin-bottom: 2rem;
}
.customer:not(.account,.order) {
    margin: 30px auto!important;
  }
.customer form {
    margin-top: 30px!important;
}
/* ==============  ADD Zoom image style ===========  */


.glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

    .glass-case *:before, .glass-case *:after {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

.glass-case {
    position: relative;
}
/*********************DISPLAY***************************/
.gc-display-area {
    position: absolute;
    overflow: hidden;
    padding: 2px;
    background-color: #fff;
}
/*
.gc-display-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}*/

.gc-display-container {
    position: absolute;
    overflow: hidden;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    margin: 0 !IMPORTANT;
    width: 100% !important;
    height: 100% !important;
}

.gc-display-display {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    cursor: crosshair;
    opacity: 1;
}
/*********************LENS***************************/
.gc-lens {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    cursor: crosshair;
    opacity: .5 !important; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50) !important; /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5;
}
/*********************ZOOM***************************/
.gc-zoom {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
  
    padding: 2px;
    background-color: #fff;
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

    .gc-zoom-container img {
        position: relative;
        max-width: none !important;
    }
/*********************CAPTION**********************/
.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050 !important;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    font-size: 0.9em;
}

    .gc-caption-container div {
        position: relative;
        padding: 0 12px 0 12px;
    }

.gc-caption-intop {
    left: 0;
    top: 0;
}

.gc-caption-inbottom {
    left: 0;
    bottom: 0;
}

.gc-caption-outtop, .gc-caption-outbottom {
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #f5f5f5;
    background: #fff;
}

.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.gc-alignment-center {
    text-align: center;
}

.gc-alignment-left {
    text-align: left;
}

.gc-alignment-right {
    text-align: right;
}

/*********************UL***************************/
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

    .glass-case ul li {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border-top:1px solid #fff;
        padding:0px; 
        background-color: #fff;
    }
.gc-thumbs-area.gc-hz {
    margin-top: 2.4rem;
}
.gc-display-container img.gc-display-display {
    width: auto !important;
    height: 100% !important;
    object-fit: cover;
  margin: 0 auto;
}	

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}

.glass-case ul li .gc-li-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.glass-case ul li:hover {
    border-color: #4f4f4f;
    cursor: pointer;
    cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    border-color: #000;
    cursor: default;
}

.glass-case ul li .gc-li-display-container img {
    position: absolute;
    top: 50%;
    left: 50%;
}
/*********************OVERLAY***************************/
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: rgb(204, 204, 204); /*the falback for ie7, ie8*/
    background-color: rgba(51, 51, 51, 0.95);
}
@font-face {
    font-family: "linea-arrows-10";
    src: url("../fonts/linea-arrows-10.eot");
    src: url("../fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-arrows-10.woff") format("woff"), url("../fonts/linea-arrows-10.ttf") format("truetype"), url("../fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
    font-weight: normal;
    font-style: normal;
}

.gc-icon {
    font-family: "linea-arrows-10" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    opacity: .7; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    line-height: 0;
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container-display {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-ocd-top {
    top: 0;
}

.gc-ocd-bottom {
    bottom: 0;
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}
.gc-icon-enlarge:before {
    position: absolute;
    content: '\e017';
    top: -2px;
    right: -2px;
}
.gc-icon-close:before {
    position: absolute;
    content: "\e04a";
    top: -2px;
    right: -2px;
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em;
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}
 .gc-icon:hover {
        opacity: 1; /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
        filter: alpha(opacity=100); /* Netscape */
        -moz-opacity: 1; /* Safari 1.x */
        -khtml-opacity: 1;
    }

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: -2px;
}

    .gc-icon-next:before {
        position: absolute;
        top: 2px;
        right: 2px;
        content: "";
		background-image:url("https://cdn.shopify.com/s/files/1/0581/9298/6295/t/3/assets/rgt-arrow.png");
        background-repeat: no-repeat;
		width:15px;
		height:20px;
    }

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

    .gc-icon-next-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e019";
    }


.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
	background: #ffffffb0;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em;
}
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: -2px;
}

    .gc-icon-prev:before {
        position: absolute;
        top: 0px;
        left: 2px;
         content: "";
		background-image:url("https://cdn.shopify.com/s/files/1/0581/9298/6295/t/3/assets/lft-arrow.png");
        background-repeat: no-repeat;
		width:15px;
		height:20px;
    }

.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}

    .gc-icon-prev-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e083";
    }

.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em;
}
/* *** ICON DOWNLOAD *** */
 
/* *** ICON CLOSE *** */
.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right;
}

    .gc-icon-close:before {
        position: absolute;
        content: "";
        top: 0px;
        right: -2px;
		background: url("https://cdn.shopify.com/s/files/1/0581/9298/6295/t/3/assets/close.png") no-repeat;
		height: 20px;
		width: 20px;
    }

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}


    .gc-icon-enlarge:before {
        position: absolute;
        content: '';
        top: 0px;
        right: 0px;
		background: url("https://cdn.shopify.com/s/files/1/0581/9298/6295/t/3/assets/enlarge.png") no-repeat;
		height: 25px;
		width: 25px;
    }

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-compress:before {
        position: absolute;
		background: url(../images/e-small.png) no-repeat;
        content: '';
        top: 0px;
        right: 0px;
		height: 25px;
		width: 25px;
    }
/* ====  LOADING ==== */
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif);
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(102, 153, 102, 0.2);
    border-right: 1.1em solid rgba(102, 153, 102, 0.2);
    border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
    border-left: 1.1em solid #669966;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}

    .gc-loading3,
    .gc-loading3:after {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
/*********************ICONS***************************/
 

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: -2px;
}

    .gc-icon-next:before {
        position: absolute; 
        right: 2px;
        content: "";
		background-image:url("https://cdn.shopify.com/s/files/1/0581/9298/6295/t/3/assets/rgt-arrow.png");
        background-repeat: no-repeat;
		width:15px;
		height:20px;
	    top: 5px;
    }

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

   
 
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: -2px;
}

.gc-icon-prev:before {
        position: absolute; 
        left:2px;
         content: "";
		background-image:url("https://cdn.shopify.com/s/files/1/0581/9298/6295/t/3/assets/lft-arrow.png");
        background-repeat: no-repeat;
		width:15px;
		height:20px;
		top:5px;
    }

 
@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* ====  GENERAL ==== */
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-noscroll {
    overflow: hidden;
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}
.img-bx{position:relative}
 
.img-bx .zoom-btn {
    position: absolute;
    left: -50px;
    top: 40%;
    text-align: center;
    font-size: 12px;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}
.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}
.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 9;
}
.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
    background: #fff;
    height: 45px;
    width: 45px;
}

.gc-display-area .gc-icon-next {
    font-size: 2em !important;
	 background: #fff;
	height: 45px;
    width: 45px;
}

.gc-display-area .gc-icon-next:before{ 
	right:10px;
	top:12px;
}
.gc-display-area .gc-icon-prev:before{
	left:10px;
	top:12px;
}

.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
	background: #ffffffb0;
}

.size-chart-box h3 {
    font-size: 24px;
	font-weight: 400;
  text-transform:uppercase;
  letter-spacing: normal;
}

.product-form__input.product-form__input--dropdown:nth-child(2) {
    display: none;
}
 .wk-variantsize{
/*   display:flex;
  align-items:center; */
  width: 200px;
    margin-right: 3.5rem;
    display: inline-block;
}

#thelook .owl-dots {
    display: none;
}
.TheLook .products{height: auto;}
.single-product__content .title a {
    max-height: 24px;
    overflow: hidden;
}

.collection-grid-section { 
    width: 100%;
}
h1#recover:focus-visible {
    box-shadow: none;
    outline: 0;
    outline-offset: inherit;
}
  /* MEDIA CSS START HERE*/

 @media (min-width:992px){
	 .Menu_list li:hover .sm-fluid {
    background: #ececec;
    display: block;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    top: 100%;
    width: 100%;
    position: absolute;
    height: 40px;
    left: 0;
    box-shadow: none;
    text-align: center;
	transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
	
}
.Menu_list li .sm-fluid{
	top: 105%;
	position:absolute;
	
}
.Menu_list .subMenu li {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0px 0;
    height: 100%;
    line-height: 40px;
	position:relative;
}
 
 /*
.Menu_list .subMenu li.active:before {
    content: '';
    border-bottom: 8px solid #ececec;
    width: 8px;
    height: 8px;
    left: 25%;
    top: -7px;
    position: absolute;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
*/
header.fix_active .rightColm {
    max-width: 1140px;
    margin: 0 auto;
}

 
.Menu_list .subMenu li a {padding: 5px 15px; color: #1d1d1b; text-transform:uppercase; font-weight: 600;    font-size: 12px;   letter-spacing: 4px;}
.Menu_list .subMenu li:last-child a {border-bottom: 0;
/*   letter-spacing: 4px; */
}
.Menu_list .subMenu li a::after{display: none;}
 
.Menu_list .subMenu li a:hover{opacity: 0.7;}
.Menu_list li:hover .subMenu {
    opacity: 1;
    visibility: visible;
    top: 0;
    box-shadow: none;
    z-index: 9;
    margin: 0 auto;
    width:auto;
    padding: 0;
    text-align: center;
    position: static;
	display:inline-block;
}


	 
 }

 
 @media (min-width:320px) and (max-width:991px){
   
.Menu_list li:first-child a:hover:before{ display:none}
.rightColm .btnBr {margin: 2px 5px 0 0;}
.rightColm .btnBr > div {margin-right: 10px;}
.hamburger-menu {display: block;font: normal normal normal 16px/1 Open Sans;text-align: center;text-transform: uppercase;width: auto;position: absolute;top:27px;left:21px;z-index: 102; background: url(https://cdn.shopify.com/s/files/1/0581/9298/6295/files/menu-icon.png?v=1628251499) left top no-repeat;
    width: 21px;
    height: 21px;cursor: pointer;}
   
   .header-icon .icon-right li.cart{margin-right:0;}
/*  .hamburger-menu {
    display: block;
    font: normal normal normal 16px/1 Open Sans;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    position: absolute;
    top: 16px;
    left: 40px;
    z-index: 99;
   cursor: pointer;
} */
.burger-1, .burger-2, .burger-3 {display:block;position:absolute;width:20px;height:1.4px;border-radius:0px;right:0;background:#fff;-webkit-transition:.2s ease;-ms-transition:.2s ease;-moz-transition:.2s ease;-o-transition:.2s ease;transition:.2s ease;}
.burger-1 {top:20px;}
.burger-2 {top:20px;}
.burger-3 {top:30px;}
.burger-1, .burger-2, .burger-3{ opacity:0;}
.burger-1.open, .burger-2.open, .burger-3.open {opacity: 1; -webkit-transition:.2s ease;-ms-transition:.2s ease;-moz-transition:.2s ease;-o-transition:.2s ease;transition:.2s ease;transform-origin:50% 50%;}
.burger-1.open {background:#000;top:25px;width:15px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);}
.burger-2.open {background:#000;}
.burger-3.open {background:#000;top:25px;width:15px;transform:rotate(-45deg);}
.rightColm .Menu_list {width: 320px;max-width: 100%;display: block;position: fixed;left: -320px;
    top: 0;background: #fff;z-index:101;transition: all 0.4s ease-in;height: 100%;
    overflow-x: hidden;padding: 100px 0 60px 0;}

	
.rightColm .Menu_list.mobileOpen {left: 0px;-webkit-box-shadow: -7px -3px 16px -8px rgba(1,1,1,0.42);-moz-box-shadow: -7px -3px 16px -8px rgba(1,1,1,0.42);box-shadow: -7px -3px 16px -8px rgba(1,1,1,0.42);}
.rightColm .Menu_list li {width: 100%;margin-right: 0; padding:5px 0; position:relative;}
.rightColm .Menu_list li a.active{background:transparent;}
.rightColm .Menu_list li a::after{display: none;}
.rightColm .Menu_list li a {    width: 100%;
    display: block;
    font-size: 10px;
    color: #372f2c;
    padding: 5px 17px;
    border-bottom: 1px solid #eaeaea;}
 
html.Bg-open {overflow: hidden;}
.Bg-open::after {content: '';background: rgba(0, 0, 0, 0.6);position: fixed;top: 0;left: 0;display: block;width: 100%;height: 100%;z-index: 7;bottom: 0;right: 0;}
.Menu_list li:hover .sm-fluid {
    height: auto;
	position:static;
}
   
.Menu_list li:hover .subMenu{text-align:left;}

.Menu_list li span.pls {display: block;float: right;position: absolute;height: 30px;
    width: 30px;cursor: pointer;top: 10px;right: 20px;}
.Menu_list li span.pls::after, .Menu_list li span.pls::before {
  background: #372F2C;content: "";height: 1px;position: absolute;right: 0;top: 50%;width: 9px;transition: all .2s ease-in;}
.Menu_list li span.pls::after {transform: rotate(90deg);}
.Menu_list li span.pls.active::after {transform: rotate(180deg);}
.Menu_list .subMenu {position: static;width: 100%;-webkit-box-shadow: inherit;-moz-box-shadow: inherit;box-shadow: inherit;transition: none;-webkit-transition: none;opacity: 1; visibility: visible;border-bottom: 1px solid #eaeaea;border-radius: 0;}
.Menu_list .subMenu li:first-child a {border-top: 0;}
.Menu_list .subMenu li a {padding: 5px 40px;}
.Menu_list .subMenu li:last-child a{border-bottom: 1px solid #eaeaea;}
.rightColm .btnBr {
    position: absolute;
    right:10px;
    top:25px;
}
.rightColm .Menu_list .subMenu li a{
    padding: 5px 12px;
    border-top: 1px solid #fff;
    margin: 0;
}
.rightColm .Menu_list .subMenu li a {
    padding: 10px 20px;
}
.rightColm .Menu_list .subMenu li {
    padding: 0 0px;
}

.rightColm .Menu_list .subMenu li a:first-child{border-top: 0;}
header .logo {
    margin: 12px auto;
/*       width: 195px; */
  
}
/*    header .logo img {
    width: 100%;
    padding-top: 11px;
} */
.header-icon .icon-right li.cart span.cart-num{display:none;}
header nav ul li.search{margin-right:15px;}
.container-fluid.mobile {
    height: auto;
}
.footer-menu {
    width: 100%;
}
.products .owl-nav {
    display: none;
}
.sm-fluid.showMob-dd {
    display: none;
	float: left;
    background: #f1f1f1;    width: 100%;
}
.rightColm .Menu_list li.li-lists > a {
    margin: 0;
}
header.fix_active .logo {
     display: block; 
}
.size-chart{
	margin:3rem 0 0 0;
	
}
.prdct-disc.brief.rght p{
	
	width:100%;
}
.prdct-disc.brief.rght img{
	position:static;
	margin-top:2rem;
}
   
   .rightColm .Menu_list .subMenu li a {
      padding: 5px 17px!important; 
  }

}
/*  select.slct-size.custm{
	margin-bottom:3.3rem;
	
}  */
@media (max-width:1366px){
/* select.slct-size.custm{
	margin-bottom:3.3rem;
	
} */
  
  .wk-variantsize{margin-bottom:3.3rem;}
.size-chart {
    margin-bottom: 3rem;
}
.size-chart-box{
	margin-bottom:0;
}	
}
@media (max-width:1024px){


	.campaign .overlay p {
    top: 245px;
}
header.fix_active .header-icon .icon-right {
    top: 0px;
}

}


@media (max-width:991px){
	
	.sticky {
	  position: relative;
	}

	
	header.fix_active .device-logo{
	display:none;
	}
	

	
header nav {
    padding: 0px 0 0 0;
	display: inherit;
}

/** Fullmenu-bar **/

	.Fullmenu-bar{ height:100%; margin:0; width: 68%; display: block;padding:132px 0 15px;background: #fff;position: fixed;left: 0; z-index: 99;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;visibility: hidden;top: 0;overflow-y: auto; transform: translateX(-100%); -webkit-transform: translateX(-100%);max-width: 375px;}
	.Fullmenu-bar .menuRow{ width: 50%;display: block;float: left;}
	.Fullmenu-bar .menuRow ul{width: 33.33%;display: block;float: left;}
	.Fullmenu-bar ul li {width: 100%;display: block;line-height: 100%; margin-top:0.5rem;}
	.Fullmenu-bar ul li a { width: 100%; font-size: 20px;color: #453d58;line-height: 100%;display: block;text-transform: capitalize;margin: 0 0 12px;}
	.Fullmenu-bar ul li a:hover {color: #f1c74b;}
	.Fullmenu-bar ul li:last-child a{margin-bottom: 0;}
	.Fullmenu-bar.full_menu{visibility: visible;top: 0px;}

	header .menu-bar{ margin:0; height:100%;}
	body.mobile-open .Fullmenu-bar { visibility:visible; top: 0;transform: translateX(0%); -webkit-transform: translateX(0%);}

	/** full-menu **/
	body.mobile-open{overflow:hidden; position:relative;}
	body.mobile-open:after, 
	body.mobile-open header:after	{ position: absolute; content: ''; background: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 9; top: 0; left: 0;}
	a.mobile-trigger {position: absolute;top:100px!important;width:25px;height: 20px;display: block;z-index: 9;outline: 0 none;cursor: pointer;}
	a.mobile-trigger span {border-top: 2px solid #fff; position: relative;height:3px;background: #fff;width: 100%;display: block;top: 9px;}
	a.mobile-trigger span::after {content: "";position: absolute;height:3px;background: #fff;width: 100%; display: block;top: 12px;transition: all 0.5s ease-in;-webkit-transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in;}
	a.mobile-trigger span::before {content: "";position: absolute;height: 3px;background: #fff;width: 100%; display: block;top: 5px;right: 0;transition: all 0.5s ease-in;-webkit-transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in;}
	.mobile-open a.mobile-trigger span {background: transparent; border-top: 0;}
	.mobile-open a.mobile-trigger span::after {top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transition: all 0.5s ease-in;-webkit-transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in;}
	.mobile-open a.mobile-trigger span::before {top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in;width: 100%;}
	body.mobile-open a.mobile-trigger{z-index: 991; top:87px!important;}
	.Fullmenu-bar a.mobile-trigger.close_nav {top: -30px;right: 23px;}

	body.mobile-open a.mobile-trigger span::after,
	body.mobile-open a.mobile-trigger span::before{background: #000;}
	
	body.mobile-open .menu-dropDown a.mobile-trigger{opacity: 0;visibility: hidden;transition: all 0.1s ease-in;-webkit-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in;}
	
	ul.ftr-links.soacialIcons li a img { max-width: 30px;}

	.Mob-Hide, .slider-Box .owl-dots{ display:none;}
	
	nav.Fullmenu-bar.mobile-mega-Mn ul li a {
    padding: 15px 18px;
	}
	li.search-ico input {
    border: 1px solid #ddd;
    padding: 15px 10px 15px 30px;
    width: 100%;
    text-align: left;
	border-radius:4px;
	}
	li.search-ico {
    position: relative;
    padding: 0 15px;
	}
	li.search-ico .fa {
     
	position: absolute;
    left: 30px;
    top: 15px;
	}
	
	nav.Fullmenu-bar.mobile-mega-Mn .ftr-r { border-top:1px solid #eee; margin-top: 15px; padding-top: 15px;width: 100%;}
	nav.Fullmenu-bar.mobile-mega-Mn .ftr-r li{ padding:0!important;}
	nav.Fullmenu-bar.mobile-mega-Mn ul li a {
    width: 100%;
    font-size: 16px;
    color: #232020 !important;
    line-height: 100%;
    display: block;
    text-transform: capitalize;
    margin: 0; text-decoration:none; font-weight:800;}
	
	nav.Fullmenu-bar.mobile-mega-Mn .ftr-r li:last-child { padding: 0 15px;}
	nav.Fullmenu-bar.mobile-mega-Mn ul li a.btn_t{ padding:15px; margin-left: 0; text-align: center;}
	.SuB-fullMn {
    position: absolute;
    background: #fff;
    height: calc(100vh - 60px);
    z-index: 5;
    width: 100%; display:none; top:45px; }

	.togSuB-fullMn{ background: #f6f6f6;width: 100%; display:none; float: left; border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}

	.SuB-fullMnArw{ background:url('../images/arrowR.png') right 15px top 11px no-repeat;}
	.togSuB-fullMnArw{ background:url('../images/plus-icon.png') right 15px top 11px no-repeat; background-size: 12px auto;}
	.togSuB-fullMnArw.act{ background:url('../images/minus-icon.png') right 15px top 11px no-repeat; background-size: 12px auto;}

	a.mobile-trigger-c { background:url('../images/arrowL.png') left 3px no-repeat; position: absolute;left: 15px;top: -5px;width: auto;height: 24px;display: block;z-index: 991;outline: 0 none;cursor: pointer; display:none; color:#000; padding-left:15px;}
	
	.mob-hideBx{ display:none!important;}
	nav.desktop-mega-Mn{ display:none;}
	.header-top { padding: 5px 0; font-size: 13px;}

	.slider-Box img.m-slide {
		height: 425px; object-fit: cover; width: 100%;
	}
	
	nav.Fullmenu-bar.mobile-mega-Mn .ftr-r a {
		padding: 10px 15px;
	}

	.d-slide{ display:none!important;}
	.mb-slide{ display:block!important;}
	.m-slide{ display:inline-block!important;}
	.m-pos{ position:static;}

	header nav.desktop-mega-Mn .ftr-r{ display:none;}
	
 
	
	.campaign .overlay p {
    top: 180px;
	}
	
	.campaign .campaign-text h3 {
    font-size: 75px;
    line-height: 80px;
	}
	
	.campaign .campaign-text h3 span {
    font-size: 30px;
    line-height: 40px;
	}
	.campaign .campaign-text {
    width: 50%;
    bottom: 5px;
	}
	.slide-dec h1 {
    font-size: 20px;
	line-height:normal;
	letter-spacing: 4px;
	}
	
	.shop-catg .arrival p {
    font-size: 13px;
	margin-bottom: 13px;
	}
	.shop-catg .season p {
    font-size: 13px;
    margin-bottom: 13px;
	}
	.shop-catg .effect p {
    font-size:13px;
	margin-bottom: 13px;
	}
	
	section.collection .item {
    height: auto;
    }
	
	/* COLLECTION PAGE CSS START */
	
	section.the_inspiration h3:after{display:none;}
	section.the_inspiration h3:before{display:none;}
	section.slider-Box.home-s.conmBox.collection {
    margin-bottom: 1.5rem;
      margin-bottom:15px
	}
  .img-inspr{padding-top:15px;}
	.products li{
	margin:0;	
	}

	footer .footer-menu ul{
	width:auto;
    margin:0 auto;
    text-align:center;	
		
	}
	footer .footer-menu ul li {
    float: none;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    }
	
section.the_inspiration.SprngSmr .col-lg-6.col-md-6.col-sm-12.no-space {
    margin: 0;
	padding: 0;
	}
	.imgRight-ss img{
		width:100%;
	}
	.imgRight-ss{
		
		float:none;
	}
	
  .slider-Box.about .entry{
	
	 padding:30px 0px 30px;
}
	.entry{
	
	 padding:30px 0px 0px;
}
select.slct-size.custm, .wk-variantsize {
    margin-bottom: 0rem;
}


	
	}
	
 @media (min-width:768px) and (max-width:1024px){
	 
	 section.the_inspiration.SprngSmr .col-lg-6.col-md-6.col-sm-12.no-space{
		 margin-top: 2rem;
	 }
	 .SpringCont {
    padding: 100px 25px 50px 25px;
    text-align: left;
}
 }
	
 

  @media (min-width:992px) and (max-width:1300px){  

header nav{position:static;}
.rightColm .btnBr {
position: absolute;
right:15px;bottom:44px; 
}
header.fix_active .header-icon .icon-right {
    top: 0px;
}

}	


@media (max-width:767px){
  
  
  #v-pills-tab{display:none;}
  .tab-pane{Display:block!important; margin-bottom:20px;}
  
  details.disclosure-has-popup.facets__disclosure.js-filter{
/*     width:48%; */
  }
  .disclosure-has-popup {
    position: inherit;
}
  details.disclosure-has-popup .facets__display {
    width: 90%;
    margin: 0 5%;
    top: auto;
}
  summary .icon-caret{display:none;}
  
  div#shopify-section-template--14815515148471__1628663460caf383b6 section.the_inspiration {
    display: none;
}
  
  div#shopify-section-template--14815515181239__main .page-width {

    margin: 0px auto;
  
}
  
 .the_inspiration .owl-carousel .owl-item {
 
    min-height: 300px !impotant;
}
  
  .collection .owl-carousel.owl-theme.owl-loaded.owl-drag {
    height: 200px;
}
  
  .mobi-banners {
    display: block;
}
	
	header .top-header .logo {
    max-width: 300px;
	}
	.header-icon .icon-right{
		top:-3px;
	}
	
	a.mobile-trigger {
    
	top: 92px!important;
	}
	.campaign .campaign-text {
    width: 55%;
    right: 20px;
    bottom: 5px;
}

.campaign .campaign-text h3 {
    font-size: 60px;
    line-height: 60px;
}
section.slider-Box.home-s.conmBox{
	
	    margin-top: 20px;
}
.Menu_list li:nth-child(1) a:hover:before{display:none;}
.Menu_list li:nth-child(2) a:hover:before{display:none;}

.campaign .campaign-text h3 span {
    font-size: 25px;
    line-height: 30px;
}

.campaign .overlay p {
    right: -58px;
    top: 125px;
    letter-spacing: 1px;
    font-size: 16px;
}

footer .footer-menu ul {
    width: 100%;
	max-width:100%;
}
footer .footer-menu ul li a {
    color: #fff;
    
}

footer .footer-menu ul li{padding: 2px 15px;}

.shop-catg .arrival {
    margin:0px 0;
}

.shop-catg .season {
    margin:10px 0;
}
.shop-catg .effect {
    margin:10px 0;
}
 
.shop-catg .arrival a {
    display: contents;
}
.shop-catg .effect a {display:contents;}
.arrival .img-shop{order:1;}

.arrival {
    display:flex;
    flex-direction: column;
}

 

.arrival .text-shop{
    display:block;
    order:2;
    }
.text-shop {
    
    margin-bottom: 2rem;
}
	
	.effect {
    display:flex;
    flex-direction: column;
}    
 
.effect .text-shop{order:2;}
.arrival .img-shop{
    margin-bottom:20px;
}

 section.the_inspiration.SprngSmr {
    padding-bottom:20px;
}
header.fix_active .logo {
     display: block; 
}

.arrival .img-shop{
    margin-bottom:40px;
}
 
.effect .img-shop{
    margin-bottom:40px;
}
 
.shop-catg .effect img {
    margin-top: 0px;
}

.shop-catg .arrival img {
    margin-top: 0px;
}
.slider-Box{margin-top:15px;}
.campaign{margin-top:20px;    margin-bottom: 20px;}
.pro-menu li.active {
    position: relative;
    display: block;
} 
.pro-menu li{display:none;}

section.collection .owl-nav.disabled button.owl-next span {
    background-size: 45%;
    right: -15px;
}
section.collection .owl-nav.disabled button.owl-prev span {
    background-size: 45%;
    left: 15px;
}
.sort-by div {
    display: block;
	padding-bottom: 0.5rem;
}
.sort-by{margin-bottom:1.5rem;}
 
 section.slider-Box.home-s.conmBox.about .col-lg-12.mobi{
	 
	padding:0; 
 }
section.slider-Box.home-s.conmBox.collection.shop {
    margin-top: 20px;
}
.img-inspr.about.shop{padding-bottom: 2.4rem;}

section.collection .item img.b-img {
    height: 100%;
    object-fit: cover;
	 height: 200px;
}
section.collection .item {
    height: 200px; 
}
section.collection .owl-nav.disabled{top: 35%;}
.owl-carousel.desktop.owl-theme.owl-loaded.owl-drag{display:none;]}
.mobi-banners{
	display:block; 
}
.mobi-banners .item{
	
	position:relative;
	margin-bottom: 1.2rem;
}
.slide-dec.dd {
    display: none;
}
header .logo a {
    display: initial;
}

.details-dec-tp{
	margin-left:0;
	
}
.top-space{
	margin-top:0rem;
}
section.slider-Box.home-s.conmBox.collection.prdcts{
	
	margin-top:20px;
}

h1 {
     
    font-size:18px;
     
	}
.SpringCont h2{
	
	 font-size:18px; padding-bottom: 5px;
}	

section.shop-catg.the_inspiration.mobi {
    display: none;
}

section.campaign.mobile {
    display: none;
}
header nav ul li.search{display:none;}

footer .footer-menu ul li a{font-size:11px;}
  
  .product-recommendations .title{display:none;}

.title a {
	
	font-size:12px;
}
.title p{
	font-size: 12px;
}

footer .social-icon ul li a {
    color: #fff;
    font-size: 18px;
}
section.the_inspiration h3{
	
	font-size: 16px;
}
.al-rw:focus img {
	filter: grayscale(0%); 
  }
 
.ro-overly a:hover{
	
	text-decoration:none;
}
.al-rw:focus .ro-overly {
  opacity: 1;
}
 
  .ro-overly{ font-size:12px;}
 
}
@media (max-width:750px){
.active-facets.active-facets-desktop{display:none!important;}
}
@media (max-width:700px){
/*   details.disclosure-has-popup .facets__display{width:100%;} */
}

@media (max-width:575px){
  
  #CollectionFiltersForm .facets__wrapper{max-width:80%}
 #CollectionFiltersForm details.disclosure-has-popup.facets__disclosure.js-filter{width:23%;margin:0;}
 
	.img-inspr.about.shop {
    padding-bottom: 0rem;
    height: 150px;
}
  .template-collection .collection-grid-section {
    margin-top: 1.5rem;
}
  .collection h1{    
/*     display:none; */
    margin-top:20px;
  }
  form#CollectionFiltersForm {
    margin-top: 0;
}
  
  details.disclosure-has-popup.facets__disclosure.js-filter{
/*     width:100%; */
  }
.img-inspr.about.shop img {
    height: 100%;
    object-fit: cover;
  margin:0 auto;
}
.img-bx {
    
    padding-bottom: 2rem;
}
.img-bx .zoom-btn{
	display:none;
}




}
@media (min-width:320px) and (max-width:767px){
  
  p.text-muted.mb-2.wk_customerservice {
    margin-top: 12px !important;
    margin-bottom: 20px !important;
}
}

@media (min-width:320px) and (max-width:480px){
  
  p.text-muted.mb-2.wk_customerservice {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
	
  #CollectionFiltersForm .facets__wrapper{max-width:85%}
  
  summary.facets__summary>div {
    margin-right: 1rem;
   
}
  .size-chart-box h3{font-size:18px;}
  .details-dec-tp h3 span, .details-dec-tp h3 dd span.price-item, .prdct-disc.brief h3{font-size:16px;}
  .prdct-disc {padding-top: 4.8rem;}
  .details-dec-tp .prdct-disc {padding-top: 4.5rem;}
.slct-size.custm, .wk-variantsize{
	
	margin-right:0;
}	
.btn-comn.cart{
	
	margin-top:3rem;
}
section.slider-Box.home-s.conmBox.collection.prdcts{
	
	margin-top:20px;
}
.prdct-disc.brief.rght p{
	
	width:100%;
	
}	
.prdct-disc.brief.rght img {
    position: static;
    margin-top: 0rem;
	margin-left:0;
}

.size-chart{
	margin:3rem 0 0 0;
	
}
.slct-size.custm, .wk-variantsize{
	width:100%;
	
}
.wk-variantsize  .product-form__input{max-width:100%;}
.btn-comn.cart a.fl-left, .btn-comn.cart .fl-left{
	
	width:100%;
	text-align:center;
	
}
.sort-by li{
	margin:0;
	letter-spacing: 1px;
}
    
.arrival .img-shop{
    margin-bottom:20px;
}

 

.arrival .img-shop{
    margin-bottom:40px;
}

 



.effect .img-shop{
    margin-bottom:40px;
}

 

.shop-catg .effect img {
    margin-top: 0px;
}

.shop-catg .arrival img {
    margin-top: 0px;
}
.shop-catg{margin-bottom:0;}
.col-lg-2.col-md-3.col-sm-12.m-pos {
    padding-bottom: 1rem;
}
li.search-ico {
    margin-bottom: 1rem;
}

footer .footer-menu ul li{text-align:center; float:none;}

.social-icon {
    text-align: center;
    width: 100%;
    display: inline-block;
}
/* .slider-Box{margin-bottom:0;} */

.header-icon .icon-right li.cart span.cart-num {
    position: static;
    top: 3px;
}

.products li{
	
	width:46.2%;
	margin: 0 3px;
	
}
.products li:first-child{
	padding:inherit;
}
.products li:last-child{
	padding:inherit;
}
.slider-Box.about .entry{
	
	 padding:20px 0px 30px;
}
.entry {
    padding: 20px 0px 0px;
}


.slide-dec h1 {
    letter-spacing: 5px;
    font-size: 16px;
}


	header .top-header .logo {
    max-width: 250px;
	}
header .logo img {
/*     width: 100%; */
  width:60%;
    padding-top: 11px;
      margin: 0 auto;
}
	
	a.mobile-trigger {
    left: 15px;
    top: 83px!important;
}

.slide-dec {
   
}

.slide-dec h1 {
    font-size: 16px;
    letter-spacing: 3px;
	padding:0;
}

.shop-catg .arrival img {
    margin-top: 0px;
}

.shop-catg .season img{
    order:2;
}

.campaign .campaign-text {
    width: 65%;
    right: 20px;
    bottom: 5px;
}

.campaign .campaign-text h3 {
    font-size: 20px;
    line-height: 25px;
}

.campaign .campaign-text h3 span {
    font-size: 15px;
    line-height: 20px;
}

.campaign .overlay p {
    right: -24px;
    top: 45%;
    letter-spacing: 1px;
	font-size:10px;
}

footer {
    padding: 1rem;
}


footer .footer-menu ul {
    padding: 0px;
    width: 100%;
	line-height:30px;
	
}

footer .footer-text p {
    line-height: 23px;
	text-align:center;
	font-size:9.5px;
	
}

footer .social-icon ul {
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

footer .footer-menu ul li {
    float: none;
}

/* COLLECTION PAGE CSS START */
 .products li{ 
	 
	width: 100%;
    height: 500px;
    max-height: 500px;
	margin-bottom: 1rem;
 }
 .products li img.image {
    height: 100%;
    background-size: 100%;
    width: 100%;
    object-fit: cover;
}

.SpringCont{
	
	padding:50px 15px
}
.products .item {
    display: inline-block;
    height: 315px;
    float: unset;
}
h1 {
    text-align: center;
    text-transform: uppercase; 
    letter-spacing: 4px;
}
.single-product__image {
    position: relative;
height: 280px;}



}	



/* added css fir mobile fixes 060821 */
@media (max-width:575px){
/*   .img-inspr.about.shop {
    padding-bottom: 1.5rem;
    height: 300px;
} */
  .mobile-facets__wrapper {

    margin-top: 17px;
}
  span.count-bubble {
    display: none !important;
}
  
  .collection-filters {
    display: flex;
    flex-direction: column;
  
}
  
}

/* .Menu_list li a {

    font-size: 13px;
    padding: 22px 6px 4px;
  
} */
p.facets__heading {
    display: none;
}

.collection-filters__item.sorting {
    display: none;
}

.facets__summary {
    padding: 12px;
    /* font-size: 1.2rem; */
    /* color: var(--color-foreground-75); */
    border: none;
    font-size: 0px !important;
      outline: none;
  box-shadow: none;
}

section.slider-Box.home-s.conmBox.collection .facets__summary span.count-bubble{padding: 0;margin-bottom: 8px;
    margin-right: 5px;}

details.disclosure-has-popup.facets__disclosure.js-filter {
    border: none;
    font-size: 0px;
  outline: none;
}
.active-facets a.active-facets__button {
    color: #797979;
    text-transform: uppercase;
    font-size: 12px;
    border: 0!important;
    box-shadow: none!important;
}
/* section.collection span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0px 0;
    display: block;
    font-weight: 400;
    color: #868686;
    line-height:24px;
} */
.facets__disclosure:hover {
    box-shadow: none !important;
}

.facets__summary {
    padding: 0px !important;
}

p.collection-product-count.light {
    display: none;
}

.facets__form {
    display: block !important;

}

.facets__wrapper {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-wrap: wrap;
    margin-left: -.5rem;
    max-width: fit-content;
    margin: 0 auto !important;
}

div#shopify-section-template--14815515115703__product-grid {
    text-align: center;
    margin: AUTO;
}


div#shopify-section-template--14815515115703__product-grid {
    text-align: center;
    margin: AUTO;
    max-width: 100% !important;
    width: 100%;
}

span.count-bubble {
    color: white !important;
    background: none;
}
.active-facets {
    display: unset !important;
}
@media (min-width: 750px){
.active-facets-mobile {
    display: none !important;
}
}
h1.main-page-title.page-title.h0 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    color: #000;
   font-weight: 500;
    line-height: 1.2;

}

summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
    position: absolute;
    right: 154px;
    bottom:0;
}

.mobile-facets__wrapper {
    margin-top: 17px;
}

svg.icon.icon-close {
    display: none;
}
.menu-opening svg.icon.icon-close {
    display: block;
}
.price {
    display: unset !important;
}
.slider-Box .owl-dots button.owl-dot {
    outline: 0;
    border-radius: 21px;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border: 2px solid #d0d0d0;
    background: 0 0;
}

.slider-Box .owl-dots button.owl-dot.active {
    background: #b1b1b1;
    height: 12px;
}
.title-cmn.headBordr:before {
 
    background: #b5b4b4;
}

@media (max-width:767px){
  
/*   section.collection span {
 
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    padding: 14px 0px;
    display: block;
 
} */
 header .logo{margin:14px auto;
max-width:285px;} 
  
 .owl-carousel .owl-item {
 
    min-height: 300px !impotant;
}
}


element.style {
}
@media screen and (min-width: 750px)
.page-width {
    padding: 0 5rem;
}
div#shopify-section-template--14815515181239__main .page-width {

    margin: -48px auto;
  
}




/* .header__icons {
    display: block !important;
} */

.header__icon, .header__icon--cart .icon {
    width: 3rem !important;
}

.cart-count-bubble {
    position: absolute;
    background-color: transparent !important;
    color: var(--color-base-solid-button-labels);
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    bottom: 0px;
    left: 2px;
    line-height: 1.1;
}


header.fix_active .header__icon--cart {
    margin-right: -3.3rem !important;
}


.share-button {
    margin-top: 0.8rem;
}

.customer .field input, .customer select, .field__input, .select__select{
 border:1px solid #000 !important;
  box-shadow:none !important;
  color: #000;
}

.quantity{
border:1px solid #000 !important;
}

.button, .customer button, .shopify-challenge__button{
border:1px solid #000 !important;
  box-shadow:none !important;
  color: #000;
  margin-top: 10px !important;
}


.button--full-width {
    width: 55% !important;
}

button.owl-next {
    display: none;
}
button.owl-prev {
    display: none;
}
.slider-nav .slick-list .slick-slide {
    padding: 0px 0px;
  margin: 20px 10px;
}
.slider-nav .slick-list .slick-slide:focus-visible, 
.slider-nav .slick-list .slick-slide:focus{outline:none!important;    box-shadow: none;outline-offset: unset;}
.slick-slide img{margin: 0 auto;}
.glass-case ul li .gc-li-display-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto!important;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
}
.customer.login h1, .customer.register h1 {
    padding: .8rem 0;
    margin-bottom: 30px;
}
main#MainContent {
    min-height: 559px; <!--389px;-->
}

@media(min-width:320px) and (max-width:480px){

  summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle 
  {
    right: 45px !important;
    bottom: 34px !important;
    display:none;
}
  
  .header__icon, .header__icon--cart .icon {
    height: 3rem !important;
  }
  .cart-count-bubble {
    bottom: 0px;
}

}


@media(min-width:481px) and (max-width:767px){

  summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle 
  {
    right: 45px !important;
    bottom: 34px !important;
    display:none;
}
  
  .header__icon, .header__icon--cart .icon {
    height: 3rem !important;
  }
  
   .cart-count-bubble {
    bottom: 0px;
}

}

.container-xl {
    max-width: 1140px!important; width: 100%!important;
}

@media(min-width:992px) and (max-width:1140px){
	summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
      right: 45px;
      bottom: 2px;
  }
}

@media(min-width:768px) and (max-width:991px){
  
  .header-icon .icon-right{top:-6px;}
  
  .hamburger-menu{top:25px;}

  summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle 
  {
    right: 45px !important;
    bottom: 34px !important;
}
  
  .header__icon, .header__icon--cart .icon {
    height: 3rem !important;
  }

  
   .cart-count-bubble {
    bottom: 0px;
}
  .modal-content {
    width: 45% !important;
}
}



section.slider-Box.home-s.conmBox .owl-carousel.owl-drag .owl-item a {
    position: static;
}

@media (min-width: 1024px){
/* 	.rightColm .Menu_list li:first-child .subMenu li.wk-SS2022 {
        padding-top: 7px;
    } */
 
}

@media (min-width: 1501px) and (max-width: 1600px){
	summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
    	right: 16%!important;
	}	
}

@media (min-width: 1601px) and (max-width: 1740px){
	summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
    	right: 19%!important;
	}	
}

@media (min-width: 1742px) and (max-width: 1801px){
	summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
    	right: 21%!important;
	}	
}



@media (min-width: 1902px) and (max-width:2100px){
summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
    right: 24%!important;
}
}



@media (min-width: 1370px) and (max-width: 1500px){
	summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
    	right: 13%!important;
	}	
}

/* added fonts for headings */
.h0, .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5{font-family: 'Josefin Sans', sans-serif;}

@media (max-width: 575px){
/* .img-inspr.about.shop {
    height: 140px !important;
} */

}

@media (max-width: 750px){
/* section.collection span {
    padding: 4px 0 !important;
  display: flex;
    align-items: center;
    justify-content: center;
} */
  collection-filters-form.small-hide {
    display: block!important;
}

  
}


@media (min-width: 320px){
/* section.collection span {
    padding: 4px 0 !important;
  display: flex;
    align-items: center;
    justify-content: center;
} */
  
menu-drawer details.disclosure-has-popup.medium-hide, .mobile-facets__wrapper {
    display: none;
}

  
}

@media (max-width:376px){
  
  .glass-case {
    position: relative;
    margin-bottom: -16px;
  }
  
}

@media (min-width: 320px) and (max-width: 480px){
.single-product__image {
    height: 200px;
}
  
/*  section.slider-Box.home-s.conmBox.collection.shop h1 {
    font-size: 14px;
}  */

}




.close {
    position: absolute;
    top: 5px;
    right: 12px;
  	background: #d3d3d3;
    width: 2rem;
  	color:#000 !important;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.wk_shopping{
  padding: .9rem 3rem .5rem !important;  
  font-size:12px !important;
}



.size-chart a.trigger-pop-up img{
/*   height:25px; */
  display:inline-block;
}
.trigger-pop-up {
   
    cursor: pointer;
}
.text-shop a {
    color: #868686;
}

.owl-carousel .owl-item {
    min-height: 320px !important;
}

/* section.proBar {
    display: none;
} */

@media (min-width:1101px) and (max-width:1240px){

  summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
  
    right: 48px;
    bottom: 3px;
	}

}

@media (min-width:1241px) and (max-width:1315px){

 summary.header__icon.header__icon--search.header__icon--summary.link.link--text.focus-inset.modal__toggle {
    
    right: 133px;
    bottom: 3px;
}
  

}

@media (min-width:1250px) and (max-width:1300px){

  .header-icon .icon-right {
    right: 80px;
  }
  
}

.product-form__buttons {
    margin: 0rem 0 0 0 !important;
}

@media (min-width: 992px){
.Menu_list .subMenu li a {
    font-weight: 400 !important;
}
}

.facets__summary>div, .mobile-facets__summary>div {
    margin-right: 2rem;
    letter-spacing: 2px;
}

.details-dec-tp h3 span.price-item {
    line-height: 1.2;
/*     font-size: 20px; */
}

.single-product__content .price span.price-item.price-item--regular{
 margin: 0px 0 8px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    padding-top: 5px;
  color: #1d1d1b;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
}
.template-collection .single-product__content .price span.price-item.price-item--regular{
    font-family: Raleway,sans-serif;
  font-size:12px;
}


/* .size-chart-box span {
    text-transform: capitalize !important;
} */

/* .img-inspr.about {
    max-width:100%;
    margin: 0 auto;
    object-fit: cover;
} */

/* .img-inspr.about img {
    object-fit: cover;
    width: 100%;
    height: 430px;
} */

/* .size-chart-box span {
    font-size: 24px;
    color: #797979;
} */
/* .size-chart-box .size-chart a span {
    font-size: 12px !important;
} */
.size-chart.btm a span {
    font-size: 12px ;
    text-transform: capitalize;
}

/* section.collection h1 {
    margin-bottom: 12px;
} */

section.slider-Box.home-s.conmBox.collection span{
	<!--margin-bottom:12px;-->
}

/* section.collection h1{
font-size:22px !important;
} */

/* section.slider-Box.home-s.conmBox.collection span{
 color:#000 !important;
 font-size: 14px !important;
  letter-spacing: 5px !important;
  
} */

section.slider-Box.home-s.conmBox.collection a.trigger-pop-up.btn span{
  letter-spacing: 0px !important;
  margin-bottom:0px;
}

.wk-variantsize .product-form__input--dropdown {
    margin-bottom: 0;
}

/* section.slider-Box.home-s.conmBox.collection.prdcts .size-chart-box h3 span{
   font-size:24px !important;
   color:#797979 !important;
} */

section.slider-Box.home-s.conmBox.collection .facets__summary span {
    color: #797979!important;
    font-size: 13px!important;
    letter-spacing: 1px!important;
}
.pagination__item 
    display: inline !important;
 }

.pagination-wrapper .pagination{
   display: block !important;
}

/* .content-for-layout.focus-none h1{
 margin-top: 24px !important;
} */

.text-muted {
/*    font-weight:400 !important; */
}

.content-for-layout.focus-none h1.main-page-title {
/*     margin-bottom: 3rem !important; */
}
 h1.main-page-title{margin:30px 0;padding: .8rem 0;}
.contact .customer .field input, .contact .customer select, .field__input, .select__select{
   height: 4rem !important;
}

.contact .customer .field label, .contact .field__label {
    top: 1rem !important;
}

.contact .button, .customer button, .contact .shopify-challenge__button {
    padding: 1.2rem 2rem .9rem !important;
    min-height: auto !important;
  line-height: 1 !important;
  font-size: 12px!important;
    min-width: auto;
}

.contact.page-width.page-width--narrow.spaced-section{
  margin-bottom:3rem !important;
}
.spaced-section{margin-top:0px;}
.contact .field {
    margin-bottom: 1.5rem !important;
}

p.text-muted.mb-2.wk_servicecontent strong{
 font-weight:300 !important;
}

p.text-muted.mb-2.wk_servicecontent {
    padding-bottom: 5px !important;
  font-weight:300;
}

.customer.login .field input, .customer.login select, .field__input, .select__select{
   height: 4rem !important;
}

.customer .field label, .field__label {
    top: 1.1rem !important;
}


@media (min-width:481px) and (max-width:767px){
/*  section#shopify-section-template--14815515312311__main span {
    display: block !important;
	} */
  .button--full-width {
    width: 100%!important;
	}
   .header-icon .icon-right{top:-9px;}
  
  .hamburger-menu{top:21px;}
}

@media (min-width:320px) and (max-width:480px){
   
 .wk-variantsize {
    display: block;
}
  .product-form__input .select {
    max-width:100% !important;
	}
  .button--full-width {
    width: 100%!important;
	}
/*   section#shopify-section-template--14815515312311__main span {
    display: block;
	} */
/*   .header-icon .icon-right {
    right: 16px !important;
  } */
  header .logo{max-width:240px;}
  header .logo img{width:90%;}
  h1.abt {
    letter-spacing: 0;
}
  .size-chart .trigger-pop-up.btn{
    padding:0px !important;
  }
  .size-chart .trigger-pop-up {
    margin:20px 0 20px 0;
  }
  .share-button button.share-button__button.button.button--tertiary{
    padding:0px !important;
  }
}
h4.mb-4{font-size:18px;}
.cart-notification__links button.link.button-label {
    margin-top: 2.5rem;
}
.template-search h1 {
    margin: 30px 0;
    padding: .8rem 0;
}
cart-items.page-width .title-wrapper-with-link a {
/*     color: green; */
}
.js-filter .link.underlined-link {
    background: transparent;
    color: #000;
}


.title {
    text-align: center;
}
.prdct-disc.brief h3 {
    font-size: 14px;
}
@media (max-width:767px){
details.disclosure-has-popup.facets__disclosure.js-filter {
    margin: -11px;
}
  
.pop-up-content1 {
  
    overflow: scroll;
}
  
}

main#MainContent {
    min-height: 110vh !important;
}

@media (min-width: 320px) and (max-width: 480px){
  .products .owl-item .item {
    float: inherit;
  }
  
  ul#main-collection-product-grid {
    margin-top: 7px;
}
  
.pop-up-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: auto;
  border-radius: 0.5rem;
}
  
  
}
#recover:focus {
outline: 0 !important;
outline-offset: 0px !important;
box-shadow: none !important;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    font-size: 20px!important;
    color: #000!important;
    display: block;
    padding: 0 5px!important;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
    font-size: 20px!important;
    color: #000!important;
    display: block;
    padding: 0 5px!important;
}
.single-product__image .img-top {
    display: none !important;
}