/* Auto-generated globals from layout shell coverage */

/* Auto-generated from Coverage-shell.json */
/* Contains only used byte ranges from style.css */
@font-face {
  font-family: "Futura PT Book";
  src: url(https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.eot);
  src: url(https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.eot?#iefix)format("embedded-opentype"), url(https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.woff2)format("woff2"), url(https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.woff)format("woff"), url(https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.ttf)format("truetype"), url(https://db.onlinewebfonts.com/t/13a7a4a64f0a4b39a872e732c91d2375.svg#Futura\ PT\ Book)format("svg")
}

:root {
  --marquee-width: 60vw;
  --marquee-height: 20vh;
  --marquee-elements-displayed: 9;
  --marquee-element-width: calc(var(--marquee-width)/var(--marquee-elements-displayed));
  --marquee-animation-duration: 20s;
  --reverse-marquee-width: 30vw;
  --reverse-marquee-height: 20vh;
  --reverse-marquee-elements-displayed: 8;
  --reverse-marquee-element-width: calc(var(--reverse-marquee-width)/var(--reverse-marquee-elements-displayed));
  --reverse-marquee-animation-duration: 2s;
  --reverse-marquee-speed: 20s;
  --marquee-elements-displayed: 9;
}

body {
  overflow-x: hidden !important;
  background-color: #F9F9F9;
  font-family: "Futura PT Book" !important;
  overflow-x: "hidden" !important;
  background-color: #F9F9F9;
  overflow-x: "hidden" !important;
  background-color: #f9f9f9 !important;
  font-family: "Futura PT Book" !important;
  background-color: #F9F9F9;
  overflow-x: "hidden" !important;
  overflow-x: "hidden" !important;
  background-color: #F9F9F9;
  overflow-x: hidden !important;
  background-color: #f9f9f9;
  font-family: "Futura PT Book" !important;
  overflow-x: "hidden" !important;
  background-color: #f9f9f9 !important;
  overflow-x: hidden !important;
  background-color: #f9f9f9 !important;
  overflow-x: "hidden" !important;
  background-color: #f9f9f9 !important;
  font-family: "Futura PT Book";
  background-color: #F9F9F9;
  overflow-x: "hidden" !important;
  font-family: "Futura PT Book" !important;
  background-color: #F9F9F9;
  background-color: #F9F9F9;
  overflow-x: "hidden" !important;
  font-family: "Futura PT Book" !important;
  background-color: #F9F9F9;
  overflow-x: hidden !important;
}

a {
  text-decoration: none !important;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

ul li {
  list-style: none;
}

* {
  font-family: "Futura PT Book";
}

.footer {
  background-color: #F2FAF7;
}

.navbar-bottom {
  padding: 3px 3px !important;
  background-color: white;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  z-index: 1050;
  position: absolute;
  margin-top: 0;
  right: 0 !important;
  z-index: 1050;
  position: absolute;
}

.navbar {
  width: 100%;
  background-color: #027F73;
  color: white;
  position: relative;
  padding: 0;
}

.navbar-top,
.navbar-bottom {
  display: flex;
  align-items: center;
  padding: 14px 3px;
}

.menu {
  display: flex;
  justify-content: center;
  list-style: none;
}

.menu li {
  margin: 6px 14px;
}

.menu li a {
  color: #03142E;
  text-decoration: none;
  font-size: 18px;
}

.cat_drop .dropdown-menu li a {
  font-size: 15px !important;
  padding: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.menu-icon {
  display: none;
  font-size: 25px;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 20px !important;
  right: 20px;
}

.container {
  display: block !important;
}

.second-nav {
  display: flex;
  justify-content: space-between;
}

.left_nav {
  display: flex;
  align-items: center;
}

.left_nav img {
  max-width: 17px;
}

.header_login {
  background: #01453E;
  color: white;
}

.marquee-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

/* Profile Dropdown Wrapper */
.profile-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Toggle Link */
.profile-toggle {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
}

/* Dropdown Menu */
.profile-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  /* Adjust to the size of the profile image */
  right: 0;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  z-index: 1000;
  min-width: 150px;
}

/* Dropdown Menu Items */
.profile-dropdown .dropdown-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  transition: background-color 0.2s;
  width: 90% !important;
}

.profile-dropdown .dropdown-menu a:hover {
  background-color: #f0f0f0 !important;
}

.dropdown-menu a:hover {
  background-color: #f0f0f0;

}

/* Show Dropdown on Focus Within */
.profile-dropdown:focus-within .dropdown-menu {
  display: block;
}

.profile-dropdown:hover .dropdown-menu {
  display: block;
}

.footer a {
  color: #01453E;
  text-decoration: none;
  color: #01453E;
  text-decoration: none;
  font-weight: bold;
}

.has-search-right .form-control {
  height: 49px;
  padding-right: 2.375rem;
  border-left: 0.5px solid #ebe7e7 !important;
  background-color: #FCFCFC;
  text-indent: 10px;
  padding-right: 2.375rem;
}

.has-search-right .form-control-feedback {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.360rem;
  text-align: center;
  color: #aaa;
}

a.form-control-feedbacks {
  background: #027F73 !important;
  border-radius: 50%;
  background: cadetblue;
  border-radius: 50%;
}

.dropdown {
  position: relative;
}

.dropdown.cat_drop {
  display: none;
}

.page-home .dropdown.cat_drop {
  display: block;
}

.has-search-right .form-control-feedbacks {
  position: absolute;
  top: 5px;
  right: 11px;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #ffffff;
}

.form-group.has-search-right .form-control::placeholder {
  color: #AAAAAA;
}

.select-cat {
  background-color: #047267;
  border-radius: 100px;
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
  min-width: 150px;
}

.form-control-feedbacks {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00796b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.new_search input {
  border-radius: 100px !important;
}

.select-cat select {
  font-size: 15px !important;
}

.form-control {
  border-radius: 8px;
}

.shop_contants {
  display: flex;
  width: 100%;
  justify-content: flex-start !important;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: 100%;
  align-items: center;
}

.login-help {
  display: flex;
  align-items: flex-end;
  float: right;
  justify-content: space-evenly;
  width: 100% !important;
  display: flex;
  align-items: baseline;
  float: right;
  justify-content: space-evenly !important;
  width: 100%;
}

.artone_head h6 {
  color: #000000;
  font-size: 22px;
  font-weight: 600 !important;
}

.artone_head p {
  color: #606163;
  font-size: 16px;
}

.list-foot h6 {
  color: #606163;
  font-size: 16px;
  display: flex !important;
  align-items: center !important;
}

.list-foot img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.head_food {
  font-size: 22px;
  color: #027F72;
}

.list_service p {
  font-size: 16px;
  color: #606163;
}

.shop_contants p {
  font-size: 14px;
  font-size: 13px !important;
  font-size: 14px;
  margin: 8px;
}

.mail_icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.social_icon {
  width: 33px;
  height: 33px;
}

.rights_foot {
  background-color: #DFEBE6;
  color: #606163;
  font-size: 16px;
}

.cat_drop {
  position: relative;
  position: relative;
}

.login-help p a span {
  position: relative;
  top: 1px;
}

.help a .help-1 {
  position: relative;
  top: 2px;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.reg_art {
  color: #fff !important;
  font-size: 14px !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 29px;
  right: -50px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px 0;
  z-index: 1000;
  min-width: 180px;
}

.custom-dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content li {
  padding: 10px 15px;
  text-align: left;
}

.dropdown-content a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  transition: background-color 0.2s;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}

.social-icons {
  width: 18% !important;
  width: 18%;
  display: flex;
  justify-content: space-evenly;
}

.social-icons a {
  height: 35px !important;
  width: 35px !important;
  color: white;
  text-decoration: none;
  margin-left: 10px;
  font-size: 20px;
}

.social-icons a span {
  position: absolute;
  background-color: #FEC700;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  font-size: 12px !important;
  color: black;
  width: 18px;
  height: 18px;
}

.logo img {
  height: 50px;
  height: 55px;
  object-fit: contain !important;
  width: 150px;
}

.contact {
  width: 23%;
  display: flex;
  justify-content: center;
}

.logo {
  width: 17%;
}

.slide,
img {
  width: 100%;
}

.phone_num img {
  height: 25px;
  width: 25px;
}

.phone_num {
  display: flex;
  border: 1px solid #22A395;
  border-radius: 30px;
  align-items: center;
  width: 175px;
  background-color: #1d9789;
  justify-content: space-evenly;
}

.phone_num p {
  margin: 0;
}

.login-help p {
  margin: 0;
  font-size: 13px;
  color: white;
  font-size: 13px;
}

.login-help p a {
  color: white;
}

.shop_contants p img {
  max-width: 12px;
}

.login-help p a img {
  max-width: 13px;
}

.new_drop {
  color: white !important;
  height: 40px;
  padding: unset;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(../images/white-menu.png)no-repeat right center !important;
  background-size: 15px !important;
  border-radius: 100px !important;
  font-size: 14px;
}

.cat-search {
  display: flex;
  align-items: center;
  gap: 10px;
}

.new_ip {
  width: 100%;
  padding-right: 50px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.wel_msg {
  display: inline-block;
  font-size: 14px !important;
  color: white;
  animation: scroll-text 25s linear infinite;
}

.profile-dropdown {
  position: relative;
  display: inline-block;
}

.profile-toggle {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
}

.d-none {
  display: none;
}

.has-search-right {
  position: relative;
  flex-grow: 1;
  position: relative;
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1225px;
  }
}

@media (min-width:1350px) {
  .social-icons {
    width: 15% !important;
  }

  .shop_contants .wel_msg {
    font-size: 16px !important;
  }

  .marquee-container {
    width: 80%;
  }

  .login-help p {
    font-size: 14px !important;
  }
}

@media (min-width:1024px) {
  .new_search {
    min-width: 400px;
  }

  .logo {
    width: 20%;
  }
}

.share-popup {
  position: absolute;
  top: 120px;
  right: 10px;
  width: 160px;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.share-popup a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  text-decoration: none;
  color: black;
  font-weight: 500;
}

.share-popup a:hover {
  background-color: #f8f9fa;
  border-radius: 5px;
}

#shipment_id {
  border-radius: 8px;
  border: 1px solid #ccc !important;
  padding: 10px;
  width: 100%;
  transition: all 0.3s ease;
}

#shipment_id:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

#track_my_order {
  background: #FEF455;
  border: 0;
  border-radius: 50px;
  height: 40px;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

#track_my_order:hover {
  background: linear-gradient(135deg, #FEF455, #FEF455);
  transform: translateY(-2px);
}

.empty_cart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty_cart_img {
  height: 250px;
  object-fit: contain;
}

.empty_cart h6 {
  font-size: 40px;
  font-weight: 500;
}