.cartButton {
    background-color: #f65201;
    padding: 5px;
    border-radius: 50%;
    font-weight: bold;
    width: 45px;
    height: 45px;
}
.table > tbody {
    vertical-align: middle;
  }
.header-main .main-menu ul li .submenu {
    font-size: 14px;
}
@media (max-width: 990px) {
    .box-1 img {
        max-width: 195px;
    }

}
/* override FontAwesome fonts */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("/webfonts/fa-regular-400.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}

