/* Header modifications */

.headerPhoneNumberNotice {
  background-color: #f9c906;
  color: #1a1a2e;
  font-size: 17px;
  font-weight: 600;
  /* font-style: italic; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  gap: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.headerExclamation {
  background-color: #1a1a2e;
  color: #f9c906;
  border: 1.5px solid #1a1a2e;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 11px;
  font-style: normal;
}

.noticeMessage {
  line-height: 1.3;
  padding-top: 2px;
}

.headerPhoneNumbers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.headerPhoneNumbers div {
  color: #8dc041;
  font-size: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.headerMobileNumber {
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 400;
  margin-top: 2px;
  letter-spacing: 0.5px;
}

.headerPhoneIcon {
  font-size: 29px;
}

.noticeMessage {
  margin-right: 80px;
}

/*Adding margin for shop page*/
.woocommerce-shop #container #primary {
  margin-top: 30px;
}
.single-product #container #primary {
  margin-top: 30px;
}
.woocommerce-breadcrumb{display: none !important;}
@media (max-width: 768px) {
  .headerPhoneNumbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 958px) {
  #phone {
    float: none;
  }
}
@media (max-width: 480px) {
  .headerExclamation {
    height: 13px;
    width: 13px;
    font-size: 8px;
  }
}
:root {
  --height: 50px;
}
@media (max-width: 1024px) {
  .slicknav_menu {
    position: relative;
    z-index: 100;
    padding: 0;
    margin-top: 50px;
    .slicknav_btn {
      position: fixed;
      right: 0px;
      margin: 0px;
      height: 34px;
      width: 34px;
      display: flex;
      align-items: center;
      outline: none;
      top: 0;
    }
    .slicknav_menutxt {
      display: none;
    }
  }
}

@media (max-width: 576px) {
  .noticeMessage {
    margin-right: 80px;
    font-size: 13px;
  }
  .slicknav_menu {
    margin-top: 60px;
    .slicknav_btn {
      top: 5px;
    }
  }
}
