/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.6.1774855342
Updated: 2026-03-30 07:22:22

*/

.custom-product-row {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.product-left {
  width: 45%;
  display: flex;
}

.product-right {
  width: 55%;
}

.product-right .product-title {
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0;
  color: #383838;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-desc {
  margin: 15px 0;
  color: #555;
  line-height: 1.6;
}
.enquiry-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.enquiry-btn {
  /* margin-top: 20px; */
  background: #f15a22 !important;
  color: #fff;
  padding: 12px 35px !important;
  border-radius: 0 !important;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}
/* Tabs spacing */
.product-tabs {
  margin-top: 40px;
}

table.variations tbody {
  display: flex;
  gap: 40px;
}

table.variations tbody tr {
  width: 100%;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  font-size: 16px;
  color: #383838;
  padding: 10px 28px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a {
  font-weight: 600;
  color: #fff;
  background: #f15a22;
}
.product-tabs {
  display: none;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a:focus {
  outline: none;
}
table.variations {
  border: none !important;
}
.custom-tabs {
  margin-top: 25px;
}

.related-products h2.woocommerce-loop-product__title span {
  font-weight: 400;
}

div.product-left a.woocommerce-product-gallery__trigger img.emoji {
  display: none;
}
.related-products .astra-shop-summary-wrap {
  text-align: center;
  padding-top: 10px;
}
.related-products a.button.add_to_cart_button, .related-products a.button.product_type_simple {
  border-radius: 0;
  font-family: "Audiowide";
  font-weight: 400;
  font-size: 16px;
  padding: 14px 25px;
  background: #f15a22;
  color: #fff;
}

.related-products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
}

.related-products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex !important;
  justify-content: center;
}

.cf7-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.cf7-col {
  width: 50%;
}

.cf7-full {
  width: 100%;
  margin-bottom: 15px;
}

.cf7-col input,
.cf7-full textarea {
  width: 100%;
}
span.product-subtitle {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 1px;
}

section.related.products a.ast-loop-product__link,
.related.products span.ast-woo-product-category {
  display: none !important;
}

a.donwloadsheet-btn {
  background: #f15a22;
  color: #fff;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Audiowide";
  margin-bottom: 5px;
}
.title-w-datasheet-btn-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.donwloadsheet-btn img {
  box-shadow: none !important;
  max-width: 18px;
}
a.donwloadsheet-btn svg {
  width: 18px;
  height: 18px;
}
/* Mobile */
@media (max-width: 768px) {
  .cf7-row {
    /* flex-direction: column; */
  }

  .cf7-col {
    /* width: 100%; */
  }
  .title-w-datasheet-btn-div {
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
    margin-bottom: 30px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .custom-product-row {
    flex-direction: column;
  }
  div.product-rqs-form label {
    font-size: 13px;
  }
  div.product-rqs-form input,
  .product-rqs-form textarea {
    font-size: 12px !important;
    margin-top: 5px;
  }
  div.cf7-row {
    margin-bottom: 12px;
  }
  .product-left,
  .product-right {
    width: 100%;
  }
  table.variations tbody {
    gap: 10px;
  }
  .woocommerce-js div.product form.cart .variations select {
    font-size: 13px;
  }
  a.reset_variations {
    position: absolute !important;
    bottom: -13px !important;
    right: 0px !important;
  }
}

@media (min-width: 769px) {
  .woocommerce #content .ast-woocommerce-container div.product div.images,
  .woocommerce .ast-woocommerce-container div.product div.images,
  .woocommerce-page #content .ast-woocommerce-container div.product div.images,
  .woocommerce-page .ast-woocommerce-container div.product div.images {
    width: auto;
    max-width: 380px;
    margin: 0 auto;
  }
  .woocommerce-js div.product .woocommerce-tabs ul.tabs li {
    /* margin: 0 3em 0 0; */
  }
  .product-left {
    width: 45%;
    display: flex;
    position: sticky;
    top: 20px;
  }
  a.reset_variations {
    position: absolute !important;
    right: -45px !important;
    bottom: 20px !important;
  }
  .related-products {
    margin-top: 75px;
  }
}

/*********************************/
.single-product div#content {
  background: #fff;
}
.ast-separate-container .ast-woocommerce-container {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  background: #f15a22;
  display: none;
}
.single-product ul.tabs.wc-tabs {
  border-bottom: solid 1px #f15a22;
}
ul.tabs.wc-tabs:before {
  display: none !important;
}
