.wc-proceed-to-checkout .fusion-button {
  clear: both !important;
  float: none !important;
  width: 49% !important;
}

#ppc-button-ppcp-gateway {
  padding-top: 30px;
}

.fusion-menu-cart i {
  color: #be9359 !important;
  transition: all 0.3s ease-in-out;
}

.fusion-menu-cart:hover i {
  color: white !important;
}

.fusion-woo-product-grid .products .fusion-product-content {
  padding: 20px 0px;
}

.fusion-woo-product-grid .products .product-title,
.fusion-woo-product-grid .products .fusion-price-rating {
  font-size: 20px !important;
  text-align: left !important;
}

.fusion-woo-product-grid .products .fusion-price-rating * {
  color: black !important;
}

#popup-newsletter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#popup-newsletter .popup-newsletter-modal {
  background: black;
  border-top: 5px solid #be9359;
  padding: 50px;
  width: 100%;
  max-width: 786px;
  display: block;
  margin: 10px;
  position: relative;
}

#popup-newsletter .popup-newsletter-close {
  position: absolute;
  font-size: 100px;
  opacity: 0.5;
  color: white;
  cursor: pointer;
  line-height: 60px;
  width: 60px;
  height: 60px;
  top: -60px;
  right: -100px;
  transition: all 0.3s ease-in-out;
}

#popup-newsletter .popup-newsletter-close:hover {
  opacity: 1;
  color: #be9359;
}

#popup-newsletter h2 {
  text-align: center;
}

.post-type-archive-product #sidebar {
  margin-bottom: 50px !important;
}

.post-type-archive-product #content {
  margin-bottom: 50px !important;
}

#sidebar h4 {
  margin-top: 0px;
}

#sidebar .cat-item {
  padding: 0px 20px !important;
}

.d-none {
  display: none !important;
}

#shop-filter-orderby {
  display: inline-block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .fusion-woo-product-grid .products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0px 20px;
  }

  .fusion-woo-product-grid .products .product {
    padding: 0px !important;
  }

  .post-type-archive-product #sidebar {
    order: 2 !important;
    margin-bottom: 50px !important;
  }

  .post-type-archive-product #content {
    order: 1 !important;
    margin-bottom: 0px !important;
  }

  .mobile-wish-menu,
  .mobile-shop-menu,
  .mobile-cart-menu {
    margin-top: 2px !important;
  }

  .mobile-cart-menu {
    --awb-margin-right: 0px !important;
    margin-right: 0px !important;
    display: flex !important;
    gap: 5px !important;
    align-items: center !important;
  }

  .mobile-cart-menu .fusion-widget-cart-number {
    display: inline-flex;
    margin-inline-start: 0.25em;
    padding: 0.25em;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    line-height: 0;
    border: 0.1em solid transparent;
    align-items: center;
    justify-content: center;
    font-size: initial;
    font-family: "Karla", sans-serif;
    font-weight: normal;
  }

  #popup-newsletter .popup-newsletter-close {
    top: 50px;
    right: 50px;
  }
}
