*{
    box-sizing: border-box;
}
.modal-image-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.accessory-sharing-container {
    margin-top: 32px;
}

.modal-accessory-detail-container {
    padding: 0 20px;
}

.accessory-sharing-contact {
    color: #EB0A1E;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #eb0a1e;
    padding: 17px 20px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    transition: 0.5s;
}

.accessory-sharing-contact:hover {
    color: #fff;
    background: #eb0a1e;
}
.col-navigation{
    right:-100%
}
.col-navigation.col-navigation-scroll {
    right: 0;
    transition: 0.5s;
}

.page-container {
    padding: 34px 0px 100px 0px;
}
.acc-container {
    padding: 0 16px;
    width: 1232px;max-width: 100%;
    margin: auto;
}
.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
    /* background: #000; */
    overflow: hidden;
  }
  .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
    margin: 0;
  }

.owl-nav {
    /* position: absolute; */
    /* top: 50%; */
}
.modal.fade.show{
    background: #00000099
}

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }


  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      /* top: 100px !important; */
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url(nav-icon.png) no-repeat scroll 0 0;
      left: -33px;
  }

.nav-btn.prev-slide {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    opacity: 50%;
    border: 1px solid #1a1a1a;
    position: absolute;
    left: 36px;
    bottom: 60%;
    transform: translateY(-50%);
}

.nav-btn.prev-slide i,.nav-btn.next-slide i {
    color: #1a1a1a;
}

.nav-btn.next-slide {
    /* right: 36px; */
    /* left: auto; */
    /* right: 36px; */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    opacity: 50%;
    border: 1px solid #1a1a1a;
    position: absolute;
    right: 36px;
    bottom: 60%;
    transform: translateY(-50%);
}
  .owl-carousel .next-slide{
      /* background: url(nav-icon.png) no-repeat scroll -24px 0px; */
      /* right: -33px; */
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }

  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #2caae1;
  }
  button.owl-dot span{
    width: 20px!important;
    height: 2px!important;
    background: #ccc!important;
    transform: translatey(-3px)!important;
    border-radius:inherit!important;
    margin:0!important;
  }
  button.owl-dot.active span{
    width: 20px!important;
    height: 5px!important;
    background: #EB0A1E!important;
    transform: translatey(-3px)!important;
    border-radius:inherit!important;
    margin:0!important;
  }
  .owl-dots {
    position: absolute;
    bottom: 70px;
    width: 100%;
}
 

.page-navbar-container {
    position: fixed;
    z-index: 100;
    width: 1600px;
    max-width: 100%;
    background: #101010;
}
.carousel-wrap {
    /* padding-bottom: 96px; */
    padding-top: 63px;
    max-height: 479px;
}
div#single-accessory-detail{
    z-index: 10000;
}
.contact-agent a{
    margin-top:62px;
    width: 143px;
    height: 48px;
    border: 1px solid #EB0A1E;
    background: #EB0A1E;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
    cursor: pointer;
}

.contact-agent a {
    /* width: 143px; */
    /* height: 48px; */
}

.contact-agent:hover {
    /* background: #fff; */
}

.contact-agent:hover a {
    color: #eb0a1e;
    background: #fff;
}

.contact-agent a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}



@media (max-width: 1160px){

    .carousel-wrap {
        /* padding-bottom: 96px; */
        /*padding-top: 46px;*/
        padding-top: 0px;
    }
    .col-navigation{
        display: none;
    }
    
}
@media (max-width: 1080px){
    .page-container {
        padding: 0px 0px 100px 0px;
    }
}

@media (max-width: 768px){
    .accessory-sharing-contact{     
        left: 21px;       
        right: auto;        
        bottom: -5%;
    }
    .accessory-sharing-container {
        margin-top: 67px;
    }
}
@media (max-width: 769px){
    .owl-dots {
        bottom: 30px;
    }
    .carousel-wrap{
        /* padding-bottom: 50px; */
    }
    .page-navbar-container{
        width: 768px;
    }
}
@media (max-width: 415px){
    .owl-dots {
        bottom: 12px;
    }
    .carousel-wrap{
        /* padding-bottom: 17px; */
    }
    .nav-btn.prev-slide, .nav-btn.next-slide{
        top:40%;
        width: 32px;
        height: 32px;
    }
    .page-container {
        padding: 0px 0px 52px 0px;
    }
    .contact-agent{
        margin-top:75px
    }
    
}
.hide{
    display: none;
}
div#single-accessory-detail{
    padding-right:0!important;
}
.page-container .page-navbar-container nav .nav-container{
    width: 1240px;
    max-width: 100%;
    margin: auto;
    padding: 0;
}