#box__product .type-engine-oil .item {
  border: 2px transparent solid;
}
#box__product .type-engine-oil .item.active {
  border-color: var(--blue);
  box-shadow: 0 calc(var(--spacing) * 0.5) calc(var(--spacing) * 1) rgba(0, 0, 0, 0.3);
}
#box__product .box-vehicle-warranty .list__tab-sub .active a {
  background: var(--blue);
}
#box__product .box-vehicle-warranty .list__tab-sub .active a span {
  color: #fff !important;
}
@media (min-width: 992px) {
  #box__product .list-duration .item:not(:first-child)::before {
    background: url(../img/bg/dot__grey.webp) repeat-x;
    content: "";
    z-index: 1;
    width: calc(var(--spacing) * 1.8);
    height: calc(var(--spacing) * 0.6);
    position: absolute;
    top: 50%;
    left: calc(var(--spacing) * -2.2);
    transform: translateY(-50%);
  }
}