#img-block {
    display: block;
}

footer {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #FFF7AE 0%, #FEAAF8 100%);
    font-family: var(----FONT-MONTSERRAT);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.footer-content {
    display: grid;
    grid-template-areas:
        "contactUs contactUs"
        "companyHelp   companyHelp"
        "companyAccount   myCompnay"
        "icons icons"
        "footerLogo footerLogo";
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 330px;
    height: auto;
    margin-top: 26px;
}


.footer-contact-us {
    grid-area: contactUs;
    width: 330px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.footer-contact-us-header {
    width: 99px;
    height: 17px;
}

.footer-contact-us h1, .phone-support-header h1 {
    width: 330px;
    height: 24px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 10px; 
    text-align: left;
/*    text-decoration-line: underline;*/
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;
    text-transform:uppercase;
/*    text-underline-offset: 2px;*/
}

.footer-contact-mail a,
.footer-contact-map a,
.footer-contact-home a, .phone-number a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-decoration: none;
    color: var(--DARK-FONT-COLOR);
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
/*    text-transform:uppercase;*/
    gap: 5px;
}
    .footer-contact-home a{
        text-transform:capitalize;
    }
    .phone-number a {
        font-size: 1rem;
    }
.footer-contact-mail a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1rem;
    line-height: 18px; 
/*    text-transform:capitalize;*/
}
/*    .footer-contact-mail {
        margin-top: 10px;
    }*/
/*

.footer-contact-home {
    width: 256px;
    height: 24px;
}

.footer-contact-map {
    width: 320px;
    height: 48px;
}*/

.phone-support-header {
    width: 118px;
    height: auto;
    margin-top: 18px;
}

/*    .phone-support-header h1 {
        width: 180px;
        height: 24px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-position: from-font;
        text-decoration-skip-ink: auto;
    }*/

/*.phone-number a {
    width: 90px;
    text-decoration: none;
    color: var(--DARK-FONT-COLOR);
    font-size:0.75rem;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-decoration: none;
    color: var(--DARK-FONT-COLOR);
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
*/
/*.open-time {
    margin-top: 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-decoration: none;
    color: var(--DARK-FONT-COLOR);
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

    .open-time ul li {
        margin-bottom: 9px;
    }*/

.social-icons {
    grid-area: icons;
    /*    margin-top: 16px;*/
    width: 123px;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fb-icons img
.fb-icons a, .insta-icon img, .insta-icon a, .tiktok-icon img, tiktok-icon a, .whatsapp-icon img, .whatsapp-icon a {
    width: 24px;
    height: 24px;
}

.footer-contact-mail a:hover,
.footer-contact-map a:hover,
.phone-number a:hover,
.footer-contact-home a:hover,
.footer-comany-about a:hover,
.footer-comany-sale a:hover,
.footer-comany-terms a:hover {
    text-decoration: underline solid black;
    transition: 0.3s all ease;
}

.footer-contact-home ul li,
.footer-contact-map ul li,
.phone-support-header h1 ul li,
.phone-number ul li {
    list-style-type: none;
    text-decoration: none;
}

.footer-company {
    grid-area: myCompany;
    width: 86px;
    height: auto;
    justify-self: start;
    align-self: start;
    grid-column: 2;
    grid-row: 3;
}

.footer-company-content {
    width: 86px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-company-header,
.footer-company-header h1, .footer-help-header,
.footer-help-header h1, .footer-account-header, .footer-account-header h1 {
    width: 86px;
    height: 18px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 25.5px;
    /*    text-decoration-line: underline;*/
    /*    text-decoration-style: 2px solid;*/
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.footer-comany-about,
.footer-comany-about a,
.footer-comany-sale,
.footer-comany-sale a, .footer-help-contact,
.footer-help-contact a,
.footer-help-reward,
.footer-help-reward a,
.footer-help-return,
.footer-help-return a, .footer-account-wishlist,
.footer-account-wishlist a,
.footer-account-login,
.footer-account-login a,
.footer-account-myaccount,
.footer-account-myaccount a,
.footer-account-register,
.footer-account-register a {
    width: 132px;
    height: 20px;
    text-decoration: none;
    font-size:1rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--DARK-FONT-COLOR);
    text-transform:capitalize;
}

.footer-comany-about {
    margin-top: 12px;
}

.footer-help {
    grid-area: companyHelp;
    width: 154px;
    height: auto;
    justify-self: start;
    align-self: start;
}

.footer_help_container, .footer-help-content {
    height: auto;
}
/*.footer-help-header,
.footer-help-header h1 {
    width: 53px;
    height: auto;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 25.5px;
    text-decoration-line: underline;
    text-align: left;
    text-underline-position: from-font;
    text-underline-offset: 2px;
    text-decoration-skip-ink: none;
}*/
.footer-help-container {
    width: 255px;
}

.footer-help-contact,
.footer-help-contact a,
.footer-help-reward,
.footer-help-reward a,
.footer-help-return,
.footer-help-return a {
    width: 255px;
    height: 20px;
    text-transform: capitalize;
}

.footer-help-contact {
    margin-top: 12px;
}

    .footer-help-contact a:hover,
    .footer-help-reward a:hover,
    .footer-help-return a:hover {
        text-decoration: underline solid black;
        transition: 0.3s all ease;
    }

.footer-account {
    grid-area: companyAccount;
    width: 86px;
    height: auto;
    justify-self: start;
    align-self: start;
}

/*.footer-account-header, .footer-account-header h1 {
    width: 86px;
    height: auto;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 25.5px;
    text-decoration-line: underline;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
}*/

 

.footer-account-wishlist {
    margin-top: 12px;
}

    .footer-account-wishlist a:hover,
    .footer-account-login a:hover,
    .footer-account-myaccount a:hover,
    .footer-account-register a:hover {
        text-decoration: underline solid black;
        transition: 0.3s all ease;
    }

.footer-logo {
    grid-area: footerLogo;
    width: 325px;
    height: auto;
    display: flex;
    justify-content: end;
}

.cotton-candy-img, .cotton-candy-img a, .cotton-candy-img picture, .cotton-candy-img img {
    width: 100px;
    height: 35px;
    text-transform: capitalize;
}

.footer-bottom {
    width: 325px;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    border-top: 1px solid black;
    margin-bottom: 26px;
}

.footer-bottom-container {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 330px;
    height: auto;
}

#dynamic-year {
    display: inline;
}

.footer-bottom-content {
    display: flex;
    width: 330px;
    justify-content: space-between;
    margin-top: 6px;
}

.footer-bottom-powered {
    min-width: 180px;
    height: 17px;
}

.footer-bottom-copyright {
    min-width: 140px;
    height: 17px;
}

.footer-bottom-copyright, footer-bottom-copyright a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: inline-block;
    text-transform: capitalize;
}

.footer-bottom-powered,
.footer-bottom-powered a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--DARK-FONT-COLOR);
    text-decoration: none;
    text-transform: capitalize; 
}

    .footer-bottom-powered a:hover {
        text-decoration: underline;
    }

.modal-map {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.modal-map-content {
    width: 95.83%;
    height: 500px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .modal-map-content iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 10px;
    }

body.modal-map-open {
    overflow: hidden;
}



@media(min-width:576px) {


    .footer-content {
        display: grid;
        grid-template-areas:
            "contactUs myCompany "
            "companyHelp companyAccount"
            "icons icons"
            "footerLogo footerLogo";
        grid-template-columns: 1fr 1fr;
        width: 100%;
        max-width: 528px;
        gap:5px;
    }

    .footer-contact-us {
        max-width: 296px;
        justify-content: center;
    }

    .footer-contact-us-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .footer-contact-us-content h1 {
            height: 18px;
            margin-top: 5px;
        }

    .footer-contact-mail {
        margin-top: 10px;
    }

    .phone-number {
        margin-top: 4px;
    }

    .footer-company {
        width: 122px;
        justify-self: end;
        align-self: start;
        margin-top: 0px;
        grid-column: 2;
        grid-row: 1;
    }

    .footer-company-content, .footer-comany-sale a, .footer-comany-sale, .footer-comany-about, .footer-company-header, .footer-company-header h1 {
        width: 122px;
    }

        .footer-comany-sale a {
            width: 122px;
        }

    .footer-help {
        width: 154px;
        align-self: start;
        justify-self: start;
        margin-top: 0px;
        margin-bottom:20px;
    }

    .footer-help-container {
        height: 61px;
    }

    .footer-help-contact {
        margin-top: 6px;
    }

    .footer-account {
        align-self: end;
        justify-self: end;
        grid-column-start: 2;
        grid-row-start: 1;
        margin-bottom: 25px;
    }

    .footer-account,
    .footer-account-content,
    .footer-account-wishlist,
    .footer-account-wishlist a,
    .footer-account-login,
    .footer-account-login a,
    .footer-account-myaccount,
    .footer-account-myaccount a,
    .footer-account-register,
    .footer-account-register a {
        width: 122px;
    }


    .footer-logo {
        width: 100%;
        max-width: 528px;
    }

    .cotton-candy-img, .cotton-candy-img img {
        width: 112px;
        height: 45px;
    }

    .footer-bottom {
        width: 528px;
    }

    .footer-bottom-content {
        width: 400px;
        display: flex;
        justify-content: start;
    }

    .footer-bottom-container {
        display: flex;
        justify-content: start;
        width: 417px;
        margin-top: 10px;
        gap: 10px;
    }

    .footer-bottom-copyright, footer-bottom-copyrigh a, .footer-bottom-powered, .footer-bottom-powered a {
        width: 105px;
        text-align: left;
        text-decoration-skip-ink: none;
    }

    .footer-bottom-powered {
        width: 230px; 
        margin-left:10px;
    }
}

@media(min-width:992px) {
    footer {
        height: 413px;
        justify-content: center;
    }

    .footer-content {
        display: grid;
        grid-template-areas:
            "contactUs  companyAccount myCompany"
            "companyHelp companyHelp companyHelp"
            "icons icons  footerLogo";
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 136px 1fr 24px;
        max-width: 866px;
        gap: 0px;
        max-height: 278px;
        margin-top: 0px;
    }

    .footer-contact-us {
        min-width: 353px;
        align-self: start;
        justify-self: start;
    }

    .footer-contact-us-content {
        width: 353px;
    }

    .contact-us-header, .contact-us-header h1 {
        width: 128px;
        line-height: 25.5px;
        margin-top: 0px;
        font-size:1rem;
    }

    .footer-contact-mail a, .footer-contact-home a {
        line-height: 14px;
        gap: 10px;
        width: 353px;
    }

    .footer-contact-mail {
        margin-top: 16px;
    }
 
    .phone-support-header {
        width: 146px;
        height: 16px;
    }

        .phone-support-header h1 {
/*            font-size: 1rem;
            margin-top: 13px;
            width: 180px;
            height: 26px;
            font-size: 16px; 
            line-height: 16px;
            text-align: left;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-underline-position: from-font;
            text-decoration-skip-ink: auto;*/
        }

    .phone-number {
        margin-top: 6px;
    }
    
.social-icons {
    align-self: center;
    justify-self: start;
}

.footer-company {
    min-width: 120px;
    grid-row: 1;
    grid-column: 3;
}
.footer-account-header h1,.footer-company-header h1,.footer-help-header h1{
    font-size:1rem;
}
    

    .footer-comany-about,
    .footer-comany-about a,
    .footer-comany-sale,
    .footer-comany-sale a, .footer-help-contact,
    .footer-help-contact a,
    .footer-help-reward,
    .footer-help-reward a,
    .footer-help-return,
    .footer-help-return a, .footer-account-wishlist,
    .footer-account-wishlist a,
    .footer-account-login,
    .footer-account-login a,
    .footer-account-myaccount,
    .footer-account-myaccount a,
    .footer-account-register,
    .footer-account-register a { 
        height: 20px;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: var(--DARK-FONT-COLOR);
    }
 

.modal-map-content {
    width: 75%;
    height: 700px;
}

.footer-help {
    margin-top: 0px;
    width: 190px;
    height: 61px;
}
.footer-help-contact{
    margin-top:12px;
}

 

.footer-help-return a {
    width: 190px;
}

.footer-account {
    width: 105px;
    height: 140px;
    margin-top: 0px;
    align-self: start;
    justify-self: end;
}
 

.footer-bottom {
    width: 866px;
}

.footer-bottom-copyright, .footer-bottom-copyright a {
    width: 158px;
    font-size:1rem;

}

    .footer-bottom-powered, .footer-bottom-powered a {
        width: 206px;
        font-size: 1rem;
    }

.footer-bottom-container {
    margin-top: 10px;
    width: 377px;
}

.footer-logo {
    width: 175px;
    margin-top: 0px;
    margin-right: 0px;
    align-self: end;
    justify-self: end;
}

.cotton-candy-img {
    width: 175px;
    height: 75px;
}

    .cotton-candy-img img {
        width: 175px;
        height: 75px;
    }

.modal-map-content {
    width: 75%;
    height: 700px;
}

}

@media(min-width:1200px) {
    footer {
        height: 361px;
    }

    .footer-content { 
        grid-template-areas:
            "contactUs companyAccount myCompany companyHelp"
            "icons icons footerLogo footerLogo";
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 136px 1fr;
        max-width: 1070px;
        gap: 20px;
        height: 240px;
        margin-top: 0px;
    }

      

    .footer-company {
        min-width: 140px;
        height: 86px;
        text-align: left;
        margin-right: 0px;
    }
    .footer-help {
        width:200px;
        align-self: start;
        justify-self: center;
        text-align: left;
    }
    .footer-help-contact{
        margin-top:12px;
    }
    .footer-help-container,.footer-help-contact, .footer-help-return, .footer-help-contact a, .footer-help-return a{
        width:200px;
    }

    .footer-account {
        align-self: start;
        justify-self: center;
    }

    .social-icons {
        align-self: start;
        justify-self: start;
    }

    .footer-bottom {
        width: 1077px;
        margin-bottom:0px;
    } 
     
}

@media(min-width:2000px) {
    footer {
        height: 443px;
    }

    .footer-content {
        grid-template-areas:
            "contactUs  myCompany companyHelp companyAccount"
            "icons icons footerLogo footerLogo";
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 136px 1fr;
        max-width: 1870px;
        gap: 0px;
        height: 287px;
        margin-top: 0px;
    }

    .footer-contact-us {
        max-width: 584px;
    }


    .footer-contact-mail a,
    .footer-contact-map a,
    .footer-contact-home a {
        margin-top: 0px;
    }

    .footer-contact-home {
        margin-top: 10px;
    }

    .footer-contact-mail {
        margin-top: 20px;
    }

    .phone-support-header {
        margin-top: 30px;
    }

    .footer-company {
        min-width: 160px;
        margin-top: 0px;
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        justify-self: center;
    }

    .footer-comany-about, .footer-comany-about a, .footer-comany-sale, .footer-comany-sale a {
        margin-top: 10px;
    }

    .footer-comany-about {
        margin-top: 20px;
    }


    .footer-help {
        width: 190px;
        margin-top: 0px;
        grid-column: 3;
        grid-row: 1;
    }

    .footer-help-return {
        margin-top: 10px;
    }

    .footer-help-contact {
        margin-top: 20px;
    }

    .footer-account {
        min-width: 125px;
        grid-column: 4;
        grid-row: 1;
    }

    .social-icons {
        align-self: center;
        justify-self: start;
    }


    .footer-account-wishlist,
    .footer-account-wishlist a,
    .footer-account-login,
    .footer-account-login a,
    .footer-account-myaccount,
    .footer-account-myaccount a,
    .footer-account-register,
    .footer-account-register a {
        height: 24px;
        margin-top: 10px;
    }

    .footer-account-wishlist,.phone-number {
        margin-top: 20px
    }

    .footer-bottom {
        width: 1870px;
    }

    .footer-bottom-container {
        width:400px;
        margin-top: 0px;
    }

    .footer-bottom-content {
        margin-top: 30px;
        width: 400px;
    }
    .footer-account-wishlist,
    .footer-account-myaccount,
    .footer-comany-sale,
    .footer-contact-us h1, .phone-support-header h1, .footer-help-return, .footer-bottom-copyright, .footer-bottom-powered, .footer-bottom-powered  a{
        min-width: 280px;
    }

        .footer-contact-us h1, .phone-support-header h1, .footer-contact-mail a,
        .footer-contact-map a,
        .footer-contact-home a, .phone-number a, .footer-contact-mail a, .footer-comany-about,
        .footer-comany-about a,
        .footer-comany-sale,
        .footer-comany-sale a, .footer-help-contact,
        .footer-help-contact a,
        .footer-help-reward,
        .footer-help-reward a,
        .footer-help-return,
        .footer-help-return a, .footer-account-wishlist,
        .footer-account-wishlist a,
        .footer-account-login,
        .footer-account-login a,
        .footer-account-header h1,
        .footer-help-header h1,
        .footer-company-header h1,
        .footer-account-myaccount,
        .footer-account-myaccount a,
        .footer-account-register,
        .footer-account-register a, .footer-bottom-copyright, footer-bottom-copyright a, .footer-bottom-powered,
        .footer-bottom-powered a {
            font-size: 1.25rem;
        }
    .footer-bottom-content{
        min-width:400px;
        display:flex;
        justify-content:space-between;
    }
    .footer-bottom-copyright, .footer-bottom-copyright a {
        min-width: 180px;
    }
    .footer-bottom-powered {
        margin-left: 10px;
    }
    .footer-bottom-powered, .footer-bottom-powered a{
        width:160px;
      
    }
    
}
