.send-enquiry img {
    max-width: 35px;
    margin: auto;
    filter:invert(1);
}
.send-enquiry {
    border-right: 1px solid #dddddd7a;
}
.send-enquiry a:hover {
    color: #fff!important;
}
#product-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}
#product-slider .owl-nav .owl-next, #product-slider .owl-nav .owl-prev {
    background-color: #0000008c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
#product-slider .item {
    height: 380px;
}

#product-slider .item img , #thumbs .item img{
    height: 100%;
    object-fit: cover;
}
#product-slider.item { background: #ec6e46; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item { background: #C9C9C9; height:100px; line-height:100px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
#Specification tr td{
    border: 1px solid #000;
    height: 35px;
}
#Specification tr:nth-child(odd) {
    background: #efefef;
    color: #000;
}
#Specification tr td {
    padding: 0 10px;
}
#Specification tr td:nth-child(odd) {
    font-weight: bold;
    color: #000000a1;
}
#product-slider .fa-arrow-right:before {
    content: "\f105";
}
#product-slider .fa-arrow-left:before {
    content: "\f104";
}
.product-info li {
    display: flex;
    align-items: flex-start;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #cdcdcd;
}
.product-slider-section .faq {
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 15px 0 #ddddddc7;
    border-radius: 10px;
}
@media (max-width:576px){
    .product-spec{overflow-x:auto ;}
    .product-info {
        padding-left: 0 !important;
    }
    #product-slider .item {
        height: auto;
    }
    #thumbs .item {
        height: 70px;
        line-height: 70px;
    }
}