    
.t-store__card__price_old:after, .t-store__prod-popup__price_old:after{
    border-top: 0;
}

.t-store__card__price-wrapper{
    display: flex;
    flex-direction: row;
    gap: 20px;
    
}

.t-product__option-chbx{
    color: #fff;
}

.t-slds__item .t-store__card__btns-wrapper {
    padding-left: 0!important;
}

.t-slds__item .t-store__card__textwrapper{
    padding-left: 0!important;
}

.t-popup__close-icon_cross{
    display: none;
}

@media screen and (max-width: 560px){
 
 .t-store .t-popup__close-wrapper .t-popup__close-icon_arrow {
    width: 26px;
    position: absolute;
    left: 12px;
    top: 21px;
 }
 
 a.t-popup__close{
    position: fixed;
    background-color: #212121;
    top: 0;
    height: 63px;
 }
 
 .t-store .t-popup__close{
     display: block!important;
 }
 /*.t-records_animated #rec669266373{*/
 /*    display: none!important;*/
 /*}*/
}