#sync1 .item {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 400px;
  background: #f6f6f6;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#sync1 .item img {
  height: 400px;
  object-fit: contain;
}

#sync1 .item a {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  color: #000000;
}

#sync2 .item {
  margin-right: 5px;
  border: 2px solid transparent;
  cursor: pointer;
}

#sync2 .item img {
  height: 100px;
  object-fit: cover;
}

#sync2 .current .item {
  border-color: #EB8821;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
  line-height: 0;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
}

#sync1.owl-theme .owl-prev {
  left: 0;
}

#sync1.owl-theme .owl-next {
  right: 0;
}

.sync1-wrapper {
  position: relative;
}

.flag {
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 6px 16px;
  background: #EB8821;
  color: #FFFFFF;
  border: 1px solid #EB8821;
  border-radius: 30px;
  z-index: 1;
}

.price {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 6px 16px;
  background: #154DFF;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 1;
}

.product-wrapper h1 {
  font-size: 36px;
  margin-bottom: 30px;
  line-height: normal;
}

.product-wrapper h2 {
  font-size: 28px;
}

.product-wrapper h3 {
  font-size: 20px;
}

.product-wrapper .content,
.product-wrapper .features,
.product-wrapper .additional-features,
.product-wrapper .recent-services,
.product-wrapper .tire-tread-percentages {
  padding: 60px 0;
}

.product-wrapper .description {
  padding: 0 0 60px;
}

.product-wrapper .features,
.product-wrapper .recent-services {
  background: #f6f6f6;
}

.actions .btn {
  font-size: 16px;
  padding: 8px 16px;
}

.actions .btn-blue {
  color: #154DFF;
  border-color: #154DFF;
}

.actions .btn-blue:hover {
  background: #154DFF;
  color: #FFFFFF;
}

.actions .btn-orange {
  color: #EB8821;
  border-color: #EB8821;
}

.actions .btn-orange:hover {
  background: #EB8821;
  color: #FFFFFF;
}

.actions .btn-d-blue {
  color: #142047;
  border-color: #142047;
}

.actions .btn-d-blue:hover {
  background: #142047;
  color: #FFFFFF;
}