/** Shopify CDN: Minification failed

Line 6:6 Unexpected "*"

**/
footer* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
footer{
    width: 100%;
    display: inline-block;
}
.footer-div{
    background-color: #ECCCCD;
}

#first_foooter{
   padding: 20px; 
  text-align: center;
}

#first_foooter img:first-child{
    width: 144px;
}
#first_foooter a{
    display: block;
}
#first_foooter a:nth-child(2) button{
    margin-top: 10px;
    max-width: 500px;
    background-color: #D36548;
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    color: #F8F7F5;
    padding: 10px 30px;
    gap: 4px;
    width: 208px;
    height: 51px;
    border-radius: 8px;
    border: none;
    text-align: center;
}
#first_foooter a:nth-child(2) button:hover{
    background-color: #D93F21;
}
#rest_footer_wrapper{
    display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
}

.rest_footer{
    padding: 20px;
}


.rest_footer p:first-child{
    margin-bottom: 10px;
    font-family: "Tanker", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #1C314E;
}
.rest_footer .inner-rest-footer{
    margin-bottom: 16px;
}
.rest_footer .inner-rest-footer:last-child{
    margin-bottom: 0px;
}
.rest_footer p:nth-child(2){
    margin-bottom: 5px;
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    width: 230px;
    color: #1C314E;
}

.rest_footer ul li{
    list-style-type: none;
    line-height: 1.5;
}

.rest_footer ul li a{
    color: #1C314E;
    font-family: 'Satoshi', sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

/*--------------------SOCIAL MEDIA----------------------------*/

.rest_footer:last-child ul{
    display: flex;
}

.rest_footer:last-child p:first-child{
    width: 200px
}

.rest_footer:last-child ul li{
    margin-right: 20px;
}
.rest_footer:last-child ul li:last-child{
    margin-right: 0px;
}


.rest_footer:last-child ul li a svg{
    width: 20px; 
    height: 20px;
    fill: #2C2D48;  
}

/*--------Footer Last Section ----------*/

.footer-end{
    background-color: #99996F;
    padding: 5px 10px;
}
.footer-end-first ul li{
    list-style-type: none;
}
.footer-end-first ul li a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 100%; */
}
.footer-end p{
    color: #FFFFFF;
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

@media only screen and (min-width: 600px) {
    .footer-end{
        padding: 5px 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }
    .footer-end-first ul{
        display: flex;
    }
    .footer-end-first ul li{
        margin-right: 10px;
    }
    .footer-end-first ul li:last-child{
        margin-right: 0px;
    }
}

@media only screen and (min-width: 750px) {
    .footer-end{
        padding: 10px 40px;
    }
}

@media only screen and (min-width: 900px) {
 
    .footer-div{
        display: flex;
        justify-content: center;
    }

    /* .rest_footer{
        width: fit-content;
    } */
    
}

@media only screen and (min-width: 1000px) {
 
    .footer-div{
        padding: 20px
    }

    .rest_footer{
        margin-left: 0px;
    }

}

@media only screen and (min-width: 1250px) {
  .footer-div{
      padding: 20px
  }

  .rest_footer{
      margin-left: 0px;
      width: 25%;
  }
  .footer-end{
      padding: 18px 64px;
  }
  .footer-end-first ul li{
        margin-right: 40px;
  }
}

@media only screen and (max-width: 620px) {

  .rest_footer{
      margin-left: 0px;
      width: 50%;
  }

  .rest_footer p:nth-child(2) {
    width: 100%;
  }

  .rest_footer:last-child p:first-child {
    width: 100%;
}
}

@media only screen and (max-width: 400px) {

  .rest_footer{
      width: unset;
  }
}