.t-store__card {
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,1);
}
.t-store__card:hover {
    box-shadow: 2px 2px 5px 0px #87230E;
}
.t-store__card:hover .t-store__card__title  {
    color: #87230E;
}
.t-store__card__title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.t-store__card__imgwrapper {
    padding-bottom: 60%;
}
.js-store-prod-all-text {
    font-size: 14px;
}
.js-store-prod-charcs, .js-store-prod-dimensions, .js-store-prod-weight {
  font-size: 13px; 
  margin-bottom: 5px;
}
.t-slds__arrow_body  svg {
    height: 30px;
}
.t-slds__arrow_body svg path {
    fill: #87230E !important;
}
.btn-primary:hover a {
    background-color: #87230E !important;
    color: #FCF0E3 !important;
}
.btn-white:hover a {
    background-color: #FCF0E3 !important;
    color: #E8765E !important;
}
.title-h1  {
    text-shadow: white 3px 5px 4px !important;
}
.mainscreen-bullet {
    text-shadow: white 2px 4px 3px !important;
}

.header-menu-item[data-elem-type="text"] a, .header-menu-item-has-sub[data-elem-type="text"] a { transition: all 0.3s ease-in-out}
.header-menu-item[data-elem-type="text"] a:hover, .header-menu-item-has-sub[data-elem-type="text"] a:hover{
      text-decoration:underline !important;
      /*padding-left: 3px;*/
      color: #FCF0E3 !important;
}
.footer-menu-white-item[data-elem-type="text"] a:hover {
    color: #87230E !important;
}
.footer-menu-dark-item[data-elem-type="text"] a:hover {
    color: #E89482 !important;
}
/*Иконка*/
/*.header-menu-item[data-elem-type="text"] a:after {*/
/*    position: absolute;*/
/*    right: 40px;*/
/*    content: '\2794';*/
/*    transition: all .3s ease;*/
/*    opacity: 0;*/
/*    color: #0080f4;*/
/*}*/
.header-menu-item[data-elem-type="text"] a:hover:after, .header-menu-item-has-sub[data-elem-type="text"] a:hover:after {
    right: -15px;
    opacity: 1;
}
.t450__burger_cirqle {
    border: 2px solid #fff;
}
/*Всплывающее меню вторго уровня*/
.sub-menu-item {
    display: none!important;
    cursor: pointer
}
.sub-menu-item.active {
    display: table!important;
    z-index: 100000;
}
.uc-desktop-header .t396__artboard {
    overflow: unset;
}
/*Кнопка в карточке товара*/
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #D0492B;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #87230E;
    color: #ffffff !important;
}
.js-store-prod-text a:first-of-type:hover, .js-store-prod-text a:last-of-type:hover {
    background-color: #E8765E;
}
/*Стили выпадающего меню*/
.header-menu-item-has-sub {
    transition: all 0.5s ease-in-out;
}
.header-menu-item-has-sub:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block !important;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    vertical-align: middle;
}
.header-menu-item-has-sub:hover:after {
    transform: rotate(180deg); 
}
/*.header-menu-item-has-sub:before {*/
/*    width: 20px;*/
/*    height: 2px;*/
/*    background: #C8A962;*/
/*    content: "";*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/
@media (min-width: 480px) {
    .js-store-prod-all-text { font-size: 16px; }
    .js-store-prod-charcs, .js-store-prod-dimensions, .js-store-prod-weight { font-size: 15px; }
}

@media (min-width: 481px) and (max-width: 960.98px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12) {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 640px) { 
    .t-name_xs {
        font-size: 14px;
        padding-bottom: 20px;
    }
}

//@media (min-width: 640px) {
    
//}

//@media (min-width: 960px) {
    
//}

@media (min-width: 1200px) {
    .js-store-prod-all-text { font-size: 18px; }
    .js-store-prod-charcs, .js-store-prod-dimensions, .js-store-prod-weight { font-size: 15px; margin-bottom: 8px;}
/*}*/
/*.burger-btn {*/
/*    position: fixed;*/
/*    top: 0!important;*/
/*    left: 0!important;*/
/*}*/
/*.uc-mobile-header {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/
/* * {
    outline: 2px solid red;
}*/