@media only screen and (max-width: 767px) {
 .header-search { width: 100% !important; background: #efeffd; }
.header-top-center {
    float: left !important;
    width:60% !important;
    background: #efeffd;
    border-radius: 5px;
}
.header-mob-logo img {
    height: auto;
    max-width: 100%;
    width: 42%;
}
}

.home  .page-title {display: none;}
.cms-banner-item .static-wrapper .banner-text {
    display: block;
    padding-top: 16px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
       display: none;
}