/**
* Theme Name: Ekommart Child
* Description: This is a child theme of Ekommart, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Opal Team</a>
* Template: ekommart
* Version: 4.2.3
*/
.site-footer {
  background-color: #2f4f6e;
}
.button,
.widget_product_search form button[type="submit"] {
  background-color: #f5b785 !important;
  border-color: transparent;
}

.button:hover {
  border-color: transparent;
}
input[type="submit"] {
  background-color: #f5b785 !important;
  border-color: transparent;
}
.main-navigation ul > li.menu-item > a {
  color: #2f4f6e !important;
}
#header-section {
  /* background: linear-gradient(90deg, #e4e8eb 0%, #9fd9e8 50%, #a4e3b5 100%); */
  background-color: #f6f6f7;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  /* 		background: linear-gradient(180deg, #e4e8eb 0%, #0E7490 100%); */
  transition: opacity 0.3s;
  z-index: 999999;
}
#lottie-loader {
  width: 500px;
  height: 500px;
}
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
  padding: 5px !important;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #f5b785;
}
.main-navigation ul.menu li.menu-item a {
  display: flex;
  align-items: center;
}
.product_type_simple:hover,
.product_type_variable:hover {
  background-color: #e0a06c; /* darker shade */
  transform: scale(1.02);
  transition: 0.5s ease;
  box-shadow: 0 0 10px rgba(192, 192, 192, 0.4);
}
.pagination .page-numbers:not(ul).current,
.woocommerce-pagination .page-numbers:not(ul).current {
  color: #fff;
  background-color: #f5b785;
}
.inventory_status {
  background: #0e7490;
}
.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
  /* height: auto; */
}
.woocommerce-message .button {
  background-color: transparent !important;
  color: #000 !important;
  border-color: transparent;
}
@media (max-width: 1024px) {
  #lottie-loader {
    width: 300px;
    height: 300px;
  }
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
  max-width: 550px !important;
}
.fa-caret-down:before {
	font-family: FontAwesome, sans-serif;
	font-style: normal;
}
.site-header-wishlist .header-wishlist .count:empty {
	display:none;
}
.qrcode_img {
  width:30%;
}
.site-header-account .account-dropdown .login-form-head {
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header-account .ekommart-icon-user .count {
    width: auto;
    height: auto;
    line-height: 120%;
    font-size: 10px;
    text-align: center;
    border-radius: 5px;
    padding: 3px;
    font-weight: 700;
    color: #fff;
    background-color: #ef3636;
    display: inline-block;
    position: absolute;
    top: -70%;
    left: 50%;
    transform: translateX(-50%);
}