@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v192/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbdhzrA.woff2) format("woff2");
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

header {
  background-color: #fff;
  z-index: 99;
  box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.1490196078);
}

.navArea {
  padding: 10px 0px;
}

.navArea .container-fluid {
  padding: 0 25px;
}

.headerLeft {
  width: 50%;
}

ul.menuItems li {
  font-size: 14px;
  text-transform: uppercase;
  color: #171717;
  font-weight: 600;
  white-space: nowrap;
}

.menuIcon {
  cursor: pointer;
}

.menuIcon .material-symbols-outlined {
  font-size: 35px;
}

.logo {
  min-width: 145px;
  max-width: 145px;
}

.headerRight {
  width: 50%;
}

.headerRight .input-group {
  max-width: 220px;
  background-color: #f4f7ff;
  border-radius: 6px;
  overflow: hidden;
  border: solid 1px #eff1f6;
}

.headerRight .input-group .form-control {
  background-color: transparent;
  box-shadow: none !important;
  border: none;
  font-size: 13px;
}

.headerRight .input-group .form-control::-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.headerRight .input-group .form-control::placeholder {
  color: #979797;
  opacity: 1;
}

.headerRight .input-group .btn {
  padding: 6px 4px;
  border: none !important;
}

.headerRight ul.menuItems {
  border: 1px solid #979797;
  border-top: none;
  border-bottom: none;
  padding: 0 13px;
}

.sideMenu {
  background-color: #fff;
  width: 360px;
  position: fixed;
  top: 0;
  left: -360px;
  bottom: 0;
  z-index: 9999;
  border-radius: 8px;
}

.sideMenu ul {
  position: relative;
  top: 80px;
}

.sideMenu ul li {
  display: block;
  color: #111111;
  margin: 0;
  font-size: 15px;
  line-height: 1.3em;
}

.sideMenu ul li:last-child a {
  border-bottom: none;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 400;
}

.sideMenu ul li:first-child a {
  font-size: 20px;
}

.sideMenu ul li a {
  padding: 15px 20px;
  display: block;
  color: #344A5E;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

.sideMenu {
  transition: all 0.3s ease-in-out 0.1s;
}

.sideMenu.sideMenuOpen {
  left: 0;
  transition: all 0.3s ease-in-out 0.1s;
  box-shadow: 0px 0px 5px #ddd;
}

.loginPerson {
  position: relative;
  top: 8px;
}

.sideMenuClose {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}

.sideMenuClose .material-icons {
  color: #000;
  font-size: 35px;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3000000", endColorstr="#b3000000", GradientType=0);
  z-index: 9999;
}

/* Header */

.actionBar {
  padding: 15px 15px;
  background-color: #000;
  position: relative;
}

.actionBar p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.actionBarClose {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%) translateX(0%);
}

.btn-block {
  width: 100%;
}

.popUpProduct {
  background: #F4F7FF;
  border-radius: 6px;
  padding: 10px;
}

.popUpProduct .productCardQuentity {
  max-width: 90px;
}

.popUpProduct .productCardQuentity button {
  min-width: 30px;
  max-width: 30px;
}

.popUpProduct .productCardQuentity .form-control {
  font-size: 15px;
  border: 0px !important;
}

.popUpProductImg {
  aspect-ratio: 1/1.2;
  border-radius: 10px;
  overflow: hidden;
  min-width: 75px;
  max-width: 75px;
}

.popUpProductImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.freeItemBox {
  background: #FDF6EA;
  box-shadow: 0px 0px 8px 0px rgba(231, 169, 48, 0.4509803922) inset;
  border-radius: 12px;
  padding: 20px;
}

.free-products .form-control {
  display: none;
}

@media (max-width: 1199.98px) {
  .headerRight ul.menuItems {
    border: none;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .logo {
    min-width: 120px;
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .actionBar p {
    font-size: 13px;
  }

  .navArea .container-fluid {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .sideMenu {
    width: 280px;
  }
}

