/** Shopify CDN: Minification failed

Line 1300:32 Expected ":"

**/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'BentonSansRegular';
    src: url(./bentonsans-condensed-regular.otf);
}

@font-face {
    font-family: 'Beausite Fit Trial';
    src: url(./beausitefit-medium.otf);
}

@font-face {
    font-family: 'Beausite Fit Trial';
    src: url(./BentonSans_Book.otf);
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('/cdn/shop/files/AktivGrotesk-Regular.woff2?v=1659600977'),
        url('/cdn/shop/files/AktivGrotesk-Regular.woff?v=1659600960');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'BentonSans-Bold';
    src: url('./BentonSans-Bold.ttf');
        
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans-Medium';
    src: url('./BentonSans-Medium.ttf'); 
   
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'BentonSans-Regular';
    src: url('./BentonSans-Regular.ttf');
   
      
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans-Book';
    src: url('./BentonSans-Book.ttf');
   
   
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'BentonSans-Bold';
    src: url('./BentonSans-Bold.eot');
    src: url('./BentonSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('./BentonSans-Bold.woff2') format('woff2'),
        url('./BentonSans-Bold.woff') format('woff'),
        url('./BentonSans-Bold.ttf') format('truetype'),
    
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans-Medium';
    src: url('./BentonSans-Medium.eot');
    src: url('./BentonSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('./BentonSans-Medium.woff2') format('woff2'),
        url('./BentonSans-Medium.woff') format('woff'),
        url('./BentonSans-Medium.ttf') format('truetype'),
        
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans-Book';
    src: url('./BentonSans-Book.eot');
    src: url('./BentonSans-Book.eot?#iefix') format('embedded-opentype'),
        url('./BentonSans-Book.woff2') format('woff2'),
        url('./BentonSans-Book.woff') format('woff'),
        url('./BentonSans-Book.ttf') format('truetype'),
   
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans-Regular';
    src: url('./BentonSans-Regular.eot');
    src: url('./BentonSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./BentonSans-Regular.woff2') format('woff2'),
        url('./BentonSans-Regular.woff') format('woff'),
        url('./BentonSans-Regular.ttf') format('truetype'),
      
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */





.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
/*     width: 1158px; */
  width:1250px;
    max-width: 90%;
}

.section-banner {
    position: relative;
    height: calc(100vh - 100px);
}

.section-banner>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

body {
    font-family: 'BentonSans-Regular';
    color: #000;
}

header {
    background: #212721;
/*     padding: 15px 0;
    padding-top: 0; */
  padding: 20px 0;
  
}


.link-user-header {
    display: inline-block;
    margin-right: 15px;
}

.link-store-header {
    display: inline-block;
    position: relative;
}

.link-header {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
    margin: 0 19px;
    font-family: 'Beausite Fit Trial';
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.links-header {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.box-logo-header {
    position: relative;
    z-index: 2;
}

.box-right-header {
    position: relative;
    z-index: 2;
}

.swiper {
    position: relative;
    overflow: hidden;
}

.section-banner>.container {
    position: relative;
    height: calc(100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.title-section-banner {
    font-size: 40px;
    width: 517px;
    text-transform: uppercase;
    font-family: 'Beausite Fit Trial';
    margin-bottom: 8px;
    color: #000;
}

.box-text-section-banner p {
    font-family: 'BentonSansRegular';
    font-size: 22px;
    margin-bottom: 0;
}

.swiper-section-banner .btn-design1{
    margin-top: 32px;
}

.btn-design1,button.Form__Submit {
    /*padding: 14px 75px;*/
  	padding: 14px 53px;
    line-height: 24px;
    background: #000;
    font-size: 18px;
    color: #ffff !important;
    border: 2px solid #D0B787;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Beausite Fit Trial';
    width: 260px;
    max-width: 100%;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
}

.btn-design1:hover {
    background: #D0B787;
    border: 2px solid #000000;
    color: #000 !important;
}

.content-section-custom1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.content-section-custom1-left {
    width: 47.18%;
}

.content-section-custom1-right {
    width: 52.82%;
    padding-left: 95px;
    padding-right: 25px;
}

.title1 {
    font-family: 'Beausite Fit Trial';
    line-height: 40px;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #000;
}

.link-design1 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000 !important;
    padding-bottom: 4px;
    font-family: 'Beausite Fit Trial';
    text-decoration: none !important;
    display: inline-block;
}

.link-design1:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #d0b787;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.link-design1:hover:after {
    width: 100%;
}

.title-custom1 {
    font-family: 'Beausite Fit Trial';
    color: #D0B787;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.section-title-custom1 {
    padding: 60px 0;
    background: #000;
}

.section-custom1 {
    padding: 100px 0 120px 0;
}

.items-section-custom1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 23px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 36px;
    border-top: 1px solid #F3F3F3;
    width: 365px;
    margin: auto;
}

.img-item-section-custom1 {
    height: 66px;
    display: block;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 60px;
}

.title-item-section-custom1 {
    font-size: 14px;
    line-height: 24px;
    color: #7C7C7C;
    margin: 0;
}

.box-text-section-custom1 {
    margin-bottom: 47px;
}

.title-item-footer-section-custom1 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #828282;
    margin: 0;
}

.items-footer-section-custom1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.item-footer-section-custom1 {
    margin: 0 19px;
    width: 112px;
}

.img-content-section-custom1 {
    width: 100%;
    max-width: 100%;
}

.section-custom1-2 .content-section-custom1-right {
    text-align: center;
    padding-left: 85px;
    padding-right: 75px;
}

.box-text2-section-custom1 p {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    font-family: 'Beausite Fit Trial';
    text-transform: uppercase;
}

.section-custom1-2 .content-section-custom1-right .box-text-section-custom1 {
    margin-bottom: 30px;
}

.item-section-custom1 .box-text-section-custom1 p {
    font-size: 12px;
    line-height: 16px;
    color: #7C7C7C;
    letter-spacing: 0.03em;
    margin: 0;
}

.item-section-custom1 .box-text-section-custom1 {
    margin: 0 !important;
}

.section-custom1-2 .content-section-custom1-right .btn-design1 {
    width: 100%;
    margin-bottom: 32px;
    width: 430px;
    max-width: 100%;
}

.section-benefits {
    background: #101010;
    margin-bottom: 144px;
    padding-top: 96px;
}

.items-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
}

.item-benefits {
    padding: 0 25px;
    width: 25%;
    text-align: center;
    color: #fff;
}

.img-item-benefits {
    margin-bottom: 29px;
    width: 96px;
}

.title-item-benefits {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Beausite Fit Trial';
    text-transform: uppercase;
}

.box-text-item-benefits p {
    font-size: 16px;
    line-height: 24px;
  	color:#fff;
}

.box-img-section-benefits:after {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 200px;
    background: #fff;
    content: "";
}

.box-img-section-benefits {
    position: relative;
    padding-top: 40px;
}

.box-img-section-benefits>.container {
    position: relative;
    z-index: 2;
}

.section-family-line-up .title1 {
    text-align: center;
    margin: 0;
}

.box-text-family-line-up p {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}

.img-item-family-line-up {
    max-width: 100%;
    border-radius: 3px;
}

.show-mobile {
    display: none;
}

.box-img-family-line-up {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.box-img-family-line-up .btn-design1 {
    position: absolute;
    left: 20px;
    bottom: 16px;
    right: 20px;
    text-align: center;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
    width: calc(100% - 40px);
}

.title-family-line-up {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Beausite Fit Trial';
    text-transform: uppercase;
}

.box-text-family-line-up-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.item-family-line-up .box-text-family-line-up p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-right: 25px;
}

.swiper-family-line-up .swiper-button-prev,
.swiper-family-line-up .swiper-button-next {
    display: none;
}

.swiper-family-line-up {
    padding-top: 52px;
}

.section-family-line-up {
    padding-bottom: 96px;
}

.item-family-line-up:hover {}

.item-family-line-up:hover .btn-design1 {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.content-section-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.swiper-results .swiper-slide .item-swiper-results {
    padding: 0 8px;
    width: 50%;
    position: relative;
}

.swiper-results .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-section-results-left {
    width: 384px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 384px;
            flex: 0 0 384px;
}

.content-section-results-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% - 384px);
    padding-left: 88px;
}

.img-item-swiper-results {
    width: 100%;
    border-radius: 5px;
}

.text-item-swiper-results {
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'Beausite Fit Trial';
    display: inline-block;
    position: absolute;
    left: 16px;
    bottom: 8px;
    margin: 0;
    background: #fff;
    padding: 4px 10px 2px 10px;
    border-radius: 3px;
}

.swiper-results .swiper-button-prev,
.swiper-results .swiper-button-next {
    position: initial;
    width: 40px;
    background: #D0B787;
    border-radius: 100px;
    height: 40px;
    color: #fff;
    margin: 0;
    margin-top: 32px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.swiper-results .swiper-button-prev:after,
.swiper-results .swiper-button-next:after {
    font-size: 20px;
    color: #000;
}

.section-results {
    background: #000;
    padding: 120px 0 88px;
}

.swiper-results .swiper-button-prev:after {
    margin-right: 3px;
}

.swiper-results .swiper-button-next:after {
    margin-left: 3px;
}

.swiper-results .swiper-button-next {
    margin-left: 27px;
}

.section-results .title1 {
    color: #fff;
}

.section-results .box-text-section-results p {
    color: #fff;
    width: 235px;
}

.marquee {
    width: 100%;
}

.marquee__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.marquee__item {
    height: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 10px;
}

.marquee__item--blue {
    background: blue;
}

.marquee__item--cyan {
    background: cyan;
}

.marquee__item--violet {
    background: violet;
}

.marquee__track-custom1 span {
    display: block;
    white-space: nowrap;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Beausite Fit Trial';
    text-transform: uppercase;
    color: #fff
}

.marquee__track-custom1 span:after {
    white-space: nowrap;
    font-size: 18px;
    line-height: 24px;
    color: #D0B787;
    display: inline-block;
    margin: 0 20px;
    font-family: 'Beausite Fit Trial';
    content: "•";
}

.marquee-custom1 {
    background: #000;
    overflow: hidden;
    padding: 20px 0px;
}

.box-section-clients {
    margin: 0 -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item-section-clients {
    padding: 0 40px;
    width: 20%;
}

.title-featured {
    text-align: center;
    margin-bottom: 40px;
}

.item-section-clients img {
    max-width: 100%;
}

.section-clients {
    padding-top: 80px;
}

.link-store-header .badge {
    display: block;
    position: absolute;
    right: -17px;
    top: -4px;
    width: 16px;
    height: 16px;
    background: #d0b787;
    border-radius: 50%;
    color: #000;
    font-family: Beausite Fit Trial;
    font-size: 10px;
    line-height: 12px;
    padding: 1px;
    padding-top: 2px;
}

.link-store-header img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

/* .link-user-header img {
    filter: brightness(0) invert(1);
} */

.item-section-instagram img {
    max-width: 100%;
    border-radius: 5px;
    height: 360px;
    width: 100%;
}

.box-title-section-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 24px;
}

.box-title-section-instagram .title1 {
    margin: 0;
}

.link-design2:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #d0b787;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.link-design2:hover:after {
    width: 100%;
}

.link-design2 {
    display: inline-block;
    margin-bottom: -2px;
    text-decoration: none !important;
    color: #000 !important;
}

.section-instagram {
    padding: 120px 0 150px 0;
}

.swiper-instagram .swiper-button-prev,
.swiper-instagram .swiper-button-next {
    display: none;
}

footer {
    background: #212721;
    padding: 80px 0 60px 0;
}

.content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.box-rd-footer {
    width: 100%;
    padding-top: 27px;
    padding-bottom: 56px;
}

.box-copyright-footer {
    width: 100%;
}

.link-footer {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Beausite Fit Trial';
    color: #fff !important;
    margin-bottom: 24px;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}

.links-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 170px;
}

.item-rd-footer {
    display: inline-block;
    margin-right: 32px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-rd-footer:hover {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.title2 {
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */
    text-transform: uppercase;

    /* gold */
    color: #D0B787;
    font-family: 'Beausite Fit Trial';
}

.box-text-form-newsletter p {
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */


    /* white */
    color: #FFFFFF;
}

.box-input-newsletter input {
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    border: 0;
    outline: none !important;
    border-bottom: 2px solid #D0B787;
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
    color: #fff;
}

.btn-design2 {
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #d0b787 !important;
    display: inline-block;
    padding: 10px 67px;
    border: 2px solid #D0B787;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Beausite Fit Trial;
    border-radius: 3px;
    background: transparent;
    outline: none !important;
}

.box-input-newsletter input::-webkit-input-placeholder {
    color: #fff;
}

.box-input-newsletter input::-moz-placeholder {
    color: #fff;
}

.box-input-newsletter input:-ms-input-placeholder {
    color: #fff;
}

.box-input-newsletter input::-ms-input-placeholder {
    color: #fff;
}

.box-input-newsletter input::placeholder {
    color: #fff;
}

.box-input-newsletter {
    margin-bottom: 24px;
}

.btn-design2:hover {
    color: #000 !important;
    background: #D0B787 !important;
}

.box-copyright-footer p {
    color: #ffff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.link-footer:hover {
    color: #d0b787 !important;
}

.swiper-results .swiper-button-prev:hover,
.swiper-results .swiper-button-next:hover {
    background: #fff;
}

.box-title-benefits {
    text-align: center;
    margin-bottom: 64px;
}

.box-title-benefits .title1 {
    color: #fff;
}

.link-header:hover {
    color: #d0b787 !important;
}

.box-text-section-custom1 p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.box-form-newsletter-footer {
    width: 450px;
    margin-left: auto;
}

.box-text-form-newsletter {
    margin-bottom: 48px;
}

.box-text-section-banner {
    width: 100%;
}


.content-section-custom1-left img {
    border-radius: 5px;
}

.box-text2-section-custom1 p {
    margin: 0;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 24px;
}

.box-title-section-instagram .title1 span {
    color: #d0b787;
}

.box-img-section-benefits img {
    border-radius: 5px;
}

.box-text-item-benefits {
    width: 240px;
    margin: auto;
    max-width: 100%;
}

.swiper-results .swiper-button-prev.swiper-button-disabled,
.swiper-results .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.alert-page {
    background: #007681;
    color: #fff;
    text-align: center;
  	overflow:hidden;
  
}
.alert-page  div{
	padding: 5px 0;
  	margin:0;
}
.alert-page p {
    font-size: 16px;
    line-height: 24px;
    font-family: Beausite Fit Trial;
    color: inherit;
    padding: 0;
  	margin:0;
  	display: inline-block;
}
.alert-page a{
	color: inherit;
    margin: 0 5px;
}
/* .alert-page {
    background: #000000;
    text-align: center;
    margin-bottom: 15px;
} */

/* .alert-page p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Beausite Fit Trial';
    color: #D0B787;
    padding: 4px;
} */

.swiper-instagram .swiper-button-prev.swiper-button-disabled,
.swiper-instagram .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.section-banner-int img {
    width: 100%;
}

.box-title-section-collections {
    text-align: center;
    margin-bottom: 56px;
}

.section-collections {
    padding: 56px 0 146px 0;
}

.items-family-line-up {
    margin: 0 -18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.items-family-line-up .item-family-line-up {
    width: 33.33%;
    padding: 0 17.99px;
    margin-bottom: 48px;
}

.section-contact {
    padding: 56px 0 196px 0;
}

.box-title-section-contact {
    text-align: center;
    margin-bottom: 68px;
}

.items-family-line-up .item-family-line-up .box-text-family-line-up p {
    padding-right: 10px;
}

.title3 {
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    text-transform: uppercase;
    color: #000000;
    font-family: 'Beausite Fit Trial';
}

.input-custom1 input,
.input-custom1 textarea {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    border: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #000;
    outline: none !important;
    resize: none;
}

.input-custom1 input::-webkit-input-placeholder, .input-custom1 textarea::-webkit-input-placeholder {
    color: #000;
}

.input-custom1 input::-moz-placeholder, .input-custom1 textarea::-moz-placeholder {
    color: #000;
}

.input-custom1 input:-ms-input-placeholder, .input-custom1 textarea:-ms-input-placeholder {
    color: #000;
}

.input-custom1 input::-ms-input-placeholder, .input-custom1 textarea::-ms-input-placeholder {
    color: #000;
}

.input-custom1 input::placeholder,
.input-custom1 textarea::placeholder {
    color: #000;
}

.input-custom1 {
    margin-bottom: 24px;
}

.col-left-contact {
    width: 447px;
    margin-right: 192px;
    margin-left: auto;
}

.col-right-contact {
    width: 360px;
}

.row-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box-left-contact .title3 {
    margin-bottom: 24px;
}

.box-info-contact {
    padding: 34px;
    background: #101010;
    border-radius: 5px;
    position: sticky;
    top: 120px;
}

.box-text-info-contact p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 24px;
}

.item-info-contact {
    background: #000000;
    /* gold */
    border: 2px solid #D0B787;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;x
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */


    /* white */
    color: #FFFFFF !important;
    text-decoration: none !important;
    margin-bottom: 16px;
}

.box-info-contact .item-info-contact:last-child {
    margin-bottom: 0;
}

.btn-design3 {
    border: 2px solid #000000;
    border-radius: 3px;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    background: transparent;
    width: 210px;
    height: 56px;
    font-family: 'Beausite Fit Trial';
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-info-contact img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 15px;
    display: inline-block;
}

.btn-design3:hover {
    color: #fff;
    background: #000;
}

.cart-custom1 {
    width: 555px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    display: none;
}

.title-cart-custom1 {
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    text-transform: uppercase;

    /* gold */
    color: #D0B787;
    width: 100%;
    text-align: center;
    margin: 0;
    font-family: 'Beausite Fit Trial';
}

.box-title-cart-custom1 {
    padding: 21px 31px 19px 31px;
    position: relative;
}

.btn-back-cart {
    position: absolute;
    left: 31px;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none !important;
    top: 20px;
}

.items-cart {
    width: 400px;
    margin: auto;
    border-top: 1px solid #d0b787;
    color: #fff;
}

.title-item-cart {
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Beausite Fit Trial';
}

.price-item-cart {
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    margin: 0;
    font-family: 'Beausite Fit Trial';
    margin-right: auto;
}

.item-cart-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.img-item-cart {
    width: 80px;
    height: 80px;
}

.item-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #d0b787;
}

.box-text-item-cart {
    height: 16px;
    margin-bottom: 16px;
}

.box-actions-item-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-cant-item-cart::-webkit-outer-spin-button,
.input-cant-item-cart::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

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

.box-cant-item-cart {
    border: 1px solid #D0B787;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 24px;
}

.btn-minus-item-cart,
.btn-plus-item-cart {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0;
    text-align: center;
    outline: none !important;
    width: 22px;
    position: relative;
    height: 20px;
}

.input-cant-item-cart {
    padding: 0;
    height: 20px;
    border: 0;
    background: transparent;
    text-align: center;
    color: #fff;
    width: 28px;
    outline: none !important;
}

.btn-plus-item-cart {}

.btn-plus-item-cart:after,
.btn-plus-item-cart:before {
    width: 9px;
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.btn-plus-item-cart:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.btn-minus-item-cart:after {
    width: 9px;
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.btn-delete-item-cart {
    background: transparent;
    border: 0;
    padding: 0;
    outline: none !important;
    margin-left: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btn-delete-item-cart img {
    width: 18px;
}

.item-cart-right {
    padding-left: 16px;
    -webkit-box-flex: 11;
        -ms-flex: 11 auto;
            flex: 11 auto;
}

.box-free-text-cart p {
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    color: #000000;
    margin: 0;
}

.box-free-text-cart {
    padding: 6px 0;
    background: #D0B787;
}

.box-text-subtotal h5 {
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    text-transform: uppercase;

    /* grey text on black */
    color: #BBBBBB;
    font-family: 'Beausite Fit Trial';
    margin-bottom: 16px;
}

.box-footer-cart {
    width: 315px;
    margin: auto;
    text-align: center;
    padding: 32px 0;
    margin-top: auto;
    margin-bottom: 0;
}

.box-items-cart {
    padding-bottom: 30px;
}

.box-text-subtotal h5 span {
    color: #ffffff;
}

.btn-design4 {
    font-size: 18px;
    line-height: 32px;
    padding: 12px;
    border: 0;
    background: #D0B787;
    border-radius: 3px;
    width: 100%;
    text-transform: uppercase;
    outline: none !important;
    font-family: 'Beausite Fit Trial';
    text-decoration: none !important;
    color: #000 !important;
    display: block;

    /* identical to box height, or 114% */


    /* grey */
}

.btn-design4 img {
    position: relative;
    top: -2px;
    margin-right: 15px;
}

.box-text-tax {
    padding-top: 14px;
}

.box-text-tax p {
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    text-align: center;

    /* grey */
    color: #A7A7A7;
}

.overlay-cart-custom1 {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .2;
}

.box-cart-custom1 {
    height:100%;
    position: relative;
    overflow-y: scroll;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
      z-index: 99;
}

.box-cart-custom1::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.box-cart-custom1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgb(208 183 135);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.title-cart-recomended {
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */


    /* gold */
    color: #D0B787;
    margin-bottom: 4px;
}

.item-cart-recommended .btn-design1 {
    font-size: 14px;
    padding: 1px 14px 3px;
    text-transform: uppercase;
    line-height: 15px;
    height: 32px;
    width: 200px;
}

.item-cart-recommended .box-text-item-cart p {
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    text-transform: uppercase;

    /* grey text on black */
    color: #BBBBBB;
    margin-bottom: 4px;
    font-family: 'Beausite Fit Trial';
}

.item-cart-recommended .box-text-item-cart {
    margin-bottom: 4px;
}

.item-cart-recommended {
    padding-top: 0;
    border-bottom: 0;
}

.box-footer-cart-recommended .items-cart {
    padding-top: 8px;
}

.box-footer-cart-recommended {
    display: none;
}

.box-text-item-cart p {
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */


    /* grey text on black */
    color: #BBBBBB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.box-text-item-cart p img {
    margin-right: 4px;
}

.box-empty-cart-custom1 {
    height: calc(100vh - 64px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.title-cart-custom1-empty {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-family: Beausite Fit Trial;
}

.box-cart-custom1-empty {
    display: none;
}

.row-faqs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.title-box-items-faqs {
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */
    text-transform: uppercase;

    /* grey text */
    color: #7C7C7C;
    font-family: 'Beausite Fit Trial';
    margin-bottom: 0;
}

.btn-item-faq {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    font-size: 24px;
    line-height: 32px;
    padding: 0 30px 8px 0;
    position: relative;
    outline: none !important;
    font-family: "Beausite Fit Trial";
  	color: #212529;
}

.btn-item-faq img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 15px;
    margin: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.box-text-item-faq p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
}

.col-left-faqs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 640px;
            flex: 0 0 640px;
    margin-right: 120px;
}

.title-info-contact {
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    text-transform: uppercase;

    /* white */
    color: #FFFFFF;
    font-family: 'Beausite Fit Trial';
    margin-bottom: 16px;
}

.box-items-faqs {
    padding-bottom: 64px;
}

.box-text-item-faq {
    display: none;
    padding-top: 8px;
}

.item-faq {
    padding-top: 32px;
    border-bottom: 2px solid #000;
}

.btn-item-faq.active img {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.section-faqs {
    padding: 40px 0 59px;
}

.box-title-section-faqs {
    text-align: center;
    margin-bottom: 64px;
}

.col-right-faqs .box-info-contact {
    margin-top: 70px;
}

.row-items-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
}

.item-right-about {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 552px;
            flex: 0 0 552px;
}

.item-left-about-logo {
    width: 310px;
    margin: auto;
    margin-bottom: 37px;
}

.item-left-about-logo img {
    max-width: 100%;
}

.title-item-left-about {
    width: 310px;
    margin: auto;
    font-size: 32px;
    line-height: 40px;
    /* or 125% */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.item-left-about {
    margin: auto;
}

.separate-items-about {
    display: block;
    border-bottom: 2px solid #D0B787;
    width: 100%;
    margin: 60px 0;
}

.item-right-about img {
    max-width: 100%;
    border-radius: 5px;
}

.box-text-item-about p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.box-title-section-about {
    text-align: center;
    margin-bottom: 65px;
}

.section-about {
    padding-top: 56px;
}

.item-left-about .box-text-item-about {
    width: 480px;
}

.item-left-about .box-text-item-about li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.item-left-about .box-text-item-about ul {
    padding: 0;
    margin: 0;
    width: 350px;
    max-width: 100%;
}

.item-left-about .box-text-item-about li span {
    font-size: 20px;
    line-height: 32px;
    position: relative;
    top: 1px;
    margin-right: 15px;
}

.section-about-custom1 {
    background: #101010;
    padding: 16px 0;
}

.title-about-custom1 {
    font-size: 30px;
    line-height: 40px;
    /* identical to box height, or 133% */
    text-align: center;
    text-transform: uppercase;

    /* gold */
    color: #D0B787;
    margin-bottom: 36px;
}

.box-text-about-custom1 p {
    font-size: 20px;
    line-height: 32px;
    /* or 160% */
    text-align: center;

    /* white */
    color: #FFFFFF;
    font-family: 'Beausite Fit Trial';
}

.box-section-about-custom1 {
    padding: 64px 0;
    border-top: 2px solid #D0B787;
    border-bottom: 2px solid #D0B787;
}

.box-text-about-custom1 {
    width: 688px;
    margin: auto;
    margin-bottom: 40px;
}

.subtitle-about-custom1 {
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    text-align: center;

    /* grey text on black */
    color: #BBBBBB;
    margin: 0;
}

.section-items-about {
    padding-bottom: 87px;
}

.row-section-about-custom2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.col-left-section-about-custom2 {
    width: 480px;
    margin-right: auto;
}

.box-text-section-about-custom2 p {
    font-size: 18px;
    line-height: 32px;
}

.img-section-about-custom2 {
    width: 576px;
    height: 576px;
    margin: auto;
    display: block;
    margin-right: 0;
}

.section-about-custom2 {
    padding: 120px 0;
}

.row-section-about-custom3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-about-custom3 {
    position: relative;
    background: #000;
}

.col-left-section-about-custom3 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: auto;
    width: 47.5%;
}

.col-left-section-about-custom3 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}

.col-right-section-about-custom3 {
    width: 50%;
    margin-left: auto;
    color: #fff;
}

.title-section-about-custom3 {
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */
    text-transform: uppercase;

    /* white */
    color: #FFFFFF;
    margin-bottom: 64px;
    font-family: 'Beausite Fit Trial';
}

.subtitle-section-about-custom3 {
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    font-family: 'Beausite Fit Trial';
}

.list-section-about-custom3 {
    font-size: 18px;
    line-height: 32px;
    padding-left: 0;
    list-style: none;
}

.list-section-about-custom3 li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.list-section-about-custom3 li {
    position: relative;
    padding-left: 15px;
}

.box-col-right-section-about-custom3 {
    width: 455px;
    margin: auto;
    margin-right: 0;
    padding: 80px 0 80px;
}

.col-right-section-about-custom2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: -50px;
}

.title1.title-item-left-about2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
}

.item-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.row-items-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.col-product-left {
    width: 552px;
}

.img-main-product {
    max-width: 100%;
    border-radius: 3px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-thumnail-product .img-main-product{
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
}

.items-thumnails-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -6px;
}

.item-thumnail-product {
    width: 16.66666666666667%;
    padding: 0 6px;
    margin-bottom: 8px;
    cursor: pointer;
}

.swiper-product {
    margin-bottom: 8px;
}

.col-product-right {
    width: 440px;
    margin-left: 40px;
}

.box-reviews-product span {
    font-size: 14px;
    line-height: 16px;
    color: #7C7C7C;
    position: relative;
    top: 1px;
}

.box-reviews-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}

.list-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 9px;
}

.title-product {
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */
    text-transform: uppercase;
    color: #000000;
    font-family: 'Beausite Fit Trial';
    margin-bottom: 8px;
}

.subtitle-product {
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    text-transform: uppercase;

    /* grey text */
    color: #7C7C7C;
    font-family: 'Beausite Fit Trial';
    margin-bottom: 24px;
}

.box-text-product p {
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    color: #000000;
    margin-bottom: 8px;
}

.box-text-product2 p {
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    text-transform: uppercase;

    /* grey text */
    color: #7C7C7C;
    font-family: 'Beausite Fit Trial';
    margin-bottom: 40px;
    height: 24px;
}

.title-product-frecuency {
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    text-transform: uppercase;

    /* Gray 3 */
    color: #828282;
    font-family: 'Beausite Fit Trial';
}

.title-item-product-frecuency {
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-transform: uppercase;
    color: #000000;
    font-family: 'Beausite Fit Trial';
    margin: 0;
}

.item-product-frecuency input {
    display: none;
}

.text-item-product-frecuency {
    font-size: 12px;
    line-height: 24px;
    /* identical to box height, or 200% */
    text-transform: uppercase;

    /* grey text */
    color: #7C7C7C;
    margin: 0;
    font-family: 'Beausite Fit Trial';
}

.item-product-frecuency label {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.item-product-frecuency label:before {
    width: 22px;
    height: 22px;
    content: "";
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
}

.item-product-frecuency label:after {
    width: 14px;
    height: 14px;
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 5px;
    bottom: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-product-frecuency input:checked+label:after {
    opacity: 1;
}

.box-button-product .btn-design1 {
    width: 100%;
}

.box-button-product {
    padding-bottom: 32px;
    padding-top: 10px;
}

.tab-info-product {
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #000000 !important;
    font-family: 'Beausite Fit Trial';
    text-decoration: none !important;
    border-bottom: 2px solid #ffffff;
}

.tab-info-product.active {
    border-color: #000;
}

.box-content-info-product {
    padding-top: 16px;
}

.item-info-product {
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #000000;
    display: none;
}

.item-info-product ul {
    padding-left: 25px;
}

.section-product {
    padding: 60px 0 48px;
}

.section-product-custom1 {
    background: #000000;
    padding: 40px 0;
    color: #fff;
}

.row-product-custom1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.col-right-product-custom1 img {
    width: 480px;
    border-radius: 5px;
}

.box-text-product-custom1 {
    width: 336px;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 24px;
}

.title-product-custom1 {
    color: #fff;
}

.items-product-custom1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.item-product-custom1 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    padding: 0;
    min-height: 18px;
}

.col-left-product-custom1 {
    width: 435px;
    margin-right: 155px;
}

.plus-product-custom1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 14px;
    width: 2px;
    background: #D0B787;
    display: block;
    right: 0;
    margin: auto;
}

.plus-product-custom1 {
    width: 14px;
    position: relative;
    display: inline-block;
    height: 14px;
    margin-right: 9px;
}

.plus-product-custom1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    height: 2px;
    background: #D0B787;
    display: block;
    margin: auto;
    bottom: 0;
}

.item-product-custom1 p {
    font-size: 16px;
    line-height: 21px;
    margin: auto 0 0;
    padding-right: 13px;
}

.section-ingredients {
    padding: 120px 0 58px;
}

.title1.title-ingredients {
    text-align: center;
    margin-bottom: 72px;
}

.item-ingredients {
    width: 230px;
    margin: 0 60px;
    text-align: center;
    margin-bottom: 42px;
}

.items-ingredients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.img-item-ingredients {
    width: 136px;
    margin: auto;
    display: block;
    margin-bottom: 16px;
}

.title-item-ingredients {
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    font-family: 'Beausite Fit Trial';
}

.box-text-item-ingredients {
    font-size: 18px;
    line-height: 32px;
}

.section-product-custom2 {
    background: #D0B787;
    position: relative;
    margin-bottom: 80px;
}

.col-right-product-custom2 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 50px);
}

.col-right-product-custom2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.col-left-product-custom2 {
    width: 517px;
}

.title1.title-product-custom2 {
    font-size: 24px;
    line-height: 32px;
}

.box-text-product-custom2 {
    margin-bottom: 24px;
}

.box-text-product-custom2 p {
    font-size: 18px;
    line-height: 32px;
}

.title-faqs-products {
    width: 262px;
}

.row-faqs-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.col-right-faqs-products .items-faqs .item-faq:first-child {
    padding-top: 0;
}

.col-right-faqs-products {
    width: 648px;
    margin-left: auto;
}

.col-left-faqs-products {
    height: 100%;
}

.section-faqs-product {
    position: relative;
    margin-bottom: 120px;
}

.col-left-faqs-products .link-design1 {
    position: absolute;
    bottom: 0;
}

.item-thumnail-product.active .img-main-product {
    border-color: #D0B787;
}

.swiper-family-line-up-main {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

.item-family-line-up-main {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

.btn-back-cart img {
    opacity: 0;
}

.btn-back-cart:after {
    content: "";
    display: block;
    width: 30px;
    height: 2.7px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-radius: 50px;
}

.btn-back-cart:before {
    display: block;
    width: 30px;
    height: 2.7px;
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 50px;
}

.items-cart {
    border-top: 0;
    padding-top: 8px;
}

.link-empty {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #D0B787 !important;
    font-family: Beausite Fit Trial;
    text-decoration: none !important;
    border-bottom: 2px solid #D0B787 !important;
}

.title-cart-custom1-empty {
    margin-bottom: 32px;
}

.box-empty-cart-custom1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 72px;
}

.rc-template__legacy-radio .rc-radio__label {
    display: block;
    margin: 0;
    position: relative;
    padding: 5px 0;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-family: Beausite Fit Trial;
    text-transform: uppercase;
}

.rc-template__legacy-radio .rc-radio__input {
    display: none !important;
}

.rc-widget .rc-option--active {
    padding: 0;
    background: transparent !important;
}

.rc-template__legacy-radio .rc-radio {
    padding: 0;
}

.rc-template__legacy-radio .rc-radio__label:before {
    width: 22px;
    height: 22px;
    content: "";
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    margin: auto
}

.rc-template__legacy-radio .rc-radio__label:after {
    width: 14px;
    height: 14px;
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 1px;
    bottom: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: auto
}

.rc-template__legacy-radio input:checked+label:after {
    opacity: 1;
}

.rc_widget__option__plans__dropdown {
    font-size: 12px;
    line-height: 24px;
    font-family: Beausite Fit Trial;
    text-transform: uppercase;
    color: #7C7C7C;
    border: 0;
    outline: none;
    padding-right: 10px;
}

.rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
    padding-bottom: 0 !important;
}

.box-cart-custom1 {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cart-custom1.active .box-cart-custom1 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.section-clients {
    /* display: none; */
}

.section-custom1 {
    padding-top: 96px;
}

#reviews {
    padding-bottom: 80px;
}

.links-header .items-rd-header,
.links-header .box-copyright-header {
    display: none;
}

#section-ind .title1 {
    text-align: center;
    margin-bottom: 60px;
}

#section-ind {
    padding: 56px 0 100px 0;
}

.box-section-ind p a {
    color: #d0b787;
    font-weight: 500;
}

.btn-design1 span {
    color: #d0b787;
}

.browser-safari .link-store-header .badge {
    padding-top: 3px;
}

.section-faqs .item-info-contact {
    font-family: Beausite Fit Trial;
    font-size: 18px;
}

.box-button-product .btn-design1 b {
    font-weight: 400;
}

.item-info-contact.item-info-contact2 {
    font-size: 18px;
    line-height: 24px;
}

.title-product-frecuency {
    margin-bottom: 3px;
}

.rc-template__legacy-radio .rc-radio {
    padding: 3px 0 !important;
}

.rc-container {
    margin-bottom: 2px !important;
}

.box-button-product {
    padding-top: 0 !important;
}

.swiper-product .img-main-product {
    border-radius: 5px;
}

.section-custom1-2 {
    padding-top: 120px;
}

.section-custom1-2 .title-section-custom1 {
    margin-bottom: 8px;
}

.price-section-custom1 {
    font-size: 18px;
    line-height: 24px;
    font-family: Beausite Fit Trial;
    margin-bottom: 16px;
}

.box-text2-section-custom1 p {
    padding-bottom: 8px;
}

.section-custom1-2 .content-section-custom1-right .box-text-section-custom1 {
    margin-bottom: 18px;
}

.items-section-custom1 {
    padding-top: 18px;
    padding-bottom: 32px;
}

.item-info-contact:hover {
    color: #000 !important;
    border-color: #000;
    background: #d0b787;
}

.item-info-contact:hover img {
    -webkit-filter: invert(1);
            filter: invert(1);
}

.item-info-contact,
.item-info-contact img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.box-text-item-faq p {
    margin-bottom: 15px;
}

.box-text-item-faq ul {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
}

.box-img-family-line-up {
    border-radius: 5px;
    display: block;
    /* overflow: hidden; */
}

.box-img-family-line-up:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 4px solid #d0b787;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.img-item-family-line-up {
    border-radius: 5px;
}

.item-family-line-up:hover .box-img-family-line-up:after {
    opacity: 1;
}

.box-text-item-faq img {
    margin-bottom: 14px;
}

.text-item-swiper-results.text-item-swiper-results2 {
    position: absolute;
    left: 0;
    top: 12px;
    bottom: initial;
    right: 0;
    margin: auto;
    width: 268px;
}

.plus-product-custom1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    margin-bottom: auto;
    margin-top: 2px;
}

.items-product-custom1-int {
    width: 50%;
}

.item-product-custom1 {
    width: 100%;
}

.text-marquee-custom1 {
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    color: #D0B787;
    margin: 0;
    text-align: center;
    font-family: Beausite Fit Trial;
}

.text-item-swiper-results.text-item-swiper-results2 {
    left: 8px;
    margin-left: 0;
    top: 0;
}

.swiper-results .swiper-slide .item-swiper-results {
    padding: 38px 8px;
}

.text-item-swiper-results {
    bottom: 47px;
}

.swiper-results .swiper-button-prev,
.swiper-results .swiper-button-next {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.swiper-results .swiper-button-next {
    margin-left: 0;
    right: 0;
}

.swiper-results .swiper-button-prev {
    left: 0;
}

.swiper-results {
    margin: 0 -20px;
}

.swiper-results .swiper-slide {
    padding: 0 10px;
}

.title-custom1 {
    font-size: 32px;
    line-height: 40px;
}

.section-title-custom1 {
    padding: 20px 0;
}

.col-right-product-custom2 {
    position: inherit;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 552px;
}

.row-product-custom2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-left-product-custom2 {
    margin-left: auto;
    margin-right: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.title1.title-product-custom2 {
    margin: 0;
}

.box-content-finish {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #101010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    display: none;
}

.box-form-newsletter-footer #contact_form {
    position: relative;
}

.box-section-ind p>b {
    font-family: "Beausite Fit Trial";
}

.price-product {
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */
    text-transform: uppercase;
    color: #000000;
    font-family: Beausite Fit Trial;
    margin-bottom: 10px;
}

.subtitle-product {
    margin-bottom: 8px;
}

.swiper-family-line-up {
    padding-top: 40px;
}

.section-product-custom1-empowered-pillow .col-right-product-custom1 img {
    border-radius: 0;
    width: 458px;
}

.col-left-product-custom2 {
    height: 678px;
}

.col-right-product-custom2 {
    position: absolute;
    width: calc(50% - 10px);
    max-width: 708px;
    left: initial;
    right: calc(50% + 10px);
}

.section-product-custom1 {
    height: 512px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.item-left-about-logo {
    margin-bottom: 0;
    width: 100%;
}

.item-left-about {
    margin-right: 96px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.item-left-about-logo img {
    border-radius: 5px;
}

.sub-title-item-left-about2 {
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    text-transform: uppercase;

    /* grey text */
    color: #7C7C7C;
    font-family: Beausite Fit Trial;
    margin-bottom: 24px;
}

.item-about2 .title-item-left-about2 {
    margin-bottom: 8px;
}

.item-about2 .box-text-item-about p {
    margin-bottom: 35px;
}

.item-about2 .box-text-item-about p:last-child {
    margin-bottom: 0;
}

.item-about2 {
    padding: 80px 0;
}

.col-left-section-about-custom3 {
    position: initial;
    width: 552px;
    margin-left: auto;
}

.box-col-right-section-about-custom3 {
    margin-left: 0;
    width: 480px;
}

.row-section-about-custom4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-left-section-about-custom4 {
    width: 647px;
}

.img-section-about-custom4 {
    max-width: 100%;
    border-radius: 5px;
}

.box-col-right-section-about-custom4 {
    width: 384px;
    margin-left: auto;
}

.col-right-section-about-custom4 {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.title-section-about-custom4 {
    font-size: 30px;
    line-height: 40px;
    /* or 133% */


    /* white */
    color: #FFFFFF;
    margin-bottom: 24px;
    font-family: Beausite Fit Trial;
}

.section-about-custom4 {
    background: #101010;
    padding: 72px 0;
    border-bottom: 2px solid #d0b787;
}

.subtitle-section-about-custom4 {
    font-family: Beausite Fit Trial;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    text-transform: uppercase;

    /* grey text on black */
    color: #BBBBBB;
    margin-bottom: 0;
}

.text-section-custom4 {
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */


    /* white */
    color: #FFFFFF;
    margin-bottom: 8px;
}

.box-col-right-section-about-custom4 .text-section-custom4:last-child {
    margin-bottom: 0;
}

.section-items-about.section-items-about2 {
    padding-bottom: 0;
}

.box-title-section-about {
    margin-bottom: 56px;
}

.section-items-about {
    padding-bottom: 64px;
}

.col-right-section-about-custom3 {
    color: #000;
}

.title-section-about-custom3 {
    color: #000;
    margin-bottom: 16px;
}

.section-about-custom3 {
    background: #fff;
}

.list-section-about-custom3 li:before {
    background: #000;
}

.section-items-about1 {
    padding-top: 70px;
    background: #000;
    color: #fff;
    padding-bottom: 83px;
}

.section-items-about1 .title-item-left-about2 {
    color: #fff;
    line-height: 40px;
    font-size: 32px;
}

.section-items-about1 .box-text-item-about p {
    color: #fff;
}

.juicer-feed.slider li.feed-item {
    background: #fff;
    padding: 0 12px !important;
}

.juicer-feed.slider li.feed-item:hover .j-text {
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
}

.juicer-feed .slick-list {
    margin: 0 -12px !important;
}

.juicer-feed.slider .slick-prev,
.juicer-feed.slider .slick-next {
    display: none !important;
}

.juicer-feed.slider li.feed-item a.j-image,
.juicer-feed.image-grid .j-text,
.juicer-feed.slider .j-text,
.juicer-feed.hip .j-text {
    border-radius: 5px !important;
}

.img-item-benefits {
    width: 76px;
}

.section-benefits {
    margin-bottom: 80px;
}

.section-results {
    padding-top: 88px;
}

.subtitle-section-about-custom4 {
    color: #fff;
}

.text-section-custom4 {
    color: #BBBBBB
}

.title-section-banner span {
    font-size: 32px;
}

.Alert--success {
    background: #d0b787;
    padding: 10px;
    color: #000;
    text-align: center;
    margin-top: -15px;
}

.Alert--error {
    background: #ff8585;
    padding: 10px;
    color: #000;
    text-align: center;
}

.box-section-clients {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.item-section-clients {
    width: auto;
    padding: 0 20px;
}

.title-tag-product {
    background: #D0B787;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding: 3px 21px;
    text-transform: uppercase;
    font-family: Beausite Fit Trial;
}

.box-text-product-custom3{
    margin-bottom: 30px;
}

.box-text-product-custom3 p {
    margin: 0;
}

.price-product span {
    color: #7C7C7C;
    text-decoration: line-through;
}

.subtitle-product-custom2 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: BentonSansRegular;
    text-transform: initial;
}

.title-tag-product {
    font-size: 12px;
    padding: 1px 10px;
}


#timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -10px;
}

#timer>div {
    font-size: 20px;
    text-align: center;
    margin: 0 15px;
    color: #d0b787;
}

#timer>div span {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #000;
}

.tag-discount p {
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.tag-discount {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 2;
    background: #D0B787;
    border-radius: 3px;
    padding: 8px 10px;
    font-family: Beausite Fit Trial;
}

.col-product-left {
    position: relative;
}

.swiper-section-banner {
    height: calc(100vh - 106px);
}

.swiper-section-banner .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-section-banner .swiper-slide .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
    position: relative;
}
.section-banner video {
    width:100%;  
    max-width: 100%;
    height:100%;    
    position: absolute;
    -o-object-fit:cover;
       object-fit:cover;
    
}

.swiper-section-banner .swiper-button-prev,
.swiper-section-banner .swiper-button-next {
    display: none;
}

.swiper-section-banner .btn-design1 {
    padding: 14px 50px;
}




.swiper-section-banner .swiper-pagination-bullet {
    background: #000;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 10px;
    height: 10px;
}

.swiper-section-banner .swiper-pagination-bullet-active {
    background: #C4C4C4;
}

.swiper-section-banner .swiper-pagination-bullets {
    bottom: 15px;
}

.box-tag-product-custom1 .title-tag-product {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 0;
    border-radius: 3px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.swiper-product iframe {
    max-width: 100%;
}

.btn-design1-soldout {border-color: #d0b787;background: transparent;color: #d0b787 !important;}

.btn-design1-soldout:hover {background: #d0b787;color: #fff !important;border-color: #d0b787;}

.SectionHeader.SectionHeader--center {
    text-align: center;
    margin: 30px 0 30px 0;
}



.Blog {
    padding-top: 30px;
}
.ArticleListWrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  	-ms-flex-wrap:wrap;
  	    flex-wrap:wrap;
    padding-bottom: 80px;
}
.ArticleListWrapper .ArticleItem {
       width: 31%;
    margin: 20px 1% 35px 1%;
    border: 1px solid #D0B787;
    position: relative;
    border-radius: 5px;
}
.ArticleListWrapper .ArticleItem__ImageWrapper {
    max-width: 100%;
    width: 100%;
  	position:relative;
  	display:block;
  	overflow:hidden;
}
.ArticleListWrapper .ArticleItem__ImageWrapper img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 260px;
    -o-object-position: center center;
       object-position: center center;
    min-height: 260px;
}
.ArticleListWrapper .ArticleItem__Title.Heading {
   margin-bottom: 15px;
    font-size: 24px;
}
.ArticleListWrapper .ArticleItem__Title.Heading a {
    color: #000;
  	-webkit-transition:all 0.3s;
  	-o-transition:all 0.3s;
  	transition:all 0.3s;
    text-decoration: none;
}
.ArticleListWrapper .ArticleItem__Title.Heading a:hover,
.ArticleListWrapper .ArticleItem:hover a{
	color:#D0B787;
}
.ArticleListWrapper .ArticleItem__Content {
    padding: 15px 20px 40px;
    font-size: 14px;
}
.ArticleListWrapper .ArticleItem .ArticleItem__Image {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.ArticleListWrapper .ArticleItem:hover .ArticleItem__Image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.ArticleListWrapper .ArticleItem__Content .btn{
        position: absolute;
    top: auto;
    bottom: -20px;
    padding: 10px 40px 11px 40px;
    font-size: 14px;
    height: auto;
    line-height: normal;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 190px;
    background: #ffff;
}
span.article__date {
    display: block;
    margin-bottom: 10px;
    color: rgb(208 183 135);
}
.Article__CommentFormWrapper{
	padding-top:30px;
}
.Article__CommentFormWrapper h2{
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.Article__CommentFormWrapper .Form__Item{
	margin-bottom:15px;
}
.Article__CommentFormWrapper .Form__Item input,
.Article__CommentFormWrapper .Form__Item textarea {
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #000;
    border-radius: 0;
}
.Article__CommentFormWrapper button.Form__Submit {
    width: auto;
    font-size: 14px;
    max-width: inherit;
    padding: 10px 30px;
    margin-bottom: 15px;
}
.Article__CommentFormWrapper .Form__Item label{
	display:none;
}
.Article {
    padding-bottom: 50px;
}
.ArticleToolbar__ShareList .HorizontalList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ArticleToolbar__Nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.Article__ShareButtons.ShareButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.Article .Article__ImageWrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 45%;
    margin-bottom: 50px;
}
.Article .Article__ImageWrapper .Article__Image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.Article__Meta.Heading.Text--subdued {
    margin-bottom: 10px;
    opacity: 0.5;
}
.Article .Article__Title.Heading {
    margin-bottom: 30px;
}
.Article .Article__Content,
.Article .ArticleToolbar,
.Article__CommentFormWrapper{
    max-width: 900px;
    margin: 0 auto;
}
.ArticleToolbar__ShareList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ArticleToolbar__ShareList a,
.Article__ShareButtons.ShareButtons a{
    margin: 0 5px;
}
.ArticleToolbar__ShareList a svg,
.Article__ShareButtons.ShareButtons a svg{
    width: 20px;
    height: 20px;
}
.ArticleToolbar__Right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.Article .ArticleToolbar {
    border-top: 1px solid;
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: 1px solid;
    border-color: rgb(208 183 135 / 50%);
  	min-height:65px;
}
.ArticleToolbar__ShareList{
	
}
.ArticleToolbar__ShareList .HorizontalList, .ArticleToolbar__Nav, .Article__ShareButtons.ShareButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ArticleToolbar__Nav .ArticleToolbar__NavItem--next, .ArticleToolbar__Nav .ArticleToolbar__NavItem--prev {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #d0b787;
}
.ArticleToolbar__Nav .ArticleToolbar__NavItem--next svg,
.ArticleToolbar__Nav .ArticleToolbar__NavItem--prev svg {
    width: 26px;
    height: 26px;
}
.ArticleToolbar__Nav .ArticleToolbar__NavItem--prev {
    left: auto;
    right: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.Article__Body img{
	margin:15px 0 20px 0;
}
.Article__Body ul,
.Article__Body ol{
	padding-left:15px;
}
.Article__Body a{
	color:#d0b787;
}
.Blog__TagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.Blog__TagList li {
    margin: 0 10px;
}
.Blog__TagList li {
    margin: 0 10px;
}
.Blog__TagList li a{
    color: #000;
}
.Blog__RssLink {
    position: absolute;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
}
.Blog__RssLink svg {
    width: 25px;
    height: 25px;
    color: #000;
}
span.ArticleItem__Category.Heading {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
span.Article__MetaItem {
    display: block;
    margin-top: 10px;
}


@media (max-width:991px){
  .ArticleListWrapper .ArticleItem{
  	width:48%;
  }
  main.section-faqs {
        padding-top: 38px;
  padding-bottom:34px;
    }
}
@media (max-width:480px){
  .ArticleListWrapper .ArticleItem{
  	width:100%;
  }
}


/*11-05-2022*/
.item-thumnail-product{
	position:relative;
}
.content-section-custom1-left{
	position:relative;
}
.banner-icons-set {
    margin-bottom: 15px;
}
.swiper-section-banner .swiper-slide .banner-icons-set img {
    max-width: 100px;
  	max-height:100px;
    -o-object-fit: inherit;
       object-fit: inherit;
    position: static;
    height: auto;
}
.collections-offer-icon {
    position: absolute;
    left: 12px;
    top: 11px;
}
.collections-offer-icon img {
    max-width: 70px;
    max-height: 70px;
}
.item-family-line-up .collections-offer-icon img {
    max-width: 90px;
    max-height: 90px;
}
.col-product-left > .collections-offer-icon{
	left:-35px;
  	top:15px;
  z-index:15;
}
.col-product-left > .collections-offer-icon > img {
    max-width: 90px;
    max-height: 90px;
}
.item-thumnail-product .collections-offer-icon{
  left: 9px;
  top: 0px;
}
.item-thumnail-product .collections-offer-icon img {
    max-width: 20px;
    max-height: 20px;
}
.content-section-custom1-left .collections-offer-icon > img {
    max-width: 120px;
    max-height: 120px;
}

@media (max-width:767px){
.col-product-left .collections-offer-icon {
    left: 5px;
}
.col-product-left .swiper-slide .collections-offer-icon>img {
    max-width: 92px;
    max-height: 92px;
}  
.content-section-custom1-left .collections-offer-icon > img {
    max-width: 90px;
    max-height: 90px;
}  
}
klarna-placement {
    margin-bottom: 10px !important;
    display: block;
}
.qtybox {
    border: 1px solid #D0B787;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
}
span.btnqty {
    background: transparent;
    border: 0;
    color: #000;
    padding: 0;
    text-align: center;
    outline: none!important;
    width: 22px;
    position: relative;
    height: 25px;
  	cursor:pointer
}
input.pro_qty {
    padding: 0;
    height: 40px;
    border: 0;
    background: transparent;
    text-align: center;
    color: #000;
    width: 50px;
    outline: none!important;
}




/* *********************************************************** 20-jun-22 new style shop page and details page *********************************************** */

/* comman style  */
.title_new { font: 600 42px ambroise-std; text-transform: initial;}
a { -o-transition: 0.5s ease all; transition: 0.5s ease all; -webkit-transition: 0.5s ease all; }
/* shop page */

.section-collections { padding: 40px 0 40px;}
.box-title-section-collections {margin-bottom: 40px;}
.title_line1 {text-align: left; font-family: "ambroise-std"; font-weight: 600; font-size: 42px; padding-left: 88px; position:relative; text-transform: inherit; }
.title_line1:before {content: ""; height: 2px; width: 63px; background-color: #ceb888; display: inline-block; top: 15px; position: absolute; left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.title_line1:after {content: ""; height: 12px; width: 12px; border-radius: 100%; display: inline-block; position: absolute; background-color: #ceb888; 
  left: 63px; top: 15px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.our_shop_custom .item-family-line-up-cus { width: 33.33%;padding: 0 17.99px 0px; margin-bottom: 48px;  }
.box-text-family-line-up-cus .box-text-family-line-up-top {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; }
.box-text-family-line-up-cus .box-text-family-line-up-top h3.title-family-line-up {font-family: 'BentonSans-Regular'; font-size: 18px; line-height: 25px;
  margin-bottom: 20px; margin-top: 5px; }
.box-text-family-line-up-cus .box-text-family-line-up-top h3.price-family-line-up {font: bold 16px 'BentonSans-Bold';}
.box-text-family-line-up-cus .content-part p {font: 400 16px BentonSans-regular; line-height: 24px; text-align: left;}
.btn_design_cus {min-width: 199px; height: 38px; display: table; background-color: #fff; font: 400 16px BentonSans-regular; text-align: center; 
  padding: 10px 20px; margin-top: 30px; cursor:pointer;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; border: 1px solid #ceb888; color:#212721; }
.btn_design_cus {   position: absolute;  bottom: 0;}
.item-family-line-up-cus .item_inner_caption:hover .btn_design_cus {background-color: #212721; color: #fff; border: 1px solid #212721; }

.our_shop_custom .item_inner_caption {cursor: pointer; position: relative; padding: 0 0 75px; height: 100%; }
    .our_shop_custom .item_inner_caption .hover_link {left:0; top:0; position:absolute; height:100%; width:100%;}


/* product details page */
.subtitle-product {  font-family: 'BentonSans-Regular';}

.box-info-main-product > h5 {
    font: 500 18px BentonSans-Medium;
    text-transform: uppercase;
    line-height: 25px;
    color: #212721;
}
.star_cus {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 25px 0; }
     .star_cus img {margin-right:15px;}

.box-text-product2 p {
    font: 500 16px BentonSans-Medium;
    line-height: 25px;
    color: #212721;
}
.box-text-product p {
    font: 400 16px BentonSans-Regular;
    line-height: 24px;
    color: #212721;
}

.frequency_custom .box-button-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.our_product_section .frequency_custom .countpluse { border-color: #212721; border-radius: 0; margin: 0 15px 0 0; height:51px;}


.our_product_section .col-product-right {margin-left: 145px; }
.our_product_section .title-product-frecuency {color: #651c32;  font:700 28px Ambroise Std; font-style: normal; letter-spacing: 0.6px; text-transform: capitalize;
  margin-bottom: 10px; }
 .our_product_section .rc-template__legacy-radio .rc-radio__label {font: 700 16px BentonSans-Bold;}
 .our_product_section .rc-template__legacy-radio .rc-radio__label:before {border-color: #651c32;}
 .our_product_section .rc-template__legacy-radio .rc-radio__label:after {width: 22px; height: 22px;left: 0;background:#651c32;}

.frequency_custom .box-button-product .btn-design1:hover { background-color: transparent; border-color:#D0B787; color:#212722;}
.frequency_custom .box-button-product .btn-design1 {width: 100%; background-color: #212722; border-radius: 0; max-width: 266px; min-height: 51px; color: #fff;
  padding: 12px 35px; border: 2px solid #212722;font: 500 16px BentonSans-Medium;}

.frequency_custom span.btnqty { background: transparent; border: 0; color: #000; padding: 0; text-align: center; outline: none!important; width: 22px;
  position: relative; height: 10px; cursor: pointer; font-size: 35px; vertical-align: middle; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  font-family: 'ambroise-std'; font-weight: 700;}
.frequency_custom input.pro_qty { font: 500 20px caption BentonSans-Medium;}


.logo_gallery_cus p.seen_in_txt span { font-size: 28px; font-weight: 700; font-style: normal; letter-spacing: 0.6px; line-height: normal;
    color: #212721; font-family: "Ambroise Std";}
.logo_gallery_cus p span { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack:left; -ms-flex-pack:left; justify-content:left;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-column-gap: 32px;-moz-column-gap: 32px;column-gap: 32px; }


/* key-ingredient section */
section.key-ingredients-section { display: inline-block; width: 100%; margin: 10px 0 55px;}
.key-ingredients-main {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center; }
.key-ingredients-main .key-ingredients-left, .key-ingredients-main .key-ingredients-right {width: 100%; max-width: 50%; }



.key-ingredients-right .content_part ul {padding: 0 0 0 85px; margin: 20px 0; list-style: none; }
.key-ingredients-main .key-ingredients-right {padding-left: 60px; }

.key-ingredients-main .key-ingredients-left h6 {text-align: center; margin: 20px auto; color: #651c32; font-family: "Ambroise Std"; font-size: 24px;
  font-weight: 700; font-style: normal; letter-spacing: 0.6px; line-height: normal; }


.key-ingredients-right .content_part ul li {padding-bottom: 20px; }

.key-ingredients-right .content_part ul li a {font: 400 16px BentonSans-Regular; color: #212721; line-height: 24px; text-decoration:none; display:block }

.key-ingredients-right .content_part ul li a strong { display: block;font-size: 18px;font-weight: 400;}

.key-ingredients-right .content_part ul li a:hover {color: #ceb888; }





/* service section */

.service_main .service_count {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; }
.service_main .service_count .service-image {width: 100%; max-width: 55%; padding: 10px; margin-top: 70px;}
.service_main .service_count:first-child .service-image {margin-top: 0;}
.service_main .service_count .service-content {width: 100%; max-width: 45%; padding: 10px;  margin-top: 55px;}
.service_main .service_count .service-content .service_caption {background-color: hsl(41deg 42% 67% / 25%);padding: 60px 40px 40px 60px;position:relative; }


.service_caption .service-item ul {list-style: none; padding: 0; }
.service_caption .service-item ul li {font: 400 18px BentonSans-Regular; position: relative; line-height: 30px; margin-bottom:12px; }
.service_caption .service-item .title_line1:before, .service_caption .service-item .title_line1:after {  background-color: #212721;}

.service_main .service_count .service-content .service_caption:after {content: "";background: url(./shape-effect.svg);width: 30px;height: 100%;
  display: inline-block;position: absolute;right: 0;top: 0;}

.service_count:nth-child(even) .service-content .service_caption:after {display:none;}
.service_count:nth-child(even) .service-content .service_caption:before {content: "";background: url(./shape-effect.svg); width: 30px;height: 100%;
  display: inline-block;position: absolute;left: 0; top: 0; right: auto;-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}



.service_count:nth-child(even) .service-content .service_caption ul {list-style: none; padding: 0;}

    .service_count:nth-child(even) .service-content .service_caption ul li {font: 400 18px BentonSans-Regular; position: relative; line-height: 30px; margin-bottom: 12px;}

    .service_count:nth-child(even) .service-content .service_caption ul li.title_line1:before, 
.service_count:nth-child(even) .service-content .service_caption ul li.title_line1:after   {    background-color: #212721;}



.service_count:nth-child(even) .service-content .service_caption .service_logo ul {list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.service_count:nth-child(even) .service-content .service_caption .service_logo ul li {margin: 8px; width: 100%; max-width: 82px; }

.service_count:nth-child(even) .service-content.service-col { margin-top: 25px;}





/* before and after section */

.before-after-section {
    background-color: #212721;
    position: relative;
  padding-bottom:65px;
  padding-top:55px;
  margin: 60px 0 60px;
}
.before-after-section .container {
    position: relative;
    z-index: 9;
}

.before-after-section:after {
    content: "";
    background: url(./before-after-bg-shape.svg) no-repeat;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background-position: 99% 100%;
    background-size: cover;
}
.before-after-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -22px;
}
.before-after-main .before-after-box {
    width: 50%;
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.before-after-main .before-after-box .before-after-left, .before-after-main .before-after-box .before-after-right {
    width: 100%;
    max-width: 50%;
    padding: 5px;
}

.before-after-wrap a.see-more {
    text-align: center;
    margin: 0 auto;
    display: table;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin-top: 20px;
    text-decoration: none;
}
.before-after-wrap a.see-more:hover {
    color: #ceb888;
    border-color: #ceb888;
}

.before-after-wrap .title_head h2 {font: 600 42px 'ambroise-std';}
.before-after-wrap .title_head p {margin-bottom: 0; font-size: 18px;}
.before-after-wrap .title_head { padding-bottom: 10px;}



/* FAQ section */

.faqs_product_cus .title1 { text-transform: inherit;color: #000; font: 600 42px ambroise-std; margin-bottom: 25px;}
.faqs_product_cus .col-right-faqs-products { width: 100%;  margin:0;}
.faqs_product_cus .col-right-faqs-products button.btn-item-faq { font: 500 18px BentonSans-Medium;padding-right:35px;border-bottom: 1px solid #000;
    padding-bottom: 12px;}
.faqs_product_cus .col-right-faqs-products .box-text-item-faq p {      font: 400 16px BentonSans-Regular;
    line-height: 24px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;}
.faqs_product_cus .col-right-faqs-products .title_line1:before, .faqs_product_cus .col-right-faqs-products .title_line1:after {background-color:#212721;  top: 12px;}
.faqs_product_cus .col-right-faqs-products button.btn-item-faq img {right: 20px; max-width: 8px; width: 100%;}
.faqs_product_cus .col-right-faqs-products .items-faqs .item-faq {border: 0;padding-top: 25px;}



/* related product section */
.related-product-section .our_shop_custom .item-family-line-up-cus { width: 100%;  padding: 0; margin-bottom: 48px;}
.related-product-section .box-img-family-line-up:after {display:none;}



/* review section */
.review_custom_section .okeReviews-widgetNavBar {display: block; margin: 0 auto; text-align: center; }
.review_custom_section .okeReviews-widgetNavBar-item {font: 600 42px ambroise-std; text-transform: initial; border: 0 !important; outline: none; margin:0 }
.review_custom_section .okeReviews-widgetNavBar-item:last-child, .review_custom_section span.okeReviews-widgetNavBar-count, 
.review_custom_section .okeReviews-reviewsWidget-header-poweredBy {display: none; }

.review_custom_section a.okeReviews-reviewsWidget-header-controls-writeReview { line-height: 24px !important; border-color: #ceb888; padding: 8px 35px; 
  text-transform: uppercase;
  font: 500 16px BentonSans-Medium; text-decoration: none; }
.review_custom_section a.okeReviews-reviewsWidget-header-controls-writeReview:hover { background-color: #212721; border-color: #212721;color:#fff;}


.review_custom_section .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate .okeReviews-reviewsAggregate-primary,
 .review_custom_section .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate .okeReviews-reviewsAggregate-side {
    border: 0 
}

.review_custom_section .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate-side .okeReviews-reviewsAggregate-summary-rating-value, 
.okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate-primary .okeReviews-reviewsAggregate-recommends {display:none;}


/* .review_custom_section .okeReviews .okeReviews-starRating .okeReviews-starRating-indicator-layer {
    background: url(./star-5.svg) no-repeat;} */











.review_custom_section .okeReviews-reviewsAggregate-summary-total {
    color: #212721;
    font: 300 14px BentonSans-Regular;
    line-height: 24px;
}

.review_custom_section .okeReviews .okeReviews-barGraph-layer--foreground {background: #651c32;}
.review_custom_section .okeReviews .okeReviews-barGraph-layer--background { background: #ceb888;}

.review_custom_section .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate .okeReviews-reviewsAggregate-side {
    padding-top: 0;
}
.review_custom_section .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate .okeReviews-reviewsAggregate-side .okeReviews-reviewsAggregate-summary {
    margin-bottom: 30px;
}
.review_custom_section .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate .okeReviews-reviewsAggregate-summary-rating {
    margin-bottom: 0;
}

.review_custom_section .okeReviews-review-side, .review_custom_section .okeReviews-review-primary { border: 0 !important;}
/* .review_custom_section .okeReviews .okeReviews-reviewsWidget-reviewsAggregate { border-bottom: 1px solid #ceb888;}
 */
.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin:0 -50px;position: relative; overflow: hidden;}
.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review {width: 100%; max-width: 50%;
  border-top: 1px solid #ceb888;padding: 20px 50px;}

.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review:last-child {
    border-bottom: 0;
}

.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review .okeReviews-review-side,
.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review .okeReviews-review-primary, 
.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review .okeReviews-review-side .okeReviews-review-side-inner {
    width: 100%;
    max-width: 100%;
}

.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review 
.okeReviews-review-side .okeReviews-review-side-inner .okeReviews-review-reviewer-profile-avatar {display: none;}

/* .review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review .okeReviews-review-side .okeReviews-review-side-inner
 .okeReviews-review-reviewer-profile-details .okeReviews-review-reviewer-profile-name {
    line-height: 25px;
    font: 500 18px BentonSans-Medium;
} */


.review_custom_section .okeReviews-review-side .okeReviews-review-reviewer-profile {border: 0; padding: 0; margin: 0; }


.review_custom_section .okeReviews-review-side .okeReviews-review-reviewer-profile .okeReviews-review-date {
    margin-left:auto;  color: #3c3c3c; font: 400 12px BentonSans-Regular; line-height: 24px;}

.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review .okeReviews-review-side,
.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review .okeReviews-review-primary {
    padding: 0;
}

.review_custom_section .okeReviews .okeReviews-review-recommendation, .review_custom_section .okeReviews .okeReviews-reviews .okeReviews-reviews-controls {
    display: none;
}


.review_custom_section .okeReviews-review-side .okeReviews-review-reviewer-profile .okeReviews-review-reviewer-profile-status--verified {
       color: #212721; padding-left:5px;
}

.review_custom_section .okeReviews .okeReviews-review-reviewer-profile-details {padding: 0; vertical-align: top; display: -webkit-box; display: -ms-flexbox; display: flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; font: 300 12px BentonSans-Regular; text-transform: uppercase;}
.review_custom_section .okeReviews .okeReviews-review-reviewer-profile-status--verified:before {display: none;}

.review_custom_section .okeReviews-reviews-footer::before {display:none;}
.review_custom_section .okeReviews-reviews-footer button.okeReviews-reviews-showMore {
    border: 0;
    border-bottom: 3px solid #651c32;
    padding: 6px 0;
    font-size: 14px;
    color: #651c32;
}
.review_custom_section .okeReviews-reviews-footer button.okeReviews-reviews-showMore:after {display:none;}
.review_custom_section .okeReviews-reviews-footer button.okeReviews-reviews-showMore:hover {
    border-color: #212721;
    color: #212721;
}
.review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review:last-child:before {
    content: "";
    border-top: 1px solid #ceb888;
    display: block;
    width: 100%;
    position: absolute;
    margin-top: -21px;
}
.review_custom_section .okeReviews .okeReviews-review-helpful-vote-button--negative:before,
.review_custom_section .okeReviews .okeReviews-review-helpful-vote-button--positive:before {opacity: 1 !important; color: #212721;font-size: 20px;}
.review_custom_section .okeReviews .okeReviews-review-main-heading { font: 500 18px BentonSans-Medium; color: #212721; line-height: 25px;}


.our_product_section h5.subtitle-product p:nth-of-type(02), .our_product_section h5.subtitle-product p:nth-of-type(03) {display:none}

.box-text-product2 p {margin-bottom:20px;}





.our_product_section .our_product_wrap  {    display: -webkit-box;    display: -ms-flexbox;    display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.our_product_section .our_product_wrap .row-items-product {position: relative; width: 100%; max-width: 47%; }
.our_product_section .our_product_wrap .col-product-right {padding-left: 140px; width: 100%; max-width: 53%; margin-left: auto; }
.our_product_section .our_product_wrap .logo_gallery_cus {width: 100%; max-width: 540px; }

.our_product_section .our_product_wrap .col-product-right .box-button-product { margin-bottom: 0; padding-bottom: 0;}


.our_product_section .col-product-right h1.title_line1 { margin-left: -88px;}



.our_product_section .col-product-right .new-directions .col-right-faqs-products { width: 100%; max-width: 100%;}






.our_product_section .new-directions p.title_line1 {
    font: 400 18px BentonSans-Regular;
    line-height: 26px;
}
.our_product_section .new-directions p.title_line1::before, .our_product_section .new-directions p.title_line1::after {background-color:#212721;}

.our_product_section .row-items-product.template-full-cus1 { display: inline-block;}
.our_product_section .new-directions h3.title-product-frecuency { margin-bottom: 40px; margin-top: 40px;}


.our_product_section .new-directions .btn-item-faq img { width: 8px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}

.our_product_section .new-directions .btn-item-faq.active img {    -webkit-transform: rotate(270deg);    -ms-transform: rotate(270deg);    transform: rotate(270deg);}

.logo_gallery_cus p.seen_in_txt span { color: #651c32;}

.our_product_section .new-directions .col-right-faqs-products button.btn-item-faq { font: 500 18px BentonSans-Medium;border-bottom: 2px solid #000;
  text-transform: uppercase;}


.our_product_section .new-directions .col-right-faqs-products .item-faq {border-bottom:0;}

.our_shop_custom {  margin-bottom: 50px;}





.links-header a.link-header { font: 500 16px BentonSans-Book;  margin: 0 25px;}
.content-header {position:relative;}
.links-header {-webkit-box-pack: flex-end;-ms-flex-pack: flex-end;justify-content: flex-end; margin-right: 80px;margin-top: 6px;}

.link-store-header img { -webkit-filter: unset; filter: unset;}




/* footer custome section */
footer.footer_custom { padding: 70px 0 10px;}
.nav_link_ft { display: -webkit-box; display: -ms-flexbox; display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;}


.footer-part.logo-social .logo_ft { margin-bottom: 60px;}
.footer-part.logo-social .logo_ft a.logo-header img { width: 100%; max-width: 160px;}
.footer_custom .content-footer { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; margin-bottom: 25px;}
/* .footer-part.logo-social {margin-right:105px;} */



.logo-social.footer-part {width: 100%; max-width: 18%; }
.nav_link_ft.footer-part {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; max-width: 40%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.nav_link_ft.footer-part .links-footer { margin-right: 70px;}
.nav_link_ft.footer-part .links-footer:last-child {margin-right: 0; } 
.box-form-newsletter-footer.footer-part {width: 100%; max-width: 42%;    border-left: 1px solid white;
    padding: 25px 0px 25px 8%; }



.footer-bottom {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
.footer-bottom .box-copyright-footer, .footer-bottom .footer-bottom-link {
    width: 100%; max-width: 50%; }

.footer-bottom .footer-bottom-link ul {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; list-style: none; margin:0;}
.footer-bottom .footer-bottom-link ul li a {color: #fff; text-decoration: none; border-right: 3px solid white;
  padding: 0 8px; text-transform: uppercase; font-size: 12px; line-height: normal; font-family: 'BentonSans-Regular'; }

.footer-bottom .footer-bottom-link ul li a:hover {color:#d0b787;}

.footer-bottom .footer-bottom-link ul li:last-child a { border-width: 0; padding-right: 0;}


.box-copyright-footer p { color: #fff; font-size: 12px; line-height: normal;  margin: 0; font-weight: 400;}
.footer-bottom-main {border-top:1px solid #fff; width:100%; display:inline-block; padding: 20px 0;}

.box-form-newsletter-footer.footer-part p.title2 { color: #fff; font-size: 14px;line-height: normal; font-weight: 400;}

.box-form-newsletter-footer.footer-part p.title2 {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

.box-form-newsletter-footer.footer-part h3.main-title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
      font-family: 'ambroise-std';
}

.box-input-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d0b787;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  margin-top: 20px;
    margin-bottom: 0;
}
.box-input-newsletter input {
    border: 0;
    padding: 0px 20px 0 10px;
}

.box-input-newsletter button.btn-design21 {background-color: #d0b787; width: 100%; max-width: 110px; padding: 14px 10px;
  display: inline-block; color: #fff; border: 0; font-size: 12px; font-weight: 500; }


.social_icon a.item-rd-footer { margin-right: 20px;}



.nav_link_ft.footer-part .links-footer a.link-footer {
    font: 500 16px BentonSans-Regular;
    line-height: normal;
    margin-bottom: 30px;
}
.social_icon a.item-rd-footer:last-child {
    margin-right: 0;
}
p:empty {
    display: none;
}
.gift-with-purchase-text {
    background-color: #f3eee2;
    padding: 18px 30px 10px 40px;
    position: relative;
    color: #7f4348;
    font-size: 15px;
    margin-bottom: 30px;
}
.gift-with-purchase-text:before {
    content: "";
    background: url(frame_border.png) repeat-y left top;
    width: 12px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 12px;
}
.gift-with-purchase-text a {
    display: inline-block;
    color: #7f4348;
}
.gift-with-purchase-text strong span {
    color: #7f4348;
}






/*-----------------------------------********************* media start ******************** ------------------------------------------- */


@media (max-width:1370px) { 
.col-product-left { width: 500px;}
  .our_product_section .col-product-right { margin-right: 0px;width: 440px;}
  

}

@media (max-width:1200px) {

  .section-faqs-product {margin-bottom: 60px;}
  .section-family-line-up {  padding-bottom: 50px;}
  .service_main .service_count .service-content .service_caption {padding: 35px 35px 35px 40px;}
  .service_main .service_count .service-image {margin-top: 35px;}
  .service_main .service_count .service-content {  margin-top: 40px;}
  .service_count:nth-child(even) .service-content.service-col { margin-top: 20px;}
  .review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main { margin: 0 0px;}
  .review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review { padding: 20px 25px;}		
  
  .our_product_section .col-product-right {  margin-left: 115px;}
  .title_line1 { font-size: 34px;}
  .box-info-main-product>h5 {font-size:16px;}
  
  
  .links-header a.link-header { font-size: 14px; margin: 0 22px;}
  .links-header {margin-right: 60px;}
  
  
  
}





@media (max-width:991px) {
.title-product, .our_product_section .col-product-right h1.title_line1 { font-size: 28px;line-height: 32px;}
  
  .service_count:nth-child(even) {  -webkit-box-orient: vertical;  -webkit-box-direction: reverse;  -ms-flex-direction: column-reverse;  flex-direction: column-reverse;}
   .service_main .service_count .service-image {margin-top:25px;}
  section.related-product-section { padding-bottom: 15px;}
    .our_product_section .col-product-right { margin-left: 100px; width:100%;}
  .our_product_section .row-items-product .col-product-left { width: 100%; max-width: 650px; display: block; margin: 30px auto 20px;}
  .logo_gallery_cus p span img { margin: 10px;}
  .logo_gallery_cus p span { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}

   .key-ingredients-main .key-ingredients-left, .key-ingredients-main .key-ingredients-right {max-width: 100%; padding-left: 0;}
  .service_main .service_count .service-image { max-width: 100%;}
  
  
  .service_main .service_count .service-content { max-width: 100%;margin-top: 20px;}
  .service_main .service_count .service-content .service_caption { padding: 30px 40px 30px 40px;}
  .before-after-section {padding-bottom: 40px;padding-top: 40px; margin: 40px 0;}
  
  .service_count:nth-child(even) .service-content.service-col .service_caption {  padding-left: 50px;}
  section.section-faqs-product.faqs_product_cus {  padding-bottom: 25px; margin: 25px 0;} 
  
  .related-product-section .swiper-button-prev, .related-product-section .swiper-button-next {top: 27px; z-index: 9; } 
.related-product-section .swiper-button-prev {left: 45px;}
.related-product-section .swiper-button-next  {right:45px}
.related-product-section .swiper.swiper-family-line-up.our_shop_custom {padding-top: 65px; }
  
  .links-header a.link-header {    margin: 19px 0 19px 0;}
  
  
  
  
  
  .nav_link_ft.footer-part .links-footer a.link-footer {font-size: 14px;margin-bottom: 20px;}
  .nav_link_ft.footer-part .links-footer {  margin-right: 3px;}
  .box-form-newsletter-footer.footer-part {-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:5%;max-width: 50%;}
  .footer-part.logo-social .logo_ft a.logo-header img {    max-width: 120px;}
  .footer-part.logo-social .logo_ft {  margin-bottom: 40px;}
  
  .social_icon a.item-rd-footer {margin-right: 16px;margin-left: 0;} 
  
  .nav_link_ft.footer-part { max-width: 26%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-left: 20px;}
  
  
  .content-header .overlay-links-header { background: transparent;}  
  .content-header .links-header {background: #212721;margin-top: 0;}
  section.our_product_section { padding-top: 25px;}
  
  
}


@media (max-width:767px) {
  
/*   first section */
  .title-product { font-size: 26px; line-height: 30px;}
  .title_line1:after { left: 25px;}
  .title_line1:before {  left: 0; width: 25px;}
  .title_line1 { padding-left: 43px; font-size: 26px !important; line-height: 30px !important;}
  .logo_gallery_cus p span {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.logo_gallery_cus p span img {margin: 8px; width: 100px; }
  .section-product, section.our_product_section { padding: 40px 0 40px;}
  .box-info-main-product>h5 {
    font: 500 16px BentonSans-Medium;line-height: 20px;}
  .our_product_section .frequency_custom .countpluse {height: 42px;}
  .frequency_custom .box-button-product .btn-design1 { height: 42px; min-height: 42px;padding: 5px 30px;}
  
  .h2, h2 {  font-size: 24px;}
  
  .box-text-product p, p {font: 400 14px BentonSans-Regular;}
  
 
  
  .key-ingredients-right .content_part ul {padding: 0 0 0 0px; margin-bottom:0;}
  
  section.key-ingredients-section { margin: 10px 0 30px;}
  
  
  .our_shop_custom .item-family-line-up-cus {  width: 100%; padding: 0 0px 65px;}
  

  
  
  .service_caption .service-item ul li.title_line1 {font-size: 17px!important; line-height: 20px!important;}
  .service_count:nth-child(even) .service-content .service_caption {  padding: 20px 15px 24px 45px;}
  .service_count:nth-child(even) .service-content .service_caption .service_logo ul li {max-width: 72px;margin: 6px;}
  
  .before-after-section { padding-bottom: 30px; padding-top: 20px;margin: 35px 0;}
  
  .before-after-main .before-after-box { width: 100%; padding: 10px;}
  
  .before-after-main {margin: 0 -10px;}
  .faqs_product_cus .title1 {font: 600 28px ambroise-std; margin-bottom: 10px;}
  
  .faqs_product_cus .col-right-faqs-products button.btn-item-faq {font-size: 16px;
    padding-right: 25px; border-bottom: 1px solid #000; padding-bottom: 12px;}
  
  .faqs_product_cus .col-right-faqs-products button.btn-item-faq img { right: 10px;}
  
  section.faqs_product_cus {margin-bottom: 10px;padding-bottom: 40px;}
  .our_shop_custom .item_inner_caption { padding: 0 0 60px;}
  .okeReviews .okeReviews-reviewsWidget-header-controls { text-align: center;}
  .related-product-section .our_shop_custom .item-family-line-up-cus {  margin-bottom: 20px;}
  .okeReviews .okeReviews-starRating {width: 80px;}
  .review_custom_section .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate .okeReviews-reviewsAggregate-side 
  .okeReviews-reviewsAggregate-summary {text-align:center;}
  .review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review {max-width: 100%; padding: 15px 10px;
    margin: 0 auto;} 
  .review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main { margin: 0 0px;}
    
  .review_custom_section .okeReviews-reviewsWidget-reviews .okeReviews-reviews-main .okeReviews-reviews-review:last-child:before {display:none;}
  #reviews { padding-bottom: 60px;}
  
   .service_main .service_count .service-content .service_caption { padding: 20px 30px 24px 20px;} 
  .review_custom_section .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate .okeReviews-reviewsAggregate-primary,
 .review_custom_section .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate .okeReviews-reviewsAggregate-side {
    padding: 0 
} 
  .review_custom_section .okeReviews .okeReviews-review-main-heading {line-height:22px; font-size:16px;}
  .key-ingredients-right .content_part ul li a {font-size:14px;line-height: 20px;}
  .key-ingredients-right .content_part ul li a strong { font-size:16px;}
  .review_custom_section .okeReviews .okeReviews-reviewsAggregate-mod-itm--medAgg { max-width: 100%;}
  
  .before-after-wrap .title_head p {font-size: 16px;}
.before-after-wrap .title_head h2 {font-size: 28px;margin-bottom: 10px;}
.before-after-wrap .title_head span {font-size: 14px; line-height: 18px; display: inline-block; padding-top: 5px; }
  
 .service_count:nth-child(even) .service-content.service-col .service_caption { padding-left: 40px; padding-right: 20px;} 
 .faqs_product_cus .col-right-faqs-products .box-text-item-faq p { font: 400 14px BentonSans-Regular !important; line-height: 24px !important;}
  section.section-faqs-product.custom-code { margin-bottom: 20px;  padding-bottom: 20px;}
  
  .faqs_product_cus .col-right-faqs-products .box-text-item-faq p {margin-bottom:5px;}
  
  
  .our_product_section .our_product_wrap .row-items-product, .our_product_section .our_product_wrap .col-product-right, 
  .our_product_section .our_product_wrap .logo_gallery_cus  {max-width:100%;}
  .our_product_section .col-product-right h1.title_line1, .our_product_section .col-product-right { margin-left: 0;}
  
  .our_product_section .our_product_wrap .col-product-right { padding-left: 15px;}
 
     .our_product_section .new-directions .box-text-item-faq p.title_line1 { font: 400 14px BentonSans-Regular!important;
    line-height: 24px!important; }
  
   .our_product_section .new-directions .box-text-item-faq .title_line1:after, .our_product_section .new-directions .box-text-item-faq .title_line1:before {top: 13px;}
  
  
  .content-header .links-header {padding-top:150px;}
  
  
.logo-social.footer-part, .nav_link_ft.footer-part, .box-form-newsletter-footer.footer-part {
    max-width: 100%;
    text-align: center;
    border: 0;
    margin: 0 auto;
}
  
  .nav_link_ft.footer-part .links-footer {
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
 .nav_link_ft.footer-part {
    margin: 40px 0 20px;
} 
  
 .footer-bottom .box-copyright-footer, .footer-bottom .footer-bottom-link {
    width: 100%;
    max-width: 100%;
    margin: 5px auto;
    text-align: center;
} 
  
  .footer-bottom .footer-bottom-link ul {    padding: 0;}
  
  footer.footer_custom {
    padding: 40px 0 10px;
}
  
  
  .footer-bottom .footer-bottom-link ul li a {font-size: 10px; border-width:1px;} 
  
  
  
  
  
} 
 /*---- 767px media close ----- */

.click-apppend { display: none;}
.title1 { font-family: ambroise-std  !important;}
.title-section-banner{ font-family: ambroise-std  !important; font-size: 42px;font-weight: 600;}
.related-product-section { margin-top: 50px;}





/*----------product details page and listing page changes 14-july-22 ------------- */
.our_product_section .new-directions .box-text-item-faq p.title_line1:before, .our_product_section .new-directions .box-text-item-faq p.title_line1:after { display: none;}
.our_product_section .new-directions .box-text-item-faq p.title_line1 {padding-left:0;}
.our_product_section .col-product-right h1.title_line1::before, .section-collections .box-title-section-collections h2.title_line1::before {content: ""; top: 18px; -webkit-transform: none; -ms-transform: none; transform: none; }
.our_product_section .col-product-right h1.title_line1::after, .section-collections .box-title-section-collections h2.title_line1::after {content: ""; -webkit-transform: none; -ms-transform: none; transform: none; top: 13px; }
.key-ingredients-section .key-ingredients-right h2.title_line1::after { content: ""; -webkit-transform: none; -ms-transform: none; transform: none; top: 18px;}
.key-ingredients-section .key-ingredients-right h2.title_line1::before { top: 23px; content: ""; -webkit-transform: none; -ms-transform: none; transform: none;}

@media (max-width: 1200px) {
.key-ingredients-section .key-ingredients-right h2.title_line1:before {top: 20px;}
  .key-ingredients-section .key-ingredients-right h2.title_line1:after {top: 15px;}
  
}

@media (max-width:991px) {
  .our_product_section .col-product-right h1.title_line1:before {top:15px;}
  .our_product_section .col-product-right h1.title_line1:after {top:10px;}
}
@media (max-width:767px) {
 .our_product_section .col-product-right h1.title_line1:before,  .key-ingredients-section .key-ingredients-right h2.title_line1:before, .section-collections .box-title-section-collections h2.title_line1::before {top:13px;}
.our_product_section .col-product-right h1.title_line1:after, .key-ingredients-section .key-ingredients-right h2.title_line1:after, .section-collections .box-title-section-collections h2.title_line1::after { top: 8px;}
  .section-collections .box-title-section-collections { width: 100%;}
  
   .okeReviews .okeReviews-starRating-indicator-layer, .our_product_section .okeReviews .okeReviews-starRating--small .okeReviews-starRating-indicator-layer, .section-collections .item-family-line-up-cus .okeReviews-starRating--small .okeReviews-starRating-indicator-layer { background-size: 80px 21px;}
  
/*   slider height issue related */
  .section-banner .swiper-slide {  height: auto;}
  /* .box-cart-custom1 {height: calc(100vh - 90px); } */

/*   cart button issue solve  */
  button.needsclick.kl-teaser-Y5kDC3.undefined {  z-index: 5 !important;}
.cart-custom1.active  {z-index: 99;}
  
}



/* Cart Page new design 18-08-22 */
footer.Cart__Footer {
    color: #fff;
    padding: 30px;
}
.CartItem__ImageWrapper .AspectRatio:before {
    display: block;
    padding-bottom: 100%;
    position: relative;
    content: "";
    top: 0;
}

.box-text-product2{
  position: relative !important;
  right: 0;
  top: auto !important;
}