/*
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 ***************/
.footer-logo img {
  width: 250px;
}
.nasa-opening-time {
  margin-top: 0;
  padding-right: 30px;
}
.pvtfw-table-heading-continer,
.pvtfw_init_variation_table {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
.product-warp-item .product-item {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px;
}
.html-ready .nasa-product-grid .quick-view,
.html-ready .nasa-product-grid .add-to-cart-grid {
  display: none !important;
}
header .nasa-header-flex {
  gap: 30px;
}
.nasa-header-flex .fjct {
  justify-content: start !important;
}
.nasa-sidebar-off-canvas .widget_media_image img {
  width: 100%;
}
.pvtfw_variant_table_block td[data-title="Action"] {
  text-align: center !important;
}
.prescription-upload {
  display: none;
}
.attach-prescription {
  margin-top: 20px;
}
.tabheading i {
  margin-right: 10px;
}
body.tax-product_cat .nasa_shop_description-wrap {
  margin-bottom: 30px;
}
.term-description .large-12.columns {
  padding: 10px;
  border-radius: 6px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  font-size: 16px;
  line-height: 1.5em;
}
.header-type-3 .nasa-bg-dark {
  background: #fff;
}
.header-type-3 .nasa-bg-dark .nav-wrapper .root-item > a {
  color: #000;
}
.header-type-3 .nasa-bg-dark .nav-wrapper .root-item > a:hover {
  color: #000;
}
.header-type-3 .nasa-bg-dark .nav-wrapper .root-item:hover > a,
.header-type-3 .nasa-bg-dark .nav-wrapper .root-item.current-menu-ancestor > a,
.header-type-3 .nasa-bg-dark .nav-wrapper .root-item.current-menu-item > a {
  color: #000;
}
.nasa-popup-content-contact .radio-list-wrap > p {
  justify-content: center !important;
  gap: 30px;
}
.uploaded_prescription.checkout {
  padding: 10px;
}
.product-page .nasa-sidebar-single-product.left {
  display: none;
}
.nasa-menus-wrapper {
  text-align: left;
}
.header-type-3 .nasa-bg-dark {
  margin-top: 10px;
}
.product-description-banner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.product-description-banner img {
  width: 100%;
}
.nasa-single-share {
  position: absolute;
  right: 0;
  top: 0;
}

.nasa-share-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0px;
}

.nasa-share-label svg {
  margin-right: 6px;
}

.nasa-single-share .ns-social {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;

  display: flex !important;
  gap: 10px;
  padding: 12px;

  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;

  z-index: 999;
}

.nasa-single-share.active .ns-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nasa-single-share .ns-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f5f5;
  transition: 0.3s;
}

.nasa-single-share .ns-social a:hover {
  background: #2a7de1;
  color: #fff;
}
.available-options-btn {
  display: none;
}
.review-box {
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  margin: 0 10px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .pvtfw_variant_table_block td[data-title="Action"] {
    text-align: left !important;
    margin-bottom: 20px;
  }
  .pvtfw_variant_table_block table.variant tbody td {
    line-height: 30px;
  }
  .pvt-qty-input {
    height: 30px;
  }
  .pvtfw_variant_table_block table.variant tbody td:before {
    text-transform: capitalize;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pvtfw_variant_table_block td[data-title="Action"] button {
    padding: 10px;
    line-height: normal;
    text-transform: capitalize;
    height: 30px;
  }
  .nasa-tab-wrap a {
    font-size: 14px !important;
  }
  .pvtfw_variant_table_block table.variant {
    border-color: transparent;
  }
  #nasa-footer .nasa-footer-bottom-right ul li {
    margin-left: 0;
  }
  #nasa-footer .nasa-nav-sc-menu ul li a {
    line-height: normal;
  }
  #nasa-footer .nasa-footer-bottom-left p {
    line-height: normal;
    margin: 0;
    border-top: 1px solid #000;
    width: 100%;
    padding-top: 10px;
  }
  .footer-logo img {
    width: 180px;
  }
  .review-box {
    margin: 10px 0px;
  }
}
