* {
    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: .5s
}

.accessory-sharing-contact:hover {
    color: #fff;
    background: #eb0a1e
}

.col-navigation {
    right: -100%
}

.col-navigation.col-navigation-scroll {
    right: 0;
    transition: .5s
}

.page-container {
    padding: 34px 0 100px 0
}

.acc-container {
    padding: 0 16px;
    width: 1232px;
    max-width: 100%;
    margin: auto
}

.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0;
    margin: 0
}

.owl-nav {}

.modal.fade.show {
    background: #000999;
}

.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
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: .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 {
    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 {}

.owl-carousel .prev-slide:hover {
    background-position: 0 -53px
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .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-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: .5s;
    cursor: pointer
}

.contact-agent a {}

.contact-agent:hover {}

.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-top: 0
    }

    .col-navigation {
        display: none
    }
}

@media(max-width:1080px) {
    .page-container {
        padding: 0 0 100px 0
    }
}

@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 {}

    .page-navbar-container {
        width: 768px
    }
}

@media(max-width:415px) {
    .owl-dots {
        bottom: 12px
    }

    .carousel-wrap {}

    .nav-btn.prev-slide,
    .nav-btn.next-slide {
        top: 40%;
        width: 32px;
        height: 32px
    }

    .page-container {
        padding: 0 0 52px 0
    }

    .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
}