:root {
    --font-primary: "Josefin Sans", sans-serif;
    --font-secondary: "Jost", sans-serif;
}

body {
    font: 17px/24px var(--font-primary);
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: var(--body-color);
}

@media (min-width: 1400px) {
    .container-lg {
        max-width: 1465px;
    }
}

b,
strong {
    color: var(--body-dark);
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: var(--body-dark);
    margin: 0;
    line-height: 1.4;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a,
button,
img,
input,
.form-control,
.custom-zoom {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 576px) {
    .wrap-90 {
        max-width: 90%
    }
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-45 {
    max-width: 45%
}

.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: 1100px) {
    .w-45 {
        max-width: 65%
    }
}

@media (max-width: 992px) {
    .w-45 {
        max-width: 75%
    }
}

@media (max-width: 767px) {
    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .w-45 {
        max-width: 100%
    }
}

.clearfix {
    clear: both
}

.checkboxes-terms.small,
.form-check-label {
    font-weight: 400;
    font-size: 15px;
}

.checkboxes-terms.small a u,
.text-start a u {
    text-decoration: none;
}

.radius0 {
    border-radius: 0 !important;
}

.radius5 {
    border-radius: 5px;
}

.radius6 {
    border-radius: 6px;
}

.radius9 {
    border-radius: 9px;
}

.noborder {
    border: 0
}

.fs-7 {
    font-size: 1.15rem !important;
}

@media (min-width: 992px) {
    .md-right {
        float: right;
    }
}

.max-w-600 {
    max-width: 600px
}

.m-0-auto {
    margin: 0 auto
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.text-left {
    text-align: left
}

@media (min-width: 992px) {
    .visible-md {
        display: none;
    }
}

@media (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

.maxh-100 {
    max-height: 100%;
}

.bg-light2 {
    background: var(--bg-light2)
}

.h-100 {
    height: 100%;
}

.border {
    border-color: var(--line-light) !important;
}

.border-main {
    border: 1px solid var(--main-light);
}

.border-mask {
    border: 1px solid var(--product-mask);
}

.border-y {
    border-top: 1px solid var(--main-light);
    border-bottom: 1px solid var(--main-light);
}

.border-effect {
    position: relative;
    display: inline;
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.7% 0px;
    background-repeat: no-repeat;
    color: var(--body-dark);
}

.border-effect:hover,
.productsSwiper-cat .mainproducts a:hover .border-effect {
    background-size: 100% 2px;
}

.hero-wrap {
    background: var(--hero-bg);
}

.bg-wrap {
    background: var(--bg-wrap);
}

/* page_title */
.page_title {
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .page_title {
        max-width: 68%;
    }
}

@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: 58px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
}

.page_title.page_title-product h1 {
    text-transform: none;
}

@media (max-width: 991px) {
    .page_title h1 {
        font-size: 42px;
    }
}

@media (max-width: 500px) {
    .page_title h1 {
        line-height: 1.1;
        font-size: 32px;
    }
}

@media (max-width: 360px) {
    .page_title h1 {
        font-size: 28px;
    }
}

.section_title {
    font-size: 36px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 767px) {
    .section_title {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .section_title {
        font-size: 25px;
    }
}

.sub_title {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--main);
}

/* services */
.services_block,
.services_block .custom_icon {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.services_block {
    border-radius: 5px;
}

.services_block:not(.sb_sm) {
    border: 1px solid #efefef;
}

.services_block.sb_sm {
    border: 1px solid #d6dedf;
}

.services_block:not(.sb_sm):hover {
    border-color: #ffffff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.services_block:not(.sb_sm) .custom_icon {
    font-size: 46px;
    color: var(--main-dark);
}

.services_block.sb_sm .custom_icon {
    font-size: 36px;
    color: var(--body-color);
    width: 60px;
    text-align: center;
    margin-right: 15px;
}

.services_block:hover .custom_icon {
    color: var(--main);
}

.services_block:not(.sb_sm) h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.services_block.sb_sm h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    position: relative;
}

.services_block p {
    font-size: 14px;
    margin: 0;
}

.services_block .text {
    padding-right: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .services_block.sb_sm {
        flex-direction: column;
    }

    .services_block.sb_sm .text {
        padding-right: 0;
        text-align: center;
    }

    .services_block.sb_sm .custom_icon {
        font-size: 26px;
        margin-right: 0;
        margin-bottom: 5px
    }
}

.services-inline .services_block.sb_sm {
    border: 0;
    border-bottom: 1px solid #d6dedf;
}

.services-inline .services_block.sb_sm:hover,
.services-inline .services_block.sb_sm:focus {
    border-color: var(--main)
}

.services-inline .services_holder .col.mb-3 {
    margin-bottom: 0 !important
}

@media (min-width: 992px) and (max-width: 1200px) {
    .services-inline .services_block.sb_sm .custom_icon {
        display: none !important;
    }
}

.services_custom:not(.bg-white) .services_block {
    border: 0;
}

.services_custom:not(.bg-white) .services_block:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.services_custom:not(.bg-light):not(.bg-white) .services_block p,
.services_custom:not(.bg-light):not(.bg-white) .services_block h6 {
    color: #fff
}

.services_custom .services_block h6 {
    font-size: 22px;
    margin-bottom: 3px;
}

.services_custom .services_block .text {
    text-align: center;
    padding-right: 0;
    width: 100%;
}

.services_custom .services_block .custom_icon {
    display: none;
}

@media (min-width: 992px) {
    .services_custom .services_holder {
        padding: 0 !important;
    }
}

.services_custom.bg-white .services_block h6 {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--main)
}

.services_custom.bg-white .services_block p {
    font-size: 16px;
}

.cta .services_block {
    background: #fff;
    border: 0
}

.cta .services_block p {
    font-size: 16px
}

.cta .services_block.sb_sm h6 {
    font-size: 20px;
    font-weight: 700;
}

.cta .services_block.sb_sm .custom_icon {
    font-size: 40px;
}

/* btn */
.btn {
    padding: 20px 18px 18px;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 1;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.btn.btn-sm {
    padding: 16px 30px 15px !important;
}

@media (min-width: 400px) {
    .btn:not(.btn-sm) {
        padding: 23px 35px 20px;
    }
}

.btn .btn_icon {
    margin-left: 10px
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary,
.btn.btn-outline-secondary {
    transition: all 0.3s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    color: #fff;
}

.btn.btn-primary {
    background: var(--main);
    border: 1px solid var(--main)
}

.btn.btn-secondary {
    background: var(--main-dark);
    border: 1px solid var(--main-dark)
}

.btn.btn-outline-primary,
.btn.btn-outline-secondary {
    color: var(--main-dark);
    background: #fff;
    border: 1px solid var(--main-dark)
}

.btn.btn-primary::before,
.btn.btn-secondary::before,
.btn.btn-outline-primary::before,
.btn.btn-outline-secondary::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--body-dark);
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn.btn-primary:hover::before,
.btn.btn-secondary:hover::before,
.btn.btn-outline-primary:hover::before,
.btn.btn-outline-secondary:hover::before {
    width: 225%;
    height: 562.5px;
}

.btn.btn-outline-primary:hover,
.btn.btn-secondary:hover {
    border: 1px solid var(--main);
}

.btn.btn-outline-secondary:hover,
.btn.btn-primary:hover {
    border: 1px solid var(--main-dark);
}

.btn.btn-primary:hover::before,
.btn.btn-outline-secondary:hover::before {
    background: var(--main-dark);
}

.btn.btn-outline-primary:hover::before,
.btn.btn-secondary:hover::before {
    background: var(--main);
}

.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: inherit;
    border-color: transparent;
}

.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.back-top {
    padding: 15px;
    float: left;
    display: inline;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    line-height: 1.5;
    font-size: 20px;
}

/* nav-pills */
.main_pills .nav.nav-pills li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #dd6f1d;
    padding: 22px 30px 20px;
    line-height: 100%;
    background: #f6f4ec;
    border-radius: 5px;
}

.main_pills:not(.product_details) .nav.nav-pills li.active a,
.main_pills:not(.product_details) .nav.nav-pills li:hover a {
    background: #dd6f1d;
    color: #ffffff;
}

.main_pills.product_details .nav.nav-pills li.active a,
.main_pills.product_details .nav.nav-pills li:hover a {
    color: var(--body-color);
}

.main_pills .nav.nav-pills li:not(:last-child) {
    margin-right: 20px;
}

.main_pills .nav.nav-pills li {
    position: relative;
}

.main_pills.product_details .nav.nav-pills li a {
    border-bottom: 1px solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.main_pills.product_details .nav.nav-pills li:not(:last-child) {
    margin-right: 5px;
}

@media (max-width: 600px) {
    .main_pills .nav.nav-pills li a {
        padding: 18px 15px 14px;
        font-weight: 500;
        font-size: 15px;
        text-transform: none;
    }
}

.clear_pills .nav.nav-pills {
    border-bottom: 1px solid var(--line-light);
}

.clear_pills .nav.nav-pills li a {
    font-weight: 700;
    padding: 0 0 20px;
    text-transform: uppercase;
    color: var(--body-dark);
}

.clear_pills .nav.nav-pills li:not(:last-child) {
    margin-right: 35px;
}

.clear_pills .nav.nav-pills li.active a,
.clear_pills .nav.nav-pills li a:hover,
.clear_pills .nav.nav-pills li a:focus {
    color: var(--main);
}

.clear_pills .nav.nav-pills li {
    position: relative;
}

@media(min-width: 992px) and(max-width: 1199px) {
    .clear_pills .nav.nav-pills li a {
        padding: 14px 20px 15px;
    }
}

@media(min-width: 768px) and(max-width: 991px) {
    .clear_pills .nav.nav-pills li a {
        font-size: 15px;
        padding: 10px 10px 12px;
        margin-right: 8px;
    }
}

@media(max-width: 767px) {
    .clear_pills .nav.nav-pills li a {
        font-size: 14px;
        padding: 10px 10px 12px;
        margin-right: 8px;
    }

    .clear_pills .nav.nav-pills li:not(:last-child) {
        margin-right: 0;
    }
}

@media(max-width: 450px) {
    .clear_pills .nav.nav-pills li a {
        margin-right: 0;
    }
}

.clear_pills .tab-content {
    line-height: 1.7;
}

.left_pills .nav.nav-pills li a {
    font-size: 17px;
    padding: 21px 0 22px;
    text-align: center;
    color: var(--body-color);
    line-height: 1;
    border: 0;
    border-bottom: 1px solid var(--line-light);
    display: block
}

@media(min-width: 768px) {
    .left_pills .nav.nav-pills li {
        width: 100%
    }
}

.left_pills .nav.nav-pills li.active a {
    color: var(--body-dark);
    border-bottom: 1px solid var(--body-dark);
    background: var(--light)
}

.left_pills .nav.nav-pills li {
    position: relative;
}

@media(max-width: 991px) {
    .left_pills .nav.nav-pills li a {
        font-size: 16px;
    }
}

.left_pills .tab-content {
    line-height: 1.7;
    border-bottom: 1px solid var(--body-dark);
}

@media(max-width: 767px) {
    .left_pills .nav.nav-pills li a {
        padding: 20px;
    }

    .left_pills .nav.nav-pills li a {
        border-color: transparent
    }
}

@media(max-width: 450px) {
    .left_pills .nav.nav-pills li a {
        padding: 16px;
    }

    .left_pills .nav.nav-pills {
        justify-content: center
    }
}

.button_pills .nav.nav-pills li a {
    font-size: 17px;
    padding: 21px 40px 22px;
    text-align: center;
    color: var(--body-color);
    line-height: 1;
    border: 1px solid var(--line-light);
    margin-right: 18px;
    display: inline-block;
    border-radius: 6px
}

.button_pills .nav.nav-pills li.active a {
    color: var(--main);
    border: 1px solid var(--main);
}

.button_pills .nav.nav-pills li {
    position: relative;
}

@media(min-width: 992px) and(max-width: 1199px) {
    .button_pills .nav.nav-pills li a {
        padding: 14px 20px 15px;
    }
}

@media(min-width: 768px) and(max-width: 991px) {
    .button_pills .nav.nav-pills li a {
        font-size: 15px;
        padding: 10px 10px 12px;
        margin-right: 8px;
    }
}

@media(max-width: 767px) {
    .button_pills .nav.nav-pills li a {
        font-size: 16px;
        padding: 15px;
        margin-right: 8px;
    }
}

@media(max-width: 450px) {
    .button_pills .nav.nav-pills li a {
        font-size: 15px;
        padding: 14px 12px;
        margin-right: 2px;
    }
}

/* products */
.product_name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .product_name {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .product_name {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .product_name {
        font-size: 28px;
    }
}

.fc_limit {
    height: 62px;
    margin-right: 5px;
    background: var(--bg-wrap);
}

/* subscription and register */
.iti {
    width: 100%;
}

.subscription .iti,
.subscription .form-part input,
.subscription .form-part select {
    margin-bottom: 10px;
}

@media(min-width: 576px) {
    .subscription .form-part {
        margin-left: -8px;
        margin-right: -8px;
    }

    .subscription .form-part .row,
    .subscription .form-part .col-sm-6 {
        margin: 0;
        padding: 0;
        display: inline;
        width: auto
    }

    .subscription .iti,
    .subscription .form-part input:not(#intl-phone),
    .subscription .form-part select {
        width: calc(50% - 16px);
        margin: 8px;
    }

    .subscription .form-part input:not(#intl-phone),
    .subscription .form-part select {
        float: left;
    }

    .subscription .form-part .iti #phone {
        width: 100% !important;
        margin: 0;
    }
}

.subscription .text-start {
    padding: 5px 5px 10px;
    clear: both;
}

/* search */
.search-content-wrap.search-visible {
    visibility: visible;
    opacity: 1;
}

.search-content-wrap {
    width: 100%;
    height: 400px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgb(27 27 27 / 92%);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-content-wrap .search-content {
    position: relative;
}

.search-content-wrap .search-content .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    font-size: 22px;
    padding: 0 50px 10px 0;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 300;
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

.search-content-wrap .search-content .button-search {
    position: absolute;
    top: 0;
    display: block;
    right: 15px;
    border: 0;
    background: 0 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    height: 30px;
}

.search-content-wrap>.search-close {
    font-size: 20px;
    position: absolute;
    top: 8%;
    right: 8%;
    cursor: pointer;
    height: 45px;
    width: 45px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: var(--main);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-content-wrap>.search-close:hover,
.search-content-wrap>.search-close:focus {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

@media(min-width: 992px) {
    .search-content-wrap .search-content .form-control {
        width: 800px;
    }
}

@media(max-width: 991px) {
    .search-content-wrap .search-content .form-control {
        width: 550px;
    }

    .search-content-wrap>.search-close {
        top: 5%;
        right: 5%;
    }
}

@media(max-width: 600px) {
    .search-content-wrap .search-content {
        width: 80%
    }
}

.search-content .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 22px;
}

.search-content .form-control::-moz-placeholder {
    color: #fff;
    font-size: 22px;
}

.search-content .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 22px;
}

.search-content .form-control::placeholder {
    color: #fff;
    font-size: 22px;
}

/* Call to action */
.cta {
    overflow: hidden;
    position: relative;
}

.cta.cta_main p {
    line-height: 26px;
    color: var(--grey);
}

.cta p.fs-lg {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}

.cta.cta_after {
    z-index: 1;
}

.cta.cta_after:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10%;
    background: #fff;
    bottom: 0;
    z-index: -1;
}

/* Cat block */
.cat_block .cat_content {
    position: relative;
}

.cat_block:not(.nomask) .cat_content.cat_content-lg a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

.cat_block .cat_content.cat_content-lg a .holder {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    flex-direction: column;
    z-index: 1;
}

.cat_block .cat_content.cat_content-lg a .holder:not(.holder_left) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cat_block .cat_content.cat_content-lg a .holder.holder_left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.cat_block .cat_content-lg a .holder h2 {
    font-size: 3em;
    font-weight: 700;
}

.cat_block:not(.nomask) .cat_content-lg a .holder h2 {
    color: #fff;
}

.cat_block.nomask .cat_content-lg a .holder h2 {
    color: var(--main-dark);
}

.cat_block .cat_content-lg a .holder h2.fs-sm {
    font-size: 2em;
}

@media (max-width: 1199px) {
    .cat_block .cat_content-lg a .holder h2 {
        font-size: 2em;
    }

    .cat_block .cat_content-lg a .holder h2.fs-sm {
        font-size: 1.5em;
    }

}

.cat_block .cat_content-lg a .holder h3 {
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-size: 18px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.cat_block .cat_content-lg a .holder h3:hover,
.cat_block .cat_content-lg a .holder h3:focus {
    color: var(--main)
}

.cat_block .cat_content.cat_content-lg a .holder .btn .btn_icon {
    margin-left: 0;
}

.cat_block .cat_content.cat_content-lg a .holder .btn {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 50px;
    padding: 5px;
    margin-top: -50px !important;
    opacity: 0;
    visibility: hidden;
}

.cat_block .cat_content.cat_content-lg a:hover .holder .btn,
.cat_block .cat_content.cat_content-lg a:focus .holder .btn {
    margin-top: 8px !important;
    opacity: 1;
    visibility: visible;
}

.modal-content {
    border-radius: 6px;
}

footer .dropdown-toggle::after,
header .dropdown-toggle::after,
.lang_swicher .dropdown-toggle::after {
    content: none !important;
}

.lang_swicher .dropdown-item {
    padding: 2px 15px 2px;
    font-size: 15px;
}

footer .lang_swicher .dropdown-item {
    padding: 0 10px;
}

footer .w-max-content {
    width: max-content
}

@media(max-width: 767px) {
    .w-sm-auto {
        width: auto !important;
    }
}

.f_content .flag-icon {
    margin: 3px
}

.lang_swicher .dropdown-menu .flag-icon {
    margin-right: 5px;
    max-width: 18px;
    line-height: inherit;
}

.lang_swicher .custom_icon.icon-sm {
    font-family: 'Pe-icon-7-stroke' !important;
    vertical-align: middle;
}

.mainproducts h2 {
    font-size: 36px;
    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: transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .mainproducts-lg.col-md-4 {
        width: 30%;
    }

    .mainproducts-lg .card-products .product-image img,
    .mainproducts-md .card-products .product-image img {
        max-height: 480px;
    }
}

.card-products .product-image {
    overflow: hidden;
    background: #fff;
    position: relative;
    border-radius: 6px
}

/* products_tabs */
.products_tabs .tab-content>.active {
    display: flex;
}

.products_tabs .nav.nav-pills li {
    position: relative;
    margin-top: 20px;
}

.products_tabs .nav.nav-pills li:not(:last-child) {
    margin-right: 55px;
}

@media (max-width: 767px) {
    .products_tabs .nav.nav-pills li:not(:last-child) {
        margin-right: 35px;
    }
}

.products_tabs .nav.nav-pills li a {
    text-transform: uppercase;
    color: var(--body-color);
    font-size: 14px;
    position: relative;
    padding: 0px;
    line-height: 100%;
    font-weight: 700;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.products_tabs .nav.nav-pills li:hover a,
.products_tabs .nav.nav-pills li.active a {
    color: var(--main);
}

.alpha-cercle-shape {
    display: block;
    left: -10px;
    position: absolute;
    top: 35%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: calc(100% + 20px);
    z-index: -1;
}

.alpha-cercle-shape svg {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.products_tabs .nav.nav-pills li svg path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

@-webkit-keyframes circlePattern {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes circlePattern {
    to {
        stroke-dashoffset: 0;
    }
}

.products_tabs .nav.nav-pills li:hover svg path,
.products_tabs .nav.nav-pills li.active svg path {
    -webkit-animation: circlePattern 1s linear forwards;
    animation: circlePattern 1s linear forwards;
}

.productsSwiper .swiper-slide .card-products .product-image {
    min-height: 130px
}

.productsSwiper .swiper-slide .card-products {
    padding: 10px 0;
}

.card-products:hover .product-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--product-mask);
    top: 0;
}

.products_slider.bg-wrap .card-products:hover .product-image:after {
    background: rgb(255 255 255 / 61%);
}

.card-products .product-image img {
    padding: 40px 15px;
    max-height: 350px;
    margin: 0 auto;
    display: block;
}

.card-products h6 {
    line-height: 21px;
    color: var(--main-dark);
    font-family: var(--font-secondary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.mainproducts-lg.normal-lg .card-products h6 {
    line-height: 26px;
    font-size: 24px;
    margin: 0 0 4px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}

.mainproducts-lg.normal-lg .card-products:hover h6,
.mainproducts-lg.normal-lg .card-products:focus h6 {
    color: var(--main);
}

.card-products .price {
    color: var(--main);
    font-family: var(--font-secondary);
    font-weight: 600
}

.card-products {
    overflow: hidden;
}

.card-products .action_block {
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    overflow: hidden;
    text-align: right;
    padding: 20px;
    text-align: center;
    width: 100%;
    -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;
}

.mainproducts-lg .action_block {
    top: 32%;
}

.card-products .action_call {
    position: relative;
    width: 50%;
    display: inline;
    line-height: normal;
    opacity: 0;
    padding: 12px 10px 10px 15px;
    border-radius: 6px;
    background: #fff;
    color: var(--body-dark);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-secondary);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.products_slider.bg-wrap .card-products .action_call,
.action_call.main {
    background: var(--main);
    color: #fff;
}

.card-products:hover .action_call,
.card-products:focus .action_call {
    opacity: 1;
}

.mainproducts .card-products:hover .action_call,
.mainproducts .card-products:focus .action_call {
    margin-left: 0;
}

.card-products {
    background: #f8f8f8;
    position: relative;
    min-height: 360px;
}

@media (max-width: 992px) {
    .featured .mainproducts:last-child {
        display: none
    }
}

.zoom-img:hover,
.zoom-img-out:hover {
    -webkit-transition: all .4s ease 1s;
    -o-transition: all .4s ease 1s;
    transition: all .4s ease 1s;
}

.zoom-img:hover img {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

.zoom-img-out:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.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%;
    }
}

.price .text-decoration-line-through {
    color: var(--body-color);
    padding: 0 1rem;
}