/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
#ast-scroll-top {background-color: #D4AF37;font-size: 15px;}
.ast-logo-title-inline .ast-site-identity {padding: 5px 0 !important;}
.ast-primary-header-bar {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);}
.woocommerce span.onsale {font-weight: bold;}
.woocommerce-product-details__short-description {font-weight:600;}
a:where(:not(.wp-element-button)) {text-decoration: none !important;}
.ast-on-card-button {background-color: #C9A26D;font-weight: bold;color: #1C1C1C;}  
.elementor-widget-woocommerce-product-title {margin: 0px !important;}
.woocommerce-js div.product .stock {color: #1C1C1C;}
.woocommerce-tabs ul.tabs {display: none;}
.woocommerce-tabs {border-top: 2px solid #d4af37;border-bottom: 2px solid #d4af37;padding-top: 0px !important;}
#post-23 .entry-title,
#post-24 .entry-title {
    margin: 20px auto;
    font-size: 25px;
}
.woocommerce-product-rating {
    display: none !important;
}
/* Luxury rounded product images */
.woocommerce img, .woocommerce-page img {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* Optional hover zoom effect */
.woocommerce img, .woocommerce-page img {
    transform: scale(1.03);
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.woocommerce-js .woocommerce-breadcrumb {
	zoom: 1;
	margin: 0 0 1em;
	padding: 0;
	font-size: 9px;
	color: #777;
}
.postid-1010 .ast-container {
    margin: 10px auto;
}
.postid-247 .ast-container {
    margin: 10px auto;
}
}
/* ------------------------------
   Marquee Container
------------------------------ */
.marquee {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #F8F6F2;
  display: flex;
  align-items: center;
}

/* Moving Track */
.marquee__track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee-scroll 20s linear infinite;
  will-change: transform;
}

/* Pause on hover */
.marquee:hover .marquee__track {
  animation-play-state: paused;
}

/* Animation */
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Content Wrapper */
.marquee__content {
  display: flex;
  align-items: center;
}

/* List */
.marquee__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items */
.marquee__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 2rem;
  height: 40px;
}

/* Text (use span instead of h3) */
.marquee__text {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* Icon */
.marquee__icon {
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover */
.marquee__item:hover .marquee__icon {
  transform: scale(1.15);
  color: #ff6b6b;
}

/* Responsive */
@media (max-width: 768px) {
  .marquee__text {
    font-size: 14px;
  }
}
/* =========================================================
   FIX WOOCOMMERCE THUMBNAIL WIDTH AND CENTER ALIGNMENT
   Exact size: 52x52 px
   Center aligned + responsive
========================================================= */
.single-product .woocommerce-product-gallery__image img {
    border-radius: 20px;
    overflow: hidden;
}

.single-product .woocommerce-product-gallery__image {
    border-radius: 20px;
    overflow: hidden;
}


/* =========================================================
   THUMBNAIL CONTAINER CENTER ALIGN
========================================================= */

.single-product .woocommerce-product-gallery .flex-control-thumbs {

    display: flex !important;

    justify-content: center !important; /* center align */

    align-items: center;

    gap: 8px;

    margin-top: 12px;

    padding: 0;

    overflow-x: auto;

    overflow-y: hidden;

    scroll-behavior: smooth;

    scroll-snap-type: x mandatory;

}


/* =========================================================
   REMOVE DEFAULT 25% WIDTH
========================================================= */

.single-product .woocommerce-product-gallery .flex-control-thumbs li {

    width: auto !important;

    float: none !important;

    margin: 0 !important;

    padding: 0 !important;

    flex: 0 0 auto;

}


/* =========================================================
   THUMBNAIL IMAGE EXACT SIZE 52x52
========================================================= */

.single-product .woocommerce-product-gallery .flex-control-thumbs img {

    width: 52px !important;
    height: 52px !important;

    min-width: 52px;
    min-height: 52px;

    max-width: 52px;
    max-height: 52px;

    object-fit: cover;

    border-radius: 10px;

    cursor: pointer;

    opacity: 0.75;

    transition: all 0.25s ease;

}


/* =========================================================
   ACTIVE THUMBNAIL EFFECT
========================================================= */

.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {

    opacity: 1;

    transform: scale(1.05);

}


/* =========================================================
   HIDE SCROLLBAR CLEAN LOOK
========================================================= */

.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {

    display: none;

}

.single-product .woocommerce-product-gallery .flex-control-thumbs {

    scrollbar-width: none;

}


/* =========================================================
   MOBILE RESPONSIVE CENTER ALIGN
========================================================= */

@media (max-width: 768px) {

    .single-product .woocommerce-product-gallery .flex-control-thumbs {

        justify-content: center !important;

    }

}


/* =========================================================
   END
========================================================= */
.woocommerce-cart .fee th,
.woocommerce-checkout .fee th {
    font-weight: 700 !important;
}