/* Responsive Section Styles Import */
@import url(../../sections/special-offers/-responsive-dec--special-offers-style.css);
/* left-image --removed */
/* @import url(../../sections/left-image-right-text/-responsive-dec--left-image-right-text-style.css); */

/* * ALLOWED WIDTHS = <max:>[0px, 576px, 768px, 992px, 1200px, 1400px] * */

/* < 1400px */

@media (max-width: 1400px) {
    /* .payment-method .payment-method-container {
        margin-top: 17%;
    } */
}

/* < 1200px */

@media (max-width: 1200px) {
    /* .payment-method .texture-orange-parallelogram {
        top: 14%;
    } */
    .payment-method
        .payment-method-container
        .payment-method-container-left-block {
        flex-basis: 100%;
    }
    /* .left-image-right-text {
        margin-top: 12%;
    }
    .left-image-right-text .background-cover-image-overlay,
    .left-image-right-text .background-cover-solid-overlay {
        top: -10%;
        left: -39.25%;
        height: 110%;
        width: 178.5%;
    } */
    .payment-method .payment-method-container {
        /* margin-top: 26%; */
        flex-direction: column;
    }
    .contact .contact-container .contact-container-right-block {
        position: static;
    }
    /* Contact Details - Styles {START} */
    .contact-details {
        position: static;
        padding-top: 4%;
    }
    .contact-details .map-wrapper {
        width: 85%;
        max-height: 350px;
    }
    /* Contact Details - Styles {END} */
}

/* < 992px */

@media (max-width: 992px) {
    /* .payment-method .texture-orange-parallelogram {
        top: 6%;
    } */
    /* .left-image-right-text {
        margin-top: 22%;
    }
    .left-image-right-text .background-cover-image-overlay,
    .left-image-right-text .background-cover-solid-overlay {
        left: -24.25%;
        width: 147.75%;
    } */
    /* .payment-method .payment-method-container {
        margin-top: 35%;
    } */
    /* Contact Details - Styles {START} */
    .contact-details .map-wrapper {
        width: 85%;
        width: 95%;
    }
    /* Contact Details - Styles {END} */
}

/* < 768px */

@media (max-width: 768px) {
    /* .payment-method .texture-orange-parallelogram {
        top: -2.25%;
        scale: 1 1.5;
    } */
    /* .left-image-right-text {
        margin-top: 24%;
    }
    .left-image-right-text .background-cover-image-overlay,
    .left-image-right-text .background-cover-solid-overlay {
        left: -19.5%;
        width: 138.75%;
    } */
    /* .payment-method .payment-method-container {
        margin-top: 47%;
    } */
}

/* < 576px */

@media (max-width: 576px) {
    /* .payment-method .texture-orange-parallelogram {
        top: -7.25%;
    } */
    /* .left-image-right-text {
        margin-top: 34%;
    }
    .left-image-right-text .background-cover-image-overlay,
    .left-image-right-text .background-cover-solid-overlay {
        left: -6.75%;
        width: 113.45%;
    } */
    /* .payment-method .payment-method-container {
        margin-top: 54%;
    } */
    /* Contact Details - Styles {START} */
    .contact-details .metro-btn {
        font-size: 0.9rem;
        padding: 12px 8px;
    }
    .contact-details .metro-btn i {
        font-size: 1.05rem;
    }
    /* Contact Details - Styles {END} */
}
