/*кнопкa Buy NOW в карточке товара */
.t-store__prod-popup__btn-wrapper {
    display: none;
}

/*кнопки по низу*/
@media (max-width: 670px) {
  .t951__grid-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .t951__grid-cont .js-product {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
  }
  .js-product >a {
      margin-bottom: auto;
  }
}


/*обводка изображений в результатах поиска*/

.t-search-widget__result_product-img {
    
    border: none;
}


/*Отступ внутри карточки товара после товаров «Смотрите также»*/
.t-store__prod-snippet__container {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*Очистить поиск в каталоге*/
.t951 .t-store__filter__reset {
    background-color: #0B2948 !important;
    padding: 10px !important;
    border-radius: 5px !important;
    color: white !important;
    border-bottom: 0px dashed;
}


@media screen and (max-width: 960px) {
.t856__col {
    margin-bottom: 30px !important;
}}

/*Скрыть сумму заказа внутри корзины */
    .t706__cartwin-bottom {
        display: none !important;
    }

.t706__cartwin-bottom { 
    display: none !important; 
    
} 

.t706__sidebar-prodamount-wrap{
    display: none !important;
}

.js-store-prod-all-text.read-more {
    display: inline-block;
    margin-top: 16px !important;
}

.js-store-prod-all-text.read-less {
    display: inline-block;
    margin-top: 16px !important;
}

/*скрываем описание в карточке товаров
.t-store__card__descr {
    
    display: none;
}
*/


/*в карточке товаров отступ сверху и снизу */
.t-store__prod-snippet__container {
    padding-top: 40px; 
    
}

/*цены по низу*/

.t-store__card__textwrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.t-store__card__price-wrapper {
    margin-top: auto !important;
}

/*карточки производителей и преимущества в странице «о нас»*/

.uc-proizv .t817__content_active, .t852__bgimg, .t856__table {
    border-radius: 0px 10px 10px 10px !important;
}


/*
.t817__tab_active {
border-radius: 20px 20px 0px 0px !important;
}

 .t817__tab.t817__tab_active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%; /* Сдвигаем левую границу элемента к середине контейнера 
  transform: translateX(-50%); /* Центрируем элемент относительно его ширины 
  z-index: 1;
  width: 70%;
  height: 3px;
}

*/




/* Слайдер с другими категориями */

.uc-slider, .uc-slider .t-slds__items-wrapper, .uc-slider .t-slds__container, .uc-slider .t-slds {
    position: relative;
    overflow: visible;
}

.uc-slider .t-card__col {
    width: 240px !important;
}

.uc-slider .t-slds__container {
    width: unset !important;
}

@media (max-width: 960px) {
    .uc-slider .t-slds__container {
        max-width: 440px;
        transform: translateX(100px);
    }
}

@media (max-width: 440px) {
    .uc-slider .t-slds__container {
        max-width: 250px;
        transform: translateX(3px);
    }
}

.uc-slider .t923__imgwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: unset !important;
}

.uc-slider .t923__bgimg {
    position: initial;
    width: 86px;
    height: 86px;
}

.uc-slider .t923__textwrapper {
    padding: 20px;
}

.uc-slider .t923__col {
    height: 190px;
    padding: 0 !important;
}

.uc-slider .t923__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #CED4DA;
    border-radius: 10px;
}

.uc-slider .t923__content {
    height: unset !important;
}

/*аккордеон в карточке товара*/
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:620px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 490px;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 560px;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 620px;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}
