
/* .custom-sub-menu-70{
    display: block !important;
    top: 0 !important;
    margin-left: 198px !important;
} */

.custom-hover {
    position: relative; /* Ensure child divs are positioned relative to this */
}

.sub-menu.categories-sub-menu {
    position: relative; /* Ensure absolute positioning works relative to this */
}

.sub-c-box {
    display: none; /* Initially hide the child div */
    position: absolute; /* Position the child div absolutely */
    top: 0; /* Position from the top of the parent */
    left: 100%; /* Position to the right of the parent */
    z-index: 0; /* Set a lower z-index for the child div */
}

.custom-hover:hover .sub-c-box {
    display: block; /* Show the child div when hovering over the parent */
}
@media(min-width:992px){
    .visible-on-mobile{
        display: none;
    }
    .close-m-serch{
        width: 40px !important;
        position: relative;
    }
    .close-m-serch a {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 5px;
        color: #505050;
        text-align: center;
        text-decoration: none;
        background: border-box;
        justify-content: center;
        align-items: center;
    }
}


@media(max-width:575px){
    .site-header .toolbar .toolbar-item > a > div > .cart-icon {
        /* margin-top: 6px; */
    }
    .site-header .toolbar .toolbar-item > a > div i{
        margin-bottom: 0;
    }
}

/* .sub-menu .categories-sub-menu{

    overflow-x: auto;
    height: 400px;
} */

.custom-img-cat, img {
    height: auto !important;
    vertical-align: middle !important;
}
@media(max-width:991px){
    .custom-class{
        position: relative;
    }
    .custom-class a{
        display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    color: #505050;
    text-align: center;
    text-decoration: none;
    background: border-box;
    }
    .site-header .toolbar .toolbar-item.visible-on-mobile .text-label, .site-header .toolbar .toolbar-item > a > div > .text-label{
        display: none;
    }
    .site-header .toolbar .toolbar-item > a{
        color: #505050 !important;
    }
    .custom-class .text-label{
        display: none;
    }
    .custom-class{
        display: block;
        width: 40px !important;
    }
    .custom-class a{
        display: block;
        width: 100%;
        height: 100%;
        padding: 5px;
        color: #505050;
        text-align: center;
        text-decoration: none;
        background: border-box;
        font-size: 23px;
    }
    .site-header .toolbar .custom-class > a > div i{
        font-family: feather !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        
    }
}



@media(max-width:1024px){
.details-page-top-right-content .p-action-button > div{
    flex-direction: column;
}
}



.t-h-dropdown .t-h-dropdown-menu a {
    font-size: 14px;
}
.t-h-dropdown-menu .sub-menu.categories-sub-menu {
    margin-bottom: 15px;
    margin-top: 15px;
}
.custom-hover .sub-menu.categories-sub-menu a{
	    text-align: left;
}
#category_div .product-card .product-thumb {
    display: flex;
    height: 280px;
    align-items: center;
}
div#category_div .product-card .product-title > a {
    font-size: 20px;
    font-weight: 600;
}