/** Shopify CDN: Minification failed

Line 1575:0 Unexpected "{"
Line 1575:1 Expected identifier but found "%"
Line 1576:0 Unexpected "{"
Line 1576:1 Expected identifier but found "%"
Line 1657:7 Expected identifier but found "{"
Line 1657:8 Unexpected "{"
Line 1657:15 Expected ":"
Line 1657:85 Expected ":"

**/
:root {
    --background: #efefef;
    --background-rgb: 239, 239, 239;
    --light-background: #ffffff;
    --light-background-rgb: 255, 255, 255;
    --heading-color: #1c1b1b;
    --text-color: #1c1b1b;
    --text-color-rgb: 0, 0, 0;
    --text-color-light: #6a6a6a;
    --text-color-light-rgb: 106, 106, 106;
    --link-color: #6a6a6a;
    --link-color-rgb: 106, 106, 106;
    --border-color: #808080;
    --border-color-rgb: 0, 0, 0;
    --button-background: #1c1b1b;
    --button-background-rgb: 28, 27, 27;
    --button-text-color: #ffffff;
    --header-background: #ffffff;
    --header-heading-color: #1c1b1b;
    --header-light-text-color: #6a6a6a;
    --header-border-color: #dddddd;
    --footer-background: #ffffff;
    --footer-text-color: #6a6a6a;
    --footer-heading-color: #1c1b1b;
    --footer-border-color: #e9e9e9;
    --navigation-background: #1c1b1b;
    --navigation-background-rgb: 28, 27, 27;
    --navigation-text-color: #ffffff;
    --navigation-text-color-light: rgba(255, 255, 255, 0.5);
    --navigation-border-color: rgba(255, 255, 255, 0.25);
    --newsletter-popup-background: #1c1b1b;
    --newsletter-popup-text-color: #ffffff;
    --newsletter-popup-text-color-rgb: 255, 255, 255;
    --secondary-elements-background: #1c1b1b;
    --secondary-elements-background-rgb: 28, 27, 27;
    --secondary-elements-text-color: #ffffff;
    --secondary-elements-text-color-light: rgba(255, 255, 255, 0.5);
    --secondary-elements-border-color: rgba(255, 255, 255, 0.25);
    --product-sale-price-color: #f94c43;
    --product-sale-price-color-rgb: 249, 76, 67;
    --product-star-rating: #f6a429;
    --payment-terms-background-color: #efefef;
    --horizontal-spacing-four-products-per-row: 60px;
    --horizontal-spacing-two-products-per-row: 60px;
    --vertical-spacing-four-products-per-row: 60px;
    --vertical-spacing-two-products-per-row: 75px;
    --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
    --header-base-height: 80px;
    --cursor-zoom-in-svg: url(//cdn.shopify.com/s/files/1/0645/5600/7653/t/2/assets/cursor-zoom-in.svg?v=1705329…);
    --cursor-zoom-in-2x-svg: url(//cdn.shopify.com/s/files/1/0645/5600/7653/t/2/assets/cursor-zoom-in-2x.svg?v=5668565…);
}


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}



body {
  margin: 0;
  background-color: #fff ;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 160%;
  overflow-x: hidden;
  font-family: "proxima-nova",sans-serif;
  color: #050504;
  font-weight: 300;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 160%;
  font-family: 'Aboreto', cursive;

  font-weight: 400;
}
.h1, h1 { 
  font-size: 36px;
}
.h2, h2 {
  font-size: 24px;

}
.h3, h3 {

  font-size: 22px;
}
.h4, h4 {
  font-size: 20px;
}
.h5, h5 {
  font-size: 14px;
}
.h6, h6 {
  font-size: 12px;
}
p{margin-top: 0; font-size: 16px;  font-family: "proxima-nova",sans-serif; font-weight: 300; }
.img-fluid{max-width: 100%; height: auto;}
.container{max-width: 1202px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px;}
.container-lg{max-width: 100%; padding-left: 50px; padding-right: 50px;}
.btn{display: inline-block; background: transparent; position: relative;    text-align: center; border:1px solid transparent; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all;  letter-spacing: 1px;    text-transform: inherit; font-family: "proxima-nova",sans-serif;  font-weight: 400;font-size: 16px;line-height: 16px; border-radius: 0px; text-align: center; padding:17px 42px;   text-decoration: none; cursor: pointer;}
.btn-primary{background: #2C4661; border: 1px solid #2C4661;  color: #EDE6DA; }
.btn-primary:hover{background: #fff; color: #2C4661;  }
.btn-white{background: #fff; border: 1px solid #fff; color: #050504; }
.btn-white:hover{background: #2C4661; border-color: #2C4661; color: #EDE6DA; } 
.btn-primary-outline{background: #fff;color: #050504; border: 1px solid #050504;}
.btn-primary-outline:hover{background: #050504; color: #fff;}

/* .btn-secondary{background: #D7CAFD; color:#000; }
.btn-secondary:hover{background: #fff; color: #000; box-shadow: 11px 11px #D7CAFD}
.btn-white{background: #fff; border: 1px solid #D7CAFD; color:#000; }
.btn-white:hover{background: #fff; color: #000; box-shadow: 11px 11px #D7CAFD} */

sup {
  font-size: 10px;
  font-weight: bold;
}

.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}


/* Reset CSS ends */
.page-overlay {width: 100%;height: 100%; position: fixed;background: rgba(5, 5, 4, 0.75);top: 0;left: 0; z-index: 5;opacity: 0;visibility: hidden;}
.page-overlay.is-visible{opacity: 1; visibility: visible;}
.t-announcementbar{background: #2C4661; position: relative; z-index: 6;  text-align: center; padding-top: 10px; padding-bottom: 11px;}
.t-announcementbar p{margin: 0; font-size: 12px;  line-height: 160%; letter-spacing: 1px; text-transform: uppercase; color: #FFFFFF;}
#header, div#shopify-section-header{position: sticky; background: #fff; z-index: 7; left: 0; top: 0;}
.header_row { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.logo {max-width: 256px;}
.logo a{display: block;}
.logo a img{display: block;} 
.main-nav { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; list-style: none; padding: 0;  margin: 0; margin-left: 87px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.nav_element { padding: 0 27px;font-weight: 300;font-size: 16px;line-height: 16px;}
.nav_element>a {padding: 30px 0;display: block;color: #050504;text-decoration: none;position: relative;}
.nav_element>a:after {position: absolute;content: '';bottom: 0;left: 0;width: 100%; opacity: 0;-webkit-transform: scale(0,1);-ms-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin: left center;-ms-transform-origin: left center;transform-origin: left center;border-bottom: 1px solid #7D5E4C; -webkit-transition: opacity .3s,-webkit-transform .3s; transition: opacity .3s,-webkit-transform .3s; -o-transition: transform .3s,opacity .3s; transition: transform .3s,opacity .3s; transition: transform .3s,opacity .3s,-webkit-transform .3s;}
.nav_element>a:hover:after { -webkit-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1);opacity: 1;}

.main-nav .MegaMenu {position: absolute; padding: 21px 30px 34px ; min-width: 800px; width: 100%; left: 0; top: auto; pointer-events: none; visibility: hidden; opacity: 0; overflow: hidden;  -ms-scroll-chaining: none; overscroll-behavior: contain; text-align: left; background: #FAF7F3; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.main-nav .MegaMenu .MegaMenu__Inner { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0 auto;   position: relative;}
.MegaMenu .MegaMenu__Item h4 { font-family: "proxima-nova",sans-serif;font-style: normal; font-weight: normal; font-size: 14px;line-height: 100%; font-weight: 600; color: #000;margin-bottom: 11px;}
.MegaMenu .MegaMenu__Item ul{list-style: none; padding: 0; margin: 0;}
.MegaMenu__Item ul .nav_element2 {font-weight: 300;font-size: 14px; margin-bottom: 2px; line-height: 200%;text-transform: capitalize;}
.MegaMenu__Item ul .nav_element2 a{color: #000; text-decoration: none;}
.MegaMenu__Item ul .nav_element2 a:hover{color: #2C4661;}
.MegaMenu__Inner .MegaMenu__Item { width: 33.33%;padding: 0 20px;}
 .MegaMenu__Item figure { margin: 0; position: relative;}
 .MegaMenu__Item figure img { display: block; width: 100%; margin-bottom: 0;}
 .MegaMenu__Item figcaption { font-style: normal;font-weight: normal; position: absolute; top:50%; left: 0; text-align: center; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #fff;}
 .MegaMenu__Item figcaption h5{text-transform: initial; font-size: 21px;line-height: 160%; margin: 0; letter-spacing: normal;}
 .nav_element:hover .MegaMenu { opacity: 1;  visibility: visible; pointer-events: inherit;}
 .nav_element:hover>a:after { -webkit-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1);opacity: 1;}
 .header__nav-button {background: transparent; width: 24px; margin-left: 0; height: 14px;border: none;-webkit-appearance: none;-moz-appearance: none;appearance: none; display: block; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
 .header__nav-button:hover, .header__nav-button:focus {  outline: none; }
 .header__nav-button > span {   background: #171A1E;; display: block; position: absolute; height: 2px; border-radius: 56px; width: 100%; left: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);   -webkit-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   -o-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1); }
 .header__nav-button > span:nth-child(1) { top: 0px; }
 .header__nav-button > span:nth-child(2) { top: 7px; }
 .header__nav-button > span:nth-child(3) {top: 14px; }
 .header__nav-button.header__nav-button_open span{background: #171A1E;}
 .header__nav-button.header__nav-button_open > span:nth-child(1) { top: 7px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
 .header__nav-button.header__nav-button_open > span:nth-child(2) { opacity: 0;left: -60px; }
 .header__nav-button.header__nav-button_open > span:nth-child(3) { top: 7px;-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg); }
 .menu-btn{display: none;}

.head-nav-right {margin-left: auto;}
.head-nav-right ul {list-style: none;padding-left: 0; margin: 0;display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.head-nav-right ul li { margin-left: 40px;margin-bottom: 0; font-family: 'Aboreto', cursive;font-weight: 400;font-size: 14px;line-height: 160%;color: #1C1F2E;text-transform: uppercase;}
.head-nav-right ul li a{text-decoration: none; color: #1C1F2E; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;}
.head-nav-right ul li a .count{margin-left: 3px;}

button::-moz-focus-inner{padding:0;border:0;}
.desk-search_wrap{width:100%;position:fixed;top:auto;background:#FAF7F3;left:0;pointer-events:none;visibility:hidden;opacity:0;-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px);-webkit-transition:opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;transition:opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;-o-transition:transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;transition:transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;transition:transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;z-index:-1;}
.desk-search_wrap .search-bar>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center; padding-top: 20px; padding-bottom: 40px; width:100%; max-width: 700px; margin-left: auto; margin-right: auto; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important;}
.desk-search_wrap .search-bar .form-control{border:none;border-radius:0; background: transparent; height:60px; padding: 20px 0; width:100%; font-size:15px;line-height:160%;border-bottom: 1px solid #050504; color: #050504;}
.desk-search_wrap .search-bar .form-control:focus{-webkit-box-shadow:none;box-shadow:none;outline:none;}
.desk-search_wrap .search-bar button{background: transparent; border: none; height: 60px; border-bottom: 1px solid #505050;}
.desk-search_wrap .search-i{background:transparent;border:none;color:#1C1919;cursor:pointer;font-size:1.25rem;-webkit-transition:0.5s ease all;-o-transition:0.5s ease all;transition:0.5s ease all; position: absolute; right: 50px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.desk-search_wrap .search-bar .search-i:hover{opacity:0.5;}
.desk-search_wrap.active{visibility:visible;opacity:1;pointer-events:auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);z-index:8;}
.no-scroll{overflow: hidden;}
.search-bar .form-control::-webkit-search-cancel-button{position:relative;-webkit-appearance: none; width:22px; height:22px; cursor:pointer; /*background:url(https://cdn.shopify.com/s/files/1/0041/9758/0870/t/7/assets/close-pop.svg?v=136908373659702141621660107906)no-repeat center;*/ background-size:contain;} 
.no-scroll .page-overlay {opacity: 1; visibility: visible;}
.sticky .desk-search_wrap{top: 70px;}

.hero-slider{margin: 0;}
.hero-slider .item{min-height: 911px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.banner-content h2{font-size: 48px; line-height: 56px; margin-bottom: 8px;}
.banner-content h6{color: #050504; font-size: 14px;font-family: "proxima-nova",sans-serif; margin-bottom: 8px; font-weight: 300;}
.banner-content .link{color: #050504; font-size: 14px; letter-spacing: 1px; font-weight: 400;}
.hero-slider .slick-next {right: 15px; z-index: 1;}
.hero-slider .slick-prev {left: 15px; z-index: 2;}
.hero-slider .slick-arrow::before{display: none;}
.hero-slider .slick-arrow{width: auto; height: auto;}

.h-collection_wrap{margin-top: 90px; margin-bottom: 90px;}
/* .h-collection_wrap .container-lg{padding-right: 0; padding-left:0;} */
.collection-list-slide button.slick-next {
    right: -15px; z-index:2; top: 40%;
}
.collection-list-slide button.slick-arrow:before{display:none}
.collection-list-slide button.slick-prev {
    left: -15px; z-index:2; top: 40%;
}

.h-collection-row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;overflow-x: scroll; overflow-y: hidden;-webkit-overflow-scrolling: touch; margin-left: -8px; margin-top: 13px; padding-bottom: 23px;}
.single-col{  width: 27%; padding: 0 8px; min-width: 27%;}
.collection-img a{display: block; margin-bottom: 21px;}
.collection-img a img{width: 100%; display: block;}
.collection-info h4 a{ text-decoration: none; color: #050504;}
.h-collection-row::-webkit-scrollbar {width: 10px; height: 2px;}

.h-collection-row::-webkit-scrollbar-track {background: #D4DADF; }
.h-collection-row::-webkit-scrollbar-thumb {background: #2C4661; }
.h-collection-row::-webkit-scrollbar-thumb:hover { background: #555; }

.customizability_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding-top: 82px; margin-top: 35px; padding-bottom: 52px;
}
.Customizability_content {
  background: #FAF7F3;
  max-width: 630px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 57px;
}
.Customizability_content h2{margin-bottom: 30px;}
.Customizability_content p{max-width: 469px; margin-bottom: 30px;}
.Customizability_content .link{font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #2C4661;}
.customizability_wrap .img-banner {
  width: 75%;
}
.customizability_wrap .img-banner img{width: 100%; display: block;}
.customizability_wrap .content {
  width: 25%; padding-left: 20px;
}
.customizability_wrap .content img{display: block;}
.customizability_wrap .content img{margin-top: 19px; width: 100%; padding-right: 50px;}

.h-video-wrap{background: #EDE6DA; padding-top: 55px; padding-bottom: 55px;}
.video-box{position: relative; overflow: hidden; height: 629px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.video-background {
  width: 100%;
 height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none; }
.video-content{position: relative; max-width: 940px;padding: 0 10px; margin-left: auto; margin-right: auto; z-index: 2; text-align: center;}
.video-content h2{font-size: 36px; color: #fff; margin-bottom: 18px;}
.video-content .btn{font-size: 14px; min-width: 254px;}
.insta_wrap{padding-bottom: 55px; padding-top: 55px;}
.insta-slide{margin-top: 34px; margin-bottom: 0; margin-left: -22px; margin-right: -22px;}
.insta-slide .item{padding: 0 22px;}
.insta-slide .item a{display: block;}
.insta-slide .item img{width: 100%; display: block;}
.insta-slide .slick-arrow{width: auto; height: auto; z-index: 2;}
.insta-slide .slick-arrow::before{display: none;}
.insta-slide .slick-next{right: -15px;}
.insta-slide .slick-prev{left: -15px;}

.featured_icon{background: #FAF7F3; padding-top: 37px; padding-bottom: 37px;}
.featured_icon h5{text-align: center; font-family: "proxima-nova",sans-serif; margin-bottom: 55px; letter-spacing: 5px; color: #2C4661; font-weight: 300;}
.featured_icon_row{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.featured_icon_row .item{margin-bottom: 25px;}
.featured_icon_row .item img{display: block;}

.footer_wrap { background: #2C4661; padding-top: 60px;}
.footer-row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.footer_wrap h5 {  font-family: "proxima-nova",sans-serif;text-transform: uppercase;font-weight: 600;font-size: 14px;color: #EDE6DA; line-height: 14px;  margin-bottom: 13px;}
.newsletter{width: 437px;}
.newsletter p { font-weight: 300; max-width: 337px; font-size: 14px; margin-bottom: 4px; line-height: 160%; color: #EDE6DA;}
.newsletter .form-group {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; border-bottom: 1px solid #6d7783; max-width: 437px; width: 100%; margin-bottom: 20px;}
.newsletter .form-control { width: 100%; border: none;font-weight: 300; height: 50px; color: #EDE6DA; font-size: 14px;line-height: 160%; background: transparent; padding-left: 0;}
.newsletter .form-group .btn { padding: 0; background: transparent; min-width: 39px;}
.newsletter .form-control:focus{outline: none;}
.newsletter .form-control::-webkit-input-placeholder{color: #EDE6DA; font-family: "proxima-nova",sans-serif; font-weight: 300;}
.newsletter .form-control::-moz-placeholder{color: #EDE6DA; font-family: "proxima-nova",sans-serif; font-weight: 300;}
.newsletter .form-control:-ms-input-placeholder{color: #EDE6DA; font-family: "proxima-nova",sans-serif; font-weight: 300;}
.newsletter .form-control::-ms-input-placeholder{color: #EDE6DA; font-family: "proxima-nova",sans-serif; font-weight: 300;}
.newsletter .form-control::placeholder{color: #EDE6DA; font-family: "proxima-nova",sans-serif; font-weight: 300;}
.footer_wrap .newsletter .form__message.newsletter-form__message--success {
    font-weight: 600;
    font-size: 20px;
    color: #EDE6DA;
}

.links-wrap {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 50%; margin-left: -7.5px; margin-right: -7.5px;}
.footer-link { width: 33.33%; padding: 0 7.5px;margin-bottom: 53px;}

.link-f{list-style: none; margin: 0; padding: 0; margin-top: 24px;}
.link-f li{font-weight: 300; font-size: 14px;line-height: 190%; margin-bottom: 6px;}
.link-f li a{color: #EDE6DA; text-decoration: none; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; }
.link-f li a:hover{color: #7D5E4C;}

.footer_bottom {border-top: 1px solid #EDE6DA;padding-top: 15px;padding-bottom: 15px;}
.footer_bottom_row {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.f-logo { width: 33.33%;text-align: center;}
.f-logo a{display: inline-block;}
.f-logo a img{display: block;}
.footer_bottom_row .social-icon {display: -webkit-box;display: -ms-flexbox;display: flex; width: 33.33%;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end; list-style: none; margin: 0; padding: 0;}
.footer_bottom_row .social-icon li{font-size: 18px; margin-left: 34px;}
.footer_bottom_row  .social-icon li a{color: #EDE6DA; text-decoration: none; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all;}
.footer_bottom_row  .social-icon li a:hover{color: #7D5E4C;}
.footer_bottom_row .social-icon li:first-child{margin-left: 0;}

.footer_bottom_row .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; width: 33.33%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_bottom_row .d-flex p {margin: 0; font-weight: 400;font-size: 12px;line-height: 160%; color: #EDE6DA;}
.footer_bottom_row .d-flex ul{display: -webkit-box;display: -ms-flexbox;display: flex; list-style: none; margin: 0; padding: 0; }
.footer_bottom_row .d-flex ul li{margin-left: 55px; font-weight: 400;font-size: 12px;line-height: 160%;}
.footer_bottom_row .d-flex ul li a{color: #EDE6DA; text-decoration: none; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all;}
.footer_bottom_row .d-flex ul li a:hover{color: #7D5E4C;}

.menu-open .page-overlay {opacity: 1; visibility: visible;  z-index: 7;}

.mobile-menu {position: fixed; z-index: 8; top: 0; left: -100%; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; background: #fff;height: 100vh; overflow: hidden; overflow-y: auto; max-width: 414px;width: 85%;padding: 23px 23px 10px;}
.menu-open .mobile-menu{left: 0;}
.menu-open .page-overlay{opacity: 1; visibility: visible; z-index: 7;}
a.close-btn { color: #050504;font-weight: 300; text-decoration: none; font-size: 14px;line-height: 14px;letter-spacing: 2px;text-transform: uppercase;}
a.close-btn img{display: inline-block;}
.search-box {display: -webkit-box;display: -ms-flexbox;display: flex;border-bottom: 1px solid #050504; margin-bottom: 35px; margin-top: 22px;}
.search-box input.form-control {background: transparent;border: none;border-radius: 0; width: 100%; height: 40px; color: #050504;font-weight: 400;font-size: 14px; line-height: 14px; text-transform: capitalize;padding: 0;}
.search-box .btn-search { background: transparent;border: none; padding: 0; border-radius: 0;}
.search-box input.form-control::-webkit-input-placeholder{color: #050504;  }
.search-box input.form-control::-moz-placeholder{color: #050504;  }
.search-box input.form-control:-ms-input-placeholder{color: #050504;  }
.search-box input.form-control::-ms-input-placeholder{color: #050504;  }
.search-box input.form-control::placeholder{color: #050504;  }
.search-box input.form-control:focus{outline: none;}
.top-menu ul{list-style: none; margin: 0; padding: 0;}
.top-menu .nav-element{padding: 13px 0; border-bottom: 1px solid rgba(5,5,4,0.25);}
.top-menu .nav-element:last-child{border-bottom: none;}
.top-menu .nav-element>a{font-size: 14px; padding: 0; text-decoration: none; position: relative; display: block; line-height: 14px;letter-spacing: 2px;text-transform: uppercase;color: #050504;}
.top-menu .nav-element .dropdown-menu{display: none; padding-top: 13px;}
.top-menu .nav-element.dropdown>a::before { content: "";width: 10px; height: 1px;background-color: #050504;position: absolute;top: 50%;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg); right: 0;}
.top-menu .nav-element.dropdown>a:after { content: ""; width: 10px; height: 1px; background-color: #050504; position: absolute; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); top: 50%; right: 0;}
.top-menu .nav-element .dropdown-menu li{font-weight: 300; text-transform: uppercase; font-size: 14px;line-height: 164%; margin-bottom: 4px;}
.top-menu .nav-element .dropdown-menu li a{color: #050504; text-decoration: none;}
.top-menu .nav-element.dropdown>a.open::before{opacity: 0;}
.menu-footer{margin-top: 60px; border-top:1px solid rgba(5,5,4,0.25); padding-top: 30px; padding-bottom: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.menu-footer ul{list-style: none; margin: 0; padding: 0;}
.menu-footer ul li{font-weight: 300;font-size: 14px;line-height: 23px;text-transform: capitalize;}
.menu-footer ul li a{color: #050504; text-decoration: none;}


div#Newsletter-Popup {
  max-width: 980px;
  position: relative;
  background:  #EDE6DA;
  margin: 0 auto;
}

.newsletter-popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsletter-popup-img {
  width: 50%;
}

.newsletter-popup-img img {
  width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;
  display: block;
}

.newsletter-popup-content {
  width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 34px;
  text-align: center;
}

.newsletter-popup-content>div {
  max-width: 320px;
  margin: 0 auto;
}

.newsletter-popup-content h2 {
  font-size: 28px;
  margin-bottom: 13px;
}
.newsletter-popup-content p {
max-width: 246px; margin-left: auto; margin-right: auto;
}
.newsletter-popup-content .form-group {display: -webkit-box;display: -ms-flexbox;display: flex; margin-top: 40px;border-bottom: 1px solid #050504; margin-bottom: 13px;}
.newsletter-popup-content .form-group input.form-control {  background: transparent; font-size: 14px; border: none;}
.newsletter-popup-content .btn{padding:12px 0; background: transparent;}
.closePopup{position: absolute; right: 15px; top: 15px; background: transparent; padding: 0; border: none; cursor: pointer;}
div#Newsletter-Popup .mfp-close{display: none  !important;}
.side-cart{max-width: 492px; width: 100%; position: fixed; padding: 0 50px 34px; z-index: 8; right: 0; right: -100%; top: 116px; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; background: #FAF7F3;  border-top: none;}
.sticky .side-cart{top:76px}
.side-cart-head{padding: 20px 0; background: #FAF7F3; position: relative; position: sticky; top: 0; left: 0; z-index: 2;}
.side-cart-head:after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background:#050504; display: block;}
.side-cart-head h5{margin-bottom: 0; color: #050504; font-size: 16px; font-weight: 400;}
.side-cart .prod-listing{ max-height: 38vh; overflow-y: auto; border-bottom: 0.5px solid #050504;}
.prod-listing .single { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; padding: 20px 0;border-bottom: 1px solid #050504;}
.side-cart .prod-listing .single .img { max-width: 125px;margin-right: 21px;}
.side-cart .prod-listing  .text{width: calc(100% - 146px);}
.side-cart .prod-listing .single:last-child{border: none;}
.side-cart .prod-listing .single .text p{font-size: 14px; color: #050504; line-height: 160%; margin-bottom: 3px;}
.side-cart .prod-listing .single .text p a{color: #050504; text-decoration: none;}
.side-cart .prod-listing .single .text p span{font-size: 12px;}
.side-cart .prod-listing .single .text p span b{font-weight: 600;}
.side-cart .cart-footer{margin-top: 20px; display: block;}
.side-cart .cart-footer .btn{width: 100%; display: block; margin-bottom: 13px; font-size: 14px; line-height: 14px; letter-spacing: 2px;}
.side-cart .cart-footer p{font-weight: 400;font-size: 12px; margin-bottom: 0; text-align: center; max-width: 392px; margin-left: auto; margin-right: auto;  font-family: 'Aboreto', cursive; line-height: 179%; color: #000;}
.side-cart .cart-footer .btn-primary-outline{background: transparent;}
.side-cart .cart-footer .btn-primary-outline:hover{background: #000;}
.cart-open{overflow: hidden;}
.cart-open .side-cart{right: 0;}
.cart-open .page-overlay{opacity: 1; visibility: visible;}
.side-cart .prod-listing .single .img {
  max-width: 99px;
  margin-right: 39px;
}
.side-cart .prod-listing .text {
  width: calc(100% - 138px);
}
.side-cart .prod-listing .text .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.side-cart  .r-prod-qty{border: none; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
.side-cart .r-prod-qty .qtybtn{padding: 0;}
/* collection page css*/

.collection_banner{height: 180px; background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 5, 4, 0.2)), to(rgba(5, 5, 4, 0.2))), url(../img/collection-banner.jpg) no-repeat center; background: -o-linear-gradient(bottom, rgba(5, 5, 4, 0.2), rgba(5, 5, 4, 0.2)), url(../img/collection-banner.jpg) no-repeat center; background: linear-gradient(0deg, rgba(5, 5, 4, 0.2), rgba(5, 5, 4, 0.2)), url(../img/collection-banner.jpg) no-repeat center; background-size: cover; }
.collection-wrap{background: #FAF7F3; padding-top: 56px;}
.collection-row{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }
.single-collection { width: 25%; padding: 0 10px;  margin-bottom: 45px; text-align: center;}
.col-img{margin-bottom: 13px;}
.col-img a{display: block;}
.col-img a img{width: 100%; height: auto; display: block;}
.single-collection .col-info p { color: #2C4661; margin-bottom: 8px;}
.single-collection .col-info p a{color: #140E09; text-decoration: none;}
.more{border-top: 1px solid #050504; padding-top: 21px; padding-bottom: 21px; text-align: center;}
.more a{font-weight: 400;font-size: 14px;line-height: 160%;letter-spacing: 2px; color: #050504; text-decoration: none;}

/* product page css*/
.product_wrap{padding-top: 34px; padding-bottom: 55px;}
.product_row { display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.product_info {width: 44%;padding-left: 55px; position: sticky; top: 80px;}
.product_info>div {max-width: 460px;}
.product_info h5, .product_info h5 p{margin-bottom: 22px; font-size: 14px; line-height: 160%; font-family: 'Aboreto', cursive;
    font-weight: 400;}
.product_info_head h5{ font-family: "proxima-nova",sans-serif;font-style: normal;font-weight: 300;font-size: 14px; margin-bottom: 8px; letter-spacing: 1px;text-transform: uppercase;color: #7D5E4C;}
.product_info_head h1{margin-bottom: 8px;}
.product_info_head h4{margin-bottom: 34px;}
.qty-flex {display: -webkit-box;display: -ms-flexbox;display: flex; margin-bottom: 13px;}
.qty-flex .r-prod-qty {max-width: 132px;margin-right: 13px; margin-bottom: 10px;}
.qty-flex .btn{width: calc(100% - 145px); text-transform:uppercase; margin-bottom: 10px; padding: 17px;  letter-spacing: 2px; font-size: 14px; line-height: 14px; font-weight: 400; }
.qty-flex  .r-prod-qty .form-control{width: 29px;}
.product_tab{border-top: 1px solid #050504; margin-top: 21px; margin-bottom: 21px; border-bottom: 1px solid #050504;}
.tab-menu ul{list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.tab-menu ul li{letter-spacing: 1px; font-weight: 300; margin-left: 34px;}
.tab-menu ul li:first-child{margin-left: 0;}
.tab-menu ul li a{color: #696969; padding: 20px 0; display: block; text-decoration: none;}
.tab-menu ul li a.active{color: #050504; font-weight:400; text-decoration: underline;}
.tab-box{display: none; padding-bottom: 21px;}
.tab-box ul{margin:0;margin-top: 34px; padding: 0px; padding-left: 5px; list-style: none; }
.tab-box ul li{font-weight: 300;font-size: 16px;line-height: 200%; padding-left: 10px; color: #050504; position: relative;}
.tab-box ul li::before{content: ""; width: 4px; height: 4px; display: block; background: currentColor; border-radius: 50%; position: absolute; left: 0; top:14px;}


.share-pro{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; padding: 0; margin: 0;}
.share-pro li{font-weight: 300; margin-left: 39px; font-size: 12px; line-height: 160%;color: #050504;}
.share-pro li:first-child{margin-left: 0;}
.share-pro li a{color: #2C4661; font-size: 16px;}
.product_img { width: 56%; }
.product_img .item{margin-bottom: 34px;}
.product_img .item:last-child{margin-bottom: 0;}
.product_img .item img{display: block;width: 100%;}
.product_print{display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 300; text-decoration: none; font-size: 14px; line-height: 14px; letter-spacing: 1px; color: #2C4661;}
.product_print img{margin-right: 13px;}
.product_feat_wrap{background: #FAF7F3;}
.product_feat_row{display: -webkit-box;display: -ms-flexbox;display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;}
.product_feat_wrap .product_feat_row:nth-child(odd){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.product_feat_img{width: 50%;}
.product_feat_img img{width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block;}
.product_feat_content{text-align: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 50%; padding: 25px 50px;}
.product_feat_content h2:after{width: 252px; height: 1px; background: #050504; content: ""; display: block; margin: 34px auto;}
.product_feat_content p{max-width: 411px; margin:0 auto;}

.like_wrap{padding-top: 90px; padding-bottom: 45px;}
.like_wrap h2{text-align: center; margin-bottom: 34px;}


/* about page css*/
.about_banner{padding-top: 34px;}
.about_banner h1{padding:0 15px; text-align: center; margin: 0; margin-bottom: 34px;}
.about_banner img{width: 100%; display: block;}
.about_wrap{padding-top: 89px; padding-bottom: 89px;}
.about_content{max-width: 600px; width: 100%; margin-left: auto; margin-right: auto; text-align: center;}
.about_content img{margin: 0 auto 34px; display: block;}
.about_content p:last-child{margin-bottom: 0;}
.about_value_wrap{background: #FAF7F3;padding-top: 89px; padding-bottom: 34px; text-align: center;}
.about_value_row{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 55px;}
.single_value{margin-bottom: 55px; width: 50%;}
.single_value h4{color: #000; margin-bottom: 12px;}
.single_value p{color: #000; margin-bottom: 0; max-width: 294px; margin-left: auto; margin-right: auto;}

.embed-responsive {position: relative;display: block; width: 100%; padding: 0; overflow: hidden;}
.embed-responsive::before {padding-top: 56.25%; display: block;content: "";}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {position: absolute;top: 0; bottom: 0;left: 0; width: 100%; height: 100%; border: 0;}

.about_video{margin-top: 89px; margin-bottom: 89px;}

.about_feat_row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 89px;}

.about_feat_img {  width: 49%;}
.about_feat_img img { width: 100%; height: auto; display: block;}
.about_feat_content {width: 46%;}
.about_feat_wrap .about_feat_row:nth-child(even) {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.about_feat_content h2{margin-bottom: 13px ;color: #000000;}
.about_feat_content p{color: #000000;margin-bottom: 24px;}
.about_feat_content p:last-child{margin-bottom: 0;}



/* Login page css*/
.login_wrap {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row; background: #FAF7F3;}
.login_img { width: 65%;}
.login_img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;display: block;}
.login_content {-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;width: 35%;padding:71px 66px;}
.login_wrap h1{margin-bottom: 39px;}
.login_wrap .form-control{width: 100%; background: transparent; font-weight: 300; font-size: 15px; line-height: 160%; border: none; border-bottom: 1px solid #050504; height: 60px; padding-top: 12px; padding-bottom: 21px; color: #140E09; font-weight: 300;}
.login_wrap .form-group{margin-bottom: 24px;}
.form-control{width: 100%;}
.form-control:focus{outline: none;}
.form-control::-webkit-input-placeholder{font-family: "proxima-nova",sans-serif;color: #140E09; font-weight: 300; font-size: 16px;}
.form-control::-moz-placeholder{font-family: "proxima-nova",sans-serif;color: #140E09; font-weight: 300; font-size: 16px;}
.form-control:-ms-input-placeholder{font-family: "proxima-nova",sans-serif;color: #140E09; font-weight: 300; font-size: 16px;}
.form-control::-ms-input-placeholder{font-family: "proxima-nova",sans-serif;color: #140E09; font-weight: 300; font-size: 16px;}
.form-control::placeholder{font-family: "proxima-nova",sans-serif;color: #140E09; font-weight: 300; font-size: 16px;}
.login_wrap .btn{margin: 34px auto 13px; max-width: 100%; font-weight: 400; width: 100%; display: block; padding: 18px 5px; font-size: 14px;
  line-height: 14px; letter-spacing: 2px;}
.login_wrap .d-flex{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.login_wrap p{margin-bottom: 0;font-size: 15px; line-height: 180%;}
.login_wrap a{color: #2C4661; text-decoration: none;}
.login_wrap .text-center p{font-size: 14px; line-height: 180%;}
.login_wrap .text-center p a{text-decoration: underline;}
.login_wrap .d-flex{margin-top: 34px;}
.custom-checkbox input { padding: 0;height: initial;width: initial; margin-bottom: 0;display: none;cursor: pointer;}
.custom-checkbox label {position: relative;cursor: pointer; padding-left: 28px; font-weight: 300; color: #050504;font-size: 15px;line-height: 180%;}
.custom-checkbox label:before {content:'';-webkit-appearance: none; background-color: transparent; border: 0.5px solid #050504; border-radius: 2px;width: 15px; height: 15px;display: inline-block; position: absolute; top: 5px; left: 0; vertical-align: middle;cursor: pointer;margin-right: 5px;}
.custom-checkbox input:checked + label:after {content: '\f00c'; display: block; position: absolute; font-family: "FontAwesome";  top: 7px; left: 3px;color:  #fff; font-size: 10px; line-height: 1;}
.custom-checkbox input:checked + label::before{background: #050504; border-color: #050504;}
.login_wrap p a.link{text-decoration: underline;}

/* Blog page css*/
.blog_banner{text-align: center; padding-top: 34px;}
.blog_banner h1{margin-bottom: 34px;}
.blog_banner img{width: 100%; display: block; margin-bottom: 34px; height: 500px; object-fit: cover;object-position: center top;} 
.blog-info-head{margin-top: 34px; padding-bottom: 34px; text-align: center; border-bottom: 1px solid #050504;}
.blog-info-head h2{margin-bottom: 8px;  max-width: 854px; margin-left: auto; margin-right: auto;}
.blog-info-head h2 a{color: #050504; text-decoration: none;  }
.blog-info-head p{color: #696969; margin-bottom: 2px; max-width: 632px; width: 100%; margin-left: auto;margin-right: auto;}
.blog-info-head .link{letter-spacing: 1px; font-weight: 600; text-decoration: none; color: #7D5E4C;-webkit-transition: 0.5s ease all;-o-transition: 0.5s ease all;transition: 0.5s ease all;}
.blog-info-head .link:hover{color: #050504;}
.blog_wrap{padding-top: 88px; }
.blog_row{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; padding-bottom: 54px;}
.col-6{padding: 0 10px; width: 50%;}
.single_blog{margin-bottom: 34px;}
.single_blog .blog_img{display: block; margin-bottom: 21px;}
.single_blog .blog_img img{width: 100%; display: block;}
.blog_info h3{margin-bottom: 1px;}
.blog_info h3 a{text-decoration: none; color: #000;}
.blog_info p{color: #050504; margin-bottom: 3px;}
.blog_info .link{letter-spacing: 1px;color: #7D5E4C;font-weight: 600; text-decoration: none; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all;}
.blog_info .link:hover{color: #050504;}
.article_wrap{padding-bottom: 89px;}
.article_wrap img{width: 100%; height: auto; display: block;}
.article-content{padding-top: 55px;  position: relative;}
.article-content>* {max-width: 800px; margin-left: auto;margin-right: auto;}
.article-content>img{    max-width: 1164px; width: 100%;display: block; margin: 55px auto;}
.article-content p{margin-bottom: 30px;}
.article-content p:last-child{margin-bottom: 0;}
.article-content .share{ position: absolute; left: 0; top: 60px;}
.article-content .share ul{list-style: none; margin: 0; padding: 0; text-align: center;}
.article-content .share ul li{font-weight: 600;font-size: 12px;line-height: 160%;letter-spacing: 2px; color: #7D5E4C; margin-bottom: 21px;}
.article-content .share ul li a{width: 48px; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; background: #fff; height: 48px;border: 1px solid #050504; text-decoration: none; font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; color: #050504;}
.article-content .share ul li a i{display: block; letter-spacing: normal;}
.article-content .share ul li a:hover{background: #050504; border-color: #050504; color: #fff;}
.blog_pagination{margin-top: 89px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.blog_pagination>a{display: -webkit-box;display: -ms-flexbox;display: flex; margin: 0 17px; text-decoration: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #140E09; font-size: 14px; line-height: 160%;}
.blog_pagination>a img{display: block; margin: 0 4px;}
.blog_pagination>a:hover{color: #7D5E4C;}
/* search page css*/
.search-wrap{padding-top: 89px; padding-bottom: 89px;}
.search-head {
  text-align: center;
}
.search-head .search .form-control:focus{outline: none;}

.search .form-control::-webkit-search-cancel-button{position:relative;-webkit-appearance: none;}
.search-head h1{margin-bottom: 44px;}
.search-head .search {
  max-width: 700px;
  border-bottom: 1px solid #050505;
  margin: 0 auto 20px;
}

.search-head .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-head .search .form-control {
  border: none;
  padding: 20px 0;
  height: 60px;
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
}

.search-head .search button {
  background: transparent;
  border: none;
  padding: 10px 0;
}
.search-wrap .collection-row{margin-top: 50px;}
.search-wrap .single-collection {
  width: 33.33%;
}

/* contact page css*/
.contact_head{background: #FAF7F3; padding-top: 38px; padding-bottom: 38px;}
.contact_head h1{margin-bottom: 8px;}
.contact_head p{margin-bottom: 0;}
.contact_wrap{padding-top: 55px; padding-bottom: 175px;}
.contact_row{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;}
.contact_row h4{margin-bottom: 34px;}
.contact_form .form-group{margin-bottom: 21px;}
.contact_form .form-control{width: 100%; border: none;  border-bottom: 1px solid #050504; font-weight: 300; font-size: 15px;line-height: 160%;color: #050504; height: 40px;}
.contact_form .form-control:focus{outline: none;}
.contact_form textarea.form-control{padding-top: 0; resize: none; height: 116px; font-weight: 300; font-size: 16px;}
.contact_form .form-control::-webkit-input-placeholder{  font-family: "proxima-nova",sans-serif; font-weight: 300; font-size: 16px;line-height: 160%;color: #140E09;}
.contact_form .form-control::-moz-placeholder{  font-family: "proxima-nova",sans-serif; font-weight: 300; font-size: 16px;line-height: 160%;color: #140E09;}
.contact_form .form-control:-ms-input-placeholder{  font-family: "proxima-nova",sans-serif; font-weight: 300; font-size: 16px;line-height: 160%;color: #140E09;}
.contact_form .form-control::-ms-input-placeholder{  font-family: "proxima-nova",sans-serif; font-weight: 300; font-size: 16px;line-height: 160%;color: #140E09;}
.contact_form .form-control::placeholder{  font-family: "proxima-nova",sans-serif; font-weight: 300; font-size: 16px;line-height: 160%;color: #140E09;}
.contact_form .btn{letter-spacing: 2px; max-width: 196px; font-weight: 400; width: 100%; font-size: 14px; padding: 18px 42px; line-height: 14px;}
.contact_form {width: 41%;}
.contact-studio {width: 32%;}
.contact-info {width: 27%; padding: 0 35px;}
.contact-info p{margin-bottom: 34px; color: #140E09;}
.contact-info p b{display: block; margin-bottom: 8px;}
.contact-info p a{color: #140E09; text-decoration: none; }
.contact-studio img{width: 100%; margin-bottom: 13px; display: block;}
.contact-studio p a{color: #140E09;}
.contact-map iframe {
  margin: 0;
  display: block;
  width: 100%;
}

/* cart page css*/
.text-right{text-align: right  !important;}
.cart-wrap{padding-top: 55px; padding-bottom: 144px;}
.cart-table {width: 100%; margin-top: 50px;border-collapse:collapse} 
.cart_header-labels tr th{font-size: 14px; text-align: left; font-weight: normal; line-height: 160%;letter-spacing: 1px;color: #2C4661; padding: 12px 10px; border-bottom: 1px solid #050504;}
.cart__row td{padding: 34px 15px; vertical-align: middle; border-bottom: 1px solid #050504;}
.cart-info .d-flex{-webkit-box-align: center;-ms-flex-align: center;align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex;}
.cart-thumb{width: 138px; margin-right: 100px;}
.cart-thumb a{display: block;}
.cart-thumb a img{display: block;}
.cart-info-text{width: 300px;}
.cart-info-text p{ font-size: 14px; line-height: 160%; margin-bottom: 5px; color: #140E09;}
.cart-info-text p a{color: #140E09; text-decoration: none;}
.cart-qty-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.cart-qty-wrap .remove{color: #3c3c3c; margin-left: 20px;}
.cart-total p{font-size: 14px; color: #140E09;}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}


.cart-footer{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 57px;}
.cart-footer-left{max-width: 359px; width: 100%;}
.cart-footer-left label{font-size: 16px;line-height: 160%; font-weight: normal; margin-bottom: 8px;display: block;}
.cart-footer-left textarea{resize: none; height: 119px; border: 1px solid #050504; padding: 21px; font-size: 14px;line-height: 160%;}
.cart-footer-right{text-align: right;}
.cart-footer-right h4{font-weight: 600;     font-family: "proxima-nova",sans-serif;font-size: 21px;line-height: 160%; color: #050504; margin-bottom: 5px;}
.cart-footer-right p{    font-family: "proxima-nova",sans-serif; font-size: 14px;line-height: 160%;}
.c-btn .btn{min-width:299px; font-size: 14px; text-align: center; margin-top: 5px; margin-bottom: 10px;}
.c-btn .btn-primary{margin-left: 20px;}
.r-prod-qty {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; border: 1px solid #050504;max-width: 150px;}
.qtybtn  {background: transparent; color: #000;border: none;border-radius: 0;padding: 0 22px;font-size: 24px;cursor: pointer;}
.qtybtn  img{display: block;}
.r-prod-qty .form-control {border: none; width: 55px; text-align: center; padding: 5px; color: #050504; font-size: 14px;line-height: 160%; height: 45px; background: transparent;}

.inner_banner {background: #FAF7F3;height: 148px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.inner_banner h1{text-transform: uppercase; margin: 0;}


.page-wrap { padding-top: 25px; padding-bottom: 25px;}
.page-content {max-width: 800px;margin-left: auto;margin-right: auto;}
.page-content p{font-weight: 300; margin-bottom: 34px;}
.page-content p b{font-weight: 400;}
.page-content ul{list-style: none; margin: 0;}
.page-content a{text-decoration: none; color: #000; word-break: break-all;}
.page-content ul li{font-weight: 300; margin-bottom: 24px;}

.banner404 {background: #FAF7F3; padding-top: 218px;padding-bottom: 222px; text-align: center;}
.banner404 p{margin-bottom: 21px;}
.banner404 h1{margin-bottom: 21px;}
.banner404 .btn{letter-spacing: 2px; min-width: 250px;}

.slick-dots{position: relative; bottom: auto; margin: 0;}
.slick-dots li{width: 10px; height: 10px; border-radius: 50%; border:2px solid #d8d8d8; background: #fff;}
.slick-dots li.slick-active{background: #000; border-color: #000;}
.slick-dots li button{display: none;}

@media (max-width: 1350px) {
.featured_icon_row .item{width: 20%; text-align: center; padding: 0 10px;}
.featured_icon_row .item img{display: block; margin: 0 auto;}
}
@media (max-width: 1250px) {
  .footer_bottom_row .d-flex ul li{margin-left: 30px;}
  .main-nav{margin-left: 50px;}
  .main-nav .MegaMenu {
    min-width: 600px;
}
.nav_element{padding: 0 14px;}
.head-nav-right ul li{margin-left: 30px;}
.newsletter {
  width: 40%;
}
.links-wrap{width: 55%;}
.login_img {
  width: 60%;
}
.login_content{width: 40%; padding: 55px;}
.insta-slide .slick-next{right: -10px;}
.insta-slide .slick-prev{left: -10px;}
.insta-slide .item {
  padding: 0 10px;
}
.insta-slide{margin-left: -10px; margin-right: -10px;}
}


 @media (max-width: 992px) {
  .insta-slide .slick-next{right: 10px;}
.insta-slide .slick-prev{left: 10px;}
  .container-lg { padding: 0 15px;}
  #header{padding-top: 15px; padding-bottom: 15px;}
  .header_row nav {display: none;}
  .menu-btn{display: block;}
  .m-hide {display: none !important;}
  .header_row{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .header_row>div {-webkit-box-flex: 8;-ms-flex: 8;flex: 8;}
  .header_row .logo {-webkit-box-flex: 1;-ms-flex: auto;flex: auto;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex;}
  .head-nav-right ul li{margin-left: 15px;}
  .head-nav-right ul li:nth-child(2){margin-left: 0;}
  .side-cart{top: 98px;}
  .sticky .side-cart { top: 74px;}
  .footer_bottom_row {-ms-flex-wrap: wrap;flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
  .f-logo {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;width: 100%;}
.footer_bottom_row .social-icon {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2; width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;margin: 15px auto;}
.footer_bottom_row .d-flex{width: 100%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}

.single-collection{width: 33.33%;}
.article-content .share {
  position: relative;
  left: 0;
  top: auto;
}
.article-content .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-content .share ul li{margin-right: 10px;}
.login_img{width: 100%;}
.login_content {
  width: 100%;
  padding: 55px 15px;
}
.product_info{padding-left: 20px;}
.cart-thumb {
  width: 138px;
  margin-right: 10px;
}
.contact_form{width: 100%; margin-bottom: 35px;}
.contact-info {
  width: 50%;
  padding: 0 35px; padding-left: 0;
}
.contact-studio{width: 50%;}
.single-col {
  width: 45%;
  padding: 0 8px;
  min-width: 45%;
}
.customizability_wrap{padding-top: 0;}
.Customizability_content{position: relative; top: auto; left: auto; max-width: 100%; margin-bottom: 20px;}
.customizability_wrap .img-banner{width: 100%;}
.customizability_wrap .content{width: 100%; padding-left: 0;}
.customizability_wrap .content img{display: none;}
.Customizability_content{padding: 57px 15px;}

}
@media (max-width: 767px) {
.footer-row { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
.links-wrap { width: 100%;}
.footer-link {width: 100%; margin-bottom: 30px;}
.newsletter{max-width: 467px; width: 100%;}
.banner404{padding-top: 118px; padding-bottom: 111px;}
.about_feat_img{width: 100%;}
.about_feat_content{width: 100%; margin-top: 34px;}
.about_feat_row{margin-bottom: 44px;}
.about_video{margin-top: 44px; margin-bottom: 44px;}
.about_value_wrap{padding-top: 44px; }
.about_wrap{padding-top: 44px; padding-bottom: 44px;}
.h1, h1 {
  font-size: 30px;
}
.col-6{width: 100%;}
.blog_pagination{margin-top: 44px;}
.product_img{width: 100%;}
.product_info{width: 100%; padding-left: 0;}
.product_feat_img{width: 100%;}
.product_feat_content{width: 100%; padding: 34px 15px;}
.like_wrap{padding-top: 44px;}
.product_info>div{max-width: 600px;}
.product_img .item{margin-bottom: 10px;}
.cart-footer{display: block;}
.cart-footer-left{max-width: 100%; margin-bottom: 30px;}
thead.cart_header-labels{display: none;}
.cart-table{display: block;}
.cart-table tbody{display: block;}
.cart__row{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #050504; position: relative;}
.cart__row td{border: none; padding:  10px;}
.cart__row .cart-info { width: 100%; padding-right: 30px;}
.cart-qty-wrap .remove {margin-left: 0; position: absolute;top: 30px; right:10px}
.c-btn .btn-sec{margin-left: 0;}
.cart-wrap{padding-bottom: 70px;}
td.cart-qty.product-info-wrap{margin-left: 148px;}
.cart-thumb {margin-right: 10px;}
.cart-table{margin-top: 20px;}
.contact_wrap{padding-bottom: 80px;}
.contact-info {
  width: 100%;
 padding: 0; margin-bottom: 35px;
}
.contact-studio{width:100%;}
.newsletter-popup-img{display: none;}
.newsletter-popup-content {
  width: 100%;
}
.hero-slider .item {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h-collection_wrap{margin-top: 44px; margin-bottom: 44px;}
  .qty-flex .btn{padding:11px;}
}
@media (max-width: 640px) {
  .header_row .logo {  max-width: 180px; padding: 0 10px;}
.footer_bottom_row .d-flex{-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
.footer_bottom_row .d-flex ul li{margin-bottom: 10px;}
.footer_bottom_row .d-flex ul li:first-child{margin-left: 0;}
.about_value_row{margin-top: 34px;}
.single_value{width: 100%; margin-bottom: 34px;}
.about_value_wrap{padding-bottom: 10px;}
.sticky .side-cart { top: 58px;}
.single-collection{width: 50%;}
.search-wrap .single-collection{width: 50%;}
.page-content ul{padding-left: 15px;}
.product_info h5 br{display: none;}
td.cart-qty.product-info-wrap{margin-left: 80px;}
.cart-thumb {margin-right: 10px; min-width: 70px; max-width: 70px;}
.cart-info-text{width: calc(100% - 80px);}
.r-prod-qty{max-width: 100px;}
.qtybtn{padding: 0 6px;}
.c-btn .btn{min-width: auto; width: 100%;}
.c-btn .btn-primary{margin-left: 0;}
.featured_icon_row{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.featured_icon_row .item{width: 33.33%;}
.featured_icon h5{margin-bottom: 25px;}
.side-cart{padding: 0 24px 34px;}
}
/* account page css*/
.account-wrap, .account-address-wrap{padding-top:32px;}
.account-wrap h1, .account-address-wrap h1 { font-size: 25px; color: #252933;}
.account-flex {
    display: flex;
    justify-content: space-between; margin-top:31px;
}
.table-wrap table.full {
    width: 100%;
    border-collapse: collapse;
}

.account-flex .two-thirds {
    width: 68%;
}

.account-flex .one-third {
    width: 30%;
}
.account-flex .head-title {
    font-family: "proxima-nova",sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 160%;
color: #050504; margin-bottom:5px;
}
.account-flex h3{font-size: 16px;
    font-weight: 300; line-height: 160%; color: #696969 }
.account-flex p, .account-flex p a {
font-weight: 300;
font-size: 16px;
line-height: 160%;
color: #696969;
}
.form-vertical .head-title {
    margin-bottom: 30px;
}
.form-vertical{margin-bottom:30px}
.form-vertical .btn{width:100%; text-align:center}
.form-vertical .grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-vertical .grid .floating-label {
    width: 48%;
}
div#EditAddress_7050507911359{margin-top:25px;}


th, td {
  padding: 15px;
  text-align: left;
}

section#shopify-section-template--14249068101769__main h1 {
    display: none;
}
.account__form label { width: 100%; display: block; font-size: 16px; padding-bottom: 2px; }
.account__form input[type="text"],
.account__form input[type="email"],
.account__form input[type="tel"],
.account__form input[type="number"] { padding: 10px 15px;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  width: 100%;
  font-family: Gotham Rounded Book;
    font-weight: 400;
  border: 1px solid #c2c1c1;
  color: #000000;
}
.account__form .btn { -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;}
.account__form .floating-label { padding-bottom: 15px; }
.account__form select{
  font-size: 16px;
  padding: 10px 15px;
  color: #000000;
  border-radius: 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0301/0343/7449/files/down-arrow-svgrepo-com.svg?v=1654479549);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 12px;
  border-radius: 0;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  width: 100%;
  font-family: Gotham Rounded Book;
    font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #c2c1c1;
  padding-right: 30px;
}
select#AddressProvinceNew,
select#AddressCountryNew { margin-top: 27px; }
.default-address p,
.default-address { position: relative; }
.default-address label { position: relative; }
.default-address label:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	border: 1px solid #c2c1c1;
	height: 20px;
	width:  20px;
}
.default-address label:after {
	content: '';
	position: absolute;
    top: 6px;
    left: 4px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    height: 6px;
    width: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0; 
}
.default-address label { padding-left: 30px; 
    cursor: pointer;
}
.default-address input { position: absolute;
    top: 0;
    opacity: 0; 
    cursor: pointer;
}
.default-address input:checked ~ label:after { opacity: 1; }
.default-address { padding-bottom: 20px; }
select#AddressProvinceContainer_3729377525897,
select#AddressCountry_3729377525897 { background-position: 98% 50%; }

@media (max-width: 480px) {
.tab-menu ul li {
  margin-left: 13px;
  font-size: 13px;
}
.single-col {
  width: 85%;
  padding: 0 8px;
  min-width: 85%;
}
}

.collection-list-slide .single-col {
    width: 100%;
}
.collection-list-slide .slick-list.draggable {
    padding-left: 0 !important;
}
.collection-list-slide ul.slick-dots {
    height: 2px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
}

.collection-list-slide ul.slick-dots li {
    width: 100%;
    height: 2px;
    border-radius: 0;
    background: #D4DADF;
    margin: 0;
    border: none;
}


.collection-list-slide ul.slick-dots li.slick-active {
    background: #2C4661;
}
div#product-grid {
    background: #FAF7F3;
    padding-top: 56px;
}
.filter-link{transition: .5s ease all;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #464c48;
    display: flex;
    align-items: center; font-family: 'Aboreto', cursive;
    text-decoration: none; flex: 1 0 0;}

.filter-link img {
    display: block;
    margin-left: 15px;
}
.c-head.filter-h .d-flex{flex: 1 0 0;}
.collection-row .mobile-show{display:none}
.c-head.filter-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    border-bottom: 1px solid #050504; margin-bottom:0; background: #fff;
}
.c-head.filter-h h1 {
    margin: 0;  text-align:center;
    font-size: 35px;
}
.collection-banner-text {
    text-align: center;
}

.collection-banner-text h1 {
    font-size: 35px;
}

.collection-banner-text p {
    max-width: 500px;
    margin: 0 auto;
}

.collection-banner-text {
    padding: 40px 0;
}
.collection-sidebar {
    position: absolute;
    left: 0;
    top: 65px;
    max-width: 869px;
    width: 100%;
    background: #FAF7F3;
    border: 0.5px solid #050504;
    z-index: 3; opacity:0; visibility:hidden;
}
.collection-sidebar.active{opacity:1;visibility:visible}
.filters-open .page-overlay{opacity:1; visibility:visible; z-index:2;}
.collection_banner, .c-head.filter-h{position:relative; z-index:3;}
div#ProductGridContainer {
    width: 100%;
}

.select-dropdown .select-toggle {
  
    border:none;
    border-radius: 0px;
    width: auto; float:right;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    background:transparent; text-transform:uppercase;
      font-family: 'Aboreto', cursive;
    color: #140E09; text-align:left; color: #140E09;
    padding: 1px 37px 1px 14px; position:relative;
}
.select-dropdown .select-toggle:after{content:''; width:16px; height:16px; position:absolute; right:0px; top:50%; transform:translateY(-50%); background: #fff url(/cdn/shop/t/2/assets/sort-icon.svg?v=1675941400) no-repeat center; background-size:contain }

.select-dropdown .dropdown-menu { position: absolute; opacity:0; visibility:hidden; transition:0.5s ease all; width: auto; z-index: 22; background: #fff; border: 1px solid #CCCCCC; border-radius: 12px; padding: 5px;color: #140E09; top: 30px; right:0;}
.select-dropdown .dropdown-menu.active{opacity:1; visibility:visible}
.select-dropdown { position: relative; min-width: 170px;}

.select-dropdown .dropdown-menu button { font-size: 14px; display:block; background:transparent; border:none; padding: 9px 11px; font-weight: 400;font-size: 14px; line-height: 160%;display: block; color: #140E09; border-radius: 4px;     text-align: left;width: 100%;}

.select-dropdown .dropdown-menu button:hover, .select-dropdown .dropdown-menu button.is-selected{ background: #EDE6DA;  color: #000;}

.colllection-wrap .collection-row {
    margin: 0;
    position: relative;
}

.collection-filters-form {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #050504;
}

.collection-filters-form>div {
    width: 33.33%;
    padding-bottom: 30px;
}
.filter-wrap .filter-head {
    display: none;
}
.Collapsible__Content ul.Linklist {
    list-style: none;
    margin: 0;
    padding: 0 50px;
}

.Linklist__Item  input{display:none}
.Linklist__Item label{position:relative; padding-left:28px; font-weight: 300;font-size: 16px;line-height: 220%; color: #140E09;}
.Linklist__Item label:before{content: ""; width: 15px; height: 15px;background: transparent;border: 0.5px solid #050504; border-radius:2px; position: absolute; left: 0; top: 5px;}
.Linklist__Item input:checked+label:before { background: #050504;}

.Linklist__Item label:after { content: "\f00c"; line-height: 1; font-family: FontAwesome; color: #fff; font-size: 10px; opacity:0; position: absolute;left: 2px; top: 7px;}
.Linklist__Item input:checked+label:after{opacity:1;}

.collapse-headers {
    padding: 22px 50px;
  font-family: 'Aboreto', cursive;
    font-size: 14px;
    line-height: 160%;
  text-transform: uppercase;
  color: #050504;
}

 .price-range {
  display: block;
  -webkit-padding-before: 5px;
          padding-block-start: 5px;
}

.price-range__input-group {
  display: flex;
  align-items: center;
}

.price-range__input {
  flex: 1 0 0;
  min-width: 0; /* Required for Firefox */
}

.price-range__delimiter {
  margin-inline: 15px;
}

.price-range__range-group {
  position: relative;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}

                                 .ui-widget.ui-widget-content {
    border: none !important;
    background: #f5f5f5;
    height: 3px; margin-top:30px;
}
.ui-slider .ui-slider-range{background:#v}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #D4C5AA;
    background: #fff;
    font-weight: normal;
    color: #2E5668;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -9px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #D4C5AA !important;
  outline:none;
	background: #fff !important;
	font-weight: normal;
	color: #2E5668;
}

.rangeInputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.rangeInputs .col-4 {
    display: flex;
    align-items: center;
}

input.sliderValue, .input-prefix__field{
    border: 1px solid #CCCCCC;
    border-radius: 76px;
    text-align: center;
    color: #252933;
    height: 32px; width:100%; min-width:60px;
    max-width: 60px;
    margin-right: 2px;
}

a.active-facets__button-remove.underlined-link{ color: #2E5668; text-decoration:underline}
a.active-facets__button.active-facets__button--light {
    color: #2E5668; display:inline-block;
    padding: 5px 2px;
}

input.sliderValue[type=number]::-webkit-inner-spin-button, .input-prefix__field[type=number]::-webkit-inner-spin-button 
input.sliderValue[type=number]::-webkit-outer-spin-button, .input-prefix__field[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



@media not screen and (any-hover: hover) {
  /* On non-touch device the thumb are bigger so we need to adjust the spacing */
  .price-range {
    -webkit-padding-before: 7px;
            padding-block-start: 7px;
  }
}
      
input{color:inherit;font:inherit;margin:0;}
input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;border-radius:0;}
input::-moz-placeholder{color:inherit;}
input:-ms-input-placeholder{color:inherit;}
input::placeholder{color:inherit;}
body:not(.is-tabbing) input:focus{outline:none;}
.range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background:transparent;}
.range-group{height:1px;
  background:linear-gradient(to right,var(--border-color) var(--range-min),rgba(var(--text-color-rgb),.7) var(--range-min),rgba(var(--text-color-rgb),.7) var(--range-max),var(--border-color) var(--range-max)); border-radius:4px;}
.range-group .range{/*pointer-events:none;*/height:2px;vertical-align:top;}
.range-group .range:last-child{position:absolute;inset-block-start:0;inset-inline-start:0;}
.price-range__range-group{position:relative;-webkit-margin-after:20px;margin-block-end:20px;}
      
      input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
        border: 1px solid #000;
    background: #fff;
    font-weight: 400;
    color: #2E5668;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -9px;
}
     
      .ProductList.ProductList--grid {
    display: flex;
    flex-wrap: wrap;
}
      
      /*
 * RANGE ELEMENT
 * Styling range are pretty complex as each browsers has their own way to do it
 */

/* First we revert the styling of range elements */

.range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

/* Chrome and Safari */

.range::-webkit-slider-thumb {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: none;
  background:#000;
  cursor: pointer;
  margin-top: 0px;
  z-index: 1;
}

.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--border-color);
  border-radius: 4px;
  border: none;
}

/* Firefox */

.range::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: none;
  background:#000;
  cursor: pointer;
}

.range::-moz-range-progress,
.range::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}

.range::-moz-range-progress {
  background-color: rgba(var(--text-color-rgb), 0.7);
}

.range::-moz-range-track {
  background-color: var(--border-color);
}

/* On non-hover devices, we make the thumb bigger */

@media not screen and (any-hover: hover) {
  .range::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    margin-top: 0px;
  }

  .range::-moz-range-thumb {
    height: 20px;
    width: 20px;
  }
}

/* Range group (when using double range, we need to rely on some clever trick) */



.range-group .range {
  pointer-events: none;
  height: 2px;
  vertical-align: top;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress,
.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.show-m.fliter-footer {
    display: flex;
    padding: 22px 50px;
    align-items: center; justify-content: space-between;
}
.show-m.fliter-footer a.close-f.link {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-left: 26px;
  color:#050504;
    border: none;
    text-decoration: underline;
}
.show-m.fliter-footer .btn {
    font-weight: 400;
  max-width:240px; text-align:center; display:block;
    font-size: 14px;
    line-height: 150%;
width: 100%;
    background: transparent;
}
.selector-wrapper label {
    display: block;
}
select#productSelect-option-0 {
    padding: 4px 6px;
    margin-bottom: 20px;
}
/* .selector-wrapper {
    display: none;
} */
/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
/*   -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  float:left;/
  min-width:{{ width }} !important; 
  height:{{ height }} !important; */
  margin:0;
/* 
  border:#ccc 1px solid;

  background-color:#ddd;

  font-size:13px;
  text-align:center;
  line-height:{{ height }}; */
  white-space:nowrap;
  text-transform:uppercase;
  background: #FFFFFF;
/* Primary Red */
min-width: 166px;
border: 0.5px solid #050504;
border-radius: 0px;
  color: #050504;
  letter-spacing: 0.1em;
  font-weight: 400;
font-size: 14px;
line-height: 160%;
  display:inline-block; text-align:center;
}
.swatch-element label { padding: 14px; min-height:52px; }
.color.swatch-element label { padding:0; }
.swatch input:checked + label {
  background: #EDE6DA;
  color: #7D5E4C;
border: 0.5px solid #D4C5AA;
} 
.swatch .swatch-element {
/*   float:left; */ display:inline-flex;
  -webkit-transform:translateZ(0); 
  -webkit-font-smoothing:antialiased; 
  margin:0px 10px 10px 0;

  position:relative;
}
.swatch .header{font-weight: 300;
font-size: 16px;
line-height: 160%;
color: #140E09; margin-bottom:8px;}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
.swatch {
    margin: 34px 0 0;
}
button.CollectionFilters__ClearButton.Button.Button--secondary {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-left: 26px;
    border: none;
    text-decoration: underline;
    background: transparent;
    color: #591a10;
    cursor: pointer;
}
.sticky .side-cart {
    top: 76px;
}

.account-wrap { background: #FAF7F3; padding-top: 58px;padding-bottom: 87px;}
.account-wrap h1{font-weight: 400;font-size: 36px;line-height: 160%;color: #140E09; margin-bottom:21px;}
.account-flex-n { display: flex;border:  0.5px solid #050504;}
.account-list { width: 377px;padding: 0 34px 34px; border-right: 0.5px solid #050504;}
.account-list ul {padding: 0;list-style: none; margin: 0;margin-bottom: 120px;}
.account-list ul li { padding: 33px 0 21px; border-bottom: 0.5px solid #050504;}
.account-list ul li a { display: flex;justify-content: space-between;align-items: center;text-decoration: none;font-weight: 300; font-size: 16px;line-height: 160%;color: #050504;}
.account-flex-n p a{text-decoration:none; letter-spacing: 1px; font-size: 14px;line-height: 160%}
.account-detail {width: calc(100% - 377px); padding: 34px 83px;}
.account-address-wrap .section-header { width: 30%; padding: 34px; border-right: 0.5px solid #050504;}

.account-address-wrap .grid.account-flex { width: 70%;  padding: 34px;}

@media (max-width: 1350px) {
  .account-list{width:30%;}
.account-detail{padding:34px; width:70%;}
}
@media (max-width: 992px) {
  .account-flex-n{flex-wrap:wrap;}
  .account-list, .account-address-wrap .section-header {
    width: 100%;
    border-bottom: 0.5px solid #050504;
    border-right: none;
}
  .account-detail, .account-address-wrap .grid.account-flex {
    padding: 34px;
    width: 100%;
}
  .account-list ul {
    margin-bottom: 20px;
}
  body.filters-open {
    overflow: hidden;
}
  .sticky .side-cart {
    top: 58px;
}
.c-head.filter-h{padding:20px;}
  .collection-sidebar {
    top: 0;
    z-index: 7;
    max-width: 400px;
    width: 100%;
    position: fixed;
    opacity: 1; visibility: visible;
    left: -100%;
    transition: 0.5s ease all;height: 100vh; overflow-y: auto;
}
  .filters-open .page-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 7;
}

  .collection-sidebar.active{left:0}
.collection-filters-form {
    flex-wrap: wrap;
    padding-bottom: 30px;
}
  .filter-wrap .filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 21px;
}
  .collapse-headers {
    padding: 14px 20px;}
  .Collapsible__Content ul.Linklist {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
  .show-m.fliter-footer{padding:20px;}

  .collection-filters-form>div {
    width: 100%;
    padding-bottom: 0px;
}
  .price-range__input-group {
    display: flex;
    align-items: center;
    max-width: 198px;
}
  

}
.container-lg.blogc {
    max-width: 1100px;
    margin: 0 auto;
}
div#tab-1a a {
    color: #2C4661;
}
.about_value_row.full .single_value p {
    max-width: 80%;
}
.about_value_row.full .single_value {
    width: 100%;
}
@media (max-width: 767px) {
.account-flex{flex-wrap:wrap;}
  .account-flex .two-thirds{width:100%;}
  .account-flex .one-third{width:100%;}
}
p.badge {
    position: absolute;
    top: 6px;
    left: 16px;
}
div#Newsletter-Popupp {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    position: relative;
}
.newsletter-popup-wrapp {
    padding: 50px 50px;
}
.collection-banner-text {
    max-width: 800px;
    margin: 0 auto;
  padding: 10px;
}
p.cus{line-height: 160%;
    font-family: 'Aboreto', cursive;
    font-weight: 400;}
@media (max-width: 640px) {
  .blog_banner img{height:auto;}
.c-head.filter-h {
    flex-wrap: wrap;
}

.c-head.filter-h h1 {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
}

.c-head.filter-h a.filter-link {
    order: 2;
}

.c-head.filter-h 
 .d-flex {
    order: 3;
}
}