.store-card__container {
    margin-top: 140px;
    padding: 5% 10%;
}

.grecaptcha-badge {
    display: none !important;
}

.schedule__schedule-day-label--content {
    display: flex;
    flex-direction: column;
}

.store-card {
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    height: 344px;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.store-info__container{
    width: 60%;
}

.store-info {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.store-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 67px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #FFFFFF;
    word-break: break-word;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}

.store-address {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}

.device-images {    
    width: 400px;
    object-fit: scale-down;
}

.widget-booking__button-content {
    width: 303px;
    height: 74px;
}

.contact-us__container {
    height: 528px;
    width: 100%;
}

.store-hours__container {
    height: 400px;
    width: 100%;
}

.store-services__container {
    padding: 5% 10%;
}

.store-reviews__container {
    height: 400px;
    width: 100%;
}

/* BEGIN Services section */
.services-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    border: 1px #FFFFFF solid;
    border-radius: 25px;
    padding: 50px 20px;
}

.store-services-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 47.3895px;
    line-height: 57px;
    letter-spacing: 0.182267px;
    color: #FFFFFF;
    text-align: center;
    width: 90%;
    word-break: break-word;
}

.store-services-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.182267px;
    color: #FFFFFF;
    width: 45%;
}
/* ENDS Services section */

/* BEGIN Store details section */
.store-details__container {
    width: 100%;
    margin-bottom: 25px;
}

.store-details-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 5%;
    gap: 30px;
    max-width: 1302px;
    margin: 0 auto;
}

.store-location-information {
    display: flex;
    flex-direction: column;
    max-width: 790px;
    width: 100%;
}

.store-location {
    border-radius: 24px;
    width: 100%;
}

.store-information-schedule {
    display: flex;
    width: 100%;
}

.store-details-information {
    min-height: 430px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 64px;
}

.store-information {
    max-width: 527px;
    width: 100%;
}

.store-phone-address {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
}

.store-information-title,
.social-media-title,
.store-business {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: var(--primary_color);    
}

.store-phone-details,
.store-address-details {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    column-gap: 15px;
    padding: 20px 0;
}

.store-address-details {
    max-width: 250px;
}

.store-info-phone {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #FFFFFF; 
}

.store-detail-address-section {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    /* border-right: 2px solid #C4C4C4; */
    width: 100%;
}

.store-information svg {
    height: 17px;
    width: 17px;
}

.store-detail-address {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    padding-right: 20px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.store-directions {
    color: var(--secondary_color);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-decoration-line: underline;
}

.directions-label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.social-media-icon {
    width: 48px;
}

.social-media-icons {
    padding-top: 10px;
    display: flex;
    width: 100%;
    gap: 10px;
}

.store-hours {
    min-height: 430px;
}

.location-horizontal {
    display: none;
}

.location-vertical {
    width: 790px;
    height: 394px;
    border-radius: 24px;
    object-fit: cover;
}

.location-vertical.ultra {
    height: 620px;
}

.device-images {    
    width: 400px;
    object-fit: scale-down;
}
/* ENDS Store details section */

/* BEGIN Store hours section */
.microsite__store_hours {
    margin-top: 12px;
    margin-left: 42px;
}

.store-business-availability {
    display: flex;
    width: 100%;
    justify-content: baseline;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
}

.store-business-availability svg path {
    fill: var(--secondary_color);
}

.store-business-availability-label {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: var(--secondary_color);
}

.schedule__schedule-day-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 5px 0;
    align-items: baseline;
}
 
.active-day {
    color: var(--secondary_color);
}

.active-day .labelws__component {
    color: var(--secondary_color);
}

.store_hours_open_until_container {
    margin-top: 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.store_hours_open_until {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: var(--secondary_color);
}

.schedule__schedule-day-week {
    width: 45%;
}

.schedule__schedule-day-label {
    width: 55%;
}
/* ENDS Store hours section */

/* BEGIN Contact form */
.contact-us__container {
    width: 100%;
    position: relative;
    height: 628px;
    margin-top: 200px;
}

.microsite_contact-form__container {
    background: #343434;
    width: 75%;
    border-radius: 32px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    top: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
}

.microsite_contact-form__container .contact-form-description {
    display: none;
}

.microsite_contact-form__container .contact-form-customer-info {
    column-gap: 25px;
}

.microsite_contact-form-text1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02666em;
    color: #252F40;
}

.microsite-contact-form-text {
    padding-top: 100px;
}

.microsite_contact-form-text1, 
.microsite_contact-form__container #contact-form-email, 
.microsite_contact-form__container #contact-form-lastname, 
.microsite_contact-form__container #contact-form-name, 
.microsite_contact-form__container #contact-form-phone, 
.microsite_contact-form__container #contact-form-message, 
.microsite_contact-form__container #contact-form-store,
.microsite_contact-form__container .agreement-text {
    color: #FFFFFF;
}

.agreement-text {
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}

.contact-form-label {
    color: #FFFFFF !important;
}
/* ENDS Contact form */

.ultrawide {
    display: flex !important;
}

.non-ultrawide {
    display: none !important;
}

@media (min-width: 1500px) {
    .contact-us__container {
        margin-top: 300px;
    }

    .microsite_contact-form__container .contact-form__container {
        padding: initial !important;
    }
    
    .microsite_contact-form__container .contact-form__container{
        width: 640px;
    }

    .store-hours {
        min-width: 396px;
    }
}

@media (min-width: 1001px) and (max-width: 1500px) {
    .microsite_contact-form__container .contact-form__container {
        padding: initial;
        padding-bottom: 37px;
    }

    .store-details-card {
        flex-direction: column;
        align-items: center;
        max-width: 897px;
        padding: 0;
        max-height: 1306px;
        height: auto;
    }

    .store-location-information {
        max-width: 775px;
    }

    .store-information-schedule {
        max-width: 775px;
        justify-content: space-between;
    }

    .store-details-information {
        max-width: 310px;
        flex-direction: column;
        gap: 24px;
        margin-top: 0;
    }

    .store-address-details {
        max-width: unset;
    }

    .store-phone-address {
        flex-direction: column-reverse;
        gap: 0;
    }

    .location-vertical {
        width: 775px;
        height: 345px;
    }

    .store-hours {
        width: 404px;
    }

    .schedule__schedule-day-item {
        margin: 15px 0 0;
    }

    
    .microsite_contact-form__container .contact-form__container{
        width: 640px;
    }

    .microsite__store_hours {
        margin-left: 0;
    }

    /* .microsite_contact-form__container .contact-form-customer-info {
        column-gap: 50px;
    } */

    .ultrawide {
        display: none !important;
    }

    .non-ultrawide {
        display: flex !important;
    }
}

/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
    /* BEGIN Store info section */    
    .device-images {
        height: 245px;
    }

    .store-card {
        flex-direction: column-reverse;
    }    

    .store-info__container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .store-device-image {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .store-info {
        align-items: center;
    }

    .store-location-information {
        max-width: 721px;
        border-radius: 32px;
    }
    /* ENDS Store info section */

        /* BEGIN Store details section */
        .location-horizontal {
            display: block;
            border-radius: 32px;
        }
    
        .location-vertical {
            display: none;
            object-fit: cover;
        }
    
        .store-details-card {
            flex-direction: column;
            padding: 0;
            row-gap: 34px;
            align-items: center;
        }
    
        .store-location {
            width: 100%;
            max-width: initial;
            height: 344px;
        }
    
        .store-details-information {
            width: 100%;
            display: flex;
            min-height: initial;
            max-width: 310px;
            flex-direction: column;
            gap: 24px;
            margin-top: 0;
        }

        .store-phone-details, 
        .store-address-details {
            padding: 8px 0;
        }

        .store-phone-address {
            flex-direction: column-reverse;
            gap: 0;
        }

        .store-information-schedule {
            max-width: 721px;
            display: flex;
            justify-content: center;
            gap: 41px;
            align-items: flex-start;
        }
    
        .store-detail-address-section{
            border: none;
        }
    
        .store-hours {
            width: 100%;
            min-height: initial;
        }
    
        .location-vertical {
            display: none;
        }
    
        .location-horizontal {
            display: block;
            width: 100%;
        }

        .microsite__store_hours {
            margin-left: 0;
        }

        .schedule__schedule-day-item {
            margin: 7.5px 0;
        }
        /* ENDS Store details section */

        .microsite_contact-form__container {
            row-gap: initial;
        }
    
        .contact-us__container {
            margin-top: 100px;
        }
    
        .microsite_contact-form__container {
            width: 90%;
        }   
        
        .microsite_contact-form__container .contact-form-customer-info {
            column-gap: 40px;
        }    
        
        .ultrawide {
            display: none !important;
        }

        .non-ultrawide {
            display: flex !important;
        }
}

/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
    .device-images {
        width: 300px;
    }

    .store-card {
        flex-direction: column-reverse;
    }     
    
    .store-info__container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .store-info {
        align-items: center;
    }

    .store-details-card {
        flex-direction: column;
        row-gap: 32px !important;
        max-width: 350px !important;
        padding: 0 !important;
    }
    
    .location-vertical {
        width: 100%;
        height: 147px !important;
    }

    .location-horizontal {
        height: 147px !important;
        border-radius: 32px ;
    }

    .store-location {
        width: 100%;
        max-width: initial;
        height: 147px !important;
    }

    .store-details-information {
        width: 100%;
        min-height: initial;
        flex-direction: column;
        gap: 24px;
    }

    .store-phone-address {
        flex-direction: column-reverse;
        gap: 0;
    }

    .store-details-social {
        border-bottom: 1px #fff solid;
    }

    .store-information-schedule {
        flex-direction: column;
        gap: 32px;
    }

    .store-hours {
        width: 100%;
        min-height: initial;
    }

    .contact-us__container {
        margin-top: 300px;
    }

    .microsite_contact-form__container {
        padding: initial;
        top: 25%;
    }

    .microsite_contact-form__container .contact-form__container {
        padding: 0px 37px;
    }

    .microsite_contact-form__container {
        width: 90%;
    }   
    
    .ultrawide {
        display: none !important;
    }

    .non-ultrawide {
        display: flex !important;
    }

    .microsite__store_hours {
        margin-left: 0;
    }
}

/*Mobile - Special Queries cases to change Tablet -> Mobile*/
@media (min-width: 1px) and (max-width: 450px) {
        /* BEGIN Store info section */    
        .device-images {
            width: 210px;
        }
    
        .store-card {
            flex-direction: column-reverse;
        }    
    
        .store-info__container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }
    
        .store-device-image {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .store-info {
            align-items: center;
        }

        .store-title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 27px;
            color: #FFFFFF;
            word-break: break-word;
        }

        .store-address {
            font-size: 16px;
        }

        .store-info .widget-booking__button-icon {
            width: 40px !important;
        }

        .widget__labels-first-text {
            font-size: 14px !important;
            line-height: 24px !important;
        }

        .widget__labels-second-text {
            font-size: 16px !important;
        }

        .store-services-subtitle {
            width: 80%;
        }
        /* ENDS Store info section */

        /* BEGIN Store details section */
        .store-details-card {
            flex-direction: column;
            padding: 5%;
            row-gap: 50px;
        }    
        
        .store-location {
            height: 150px;
            width: 100%;
        }

        .store-details-information {
            width: 100%;
            min-height: initial;
        }

        .store-detail-address-section {
            border: none;
        }

        .store-hours {
            width: 100%;
        }

        .location-vertical {
            display: none;
        }

        .location-horizontal {
            display: block;
            width: 100%;
        }

        .widget-booking__button-content {
            padding: initial;            
            width: 220px;
        }

        .microsite__store_hours {
            margin-left: initial;
        }
        /* ENDS Store details section */
        
        .contact-us__container {
            margin-top: 350px;
        }    
        
        .ultrawide {
            display: none !important;
        }
        
        .non-ultrawide {
            display: flex !important;
        }
}