/* Detail Car */
.detailcar {
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    /* padding-top: 30%; */
    background-size: cover;
    /* padding-bottom: 15%; */
}
.wrapper-highlight {
    padding-left: 5%;
    background-color: #000;
    color: #ffffff;
    background: rgba(29,29,27, 0.7);
}
.list-gallery {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6%;
    color: #ffffff !important;
    cursor: pointer;
}
.list-gallery::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,29,27,0.6);
    z-index: 1;
    transition: .3s;
}
.list-gallery span {
    position: relative;
    z-index: 1;
}
.list-gallery:hover > span {
    color: #ffffff;
    text-decoration: underline;
}
.title-highlight {
    font-size:  0.8rem; /*1rem = 16px*/
    margin-bottom: 0px !important;
    white-space: nowrap;
}
.desc-highlight {
    font-size:  0.5rem; /*1rem = 16px*/
}
#carouselColorCar {
    padding-bottom: 50px;
    z-index: 0;
}
#carouselColorCar .carousel-indicators li, #carouselInterior .carousel-indicators li {
    cursor: pointer;
    border: 2px solid #000000;
}
#carouselColorCar .carousel-indicators li {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
#carouselInterior .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.carousel-indicators {
    bottom: 0px !important;
}
#carouselColorCar .carousel-indicators li.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/global/check_slider-small.png) no-repeat center;
    display: block;
    top: 0px;
}
#carouselInterior .carousel-indicators li.active {
    background-color: red;
}
#owl-slide-interior .item img{
  display: block;
  width: 100%;
}
#owl-slide-interior .item img.owl-lazy {
    max-width: 100%;
    height: 800px;
}
#owl-slide-interior .item:hover {
    border: none;
}
ul.spec-various li.active {
    background-color: #343a40;
    border: none;
}
.list-group-horizontal {
    max-width: 100%;
    flex-direction: row;
}
.list-group-horizontal li {
    cursor: pointer;
}
.car-color {
    width: 50% !important;
}
.list-gallery span {
    font-size: 12px;
}
.gallery-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 25%;
    border: 4px solid #ffffff;
    height: 80px;
}
.gallery-image a {
    display: block;
    /* width: 100%; */
    height: 100%;
}
.list-gallery-image .exterior, .list-gallery-image .interior, .list-gallery-image .video {
    display: none;
}
.menu-product {
    text-align: center;
    box-shadow: 0px 4px 14px -4px #212121;
}
ul.list-menu-product {
    list-style-type: none;
}
ul.list-menu-product li {
    display: inline-block;
    cursor: pointer;
}
ul.list-menu-product li a {
    color:  rgb(33, 37, 41);
}
.exterior-image {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.exterior-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.owl-nav {
    margin-bottom: auto!important;
    margin-top: auto!important;
    position: relative;
    width: 100%;
    bottom: 180px;
    /* top: 45%; */
}
.owl-nav .owl-prev {
    float: left;
}
.owl-nav .owl-next {
    float: right;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    background-color: #d90000;
    color: #ffffff;
}
.owl-carousel .owl-nav button.owl-next {
    position: relative;
    right: 0px;
}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus {
    outline:0;
}
table.tbl-accordion tr.section-row {
    cursor: pointer;
}
#accordionSpec table tr td > i.fa-times {
    color: #d90000;
}
.play-video-gallery i {
    widows: 100%;
    background-color: #000000;
    color: #ffffff; 
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 16px;
}
.play-video-gallery:hover {
    text-decoration: none;
    opacity: 0.8;
}
.price-info {
    font-size: 11px;
}
.bx-wrapper {
    border: none !important;
}