.addedToCart {
    /* background: #fff !important;
     color: #5e6668 !important;*/
    color: #fff !important;
    background: #252B31 !important;
}

.product-item_wrapper .card-info_buttons-add:hover {
    opacity: 0.8;
    transition: all 0.5s;
    background: #252B31 !important;
    color: #fff !important;
    text-decoration: unset;
}

.header .headerCount {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    font-family: apercu, sans-serif;
    color: #fff;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    top: -8px;
    right: 5px;
    font-size: 10px;
    text-align: center;
    line-height: 13px; /* height - (border*2) = 14 - 2 = 12 */
    box-sizing: border-box;
}

.header.fixed .headerCount {
    border-color: #000;
    color: #000;
}


.nice-select {
    width: 100%;
    border: 1px solid #9c9c9c;
    background: #fff;
    padding: 0 15px;
    border-radius: unset;
    box-sizing: border-box;
    height: unset;
    min-height: 44px;
    float: unset;
    display: flex;
    align-items: center;

}


.nice-select:hover {
    border-color: #9c9c9c;
}

.nice-select .current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    color: #373737;
    padding-left: 5px;
    line-height: 44px;
    width: 100%;
    padding-right: 10px;
}

.nice-select .current span {
    display: none;
}

.nice-select .list {
    display: none;

    margin: 0;
    border-radius: unset;

    background: #fff;
    box-shadow: unset;
    box-sizing: border-box;
    /*    transform: scale(1) translateY(0px);*/
    transform: unset;
    transition: unset;
    transform-origin: unset;
    min-width: calc(100% + 2px);
    border: 1px solid #9c9c9c;
    left: -1px;
}

.nice-select.open .list {
    transform: unset;
}

.nice-select .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    line-height: 28px;
    min-height: 28px;
    padding: 5px 15px;
    margin-bottom: 0;
}

.nice-select .option span {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #9c9c9c;
}

.nice-select::after {
    content: url("/images/nice-select.svg");
    transform-origin: center center;
    border: unset;
    display: block;
    height: 24px;
    width: 24px;
    transform: rotate(0deg);
    position: relative;
    margin-top: 4px;
    right: 0;
}

.nice-select.open::after {
    transform: rotate(180deg);
}

#SDEK_pvz {
    position: fixed !important;
    top: 100px !important;
}

@media only screen and (max-width: 575px) {


    main .main-wrapper {
        padding-top: 0;
    }

    .aside-category form {
        margin-top: 25px;
    }


}


@media only screen and (max-width: 368px) {

    .mobile-aside-button {
        top: 13.3%;
    }
}
