/*overrides*/
.hmmf  nav ul li{
  display: block;
}

.hmmf h1, .hmmf h2, .hmmf h3{
  text-transform: none;
}
.hmmf header{
  text-align:left;
}
.hmmf * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.hmmf {
  font-family: "EB Garamond", "garamond-premier-pro-display", sans-serif;
  color: #595959;
  /*letter-spacing: 0.6px;*/
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  /*overflow-x: hidden;
  overflow: auto;*/
  /*To stick footer to bottom*/
  /*min-height: 100vh;*/
  display: flex;
  flex-direction: column;
  letter-spacing: normal;
}.hmmf h3{
  letter-spacing: normal;
}
.hmmf img {
  max-width: 100%;
  width: 100%;
}
.hmmf a {
  text-decoration: none;
  color: #595959;
  cursor: pointer;
  transition: all 0.2s ease;
}
.hmmf a:hover {
  text-decoration: none;
}

.hmmf button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

.hmmf ul,
.hmmf li {
  list-style: none;
}
.hmmf p,
.hmmf li,
.hmmf a/*,
footer p,
footer li,
footer a */{
  line-height: 1.5em;
  font-weight: 300;
}
.hmmf section {
  padding-bottom: 2em;
}
.hmmf section a:hover,
.hmmf .section-heading a:hover {
  text-decoration: underline;
}
.hmmf h1,
.hmmf h2,
.hmmf h3 {
  font-size: var(--heading-primary);
  font-weight: 500;
}
.hmmf label,
.hmmf input {
  width: 100%;
  display: block;
}


.hmmf .flex {
  display: flex;
  align-items: center;
}
.hmmf .mrgn-bttm-small {
  margin-bottom: 1.2em;
}
.hmmf .mrgn-bttm-large {
  margin-bottom: 4em;
}
.hmmf .invis {
  margin: 0.8em 0 1.8em;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.hmmf .noVis {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.hmmf .noLongerVis {
  transform: translateX(-100%);
}


.hmmf #header {
  width: 100%;
  text-align: center;
  /* height: 14.4vh; */
}
.hmmf #header a {
  transition: all 0.2s ease;
}
.hmmf #header #mmx ul li a, .hmmf #header #mmx2 ul li a {
  transition: all 400ms ease-in-out !important;
}
.hmmf #header .logo img {
  width: 210px;
  margin: 17px 0 8px;
}
.hmmf #header nav#mm {
  position: relative;
  width: 100%;
  display: block;
  background-color: #f2f2f2;
  z-index: 999;
}
.hmmf #header nav#mm.sticky {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
}

.hmmf #contain-all.down {
  margin-top: 50px;
}

.hmmf #header nav > ul {
  max-width: 1040px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  height: 50px;
  max-height: 50px;
  width: fit-content;
  padding: 0;
}
.hmmf #header #mm li a {
  padding: 14px 23px 15px 23px;
  font-weight: 300;
  color: #595959;
  font-size: 1em;
  /*width: 100%;*/
  text-decoration: none;
}
.hmmf #header #mm li a:hover {
  background-color: #27333f;
  color: #fff;
}
.hmmf #header nav ul li ul {
  position: absolute;
  margin-top: -1px;
  z-index: 5;
  width: 100%;
  max-width: 220px;
  display: none;
  text-align: left;
  background-color: #dedede;
}
.hmmf #header #mm li:hover ul {
  display: block;
}
.hmmf #header nav ul li ul li {
  width: 100%;
}
.hmmf #header nav li ul li a {
  padding: 10px 18px !important;
  height: auto !important;
  display: block;
}

/* SUBMENU  */
.hmmf #mmx,
.hmmf #mmx2 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  max-width: 1100px !important;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0.8em auto;
  background-color: #dedede;
  padding: 1em 2em 1em 3em;
  z-index: 9999;
  box-sizing: border-box;
}
.hmmf #mmx ul li,
.hmmf #mmx ul li ul li,
.hmmf #mmx2 ul li,
.hmmf #mmx2 ul li ul li {
  display: inline-block;
  text-align: left;
}
.hmmf #header #mm li:hover #mmx.submenu-grid,
.hmmf #header #mm li:hover #mmx2.submenu-grid {
  opacity: 1;
  pointer-events: all;
}
.hmmf #header .submenu-grid ul {
  display: grid !important;
  position: static;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* grid-row-gap: 1.5em; */
  grid-column-gap: 0;
  font-weight: 400;
  max-width: 100%;
  margin: 0;
  padding: 1em 0;
}
.hmmf #header .submenu-grid ul ul {
  margin-top: 0;
  display: inline-block;
  padding: 0.5em 0 !important;
}
.hmmf #header .submenu-grid ul li {
  margin: 0.5em 0;
  font-weight: 400;
}
.hmmf #header .submenu-grid ul a {
  padding: 0 0 0.5em 0 !important;
}
.hmmf #header .submenu-grid ul ul a {
  opacity: 0.7;
}
.hmmf #header .submenu-grid ul ul li {
  font-weight: 500;
}
.hmmf #header .submenu-grid ul li a {
  display: inline-block;
  color: #5f6366 !important;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 6px;
  font-weight: 500 !important;
}
.hmmf #header .submenu-grid ul li a:hover {
  /*transition: 0.4s !important;*/ 
  background-color: #dedede !important;
  text-decoration-color: #5f6366b3;
  text-decoration: underline !important;
  transition: all 400ms ease-in-out !important;
}
.hmmf #header .submenu-grid ul li li a {
  text-decoration: none;
  color: #5f6366 !important;
  font-weight: 300 !important;
}
.hmmf #header .submenu-grid ul li li a:hover {
  /*transition: 0.4s !important;*/ 
  text-decoration: none !important;
  text-decoration-color: transparent;
  color: #93999e !important;
}
.hmmf #header .submenu a:hover,
.hmmf #header .submenu li:hover {
  padding-bottom: 0;
  margin-bottom: 0;
}
.hmmf #header .submenu-grid ul ul li {
  margin: 0;
}
.hmmf #header #mmx2 {
  padding-left: 2.75em;
}
.hmmf #header nav#mm #basketLink img {
  display: none;
}
@media screen and (max-width: 1366px) {
  .hmmf #header nav#mm #basketLink {
    right: 5% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .hmmf #header .submenu-grid ul {
    grid-column-gap: 1.5em;
  }
  .hmmf #header nav#mm #basketLink img {
    display: block;
    width: 2em;
  }
  .hmmf #header #mmx,
  .hmmf #header #mmx2 {
    padding-left: 5.65em !important;
    padding-right: 3.5em !important;
  }
}

@media only screen and (max-width: 1220px) {
  .hmmf #header #mmx,
  .hmmf #header #mmx2 {
    padding-left: 3em !important;
    padding-right: 0 !important;
  }
  .hmmf #header #mm li a {
    padding-left: 15px;
    padding-right: 17px;
  }
}

@media screen and (max-width: 1024px){
  .hmmf #header nav#mm #basketLink span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
   main{
    padding-top: 9em;
  }
  .hmmf #header #mmx.submenu-grid,
  .hmmf #header #mmx2.submenu-grid {
    display: none !important;
  }
  .hmmf #header {
    display: none;
  }
  .hmmf #header nav#mm #basketLink img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hmmf #header nav#mm #basketLink {
    display: flex;
    align-items: center;
    opacity: 1;
    float: right;
    right: 12.5%;
    top: 0;
    bottom: 0;
    position: absolute;
  }
  .hmmf #header nav ul li ul {
    top: 51px;
  }
}




/*Basket Tablet Styling*/

  .hmmf #header #tbtn {
    display: none;
  }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hmmf #header #tbtn {
    display: block;
  }
  .hmmf #header {
    position: relative;
  }
  .hmmf #header a#tbtn {
    position: absolute;
    width: 1.5em;
    top: 0.85em;
    right: 2em;
  }
  .hmmf #header #tbtn img{
    width: auto;
  }
  .hmmf #header #tbtn p {
    font-family: sans-serif;
    font-size: 0.65em;
    color: #fff;
    position: absolute;
    background-color: #27333f;
    padding: 0 0.5em 0.1em;
    border-radius: 2em;
    bottom: 0.05em;
    left: 1em;
  }
}



body.mopen{
  overflow: hidden;
}
.hmmf #header22 {
  display: none;
}

@media screen and (max-width: 768px) {
  .hmmf #header22 {
    display: block;
  }
  /* Hamburger Menu */
  .hmmf #header22 .menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 1em;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out;
  }
  .hmmf #header22 .menu-btn-burger {
    width: 30px;
    height: 1px;
    background-color: var(--header-icon-color);
    transition: all 0.3s ease-in-out;
  }
  .hmmf #header22 .menu-btn-burger::before,
  .hmmf #header22 .menu-btn-burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: var(--header-icon-color);
    transition: all 0.3s ease-in-out;
  }
  .hmmf #header22 .menu-btn-burger::before {
    transform: translate(0, -7px);
  }
  .hmmf #header22 .menu-btn-burger::after {
    transform: translate(0, 7px);
  }

  /* Animation */
  .hmmf #header22 .menu-btn.open .menu-btn-burger {
    background-color: transparent;
  }
  .hmmf #header22 .menu-btn.open .menu-btn-burger::before {
    transform: rotate(45deg);
    opacity: 1;
  }
  .hmmf #header22 .menu-btn.open .menu-btn-burger::after {
    transform: rotate(-45deg);
  }
  /* Header */

  .hmmf #header22 .logo {
    width: 120px;
  }

  .hmmf #header22.page-header .header-bar .cart {
    width: 1.5em;
  }
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hmmf #header22.page-header {
  padding: 2em 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  color: var(--white);
  /* box-shadow: 0px 0.1px 20px 0.1px rgba(179, 179, 179, 0.05); */
  background-color: #fff;
  z-index: 999;
  /* height: 13vh; */
  transition: height 0.3s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.hmmf #header22.page-header.full {
  height: 100%;
}

.hmmf #header22.page-header .header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 7%;
  color: #383838;
  transition: height 0.5s ease;
}

.hmmf #header22.page-header .menu-wrapper {
  display: none;
  position: absolute;
  top: 13vh;
  left: 0;
  width: 100%;
  height: 100%;
}

.hmmf #header22.page-header .menu-wrapper.is-visible {
  display: block;
  /* overflow-y: scroll;
  overflow-x: hidden; */
}

.hmmf #header22.page-header .list-wrapper {
  height: 100%;
  padding: 1.45em 1.875em 8em;
  overflow-y: scroll;
  background: #fff;
  width: 100%;
  color: #383838;
}

.hmmf #header22.page-header .list-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  /*backface-visibility: hidden;*/
  transition: transform 0.5s;
}

.hmmf #header22.page-header .list-wrapper.is-visible {
  /*transform: none;*/
  transform: translateX(0);
}

.hmmf #header22.page-header .list-wrapper.is-left {
  /*transform: none;*/
  transform: translateX(-100%);
}

.hmmf #header22.page-header .list-wrapper:nth-child(1) > ul > li > .sub-menu,
.hmmf #header22.page-header .list-wrapper:nth-child(2) .level-3,
.hmmf #header22.page-header .list-wrapper:nth-child(3) .level-4 {
  display: none;
}

.hmmf #header22.page-header .menu-wrapper li + li {
  margin-top: 10px;
}

.hmmf #header22.page-header .menu-wrapper a {
  display: inline-block;
  position: relative;
  padding: 15px 0;
}

.hmmf #header22.page-header .menu-wrapper a.info-card {
  padding: 0;
}

.hmmf #header22.page-header .menu-wrapper a.nested {
  text-decoration: none;
  /*font-size: 2em;*/
  padding-left: 1.2em;
}

.hmmf #header22.page-header .back-one-level {
  margin: 0.2em 0 2.1em;
  text-transform: uppercase;
  /*font-family: specter, sans-serif;*/
  padding: 0.3em 0 0.25em;

  font-family: gill-sans-nova,sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hmmf #header22 .list-wrapper li {
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #f1f3f5;
  padding-bottom: 0.6em;
}

.hmmf #header22 .list-wrapper li h3 {
  font-size: 1.35em;
  font-weight: 500;
}
.hmmf #header22 .list-wrapper li a img {
  width: 0.7em;
  pointer-events: none;
}

.hmmf #header22 .grid-2-cols div {
  display: flex;
  flex-direction: column;
  padding: 4em 0 4em;
}

.hmmf #header22 .grid {
  display: grid;
  grid-column-gap: 1em;
}
.hmmf #header22 .grid-2-cols {
  grid-template-columns: 60% 40%;
}
.hmmf #header22 .grid-2-cols a,
.hmmf #header22 .newsletter p {
  color: #707070e6;
  font-size: 1.15em;
  font-weight: 400;
  padding: 0.5em 0 !important;
  transition: all 0.3s ease-in-out;
}
.hmmf #header22 .grid-2-cols a {
  width: fit-content;
  /*padding: 0.6em 0 !important;*/
  padding: 0 0 0.8em !important;
}
.hmmf #header22 .grid-2-cols a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f1f3f5;
  transition: width 0.3s;
}

.hmmf #header22 .grid-2-cols a:hover::after {
  width: 100%;
  transition: width 0.9 3s;
}
.hmmf #header22 .newsletter input {
  width: 100%;
  padding: 10px 0;

  border: none;
  outline: none;
  position: relative;
  color: #5a5a5a;
}

.hmmf #header22 .newsletter input::placeholder {
  color: #cecece;
  letter-spacing: 0.1em;
}

.hmmf #header22 .newsletter input::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4em;
  bottom: 0%;
  border-bottom: 2px solid #000;
}

.hmmf #header22 .newsletter .enter-email {
  position: relative;
  border-bottom: 1px solid #f1f3f5;
}
.hmmf #header22 .newsletter .enter-email a {
  position: absolute;
  bottom: -1em;
  right: -0.5em;
  text-transform: uppercase;
  color: #6c6c6c99;
  font-size: 0.9em;
  padding: 1.25em 0.625em;
  /*font-weight: 400;
  font-family: specter, sans-serif;*/
  font-family: gill-sans-nova,sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hmmf #header22 .list-wrapper button.flex {
  color: #6c6c6c99;
  column-gap: 0.6em;
  transform: translateX(-4px);
}
.hmmf #header22 .list-wrapper button.flex p {
  font-size: 2em;
  transform: translateY(-3.5px);
}

.hmmf #header22 .list-wrapper button.flex img {
  width: 0.5em;
  filter: opacity(0.6);
  padding-top: 0.15em;
}
.hmmf #header22 .list-wrapper button.flex span {
  font-size: 0.9em;
  font-weight: 300;
}


/* Inner Image Cards Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hmmf #header22 .sub-menu.level-3 li {
  /*padding-bottom: 1.19em;*/
}
.hmmf #header22 .sub-menu.level-4 li {
  /*padding-bottom: 1.19em;*/
}

.hmmf #header22 .info-card {
  position: relative;
  margin-bottom: 1.5em;
  width: 100%;
  padding: 0;
}

.hmmf #header22 .info-card img {
  width: 100% !important;
}
.hmmf #header22 .info-card .info-card--content {
  position: absolute;
  padding: 1em 1em 1.2em;
  bottom: 0.45em;
  left: 0%;
  color: #fff;
  background-image: linear-gradient(to bottom, transparent, #00000026);
  width: 100%;
}

.hmmf #header22 .info-name {
  font-size: 0.9em;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #717171;
  /*font-weight: 300;
  font-family: specter, sans-serif;*/
  font-family: gill-sans-nova,sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hmmf #header22 a[data-title] img {
  width: 0.7em;
}
.hmmf #header22 .info-card h3 {
  font-size: 1.4em;
  margin-bottom: 0.25em;
  font-style: normal;
  font-weight: 500;
}
.hmmf #header22 .info-card p {
  border-bottom: 1px solid #fff;
  font-size: 0.7em;
  width: fit-content;
  text-transform: uppercase;
  /*font-family: specter, sans-serif;*/
  font-family: gill-sans-nova,sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*Elena changes*/

.hmmf #header22.page-header .menu-wrapper .menu-feature {
  margin-top: 3em;
}
.hmmf #header22.page-header .menu-wrapper a.next {
  float: right;
  padding-left: 1.5em;
  background-image: url(https://www.devolkitchens.live/sites/all/themes/dk23/imgs/mobileMenu/RArrow.png);
  background-size: 0.6em auto;
  background-repeat: no-repeat;
  background-position: right center;
  height: 3.375em;
}




@import url("https://use.typekit.net/iwa0vjp.css");
.hmmf footer .mobile-footer {
  display: none;
}
.hmmf footer {
  width: 100%;
  background-color: #f2f2f2;
  padding: 4em 4em 0;
  /*To stick footer to bottom*/
  margin-top: auto;

}
.hmmf footer .mx-width {
  margin: 0 auto;
  max-width: 1560px;
}
.hmmf footer .flex {
  align-items: flex-start;
}
.hmmf footer a {
  white-space: nowrap;
}
.hmmf footer a:hover {
  text-decoration: none;
}
.hmmf footer.hmmf * {
  color: #5e6671;
}
.hmmf footer .footer {
  padding-bottom: 4em;
  border-bottom: 1px solid #9f9f9f4d;
}
.hmmf footer .footer-grid {
  grid-template-columns: 22% 74%;
}

.hmmf footer .footer-grid .footer-74 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 1fr;
  margin: 0;
}
.hmmf footer .footer-grid .footer-74 .footer-col {
  padding-right: 1em;
}
.hmmf footer .footer-grid .footer-74 .footer-col:first-child {
  grid-column: 1 / 3;
}
.hmmf footer .footer-grid .footer-74 .footer-col:nth-child(2) {
  grid-column: 3 / 5;
}
.hmmf footer .footer-grid .footer-74 .footer-col:nth-child(3) {
  grid-column: 5 / 8;
}
.hmmf footer .footer-grid .footer-74 .footer-col:nth-child(4) {
  grid-column: 8 / 11;
}
.hmmf footer .footer-col img {
  width: 120px;
  align-self: flex-start;
}
.hmmf footer .footer-col h2 {
  /* font-family: specter, sans-serif; */
  font-size: 1em;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  margin-bottom: 2.8em;
  font-weight: 500;
  letter-spacing: 2px;
}
.hmmf footer .footer-col li {
  padding: 0.5em 0 0;
  width: fit-content;
  margin-bottom: 0.55em;
}
.hmmf footer .content p.mrgn-bttm-small {
  margin-bottom: 0.5em;
}
.hmmf footer .content a.mrgn-bttm-large {
  margin-bottom: 1.95em;
}
/* HOVER FOOTER EFFECT */
.hmmf footer .footer-col li a {
  font-size: 1em;
  line-height: 1em;
  width: 100%;
}
.hmmf footer .footer-col li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #999;
  transition: width 0.3s;
}
.hmmf footer .footer-col li a:hover::after {
  width: 100%;
  transition: width 0.9 3s;
}
.hmmf footer .footer-26.flex {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.hmmf footer .footer-26.flex .social-icons {
  column-gap: 1em;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 6px;
}
.hmmf footer .footer-26.flex .social-icons a i {
  font-size: 1.6em;
}
.hmmf footer .footer-col .flex {
  column-gap: 5em;
}
.hmmf footer .footer-col .content a {
  display: block;
  text-decoration: none;
  color: rgb(94, 102, 113);
}
.hmmf footer .footer-col .content p.mrgn-bttm-small:first-child {
  padding-top: 0.5em;
}
.hmmf footer .footer-links {
  padding: 1.4em 0 1em;
  justify-content: space-between;
}
.hmmf footer .footer-links * {
  font-weight: 300;
  color: #5e6671ba;
}
.hmmf footer .restOfWorld a {
  
  padding: 0 1em;
  /*letter-spacing: 0.2px;*/
  font-size: 0.8em;

  /*font-family: specter, sans-serif;
  font-weight: 400;*/

  font-family: gill-sans-nova,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hmmf footer .restOfWorld a img {
  margin-top: 0.25em;
  width: auto;
  height: 14px;
  margin-right: 1em;
  display: inline-block;
}
.hmmf footer .cregion{
  /*text-transform: uppercase;*/
}
.hmmf footer .restOfWorld a:nth-child(2) {
  border-left: #9f9f9f4d 1px solid;
  padding-right: 0;
}
.hmmf footer .links {
  column-gap: 3em;
}
.hmmf footer .links a {
  margin-top: 1px;
  
  font-size: 0.8em;
  /*letter-spacing: 0.2px;
  font-family: specter, sans-serif;
  font-weight: 400;*/
  font-family: gill-sans-nova,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hmmf footer .bankCards {
  column-gap: 0.5em;
}
.hmmf footer .bankCards img {
  width: 2.5em;
  filter: grayscale(1);
}
.hmmf .footer-grid-2-cols {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1440px) {
  .hmmf footer .mx-width {
    width: 100% !important;
    margin: 0 auto;
  }
  .hmmf footer .footer-grid .footer-74 {
    column-gap: 6.8vw !important;
  }
  .hmmf footer .footer-col img {
    width: 60%;
  }
  .hmmf footer {
    padding: 4em 6em 1em;
  }
  .hmmf footer .footer {
    column-gap: 5em !important;
    padding-bottom: 3em !important;
  }
  .hmmf footer .grid {
    column-gap: 1.8em !important;
    width: 100%;
  }
  .hmmf footer .links {
    column-gap: 3.5em !important;
  }
  .hmmf footer .mobile-footer {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .hmmf footer .footer-26.flex {
    display: none;
  }
    .hmmf footer .footer-grid .footer-74 {
    column-gap: 8.8vw !important;
  }
}

@media screen and (max-width: 1200px) {
  /*footer {
    padding: 3em 2.5em !important;
  }*/
  .hmmf footer .grid {
    column-gap: 1em !important;
  }
  .hmmf footer .footer {
    column-gap: 2em !important;
  }
  .hmmf footer .contact-container .social-icons * {
    display: inline-block;
  }
  .hmmf footer .contact-container .social-icons {
    margin-top: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.8em;
    font-size: 2em;
  }
  .hmmf footer .contact-container .social-icons a {
    transition: all 0.2s ease-in-out;
  }
  .hmmf footer .contact-container .social-icons a:hover {
    transform: translateY(-1px);
    color: black;
  }
  .hmmf footer {
    /*padding: 3em 5% !important;*/
  }
  .hmmf footer .footer-grid {
    /*grid-template-columns: repeat(2, 1fr) !important;*/
    column-gap: 2em !important;
  }
  .hmmf footer .bankCards img {
    width: 2em !important;
  }
  .hmmf footer .footer-links,
  .hmmf footer .restOfWorld.flex,
  .hmmf footer .links.flex {
    /*font-size: 0.9em !important;*/
  }
}

@media screen and (max-width: 1024px) {
  .hmmf footer {
    padding: 4em 3em 1em;
  }
  .hmmf footer .footer-grid {
    column-gap: 1em !important;
  }
  .hmmf footer .contact-container {
    max-width: 100%;
  }
  .hmmf footer .footer-grid .footer-74 {
    column-gap: 8.8vw !important;
  }

}

@media screen and (max-width: 900px) {
  .hmmf footer {
    padding: 4em 3em 1em !important;
  }
  .hmmf footer .footer {
    border-bottom: none !important;
    padding-bottom: 1em !important;
  }
  .hmmf footer .footer-grid {
    column-gap: 2em !important;
  }
  .hmmf footer .footer-grid ul {
    width: 8em;
  }
  .hmmf footer .footer-grid li a {
    font-size: 1em !important;
  }
  .hmmf footer .footer-col.hddn {
    display: none;
  }
  .hmmf footer .footer-col:first-child {
    border-right: #9f9f9f4d 1px solid;
  }
  .hmmf footer .footer-col h2 {
    margin-bottom: 1em !important;
    font-weight: 300;
    font-size: 1.4em !important;
  }
  .hmmf footer .footer-links {
    flex-direction: column;
    row-gap: 1.5em;
    align-items: flex-start;
    padding: 3em 0 1em !important;
  }
  .hmmf footer .links a {
    font-size: 0.8em;
  }
  .hmmf footer .restOfWorld.flex {
    column-gap: 1em;
    order: 1;
    flex-direction: column;
    margin-bottom: 1em;
    row-gap: 0.2em;
  }
  .hmmf footer .restOfWorld.flex a {
    padding: 0;
    row-gap: 0.5em;
    flex-direction: column;
    line-height: 1.8em;
  }
  .hmmf footer .restOfWorld a:nth-child(2) {
    border-left: none;
  }
  .hmmf footer .restOfWorld a img {
    margin-right: 1em;
  }
  .hmmf footer .restOfWorld a span img {
    width: 0.7em;
    filter: opacity(0.5);
    margin-top: 0.5em;
  }
  .hmmf footer .links.flex {
    width: 100%;
    column-gap: 2.5em !important;
  }
  .hmmf footer .bankCards {
    padding: 1em 0;
    border-top: 1px solid #9f9f9f4d;
    border-bottom: 1px solid #9f9f9f4d;
    width: 100%;
    justify-content: space-around;
    order: 2;
  }
  .hmmf footer .bankCards img {
    width: 3em !important;
  }
  .hmmf footer .copyright {
    order: 4;
    font-size: 1em;
  }
  .hmmf footer .footer-links,
  .hmmf footer .restOfWorld.flex,
  .hmmf footer .links.flex {
    font-size: 1em !important;
  }
  .hmmf footer .grid {
    margin-inline: 0;
  }
  .hmmf footer .restOfWorld.flex {
    margin-bottom: 1em;
  }
  .hmmf footer .footer-grid {
    display: none;
  }
  .hmmf footer .mobile-footer {
    display: flex;
    /*justify-content: space-between;*/
  }
  .hmmf footer .mobile-footer .footer-col:first-child {
    width: 50%;
  }
  .hmmf footer .mobile-footer .footer-col:last-child {
    padding-left: 2em;
  }
}

@media screen and (max-width: 768px) {
  .hmmf footer .footer-grid .footer-74 {
    column-gap: 4.5em;
  }
  .hmmf footer .footer-col:first-child {
    padding-right: 3em !important;
  }
  .hmmf footer .footer-links .links.flex {
    margin-bottom: 1.5em;
    /* column-gap: 4.8em !important; */
    /*justify-content: space-between;*/
  }
  .hmmf footer .restOfWorld a img {
    border-radius: 0;
    width: 30px;
    height: auto;
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 550px) {
  .hmmf footer {
    padding: 4em 2em 1em !important;
  }
}

.hmmf .grid {
  display: grid;
  margin: 0;
}

.hmmf .copyright span {
  font-size: 0.8em;
}

