@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;
}

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

.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%);
}

#hellobarClose {
  color: #fff;
}

#main-header {
  position: sticky;
  top: 0;
  transition: 0.3s all ease-in-out;
  z-index: 999;
  box-shadow: 0 0 5px #ddd;
}

#main-header * {
  transition: 0.3s all ease-in-out;
}

#main-header .navLogo img {
  transition: height 0.3s ease;
  max-width: 180px;
}

.shrink {
  box-shadow: 0px 0px 5px #ddd;
  z-index: 999;
}

.shrink .actionBar {
  padding: 5px;
}

.shrink .navLogo img {
  height: auto;
  width: auto;
}

.navArea {
  background-color: #fff;
}

.navLeft {
  width: 35%;
  display: flex;
  align-items: center;
}

.navLeft ul li {
  display: inline-block;
  font-weight: 500;
  color: #111111;
  font-size: 16px;
  margin-right: 20px;
}

.navLeft ul li:last-child {
  margin-right: 0;
}

.navRight {
  width: 35%;
  text-align: right;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  justify-content: right;
}

.cartIcon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin-right: 25px;
  cursor: pointer;
}

.cartIcon .cartNo {
  width: 20px;
  display: inline-block;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  font-size: 10px;
  color: #0E193D;
  position: absolute;
  right: auto;
  top: -5px;
  left: 10px;
  background-color: #E8F7FA;
  cursor: pointer;
}

.cartIcon .cartNoBlack {
  background-color: #E8F7FA;
  color: #0E193D;
}

.cartIcon .cartNoBlack .subsNo {
  color: #0E193D;
}

.subsIconN img {
  width: 25px;
  margin-top: 0px;
}

.subsIconN {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin-left: 25px !important;
  cursor: pointer;
}

.subsIconN .subsNo {
  width: 20px;
  display: inline-block;
  height: 20px;
  background-color: #E8F7FA;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  font-size: 10px;
  color: #0E193D;
  position: absolute;
  right: -14px;
  top: -5px;
  cursor: pointer;
}

.menuIcon {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  vertical-align: middle;
}

.menuIcon .material-icons {
  color: #182531;
  font-size: 35px;
  line-height: normal;
  line-height: 50px;
}

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

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

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

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

.sideMenu ul li a {
  padding: 15px 20px;
  display: block;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.sideMenu .sub-menu {
  top: 0px;
}

.sideMenu .sub-menu li {
  display: inline-block;
  width: 100%;
}

.sideMenu .sub-menu li a {
  padding-left: 30px;
}

.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;
}

.menuHeading {
  font-family: poppins;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
}

.sideMenuClose {
  position: absolute;
  left: 15px;
  top: 5px;
  cursor: pointer;
}

.sideMenuClose .material-icons {
  color: #111111;
  font-size: 30px;
}

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

.headerSearchHold {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 30px;
  z-index: 9999;
}

.headerSearch {
  position: relative;
}

.headerSearch .form-control {
  border: 1px solid #6f7880;
  border-radius: 35px;
  overflow: hidden;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 13px;
}

.headerSearch .headerSearchBtn {
  position: absolute;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  top: 50%;
  right: 0;
  text-align: center;
  padding-right: 5px;
}

.headerSearch .headerSearchBtn .material-icons {
  line-height: normal;
  font-size: 26px;
}

.headerLogin {
  display: flex;
  margin-right: 15px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  color: #182531;
  font-size: 14px;
  gap: 10px;
}

.headerLogin ul {
  display: flex;
}

.headerLogin ul li {
  margin-left: 0px;
}

.headerLogin ul li:first-child {
  margin-left: 0;
}

.menuIcon {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  vertical-align: middle;
}

.navLeft ul li {
  display: inline-block;
  color: #111111;
  margin-right: 20px;
}

.navLeft .menuIcon {
  display: flex !important;
}

.menuIcon .material-icons {
  color: #182531;
  font-size: 30px;
  line-height: normal;
}

.cartIcon span.material-icons-outlined {
  font-size: 30px !important;
}

.iconSize {
  font-size: 28px !important;
}

.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;
}

.headerSearch {
  max-width: 100%;
  background-color: #f4f7ff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eff1f6;
}

.headerLogin ul {
  padding: 0 13px;
  border-top: none;
  border-bottom: none;
}

.headerLogin ul li a,
.headerLogin ul li .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  color: #0E193D;
  font-weight: 600;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
}

.headerLogin ul li.subsIconNN {
  margin: 0px !important;
  font-family: Poppins, sans-serif;
}

.headerSearch .form-control {
  border: 0px !important;
  border-radius: 0px !important;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eff1f6;
  padding: 10px 35px 10px 20px;
  font-size: 16px;
  width: 100%;
  background-color: #f4f7ff !important;
  line-height: 34px;
}

.headerSearchHold {
  width: auto;
}

.headerLogin {
  align-items: center;
}

.headerLogin ul li .iconSize {
  display: none;
}

.headerLogin ul li .iconSize.show {
  display: block;
}

.navRight {
  align-items: center;
}

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

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

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

.popUpProduct .productCardQuentity button {
  min-width: 30px;
  max-width: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.025em;
}

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

.popUpProductImgNew {
  aspect-ratio: 1/1.2;
  border-radius: 10px;
  overflow: hidden;
  width: 135px !important;
  min-width: 135px !important;
  height: 156px !important;
}

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

.freebadge {
  background-color: #ff5f00;
  color: #fff;
  left: 10px;
  top: 10px;
  border-radius: 15px;
  font-size: 12px;
  padding: 0 7px;
  width: 92px;
  height: 22px;
  margin: 5px;
}

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

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

.roundIcon {
  width: 100px;
  aspect-ratio: 1;
  background-color: #FFF4F0;
  color: #FF5F00;
  border-radius: 50%;
}

.roundIcon .material-symbols-outlined {
  font-size: 45px;
}

.productCardImg {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 15px;
}

.productCardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productCardQuentity {
  position: relative;
}

.productCardQuentity .form-control {
  background-color: transparent;
}

.productCardQuentity button {
  background-color: #A83D72;
  border-radius: 50%;
  min-width: 40px;
  max-width: 40px;
  aspect-ratio: 1;
  color: #fff;
}

.productCardQuentity .form-control {
  border: none;
  padding: 0;
  border-radius: 0;
  text-align: center;
  min-width: 30px;
  font-weight: 700;
  color: #000;
  font-size: 20px;
}

.productCardQuentity .myBoxSpinner {
  position: absolute;
  left: 52%;
  background: #f4f7ff !important;
}

.modal-footer {
  border: none;
  background-color: #F4F7FF;
}

.modalSideBar {
  padding: 12px;
  border-radius: 15px;
  background-color: #E9EAEC;
  position: sticky;
  top: 0;
}

.modalSideBar ul li a {
  padding: 12px;
  border-radius: 5px;
  display: block;
}

.modalSideBar ul li a:hover {
  background-color: rgba(33, 60, 145, 0.2);
  color: #000;
}

.modalSideBar ul li.active a {
  background-color: #0E193D;
  color: #fff;
}

#myboxModal .modal-content {
  border-radius: 15px !important;
}

#myboxModal .h3 {
  font-size: 28px;
  margin-bottom: 0px !important;
  line-height: 36px;
  letter-spacing: -0.025em;
}

#myboxModal .text-center p {
  color: #111 !important;
}

#myboxModal .btn-success {
  color: #fff;
  background-color: #A83D72;
  border-color: #A83D72;
  padding: 8px 40px 8px 40px;
  border-radius: 35px;
}

#myboxModal .btn-success:hover,
#myboxModal .btn-success:focus {
  color: #fff;
  background-color: #8A2D57;
  border-color: #A83D72;
}

#myboxModal .myBoxMessage {
  font-size: 18px !important;
  letter-spacing: -0.025em;
}

#myboxModal .freeItemIcon {
  font-size: 15px !important;
}

#myboxModal .material-symbols-outlined {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.025em;
}

#myboxModal .sub-header {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.025em !important;
}

#myboxModal .banner-header {
  font-family: Poppins;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.025em;
  color: #0E193D;
}

#myboxModal .banner-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.025em;
  color: #0E193D;
}

#myboxModal .product-name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

#myboxModal .discount-price {
  line-height: 28px;
  letter-spacing: -0.025em;
}

#myboxModal .fs-14px {
  font-size: 14px;
}

#myboxModal .sub-total {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.025em;
}

#myboxModal .taxes {
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  letter-spacing: -0.025em;
}

#myboxModal .modalFooterBtn {
  padding: 8px 40px 8px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

#myboxModal .mobile-view {
  display: none !important;
}

.freebadge {
  background-color: #ff5f00;
  color: #fff;
  left: 10px;
  top: 10px;
  border-radius: 15px;
  font-size: 12px;
  padding: 0 7px;
  width: 92px;
  height: 22px;
}

.freebadge span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.025em;
}

#myboxModal .modal-body {
  max-height: 600px;
  overflow: scroll;
}

#myboxModal .modal-footer {
  background-color: #fff !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 1, 0.18);
  z-index: 999;
}

.top-bar {
  background-color: #99D6EA;
  padding: 5px 0px;
}

.top-bar .supportText {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0E193D;
  margin-right: 20px;
}

.top-bar .cta-button {
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 2px 15px !important;
  color: #fff;
  background-color: #a83d72;
  border-radius: 35px;
  display: inline-block;
  line-height: normal;
  border: 2px solid #a83d72;
  margin-right: 30px;
}

.top-bar .cta-button:hover {
  background-color: #8A2D57;
}

.top-bar .cta-button:focus {
  background-color: #C44585;
}

.top-bar .menuIcon {
  margin-right: auto !important;
  display: none;
}

.menu-right {
  display: flex;
  align-items: center;
}

.menu-right ul {
  display: inline-flex;
}

.menu-right li {
  border-bottom: 4px solid transparent;
  margin: 0px 10px;
}

.menu-right li a {
  font-weight: 500;
  color: #0E193D;
  font-size: 16px;
  padding: 0px 10px;
  line-height: 80px;
  display: inline-block;
}

.menu-right li:hover {
  border-bottom: 4px solid #C44585;
}

.menu-right li:last-child {
  margin-right: 0px;
}

.menu-right li:last-child a {
  padding-right: 0px;
}

.menu-rightul li:last-child {
  margin-right: 0;
}

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.5s ease;
}

.mega-menu a {
  margin: 0px !important;
}

.mega-menu .image-container {
  aspect-ratio: 1/1.3;
  position: relative;
}

.mega-menu .image-container:hover .categoryBtn {
  opacity: 1;
}

.mega-menu .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Maintains aspect ratio and fills container */
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.mega-menu .categoryBtn {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 0;
  color: #fff;
  background-color: #A83D72;
  font-size: 16px;
  padding: 12px 15px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  opacity: 0.9;
}

.mega-menu .link-primary {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-position: from-font;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: #A83D72;
}

.nav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* Hide dropdown by default */

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background-color: #e8f7fa;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Show dropdown on hover */

.dropdown:hover .dropdown-menu {
  display: block;
  padding-top: 5px;
}

/* Style dropdown items */

.dropdown-menu .dropdown-item {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-item {
  text-transform: none !important;
}

.myDropDown {
  text-transform: none !important;
  color: #0e193d;
}

/* Hide the mobile icon by default */

.mobile-icon {
  display: none;
}

/* Show mobile icon and hide desktop icon on smaller screens */

@media (min-width: 992px) {
  #myboxModal .modal-lg,
  #myboxModal .modal-xl {
    max-width: 800px !important;
  }

  #openMyBoxRemoveProductModal-0 .modal-dialog {
    max-width: 500px !important;
  }

  .mega-menu .categoryBtn {
    padding: 8px 5px;
  }
}

@media (max-width: 1200px) {
  .mega-menu .categoryBtn {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .headerSearchHold {
    margin-left: auto;
  }

  .menu-right li {
    margin: 0px 5px;
  }

  .menu-right li a {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .navLeft {
    width: 50px;
  }

  .navLeft ul {
    display: none;
  }

  .navRight {
    width: 65%;
  }

  #main-header .navLogo img {
    max-width: 130px;
  }

  .menu-right li a {
    line-height: 60px;
    font-size: 14px;
  }

  .menu-right li {
    margin: 0 2px;
  }

  .top-bar .supportText {
    font-size: 13px;
  }

  .top-bar .cta-button {
    font-size: 14px !important;
  }
}

@media (max-width: 991px) {
  #myboxModal .h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }

  #myboxModal .myBoxMessage {
    font-size: 16px;
    line-height: 26px;
  }

  #myboxModal .banner-header-container {
    text-align: center;
  }

  #myboxModal .banner-img {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }

  #myboxModal .banner-img img {
    width: 85%;
    height: auto;
  }

  #myboxModal .banner-header {
    font-size: 20px;
    line-height: 28px;
  }

  #myboxModal .banner-text {
    font-size: 10px;
    line-height: 15px;
  }

  #myboxModal .btn-success {
    width: 100%;
    height: auto;
    padding: 15px 40px 15px 40px;
  }

  #myboxModal .desktop-view {
    display: none !important;
  }

  #myboxModal .mobile-view {
    display: block !important;
  }

  #myboxModal .popUpProductImgNew {
    height: 112px !important;
  }

  #myboxModal .product-name {
    font-size: 14px;
    line-height: 22px;
  }

  #myboxModal .discount-price {
    font-size: 14px;
    line-height: 20px;
  }

  #myboxModal .popUpProduct .productCardQuentity button {
    min-width: 50px;
    max-width: 50px;
  }

  #myboxModal .popUpProduct .productCardQuentity {
    max-width: none;
    gap: 0;
    margin-top: 20px;
  }

  #myboxModal .taxes {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  #myboxModal .freebadge {
    width: 61px;
    border-radius: 20px;
    left: 7px;
  }

  .navLeft ul {
    background-color: #fff;
    width: 150px;
    padding: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1;
  }

  .navLeft ul li {
    font-size: 12px;
    margin-right: 20px;
    display: block;
    color: #111111;
    border-bottom: dashed 1px #d4d4d4;
    margin: 0;
  }

  .navLeft ul li:last-child {
    border-bottom: none;
  }

  .navLeft ul li a {
    padding: 12px 15px;
    display: block;
  }
}

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

  .navArea {
    position: relative;
  }

  header .container-fluid {
    padding: 0 10px 0 10px !important;
  }

  .sideMenu ul li {
    font-size: 14px;
  }

  .sideMenu ul li a {
    padding: 12px 15px;
  }

  .cartIcon {
    width: 30px;
  }

  .cartIcon .cartNo {
    top: -5px;
    left: 18px;
  }

  .subsIcon {
    width: 32px;
  }

  .subsIcon .subsNo {
    top: -9px;
  }

  .navRight {
    margin-right: 5px;
    width: 30%;
  }

  .headerLogin ul li span.text {
    display: none !important;
  }

  .headerLogin ul li .iconSize {
    display: block !important;
    margin: 0px 5px;
  }

  .headerLogin ul {
    padding: 0px !important;
    position: relative;
  }

  .headerLogin ul li {
    margin-right: 0px;
    margin-left: 0px !important;
  }

  .headerSearch {
    max-width: 100%;
  }

  .headerLogin {
    margin-right: 0px !important;
  }

  .headerLogin {
    gap: 3px;
  }

  .iconSize {
    font-size: 23px !important;
  }

  .cartIcon span.material-icons-outlined {
    font-size: 26px !important;
  }

  .subsIconN .subsNo {
    right: -3px;
    top: -6px;
  }

  .headerLogin ul {
    border: 0px !important;
  }

  .show-search {
    display: block;
    margin-right: 4px;
  }

  .actionBar {
    padding: 5px;
  }

  .actionBar p {
    line-height: 14px;
  }

  .navArea .menu-right {
    display: none !important;
  }

  .navArea .navLogo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-bar {
    padding: 0px;
  }

  .top-bar .supportText,
  .top-bar .cta-button {
    display: none !important;
  }

  .show-search {
    top: 1px;
    position: relative;
  }

  .top-bar .menuIcon {
    margin-right: auto !important;
    display: block;
  }

  .sideMenu li {
    position: relative;
  }

  .sideMenu li.open > a > span {
    border-top: 0px !important;
    border-bottom: 4px dashed !important;
  }

  .sideMenu .dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 18px;
    font-size: 24px;
    color: #0E193D;
  }

  .desktop-icon {
    display: none;
  }

  .mobile-icon {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .navRight {
    width: 35%;
  }

  .show-search {
    cursor: pointer;
    display: block;
  }

  .sideMenu {
    width: 300px;
  }
}

@media (max-width: 600px) {
  .show-search {
    cursor: pointer;
    display: block;
  }
}

@media (max-width: 575px) {
  .navRight {
    width: 35%;
  }

  .headerLogin {
    font-size: 12px;
    margin-right: 10px;
    letter-spacing: 0;
    font-weight: 700;
  }

  .headerLogin ul li {
    margin-left: 5px;
  }

  .subsIcon {
    margin-right: 10px;
  }

  .navLeft {
    width: 15%;
  }

  .shrink .navLogo img {
    height: auto;
    width: auto;
  }
}

@media (max-width: 380px) {
  .flyoutCartActionBar {
    padding: 22px 15px;
  }

  .flyoutCartActionBarClose .material-icons {
    font-size: 25px;
  }
}

