a#home-tab {
    color: tomato !important;

}
a#profile-tab {
    color: tomato !important;

}

.tooltip-inner {
  background-color: tomato;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: tomato; /* цвет стрелочки (по умолчанию #000)*/
}
.btn-light {
  color: tomato;
  background-color: #fff;
  border-color: tomato;
}

.btn-light:hover {
  color: #fff;
  background-color: tomato;
  border-color: tomato;
}

.btn-light:focus, .btn-light.focus {
  color: #fff;
  background-color: tomato;
  border-color: tomato;
  box-shadow: 0;
}
.btn-light:active, .btn-light.active {
  color: #fff;
  background-color: tomato;
  border-color: tomato;
  box-shadow: 0;
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: tomato;
  background-color: #fff;
  border-color: tomato;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  color: tomato;
  background-color: #fff;
  border-color: tomato;
  box-shadow: 0;
}

.good-cont-price-line{
  font-size: 20px;
}

.fa-star:hover{
  color: tomato;
}

a.good-star-a{
color: #ccc;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.35 44'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23000;stroke-linecap:round;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eprev%3C/title%3E%3Cpolyline class='cls-1' points='20.35 1 1.35 22 20.35 43'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.35 44'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23000;stroke-linecap:round; stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 1 20 22 1 43'/%3E%3C/svg%3E");
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
   width: 45px;
   height: 45px;
}
.carousel-item img {
  max-height: 74px;
  max-width: 148px;
  white-space: nowrap;
  overflow-x: hidden;
  margin-right: 20px;
}
