    /*Ховер ссылок*/
    .t396__elem[data-elem-type="text"] a { transition: all 0.3s ease-in-out}
    .t396__elem[data-elem-type="text"] a:hover{
      color: #d81e05 !important;
}



  .light{
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border-radius: 0 20px 0 20px;
    }
    .light:hover {
    cursor: pointer;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    color: #ffffff;
    z-index: 8;
}
    .light:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    border-radius: 0 20px 0 20px;
}    
    .light:hover:before {
    webkit-transform: skewX(-45deg) translateX(13.5em);
    transform: skewX(-45deg) translateX(22.5em);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

  .t-submit{
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border-radius: 0 20px 0 20px;
    }
    .t-submit:hover {
    cursor: pointer;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    color: #ffffff;
    z-index: 8;
}
    .t-submit:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    border-radius: 0 20px 0 20px;
}    
    .t-submit:hover:before {
    webkit-transform: skewX(-45deg) translateX(60.5em);
    transform: skewX(-45deg) translateX(60.5em);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* Скрываем стандартный чекбокс */
.t-store__filter__item-controls-container input.t-checkbox.js-store-filter-opt-chb {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* Индикатор делаем кругом */
.t-store__filter__checkbox .t-checkbox__indicator {
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #c6c6c6 !important;
  border-radius: 50% !important;
  background: #fff !important;
  position: relative;
  transition: all 0.2s ease;
}

/* Убираем галочку Тильды */
.t-store__filter__checkbox .t-checkbox__indicator::before,
.t-store__filter__checkbox .t-checkbox__indicator::after {
  content: "" !important;
  display: none !important;
}

/* Активное состояние (красная точка + белая обводка внутри) */ 
.t-store__filter__item-controls-container input.t-checkbox:checked + .t-checkbox__indicator, .t-store__filter__checkbox.active .t-checkbox__indicator { background: #fff; /* сохраняем белый фон */ box-shadow: inset 0 0 0 2px #fff, /* белая «прокладка» 2px */ inset 0 0 0 20px #e30613; /* красная точка (цвет можно поменять) */ }



.t-store .t-popup.t-popup_show{
    background-color: #f9f9f9 !important;
}
.t-btnflex.t-btnflex_type_button{
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border-radius: 0 20px 0 20px !important;
    }
    .t-btnflex.t-btnflex_type_button:hover {
    cursor: pointer;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    color: #ffffff;
    z-index: 8;
}
    .t-btnflex.t-btnflex_type_button:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    border-radius: 0 20px 0 20px;
}    
    .t-btnflex.t-btnflex_type_button:hover:before {
    webkit-transform: skewX(-45deg) translateX(60.5em);
    transform: skewX(-45deg) translateX(60.5em);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.t-store__prod-popup__btn.t-btn.t-btn_sm{
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border-radius: 0 20px 0 20px !important;
    background-color: #d81e05 !important;
    color: #fff !important;
    }
    .t-store__prod-popup__btn.t-btn.t-btn_sm:hover {
    cursor: pointer;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    color: #ffffff;
    z-index: 8;
}
    .t-store__prod-popup__btn.t-btn.t-btn_sm:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    border-radius: 0 20px 0 20px;
}    
    .t-store__prod-popup__btn.t-btn.t-btn_sm:hover:before {
    webkit-transform: skewX(-45deg) translateX(60.5em);
    transform: skewX(-45deg) translateX(60.5em);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.t706__cartwin-content{
    background-color: #002d5b !important;
}
.t706__cartwin-heading.t-name{
    color: #fff !important;
}
.t706__product-title{
    color: #fff !important;
}
.t706__product-plusminus{
    color: #fff !important;
}
.t706__product-quantity{
    color: #fff !important;
}

