#header .header-top .search-widget{
    overflow: hidden;
}

.product-flags .product-flag.new {
  display: none !important;
}

.block-category .block-category-inner .category-cover img {
    object-fit: cover;
}

.carousel .carousel-inner {
    height: 203px;
}

div.alert-info{
    background-color: white !important;
    border-color: white !important;
    color: #24b9d7 !important;
}

@media screen and (max-width:30rem) {
    #header .header-top .search-widget {
        width: 100%;
    }
}