@media (max-width: 1024px) {

    .search_mobile button {
        border-radius: 0px;
        color: #fff;
        position: absolute;
        right: 0;
        height: 53px;
        z-index: 999;
    }
    .height_fix_home {
        min-height: 100px;
    }
    .footer-payment-info .footer-secured-by-icons {
        width: 75%;
    }
    .page .hentry.type-page .entry-header .entry-title {
        font-size: 1.750em;
        margin-top: 15px;
    }
    .page .hentry.type-page .entry-header {
        margin-bottom: 1.5em !important;
        position: relative;
    }
    .hentry {
        margin: 0 0 1em;
    }
    .height_fix {
        max-height: 80px;
        height: 80px;
    }
    .col-full.change-pswd {
        padding: 10px 30px;
    }
    .site-search .widget_product_search form input[type=search], .site-search .widget_product_search form input[type=text] {
        padding-left: 1em;
    }
    

}

@media (max-width: 767px) {
.products .product {
    min-height: 250px;
}
input#btnsave {
    margin: 0;
    width: 100%;
    float:none !important;
}
.left-sidebar .table.table_responsive tr, .left-sidebar .table.table_responsive td {
    width: 100%;
    display: block;
}
}