    
    /** цвет фона на всех страницах**/
    body {
        background-color: #f7f7f7;
        
    }

    /** отключение виджета корзины**/
    .t706__carticon {
      display: none;
    }
    


/** Табы отдельно друг от друга**/

.t395__tab {
    border-radius: 30px;
}

.t395__tab_active:after {
    display:none;
}

.t395__wrapper {
    display: flex;
    gap: 10px;
    padding-left:10px !important;
}

.t395__col {
    margin: 0;
}

/*Убрать полосу прокрутки у элемента*/
.t395__col_mobile-flex::-webkit-scrollbar {
  width: 0;
}

@media screen and (min-width: 960px){
.t-store__product-popup, .t-store__product-snippet {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: end;
    flex-direction: row;
    align-items: flex-start;
}
}

@media screen and (min-width: 960px){
.t-store__prod-popup__col-right {
    max-width: 340px;
}
}

/** скрыть кнопку Подробнее **/
.t-store__card__btns-wrapper a:first-child{
    display:none;
}

.t-store__card__btn-text {
        font-size: 15px;
}

.t-slds__bgimg {
border-radius: 30px;
}

.t-store__prod__quantity {
    border: 0px solid #fff;
}

.t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
    background-size: 50% 2px,2px 50%;
}


/** поп-ап "Как заказать" **/
.t-popup__container {
    border-radius: 20px;
}
.t390__btn-wrapper a{
    min-width: 100%;
}


/** медиа-запросы для карточки на мобайле" **/


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

@media screen and (max-width: 660px){
.t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .store__card__wrap_txt-and-opts {
    padding-top: 18px;
    padding-bottom: 9px;
    flex: 1;
}
}

.t-btn_xs {
    height: 32px;
}

@media screen and (max-width: 660px){
.t-store__card__wrap_pad-sm .store__card__wrap_txt-and-opts {
    padding-top: 12px !important;
}
}

@media screen and (max-width: 660px){
.t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .t-store__card__prod-controls-wrapper, .t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .t-store__card__textwrapper {
    padding-left: 12px;
    padding-right: 12px;
}
}

@media screen and (max-width: 660px){
.t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .t-store__card__btns-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 9px;
}
}

@media screen and (max-width: 660px){
.t-align_left .t-store__card__btn {
    margin: 0 0px 8px 0;
}
}

@media screen and (max-width: 660px){
.t-store__card__price-wrapper {
    margin-top: 3px;
}
}

/** скругление углов в карточке на мобайле" **/

@media screen and (max-width: 660px){
.t-slds__bgimg {
    border-radius: 0;
}
}

.t-store__prod-popup__text {
    margin-bottom: 100px;
}

@media screen and (max-width: 660px){
.t-rec_pb_135 {
    padding-top: 0;
}
}