/* Global */
body {
    font-size: 17px;
    color: var(--body-color);
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.card-products .price,
.nav.nav-pills li a {
    font-family: 'Futura PT', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--main-dark);
    line-height: 1.4;
    font-weight: 600;
}

@media (max-width: 400px) {
    h4 {
        font-size: 1.7rem;
    }
}

h3 {
    font-size: 33px;
}

a,
button,
img,
input,
.form-control {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-70 {
    max-width: 70%
}

@media (min-width: 992px) {
    .ml-lg-7 {
        margin-left: 7rem !important;
    }

    .ml-lg-n4 {
        margin-left: -4rem;
    }
}

@media (max-width: 767px) {
    .mr-sm-0 {
        margin-right: 0 !important;
    }
}

.checkboxes-terms.small {
    font-weight: 400;
    font-size: 16px;
}

.radius10 {
    border-radius: 10px;
}

.radius20 {
    border-radius: 20px;
}

.fs-7 {
    font-size: 1.15rem !important;
}

.bt-light {
    border-top: 1px solid var(--line-dark)
}

.bt-dotted-main {
    border-top: 1px dotted var(--main);
}

@media (min-width: 992px) {
    .md-right {
        float: right;
    }
}

.max-w-600 {
    max-width: 600px
}

.m-0-auto {
    margin: 0 auto
}

.fw-500 {
    font-weight: 500
}

@media (min-width: 992px) {
    .visible-md {
        display: none;
    }
}

@media (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}

.maxh-100 {
    max-height: 100%;
}

.bg-light2 {
    background: var(--bg-light2)
}

.bg-opacity {
    background: var(--main-opacity)
}

.bg-opacity2 {
    background: var(--main-opacity2)
}

.product-view #product-selection #color-option {
    scrollbar-width: thin;
    scrollbar-color: var(--main) var(--line-light);
}

.product-view #product-selection #color-option::-webkit-scrollbar {
    width: 8px;
}

.product-view #product-selection #color-option::-webkit-scrollbar-track {
    background: var(--line-light);
}

.product-view #product-selection #color-option::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb:hover {
    background: var(--main);
    border-radius: 6px;
}


/* page_title */
.page_title {
    text-align: center;
    margin: 0 auto;
}

.page_title:not(.supertitle) {
    border-bottom: 1px dotted var(--main);
    padding: 20px 0 15px;
}

.page_title.supertitle {
    border-bottom: 2px solid var(--main);
    padding: 20px 0;
}

@media (min-width: 992px) {
    .page_title {
        max-width: 60%;
    }

    .page_title.supertitle {
        max-width: 55%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page_title {
        max-width: 80%;
    }
}

.page_title.w-80 {
    max-width: 80%;
}

.page_title.w-90 {
    max-width: 90%;
}

.page_title h1 {
    font-size: 40px;
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .page_title h1 {
        line-height: normal;
        font-size: 38px;
    }
}

.bg-card .page_title h1 {
    line-height: 1.1;
}

@media (max-width: 767px) {
    .bg-card .page_title h1 {
        font-size: 36px;
    }
}

@media (max-width: 500px) {
    .bg-card .page_title h1 {
        font-size: 34px;
    }

    .bg-card .page_title.w-80 {
        max-width: 95%;
    }
}

.page_title.supertitle span {
    font-size: 20px;
}

h2.line-after:after {
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    bottom: 0;
    left: 13px;
    font-size: 3.5rem;
    line-height: 1.2;
}

h2.line-after.line-bg1:after {
    background: #FFCD1E;
}

h2.line-after.line-bg2:after {
    background: #FF0000;
}

h2.line-after.line-bg3 {
    font-size: 2.5rem;
}

h2.line-after.line-bg3:after {
    background: var(--main);
    width: 15%;
    left: 42.5%;
    right: 42.5%;
}

/* main content form  */
.main-content--form .bg-img {
    border-radius: 10px 0 0 10px;
}

.main-content--form .bg-img.invert {
    border-radius: 0 10px 10px 0;
}

@media(max-width: 991px) {
    .main-content--form .bg-img {
        min-height: 300px;
        border-radius: 10px 10px 0 0
    }

    .main-content--form .bg-img.invert {
        border-radius: 0 0 10px 10px;
    }
}

.main-content--form .page_title,
.bg-card .page_title {
    border-bottom: 2px solid var(--main);
    padding: 10px 0;
    margin-bottom: 2.5rem
}

.main-content--form.w-full .page_title {
    margin-bottom: 1.5rem;
}

.main-content--form.w-full .p-custom {
    max-width: 950px
}

@media(min-width: 1200px) {
    .main-content--form .p-custom {
        padding: 4rem 5rem 7rem;
    }
}

@media(max-width: 1199px) {
    .main-content--form .p-custom {
        padding: 3.5rem 3.8rem 5rem;
    }
}

@media(max-width: 500px) {
    .main-content--form .p-custom {
        padding: 2.5rem 1.8rem 3.3rem
    }
}

/* btn */
.btn {
    padding: 12px 20px;
    line-height: 1.6;
    position: relative;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    opacity: 1;
    z-index: 1;
}

@media (min-width: 400px) {
    .btn {
        padding: 12px 40px;
    }
}

.btn:before {
    border-radius: 5px;
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:not(.btn-outline-primary):not(.btn-outline-secondary):hover:before,
.btn:not(.btn-outline-primary):not(.btn-outline-secondary):focus:before,
.btn:not(.btn-outline-primary):not(.btn-outline-secondary):active:before,
.btn:not(.btn-outline-primary):not(.btn-outline-secondary):focus:active:before,
.btn.btn-outline-secondary:before,
.btn.btn-outline-primary:before {
    opacity: 0;
}

.btn.btn-outline-primary:hover:before,
.btn.btn-outline-primary:focus:before,
.btn.btn-outline-primary:active:before,
.btn.btn-outline-primary:focus:active:before,
.btn.btn-outline-secondary:hover:before,
.btn.btn-outline-secondary:focus:before,
.btn.btn-outline-secondary:active:before,
.btn.btn-outline-secondary:focus:active:before {
    opacity: 1;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:focus:active,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:focus:active {
    color: #fff;
    border: 1px solid transparent;
    background: transparent;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:focus:active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:focus:active,
.btn.btn-outline-primary,
.btn.btn-outline-secondary {
    border: 1px solid var(--main-dark);
    background: transparent;
    color: var(--main-dark);
}

.btn.btn-primary:before,
.btn.btn-outline-primary:before {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--primary1)), to(var(--primary2)));
    background: linear-gradient(180deg, var(--primary1) 0%, var(--primary2) 100%);
}

.btn.btn-secondary:before,
.btn.btn-outline-secondary:before {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--secondary1)), to(var(--secondary2)));
    background: linear-gradient(180deg, var(--secondary1) 0%, var(--secondary2) 100%);
}

/* */
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: inherit;
    border-color: inherit;
}

.btn-link {
    text-transform: uppercase;
    color: var(--main);
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link:focus:active {
    color: var(--body-color);
}

.btn-link.invert {
    text-transform: none;
    color: var(--body-color);
}

.btn-link.invert:hover,
.btn-link.invert:focus,
.btn-link.invert:active,
.btn-link.invert:focus:active {
    color: var(--main);
}

.btn.btn-white {
    border: transparent;
}

.btn.btn-success {
    color: #fff;
}

.btn.btn-success {
    background: #198754;
}

.btn.btn-white:after,
.btn.btn-white:active {
    background: var(--main-dark);
}


.btn.btn-success:after,
.btn.btn-success:active {
    background: #157347;
}


.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    color: #FFF;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    border: transparent;
}

.btn.back-top {
    padding: 15px 20px;
    float: left;
    display: inline;
    width: 60px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
}

/* Double title */
.section_title {
    font-weight: 400;
    font-size: 40px;
    line-height: 51px;
    margin: 0;
    margin-top: 15px;
    position: relative;
    text-transform: capitalize;
    margin-top: 0;
}

@media (max-width: 767px) {
    .section_title {
        font-size: 35px;
    }
}

.clear_offer {
    min-height: 300px;
}

.clear_offer .product-image {
    max-width: 45%;
    right: 0;
    bottom: 0;
    max-height: 300px;
    z-index: -1;
}

/* Cat block */
.cat_block .cat_content {
    position: relative;
}

.cat_block a .holder {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 11;
}

.cat_block a .holder h5 {
    font-weight: 500;
    font-size: 18px;
    padding: 12px 38px;
    line-height: 23px;
    background: #fff;
    display: inline-block;
    margin: 0
}

.cat_block a:hover h5 {
    color: var(--main)
}

.cat_block a .holder h5:empty {
    padding: 0;
}

.cat_block a:before,
.cat_block a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 9;
    opacity: .4;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.cat_block a:after {
    right: 0px;
    bottom: 0px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.cat_block a:hover::after,
.cat_block a:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Cat md block*/
.catmd_block a {
    display: block;
    position: relative;
    overflow: hidden;
}

.catmd_block .holder {
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.catmd_block .catmd_content:first-child .holder {
    right: 0;
    text-align: right;
}

.catmd_block .catmd_content:last-child .holder {
    left: 0;
}

.catmd_block a .holder h5 {
    margin-bottom: 15px;
    font-weight: 700
}

.catmd_block a .holder .btn {
    visibility: hidden;
    opacity: 0
}

.catmd_block a:hover .holder {
    bottom: 30px
}

.catmd_block a:hover .holder h5 {
    color: var(--main)
}

.catmd_block a:hover .holder .btn {
    visibility: visible;
    opacity: 1
}

.countdown_block .cdown {
    text-align: center;
    padding: 0.8rem 1.3rem 0;
    font-weight: 600;
    color: var(--main-dark);
    background: var(--bg-light3);
}

.countdown_block .cdown p {
    font-size: 15px;
    font-weight: 400;
}

.countdown_block {
    max-width: 330px
}


/* Call to action */
.cta {
    overflow: hidden;
}

.cta .btn-link {
    font-weight: 500;
    text-transform: none;
}

.cta_gradient {
    background: var(--bg-slide4);
}

@media(min-width: 992px) {
    .cta_gradient {
        background-image: linear-gradient(to bottom, #fff 10%, var(--bg-slide4) 5%, var(--bg-slide4) 95%, #fff 5%);
    }
}

.cta h5 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    padding: 0 10px;
}

.cta p {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.3em;
    color: #6F6F6F;
    padding-top: 14px;
    text-align: center;
}

@media(max-width: 1200px) {
    .cta h5 {
        font-size: 37px;
        line-height: 44px;
    }

    .cta p {
        font-size: 19px;
        letter-spacing: 0.2em;
        padding-top: 9px;
        line-height: 23px;
    }
}

.cta-lg-padding {
    margin-top: 70px;
    margin-bottom: 200px;
    padding: 100px 0;
    padding-bottom: 80px;
}

@media (max-width: 992px) {
    .cta-lg-padding {
        margin-top: 0;
        margin-bottom: 0
    }
}

.cta_shape {
    background: var(--bg-shape);
}

@media (max-width: 541px) {
    .cta-lg-padding {
        margin-top: -5rem
    }
}

.cta_shape .left-shape,
.cta_shape .left-image,
.cta_shape .right-shape,
.cta_shape .right-image {
    position: absolute;
}

.cta_shape .right-image,
.cta_shape .left-image {
    overflow: hidden;
}

.cta_shape .left-image {
    max-height: 400px;
    max-width: 300px;
}

.cta_shape .right-image {
    max-height: 480px;
    max-width: 380px;
}

.cta_shape .left-shape {
    left: 1px;
    bottom: -120px;
    height: 448px;
    width: 448px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .cta_shape .left-shape {
        bottom: -80px;
    }
}

@media (max-width: 1199px) {
    .cta_shape .left-shape {
        bottom: -100px;
    }
}

.cta_shape .left-image {
    left: 77px;
    bottom: -85px;
}

@media (max-width: 1199px) {
    .cta_shape .left-image {
        bottom: -55px;
        max-width: 230px;
        left: 111px;
    }
}

.cta_shape .right-shape {
    right: 0;
    top: -100px;
    width: 448px;
    height: 448px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .cta_shape .right-shape {
        top: -80px;
    }
}

.cta_shape .right-image {
    right: 44px;
    bottom: 80px;
}

@media (max-width: 1399px) {
    .cta_shape .right-image {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .cta_shape .right-image {
        max-width: 325px;
    }
}

@media (max-width: 991px) {

    .cta_shape .left-shape,
    .cta_shape .left-image,
    .cta_shape .right-shape,
    .cta_shape .right-image {
        display: none;
    }
}

.cta_shape .shape-text {
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 50px;
    color: var(--main-dark);
    line-height: 103px;
    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-bottom: 60px;
    z-index: 1;
    position: relative;
}

@media (max-width: 992px) {
    .cta_shape .shape-text {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .cta_shape .shape-text {
        font-size: 40px;
    }
}

@media (max-width: 399px) {
    .cta_shape .shape-text {
        font-size: 30px;
        margin-bottom: 0px;
        line-height: normal;
    }
}

.cta_shape .shape-text .shape-single {
    font-size: 80px;
    font-weight: 450;
    position: relative;
    padding-left: 50px;
    padding-right: 5px;
}

.cta_shape .shape-text .shape-single .shape {
    position: absolute;
    left: 20px;
    top: -25px;
    z-index: 1;
}

.cta_shape .btn-link {
    margin-left: 55px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--main-dark)
}

@media (max-width: 767px) {
    .cta_shape .shape-text .shape-single {
        padding-left: 25px;
        padding-right: 10px;
    }

    .cta_shape .shape-text .shape-single .shape {
        left: 0;
    }

    .cta_shape .btn-link {
        margin-left: 35px;
    }
}

@media (max-width: 399px) {
    .cta_shape .shape-text .shape-single {
        font-size: 50px;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        width: 100%;
    }

    .cta_shape .shape-text .shape-single .shape {
        display: none;
    }

    .cta_shape .shape-text {
        padding-top: 0 !important
    }

    .cta_shape .btn-link {
        margin-left: 0;
        margin-top: 1rem
    }
}

.cta_shape .section-title-text {
    position: absolute;
    left: -8px;
    top: -27px;
}

.cta_shape .section-title-text h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 126px;
    line-height: 163px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--line-light3);
}

@media (max-width: 1399px) {
    .cta_shape .section-title-text h2 {
        font-size: 100px;
    }

    .cta_shape .section-title-text {
        left: -5px;
        top: -18px;
    }
}

@media (max-width: 1199px) {
    .cta_shape .section-title-text h2 {
        font-size: 75px;
        line-height: 90px;
    }

    .cta_shape .section-title-text {
        top: 25px;
    }
}

@media (max-width: 541px) {
    .cta_shape .section-title-text {
        position: relative;
    }

    .cta_shape .section-title-text h2 {
        font-size: 40px;
        line-height: normal;
        text-align: center;
        -webkit-text-fill-color: var(--main);
        -webkit-text-stroke-width: 0;
    }
}

.cta-lg {
    max-width: 750px;
    background: rgba(255, 255, 255, .80);
    padding: 5rem 6rem;
}

@media (min-width: 1260px) {
    .cta-lg {
        padding: 6rem 8rem;
    }
}

@media (max-width: 500px) {
    .cta-lg {
        padding: 4rem;
    }
}

.cta-lg h2 {
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 600;
}

.flag-icon {
    margin-right: 3px;
}

.lh-2 {
    line-height: 2;
}

.lh-n {
    line-height: normal;
}

.h-100 {
    height: 100%;
}

.fw200 {
    font-weight: 200 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.border {
    border-color: var(--line-light) !important;
}

.fs1_5 {
    font-size: 1.5rem;
}

.fs1_05 {
    font-size: 1.05rem;
}

.modal-content {
    border-radius: 10px;
}

.bg-filter {
    background: rgb(242 242 242 / 92%);
}

.bg-filter .product-image {
    filter: brightness(0.951);
}

footer .dropdown-toggle::after,
header .dropdown-toggle::after,
.lang_swicher .dropdown-toggle::after {
    content: none !important;
}

.lang_swicher .dropdown-item {
    padding: 0 15px 0;
}

footer .lang_swicher .dropdown-menu {
    font-size: inherit;
}

/* fadeInDown animation */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

/* sticky-bar */
.sticky-bar {
    z-index: 99;
    border-bottom: 1px solid var(--line-light)
}

.sticky-bar.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    background-color: #ffffff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

/* custom paddings */
@media (min-width: 992px) {
    .pr-5 {
        padding-right: 5px !important
    }

    .pl-5 {
        padding-left: 5px !important
    }

    .grid-p .row {
        margin: 0 0 0 -5px;
    }
}

@media (max-width: 991px) {
    .grid-p .row {
        margin: 0 -5px;
    }
}

@media (min-width: 768px) {
    .pr-7 {
        padding-right: 7px !important
    }

    .pl-7 {
        padding-left: 7px !important
    }
}

.grid-p .row .item {
    padding: 0 5px;
}

.cover_block {
    min-height: 350px;
}

.cover_block h3 {
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 0;
    color: var(--main);
}

.cover_block:hover h3 {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-color: var(--main);
    color: #fff;
}

.services .services_block {
    position: relative;
}

.services {
    background: var(--bg-light4)
}

.services .custom_icon {
    font-size: 28px;
    color: var(--primary3);
    padding: 5px 0
}

.services_block h6 {
    font-size: 21px;
    font-weight: 500;
    margin: 10px 0 0;
    position: relative;
}

.services_block p {
    margin: 10px 0 0 0;
}

.minh-490 {
    min-height: 490px;
}

.main-intro .intro,
.main-intro h1,
.main-intro p {
    max-width: 450px;
    clear: both
}

.main-intro .intro {
    background: #fff;
    display: inline;
    padding: 10px 15px;
}

.main-intro h1 {
    margin: 25px 0;
    font-size: 40px;
    line-height: normal;
}

@media (min-width: 1400px) {
    .container.custom_maxw {
        max-width: 1500px;
    }
}

@media (max-width: 992px) {
    .main-intro .bg-custom {
        background-size: 40% !important;
        background-position: bottom right !important;
    }

    .main-intro p {
        max-width: 70%;
    }

    .main-intro .minh-490.bg-custom {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .main-intro p {
        max-width: 100%;
    }

    .main-intro .bg-custom {
        background-image: none !important;
    }
}

.main-intro p {}

.mainproducts h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--main-dark-3);
    line-height: 1;
    display: inline-block;
    position: relative;
}

.mainproducts h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -17px;
    width: 100px;
    height: 2px;
    background-color: var(--main);
}

.mainproducts .card-products,
.swiper-slide .card-products {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-products .product-image {
    overflow: hidden;
    background: #fff;
    position: relative;
}

.products_slider .card-products {
    text-align: center;
    min-height: 100px
}

.productsSwiper .swiper-slide .card-products .product-image {
    min-height: 130px
}

.productsSwiper .swiper-slide .card-products {
    border-radius: 10px;
    padding: 10px 0;
    border: 1px solid transparent !important;
}

.productsSwiper .swiper-slide .card-products.noradius {
    border-radius: 0;
}

.productsSwiper .swiper-slide .card-products:hover,
.productsSwiper .swiper-slide .card-products:focus {
    border: 1px solid var(--secondary2) !important;
}

.productsSwiper .swiper-slide .card-products.noradius:hover,
.productsSwiper .swiper-slide .card-products.noradius:focus {
    border: 1px solid var(--primary1) !important;
}

.productsSwiper .swiper-slide .card-products h6 {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: var(--main-dark-3);
    font-family: 'Jost', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productsSwiper .swiper-slide .card-products.noradius h6 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    font-weight: 500;
    font-size: 19px;
    color: var(--main-dark) !important;
}

.productsSwiper .swiper-slide .card-products.noradius .price {
    font-size: 20px;
    font-weight: 400;
    color: var(--main);
}

.productsSwiper .swiper-slide .card-products:hover h6 {
    color: var(--secondary2)
}

.card-products {
    filter: brightness(0.97);
    background: rgb(242 242 242 / 52%);
}

.featured .card-products {
    filter: brightness(1);
    background: #fff;
    border: 1px solid #ddd;
}

.featured .card-products:hover,
.featured .card-products:focus {
    border: 1px solid var(--main);
}

.card-products .product-image img {
    padding: 15px;
    max-height: 320px;
    margin: 0 auto;
    display: block;
}

.card-products .btn {
    opacity: 0.6;
    padding: 12px;
}

.card-products:hover .btn,
.card-products:focus .btn {
    opacity: 1;
}

.card-products h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: var(--main-dark)
}

.card-products:hover h6,
.card-products:focus h6 {
    color: var(--main)
}

.card-products .price {
    font-weight: 600;
    color: var(--main-dark);
}

.card-products .action_block {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

.card-products .action_call {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-products .action_call:last-child {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.card-products .action_call {
    position: relative;
    width: 50%;
    display: inline;
    color: #fff;
    line-height: normal;
    bottom: -60px;
}

.card-products:hover .action_call,
.card-products:focus .action_call {
    bottom: 0;
}

.card-products .action_call .custom_icon {
    font-size: 20px;
    vertical-align: text-bottom;
    text-align: center;
    padding: 9px 6px;
    background: var(--main-dark-5);
    width: 42px
}

.card-products .action_call:hover .custom_icon,
.card-products .action_call:focus .custom_icon {
    background: var(--main);
    color: #fff
}

.swiper-slide .item-product .action_call,
.swiper-slide .item-product .action_call {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide .item-product:hover .action_call,
.swiper-slide .item-product:focus .action_call {
    opacity: 1;
    visibility: visible;
}

.mainproducts .card-products:hover .action_call,
.mainproducts .card-products:focus .action_call {
    margin-left: 0;
}

.card-products {
    position: relative;
    min-height: 360px;
}

.card-products.bg-overlay:before {
    position: absolute;
    content: "";
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    background-color: rgba(245, 245, 245, 0.88);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.card-products:hover.bg-overlay:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.card-products.bg-overlay .action_call {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    top: 50%;
    font-size: 16px;
    bottom: auto;
    background: transparent;
    color: var(--body-color);
    text-transform: uppercase;
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.card-products:hover.bg-overlay .action_call {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.card-products.bg-overlay .action_call:hover {
    color: var(--main);
}

.card-products.bg-overlay .product-info {
    position: absolute;
    bottom: 40px;
    left: 25px;
    right: 25px;
    z-index: 2;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.card-products:hover.bg-overlay .product-info h6 {
    color: var(--body-color);
}

.card-products.bg-overlay .product-info h6:hover {
    color: var(--main);
}

.card-products:hover.bg-overlay .product-info {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

/* featured */
.featured h5 {
    font-weight: 600;
    font-size: 30px;
    margin: 10px 0 15px;
    line-height: normal;
}

.featured .price {
    font-size: 25px;
    font-weight: 600;
    color: var(--main);
}

.featured .featured-img {
    max-height: 500px;
}

.featured a:hover .featured-img,
.cat_content a:hover .zoom-img-out,
.zoom-img:hover,
.zoom-img-out:hover {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.featured a:hover .featured-img,
.zoom-img:hover {
    transform: scale(0.88);
    -moz-transform: scale(0.88);
    -webkit-transform: scale(0.88);
    -o-transform: scale(0.88);
    -ms-transform: scale(0.88);
}

.zoom-img-out:hover,
.cat_content a:hover .zoom-img-out {
    transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.featured.featured_clear .featured-img {
    max-height: 600px;
}

.featured.featured_clear h5 {
    font-weight: 500;
    font-size: 33px;
    margin: 0 auto;
    line-height: normal;
    padding: 6%;
    text-align: center;
}

@media (min-width: 992px) {
    .featured.featured_clear h5 {
        font-size: 40px;
    }
}

.featured.featured_clear .price {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-dark);
    text-align: center;
}

/* limit fluid holder */
.limit_fluid {
    padding: 0 120px;
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .limit_fluid {
        padding: 0 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .limit_fluid {
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .limit_fluid {
        padding: 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .limit_fluid {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .limit_fluid {
        padding: 0 15px;
    }
}

/* */
.cta h2 {
    font-weight: 400;
    font-size: 68px;
    line-height: 1;
}

@media (max-width: 1200px) {
    .cta h2 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .cta h2 {
        font-size: 50px;
    }
}

.cta .intro {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    display: block;
}

.cta_lg {
    padding: 8% 6%;
}

@media(max-width: 767px) {
    .cta_lg {
        padding: 13% 6%;
    }
}

.cta_lg p {
    text-align: left;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: 0.15em;
}

.cta_md {
    padding: 6% 3%;
}

.cta_sm {
    padding: 3%;
}

.cta_md h2 {
    font-size: 40px;
    font-weight: 600;
}

.cta_colored,
.cta_colored h2 {
    color: #fff
}

@media (max-width: 767px) {
    .cta_md {
        margin-top: 1.5rem;
    }
}

.cta_clear h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--body-color);
    line-height: 1.8;
}

.cta_clear h2:before {
    content: "";
    width: 60px;
    height: 2.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--main);
    margin: 0 auto;
}

@media (max-width: 767px) {
    .cta_clear h2 {
        font-size: 30px;
        line-height: 1.6;
    }
}

@media (min-width: 768px) {
    .cta_clear p {
        margin: 0 auto;
        width: 46%;
    }
}

.cta_clear p {
    color: var(--main-dark);
}

.main_title {
    font-weight: 600;
    font-size: 2.4rem;
}

.sub_title {
    font-size: 1.4rem;
}

.main-content--form.w-full .sub_title {
    font-size: 1.25rem;
    max-width: 90%;
}

@media (max-width: 1400px) {
    .main_title {
        font-size: 2.2rem;
    }

    .sub_title {
        font-size: 1.3rem;
    }
}

@media (max-width: 780px) {
    .main_title {
        font-size: 2rem;
    }

    .sub_title {
        font-size: 1.2rem;
    }

    .main-content--form.w-full .sub_title {
        font-size: 1.1rem;
    }
}

.fc_limit {
    display: inline;
    width: 88px;
}

#quantity.form-inline .btn {
    height: 51px;
    margin-top: -3px;
}

@media (max-width: 420px) {
    #quantity.form-inline .btn {
        margin-top: 15px;
        width: 100%;
    }
}

@-webkit-keyframes bounce2 {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    70% {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -20px, 0);
    }
}

@keyframes bounce2 {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    70% {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -20px, 0);
    }
}

.price .text-decoration-line-through {
    color: var(--body-color);
    padding: 0 1rem;
}

.topproducts-md .card-products {
    background: #fff;
    filter: brightness(1);
}

.topproducts-md .card-products,
.topproducts-md .card-products .product-image {
    min-height: auto !important;
}

.topproducts-md .card-products .product-image {
    height: 160px;
    width: 160px;
    max-width: 160px;
    min-width: 160px;
    filter: brightness(0.97);
    background: rgb(242 242 242 / 52%);
}

.topproducts-md .item-product:hover,
.topproducts-md .item-product:focus {
    border-color: var(--primary1) !important
}

.topproducts-md .card-products .product-image img {
    padding: 10px;
    max-width: 100%;
}

.topproducts-md .card-products h6 {
    font-size: 18px;
    text-align: left;
    color: var(--main-dark) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.topproducts-md .price {
    color: var(--main);
    font-weight: 500;
    font-size: 18px;
}

#cancelModal .text-main {
    color: var(--body-color) !important;
}

#cancelModal button.close {
    border: 0;
    background: transparent;
}

#cancelModal button.close span {
    font-size: 20px
}

.giftcard-page .selectAmountActive {
    color: #fff !important
}