@import url(filters.css);
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}

/* ================= Font Awesome 7 Free ================= */

/* Solid */
@font-face {
    font-family: 'Font Awesome 7 Free';
    font-style: normal;
    font-weight: 900;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

/* Regular */
@font-face {
    font-family: 'Font Awesome 7 Free';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-regular-400.woff2') format('woff2');
}

/* Brands */
@font-face {
    font-family: 'Font Awesome 7 Brands';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2');
}

/* Optional: V4 Compatibility */
@font-face {
    font-family: 'Font Awesome 7 Free';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-v4compatibility.woff2') format('woff2');
}

:root {
    --button-color: brown;
}
body {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    /*background: #fbf0cf !important;*/
}
body #msCart{
    font-family: "Montserrat", sans-serif !important;
}
main {
    background: white;
    min-height: 1000px;
   /* border-right: 1px solid #bcbcbc;
    border-left: 1px solid  #bcbcbc;*/
}

header ul li a {
    text-decoration: none;
    color: #232323;
    font-weight: 500;
    font-size: 0.8rem;
    font-family: "Montserrat", sans-serif;
}

header a[href^="tel:+7"] {
    text-decoration: none;
    font-weight: 600;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
}
header a i.fa-telegram{color: black !important;}
.middle-top {
    height: 70px;
}

.logo img {
    width: 200px;
}

.m-logo {
    width: 110px;
    vertical-align: top;
}

input[type=search] {
    background: #fbf0cf !important;
    border: none;
    font-family: "Montserrat", sans-serif;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    /*font-size: 20px;  размер иконки */
}

.icon-wrapper .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    background: #ffee90;
    color: #0e0e0e;
    font-size: 0.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 2px 5px;
    border-radius: 50%;
    line-height: 1;
}

.icon-wrapper a {
    color: black !important;
    font-size: 1.4rem;
}


@media screen and (max-width: 600px) {
    .icon-wrapper {
        margin: 0 0 0 .6rem;
    }

    header .icon-wrapper a.icon, .phone_m {
        color: black;
        font-size: 1rem !important;
    }
}

/* menu*/

@media (min-width: 600px) {

    .topmenu > li {
        position: relative;
    }

    .topmenu > li > a {
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }

    .submenu {
        position: absolute;
        /*left: 50%;*/
        top: 100%;
        /*width: auto;*/
        width: 12rem;
        /*margin-left: -105px;*/
        background: #fafafa;
        border: 1px solid #ededed;
        z-index: 5;
        visibility: hidden;
        opacity: 0;
        transform: scale(.8);
        transition: .4s ease-in-out;
        padding: 1.2rem !important;
    }

    .topmenu > li:hover .submenu {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .submenu li {
        margin-bottom: 1rem;
    }

    .submenu li.last {
        margin-bottom: 0;
    }

    .submenu li a {
        font-size: 0.7rem;
        list-style: none;
    }
}

li [rel="drop"]:after {
    content: "\f107";
    font-family: 'Font Awesome 7 Free', sans-serif;
    font-weight: 900;
    color: #a6a6a6;
    padding-left: 0.5rem;
}

li:hover [rel="drop"]:after {
    content: "\f107";
    font-family: 'Font Awesome 7 Free', sans-serif;
    font-weight: 900;
    color: #ac7d01;
    padding-left: 0.5rem;
}

#content {
    background: white;
}

/*converse*/

.converiese-wrapper {
    overflow: hidden;
    position: relative;
    background: rgba(198, 172, 174, 0.65);
}

.main_offer {
    position:relative;
    bottom: 0;
    padding: 4%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 0.9rem;
    /*width:100%;*/
    box-sizing: border-box;
}

.converiese-wrapper .single-conversie-wrapper .single-conversie-inner-wrapper {
    width: 100%;
    display: flex;
    max-height: 550px
}

.converiese-wrapper .single-conversie-wrapper .image-wrapper.conversie-image img {
    height: 100%

}

.converiese-wrapper .single-conversie-wrapper .pp-wrapper:before {
    content: '\f055';
    font-family: 'Font Awesome 7 Free', sans-serif;
    font-weight: 800;
    color: #fceaae;;
    font-size: 2rem;
}

.converiese-wrapper .single-conversie-wrapper .pp-wrapper:hover .pp-content {
    opacity: 1;
    visibility: visible
}

.converiese-wrapper .single-conversie-wrapper .pp-wrapper .pp-content {
    background: rgba(255, 255, 255, 0.46);
    color: #000;
    padding: 5px;
    width: 180px;
    visibility: hidden;
    transition: .3s;
    border-radius: 5px
}

.converiese-wrapper .single-conversie-wrapper .pp-wrapper .pp-content .image-wrapper {
    width: 100%;
}

.converiese-wrapper .single-conversie-wrapper .pp-wrapper .pp-content .image-wrapper img {
    width: 100%
}

.converiese-wrapper .single-conversie-wrapper .pp-wrapper .pp-content .content {
    width: 65%
}

.converiese-wrapper .single-conversie-wrapper .pp-wrapper .pp-content .content p {
    font-size: 12px;
    line-height: 1;
    padding-left: 10px;
    margin: 0
}

.converiese-wrapper .single-conversie-wrapper .pp-wrapper .pp-content .content p:first-child {
    font-weight: 500;
    padding-bottom: 5px
}

.converiese-wrapper .single-conversie-wrapper .pp-wrapper .pp-content .content p:last-child {
    font-weight: bold
}


h1{
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif;
}
/*breadcrumbs*/
.breadcrumb-item{
    font-size: 1rem ;
}

.breadcrumb-item a{
    text-decoration: none;
    color: #8f8f8f !important;
    font-size:1rem ;
}
ol.breadcrumb{
    margin-bottom: 0 !important;
}

.divider {
    background-color: #dadada;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.divider span.center {
    margin: 0 auto;
}
.divider span {
    background-color: #fceaae;
    display: block;
    width: 200px;
    height: 1px;
}
/* price*/



.add-cart{
    background: rgb(251, 234, 165) !important;
    height: 50px;
    font-size: 1rem;

}
.add-cart:before{
   /* font-family: 'Font Awesome 7 Free', sans-serif;
    content: '\f07a';*/
}

.price{
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
}

.old_price{
    font-size: 1rem;
    font-style: normal !important;
    color: #95908e !important;
    font-weight: 300;
}

.price .fa-solid {
    text-align: left !important;
}

.art{
    color: #a7acb1;
    font-size: 0.8rem;
    margin: 1rem 0;

}
.input-group{
    /*width: 68% !important;*/
}
.heart{
    font-size: 2rem;
    color: #ffc02f;
}
button[type=submit]{
    font-family: "Montserrat", sans-serif;
}
button[type=submit] i {
    color: rgba(35, 35, 35, 0.87);
    font-size: 1.4rem;
}

a[href="#collapseExample"]{
    border-bottom: 1px dashed grey;
    text-decoration: none;
    color: black;
}

/*sticky-cart*/
.sticky-cart{
    position: sticky;
    top: 50px;
    z-index: 1020;
}
.title-item{
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
}
.qnt{
    display: flex ;
    justify-content: space-evenly;
    background-color:#fceaae;
    border-radius: 12px;
    font-size: 1rem;

}
.qnt button, .qnt input{
    background: transparent;
    border: none;
    width: 30px;
    font-weight: 600;
    font-size: 1.2rem;
    color: black;
}
button.delete{
    background-color:transparent;
    border: none;

}
.item-cart{
    border-bottom: 1px solid #b6b6b6;
    padding: 1rem 0;
}
.item-cart:last-child{
    border-bottom: none;
}
/*убираем стрелки*/
.qnt input[type=number]::-webkit-inner-spin-button,
.qnt input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qnt input[type=number] {
    -moz-appearance: textfield;
    text-align: center;
}

.cart-header{

}
/**/
.cart-data{
    border-radius: 10px;
    border: 1px solid #bababa;
    padding: 1rem;
    font-family: "Montserrat", sans-serif;
}
.cart-data h4{
    font-weight: 600;
}
.cart-data b{
    font-weight: 600;
    font-size: 0.9rem;
}
.cart-data button{
    background-color: #ffc107;
}
.cart-data button span{
    font-size: 1rem;
    font-weight: 700;
}
.cart-data p {
    font-size: 1rem;
}
.cart-data #eShopLogistic3Info strong{
    font-size: 0.9rem;
    font-weight: 600;
}
.cart-data #eShopLogistic3Info span{
    font-weight: 400;
    font-size: 0.9rem;
}



a.name  {
    font-size: 0.8rem;
    text-decoration: none;
    color: #373737;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.name + span{
   padding: 0 0.2rem !important;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #919191;
}

/* картинка на главной */
form.main-item{
    position: relative;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.on-main{
    background-color: rgba(237, 237, 237, 0.8);
    position: absolute;
    bottom: 0;
    padding: 0.7rem;
}

.icons-on-image{
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    top:2%;
    left: 50%;
    width: 40%;
    font-size: 1.4rem;
    margin-left: -20%;
    background-color:rgba(251, 251, 251, 0.91);
    border-radius: 5px;
    padding: 0.5rem 1rem;
    opacity: 0;
    transition: visibility 1s ease-in-out;
    transform: translateY(-10px); /* небольшой сдвиг вверх для красивого появления */


}
.icons-on-image a{
    color: #606060;
}
.icons-on-image  button{
    border: none !important;
    background-color: transparent;
}
.main-item:hover .icons-on-image{
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.heart-on-main{
    font-size: 1.4rem;
    color: white;
}
.price-on-main {
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #0c0c00;
    font-size: 1.2rem;
}/*
.price-on-main:before{
    content: '\f02b';
    font-family: 'Font Awesome 7 Free', sans-serif;
    font-weight: 900;
    color: #ffffff;
    margin-right: 1rem;
    font-size: 1rem;
}*/
.on-main a{
    text-decoration: none;
    color: black;
    font-size: 0.9rem;
    background-color: #ffffffbf;
    border-radius: 8px;
    padding: 0.2rem 0.5rem;
    font-weight: 500;
}
.title-on-img{
    font-weight: 500;
    color: #000000;
    font-size: 1rem;
}

.main-item:hover .on-main{
    background-color: rgba(239, 239, 239, 0.86);
}
/**/
/* msFavoriterToggle */
/* style.css */

/* Иконки в кнопке избранного */

#msProduct button.msFavoriterToggle {
    border: none !important;
    background-color: transparent;
}

#msProduct .fa-regular.fa-heart:before{
    color: rgb(252, 234, 174);
    font-size: 2rem;
}
#msProduct .fa-solid.fa-heart:before{
    color: rgb(252, 234, 174);
    font-size: 2rem;
}

#msProduct .msFavoriterToggle i.fa-solid.fa-heart{
    display: none;
    border: none;
    color: rgb(252, 234, 174);
;
    font-size: 2rem;
}
#msProduct .msFavoriterToggle i{
    font-size: 2rem !important;
}
#msProduct .msFavoriterToggle._active_ i.fa-solid.fa-heart{
    display: inline-block;
    border: none;
    color: rgb(255, 219, 166);
;
}

#msProduct .msFavoriterToggle._active_ i.fa-regular.fa-heart{
    display: none;
    border: none;
    color: rgb(252, 234, 174);
;
}

/*mobile*/
@media (max-width: 640px) {

    header{
        position: sticky;
        top: 0;
        z-index: 100;
        background-color: rgba(255, 255, 255, 0.95);
    }
    h1 {
        font-size: 1rem !important; /* пример — уменьшенный размер шрифта */
        line-height: 1.2;
        font-weight: 500;
        text-align: center;
    }

    .add-cart{
        font-size: 0.6rem;
    }
    #product_price{
        width: 50px !important;
    }
    /*addticart-mobile*/

    .price{
        font-size: 1.5rem;
        font-weight: 600;
    }
    .price .fa-solid {
        margin-left: .4rem;
    }
    .input-group{
        width: auto !important;
    }
    .heart{
        font-size: 1.6rem;
    }
    .on-main{
        padding: 0.2rem;
    }
    .price-on-main {
        font-family: "Montserrat", sans-serif;
        font-size: 0.9rem;
    }
    .title-on-img {
        font-weight: 500;
        color: #171414;
        font-size: 0.8rem;
    }
    .icons-on-image{
        position: absolute;
        display: flex;
        justify-content: space-evenly;
        top:2%;
        left: 50%;
        width: 80%;
        font-size: 1rem;
        margin-left: -40%;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 5px;
        padding: 0.5rem 1rem;
        opacity: 0;
        transition: visibility 1s ease-in-out;
        transform: translateY(-10px); /* небольшой сдвиг вверх для красивого появления */


    }
    .title-item {
        color: black;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 0.9rem;
    }
    .price_in_cart span{
        font-size: 0.9rem !important;
    }
    .sticky-cart{
        position: relative;
        top: 10px;
        z-index: 100;
    }
    .product-article{
        color: black;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 0.7rem;
    }
    .breadcrumb-item a {
        font-size: 0.7rem;
    }
    .on-main a{
        font-size: 0.6rem;
    }

}

.form-check-input:checked {
    background-color: #efb700 !important;
    border-color: #cab847 !important;
}
.thumb_cart{
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
}

#mse2_filters fieldset{
    border-bottom: 1px solid #cab847 ;
    padding: 0 0 1rem 0 !important;
}
.db{
    border-bottom: 1px solid #cab847 !important;
    padding: 1rem 0 !important;

}

a.sort{
    text-decoration: none;
    color: #2e2e2e;
}

button.reset{
    background-color: #efb700;
}

.submenu li:last-child{
    margin-bottom: 0;
}
.bg-footer{
    background-color: rgb(55, 47, 36);
}

.bg-footer a, .bg-footer h5, .bg-footer h6 {
    color: white;
    text-decoration: none;
}


footer .small{
    color: #ffffff;
    font-weight: bold;
    margin-top: 0.4rem;
}
footer ul li a{
    font-size: 0.8rem;
}

.color-heart{
    color: rgb(252, 234, 174);
    font-size: 2rem;
}
.bb{
    border-bottom: 1px solid beige;
}

.br{
    border-radius: 6px !important;
}
.slogan{
    font-weight: normal;
    font-size: 1rem;
}

.f-text{
    font-weight: lighter;
}

.free_dil{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fb9955, #fbc363);
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
    transition: all 0.3s ease;
}


/* слайдер на главной */
/* ссылка на весь баннер */
.main-slider__container .fotorama__stage__frame .fotorama__html {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-slider__container .fotorama__stage__frame a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-indent: -9999px;
}

/* стрелки поверх ссылки */
.main-slider__container .fotorama__arr {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
    opacity: 1 !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* убираем стандартную иконку Fotorama */
.main-slider__container .fotorama__arr__arr {
    display: none;
}

/* левая стрелка */
.main-slider__container .fotorama__arr--prev {
    left: 20px;
}

.main-slider__container .fotorama__arr--prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-40%, -50%) rotate(45deg);
}

/* правая стрелка */
.main-slider__container .fotorama__arr--next {
    right: 20px;
}

.main-slider__container .fotorama__arr--next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: translate(-60%, -50%) rotate(45deg);
}

/* hover */
.main-slider__container .fotorama__arr:hover {
    background: #fff;
}