.accessory-sharing-container.custom-detail{
  justify-content: flex-end;
  margin-top: 0;
}
.accessory-sharing-contact.custom-detail{
  position: relative;
}
.modalSlide {
    width: 100%;
    margin-top: 20px;
  }
  .img-accessory__box {
    margin: 0 auto;
    position: relative;
  }
  .img-accessory__box .img-accessory__img {
    width: 700px !important;
    height: 422px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
  }
  .accessory-detail-tabs-container .accessory-detail-tab-active2{
    width: 50%;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #EB0A1E;
    transition: all 0.5s ease-in-out;
}
.acc-month-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.acc-month-title > .acc-month-title-name {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 12px;
}
  .img-accessory__box .img-accessory__desc {
    font-family: Toyota Type;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-top: 21px;
    color: #000000;
  }
  .accessory-detail-tab-content-container1 {
    padding-top: 45px;
  }
  .btn-custom-accessories {
    position: absolute;
    top: 45%;
  }
  .slick-prev.btn-custom-accessories {
    left: 0;
  }
  .slick-next.btn-custom-accessories {
    right: 0;
  }
  #img-accessory,
  #img-accessory1 {
    overflow: hidden;
  }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 32px;
  }
  .item-video-custom {
    /* width: 700px !important;
    height: 422px; */
    margin: 0 auto;
  }
  .item-video-custom > .link-video {
    width: 700px !important;
    height: 422px;
    margin: 0 auto;
  }
  .item-video-custom > .link-video > iframe {
      width: 100%;
      height: 100%;
  }
  .item-video-custom > p {
      margin-top: 21px;
    text-align: center;
  }
  .item-video-custom > .link-video > .img-video {
    height: 100%;
  }
  
  @media screen and (max-width: 768px) {
    .img-accessory__box .img-accessory__img {
      width: 281px !important;
      height: 169px;
    }
    .item-video-custom > .link-video{
      width: 281px !important;
      height: 169px;
    }
    .item-video-custom > .link-video > .video-mask {
      width: 100%;
      height: 100%;
    }
    /* .owl-carousel .owl-nav {
      padding: 0 30px;
    } */
  }
  @media screen and (max-width: 415px) {
    .img-accessory__box .img-accessory__img {
      width: 281px !important;
      height: 169px;
    }
    .item-video-custom {
      width: 281px !important;
      /* height: 169px; */
    }
    .item-video-custom > .link-video > .video-mask {
      width: 100%;
      height: 100%;
    }
    /* .owl-carousel .owl-nav {
      padding: 0 30px;
    } */
    #img-accessory1 > .owl-nav {
      padding: 0;
    }
    #img-accessory1 > .item-video-custom {
      margin-right: unset;
    }
  }

.acc-month-img {
    width: 710px;
    height: 387px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 29px;}
  
  