/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4 {
  font-family: Open Sans, sans-serif;
}

.product .product-img-wrap .product-img img {
  aspect-ratio: 280/280;
  object-fit: cover;
  width: 100%;
}
.product .nasa-product-content-variable-warp {
  display: none;
}
.nasa-bought-together-wrap .product .nasa-product-content-variable-warp {
  display: block;
}

.nasa-product-details-page .product_meta {
  display: none !important;
}
.nasa-product-details-page .nasa-product-info-wrap .nasa-wrap-popup-nodes, .nasa-product-details-page .nasa-product-info-wrap .safe-checkout, .nasa-product-details-page .nasa-product-info-wrap .nasa-single-share {
  display: none !important;
}

.shop_table.woocommerce-checkout-review-order-table .order-shipping-modern .woo-bg--econt-delivery {
  display: none !important;
}

.customer-info-wrap .customer-info {
  gap: 2rem !important;
}

body .woocommerce .page-checkout-modern #shipping_method li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  min-height: 100px;
}

.product-warp-item {
  padding-bottom: 3.5rem;
}

.nasa-filter-action {
  display: none !important;
}

.nasa-sc-posts-warp .blog-image-attachment img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.nasa-item-blog-grid .post img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-gallery .main-images .slick-list .item-wrap img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.password-input input {
  margin-bottom: 1rem !important;
}
.rate_cart_page {
  display: none;
}