/* Additional styles for parallel development */
/* This file is for additional custom styles to avoid conflicts with styles.css */

.aside-menu .menu-item .menu-link .menu-icon,
.aside-menu .menu-item.here .am-menu-home-icon,
.aside-menu .menu-item .am-menu-home-icon{
    width: 42px !important;
    font-size: 42px !important;
    justify-content: center !important;
    line-height: 1 !important;
}
.has_border{
    border-bottom: 1px solid #6D6E71;
    padding: 0 0 15px;
    margin: 0 0 15px;
}


@media screen and (min-width: 768px) {
    .card_wrapper .img_wrapper{
        width: 300px;
        border-radius: 20px 0 0 20px;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
}

@media screen and (min-width: 992px) {
    [data-kt-aside-minimize=on] .aside{
        width: 75px !important;
    }
    [data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating){
        width: 250px !important;
    }

    .user_active .control-block.onWelcome .control-h:nth-child(2){
        display: none;
    }

    .user_active .upload_btn_header{
        display: none;
    }
    .product-info.d-flex{
        position: relative;
    }
    .product-info.d-flex .title{
        position: relative;
        padding-left: 30px;
    }
    .product-info.d-flex .title .am-icon{
        position: absolute;
        top: -2px;
        left: 0;
    }
    
    .image-wrapper.h-225px{
        height: 203px !important;
        min-height: 203px;
        margin: 0 0 5px;
    }

}

@media screen and (min-width: 1440px) {
    .image-wrapper.h-225px{
        height: 203px !important;
        min-height: 203px;
    }
}

@media screen and (min-width: 1600px) {
    .banner-card .image-container{
        min-height: 152px;
    }
}

@media screen and (min-width: 1800px) {
    .image-wrapper.h-225px{
        height: 290px !important;
        min-height: 290px;
    }
    .banner-card .image-container{
        min-height: 192px;
    }
}


