.menu_cat_item>li>a::after {
    content: "";
}

.main_mobile_menu .mobile_dropdown::after {
    position: absolute;
    content: "";
    background: url('');
}

.footer_info {
    margin-bottom: 0px;
}

.footer_copyright {
    margin-top: 0px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '' !important;
}

.sidebar_category, .sidebar_color, .sidebar_status, .sidebar_rating, .sidebar_related_product {
     border-top: 0px solid #ddd;
    padding-top: 0;
    margin-top: 0;
}

.banner_area {
    height: 500px;
}

.banner_slider_img .img {
    height: 400px;
}

.banner_slider_text p {
    margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .banner_area {
        height: 500px;
    }
}

@media (min-width: 767px) and (max-width: 991.99px) {
    .banner_area {
        margin-top: 0;
        height: auto;
        padding-top: 100px;
    }
}

@media (max-width: 575.99px) {
    .banner_area {
        margin-top: 0;
        height: auto;
        padding-top: 100px;
    }

    .fa-arrow-right:before {
        background-color: #FFEB3B;
        padding: 8px;
    }

    .fa-arrow-left:before {
        background-color: #FFEB3B;
        padding: 8px;
    }

}

@media (max-width: 575.99px) {
    .banner_slider_img .img {
        height: 350px;
        margin-bottom: -50px;
        margin-top: 0px;
    }
}

.category_item {
    padding: 30px 0 0 0;
}

.category_item .img {
    width: auto;
    height: auto;
}

@media (min-width: 1200px) and (max-width: 1399.99px) {
    .category_item .img {
        width: auto;
        height: auto;
    }
}

.product_item .cart_btn {

    background: var(--colorGreen);
}