html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}

body {
  margin: 0;
}

#search_icon_img {
  width: 30px;
  height: 29px;
  display: inline;
}

#search_icon_button {
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
}

a {
  text-decoration: none;
}

#cart_icon_number {
  color: #ffffff;
}

.sticky-normal {
  margin-top: 8% !important;
  /* Apply when #header_text exists */
}

.header-exists {
  margin-top: 6% !important;
  /* Apply when #header_text exists */
}

.header-not-exists {
  margin-top: 0% !important;
  /* Apply when #header_text does NOT exist */
}

#hart_icon_button {
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
}

#user_icon_button {
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
}

.img_icon_in_menu {
  width: 33px;
  height: 33px;
  display: inline;
  margin-top: 2%;
}

#myHeader {
  box-shadow: rgb(197, 199, 210) 0px 0px 28px 1px;
  position: fixed;
  top: 0;
  width: 100%;
}

.menu {
  white-space: nowrap;
}

.u-nav-item a.u-nav-link,
.menu-collapse a.u-nav-link {
  color: inherit;
}

#main_menu {
  display: none;
}

.openbtn {
  font-size: 28px;
  cursor: pointer;
  border: none;
  width: 100%;
  background-color: transparent;
  color: black;
}

.menu-collapse {
  display: none;
  border: none;
  z-index: 1;
}

.u-shopping-cart-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  border-width: 0px;
}

a {
  text-decoration: none;
}

#cart_icon_number {
  border-radius: 100%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -40%);
  z-index: 1;
  width: calc(1em + 3px);
  height: calc(1em + 3px);
  line-height: calc(1em + 2px);
  text-align: center;
  vertical-align: baseline;
  box-sizing: content-box;
}

.u-icon-circle {
  border-radius: 50%;
}

#logo_image {
  height: 55px;
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
}

.button.left {
  text-align: left;
  width: 23%;
}

.logo {
  text-align: center;
  flex: 0.62;
}

.button.right {
  text-align: right;
}

.u-nav-container .u-nav-popup {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  right: 34px;
  background-color: white;
  width: 500px;
}

.u-nav-container .u-nav-item:hover>.u-nav-popup:not(.fake) {
  visibility: visible;
  pointer-events: auto;
}

.u-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.nav_text {
  color: black;
}


.modal_widget_thumbnails {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 500px;
  padding: 10px;
  /*background: #f0f0f0;*/
  width: 100px;
}

.modal_widget_thumbnails img {
  width: 80px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  object-fit: contain;

}

.modal_widget_thumbnails img:hover,
.modal_widget_thumbnails img.active {
  border: 2px solid #007bff;
}


.modal_widget_main-image {

  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;


}

.modal_widget_main-image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  object-fit: contain;
}

#modal_widget_product_setting_images {

  width: 38%;
}

.modal-container {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 50%;
}




/* Base skeleton loader style */



.skeleton__image_cart {
  width: 50%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 35px;

  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}






.skeleton__button_cart {
  width: 50%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 35px;

  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}




.skeleton__text_cart {
  width: 12%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 20px;

  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}

.skeleton__thank_you_page_text {
  height: 20px;
  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}


.skeleton__thank_you_page_text_2 {
  height: 20px;
  width: 30px;
  text-align: left;
    direction: rtl;
    padding-left: 4%;
  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}



.skeleton__thank_you_page_text_3 {
  height: 20px;
  width: 60px;
  text-align: left;
    direction: rtl;
    padding-left: 4%;
  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}





.skeleton_thank_you_page_image {


  display: flex;
  width: 4%;
  height: 7%;
  margin: auto;
  margin-top: 7%;



  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}





.skeleton__cart_closebtn {
  width: 20%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 36px;

  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}

.skeleton__text {
  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}

/* Specific styles for skeleton shapes */


.skeleton_checkout_header_1 {
  width: 10%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton_checkout_header_2 {
  width: 20%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton_checkout_header_3 {
  width: 10%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton_checkout_summery_text {
  width: 25%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton_checkout_arrow {
  width: 10%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}



.skeleton_checkout_input_city_zip {
  border-radius: 8px;
  font-weight: bold;
  padding: 28px 17px 6px 22px;
  width: 100%;
  box-sizing: border-box;

  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}


.skeleton_checkout_input {
  border-radius: 8px;
  font-weight: bold;
  padding: 28px 17px 6px 22px;
  width: 100%;
  box-sizing: border-box;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}



.skeleton_checkout_button {
  cursor: pointer;
  letter-spacing: .02em;
  border-radius: 4px;
  color: rgb(246, 249, 254);
  font-size: 20px;
  padding: 15px 30px;
  box-sizing: border-box;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
  width: 56%;
  margin: auto;
}

.skeleton__title {
  width: 40%;
  height: 20px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__may_also_like_img {
  width: 100% !important;
  object-fit: contain;
  height: 221px;
  border-radius: 4%;

  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__may_also_like_text {
  text-align: right;
  height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  direction: rtl;
  margin-top: 11px;
  margin-bottom: 4%;

  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__wishlist_img {
  width: 7%;
  height: 4%;
  position: absolute;
  left: 10px;
  cursor: pointer;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__button_cart_product_page {
  padding: 15px 30px;
  width: 40%;
  height: 20px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}


.modal_widget_skeleton__image {

  margin-right: 0%;
  margin-left: 0%;
  height: 193px;
  width: 161px;
  object-fit: contain;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;

}

.modal_widget_skeleton__image_gallery {
  margin-right: 0%;
  margin-left: 0%;
  height: 490px;
  width: 100%;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}


.skeleton__image {
  margin-right: 0%;
  margin-left: 0%;
  height: 490px;
  width: 100%;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e0e0e0;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}

.option-name-skeleton {
  display: flex;
  gap: 4px;
  width: 66px;
  height: 15px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
  margin-top: 10px;
  margin-bottom: 10px;
}

.skeleton__size {
  width: 28px;
  height: 28px;
  border-radius: 42%;
  padding: 4px 4%;
  background-color: #e0e0e0;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}

.skeleton__line {
  width: 90%;
  height: 15px;
  margin-bottom: 8px;
}

/* Shimmer effect */
@keyframes shimmer {
  0% {
    background-position: -100px 0;
  }

  100% {
    background-position: 100px 0;
  }
}

.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
}

/* skeleton  end*/