
.t-store__card__img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 5px;
}


.t1002__product-amount-currency, .t1002__product-amount-price {
    display: none;
    vertical-align: middle;
}

.t951 .t-store__filter__chosen-bar {
    display: none;
}

.t-store__prod-popup__btn-wrapper {
    margin-top: -20px;
    margin-bottom: 1px;
    display: none !important;
}

.t-store__prod-popup__brand {
    display: none !important;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 9px 12px;
    margin-right: 1px;
    margin-top: 0px;
    border-radius: 5px;
    font-weight: 600 !important;
    font-size: 12px !important;
    font-family: 'Raleway', 'Raleway';
    border: 1px solid #E1955D;
}

.js-store-prod-text a:first-of-type {
    background-color: #E1955D;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #fbfaf8;
    color: #1A1A1A !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

.t-slds__play_icon {
    color: "#323232;
}

.t-store__prod-popup__text {
    margin-top: 3px;
}
    
.t-store__prod-popup__price-wrapper {
    margin-top: -20px;
    margin-bottom: 1px;
    display: none !important;
}

.t-store__prod-popup__price-wrapper {
    margin-top: -20px;
    display: none !important;
}

.t-store__prod-popup__title-wrapper {
    margin-bottom: -40px;
    display: none !important;
}

.t-store .t-popup.t-popup_show .t-popup__container { 
    border-radius: 8px !important;
    overflow: hidden;
    }

.t-store__prod-popup__text {
    margin-top: 0px;
}

    .t951 .t-store__filter__chosen-bar {
        padding: 15px;
        z-index: 99;
        position: fixed;
        bottom: 10px;
        left: 10px;
        display: flex;
        flex-direction: column;
        width: 200px;
        height: auto;
        background-color: rgb(61 61 61);
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, .1);
        box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .1);
    }
    
.t951 .t-store__filter__chosen-bar {
    padding: 15px;
    z-index: 99;
    position: fixed;
    bottom: 70px;
}
    
.t-store__sort-select-wrapper {
position: relative;
display: none !important;
width: 200px;
}

.t-store__filter__sort {
    margin-left: 0px !important;
}

.t-store__prod-popup__close-txt {
    margin-bottom: 20px;
    color: #000 !important;
    display: flex;
    align-items: center;
    opacity: .8;
    font-weight: 500;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    background-position: center center;
    padding: 8px 25px;
    border-radius: 7px;
}

.t-descr {
    font-family: 'Raleway', Raleway, sans-serif !important;
}


@media screen and (max-width: 640px) {
    .t-name_xl {
    font-size: 25px;
    }
    
.t-store__prod-popup__text {
    margin-top: 20px;
}

    .t-store .t-popup__close-wrapper {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background-color: #8b9280;
    }
    
}