.col-md-12 div#search_widget {
    margin-top: -50px;
    /* display: none!important; */
}
#header .header-top .menu {
    padding-left: 0;
    margin-top: 15px;
}
#header .header-top a[data-depth="0"] {
    font-size: 12px;
    padding: 5px;
    color: #000000;
}
.carousel .carousel-inner {
    height: 100vh!important;
}
.product-price {
    font-size: 30px;
}

@media (max-width: 767px) {
  .col-md-12 div#search_widget {
    margin-top: -5px;
 }
 .carousel .carousel-inner {
    height: 48vh!important;
 }
}