@media screen and (min-width: 600px) {
    /* fix ecommerce products desktop style */
    .tp-product-item img , .tp-product-item-3 img{
        height: 250px;
        object-fit: cover;
    }
    .tp-product-item-2 img , .tp-product-item-5 img {
        height: 305px;
        object-fit: cover;
    }

}

@media screen and (max-width: 600px) {
        /* fix ecommerce products mobile style */
        .tp-product-item img , .tp-product-item-3 img{
            height: 130px;
            object-fit: cover;
        }
        .tp-product-item-2 img , .tp-product-item-5 img {
            height: 140px;
            object-fit: cover;
        }
    /* fix product slider ui block mobile style */
    .whiteproduct__thumb img{
        object-fit: cover;
    }

    div.swiper-container.product-active {
        margin-inline-end: 0 !important;
        width: 100%;
    }
}
/* MKG Header Logo Fix */
#header-sticky .tp-mega-menu-wrapper .col-xl-2.col-lg-5.col-md-5.col-sm-4.col-6 {
    height: 100%;
}

#header-sticky .tp-mega-menu-wrapper .col-xl-2.col-lg-5.col-md-5.col-sm-4.col-6 .logo{
    height: 100%;
    margin: 0;
}

#header-sticky .tp-mega-menu-wrapper .col-xl-2.col-lg-5.col-md-5.col-sm-4.col-6 .logo img{
    height: 100%;
}
main section.breadcrumb__area:first-child{
    display: none;
}

/* header bottom shofy menu style 1 */
.to-header-bottom nav.tp-main-menu-content ul li:has(.sub-menu) {
    position: relative;
}
.to-header-bottom nav.tp-main-menu-content ul li:has(.sub-menu) .sub-menu {
    display: none;
}

.to-header-bottom nav.tp-main-menu-content ul li:has(.sub-menu):hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 999;
    width: 200px;
    background-color: #fff;
    list-style-position: inside;
    padding: 30px;
    padding-top: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 30px 70px 0 rgba(11, 6, 70, .08);
}
.to-header-bottom nav.tp-main-menu-content ul li:has(.sub-menu) .sub-menu li a {
    transition: all .3s ease-in-out;
}

.to-header-bottom nav.tp-main-menu-content ul li:has(.sub-menu) .sub-menu li:hover > a {
    color: #0989ff;
}

/* Fix search in header */
.tp-header-search-input-box-5{
    display: flex !important;
    align-items: center !important;
}
.bb-form-quick-search .tp-header-search-input-box-5 select{
    position: static !important;
}

