/** Shopify CDN: Minification failed

Line 731:20 Expected identifier but found "!"
Line 1138:23 Expected identifier but found "!"
Line 1305:55 Unterminated string token

**/
@font-face {
  font-family: 'SuisseIntl-Regular-WebM';
  src: 
	url('//editions.unitlondon.com/cdn/shop/t/34/assets/SuisseIntl-Regular-WebM.woff?v=6686400556941360511660764923') format('woff'),
    url('//editions.unitlondon.com/cdn/shop/t/34/assets/SuisseIntl-Regular-WebM.ttf?v=159766964775274887531660764922')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SuisseIntl-Medium-WebM';
  src: 
	url('//editions.unitlondon.com/cdn/shop/t/34/assets/SuisseIntl-Medium-WebM.woff?v=103704179223855912761660764906') format('woff'),
    url('//editions.unitlondon.com/cdn/shop/t/34/assets/SuisseIntl-Medium-WebM.ttf?v=85915979968627875071660764906')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SuisseIntl-Thin-WebM';
  src: 
	url('//editions.unitlondon.com/cdn/shop/t/34/assets/SuisseIntl-Thin-WebM.woff?v=41588142868481360551660764954') format('woff'),
    url('//editions.unitlondon.com/cdn/shop/t/34/assets/SuisseIntl-Thin-WebM.ttf?v=98385320149563587691660764954')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SuisseIntl-SemiBoldItalic-WebM';
  src: 
	url('//editions.unitlondon.com/cdn/shop/t/34/assets/SuisseIntl-SemiBoldItalic-WebM.woff?v=28009714450321037971660764946') format('woff'),
    url('//editions.unitlondon.com/cdn/shop/t/34/assets/SuisseIntl-SemiBoldItalic-WebM.ttf?v=27580660441089749111660764946')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* Containers -------------------------------- */

body {
  font-size: 13px;
}

@media (min-width: 1400px) {
  .container {
      width: 1370px;
  }
}

.section-header {
  text-transform: none !important;
}



/* Header -------------------------------- */


#shopify-section-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  transition: box-shadow 400ms linear,
			background 400ms linear;	
}
	#shopify-section-header.affix {
  	  box-shadow: 0 0 12px rgba(0,0,0,0.1); 
    }
	#shopify-section-header .main-header {
      background: #fff;
      transition: background 400ms linear;
    }
@media (min-width: 768px) {
	body.template-index #shopify-section-header .main-header,
    body.template-index #shopify-section-header:not(.affix),
	body.template-index #shopify-section-header .main-header .main-header-inner{
    	background: transparent;  
    }
}
    #shopify-section-header .main-header .main-header-inner {
	  background: #fff;
      transition: background 400ms linear;
    }
.main-header .main-header-wrapper .container {
  width: auto;
}
.main-header .main-header-wrapper .container .row {
  margin: 0;
}
.main-header .main-header-inner {
  padding: 30px 45px 20px;
  position: relative;
}
.main-header .main-header-inner,
.main-header .main-header-inner .top_header_wrapper,
.main-header .main-header-inner .top_header_wrapper .top_header {
  line-height: inherit;
  height: auto;
}
 

div#shopify-section-header section.top-header {
    height: 30px;
  	overflow: hidden;
  	transition: height 400ms ease-in-out;
}
  div#shopify-section-header.affix section.top-header {
      height: 0;
  }
div#shopify-section-header section.top-header .top-header-wrapper {
  	transition: opacity 400ms ease-in-out;
}
  div#shopify-section-header.affix section.top-header .top-header-wrapper {
      opacity: 0;
  }


#main_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 88px;
  background: url(//editions.unitlondon.com/cdn/shop/t/34/assets/UL_ED_Long_Logo_B.png?v=4115752634309545741660764988) center center no-repeat;
  background-size: 150px auto;
}

#main_logo a {
    text-indent: -9999px;
    display: block;
    width: 150px;
    height: 88px;
  }

@media (min-width: 768px) {
  body.template-index #shopify-section-header:not(.affix) #main_logo {
    background: url(//editions.unitlondon.com/cdn/shop/t/34/assets/UL_ED_Long_Logo_W.png?v=137051448563028846611660764989) center center no-repeat;
    background-size: 150px auto;
  }
}




#main_logoOLD:after {
  content: '';
  display: block;
  bottom: 3px;
  position: absolute;
    left: 42px;
    width: 24px;
  height: 10px;
  background: url(UL_ED_Long_Logo_W.png) 0 0 no-repeat;
  background-size: auto 10px;
  transform: scaleX(0);
  animation-name: logo_animate;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-timing-function: cubic-bezier(.79,0,.14,.98);
  animation-fill-mode: forwards;
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  body.template-index #shopify-section-header:not(.affix) #main_logoOLD:after {
    background: url(//editions.unitlondon.com/cdn/shop/t/34/assets/UL_ED_Long_Logo_B.png?v=4115752634309545741660764988) 0 0 no-repeat;
    background-size: auto 10px;
  }
}
#main_logoOLD:hover:after {
  transform: scaleX(0);
  animation-name: logo_animate2;
  animation-delay: 1ms;
  animation-fill-mode: forwards;
}

@keyframes logo_animate {
  0%   {transform: scaleX(0);}
  100% {transform: scaleX(1);}
}
@keyframes logo_animate2 {
  0%   {transform: scaleX(1);}
  100% {transform: scaleX(0);}
}

  
	






#main_nav {
  float: left;
}
  #main_nav nav {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #main_nav nav li {
    float: left;
    margin: 0 22px 0 0;
  }
  #main_nav nav li a {
    float: left;
    padding: 11px 0 9px;
    font-size: 12px;
    line-height: 17px;
  }
  #main_nav nav li a,
  #main_nav nav li a:visited {
    color: #111;
    text-decoration: none;
  }
@media (min-width: 768px) {
	body.template-index #shopify-section-header:not(.affix) #main_nav nav li a,
  	body.template-index #shopify-section-header:not(.affix) #main_nav nav li a:visited {
    	color: white;  
    }
}

#header_toolbar {
  float: right;
  font-size: 12px;
  line-height: 17px;
}
	.main-header .main-header-inner #header_toolbar .search_form {
      height: auto;
      float: left;
      margin: 0;
    }
      .site-header__cart, 
	  .site-header__search {
		float: left;
      }
      .main-header .main-header-inner #header_toolbar .search_form a,
      .main-header .main-header-inner #header_toolbar .search_form a:visited {
        float: left;
        color: #111;
        font-size: 13px;
        line-height: 17px;
        padding: 11px 0 9px;
      }
      @media (min-width: 768px) {
        body.template-index #shopify-section-header:not(.affix) .main-header .main-header-inner #header_toolbar .search_form a,
        body.template-index #shopify-section-header:not(.affix) .main-header .main-header-inner #header_toolbar .search_form a:visited {
          color: white;
        }
      }
      .main-header .main-header-inner #header_toolbar .search_form a i {
        display: none;
      }
      .main-header .main-header-inner #header_toolbar .search_form a:after {
        content: 'Search';
      	display: block;
      }

	  #search-info {
        right: 0 !important;
        left: auto !important;
        border: 0 !important;
        border-radius: 0 !important;
        width: 250px;
        height: auto;
        padding: 0;
      }
		.open #search-info {
         display: block !important; 
        }
  @media screen and (max-width: 767px) {
	  #search-info {
        width: auto;
        position: fixed;
        top: 67px;
        left: 0 !important;
        right: 0 !important;
      }
  }
		.main-header .main-header-inner .search_form form {
          	display: block;
        }
        #search-info input.cstm_sh {
          border: 0;
          background: none;
          float: right;
          width: 15%;
          box-shadow: none;
          height: 62px;
          text-indent: -99999px;
          
          background: center center no-repeat;
          
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2ggaWNvbjwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iU2VhcmNoLWljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiIHN0cm9rZT0iIzExMTExMSIgc3Ryb2tlLXdpZHRoPSIxLjIiPiAgICAgICAgICAgIDxnPiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBjeD0iNC45NDc1NDQ2NCIgY3k9IjQuOTQ3NTQ0NjQiIHI9IjQuOTQ3NTQ0NjQiPjwvY2lyY2xlPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC45OTU1MzU3MSw4Ljk5NTUzNTcxIEwxMi41OTM3NSwxMi41OTM3NSIgaWQ9IkxpbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjwvcGF0aD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
          
        }
        body div#search-info input.search_box {
          border: 0 !important;
          background: none !important;
          float: left;
          width: 85% !important;
          box-shadow: none;
          height: auto;
          padding: 19px 15px 15px;
          line-height: 28px;
          font-size: 15px;
        }
        .main-header .main-header-inner .search_form form {
          border: 0 !important;
          background: none !important;
        }
        .fix_search_dropdown {
          display: none !important;
        }

	.main-header .main-header-inner #cart-target {
      float: left;
      margin: 0 0 0 22px;
    }
      .main-header .main-header-inner #header_toolbar #cart-target a,
      .main-header .main-header-inner #header_toolbar #cart-target a:visited {
        float: left;
        color: #111;
        font-size: 13px;
        line-height: 17px;
        padding: 11px 0 9px;
      }
      @media (min-width: 768px) {
        body.template-index #shopify-section-header:not(.affix) .main-header .main-header-inner #header_toolbar #cart-target a,
        body.template-index #shopify-section-header:not(.affix) .main-header .main-header-inner #header_toolbar #cart-target a:visited {
          color: white;  
        }
      }
     .main-header .main-header-inner #header_toolbar #cart-target .block-cart {
	    width: auto;
        height: auto;
       	border-bottom: 1px solid transparent;
     }
     .main-header .main-header-inner #header_toolbar #cart-target:hover .block-cart {
       	border-bottom: 1px solid #111;
     }
    @media (min-width: 768px) {
       body.template-index #shopify-section-header:not(.affix) .main-header .main-header-inner #header_toolbar #cart-target:hover .block-cart {
          border-bottom: 1px solid white;
       }
    }


@media screen and (max-width: 1060px) {
  
  #main_logo {
    float: left;
    position: static;
    transform: none;
    margin: 0 30px 0 0;
  }
  #main_logo:after {
    display: none;
  }
  
}

@media screen and (max-width: 767px) {
  
  .main-content {
    padding-top: 66px;
  }
  .main-header .main-header-inner {
    padding: 13px 0 0 !important;
  }
  
  #main_nav {
    display: none;
  }
  
  .mobile-search {
   display: none !important; 
  }
  .mobile-nav-header {
    background: none !important;
    padding: 0 !important;
    height: 0 !important;
  }
  .mobile-nav-header .mobile-nav-header-wrapper .mobile-nav-header-inner ul.list-inline {
    display: none !important;
  }
  
  .mobile-nav-header .mobile-nav-header-wrapper .mobile-nav-header-inner #showLeftPush {
    position: absolute;
    top: 13px;
    right: 13px;
    background: none;
  }
  .mobile-nav-header .mobile-nav-header-wrapper .mobile-nav-header-inner #showLeftPush i.fa {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  
  .mobile-nav-header .mobile-nav-header-wrapper .container {
    padding: 0;
  }
  .mobile-nav-header .mobile-nav-header-wrapper .mobile-nav-header-inner .mobile-top-navigation {
    padding: 0;
  }
  .mobile-nav-header .mobile-nav-header-wrapper .mobile-nav-header-inner .is-mobile-nav-menu .navbar-nav {
    padding: 15px 40px 40px 40px;
  }
  .mobile-nav-header .mobile-nav-header-wrapper .mobile-nav-header-inner .is-mobile-nav-menu ul.navbar-nav>li>a {
    font-size: 18px !important;
  }
  
  #header_toolbar  {
   padding-right: 50px; 
  }
  body{
    overflow-x: hidden;
  }
  body .hs-popup-cart-sp-load {
    width: 100% !important;
    right: -100% !important;
  }
  .hs-popup-cart-sp-load .hs-site-cart-popup form .hs-sticky-cart img {
    max-width: 100% !important;
  }
  
  .site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content {
    padding: 20px 0 0 !important;
  }
  .site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content > div {
   	width: 100% !important; 
    padding: 0 !important;
    margin: 0 0 40px !important;
  }
  
  
  .product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .info-detail-pro #product-image {
    padding: 0 !important;
  	margin: 0 0 40px !important;
  }
  section.detail-heading {
    padding: 0 !important;
  }
  
}


/* Footer -------------------------------- */

.site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content {
    padding: 120px 0;
  	float: none;
  width: auto;
  margin: 0 13px;
  display: block;
}
  .site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content > div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 100px 0 0;
  }
  .site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content > div > div {
    width: 100% !important;
    max-width: 250px;
    float: none;
    margin: 0 auto;
    padding: 0 !important;
  }

  .site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content>div .footer-title {
    text-transform: none;
    font-size: 19px;
    letter-spacing: 0;
    font-family:"SuisseIntl-Regular-WebM",sans-serif;
  }
  .site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content>div .footer-title {
	flex-grow: 1;
  }

.site-footer .copy-right .copy-right-wrapper .row {
	margin: 0; 
}
.site-footer .copy-right .copy-right-wrapper .copy-right-group .copy-right-inner {
	margin: 0; 
}
.copy-right-inner div, .copy-right-inner div a {
  font-size: 13px;
  color: #9e9b9b;
}

.footer_inf-content a, li.cst_liflex, .footer-stitle, .cstm_botton_news {
 	font-size: 13px !important; 
}

li.cst_liflex {
 margin: 0 0 12px; 
}

span.cstm_botton_news {
  color: #9e9b9b;
  font-size: 12px !important;
  max-width: 250px;
  width: auto;
  display: block;
}


.site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content .footer-stitle {
  
}
.site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content .newsletter-form form {
  width: 100% !important;
  margin: 0 !important;
}
.site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content .newsletter-form form input {
  font-size: 14px;
  height: auto;
  padding: 10px 0 6px;
  margin: 0 0 10px;
}
.site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content .newsletter-form form input::placeholder,
.site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content .newsletter-form form input::-webkit-input-placeholder {
  font-size: 14px !important;
}

footer button#subscribe {
  border: none !important;
  font-family: "SuisseIntl-Regular-WebM", Sans-Serif;
  font-size: 14px;
  margin: 0 0 25px !important;
  padding: 10px 0 1px !important;
  border-radius: 0;
}
  footer button#subscribe:after {
      border-bottom: 1px solid #fff;
  }
footer button#subscribe:hover {
  color: #fff;
}


/* Main content -------------------------------- */


.main-content {
  position: relative;
  z-index: 20;
  padding: 150px 0 0;
}
.template-index .main-content {
  padding-top: 0;
}
.shopify-section {
  background: #fff;
  text-align: left;
  position: relative;
}
	.section-header h2 {
      padding: 0;
      margin: 0;
    }
    .section-header h2:after, .section-header h2:before {
		border: 0 !important;
    }


.list-collection-heading .list-collection-heading-wrapper {
  margin-bottom: 30px !important;
}
.list-collection-heading .list-collection-heading-wrapper,
.list-collection-heading .list-collection-heading-wrapper .list-collection-heading-inner {
  height: auto;
  line-height: inherit;
}
h1.page-title {
  font-size: 28px !important;
  line-height: 35px !important;
  font-family: "SuisseIntl-Regular-WebM",sans-serif !important;
  font-weight: bold !important;
  margin: 0 0 25px !important;
  padding: 0;
}
h1.page-title:after {
    display: inline-block;
    content: '';
    height: 1px;
    margin: -1px 0 0 13px;
    vertical-align: middle;
    width: 175px;
    transform: scaleX(0);
    transform-origin: 0 0;
    background: #333;
  	transition: transform 1000ms ease-in-out;
  	/*animation: 1100ms ease-in-out 1000ms 1 forwards title-line-grow;*/
}
h1.page-title.inview:after {
    transform: scaleX(1);
}

@keyframes title-line-grow{
  0% {
    transform:  scaleX(0.00) ;
  }
  100% {
    transform:  scaleX(1.00) ;
  }
}

#shopify-section-footer {
  position: relative;
  z-index: 50;
}




/* Hero banner -------------------------------- */


div#shopify-section-1569218648461 .cst-bnr-img {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  display: flex;
}
  	.cst-bnr-img .cstm_banner_top {
      position: relative;
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 105px;
      margin-bottom: 20px;
      align-items: center;
	}

    .cstm_banner_top_inner {
      position: relative;
      z-index: 3;
      text-align: center;
    }
      .cstm_banner_top_inner h2 {
        color: #fff;
        line-height: 50px;
        padding-bottom: 10px;
        font-size: 45px;
      }
      .cst-bnr-img .cstm_banner_top .cstm_banner_top_inner p {
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        font-size:16px;
      }
      .cstm_banner_top a {
        font-size: 16px;
      }


/* Product detail -------------------------------- */


.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .info-detail-pro #product-image .image img {
  border: 0;
  border-radius: 0;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .info-detail-pro #product-image {
  padding-right: 75px;
}
.detail-content .info-detail-pro #product-information .title {
  font-family: "SuisseIntl-Regular-WebM", sans-serif; 
  font-weight: bold;
}
.detail-content .info-detail-pro #product-information .price {
  font-family: "SuisseIntl-Regular-WebM",sans-serif;
  font-weight: bold;
  text-align: right;
  font-size: 21px;
}

.detail-content #product-information .product-description-slider > h3 {
  border-top: 1px solid #111 !important;
  border-bottom: none !important;
  background: #fff !important;
  padding: 5px 30px 5px 0 !important;
  padding-top: 11px !important;
  font-size: 16px !important;
}
.detail-content #product-information .description .product-description-slider .ui-accordion-content {
  padding-bottom: 20px !important;
}
.product-description-slider > h3.ui-accordion-header > .ui-accordion-header-icon:before {
  background:  center center no-repeat !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZSBDb3B5IDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IkhvbWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkRldGFpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MTguMDAwMDAwLCAtNzczLjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlLUNvcHktMiIgcG9pbnRzPSIxNDI0LjczMDM5IDc3My4yOTMyMTIgMTQyOS43MjkzOSA3NzguMDAwNTE0IDE0MjQuNzMwMyA3ODIuNzA2Nzg1IDE0MjQuMDQ0ODQgNzgxLjk3ODY3NiAxNDI3LjcyNiA3NzguNTEyIDE0MTguNDk5NjkgNzc4LjUwNjc1NyAxNDE4LjUwMDMxIDc3Ny41MDY3NTggMTQyNy43NTIgNzc3LjUxMiAxNDI0LjA0NDg0IDc3NC4wMjEyNDEiPjwvcG9seWdvbj4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAOCAMAAAB0HJ7HAAAAQlBMVEUAAAAAAAAkJCQxMTEyMjIwMDAzMzMzMzMyMjIyMjIzMzMzMzMzMzMyMjIyMjIzMzMyMjIzMzMzMzMzMzMyMjIzMzN5psiOAAAAFXRSTlMABA4fJDU8VVdgc4iNlKmvy+Hy/P7hlFeYAAAAR0lEQVR4AWPADth5WRiIAJyiIvxsxCgDAgEORoLKwECQiwkqIIofCPEwQ5QRAsJ8rGBlhAE3xaYh3EasTwmHG6WxgIhTMgAAdPYRAPNKnhIAAAAASUVORK5CYII=) !important;
    background-size: auto 7px !important;
  content: '' !important;
}
.product-description-slider > h3.ui-accordion-header.ui-state-active > .ui-accordion-header-icon:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMCAxMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZSBDb3B5IDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IkhvbWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkRldGFpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MTkuMDAwMDAwLCAtNzcyLjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlLUNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQyNC4xMTQ1MzgsIDc3Ny45OTk5OTkpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTQyNC4xMTQ1MzgsIC03NzcuOTk5OTk5KSAiIHBvaW50cz0iMTQyNC43MzAzOSA3NzMuMjkzMjEyIDE0MjkuNzI5MzkgNzc4LjAwMDUxNCAxNDI0LjczMDMgNzgyLjcwNjc4NSAxNDI0LjA0NDg0IDc4MS45Nzg2NzYgMTQyNy43MjYgNzc4LjUxMiAxNDE4LjQ5OTY5IDc3OC41MDY3NTcgMTQxOC41MDAzMSA3NzcuNTA2NzU4IDE0MjcuNzUyIDc3Ny41MTIgMTQyNC4wNDQ4NCA3NzQuMDIxMjQxIj48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAaCAMAAACJtiw1AAAAQlBMVEUAAAAAAAAkJCQxMTEyMjIwMDAzMzMzMzMyMjIyMjIzMzMzMzMzMzMyMjIyMjIzMzMyMjIzMzMzMzMzMzMyMjIzMzN5psiOAAAAFXRSTlMABA4fJDU8VVdgc4iNlKmvy+Hy/P7hlFeYAAAAZElEQVR42sXIOQ6AMBAEwea2uTHs/7/KsjIGAiQyKhlN80IOP4fGe29Bt0ENchlQ5Zb+VnKYUpgwdQo1mDn+mcjF4Iiyxf6ScWottCR50B9yLr2GnptilbXgbpSRh0oqnjq+2gHHrwtCNeOiXAAAAABJRU5ErkJggg==) !important;
	  background-size: 8px auto  !important;
}

.cst_left li {
  
}

input#contactFormSubmit,
button#add-to-cart,
a.add-to-cart-external,
button#add-to-cart-carousel,
button#add-to-cart-apparel,
.purchase button#add-to-cart,
.btn.enquire {
  background: #fff; !important;
  border-radius: 0px !important;
  text-transform: none !important;
  font-family: 'SuisseIntl-Regular-WebM', sans-serif !important;
  font-weight: normal !important;
  line-height: 20px !important;
  height: auto !important;
  font-size: 10px !important;
  padding: 10px 20px !important;
  min-width: 196px;
  color: #fff !important;
  transition: background 180ms linear, color 180ms linear;
}

.btn.enquire:hover {
    background-color: #f2f2f2 !important;
  	border: 0.8px solid #141414 !important;
    color: #141414 !important;
}


input#contactFormSubmit:hover,
button#add-to-cart:hover,
button#add-to-cart-carousel:hover,
button#add-to-cart-apparel:hover,
.purchase button#add-to-cart:hover {
    background-color: #f2f2f2 !important;
  	border: 0.8px solid #141414 !important;
    color: #141414 !important;

}

#nullsContainerZoom {
    z-index: 50 !important;
}



/* Product rows -------------------------------- */

body .row-container .row-right .product-title a {
  text-transform: none;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 16px;
}
body .row-container .row-right .group_price_rating {
  padding: 0;
  margin: 0;
}
body .row-container .row-right .group_price_rating .product-price {
  font-size: 17px !important;
}

.product-item-wrapper .row-container .row-left .hoverBorderWrapper img {
  transform: scale(1.0001);
  transition: transform 200ms cubic-bezier(.65,.06,.19,.96);
}
.product-item-wrapper .row-container .row-left .hoverBorderWrapper img:hover {
  transform: scale(1.08);
  transition: transform 600ms cubic-bezier(.65,.06,.19,.96);
}

.collection-content .collection-content-wrapper .collection-content-inner #collection .collection-items .product-item-wrapper .row-container {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.pagination {
	margin-bottom: 60px; 
}
.pagination .pagination__text {
  display: none;
}
.pagination li .btn--disabled {
  opacity: 0.5;
}
.pagination li i.fa-arrow-left,
.pagination li i.fa-arrow-right {
    font-family: inherit !important;
    font-weight: 200;
    font-size: 16px;
    font-weight: 400;
    font-size: 16px;
    font-size: 17px;
    font-family: SuisseIntl-Regular-WebM, sans-serif !important;
  	margin: 0 8px;
}
.pagination li i.fa-arrow-left:before {
	content: '';
  	display: block;
  	width: 12px;
  	height: 10px;
    background:  center center no-repeat !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZSBDb3B5IDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IkhvbWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkRldGFpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MTguMDAwMDAwLCAtNzczLjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlLUNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQyNC4xMTQ1MzgsIDc3Ny45OTk5OTkpIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTE0MjQuMTE0NTM4LCAtNzc3Ljk5OTk5OSkgIiBwb2ludHM9IjE0MjQuNzMwMzkgNzczLjI5MzIxMiAxNDI5LjcyOTM5IDc3OC4wMDA1MTQgMTQyNC43MzAzIDc4Mi43MDY3ODUgMTQyNC4wNDQ4NCA3ODEuOTc4Njc2IDE0MjcuNzI2IDc3OC41MTIgMTQxOC40OTk2OSA3NzguNTA2NzU3IDE0MTguNTAwMzEgNzc3LjUwNjc1OCAxNDI3Ljc1MiA3NzcuNTEyIDE0MjQuMDQ0ODQgNzc0LjAyMTI0MSI+PC9wb2x5Z29uPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) !important;
	
  background: none !important;
  width: auto;
  content: 'Previous';
  font-family: inherit;
}
.pagination li i.fa-arrow-right:before {
	content: '';
  	display: block;
  	width: 12px;
  	height: 10px;
    background:  center center no-repeat !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZSBDb3B5IDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IkhvbWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkRldGFpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MTguMDAwMDAwLCAtNzczLjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlLUNvcHktMiIgcG9pbnRzPSIxNDI0LjczMDM5IDc3My4yOTMyMTIgMTQyOS43MjkzOSA3NzguMDAwNTE0IDE0MjQuNzMwMyA3ODIuNzA2Nzg1IDE0MjQuMDQ0ODQgNzgxLjk3ODY3NiAxNDI3LjcyNiA3NzguNTEyIDE0MTguNDk5NjkgNzc4LjUwNjc1NyAxNDE4LjUwMDMxIDc3Ny41MDY3NTggMTQyNy43NTIgNzc3LjUxMiAxNDI0LjA0NDg0IDc3NC4wMjEyNDEiPjwvcG9seWdvbj4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) !important;

  background: none !important;
  width: auto;
  content: 'Next';
  font-family: inherit;
}

.row-container .row-left .hoverBorder .hoverBorderWrapper span.back {
 	transform: none !important;
}
.row-container .row-left .hoverBorder .hoverBorderWrapper span.back img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}


/* Instagram -------------------------------- */

.instaFeed-section #rap__med__insta_title {
  display: none !important;
}
  
.instaFeed-section h2 {
  margin: 0 0 10px;
}


/* Newsletter popup -------------------------------- */


#newsletter-popup .nl-wraper-popup form h4 {
  font-size: 32px;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 20px;
}
body #newsletter-popup .nl-wraper-popup .group_input button.btn {
  
    background: #111 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: bold !important;
    font-family: "SuisseIntl-Regular-WebM", sans-serif;
    font-size: 13px !important;
    height: auto !important;
    padding: 9px 50px 5px !important;
}
body #newsletter-popup .nl-wraper-popup .group_input .form-control {
  font-size: 16px !important;
    padding: 5px 0 !important;
  margin: 0 0 10px !important;
  
}
body #newsletter-popup .nl-wraper-popup .group_input button.btn {
  margin-top: 10px !important;
}
body #newsletter-popup .nl-wraper-popup {
  
    padding: 30px !important;
}


/* Owl carousel -------------------------------- */


.owl-carousel .owl-wrapper-outer {
  width: auto;
}


body .page-container .owl-controls .owl-buttons>div.owl-prev,
body .product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .owl-controls .owl-buttons>div.owl-prev {
  background: #fff !important;
  width: 45px !important;
  height: 45px !important;
  left: 40px !important;
  right: auto !important;
  top: 50% !important;
  margin: -62px 0 0 !important;
  border-radius: 100% !important;
  padding: 0 !important;
}
  .owl-controls .owl-buttons>div.owl-prev i {
    display: none !important;
  }
  .owl-controls .owl-buttons>div.owl-prev:before {
    background:  center center no-repeat !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZSBDb3B5IDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IkhvbWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkRldGFpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MTguMDAwMDAwLCAtNzczLjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlLUNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQyNC4xMTQ1MzgsIDc3Ny45OTk5OTkpIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTE0MjQuMTE0NTM4LCAtNzc3Ljk5OTk5OSkgIiBwb2ludHM9IjE0MjQuNzMwMzkgNzczLjI5MzIxMiAxNDI5LjcyOTM5IDc3OC4wMDA1MTQgMTQyNC43MzAzIDc4Mi43MDY3ODUgMTQyNC4wNDQ4NCA3ODEuOTc4Njc2IDE0MjcuNzI2IDc3OC41MTIgMTQxOC40OTk2OSA3NzguNTA2NzU3IDE0MTguNTAwMzEgNzc3LjUwNjc1OCAxNDI3Ljc1MiA3NzcuNTEyIDE0MjQuMDQ0ODQgNzc0LjAyMTI0MSI+PC9wb2x5Z29uPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) !important;
    content: '' !important;
  	display: block;
    height: 45px;
    width: 45px;
  }

body .page-container .owl-controls .owl-buttons>div.owl-next,
body .product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .owl-controls .owl-buttons>div.owl-next{
  background: #fff !important;
  width: 45px !important;
  height: 45px !important;
  left: auto !important;
  right: 40px !important;
  top: 50% !important;
  margin: -62px 0 0 !important;
  border-radius: 100% !important;
  padding: 0 !important;
}
  .owl-controls .owl-buttons>div.owl-next i {
    display: none !important;
  }
  .owl-controls .owl-buttons>div.owl-next:before {
    background:  center center no-repeat !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZSBDb3B5IDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IkhvbWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkRldGFpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MTguMDAwMDAwLCAtNzczLjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlLUNvcHktMiIgcG9pbnRzPSIxNDI0LjczMDM5IDc3My4yOTMyMTIgMTQyOS43MjkzOSA3NzguMDAwNTE0IDE0MjQuNzMwMyA3ODIuNzA2Nzg1IDE0MjQuMDQ0ODQgNzgxLjk3ODY3NiAxNDI3LjcyNiA3NzguNTEyIDE0MTguNDk5NjkgNzc4LjUwNjc1NyAxNDE4LjUwMDMxIDc3Ny41MDY3NTggMTQyNy43NTIgNzc3LjUxMiAxNDI0LjA0NDg0IDc3NC4wMjEyNDEiPjwvcG9seWdvbj4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) !important;
    content: '' !important;
  	display: block;
    height: 45px;
    width: 45px;
  }


.search-page .section-header h2.h2 {
  display: block;
  text-align: left;
}
.search-page .input-group button.btn.search__submit {
  right: 0 !important;
  height: 58px;
  text-indent: -99999px;
  background: center center no-repeat !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2ggaWNvbjwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iU2VhcmNoLWljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiIHN0cm9rZT0iIzExMTExMSIgc3Ryb2tlLXdpZHRoPSIxLjIiPiAgICAgICAgICAgIDxnPiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBjeD0iNC45NDc1NDQ2NCIgY3k9IjQuOTQ3NTQ0NjQiIHI9IjQuOTQ3NTQ0NjQiPjwvY2lyY2xlPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC45OTU1MzU3MSw4Ljk5NTUzNTcxIEwxMi41OTM3NSwxMi41OTM3NSIgaWQ9IkxpbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjwvcGF0aD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) !important;
}
  .search-page .input-group button.btn.search__submit img {
    display: none;
  }
  .search-page form.search {
    max-width: 350px;
  }
  .search-page #SearchInput {
	padding: 20px 0;
  }



/* General -------------------------------- */



.followus-content.cstn_rts {
    top: -7px;
 position: relative;
}
.content_rts_title {
    display: flex;
}
.icon-social {margin:0 5px;}
.followus-content.cstrbb {
    display: none !important;
}
html body form input, html body form textarea {
    font-family: "SuisseIntl-Regular-WebM", sans-serif !important;
}
.cstm_banner_text p {
    font-family: "SuisseIntl-Regular-WebM", sans-serif;
    color: #fff;
    font-size: 18px;
}
 .dropDis-row h2.sub-head{
    color: #fff;
  }

.related-products .collection-title{font-family: "SuisseIntl-Regular-WebM";}

  .dropDis-row p {
    font-family: "AttenNew-Medium";
    font-style:italic;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
  a.ctm_coll_cs.drop-btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 1px;
    position: relative;
    font-family: "AttenNew-Medium";
	}

  a.ctm_coll_cs.drop-btn:after {
      content: '';
      width: 100%;
      border-bottom: 1px solid #fff;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
  }
  a.ctm_coll_cs.drop-btn:hover:after {
      animation-name: line_hover;
      animation-duration: 800ms;
  }
.dropDis-row {
    min-height: 500px;
    display: flex;
    margin-bottom: 70px;
    align-items: center;
    background-size: cover;
}
  h2.sub-head{
  	font-size: 40px;
    line-height: 45px;
    color: #141414;
  
  }
button#add-to-cart:focus,
button#add-to-cart-carousel:focus,
button#add-to-cart-apparel:focus{
    outline: none !important;
}



.row-container .row-right .product-title {
    font-weight: unset !important;
}
.main-header .main-header-inner .top_header_wrapper .top_header .right-area>div div#search-info.dropdown-menu form input.search_box {
    padding-left: 0px !important;
    font-weight: unset;
    font-family: 'SuisseIntl-Regular-WebM', sans-serif;
}
.purchase-section .purchase p {
    font-size: 20px;
    font-weight: 600;
}
.search-page .input-group button.btn.search__submit {
    background: transparent;
    border: none;
    position: absolute;
    right: -20px;
    top: -6px;
}
.search-page #SearchInput {
    width: 100%;
    line-height: 40px !important;
    font-family: 'SuisseIntl-Regular-WebM';
  	background: transparent;
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #333;
    line-height: 0;
    height: 16px;
    font-size: 17px;
}
.search-page .section-header h2 {
    margin-top: 0;
    background: transparent;
  	font-family: 'SuisseIntl-Regular-WebM';
    padding-bottom: 10px;
    font-size: 26px;
}
.cstm_banner_top a {
    color: #fff;
  	font-weight: bold;
    font-size: 17px;
  	display: block;
  	padding: 0 0 1px;
  	display: inline-block;
	position: relative;
}
  .cstm_banner_top a:after {
      content: '';
      width: 100%;
      border-bottom: 1px solid #fff;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
    
  }
  .cstm_banner_top a:hover:after {
      animation-name: line_hover;
      animation-duration: 800ms;
  }
@keyframes line_hover {
  0%   {left:auto;right:0;width:100%;}
  50%  {left:auto;right:0;width:0;}
  51%  {left:0;right:auto;width:0;}
  100% {left:0;right:auto;width:100%;}
}
.pagination li a {
    background: transparent !important;
    border: 1px solid transparent !important;
    color : #000 !important;
    margin: 0 !important;
    height: 30px !important;
    padding: 0px 2px !important;
    line-height: 21px; !important;
  	font-size: 13px !important;
}
.btn.btn--secondary.btn--narrow.btn--disabled i.fa.fa-arrow-right {
    color: #000;
    font-size: 13px;
}



.home-product-slider .owl-controls .owl-buttons>div {
     top: 45% !important;
}
.site-footer .copy-right {
    border: 1px solid transparent !important;
}
.num-items-in-cart .block-cart:hover
{
	border-bottom: 1px solid #444;
}
.nl-wraper-popup-inner .group_input input.form-control {
    box-shadow: none;
    border: 0 solid transparent;
    background: transparent;
    border-bottom: 1px solid #333;
    border-radius: 0;
    padding: 0;
}
#newsletter-popup .nl-wraper-popup .group_input button.btn:hover {
    background: #141414 !important;
    color: #fff !important;
}
.collection-heading .collection-heading-wrapper .collection-heading-inner, .blog-heading .blog-heading-wrapper .blog-heading-inner {

    padding: 0 !important;
}
.cart-heading .cart-heading-wrapper {
    margin-bottom: 20px !important;
}
.cart-heading .cart-heading-wrapper .cart-heading-inner {
    padding: 0 !important;
}
.cart-heading .cart-heading-wrapper {
    background-color: transparent !important;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .owl-controls {
    width: 100%;
  	position: static !important;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .owl-controls .owl-buttons>div.owl-prev
{
	position: absolute;
	left: -30px;
  	top : 108px !important;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .owl-controls .owl-buttons>div.owl-next {
    position: absolute;
    right: 0;
    margin-right: -36px;
    top : 108px !important;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .owl-controls .owl-buttons {
  	position: static !important;
}
div#shopify-section-about-section .page-heading-wrapper {
    padding-top: 30px;
}
.cstm_hd_line, .product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .info-detail-pro #product-information .title {
    font-size: 28px !important;
}
.fa-angle-left:before {
    content: url(https://cdn.shopify.com/s/files/1/0109/2898/0064/files/arrow-left.png?8373) !important;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products {
    padding-top: 60px;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .collection-title {
  text-transform: none;
  line-height: 34px;
  margin: 0 0 35px;
}

.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .collection-title:after {
    display: inline-block;
    content: '';
    height: 1px;
    margin: -1px 0 0 15px;
    vertical-align: middle;
    width: 175px;
    transition: transform 1100ms ease-in-out, background 400ms linear;
    transform: scaleX(0);
    transform-origin: 0 0;
    background: #333;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .collection-title.inview:after {
    
    transform: scaleX(1);
}

.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .collection-title span
{
  	border: 0 !important;
	display:unset !important;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .collection-title span:before {
  display: none !important;
}
.row-container .row-left .hoverBorder .hoverBorderWrapper img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
button#add-to-cart i.fa.fa-shopping-cart {
    display: none;
}
.footer-title {
    font-size: 17px;
    font-weight: 400;
} 
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .owl-controls .owl-buttons>div {
    width: unset;
    background: transparent;
    border-color: transparent !important;
}
.main-header .main-header-inner .search_form a i.fa {
    font-size: 13px;
}  
.main-header .main-header-inner .top_header_wrapper .top_header .right-area>div>div {
    line-height: 21px !important;
}
.fa-angle-right:before {
    content: url(https://cdn.shopify.com/s/files/1/0109/2898/0064/files/arrow-right.png?8373) !important;
}
.footer-stitle {
    font-family: 'SuisseIntl-Regular-WebM';
    font-size: 18px !important;
    font-weight: 400;
    font-style: normal !important;
    color: white !important;
}
.contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'SuisseIntl-Regular-WebM';
}
.contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper textarea::-moz-placeholder { /* Firefox 19+ */
  font-family: 'SuisseIntl-Regular-WebM';
}
.contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper textarea:-ms-input-placeholder { /* IE 10+ */
  font-family: 'SuisseIntl-Regular-WebM';
}
.contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper textarea:-moz-placeholder { /* Firefox 18- */
  font-family: 'SuisseIntl-Regular-WebM';
}
 .contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'SuisseIntl-Regular-WebM';
}
.contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper input::-moz-placeholder { /* Firefox 19+ */
  font-family: 'SuisseIntl-Regular-WebM';
}
.contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'SuisseIntl-Regular-WebM';
}
.contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper input:-moz-placeholder { /* Firefox 18- */
  font-family: 'SuisseIntl-Regular-WebM';
}
.contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper textarea,
.contact-content .contact-inner #page .page-with-contact-form .contact-page-content .page-form #contactFormWrapper input{

    font-family: 'SuisseIntl-Regular-WebM' !important';
}
.site-footer
{
  background: #212121 !important;
}
.site-footer .copy-right .copy-right-wrapper .copy-right-group .copy-right-inner .copyright {
    display: block;
}
.copy_left {
    width: 50%;
    float: left;
        height: 40px;
    line-height: 40px;
        text-align: left;
}
.footer_inf-content>div {
    text-align: left !important;
    color: white;
        
}
li.cst_liflex {
    display: flex;
    align-items: flex-start;
  margin-bottom: 5px;
}
li.cst_liflex img {
    margin-right: 15px;
}
.footer_inf-content a {
    color: white;
}
ul.fa-links li {
    margin-bottom: 10px;
}
/*
.site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content {
    padding-bottom: 10px !important;
}
*/
.footer-content input#MERGE0::placeholder , .footer-content input#MERGE1::placeholder, .footer-content input#MERGE2::placeholder
{
    font-family: 'SuisseIntl-Regular-WebM';
    font-size: 14px !important;
    font-weight: 400;
    color: white;
} 
.newsletter-form .input-group input {
    padding-left: 0 !important;
  	border-bottom: 1px solid #64625e !important;
}
button#subscribe {
    padding: 0px 20px !important;
    border-radius: 50px;
    text-transform: capitalize;
    height: 30px;
    margin-top: 11px;
  position: relative;
}
button#subscribe:hover {
  color: #000;
}
  button#subscribe:after {
      content: '';
      width: 100%;
      border-bottom: 1px solid #000;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
  }
  button#subscribe:hover:after {
      animation-name: line_hover;
      animation-duration: 800ms;
  }
.newsletter-form form
{
   width: 95% !important;
   border-bottom: 0px solid #64625e !important;
  margin-left: 0 !IMPORTANT;
      height: unset !important; 
}
.site-footer .footer_info-block .footer_info_wrapper .footer_info_inner .footer_inf-content .newsletter-form form .input-group__btn {
    position: relative;
}
button#subscribe 
{
  /*  height: 44px; */
    line-height: 0;
    padding: 0;
}
span.input-group__btn img
{
    width: 45px;
    height: auto;
    margin-top: -5px;
    margin-right: -2px;
}
.input-group
{
    height: 44px;
}
.input-group input
{
    height: 42px;
}
span.input-group__btn
{
    height: 42px !important;
}
.copy-right-inner
{
    height: 40px !important;
}
.copy_rigth 
{
    width: 50%;
    display: inline-block;
    align-items: center;
    height: 40px;
    line-height: 40px;
    float: right;
    text-align: right;
}
.copy_left , .copy_rigth , .copy_rigth a
{
    color: white;
    font-size: 14px;
    font-family: 'SuisseIntl-Regular-WebM';
}
.site-footer .copy-right
{
    border-top: 1px solid white;
}
.followus-content>a:hover
{
    background: none !important;
}
.rap__med__action a.rap__med__prev::before , .rap__med__action a.rap__med__next::before
{
    content: close-quote !important;
}
.rap__med__action a::before
{
    height: 40px !important;
    width: 40px !important;
        background: transparent !important;
}
a.rap__med__prev
{
    background-image: url(https://cdn.shopify.com/s/files/1/0109/2898/0064/files/down-arrow_copy_3.png?1712);
    background-size: contain;
}
a.rap__med__next
{
	    background-image: url(https://cdn.shopify.com/s/files/1/0109/2898/0064/files/down-arrow_copy_2.png?1478);
    background-size: contain;
}
.cst_contact input[type="text"], .cst_contact input[type="telephone"], .cst_contact input[type="email"], .cst_contact textarea 
{
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px !important;
  	font-size: 16px;
  	line-height: 20px;
  	padding: 10px 0;
}
.cst_contact input::placeholder , .cst_contact textarea::placeholder
{
    color: #333;
    font-size: 16px;
}
.main-header 
{
    border-bottom: none;
}
.cst-quan-cart .quantity-wrapper .wrapper input
{
    width: 55px !important;
}
.cst-quan-cart .quantity-wrapper 
{
    width: 140px !important;
}
button#add-to-cart 
{
    font-size: 14px !important;
}
.contact_dtl 
{
    display: flex;
    justify-content: center;
}
.contact_dtll 
{
    margin-right: 10px;
}
.contact_dtlr 
{
    width: 175px;
}
li.nav-item span {
  border-bottom: 1px solid rgba(0,0,0,0);
  transition: border 200m linear;
}
li.nav-item span:hover {
    border-bottom: 1px solid #111;
}
@media (min-width: 768px) {
  body.template-index #shopify-section-header:not(.affix) li.nav-item span:hover {
    border-bottom: 1px solid white;
  }
}
li.nav-item a:focus, li.nav-item a:hover
{
    text-decoration: none;
    outline:none;
}
.cstm_articles123.articles121 {
    padding-bottom: 50px;
}
.cstm_width12.clearfix {
    margin-bottom: 50px;
}
.main-header .main-header-inner .top_header_wrapper .top_header .right-area>div div#search-info.dropdown-menu form {
    border: 1px solid transparent !important;
}
#newsletter-popup .nl-wraper-popup {
    top: 25% !important;
}
.contact_dtl .contact_dtll img {
    width: 25px;
    height: 25px;
    /*box-shadow: 0px 0px 12px #d0cdcd;*/
}
.contact-page-content-rt.col-md-6 {
    padding-top: 40px;
}
.contact_dtl.contact_dtl2 .contact_dtll {
    position : 0px;
}
/*.contact_dtl.contact_dtl1 .contact_dtll {
    position: relative;
    display: inline-flex;
    position: relative;
    top: -15px;
    left: -14px;
}*/
.contact_dtl .contact_dtll {
    display: inline-block;
}
.page-with-contact-form h2.contact-title {
  
}
.contact_dtl.contact_dtl4 .contact_dtll {
    position: relative;
    top: -11px !important;
}
.contact_dtl {
    margin-bottom: 20px;
}
.contact_dtl .contact_dtll {
    display: inline-block;
}
.contact_dtl .contact_dtlr {
    display: inline-block;
  	text-align: left;
}

.contact_dtlr p, .contact_dtlr p a {
    font-family: 'SuisseIntl-Regular-WebM';
    font-size: 16px;
}
.contact_dtl.contact_dtl4 .contact_dtll {
    position: relative;
    top: 10px;
}
/*.contact_dtl .contact_dtll {
    padding-right: 10px;
}*/
#newsletter-popup .nl-wraper-popup .group_input button.btn {
    margin-top: 20px !important;
  	position: relative !important;
    color: #141414 !important;
    border: 1px solid #141414 !important;
    font-size: 14px;
    padding: 0px 28px;
    height: 30px !important;
    margin-top: 15px;
    border-radius: 40px !important;
    line-height: 28px;
}
#newsletter-popup .nl-wraper-popup .group_input {
    position: relative;
    margin-top: 20px;
    margin: auto;
}
.contact-inner.cstm-cntct div#page {
    width: 100%;
}
#newsletter-popup .nl-wraper-popup {
    margin: auto;
    padding: 50px;
    text-align: center;
}
#newsletter-popup .nl-wraper-popup {
    background-image: none !important;
    background-color: #f3f3f3 !important;
}
.contact-heading-wrapper {
    display: none !important;
}
.main-header .main-header-inner #cart-target>a .num-items-in-cart .block-cart {
    background: none !important;
}
.cstm_col_text_rt.cstm_col_text.col-md-12.no-padding img {
    width: 100% !important;
    height: 100% !important;
}
span.cstm_txt_damy {
    padding-bottom: 14px;
    display: block;
}
span.cstm_txt_damy span.inner_pro {
    display: block;
}
.cstm_hd_pr .col_ctm_lt {
    padding-left: 0;
}
.cstm_hd_pr .price a {
	font-size: 21px;
}
.product-description-slider h3.ui-accordion-header {
    background: #fff !important;
}
.collections-selector select#collection-option {
    background: #fff !important;
}
.top_header .middle-area ul.dropdown-menu {
    background: #fff;
}
.main-header .main-header-inner #cart-target #cart-info #cart-content .empty a.btn {
    color: #141313;
    border-color: #141414;
}
.main-header .main-header-inner .top_header_wrapper .top_header .right-area>div div#search-info.dropdown-menu form input.search_box {
    background: #fff;
}
.main-header .main-header-inner #cart-target #cart-info, div#search-info form.search {
     background: #fff !important;
}
html body  .product-description-slider > h3 {

    border-left-color:#fff !important;
    border-right-color: #fff !important;
	}
	.product-description-slider > div {
    border-left: solid 1px #fff !important;
    border-right: solid 1px #fff !important;
	}
html body .product-description-slider > div {
    background: #fff !important;
    border-color: #fff !important;
}
div#shopify-section-1567227049364 .home-product-slider.home-slide-pro-data {
    margin-top: 50px;
}
.home-product-slider.home-slide-pro-data .container {
    background: #fff;
    padding-top: 65px;
    display: block;
    padding-bottom: 50px;
}
html body {
    background: #fff;
}
div#shopify-section-1567245386351 .cstm_col_text_rt.cstm_col_text {
    margin-bottom: 0px;
    margin-top: 8px;
}
.home-product-slider.home-slide-pro-data .owl-prev {
    background: #fff;
    border: 1px solid #000;
}
.home-product-slider .owl-buttons>div i.fa {
    font-weight: unset;
}
div#shopify-section-1567227049364 .home-product-slider.home-slide-pro-data {
    padding-bottom: 70px;
}

.home-product-slider .owl-controls .owl-buttons>div {
    background: transparent ;
    border: none;
}
.home-product-slider .owl-controls .owl-buttons>div i.fa {
    font-size: 40px;
}
.home-product-slider .owl-controls .owl-buttons>div {
    transform: scale(1, 1) !important;
}
div#shopify-section-1567234277311 {
    padding-bottom: 70px;
}
div#shopify-section-1567234277311 > div {
    padding-bottom: 70px;
  	padding-top: 70px;
  	background: #141414;
  	color: #fff;
}
  div#shopify-section-1567234277311 * {
      color: #fff !important;
    font-family:"SuisseIntl-Regular-WebM", sans-serif
  }
  div#shopify-section-1567234277311 a.ctm_coll_cs.explo-btn:after {
    	border-color: #fff !important;
  }
div#shopify-section-1567243125859 .cstm_col_text_rt.cstm_col_text p {
    margin-bottom: 60px !important;
}
.section_heading_insta_mn {
    padding-bottom: 70px;
}
.home-slide-pro-data .section-header-cm {
    padding-bottom: 65px;
}
section.collection-heading h2.sub-head, .cstm_col_text_rt.cstm_col_text h2.sub-head
{
	font-family: "SuisseIntl-Medium-WebM",sans-serif !important;
}


.home-slide-pro-data .section-header-cm h2 {
    font-family: "SuisseIntl-Medium-WebM",sans-serif;
    padding-bottom: 10px;
    font-size: 35px;
  	text-transform: unset !important;
}
.section-header-cm p {
    font-family: "SuisseIntl-Regular-WebM",sans-serif;
    font-size: 16px;
}
.home-slide-pro-data .home-productslider .group_price_rating {
    display: none;
}
.home-slide-pro-data .home-productslider .product-title {
    text-align: center;
}
li.cst_liflex img {
    position: relative;
    top: -6px;
}
.home-slide-pro-data .home-productslider .product-title a.title-5 {
    font-family: "SuisseIntl-Regular-WebM",sans-serif;
    font-size: 16px;
}
.hover-mask {
    display: none;
}
.collection-heading .collection-heading-wrapper
{
	height:unset;
}
.section_heading_bg_inner .row.cstm_col_text_mn {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  	position: relative;
}
  .section_heading_bg_inner .row.cstm_col_text_mn:before {
    	content: '' !important;
    	position: absolute !important;
    	display: block !important;
    	top: 0 !important;
    	left: 0 !important;
    	bottom: 0 !important;
    	right: 0 !important;
    	background: rgba(0,0,0,0.4);
  }

.section_heading_bg_inner .row.cstm_col_text_mn .cstm_mb_img {
  display: none !important;
}
.top-header .top-header-wrapper .top-header-inner>div.left-area>div {
    padding: 0 !important;
    color: #fff;
    font-style: normal !important;
    font-family: "SuisseIntl-Regular-WebM", sans-serif !important;
    font-size: 13px;
}
.top-header-inner.col-sm-12 .right-area {
    float: none !important;
    display: none !important;
}
.top-header-inner.col-sm-12 .left-area {
    text-align: center !important;
    width: 100% !important;
    float: none !important;
}
.top-header .top-header-wrapper .top-header-inner>div.left-area>div {
    padding: 0 !important;
    color: #fff;
    font-style: normal !important;
    font-family: "SuisseIntl-Regular-WebM", sans-serif !important;
    font-size: 13px;
}

.top-header .top-header-wrapper .top-header-inner{
    line-height: 30px !important;
}
.top_header_wrapper .top_header .middle-area.col-sm-8 {
    text-align: right;
}
.top_header_wrapper .top_header .middle-area.col-sm-8 a {
    font-family: "SuisseIntl-Regular-WebM", sans-serif;
    text-transform: capitalize !important;
    /* font-size: 13px !important; */
   /* font-weight: 600 !important; */
}
.main-header .main-header-inner .top_header_wrapper .top_header .left-area div img {
    max-height: 70px;
}
.main-header .main-header-inner .top_header_wrapper .top_header .left-area div {
    line-height: 0 !important;
    display: contents;
}
.cstm_col_text_rt.cstm_col_text {
    margin-bottom: 34px;
}
.cstm_col_text_rt.cstm_col_text img {
    width: 100%;
}
.home-slide-pro-data .row-right.animMix {
background: transparent !important;
}
.template-product .social-sharing {
    display: none;
}
.template-product .related-products h3 {
    margin-top: 20px;
}
.cst-quan-cart {
/*     display: flex;
    align-items: center; */
}
.collection-toolbar .showing-number {
    display: none !important;
}
.cst_contactdesc .cst_contact img {
    width: 20px;
    position: relative;
    top: -1px;
    margin-right: 10px !important;
}
.newsletter-form form#mc-embedded-subscribe-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 12px !important;
}
.newsletter-form form#mc-embedded-subscribe-form input::-moz-placeholder { /* Firefox 19+ */
	font-size: 12px !important;
}
.newsletter-form form#mc-embedded-subscribe-form input:-ms-input-placeholder { /* IE 10+ */
	    font-size: 12px !important;
}
.newsletter-form form#mc-embedded-subscribe-form input:-moz-placeholder { /* Firefox 18- */
       font-size: 12px !important;
}
.followus-content a.icon-social img {
    width: 15px;
}
.followus-content span.fa-stack.fa-lg {
    width: 1em;
}
.breadcrumb {
    display: none;
}
.product-options .header {
    font-size: 20px;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .info-detail-pro #product-information #add-item-form .quantity-wrapper .wrapper input {
    height: 43px;
    line-height: 40px;
}
.cst-quan-cart .quantity-wrapper span.qty-down.btooltip i.fa.fa-minus {
    padding-top: 10px;
    position: relative;
    top: 3px;
}

.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .info-detail-pro #product-information #add-item-form .product-options .swatch .swatch-element label {
    border: none !important;
    background-color: unset !important;
    cursor: pointer;
  	line-height: 40px !important;
  
}

.cst-quan-cart span.qty-up.btooltip i.fa.fa-plus {
    position: relative;
    top: 4px;
}
.template-product #product-information #add-item-form .product-options .swatch .swatch-element {
    border-color: unset !important;
    border: none !important;
}
.swatch-element.available {
    margin-right: 8px;
  border: 1px solid transparent !important;
}
.swatch-element.available {
    border-radius: 31px;
    width: 36px !important;
    border: 1px solid transparent !important;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .info-detail-pro #product-information #add-item-form .product-options .swatch .swatch-element.hovered, .product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .info-detail-pro #product-information #add-item-form .product-options .swatch .swatch-element.active {
/*     border: 1px solid #000 !important;
    border-radius: 50%;
    border-radius: 31px;
    width: 36px !important; */
}
.footer_inf-content .footer-stitle {
    margin-bottom: 15px !important;
}
.footer_inf-content .footer-link li {
    margin-bottom: 0 !important;
}
.footer_inf-content .footer-title {
    margin-bottom: 15px;
}
div#contactFormWrapper p {
    text-align: left;
}
.cst-blog-text{
  text-align: left;
  width: 90%;
}

.cst-blg-article .col-sm-3.sidebar {
    display: none;
}
.cst-blg-article .col-sm-9.article {
    width: 100%;
}
.cst-blg-article .group-blog-date, .cst-blg-article .article-image {
    display: none;
}
.cst-blg-article .group_content_article {
    border: none !important;
}
.cst-blg-article .article-content p {
    font-family: 'SuisseIntl-Regular-WebM';
    font-size: 18px;
  	margin-bottom:15px;
	text-indent: 50px
}
.cst-blg-article ul.article-info {
    display: none;
}
.article-heading-wrapper.cst-art-hdng {
    display: none;
}
.cst-blg-article h2.article-name {
    font-size: 26px !important;
    font-family: "SuisseIntl-Medium-WebM", sans-serif;
    color: #141414;
    text-transform: capitalize;
}
.cst-blg-article .article-content video {
    height: auto;
    margin-bottom: 20px;
}
.cstm_row_inner .inner_row .col-md-4 {
    margin-bottom: 20px;
}
.cstm_row_inner .inner_row .col-md-6 {
    display: inline-block !important;
    width: 50% !important;
  float: left;
}
p.cst-insta {
    margin-bottom: 20px;
}
.cst-blg-article .article-bottom {
    display: none;
}
section.article-content.cst-blg-article {
    margin-bottom: 35px;
}
.cst-blog-content .col-sm-3.sidebar, .cst-blog-content ul.article-info.list-inline {
    display: none !important;
}
/*section.blog-heading.cst-blog-sec {
    margin-bottom: 20px;
}
section.blog-heading.cst-blog-sec .blog-heading-wrapper {
display: none !important;
}*/
section.blog-content.cst-blog-content ul.list--inline.pagination {
    text-align: center;
    width: 100%;
}
.blog-content .blog-wrapper .blog-inner #blog .articles>div:last-child {
    text-align: unset;
}
.blog-content .blog-wrapper .blog-inner #blog .articles .article {
    border: none;
}
.cst-blg-title {
  width: 100%;
  padding-bottom: 0 !important;
}
form#cartform table tr th {
    color: #fff;
}
.template-search .empty-page-content {
  min-height: 433px;
}
.template-404 .empty-page-content, .template-cart section.cart-content {
  min-height: 454px;
}
button.btn.search__submit {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}
p.cst-blg-txt, p.cst-text-bl, p.cst-text-bl a {
    font-family: 'SuisseIntl-Regular-WebM';
    font-size: 18px;
}
section.blog-content.cst-blog-content {
    margin-top: 10px !important;
}
button.slick-prev.slick-arrow:before {
   /* content: '\f104'; */
 	content: url('https://cdn.shopify.com/s/files/1/0109/2898/0064/files/arrow-left.png?8478');
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: 40px;
  color: #141313;
  z-index: 9999999999999;
    opacity: 9;
}
button.slick-next.slick-arrow:before {
   /*content: '\f105'; */
  	content: url("https://cdn.shopify.com/s/files/1/0109/2898/0064/files/arrow-right.png?8478");
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: 40px;
  color: #141313;
  z-index: 9999999999999;
    opacity: 1;
}
button.slick-next.slick-arrow {
    right: 0;
  height: unset;
  width: 35px;
  top: 45%;
  background: transparent;
 z-index: 9999999999999;
    opacity: 9; 
}
.artist_slider_cm button.slick-arrow {
    top: 32% !important;
}
button.slick-prev.slick-arrow {
height: unset;
  	left : 0;
    width : 35px;
  	top	: 45%;
  	background	: transparent;
  	z-index	: 9999999999999;
    opacity	: 1;
}
.blog-content .blog-wrapper .blog-inner #blog .articles {
    padding-right: 15px !important;
}
.blog-heading .blog-heading-wrapper {
    background-color: #f3f3f3;
    margin-bottom:0 !important;
}
button#subscribe:focus {
    outline: none;
    outline-offset: unset;
}
.blog-content .blog-wrapper .blog-inner #blog .articles .article:focus {
    outline: none;
}
#scroll-to-top:hover {
    background-color: #000;
}
.cart-content .cart-wrapper .cart-inner #cart .cart-form .group-bottom .cart-buttons .buttons input {
border-radius: 40px;
      border: 1px solid #000;
}
.cart-content .cart-wrapper .cart-inner #cart .cart-form .group-bottom .cart-buttons .buttons input:hover {
    background: #141414;
    color: #fff;
}
.template-404 .btn.btn--has-icon-after {
    border: 1px solid #000;
    margin: 12px;
    padding: 6px 20px;
}
.template-404 .btn.btn--has-icon-after i.fa.fa-arrow-right {
    margin-left: 10px;
}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .related-products .owl-controls .owl-buttons>div:hover {
    background: #fff;
}
div#collection .collection-toolbar {
    display: none !important;
}
p.cst-text-bl {
    text-align: center;
    margin-bottom: 20px;
  margin-top: 30px;
}
div#blog .col-sm-12.articles {
    margin-bottom: 20px;
}
.template-blog h2.article-name a {
    font-size: 20px;
}
.article-date {
    font-size: 16px;
    font-weight: 600;
}
.group-blog-title p {
    font-family: "SuisseIntl-Regular-WebM", sans-serif;
    font-size: 18px;
}
.cstm_width12.clearfix .article-date {
    margin-bottom: 5px;
}
.group-blog-title h2.article-name {
    padding-top: 10px;
}
.cst-button {
    background-color: #fff;
    color: #000;
    padding: 9px 20px 3px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    border-radius: 40px;
    border: 1px solid #000;
    margin-top: 15px;
}
.cst-button:hover {
background-color: #000;
  color: #fff;
}
.cst-blog-sec .blog-heading-inner {
    padding-bottom: 0 !important;
}
.template-product input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.footer-three-img-section p {
    font-size: 11px !important;
}
.main-header .main-header-inner .top_header_wrapper .top_header .right-area>div div#search-info.dropdown-menu form input.search_box {
    padding-left: 0px !important;
}
div#search-info input.search_box {
    width: 90% !important;
    border: 1px solid transparent !important;
  	border-bottom: 1px solid #ccc !important;
}
.cstm_width12.clearfix {
    display: block;
    align-items: center;
  	position: relative;
  
}
.template-article .group-blog-title h2 {
  margin-bottom: 30px !important;
}
.cst-blog-text {
    margin-top: 20px;
}
.cstm_row_inner {
    margin-top: 40px;
  margin-bottom: 40px;
}
div#shopify-section-collection-list-cstm, .collection-content .collection-content-wrapper .collection-content-inner {
    margin-top: 20px !important;
}
p.cst-web, p.cst-insta {
    font-size: 16px !important;
}
.description .product-description-slider .ui-accordion-content {
    padding-left: 0 !important;
}
div#blog .cstm_articles123.articles121 {
    padding: 0;
}
.input-group input::placeholder {
  font-size: 12px !important;
}
.cst-bnr-img .desk_cstm_hide {
  display: none !important;
}
.cst-bnr-img .mobi_cstm_hide  {
  display: flex !important;
}
.cst-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  z-index: 0;
}
.cst-bnr-img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0,0,0,0.25);
  content: '';
  display: block;
}

  .flex{
  	display: flex;
  }
  .right-txt-col {
    text-align: center;
}
  .cstm_col_text_mn.flex{
  	justify-content: center;
    align-items: center;
  }
  .collection-heading-wrapper{
  	background-color: #fff !important;
  }
  .no-padding{
     padding:0px;
  }
  .no-padding-left{
     padding-left:0px;
  }
  .no-padding-right{
     padding-right:0px;
  }

  .right-txt-col p {
    font-family: "SuisseIntl-Regular-WebM";
    color: #141414;
    font-size: 16px;
    margin: 20px 0px 20px 0px;
}
a.ctm_coll_cs.explo-btn {
    font-size: 16px;
  	line-height: 20px;
    font-weight: bold;
	padding: 0 0 1px;
  	position: relative;
}
  a.ctm_coll_cs.explo-btn:after {
      content: '';
      width: 100%;
      border-bottom: 1px solid #000;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
    
  }
  a.ctm_coll_cs.explo-btn:hover:after {
      animation-name: line_hover;
      animation-duration: 800ms;
  }
.cst_faq_inner {
    border-bottom: 0px solid #00000040;
    padding-bottom: 27px;
}
.cst_faq_inner h4.cstm_hd_line {
    text-transform: unset !important;
    font-size: 23px !important;
	margin-top: 20px;
    margin-bottom: 9px;
}
.cst_faq p {
    padding-left: 0px;
}
.followus-content {
    text-align: right;
  	margin-left: 22px;
  width:38%;
}





@media only screen and (min-width : 990px)
{
  	#newsletter-popup .nl-wraper-popup .group_input 
  	{
    	position: relative;
    	margin-top: 20px;
    	width: 50%;
  	}
  .cstm_banner_text {
    position: absolute;
    top: 100px;
    width: 300px;
    right: 50px;
	}
  .search-page 
  	{
    padding-top: 50px;
	}
  .main-header .main-header-inner .top_header_wrapper .top_header .right-area>div div#search-info.dropdown-menu 
  	{
    top: 20px !important;
	}
  .contact-inner.cstm-cntct 
  	{
    padding: 0;
	}
  	div#shopify-section-about-section .container {
    padding: 0;
	}
  .cstm_inner {
    padding-bottom: 20px;
	}
  button.slick-prev.slick-arrow {
    left: -25px !important;
  }
  button.slick-next.slick-arrow {
    right: -25px !important;
  }
  /*.related-products .owl-wrapper-outer {
    margin: 0 -15px;
	}*/
  .artist_slider_cm.slick-initialized.slick-slider {
    margin: 0 -15px;
	}

  .product-description-slider h3.ui-accordion-header {
    padding-left: 0 !important;
	}
  	div#shopify-section-collection-list-cstm .cstm_logo_center {
    margin: 0 -17px;
	}
  .article-content .article-wrapper .article-inner .article .group_content_article .group-blog-title {
      margin-top: 8px !important;
  }
  .article-content .article-wrapper .article-inner .article .group_content_article .group-blog-title
  {
  	padding : 0 !important;
  }
  .article-inner .col-sm-9.article {
    padding-left: 0;
}
  .group_content_article .article-content {
    padding: 0 !important;
	}
  .contact-page-content-rt .contact_dtl3 .contact_dtlr {
      padding-top: 3px;
  }
  footer.site-footer 
  {
    padding-top: 20px;
  }
  .footer-three-img-section h3 {
    font-size: 14px !important;
  }
  .cstm_col_text_rt.cstm_col_text .innner_txt {
    margin: 0 auto;
    max-width: 480px;
  }
  .cstm_col_text_rt.cstm_col_text img {
	width: auto;
    height: 25px;
    margin: auto;
    padding-right: 5px;
  }
  .cstm_col_text_rt.cstm_col_text .img_blog{
    text-align: center;
  }
  .footer-three-img-section {
    background: #e6e3da;
    padding: 10px 0px !important
  }
  .top_header .middle-area ul.dropdown-menu li.li-sub-mega a {
    font-size: 13px !important;
  }
  .top_header .middle-area ul.dropdown-menu li.li-sub-mega {
      padding: 5px;
  }
  .dropdown .dropdown-menu {
    padding: 5px 25px;
  }
  ul.dropdown-menu li.list-title {
    display: block;
    font-size: 13px !important;
    line-height: 22px;
	}
  .row.cstm_col_text_mn.flex .cstm_col_text_lt.cstm_col_text img.ctm_img_col {
    width: 100%;
}
}
/*mobile 200-767 css*/
@media (max-width: 767px){
  .copyright .copy_center {
    padding-top: 20px;
}
  .cst-quan-cart {
    display: block !important;
}
  .home-product-slider {
    margin-top: 0 !important;
  }
  .home-slide-pro-data .section-header-cm h2, h2.sub-head {
    font-size: 24px !important;
    line-height: 28px !important;
}
  .row.cstm_col_text_mn.flex {
    display: block !important;
}
  .right-txt-col p {
    margin: 10px 0px 40px 0px !important;
    font-size: 16px !important;
}
  .cstm_col_text_rt.cstm_col_text h2.sub-head {
    margin-top: 25px;
}
  div#shopify-section-1567237794555 .cstm_col_text_mn a.ctm_coll_cs.drop-btn {
    padding: 17px 25px 10px !important;
}
  .cstm_col_text_lt.cstm_col_text.col-md-6.no-padding-left {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .dropDis-row p {
    margin-bottom: 10px !important;
}
  .row.cstm_col_text_mn.text-center.dropDis-row {
    min-height: 0 !important;
    margin-bottom: 10px;
}
  div#shopify-section-1567243125859 .cstm_col_text_rt.cstm_col_text p {
    margin-bottom: 35px !important;
}
  .gif-section {
    margin-bottom: 0 !important;
}
  .cstm_col_text_rt.cstm_col_text.col-md-12.no-padding {
    margin-bottom: 10px;
}
  .row.cstm_col_text_mn_ints.text-center.instaFeed-section div#rap__med__insta_title h2 a {
    padding: 0 !important;
}
  .cstm_col_text_rt.cstm_col_text img {
    width: 28%;
    text-align: center;
    margin: 0 auto;
    display: table;
}
  .img_blog h3, .img_blog p {
    text-align: center;
}
  .footer-three-img-section {
    padding: 0px !important;
}
  .img_blog.col-md-4.col-sm-4.col-sx-4 {
    margin-bottom: 15px;
}
  .img_blog p {
    margin-bottom: 30px;
}
  .row.cstm_col_text_mn_gif.text-center.gif-section img {
    width: 100%;
}
  .copy_left {
    width: 100% !important;
    float: unset !important;
    line-height: 0px !important;
    text-align: unset !important;
    text-align: center !important;
    height: 0 !important;
}
  .copy_rigth {
    width: 100% !important;
    text-align: center !important;
}
  div#shopify-section-header section.top-header {
    display : none;
}
  div#is-mobile-nav-menu ul.dropdown-menu {
    padding: 15px !important;
}
  .collection-heading .collection-heading-wrapper .collection-heading-inner {
    padding: 15px 15px !important;
}
  .collection-content .collection-content-wrapper .collection-content-inner {
    margin-top: 20px;
  }
  div#collection .product-title a {
    font-size: 14px !important;
}
  div#collection .product-price {
    font-size: 16px !important;
}
  div#shopify-section-product-template .detail-heading .detail-heading-wrapper .detail-heading-inner {
    padding-top: 20px !important;
}
  div#product-information .col_ctm_lt h1 {
    font-size: 13px !important;
}
  .col-md-4.col_ctm_rt {
    padding-left: 0;
}
  section.detail-heading .detail-heading-wrapper {
    margin-bottom: 20px !important;
}
  .cstm-cntct {
    padding: 0;
}
  section.article-content.cst-blg-article .article-content, section.article-content.cst-blg-article .group-blog-title, section.article-content.cst-blg-article .article-inner, .cstm_row_inner .inner_row .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
  .cstm_row_inner .inner_row .col-md-6 {
    width: 100% !important;
    padding: 0;
    margin-bottom: 20px;
}
  section.blog-content.cst-blog-content .col-sm-3.article, section.blog-content.cst-blog-content div#blog {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
  .page-with-contact-form h2.contact-title {
    font-size: 32px;
}
  .page-with-contact-form .contact-page-content-rt.col-md-6 {
    text-align: left;
    width: 100%;
}
  .contact_dtl.contact_dtl1 .contact_dtll, .contact_dtl.contact_dtl2 .contact_dtll {
    left: 0;
}
  .dropdown .li-sub-mega.dropdown .dropdown-menu {
  opacity: 1 !important;
  transform: none !important;
  }
  .col-xs-6.cst-tab-sec, .col-xs-6.cst-text-sec {
    width: 100%;
}
  .col-xs-6.cst-text-sec {
    margin-top: 30px;
    padding: 0;
}
  .col-xs-6.cst-tab-sec {
    padding: 0;
}
  .cst-abt-title {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0 !important;
}
  section.banner {
    margin-top: 20px;
}
  .cstm_width12.clearfix .article-image {
    padding-bottom: 15px;
}
  .cst-blog-sec .blog-heading-inner {
    padding-top: 15px !important;
}
} 
/*ipad 768-1023 css*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .main-header .main-header-inner .top_header_wrapper .top_header .middle-area {
    width: 85% !important;
    text-align: center !important;
}
  .main-header .main-header-inner .top_header_wrapper .top_header .right-area {
    width: 15% !important;
    text-align: center !important;
}
  .home-product-slider.home-slide-pro-data .container {
    padding-top: 20px !important;
  }
  .cstm_col_text_rt.cstm_col_text.col-md-6.right-txt-col, .cstm_col_text_lt.cstm_col_text.col-md-6.no-padding-left {
    width: 50%;
}
  .home-slide-pro-data .section-header-cm h2, h2.sub-head {
    font-size: 35px !important;
  }
  h2.sub-head {
    margin-top: 15px;
}
  a.ctm_coll_cs.explo-btn, a.ctm_coll_cs.drop-btn {
    padding: 15px 20px !important;
}
  .right-txt-col p {
    margin: 20px 0px 20px 0px !important;
}
  .row.cstm_col_text_mn.text-center.dropDis-row {
    min-height: 335px !important;
}
  .cstm_col_text_rt.cstm_col_text.col-md-12 {
    width: 100%;
}
  .dropDis-row p {
    margin-bottom: 45px !important;
}
  .row.cstm_col_text_mn.text-center.dropDis-row {
    margin-bottom: 20px;
}
  div#shopify-section-1567243125859 .cstm_col_text_rt.cstm_col_text p {
    margin-bottom: 40px !important;
}
  .gif-section {
    margin-bottom: 0 !important;
}
  .cstm_col_text_rt.cstm_col_text img {
    width: 5% !important;
    margin-right: 10px;
}
  .img_blog.col-md-8.col-sm-8.col-sx-8 {
    margin-top: 40px !important;
}
  .row.cstm_col_text_mn_gif.text-center.gif-section img {
    width: 100% !important;
}
  .footer_info_inner .fi-follow.col-sm-2 {
    width: 34% !important;
    text-align: center !important;
}
  .fi-follow.col-sm-3.cst-contact {
    width: 33% !important;
    margin: 0 auto;
    display: table;
}
  .footer_info_inner .fi-newsletter.col-sm-4 {
    margin-bottom: 7% !important;
}
  .fi-follow.col-sm-3.cst-contact .footer-title {
    margin-left: 20px !important;
}
  div#collection .product-title a {
    font-size: 14px !important;
}
  div#collection .product-price {
    font-size: 16px !important;
}
  div#product-information {
    width: 47%;
    float: right;
    margin-top: 0 !important;
}
  div#product-image {
    width: 47%;
    float: left;
}
  .cst-quan-cart {
    display: block !important;
  }
  .template-product button#add-to-cart {
    margin-left: 0 !important;
}
  .cstm-cntct {
    width: 100%;
}
  section.article-content.cst-blg-article .article-content, section.article-content.cst-blg-article .group-blog-title, section.article-content.cst-blg-article .article-inner, .cstm_row_inner .inner_row .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.article-content .article-wrapper .article-inner .article {
    padding-left: 0 !important;
}
  .cst-blg-article .inner_row .col-md-4 {
    width: 50%;
    float: left;
}
  .cst-clr {
    display: none;
}
  .cstm_row_inner .inner_row .col-md-6 {
    width: 100% !important;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
  .inner_row .col-md-4.cst-img-lv, .inner_row .col-md-4.cst-img-bg, .inner_row .col-md-4.cst-img-hat {
    padding-right: 10px !important;
}
  .inner_row .col-md-4.cst-img-men, .inner_row .col-md-4.cst-img-cy, .inner_row .col-md-4.cst-img-plr {
    padding-left: 10px !important;
}
  section.blog-content.cst-blog-content .col-sm-3.article, section.blog-content.cst-blog-content div#blog {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
  .page-with-contact-form .contact-page-content-rt.col-md-6 {
    text-align: left;
    width: 100%;
}
  .contact_dtl.contact_dtl1 {
    width: 100%;
    float: left;
    margin-top: 20px !important;
}
  .contact_dtl .contact_dtll, .contact_dtl.contact_dtl2 .contact_dtll {
    position: relative;
    left: -14px;
}
  .contact_dtlr p br {
    display: none;
}
  .contact_dtl.contact_dtl1 .contact_dtll {
    display: inline;
    top: 0;
}
  .cstm_col_text_rt.cstm_col_text.col-md-4.col-sm-12 {
    text-align: center;
}
  .img_blog.col-md-9.col-sm-8.col-sx-8 {
    width: 100%;
  }
  .footer-three-img-section h3 {
    font-size: 22px !important;
}
  .footer-three-img-section p {
    font-size: 18px !important;
}
}
/*tablet 1024-1190 css*/
@media only screen and (min-width: 1024px) and (max-width: 1190px){
  .home-product-slider.home-slide-pro-data .container {
    padding-top: 20px !important;
  }
  .dropDis-row {
    margin-bottom: 40px !important;
  }
  div#shopify-section-1567243125859 .cstm_col_text_rt.cstm_col_text p {
    margin-bottom: 50px !important;
}
  .gif-section {
    margin-bottom: 20px !important;
}
  .dropDis-row {
    min-height: 438px !important;
  }
  .top_header_wrapper .top_header .middle-area.col-sm-8 {
    width: 63% !important;
}
  .top_header .right-area.col-sm-1 {
    width: 12% !important;
}
  div#shopify-section-collection-template ul.list--inline.pagination {
    margin-bottom: 30px !important;
}
  section.article-content.cst-blg-article .article-content, section.article-content.cst-blg-article .group-blog-title, section.article-content.cst-blg-article .article-inner, .cstm_row_inner .inner_row .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
  .article-content .article-wrapper .article-inner .article {
    padding-left: 0 !important;
}
  .cst-blg-article .inner_row .col-md-4 {
    width: 50%;
    float: left;
}
  .cst-clr {
    display: none;
}
  .inner_row .col-md-4.cst-img-lv, .inner_row .col-md-4.cst-img-bg, .inner_row .col-md-4.cst-img-hat {
    padding-right: 10px !important;
}
  .inner_row .col-md-4.cst-img-men, .inner_row .col-md-4.cst-img-cy, .inner_row .col-md-4.cst-img-plr {
    padding-left: 10px !important;
}
  .cstm_row_inner .inner_row .col-md-6 {
    width: 100% !important;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
  .cstm_row_inner .inner_row .col-md-6 img {
    width: 100%;
}
}
@media only screen and (max-width : 768px)
{
  
  
  .cstm_bnr_mb_txt.desk_cstm_hide h2 {
   	 text-align: center;
    font-size:24px;
  }
  html body div#mobile-search-info form.search-header input.search-header__input.search__input {
    border: none !important;
    border-radius: 0 !important;
    border-color: transparent !important;
}
  .cstm_ftr_detail 
	{
 	   padding: 0 !important;
	}
  .contact-page-content-rt.col-md-6 {
    padding-bottom: 30px;
	}
  	.mobi_cstm_hide 
  	{
    display: none !important;
	}
  	html body .mobile-search form .search__submit
  	{
  		border-bottom: none !important;
  	}
	.row.cstm_col_.cstm_col_text_mn .cstm_mb_img {
        padding: 0;
    }
    .row.cstm_col_text_mn.text-center.dropDis-row .cstm_col_text_rt a.ctm_coll_cs.drop-btn {
    }
    .cst_faq_inner h4.cstm_hd_line::after {
    	content: "";
	}
  	div#mobile-search-info form.search-header input.search-header__input.search__input
    {
        background-color: transparent;
        border: 0 !important;
        box-shadow: none !important;
        border-bottom: 1px solid #000 !important;
        color: #000;
        font-weight: 400 !important;
        font-family: "SuisseIntl-Regular-WebM";
        font-size: 16px;
    }
   	div#mobile-search-info form.search-header input.search-header__input.search__input::-webkit-input-placeholder { 
	  color: #000;
    }
    div#mobile-search-info form.search-header input.search-header__input.search__input::-moz-placeholder {
          color: #000;
    }
    div#mobile-search-info form.search-header input.search-header__input.search__input:-ms-input-placeholder { 
          color: #000;
    }
    div#mobile-search-info form.search-header input.search-header__input.search__input:-moz-placeholder {
          color: #000;
    }	
	html body h3.ui-accordion-header {
      padding-left: 0 !important;
    }
   .row.cstm_col_text_mn.text-center.dropDis-row .cstm_col_text_rt.cstm_col_text.col-md-12 
   {
   	    width: 100%;
  }
  .main-header .main-header-inner .top_header_wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .main-header .main-header-inner .top_header_wrapper .top_header .left-area div img {
   		 max-height: 40px;
	}
  .top-header {
    background: #a4a4a4;
  }
  .mobile-nav-header
  	{
    padding-top: 17px;
    background: #f3f3f3;
    border-bottom-width: 0;
	}
  .page-title {
    text-align: left;
    margin-top: 20px;
  }
  
  
  /*.dropdown .li-sub-mega.dropdown .dropdown-menu {

    display: none !important;
  }*/
      div#shopify-section-1567245386351 .cstm_col_text_rt.cstm_col_text img {
        margin-bottom: 10px;
    }
    .row.cstm_col_text_mn_three_imgtxt {
    	margin-top: 30px;
	}
  	.mobile-search form, .mobile-search form input.search__input, .mobile-search form .search__submit 
  	{
        background-color: transparent;
        border: 0 !important;
        box-shadow: none !important;
        border-bottom: 1px solid #000 !important;
        color: #000;
	}
  	.num-items-in-cart i.fa.fa-shopping-cart {
        color: #000 !important;
    }
    .mobile-nav-header .mobile-nav-header-wrapper .mobile-nav-header-inner ul.list-inline .is-mobile-cart span.number {
        color: #000 !important;
    }
}


@media only screen and (min-width : 768px)
{
  .copyright .copy_left {
        width: 33%;
        display: inline-block;
    }
    .copyright .copy_rigth {
        display: inline-block;
        width: 33%;
    }
    .copyright .copy_center {
        display: inline-block;
        width: 33%;
    }
    .site-footer .copy-right .copy-right-wrapper .copy-right-group .copy-right-inner .copyright
    {
        line-height: 0;
    }
    .copyright .copy_center .term_cond {
        line-height: 0;
    }
    .copyright .copy_center a {
        line-height: 39px;
    }
  .purchase-section.cstm_sold_out {
    margin: auto !important;
	}
  html body .purchase-section .purchase p
  {
  		    font-size: 20px;
    color: #333;
    margin: 0;
    font-family: "SuisseIntl-Regular-WebM";
    font-size: 15px;
/*     text-transform: uppercase; */
    font-weight: bold;
    line-height: 1.55em;
    text-align: left;
  	}
.product-detail-content .detail-content-wrapper .detail-content-inner .detail-content .info-detail-pro #product-information #add-item-form .purchase-section .btn {
    margin-left: 0 !important;
}
  .cst_contactdesc {
    padding-top: 30px;
	}
  	.main-header.affix .main-header-inner .top_header_wrapper {
    height: 65px;
    }
    .main-header.affix .main-header-inner .top_header_wrapper .top_header {
        height: 60px;
        line-height: 65px;
    }
    .main-header.affix .main-header-inner .top_header_wrapper .top_header .middle-area .site-nav>li {
        height: 40px;
        line-height: 40px;
    }
  /*
  .cstm_width12.clearfix:hover .article.clearfix.wthlp.first_blog_content 
  	{
      opacity: 1;
      visibility: visible;
      transition: 1s;
      left: 0;
     }
  .cstm_width12.clearfix .first_blog_content {
    left: -600px;
    width: 500px;
    background: #ffffffb3;
    margin: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
   }
  	.cstm_width12.clearfix .first_blog_content {
    max-width: 500px;
    background: #ffffffb3;
    margin: 15px;
	}
  	.first_blog_content 
  	{
        position: absolute;
   		bottom: 0;
    	padding: 22px;
	}*/
  
  .cstm_width12.clearfix .first_blog_content {
    width: 700px;
    background: #ffffffb3;
    margin: 15px;
   }
  	.cstm_width12.clearfix .first_blog_content {
    max-width: 700px;
    background: #ffffffb3;
    margin: 15px;
	}
  	.first_blog_content 
  	{
        position: absolute;
   		bottom: 0;
    	padding: 22px;
	}
	.inner_row .col-md-6 {
    	display: inline-block !important;
    	width: 49% !important;
      	float: none;
	}
  	.cstm_ftr_detail {
        margin: auto !important;
    }
}
@media only screen and (max-width: 991px)
{
	.main-header .main-header-inner .top_header_wrapper .top_header 
  	{
    	height: auto;
    	line-height: 50px;
	}
  	.top_header_wrapper .top_header {
    	height: 45px !important;
   		line-height: 48px !important;
	}
  
}
@media only screen and (min-width : 769px)
{
  .desk_cstm_hide {
    display: none;
  }
}
@media (max-width: 540px) {
	.collection-content .product-item-wrapper  {
    width: 100% !important;
  }
}
@media only screen and (min-width : 1024px) {
  .collection-items .products .product-item-wrapper {
    
  }
}
  


  
/* hide filters everywhere but editions page */
 
.collection-content:not(#artist-prints) .collection-content-wrapper .collection-content-inner #collection #tags-filter-content {
  display: none;
}
 
@media only screen and  (min-width: 768px){
  #apparel.collection-content .collection-content-wrapper .collection-content-inner #collection .collection-items .product-item-wrapper {
      width: 100% !important;
  }
  
  #apparel.collection-content .collection-content-wrapper .collection-content-inner #collection .collection-items .product-item-wrapper:nth-child(even) .row-container {
    display: flex !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
  }

  #apparel.collection-content .collection-content-wrapper .collection-content-inner #collection .collection-items .product-item-wrapper .row-left {
      width: 49% !important;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: middle;
      overflow: auto;
  }

  #apparel.collection-content .collection-content-wrapper .collection-content-inner #collection .collection-items .product-item-wrapper .row-right {
      width: 49% !important;
      display: inline-block;
      box-sizing: border-box;
      vertical-align:middle;
  }
  
  #apparel.collection-content .collection-content-wrapper .collection-content-inner #collection .collection-items .product-item-wrapper .row-right .product-title {
	overflow: auto;
    text-overflow: unset !important;
    white-space: wrap;
  }

  #apparel.collection-content .collection-content-wrapper .collection-content-inner #collection .collection-items .product-item-wrapper .row-right .product-title a {
      font-size: 40px !important;
      line-height: 45px !important;
      font-weight: bold;
      white-space: normal;
  }

}


.product-item-wrapper {
    transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
}
.product-item-wrapper.inview {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}