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

/* fix checkout */ 
/* select */
#order_sucursal_main_result #pv_centro_oca_estandar { max-width: 100% }
/* sticky resume */
.fc-sidebar.is-sticky.is-sticky--top {
	padding-top: 100px;
}

/* hide breadcrumbs in product // changed to display it again
.woocommerce-js .product .summary .single-product-category { display: none!important }
*/

/* sticky header */
header.site-header { position: fixed; width: 100% }
#content.site-content { padding-top: 90px }
#checkout .fc-sidebar.is-sticky.is-sticky--top .fc-sidebar__inner { margin-top: 90px }

/* fix yith wishlist icon on product */
.ast-article-single .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist { padding: 10px 20px!important }

.yith-wcwl-add-to-wishlist a.add_to_wishlist img,
.yith-wcwl-add-to-wishlist a.add_to_wishlist:hover img {
	max-width: 22px;
	filter: invert(40%) sepia(100%) saturate(7000%) hue-rotate(356deg) brightness(100%) contrast(100%);
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist img { 
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(186deg) brightness(100%) contrast(100%);
}
.yith-wcwl-wishlistexistsbrowse img {
	filter: invert(40%) sepia(100%) saturate(7000%) hue-rotate(356deg) brightness(100%) contrast(100%);
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist > div > a > img,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist > div > a:hover > img{
	max-width: 32px
}

/* sale message on card */
.ast-onsale-card {
	top: 1rem;
	left: 3.5rem;
}

/* checkout show fields button */
.fc-expansible-form-section__toggle.is-activated.is-collapsed {
	display: block!important;
	height: auto!important;
}
.fc-expansible-form-section__toggle.is-activated.is-collapsed a {
	color: #910f06!important;
}
.fc-expansible-form-section__toggle.is-activated.is-collapsed .expansible-section__toggle-plus::before {
	content: "\e80e";
}

/* product accordion */
.su-accordion .su-spoiler .su-spoiler-title { 
	font-size: 18px;
	color: #8e9f8c;
	font-weight: 400;
	position: relative;
	padding: 10px;
}
.su-accordion .su-spoiler .su-spoiler-title .su-spoiler-icon {
	right: 10px;
	left: auto;
	position: absolute;
}
.su-accordion .su-spoiler .su-spoiler-content,
.su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-content {
	padding: 15px 10px 25px;
	border-bottom: 2px solid #8e9f8c;
}
.su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-content {
	opacity: 1;
	height: 10px;
	padding-bottom: 0
}
.su-accordion *:focus {
	outline: none!important;
}

/* woocommerce tabs */
.woocommerce-tabs ul.tabs {
	width: 100%;
	background-color: transparent!important;
	border: none!important;
}
.woocommerce-tabs ul.tabs li a { padding: .5em 2em!important; }

/* fix pisol shipping calculator selects */
.pisol-shipping-calculator-form select { padding: .6em }

/* fix price in funnelKit Cart */
.fkcart-summary-amount .woocommerce-Price-amount.amount { font-size: 1.2em }
.fkcart-summary-amount .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol { font-size: .8em; margin-right: 2px }

/* fix wrench icon in product tabs */
.woocommerce ul.wc-tabs li a::before { display: none!important }

/* fix search results */
@media (min-width: 600px ){
	.search.search-results .ast-row{
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  column-gap: 20px;
	}
	.search.search-results .ast-row .product {
		padding: 0;
		margin: 0;
	}
	.search.search-results .ast-row .product .ast-article-inner {
		border: 0;
	}
	.search.search-results .ast-row .product .ast-blog-featured-section.post-thumb {
		margin-bottom: 0.8em;
	}
	.search.search-results .ast-row .product .entry-title{
		font-size: 1em;
	}
	.search.search-results .ast-row .product .ast-read-more-container {
		margin: 0;
	}
	
	/*
	.search.search-results .ast-row .product .post-content {
	  display: grid;
	  grid-template-columns: repeat(6, 1fr);
	  grid-gap: 10px;
	}
	.search.search-results .ast-row .product .post-content .ast-blog-featured-section.post-thumb {
		grid-column: 1;
		grid-row: 1 / 3;
	}

	.search.search-results .ast-row .product .post-content .entry-title,
	.search.search-results .ast-row .product .post-content .read-more {
		grid-column: 2 / 7;

	}
	*/
}
.search.search-results .ast-row .product .entry-header,
.search.search-results .ast-row .product .ast-excerpt-container { display: none }

/* fix woocommerce reviews in tabs */
.woocommerce-tabs .woocommerce-Reviews { margin-top: 72px }
@media ( max-width: 600px ) {
	.woocommerce-tabs .woocommerce-Reviews { margin-top: 120px }
}

/* fix edit button in wishlist */
.wishlist-title .show-title-form { display: none!important }

/* fix single product page */
.single.single-product .site-content div.content-area.primary#primary { margin-top: 0; padding-top: 0; }
.single.single-product .site-content div.woocommerce-breadcrumb { padding-top: 1.5em; }
@media (min-width: 922px) {
	.single.single-product .site-content div.woocommerce-breadcrumb { padding-top: 4em; }
}

/* hide downloads button from acount page */
.woocommerce-MyAccount-navigation-link--downloads { display: none }



/* fix astra theme */
/* fix duplicate bank details */
.woocommerce-order .woocommerce-bacs-bank-details:nth-of-type(2) { display: none; }
.woocommerce-order p:nth-child(3) { display: none; }

/* fix account address panels */
.woocommerce .addresses .title h3, 
.woocommerce-account .addresses .title h3 {
	font-size: 1.1em;
	padding: .7em
}

/* fix form zoom on iphone */
input,
select:focus,
textarea {
  font-size: 16px!important;
}

/* fix store titles size */
.woocommerce-products-header__title { font-size: 2.4rem !important }

/* Fix Product Image Flipper */
.tp-image-hover { transition: all 0.3s ease-out }
.tp-image-wrapper .tp-image-hover { opacity: 0; }
.tp-image-wrapper:hover .tp-image-hover { opacity: 1!important }