/* Global */
body {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.btn,
.card-products .price,
.nav.nav-pills li a {
    font-family: 'Roboto Condensed', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--main-dark);
    line-height: 1.4;
}
#cookies-policy h1 {
    font-weight: 700 !important;
    font-size: 35px;
}
#cookies-policy
.cookies-title {
    font-size: 1.9rem;
    font-weight: normal;
}
a,
button,
img,
input,
.form-control,
h5 {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

@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;
}

.radius20 {
    border-radius: 20px;
}

.fs-7 {
    font-size: 1.15rem !important;
}

/* btn */
.btn {
    padding: 6px 20px;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.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-primary {
    border: 2px solid var(--main-dark);
    background: var(--main-dark);
    color: #fff;
}

/* clean*/
.btn.btn-primary.invert {
    border: 2px solid var(--main-dark);
    background: #fff;
    color: var(--main-dark);
}

/**/
.btn.btn-outline-primary {
    background: #fff;
    border: 2px solid var(--main-dark);
    color: var(--main-dark);
}

.btn:after {
    position: absolute;
    height: 0;
    width: 100%;
    bottom: auto;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    will-change: width;
}

.btn.btn-primary:after,
.btn.btn-primary:active {
    background: #fff;
}

.btn.btn-outline-primary:after,
.btn.btn-outline-primary:active .btn.btn-white:after,
.btn.btn-white:active {
    background: var(--main-dark);
}

.btn.btn-primary.invert:after,
.btn.btn-primary.invert:active {
    background: var(--main-dark);
    color: #fff;
}

.btn.btn-success:after,
.btn.btn-success:active {
    background: #157347;
}

.btn.btn-primary:hover:after,
.btn.btn-primary:focus:after,
.btn.btn-primary:active:after,
.btn.btn-outline-primary:hover:after,
.btn.btn-outline-primary:focus:after,
.btn.btn-outline-primary:active:after,
.btn.btn-success:hover:after,
.btn.btn-success:focus:after,
.btn.btn-success:active:after,
.btn.btn-white:hover:after,
.btn.btn-white:focus:after,
.btn.btn-white:active:after,
.btn.btn-primary.invert:hover:after,
.btn.btn-primary.invert:focus:after {
    height: 100%;
    bottom: 0;
    top: auto;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-primary.invert:hover,
.btn.btn-primary.invert:focus,
.btn.btn-primary.invert:active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    color: var(--main-dark);
}

.btn.btn-primary.invert:hover,
.btn.btn-primary.invert:focus,
.btn.btn-primary.invert:active {
    background: var(--main-dark);
    color: #fff;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.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.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
    border: 2px solid var(--main-dark);
}

.btn.btn-custom:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: -1;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    height: 25px;
    width: 25px;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.btn.btn-custom:hover:before,
.btn.btn-custom:focus:before {
    height: 100%;
    width: 100%;
    opacity: 1;
}

.btn.btn-custom:hover,
.btn.btn-custom:focus {
    color: #fff;
    border-color: transparent;
}

.btn.back-top {
    padding: 15px 20px;
    float: left;
    display: inline;
    width: 60px;
    text-align: center;
    border-radius: 100%;
}

/* Double title */
.title_bg {
    border-bottom: 1px solid var(--grey-light);
    background-color: var(--grey-light);
}

.section_title {
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    line-height: normal;
}

.section_title span {
    opacity: 0.1 !important;
    display: inline-block;
    height: 60px;
    line-height: 1;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section_title span {
        font-size: 60px;
        margin-left: -45px;
        margin-bottom: -20px;
    }
}

@media (max-width: 767px) {
    .section_title span {
        position: absolute;
        top: -5px;
        right: 0;
        font-size: 9vw;
    }
}

@media (max-width: 605px) {
    .section_title span {
        top: -10px;
        font-size: 11vw;
    }
}

@media (max-width: 550px) {
    .section_title span {
        top: 25px;
        font-size: 12vw;
    }
}

/* img-group effect */
.col-fixcustom {
    width: 620px;
    min-width: 620px;
    max-width: 620px;
}

@media (max-width: 767px) {
    .col-fixcustom {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .col-fixcustom {
        text-align: center;
    }
}

.img-group img {
    border: 5px solid #fff;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    box-shadow: -1px 2px 30px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 1;
}

.img-group .part1 {
    margin-right: -70px;
    z-index: 2;
}

.img-group .part2 {
    margin-bottom: -80px;
    z-index: 3;
}

.img-group .part3 {
    margin-top: -60px;
    margin-left: 90px;
    z-index: 4;
}

@media (max-width: 767px) {
    .img-group .part1 {
        margin-left: 5%;
    }

    .img-group .part2 {
        display: none
    }

    .img-group .part3 {
        margin-top: -30%;
        margin-left: 40%;
    }
}

@media (max-width: 500px) {
    .img-group .part3 {
        margin-top: -20%;
        margin-left: 30%;
    }
}

@media (max-width: 400px) {
    .img-group .part1 {
        margin: 0 auto;
    }

    .img-group .part3 {
        margin: -10% auto;
    }
}

.img-group:hover img {
    opacity: 0.5
}

.img-group:hover .part1:hover,
.img-group:hover .part2:hover,
.img-group:hover .part3:hover {
    opacity: 1;
}

.img-group:hover .part2:hover,
.img-group:hover .part1:hover {
    z-index: 5;
}

/* Cat block */
.cat_block a {
    min-height: 255px;
}

.cat_block a .holder h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.cat_block a:not(.overlay):hover .holder h5,
.cat_block a:not(.overlay):focus .holder h5 {
    color: var(--main);
}

.cat_block a.overlay {
    position: relative;
    overflow: hidden
}

.cat_block a.overlay .holder {
    z-index: 1
}

.cat_block a.overlay:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    bottom: 0;
    top: 0;
    left: -50%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.cat_block .cat_content:nth-child(1) a.overlay:before {
    background: -webkit-linear-gradient(left, rgba(255, 239, 189, .90) 0%, rgba(255, 239, 189, .55) 50%, rgba(255, 239, 189, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 239, 189, .90)0%, rgba(255, 239, 189, .55) 50%, rgba(255, 239, 189, 0) 100%);
    background: linear-gradient(to right, rgba(255, 239, 189, .90)0%, rgba(255, 239, 189, .55) 50%, rgba(255, 239, 189, 0) 100%);
}

.cat_block .cat_content:nth-child(2) a.overlay:before {
    background: -webkit-linear-gradient(left, rgba(236, 255, 212, .90) 0%, rgba(236, 255, 212, .55) 50%, rgba(236, 255, 212, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(236, 255, 212, .90)0%, rgba(236, 255, 212, .55) 50%, rgba(236, 255, 212, 0) 100%);
    background: linear-gradient(to right, rgba(236, 255, 212, .90)0%, rgba(236, 255, 212, .55) 50%, rgba(236, 255, 212, 0) 100%);
}

.cat_block .cat_content:nth-child(3) a.overlay:before {
    background: -webkit-linear-gradient(left, rgba(255, 212, 239, .90) 0%, rgba(255, 212, 239, .55) 50%, rgba(255, 212, 239, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 212, 239, .90)0%, rgba(255, 212, 239, .55) 50%, rgba(255, 212, 239, 0) 100%);
    background: linear-gradient(to right, rgba(255, 212, 239, .90)0%, rgba(255, 212, 239, .55) 50%, rgba(255, 212, 239, 0) 100%);
}

.cat_block a:hover.overlay:before,
.cat_block a:focus.overlay:before {
    left: 0%;
}

/* 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
}

@media (max-width: 500px) {
    .catmd_block.custom_text a .holder h5 {
        margin-bottom: 0;
        line-height: 1.3;
        font-size: 1.3rem;
    }

    .catmd_block.custom_text a:hover .holder {
        bottom: 20px;
    }
}

/* Call to action */
.cta {
    padding: 20px 50px 30px;
    overflow: hidden;
}

.cta h5 {
    margin-bottom: 15px;
    font-weight: 700
}

.cta:hover h5 {
    color: var(--main)
}

.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;
}

.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;
}

/* 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 {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 99;
}

.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;
}

/* welcome maincat */
.maincat .intro {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
}

.maincat .intro:before,
.maincat .intro:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--main);
}

.maincat .intro:before {
    left: -67px;
}

.maincat .intro:after {
    right: -67px;
}

.maincat h5 {
    font-size: 38px;
    font-weight: 600;
    margin: 17px 0 40px;
    color: #fff;
    line-height: normal;
}

.maincat.maincat_sm h5 {
    font-size: 36px;
    margin: 0;
}

.maincat.maincat_md h5,
.maincat.maincat_all h5 {
    font-size: 22px;
    margin: 17px 0 30px;
}

.maincat.maincat_sm h5,
.maincat.maincat_md h5,
.maincat.maincat_all h5 {
    color: var(--main-dark-3);
}

@media (max-width: 1024px) {
    .maincat h5 {
        margin: 10px 0 22px;
        font-size: 28px;
    }

    .maincat.maincat_sm h5 {
        font-size: 26px;
    }
}

.maincat .holder-lg,
.maincat .holder-sm,
.maincat .holder-md,
.maincat .holder-clear {
    position: relative;
}

.maincat .holder-lg {
    padding: 15% 0;
}

.maincat .holder-sm {
    padding: 9% 6% 18%;
}

.maincat .holder-md {
    padding: 9% 6%;
}

.maincat .holder-clear {
    padding: 10px 30px 42%;
}

@media (max-width: 1024px) {}

.maincat a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.maincat .holder-clear a {
    min-height: 300px;
}

.maincat .bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-height: 380px;
}

.maincat.maincat_sm .bg-overlay,
.maincat.maincat_md .bg-overlay {
    max-height: 300px;
}

.maincat a:hover .bg-overlay {
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.maincat .cat_block {
    min-height: 340px
}

.maincat .cat_block .holder-text {
    background: #fff;
    position: absolute;
    margin: 20px;
    display: inline-block;
    width: 60%;
    padding: 20px;
    bottom: 0px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.maincat .cat_block .holder-text h5 {
    color: var(--body-color);
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}

.maincat .cat_block:hover .holder-text {
    color: #fff;
    background: var(--main);
}

/* 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;
}

@media (min-width: 992px) {
    .services .services_block:after {
        content: "";
        position: absolute;
        height: 100%;
        border: 1px solid;
        top: 0;
        right: 0;
    }

    .services .services_block.noafter:after {
        content: none;
    }
}

.services_block h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
    position: relative;
}

.services_block p {
    font-size: 15px;
    margin: 10px 0 0 0;
}
 
.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 .item-product:not(.clear-box),
.collection-product,
.swiper-slide .item-product:not(.clear-box) {
    margin-bottom: 32px;
}

.mainproducts .card-products,
.swiper-slide .card-products {
    padding-bottom: 46px;
}

.mainproducts .card-products,
.swiper-slide .card-products {
    display: inline-grid;
    background: #fff;
}

.mainproducts .clear-box .card-products {
    padding-bottom: 26px;
    justify-items: stretch;
    display: flex;
    flex-direction: column;
}

.card-products .product-image {
    min-height: 340px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.mainproducts .clear-box.clear-box2 .card-products .product-image {
    min-height: 300px;
}

.collection-product .card-products .product-image {
    min-height: auto
}

.card-products:hover .product-image img.img-fluid {
    -webkit-transition: all .9s ease 0s;
    -o-transition: all .9s ease 0s;
    transition: all .9s ease 0s;
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.productsSwiper .swiper-slide .card-products .product-image {
    min-height: 150px
}

.card-products .product-bg {
    filter: brightness(0.95);
    background: rgb(242 242 242 / 52%);
}

@media (min-width: 1399px) {
    .mainproducts .clear-box .card-products .product-image {
        min-height: 390px;
    }

    .mainproducts .clear-box.clear-box2 .card-products .product-image {
        min-height: 320px;
    }
}

@media (max-width: 1199px) {
    .mainproducts .clear-box .card-products .product-image {
        min-height: 300px;
    }

    .mainproducts .clear-box.clear-box2 .card-products .product-image {
        min-height: 240px;
    }
}

@media (min-width: 300px) and (max-width: 400px) {
    .mainproducts .clear-box .card-products .product-image {
        min-height: 400px;
    }

    .mainproducts .clear-box.clear-box2 .card-products .product-image {
        min-height: 310px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-products .product-image {
        min-height: 280px;
    }
}

.card-products .product-image img {
    padding: 15px 15px 35px;
}

.mainproducts .clear-box2 .card-products .product-image img {
    padding: 20px 15px;
}

.card-products h6 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 16px;
    color: var(--main-dark-2);
    line-height: 1.3;
}

.mainproducts .clear-box:not(.clear-box2) .card-products h6 {
    position: absolute;
    bottom: 0;
}

.card-products :not(.clear-box2):hover h6,
.card-products :not(.clear-box2):focus h6 {
    opacity: 0.8;
}

.card-products .price {
    font-weight: 700;
    color: var(--main-dark-2);
}

.clear-box2 .card-products .price {
    color: var(--main-dark-1);
}

.card-products:hover .price,
.card-products:focus .price {
    color: var(--main)
}

.mainproducts .clear-box .card-products .action_block,
.collection-product .card-products .action_block {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 575px) {

    .mainproducts .clear-box .card-products .action_block,
    .collection-product .card-products .action_block {
        text-align: right;
        top: 5%;
    }

    .mainproducts .clear-box .card-products {
        padding-bottom: 16px;
    }
}

.mainproducts .clear-box .card-products .action_block,
.card-products .action_call,
.mainproducts .clear-box .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 {
    color: #fff;
    background: var(--main);
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 700;
}

.mainproducts .clear-box .card-products .action_call,
.collection-product .card-products .action_call {
    position: relative;
    width: 40px;
    padding: 6px;
    color: var(--main-dark);
    background: #fff;
    margin-left: -42px;
    line-height: normal;
}

.mainproducts .clear-box .card-products .action_call .custom_icon,
.collection-product .card-products .action_call .custom_icon {
    font-size: 20px;
}

.card-products .action_call:hover,
.card-products .action_call:focus {
    background: var(--body-color);
}

.mainproducts .clear-box .card-products .action_call:hover,
.mainproducts .clear-box .card-products .action_call:focus,
.collection-product .card-products .action_call:hover,
.collection-product .card-products .action_call:focus {
    color: #fff;
    background: var(--main-dark);
}

.mainproducts .item-product:hover .action_call,
.mainproducts .item-product:focus .action_call,
.collection-product .card-products:hover .action_call,
.collection-product .card-products:focus .action_call,
.swiper-slide .item-product:hover .action_call,
.swiper-slide .item-product:focus .action_call {
    opacity: 1;
    visibility: visible;
}

.mainproducts .clear-box.item-product:hover .action_call,
.mainproducts .clear-box.item-product:focus .action_call,
.collection-product .card-products:hover .action_call,
.collection-product .card-products:focus .action_call {
    margin-left: 0;
}

.card-products .action_call .custom_icon {
    font-size: 22px;
    margin: 2px;
    vertical-align: text-bottom;
}

.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,
.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 {
    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: 700;
}

@media (max-width: 767px) {
    .cta h2 {
        font-size: 2rem;
        line-height: normal;
    }
}

.cta .intro {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 15px;
    display: inline-block;
}

.cta .intro:before,
.cta .intro:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e97730;
}

.cta .intro:before {
    left: -67px;
}

.cta .intro:after {
    right: -67px;
}

.cta_lg {
    padding: 10% 6%;
}

.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);
}

/* */
.title_block {
    position: relative;
    overflow: hidden;
    padding: 8% 0;
    min-height: 180px;
}

.main_title {
    font-weight: 600;
    font-size: 2.4rem;
}

.sub_title {
    font-size: 1.4rem;
}

@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;
    }
}

.title_block.title_block-sm {
    padding: 3% 0;
}

.title_block.title_block-sm:before {
    width: 180px;
    height: 180px;
}

/* */
.modal-content {
    border-radius: 20px;
}

/* */
.form-inline {}

.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);
    }
}

.categories_slider .holder {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .80);
    height: 100%;
    -webkit-transition: all .40s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    visibility: visible;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 20;
}

.categories_slider .swiper-slide:hover .holder,
.categories_slider .swiper-slide:focus .holder {
    top: 0;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation: bounce2 1s linear;
    animation: bounce2 1s linear;
}

.categories_slider .holder h5 {
    position: absolute;
    bottom: 1rem;
    font-weight: 600;
    padding: 3rem;
}

.price .text-decoration-line-through {
    color: var(--body-color);
    padding: 0 1rem;
}

nav .navbar-brand img {
    max-height: 55px
}