@charset "UTF-8";
a {
    color: #393939;
    text-decoration: none;
}

.my-3 {
    margin-top: 1.5rem !important;
}

p {
    margin-bottom: 1.3rem;
    line-height: 1.3;
    color: #888888;
    /* font-size: 16px; */
}

label {
    margin-bottom: 7px;
    margin-top: 6px;
    font-weight: 600;
}

.hello_left_menu {
    list-style: none;
    padding: 0;
}

.mobile_cart {
    display: none;
}


/*cookie*/

.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #161616eb;
    color: white;
    padding: 15px;
    border-radius: 5px;
    display: none;
    /* Скрываем уведомление по умолчанию */
    z-index: 1000;
}

.cookieConsent_inner a {
    color: #ff8e8e;
}

.cookie-consent p {
    margin: 0;
    font-size: 13px;
    color: #cecece;
}

.cookieConsent_inner {
    display: flex;
}

.cookie-consent button {
    padding: 10px 25px;
    background-color: #F44336;
    color: white;
    margin-left: 24px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cookie-consent button:hover {
    background-color: #9b261e;
}


/*cookie*/

.menu-general li img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.page-link {
    color: #000;
}

.breadcrumb-item.active>a {
    color: red;
}

.hello_left_menu li {
    margin-bottom: 10px;
    padding: 5px 20px;
    background: white;
    border-left: 5px solid #931c1c;
    border-radius: 5px;
    cursor: pointer;
}

.gr-products-slider .swiper-button-next:after,
.gr-products-slider .swiper-button-prev:after {
    font-size: 15px;
    background-color: white;
    padding: 10px 14px;
    border-radius: 50px;
    width: 50px;
}

.gr-products-slider .swiper-button-next:after,
.gr-products-slider .swiper-button-prev:after {
    font-size: 15px;
    background-color: white;
    padding: 10px 14px;
    border-radius: 50px;
    width: 50px;
}

.my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 1.5rem !important;
}

.gr-products-slider .swiper-button-next {
    right: -40px;
}

.gr-products-slider .swiper-button-prev {
    left: -40px;
}

body>.navbar .logo {
    width: 130px;
    margin-left: 17px;
    margin-right: 28px;
}

.gr-products-round .card .card-footer {
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.main_slider .content {
    background-size: cover !important;
}

.main_slider_content {
    background-size: cover !important;
}


/* 
.default_cat {
filter: drop-shadow(2px 4px 8px lightgrey);
} */

.breadcrumb {
    list-style: none;
    text-transform: lowercase;
    text-decoration: underline solid #c0c0c0;
    text-underline-offset: 5px;
}

.form-control {
    border: 1px solid rgb(36 36 36 / 12%);
}

.mt-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem;
}

.gr-e-add-to-cart {
    width: 170px;
}

.form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 9px;
}

ol,
ul {
    padding-left: 2rem;
    line-height: 1.6;
    color: #888888;
}


/* .container,
.container-sm,
.container-md {
max-width: unset;
} */

h2 {
    font-size: 1.7rem !important;
}

html>body {
    min-height: 100vh;
    background-color: #f5f8ff;
    font-family: Nunito;
    line-height: 1;
}

.menu-general {
    display: flex;
    list-style: none;
    gap: 10px;
    /* max-width: 1200px; */
    padding: 15px 0;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0;
}

.menu-general li {
    color: #000;
    font-size: 17px;
    margin-right: 20px;
    font-weight: 700;
}

.list-group-item {
    padding: 2rem 2rem;
}

.item {
    background-color: white;
    padding-top: 10px;
    border-radius: 7px;
    margin-right: 13px;
}

.col-lg-2 {
    flex: 0 0 auto;
    width: calc(16.66666667% - 13px);
}

html>body>main {
    flex-shrink: 0;
    margin-top: 57px;
}

.top_menu {
    top: 61px;
    position: sticky;
    min-height: 60px;
    color: #FFF;
    background-color: #000;
    z-index: 20;
    display: flex;
    align-items: center;
}

.top_menu ul li a {
    color: #FFF;
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -7px;
    margin-top: 3px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(135deg);
}

.smart-filter-slider-track {
    height: 2px;
}

.smart-filter-slider-ruler {
    display: none;
}

.smart-filter-slider-handle {
    border: 5px solid #404040;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.75rem);
    padding-left: var(--bs-gutter-x, 1.75rem);
    margin-right: auto;
    margin-left: auto;
}

.img-fluid {
    max-width: 80%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 4;
    border-radius: 12px;
}

html>body>footer {
    line-height: 1.4;
}

body>.navbar .logo {
    margin-right: 28px;
}

body>.navbar .gr-navbar-search .input-group .form-control {
    color: rgba(255, 255, 255, 0.9);
    border-color: #6d6d6d;
    background: #0000007d;
}

body>.navbar .gr-navbar-search .input-group .btn-outline-secondary {
    color: rgba(255, 255, 255, 0.72);
    /* border-color: rgb(122 13 34); */
    background: red;
    line-height: 0.5;
}

.menu-general li:last-child {
    margin-right: 0;
}

.fs-6 {
    font-size: 18px !important;
}

.hello_left_menu li:hover {
    background-color: #931c1c;
    color: white;
    cursor: pointer;
}

.fa-search {
    font-size: 11px;
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #e14663;
    border-color: #e14663;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #59da72;
    border-color: #59da72;
}

.boldd {
    font-weight: 600;
    font-size: 19px;
}

body>footer>.container>.row>.menu {
    padding-top: 29px;
}

.gr-products-round .card {
    background-color: white;
    box-shadow: #f8f8f8 30px 40px 71px;
    min-height: 355px;
}

.navbar {
    /* position: absolute !important; */
    width: 100% !important;
    z-index: 100;
}

.card {
    border-radius: 12px;
    border: 1px solid rgb(32 32 32 / 13%);
    align-items: center;
}

.card_order {
    padding: 20px 30px;
    border-radius: 12px;
    border: 1px solid rgb(32 32 32 / 13%);
}

.carousel-control-prev,
.carousel-control-next {
    transition: unset !important;
}

body>footer>.container>.row>.middle {
    padding: 29px;
}

.flex_block {
    display: flex;
    flex-wrap: wrap;
}

.card-text {
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #9f9f9f;
}

.cat_img {
    width: 80% !important;
    object-fit: fill !important;
}

.card-img-top {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 4;
    object-position: center;
    object-fit: cover;
    min-width: 252px;
    padding: 20px;
    border-radius: 20px !important;
}

.navbar>.container-fluid {
    display: flex!important;
}

.carousel-control-next {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #e14663;
    border-radius: 10px;
    padding: 22px;
    background-size: 24px;
}

.carousel-caption {
    display: none !important;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    width: 0;
}

.card-img-top2 {
    border-radius: 15px;
    max-height: 230px;
    min-height: 230px;
    overflow: hidden;
    width: 100%;
    /* margin-top: 30px; */
    aspect-ratio: 4 / 4;
    object-fit: cover;
    object-position: center;
    object-position: center;
    padding: 1rem;
}

.btn-primary {
    background-color: #e14663;
    border-color: #e14663;
}

.gr-products-round .card img.card-img-top2 {
    aspect-ratio: unset;
    padding: 10px;
}

.gr-products-round .card .card-body .card-title {
    font-weight: 800;
}

.gr-products-round .card .card-body {
    text-align: left;
    width: 100%;
    padding: 0.4rem 1rem 0.5rem;
}

.card-body {
    flex: 1 1 auto;
    padding: unset;
}

.gr-products-round .card .btn.w-50 {
    width: 31% !important;
}

.gr-products-round-element .btn-group .btn {
    border-radius: 5px !important;
}

.gr-e-swiper .swiper-slide img,
.gr-e-thumb-swiper .swiper-slide img {
    object-fit: cover;
    aspect-ratio: 4/4;
    border-radius: 12px;
}

.gr-products-slider .swiper .swiper-slide {
    background-color: white;
    border-radius: 13px;
}

.card-img-top2:hover {
    width: 95%;
    transition: all 0.5s ease;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-five {
    width: 18%;
    float: left;
}

.main_catalog {
    display: flex;
    flex-wrap: wrap;
}

.main_catalog .catalog_left .left_categories,
.filter {
    margin-top: 45px;
}

ul#vertical-multilevel-menu,
#vertical-multilevel-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font-size: 12px;
    gap: 8px;
    flex-direction: column;
    display: flex;
}

.catalog_left {
    width: 20%;
    min-width: 217px;
}

.catalog_right {
    width: calc(79% - 25px);
    margin-left: 25px;
}

body>.navbar.navbar-dark {
    /* background-color: #8eb91f; */
    background-color: #2b2121;
    color: #ffffff;
    padding: 10px 0;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    position: relative;
    align-items: center;
}

.first_price {
    margin-left: auto;
    margin-right: 14%;
}

.tel_mobile {
    font-weight: 600;
    margin-right: 25px;
    margin-left: 17px;
    font-size: 17px;
    width: 190px;
}

.tel_mobile a {
    color: #FFF;
}

.navbar-toggler>.navbar .logo {
    display: none;
}

.navbar-dark .navbar-toggler {
    color: unset;
    border: none;
    position: absolute;
    right: 15px;
    top: -4px;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price {
    margin-right: 10px;
}

.gr-products-round .card .btn {
    border-radius: 7px;
}

.al_center {
    align-items: center;
}

@media (min-width: 768px) {
    .container,
    .container-sm {
        max-width: 1400px;
        padding: 0;
    }
    .justify-content-md-center {
        justify-content: unset !important;
    }
    .col-sm-five {
        width: 20%;
        float: left;
    }
    html main>.container,
    html nav>.container,
    html nav.container {
        max-width: 1400px;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
    body>.navbar.navbar-dark {
        height: 61px;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        min-width: 150px;
    }
}

.mobile-delivery-menu {
    display: none !important;
}

@media (max-width: 991.98px) {
    body>.navbar.fixed-top.navbar-expand-lg {
        max-height: 100%;
        z-index: 200;
        align-items: center;
    }
    .mobile_cart {
        position: fixed;
        /* top: 60px; */
        bottom: 0;
        right: 0;
        width: 108px;
        width: 100%;
        height: 50px;
        justify-content: center;
        list-style: none;
        align-items: center;
        z-index: 1000;
        display: flex;
        color: white;
        background-color: #000000;
    }
    .mobile_cart a {
        color: #FFF;
        font-size: 20px;
    }
}

@media (max-width: 1120px) {
    .menu-general {
        padding: 14px 25px!important;
        gap: 10px!important;
        justify-content: start!important;
    }
}

.bg-light {
    background-color: #e14663!important;
    color: white;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(images/burger.png);
    filter: invert(1);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 20px;
    line-height: 1.4;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #FFF;
}

.navbar-light .navbar-brand {
    color: rgb(255 255 255 / 90%);
    font-weight: 600;
}

@media (max-width: 992px) {
    .navbar-collapse {
        padding: 25px;
    }
    body>.navbar.navbar-dark {
        padding: 19px 0;
    }
    .navbar>.container,
    .navbar>.container-sm,
    .navbar>.container-md,
    .navbar>.container-lg,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: block!important;
    }
    .logo svg {
        height: 23px;
        width: 110px;
    }
    body>.navbar .nav-item.nav-item-text {
        padding-left: 0.6em;
    }
    .shop_description {
        width: unset;
    }
    .catalog_right {
        width: 100%;
    }
    .gr-navbar-search {
        display: none;
    }
    .card-footer .p-3 {
        padding: 0 !important;
    }
    .gr-products-round .card .btn.w-50 {
        width: 46% !important;
    }
    .menu-general {
        justify-content: center;
    }
    .catalog_right {
        margin-left: 0;
    }
    .catalog_left {
        /* display: none !important; */
        width: 100%;
    }
    .catalog_left .filter {
        display: none;
    }
    .delivery-menu {
        display: none !important;
    }
    .mobile-delivery-menu {
        display: block !important;
    }
    /* .row>* {
        padding-right: 5px !important;
        padding-left: 5px !important;
    } */
    .gr-products-round .card .card-body a {
        font-weight: 500;
    }
    .card-text {
        display: none;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 16.6666%;
        float: left;
    }
    h1 {
        font-size: 35px;
        color: #f01a42;
        font-weight: 600;
    }
}

@media (max-width: 767.98px) {
    .cookie-consent p {
        font-size: 12px!important;
    }
    .cookie-consent button {
        margin-left: 0px!important;
        width: 100%;
        margin-top: 10px;
    }
    .cookieConsent_inner {
        flex-direction: column;
    }
    .gr-products-round .card {
        min-height: unset;
    }
    .card-img-top {
        padding: 11px;
    }
    body>.navbar .logo {
        margin-right: -5px !important;
    }
    body>.navbar .logo {
        width: 111px;
        margin-left: 8px;
        margin-right: 28px;
    }
    .tel_mobile {
        margin-right: 51px;
        font-size: 17px;
    }
    .gr-products-round .card img.card-img-top2 {
        aspect-ratio: 4/4 !important;
    }
    /* .row>* {
        width: 50%;
    } */
    .card-img-top2 {
        min-height: unset !important;
    }
    .top_menu {
        display: none;
    }
}

@media (min-width: 576px) {
    .menu-general {
        display: flex;
        list-style: none;
        padding: 0 25px;
        margin: 0 auto;
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    .flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .fifty {
        width: 50%;
    }
    .first_price {
        margin: 0;
    }
    .verh {
        display: none;
    }
    .tel_mobile {
        width: unset;
    }
    .shop_description {
        display: none;
    }
    .hello_footer {
        display: block;
        width: 100%;
    }
    .container,
    .container-sm {
        max-width: 1400px;
    }
    .container,
    в .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        padding-left: 10px;
        padding-right: 10px;
    }
    .price {
        margin-right: 10px;
        padding-bottom: 12px;
        width: 100%;
    }
    .btn-primary {
        flex: 1 1 auto;
    }
    .vertical-multilevel-menu ul li {
        margin-bottom: 10px;
        padding: 5px 20px;
        background: white;
        border-left: 5px solid #931c1c;
        border-radius: 5px;
        cursor: pointer;
    }
    .vertical-4multilevel-menu ul li:hover {
        background-color: #931c1c;
        color: #FFF;
    }
}

.form-check:has(input#gi_delivery_10) {
    display: none;
}
