/*
Theme Name: Corchos
Description: A theme for Corchos
Version: 1.0
Author: CODE CRAFTERS
Author URI: https://www.wearecodecrafters.com
Template: enfold
*/

:root {
	--red:#5a1320;
	--black:#222021;
	--light:#EFECEA;
	--success:#28af5b;
	--danger:#f55;
	--text-color:#222021;
	--font-size-body: 14px;
	--font-size-heading-1: 55px;
	--font-size-heading-2: 34px;
	--font-size-heading-3: 24px;
	--font-size-heading-4: 14px;
	--font-size-heading-5: 12px;
	--font-size-heading-6: 10px;
	--line-height-text: 150%;
	--colum-gap: 9px;
	--row-gap: -9px;
	--heading-fontweight: 600;
}

body#top {
	font-size: var(--font-size-body);
	line-height: 150%;
	font-weight: 400;
}

#top h1, #top h1, #top h1, #top h1, #top h1, #top h1, .h1, .h2, .h3, .h4, .h5, .h6, .av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
	font-weight: var(--heading-fontweight);
}
#top h1, .h1 {
	font-size: var(--font-size-heading-1);
}
#top h2, .h2 {
	font-size: var(--font-size-heading-2);
}
#top h3, .h3 {
	font-size: var(--font-size-heading-3);
}
#top h4, .h4 {
	font-size: var(--font-size-heading-4);
}
#top h5, .h5 {
	font-size: var(--font-size-heading-5);
}
#top h6, .h6 {
	font-size: var(--font-size-heading-6);
}
#top a {
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
#top p:last-child {
	margin-bottom: 0px;
}
#top h2 + p {
	margin-top: 0px;
}
#top strong {
	color: inherit;
}
#top label {
	font-weight: 400;
	color: var(--black);
}


#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number']:not(.qty), #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select, #top div form .form-row input.input-text, #top div #content .form-row input.input-text, #top div form .form-row textarea, #top div #content .form-row textarea {
	border-radius: 6px;
	background: var(--light);
	padding: 10px 15px;
	border: 1px solid var(--enfold-main-color-border);
	color: var(--black);
}
.btn-mt {
	margin-top: 24px;
}






.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb !important;
}
.text-center {
	text-align: center;
}
#top ul.list-check {
	list-style: none;
	margin-left: 0;
	
	li {
		margin-left: 0;
		font-size: 20px;
		padding-left: 30px;
		background: url(img/check.svg) no-repeat left top 4px;
		background-size: 22px;
	}
}






/* Override Enfold Styles */
a#scroll-top-link {
	display: none;
}
#top #header_meta {
	min-height: 1px;
	margin: 0;
	
	.container {
		min-height: 1px;
		display: flex;
		justify-content: center;
		
		.phone-info {
			float: none;
			padding: 10px 0;
			
			a {
				padding: 5px 10px 5px 30px;
				background: url(img/icon-whatsapp.svg) no-repeat left center;
				background-size: 19px;
				display: flex;
				align-items: center;
				transform: translate(0px,0px);
			}
			a:after {
				display: block;
				content: '';
				width: 15px;
				height: 15px;
				background: url(img/arrow-right-white.svg) no-repeat center;
				background-size: 100%;
				transform: translate(-14px,0px);
				margin-left: 10px;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: 0.3s all ease-in-out;
				-moz-transition: 0.3s all ease-in-out;
				-o-transition: 0.3s all ease-in-out;
				transition: 0.3s all ease-in-out;
				
			}
			a:hover {
				transform: translate(-10px,0px);
			}
			
			
			a:hover:after {
				transform: translate(0px,0px);
				opacity: 1;
				visibility: visible;
			}
		}
		
		a {
			color: white;
			font-weight: 500;
			font-size: 15px;
		}
	}
}
#top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
	height: auto!important;
	line-height: normal!important;
}
#main {
	background-color: white;
}
.container {
	padding: 0px 30px;
}
.content, .sidebar {
	padding-top: 70px;
	padding-bottom: 70px;
}
.inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
span.logo, nav.main_menu {
	position: static;
}
span.logo {
	padding: 10px 0;
	
	img, svg {
		height: 30px;
	}
}

.av-main-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
}
#top .av-main-nav {
	a {
		font-weight: 500;
		padding: 0;
		font-size: 14px;
	}
}
#top #header_main > .container .main_menu .av-main-nav > li > a {
	padding: 32px 0;
}
#top .av-main-nav > li > a:hover, #top .header_color .av-subnav-menu a:hover, #top .header_color .main_menu .menu ul li > a:hover, #top .header_color .main_menu .menu ul li > a:focus {
	color: var(--red);
}
#top .header_color .main_menu ul ul, #top .header_color .main_menu .menu ul li a, #top .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
	background-color: white;
}
#top .header_color .main_menu ul ul {
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
}
#top ul.sub-menu {
	border: 0;
	overflow: hidden;
	border-radius: 0px 0px 15px 15px;
	padding: 16px 24px;
}
#top .av-main-nav ul a {
	padding: 0px;
	font-weight: 400;
	border: 0;
	min-height: 1px;
	line-height: normal;
}
#top .av-main-nav ul li:not(:last-child) {
	margin-bottom: 12px;
}
#top .menu-item-has-children > a > span.avia-menu-text {
	padding-right: 18px!important;
	background: url(img/icon_dropdown.svg) no-repeat right top 5px;
	background-size: 10px;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
	text-transform: initial;
	letter-spacing: 0px;
}
#top .avia-button, #top #wrap_all button.single_add_to_cart_button, #top .avia-button, #top #wrap_all button.single_add_to_cart_button + .shop_whatsapp_button, #top #wrap_all .product_left_inner .shop_whatsapp_button {
	padding: 10px 30px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 6px;
	margin: 0;
}
#top #wrap_all button.single_add_to_cart_button {
	margin-bottom: 10px;
}
#top #wrap_all button.single_add_to_cart_button, #top .avia-button, #top #wrap_all button.single_add_to_cart_button + .shop_whatsapp_button, #top #wrap_all .product_left_inner .shop_whatsapp_button {
	padding: 10px 15px;
}

#top .main_color .avia-color-theme-color:hover {
	background-color: var(--black);
}
#top .avia-button.avia-color-light:hover {
	background: white;
	color: var(--black);
	opacity: 1;
}
.avia-content-slider, .avia-content-slider-inner {
	overflow: visible;
}
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
	border-radius: 0px;
}



/* Custom template styles  */
.grecaptcha-badge {
	opacity: 0;
	visibility: hidden;
}
.vertical_banner_bg {
	padding: 30% 0;
}
#products_home .entry-content-wrapper:before, #products_home .entry-content-wrapper:after, #main_products.flex_column:before, #main_products.flex_column:after, #cats_products .entry-content-wrapper:before, #cats_products .entry-content-wrapper:after {
	display: none;
}
#products_home .entry-content-wrapper {
	display: flex;
	align-items: start;
}
#top .vertical_banner_bg {
	padding: 31% 0;
	width: 32%;
}
#main_products.flex_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main_products .av-special-heading {
	width: auto;
	padding-bottom: 0!important;
}
#cats_products .entry-content-wrapper {
	.card-cat {
		width: 295px!important;
		height: 295px;
		position: relative;
		margin: 0 var(--colum-gap);
		border-radius: 20px;
		overflow: hidden;
		
		.av-special-heading {
			position: absolute;
			bottom: 22px;
			left: 22px;
			z-index: 2;
		}
		.avia-image-container {
			margin-bottom: 0px;
			height: 100%;
			
			.avia-image-container-inner, .avia-image-overlay-wrap {
				height: 100%;
			}
			
			img {
				object-fit: cover;
				height: 100%;
			}
		}
	}
	.card-cat:before {
		visibility: visible;
		width: 100%;
		position: absolute;
		height: 50%;
		z-index: 1;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 100) 100%);
		bottom: 0;
	}
	.card-cat:hover {
		img {
			height: 110%;
			-webkit-transition: 0.5s all ease-in-out;
			-moz-transition: 0.5s all ease-in-out;
			-o-transition: 0.5s all ease-in-out;
			transition: 0.5s all ease-in-out;
		}
	}
	
}
#cats_products {
	position: relative;
}
#cats_products .slick-list {
	overflow: visible;
}
.pb-0 .template-page {
	padding-bottom: 0px;
}
#cats_products .container, #cats_products .units, #cats_products .entry-content-wrapper {
	position: static;
}
.slick-fw-light:before, .slick-fw-light:after, .slick-fw-dark:before, .slick-fw-dark:after {
	content: '';
	display: block;
	width: 10%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
}
.slick-fw-light:before {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	left: 0;
}
.slick-fw-light:after {
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	right: 0;
}
.slick-fw-dark:before {
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	left: 0;
}
.slick-fw-dark:after {
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	right: 0;
}
#section_club_vino {
	position: relative;
}
#section_club_vino:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 85%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	z-index: 1;
	right: 0;
}
#top .carusel-videos .slide-entry-wrap {
	width: 750px !important;
	margin: 0 var(--colum-gap);
}
.posttype-video {
	position: relative;
	padding-bottom: 28.5%; /* 16:9 */
	padding-top: 28.5%;
	height: 0;
}
.posttype-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top .posts-news .avia-content-slider-inner > .slide-entry-wrap {
	padding: 0 var(--colum-gap);
	width: 100%;
	max-width: 33.333333%;
}
.posts-news .avia-content-slider-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 var(--row-gap);
}

#top .posts-news {
	text-align: center;
}
#top .posts-news h3.slide-entry-title {
	font-size: 20px;
}
#top .posts-news .slide-content {
	padding: 10px 15px 0px;
	display: flex;
	flex-direction: column;
}
#top .posts-news .slide-meta {
	order: 1;
}
#top .posts-news .entry-content-header, #top .posts-news .slide-entry-excerpt {
	order: 2;
}
#top .posts-news .entry-content-header {
	margin-bottom: 10px;
}
.read-more-link {
	margin-top: 15px;
}
a.more-link {
	font-weight: 500;
}
a.more-link:hover {
	color: var(--black);
}
#logo-footer img {
	width: 100%;
	max-width: 160px;
}
.menu-footer ul li a {
	color: var(--black);
}
.menu-footer ul li {
	margin: 0;
	padding: 0;
}
.menu-footer ul {
	margin: 0;
	list-style: none;
	margin-top: 14px;
}
#social-footer span.av_font_icon {
	border: 1px solid var(--black);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
#social-footer span.av_font_icon:hover {
	background: var(--black);
	
	.av-icon-char:before {
		color: white;
	}
}
#footer-page .template-page {
	padding-top: 40px;
	padding-bottom: 40px;
}
.powerby {
	margin-left: 10px!important;
	line-height: normal!important;
	display: block!important;
	> span {
		display: none;
	}
	img {
		width: 100%;
		max-width: 150px;
	}
}
.avia_textblock.copyright > div {
	display: flex
;
	align-items: center;
	line-height: normal;
}
.avia_textblock.copyright {
	display: flex
;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
}





/* Slick */
.slick-arrow {
	border: 0;
	font-size: 0px;
	padding: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	outline: none;
}
.slick-prev {
	background: url(img/arrow-left.svg) no-repeat center;
	background-size: 100%;
	left: 0;
}
.slick-next {
	background: url(img/arrow-right.svg) no-repeat center;
	background-size: 100%;
	right: 0;
}
.slick-fw-dark .slick-prev {
	background: url(img/arrow-left-white.svg) no-repeat center;
	background-size: 100%;
	left: 30px;
}
.slick-fw-dark .slick-next {
	background: url(img/arrow-right-white.svg) no-repeat center;
	background-size: 100%;
	right: 30px;
}
.slick-fw-light .slick-prev {
	left: 30px;
}
.slick-fw-light .slick-next {
	right: 30px;
}




/* Header */
.user-menu ul {
	display: flex;
	column-gap: 10px;
	margin: 0;
	li:hover a, li.active a {
		background: var(--light);
	}
}
#top .menu-icon {
	a {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: var(--black);
		font-size: 12px;
		padding: 12px 15px;
		border-radius: 8px;
		cursor: pointer;
		
	}
	a:before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		margin-bottom: 5px;
	}
}
#top .cart_dropdown_link:hover {
	background: var(--light);
}
#top .cart_dropdown_link span[data-av_iconfont="entypo-fontello"] {
	display: none!important;
}
#top .cart_dropdown_link:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
	background: url(img/icon_cart.svg) no-repeat center;
	background-size: 20px;
}
#top .av-cart-counter.av-active-counter {
	margin-top: -31px;
}



.icon-search a:before {
	background: url(img/icon_search.svg) no-repeat center;
	background-size: 20px;
}
.icon-account a:before {
	background: url(img/icon_account.svg) no-repeat center;
	background-size: 20px;
}
.icon-cart a:before {
	background: url(img/icon_cart.svg) no-repeat center;
	background-size: 20px;
}
#top .thumbnail_container img {
	height: 175px;
	width: auto;
	margin: 0 auto;
	object-fit: cover;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	mix-blend-mode: multiply;
}
li.product:hover img {
	filter: grayscale(100%) contrast(200%);
}

#top .products.columns-4 .thumbnail_container img {
	height: 200px;
}



/* WooCommerce */
#top .sidebar_left .content {
	margin-right: -40px;
	padding-left: 40px;
	padding-top: 40px;
}

#top.archive .sidebar_left .content {
	margin-right: 0px;
	padding-left: 0px;
	width: 100%;
}

.text_resultados_filtro {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	
	.title-filterd-results {
		font-weight: 600;
	}
}
#top .text_resultados_filtro ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	column-gap: 10px;
	
	li {
		margin: 0;
		padding: 0;
		background: white;
		border: 1px solid var(--light);
		padding: 5px 10px;
		border-radius: 4px;
		line-height: 1;

	}
}
.no_sort .product-sorting {
	display: none;
}
#top #wrap_all ul.products:not(.changeRow) {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-left: var(--row-gap);
	margin-right: var(--row-gap);
	row-gap: var(--colum-gap);
	
	li.product {
		margin: 0;
		width: 25%;
		padding: 0 var(--colum-gap);
		display: flex;
		flex-direction: column;
		
		.woocommerce-product-details__short-description {
			display: none;
		}
	}
	li.product:hover {
		position: relative;
		z-index: 1;
		
		
		.avia_cart_buttons {
			transform: translate(0px, 0%);
		}
		a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
			transform: translate(0, 0%);
		}
		
		
		.inner_product {
			box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
			border: 1px solid white;
		}
		.avia_cart_buttons {
			opacity: 1;
			visibility: visible;
		}
	}
}
#top #wrap_all ul.products.columns-5 {
	li.product {
		width: 20%;
	}
}

#top #wrap_all ul.products.changeRow {
	li.product {
		width: 100%;
		
		.inner_product_header {
			text-align: left;
			padding-left: 20px;
			width: calc(100% - 246px);
		}
		.woocommerce-loop-product__title {
			font-size: 18px;
		}
		.inner_product {
			display: flex;
			flex-direction: row;
			align-items: center;
			padding: 20px 40px;
		}
		.woocommerce-product-details__short-description, .woocommerce-product-details__short-description strong {
			color: black;
			display: initial;
			font-size: 14px;
		}
		.avia_cart_buttons {
			-webkit-transition: none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
			transform: none;
			opacity: 1;
			visibility: visible;
			width: 230px;
		}
		a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
			display: flex;
			transform: none;
			flex: auto;
			align-items: center;
			-webkit-transition: none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
			width: calc(100% - 230px);
			padding: 0 50px 0 0px;
		}
		.thumbnail_container img {
			height: 400px;
			-webkit-transition: none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
		}
		
	}
} 

#top .imagenes-destacadas {
	margin: 30px 0;
	padding: 0 10px;
}


#top .carrusel-products {
	ul.products {
		margin-top: -10px!important;
	}
	.slick-track {
		display: flex;
		padding-top: 10px;
		
		.slick-slide {
			height: auto;
		}
		.slick-slide > div {
			height: 100%;
		}
	}
	li.product {
		width: 350px!important;
		height: 100%;
	}
	.thumbnail_container img {
		height: 250px;
	}
}

.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	transform: translate(0, 15%);
	flex: 1;
}
#top .producto-destacado {
	.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		transform: translate(0, 0%);
	}	
	.inner_product {
		border: 0;
	}
}



#top .inner_product {
	border-radius: 10px;
	border: 0;
	padding-bottom: 20px;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	position: relative;
	height: 100%;
	transform: scale(1);
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	overflow: visible;
}
#top .inner_product_header {
	min-height: 1px;
	border: 0;
	padding: 0 10px;
	text-align: center;
	font-size: 10px;
	background: transparent;
}
#top #wrap_all .avia_cart_buttons {
	margin-top: 8px;
	width: 100%;
	padding: 0px 10px;
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end;
	opacity: 0;
	visibility: hidden;
	column-gap: 8px;
	border: 0;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	row-gap: 6px;
	z-index: 99;
	transform: translate(0px, 200%);
	
	a.button, button.button {
		padding: 6px 10px;
		width: 100%;
		border-radius: 4px;
		font-size: 10px;
		line-height: 20px;
		text-align: center;
		display: flex;
		justify-content: center;
		column-gap: 5px;
		
		svg {
			width: 16px;
			-webkit-transition: 0.3s all ease-in-out;
			-moz-transition: 0.3s all ease-in-out;
			-o-transition: 0.3s all ease-in-out;
			transition: 0.3s all ease-in-out;
		}
		
		> span {
			display: none;
		}
	}
	
	.add_to_cart_button {
		background: var(--black);
		color: white;
		
		svg {
			width: 20px;
		}
		
	}
	.add_to_cart_button:hover {
		background: var(--red);
	}
	.shop_whatsapp_button {
		border: 1px solid var(--red);
		color: var(--red);
		background: white;
	}
	.shop_whatsapp_button:hover {
		background: var(--black);
		border-color: var(--black);
		color: white;
		
		svg {
			fill:white;
		}
	}
	.screen-reader-text, .button-mini-delimiter {
		display: none;
	}
}
#top .product_left {
	
	a.button, button.button {
		padding: 6px 10px;
		width: 100%;
		border-radius: 4px;
		font-size: 10px;
		line-height: 20px;
		text-align: center;
		display: flex;
		justify-content: center;
		column-gap: 5px;
		
		svg {
			width: 16px;
			-webkit-transition: 0.3s all ease-in-out;
			-moz-transition: 0.3s all ease-in-out;
			-o-transition: 0.3s all ease-in-out;
			transition: 0.3s all ease-in-out;
		}
		
		> span {
			display: none;
		}
	}
	.shop_whatsapp_button {
		border: 1px solid var(--red);
		color: var(--red);
		background: white;
	}
	.shop_whatsapp_button:hover {
		background: var(--black);
		border-color: var(--black);
		color: white;
		
		svg {
			fill:white;
		}
	}
}
.inner_product_header .avia-arrow {
	display: none;
}
#top .woocommerce-loop-product__title {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
}
#top div .product_on_sale .inner_product_header {
	padding-right: 10px;
}
#top .onsale {
	top: 22px;
	right: 22px;
	border-radius: 50%;
	font-size: 10px;
	line-height: normal;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top span.price del, #top span.price del * {
	font-size: 11px;
	font-weight: 400;
}
#top #wrap_all ins:before {display: none;}



/* Age Gate */
#top .agl_main {
	border-radius: 20px;
	
	.agl_form {
		img {
			width: 100%;
			max-width: 200px;
		}
		h2 {
			margin-top: 20px;
		}
		
	}
	
	.agl_buttons {
		border-radius: 5px;
	}
}


#top #wrap_all .productos-destacados-slider {
	position: fixed;
	bottom: 40px;
	left: 40px;
	z-index: 3;

	.productos-container {
		position: relative;
		
		.producto-destacado {
			background: white;
			width: 400px;
			padding: 15px 25px 15px 10px;
			box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
			border-radius: 10px;
			
			li {
				list-style: none;
			}
			
			.inner_product_header_cell:before {
				content: 'Recomendado por Corchos:';
				display: block;
				font-weight: 500;
				font-size: var(--font-size-heading-4);
				color: var(--black);
			}
			.woocommerce-product-details__short-description {
				display: none;
			}
			.woocommerce-loop-product__title {
				font-size: 12px;
			}
		}
	}
	
	.inner_product {
		padding-bottom: 0;
	}
	
	.avia_cart_buttons  {
		display: none;
	}
	
	.woocommerce-loop-product__link {
		display: flex;
		align-items: center;
		
		img {
			width: 65px;
			height: auto;
		}
	}
	.thumbnail_container {
		
	}
	.inner_product_header {
		text-align: left;
		width: calc(100% - 65px);
	}
	.onsale {
		border-radius: 0;
		right: 0;
		top: 5px;
		height: auto;
		display: inline-flex;
		padding: 0px;
		color: var(--red);
		background: white;
		line-height: normal;
		min-height: 1px;
	}

}





/* Woocommerce category */
#top .av-section-color-overlay-wrap:before {
	content: '';
	display: block;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}
#top .banner_product_category h1.av-banner-description {
	font-weight: var(--heading-fontweight);
	font-size: var(--font-size-heading-1);
	margin-bottom: 0px;
	line-height: 1;
}
#top .av-banner-description p {
	margin-top: 0;
}
#top .av-banner-description {
	font-size: 24px;
}


.close-area {
	display: flex;
	justify-content: end;
}
.openFixProducts {
	display: none;
	position: fixed;
	bottom: 25px;
	left: 25px;
	z-index: 9;
	width: 60px;
	height: 60px;
	background: url(img/icono_corchos_2025.svg) white no-repeat center;
	background-size: 30px;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}




/* Sidebar */
.head-sideFilter {
	position: absolute;
	top: 20px;
	left: 20px;	
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	
	h3 {
		margin: 0;
	}
}
.close-filter, .close-fixproducts {
	background: transparent;
	border: 0;
	padding: 0;
	display: flex;
	align-items: center;
	column-gap: 10px;
	cursor: pointer;
}
.close-filter:after, .close-fixproducts:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('img/icon-close.svg') no-repeat center center;
	background-size: 100%;
}
#top .wpfClearButton {
	border: 0;
	border-top: 1px solid black;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background: transparent;
	align-items: center;
	column-gap: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	cursor: pointer;
}
#top .wpfClearButton:hover {
	opacity: 0.5;
}
#top .wpfClearButton:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(img/reset.svg) no-repeat center center;
	background-size: 18px;
}


.template-search-none {	
	p.entry-content, search, .hr_invisible, section.\34 04_recommendation {
		display: none;
	}
}


#top #main .sidebar_left .sidebar {
	border-right: 0px;
	padding-top: 60px;
	padding-bottom: 30px;
	position: fixed;
	top: 0;
	left: 0;
	width: 360px;
	height: calc(100% - 90px);
	background: white;
	z-index: 999;
	overflow: auto;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	transition: transform 0.3s ease-in-out;
	transform: translateX(-100%); /* Oculta la barra lateral */
}
#top #main .sidebar_left .sidebar.open {
  transform: translateX(0);
}
.sidebar_left .inner_sidebar {
	margin-right: 0px;
	background: white;
	padding: 10px 15px;
	border-radius: 0px;
}
#top .sidebar_left .content {
	border-left: 0;
}
#top .wpfMainWrapper {
	display: flex;
	flex-direction: column;
	
	.wfpTitle {
		font-weight: 500;
		color: var(--black);
	}
	
	.wpfFilterTitle {
		margin-bottom: 15px;
	}
	.wpfTitleToggle {

	}
	.ms-options-wrap button {
		margin-top: 0px;
		border-color: black !important;
		padding: 7px 14px !important;
		border-radius: 5px !important;
		color: black !important;
	}
}
#top .widget .ms-options ul {
	display: flex;
	flex-direction: column;
	
	li {
		label {
			font-weight: 400;
			color: var(--black);
			line-height: normal !important;
			padding-left: 28px !important;
			font-size: 13px;
			padding-top: 3px;
			padding-bottom: 3px;
		}
	}
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
	left: 3px;
	top: 2px!important;
}

nav.breadcrumbs {
	padding-top: 20px;
	display: flex;
	align-items: center;
	color: var(--black);
	font-size: 12px;
	flex-wrap: wrap;
	
	span.separator_breadcrumbs {
		margin: 0 10px;
	}
	
	a {
		color: var(--red)
	}
}
.template-shop .breadcrumbs-wrap .container {
	padding: 0;
	
	nav.breadcrumbs {
		padding-top: 0px;
	}
}

.options-buttons-category {
	display: flex;
	align-items: center;
}
.buttons-filter-mode {
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid;
	
	button {
		display: flex;
		align-items: center;
		column-gap: 10px;
		background: transparent;
		border: 1px solid black;
		border-radius: 4px;
		padding: 8px 16px;
		cursor: pointer;
	}
	
	button:hover {
		background: var(--black);
		color: white;
		
		svg {
			fill: white;
		}
	}
}
.options-bar {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
	justify-content: space-between;
}
.btn-change-mode {
	border: 1px solid transparent;
	background: transparent;
	padding: 8px 8px 6px;
	line-height: 1;
	border-radius: 4px;
	cursor: pointer;
}
.mode-active {
	background: white;
	border: 1px solid #ddd;
}
.imagenes-destacadas img {
	width: 100% !important;
}
.imagenes-destacadas {
	width: 100% !important;
}



/* WooCommerce internal page product */
.single-product .template-shop {
	border: 0;
	/* background: var(--light); */
}
.template-shop + #av_section_1 {
	background: white;
	border: 0;
}
.single-product .breadcrumbs-wrap {
	background: var(--light);
	
	nav.breadcrumbs {
		padding-bottom: 15px;
	}
}
.single-product div.product {
	display: flex;
	flex-wrap: wrap;
	background: white;
	padding: 0px;
	border-radius: 20px;
}
.product_right {
	width: 290px;
	padding-right: 30px;
}
.single-product-main-image {
	width: calc(100% - 580px);
	margin: 0;
	padding-bottom: 0px;
}
.single-product-summary {
	width: 290px;
	padding-left: 30px;
}
#top h1.product_title.entry-title {
	font-size: var(--font-size-heading-3);
}
#top .woocommerce-product-gallery {
	a {
		background: var(--light);
	}
	img {
	}
}
#top .woocommerce-product-gallery__wrapper > a {
	padding: 0;
	border: 0;
}
.single-product div.product .woocommerce-product-gallery img {
	aspect-ratio: 3 / 4;
	object-fit: contain;
	mix-blend-mode: multiply;
	display: block;
}
.single-product .container_wrap.template-shop {
	padding-top: 40px;
}
.template-shop .single-product-main-image .images a {
	border: 0;
	padding: 0;
}
.slick-dots {
	margin: 0;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	
	li {
		button {
			border: 1px solid var(--black);
			padding: 0;
			width: 10px;
			height: 10px;
			background: white;
			font-size: 0;
			border-radius: 3rem;
		}
	}
	li.slick-active {
		button {
			background: var(--red);
			border-color: var(--red);
		}
	}
	
}
.html_stretched #top.archive #wrap_all, .html_stretched #top.archive #wrap_all #main,  .html_stretched #top.archive #wrap_all #main .container_wrap.main_color {
	background: var(--light);
	border: 0;
}
#top .related.products > h2 {
	text-align: center;
	color: var(--black);
	margin-bottom: 15px;
	font-size: 30px;
}
ul.tabs.wc-tabs {
	display: none;
}
#top div.product .woocommerce-tabs {
	padding: 0;
}
#top div div.product .woocommerce-tabs .panel {
	border-radius: 0px;
	padding: 0;
	margin-top: 25px;
	border: 0;
	background: transparent;
}
#top div div.product .woocommerce-tabs .panel h2 {
	display: none;
}
.product_meta > span {
	line-height: 1.1;
	position: relative;
}
.product_meta > span > span {
	padding-left: 0px;
}
.product_meta {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	row-gap: 10px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 20px;
}
#top .product_right p.price, #top .product_right p.price * {
	font-size: 22px;
}
#top .product_right p.price del, #top .product_right p.price del * {
	font-size: 16px;
	color: #a8a8a8 !important;
	font-weight: 400;
}
.product_right .woocommerce-product-details__short-description p:first-child {
	margin-top: 0;
}
.product_right .woocommerce-product-details__short-description {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--enfold-main-color-border);
	font-size: 12px;
	line-height: 1.3;
}
.text-stock {
	margin-top: 20px;
}
.text-stock.success {
	color: var(--success);
}
.text-stock.danger {
	color: var(--danger);
}
.sale-label {
	background: var(--black);
	color: white;
	text-align: center;
	padding: 4px;
	margin-bottom: 15px;
}
.sale-inner {
	border: 1px solid white !important;
	padding: 10px;
	position: relative;
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sale-inner > span {
	font-weight: 700;
	display: block;
	margin-top: -14px;
}
#top .descuento {
	font-size: 12px;
	width: 100%;
	line-height: 1;
}
.featured-info {
	width: 100%;
	margin-top: 15px;
}
.descuento > span {
	font-size: 28px;
	font-weight: 700;
	display: block;
}

.ahorro, .porcentage {
	span {
		font-weight: 700;
	}
}
.porcentage {
	font-size: 14px;
	color: var(--danger);
	line-height: 1;
}
#top .shop_attributes {
	background: none;
}
#top .shop_attributes, #top .shop_attributes * {
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0px;
	color: var(--black);
}
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra, .main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li, #top .main_color .avia-data-table.avia_pricing_minimal th {
	background: none;
}
#top .shop_attributes tr:not(:last-child) th, #top .shop_attributes tr:not(:last-child) td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
#top .shop_attributes th {
	width: 70px;
	font-weight: 500;
}
#top .shop_attributes td {
	text-transform: capitalize;
}
.template-shop .product_meta {
	margin-bottom: 5px;
	top: 0;
}
span.posted_in {
	display: none;
}
.shop_attributes {
	clear: both;
	margin: 5px 0 5px;
}
.shop_attributes li {
	display: flex;
	margin-bottom: 6px;
}
.shop_attributes li span {
	display: block;
	line-height: 1;
	
	p {
		margin: 0;
	}
}
.shop_attributes li span:last-child {
	margin-left: 5px;
} 
#top .summary .cart {
	margin-bottom: 0px;
	margin-top: 20px;
}
div form.cart div.quantity {
	width: 100%;
}
#top #wrap_all button.single_add_to_cart_button {
	width: 100%;
	display: flex;
	justify-content: center;
}
#top button.single_add_to_cart_button:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(img/icon_cart_white.svg);
	background-size: 18px;
	background-repeat: no-repeat;
}
#top #wrap_all .cart + .shop_whatsapp_button {
	margin-top: 8px !important;
	background: transparent;
	color: var(--red);
	display: flex !important;
	width: 100%;
	align-items: center;
	column-gap: 6px;
	font-size: 14px;
	justify-content: center;
	border: 1px solid var(--red);
	padding: 10px 10px;
}
#top .cart .shop_whatsapp_button svg {
	width: 18px;
}
#top form.cart .button.single_add_to_cart_button.button {
	min-height: 42px;
}
div form.cart div.quantity {
	margin: 0 0 10px;
}
#top div .quantity input.qty {
	width: calc(100% - 86px);
}
#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
	background-color: white;
}
.premium-badge, .productos-destacados-slider li.product .premium-badge {
	background: url(img/premium_hor.png) no-repeat center;
	background-size: 100%;
	width: 150px;
	height: 71px;
	position: relative;
	left: -10px;
	margin-bottom: 15px;
	margin-top: -20px;
}
.productos-destacados-slider li.product .premium-badge {
	position: absolute;
	width: 100px;
	top: -36px;
	left: -17px;
	height: 50px;
	margin: 0;
	border-radius: 0;
}


li.product .premium-badge {
	background: url(img/premium_ver.png) no-repeat center;
	background-size: 100%;
	width: 70px;
	height: 83px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	border-radius: 20px 0 0 0;
	overflow: hidden;
	margin-bottom: 0;
}


.fixed-right .product_right_inner {
	position: fixed;
	top: 20px;
	width: 290px;
	padding-right: 30px;
}
#top .fixed-summary .summary {
	position: fixed;
	top: 20px;
	width: 260px;
}
#top .stopped .summary {
	position: absolute;
	bottom: 0;
	width: 260px;
}
.stopped .product_right_inner {
	position: absolute;
	bottom: 0;
	width: 290px;
	padding-right: 30px;
}



/* Proceso de compra */
#top.woocommerce-checkout #main .container_wrap, #top.woocommerce-account #main .container_wrap {
	background: var(--light);
}
#top.woocommerce-page .button {
	border-radius: 6px;
	font-size: 14px;
}
#top #wrap_all div.woocommerce-message {
	color: #155724;
	background-color: #f7f6f7;
	border-color: #f7f6f7;
	border-top: 3px solid #95ac3c;
	padding: 18px 36px;
	display: flex;
	justify-content: space-between;
}
#top #wrap_all .woocommerce-message a.button {
	background: #5b8829!important;
	border-color: #5b8829!important;
	position: static;
	margin: 0;
	font-size: 14px;
	border-radius: 6px;
}
.woocommerce_row_cart {
	display: flex;
	flex-wrap: wrap;
	
	.woocommerce_total_cart {
		width: 400px;
	}
	.woocommerce_products_cart {
		width: calc(100% - 400px);
		padding-right: 40px;
	}
}
#top table.shop_table {
	background: transparent;
	border: 0;
	
	td, th {
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}
	td {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	td:first-child, th:first-child {
		padding-left: 0;
	}
	td:last-child, th:last-child {
		padding-right: 0;
		text-align: right;
	}
	th {
		opacity: 0.3;
		padding-top: 0;
	}
}
.product_header_cart {
	display: flex;
	column-gap: 15px;
	align-items: center;
}
#top .product-thumbnail {
	a {
		display: block;
		background: var(--light);
		line-height: 0;
		padding: 0;
		border-radius: 5px;
	}
	img {
		width: auto;
		height: 70px;
		aspect-ratio: 3 / 4;
		object-fit: contain;
		mix-blend-mode: darken;
	}
}
#top #wrap_all .product-quantity {
	text-align: center;
	
	.quantity {
		border: 1px solid var(--enfold-header-color-border);
		border-radius: 5px;
		width: 89px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	
	input.minus, input.plus, input.qty {
		height: 29px;
		width: 29px;
		line-height: 29px;
		border: 0;
	}
	
	a.remove {
		background: none;
		border-radius: 0px;
		width: auto;
		height: auto;
		border: 0;
		text-indent: initial;
		color: var(--black);
		display: inline-flex;
		align-items: center;
		column-gap: 5px;
		margin: 0 auto;
	}
	
	a.remove:before {
		content: '';
		display: block;
		width: 12px;
		height: 14px;
		background: url(img/trash.svg) no-repeat center center;
		background-size: 12px;
	}
	a.remove:hover {
		opacity: 0.5;
	}
}
#top .product-subtotal {
	text-align: right;
}
#top #wrap_all .cart_header_page {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	
	h3, h2 {
		margin: 0;
	}
	
	.actions {
		display: flex;
		align-items: center;
		
		.btn-action {
			background: none;
			color: var(--black);
			height: auto;
			margin: 0;
			width: auto;
			min-width: 1px;
			line-height: 1;
			padding: 0;
			display: flex;
			align-items: center;
			column-gap: 5px;
			font-weight: 500;
		}
		.btn_reload:before {
			content: '';
			display: block;
			width: 13px;
			height: 15px;
			background: url(img/reload.svg) no-repeat;
			background-size: 100%;
		}
	}
}
#top .cart_collaterals {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--enfold-main-color-border);
	padding: 30px;
	border-radius: 8px;
	line-height: 1;
	
	.coupon_inner {
		padding-top: 10px;
		display: flex;
		flex-direction: column;
		row-gap: 6px;
		
		input {
			margin: 0;
		}
		button {
			margin: 0;
		}
	}
	
	.question_cupon {
		margin: 0;
		
		a {
			font-weight: 500;
		}
	}
	
	.coupon_custom {
		display: none;
	}
	
	.cart_totals {
		border-top: 1px solid var(--enfold-main-color-border);
		padding-top: 15px;
		margin-top: 15px;
	}
}
#top .cart_totals {
	table {
		margin-bottom: 0;
		
		th {
			opacity: 0.4;
			letter-spacing: 0px;
			text-transform: initial;
			font-weight: 500;
		}
		th, td {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.cart-subtotal th, .cart-subtotal td {
			padding-top: 0;
		}
		
		td {
			text-align: right;
		}
		.order-total {
			th, td {
				border-bottom: 0;
				font-size: 16px;
			}
			th {
				opacity: 1;
			}
			td {
				strong {
					color: var(--black);
					font-weight: 600;
				}
			}
		}
	}
	.woocommerce-shipping-methods {
		margin: 0;
		li {
			text-align: right;
			padding: 0;
		}
		li:not(:last-child) {
			margin-bottom: 10px;
		}
	}
	p.woocommerce-shipping-destination, .shipping-calculator-button {
		display: none;
	}
	.wc-proceed-to-checkout {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
		
		a {
			margin: 0;
		}
	}
}

.checkout_coupon, .woocommerce-form-coupon-toggle {
	display: none;
}
#top .woocommerce_checkout_row {
	float: none;
	display: flex;
	flex-wrap: wrap;
	
	.woocommerce_checkout_customer_details {
		width: calc(100% - 400px);
		padding-right: 40px;
	}
	.woocommerce_checkout_review {
		width: 400px;
	}
}
#top .woocommerce_checkout_card, #top .woocommerce-order-details {
	padding: 24px;
	border: 1px solid var(--enfold-main-color-border);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	background: white;
	
	h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.woocommerce-billing-fields__field-wrapper {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
		
		.form-row {
			width: 100%;
			padding: 0 10px;
		}
		.form-row-first, .form-row-last {
			width: 50%;
		}
		#billing_city_field, #billing_state_field, #billing_postcode_field {
			width: 33.33%;
		}
	}

}
#top .woocommerce_checkout_card:not(:last-child) {
	margin-bottom: 15px;
}
p#billing_country_field {
	display: none;
}
.select2-container .select2-selection--single {
	background: var(--light);
	border: 1px solid var(--enfold-main-color-border);
	border-radius: 6px;
	height: auto;
	padding: 10px 15px;
	min-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.select2-dropdown {
	border-color: var(--enfold-main-color-border)!important;
}
#top .h3.woocommerce-form__label span, #top #order_comments_field label {
	font-size: 16px;
	font-weight: 600;
	color: var(--black);
}
#top #order_comments_field label {
	margin-bottom: 5px;
}
#top .woocommerce_checkout_review .woocommerce-checkout-review-order-table {
	th {
		text-transform: initial;
		letter-spacing: 0px;
		font-weight: 600;
	}
	td {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 12px;
	}
	td:last-child {
		text-align: right;
		line-height: 1.1;
	}
	#shipping_method {
		margin: 0;
		
		li {
			text-align: right;
		}
	}
	tfoot {
		th {
			padding-top: 10px;
		}
		.order-total th {
			opacity: 1;
		}
	}
}
#top #payment {
	border: 0;
	background: transparent;
	padding: 0;
}
#top.woocommerce-checkout #payment h3 {
	padding: 0;
}
#top #payment ul.payment_methods {
	padding: 1px 0;
}
#top #payment ul.payment_methods li {
	border-radius: 6px;
	background: transparent;
	
	label {
		color: var(--black);
		font-size: 12px;
		font-weight: 500;
	}
}
#top #payment ul.payment_methods li:not(:last-child) {
	margin-bottom: 10px;
}
#top #payment div.payment_box {
	width: 100%;
	padding-top: 14px;
	padding-bottom: 0px;
	line-height: 1.4;
	font-weight: 400;
	font-size: 12px;
	border-top: 1px solid var(--enfold-main-color-border);
	margin-top: 7px;
	padding-left: 3px;
	padding-right: 3px;
}
#top #payment div.form-row {
	padding-left: 0;
	padding-right: 0;
	font-size: 12px;
	line-height: 1.4;
}
#top .form-row.place-order button {
	width: 100%;
	margin-top: 10px !important;
}
.form-row.place-order {
	display: flex;
	flex-direction: column;
	margin-bottom: 0px!important;
	pading-bottom: 0px!important;
}
div#pickup-items-field-for-0 {
	display: none;
}
#top #wrap_all .userOptionsShop {
	display: flex;
	align-items: center;
	column-gap: 10px;
	
	#menu-item-shop .cart_dropdown_link {
		border: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: var(--black);
		font-size: 12px;
		padding: 12px 15px;
		border-radius: 8px;
		cursor: pointer;
		border: 0;
		
		.av-cart-container {
			display: none;
		}
	}
	
}
.html_header_top #menu-item-shop.cart_dropdown {
	border: 0;
}










/* My Account */
.woocommerce-customer-details {
	margin-top: 1rem;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders thead th {
	border-top: 0;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders {
	background: transparent;
	margin-bottom: 0;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders tr {
	background: transparent;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders td, table.woocommerce-orders-table.woocommerce-MyAccount-orders th {
	border-left: 0;
	border-right: 0;
}
.button.view {
	border-radius: 0.35rem;
	font-weight: 500;
}
nav.woocommerce-MyAccount-navigation li a {
	background: transparent;
	border: 0;
	color: var(--black);
	text-align: left;
	padding: 0.75rem 1.25rem;
	line-height: normal;
}
#top nav.woocommerce-MyAccount-navigation {
	background: white;
	border: 1px solid var(--enfold-main-color-border);
	border-radius: 0.75rem;
	overflow: hidden;
	margin-right: 20px;
}
#top nav.woocommerce-MyAccount-navigation li.is-active a, #top nav.woocommerce-MyAccount-navigation li:hover a {
	color: var(--black);
	font-weight: 400;
}
#top nav.woocommerce-MyAccount-navigation li.is-active, #top nav.woocommerce-MyAccount-navigation li:hover {
	
}
#top .alert .woocommerce-info {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}
#top .alert.alert-downloads .woocommerce-info {
	display: flex;
	align-items: center;
	flex-direction: column;
}
#top .alert .woocommerce-info a {
	position: static;
	float: none;
}
#top .u-columns.woocommerce-Addresses .woocommerce-Address {
	width: 50%;
	padding: 0 1rem;
	border: 0;
}
#top .u-columns.woocommerce-Addresses {
	display: flex;
	width: auto;
	margin: 0 -1rem;
}
#top .card-myaccount-wc form {
	display: flex;
	flex-direction: column;
}
.card-order-wc, .card-myaccount-wc {
	padding: 1.5rem;
	background: #fff;
	border: 1px solid var(--light);
	border-radius: 0.5rem;
}
button.show-password-input {
	display: none;
}
.woocommerce-Address {
	margin-top: 10px;
}
#top .woocommerce-orders-table__cell-order-actions {
	text-align: right;
	
	a {
		float: right;
	}
}
#top .woocommerce-order-inner {
	border: 1px solid var(--enfold-main-color-border);
	background: white;
	padding: 24px;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	border-radius: 10px;
	
	.woocommerce-columns {
		display: flex;
		flex-direction: column;
		
		.woocommerce-column {
			width: 100%;
			border: 0;
			padding: 0;
		}
		
		.woocommerce-column:not(:last-child) {
			margin-bottom: 30px;
		}
	}
	.woocommerce-customer-details + h2 {
		margin-top: 30px;
	}
}
h3.woocommerce-thankyou-order-received {
	text-align: center;
}
#top #wrap_all ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	
	li {
		display: flex;
		justify-content: space-between;
		border: 0;
		margin-right: 0;
		padding-right: 0;
		text-transform: initial;
		font-size: 12px;
		padding: 0;
		margin: 0;
		
		strong {
			font-weight: 500;
			font-size: 12px;
		}
	}
	li:not(:last-child) {
		border-bottom: 1px solid var(--enfold-main-color-border);
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

#top .woocommerce-order-details__title, #top .woocommerce-customer-details h3, #top .woocommerce-customer-details h2 {
	font-size: 18px;
}
#top #wrap_all #main table.shop_table.order_details {
	border: 0;
	border-collapse: collapse;
	
	td, th {
		border-bottom: 1px solid var(--enfold-main-color-border);
		padding-top: 10px;
		padding-bottom: 10px;
	}
	> tfoot:nth-last-child(2) {
		display: none;
	}
}
#top .woocommerce-MyAccount-content .woocommerce-customer-details {
	.woocommerce-columns {
		display: flex!important;
		column-gap: 20px;
		margin-bottom: 20px;
		
		.woocommerce-column {
			background: white;
			border: 1px solid var(--enfold-main-color-border);
			padding: 24px;
			border-radius: 10px;
			width: 50%;
		}
	}
}

#top .col_form_section {
	padding: 50px;
	
	.av_textblock_section {
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
		
		.wpcf7-form {
			p {
				display: flex;
				flex-wrap: wrap;
				margin: 0 -10px;
				
				label {
					padding: 0 10px;
					width: 100%;
				}
				.input-email, .input-phone {
					width: 50%;
				}
			}
		}
	}
}

#top #page_sucursales .flex_column_table {
	margin-top: 15px;
}

#top .card-location {
	padding: 35px;
	border-radius: 12px;
	text-align: center;
	
	.avia-image-container {
		img {
			height: 40px;
			width: auto;
			object-fit: contain;
		}
	}
}
span.post-meta-infos > span {
	display: none;
}
#top .av-share-box ul {
	display: flex;
	border: 0;
	justify-content: center;
	column-gap: 15px;
	
	li {
		border: 0;
		a {
			padding: 0;
			font-size: 20px;
		}
	}
	
}
h5.av-share-link-description.av-no-toc {
	text-align: center;
	border-top: 1px solid var(--enfold-main-color-border);
	padding-top: 20px;
	margin-top: 20px;
}
#top #promo-carrusel {
	margin-top: 10px;
	
	.avia-gallery-thumb {
		a {
			-webkit-transition: 0.5s all ease-in-out;
			-moz-transition: 0.5s all ease-in-out;
			-o-transition: 0.5s all ease-in-out;
			transition: 0.5s all ease-in-out;
		}	
	
		img {
			width: auto;
			height: 450px;
			border: 0;
			padding: 0 10px;
		}
	}
	.slick-active {
		a {
			
		}
	}
}

.slick-dots {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	width: 100%;
	list-style: none;
	
	li {
		margin: 0;
		list-style: none;
	}
}
#top .card-beneficio {
	background: var(--light);
	border-radius: 10px;
	padding: 30px;
	
	.av-special-heading {
		margin-top: 15px;
		padding-bottom: 0!important;
		
		.av-special-heading-tag  {
			font-size: 19px;
		}
	}
}
.logo-escuela .avia_image {
	width: 100%;
	max-width: 250px;
	margin: 15px 0;
}

#top #search-products {
	position: absolute;
	top: 100%;
	background: white;
	right: 0;
	width: 100%;
	max-width: 290px;
	display: none;
	
	form {
		margin: 0;
		overflow: visible;
		
		.av_searchsubmit_wrapper {
			padding-right: 0px!important;
		}
		.av_searchsubmit_wrapper, input#s {
			background: transparent;
		}
		#searchsubmit {
			background: url(img/icon_search.svg) no-repeat center;
			font-size: 0px;
			background-size: 20px;
		}
		.av_searchform_element_results {
			position: absolute;
			top: 100%;
			background: var(--light);
			border-radius: 0px;
			margin-top: 0px;
			
			h4 {
				font-weight: 700;
				padding-top: 15px;
			}
			span.av_ajax_search_title {
				color: var(--black);
				font-weight: 600;
			}
			span.ajax_search_excerpt {
				margin-top: 0;
			}
			.av_ajax_search_image {
				border-radius: 0px;
				width: 38px;
				height: 38px;
				
				img {
					object-fit: contain;
				}
			}
		
		}
	}
}
.av_minimal_header #menu-item-shop .dropdown_widget {
	display: none!important;
}
#top .cart_dropdown_link:after {
	content: 'Carrito';
}

.content .entry-content-wrapper {
	padding-right: 0px;
}
.related ul.products.columns-4 {
	justify-content: center;
}
.stretch_full.container_wrap.alternate_color.dark_bg_color.empty_title.title_container {
	display: none !important;
}

.html_av-overlay-side .av-burger-overlay-scroll {
	width: 100%;
	transform: translateX(100%);
}
.html_av-overlay-side.av-burger-overlay-active-delayed .av-burger-overlay-scroll {
	transform: translateX(0);
}
.html_av-overlay-side #top .av-burger-overlay-scroll {
	background: rgb(255 255 255 / 78%);
	backdrop-filter: blur(10px);
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
	border: none;
}
.html_av-submenu-hidden .av-submenu-indicator {
	opacity: 1;
	font-size: 16px;
}
.html_av-submenu-hidden .av-submenu-indicator:before {
	color: black;
}
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover .av-submenu-indicator:before {
	color: white;
}
#top #av-burger-menu-ul:before {
	content: '';
	display: block;
	background: url(img/icono_corchos_2025.svg) no-repeat center;
	background-size: 100%;
	width: 27px;
	height: 60px;
	position: absolute;
	top: 44px;
	left: 50px;
}

@media (max-width: 1024px) {
	:root {
		--font-size-heading-1: 45px;
		--font-size-heading-2: 28px;
		--font-size-heading-3: 20px;
		--font-size-heading-4: 14px;
		--font-size-heading-5: 12px;
		--font-size-heading-6: 10px;
	}
	#top #header_meta {
		& .container {
			.phone-info {
				padding: 5px 0;
			}
		}
	}
	#top .posts-news h3.slide-entry-title {
		font-size: 18px;
	}
	#social-footer span.av_font_icon {
		width: 34px;
		height: 34px;
	}
	
	
	#top #wrap_all ul.products:not(.changeRow) {
		li.product {
			width: 33.333%;
		}
		li:last-child, li:nth-last-child(2){
			display: none;
		}
	}
}

@media (max-width: 989px) {
	#top #footer-page .flex_column_table {
		display: flex;
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
		text-align: center;
		
		.flex_column {
			width: 100%;
			display: flex;
			justify-content: center;
		}
	}
	#top .carusel-videos .slide-entry-wrap {
		width: 520px !important;
	}

	#products_home .entry-content-wrapper {
		flex-direction: column;
		row-gap: 24px;
	}
	#top .vertical_banner_bg {
		padding: 35% 0;
		width: 100%;
	}
	#main_products.flex_column {
		width: 100%;
		margin: 0;
	}
	#top .header_color .main_menu ul ul {
		box-shadow: none;
		border-radius: 0px;
		padding: 0;
		background: transparent;
	}
	.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a {
		padding: 0 0 0 0px;
	}
	.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
		order: 1;
		width: 132px;
		display: flex;
		justify-content: end;
		position: static;
		align-items: center;
	}
	.responsive.html_mobile_menu_tablet.html_cart_at_menu #top .main_menu .menu>li:last-child {
		padding-right: 0px;
		margin-right: 0px;
	}
	.product_right, .single-product-main-image.alpha, .single-product-summary {
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	span.img-logo-cdv {
		display: block;
		margin-top: 0px;
		margin-left: -10px;
	}
	span.img-logo-cdv img {
		height: 90px;
	}
	#top .descuento {
		width: auto;
	}
	.woocommerce_row_cart {
		.woocommerce_products_cart {
			width: 100%;
			padding-right: 0px;
		}
		.woocommerce_total_cart {
			width: 100%;
		}
	}
	#top .woocommerce_checkout_row {
		row-gap: 15px;
		
		.woocommerce_checkout_customer_details {
			width: 100%;
			padding-right: 0px;
		}
		.woocommerce_checkout_review {
			width: 100%;
		}
	}
	#top #club_about .flex_column {
		width: 100%;
	}
	#top #benefits .flex_column_table .av-flex-placeholder {
		display: none;
	}
	#top #benefits .flex_column_table .flex_column {
		width: calc(50% - 7px);
		margin: 0;
	}
	#top #benefits .flex_column_table {
		margin: 14px 0 0;
		float: none;
		width: auto;
		clear: both;
		display: flex;
		flex-wrap: wrap;
		column-gap: 14px;
		row-gap: 14px;
	}
	#top #contact_form_page .flex_column_table {
		display: flex!important;
		flex-wrap: wrap;
		
		.flex_column {
			width: 100%;
		}
		.form-image {
			padding: 32% 0;
		}
	}
	#top .card-beneficio {
		padding: 16px;
		
		.av-special-heading {
			.av-special-heading-tag {
				font-size: 14px;
			}
		}
		.avia_textblock {
			line-height: 1.4;
			font-size: 13px;
		}
	}
}

@media (max-width: 767px) {
	
	:root {
		--font-size-heading-1: 45px;
		--font-size-heading-2: 28px;
		--font-size-heading-3: 20px;
		--font-size-heading-4: 14px;
		--font-size-heading-5: 12px;
		--font-size-heading-6: 10px;
		--colum-gap: 5px;
		--row-gap: -5px;
	}
	
	.openFixProducts, .productos-destacados-slider {
		display: none!important;
	}
	#top .col_form_section {
		& .av_textblock_section {
			& .wpcf7-form {
				& p {
					.input-email, .input-phone {
						width: 100%;
					}
				}
			}
		}
	}

	#top #promo-carrusel {
		& .avia-gallery-thumb {
			img {
				width: auto;
				height: 290px;
			}
		}
	}
	.buttons-filter-mode {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}
	.buttons-change-mode {
		display: none;
	}
	#top nav.woocommerce-MyAccount-navigation {
		margin-right: 0;
	}
	#top .woocommerce_checkout_card, #top .woocommerce-order-details, #top .woocommerce-order-inner {
		padding: 16px;
	}

	#top .woocommerce_checkout_card, #top .woocommerce-order-details {
		& .woocommerce-billing-fields__field-wrapper {
			.form-row-first, .form-row-last {
				width: 100%;
			}
			#billing_city_field, #billing_state_field, #billing_postcode_field {
				width: 100%;
			}
		}
	}
	.responsive table.shop_table.cart .product-price, .responsive table.shop_table.cart .product-tax {
		width: 100%;
		text-align: left;
	}
	.responsive table.shop_table .product-subtotal, .responsive .shop_table .product-quantity {
		display: table-cell!important;
	}
	.responsive #top table .product-name {
		border-top: 0;
		border-left: 0;
		border-radius: 0;
		text-align: left;
	}
	#top div div.woocommerce-message a.button {
		width: 100%;
		min-width: 90px;
	}
	#top #wrap_all div.woocommerce-message {
		text-align: center;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		row-gap: 10px;
	}
	nav.breadcrumbs {
		span.separator_breadcrumbs {
			margin: 0 6px;
		}
	}
	.sale-inner {
		justify-content: center;
	}
	.options-bar {
		flex-direction: column;
		row-gap: 15px;
	}
	.responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
		display: initial;
	}
	#top #header_meta {
		& .container {
			a {
				font-size: 13px;
			}
		}
	}
	.avia_textblock.copyright {
		flex-direction: column;
		row-gap: 15px;
		padding-bottom: 50px;
	}
	#top .carrusel-products {
		li.product {
			width: 300px !important;
			height: 100%;
		}
	}
	#top .posts-news .avia-content-slider-inner > .slide-entry-wrap {
		width: 100%;
		max-width: 100%;
	}
	#top .carusel-videos .slide-entry-wrap {
		width: 320px !important;
	}
	.av-minimum-height-75:not(.av-slideshow-section) .container, .av-cell-min-height-75 > .flex_cell {
		height: auto!important;
	}
	#section_club_vino .flex_column {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#section_club_vino:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
		z-index: 1;
		right: 0;
	}
	.content, .sidebar {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#cats_products .entry-content-wrapper {
		.card-cat {
			width: 250px !important;
			height: 250px;
			margin: 0 var(--colum-gap) !important;
			border-radius: 18px;
		}
	}
	#title_cats .av-special-heading {
		text-align: center;
	}
	#top #wrap_all .avia_cart_buttons {
		a.button, button.button {
			padding: 5px 8px;
			font-size: 9px;
		}
	}
	
	
	#top #wrap_all ul.products:not(.changeRow) {
		li.product {
			width: 50%;
		}
	}
	#main_products.flex_column {
		justify-content: center;
		text-align: center;
		row-gap: 10px;
	}
	.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li > a {
		font-weight: 600;
		font-size: 16px;
	}
	
	.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
		color: white;
	}
	#top #search-products {
		left: -16px;
		width: auto;
		right: -16px;
		max-width: initial;
	}
	#top #wrap_all .userOptionsShop {
		column-gap: 6px;
		
		#menu-item-shop .cart_dropdown_link {
				font-size: 12px;
				padding: 8px 10px;
			}
	}
	.user-menu ul {
		column-gap: 6px;
	}
	#top .menu-icon {
		a {
			font-size: 12px;
			padding: 8px 10px;
		}
	}
	.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
		width: auto;
	}
	.responsive #top #menu-item-shop.cart_dropdown {
		line-height: normal;
		margin: 0;
	}
	.responsive #top #wrap_all .container {
		width: 100%;
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	.responsive #top .av-logo-container .avia-menu {
		height: auto;
	}
	.responsive #top .logo {
		height: auto !important;
		width: auto !important;
	}
	.responsive .logo img, .responsive .logo svg {
		height: 50px !important;
	}
}