.basket_fly .basket_back.pull-right .wrap_button .btn.btn-transparent-border-color.btn-lg.has-ripple, .basket_fly .basket_back.pull-right .wrap_button .btn.btn-transparent-border-color  {
background-color: #fc771f;
border-color: #fc771f;
color: #ffffff;
}
.basket_fly .basket_fast_order.pull-right, .basket_fly .btn.btn-default.fast_order.btn-lg.has-ripple, .basket_fly .btn.btn-default.fast_order.btn-lg {
border-color: rgba(252,119,31,0.35);
color: #fc771f;
background: transparent;
}

.header-cart .basket_fly .items .item .bottom .buy_block div.error {
display:none;
}
.no_goods .no_products {
    position: relative;
    display: none;
}

.menu_top_block.catalog_block .dropdown>li>a .image img {
    width: 50px;
}
@media (min-width: 1024px) {
    .se-desktop-none {
        display: none;
    }
}

html body #locations-search {
    padding: 0 44px 0 17px;
    height: 48px;
    font-size: 1em;
    line-height: 40px;
}

.locations-wrapper {
    position: relative;
}

.locations-wrapper ul {
    background: white;
    border: 1px solid #ccc;
}
.locations-wrapper ul li:before {
    content: '';
}
.locations-wrapper .ui-autocomplete {
    position: absolute !important;
    top: 22px !important;
    width: 100%;
    box-shadow: 0px 2px 10px rgb(197 197 197 / 50%);
    background: #fff;
    padding: 10px 0px 6px;
    z-index: 101;
    height: auto;
    max-height: 230px;
    overflow-y: auto;
}


/* modal */

/* //======================================================================================================================================================== */



.add-to-basket{
    pointer-events: auto;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.add-to-basket > span > i{
    display: none;
}
.add-to-basket > .btn-exlg.to-cart.btn.btn-default.transition_bg.animate-load{
    position: relative;
    z-index: -1;
    pointer-events: none;
}
.add-to-basket > .btn-lg.to-cart.btn.btn-default.transition_bg.animate-load.has-ripple{
    position: relative;
    z-index: -1;
    pointer-events: none;
}
.add-to-basket > span{
    position: relative;
    z-index: -1;
}
.select-ring {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.select-ring::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #505050;
    opacity: 0.8;
}
.select-ring__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
}
.select-ring__content {
    background-color: #ffffff;
    width: 100%;
    max-width: 780px;
    position: relative;
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    max-height: 100vh;
    overflow-y: auto;
}
.select-ring__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.select-ring__close::before,
.select-ring__close::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translate(0px,50%);
    background-color:rgba(41, 41, 41, 1);
}
.select-ring__close::before{
    transform: rotate(45deg);
}
.select-ring__close::after{
    transform: rotate(-45deg);
}
.params__delete {
    position: absolute;
    right: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.params__delete::before,
.params__delete::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translate(0px,50%);
    background-color:rgba(153, 153, 153, 1);
}
.params__delete::before{
    transform: rotate(45deg);
}
.params__delete::after{
    transform: rotate(-45deg);
}
.select-ring__tittle {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 36px;
    color: #333;
}
.select-ring__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    text-align: center;
    gap: 40px;
    color: #999;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.select-ring__params {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 1.25rem 0rem;
}
.select-ring__lower {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5625rem;
}
.select-ring__buy-btn {
    display: block;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 2.5625rem;
    max-width: 285px;
    margin: 0 auto;
    height: 40px;
    border-radius: 4px;
    background: #FD751C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.select-ring__buy-button {
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.select-ring__buy-button:hover{
    text-decoration: none;
    color: inherit;
}
.select-ring__add_ring {
    color: #FD751C;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}


.desc__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
}
.params__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    color: #333;
}
.params__item-input {
    max-width: 126px !important;
    border-radius: 4px !important;
    border: 1px solid #EEE !important;
    background: #FAFAFA !important;
    height: 32px !important;
    padding: 0px 10px !important;
}
.item-counter{
    max-width: 129px;
    border-radius: 4px !important;
    border: 1px solid #EEE;
    background: #FAFAFA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    font-weight: 600;
    color: #797979;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
}
.item-counter__input{
    border: none !important;
    padding: 7px 10px;
    max-width: 50px;
}
.item-counter__btn{
    border: none !important;
    background-color: transparent !important;
    color: #797979;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
}
.item-counter__btn.minus{
    margin-left: 16px;
}
.item-counter__btn.plus{
    margin-right: 16px;
}
.select-ring__params-inner{
    /* max-height: 450px;
    overflow-y: scroll; */
}
.select-ring__final{
    color: #333;
    font-size: 16px;
}
.select-ring__final > span{
    font-size: 18px;
    font-weight: 600;
}
.desc__item.mob{
    display: none;
}
.params__item > .fix,
.fix,
.params__item > .total-by-ring,
.total-by-ring{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}
.params__item.first-child,
.params__item.first-child > span{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}
    
.total-price,
.currency{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}




@media (max-width: 650px){
    .item-name{
        display: none;
    }
    .select-ring__desc{
        gap: 5px;
        justify-content: flex-start;
        /* text-align: left; */
    }
    .desc__item.desc{
        display: none; 
    }
    .desc__item.mob{
        display: block;
    }
    .desc__item{
        flex: 1 1 22%;
        font-size: 12px;
        line-height: 12px;
    }
    .select-ring__params{
        gap: 5px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .params__item{
        flex: 1 1 22%;
        /* text-align: left; */
    }
    .first-child{
        flex: 0 1 22%;
        order: 1;
        /* margin-right: auto; */
        text-align: center;
        margin-top: 3px;
    }
    .params__item-input{
        max-width: 67px !important;
        margin: 0 auto;
        padding: 8px 6px 7px 6px !important;
        font-size: 16px !important;
        line-height: 16px;
    }
    .item-counter{
        max-width: 67px !important;
        margin: 0 auto;
        /* margin-right: 0 !important; */
        font-size: 16px;
        line-height: 16px;
    }
    .select-ring__content{
        border-radius: 8px;
        padding: 25px 16px 25px 16px;
    }
    .select-ring__tittle{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 23px;
    }
    .item-counter__btn.plus{
        margin-right: 6px;
    }
    .item-counter__btn.item-counter__btn.minus{
        margin-left: 6px;
    }
    .params__item > .fix,
    .params__item > .total-by-ring{
        font-size: 14px;
        line-height: 14px;
    }
    .params__item.first-child,
    .params__item.first-child > span{
        font-size: 14px;
        line-height: 14px;
    }
    
    .total-price,
    .currency{
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
    }
    .select-ring__buy-btn{
        width: 100% !important;
        font-size: 12px;
        line-height: 12px;
        max-width: 100% !important;
    }
}


/* //======================================================================================================================================================== */

.menu_top_block.catalog_block .slide-block__body{
    display: none; 
}
/* Basket fly */
.item_prop{
    display: flex;
}
.add-to-basket{
    position: relative;
    z-index: 8;
}
.in-cart.btn.btn-default.transition_bg{
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.property_value{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    white-space: pre-line;
    color: #333;
}
.header-cart .basket_fly .items .item .props .titles{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #999;
    display: inline-block;
    flex: 0 0 13%;
}
.summ.custom{
    display: block !important;
    margin-left: auto;
    margin-right: 106px;
}
@media (max-width: 992px){
    .summ.custom{
        margin-right: 43px;
    }
}

/* basket */

.custom.basket-items-list-item-price.basket-items-list-item-price-for-one{
    opacity: 0;
}
.basket-items-list-item-amount.custom{
    opacity: 0;
    visibility: hidden;
}

.basket-item-amount-field-description.custom{
    display: none;
}

.basket-checkout-block-btns-wrap > .fastorder{
    display: none !important;
}

.btn.btn-lg.btn-default.basket-btn-checkout.custom{
    max-width: 300px;
    width: 100%;
}

.basket-checkout-block.basket-checkout-block-btn.custom{
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.basket-checkout-block-share{
    margin-right: 41px;
}

.main-catalog-wrapper{
    position: relative;
    flex-direction: row-reverse;
    display: flex;
}

.basket_wrapp.fly2 .basket_fast_order{
    display: none;
}


@media (max-width: 580px){
    .basket-checkout-block-share{
        margin: 14px auto 0 auto;
    }
    .btn.btn-lg.btn-default.basket-btn-checkout.custom{
        max-width: 280px;
        width: 100%;
        padding: 16px 16px;
    }
    .basket-checkout-block.basket-checkout-block-btn.custom{
        align-items: center;
    }
}
@media (max-width: 400px){
    .btn.btn-lg.btn-default.basket-btn-checkout.custom{
        max-width: 240px;
        width: 100%;
        padding: 9px 5px;
        font-size: 10px !important;
        line-height: 10px !important;
    }
}

/* dop-сontainer */

.dop-сontainer{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
}

@media (max-width: 768px){
    .dop-сontainer{
        flex-wrap: wrap;
    }
}

.dop-сontainer__text{}
.dop-сontainer__image{
    max-width: 500px;
}
.dop-сontainer__image img{
    max-width: 100%;
    height: auto;
}

/* share basket */

.basket-share-detail__item__price.custom,
.basket-share-detail__item__quantity.custom,
.sale_block.matrix.custom{
    opacity: 0;
    visibility: hidden;
}

.basket-share-detail__item__info__left.custom{
    padding-right: 0;
}

.basket-share-detail__item__property-name{
    white-space: nowrap;
}

/* sale order */

.locations-search{
    max-width: 400px;
    width: 100%;
}

/* .overlay{
    opacity: 0.5;
    pointer-events: none;
    transition: all 0.3s ease 0s;
} */

.bx-soa-pp-item-container.row{
    display: flex !important;
    flex-direction: column;
}

.btn-custom{
    padding: 5px 7px;
    margin: 5px 0px;
    border-radius: 3px;
}
#russianpost_select_address{
    display: block;
    margin: 0px 0px 5px 0px;
}

.breadcrumbs__item-name{
    color: #FF9650;
}
a.breadcrumbs__link:hover .breadcrumbs__item-name{
    transition: .3s;
    color: #ff6600;
}

