/**
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
*/

/** Global Font Size **/
h1.uagb-heading-text {
  font-size: clamp(56px, 5.25vw, 80px);
}

.gform_required_legend {
	display: none;
}

h2.uagb-heading-text {
  font-size: clamp(40px, 4.5vw, 64px);
}

h3.uagb-heading-text {
  font-size: clamp(32px, 3.75vw, 48px);
}

h4.uagb-heading-text,
h4.uagb-ifb-title{
  font-size: clamp(28px, 2.8vw, 36px);
}

/** Header **/
.site-logo-img img {
	width: clamp(142px, 13.9vw, 220px) !important;
}

.site-header a:focus,
.site-header a:focus-visible,
.ast-menu-toggle:focus{
	outline: none !important;
}

.menu-toggle-close:focus{
	border: none !important; 
}

#ast-desktop-header .main-header-menu > li > a,
#ast-desktop-header .menu-link{
  position: relative;
	padding-bottom: 5px !important;
  margin: 0 15px;
	font-size: clamp(13px, 1.3vw, 15px) !important;
}

#ast-desktop-header .main-header-menu > li > a::after,
#ast-desktop-header .menu-link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px; 
  background-color: currentColor;
  transition: width 0.3s ease;
}

#ast-desktop-header .main-header-menu > li > a:hover::after,
#ast-desktop-header .menu-link:hover::after{
  width: 100%;
}

#ast-desktop-header ul.sub-menu{
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.sub-menu{
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	align-items:start;
	gap: 15px;
}

.sub-menu .menu-item .menu-link{
	font-size: 14px;
}

.ast-menu-svg{
	display: none;
}

.ast-header-woo-cart{
	margin-left: -10px;
	margin-top: 4px;
}

.ast-icon-shopping-basket .ast-icon svg {
	display: none !important;
}

.ast-icon-shopping-basket .ast-icon {
  width: 20px;
	height: 20px;
  display: inline-block;
  background: url('/wp-content/uploads/2025/10/cart-icon-black.svg') no-repeat center center;
  background-size: contain;
}

.ast-theme-transparent-header .ast-icon-shopping-basket .ast-icon {
	width: 20px;
	height: 20px;
  display: inline-block;
  background: url('/wp-content/uploads/2025/10/cart-icon-white.svg') no-repeat center center;
	background-size: contain !important;
}

.ast-header-break-point .ast-button-wrap .main-header-menu-toggle {
	font-size: 1em;
	padding: 4px 15px 4px 8px;
}

.ast-header-break-point .menu-link {
	border-bottom-width: 0 !important;
}

.ast-mobile-popup-drawer .ast-custom-button {
    color: var(--ast-global-color-3) !important;
    border-color: var(--ast-global-color-3) !important;
}

.ast-mobile-popup-drawer .ast-custom-button:hover {
    color: var(--ast-global-color-5) !important;
    border-color: var(--ast-global-color-1) !important;
}

/** Single Product **/
.single-product .product-wrapper,
.wc-tabs-wrapper,
.woocommerce-notices-wrapper{
	max-width: 1440px !important;
	padding: 0 80px;
	margin: 0 auto;
}

.single-product .product_title{
	font-size: clamp(50px, 4.5vw, 64px);
	font-weight: 700;
	line-height: 1em;
	color: #3c3c3c;
}

.single-product .woocommerce-product-details__short-description{
	margin-top: 20px;
	margin-bottom: 30px !important;
}

.single-product .single_add_to_cart_button {
    padding: 14px 20px 11px 20px !important;
}

.single-product .ast-single-product-payments{
	margin-top: 20px;
}

.single-product .tabs li a {
	font-family: Crake, Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 977px) {
	.w-75 {
		width: 75% !important;
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 977px) {
	.single-product .product-wrapper,
	.wc-tabs-wrapper,
	.woocommerce-notices-wrapper{
	padding: 0 20px;
	}
}

/** Footer **/
.logos .wp-block-uagb-image__figure img {
	max-width: 100px !important;
}

.ast-custom-footer .gform_fields {
	column-gap: 0 !important;
	row-gap: 10px !important;
	display:flex !important;
}

@media only screen and (max-width: 767px) {
.ast-custom-footer .gform_fields {
	justify-content:center !important;
}
}

.ast-custom-footer input{
	font-size: 16px !important;
	border-radius: 0 !important;
}

.ast-custom-footer .gfield--type-email input {
	border: 2px solid #6C6C6C !important;
}

.ast-custom-footer ::placeholder{
	font-weight:700;
	text-transform:uppercase;
}

.ast-custom-footer .validation_message{
	max-width: 250px !important;
}

.ast-custom-footer .gform-theme--foundation #field_submit {
	align-items: flex-start;
}

.ast-custom-footer .gform-button:focus{
	outline: none !important;
}

.ast-custom-footer .gform_validation_errors,
.ast-custom-footer .gform_required_legend {
  display: none !important;
}

.ast-custom-footer .uagb-buttons__outer-wrap.uagb-btn__small-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline) {
	padding: 0 !important;
	background:unset;
}

/** Slide-in Cart **/
.astra-cart-drawer-close:focus{
	outline: none !important;
}

.astra-cart-drawer .astra-cart-drawer-close {
	color: var(--ast-global-color-3);
	transition: all 0.3s;
}

.astra-cart-drawer .astra-cart-drawer-close:hover {
	color: var(--ast-global-color-2);
}

.astra-cart-drawer .astra-cart-drawer-close .ast-close-svg {
    width: 18px;
    height: 18px;
}

.astra-cart-drawer .astra-cart-drawer-header .astra-cart-drawer-title {
  color: var(--ast-global-color-3);
	font-size: 16px;
	font-weight: 500;
}

.woocommerce-mini-cart-item a {
	font-size: 16px;
	color: var(--ast-global-color-3) !important;
}
/** Checkout Page **/
.disabled-checkout {
            opacity: 0.5 !important;
            cursor: not-allowed !important;
            background-color: #ccc !important;
            color: #666 !important;
        }

/** Single Product Page Description **/
.delivery-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.delivery-table th,
.delivery-table td {
  border: 1px solid #ddd;
  padding: 5px 15px;
  vertical-align: top;
	font-size: 15px;
}
.delivery-table th {
  background: #f5f5f5;
  font-weight: bold;
	font-size: 16px; 
	text-align: left;
}
.delivery-table td strong {
  color: #333;
}
@media (max-width: 760px) {
  .delivery-table,
  .delivery-table thead,
  .delivery-table tbody,
  .delivery-table th,
  .delivery-table td,
  .delivery-table tr {
    display: block;
    width: 100%;
  }

  .delivery-table thead {
    display: none;
  }

  .delivery-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fafafa;
    border-radius: 6px;
  }

  .delivery-table td {
    border: none;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .delivery-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #9f7f60;
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
  }
  .delivery-table td strong {
    font-size: 16px;
    color: #333;
  }
  .delivery-table tr:first-child {
    display: none !important;
  }
}

/** Ingredients Gallery Slider **/

.image-carousel-subheading {
  max-width: 945px;
}

.image-carousel-subheading p {
  letter-spacing: -0.04em;
}

.uagb-slick-carousel .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -15%;
}

.uagb-slick-carousel .custom-next svg {
  fill: #000 !important;
}

.uagb-slick-carousel .custom-next:hover svg {
  fill: #9f7f60 !important;
}

.uagb-slick-carousel button.slick-arrow {
  padding: 0;
}

.uagb-slick-carousel .slick-prev {
  display: none !important;
}

@media (max-width: 768px) {
  .uagb-slick-carousel .slick-prev,
  .uagb-slick-carousel .slick-next,
  .uagb-slick-carousel .custom-next {
    display: none !important;
  }
}

.uagb-slick-carousel .slick-slide > div {
  height: 100%;
  background-color: #fff;
  padding: 15px;
  margin: 0 10px !important;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
}

.uagb-slick-carousel .spectra-image-gallery__media-wrapper {
  padding: 0 !important;
}

.uagb-slick-carousel .slick-slide img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}



.pick-your-journey .wp-block-uagb-container {
  aspect-ratio: 1 / 0.883;
}
.pick-your-journey .wp-block-uagb-container::before, .cta-section .wp-block-uagb-container::before {
  transition: opacity 0.3s ease-in;
}

.pick-your-journey .wp-block-uagb-container:hover::before, .cta-section .wp-block-uagb-container:hover::before {
  opacity: 0.6;
}

.pick-your-journey .wp-block-uagb-container .uagb-heading-text, .cta-section .wp-block-uagb-container .uagb-heading-text {
  transition: transform 0.3s ease;
}

.pick-your-journey .wp-block-uagb-container:hover .uagb-heading-text, .cta-section .wp-block-uagb-container:hover .uagb-heading-text {
  transform: scale(0.9);
}

@media (max-width: 768px) {
	.elevate-icons {
		grid-template-columns: 1fr 1fr !important;
		display: grid;
	}
	.why-nbc .uagb-ifb-desc {
		max-width: 100% !important;
	}
}

.elevate-icons .uagb-ifb-image-content {
	padding: 25px !important;
    background: var(--ast-global-color-2);
    border-radius: 100% !important;
	margin: 0 auto;
	max-width: max-content;
} 

.elevate-icons img {
    height: 100px !important;
    width: 100px !important;
}

.slider-cont .wp-block-uagb-advanced-heading, .slider-cont .wp-block-uagb-buttons {
	max-width: 1280px !important;
	margin: 0 auto !important;
}

@media (max-width: 375px) {
	.elevate-icons .uagb-ifb-image-content {
		padding: 15px !important;
	}
}

/** Chef Sample Form **/

.sample-form input[type="text"], .sample-form input[type='email'],
.sample-form input[type='number'],
.sample-form input[type='tel'] {
	border: none;
	border-bottom: solid 1px rgba(112,112,112,0.30);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.sample-form input[type="text"]:focus {
	background: transparent;
	box-shadow: none;
}

.sample-form input[type="submit"] {
	background-color: var(--ast-global-color-2) !important;
    color: #ffffff !important;
    font-family: inherit;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase!important;
	width: 100% !important;
	    font-size: 1rem!important;
    border-radius: 50px !important;
	padding: 20px !important;
	margin-top: 20px !important;
}

.sample-form input[type="submit"]:hover {
	background-color: #71836B !important;
}

/** Recipe Slider **/

@media screen and (min-width: 768px) {
.recipes {
	padding-left: 20%;
}
.recipes .slick-list {
	margin-right: -20%;
}
}
.recipes .slick-next {
	    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 8%;
}


.recipes .slick-arrow svg {
	width: 45px !important;
    height: 45px !important;
	    transition-duration: 0.25s;
}

.recipes .slick-arrow:hover svg {
	fill: #9f7f60 !important;
}

.social-item .uagb-buttons-repeater {
	padding: 10px !important;
}


.wholesale-icons {
	max-width: 100% !important;
}

@media (max-width: 768px) {
	.wholesale-icons {
		display: grid;
    grid-template-columns: 1fr 1fr;
	}
}

.wholesale-icons img {
	filter: invert(1);
}

.wholesale-icons .logo-item, .wholesale-icons .logo-item .uagb-ifb-content {
	height: 100%;
	   display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.search-filter-query .wp-block-post-featured-image {
    overflow: hidden;
}

.search-filter-query .wp-block-post-featured-image img {
    transition: transform 0.4s ease;
    display: block;
}

.search-filter-query .wp-block-post-featured-image:hover img {
    transform: scale(1.08);
}