/*=============================================
=            Gates Shortcode Style - Ion 08.07.2024            =
=============================================*/
/* .ds-gates-single-item-wrap{
  display: flex;
} */
.ds-gates-single-item-wrap .ds-figure {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 250px;
    background-color: tranparent;
}

.ds-gates-single-item-wrap .ds-figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 9px 9px 9px 9px;
}

.ds-gates-items-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.ds-quote-footer {
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.ds-quote-footer h5 {
    font-size: 18px;
    line-height: 1.4;
}

.ds-quote-item {
    line-height: 1.2;
    color: var(--breadcrumbs-a-bg);
    text-align: center;
}

.ds-quote-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ds-quote-item .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid var(--breadcrumbs-a-bg);
    transition: all .2s ease;
    display: block;
    margin-left: 5px;
}

.ds-quote-item .checkmark::after {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ds-quote-item input:checked ~ .checkmark {
    border: 2px solid #598426;
    background-color: #598426;
}

.ds-quote-item input:checked ~ .ds-quote-item-label {
    color: #598426;
}

.ds-quote-item input {
    opacity: 0;
    width: 0;
}

.ds-quote-item-label {
    font-weight: 600;
}

/*=============================================
=            CTA Quote            =
=============================================*/
.ds-qt-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 2px solid #edeef2;
    display: none;
}

#site-footer {
    z-index: 2;
}

.ds-gates-get-quote-cta-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}

.ds-gates-get-quote-cta-wrap h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
}

.ds-get-quote-cta {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 35px 15px 35px;
    background-color: var(--breadcrumbs-a-bg);
    margin-left: 15px;
    border: none;
    transition: all 0.3s ease;
}

.ds-get-quote-cta:is(:hover, :focus) {
    background-color: #000 !important;
}

.ds-quotes-contact-form .ds-quotes-contact-form-header {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
    text-align: center;
    color: var(--e-global-color-5be254a);
    font-family: "Space Grotesk", Sans-serif;
    margin-top: 30px;
}

.ds-designs-form .selected-designs-info {
    color: var(--breadcrumbs-a-bg);
}

.ds-submit-quote .form-group,
.ds-submit-quote .form-group p {
    margin-bottom: 0 !important;
}

.popmake .wpcf7-response-output {
    margin-top: 0 !important;
}

.popmake .wpcf7-not-valid-tip {
    margin-top: 0.2rem;
    margin-left: 0;
    font-size: 14px;
}

.popmake .pum-close.popmake-close {
    border-radius: 10px;
    width: 34px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 15px;
    padding: 5px;
    background-color: var(--e-global-color-688bf83);
    text-transform: uppercase;
}

.pum-theme-lightbox .pum-container {
    border-width: 1px !important;
    /* top: 40px !important; */
}

/*=====  End of CTA Quote  ======*/
/*=============================================
=            Quote Form - Style            =
=============================================*/
/* .ds-quote-form-flex .ds-unit-form .wpcf7-radio {
    display: flex;
    flex-direction: column;
} */
.eael-contact-form {
    width: 100%;
}

.ds-quotes-contact-form .form-group p {
    width: 100%;
    max-width: 100%;
}

.ds-quote-form-measurements .ds-unit-form .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.ds-quote-form-measurements .ds-unit-form input[type="radio"] {
    min-width: 21px;
}

.ds-quote-form-measurements {
    display: flex;
    align-items: center;
}

.ds-quote-form-measurements .ds-width-form,
.ds-quote-form-measurements .ds-height-form {
    margin-left: 15px;
}

.ds-submit-quote .form-group p {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ds-submit-quote {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ds-submit-quote input {
    font-family: "Space Grotesk", Sans-serif !important;
    font-size: 18px;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 10px 20px 0px rgba(234, 119.99999999999999, 69.00000000000001, 0);
    padding: 17px 40px 17px 40px !important;
    background: var(--btn-bg-color) !important;
}

.ds-submit-quote input:hover {
    /* background-color: var(--e-global-color-6f98c4b); */
    background-color: #28272A !important;
}

.ds-designs-form p {
    display: block !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.ds-designs-form {
    margin-bottom: 15px;
}

.popmake .wpcf7-spinner {
    margin-top: 5px;
}

.popmake.pum-container {
    padding: 0 50px !important;
}

.ds-quotes-contact-form .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.ds-quotes-contact-form .fa-phone::before {
    content: "\f095";
}

.ds-designs-form-footer {
    text-align: center;
    margin-bottom: 20px;
}

.ds-designs-form-footer p {
    margin-bottom: 0;
}

.ds-designs-form-footer a {
    font-weight: 700;
    margin-top: 3px;
    display: block;
}

/*=====  End of Quote Form - Style  ======*/
/*=============================================
=            MEDIA            =
=============================================*/
/* MAX */
@media only screen and (max-width:920px) {
    .ds-gates-items-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width:767px) {
    .ds-gates-get-quote-cta-wrap {
        flex-direction: column;
    }

    .ds-get-quote-cta {
        margin-left: 0;
        padding: 10px 20px 10px 20px;
        margin-top: 10px;
    }

    .ds-gates-get-quote-cta-wrap h4 {
        margin: 0;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }

    .pum .pum-container {
        max-width: 450px !important;
    }
}

@media only screen and (max-width:580px) {
    .ds-gates-items-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width:500px) {
    .ds-gates-get-quote-cta-wrap h4 {
        font-size: 22px;
    }

    .ds-quote-form-measurements {
        flex-direction: column;
        align-items: flex-start;
    }

    .ds-quote-form-measurements .ds-width-form,
    .ds-quote-form-measurements .ds-height-form {
        margin-left: 0px;
    }

    .popmake .pum-close.popmake-close {
        right: -5px !important;
        top: -5px !important;
    }

    .popmake.pum-container {
        padding: 0 30px !important;
    }
}

/*=====  End of MEDIA  ======*/
/*=====  End of Gates Shortcode Style - Ion 08.07.2024  ======*/