.t706__cartpage-totals{
    background: #F2F0EB !important;
}

.t706__cartpage-top{
    background: #F2F0EB !important;
}

.t706__sidebar-heading{
    font-size: 48px;
    line-height: 1.2;
}

.t706__product-imgdiv{
    border-radius: 0px;
    
}

.t706__sidebar-content {
    background-color: #F2F0EB !important;
    border-bottom: 0px;
}

.t706__sidebar-top{
    border-bottom: 0px !important;
}

.t706__sidebar-products{
    border-bottom: 0px !important;
}

.t706__cartpage{
    background-color: #F2F0EB !important;
}

.t-inputpromocode__btn{
  background: #173F36 !important;  
}
.t-store__filter__range_bg {
    background-color: #173f36;
}

.t951__sidebar .t-store__parts-switch-wrapper {
    margin-bottom: 40px;
}

.t-store__sort-select {
    color: #173f36;
}


.t-store__filter__opts-mob-btn{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.t-store__filter__chosen-bar{
    display: none !important;
}
/*Эффект при наведении на пункты меню*/
.menu-item {
    text-decoration: none;
    transition: opacity 300ms cubic-bezier(0.51, 0.92, 0.24, 1);
}
.menu-item::after {
    --scale: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background: #173f36;
    transform: scaleX(var(--scale));
    transform-origin: var(--x) 50%;
    transition: transform 300ms cubic-bezier(0.51, 0.92, 0.24, 1);
}
.menu-item:hover {
    opacity: 1;
}
.menu-item:hover::after {
    --scale: 1;
}
/*Фиксация header при скролле*/
.uc-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9997;
/*}*/
/*Стили элементов сайта*/
.t-store__grid-cont_col-width_stretch{
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.t-container {
    max-width: 1220px;
}


@media screen and (min-width: 960px){
    .t951 .t951__cont-w-filter.t-store__grid-cont_col-width_stretch.t-container:not(.t-store__grid-cont_indent) {
        padding-left: 10px!important;
    }
}

.t-store__parts-switch-btn.t-active {
    opacity: 1;
}

.t951__sidebar-wrapper{
    top: 100px !important;
}

body {
    background: #F2F0EB;
}


@media screen and (max-width: 960px){
    .t-store__grid-cont_mobile-grid{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 480px) and (max-width: 640px){
    .t-store__grid-cont_mobile-grid{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media screen and (max-width: 480px){
.t-store__parts-switch-wrapper {
    margin-bottom: 15px;
}
}

@media screen and (max-width: 480px){
.t-rec_pb_135 {
    padding-bottom: 20px!important;
}
}

@media screen and (min-width: 1200px){
.t-store__prod-popup__container .t-store__tabs {
    margin-left: 0px;
    margin-right: 20px;
}
}

.js-store-prod-all-text{
    font-size: 16px;
}

@media screen and (max-width: 480px){
    .js-store-parts-switcher{
        margin-right: 16px;
        margin-left: 16px;
        margin-bottom: 16px;
    }
    .t951__cont-wrapper{
        margin-top: 20px;
    }
}

.t1002__product-imgdiv{
    border-radius: 0px !important;
}

 .img-hover {
    display: block;
    overflow: hidden;
    height: 25px; 
}
    
.t-search-widget__header{
    background: #F2F0EB !important;
}
    
.t-search-widget__clear-icon{
    background: #F2F0EB !important;
}
    
.t1002__wishlistwin-content{
    background-color: #F2F0EB !important;
}
    
.t1002__wishlistwin-top{
    border-bottom: none !important;
}
    
.t1002__wishlistwin-heading {
    font-size: 48px;
    line-height: 1.2;
}

.t-name {
    font-weight: 600;
    color: #173F36;
}
    
.js-feed-post{
    max-width: 380px;
    margin-right: 10px;
    margin-left: 10px;

}

/*Цвет текста и фона при выделении*/
::selection {
    background: #376640;
    color: #fff;
}


.js-feed-container{
    padding-left: 0px !important;
}

.t-feed__post-popup{
    background-color: #f2f0eb !important;
}

.t-feed__post-popup__close-wrapper{
    background-color: #f2f0eb !important;
}

.js-feed-popup-title{
    font-size: 16px !important;
}

.t-feed__post-popup__date {
    font-size: 16px;
    color: #173f3687;
}
.t706 .t-form_bbonly .t-input-block{
    margin-bottom: 25px;
}

.t706 .t-form .t-input {
    height: 48px;
}
.t706 .t-form .t-text {
    color: #173f36;
    font-weight: 700;
    font-size: 18px;
}
.t886 {
    border:1px solid #173f36;
}