.header-top__wrap {
    display: flex;
    justify-content: space-between;
}
.cf-city, .cf-city a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.cf-city a:hover {
    border-bottom: 1px solid #fff;
}
.cf-confirm.cf-show {
    color: #fb8022;
}
.cf-confirm.cf-show .cf-btn-primary {
    background: #fb8022;
    border-color: #fb8022;
}
.cf-confirm.cf-show .cf-btn-primary:hover {
    color: #fb8022;
    background: #fff;
    border-color: #fb8022;
}
.cf-show a {
    color: #fb8022;
}
.cf-show a:hover {
    border-bottom: 1px solid #fb8022;
}
.cf-modal-header {
    background: #000;
}
.header-top .cf-modal .cf-modal-header .cf-btn-close {
    opacity: 1;
}
.cf-btn-close span, .cf-modal-title {
    color: #fff;
}
@media (max-width: 767px) {
    .cf-modal .cf-modal-body {
        overflow-y: scroll;
        height: 500px;
    }
}
.user-nav-mobile a {
    color: #000;
}
.inner h1 {
    text-transform: none;
}
.home-title .h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}
.logoimg {
    max-width: 200px;
    margin-top: 5px;
}

/*--Redesign--*/

.header-contacts .phone i svg path, .catalog-menu li i svg path, header .header-bottom .user-nav ul li:hover svg path, header .header-bottom .user-nav ul li.active svg path, header .header-bottom .user-nav .msMiniCart.full a svg path, header .header-bottom .comparison.can_compare a svg path {
    stroke: #fb8022;
}
header .header-bottom .user-nav .msMiniCart.full a, header .header-bottom .user-nav ul li:hover a, header .header-bottom .user-nav ul li.active a, header .header-bottom .comparison.can_compare a {
    color: #fb8022;
}
header .header-bottom .user-nav .msMiniCart.full .not_empty span, header .header-bottom .comparison .comparison-total {
    background: #fb8022;
}
.banner .item .name span {
    color: #fff;
}
section.category-popular .category-popular--row .item:hover .body {
    background: #fb8022;
    border: 2px solid #fb8022;
}
section.banner-full .value, section.banner-full .name span {
    color: #fb8022;
}
section.subscribe .btn-subscription {
    background: #fb8022;
    border: 1px solid #fb8022;
}
.ms2_form .tools .comparison-remove svg path, .product-delivery i svg path, .inner.product .product-info .product-info--top .tools .share:hover svg path, .inner .products-row .item .tools span:hover svg path, .tools .comparison:hover svg path, section.products-sale .products-carousel .item .tools span:hover svg path, section.similar-products .products-carousel .item .tools span:hover svg path, section.other-products .products-carousel .item .tools span:hover svg path, .product-shops i svg path {
    stroke: #fb8022;
}
section.products-sale .products-carousel .item .tools .favorite.voted, section.products-sale .products-carousel .item .tools .favorite:hover, section.similar-products .products-carousel .item .tools .favorite:hover, section.other-products .products-carousel .item .tools .favorite:hover ,section.similar-products .products-carousel .item .tools .favorite.voted, section.other-products .products-carousel .item .tools .favorite.voted {
    background: url(../img/icon-heart-active2.svg) no-repeat;
}
.inner .filter .filter-btn .btn-filter-submit {
    color: #fb8022;
    border: 1px solid #fb8022;
}
.cf-city .cf-confirm.cf-show {
    min-width: 250px;
    right: 2%;
    top: 180%;
}
.options-container {
    gap: 8px;
}

.option-item {
    position: relative;
}

.option-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.option-label {
     display: inline-block;
    padding: 10px 20px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 60px;
    text-align: center;
    user-select: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 19px;
}

.option-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: #fb8022;
}

.option-input:checked + .option-label {
    background-color: #fb8022;
    color: #fff;
    border-color: #fb8022;
    box-shadow: 0 4px 12px rgba(251, 128, 34, 0.3);
}

.option-input:focus + .option-label {
    outline: 2px solid rgba(251, 128, 34, 0.5);
    outline-offset: 2px;
}
@media (max-width: 424px) {
    .cf-city .cf-confirm.cf-show {
        right: 42%;
        top: 100%;
    }    
}