#main.store-locator {
    padding-bottom: 50px;
}

#main.store-locator .intro {
    width: 100%;
    clear: both;
    padding: 49px 0 20px 0;
    letter-spacing: 0.5px;
}

#main.store-locator .intro .container {
    max-width: 1265px;
    padding: 0 63px;
}

#main.store-locator .intro h1{
    text-align: center;
    font-size: 33px;
    margin-bottom: 40px;
    font-weight: 700;
}

#main.store-locator .intro .subheading {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
    color: #797F83;
}

#main.store-locator .intro p {
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-bottom: 20px;
}

#main.store-locator #locator {
    margin-bottom: 30px;
}

[class^="destini-css"],
[class*="destini-css"] {
    padding-bottom: 0; /* Adjust as needed */
}

#main.store-locator #locator.container {
    max-width: 1265px;
}

#main #faq h2 {
    text-align: center;
    font-size: 33px;
    margin-bottom: 40px;
    font-weight: 700;
}

#main.store-locator #faq .container {
    max-width: 1170px;
}

#locator-template-container ul#find-store-list li {
    margin: 10px 0;
}

#main.store-locator .faq-item .question:before {
    content: unset;
}

#main.store-locator .faq-item .question:after {
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.6 0H6.4V6.4H0V9.6H6.4V16H9.6V9.6H16V6.4H9.6V0Z' fill='%2300A2FF'/%3E%3C/svg%3E") no-repeat center;
}

#main.store-locator .faq-item .question {
    padding: 30px 50px 30px 0; /** Give Room to the right icon **/
    font-weight: 400;
    font-family: 'proxima-nova';
}

#main.store-locator .faq-item .question:hover {
    border-color: #EFEFEF;
}

#main.store-locator .faq-item .answer {
    padding: 0 0 30px 0;
    background: transparent;
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px #EFEFEF solid;
    color: #333333;
}

#main.store-locator .faq-item .answer p {
    line-height: 30px;
}

#main.store-locator .faq-item .answer ul {
    font-weight: 400;
    font-size: 18px;
}

#main.store-locator .faq-item .answer > ul {
    padding-top: 25px;
}

#main.store-locator .faq-item.active ul:first-child {
    margin-top: 20px;
}

#main.store-locator .faq-item.active .question {
    border-color: #EFEFEF;
    border-bottom: 0;
}

#main.store-locator .faq-item.active .question:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='5' viewBox='0 0 16 5' fill='none'%3E%3Cpath d='M16 0.899903V4.0999L0 4.0999L1.39877e-07 0.899902L16 0.899903Z' fill='%2300A2FF'/%3E%3C/svg%3E") no-repeat center;
}

#main.store-locator .faq-item .answer ul li {
    padding-left: 0;
    background: none;
    font-weight: normal;
}

#main.store-locator .faq-item .answer ul li::before {
    content: "■";
    font-weight: bold;
    display: inline-block;
    color: #27A2FF;
    font-size: 10px;
    vertical-align: middle;
    padding-right: 20px;
}

@media (max-width: 767px) {
    #main.store-locator .faq-item .answer ul {
        margin-left: 0;
    }

    #main.store-locator .faq-item .answer > ul {
        padding-top: 20px;
    }

    #main.store-locator .faq-item.active ul:first-child {
        margin-top: 15px;
    }

    #main.store-locator .faq-item .answer ul li {
        padding-left: 1.5rem; /* indentation for text */
        position: relative; /* establish a containing block for the bullet */
    }

    #main.store-locator .faq-item .answer ul li::before {
        position: absolute;
        left: 0; /* sit flush against the left edge */
        top: 0.3rem; /* tweak to vertically center the bullet */
    }
}

#main.store-locator .chakra-portal div:first-child {
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    #main.store-locator .intro {
        padding: 40px 0 20px 0;
    }

    #main.store-locator .intro .container {
        padding: 0 20px;
    }
    #main.store-locator .intro h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
        text-align: center;
        margin-bottom: 30px;
    }

    #main.store-locator .intro p {
        font-size: 16px;
        line-height: 27px;
    }

    #main #faq h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
        text-align: center;
    }

    #main.store-locator .faq-item .question {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
    }
}

body.page-template-page-store-locator .remodal .remodal-title {
    letter-spacing: initial;
    font-size: 23px;
}

body.page-template-page-store-locator .remodal ol {
    margin-bottom: 43px;
}

body.page-template-page-store-locator .remodal ol li {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 14px;
}

body.page-template-page-store-locator .remodal a {
    font-weight: 600;
}

@media (max-width: 767px) {
    body.page-template-page-store-locator .remodal-wrapper {
        padding: 0 !important;
    }

    body.page-template-page-store-locator .remodal {
        padding: 20px 15px;
    }

    body.page-template-page-store-locator .remodal .remodal-title {
        margin-bottom: 18px;
    }

    body.page-template-page-store-locator .remodal ol {
        margin-bottom: 20px;
    }

    body.page-template-page-store-locator .remodal ol li {
        font-size: 17px;
    }
}

/**********
*
*** Aftership Tracking and Returns Embed Pages
*
**********/

#main.aftership-returns.store-locator,
#main.aftership-tracking.store-locator {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

#main.aftership-returns.store-locator #locator,
#main.aftership-tracking.store-locator #locator {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#main.aftership-returns.store-locator #locator iframe,
#main.aftership-tracking.store-locator #locator iframe {
    margin-bottom: -3px;
}

@media (max-width: 767px) {
    #main.aftership-returns.store-locator #locator iframe {
        height: 460px;
    }

    #main.aftership-tracking.store-locator #locator iframe {
        height: 545px;
    }
}
