body .single-product .images .slider #slider-next:before,
body .single-product .images .slider #slider-prev:before {
    border: 0 !important;
    
    /* размеры */
    width: 36px;
    height: 36px;
    padding: 0;
    
    /* выравнивание */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* стиль */
    background-color: #4774d1 !important;
    color: #ffffff !important;
    font-size: 18px;
    border-radius: 50%;
    
    /* отступы */
    margin: 0;
    
    /* тень */
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}















/* ===== HEADER 30% WHITE / 70% BLUE ===== */

.tb-header-wrap{
  position: fixed !important;
  left:0;
  right:0;
  top:0;
  width:100%;
  z-index:99999;

  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 20%,
    #4774d1 20%,
    #4774d1 100%
  ) !important;
}

/* текст справа белый */
.tb-header-wrap .tb-header-menu-inner a,
.tb-header-wrap .tb-header-menu-inner span,
.tb-header-wrap .tb-header-menu-inner i{
  color:#ffffff !important;
}

/* иконки */
.tb-header-wrap svg{
  fill:#ffffff !important;
}

/* если есть hover */
.tb-header-wrap a:hover{
  opacity:.85;
}

/* admin bar offset */
body.admin-bar .tb-header-wrap{
  top:32px;
}

@media (max-width:782px){
  body.admin-bar .tb-header-wrap{
    top:46px;
  }
}

/* отступ страницы */
:root{ --tbHeaderH:38px; }

body{
  padding-top:var(--tbHeaderH);
}

body.admin-bar{
  padding-top:calc(var(--tbHeaderH) + 32px);
}

@media (max-width:782px){
  body.admin-bar{
    padding-top:calc(var(--tbHeaderH) + 46px);
  }
}





/* выделение текста */
::selection{
  background: #538bfc; /* синий */
  color: #fff;         /* цвет текста */
}

/* для Firefox */
::-moz-selection{
  background: #538bfc;
  color: #fff;
}


@media (max-width: 992px) {
    .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner {
        background-color: #00000000 !important;
    }
}




.tb-header-wrap.tb-header-v4 .tb-header-menu {
    background-color: #00000000 !important;
    padding: 0 15px;
}




@media (max-width: 768px){

/* убираем zoom-линзу */
.yith_magnifier_zoom_wrap .yith_magnifier_lens{
display:none!important;
}

/* убираем слой который ловит наведение */
.yith_magnifier_mousetrap{
display:none!important;
}

/* убираем окно увеличения */
.yith_magnifier_zoom{
pointer-events:none!important;
}

}







/* цвет характеристик автомобиля */
.car-vehicles li,
.car-vehicles li p{
  color:#4774d1 !important;
}

/* если есть иконки */
.car-vehicles li i,
.car-vehicles li svg{
  color:#4774d1 !important;
  fill:#4774d1 !important;
}