.t985__widgetheader {
box-shadow: 0 0px 0px 0 rgba(0,0,0, 0) !important;
height: 120px !important;
border: 1px solid #EEEEF2;
}
.tn-elem__5692654551679931639438 {
width: 50vw !important;
}
.t390__btn{
width: 220px !important;
height: 60px !important;
font-size: 14px;
}
.t-search-widget__result_product-img {
border: transparent !important;
}
@media screen and (max-width: 480px) {
.t390__btn{
width: 220px !important;
height: 60px !important;
font-size: 14px;
}
}
.t-submit {
height: 60px !important;
}
.buttonborder{
border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.buttonborder:hover{
border: 1px solid rgba(255, 255, 255, 0) !important;
}
.t706__cartwin-content {
    /* Укажи цвет фона корзины */
    background-color: #FBFBFE !important;
    /* Укажи радиус окна корзины */
    border-radius: 0px;
}

.t706__cartwin-heading {
    /* Укажи цвет заголовка окна корзины */
    color: #212738 !important;
    font-weight: 400;
}

.t706__product-title {
    /* Укажи цвет заголовка в карточке товара */
    color: #212738 !important;
    font-weight: 400;
}
.t706__product-title__option {
    /* Укажи цвет описания в карточке товара */
    color: #A4A6AF !important;
    opacity: 1 !important;
}

.t706__product-quantity,
.t706__product-quantity-inp {
    /* Укажи цвет количества товара */
    color: #212738 !important;
}

.t706__product-quantity:hover,
.t706__product-quantity_editing:hover {
    /* Укажи цвет бордюра, который появляется при наведении на количество товара */
    border: 1px solid rgba(256,256,256,0.7) !important;
}

.t706__product-amount {
    /* Укажи цвет цены в карточке товара */
    color: #212738 !important;
    font-weight: 400;
}

.t706__cartwin-prodamount-wrap {
    /* Укажи цвет суммы заказа */
    color: #212738 !important;
    font-weight: 400;
}

.t706__cartwin-top {
    /* Укажи толщину и цвет верхней линии */
    border-bottom: 1px solid #f1f1f3;
}
.t706__cartwin-bottom {
    /* Укажи толщину и цвет нижней линии */
    border-top: 1px solid #f1f1f3;
}

.t706__product-plus,
.t706__product-minus,
.t706__product-del {
    opacity: 1!important;
}
.t706__product-plus img,
.t706__product-minus img,
.t706__product-del img{
    display: none;
}
.t706__product-plus:before,
.t706__product-minus:before,
.t706__product-del:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.t706__product-del:before {
    width: 20px;
    height: 20px;
    top: 2px;
}
.t706__product-plus:before {
    /* Укажи ссылку на иконку «Плюс» */
    background-image: url('https://static.tildacdn.com/tild3731-6136-4332-a266-663833343961/arrows_circle_plus_1.svg');
    background-position: 50% 50%;
}
.t706__product-minus:before {
    /* Укажи ссылку на иконку «Минус» */
    background-image: url('https://static.tildacdn.com/tild3536-6563-4334-b561-343866643137/arrows_circle_minus_.svg');
    background-position: 50% 50%;
}
.t706__product-del:before {
    /* Укажи ссылку на иконку «Крестик» */
    background-image: url('https://static.tildacdn.com/tild3638-3563-4434-a533-316232393433/arrows_circle_remove.svg');
    background-position: 50% 50%;
}
.t706__cartwin-content {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out;
}

.t706__cartwin {
    overflow: hidden;
    display: block !important;
    opacity: 0 !important;
    pointer-events: none;
}

.t706__cartwin_showed .t706__cartwin-content {
    transform: translateX(0%);
}

.t706__cartwin.t706__cartwin_showed {
    opacity: 1 !important;
    pointer-events: auto;
}

svg.t706__cartwin-close-icon {
    filter: invert(1);
    transform: translateX(200%);
    transition: all 0.2s ease-in-out;
}

.t706__cartwin_showed svg.t706__cartwin-close-icon {
    transform: translateX(0%);
}
.t-store__prod-popup__name {
font-size: 35px !important;
}
.t-store__prod-popup__price {
font-size: 30px !important;
}
.t-product__option-item .t-product__option-item_buttons {
border: 1px solid rgba(33,39,56,0.5) !important;
background-color: transparent;
}
.t-product__option-title .t-product__option-title_buttons {
font-weight: 400 !important;
color: #212738 !important;
font-style: italic !important;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
background-color: transparent;
border: 1px solid #ddd;
}
.t-store__prod-popup__btn {
height: 80px !important;
width: 300px !important;
font-weight: 400 !important;
font-size: 16px !important;
font-style: normal !important;
padding-left: 30px;
padding-right: 30px;
background: #212738 !important;
}
.js-product .t-product__option-select {
border: 1px solid rgba(33, 39, 56, 0.06);
background: transparent;
color: #212738;
font-weight: 400;
font-style: italic;
font-size: 16px;
height: 45px;
width: 300px;
padding: 2px 30px 2px 10px;
border-radius: 0px;
}
.t-store__prod-popup__sku {
color: rgba(33, 39, 56, 0.4);
font-size: 14px;
font-style: italic;
}
.js-product .t-product__option-select {
border: 1px #EEEEF2 solid;
background: transparent;
color: #212738;
padding: 2px 30px 2px 10px;
width: 300px;
border-radius: 0px;
height: 45px;
}
.js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before{
border: 1px solid rgba(33, 39, 56, 0.06);;
border-radius: 0px;
}
.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before{
border: 1px solid #95D6D0;
background: #95D6D0;
}
.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after{
background-color: #95D6D0;
}
.js-product .t-product__option-variants_custom .t-product__option-title {
font-weight: 400;
font-size: 16px;
color: #212738;
}
.buttonline:before {
    width: 100%;
  left: 0;
  bottom: 2;
    content: '';
  transition: 0.3s;
}
.buttonline:hover:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #95D6D0;
    top: 100%;
    left: 0;
    pointer-events: none;
  transition: transform /*!transition!*/0.3s/*!/transition!*/;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
.buttonlinev:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #95D6D0;
    top: 100%;
    left: 0;
    pointer-events: none;
    content: '';
  transition: 0.3s;
}
.buttonlinev:hover:before {
  width: 100%;
  left: 0;
  bottom: 2;
  transition: transform /*!transition!*/0.3s/*!/transition!*/;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 0.5);
}
.buttonline2:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #AAADE4;
    top: 100%;
    left: 0;
    pointer-events: none;
    content: '';
  transition: 0.3s;
}
.buttonline2:hover:before {
  width: 100%;
  left: 0;
  bottom: 2;
  transition: transform /*!transition!*/0.3s/*!/transition!*/;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
.t-store__sort-select {
border: 1px #EEEEF2 solid !important;
font-weight: 400 !important;
background: transparent !important;
color: #212738!important;
border-radius: 0px !important;
}
.t-store__sort-select-wrapper:after {
border-color: #95D6D0 transparent transparent transparent !important;
}
.t-store__filter__item-title {
font-weight: 400 !important;
}
.t-store__filter__item-controls-wrap {
background-color: #FBFBFE !important;
border-radius: 0px !important;
border: 1px #EEEEF2 solid !important;
}
.t-store__filter__title {
font-weight: 400;
color: #212738;
}
.t-store__filter__chosen-val {
background-color: #95D6D0 !important;
color: #fff !important;
}
.t-checkbox__indicator {
border: 1.5px solid #E5E6EA !important;
}
.t-checkbox__indicator:after {
background-color: #95D6D0 !important;
border: 1.5px solid #95D6D0 !important;
left: -1px !important;
top: -1px !important;
width: 100% !important;
height: 100% !important;
transform: none !important;
}
.t-store__filter__prods-number {
font-weight: 400 !important;
}
.t-store__prod__quantity {
border: 1px solid #F0F0F4;
height: 80px;
background-color: transparent;
}
.t-store__relevants__container {
margin-left: 40px !important;
margin-right: 40px !important;
}
.t-store__relevants__title {
font-size: 45px !important;
}
.js-product-relevant {
margin-left: 0px !important;
width: 140% !important;
}
.t-store__prod-snippet__container {
padding-top: 0px !important;
}
.t-store__prod-popup__wrapper {
position: relative;
margin-bottom: 4px;
padding-left: 0;
display: grid;
margin-left: -100px;
}
.t-store__prod-popup__wrapper img {
width: 100%;
}

@media screen and (min-width: 980px) {
.t-store__prod-popup__col-right {
margin-top: 60px !important;
}
.t-store__prod-popup__col_fixed {
left: 100px !important;
}
}
.js-product .t-product__option-select:after {
color: #212738 !important;
}
.t-search-widget__popup {
background: #FBFBFE !important;
}
.t-search-widget__result_product-title {
font-weight: 400 !important;
color: #212738 !important;
}
.t-search-widget__result_product-price {
font-weight: 400 !important;
color: #212738 !important;
}
.t-search-widget__result_product-desc {
font-weight: 400 !important;
font-style: italic !important;
color: #212738 !important;
}
.t-search-widget__loadmore-btn{
background-color: #95D6D0 !important;
border-radius: 0px !important;
font-weight: 400 !important;
}
.t-search-widget__pagination-active {
border-radius: 0% !important;
background-color: transparent !important;
border: #EEEEF2 SOLID 1PX !important;
}
@media screen and (min-width: 1240px){
.t-store__relevants__container .t-container {
 max-width: 100% !important;
}  
}

@media screen and (min-width: 1240px){
.t-store__grid-cont_mobile-one-row.t-store__relevants-grid-cont .t-store__card {
max-width: 430px !important;
}  
}
.t-store__relevants__container .nl_marwrapper {
margin-top: 21.5px !important;
}
.t-radio__indicator {
border: #95D6D0 solid 2px !important;
border-radius: 0px !important;
}
.t-radio__indicator:after{
background: #95D6D0 !important;
width: 100% !important;
height: 100% !important;
border-radius: 0px !important;
border: #95D6D0 solid 2px !important;
left: -1px !important;
}
.t395__select {
border: #EEEEF2 1px solid!important;
color: #212738 !important;
background-color: #fbfbfe !important;
font-weight: 400 !important;
}
.t-search-widget__clear-icon{
background: #F4F6FA !important;
}
@media screen and (max-width: 480px) {
.t-store__relevants__title {
font-size: 35px !important;
margin: 55px 0 -35px;
}
.t-store__relevants__container {
margin-left: 0px !important;
margin-right: 0px !important;
}
.t-store__relevants__container .nl_marwrapper {
margin-top: 14px !important;
}
.t985__widgetheader {
box-shadow: 0 0px 0px 0 rgba(0,0,0, 0) !important;
height: 160px !important;
border: 1px solid #EEEEF2;
}
.t-store__card__title {
font-size: 20px !important;
}
.t-store__card__descr {
font-size: 12px !important;
}
}
.js-store-prod-descr {
    border-bottom: 1px solid #F0F0F4;
    border-top: 1px solid #F0F0F4;
}
.t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
background-color: transparent !important;
}