.js-product .t-store__card__imgwrapper,.t-store__prod-popup__slider .t-slds__container {
    border-radius: 10px;
}



.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 10px;
}



.t776__bgimg {
    border-radius: 20px;
}




.t-store__grid-cont_col-width_stretch[data-col-gap='10'] .t-store__filter {
    margin-left: 5px;
    margin-right: 5px;
    display: none;
}



.t951 .t-store__card__btns-wrapper {
    margin-top: 0px;
}



.t943__btn_whole {
    top: 60;
    height: 50px;
    left: 0;
    right: 0;
}




.t694 .t694__table {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}








.link-effect[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.5s ease !important;
    /* цвет ссылки до наведения */
    color: #202020 !important;
}

.link-effect[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #202020 !important;
}

.link-effect[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: -2px;
    /* толщина подчеркивания */
    height: 2px;  
    /* цвет подчеркивания до наведения */
    background: #E94D30; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 51%;
    right: 51%;
    width: 0;
     
}

.link-effect[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #E94D30;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}



.t786 .t-store__card__btns-wrapper {
    margin-top: -43px;
}
.t-store__card__btns-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: right;
}

@media screen and (max-width: 480px)
.t-btn_sm {
    height: 35px;
}

.t-store__card__btns-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    /* display: flex; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: right;
    margin-left: 110px;
}


@media screen and (max-width: 480px)
.t-store__mobile-two-columns .t-store__card__btn.t-store__card__btn_second.t-btn {
    font-size: 11px;
    height: 30px !important;
    margin-top: 10px !important;
}



@media screen and (max-width: 960px)
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px;
}



