.btn-banner.nav-button.owl-prev,
.btn-banner.nav-button.owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}
.carousel-wrap {
  height: fit-content;
  max-height: fit-content;
}
.item > img {
  height: 479px;
}
.policy-item {
  padding: 0;
}
.read-more-content {
  margin-top: 80px;
}
.policy-item--title {
  font-weight: bold;
}
.policy-item-text {
  text-align: left;
}
.compare__accessories {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.5px solid #808080;
  box-sizing: border-box;
  flex-wrap: nowrap;
  position: relative;
  padding: 55px 0;
}
.compare__accessories::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  border-left: 1px solid #808080;
}
.compare__item {
  width: 50%;
}
.compare__item-left {
  padding-left: 52px;
}
.compare__item-right {
  padding-left: 100px;
}
.compare__item-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.compare__item--title {
  font-family: Toyota Type;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.025em;
  color: #000000;
}
.compare__item-child-title {
  font-family: Toyota Type;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 184.6%;
  letter-spacing: 0.025em;
  color: #000000;
}
.compare__item-child-img {
  width: 100px;
  height: 100px;
  margin-right: 24px;
}
.compare__item-child-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.acc-month-content {
  display: flex;
  flex-direction: row;
  text-align: left;
}
.acc-month-img {
  width: 500px;
  height: 280px;
  max-width: 100%;
}
.acc-month h2 {
  margin-bottom: 0;
}
.acc-month-details-title {
  font-family: Toyota Type;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 24px;
}
.acc-month-text p {
  margin-bottom: 24px;
}
.read-more {
  text-align: center;
}
.content__readmore-title-name {
  font-family: Toyota Type;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  text-align: center;
  margin-bottom: 12px;
}
.content__readmore-title-desc {
  font-family: Toyota Type;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
.content__readmore-item-img {
  width: 709px;
  height: 387px;
  margin: 60px auto;
  position: relative;
}
.content__readmore-item-img > .embed-responsive-item{
  width: 100%;
  height: 100%;
}
.content__readmore-item-img:last-child {
  margin-bottom: 0;
}
.content__readmore-item-img:first-child {
  margin-top: 0;
}
.content__readmore-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content__readmore-item-test {
  margin-bottom: 24px;
  font-family: Toyota Type;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #3a3a3a;
}
.content__readmore {
  display: none;
}
p.read-more.btn-content-readmore {
  padding-bottom: 0;
  margin: 0;
}
.content__readmore-item-img > img.img-vector{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
}
.page-container .page-content-container .accessories-container .single-accessory-container .accessory-image-container{
  height: 250px;
}
.page-container .page-content-container .accessories-container .single-accessory-container .accessory-image-container .accessory-image{
  object-fit: cover;
  height: 100%;
}

#pagination {
  width: fit-content;
  margin: 0 auto;
}

#pagination .page-item {}

#pagination .page-item.first {
  /* display: none; */
}

#pagination .page-item.first.disabled {}

#pagination .page-item.prev {}

#pagination .page-item.prev.disabled {}

#pagination .page-item .page-link {
  padding: 6px 15px;
  border: 1px solid #CCCCCC;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #CCCCCC;
}

#pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
}

#pagination .page-item.active {}

#pagination .page-item.active .page-link {
  background-color: #EB0A1E;
  border: 1px solid #EB0A1E;
  color: white;
}
.best_Sale{
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  background-color: #EB0A1E;
  padding: 4px 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-15deg);
  font-size: 14px;
}
.best_Sale-text{
  margin-left: 4px;
}
#pagination .page-item.last {
  /* display: none; */
}

#pagination .page-item.last.disabled {}

#pagination .page-item.next {}

#pagination .page-item.next.disabled {}

@media screen and (max-width: 786px) {
  .compare__accessories {
    align-items: flex-start;
  }
  .compare__item-child {
    flex-direction: column;
    align-items: flex-start;
  }
  .compare__accessories {
    padding: 24px 0;
  }
  .compare__item-left {
    padding-left: 16px;
  }
  .compare__item-right {
    padding-left: 16px;
  }
  .compare__item-child-img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  .compare__item-child-title {
    font-family: Toyota Type;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 184.6%;
    letter-spacing: 0.025em;
    color: #000000;
  }
  .acc-month-content {
    flex-direction: column;
    text-align: center;
  }
  .read-more.text-center {
    padding-bottom: 70px;
  }
  .acc-month-img {
    width: 709px;
    height: 387px;
  }
  .policy-item{
      margin-bottom: 24px;
  }
  .content__readmore-item-img > img.img-vector{
    width: 13px;
    height: 13px;
  }
  .content__readmore-item-img > .embed-responsive-item{
    width: 100%;
    height: 100%;
  }
  #pagination .page-item .page-link {
    font-size: 16px;
    line-height: 100%;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 414px) {
  h1.page-content-title.text-center {
    font-family: Toyota Type;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 54px;
    color: #000000;
  }
  .page-content-text.text-center {
    font-family: Toyota Type;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #3a3a3a;
  }
  p.read-more.text-center {
    padding-bottom: 0;
  }
  .acc-month-img,
  .content__readmore-item-img {
    width: 270px;
    height: 150px;
  }
  .acc-month-text p , .content__readmore-item-test {
    font-family: Toyota Type;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #3a3a3a;
    text-align: justify;
  }
  .content__readmore-item-img{
      margin-bottom: 24px;
      margin-top: 24px;
  }
  .content__readmore-item-img > .embed-responsive-item{
    width: 100%;
    height: 100%;
  }
  .dp-block-mobile{
    display: block;
  }
  .compare__item-child{
    margin-bottom: 32px;
  }
  .compare__item-right{
    padding-right: 21px;
  }
  .compare__item-child{
    margin-bottom: 16px;
  }
  .compare__item--title{
    font-size: 13px;
  }

  .compare__item-child-title{
    font-size: 13px;
  }
  .item > img{
    height: 180px;
  }
  .page-container .page-content-container .accessories-container .single-accessory-container .accessory-image-container{
    height: 200px;
  }
}
@media screen and (max-width : 375px) {
  .compare__item-right{
    padding-right: 4px;
  }
}
