/**
Theme Name: Vinos Natural
Author: Vinos Natural
Author URI: https://www.vinosnatural.cl/
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: vinos-natural
Template: astra
*/

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: #111549;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: #111549;
    border: none;
    background: transparent;
}

.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img {
	filter:none;
}

.site-logo-img img {
    filter:none;
}

.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after, .ast-theme-transparent-header .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
    color: #ffffff!important;
}

body.ast-theme-transparent-header .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
	color: #000000!important;
}

/*TIENDA*/

.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
.woocommerce-js ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category {
    font-size: 17px;
}
.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 17px;
}


.product-template-default.ast-page-builder-template .ast-container {
	max-width: 1240px;
}
.product-template-default.ast-page-builder-template .ast-container #primary {
        margin: 4em 0;
        padding: 0;
}
.product-template-default.ast-page-builder-template .ast-container .ast-woocommerce-container {
	padding: 5.34em 6.67em;
	background-color:#ffffff;
}

.ast-theme-transparent-header .ast-builder-menu-1 ul li ul a {
	color: #4d4f48!important;
}

.woocommerce-js div.product .product_meta .sku_wrapper {
	display:none;
}
.product-template-default div.summary {
	display:grid;
}
.product-template-default div.summary .single-product-category {
	order:1;
}
.product-template-default div.summary .product_title {
	order:2;
}
.product-template-default div.summary .price {
	order:3;
	margin-bottom: 30px!important;
}
.product-template-default div.summary .woocommerce-product-details__description {
	order:4;
}
.product-template-default div.summary .ast-stock-detail {
	order:5;
}
.product-template-default div.summary .cart {
	order:6;
}
.product-template-default div.summary .product_meta {
	order:7;
}

/* Desktop only: Left-side vertical gallery thumbnails on single product */
@media (min-width: 769px) {
  .single-product .woocommerce-product-gallery {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  /* Thumbnails column */
  .single-product .woocommerce-product-gallery .flex-control-nav,
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    order: 0;
    width: 88px;              /* adjust to taste */
    display: flex !important;
    flex-direction: column;
    gap: 8px;
  }

  /* Make each thumb fill the column width */
  .single-product .woocommerce-product-gallery .flex-control-nav li,
  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
  }

  /* Main image area */
  .single-product .woocommerce-product-gallery .flex-viewport,
  .single-product .woocommerce-product-gallery__wrapper {
    order: 1;
    width: calc(100% - 104px); /* 88px + gap */
  }
}

/* Mobile-specific padding fix */
@media (max-width: 544px) {
  .product-template-default.ast-page-builder-template .ast-container {
    padding-left: 0.54em;
    padding-right: 0.54em;
  }
}

@media (max-width: 768px) {
.product-template-default.ast-page-builder-template .ast-container .ast-woocommerce-container
 {
    padding: 24px;
    background-color: #ffffff;
}
	}

/*SIDEBAR*/
.ast-woo-sidebar-widget p {
	display:none;
}
.ast-woo-sidebar-widget h4 {
	margin-bottom: 10px;
}

/* ==== Simple checkbox list (no counts) ==== */
#preset_2278 .filter-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
#preset_2278 .filter-item { margin: 0 0 10px; }

#preset_2278 .filter-item label {
  display: flex;
  align-items: center;
  gap: 10px;                 /* space between box and text */
  cursor: pointer;
  color: #666;
  font-size: 15px;
}

/* native checkbox, just a bit larger & brand color when checked */
#preset_2278 .filter-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #111;        /* change to your brand color if you want */
  border-radius: 3px;
}

/* text */
#preset_2278 .filter-item .term-label {
  text-decoration: none;
  color: inherit;
}
#preset_2278 .filter-item .term-label:hover { color: #111; }

