#cookie-notification {
    background-color: #F5EEE9;
    bottom: 0;
    color: #292C33;
    opacity: 0;
    position: fixed;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 105;
}

#cookie-notification.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}


.add-to-cart-message {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    left: 0;
    position: fixed;
    top: 100%;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 900;
}

.add-to-cart-message .left {
    -ms-flex-align: center;
    align-items: center;
    background-color: #212222;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.add-to-cart-message .left a {
    color: #fff;
    text-decoration: none;
}

.add-to-cart-message .left i {
    margin-right: 10px;
}

.add-to-cart-message .left:before {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    width: 50vw;
}

.add-to-cart-message .right {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.add-to-cart-message .right a:not(.btn) {
    color: #444;
}

.add-to-cart-message .right .image {
    margin-right: 15px;
}

.add-to-cart-message .right .item-price {
    margin-left: auto;
}

.add-to-cart-message .right .buttons {
    margin-left: 50px;
}

.add-to-cart-message.show {
    transform: translateY(-100%);
}

#add-to-cart-message-proto {
    display: none;
}

.productInfo_right_buy_control-quant input {
    border: none;
    text-align: right;
}

.productInfo_right_buy_control-quant input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-page .info {

    background-color: #FFFFFF;
}

#package-point-map {
    height: 300px;
}

.user-type-tabs {
    position: relative;
}

.user-type {
    width: calc(50% - 1px);
    text-align: center;
    background-color: #F1F2F4;
    color: #212222;
    border-bottom: 1px solid #D7DAE0;
    display: flex;
    justify-content: space-around;
    align-items: center;

}


input[data-bs-toggle="tab"]:checked+label {

    background: #FFFFFF;
    font-weight: 500;
    border-bottom: none;
}

.delivery-left-group .nav-tabs {
    border-bottom: none;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.done-wrap h2 {
    color: #292C33;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.29px;
    line-height: 30px;
    margin: 30px 0;
}

.done-wrap p {
    color: #5C6166;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 22px;
    text-align: center;
    max-width: 570px;
    margin: -15px 0 30px 0;
}

#order-form .btn {
    margin-top: 30px;
}


.select-wrap .select-options {
    background-color: #fff;
    border: 1px solid #D7DAE0;
    border-top: 0;
    bottom: 2px;
    box-shadow: 4px 3px 7px -4px rgb(0 0 0 / 25%), -4px 3px 7px -4px rgb(0 0 0 / 25%), 0 3px 5px -1px rgb(0 0 0 / 25%);
    line-height: 1.25rem;
    max-height: 50vh;
    max-width: 100vw;
    min-width: 100%;
    opacity: 0;
    overflow: auto;
    position: absolute;
    transform: translateY(100%) scaleY(0);
    transform-origin: top left;
    transition: all 0.16s ease-in-out 0s;
    visibility: hidden;
}

.select-wrap .select-value {
    height: 50px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 3px 3px 0 rgb(89 108 128 / 4%);
    padding: 13px 24px 15px 24px;
    outline: none;
    border-radius: unset;
    cursor: pointer;
}

#order-form .select-wrap {
    max-width: unset;
    border: 1px solid #D7DAE0;
}

/*
  #classic-view .select-wrap {
    margin-left: 30px;
    margin-right: 30px;
    max-width: unset;
    width: calc(100% - 60px);
  }
  */
.select-wrap {
    display: inline-block;
    max-width: 60px;
    outline: 0;
    position: relative;
    transition: z-index 0.16s linear 0s;
    width: 100%;
    z-index: 1;
}

select.styled {
    /*height: 42px;*/
    padding-right: 15px;
    /*visibility: hidden;*/
}

.select-wrap:focus {
    transition: z-index 0s linear 0s;
    z-index: 10 !important;
}

.select-wrap.clicked {
    transition: z-index 0s linear 0s;
    z-index: 2;
}

.select-wrap.clicked .select-value {
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #eaeaea;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    color: #7c7c7d;
    transition: all 0.16s ease-in-out 0s;
}

.select-wrap.clicked .select-options {
    opacity: 1;
    transform: translateY(100%) scaleY(1);
    transition-delay: 0s;
    visibility: visible;
}

.select-wrap:focus {
    outline: 2px solid #a6c8ff;
}

.select-wrap select {
    display: none;
}

#autocomplete-suggestions {
    background-color: #fff;
    border-top: 1px solid #cdcdcd;
    /* left: 0; */
    /* max-height: 230px; */
    max-width: 100vw;
    /* opacity: 0;
    overflow: hidden; */
    position: absolute;
    top: 100%;
    transform: scale(0);
    transition: opacity .1s ease-in-out 0s, transform 0s linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    z-index: 20;
}

.visible {
    visibility: unset !important;
}



#autocomplete-suggestions .suggestion {
    /* border-bottom: 1px solid #cdcdcd; */
    display: -ms-flexbox;
    /* display: flex; */
    padding: 10px 25px;
}

#autocomplete-suggestions.visible {
    opacity: 1;
    transform: scale(1);
    transition: opacity .1s ease-in-out 0s, transform 0s linear 0s, visibility 0s linear 0s;
}

.filter-price .ui-slider {
    margin-top: 27px;
}

.ui-slider .ui-slider-handle:nth-of-type(1) {
    margin-left: 0px;
}

.ui-slider .ui-slider-handle:nth-of-type(2) {
    margin-left: -21px;
}

.ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    width: 22px;
    height: 22px;
    background-color: #212222;
    border: none;
}

.ui-slider .ui-slider-range {
    background-color: #6B705C;

}

.ui-slider-horizontal .ui-slider-range {
    height: 6px;
    top: 3px;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.paradit-vel a {
    color: black;
}

.paradit-vel .form-check {
    padding-left: 0;
}

.paradit-vel-link .show-more {
    display: none;
}

.paradit-vel-link.collapsed .show-less {
    display: none;
}

.paradit-vel-link.collapsed .show-more {
    display: block;
}

.show-more,
.show-less {
    font-size: 12px;
    margin-left: 10px;
}

.ml-1 {
    font-size: 12px;
}

.info h2 {
    color: #292C33;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.42px;
    line-height: 42px;
    margin-bottom: 16px;
}

.info p {
    color: #5C6166;
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 26px;
    margin-bottom: 24px;
}

.add-to-basket:hover {
    background-color: #6B705C;
    color: #292C33;
    transition: all 0.3s ease;
}


.add-to-basket:hover svg g path:nth-child(2),
.add-to-basket:hover svg g path:nth-child(3) {
    fill: #292C33;
}

.error-message {
    color: #CC1433;
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 16px;
}

.swiper-btns svg:hover path {
    fill: #6B705C;

}

.black {
    color: #292C33;
}

.seo-text {
    margin-top: 20px;
}

.seo-text .seo-hidden-text {
    /* display: none; */
}

.seo-text .more-seo,
.seo-text .less-seo {
    cursor: pointer;
}

.cards-item-wrap-img .swiper-slide img {
    height: 290px;
}

.cardPage-left-content-item-data input[type=number] {
    border: none;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

#category-accordion .accordion-body {
    max-height: unset;
}

#category-accordion .accordion-body {
    padding: unset;
}

#category-accordion .accordion-collapse .accordion-button {
    font-size: 14px;
    text-transform: unset;
    font-weight: 400;
    /* border-bottom: unset; */
}

#category-accordion .accordion-itemIn .accordion-body ul li a {
    font-size: 14px;
}

#category-accordion .accordion .accordion-button:before {
    background-image: url(/img/html/ic-arrow-down.svg);
    background-size: auto;
    background-position: center;
    transform: rotate(0);
}

#category-accordion .accordion-filter {
    padding-bottom: unset;
}

.header-bottom .boxes .three .dropdown-menu ul .three-level {
    background-color: #FFFFFF;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1170px;
    padding: 30px;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
    display: none;
}

.three-level li {
    min-width: 198px;
}

.header-bottom .boxes .three .dropdown-menu ul .three-level li a {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}

/* .dropdown-item-li:after {
    content: "";
    top: calc(100% - 13px);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
} */
.dropdown-item-li {
    padding: 13px 0;
}

.header-bottom .boxes .three .dropdown-menu ul .dropdown-item-li:hover .three-level {
    display: flex;
}

/* @media (max-width: 992px) {
    .header-bottom .boxes .three .dropdown .dropdown-menu.show ul .three-level {
        position: static;
        left: 0;
        transform: none;
        padding: 0 30px;
        display: none;
    }
} */

.category-acc {
    padding: 0 !important;
}

.category-acc .accordion-body,
.category-acc .accordion-collapse {
    padding: 0;
}

.category-acc-item {
    position: relative;
}

.category-acc-item-title {
    background-color: #E8E8E8;
    padding: 10px 23px 12px 45px;
    position: relative;
    cursor: pointer;
}

.category-acc-item-title:after {
    content: url("/img/html/ic-arrow-left-black.svg");
    position: absolute;
    top: 50%;
    left: 23px;
    transform: translateY(-50%);
}

.category-acc-item-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 10;
    padding-bottom: 10px;
}

.category-acc-item-list li a {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}

.category-menu-accessories {
    display: flex;
    flex-direction: column;
    width: 33.3%;
}

.banner .category-menu-accessories li {
    width: 100%;
}

.category-menu-accessories li a img {
    max-width: 100%;
    transition: all 0.4s;
    max-height: 50%;
}

.test-x {
    display: flex;
    flex-direction: column;
    background-color: #CC1433;
}

.banner ul.test-x li {
    width: 100%;
    height: 50%;
}

.first-li {
    background-color: #444;
}

.second-li {
    background-color: #a6c8ff
}

.category_filter .accordion-itemIn .accordion-body ul li.active {
    font-weight: 900;
}

.page-link.active {
    background-color: #E8E8E8;
    color: #212222;
}

@media (max-width: 500px) {
    #cookie-notification .row {
        flex-direction: column;
    }
}
.pagination .pager-button-little {
    display: none;
}

@media (max-width: 596px) {
    .pagination .pager-button-little {
        display: block;
    }

    .pagination .pager-button-big {
        display: none;
    }
}

