.search-title-result-item-link {
    color: #222528;
}
.search-title-result-item-current-price {
    color: #F59283 !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-dropdown-link-hover-bg);
}
.product-item-detail-properties {
    display: none;
}
#ProductCard .product_colours li a:hover::before, #ProductCard .product_colours li.selected a::before {
    position: absolute;
    content: "";
    border: 1px solid #917D89;
    border-radius: 100%;
    width: 43px;
    height: 43px;
  }
  #ProductCard .product_size li.selected {
    cursor: pointer;
    border: 2px solid #B9CCA1;
  }
  .product-item-detail-economy-price.mb-1, .product_list_char_offers {
    display: none !important;
  }

.btn {
    background-color: #B9CCA1 !important;
    border-color: #B9CCA1 !important;
}
.btn:hover {
    background: #F59283;
    background-color: #F59283 !important;
    border-color: #F59283 !important;
}
.form-check-input:checked[type="checkbox"] {
    background-image: none;
}
button[data-use="show-more-1"]:hover {
    background: #F59283;
    cursor: pointer;
}
button[data-use="show-more-1"] {
    font-family: 'Mulish-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background: #B9CCA1;
    border-radius: 10px;
    padding: 12px 28px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-top: 64px;
}
.product-item-scu-item-color {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
    background-size: auto;
}
.product-item-scu-item-color-block {
    outline: none;
    width: 20px;
    height: 20px;
    padding-top: 2.5px;
    padding-left: 2px;
    margin-right: 10px;
    display: block;
}
.product-item-scu-item-color-block:hover {
    border: 1px solid #917D89;
    border-radius: 100%;
}
.product_info .product_cart {
    border: none;
}
.product_images {
    overflow: hidden;
}
.product-item-scu-item-color-container, .product-item-scu-item-text-container {
    padding: 0px !important;
}
.slider_colors_6 .slick-list { 
    margin: 0 -18px; 
}
.category_list.scrollbar li img {
    display: none;
}
.smart-filter-checkbox-btn.bx-color-sl {
    border-radius: 100%;
}
.smart-filter-checkbox-btn-image {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.smart-filter-checkbox-btn, .smart-filter-checkbox-text-btn {
    width: auto;
    height: auto;
}
.smart-filter-number-label, .smart-filter-dropdown-label, .smart-filter-checkbox-label, .smart-filter-checkbox-text-label {
    margin: 8px;
}
.filter_name {
    text-transform: uppercase;
}
.smart-filter-block {
    margin-top: 20px;
}
.material_list label:hover {
    color: #958080;
    cursor: pointer;
}
.material_list label {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1C1F23;
}
.title-search-result {
    border: none;
    background: transparent;
    background-color: transparent !important;
    padding: 0 !important;
    margin-top: 10px;
}
.form-control:focus {
    box-shadow: none;
}
#Feedback .slider_feedback .feedback_text {
    max-height: 90px;
    overflow: hidden;
}
.basket-items-list {
    padding: 0;
}
.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
    border: none;
}
.basket-checkout-container, .mb-3.basket-items-list-wrapper {
    margin-bottom: 0 !important;
    padding: 0;
    border: none;
}
.basket-items-list-item-container-expend {
    display: none !important;
}
#soglasie.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}
.product_list_char .product-item-detail-properties-name {
    font-family: 'Mulish-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    color: #917D89;
    width: 30%;
}
.product_list_char .product-item-detail-properties-dots {
    display: none;
}
.product_list_char .product-item-detail-properties-value {
    font-family: 'Mulish-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #1C1F23;
    width: 70%;
}
#ProductTabs .product_list_char li {
    display: flex;
    justify-content: space-between;
}
.product-item-detail-properties-value {
    text-align: left;
}
.product-item-detail-properties-name, .product-item-detail-properties-value {
    max-width: 70%;
}