@import "../../../cartzilla/assets/css/custom.css";

span.text-center {
    display: block;
}

#category #main {
    display: flex;
    flex-direction: column;
}

#search #wrapper,
#pagenotfound #wrapper {
    background-image: url(../img/background_404.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

#search #wrapper>.container,
#pagenotfound #wrapper>.container {
    margin-top: 100px;
    padding-bottom: 100px;
}

#search .page-title-overlap,
#pagenotfound .page-title-overlap {
    padding-bottom: 1.375rem;
}

#product .product-description-details,
#product .product-accessories,
#product .featured-products {
    margin-top: 20px;
}