/** Shopify CDN: Minification failed

Line 3560:0 Unexpected "{"
Line 3583:0 Unexpected "{"
Line 4316:28 Unexpected "{"
Line 4316:37 Expected ":"

**/
/* Derived from base colors (theme settings) */
 :root, .color-background-1 {
     --color-foreground: var(--color-base-text);
     --color-foreground-rgb: var(--color-base-text-rgb);
     --color-background: var(--color-base-background-1);
     --color-background-rbg: var(--color-base-background-1-rgb);
     --payment-terms-background-color: var(--color-base-background-1);
}
 .color-background-2 {
     --color-background: var(--color-base-background-2);
     --color-background-rbg: var(--color-base-background-2-rgb);
}
 .color-inverse {
     --color-foreground: var(--color-base-background-1);
     --color-foreground-rgb: var(--color-base-background-1-rgb);
     --color-background: var(--color-base-text);
     --color-background-rbg: var(--color-base-text-rgb);
}
 .color-accent-1 {
     --color-foreground: var(--color-base-solid-button-labels);
     --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
     --color-background: var(--color-base-accent-1);
     --color-background-rbg: var(--color-base-accent-1-rgb);
}
 .color-accent-2 {
     --color-foreground: var(--color-base-solid-button-labels);
     --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
     --color-background: var(--color-base-accent-2);
     --color-background-rbg: var(--color-base-accent-2-rgb);
}
 .color-foreground-outline-button {
     --color-foreground: var(--color-base-outline-button-labels);
     --color-foreground-rbg: var(--color-base-outline-button-labels-rgb);
}
 .color-foreground-accent-1 {
     --color-foreground: var(--color-base-accent-1);
     --color-foreground-rbg: var(--color-base-accent-1-rgb);
}
 .color-foreground-accent-2 {
     --color-foreground: var(--color-base-accent-2);
     --color-foreground-rbg: var(--color-base-accent-2-rgb);
}
 :root, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-foreground-75: rgba(var(--color-foreground-rgb), 0.75);
     --color-foreground-70: rgba(var(--color-foreground-rgb), 0.7);
     --color-foreground-55: rgba(var(--color-foreground-rgb), 0.55);
     --color-foreground-50: rgba(var(--color-foreground-rgb), 0.5);
     --color-foreground-40: rgba(var(--color-foreground-rgb), 0.4);
     --color-foreground-30: rgba(var(--color-foreground-rgb), 0.3);
     --color-foreground-20: rgba(var(--color-foreground-rgb), 0.2);
     --color-foreground-10: rgba(var(--color-foreground-rgb), 0.1);
     --color-foreground-8: rgba(var(--color-foreground-rgb), 0.08);
     --color-foreground-4: rgba(var(--color-foreground-rgb), 0.04);
     --color-foreground-3: rgba(var(--color-foreground-rgb), 0.03);
}
/* Links */
 :root, .color-background-1 {
     --color-link: var(--color-base-outline-button-labels);
     --color-link-hover: rgba(var(--color-base-outline-button-labels-rgb), 0.85);
}
 .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-link: var(--color-foreground);
     --color-link-hover: var(--color-foreground-70);
}
/* Primary button */
 :root, .color-background-1 {
     --color-button-background: var(--color-base-accent-1);
     --color-button-border: var(--color-base-accent-1);
     --color-button-text: var(--color-base-solid-button-labels);
     --color-button-text-rgb: var(--color-base-solid-button-labels-rgb);
}
 .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-button-background: var(--color-foreground);
     --color-button-border: var(--color-foreground);
     --color-button-text: var(--color-background);
     --color-button-text-rgb: var(--color-background-rbg);
}
/* Secondary button */
 .button--secondary {
     --color-button-background: transparent;
     --color-button-border: var(--color-base-outline-button-labels);
     --color-button-text: var(--color-base-outline-button-labels);
     --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}
 .color-background-2 .button--secondary, .color-inverse .button--secondary, .color-accent-1 .button--secondary, .color-accent-2 .button--secondary {
     --color-button-border: var(--color-foreground);
     --color-button-text: var(--color-foreground);
     --color-button-text-rgb: var(--color-foreground-rgb);
}
/* Tertiary button */
 .button--tertiary {
     --color-button-background: transparent;
     --color-button-border: rgba(var(--color-base-outline-button-labels-rgb), 0.2);
     --color-button-text: var(--color-base-outline-button-labels);
     --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}
 .color-background-2 .button--tertiary, .color-inverse .button--tertiary, .color-accent-1 .button--tertiary, .color-accent-2 .button--tertiary {
     --color-button-border: var(--color-foreground-20);
     --color-button-text: var(--color-foreground);
}
/* Badges */
 :root, .color-background-1 {
     --color-badge-background: var(--color-background);
     --color-badge-border: var(--color-foreground-10);
}
 .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     --color-badge-background: var(--color-background);
     --color-badge-border: var(--color-background);
}
/* Cards and announcement bar */
 :root, .color-background-1, .color-background-2 {
     --color-card-hover: rgba(var(--color-base-text-rgb), 0.06);
}
 .color-inverse {
     --color-card-hover: rgba(var(--color-base-background-1-rgb), 0.06);
}
 .color-accent-1, .color-accent-2 {
     --color-card-hover: rgba(var(--color-base-solid-button-labels-rgb), 0.06);
}
/* base */
 .no-js:not(html) {
     display: none !important;
}
 html.no-js .no-js:not(html) {
     display: block !important;
}
 .no-js-inline {
     display: none !important;
}
 html.no-js .no-js-inline {
     display: inline-block !important;
}
 .sca-fancybox-item.sca-fancybox-close {
     display: block;
}
 html.no-js .no-js-hidden {
     display: none !important;
}
 .page-width {
     max-width: 1230px;
     margin: 0 auto;
     padding: 0 15px;
}
 .page-width-desktop {
     padding: 0 15px;
     margin: 0 auto;
}

 @media screen and (min-width: 750px) {
     .page-width {
         padding: 0 15px;
    }
}
 #sca-brankmark a{
    display:none!important;
}
 .element-margin {
     margin-top: 3rem;
}
 .btn-group a.active {
     background-color: var(--color-base-button-text);
}
 .btn-group a.active .icon {
     fill: var(--color-base-accent-1);
}
 .product-hover {
     cursor: pointer;
}
 .spr-badge-caption {
     margin-left: 5px;
     color: var(--color-base-accent-2);
     display:none;
}
 a {
     text-decoration: none !important;
}
 .template-index .spaced-section.tm-service {
     margin-top: 0;
}
 .template-index .spaced-section {
     float: left;
     width: 100%;
   margin-top:80px;
}
 .template-product .main-container.medium-up--three-quarters {
     width: 100%;
     float: left;
}
 .spaced-section:last-child {
     margin: 0px;
     float: left;
     width: 100%;
}
 .item .item.list-group-item {
     width: 100%;
     max-width: 100%;
}
 .spaced-section--full-width + .spaced-section--full-width {
     margin-top: 0;
}
 .spaced-section--full-width:first-child {
     margin-top: 0;
}
 .spaced-section--full-width:last-child {
     margin-bottom: 0;
}
   .title-breadcrumbs {
	width: 100%;
	float: left;
	margin: 80px 0;
}
   #TopColumnContent {
	background: #141414;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
align-items: center;
justify-content: center;
min-height: 300px;
  
}

   .breadcrumb {
	text-align: center;
     color: var(--color-base-accent-1);
}
   .breadcrumb_title {
	text-align: center;
	color: var(--color-base-accent-1);
      font-size: 32px;
      margin:10px 0;
}
   .template-product .breadcrumb_title {
	display: none;
}
.template-collection .main-container{
	margin-block-start: 30px;
}
   .template-index .main-container{
	margin-block-start: 0px;
}
   .main-container{
	margin-block-start: 0px;
    min-height: 500px;
}
 .shopify-section-header-hidden #header-SiteCat {
     visibility: hidden;
}
 .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
     color: var(--color-foreground-75);
     background-color: var(--color-background);
}
 .background-secondary {
     padding: 4rem 0 5rem;
}
 .grid-auto-flow {
     display: grid;
     grid-auto-flow: column;
}
 .page-margin, .shopify-challenge__container {
     margin: 7rem auto;
}
 .list-unstyled {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .hidden {
     display: none !important;
}
 .main-container.medium-up--three-quarters.without-sidebar-main-container {
     float: left;
     width: 100%;
     margin-top: 50px;
     padding: 0;
}
 a {
     text-decoration: none;
     color: var(--color-base-text);
}
 .caption-large, .customer .field input, .customer select, .field__input, .form__label, .select__select {
     font-size: 14px;
     line-height: 24px;
     letter-spacing: .04rem;
}
 .main-container.medium-up--three-quarters {
     width: 80%;
     float: right;
     padding-left: 30px;
     padding-top: 0px;
}
 .breadcrumb a::after {
     content: "/";
     padding: 0 5px;
}
 .breadcrumb a:last-child::after{
     content: none;
}
 .side-bar.medium-up--one-quarter {
     width: 20%;
     margin-top: 45px;
     float: left;
   position : relative;
}
 .top_button {
     background: var(--color-base-button-background-hover);
     top: auto !important;
     bottom: 40px !important;
     display: none;
     height: 40px;
     width: 40px;
     position: fixed;
     right: 50px;
     text-align: center;
}
   .popup-confirm-transfer-data__close .icon.icon-close {
	width: 17px;
	height: auto;
}
   .popup__content .popup-confirm-transfer-data {
	padding: 25px !important;
}
.popup-confirm-transfer-data__content h4 {
	font-weight: 500;
	margin: 0 !important;
}
 .top_button .icon-chevron-up {
     height: 12px;
     width: 12px;
     position: relative;
     top: 9px;
   fill: var(--color-base-accent-1);
}
 .template-index .main-container.medium-up--three-quarters {
     margin: 0;
     padding: 0;
}
 .compare td {
     border: 1px solid var(--color-base-border);
     border-top: 0;
}
 .compare__item {
     border-right: 1px solid var(--color-base-border);
     padding-top: 20px;
}
 .compare__items {
     margin-top: -20px;
}
 .compare__item:last-child {
     border-right: 0;
}
 .compare table tr:last-child .compare__items {
     margin-bottom: -9px;
}
 .compare table tr:last-child .compare__items .compare__item {
     padding-bottom: 13px;
}
 .popup-compare-full__head, .popup-wishlist-full__head {
     float: right;
}
 .popup-compare-full, .popup-wishlist-full {
     border: 10px solid #474747;
     padding: 30px !important;
   	position: relative;
}
 .popup-wishlist-full .icon-close, .popup-compare-full .icon-close {
     width: 20px;
     height: auto;
}
 .compare table tr:first-child .compare__items:first-child {
     margin-top: 0;
}
 .compare .title, .wishlist .title {
     justify-content: left;
     font-size: 34px;
}
 .compare .btn.button, .wishlist .btn.button {
     position: absolute;
     top: 23px;
     left: auto;
     right: 60px;
     margin-top: 0 !important;
   	 width: auto;
}
  .header__icons .account_toggle .icon {
	width: 20px;
	height: 20px;
}
   
   .header.header--middle-left.header--has-menu {
	padding: 3px 25px 0px;
}
  .header__icons .account {
	display: inline-block;
	vertical-align: top;
	margin: 10px 15px 0;
    margin-bottom:0;
   cursor:pointer;
    position: relative;
}
.my-account {
	width: max-content;
	overflow-y: auto;
    padding: 20px 10px;
	position: absolute;
	top: 50px;
	z-index: 9;
	background-color:var(--color-background);
	margin-left: 1rem;
	opacity: 1;
	margin: 0;
	width: 200px;
    left: auto;
    right: 0;
    border: 1px solid #ededed;
}
.header__icons .my-account li {
	padding: 0px 2.2rem;
  float: left;
width: 100%;
}
.header__icons .account .disclosure__list .login {
	width: 100%;
	float: left;
}
   .visually-hidden {
	height: 100%;
	position: relative !important;
	width: auto;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .7px;
}
 input.sca-qv-cartbtn {
     color: #000 !important;
}
 .name-title strong {
     font-size: 20px;
}
 #sca-qv-des {
     color: var(--color-base-button-text);
}
   #sca-qv-des strong {
	font-family: 'Poppins',sans-serif;
}
 #sca-qv-detail {
     font-weight: 500;
}
 .sca-qv-product-options {
     color: var(--color-base-text);
}
 #sca-qv-sale {
     border-radius: 0;
     display: inline-block;
     font-size: 12px;
     line-height: 20px;
     padding: 1px 5px;
     text-align: center;
     background-color: transparent !important;
     border-color: var(--color-base-button-background);
     color: var(--color-base-button-text);
     word-break: break-word;
     right: auto;
     left: 18px;
     top: 21px;
}
 #sca-qv-quantity {
     border: 1px solid #ededed;
     background-color: #f5f5f5;
}
 ul {
     padding-left: 0;
}
 .cm-grid__item {
     width: 25%;
     display: inline-block;
     border:none;
     margin: 0;
     padding: 15px;
}
 .compare table tr td h4 {
     padding: 0 15px;
     font-weight: 600;
}
 .price {
     color: var(--color-base-accent-1);
     font-weight: 500;
     font-size: 16px;
     letter-spacing: -.1px;
}
 .compare table {
     width: auto;
     border-collapse: collapse;
     border-spacing: 0px;
     margin-bottom: 25px;
     float: left;
     border-top: 1px solid var(--color-base-border);
}
 .cm-grid {
     margin: 0;
     padding: 0;
}
 .cart-count-bubble {
     bottom: 10px !important;
     left: 15px !important;
}
 .visually-hidden {
     position: absolute !important;
     overflow: hidden;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     border: 0;
     clip: rect(0 0 0 0);
     word-wrap: normal !important;
}
 .header-menu {
     float: left;
     padding: 0;
     width: 240px;
     cursor: pointer;
     margin: 7px 0;
     margin-right: 15px;
}
 .ttloader {
     height: 100%;
     left: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 999999;
}
 .rotating {
     background-position: center center;
     background-repeat: no-repeat;
     bottom: 0;
     height: auto;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     top: 0;
     width: auto;
       background-size: 100px;
}
 .visually-hidden--inline {
     margin: 0;
     height: 1em;
}
 .overflow-hidden {
     overflow: hidden;
}
   .blog-articles time{
position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
    display: block;
   }
   .blog .blog_date, .blog-articles .blog_date {
	position: relative;
	display: inline-block;
	width: auto;
}
 .skip-to-content-link:focus {
     z-index: 9999;
     position: inherit;
     overflow: auto;
     width: auto;
     height: auto;
     clip: auto;
}
 .full-width-link {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
}
 h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
     font-family: var(--font-heading-family);
     font-style: var(--font-heading-style);
     font-weight: normal;
     letter-spacing: 0.06rem;
     color: var(--color-foreground);
     line-height: 1.3;
}
 .h0 {
     font-size: 4rem;
}
 @media only screen and (min-width: 750px) {
     .h0 {
         font-size: 5.2rem;
    }
}
 h1, .h1 {
     font-size: 19px;
     font-weight:500;
}
 h2, .h2 {
     font-size: 2rem;
}
 @media only screen and (min-width: 750px) {
     h2, .h2 {
         font-size: 2.4rem;
    }
}
 h3, .h3 {
     font-size: 1.7rem;
}
 @media only screen and (min-width: 750px) {
     h3, .h3 {
         font-size: 1.8rem;
    }
}
 h5, .h5 {
     font-size: 1.2rem;
}
 @media only screen and (min-width: 750px) {
     h5, .h5 {
         font-size: 1.3rem;
    }
}
 h6, .h6 {
     color: var(--color-foreground-75);
     margin-block-start: 1.67em;
     margin-block-end: 1.67em;
}
 blockquote {
     font-style: italic;
     color: var(--color-foreground-75);
     border-left: 0.2rem solid var(--color-foreground-20);
     padding-left: 1rem;
}
 @media screen and (min-width: 750px) {
     blockquote {
         padding-left: 1.5rem;
    }
}
 .caption {
     font-size: 1rem;
     letter-spacing: 0.07rem;
     line-height: 1.7;
}
 @media screen and (min-width: 750px) {
     .caption {
         font-size: 1.2rem;
    }
}
 .caption-with-letter-spacing {
     font-size: 14px;
     line-height: 18px;
     text-transform: capitalize;
}
 .color-foreground {
     color: var(--color-foreground);
}
table:not([class]) {
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 1.4rem;
	border-style: hidden;
	box-shadow: none;
	border: 1px solid var(--color-base-border);
}
 table:not([class]) td, table:not([class]) th {
     padding: 1em;
     border: 1px solid var(--color-base-border);
}
 @media screen and (max-width: 749px) {

   .template-index .spaced-section {
	margin-top: 50px;
}
   .flexslider .btn.slideshow__btn.button {
     padding: 8px 20px;
}
     .small-hide {
         display: none;
    }
}
 .hidden {
     display: none !important;
}
 @media screen and (max-width: 749px) {
   .header__icons .account {
	margin: 10px 5px 0px;
}
     .small-hide {
         display: none !important;
    }
}
 @media screen and (min-width: 750px) and (max-width: 989px) {
     .medium-hide {
         display: none !important;
    }
}
 @media screen and (min-width: 990px) {
     .large-up-hide {
         display: none !important;
    }
}
 .center {
     text-align: center;
}
 .right {
     text-align: right;
}
 .uppercase {
     text-transform: uppercase;
}
 .light {
     opacity: 0.7;
}
 a:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
     display: none;
}
 .link, .customer a {
     cursor: pointer;
     display: inline-block;
     border: none;
     box-shadow: none;
     text-decoration: none;
     text-underline-offset: 0.3rem;
     color: var(--color-base-text);
     background-color: transparent;
     font-size: 14px;
     font-family: var(--font-body-family);
}
 .link--text {
     color: var(--color-base-accent-1);
}
 .spr-icon.spr-icon-star, .spr-icon.spr-icon-star-empty {
     font-size: 100% !important;
}
 .spr-icon.spr-icon-star {
     color: #f2a935 ;
     line-height: 0;
}
 .spr-icon.spr-icon-star-empty {
     color: #d3d3d3;
     opacity: 1 !important;
}
   .tab-container .spr-icon-star::before {
	content: "\2605";
	line-height: .7;
	display: inline-block;
	font-family: Times;
	margin: 0;
	font-weight: 700;
	font-size: 17px;
}
   .spr-icon.spr-icon-star-empty {
	color: #b1b1b1;
	opacity: 1 !important;
}
   .tab-container .spr-icon-star-empty::before, .tab-container .spr-icon-star-empty.spr-icon-star-hover::before {
	content: "\2605";
	line-height: .7;
	display: inline-block;
	font-family: Times;
	margin: 0;
	font-weight: 700;
	font-size: 17px;
}
 .link-with-icon {
     display: inline-flex;
     font-size: 1.4rem;
     font-weight: 600;
     letter-spacing: 0.1rem;
     text-decoration: none;
     margin-bottom: 4.5rem;
     white-space: nowrap;
}
 .link-with-icon .icon {
     width: 1.5rem;
     margin-left: 1rem;
}
 .circle-divider::after {
     content: '\2022';
     margin: 0 1.3rem 0 1.5rem;
}
 .circle-divider:last-of-type::after {
     display: none;
}
 hr {
     border: none;
     height: 0.1rem;
     background-color: var(--color-foreground-20);
     display: block;
     margin: 5rem 0;
}
 @media screen and (min-width: 750px) {
     hr {
         margin: 7rem 0;
    }
}
 .full-unstyled-link {
     text-decoration: none;
     color: currentColor;
     display: block;
}
 .placeholder {
     background-color: var(--color-foreground-4);
     color: var(--color-foreground-55);
     fill: var(--color-foreground-55);
}
 details > * {
     box-sizing: border-box;
}
 .break {
     word-break: break-word;
}
 .visibility-hidden {
     visibility: hidden;
}
 @media (prefers-reduced-motion) {
     .motion-reduce {
         transition: none !important;
    }
}
 :root {
     --duration-short: 100ms;
     --duration-default: 200ms;
     --duration-long: 500ms;
}
 .underlined-link {
     color: var(--color-link-hover);
     text-underline-offset: 0.3rem;
     text-decoration-thickness: 0.1rem;
     transition: text-decoration-thickness ease 100ms;
}
 .underlined-link:hover {
     color: var(--color-link);
     text-decoration-thickness: 0.2rem;
}
/* arrow animation */
 .animate-arrow .icon-arrow path {
     transform: translateX(-0.25rem);
     transition: transform var(--duration-short) ease;
}
 .animate-arrow:hover .icon-arrow path {
     transform: translateX(-0.05rem);
}
/* base-details-summary */
 summary {
     cursor: pointer;
     list-style: none;
     position: relative;
}
 summary .icon-caret {
     position: relative;
     height: 6px;
     display: inline-block;
     vertical-align: middle;
     margin-left: 2px;
}
 summary::-webkit-details-marker {
     display: none;
}
 .disclosure-has-popup {
     position: relative;
}
 .disclosure-has-popup[open] > summary::before {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
     display: block;
     cursor: default;
     content: ' ';
     background: transparent;
}
 .disclosure-has-popup > summary::before {
     display: none;
}
 .disclosure-has-popup[open] > summary + * {
     z-index: 100;
}
/* base-focus */
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
 *:focus {
     outline: none;
     outline-offset: 0;
     box-shadow: none;
}
/* Dangerous for a11y - Use with care */
 .focus-none {
     box-shadow: none !important;
     outline: 0 !important;
}
 .product_tab-block .title {
     margin-bottom: 15px;
}
/* component-title */
   .tab-container h5 {
	font-family: Poppins,sans-serif;
}
 .title, .title-wrapper-with-link {
font-family: 'Playfair Display',serif;
color: var(--color-base-button-background-hover);
font-weight: normal;
font-size: 34px;
margin: 0;
padding: 0;
text-align: center;
text-transform: capitalize !important;
width: 100%;
letter-spacing: 0;
line-height: 42px;
display: inline-block;
position: relative;
   margin-bottom:60px;   
}
.template-index .title::before{
content: "";
background: #232323;
display: block;
width: 60px;
margin: 0 auto;
text-align: center;
height: 2px;
right: 0;
left: 0;
top: 65px;
bottom: auto;
position: absolute;
}  
   .products {
    float: left;
    border-left: 0;
    width:100%;
  padding:15px 10px;
}
   ul {
	list-style: none;
}
 .title-wrapper-with-link .title {
     margin: 0;
}
 .title-wrapper {
     margin-bottom: 3rem;
}
 time {
     color: var(--color-base-button-text);
}
.article-date time {
	color: var(--color-base-accent-1);
}
   .article-date {
	text-align: center;
	color: var(--color-base-accent-1);
}
 .title--primary {
     margin: 4rem 0;
}
 .breadcrumb-home {
     font-size: 15px;
     font-weight: 400;
   color:var(--color-base-accent-1);
}
   .breadcrumb a {
	color: var(--color-base-accent-1);
}
   .collection-hero__description.rte {
	float: left;
	color: var(--color-base-accent-1);
	padding: 15px 100px;
	text-align: center;
    opacity: 0.7;
          display: none;
}
 .title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile {
     padding-left: 1.5rem;
     padding-right: 1.5rem;
}
 @media screen and (min-width: 750px) {
     .title-wrapper--self-padded-mobile {
         padding-left: 0;
         padding-right: 0;
    }
}
 @media screen and (min-width: 990px) {
     .title--primary {
         margin: 2rem 0;
    }
     .title-wrapper-with-link .title {
         margin-bottom: 0;
    }
     .title-wrapper--self-padded-tablet-down {
         padding-left: 0;
         padding-right: 0;
    }
}
 .title-wrapper-with-link .link-with-icon {
     margin: 0;
     flex-shrink: 0;
     display: flex;
     align-items: center;
}
 .title-wrapper-with-link .link-with-icon svg {
     width: 1.5rem;
}
 .title-wrapper-with-link a {
     color: var(--color-base-outline-button-labels);
     margin-top: 0;
     flex-shrink: 0;
}
 @media screen and (min-width: 990px) {
     .title-wrapper-with-link.title-wrapper-with-link--no-heading {
         display: none;
    }
}
 .subtitle {
     font-size: 1.8rem;
     line-height: 1.8;
     letter-spacing: 0.05rem;
     color: var(--color-foreground-70);
}
/* component-grid */
 .grid {
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 2rem;
     margin-left: -0.5rem;
     padding: 0;
     list-style: none;
     margin: 0 -15px; 
}
 .grid__item {
     padding:0;
     width: 100%;
     max-width: 100%;
     flex-grow: 0;
     flex-shrink: 0;
}
 .template-index .slideshow {
     margin-top: 0;
}
 .template-index .service-section {
position: relative;
margin-bottom: 165px;
padding-top: 100px;
margin-top: 0;
}
 .grid--gapless .grid__item {
     padding-left: 0;
     padding-bottom: 0;
}
   .spr-form-input-email, .spr-form-input-text{
     	height: 40px;
   }
   .spr-form-input-email, .spr-form-input-text, .spr-form-input-textarea {
	border: 1px solid var(--color-base-border);
	padding: 1rem;
	color: var(--color-foreground-75);
	font-size: 14px;
	font-family: var(--font-body-family);
	letter-spacing: .1rem;
}
   .spr-icon.spr-icon-star, .spr-icon.spr-icon-star-empty {
	font-size: 100% !important;
	min-height: 10px;
	min-width: 10px;
}
   .spr-form-input.spr-starrating {
	margin-left: 0 !important;
}
 @media screen and (max-width: 749px) {
      .collection-hero__description.rte {
	padding: 15px 0;
}
     .grid__item.slider__slide--full-width {
         width: 100%;
         max-width: none;
    }
}
    @media screen and (min-width: 750px) and (max-width: 989px) {
     .grid--one-third-max.grid--3-col-tablet .grid__item {
         max-width: 33.33%;
    }
    
}
 @media screen and (min-width: 990px) {
     .grid--quarter-max.grid--4-col-desktop .grid__item {
         max-width: 100%;
    }
}
 .grid--1-col .grid__item {
     max-width: 100%;
     width: 100%;
}
 .grid--3-col .grid__item {
     width: 33.33%;
}
 @media screen and (min-width: 750px) {
     .grid--3-col .grid__item {
         width: 33.33%;
    }
}
 .grid--2-col .grid__item {
     width: 50%;
}

 @media screen and (min-width: 990px) {
          .grid--one-third-max.grid--3-col-tablet .grid__item {
         max-width: 33.33%;
    }
}
 @media screen and (min-width: 990px) {
           .grid--4-col-desktop .grid__item {
	width: 25%;
}
     .grid--3-col-desktop .grid__item {
         width: 33.33%;
    }
     .grid--2-col-desktop .grid__item {
         width: 50%;
    }
}
 @media screen and (min-width: 750px) {
     #ProductGridContainer .grid--3-col-desktop .grid__item {
         max-width: 33.33%;
    }
     #ProductGridContainer .grid--2-col-desktop .grid__item {
         max-width: 50%;
    }
     #ProductGridContainer .item .item.list-group-item {
         width: 100%;
         max-width: 100%;
       background: var(--color-base-accent-1);
         padding:0;
    }
}
 .grid__item--vertical-align {
     align-self: center;
}
 .grid__item--full-width {
     flex: 0 0 100%;
     max-width: 100%;
}
 @media screen and (max-width: 749px) {
 
     .grid--peek.slider--mobile {
         margin: 0;
         width: 100%;
    }
     .grid--peek .grid__item {
         width: 50%;
    }
}
 @media screen and (min-width: 750px) and (max-width: 989px) {

     .slider--tablet.grid--peek .grid__item {
         width: 25%;
    }
     .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
         width: 33.33%;
    }
     .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
         width: 50%;
    }
}
 @media screen and (max-width: 989px) {
   .my-account {
	top: 44px;
}

   #main-collection-filters #col_4 {
	display: none;
}
   .menu-drawer__inner-container {
	padding-top: 10px;
}
   .collection-hero__description.rte {
	padding: 15px 15px;
}
   .header__icons .account .disclosure__list {
	right: 20px;
     top: 72px;
}
   .template-index .service-section {
	margin-bottom: 90px;
}
     .title-wrapper--self-padded-mobile, .title-wrapper--self-padded-tablet-down {
         padding-left: 0;
         padding-right: 0;
    }
     .slider--tablet.grid--peek .grid__item {
         margin: 0;
    }
}
/* component-media */
 .media {
     display: block;
     background-color: var(--color-base-background-1);
     position: relative;
     overflow: hidden;
}
 .media--transparent {
     background-color: transparent;
}
   .multicolumn .media--transparent {
	border-radius: 50%;
	border: 6px solid #f2f2f2;
}
 .media > *:not(.zoom, .deferred-media__poster-button), .media model-viewer {
     display: block;
     max-width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
}
 .media > img {
     object-fit: cover;
     object-position: center center;
     transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
 .media--square {
     padding-bottom: 100%;
}
 .media--portrait {
     padding-bottom: 125%;
}
 .media--landscape {
     padding-bottom: 66.6%;
}
 .media--cropped {
     padding-bottom: 56%;
}
 .media--16-9 {
     padding-bottom: 56.25%;
}
 .media--circle {
     padding-bottom: 100%;
     border-radius: 50%;
}
 .media.media--hover-effect > img + img {
     opacity: 0;
}
 @media screen and (min-width: 990px) {
     .media--cropped {
         padding-bottom: 63%;
    }
}
 deferred-media {
     display: block;
}
/* component-button */
/* Button - default */
 .button, .customer button, .shopify-challenge__button {
     cursor: pointer;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     box-sizing: border-box;
     text-decoration: none;
     border: 0;
     color: var(--color-base-button-text);
     -webkit-appearance: none;
     appearance: none;
     padding: 9px 25px;
     font-family: var(--font-body-family);
  background: var(--color-base-button-background);
}
 .button:hover {
     background: var(--color-base-button-background-hover);
     color: var(--color-base-button-text-hover);
}
   .product-form__submit.button.select-button:hover {
	background: transparent;
}
 .button, .button-label, .shopify-challenge__button, .customer button {
     font-size: 12px;
     letter-spacing: 0.5px;
     line-height: 21px;
     font-weight: 500;
     text-transform: uppercase;
}
   .flexslider .btn.slideshow__btn.button{
position: relative;
display: inline-block;
overflow: hidden;
float: left;
margin: 0;
color: var(--color-base-accent-1);
text-transform: uppercase;
letter-spacing: .4px;
font-size: 13px;
line-height: 18px;
font-weight: 400;
padding: 0;
text-align: center;
width: 100%;
text-decoration: underline !important;
     background: transparent;
   }
 .button--tertiary {
     font-size: 1.2rem;
     padding: 1rem 1.5rem;
     min-width: 9rem;
     min-height: 3.5rem;
}
 .button--small {
     padding: 1.2rem 2.6rem;
}
/* Button - other */
 .button:disabled, .button[aria-disabled='true'], .button.disabled, .customer button:disabled, .customer button[aria-disabled='true'], .customer button.disabled {
     cursor: not-allowed;
     opacity: 0.5;
}
 .button--full-width {
     display: flex;
     width: 100%;
}
   #cart-notification-button {
	background: var(--color-base-button-background-hover);
      color: var(--color-base-accent-1);
}
 .button.loading {
     color: transparent;
}
 .button.loading:after {
     animation: loading var(--duration-long) infinite linear;
     border:1px solid #000;
     border-left: 0.5rem solid var(--color-button-text);
     border-radius: 100%;
     box-sizing: content-box;
     content: '';
     display: block;
     height: 2rem;
     position: absolute;
     width: 2rem;
}
 @keyframes loading {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
/* component-form */
 .field__input, .select__select, .customer .field input, .customer select {
     -webkit-appearance: none;
     appearance: none;
     border: 0;
     border-radius: 0;
     color: var(--color-base-text);
     font-size: 14px;
     width: 100%;
     box-shadow: none;
     border: 1px solid #e0e0e0;
     height: 4rem;
     box-sizing: border-box;
     transition: box-shadow var(--duration-short) ease;
       background:var(--color-base-accent-1);
}
 .select__select {
     font-family: var(--font-body-family);
     font-style: var(--font-body-style);
     font-weight: var(--font-body-weight);
     font-size: 14px;
       background: var(--color-base-accent-1);
}
 .text-area, .select {
     display: inline-block;
     position: relative;
     width: 100%;
}
/* Select */
 .select .icon-caret, .customer select + svg {
     height: 0.7rem;
     pointer-events: none;
     position: absolute;
     top: calc(50% - 0.35rem);
     right: 1.5rem;
}
 .select__select, .customer select {
     cursor: pointer;
     padding: 0 4rem 0 1.5rem;
}
/* Field */
 .field {
     position: relative;
     width: 100%;
     display: flex;
}
 .customer .field {
     display: block;
}
 .field--with-error {
     flex-wrap: wrap;
}
 .field__input, .customer .field input {
     flex-grow: 1;
     text-align: left;
     padding: 1.5rem;
}
 .field__label, .customer .field label {
     font-size: 14px;
     left: 1.5rem;
     top: 1rem;
     margin-bottom: 0;
     pointer-events: none;
     position: absolute;
     transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
     color: var(--color-foreground-75);
     letter-spacing: 0.1rem;
     line-height: 1.5;
}
 .field__input:focus ~ .field__label, .field__input:not(:placeholder-shown) ~ .field__label, .field__input:-webkit-autofill ~ .field__label, .customer .field input:focus ~ label, .customer .field input:not(:placeholder-shown) ~ label, .customer .field input:-webkit-autofill ~ label {
     font-size: 1rem;
     top: 0.3em;
     letter-spacing: 0.04rem;
}
 .field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill {
     padding: 2.2rem 1.5rem 0.8rem;
}
 .field__input::-webkit-search-cancel-button, .customer .field input::-webkit-search-cancel-button {
     display: none;
}
 .field__input::placeholder, .customer .field input::placeholder {
     opacity: 0;
}
 .field__button {
     align-items: center;
     background-color: transparent;
     border: 0;
     color: currentColor;
     cursor: pointer;
     display: flex;
     height: 4.4rem;
     justify-content: center;
     overflow: hidden;
     padding: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: 4.4rem;
}
 .field__button > svg {
     height: 2.5rem;
     width: 2.5rem;
}
/* Text area */
 .text-area {
     font-family: var(--font-body-family);
     font-style: var(--font-body-style);
     font-weight: var(--font-body-weight);
     padding: 1.2rem;
     min-height: 10rem;
     resize: none;
}
 .text-area--resize-vertical {
     resize: vertical;
}
 input[type='checkbox'] {
     display: inline-block;
     width: auto;
     margin-right: 0.5rem;
}
/* Form global */
 .form__label {
     display: block;
     margin-bottom: 0.6rem;
}
 .form__message {
     align-items: center;
     display: flex;
     font-size: 1.4rem;
     line-height: 1;
     margin-top: 1rem;
}
 .form__message--large {
     font-size: 1.6rem;
}
 .customer .field .form__message {
     font-size: 1.4rem;
     text-align: left;
}
 img {
     max-width: 100%;
}
 .form__message .icon, .customer .form__message svg {
     flex-shrink: 0;
     height: 1.3rem;
     margin-right: 0.5rem;
     width: 1.3rem;
}
 .form__message--large .icon, .customer .form__message svg {
     height: 1.5rem;
     width: 1.5rem;
     margin-right: 1rem;
}
 .customer .field .form__message svg {
     align-self: start;
}
 .form-status {
     margin: 0;
     font-size: 1.6rem;
}
 .form-status-list {
     padding: 0;
     margin: 2rem 0 4rem;
}
 .form-status-list li {
     list-style-position: inside;
}
 .form-status-list .link::first-letter {
     text-transform: capitalize;
}
/* component-quantity */
 .quantity {
     border: 1px solid var(--color-base-border);
     position: relative;
     width: 11rem;
     display: flex;
     background-color: var(--color-base-accent-1);  
}
 .quantity__input {
     color: currentColor;
     font-size: 1.4rem;
     font-weight: 500;
     opacity: 0.85;
     text-align: center;
     background-color: transparent;
     border: 0;
     padding: 0 0.5rem;
     height: 4rem;
     width: 100%;
     flex-grow: 1;
     -webkit-appearance: none;
     appearance: none;
}
 .quantity__button {
     width: 4.5rem;
     flex-shrink: 0;
     font-size: 1.8rem;
     border: 0;
     background-color: transparent;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--color-foreground);
}
 .quantity__button svg {
     width: 1rem;
     pointer-events: none;
}
 .quantity__input:-webkit-autofill, .quantity__input:-webkit-autofill:hover, .quantity__input:-webkit-autofill:active {
     box-shadow: 0 0 0 10rem var(--color-background) inset !important;
     -webkit-box-shadow: 0 0 0 10rem var(--color-background) inset !important;
}
 .quantity__input::-webkit-outer-spin-button, .quantity__input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
 .quantity__input[type='number'] {
     -moz-appearance: textfield;
}
/* component-modal */
 .modal__toggle {
     list-style-type: none;
}
 .no-js details[open] .modal__toggle {
     position: absolute;
     z-index: 2;
}
 .modal__toggle-close {
     display: none;
}
 .no-js details[open] svg.modal__toggle-close {
     display: flex;
     z-index: 1;
     height: 1.7rem;
     width: 1.7rem;
}
 .modal__toggle-open {
     display: flex;
}
 .no-js details[open] .modal__toggle-open {
     display: none;
}
 .no-js .modal__close-button.link {
     display: none;
}
 .modal__close-button.link {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0rem;
     height: 2rem;
     width: 2rem;
     background-color: transparent;
}
 .modal__close-button .icon {
     width: 1.7rem;
     height: 1.7rem;
}
   .cart-notification.active .icon.icon-close {
	color: var(--color-base-button-text);
}
 .icon {
     width: 12px;
     height: 12px;
}
   .icon.menu-icon-caret {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
}
 .modal__content {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: var(--color-background);
     z-index: 10;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .banner-inner {
     overflow: hidden;
     position: relative;
     display: inline-block;
     vertical-align: middle;
     width: auto;
}
 .banner-inner img {
     transition: transform var(--duration-long) ease;
     display: block;
}
 .sub-banner:hover img {
     -o-transform: scale(1.11);
     -moz-transform: scale(1.11);
     -ms-transform: scale(1.11);
     -webkit-transform: scale(1.11);
     transform: scale(1.11);
}
 #cart-icon-bubble {
     position: relative;
}

/* section-announcement-bar */

 .announcement-bar {
     /* color: var(--color-foreground); */
   color:white;
}
 .announcement-bar__link {
     display: block;
     width: 100%;
     padding: 1rem 2rem;
     text-decoration: none;
}
 .announcement-bar__link:hover {
     color: var(--color-foreground);
     background-color: var(--color-card-hover);
}
/* .announcement-bar.gallery-cell .announcement-bar {
  background-color: #F2F2F2 !important;
} */
p.announcement-bar__message.h5 {
    background: #F2F2F2 !important;
    color: #92866c !important;
}
.announcement-bar__message, .disclosure .localization-form__select {
    background-color: #92866c !important;
    color: white !important;
}
 .announcement-bar__link .icon-arrow {
     display: inline-block;
     height: 1.2rem;
     pointer-events: none;
     padding-left: 1rem;
     vertical-align: middle;
     margin-bottom: 0.2rem;
}
 @media screen and (min-width: 750px) {
     .announcement-bar__link .icon-arrow {
         height: 1.3rem;
    }
}
 .announcement-bar__link .announcement-bar__message {
     padding: 0;
}
 .announcement-bar__message {
   text-align: center;
   padding: 4px 10px;
   margin: 0;
   letter-spacing: 0.1rem;
   font-family: 'Poppins', sans-serif;
   color: #bfbfbf;
   text-transform: capitalize;
   font-size: 13px;
}
/* section-header */

 .shopify-section-header-sticky {
     position: sticky;
     top: 0;
}
 .shopify-section-header-hidden {
     transform: translateY(-100%);
}
 #shopify-section-header.animate {
     transition: transform 0.15s ease-out;
}
/* Main Header Layout */
   .header-wrapper {
        display: block;
     position: relative;
   }
 .header {
     display: grid;
     grid-template-areas: 'left-icon heading icons';
     grid-template-columns: auto 2fr 1fr;
     align-items: center;
     grid-template-areas: 'heading navigation icons';
     grid-template-columns: auto 1fr auto;
           position: relative;
    z-index: 9;
    background: white;
    width: 100%;
   margin-top:12px;
}
 @media screen and (min-width: 990px) {
     .header--top-left {
         grid-template-areas: 'heading icons' 'navigation navigation';
         grid-template-columns: 1fr auto;
    }
     .header--top-center {
         grid-template-areas: 'left-icon heading icons' 'navigation navigation navigation';
    }
     .header--middle-left .header__inline-menu {
         min-width: 100%;
    }
     .header:not(.header--middle-left) .header__inline-menu {
         margin-top: 1.05rem;
    }
}
 .header *[tabindex='-1']:focus {
     outline: none;
}
 .header__heading {
     margin: 0;
     line-height: 0;
     padding:10px 0;
}
 .header > .header__heading-link {
     line-height: 0;
}
 .header__heading-link {
     display: inline-block;
     padding: 0;
     text-decoration: none;
     word-break: break-word;
}
 .header__heading-link:hover .h2 {
     color: var(--color-foreground);
}
 .header__heading-link .h2 {
     line-height: 1;
     color: var(--color-foreground-75);
}
 .header__heading-logo {
    width: 110px;
    height: auto;
}
 @media screen and (min-width: 990px) {
     .header__heading-link {
         margin-left: 0;
    }
     .header__heading, .header__heading-link {
         justify-self: start;
    }
     .header--top-center .header__heading-link, .header--top-center .header__heading {
         justify-self: center;
    }
}
/* Header icons */
 .header__icon:not(.header__icon--summary), .header__icon span {
     display: inline-flex;
     align-items: center;
     justify-content: center;
}

 .header__icon::after {
     content: none;
}
 .header__icon--cart .icon {
     height: 22px;
     width: 25px;
     float: left;
     fill: #000;
}
 .header__icon--cart {
     position: relative;
}
 .cart-count-bubble{
background-color: var(--color-base-button-text);
border-radius: 50px;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
display: inline-block;
font-size: 10px;
font-weight: 500;
height: 15px;
line-height: 15px;
position: absolute;
right: -5px;
text-align: center;
top: -4px;
vertical-align: top;
width: 15px;
color: var(--color-base-accent-1);
padding: 0 3px;
margin: 0 auto;
}
 @media screen and (max-width: 989px) {
     menu-drawer ~ .header__icons .header__icon--account {
         display: none;
    }

}
/* Search */
 menu-drawer + .header__search {
     display: none;
}
 .header > .header__search {
     grid-area: left-icon;
     justify-self: start;
}
 .header:not(.header--has-menu) * > .header__search {
     display: none;
}
 .header__search {
     display: inline-flex;
     line-height: 0;
     float:left;
     margin-top:8px;
}
 @media screen and (min-width: 990px) {
     .header:not(.header--top-center) * > .header__search, .header--top-center > .header__search {
         display: inline-flex;
    }
     .header:not(.header--top-center) > .header__search, .header--top-center * > .header__search {
         display: none;
    }
}
 details[open] > .search-modal {
     opacity: 1;
     animation: animateMenuOpen var(--duration-default) ease;
}
 .no-js details[open] > .header__icon--search {
     top: 1rem;
     right: 0.5rem;
}
 .search-modal {
     opacity: 0;
     height: 100%;
     background-color: #1e1e1e;
}
 .search-modal__content {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: 100%;
     padding: 0 5rem;
     line-height: 1.8;
}
 .search-modal__form {
     width: 100%;
}
     .search-modal__close-button {
         position: initial;
         margin-left: 0.5rem;
    }
 @media screen and (min-width: 750px) {
     .search-modal__close-button {
         right: 1rem;
    }
     .search-modal__content {
         padding: 0 6rem;
    }
}
 @media screen and (min-width: 990px) {
     .search-modal__form {
         max-width: 47.8rem;
    }

}
/* Header menu drawer */
 .header__icon--menu .icon {
     width: 20px;
     height: 20px;
     fill: #000;
}
 details:not([open]) > .header__icon--menu .icon-close, details[open] > .header__icon--menu .icon-hamburger {
     visibility: hidden;
     opacity: 0;
}
 .js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
     visibility: hidden;
}
 .js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
     visibility: visible;
     opacity: 1;
}
 .header__inline-menu details[open] > .header__submenu {
     opacity: 1;
}
/* Header menu */
 .header__inline-menu {
     margin-left: 0;
     grid-area: navigation;
     display: none;
     text-align:center;
     float:none;
    max-width:100%;
}
 .header--top-center .header__inline-menu, .header--top-center .header__heading-link {
     margin-left: 0;
}
   .header__icons .account .icon.icon-caret {
	display: none;
}
 .site-nav__dropdown ul {
	
}
   .list-menu--inline > li:hover ul {
	visibility: visible;
}
 @media screen and (min-width: 990px) {
     .header__inline-menu {
         display: block;
         width: auto;
         float: left;
    }
     .header--top-center .header__inline-menu {
         justify-self: center;
    }
     .header--top-center .header__inline-menu > .list-menu--inline {
         justify-content: center;
    }
     .header--middle-left .header__inline-menu {
         margin-left: 0;
    }
   
}
 .header__menu {
     padding: 0 1rem;
}
 .header__menu-item, .hiden_menu a {
     padding: 0px 15px ;
     text-decoration: none;
     font-size: 13px;
     line-height: 20px;
     font-weight: 600;
     text-transform: uppercase;
   	 color:var(--color-base-button-text);
}
   summary .icon-caret {
	fill: #000;
}
 .header__active-menu-item {
     transition: text-decoration-thickness var(--duration-short) ease;
     text-decoration: none;
     text-underline-offset: 0.3rem;
}
 .header__menu-item:hover .header__active-menu-item {
     text-decoration-thickness: 0.2rem;
}
 .header__submenu {
     transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}
 .header__submenu.list-menu {
     padding: 30px;
}
 .header__submenu .header__submenu {
     padding: 0;
     margin: 0;
   margin-left: 15px;
    margin-bottom: 15px;
}
 .header__submenu .header__menu-item:after {
     right: 2rem;
}
 .header__submenu .header__menu-item {
padding: 0 0 10px 0;
font-weight: 500;
margin: 0;
text-transform: capitalize;
   display:block;
}
 .header__submenu .header__submenu .header__menu-item {
     font-weight: 400;
     padding: 0;
     margin-left: 0px;
   text-transform: capitalize;
   font-size:12px;
   line-height: 26px;
   letter-spacing: 0.5px;
}

 .header__menu-item.link.link--text a {
    font-size: 14px;
}
   .header__menu-item.list-menu__item a {
	border: none;
	padding: 0;
	margin: 0;
}
   .cm-compare-button .cm-compare-icon, .cm-wishlist-button .cm-wishlist-icon
  {
	color: var(--color-base-button-background-hover);
    text-transform: capitalize;
}
 .header__submenu .icon-caret {
     right: 2rem;
}
 details-disclosure > details {
     position: relative;
}
 @keyframes animateMenuOpen {
     0% {
         opacity: 0;
         transform: translateY(-1.5rem);
    }
     100% {
         opacity: 1;
         transform: translateY(0);
    }
}
 @media (max-width: 1269px) {
   .title, .title-wrapper-with-link {
	margin-bottom: 30px;
}
  .template-index .spaced-section--full-width + .spaced-section--full-width {
	margin-top: 0;
}
   .template-index .spaced-section {
	margin-top: 50px;
}
   .template-index .slideshow {
	margin-top: 0;
}
   .template-index .service-section {
	padding-top: 30px;
     margin-top: 0;
}
   .header__menu-item, .hiden_menu a {
	padding: 35px 10px;
}
   .header__icons .account .disclosure__list {
	left: auto;
	right: 20px;
}
     .page-width {
         max-width: 990px;
    }
   .cm-grid__item {
	width: 28%;
}
     .side-bar.medium-up--one-quarter {
         display: none;
    }
     .main-container.medium-up--three-quarters {
         width: 100%;
         float: left;
         padding-left: 0;
    }
}
 @media (max-width: 989px) {
     .page-width {
         max-width: 750px;
    }
   .cm-grid__item {
	width: 44%;
}
}
 @media (max-width: 749px) {
     .page-width {
         max-width: 100%;
    }
   .cm-grid__item {
	width: 100%;
	margin: 0;
     margin-bottom: 15px;
}
     header-drawer {
         margin-left: 10px;
       margin-top: 6px;
    }
}
 @media (max-width: 479px) {
   .menu-drawer-container .header__icon span {
    margin-top: 0px; 
}
   .search-modal__content {
	padding: 0 2rem;
}
/*    .template-index .title::before {
	top: 50px;
} */
   .title, .title-wrapper-with-link {
	font-size: 30px;
}
   .template-index .my-account {
	top: 148%;
}
   .my-account {
	top: 148%;
}
   .header__icons .account .disclosure__list {
	top: 60px;
}
   .grid__item.product__media-wrapper {
	width: 100%;
	padding-right: 0;
}
   .product-form__submit {
	font-size: 12px;
}
   .customer .field label, .field__label {
	font-size: 10px;
}
   .header-right{
         margin-left: 10px;
   }
     .header__icons {
         display: flex;
    }
     .header-menu {
         width: auto;
    }
     .template-index .spaced-section {
         float: left;
         width: 100%;
    }
     .spaced-section:last-child {
         float: left;
         width: 100%;
    }
     .template-index .service-section {
         margin-top: 0;
        padding-top:40px;
    }
     .template-index .slideshow {
         margin-top: 0;
    }
     .template-index .spaced-section.tm-service {
         margin-top: 0;
    }
     .collection .grid__item {
         width: 100%;
    }
      .card-information__wrapper .spr-badge-caption {
         display: none;
    } 
}

.about-template .vc_custom_heading {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    text-align: left;
    margin-bottom: 40px 
}
.unero-about {
  background-color: #fcf4ed;
  padding: 46px 50px 45px;
}
.unero-about .title {
  position:relative
  margin: 0 0 45px;
  font-size: 35px;
  font-weight: 600;
  text-align:left;
  line-height: 3.5rem;
  color: var(--main_color);
}
.unero-about .desc {
  font-size: 14px;
  color: #000;
  white-space: pre-line;
  line-height: 1.2;
  margin-bottom: 10px;
}
.unero-about .desc br {
  display: none;
}
.unero-about .link {
  text-align: right;
}
.unero-about .title:after {
 content: "";
    width: 120px;
    position: absolute;
    bottom: -14px;
    left: 1%;
    height: 1px;
    background-color: #000;
}
.unero-about .link .i-icon {
  padding-left: 7px;
}
.unero-icon-box {
  padding: 50px;
  border: 1px solid #d9d9d9;
}
.unero-icon-box .b-icon {
  font-size: 30px;
  color: var(--main_color);
  line-height: 1;
}
.unero-icon-box .b-title {
  font-size: 24px;
  font-weight: 400;
  margin: 25px 0 20px;
  line-height: 1;
  color: #000;
}
.unero-icon-box .b-content p {
  margin-bottom: 0;
}

.unero-banners-metro ul,
.unero-banners-grid ul {
  margin: 0 -5px;
  padding: 0;
}
.unero-banners-grid ul li {
  list-style: none;
  float: left;
  position: relative;
  padding: 5px;
  margin-bottom: 0;
  width: 31.4%;
}
.unero-banners-grid ul li.banner-item-long {
  width: 68.6%;
}
.unero-banners-grid ul li.banner-item-full {
  width: 100%;
}
.unero-banners-grid ul li.banner-item-half {
  width: 50%;
}
.unero-banners-grid ul li:nth-child( 2n + 1 ) {
  clear: both;
}
.split-image img,
.unero-banners-metro ul li img,
.unero-banners-grid ul li img {
  transition: 0.35s;
  opacity: 1;
}
.split-image:hover img,
.unero-banners-metro ul li:hover img,
.unero-banners-grid ul li:hover img {
  opacity: 0.7;
}
.split-image .banner-item-text,
.unero-banners-metro ul .banner-item-text,
.unero-banners-grid ul .banner-item-text {
  position: absolute;
  top: 40px;
  left: 35px;
  z-index: 2;
}
.split-image .banner-item-text h3,
.unero-banners-metro ul .banner-item-text h3,
.unero-banners-grid ul .banner-item-text h3 {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 1;
}
.split-image .banner-item-text .link,
.unero-banners-metro ul .banner-item-text .link,
.unero-banners-grid ul .banner-item-text .link {
  color: #999;
}
.split-image .banner-item-text .link:hover,
.unero-banners-metro ul .banner-item-text .link:hover,
.unero-banners-grid ul .banner-item-text .link:hover {
  color: var(--main_color);
}
.unero-banner {
  padding: 0 20px 0 35px;
}
.unero-banner .banner-content {
  position: relative;
  padding-left: 35px;
}
.unero-banner .banner-content img {
  transition: 0.35s ease-in-out;
  opacity: 1;
}
.unero-banner .banner-content:hover img {
  opacity: 0.6;
}
.unero-banner.text-align-right {
  padding-left: 20px;
  padding-right: 35px;
}
.unero-banner.text-align-right .banner-content {
  padding-right: 35px;
  padding-left: 0;
}
.unero-banner.text-align-right .text {
  left: auto;
  right: -95px;
}
.unero-banner h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0 0;
  transition: 0.5s;
}
.unero-banner:hover h2 {
  color: var(--main_color);
}
.unero-banner .text {
  color: #999;
  line-height: 1;
  letter-spacing: 0.048em;
  display: inline-block;
  position: absolute;
  left: -95px;
  top: 0;
  transform: rotate(-90deg) translateX(-50%);
  transition: 0.5s;
}
.unero-banner .text .subtitle {
  display: block;
  position: relative;
  left: 0;
}
.unero-banner.text-position-bottom .text {
  bottom: 50px;
  top: auto;
  transform: rotate(-90deg) translate(100%, -50%);
}

.split-image img,
  .unero-banners-metro ul li img,
  .unero-banners-grid ul li img {
  	height: auto!important;
    width: 100%
}
/* banner grid */
.banner-item-content.zoom-animation {overflow: hidden}
.banner-item-content.zoom-animation img{
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  backface-visibility: hidden;
}
.banner-item-content.zoom-animation:hover img{
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  backface-visibility: hidden;
}
.banner-item-content.zoom-animation{
  background: transparent;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 600px) {
  .unero-banners-metro ul,
  .unero-banners-grid ul {
    max-width: 360px;
    margin: 0 auto;
  }
  .unero-banners-metro ul li,
  .unero-banners-grid ul li {
    width: 100%;
    padding: 5px 0;
  }
  .unero-banners-grid ul li.banner-item-full,
  .unero-banners-grid ul li.banner-item-long,
  .unero-banners-grid ul li.banner-item-half {
    width: 100%;
  }
  .rt-unero .un-shop-product-cats ul {
    max-width: 360px;
    margin: 0 auto;
  }
  .rt-unero .un-shop-product-cats ul li {
    width: 100%;
    padding: 5px 0;
  }
  .rt-unero .un-shop-product-cats ul li.product-cat-long {
    width: 100%;
  }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.unero-about-image img {
    height: auto;
}

.brands-wrapper {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.brands-wrapper .item {
    float: left;
    width: 25%;
}

.brands-wrapper .item a:hover img {
  opacity:0.8;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.unero-faq_group .g-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.unero-faq_group .title {
  margin: 0 0 0 -30px;
  font-size: 16px;
  font-weight: 400;
  text-align:left;
}
.unero-faq_group .faq-item {
  margin-bottom: 40px;
}
.unero-faq_group .faq-item:after {
  display: block;
  content: "";
  clear: both;
}
.faqs-template .vc_row .wpb_content_element {
    margin-top: 40px !important;
    margin-bottom: 70px !important;
}
.unero-cta {
  text-align: center;
  font-size: 28px;
  color: #000;
}
.unero-cta a {
  position: relative;
  line-height: 1;
  display: inline-block;
}
.unero-cta a:after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
/* Custom CSS */
.left{
  text-align: left;
}
.custom-badge span.badge.badge--bottom-left {
    background: red;
    color: #fff;
    height: 25px;
    width: 40px;
}
.collection .grid li.grid__item:hover .card-information {
    transform: translateY(0px) !important;
}
.collection .card-information {
    padding: 15px 0 15px;
}
section#shopify-section-template--15665237557436__1659706322bcafde7f {
    margin-top: 0px;
}
footer.footer li.email.list-menu__item--link a, footer.footer p.footer-block-title,
section#shopify-section-template--15665237557436__16377553241b99d571 p.announcement-bar__message.h5{
    color: #fff;
}
footer.footer .list-social__link {
    padding: 1rem;
}
.footer__payment {
    margin-top: 12px;
}
footer.footer i.fa.fa-envelope {
    color: #fff !important;
}
.form-title{
     font-size: 32px;
    margin: 10px 0;
    color: #000;
    text-align: center;
    font-weight: normal!important;
}
.form-desc{
    font-size: 15px !important;
    font-weight:400;
    color: #000 !important; 
    text-align: center;
}
.prod-name {
    font-size: 32px;
}
 div#shopify-section-template--15665237557436__165995357675c16020 img {
    width: 100%;
       height: 100%;
}
div#shopify-section-template--15665237557436__165995357675c16020 .col-md-8.col-sm-8.col-xs-12, 
div#shopify-section-template--15665237557436__165995357675c16020 .col-md-4.col-sm-4.col-xs-12{
    padding-right: 0px;
  padding-left: 0px;
}

div#shopify-section-template--15665237557436__165995357675c16020 .col-md-4.col-sm-4.col-xs-12 {
  display: flex;
    justify-content: center;
    min-height: 731px;
    height: 100%;
   
}
div#shopify-section-template--15665237557436__165995357675c16020 .unero-about .desc,
div#shopify-section-template--15692024283324__1660631466fc205871 .unero-about .desc,
div#unero-about-wrapper-template--15718416842940__16614959276218f911 .unero-about .desc{
    font-size: 15px;
    /* color: #fff; */
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 10px;
}
div#shopify-section-template--15665237557436__165995357675c16020 .unero-about-wrapper a,
div#shopify-section-template--15692024283324__1660631466fc205871 .unero-about-wrapper a,
div#unero-about-wrapper-template--15718416842940__16614959276218f911 a{
    font-size: 15px;
    font-weight: 500;
  text-transformation: uppercase;
}
div#shopify-section-template--15665237557436__165995357675c16020 .row{
    margin-left: 0px;
    margin-right: 0px;
}
div#shopify-section-template--15692024283324__1660631466fc205871,
div#unero-about-wrapper-template--15718416842940__16614959276218f911{
    margin-bottom: 30px;
} 
div#shopify-section-template--15692024283324__1660631466fc205871 .col-md-8.col-sm-8.col-xs-12,
div#unero-about-wrapper-template--15718416842940__16614959276218f911 .col-md-8.col-sm-8.col-xs-12,
div#unero-about-wrapper-template--15718416842940__16614959276218f911 .col-md-4.col-sm-4.col-xs-12{
    padding-right: 0px;
}
div#unero-about-wrapper-template--15718416842940__16614959276218f911 .col-md-4.col-sm-4.col-xs-12{
   padding-left: 0px;
}
div#shopify-section-template--15692024283324__1660631466fc205871 .col-md-4.col-sm-4.col-xs-12,
div#unero-about-wrapper-template--15718416842940__16614959276218f911 .col-md-4.col-sm-4.col-xs-12{
    background: #92866C;
  display: flex;
    align-items: center;
}
div#shopify-section-template--15692024283324__1660631466fc205871 img, div#unero-about-wrapper-template--15718416842940__16614959276218f911 img {
    width: 100%;
}
div#products {
    margin: 0px;
}
section#shopify-section-template--15665237557436__1626176243e13b5a1f {
    margin-bottom: 80px;
}
@media screen (min-width:768px) and (max-width: 1024px) {
   div#shopify-section-template--15665237557436__165995357675c16020 img, div#shopify-section-template--15665237557436__165995357675c16020 .col-md-4.col-sm-4.col-xs-12,
{
       height: 420px;
} 
}
@media screen and (min-width: 1270px) {
  div#shopify-section-template--15692024283324__1660631466fc205871 img, 
  div#shopify-section-template--15692024283324__1660631466fc205871 .col-md-4.col-sm-4.col-xs-12,
  div#unero-about-wrapper-template--15718416842940__16614959276218f911 .col-md-4.col-sm-4.col-xs-12,
  div#unero-about-wrapper-template--15718416842940__16614959276218f911 img{
  height: 580px;
}
}
@media screen and (max-width: 1269px) {
 div#shopify-section-template--15692024283324__1660631466fc205871 .col-md-8.col-sm-8.col-xs-12,
  div#shopify-section-template--15692024283324__1660631466fc205871 .col-md-4.col-sm-4.col-xs-12,
  div#unero-about-wrapper-template--15718416842940__16614959276218f911 .col-md-8.col-sm-8.col-xs-12,
  div#unero-about-wrapper-template--15718416842940__16614959276218f911 .col-md-4.col-sm-4.col-xs-12{
   width: 100%;
 } 
}

@media screen (min-width:768px) and (max-width: 1024px) {
   div#shopify-section-template--15665237557436__165995357675c16020 img, div#shopify-section-template--15665237557436__165995357675c16020 .col-md-4.col-sm-4.col-xs-12,
{
       height: 420px;
} 
}
@media screen and (max-width: 900px) {
   div#shopify-section-template--15665237557436__165995357675c16020 .col-md-8.col-sm-8.col-xs-12, 
div#shopify-section-template--15665237557436__165995357675c16020 .col-md-4.col-sm-4.col-xs-12{
  width: 100%;
} 
}
@media screen and (max-width: 767px){
.unero-about .desc{
  font-size: 14px !important;
    font-weight: 400;
}
 div#shopify-section-template--15692024283324__1660631466fc205871 .col-md-4.col-sm-4.col-xs-12 .unero-about .title,
div#shopify-section-template--15665237557436__165995357675c16020 .unero-about .title{
     font-size: 28px !important;
  }
  div#shopify-section-template--15665237557436__165995357675c16020 img{
  height: a;
}
}
@media screen and (max-width: 425px){
div#shopify-section-template--15665237557436__165995357675c16020 .col-md-4.col-sm-4.col-xs-12{
  height: 350px;
}
  
  div#shopify-section-template--15665237557436__165995357675c16020 img
  {
  height: 100%;
  }
  
}
@media screen and (max-width: 425px){
   .custom-banner-div
  {
  height: 450px;
  }
  .custom-image-div
  {
    height: auto;
    width: 100%;
  }
  div#shopify-section-template--15665237557436__165995357675c16020 .col-md-4.col-sm-4.col-xs-12{
    min-height: 0px;
  }
}

section#shopify-section-template--15665237557436__1636697246d6f0cef5 .slideshow_decs{
  background-color: #92866c6e;
}
.unero-about .title:before{
  top: 86px;
}
section#shopify-section-template--15665237557436__1626176243e13b5a1f .title:before{
  top: 65px !important;
}

span.main-span img.atome-icon, .product-card__badge.price__badge-sale, .atome-widget, .apaylater-widget{
  display: none !important;
} 
section#shopify-section-template--15665237557436__1626176243e13b5a1f {
    margin-bottom: 80px;
}

div#shopify-section-template--15665237557436__165995357675c16020 .unero-about .link:before,
div#unero-about-wrapper-template--15692024283324__1660631466fc205871 .unero-about .link:before,
div#unero-about-wrapper-template--15718416842940__16614959276218f911 .unero-about .link:before{
    content: none;
}

.newsletter__subheading p, .newsletter.center h2.h1, .newsletter-form__field-wrapper{
  margin:20px 0px !important;
  color: black !important;
  text-transform: inherit;
}
button.newsletter__button.button {
    color: white;
    padding: 10px 50px;
    font-size: 18px;
}
form#contact_form {
    display: block;
}
.newsletter-form__field-wrapper {
    max-width: none !important;
}
section#shopify-section-template--15665237557436__1661337650d8bc63c7 .newsletter.center h2.h1 {
    margin: 0px !important;
}
section#shopify-section-template--15718416842940__16615056175fce8fa4 .rich-text.color-background-1 {
    background: url(/cdn/shop/files/edge.jpg?v=1662357920);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 250px;
    width: 100%;
    margin: 0px;
    max-width: 100% !important;
}
section#shopify-section-template--15718416842940__16615056175fce8fa4 .rich-text__blocks {
    width: 100%;
    text-align: left;
    margin: 0px;
}
section#shopify-section-template--15718416842940__16615056175fce8fa4 h2.h1 {
    font-family: 'Playfair Display',serif;
    color: var(--color-base-button-background-hover);
    font-weight: normal;
    font-size: 34px;
    text-transform: capitalize !important;
    width: 100%;
    letter-spacing: 0;
    line-height: 42px;
}
.shopify-email-marketing-confirmation__container {
    background: #f5f5f5;
    max-width: 75ch;
    padding: 30px;
}
.shopify-email-marketing-confirmation__container h1 {
    font-family: 'Playfair Display',serif;
    color: var(--color-base-button-background-hover);
    font-weight: 500;
    font-size: 26px;
    border-bottom: 1px solid #000d;
    padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
.shopify-email-marketing-confirmation__container {
    max-width: 1230px;
}
}
.shopify-email-marketing-confirmation__container h1 {
    visibility: hidden;
    position: relative;
}

.shopify-email-marketing-confirmation__container h1:after {
    visibility: visible;
    top: 0;
    position: absolute;
    left: 0;
    content: "We're Sad To See You Go.";
    border-bottom: 1px solid #000d;
    padding-bottom: 10px;
    width: 100%;
}
.shopify-email-marketing-confirmation__container p {
    font-size: 16px;
}
@media screen and (max-width: 400px) {
  .shopify-email-marketing-confirmation__container h1 {
     margin-bottom: 45px;
  }
}
.Header__WidgetTitle-sc-17gc7x6-2.hAYAcx, .SimpleShortener__Inner-sc-19xjxqz-1.jGxLwL div,
.Supplier__Details-sc-a7c0ny-3.fUqRgD div, .Classic__AuthorName-sc-19u56uy-4.fRPNst, .Text__Control-sc-x4hk0b-1.emmLQu,
.DateTime__Time-sc-13gi7wj-0.ePZvCP.Classic__StyledPublicationDate-sc-19u56uy-6.irHXbf, a.WriteAReviewButton__Button-sc-55ha4u-1.jSxjzZ{
    font-family: 'Playfair Display',serif;
}
a.WriteAReviewButton__Button-sc-55ha4u-1.jSxjzZ {
    border-radius: 3px;
    color: #fff !important;
}
p.blog-desc{
font-size: 16px;
    text-align: center;
    color: var(--color-base-button-text);
  margin-bottom: 60px;
}
p.blog-desc:after {
    content: "";
    background: #232323;
    display: block;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    height: 2px;
    right: 0;
    left: 0;
    bottom: auto;
    position: absolute;
    margin-top: 10px;
}
h2.title.title-wrapper-with-link.blog-title:before{
  display: none;
}
section#shopify-section-template--15665237557436__1626166765c32628fa h2.title.title-wrapper-with-link {
    margin-bottom: 0px;
}
ul#Slider-template--15665237557436__1626166765c32628fa span.blog_date {
    display: none !important;
}
span.badge.new-badge-custom {
    color: #fff;
    background: #92866c;
    height: 25px;
    width: 80px;
}
.coll-badge {
    color: #fff !important;
    background: #92866c;
    width: auto !important;
    height: 25px !important;
    left: auto !important;
    padding: 0px 10px;
}
.show_sold-out_badges {
    background: #92866c;
    color: #fff !important;
    width: 80px !important;
    height: 25px !important;
}
ul.badge-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
	position: absolute;
    top: 0;
    right: 15px;
}
.badge-list li {
    margin: 0px 10px;
}
.card__inner {
    position: relative;
}
#product-grid li.grid__item.item {
    margin-bottom: 15px;
}
span.badge.show_sold-out_badges {
    background: #dadada;
}
div#eapps-google-reviews-91e1293a-d8d4-41bb-b56d-aa5159e72427 a {
    display: none;
}
div#shopify-section-template--15665237754044__faqs-template .faq-item h3.title {
    line-height: 26px;
}
section#shopify-section-template--15905235796156__217211c8-3016-4322-a371-78e8bb5948e6 .rating.reviews {
    display: none;
}
ul#header-nav li:nth-of-type(7) span {
    color: #grey !important;
}
/* ul#header-nav li:nth-of-type(8) span{
  color: red !important;
} */
section#shopify-section-template--15665237557436__030d92d0-5b10-44c4-8ac0-a588ed7f34eb {
    width: 100%;
    overflow-x: hidden;
}
@media only screen and (max-width: 425px)  {
div#shopify-section-template--15905235927228__product-grid {
    margin-top: 30%;
    padding-top: 30px;
}
.modal-content{
  width:90% !important;
  margin:0 auto;
  display:block;
  }
  .newsletter__subheading.rte{
    width:100% !important;
  }
}
.quantity {
    width: 13rem;
}
@media (max-width: 479px){
.collection .grid--2-col .grid__item {
    width: 50% !IMPORTANT;
}

/* span.price-item.price-item--sale {
    color: #AA765F!important;
} */
 span.card-information__text.h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
.fRRgga, .WidgetTitle__Header-sc-ruy1gu-2 {
    font-family: 'Playfair Display',serif;
    font-weight:normal!important;
}
body.template-index{
  overflow-x: hidden;
}
body {
    overflow-x:hidden;
}
p.tag-desc {
    font-size: 14px;
    color: #000;
}
/*17-05-23  */
.template-product .tab-container table td{
  width:100% !important;
}
@media screen and (max-width: 480px) {
.template-product .tab-container table td strong {
    font-size: 10px;
}
.template-product .tabs li {
    display: block;
  }
  .template-product .tab-container{
    padding:10px !important;
  }
 .template-product table:not([class]) td, table:not([class]) th{
   padding:5px !important; 
  }
}
.template-product .product-single__description #tab-1 table td:nth-child(2){
  vertical-align: top;
}
.template-product .product-single__description #tab-1 table td:nth-child(2) p{
    margin: 0px;
}


/* globo css */
.swatches-globo--list {
  padding-top: 12px;
/*   margin-top: 20% !important; */
}

.gsw-swatch-installed .card-wrapper .card-information__text,
.gsw-swatch-installed .card-wrapper .price {
  float: none;
}

.swatches-globo--list .swatches-globo {
  margin-bottom: 0px !important;
}
@media screen and (max-width:860px){
.flex-viewport ul.slides li {
    overflow: hidden;
}
li {
    overflow: hidden;
}
}
/*  ul#header-nav li :nth-child(9) a span {
    color: red !important;
}  */

#header-nav li:nth-child(9) a.header__menu-item span {
    color: red;
}
.center{
  text-align: center;
}

@media screen and (min-width: 1069px) {
  #shopify-section-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 img.vc_single_image-img.attachment-full {
    height: 600px !important;
    width: 100%;
      object-fit:cover;
  }
 #shopify-section-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 .unero-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 600px;
  }
}

@media screen and (max-width:1268px) and (min-width:1031px){
  #shopify-section-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 .unero-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 590px;
}
}
@media screen and(max-width:1030px) and (min-width:1024px){
  #shopify-section-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 .unero-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 590px;
}
}
@media screen and(max-width:1023px) and (min-width:989px){
  #shopify-section-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 .unero-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 590px;
}
  #shopify-section-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 .unero-about-image img {
    height: auto;
    width: 100%;
}
}
@media screen and (max-width:1068px){
  #shopify-section-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 img.vc_single_image-img.attachment-full {
    width: 100% !important;
}
  #shopify-section-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 .col-md-8.col-sm-8.col-xs-12 {
    /* padding-right: 0; */
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: -10px;
}
  #shopify-section-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 .col-md-4.col-sm-4.col-xs-12 {
    padding: 0;
    width: 100%;
}
}
/* ul#header-nav li:nth-of-type(8) span {
    color: black !important;
} */
.horizontal-mega-menu ul.mm-submenu.tree li {
    padding: 8px 20px !important;
}
a.guide-content, a.delivery-content {
    border-bottom: 1px solid #92866c;
    color: #92866c;
    font-size: 12px;
}
 .accordion__content.rte h6, .accordion__content.rte span {
    font-size: 12px;
    font-weight: 400;
    color: #868686;
}
.accordion__content.rte a {
   border-bottom: 1px solid #92866c;
   color: #92866c;
   font-size: 12px;
}

/* a {
    text-decoration: none;
    color: #fff;
} */
div#TopColumnContent {
    display: none;
}
.main-container {
    margin-top: 0px;
}

.bleKxK .nav-style-1, .dGWMGk .nav-style-1, .dTvezv .nav-style-1, .iSEsQb .nav-style-1, .kgaMdx .nav-style-1 {
    border-radius: 50%;
    background: rgb(146 134 108 / 90%) !important;
}
/* .bleKxK .pf-slider-next, .bleKxK .pf-slider-prev, .dGWMGk .pf-slider-next, .dGWMGk .pf-slider-prev, .dTvezv .pf-slider-next, .dTvezv .pf-slider-prev, .eJscGj .pf-slider-next, .eJscGj .pf-slider-prev, .iSEsQb .pf-slider-next, .iSEsQb .pf-slider-prev, .kgaMdx .pf-slider-next, .kgaMdx .pf-slider-prev {
  top:calc(50% - 138px) !important;
} */


/* Promotion
*/
#shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236{
  margin-top:50px;
}
#shopify-section-template--16228539826364__7acb05bb-8b81-4363-bdcf-2694d9b2b2d5 .rich-text {
    margin-top: 5%;
}

@media screen and (min-width: 1270px){
#shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .unero-about-wrapper .row .col-md-4.col-sm-4.col-xs-12 {
    height: auto;
  }
  #shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .unero-about-wrapper .row .col-md-8.col-sm-8.col-xs-12  .custom-banner-div .unero-about-image img {
    height: 600px !important;
    width:100% ;
}
  #shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .unero-about-wrapper .row .col-md-4.col-sm-4.col-xs-12 .unero-about-wrapper .unero-about-image img{
    height:600px;
  }
}
#shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .unero-about-wrapper .row .col-md-8.col-sm-8.col-xs-12, #shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .unero-about-wrapper .row .col-md-4.col-sm-4.col-xs-12{
  padding: 0px;
}


/* bundle up */
#shopify-section-template--16268187566268__main{
  margin-top:50px;
}
#shopify-section-template--16228539826364__7acb05bb-8b81-4363-bdcf-2694d9b2b2d5 .rich-text {
    margin-top: 5%;
}

@media screen and (min-width: 1270px){
#shopify-section-template--16268187566268__6acffae7-4519-4687-bc36-ccfc8c1f912c .unero-about-wrapper .row .col-md-4.col-sm-4.col-xs-12 {
    height: auto;
  }
  #shopify-section-template--16268187566268__6acffae7-4519-4687-bc36-ccfc8c1f912c .unero-about-wrapper .row .col-md-8.col-sm-8.col-xs-12  .custom-banner-div .unero-about-image img {
    height: 600px !important;
    width:100% ;
}
  #shopify-section-template--16268187566268__6acffae7-4519-4687-bc36-ccfc8c1f912c .unero-about-wrapper .row .col-md-4.col-sm-4.col-xs-12 .unero-about-wrapper .unero-about-image img{
    height:600px;
  }
}
#shopify-section-template--16268187566268__6acffae7-4519-4687-bc36-ccfc8c1f912c .unero-about-wrapper .row .col-md-8.col-sm-8.col-xs-12, #shopify-section-template--16268187566268__6acffae7-4519-4687-bc36-ccfc8c1f912c .unero-about-wrapper .row .col-md-4.col-sm-4.col-xs-12{
  padding: 0px;
}
#unero-about-wrapper-template--16268187566268__6acffae7-4519-4687-bc36-ccfc8c1f912c .row .col-md-8 .custom-image-div a img{
  width: 100% !important;
  object-fit: cover;
}
#unero-about-wrapper-template--16268187566268__6acffae7-4519-4687-bc36-ccfc8c1f912c .row .col-md-4 .custom-image-div a img{
  width: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 425px){
#unero-about-wrapper-template--16268187566268__6acffae7-4519-4687-bc36-ccfc8c1f912c .row .col-md-4 .custom-image-div {
    height: auto !important;
    width: 100%;
 }
}

/* end bundle up */
#shopify-section-template--16228539826364__0e869679-2457-4158-8f25-b5dbd1419b10 .page-width-desktop .slider-mobile-gutter ul li span .card-wrapper .card-information .product-hover-info .product-hover,#shopify-section-template--16228539826364__9140609e-557f-4351-a740-39f7b9b65bc4 .page-width-desktop .slider-mobile-gutter ul li span .card-wrapper .card-information .product-hover-info .product-hover{
  opacity:0;
}


.slider-buttons {
    position: absolute;
    z-index: 9;
    opacity: 1;
} 
.slider-buttons .slider-button.slider-button--prev {
    left: -20.5px;
     top:calc(50% + 180px);
    position: absolute;
    z-index:1;
}
.slider-buttons .slider-button.slider-button--next {
    right: 0px;
     top:calc(50% + 180px);
    position: absolute;
    z-index:1;
}
#shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .unero-about-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
      display:flex;
}
.unero-about .desc {
    font-size: 16px;
    color: #fff;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media screen and (max-width: 425px){
  #unero-about-wrapper-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .row .col-md-8 .custom-image-div {
    height: auto !important;
    width: 100%;
  }
  #unero-about-wrapper-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .row .col-md-4 .custom-image-div {
    height: auto !important;
    width: 100%;
  }
}

@media screen and (min-width:320px) and (max-width: 1200px){
  #shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .unero-about-wrapper .row .col-md-4.col-sm-4.col-xs-12{
    width:100%;
    
  }
  #shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .unero-about-wrapper .row .col-md-8.col-sm-8.col-xs-12{
    width:100%;
    
  }
}
@media screen and (min-width: 776px)
{
  .slider-buttons .slider-button.slider-button--prev {
    left: -4%;
     top:0;
    position: absolute;
    z-index:1;
}
.slider-buttons .slider-button.slider-button--next {
    right:-4%;
     top:0;
    position: absolute;
    z-index:1;
  }

}
/* this */
#pf-bd59 .jOnDqB .pf-slider-next, .jOnDqB:hover .nav-style-3:not(.disabled).pf-slider-next, .kPxaVk:hover .nav-style-3:not(.disabled).pf-slider-next, .kgaMdx .pf-slider-next, .kgaMdx:hover .nav-style-3:not(.disabled).pf-slider-next {
    right: 20px !important;
  }
#pf-bd59 .dTvezv:hover .nav-style-3:not(.disabled).pf-slider-prev, .eJscGj:hover .nav-style-3:not(.disabled).pf-slider-prev, .iSEsQb:hover .nav-style-3:not(.disabled).pf-slider-prev, .jOnDqB:hover .nav-style-3:not(.disabled).pf-slider-prev, .kPxaVk:hover .nav-style-3:not(.disabled).pf-slider-prev, .kgaMdx:hover .nav-style-3:not(.disabled).pf-slider-prev {
    left: 20px !important;
  }


#pf-bd59 .dGWMGk .nav-style-3:after, .dGWMGk .nav-style-3:before, .dTvezv .nav-style-3:after, .dTvezv .nav-style-3:before, .eJscGj .nav-style-3:after, .eJscGj .nav-style-3:before, .iSEsQb .nav-style-3:after, .iSEsQb .nav-style-3:before, .jOnDqB .nav-style-3:after, .jOnDqB .nav-style-3:before, .kgaMdx .nav-style-3:after, .kgaMdx .nav-style-3:before {
    width: 2px !important;
    height: 18px !important;
    box-shadow: 0 0 3px #fff !important;
}
#pf-bd59 .dGWMGk .nav-style-1:after, .dGWMGk .nav-style-3:after, .dTvezv .nav-style-1:after, .dTvezv .nav-style-3:after, .eJscGj .nav-style-1:after, .eJscGj .nav-style-3:after, .iSEsQb .nav-style-1:after, .iSEsQb .nav-style-3:after, .jOnDqB .nav-style-1:after, .jOnDqB .nav-style-3:after, .kgaMdx .nav-style-1:after, .kgaMdx .nav-style-3:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px !important;
}
#pf-bd59 .dGWMGk .nav-style-1:before, .dGWMGk .nav-style-3:before, .dTvezv .nav-style-1:before, .dTvezv .nav-style-3:before, .eJscGj .nav-style-1:before, .eJscGj .nav-style-3:before, .iSEsQb .nav-style-1:before, .iSEsQb .nav-style-3:before, .jOnDqB .nav-style-1:before, .jOnDqB .nav-style-3:before, .kgaMdx .nav-style-1:before, .kgaMdx .nav-style-3:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px !important ;
}
#pf-bd59 .dGWMGk .pf-slider-next:after, .dGWMGk .pf-slider-next:before, .dGWMGk .pf-slider-prev:after, .dGWMGk .pf-slider-prev:before, .dTvezv .pf-slider-next:after, .dTvezv .pf-slider-next:before, .dTvezv .pf-slider-prev:after, .dTvezv .pf-slider-prev:before, .eJscGj .pf-slider-next:after, .eJscGj .pf-slider-next:before, .eJscGj .pf-slider-prev:after, .eJscGj .pf-slider-prev:before, .iSEsQb .pf-slider-next:after, .iSEsQb .pf-slider-next:before, .iSEsQb .pf-slider-prev:after, .iSEsQb .pf-slider-prev:before, .jOnDqB .pf-slider-next:after, .jOnDqB .pf-slider-next:before, .jOnDqB .pf-slider-prev:after, .jOnDqB .pf-slider-prev:before, .kgaMdx .pf-slider-next:after, .kgaMdx .pf-slider-next:before, .kgaMdx .pf-slider-prev:after, .kgaMdx .pf-slider-prev:before {
    content: '';
    position: absolute;
    background: #92866c !important;
}
.sc-lkgTHX.jrzygT.pf-60_ .sc-fmBCVi.iwpzju .pf-61_ .pf-c .sc-fXEqDS.hwCMhq.pf-62_ .sc-kfPuZi .pf-c .sc-fXEqDS .sc-ksdxgE .pf-slider .pf-slider-prev:before{
  background: #fff !important;
}
.sc-lkgTHX.jrzygT.pf-60_ .sc-fmBCVi.iwpzju .pf-61_ .pf-c .sc-fXEqDS.hwCMhq.pf-62_ .sc-kfPuZi .pf-c .sc-fXEqDS .sc-ksdxgE .pf-slider .pf-slider-prev:after{
  background: #fff !important;
}
.sc-lkgTHX.jrzygT.pf-60_ .sc-fmBCVi.iwpzju .pf-61_ .pf-c .sc-fXEqDS.hwCMhq.pf-62_ .sc-kfPuZi .pf-c .sc-fXEqDS .sc-ksdxgE .pf-slider .pf-slider-next:before{
  background: #fff !important;
}
.sc-lkgTHX.jrzygT.pf-60_ .sc-fmBCVi.iwpzju .pf-61_ .pf-c .sc-fXEqDS.hwCMhq.pf-62_ .sc-kfPuZi .pf-c .sc-fXEqDS .sc-ksdxgE .pf-slider .pf-slider-next:after{
  background: #fff !important;
}
.sc-lkgTHX.jrzygT.pf-195_ .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-196_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-ksdxgE.SZLcV.pf-273_ .nav-style-3:before{
      height: 17px !important;
}
.sc-lkgTHX.jrzygT.pf-195_ .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-196_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-ksdxgE.SZLcV.pf-273_ .nav-style-3:after{
      height: 17px!important;
      top:7px !important;
}
.sc-lkgTHX.jrzygT.pf-195_ .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-196_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-ksdxgE.SZLcV.pf-273_ .pf-slider-prev:before{
      background:#92866c !important; 
}
.sc-lkgTHX.jrzygT.pf-195_ .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-196_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-ksdxgE.SZLcV.pf-273_ .pf-slider-prev:after{
      background:#92866c !important;
}
.sc-lkgTHX.jrzygT.pf-195_ .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-196_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-ksdxgE.SZLcV.pf-273_ .pf-slider-next:before{
      background:#92866c !important;
}
.sc-lkgTHX.jrzygT.pf-195_ .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-196_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-ksdxgE.SZLcV.pf-273_ .pf-slider-next:after{
      background:#92866c !important;
}
.sc-lkgTHX.jrzygT.pf-195_ .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-196_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-ksdxgE.SZLcV.pf-273_ .pf-slider-next{
  right:0px;
}
.sc-lkgTHX.jrzygT.pf-195_ .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-196_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-ksdxgE.SZLcV.pf-273_ .pf-slider-prev{
  left:0px;
}



.sc-lkgTHX.jrzygT.pf-196_  .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-197_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-fXEqDS.hwCMhq.pf-198_ .sc-ksdxgE.cZLovM.pf-224_ .pf-slider .pf-slider-prev:before{
  background:#92866c !important;
}
.sc-lkgTHX.jrzygT.pf-196_  .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-197_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-fXEqDS.hwCMhq.pf-198_ .sc-ksdxgE.cZLovM.pf-224_ .pf-slider .pf-slider-prev:after{
  background:#92866c !important;
}
.sc-lkgTHX.jrzygT.pf-196_  .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-197_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-fXEqDS.hwCMhq.pf-198_ .sc-ksdxgE.cZLovM.pf-224_ .pf-slider .pf-slider-next:before{
  background:#92866c !important;
}
.sc-lkgTHX.jrzygT.pf-196_  .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-197_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-fXEqDS.hwCMhq.pf-198_ .sc-ksdxgE.cZLovM.pf-224_ .pf-slider .pf-slider-next:after{
  background:#92866c !important;
}
.sc-lkgTHX.jrzygT.pf-196_ .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-197_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-fXEqDS.hwCMhq.pf-198_ .sc-ksdxgE.cZLovM.pf-224_ .pf-slider  .nav-style-3:before{
      height: 16px !important;
}
.sc-lkgTHX.jrzygT.pf-196_  .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-197_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-fXEqDS.hwCMhq.pf-198_ .sc-ksdxgE.cZLovM.pf-224_ .pf-slider  .nav-style-3:after{
      height:16px !important;
      top:8px !important; 
}
.sc-lkgTHX.jrzygT.pf-196_  .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-197_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-fXEqDS.hwCMhq.pf-198_ .sc-ksdxgE.cZLovM.pf-224_ .pf-slider  .nav-style-3{
  opacity:1 !important;
  visibility:visible !important;
}

#unero-about-wrapper-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .row .col-md-8 .custom-image-div  a img{
    width: 100% !important;
    object-fit:cover;
  }
  #unero-about-wrapper-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .row .col-md-4 .custom-image-div  a img{
    width: 100% !important;
      object-fit:cover;
  }
@media screen and (max-width: 767px){
 #pf-bd59  .jOnDqB .pf-slider-next, .jOnDqB:hover .nav-style-3:not(.disabled).pf-slider-next, .kPxaVk:hover .nav-style-3:not(.disabled).pf-slider-next, .kgaMdx .pf-slider-next, .kgaMdx:hover .nav-style-3:not(.disabled).pf-slider-next {
    right: -8px !important;
  }
#pf-bd59 .dTvezv:hover .nav-style-3:not(.disabled).pf-slider-prev, .eJscGj:hover .nav-style-3:not(.disabled).pf-slider-prev, .iSEsQb:hover .nav-style-3:not(.disabled).pf-slider-prev, .jOnDqB:hover .nav-style-3:not(.disabled).pf-slider-prev, .kPxaVk:hover .nav-style-3:not(.disabled).pf-slider-prev, .kgaMdx:hover .nav-style-3:not(.disabled).pf-slider-prev {
    left: -7px !important;
  }
  .eJscGj .pf-slider-next, .eJscGj:hover .nav-style-3:not(.disabled).pf-slider-next{
    right: 0px !important;
  }
  .iSEsQb .pf-slider-next, .iSEsQb:hover .nav-style-3:not(.disabled).pf-slider-next{
        right: -4px !important;
  }
}


@media screen and (min-width:320px) and (max-width: 768px){
.sc-lkgTHX.jrzygT.pf-196_  .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-197_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-fXEqDS.hwCMhq.pf-198_ .sc-ksdxgE.cZLovM.pf-224_ .pf-slider .pf-slider-prev.nav-style-3{
      display: none;
  }
.sc-lkgTHX.jrzygT.pf-196_  .sc-fmBCVi.iwpzju .sc-kfPuZi.ihOOoE.pf-197_.pf-r.pf-c-cm.pf-r-eh .pf-c .sc-fXEqDS.hwCMhq.pf-198_ .sc-ksdxgE.cZLovM.pf-224_ .pf-slider .pf-slider-next.nav-style-3{
      display: none;
  }
  
}

@media screen and (max-width: 1024px){
  #shopify-section-template--16228539826364__e785d465-c38a-4edd-a41d-af614e0a3236 .unero-about-wrapper .row {
    flex-direction:column;
  }
   
}
#shopify-section-template--{{ section.id }}_main{
  margin-top: 70px;
}
#unero-about-wrapper-template--15665237655740__1646635582cc5034b6{
  margin-top:40px;
}




/* section paddings */
#unero-about-wrapper-template--15665237655740__1646635582cc5034b6{
  margin-top:40px;
}
#shopify-section-template--15665237721276__1662352612bdff8085{
  margin-top:40px;
}
#shopify-section-template--15665237754044__faqs-template{
  padding-top:40px !important;
  margin-top:70px;
}
#shopify-section-template--15665237786812__main{
  margin-top:70px;
}
#shopify-section-template--15702278013116__1660921952476deb04{
  margin-top:70px;
}
#shopify-section-template--15701327839420__1660921952476deb04{
  margin-top:70px;
}
#shopify-section-template--15702267035836__1660921952476deb04{
  margin-top:70px;
}
#shopify-section-template--15665237196988__product-grid{
  margin-top:30px;
}
 /* megamenu */
  span.mm-title {
    color: #92866c !important;
}

.locale-selectors__content {
    display: flex;
     width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.locale-selectors__selector{
  width:100% !important;
}
#shopify-section-template--15692024283324__8c7eaf25-dc3c-4144-8fad-0c3cd89fd69f  .title{
  margin-bottom:0px;
  padding-top: 24px;

}
.horizontal-mega-menu ul.mm-submenu.simple[columns="2"]>li:nth-child(2){
  display: flex !important;
    align-items: center;
}

.locale-selectors__content {
    max-width: 100% !important;
    margin: 0 auto !important;
}
#shopify-block-4571859552318407796 .locale-selectors__selector {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #f4f4f4 !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjUiPjxwYXRoIGZpbGw9IiM2NjYiIGQ9Ik0wIDBzMy40IDQuNCAzLjUgNC40QzMuNyA0LjQgNy4xIDAgNy4xIDBIMHoiLz48L3N2Zz4=") !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    border-radius: 2px !important;
    border: 0 !important;
    color: #333 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 16px !important;
    height: auto !important;
    line-height: 1.375 !important;
    margin: 0.3em !important;
    max-width: 100% !important;
    min-height: unset !important;
    min-width: unset !important;
    padding: 0.3em 28px 0.3em 0.5em !important;
    text-indent: 0.01px !important;
    text-overflow: '' !important;
    vertical-align: baseline !important;
    width: 100% !important;
    margin: 0 !important;
}
#unero-about-wrapper-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 .row .col-md-8,#unero-about-wrapper-template--16097452490940__1c069ce3-146b-4419-b43e-ffbe08bd8ee5 .row .col-md-4{
  padding:0px
}
 @media screen and (max-width:767px) {
.tab-container tr {
    display: flex !important;
    flex-direction: column !important;
}
   div#tab-1 img {
    width: 100% !important;
    height: 100% !important;
}
  }
#shopify-section-template--15665237557436__16377553241b99d571{
  margin-top:60px;
}


.secondary_header {
    width: 100%;
    position: absolute;
    z-index: 99;
    align-items:center;
  padding: 0px 40px;
    height:23px;
    display: none;
    top:-14px;
    background:#92866c;
    /* background: #F2F2F2; */
}
 @media screen and (min-width: 990px) {
     .large-up-hide {
         display: none !important;
    }
 
   /* secondary header */
.secondary_header {
    display: flex;
    justify-content: flex-end;
}
 }

#secondary_nav .header__menu-item.list-menu__item a{
  color:#fff;
  /* color:#92866c; */
 
}
/* .flickity-viewport{
  height:33px !important;
}
@media screen and (max-width: 563px) {
.flickity-viewport{
  height:40px !important;
}
} */
@media screen and (min-width: 375px) and (max-width: 990px){
 

.mm-image-container .mm-image {
    width: 405px !important;
}
}
.item_remove_btn {
    color: black !important;
}



 .fKlguC .nav-style-3:before {
  width: 1px;
  height: 16px !important;
  box-shadow: 0 0 3px #000;
}
.fKlguC .nav-style-3:after {
  width: 1px;
  height: 16px !important;
  box-shadow: 0 0 3px #000;
}
.fKlguC .nav-style-3:after {
  transform: rotate(-45deg);
  top: 9px !important;
}
 .dUUmQe .nav-style-3:after {
   
    height: 16px !important;
}
.dUUmQe .nav-style-3:before
{
   height: 16px !important;
}
.dUUmQe .nav-style-3:after {
   
    top: 9px !important; 
}
.dUUmQe .nav-style-1 {
  background:#92866c !important;
}

.dUUmQe .pf-slider-prev {
  top: calc(50% - 50px) !important;
}
.dUUmQe .pf-slider-next {
  top: calc(50% - 50px) !important;
}
.ArrowControl__ArrowControlContainer-sc-ps7sz3-0.jeSnNy {
    background: transparent !important;
    box-shadow: none !important;
}
.fEZcxc svg path {
    fill: #92866c;
}