.breadcrumb .newsCategoryView{
    display: none;
}

.vc-text {
    color: #fff;
    background-color: #0099ff;
    font-weight: bold;
    font-size: 14px;
}

.rating-area,.wrapper-home-collection .banner-collection .col-content h3 {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
#detail-product .vc-tex{
    color: #fff;
    background-color: #0099ff;
}
.product-gallery__thumb{
    max-width: 100px;
}
.product-img a>span{
    top: 48%;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    right: 0;
    width: 100%;
    letter-spacing: 2px;
}
.outStockDetail{
    top: 10px;
    color: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    text-transform: uppercase;
    background: #000;
    right: 10px;
    letter-spacing: 2px;
    position: absolute;
    z-index: 2;
}
.main-nav-menu .menu__list .menu-flex {
    display: block;
}
.main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__content {
    width: 300px;
}
.menu__item.mega {
    position: relative;
}
@media(min-width: 1024px) {
    .product-gallery__thumbs-container {
        width: 91%;
    }
}
@media (max-width: 768px) {
    .style-2 .home-banner-col-new .banner-link:before{
        transform: scaleX(1);
    }
    .style-2 .home-banner-col-new .banner-link .banner-title h3{
        transform: scaleX(1);
        opacity: 1;
    }
}

.box__product-gallery {
    height: unset;
}
.product-gallery {
    flex-direction: column-reverse;
}
.product-gallery__thumbs {
    display: flex;
}
.product-gallery__thumbs-container {
    width: 100%;
}
.product-gallery__thumb {
    max-width: unset;
}
.slide_product.owl-carousel .owl-nav.disabled{
    display: block;
}
.slide_product .owl-nav button span{
    font-size: 0;
}
.slide_product .owl-nav button:before{
    position: absolute;
    top: 50%;
    z-index: 10;
    border: 0;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_product .owl-nav button.owl-prev:before{
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    left: 10px;
}
.slide_product .owl-nav button.owl-next:before{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    right: 10px;
}
.product-gallery-item a img{
    object-fit: initial;
}