.footer-wrapper .footer-main .footer-main--inner {
    width: 100%;
    max-width: 1840px;
    margin-left: auto;
    margin-right: auto;
}

footer.footer-main {
    background: url('/cdn/shop/files/Footer-Image.webp?v=1749813639');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-alignment--left .bottom--footer {
    align-items: center;
}

.footer-wrapper .footer-bottom .footer-bottom--inner {
    justify-content: center;
    text-align: center;
}
.footer-wrapper .footer-bottom .footer-bottom--inner .bottom--footer---copyright p, .footer-wrapper .footer-bottom .footer-bottom--inner .bottom--footer---copyright li a {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 16px;
}

.footer-wrapper .footer-main .footer-main--inner .footer__title, .footer-wrapper .footer-main .footer-main--inner .h3 {
    font-size: 32px;
    margin-bottom: 20px;
    background: linear-gradient(270deg, #B75737 1.66%, #532404 71.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.links-footer ul li {
    margin-bottom: 8px;
}

.links-footer ul li a {
    color: #292929 !important;
    font-size: 16px !important;
    transition: all .3s ease-in-out;
}

.links-footer ul li a:hover {
    color: #B75737 !important;
}

.footer-wrapper .footer-main .footer-main--inner .social-media-footer .image-bar__content div {
    justify-content: flex-start;
}

.footer-wrapper .footer-main .footer-main--inner .social-media-footer {
    margin-top: 10px;
}

.footer-wrapper .footer-main .footer-main--inner .social-media-footer .image-bar__content {
    margin-bottom: 15px;
}

.footer-wrapper .footer-main .footer-main--inner .social-media-footer ul li a {
    /* background: #B75737; */
    color: #fff;
    border-radius: 30px;
    margin: 5px 10px 5px 0px;
    min-width: 48px;
    min-height: 48px;
}

/* .footer-wrapper .footer-main .footer-main--inner .social-media-footer ul li a:hover {
    background: #532404;
} */

.footer-wrapper .footer-main .footer-main--inner .social-media-footer ul {
    margin-left: 0;
    padding-top: 5px;
}
.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item.footer__address {
    align-items: flex-start;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item .footer__contact-link{
  color: #292929;
    font-weight: 400;
  }

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item .footer__contact-link:hover{
 color: #B75737;  
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item.footer__address p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #292929;
  font-weight: 400;
}

.footer-wrapper .newsletter--section-wrapper {
    width: 100%;
    max-width: 1840px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
padding-bottom: 0;
    background: none;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer {
    background: #532404;
    border-radius: 16px;
    padding: 35px 55px;
}
.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-section--title {
    font-size: 48px;
    color: #fff;
    line-height: 34px;
    font-family: "Cormorant Upright", serif;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 4px;
}
.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer button#newsletter_submit {
    background: #B75737 !important;
    border-radius: 8px;
    font-size: 18px !important;
    width: 166px !important;
    text-align: center !important;
    justify-content: center;
  transition:all.5s ease-in-out;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer button#newsletter_submit:hover{ 
  background: #532404 !important;
}


.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper input[type="email"] {
    border: none !important;
    color: #292929 !important;
    height: 53px;
    padding-left: 15px;
    font-size: 16px !important;
    /* font-weight: 500 !important; */
    font-family: "Be Vietnam Pro", sans-serif;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #292929;
}
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #292929;
}
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color:#292929;
}
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #292929;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper p {
    font-weight: 300;
}
.footer-wrapper .newsletter--section-wrapper {
    position: relative;
    z-index: 1;
}

.template-index .footer-wrapper .newsletter--section-wrapper {
    position: relative;
    margin-top: -102px;
}

.footer-wrapper footer.footer-main {
    position: relative;
    margin-top: -62px;
    padding-top: 52px;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form p.note {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form p.note.form-success {
    background: #3d7f4e;
    color: #fff;
}
.social-media-footer ul#sm-icons li img{
  height:48px;
  width:48px;	
}
.footer-wrapper .footer-main .footer-main--inner .social-media-footer ul li a {
    padding: 0 !important;
}

@media only screen and (min-width:768px){

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form p.note {
    position: absolute;
    top: -40px;
    width: 100%;
    left: 0;
}

}

@media only screen and (min-width:1200px){

.footer-wrapper .footer-main .footer-main--inner .social-media-footer {
    position: relative;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper p {
    white-space: nowrap;
}

.footer-wrapper .footer-main .footer-main--inner .social-media-footer:after {
    content: "";
    width: 2px;
    position: absolute;
    right: 20%;
    top: 0;
    bottom: 0;
    border: 1.5px dashed rgba(183, 87, 55, 0.3);
}

}

@media only screen and (min-width:1200px) and (max-width:1439px){

.footer-wrapper .footer-main .footer-main--inner .social-media-footer:after {
    right: 10%;
}

}

@media only screen and (min-width:1200px) and (max-width:1250px){

.footer-wrapper .footer-main .footer-main--inner .social-media-footer:after {
    right: 5%;
}

}

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

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer {
    padding: 35px 35px;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer button#newsletter_submit {
    width: 136px !important;
}

}


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

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer {
    padding: 25px 20px;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-section--title {
    font-size: 42px;
}

  
}

@media only screen and (max-width:1199px) and (min-width:768px){

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-section--title {
    font-size: 40px;
    white-space: nowrap;
}

.footer-wrapper .footer-main .footer-main--inner {
    column-gap: 20px;
}

.footer-wrapper .footer-main .footer-main--inner .footer__title, .footer-wrapper .footer-main .footer-main--inner .h3 {
    font-size: 27px;
}

}


@media only screen and (max-width:1023px) and (min-width:768px){

.footer-wrapper .footer-main .footer-main--inner {
    grid-template-columns: repeat(2, 1fr) !important;
}

}

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

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer {
    flex-direction: column;
    text-align: center;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper {
    max-width: 100%;
    width: 100%;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper {
    width: 100%;
    max-width: 550px;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer {
    padding: 30px;
}

}

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

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper {
    background: none;
    border-radius: 0;
    padding: 0;
    flex-direction: column;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper input[type="email"] {
    background: #fff !important;
    width: 100%;
    border-radius: 8px;
    height: 56px !important;
    display: block !important;
    min-height: 56px;
    padding: 15px 15px 15px 20px;
}
.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer button#newsletter_submit {
    width: 100% !important;
    font-size: 16px !important;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-section--title {
    font-size: 32px;
}

.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer {
    padding: 16px 16px 25px 16px;
    gap: 7px;
}
.footer-wrapper .newsletter--section-wrapper .newsletter-wrapper--outer .responsive-image-wrapper {
    display: none;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper {
    position: relative;
    background: none;
    border-radius: 0;
    padding: 0;
    flex-direction: column;
}

  
footer.footer-main {
    background: url('/cdn/shop/files/mobile-footer-bg.jpg?v=1743576879');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-wrapper .footer-main .footer-main--inner .social-media-footer {
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    width: 100%;
    border-bottom: 2px dashed rgba(187,83,55,0.3) !important;
    padding-bottom: 20px !important;
}

.footer-wrapper .footer-main .footer-main--inner .social-media-footer .image-footer .image-bar__content {
    margin: 0;
}

.footer-wrapper .footer-main .footer-main--inner .social-media-footer .image-footer .image-bar__content img {
    height: auto !important;
    max-width: 114px !important;
}

.footer-wrapper .footer-main .footer-main--inner .social-media-footer ul li a {
    margin: 0px 0px 0px 10px;
    min-width: 40px;
    min-height: 40px;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact {
    text-align: left;
}

.footer-wrapper .footer-main .footer-main--inner .footer__title, .footer-wrapper .footer-main .footer-main--inner .h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.footer-wrapper .footer-main .footer-main--inner {
    flex-direction: inherit;
    flex-wrap: wrap;
  row-gap: 15px;
  padding-bottom: 15px;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact {
    width: 100%;
    border-bottom: 2px dashed rgba(187,83,55,0.3) !important;
    padding-bottom: 15px !important;
}

  .footer-wrapper .footer-main .footer-main--inner .links-footer {
    float: left;
    text-align: left;
    width: calc(50% - 15px);
}

.links-footer ul li a {
    font-size: 15px !important;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item.footer__address p br {
    display: none;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item.footer__address p {
    font-size: 15px;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item .footer__contact-link {
    font-size: 15px;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item {
    gap: 10px;
}

.footer-wrapper .footer-bottom .footer-bottom--inner {
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer-wrapper .footer-bottom .footer-bottom--inner .bottom--footer {
    gap: 0;
}

.footer-wrapper .footer-bottom .footer-bottom--inner .bottom--footer---copyright p, .footer-wrapper .footer-bottom .footer-bottom--inner .bottom--footer---copyright li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
  line-height: 14px;
}

.footer-wrapper footer.footer-main {
    margin-top: -147px;
    padding-top: 130px;
}

.template-index .footer-wrapper .newsletter--section-wrapper {
    position: relative;
    margin-top: -130px;
}
.footer-wrapper .footer-main .footer-main--inner .footer-contact p.footer__contact-item {
    order: 3;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item.footer__address {
    order: 2;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact h3 {
    order: 1;
}
  
}

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

.footer-wrapper .footer-main .footer-main--inner .footer__title, .footer-wrapper .footer-main .footer-main--inner .h3 {
    font-size: 21px;
}

.links-footer ul li a {
    font-size: 14px !important;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item.footer__address p {
    font-size: 14px;
}

.footer-wrapper .footer-main .footer-main--inner .footer-contact .footer__contact-item .footer__contact-link {
    font-size: 14px;
}

}