@charset "UTF-8";

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}


.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}
.bg-white {
    background-color: #fff !important
}
.bg-transparent {
    background-color: transparent !important
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}
@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    }
.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}























.bg-gray{
    background-color:#f4f4f4!important
}
.bg-dark{
    background-color:#222529!important
}
.bg-dark2{
    background-color:#2f3946!important
}
.bg-primary{
    background-color:#3050ff!important
}
.bg-secondary{
    background-color:#ee8379!important
}
.text-dark{
    color:#222529!important
}
.text-primary{
    color:#3050ff!important
}
.text-secondary{
    color:#ee8379!important
}
.text-body{
    color:#777!important
}
.font1{
    font-family:"Open Sans",sans-serif!important
}
.font2{
    font-family:Poppins,sans-serif!important
}
.font3{
    font-family:"Segoe Script","Savoye LET"!important
}
.font4{
    font-family:Oswald,sans-serif!important
}
@media (min-width:992px){
    .d-lg-none{
        display:none!important
    }
    .d-lg-block{
        display:block!important
    }
    .w-lg-max{
        flex:1;
        -ms-flex:1;
        max-width:100%
    }
}

.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px,0px,0px)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
    background:none;
    color:inherit;
    border:0;
    padding:0!important;
    font:inherit
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .animated{
    animation-duration:1000ms;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    to{
        opacity:0
    }
}
.owl-height{
    transition:height 500ms ease-in-out
}
.owl-carousel .owl-item{
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
    max-height:0
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}





html{
    overflow-x:hidden;
    font-size:62.5%;
    font-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    color:#777;
    background:#fff;
    font-size:1.4rem;
    font-weight:400;
    line-height:1.4;
    font-family:"Open Sans",sans-serif;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden
}












.text-shadow{
    font-family: "Dancing Script", sans-serif;
    font-style:italic;
    font-weight: 700!important;
    text-shadow:0 0 4px rgba(0,0,0,0.1)
}
hr{
    border-top-color:#dfddda
}
.bg-image{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover
}
.text-animate{
    position:absolute;
    white-space:nowrap;
    left:100%;
    top:50%;
    font-family:Poppins;
    margin-top:-0.5em;
    animation:slideX 160s infinite linear;
    pointer-events:none;
    opacity: .5;
    z-index:-1

}
@keyframes slideX{
    0%{
        transform:translateX(0);
        left:100%
    }
    to{
        transform:translateX(-100%);
        left:0
    }
}
.btn{
    border-radius:3px
}
.owl-carousel.nav-circle .owl-nav{
    font-size:1.8rem
}
.owl-carousel.nav-circle .owl-nav i:before{
    font-weight:800
}
.owl-carousel.nav-circle .owl-nav [class*=owl-]:not(.disabled):hover{
    background:#f4f4f4
}
.owl-carousel.nav-circle .owl-nav .owl-next,.owl-carousel.nav-circle .owl-nav .owl-prev{
    top:49.3%;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#f4f4f4;
    color:#3050ff
}


.promo-section{
    position:relative;
    margin-top:3.1rem;
    padding:2.5rem 0;
    overflow:hidden;
    z-index:2
}
.promo-section h4{
    margin:0 2.2rem 0 1.4rem;
    font-style:italic
}
.promo-section .text-animate{
    font-size:8rem;
    line-height:1;
    font-weight:800;
    letter-spacing:-0.025em
}


.bannerx {
    position: relative;
    font-size: 1.6rem
}

.bannerx figure {
    margin: 0
}

.bannerx img {
    width: 100%;
    object-fit: cover
}

.bannerx h1,
.bannerx h2,
.bannerx h3,
.bannerx h4,
.bannerx h5,
.bannerx h6 {
    line-height: 1
}

.bannerx .container:not(.bannerx) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ibanner {
    font-size: 10px
}

aside .banner {
    font-size: 1.6rem
}

.banner-layer {
    position: absolute;
    left: 6%;
    right: 6%
}

.banner-content {
    position: relative
}

.banner-layer-top {
    top: 7%
}

.banner-layer-bottom {
    bottom: 5%
}

.banner-layer-space {
    left: 0;
    right: 0;
    padding: 1em 1.5625em
}

.banner-layer-left {
    right: auto
}

.banner-layer-right {
    left: auto
}

.banner-layer-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.banner-layer-middle {
    top: 50%;
    transform: translateY(-50%)
}


.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.banner1,.banner2,.promo-banner{
    background:#efeeec
}
.banner1 h6,.banner2 h6,.promo-banner h6{
    margin-bottom:2px;
    font-size:1.3rem;
    font-weight:700;
    letter-spacing:0.025em;
    color:#777777
}


.banner-h-100 {
    height: 100vh
}

@media (max-width:1199px) {
    .banner {
        font-size: 1.4rem
    }

    .ibanner {
        font-size: 1rem
    }
}

@media (max-width:767px) {
    .banner-md-vw-small {
        font-size: 1.8vw
    }

    .banner-md-vw {
        font-size: 2.3vw
    }

    .banner-md-vw-large {
        font-size: 3vw
    }
}

@media (max-width:575px) {
    .banner-md-vw-small {
        font-size: 2.3vw
    }

    .banner-sm-vw {
        font-size: 1.2rem
    }

    .banner-sm-vw-large {
        font-size: 4vw
    }
}


.product-banner {
    background-color: #ececec;
    border-radius: 6px;
    font-size: 1.6rem;
    overflow: hidden;
    margin: 3.3rem 0 5.4rem
}

.product-banner .banner-subtitle {
    font-size: 1.16875em;
    letter-spacing: 2.1px;
    color: #777;
    margin: 0.5rem 0 1.3rem
}

.product-banner .banner-title {
    font-size: 3.25em;
    line-height: 1;
    letter-spacing: 2.7px;
    margin-bottom: 18px
}

.product-banner .banner-desc {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 1.75em;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #222529
}

.product-banner .row>* {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.product-banner .up-to strong {
    letter-spacing: -2,px
}

.product-banner .up-to strong:before {
    top: -14px;
    left: -4px;
    bottom: -15px;
    width: 3.5em
}

.product-banner .up-to sup {
    top: -1em
}

@media (min-width:992px) {
    .product-banner .row .banner-content {
        align-items: flex-end
    }

    .product-banner .row .banner-price {
        align-items: flex-start;
        padding-left: 2.4rem
    }
}
.product-banner {
        font-size: 1.4rem
    }
@media (min-width:992px) {
    .product-banner .row .banner-content {
        align-items: flex-end
    }

    .product-banner .row .banner-price {
        align-items: flex-start;
        padding-left: 2.4rem
    }
}
.font-weight-bold{font-weight:700!important}






.up-to sup {
    font-size: 2.37rem;
    font-weight: 700;
    color: #222529;
    top: -2em;
    margin-right: 24px;
    letter-spacing: -0.03em
}

.up-to strong {
    display: inline-block;
    position: relative;
    font-size: 9.2rem;
    color: #fff;
    line-height: 0.9;
    letter-spacing: 1px;
    transform: rotate(-3deg)
}

.up-to strong:before {
    content: "";
    position: absolute;
    top: -9px;
    left: -18px;
    right: -18px;
    bottom: -10px;
    width: 2.45em;
    background-color: #222529;
    z-index: -1;
    transform: rotate(-3deg)
}

.up-to small {
    display: block;
    font-size: 0.22222em;
    font-weight: 700;
    text-align: right;
    padding-right: 4px;
    letter-spacing: -0.01em
}


.product-banner {
    background-color: #ececec;

    overflow: hidden
}

.product-banner .banner-subtitle {
    font-family: Poppins,sans-serif;
    font-size: 1.16875em;
    letter-spacing: 2.1px;
    color: #777;
    margin: 0.5rem 0 1.3rem
}

.product-banner .banner-title {
    font-family: Poppins,sans-serif;
    font-size: 3.25em;
    line-height: 1;
    letter-spacing: 2.7px;
    margin-bottom: 18px
}

.product-banner .banner-desc {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 1.75em;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #222529
}

.product-banner .row>* {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.product-banner .up-to strong {
    letter-spacing: -1px
}

.product-banner .up-to strong:before {
    top: -14px;
    left: -4px;
    bottom: -15px;
    width: 3em
}

.product-banner .up-to sup {
    top: -1em
}
