
.breadcrumb-content {
    min-height: 246px;
}

.breadcrumb-area {
    background-image: url(wp-content/themes/gradiant/assets/images/breadcrumb/breadcrumb.jpg);
    background-attachment: scroll;
}

.av-container {
    max-width: 1170px;
}

.footer-section.footer-one {
    /* background-image: url(wp-content/themes/gradiant/assets/images/footer/footer_bg.jpg); */
    background-blend-mode: multiply;
}

.footer-section.footer-one:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #000000 none repeat scroll 0 0;
    z-index: -1;
}

@media (min-width: 992px) {
    .footer-parallax .gradiant-content {
        margin-bottom: 775px;
    }
}

.logo img,
.mobile-logo img {
    max-width: 418px;
}

.theme-slider {
    background: rgba(0, 0, 0, 0.6);
}

.cta-section {
    background-image: url(wp-content/uploads/sites/15/2021/12/CTA.jpg);
    background-attachment: scroll;
}
.woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce a.button{
    color: var(--sp-white);
    background: var(--sp-gradient1);
    border-radius: 0;
    line-height: 1.4;
}
.woocommerce a.button{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.8em 1em;
    font-weight: 700;
    border-radius: 0px;
    left: auto;
    color: #ffffff;
    border: 0;
    display: inline-block;
    background: var(--sp-gradient1);
    box-shadow: none;
    text-shadow: none;
}