.processing-indicator {
    display: none; /* Initially hide the indicator */
    position: relative; /* Enable positioning of child element */
    margin-left: 10px; /* Adjust spacing beside the button */
}

.processing-indicator i {
    font-size: 20px; /* Adjust icon size */
    color: #ccc; /* Adjust icon color */
}

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 100%; /* Set the desired width width="856" height="496"*/
    max-height: 100%; /* Set the desired height */
    overflow: hidden; /* Hide any overflow */
}

.responsive-image {
    width: 100%; /* Make the image take the full width of the container */
    height: 100%; /* Make the image take the full height of the container */
    max-height: 800px;
    object-fit: cover; /* Preserve aspect ratio and cover the container */
}

.site-header .header-mobile .navbar-toggle:before {
    color: #fff;
}

.site-header .header-desktop {
    padding: 30px 10px 30px 10px;
}

.mm-menu .block-product-cats h2,
.mm-menu .block-title h2 {
    font-size: 1.2rem;
    margin: 15px 0;
    color: #D2532A !important;
}

.mm-menu .price-filter {
    padding: 15px;
}

.mm-menu .ui-slider {
    margin: 10px 0;
}

/* Base lozad styles */
.lozad {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.lozad[data-loaded="true"] {
    opacity: 1;
    visibility: visible;
}

/* Permanent header styles */
.header-background[data-permanent] {
    position: relative;
    width: 100%;
    min-height: 300px;
    opacity: 1 !important;
    visibility: visible !important;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}

.header-desktop::before {
    content: "";
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 100%;
    /*inset: 0; !* Shorthand for top/left/right/bottom: 0 *!*/
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), transparent);*/
    background: linear-gradient(to bottom, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); /* Gradient */
    color: white;
    z-index: 0;
}

.header-breadcrumbs {
    position: absolute;
    bottom: 0; /* Stick to the bottom */
    left: 0;
    width: 100%;
    padding: 0 0 10px 48px;
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%); !* Gradient *!*/
    /*color: white;*/
}

.page-header-title {
    position: relative;
    padding: 0 0 0 50px;
    font-family: Aspal, serif;
    text-align: left;
}

.breadcrumbs {
    font-family: Aspal, serif;
    /*font-size: 20px;*/
    color: #fff;
    font-weight: 500;
}

.breadcrumbs a {
    font-size: 0.8rem;
    color: #fff;
    position: relative;
}

.breadcrumbs .end {
    color: #fff;
}

.breadcrumbs .delimiter {
    margin: 0 10px;
    color: #fff;
}

.breadcrumbs .delimiter:before {
    position: relative;
    content: "";
    display: inline-block;
    height: 15px;
    width: 1px;
    /*top: 2px;*/
    background: #fff;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.text-title-heading {
    font-family: Aspal, serif;
    font-size: clamp(2rem, 3vw, 14rem);
    color: #fff;
}

/*Contact custom style*/
.block-contact-info .info-title {
    font-family: Aspal, serif;
    text-align: left;
}


.block-contact-info .info-title h2 {
    font-family: 'Aspal', serif;
}

.block-contact-info .info-title h3 {
    font-family: 'Aspal', serif;
    color: #D55224;
}

.block-contact-info .info-items {
    text-align: left;
}

.block-contact-info .info-item .item-title h3 {
    font-family: 'Aspal', serif;
    color: #D55224;
}

.block-contact-info .info-item .item-content p {
    font-family: Aspal, serif;
    font-size: 18px;
}

.block-contact-info .info-item .item-content span {
    /*font-family: Aspal,serif;*/
    font-size: 16px;
}

.block-contact-form .contact-us-form label {
    font-family: Aspal, serif;
    font-size: 18px;
}

.block-contact-info .info-items .contact-us-form .form-button .button {
    font-family: Aspal, serif;
    background: #D55224;
    color: #fff;
    font-size: 18px;
}

.section-map {
    margin: 0 0 0 0;
}
