.t-store__card__sold-out-msg,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt{
    font-size: 0;
}

.t-store__card__sold-out-msg:after,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt:after{
    content: "под заказ";
    font-size: 14px;
    /*color: #f1117e;*/
}

.t-menu-base__maincontainer_12-0, .t-menu-base__maincontainer_12-20, .t-menu-base__maincontainer_12-30, .t-menu-base__maincontainer_12-40 {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: var(--margin-columns12);
  padding-right: var(--margin-columns12);
}

.uc-banner-top-home {
    max-width: 1200px;
    margin: 0 auto;
}

.uc-banner-top-home .t-slds {
    border-radius: 10px;
}



.uc-footer-custom {
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0px 3px rgba(0,11,48,0.25);
    max-width: 1200px;
    margin: 0 auto;
}

.uc-footer-custom .t-container {
    padding-left: 30px;
}

.t-store__prod-snippet__container {
  padding-top: 15px;
  padding-bottom: 100px;
}

/*.t-store__stretch-col {
  box-shadow: 0px 0 15px 0 rgba(0,11,48,0.1);
  border-radius: 12px;
}*/

.t-store__product-snippet .t-container > div::after {
  clear: unset !important;
}

.t-store .t-store__tabs {
  margin-top: 20px !important;
  max-width: 55%;
  float: right;
}

.t-store .t-store__tabs__controls .t-store__tabs__button_active, .t-store .t-store__tabs_snippet .t-store__tabs__controls .t-store__tabs__button:first-child {
  /*border-bottom: 1px solid #005bff !important;*/
}

.uc-top-search .t-submit, .uc-top-search .t-input {
  height: 35px;
}

.js-store-prod-all-text a, .t-store__tabs__content a {
  border-bottom: 1px dotted #333;
  font-weight: 500;
}

a:hover {
  opacity: 0.7;
}

.js-store-prod-all-charcs, .t-store__prod-popup__brand {
  display: none;
}

.t-store .t-checkbox__indicator {
  border: 1px solid #001a34;
  box-sizing: border-box;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  opacity: 0.6;
  position: relative;
  transition: all .2s;
  vertical-align: middle;
  width: 15px;
}

h1.t-store__prod-popup__name {
    font-size: 24px !important;
}

#breadcrumbs-container {
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #001a34;
    opacity: 1;
    margin-right: 10px;
}

#breadcrumbs-container a {
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #001a34;
    opacity: 0.7;
    margin-right: 10px;
}

#breadcrumbs-container a:hover {
    opacity: 1;
}

#breadcrumbs-container span {
  margin-right: 10px;
  opacity: 0.7;
}




@media screen and (min-width: 1400px) {
    .uc-banner-top-home .t-align_left {
        padding-left: 100px;
    }
}

@media screen and (max-width: 980px) {
    .t-store.t-store__prod-snippet__container .t-store__tabs {
        max-width: 100%;
    }
}

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

  /* делаем сам блок подменю видимым */
  .t-menusub {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  /* делаем внутреннее меню видимым и с нормальной высотой */
  .t-menusub__menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  /* контент подменю */
  .t-menusub__content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  /* визуальная вложенность */
  .t-menusub__link {
    padding-left: 20px;
  }

  /* скрываем стрелки */
  .t-menusub__arrow {
    display: none !important;
  }
  h1.t-store__prod-popup__name {
    font-size: 20px !important;
}
}



