@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Raleway', sans-serif !important;
}

/*:root {
    --bs-primary: #ff8086;
    --bs-secondary: #81d1e5;
    --bs-grey: #7b7b7b;
    --bs-dark: #1e1e1e;
    --bs-yellow: #fbd10b;
    --bs-green: #c4d95d;
    --bs-dark-text: #c3c3c3;
    --bs-transperent-yellow-bg: #fbd10b26;
    --bs-transperent-green-bg: #c4d95d96;
    --bs-red: #94161f;
}*/
:root {
    --bs-primary: #393839;
    --bs-secondary: #705b9b;
    --bs-primary-hover: #393839;
    --bs-secondary-hover: #4f406c;
    --bs-dark-text: #000;
    --bs-link: #463d57;
    --bg-lite: #ebf1f4;
    --bs-primary-lite: #ebdeeb;
    --bs-heading-primary-color: #afafaf;
    --bs-heading-secondary-color: #afafaf;
}

body {
    color: var(--bs-dark-text);
}

header {
    padding-bottom: 5px;
}

.h1, h1 {
    font-size: 2.1rem;
}

.btn {
    padding: .5rem 1.5rem;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary);
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: .5rem 5rem;
}

.btn-primary:hover {
    background-color: #575757;
    border-color: #575757;
    position: relative;
    overflow: hidden;
    transition: background .2s ease 0s;
    transition-delay: 0s;
}

.btn-secondary {
    color: #fff;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-secondary:hover {
    background-color: var(--bs-secondary-hover);
    border-color: var(--bs-secondary-hover);
}

.btn-link {
    color: var(--bs-primary);
    text-decoration: none;
}

.btn-link:hover {
    color: var(--bs-primary-hover);
    text-decoration: none;
}

.btn-link span {
    border-bottom: 1px dashed var(--bs-link);
    padding-bottom: 7px;
    font-weight: 500;
    color: var(--bs-link);
}

.btn-link span:hover {
    border-bottom: 1px solid var(--bs-secondary);
    padding-bottom: 7px;
    color: var(--bs-secondary);

}

.btn-link-round {
    border: 1px solid var(--bs-link);
    padding: 0.3rem 1.5rem;
    border-radius: 2rem;
    color: var(--bs-link);
}

.btn-link-round:hover {
    border: 1px solid var(--bs-secondary);
    background-color: var(--bs-secondary);
    color: white;
}

.btn-outline-primary {
    color: var(--bs-primary);
    background-color: var(--bs-primary-lite);
    border-color: var(--bs-primary-lite);
}

.js-main.overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(128, 128, 128, 0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */

}

.btn-outline-select:hover {
    color: #ffffff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-sm {
    align-items: center;
    padding: .2rem .8rem;
    font-size: .8rem;
}

.bg-d-light {
    background-color: #f5f5f5;
}

.bg-warning-opacity-90 {
    background-color: #ffc1075e !important;
}

.text-black {
    color: black;
}

a {
    color: var(--bs-link);
    text-decoration: none;
}

a:hover {
    color: var(--bs-primary);
}

.bg-lite {
    background-color: var(--bg-lite);
}

.btn-main {
    height: 60px;
    width: 60px;
}

.btn-outline-primary {
    background-color: transparent;
    color: var(--bs-secondary);
    border-color: var(--bs-primary-hover);
}

.btn-outline-primary:hover {
    background-color: #ebdeeb45;
    color: var(--bs-secondary);
    border-color: var(--bs-primary);
}

.btn-outline-secondary {
    background-color: transparent;
    border-color: var(--bs-secondary-hover);
}

.btn-outline-secondary:hover {
    border-color: var(--bs-secondary);
}

.form-control::file-selector-button {
    background-color: var(--bs-primary-lite);
    border-color: var(--bs-primary-lite);
}

.btn-outline-filter {
    background-color: #ebdeeb45;
    border: 1px solid var(--bs-secondary-hover);
    font-weight: 600;
}

.btn-outline-filter:hover {
    background-color: #d088d045;
    border-color: #ebdeeb45;
}

.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

footer {
    background: #000;
    color: var(--bs-dark-text);;
}
footer .logo{
    filter: invert(1);
}
.main-nav {

}

.fw-semibold {
    font-weight: 600;
}

.banner-mini_item {
    position: relative;
    overflow: hidden;
    max-height: 220px;
}

.banner-mini_item .scale-image {
    webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease 0s;
}

.banner-mini_item:hover .scale-image {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -moz-transform: scale(1.06);

}

#mainBanner, .banners-mini {
    max-height: 450px;
    overflow: hidden;
    height: 100%;
}

#second-menu {
    left: -72px;
    position: absolute;
    bottom: 0;
    z-index: 100;
}

header .nav-link,
header .btn-link {
    color: inherit;
    font-weight: 600;
}

#mainNav .nav-item:hover span {
    border-bottom: 1px solid #9b5b9b;
}

.nav-item .selected span {
    border-bottom: 1px solid var(--bs-primary);

}

.border-bottom-1 {
    border-bottom: 1px solid #e6e6e6;
}

.nav-pills .nav-link {
    color: #2d2e71;
    font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-primary);
    background-color: #ffffff;
}

.nav-pills .nav-link.active span {
    border-bottom: 1px solid var(--bs-primary);
    padding-bottom: .4rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: auto;
    height: auto;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.regular-price {
    color: #222;
    text-decoration: line-through;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 40px;
    border-radius: 0;
    height: 2px;
    background: #ebdeeb;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #4f406c;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--bs-grey);
}

.address:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-geo-alt' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E");
    height: 30px;
    width: 30px;

    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;

    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.banner {
    min-height: 500px;
    overflow: hidden;
}

.banner-image img {
    webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    cursor: pointer;
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.nav-link:focus, .nav-link:hover {
    color: #9b5b9b;
}

.banner-image:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -moz-transform: scale(1.06);
    overflow: hidden;
}

.banner-title {
    font-size: 36px;
    line-height: 62px;
    font-weight: 600;
    letter-spacing: -.3px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #222;
}

.menu-second a {
    white-space: nowrap;
}

footer h5 {
    color: #fff;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .4px;
    margin: 0 0 23px;
    font-size: 14px;
}

footer li,
footer a,
footer p {
    padding-left: 0;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: none;
    font-weight: 400;
    color: #c3c3c3;
    text-decoration: none;
}

footer li a:hover {
    color: #ff8087;
}

footer .container-fluid {
    border-top: 1px solid #353535;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.image_text_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.image_text_wrapper .image_cell {
    width: 30%;
}

.image_text_wrapper .image_cell img {
    max-width: 100%;
}

.image_text_wrapper .text_cell {
    padding-left: 2rem;
    width: 70%;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.bg-transparent-yellow {
    background-color: var(--bs-transperent-yellow-bg);
}

.bg-transparent-green {
    background-color: var(--bs-transperent-green-bg);
}

.btn-filter {
    color: #fff;
    background-color: var(--bs-green);
    border-color: var(--bs-green);
}

.btn-filter:hover {
    background-color: var(--bs-transperent-green-bg);
    border-color: var(--bs-transperent-green-bg);
    color: #fff;
}

.form-check-input:checked {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.form-check-input:focus {
    border-color: var(--bs-primary-hover);
    outline: 0;
    box-shadow: var(--bs-primary-hover);
}

.popup-window {
    font: 14px 'Montserrat', sans-serif !important;
}

.bx-catalog-popup-message {
    text-align: center !important;
}

#topNav .dropdown-toggle::after {
    display: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: inherit;
    background-color: transparent;
}

.link-underline span {
    border-bottom: 1px solid var(--bs-primary);
}

.link-underline:hover span {
    color: var(--bs-primary);
}

.navbar-brand img {
    max-height: 70px;
}

.breadcrumb {
    font-size: .8rem;
}

.top-menu.navbar-nav a,
.user-menu a,
.top-menu .btn-link {
    padding: 5px 10px;
    font-size: 0.8rem;
}

.dropdown-phone {
    padding: 1.1rem !important;
}

.nowrap {
    white-space: nowrap;
}

.top-menu .btn-link {
    border: none;
    box-shadow: none;
}

.top-menu .btn,
.top-menu .btn:focus {
    box-shadow: none;
}

.top-menu .dropdown-menu[data-bs-popper] {
    top: 24px;
}

.phone-title {
    font-size: .8rem;
}

.dropdown-menu {
    min-width: auto;
    border: 1px solid rgb(155 91 155 / 47%);
}

.catalog.dropdown {
    position: unset;
}

.brand-image {
    filter: grayscale(90%);
}

.brand-image {
    filter: grayscale(90%);
}

.brands .brand-image:hover {
    filter: unset;
}

.display-7 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}

.brandblock-item {
    font-weight: 500;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIEdlbmVyYXRvcjogU1ZHIFJlcG8gTWl4ZXIgVG9vbHMgLS0+Cjxzdmcgd2lkdGg9IjgwMHB4IiBoZWlnaHQ9IjgwMHB4IiB2aWV3Qm94PSIwIDAgMjggMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN0M0IDYuNDQ3NzEgNC40NDc3MiA2IDUgNkgyNEMyNC41NTIzIDYgMjUgNi40NDc3MSAyNSA3QzI1IDcuNTUyMjkgMjQuNTUyMyA4IDI0IDhINUM0LjQ0NzcyIDggNCA3LjU1MjI5IDQgN1oiIGZpbGw9IiMwMDAwMDAiLz48cGF0aCBkPSJNNCAxMy45OTk4QzQgMTMuNDQ3NSA0LjQ0NzcyIDEyLjk5OTcgNSAxMi45OTk3TDE2IDEzQzE2LjU1MjMgMTMgMTcgMTMuNDQ3NyAxNyAxNEMxNyAxNC41NTIzIDE2LjU1MjMgMTUgMTYgMTVMNSAxNC45OTk4QzQuNDQ3NzIgMTQuOTk5OCA0IDE0LjU1MiA0IDEzLjk5OThaIiBmaWxsPSIjMDAwMDAwIi8+PHBhdGggZD0iTTUgMTkuOTk5OEM0LjQ0NzcyIDE5Ljk5OTggNCAyMC40NDc1IDQgMjAuOTk5OEM0IDIxLjU1MiA0LjQ0NzcyIDIxLjk5OTcgNSAyMS45OTk3SDIyQzIyLjU1MjMgMjEuOTk5NyAyMyAyMS41NTIgMjMgMjAuOTk5OEMyMyAyMC40NDc1IDIyLjU1MjMgMTkuOTk5OCAyMiAxOS45OTk4SDVaIiBmaWxsPSIjMDAwMDAwIi8+PC9zdmc+")
}

.search-block {
    width: 100%;
}

.whatsapp-container .open {
    color: #015701;
    font-weight: bold;

}

.whatsapp-container .closed {
    color: red;
    line-height: 1;
    font-size: 12px;
}

.whatsapp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 1rem;
    right: 1rem;
    position: fixed;
    z-index: 1000;
    opacity: .7;
}

.whatsapp {
    /* position: absolute;*/

    background-color: #146630;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 1rem 1rem 0 1rem;
    padding: 1rem;

    z-index: 1000;
    opacity: .7;
}


/*.whatsapp {
    !*  position: absolute;*!
    bottom: 1rem;
    right: 1rem;
    background-color: #146630;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 1rem;
    padding: 1rem;
    position: fixed;
    z-index: 1000;
    opacity: .7;
}*/
.whatsapp:hover{
    opacity: 1;
}
.whatsapp svg {
     width: 48px;
     height: 48px;
 }
.add-delivery{
    background-color: #e4f4e66e;
    font-size: 14px;
}
.add-delivery .text{
    font-size: small;
}
.add-delivery .description{
    font-size: x-small;
}
.form-control.error{
    border: 1px solid red;
}
footer .app-link img {
    max-width: 8rem;
}

.popup-window.popup-window-with-titlebar {
    padding: 1rem 2rem;
    border-radius: 1rem;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version{
    padding: 0;
    font-size: 1rem;
}
.popup-window-titlebar {
    height: auto;
    text-align: center;
}
.popup-window-with-titlebar .popup-window-content p {
    font-size: 1.2rem;
    margin-bottom: 0;
}
.popup-window-buttons {
    padding: 10px 0 10px;
}

.smaller{
    font-size: .65rem !important;
}
#cookie-consent {
    position: fixed;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    background: #222;
    color: #fff;
    padding: 15px 20px 15px;
    font-size: 12px;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: bottom 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    display: flex;
    align-items: center;
}
#cookie-consent.show {
    bottom: 30px;
    opacity: 1;
}
#cookie-consent .close-btn {
    position: absolute;
    line-height: 1;
    top: 0;
    right: 10px;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
}
#cookie-consent .close-btn:hover {
    color: #fff;
}
#cookie-consent button.accept-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}
.search-toggler-icon {
    display: block;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktc2VhcmNoIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik0xMS43NDIgMTAuMzQ0YTYuNSA2LjUgMCAxIDAtMS4zOTcgMS4zOThoLS4wMDFxLjA0NC4wNi4wOTguMTE1bDMuODUgMy44NWExIDEgMCAwIDAgMS40MTUtMS40MTRsLTMuODUtMy44NWExIDEgMCAwIDAtLjExNS0uMXpNMTIgNi41YTUuNSA1LjUgMCAxIDEtMTEgMCA1LjUgNS41IDAgMCAxIDExIDAiLz4KPC9zdmc+")
}
.table tr{
    border-width: 1px;
}
.table td:first-child,
.table th:first-child {
    text-align: left;
    /* Дополнительные стили при необходимости */
    padding-left: 10px; /* например, отступ слева */

}
.btn-link:focus,
.btn-link:focus-visible {
    box-shadow:none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    header .navbar .catalog {
        width: 100%;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .top-menu.navbar-nav .nav-item {
        margin-bottom: .5rem;
    }

    .top-menu.navbar-nav a,
    .top-menu.navbar-nav .btn-link {
        padding: 5px 5px 5px 30px !important;

        font-size: 0.83rem !important;
    }

    .top-menu.navbar-nav .btn {
        text-align: start;
    }

    .mobile-number {
        font-size: .7rem;
        width: 100%;
    }

    .bg-lite-mobile {
        background-color: var(--bg-lite);
    }

    header .user {
        width: 100%;
    }

    .h1, h1 {
        font-size: 1.4rem;
    }

    .image_text_wrapper {
        flex-direction: column;
        margin-bottom: .3rem;
    }

    .image_text_wrapper .image_cell {
        width: 100% !important;
    }

    .image_text_wrapper .image_cell img {
        max-width: 100%;
    }

    .image_text_wrapper .text_cell {
        padding-left: 0;
        width: 100%;
    }

    .whatsapp svg {
        width: 32px;
        height: 32px;
    }
    .whatsapp-container .open {
        font-size: 10px;
    }
    .whatsapp-container .closed {
        color: red;
        line-height: 1;
        font-size: 12px;
    }
    .bg-danger{
        font-size: 13px;
    }
    .btn-primary {
        font-size: 12px;
        padding: .7rem 3rem;
    }
    .popup-window-buttons .btn{
        margin-bottom: 1rem;
    }
}
@media (max-width: 472px) {
    #cookie-consent {
        width: 90%;
        font-size: 10px;
        z-index: 1100;
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}