/* Global */
@import url("https://fonts.googleapis.com/css?family=Alegreya:400,500,700,800,900|Poppins:200,300,400,500,600,700,800,900&display=swap");

body {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.card-products .price,
.nav.nav-pills li a {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--main-dark);
    line-height: 1.4;
    font-weight: 400;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

@media (min-width: 576px) {
    .wrap-90 {
        max-width: 90%
    }
}

b,
strong {
    font-weight: 700
}

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;
}

.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;
}

.radius10 {
    border-radius: 10px;
}

.radius20 {
    border-radius: 20px;
}

.noborder {
    border: 0
}

.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
}

.fw100 {
    font-weight: 100
}

.fw300 {
    font-weight: 300
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.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)
}

.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);
}

/* page_title */
.page_title {
    text-align: center;
    margin: 0 auto;
}

.page_title:not(.supertitle) {
    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: 42px;
    font-weight: bold;
    font-family: "Alegreya", serif;
    margin: 0;
}

@media (max-width: 500px) {
    .page_title h1 {
        line-height: 1.1;
        font-size: 38px;
    }
}

.section_title {
    font-size: 32px;
    margin: 0;
}

.section_title.main,
.section_title.main-2,
.section_title.main-3 {
    margin: 0px;
    text-transform: uppercase;
}

.section_title.main {
    font-size: 36px;
    letter-spacing: 17px;
    line-height: 38px;
}

.section_title.main-2 {
    font-family: "Alegreya", serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 50px;
}

.section_title.main-3 {
    position: relative;
    font-size: 24px;
    letter-spacing: 3px;
    display: inline-block;
    line-height: 17px;
}

.section_title.main-3:before,
.section_title.main-3:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 72px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}

.section_title.main-3:before {
    left: -117px;
}

.section_title.main-3:after {
    right: -117px;
}

.section_title.main-4 {
    font-size: 54px;
    font-weight: 500;
    line-height: 46px;
    margin: 0 0 15px;
}

@media (max-width: 992px) {
    .section_title.main {
        letter-spacing: 10px;
    }

    .section_title.main-4 {
        font-size: 44px;
        line-height: 35px;
        margin: 0
    }
}

@media (max-width: 768px) {
    .section_title.main {
        font-size: 30px;
    }

    .section_title.main-2 {
        font-size: 40px;
    }

    .section_title.main-3 {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .section_title.main-3:before,
    .section_title.main-3:after {
        width: 40px;
    }

    .section_title.main-3:before {
        left: -50px;
    }

    .section_title.main-3:after {
        right: -50px;
    }

    .section_title.main-4 {
        font-size: 27px;
        line-height: 23px;
    }
}

@media (max-width: 500px) {
    .section_title.main-3 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .section_title.main-3:before,
    .section_title.main-3:after {
        display: none
    }
}

.sub_title {
    font-size: 1.4rem;
}

.main-content--form.w-full .sub_title {
    font-size: 1.25rem;
    max-width: 90%;
}

@media (max-width: 1400px) {
    .sub_title {
        font-size: 1.3rem;
    }
}

@media (max-width: 780px) {
    .sub_title {
        font-size: 1.2rem;
    }

    .main-content--form.w-full .sub_title {
        font-size: 1.1rem;
    }
}

.hero-wrap {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: -80px;
    padding-top: 130px;
    padding-bottom: 60px;
    background: var(--light);
}

@media(min-width: 992px) {
    .hero-wrap {
        margin-top: -120px;
        padding-top: 170px;
        padding-bottom: 80px;
    }
}

.main-mark,
.dark-mark {
    font-size: 17px;
    color: #fff;
    padding: 8px 15px;
}

.main-mark {
    background: var(--main)
}

.dark-mark {
    background: var(--main-dark);
}

.white-mark {
    font-size: 19px;
    padding: 8px 18px;
    color: var(--main-dark);
    background: #fff;
}

@media(max-width: 767px) {

    .main-mark,
    .white-mark,
    .dark-mark {
        display: block;
    }
}

.services_holder {
    background: var(--light)
}

.services_block .custom_icon {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 30px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    border-radius: 76px;
    text-align: center;
    margin-bottom: 25px;
    background: #fff;
    color: var(--main-dark);
}

.services_block h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 17px;
    position: relative;
}

.services_block p {
    margin: 10px 0 0 0;
}

.page_title.supertitle span {
    font-size: 20px;
}

/* btn */
.btn {
    padding: 15px 30px;
    line-height: 1.6;
    position: relative;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
}

@media (min-width: 400px) {
    .btn {
        padding: 15px 40px;
    }
}

.btn.btn-primary,
.btn.btn-default,
.btn.btn-secondary,
.btn.btn-outline-primary,
.btn.btn-outline-secondary {
    position: relative;
    transition: all 0.3s;
}

.btn.btn-primary,
.btn.btn-default,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    color: #fff;
}

.btn.btn-primary,
.btn.btn-default {
    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: transparent;
    border: 1px solid var(--main-light)
}

.btn.btn-primary::before,
.btn.btn-default::before,
.btn.btn-secondary::before,
.btn.btn-outline-primary::before,
.btn.btn-outline-secondary::before {
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
    transform: scale(1, 0.1);
}

.btn.btn-primary:hover::before,
.btn.btn-default:hover::before,
.btn.btn-secondary:hover::before,
.btn.btn-outline-primary:hover::before,
.btn.btn-outline-secondary:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    z-index: -1;
}

.btn.btn-outline-primary:hover,
.btn.btn-secondary:hover {
    border: 1px solid var(--main);
}

.btn.btn-outline-secondary:hover,
.btn.btn-primary:hover,
.btn.btn-default:hover {
    border: 1px solid var(--main-dark);
}

.btn.btn-primary:hover::before,
.btn.btn-default: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.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;
}

/* search */
.search-content-wrap.search-visible {
    visibility: visible;
    opacity: 1;
}

.search-content-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    -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 var(--line-dark);
    text-align: center;
    font-size: 30px;
    padding: 21px 50px 21px 36px;
    color: var(--line-dark);
    -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;
}

.search-content-wrap .search-content .button-search {
    position: absolute;
    top: 25px;
    display: block;
    right: 5px;
    border: 0;
    background: 0 0;
    padding: 0;
    color: var(--line-dark);
    font-size: 30px;
    height: 30px;
}

.search-content-wrap .search-content .button-search:hover {
    color: var(--main);
}

.search-content-wrap>.search-close {
    font-size: 50px;
    display: block;
    position: absolute;
    top: 8%;
    right: 8%;
    line-height: 40px;
    cursor: pointer;
    height: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--line-dark);
}

.search-content-wrap>.search-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: var(--main)
}

@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%
    }
}

/* Call to action */
.cta {
    overflow: hidden;
}

.cta.bg1,
.cta.bg2 {
    background: var(--cta1)
}

.cta.bg1 h3,
.cta.bg1 h5 {
    text-transform: uppercase;
    font-family: "Alegreya", serif;
}

.cta.bg1 h3,
.cta.bg2 h3 {
    line-height: 80px;
    font-weight: 500;
}

.cta.bg1 h3 {
    margin: 10px 0 20px;
    font-size: 80px;
}

.cta.bg2 h3 {
    margin: 20px 0 30px;
    font-size: 88px;
}

.cta.bg1 h5 {
    font-size: 18px;
}

.cta.bg2 h5 {
    font-size: 36px;
    line-height: 30px;
}

@media (max-width: 991px) {
    .cta.bg2 h5 {
        font-size: 30px;
    }

    .cta.bg2 h3 {
        font-size: 78px;
        line-height: 75px;
    }
}

@media (max-width: 768px) {
    .cta.bg1 h3 {
        font-size: 70px;
        line-height: 75px;
    }

    .cta.bg2 h3 {
        font-size: 60px;
        line-height: 62px;
    }

    .cta.bg2 h5 {
        font-size: 23px;
    }
}

@media (max-width: 600px) {
    .cta.bg1 h3 {
        font-size: 58px;
        line-height: 65px;
    }
}

.cta .part-bgimg,
.cta .part-bgimg-2 {
    background-repeat: no-repeat;
}

.cta .part-bgimg {
    background-position: top right;
    position: relative;
}

.cta .part-bgimg-2 {
    background-position: 76%;
}

@media (max-width: 1100px) {
    .cta .part-bgimg-2 {
        background-position: 120%;
        background-size: contain;
    }
}

@media (max-width: 800px) {
    .cta .part-bgimg {
        background-position: top center;
    }
}

@media (max-width: 767px) {
    .cta .part-bgimg:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        opacity: .5;
    }

    .cta .part-bgimg-2 {
        background-position: 150%;
    }
}

@media (max-width: 551px) {
    .cta .part-bgimg-2 {
        background-position: -150%;
        background-size: auto;
    }
}

.cta_overlay {
    position: relative;
    color: #fff;
}

.cta_overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--cta_overlay);
    bottom: 0;
    top: 0;
}

.cta_overlay .cta {
    z-index: 1;
}

.cta_overlay .cta h5 {
    font-size: 78px;
    line-height: 82px;
    font-weight: 500;
    font-family: "Alegreya", serif;
    color: #fff
}

.cta_overlay .cta p {
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 767px) {

    .cta_overlay .cta h5 {
        font-size: 68px;
        line-height: 72px;
    }

    .cta_overlay .cta p {
        font-size: 17px;
    }
}

/* Cat block */
.cat_block .cat_content {
    position: relative;
}

.cat_block .cat_content.cat_content-lg a .holder {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.cat_block .cat_content-lg a .holder h3 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    padding: 23px 40px;
    margin: 0;
    z-index: 1;
}

@media (max-width: 1200px) {
    .cat_block .cat_content-lg a .holder h3 {
        font-size: 20px;
        padding: 18px 30px;
    }
}

@media (max-width: 992px) {
    .cat_block .cat_content-lg a .holder h3 {
        font-size: 18px;
        padding: 18px 28px;
    }
}

.cat_block .cat_content-lg:hover a .holder h3,
.cat_block .cat_content-lg:focus a .holder h3 {
    letter-spacing: 1px;
}

.cat_block .cat_content:not(.cat_content-lg) a .holder {
    top: 100%;
    position: absolute;
    left: 15%;
    z-index: 9;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.cat_block .cat_content:not(.cat_content-lg):hover a .holder,
.cat_block .cat_content:not(.cat_content-lg):focus a .holder {
    top: 85%;
    -webkit-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    transform: translateY(-85%);
    z-index: 1;
}

.cat_block .cat_content a .holder h4 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    z-index: 1;
}

.productsSwiper-cat2 a:before,
.cat_block .cat_content a:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    z-index: 9;
}

.productsSwiper-cat2 a:hover:before,
.productsSwiper-cat2 a:focus:before,
.cat_block .cat_content:hover a:before,
.cat_block .cat_content:focus a:before {
    background-color: #000;
    opacity: .4;
    z-index: 1;
    pointer-events: none;
}

.cat_block .cat_content a img,
.productsSwiper-cat2 a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}

.productsSwiper-cat2 a:hover img,
.productsSwiper-cat2 a:focus img,
.cat_block .cat_content:hover a img,
.cat_block .cat_content:focus a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.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: 0;
}

.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
}

/* 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;
}

.minh-490 {
    min-height: 490px;
}

.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;
}

@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;
}

.products_tabs .tab-content>.active {
    display: flex;
}

.products_tabs .nav.nav-pills li a {
    color: var(--grey-light2);
    font-size: 52px;
    margin: 0 21px;
    line-height: 47px;

}

.products_tabs .nav.nav-pills li.active a,
.products_tabs .nav.nav-pills li:hover a {
    color: var(--main-dark);
}

@media (min-width: 768px) and (max-width: 1200px) {
    .products_tabs .nav.nav-pills li a {
        font-size: 35px;
        margin: 0 12px;
        line-height: 31px;
    }
}

@media (max-width: 767px) {
    .products_tabs .nav.nav-pills li a {
        font-size: 25px;
        margin: 0 7px;
        line-height: 35px;
    }
}

.productsSwiper .swiper-slide .card-products .product-image {
    min-height: 130px
}

.productsSwiper .swiper-slide .card-products {
    padding: 10px 0;
}

.card-products .product-image {
    filter: brightness(0.97);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card-products:hover .product-image {
    filter: brightness(0.68);
}

.card-products .product-image img {
    padding: 40px 15px;
    max-height: 350px;
    margin: 0 auto;
    display: block;
}

.card-products h6 {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-dark)
}

.mainproducts-lg:not(.normal) .card-products h6,
.mainproducts-md:not(.normal) .card-products h6 {
    font-weight: 600;
}

.mainproducts-lg.normal-lg .card-products h6 {
    line-height: 26px;
    font-size: 24px;
    margin: 0 0 4px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    text-align: left;
}

.mainproducts-lg.normal-lg .card-products:hover h6,
.mainproducts-lg.normal-lg .card-products:focus h6 {
    color: var(--main);
}

.card-products:hover h6,
.card-products:focus h6 {
    color: var(--main)
}

.swiper-slide .card-products:hover h6,
.swiper-slide .card-products:focus h6 {
    color: var(--main-dark)
}

.card-products .price {
    font-weight: 500;
    color: var(--main-dark);
}

.mainproducts-lg .card-products .price,
.mainproducts-md .price {
    font-weight: 400;
}

.card-products {
    overflow: hidden;
}

.card-products .action_block {
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    width: 200%;
    overflow: hidden;
    text-align: right;
    padding: 20px;
}

.mainproducts-lg .action_block {
    top: 32%;
}

.mainproducts-md:not(.normal) .action_block {
    top: 50%;
}

.card-products:hover .action_block {
    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;
}

.card-products .action_call {
    -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:last-child {
    -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;
}

.card-products .action_call {
    position: relative;
    width: 50%;
    display: inline;
    line-height: normal;
    opacity: 0;
}

.card-products:hover .action_call,
.card-products:focus .action_call {
    opacity: 1;
}

.card-products .action_call .custom_icon {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    padding: 13px;
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: var(--main-dark);
    margin: 0.2rem;
    -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;
}

.mainproducts-md:not(.normal) .card-products .action_call .custom_icon {
    border-radius: 0;
}

.card-products .action_call:hover .custom_icon,
.card-products .action_call:focus .custom_icon {
    background: var(--main);
    color: #fff
}

.mainproducts .card-products:hover .action_call,
.mainproducts .card-products:focus .action_call {
    margin-left: 0;
}

.card-products {
    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;
}