.shop_slider-wrapper {
  position: relative;
  /* max-width: 1200px; */
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.shop_slider {
  display: flex;
  transition: transform 0.4s ease;
}
/* .slider {
  display: flex;
  will-change: transform;
} */
.shop_slide {
  min-width: 25%;
  padding: 10px;
}

.shop_card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 340px;
  cursor: pointer;
}
.shop_card::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.shop_card img {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
  object-position: top;
  display: block;
}

.shop_card-title {
  position: absolute;
  font-family: "Oswald", Sans-serif;
  width: 100%;
  bottom: 20px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.shop_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* box-shadow:0 4px 10px rgba(0,0,0,0.15); */
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.shop_nav.shop_prev {
  left: 10px;
}
.shop_nav.shop_next {
  right: 10px;
}

@media (max-width: 1024px) {
  .shop_slide {
    min-width: 33.33%;
  }
}

@media (max-width: 768px) {
  .shop_slide {
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .shop_slide {
    min-width: 100%;
  }
}

h4.filter-title {
  /* font-family: "Work Sans", sans-serif; */
  font-family: "Oswald", Sans-serif;
}
.shop-title-top form {
  display: flex;
  justify-content: end;
}
.shop-title-top .yith-wcan-filters {
  background-color: transparent;
  margin-bottom: 0;
}
.shop-title-top .yith-wcan-filters .yith-wcan-filter .filter-title {
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  margin: 0 !important;
}
.shop-title-top
  .yith-wcan-filters
  .yith-wcan-filter
  .filter-title.collapsable.closed:after,
.shop-title-top
  .yith-wcan-filters
  .yith-wcan-filter
  .filter-title.collapsable:not(.opened):after,
.yith-wcan-filters
  .yith-wcan-filter
  .filter-title.collapsable:not(.open):after {
  filter: invert(1);
}
.shop-title-top
  .yith-wcan-filters.horizontal:not(.filters-modal)
  .yith-wcan-filter
  .filter-title.collapsable
  span.filter-count {
  border: none;
  padding: 0 8px;
  font-size: 1rem;
  margin: 0 10px;
  background: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  border-radius: 20px;
}
.shop-title-top
  .yith-wcan-filters.horizontal:not(.filters-modal)
  .yith-wcan-filter {
  min-width: auto;
  margin: 0;
}
.shop-title-top .filter-content {
  right: 0;
}
.shop-title-top a.apply-filters.button.alt {
  font-family: "Poppins", sans-serif;
  background-color: rgb(212, 175, 55);
  color: #000;
  border-radius: 6px;
  font-weight: 600;
}
.shop-filter-section a.term-label {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.product-section
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 14px !important;
}
.shop-product-list
  .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-family: "Poppins", sans-serif !important;
  width: 100%;
  text-align: center;
  padding: 16px;
  border-radius: 80px;
  color: #000;
  font-weight: bold !important;
}
.shop-product-list
  .woocommerce-LoopProduct-link.woocommerce-loop-product__link
  .star-rating {
  display: none;
}
.shop-filter-section small.item-count {
  display: none;
}
.shop .woocommerce .quantity .qty {
  width: 10em;
  text-align: center;
}

/* Checkout Start */
.checkout-section .wc-block-components-checkout-place-order-button {
  font-family: "Poppins", Sans-serif;
  background: linear-gradient(
    120deg,
    rgba(212, 175, 55, 1) 0%,
    rgba(184, 134, 11, 1) 100%
  );
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 15px 44px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
}
.checkout-section .wc-block-components-checkout-place-order-button:hover {
  background: #1e1e1e;
}
div#wc-stripe-payment-method-instructions-card a {
  color: rgba(212, 175, 55, 1);
}
@media (max-width: 1600px) {
  .eael-woo-checkout .page-header .entry-title {
    margin: 10px;
    padding: 0;
  }
  .woocommerce-order-received .page-header .entry-title {
    margin: 10px;
  }
}
@media (max-width: 1920px) {
  .eael-woo-checkout .page-header .entry-title {
    margin: 0 36px;
    padding: 0;
  }
}
@media (min-width: 1921px) {
  .eael-woo-checkout .page-header .entry-title {
    margin: 0 17.7%;
    padding: 0;
  }
}

@media (max-width: 1366px) {
  .eael-woo-checkout .page-header .entry-title {
    margin: 10px;
    padding: 0;
  }
  .woocommerce-order-received .page-header .entry-title {
    margin: 10px;
  }
}

.checkout-section a.wc-block-components-checkout-return-to-cart-button {
  color: #000;
  font-size: 16px;
}
.checkout-section h2.wc-block-components-checkout-step__title,
.checkout-section p.wc-block-components-checkout-order-summary__title-text,
.checkout-section .wc-block-components-totals-item__label,
.checkout-section
  span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value,
.checkout-section
  span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
  color: #000 !important;
}
.checkout-section
  button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  font-family: "Poppins", Sans-serif;
  background: linear-gradient(
    120deg,
    rgba(212, 175, 55, 1) 0%,
    rgba(184, 134, 11, 1) 100%
  );
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 15px 24px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
}

/* Order Received Start */
.woocommerce-order-received
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding: 0;
}
.woocommerce-order-received
  a.woocommerce-button.button.invoice.order-actions-button {
  font-family: "Poppins", Sans-serif;
  background: linear-gradient(
    120deg,
    rgba(212, 175, 55, 1) 0%,
    rgba(184, 134, 11, 1) 100%
  );
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 15px 24px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
}
.woocommerce-order-received h2.woocommerce-order-details__title,
.woocommerce-order-received h2.woocommerce-column__title {
  color: #000;
  font-size: 1.5rem;
}
.woocommerce-order-received .woocommerce-table__product-name.product-name a {
  color: rgba(212, 175, 55, 1);
}
.woocommerce-order-received strong {
  color: #000 !important;
}
.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone::before {
  content: "";
  background: url("../images/call-icon.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
  left: 24px;
}

.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  padding-left: 2em;
  position: relative;
}

.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--email::before {
  content: "";
  background: url("../images/email-icon.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
  left: 24px;
}
.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--email {
  padding-left: 2em;
  position: relative;
}
