#search_query{
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
} 

.home-bottom-slider{
    background-color: #ffffff;
}

.home-bottom-slider .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-bottom-slider .container .first-block{
    width: 20%;
}
.home-bottom-slider .container .next-block{
    width: 35%;
}

.owl-item, .product-grid .col-sm-2, .product-grid .col-xs-6, .product-grid .col-md-25, .product-grid .col-lg-2 col-sm-3 {
    background-color: #ffffff;
}

.header-type-24 #top .pattern > .container #header-left::before,
.header-type-24 #top .pattern > .container #header-left::after,
.header-type-24 #top .pattern > .container > .row::before{
    background: none;
}

.overflow-change-menu{
    display: none !important;
}

.header-type-24 #top .logo{
    padding-bottom: 0;
    padding-top: 0;
}

.header-type-24 #top #header-right{
    padding-bottom: 15px;
}
.header-type-24 #top .my-account, .header-type-24 #top #cart_block{
    margin-top: 19px;
}
.header-type-24 #top .pattern > .container .megamenu-background{
    padding-top: 22px;
}

#top .search_form input{
    height: 38px;
}
.header-type-24 #top .search_form .button-search{
    top: 18px;
}

.box-type-9 .box-with-categories .box-heading,
.megamenu-type-25 .megamenu-background .vertical .megamenuToogle-wrapper .container{
    padding-top: 10px !important;
    padding-bottom: 14px;
    background-color: #fff;
    border-radius: 4px;
    height: 38px;
    color: #303030;
}

#main .box-with-categories{
    top: 78px;
}

.box-with-categories .box-heading::after{
    content: "";
    position: absolute;
    right:  8.75%;
    top: 10px;
    bottom: 10px;
    width: 20px;

    background: linear-gradient(
        to bottom, 
        #232F3E, #232F3E 20%, 
        white 20%, white 40%, 
        #232F3E 40%, #232F3E 60%, 
        white 60%, white 80%, 
        #232F3E 80%, #232F3E 100%
        );
}

.box-with-categories.active .box-heading::after{
    display: block;
}

#column-left{
    top: -176px;
    z-index: 25;
}

.body-white-type-3 .standard-body .full-width .product-filter{
    border-bottom: 1px solid #e5e5e5;
}

body.product-detail div.box-category{
    display: none;
}

.product-info .sale, .product-info .new{
    z-index: 10 !important;
}

/*@media (max-width: 991px) {
    .responsive .header-type-24 #top .pattern > .container .megamenu-background{
        display: none;
    }
}*/

.banner-block-home-first img{
    height: 100px;
}

select > option{
    color: #000000 !important;
}

@media (max-width: 991px) { 
    
    #top .search_form input{
        width: 97%;
    }
    .responsive .header-type-24 #top .pattern > .container .megamenu-background{
        display: none;
    }
    .megamenu-background{
        background-color: #E13D3A !important;
    }

    .responsive .standard-body .fixed2 .container{
        padding: 0;
    }

    #menuHeading .megamenuToogle-wrapper .megamenuToogle-pattern .container{
        background-color: #232F3E;
        color: #ffffff;
    }

    .header-type-24 #top .search_form{
        padding-bottom: 2px !important;
        width: 90%;
        text-align: center;
    }
    .header-type-24 #top #header-right{
        padding-bottom: 10px;
    }

    .search_form{
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: #E13D3A;
    }

    #top #cart_block .cart-heading p{
        display: block;
        padding-top: 5px;
    }
    .header-type-24 #top .vertical{
        padding-top: 0;
        padding-bottom: 0;
    }
    #top .search_form input{
        width: 97%;
    }

    #top .my-account{
        width: 35px;
        height: 35px;
        padding-top: 3px;
    }
    #top #cart_block .cart-heading .cart-icon{
        width: 35px;
        height: 35px;
        padding-top: 8px;
    }

    #top #cart_block .cart-heading .cart-count{
        margin-top: 6px;
    }
    .responsive #top #cart_block{
        margin-left: 10px;
        text-align: right;
    }
    .responsive #top #cart_block .cart-heading p{
        padding-left: 0;
        text-align: right;
    }
    #top #cart_block .cart-heading p::after{
        content: "";
    }
    .responsive #top .logo{
        padding-top: 15px;
    }
    .responsive .vertical .megamenuToogle-wrapper .container::before{
        content: "" !important;
    }
    .box-type-9 .box-with-categories .box-heading, .megamenu-type-25 .megamenu-background .vertical .megamenuToogle-wrapper .container{
        border-radius: 0;
    }

    #column-left{
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        top: 146px;
    }

    .responsive .breadcrumb-style-11 .box-with-categories{
        padding-top: 0 !important;
    }

    .box-type-9 .box-with-categories .box-heading, .megamenu-type-25 .megamenu-background .vertical .megamenuToogle-wrapper .container {
        background-color: #232F3E;
        color: #ffffff;
    }

    #main .box-with-categories {
        position: relative;
        top: 0;
    }

    .responsive .box-with-categories .box-heading::after{
        content: "";
        position: absolute;
        right:  8.75%;
        top: 10px;
        bottom: 10px;
        width: 20px;

        background: linear-gradient(
            to bottom, 
            white, white 20%, 
            #232F3E 20%, #232F3E 40%, 
            white 40%, white 60%, 
            #232F3E 60%, #232F3E 80%, 
            white 80%, white 100%
            );
    }

    .responsive .box-with-categories.active .box-heading::after{
        display: block;
    }
    
    #column-left .box-with-categories{
        display: none;
    }
}