.section-feature-product-list-status.yellow {
    color: #F8B22B;
}

.section-feature-product-list-status.blue {
    color: #41A1E4;
}

.section-feature-product-list-status.purple {
    color: #6E349B;
}

.section-feature-product-list-status.green {
    color: #3C9E1A;
}

.cat-yellow {
    --line-color: #F8B22B;
}

.cat-blue {
    --line-color: #41A1E4;
}

.cat-purple {
    --line-color: #6E349B;
}

.cat-green {
    --line-color: #3C9E1A;
}
.full {
    width: 100%;
}
.cart_table {
    display: flex;
}
.noborder {
    border: none;
}
.errors {
    text-align: center;
    padding: 5px;
}

.ui-helper-hidden-accessible {
    display: none!important;
}

ul.ui-autocomplete {
    background: #fff;
    width: auto;
    list-style: none;
    padding: 0px;
    max-width: 548px;
    border: 1px solid #dedede;
    margin: 55px 0px 0px 0px;
}
ul.ui-autocomplete li.ui-menu-item {
    padding: 10px 10px 10px 10px;
    width: auto;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}
ul.ui-autocomplete li.ui-menu-item:last-child {
    border-bottom: none;
}
ul.ui-autocomplete li.ui-menu-item a {
    text-decoration: none;
}

.delivery-radio__main .btn {
    font-size: 14px;
    padding: 4px 5px;
    border: none;
    cursor: pointer;
    margin-top: 2px;
}
.delivery-radio input[type="radio"]:checked ~ .delivery-radio__main .btn {
    color:  #dd101c;
    border-color: #fff;
    background-color: #fff;
    display: inline-block;
}
.delivery-radio input[type="radio"]:checked ~ .delivery-radio__main .btn span {
    padding: 0px 14px;
}
label.delivery-radio {
    min-height: 110px;
}

#rpost_map .btn-block {
    display:block;
    width:auto;
    color:#fff;
    font-size:12px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.2em;
    border:none;
    border-color: #dd101c;
    background-color: #dd101c;
    cursor:pointer;
    padding: 5px 10px 5px 10px;
    box-shadow: none;
}


.product-type__title, a.product-type {
    text-decoration: none!important;
}
.product-main__content .error {
    display: none;
}

.section-feature-product-list__main .section-feature-product-list__title {
    max-width: 345px;

}
.catalog-desktop-filter__cell form {
    margin: 0px;
}
.user-menu__item--cart {
    position: relative;
}
.user-menu__count {
    font-size: 12px;
    line-height: 17px;
    position: absolute;
    z-index: 10;
    top: -5px;
    right: -17px;
    display: inline-block;
    visibility: visible;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    text-align: center;
    vertical-align: top;
    color: #fff;
    border-radius: 18px;
    background: #dd101c;
}
.cart-fieldset--payment {
    margin-top: 30px;
}

.intercap-d_cart {
    margin-right: 30px;
}
.product-buy {
    justify-content: center;
}
.cart-wrapper {
    position: relative;
}
.cart-wrapper .errors {
    position: absolute;
    top: -65px;
    left: -5px;
    color: #f00
}
.openMap {
    margin-top: 5px;
    display: block;

}

.loading {
    opacity: 0.3;
}
.dl-list-tarifs {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 12px;
    margin-bottom: 0px;
}
.dl-list-tarifs label.selected {
    border-bottom: 1px solid #fff;
}
