

/* Start:/local/templates/romana_mobile/components/bitrix/catalog.top/view-carts_mobileakcii/style.css?17829837763086*/
.discount-item-label {
    display: none;
}

.product-colors__item.sale-offer-color {
    border: 2px solid #ff3b30;
    padding: 2px;
    box-shadow: 0 0 0 1px rgba(255, 59, 48, 0.15);
}

.product-colors__item.sale-offer-color.is-active {
    border-width: 3px;
    box-shadow: 0 0 0 2px rgba(255, 59, 48, 0.2);
    border-color: #1d60a7;
}
    

.add_to_basket_akcii_btn {
    width: 100%;
    border-radius: 4px;
    background: #3D8BFD;
    color: #fff;
    transition: 0.2s;
    padding: 8px;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.add_to_basket_akcii_btn:hover {
    color: #fff;
}

.add_to_basket_akcii_btn:hover.in-basket {
    color: #000;
}

.add_to_basket_akcii_btn.in-basket {
    border: none;
    background: #DBECFF;
    color: #3A3D42;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.new-item-label-proc-skid {
    text-align: center;
    text-transform: uppercase;
    background: #f91155;
    color: #fff;
    display: block;
    font-size: 8px;
    font-weight: 600;
    width: 27px;
    height: 21px;
}

.custom-select--mobile {
    position: relative;
    width: 175px;
    margin: 0 auto;
    font-size: 11px;
    text-align: left;
}

.custom-select--mobile .custom-select__selected {
    position: relative;
    padding: 3px 16px;
    cursor: pointer;
    background: #EFEFEF;
    color: #878787;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-select--mobile .custom-select__selected::after {
    content: url("/local/templates/romana/images/svg/select_arrov_down.svg");
    position: absolute;
    right: 12px;
    top: 0;
}

.custom-select--mobile.open .custom-select__selected::after {
    content: url("/local/templates/romana/images/svg/select_arrov_up.svg");
}

.custom-select--mobile .custom-select__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    display: none;
    background: #fff;
    border: 1px solid #EFEFEF;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    z-index: 230;
    padding: 10px 0 17px 16px;
}

.custom-select--mobile.open .custom-select__dropdown {
    display: block;
}

.custom-select--mobile .custom-select__option {
    padding-top: 8px;
    cursor: pointer;
    line-height: 1.2;
}

.custom-select--mobile .custom-select__option.active {
    color: #838383;
}

.love-it_new {
    position: absolute;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/romana/images/svg-icons/love-it.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition-duration: 0.2s;
}

.love-it_new.active {
    background-image: url(/local/templates/romana/images/svg-icons/love-it-active.svg) !important;
}
/* End */
/* /local/templates/romana_mobile/components/bitrix/catalog.top/view-carts_mobileakcii/style.css?17829837763086 */
