/*
Theme Name: Repuestos Aquaroni
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
	--red: #c70918;
	--red-2: #E3051C;
	--red-light: #E17984;
	--blue: #0a2b72;
	--blue-2: #6fb2ff;
	--gray: #868E96;
	--light: #f5f5f5;
	--font: "Inter", sans-serif;
	--logo-width: 230px;
	--border-color: rgb(226, 232, 240);
	--letter-spacing: -0.02em;
	--border-radius: 8px;
	--gradient-two: linear-gradient(135deg,  rgba(227,5,28,1) 0%,rgba(10,43,114,1) 100%);
	--gradient-three: linear-gradient(135deg,  rgba(227,5,28,1) 1%,rgba(0,72,154,1) 50%,rgba(10,43,114,1) 100%);
	--gradient-four: linear-gradient(-45deg, #0a2b72, #00489A, #c70918, #E3051C);
	--gradient-dark-transparent: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
	--box-shadow: 3px 3px 10px 2px rgb(0 0 0 / 10%);
	--color-success: #12B886;
	--color-success-dark: #099268;
	--color-success-lighter: #E6FCF5;
	--color-danger: #F03E3E;
	--color-danger-dark: #C92A2A;
	--color-danger-light: #FFF5F5;
	--color-warning: #FD7E14;
	--color-warning-dark: #E8590C;
	--color-warning-lighter: #FFF4E6;
	--color-review: #FFD43B;
	--color-review-dark: #FCC419;
	--color-review-lighter: #FFF9DB;
}

#top {
	font-family: var(--font);
	font-size: 16px;
}

#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6 {
	font-family: var(--font);
	letter-spacing: 0px;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
	text-transform: initial;
	font-weight: 700;
}
#top h3 {
	font-weight: 600;
}
#top h4 {
	font-weight: 700;
	font-size: 15px;
	letter-spacing: -0.025em;
}
#top th {
	text-transform: initial;
	letter-spacing: 0;
	font-weight: 600;
	color: black;
}

body#top .column-top-margin {
	margin-top: 30px;
}
.avia_textblock {
	line-height: 1.6;
}
#top .avia-button, 
#top #wrap_all .avia_cart_buttons a, 
#top #revista-newsletter .form-mailchimp form input,
#top .frm_button_submit, 
#top button.single_add_to_cart_button.button,
#top div div.woocommerce-message a.button {
	font-size: 15px;
	font-weight: 600;
	min-height: 48px;
	padding-inline: calc(48px / 2);
	border: 1px solid transparent;
	border-radius: var(--border-radius);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	flex-shrink: 0;
	line-height: 1;
	letter-spacing: var(--letter-spacing);
	text-transform: none;
	white-space: nowrap;
	transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
#top .frm_button_submit {
	background-color: var(--red);
}
#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'], #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 #main .avia_search_element form div input,
#top #main .select2-container .select2-selection--single {
	background-color: white;
	border-color: rgb(148, 163, 184);
	outline-color: rgb(226, 232, 240)!important;
	min-height: 52px;
	padding-block: 0.25rem;
	padding-inline: calc(42px / 3)!important;
	border-radius: calc(8px + 2px);
	font-size: 14px!important;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-bottom: 0px!important;
}
#top #main .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block;
	line-height: 40px !important;
	height: 100% !important;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
	padding-top: 121px!important;
}
.avia-image-container.avia-align-center {
	margin-bottom: 0;
}
.avia-image-container + section.av_textblock_section {
	margin-top: 0px;
}
.big-preview.single-big > a.lightbox-added {
	width: 100%;
	max-width: 736px;
	margin: 0 auto;
}
figure.wp-block-image + figure.wp-block-image {
	margin-top: 15px;
}
#top figure.wp-block-image + .wp-block-heading {
	margin-top: 30px;
}
ul.wp-block-list {
	line-height: 125%;
	margin-left: 0;
}

.tab_titles {
	margin-left: 230px;
	display: inline-flex;
	column-gap: 4px;
	background: var(--light);
	padding: 4px;
	border-radius: 8px;
	width: auto;
	float: none;
}
.js_active #top .tab_titles .tab {
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.8125rem;
	line-height: 1.9230769231;
	font-weight: 600;
	border: 0;
	box-shadow: none;
	border-radius: var(--border-radius);
	padding: 0.3125rem 0.75rem;
	-webkit-transition: all 0.2s 
	cubic-bezier(0.28, 0.12, 0.22, 1);
		transition: all 0.2s 
	cubic-bezier(0.28, 0.12, 0.22, 1);
}
.js_active #top .tab_titles .active_tab {
	background: var(--gradient-two);
	color: white!important;
}
#top .tabcontainer {
	margin-top: -40px;
	overflow: visible;
}
#top .tabcontainer section.av_tab_section .tab_content {
	margin-top: 20px;
	clear: both;
	background: transparent;
	border: 0;
	padding: 0;
	padding-top: 25px;
	border-top: 1px solid var(--border-color);
}
#top .active_tab_content .tab_inner_content {
	margin: 0;
}
#top #products-tabs .avia-button-wrap {
	position: absolute;
	top: 52px;
	right: 0;
	z-index: 5;
}
#top #products-tabs .avia-button-wrap .avia-button {
	background: transparent;
	color: black;
	border-radius: 0;
	padding: 0;
	min-height: 1px;
}
#top #products-tabs .avia-button-wrap .avia-button svg {
	fill: black;
}
#top .flex-section .entry-content-wrapper:before, #top .flex-section .entry-content-wrapper:after {
	display: none;
}
#top .flex-section .entry-content-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
	background: var(--gradient-three);
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container * {
	color: white !important;
}
#top .title_container .main-title {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.1;
}
.title_container .breadcrumb {
	position: static;
	margin: 0;
}
.title_container .container:after {display: none;}
.title_container .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
span.trail-before {
	display: none !important;
}
.breadcrumb-trail {
	text-transform: uppercase;
}
.breadcrumb .sep {
	margin: 0 5px;
	text-align: center;
}
nav.woocommerce-breadcrumb ul {
	display: flex;
	text-transform: uppercase;
	line-height: 15px;
	font-size: 11px;
	margin: 0;
	gap: 10px 5px;
}
nav.woocommerce-breadcrumb ul li:not(:last-child) {
	display: flex;
	align-items: center;
	gap: 10px 5px;
}
span.breadcrumb-sep {
	width: 8px;
	text-align: center;
}







#top .container_wrap_meta {
	color: white;
	background: var(--gradient-four);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	animation: gradient 15s ease infinite;
	min-height: 37px;
}
#top .container_wrap_meta * {
	color: white;
	font-weight: 400;
	font-size: 13px;
}
#top .container_wrap_meta a {
	font-weight: 700;
}
#top #header_meta .container:after {
	display: none;
}
#top #header_meta .container {
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top #header_meta .container .phone-info  {
	order: 1;
	padding: 0;
}
#top #header_meta .container .social_bookmarks {
	order: 2;
	display: flex;
	column-gap: 6px;
	margin: 0;
}
#top #header_meta .container .social_bookmarks li {
	border: 0;
}
#top #header_meta .container .social_bookmarks li a {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	line-height: normal;
	min-height: 1px;
}
#top .social_bookmarks li.avia-svg-icon svg:first-child, #top .social_bookmarks li.avia-svg-icon img[is-svg-img="true"] {
	margin: 0;
	fill: white;
}
.social_bookmarks_Linktree span.avia_hidden_link_text {
	display: none;
}
.social_bookmarks_Linktree a::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 24px;
	background: url('img/icon_linktree.svg') no-repeat center center;
	background-size: contain;
}
#top .av-logo-container .inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top .logo, #top .main_menu {
	position: static;
	height: auto;
}
#top .logo {
	width: var(--logo-width);
	display: block;
}
#top .logo, #top .logo a {
	overflow: visible;
}
.logo img, .logo svg {
	width: var(--logo-width);
}
#top nav.main_menu {
	width: calc(100% - var(--logo-width));
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 50px;
}
#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;
	padding: 0;
}
#top #header_main > .container .main_menu .av-main-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
#top .av-main-nav {
	display: flex;
	column-gap: 1.75rem;
}
#top .av-main-nav > li > a {
	font-weight: 500;
	font-size: 14px;
	padding: 0;
}
#top .av-main-nav > li:hover > a,
#top .av-main-nav > li.current-menu-item > a {
	color: var(--red);
}
#top .av-main-nav li > ul {
	box-shadow: var(--box-shadow);
	border: 1px solid var(--border-color) !important;
	border-radius: var(--border-radius);
	padding: 10px;
}
#top .av-main-nav li > ul > li > a {
	border: 0;
	font-weight: 400;
	
}
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
	border-radius: 0.35rem;
	padding: 0.25rem 1rem;
}
.header-icons-btn {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
#top .header-icons-btn ul:not(.product_list_widget) {
	margin: 0;
	display: flex;
	column-gap: 8px;
	border: 0;
}
#top #header .header-icons-btn ul:not(.product_list_widget, .cart_dropdown) li {
	margin: 0;
	padding: 0;
	border: 0;
} 
#top #header .header-icons-btn ul:not(.product_list_widget, .cart_dropdown) li a {
	padding: 0;
}
#top .additional-menu, #top .additional-menu * {
	line-height: normal !important;
	height: auto !important;
}
#top #header .additional-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px!important;
	height: 30px!important;
	font-size: 0px;
}
#top #header .icon-search a {
	background: url(img/search.svg) no-repeat center;
	background-size: 100%;
}
#top .av-cart-container svg {
	display: none;
}
#top .av-cart-container {
	margin: 0;
	background: url(img/shopping.svg) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;

}
.open-quoter-modal #quoter-section {
	position: relative;
	z-index: 999;
}
#top .widget_shopping_cart_content {
	border-radius: var(--border-radius);
}
#top .cart_list.product_list_widget {
	padding: 1.5rem 1.5rem 0.5rem;
}
#top .dropdown_widget .cart_list {
	display: flex;
	flex-direction: column;
}
#top .dropdown_widget .cart_list li {
	padding: 10px 0;
}
#top .dropdown_widget .cart_list li a img {
	aspect-ratio: 1 / 1;
	object-fit: scale-down;
}
#top .dropdown_widget .total * {
	color: black;
	font-size: 17px;
}
#top .dropdown_widget .total {
	padding: 0.5rem 1.5rem 1.5rem;
}
#top #header .dropdown_widget .buttons {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
#top #header .dropdown_widget .buttons .button {
	width: 100%;
	padding: 10px 10px;
	display: block;
	border: 2px solid var(--red);
	background: transparent;
	color: var(--red);
	order: 2;
	border-radius: var(--border-radius);
}
#top #header .dropdown_widget .buttons .checkout {
	order: 1;
	background: var(--gradient-two);
	color: white;
	border: 0;
}



#quoter-section .entry-content-wrapper:before, #quoter-section .entry-content-wrapper:after {
	display: none;
}
#quoter-section .entry-content-wrapper {
	background: var(--gradient-three);
	color: white;
	padding: 3rem;
	border-radius: 1em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -3rem;
}
#quoter-section .entry-content-wrapper > .flex_column {
	width: calc(100% - 300px);
}
#quoter-section .entry-content-wrapper > .avia_codeblock_section {
	width: auto;
}



#top .card-catalog-cat {
	background: #f5f5f5;
	border-radius: 1em;
	overflow: hidden;
	padding: 1.25rem;
}
#top .card-catalog-cat .av-special-heading {
	margin: 0;
}
#top .card-catalog-cat .avia-image-container {
	margin-bottom: 0;
}
#top .card-catalog-cat .avia-image-container img {
	aspect-ratio: 3 / 2;
	object-fit: scale-down;
}
#top .card-catalog-cat .av-special-heading-tag {
	font-weight: 500;
	font-size: 14px;
}
.card-catalog-cta:before, .card-catalog-cta:after {
	display: none;
}
.card-catalog-cta {
	background: var(--gradient-four);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	animation: gradient 15s ease infinite;
	padding: 1.25rem;
	border-radius: 1em;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 10px;
}
#top .card-catalog-cta .avia-button {
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	min-height: auto;
}



/* Productos */
#top .thumbnail_container {
	margin-bottom: 1.25rem;
}
#top .thumbnail_container img {
	aspect-ratio: 3/3;
	object-fit: scale-down;
	padding: 1rem;
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
}
#top .inner_product {
	border: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
#top .inner_product .woocommerce-LoopProduct-link {
	flex: 1;
	display: flex;
	flex-direction: column;
}
#top .woocommerce-loop-product__title {
	font-size: 0.875rem;
	line-height: 1.2857142857;
	font-weight: 600;
	margin-bottom: 0.625rem;
	padding-top: 0;
}
#top .inner_product_header {
	border: 0;
	padding: 0;
}
#top .inner_product_header .avia-arrow {
	display: none;
}
#top #wrap_all .inner_product_header span.price {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}
#top #wrap_all ins:before {
	display: none;
}
#top #wrap_all .inner_product_header .price del {
	color: var(--gray);
	font-weight: 400;
}
#top #wrap_all .inner_product_header .price del * {
	font-size: calc(1.25rem * 0.8);
	font-weight: 400;
} 
#top #wrap_all .inner_product_header .price ins, #top #wrap_all .inner_product_header .price > .amount > bdi {
	font-weight: 600;
	text-decoration: none;
	color: var(--red);
	font-size: 1.25rem;
}
#top #wrap_all .inner_product_header .price ins, #top #wrap_all .inner_product_header .price ins *,
#top #wrap_all .inner_product_header .price > .amount > bdi, #top #wrap_all .inner_product_header .price > .amount > bdi * {
	font-size: 1.25rem;
}
#top .offer-discount {
	position: absolute;
	right: auto;
	left: 1rem;
	border-radius: 4px;
	line-height: 1;
	display: block;
	min-height: 1px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 8px;
	font-size: 11px;
	top: 1rem;
	background: var(--red);
	color: white;
}
#top .avia_cart_buttons {
	position: static;
	padding: 0;
	display: flex;
	flex-direction: column;
	opacity: 1;
	background: transparent;
	gap: 6px;
} 
#top #wrap_all .avia_cart_buttons a.button {
	background: transparent;
	color: var(--red);
	border: 2px solid var(--red);
}
#top #wrap_all .avia_cart_buttons a {
	width: 100%;
	color: white;
}
#top #wrap_all .avia_cart_buttons a > span {
	width: 23px;
	height: 23px;
	background: url(img/eye_red.svg) no-repeat center;
	background-size: 100%;		
}
#top #wrap_all .avia_cart_buttons a.add_to_cart_button {
	background: var(--red);
	color: white;
}
#top #wrap_all .avia_cart_buttons a.add_to_cart_button > span {
	background: url(img/shopping_white.svg) no-repeat center;
	background-size: 100%;	
}
#top #wrap_all .avia_cart_buttons a > span svg {
	display: none;
}
#top #wrap_all .avia_cart_buttons a.add_to_cart_button:hover {
	background: var(--red-2);
}
#top .button-mini-delimiter {
	display: none;
}
#top ul.products:not(.slick-initialized) {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 30px;
}

#top ul.products:not(.slick-initialized) li {
	margin: 0;
	width: calc(20% - 16px);
}


#top ul.products .slick-slide {
	height: auto;
}
#top ul.products .slick-slide > div, #top ul.products .slick-slide > div > li {
	height: 100%;
	margin: 0;
}

#top div .product_on_sale .inner_product_header {
	padding-right: 0;
}
#top .stock {
	font-size: 12px;
	margin-bottom: 20px;
}
#top .stock-in {
	color: var(--color-success-dark);
}
#top .stock-out {
	color: var(--color-danger-dark);
}

#top .slick-track:before, #top .slick-track:after  {display: none;}

/* #top .slick-track {
	display: flex;
	column-gap: 20px;
} */


/* Slick */
#top .slick-dots {
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	margin-top: 15px;
}
#top .slick-dots li {
	margin: 0;
}
#top .slick-dots li button {
	border: 0;
	padding: 0;
	background: var(--gray);
	border-radius: 50%;
	font-size: 0px;
	width: 12px;
	height: 12px;
}
#top .slick-dots li.slick-active button {
	background: var(--blue);
}



#top button.slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translate(0%, -50%);
	background: white;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	padding: 0;
	text-indent: -999999999999999px;
	overflow: hidden;
	width: 36px;
	height: 44px;
	box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s 
	cubic-bezier(0.28, 0.12, 0.22, 1);
		transition: all 0.2s 
	cubic-bezier(0.28, 0.12, 0.22, 1);
	cursor: pointer;
}
#top button.slick-prev {
	left: 0;
	background-image: url(img/chevron_left.svg);
	background-position: center;
	background-size: 100%;
}
#top button.slick-next {
	right: 0;
	background-image: url(img/chevron_right.svg);
	background-position: center;
	background-size: 100%;
}
#top .slick-slider:hover .slick-arrow {
	visibility: visible;
	opacity: 1;
}
#top .slick-slider:hover button.slick-prev {
	left: 1rem;
}
#top .slick-slider:hover button.slick-next {
	right: 1rem;
}





/* Footer */
#top #footer-page, #top #footer-page .avia-section {
	background: var(--light);
}
#footer-page h4 {
	margin-bottom: 20px;
}
#footer-page strong {
	color: inherit;
}
#footer-page ul {
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}
#footer-page ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#footer-page ul li a {
	color: black;
}
#top ul.contact-footer li {
	padding-left: 40px;
}
#top ul.contact-footer li:first-child {
	background: url(img/phone.svg) no-repeat left top 2px;
	background-size: 24px;
}
#top ul.contact-footer li:nth-child(2) {
	background: url(img/whatsapp.svg) no-repeat left top 2px;
	background-size: 18px;
}
#top ul.contact-footer li:nth-child(3) {
	background: url(img/location.svg) no-repeat left top 2px;
	background-size: 24px;
}
#top ul.contact-footer li:not(:last-child) {
	margin-bottom: 20px;
}
#footer-section .avia_textblock a.avia-button {
	border: 2px solid var(--blue);
	color: var(--blue);
}
.logo-footer img {
	width: 100%;
	max-width: 200px;
}
.logos-method-payments img {
	width: 100%;
	max-width: 150px;
}
#middle-footer:before, #middle-footer:after {
	display: none;
}
#top #middle-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
#top #social-footer .social_bookmarks li.avia-svg-icon svg:first-child, #top #social-footer .social_bookmarks li.avia-svg-icon img[is-svg-img="true"] {
	fill: black;
}
#top #social-footer .social_bookmarks li {
	border: 0;
}
#top #social-footer .social_bookmarks {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
}
#top #social-footer .social_bookmarks:before {
	content: 'Síguenos: ';
	margin-right: 5px;
	font-size: 13px;
	font-weight: 600;
}
#top #social-footer .social_bookmarks li a {
	background: #e7e7e7!important;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top #social-footer .social_bookmarks_Linktree a::before {
	background: url('img/icon_linktree_black.svg') no-repeat center center;
}
#top #footer-section .flex_column_table {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}


#revista-newsletter .flex_column:before, #revista-newsletter .flex_column:after {
	display: none;
}
#revista-newsletter .flex_column {
	display: flex;
	align-items: center;
	background: var(--gradient-two);
	color: white;
	padding: 1.5rem;
	border-radius: 12px;
	justify-content: center;
}
#revista-newsletter .av-special-heading {
	padding: 0 !important;
	width: 50%;
}
#revista-newsletter .av-special-heading-tag {
	font-size: 24px;
}
#revista-newsletter .form-mailchimp form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
#top #revista-newsletter .form-mailchimp form input {
	margin: 0;
}
#revista-newsletter .av_textblock_section {
	width: 50%;
	padding-left: 3rem;
}
#revista-newsletter .form-mailchimp form input[type="text"] {
	width: 100%;
}
#top #revista-newsletter .form-mailchimp form input[type="submit"] {
	font-size: 0px;
	text-indent: -99999999999px;
	position: absolute;
	top: 8px;
	right: 8px;
	min-height: 1px;
	height: 34px;
	background: url(img/arrow_right_white.svg) var(--red) no-repeat center center;
	background-size: 20px;
}
#revista-newsletter .av-special-heading .avia-button {
	background: url(img/arrow_right_white.svg) no-repeat right top -2px;
	padding: 0;
	min-height: 1px;
	text-decoration: none;
	padding-right: 40px;)
}
#top .avia-content-slider-inner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 36px;
	row-gap: 30px;
}

#top .avia-content-slider-inner .slide-entry-wrap {
	width: calc(33.33% - 24px);
}
#top .slide-content {
	display: flex;
	flex-direction: column;
}
.slide-meta {
	order: 1;
	margin-top: 20px;
	font-size: 13px;
}
.avia-content-slider .slide-entry-excerpt {
	font-size: 13px;
}
.avia-content-slider .slide-image {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: var(--border-radius);
}

.carrusel-video:before, .carrusel-video:after {
	display: none;
}


#top .avia-video {
	margin: 0 !important;
}
#top .carrusel-video, #top .carrusel-video * {
	line-height: 1;
}





#top .product-cat-item {
	display: flex !important;
	align-items: center;
	background: var(--light);
	border-radius: var(--border-radius);
	padding: 0.35rem 1rem;
	font-size: 0.85rem;
	color: var(--gray);
	z-index: 2;
	font-weight: 500;
}
.slick-list .slick-track {
	display: flex;
	column-gap: 10px;
}
.product-cat-item .product-cat-img img {
	aspect-ratio: 5 / 3.5;
	object-fit: cover;
}
.product-cat-item .product-cat-img {
	width: 50px;
}
#top .cat-active .product-cat-item {
	border-radius: 6px;
	color: black;
}
.cat-item {
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
	padding: 2px;
}
.cat-item:after {
	content: '';
	display: block;
	position: absolute;
	background: var(--light);
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}
.cat-active.cat-item:after {
	background: var(--gradient-four);
}
.product-cat-nav {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}
.catalog_body_wrap {
	display: grid;
	grid-template-columns: 2fr 8fr;
	gap: 10px 20px;
}
.product-catalog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 20px;
}
#top .product-cat-carousel {
	margin-bottom: 30px;
}
#top .product-cat-carousel button.slick-arrow {
	opacity: 1;
	visibility: visible;
}
#top .product-cat-carousel button.slick-prev {
	left: -45px!important;
	top: 42%;
}
#top .product-cat-carousel button.slick-next {
	right: -45px!important;
	top: 42%;
}
.product-item {
	border: 1px solid var(--border-color);
}
.product-item-body {
	padding: 25px;
}
.product-item-img img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
}
span.product-item-category {
	text-transform: uppercase;
	font-size: 0.75rem;
	color: var(--gray);
}
#top .product-item-title {
	font-size: 1rem;
	line-height: 1.28571;
	font-weight: 600;
}
.product-item-footer {
	background: var(--light);
	padding: 20px;
}
.product-item-footer a {
	font-weight: 600;
	font-size: 0.875rem;
	color: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-item-footer a:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(img/whatsapp.svg) no-repeat center;
	background-size: 100%;
}
ul.page-numbers {
	display: flex;
	justify-content: center;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	list-style: none;
	gap: 0px 10px;
}
ul.page-numbers li {
	margin: 0;
}
ul.page-numbers li span, ul.page-numbers li a {
	display: flex;
	background: var(--light);
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: black;
}
ul.page-numbers li span.current {
	background: var(--gradient-four);
	color: white;
}
ul.page-numbers li a.next,
ul.page-numbers li a.prev {
	font-size: 0px;
}
ul.page-numbers li a.next {
	background: url(img/chevron_right.svg) var(--light) center;
	background-size: 24px;
}
ul.page-numbers li a.prev {
	background: url(img/chevron_left.svg) var(--light) center;
	background-size: 24px;
}






/* Product catalog detail */
.product_single_detail {
	display: grid;
	grid-template-columns: 8fr 4fr;
	gap: 20px 20px;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.featured-image-wrapper img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	max-width: 500px;
	width: 100%;
}
.related-products-grid {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 15px;
}
.related-product-item {
	display: grid;
	grid-template-columns: 3fr 9fr;
	align-items: center;
	column-gap: 10px;
	background: var(--light);
	border-radius: var(--border-radius);
	padding: 12px;
}
.related-product-image img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.related-product-category a {
	color: var(--gray);
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1;
	display: block;
}
.related-products {
	border-top: 1px solid var(--border-color);
	padding-top: 30px;
	margin-top: 30px;
}
.button-cta {
	width: 100%;
}
#top .button-quote {
	color: white;
	background: var(--gradient-two);
	border: 0;
}
#top a.button-wa {
	border: 2px solid var(--red);
	background: white;
}
#top .button-call {
	color: gray;
	font-size: 11px;
	line-height: 1.2;
	padding-left: 50px;
	display: block;
	margin-top: 20px;
	position: relative;
}
#top .button-call:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(img/headphones.svg) var(--blue) no-repeat center;
	background-size: 24px;
}
#top .button-call span {
	display: block;
}
#top .button-call .cta-call strong {
	color: black;
}
#top .button-call .cta-call {
	font-size: 14px;
	display: block;
	color: black;
	margin-top: 3px;
}





/* Sucursales */
.sucursales-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 30px;
}
.sucursal-thumb {
	position: relative;
}
.post_thumbnail:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: var(--gradient-dark-transparent);
	position: absolute;
	left: 0;
	top: 0;
}
.post_thumbnail {
	line-height: 0;
	position: relative;
}
.header-sucursal {
	position: absolute;
	bottom: 0;
	color: white;
	padding: 2rem;
	font-size: 14px;
	line-height: 125%;
}
#top .sucursal-title {
	color: white;
}
.sucursal-category {
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	margin-bottom: 10px;
}
.sucursal-direccion {
	padding-left: 30px;
	position: relative;
}
.sucursal-direccion:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url(img/location_on.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sucursal-direccion p:last-child {
	margin-bottom: 0;
}

.sucursal-fields {
	background: var(--light);
	padding: 1.75rem;
}
.sucursal-horarios ul li {
	padding: 0;
	margin: 0;
}
.sucursal-horarios ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 125%;
}
.cta-group {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.sucursal-secondary-section {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	row-gap: 20px;
}
.sucursal-secondary-section strong {
	display: block;
	text-transform: uppercase;
	color: black;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
}

.sucursal-secondary-section > div {
	padding-left: 38px;
	position: relative;
}
.sucursal-secondary-section > div:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.sucursal-horarios:before {
	background: url(img/clock.svg) #dbeafe no-repeat center;
	background-size: 20px;
}
.sucursal-telefonos:before, 
.sucursal-pbx:before, 
.sucursal-fax:before {
	background: url(img/phone_in_talk.svg) #dbeafe no-repeat center;
	background-size: 20px;
}
.sucursal-telefono-cta, .sucursal-telefono-cta a,
.sucursal-whatsapp, .sucursal-whatsapp a,
.sucursal-maps, .sucursal-maps a {
	width: 100%;
}
#top .sucursal-telefono-cta a {
	background: var(--gradient-two);
	color: white;
	border: 0;
}
#top .sucursal-maps a {
	border: 2px solid var(--red);
	background: transparent;
	color: var(--red);
}
#top .sucursal-whatsapp a {
	border: 2px solid var(--blue);
	background: transparent;
	color: var(--blue);	
}
nav.sucursales-nav ul li {
	margin: 0;
}
nav.sucursales-nav {
	margin-bottom: 50px;
}
nav.sucursales-nav ul li a {
	padding: 0.65rem 1.75rem;
	background: var(--light);
	border-radius: var(--border-radius);
	color: black;
}
nav.sucursales-nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 10px;
}
article.sucursal-item {
	border-radius: 1rem;
	overflow: hidden;
}
nav.sucursales-nav li.current-nav a {
	background: var(--blue);
	color: white;
}







.about-1 img {
	aspect-ratio: 12 / 11;
	object-fit: cover;
}
.about-1 img, .about-2 img {
	border-radius: 1rem;
}
.timeline-item {
	display: flex;
	align-items: center;
}
.timeline-year {
	width: 30%;
}
#top .timeline-year h3 {
	color: black;
	opacity: 0.1;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: -0.1rem;
}
.timeline-content {
	width: 70%;
}
.timeline-image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	width: 150px;
}
.timeline-content {
	display: flex;
	align-items: center;
	gap: 30px 50px;
}
.timeline-text {
	width: calc(100% - 150px);
}
.timeline-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 70px;
}
.text-calidad {
	border-radius: 1rem;
	padding: 2.5rem;
	color: white;
	background: var(--gradient-four);
	-webkit-animation: gradient 15s ease infinite;
	animation: gradient 15s ease infinite;
	background-size: 400% 400%;
}
#top .text-calidad * {
	color: white;
}
.politica-calidad .entry-content-wrapper:before, .politica-calidad .entry-content-wrapper:after {
	display: none;
}
.politica-calidad .entry-content-wrapper {
	display: flex;
	align-items: center;
}
.contact-page-info ul li strong {
	text-transform: uppercase;
	color: var(--gray);
	font-weight: 500;
	font-size: 12px;
}
.contact-page-info ul li {
	margin: 0;
	font-size: 15px;
}
.contact-page-info ul {
	list-style: none;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 20px;
}
.contact-page-info {
	margin-top: 40px;
	margin-bottom: 50px;
}
.row.section-contacto {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 0;
}
.section-contacto p {
	margin: 0;
}
#top form.wpcf7-form.init {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.avia-button {
	clear: both;
	margin-top: 15px;
	width: 100%;
}
.cta-call-contact-page {
	align-items: center;
	margin-top: 40px;
}
.cta-work {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
	margin-top: 30px;
	border-top: 1px solid var(--border-color);
	padding-top: 20px;
}
.cta-work p {
	margin: 0;
}
.cta-work img {
	width: 135px;
}
#top .cta-work h4 {
	font-size: 14px;
	width: 100%;
	max-width: 220px;
}
#top .cta-call-now {
	margin-bottom: 30px;
}
#top .cta-call-now a {
	padding-left: 50px;
	font-size: 24px;
	font-weight: 600;
	color: black;
	position: relative;
	display: block;
}
#top .cta-call-now a:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-color: var(--blue);
	background-image: url(img/phone-white.svg);
	background-repeat:  no-repeat;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
#top #social-footer .social_bookmarks li {
	margin: 0;
}
.frm_opt_container {
	display: flex;
	column-gap: 15px;
}
.form-title-separator {
	border-top: 1px solid var(--border-color);
	padding-top: 50px;
	margin-top: 20px;
}
#top .form-title h2 {
	margin: 0;
}
.form-title {
	background: var(--light);
	padding: 1rem 1.5rem;
	border-radius: var(--border-radius);
}
#top .form-subtitle h3, #top .form-subtitle h4 {
	color: var(--red);
}
#top .subtitle-margin {
	margin-top: 30px;
}




/* Filtro de productos WBW */
#top #main .sidebar_left .sidebar {
	border-right: 0 !important;
	text-align: initial;
}
#top .sidebar_left .content {
	border-left: 0;
}
#top.archive ul.products:not(.slick-initialized) li {
	width: calc(33.33% - 16px);
}
#top .wpfFilterWrapper[data-filter-type] {
	padding: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 15px;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
#top .wpfFilterVerScroll {
	background: white;
}
#top .wpfFilterWrapper .wpfCheckbox label::before, #top .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
	border-radius: 3px !important;
}
#top .wpfFilterVerScroll li label {
	display: flex;
	align-items: center;
}
#top span.wpfDisplay, span.wpfValue {
	line-height: 1.1;
	display: block;
}
#top .wpfFilterWrapper .wpfFilterTaxNameWrapper {
	font-size: 13px;
	line-height: 1;
	display: block;
}
#top .sidebar_left .inner_sidebar {
	margin-right: 20px;
}
#top .widget ul {
	margin-top: 10px;
}
#top .wpfFilterContent {
	display: flex;
	flex-direction: column;
}
#top .ui-slider.ui-widget-content .ui-slider-handle {
	border-radius: 50%;
	top: -8px;
}
#top .wpfFilterWrapper .ui-slider-horizontal {
	margin-top: 23px !important;
}
#top .wpfFilterWrapper .ui-slider-horizontal {
	margin-top: 23px !important;
	margin-bottom: 0px;
	height: 6px;
	border: 1px solid var(--light) !important;
	background: var(--light);
}
#top .ui-slider .ui-slider-range {
	background: var(--gradient-two) !important;
}




/* Vista interna de producto */
div#av_section_1 {
	border: 0;
}
#top div.woocommerce-message {
	color: #155724;
	background-color: #f7f6f7;
	border-color: #f7f6f7;
	border-top: 3px solid #95ac3c;
}
#top div.woocommerce-message {
	padding: 18px 36px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce-message a.button {
	background: #5b8829!important;
	border-color: #5b8829!important;
}
#top div.woocommerce-error a.button, #top div.woocommerce-message a.button {
	float: none;
	position: static;
	margin-top: 0;
}
#top #main > .container_wrap > .container div.product.type-product {
	display: grid;
	grid-template-columns: 6fr 6fr;
	gap: 30px 50px;
}
.single-product-main-image.alpha {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}
#top .woocommerce-product-gallery__wrapper a.lightbox-added {
	padding: 0;
	border: 0;
	aspect-ratio: 1 / 1;
	background: var(--light);
	border-radius: 1rem;
}
.woocommerce-product-gallery__wrapper a.lightbox-added img {
	aspect-ratio: 1 / 1;
	border: 0;
	object-fit: scale-down;
	mix-blend-mode: multiply;
	padding: 1.5rem!important;
}
#top div div.product .woocommerce-tabs .panel {
	padding: 0;
	padding-top: 15px;
	background: transparent;
	border: 0;
	clear: both;
}
#top div div.product .woocommerce-tabs ul.tabs {
	background: var(--light);
	padding: 8px;
	border-radius: var(--border-radius);
	display: flex;
	gap: 10px;
}
#top div div.product .woocommerce-tabs ul.tabs li a {
	background: transparent;
	border: 0;
	border-radius: var(--border-radius);
	font-weight: 600;
	padding: 4px 12px!important;
}
#top div div.product .woocommerce-tabs ul.tabs li.active a {
	background: var(--gradient-two);
	border: 0;
	color: white;
}
#top div div.product .woocommerce-tabs .panel > p:first-child, #top div div.product .woocommerce-tabs .panel > h2 + p {
	margin-top: 0;
}
#top div div.product .woocommerce-tabs .panel > h2 {
	display: none!important;
}
div table.shop_attributes td {
	font-style: initial;
}
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
	background: transparent !important;
}
div table.shop_attributes {
	background: transparent;
}
div table.shop_attributes th {
	min-width: 160px;
}
#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
	background-color: transparent;
	border: none;
	font-size: 22px;
}
#top div .quantity input.qty {
	min-width: 100px;
}
#top section.related.products ul.products.columns-4 li {
	width: 100%;
}
#top section.related.products ul.products.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
span.posted_in {
	display: none;
}
.product_meta {
	margin-bottom: 5px;
}
.product_meta, .product_meta * {
	color: black;
	text-transform: uppercase;
	font-size: 12px;
}
#top .single-product-summary p.price {
	margin-top: 30px;
	display: block;
	margin-bottom: 0;
}
#top .single-product-summary p.price, #top .single-product-summary p.price * {
	font-size: 30px;
}
#top .single-product-summary p.price del, #top .single-product-summary p.price del * {
	font-size: 20px;
	opacity: 0.7;
}
#top .summary .cart {
	margin-top: 30px;
}






/* Proceso de compra */
.woocommerce-thankyou-order-received {
	background: white;
	border: 1px solid var(--light);
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	padding: 1rem;
	margin-bottom: 2rem;
	margin-top: 0;
	border-top: 3px solid var(--color-success)!important;
}
.woocommerce-thankyou-order-received:before {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(img/check_circle.svg) no-repeat center center;
	background-size: 100%;
}
#top.woocommerce-page .button {
	border-radius: 6px;
	font-size: 14px;
}
#top 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 .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;
	border-collapse: collapse;
	border-spacing: 0;
	
	td, th {
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-color: var(--border-color);
	}
	td {
		padding-top: 18px;
		padding-bottom: 18px;
		background: transparent!important;
	}
	td:first-child, th:first-child {
		padding-left: 0;
	}
	td:last-child, th:last-child {
		padding-right: 0;
		text-align: right;
	}
	th {
		opacity: 0.5;
		padding-top: 0;
	}
}
.product_header_cart {
	display: flex;
	column-gap: 15px;
	align-items: center;
}
.product_body_cart h4 {
	font-size: 14px;
}
.product_body_cart h4 a {
	color: var(--black);
	text-decoration: none;
	font-weight: 600;
}
#top .product-thumbnail {
	a {
		display: block;
		background: #f5f5f5;
		line-height: 0;
		padding: 0;
		border-radius: 5px;
	}
	img {
		width: auto;
		height: 70px;
		aspect-ratio: 4 / 4;
		object-fit: contain;
		mix-blend-mode: darken;
	}
}

table .product-thumbnail > a {
	display: block;
	aspect-ratio: 1 / 1;
	background: var(--light);
	display: flex;
	align-items: center;
}


#top .product-quantity {
	text-align: center;
	
	.quantity br {
		display: none;
	}
	
	.quantity {
		border: 1px solid var(--color-border);
		border-radius: 5px;
		width: 130px;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 5px;
		
		input.qty {
			min-width: 1px;
		}
	}
	
	input.minus, input.plus, input.qty {
		height: 29px;
		width: 29px;
		line-height: 29px;
		border: 0;
		padding: 0;
	}
	
	a.remove {
		background: none;
		border-radius: 0px;
		width: auto;
		height: auto;
		border: 0;
		text-indent: initial;
		color: var(--black)!important;
		display: inline-flex;
		align-items: center;
		column-gap: 5px;
		margin: 0 auto;
		font-size: 16px;
		font-weight: 400;
	}
	
	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 .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%;
		}
	}
}
.cart_header_page > p {display: none;}



#top .cart_collaterals {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--border-color);
	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(--light);
		padding-top: 15px;
		margin-top: 15px;
	}
}
#top .cart_totals {
	
	table.shop_table.shop_table_responsive > tbody, table.shop_table.shop_table_responsive, table.shop_table.shop_table_responsive > tbody > tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	
	table.shop_table.shop_table_responsive > tbody > tr:not(:last-child) {
		border-bottom: 1px solid var(--light);
	}
	tr.woocommerce-shipping-totals.shipping td, tr.woocommerce-shipping-totals.shipping th {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	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;
			border: 0;
		}
		.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 {
			padding: 20px;
			border: 1px solid var(--light);
			border-radius: 5px;
		}
		li:not(:last-child) {
			margin-bottom: 10px;
		}
		li input[type="radio"] {
			margin-left: 0;
		}
	}
	
	.woocommerce-shipping-methods * {
		text-align: initial;
	}
	
	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, #top .woocommerce-customer-details, #top .col-corchos-card {
	padding: 24px;
	border: 1px solid var(--border-color);
	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_poblado_field {
			width: 50%;
		}
		#billing_postcode_field, #billing_phone_field {
			width: 50%;
		}
	}

}
.woocommerce_checkout_customer_details > p {
	display: none;
}
.woocommerce-form__label > br {
	display: none;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	border-color: var(--red);
}
.woocommerce form .form-row.woocommerce-invalid label {
	color: var(--red);
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border-color: var(--light);
}

#top .woocommerce-customer-details + .woocommerce-order-details__title {
	margin-top: 20px;
}
#top .woocommerce-customer-details + .woocommerce-order-details__title + .woocommerce-table.shop_table.order_details {
	background: white;
	border-radius: 12px!important;
	overflow: hidden;
	
	th, td {
		padding: 10px 24px;
	}
}
.order_details li strong {
	color: black;
}
#top #main .order_details {
	border: 0;
}
td.woocommerce-table__product-name.product-name a {
	color: black;
}
#top .woocommerce_checkout_card:not(:last-child) {
	margin-bottom: 15px;
}
p#billing_country_field {
	display: none;
}
.select2-container .select2-selection--single {
	border: 1px solid var(--light);
	border-radius: 6px;
	height: auto;
	padding: 10px 15px;
	min-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: normal!important;
	padding: 0!important;
}
.select2-dropdown {
	border-color: var(--light)!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -10px;
	margin-top: 0px;
}
#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 #payment h3 {
	padding: 0;
}
#top #payment ul.payment_methods {
	padding: 1px 0;
}
#top #payment ul.payment_methods li {
	border-radius: 6px;
	background: transparent;
	line-height: 2em;
	text-align: left;
	margin: -1px 0 0 0;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	padding: 15px;
	border-color: var(--border-color);
	
	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:before {display: none;}
#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(--light);
	margin-top: 7px;
	padding-left: 3px;
	padding-right: 3px;
	background: transparent;
	color: var(--black);
}
#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 .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;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}






/* Search */
.search-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 85%);
	z-index: 9999;
	padding: 50px 30px;
	backdrop-filter: blur(10px);
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}
.search-main.show-search {
	opacity: 1;
	visibility: visible;
}
.search-inner {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.close-search {
	border: 0;
	background: transparent;
	font-size: 30px;
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
}
.search-results .page-heading-container {
	display: none;
}
#top #search-box form {
	margin: 0;
	transform: translate(0%, calc(50vh - 100px));
	transition: transform 0.4s ease; /* movimiento sutil */
}
#top #search-box form.is-active {
	transform: translate(0%, 0%);
}
#top .av_searchform_wrapper {
	border: 0;
	background: var(--gradient-three);
	padding: 2px;
	border-radius: 12px;
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	animation: gradient 15s ease infinite;
}
#top .avia_search_element #searchsubmit.av-submit-hasicon {
	background: url(img/search.svg) no-repeat center center;
	background-size: 26px;
}
#top .avia_search_element .av_searchsubmit_wrapper.av-submit-hasicon .av-search-icon {
	display: none;
}
#top #main .avia_search_element #s {
	padding-left: 1.25rem !important;
	padding-right: 50px !important;
	font-size: 16px !important;
}
#top div .av_ajax_search_entry {
	color: black;
	font-size: 16px;
	border-bottom: 1px solid var(--border-color);
}
.ajax_search_response h4 {
	color: var(--blue);
	margin-bottom: 10px;
}
.ajax_search_excerpt {
	display: none;
}
#top #main a.av_ajax_search_entry.av_ajax_search_entry_view_all {
	border: 0;
	background: var(--gradient-two);
	padding: 10px 20px;
	border-radius: var(--border-radius);
	margin-top: 20px;
	color: white;
}
.type-product_catalog span.post-meta-infos, .type-product span.post-meta-infos {
	display: none;
}
.template-search header.entry-content-header {
	display: flex;
	column-gap: 20px;
}
.post-search-item-content {
	width: calc(100% - 100px);
}
span.search-result-thumbnail img {
	aspect-ratio: 1 / 1;
	object-fit: scale-down;
}
.template-search .product header.entry-content-header, .template-search .product_catalog header.entry-content-header {
	align-items: center;
}
#top h4.extra-mini-title.widgettitle {
	text-transform: initial;
	margin-bottom: 30px;
}
.template-search header.entry-content-header .entry-content p:first-child {
	margin-top: 0;
}






.product-item .product-item-body {
	flex: 1;
}
.product-item {
	display: flex;
	flex-direction: column;
}
article.sucursal-item {
	display: flex;
	flex-direction: column;
}
.sucursal-fields {
	flex: 1;
}
#section_about .avia-image-container {
	margin-bottom: 25px;
}
.button-filter {
	background: url(img/filter.svg) no-repeat left 15px center;
	background-size: 20px;
	border: 2px solid black;
	border-radius: var(--border-radius);
	padding: 10px 15px 10px 40px;
	margin-bottom: 15px;
	display: none;
}
.close-filter {
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
}













@-webkit-keyframes gradient {
  0% {
	background-position: 0% 50%;
  }
  50% {
	background-position: 100% 50%;
  }
  100% {
	background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
	background-position: 0% 50%;
  }
  50% {
	background-position: 100% 50%;
  }
  100% {
	background-position: 0% 50%;
  }
}








@media (max-width: 1024px) {
	:root {
		--logo-width: 180px;
	}
	.product-item-footer a {
		font-size: 0.8rem;
	}
	#top .product-cat-carousel {
		padding: 0 45px;
	}
	#top .product-cat-carousel button.slick-prev {
		left: -5px !important;
	}
	#top .product-cat-carousel button.slick-next {
		right: -5px !important;
	}
	#top .avia-button, 
	#top #wrap_all .avia_cart_buttons a, 
	#top #revista-newsletter .form-mailchimp form input, 
	#top .frm_button_submit, 
	#top button.single_add_to_cart_button.button, 
	#top div div.woocommerce-message a.button {
		font-size: 14px;
	}
	#quoter-section .entry-content-wrapper {
		padding: 2rem;
	}
	#top .av-main-nav > li > a {
		font-size: 12px;
	}
	.container {
		padding: 0px 30px;
	}
	.logo svg {
		width: var(--logo-width);
	}
	#top nav.main_menu {
		width: calc(100% - var(--logo-width));
		padding-left: 30px;
	}
}





@media (max-width: 989px) {
	.woocommerce_row_cart {
		flex-direction: column;
		justify-content: center;
	}
	#top .woocommerce_products_cart {
		width: 100%;
		padding-right: 0px;
	}
	#top .woocommerce_total_cart {
		width: 100%;
	}
	#top div.woocommerce-message {
		flex-direction: column;
		row-gap: 10px;
	}
	#top section.related.products ul.products.columns-4 {
		grid-template-columns: repeat(3, 1fr);
	}
	#top #main > .container_wrap > .container div.product.type-product {
		grid-template-columns: 1fr;
		gap: 20px 30px;
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
	}
	#top .sidebar_left .inner_sidebar {
		margin-right: 0px;
		max-width: 350px;
		background: white;
		height: 100%;
		padding: 70px 30px 30px;
		position: relative;
		overflow: auto;
	}
	#top #main .sidebar {
		display: block!important;
		padding: 0;
		float: none;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgb(0 0 0 / 70%);
		height: 100vh;
		z-index: 999999;
		backdrop-filter: blur(10px);
		opacity: 0;
		visibility: hidden;
		transition: all ease-out 0.3s;
	}
	#top #main .sidebar.show-filter {
		opacity: 1;
		visibility: visible;
	}
	.button-filter {
		display: block;
	}
	.content .entry-content-wrapper {
		padding-right: 0px;
	}
	.container .av-content-small.units {
		width: 100%;
		padding-left: 0;
		margin: 0;
	}
	#top.archive ul.products:not(.slick-initialized) li {
		width: 100%;
	}
	.cta-work {
		justify-content: center;
		margin-bottom: 60px;
	}
	#top .contact-page .entry-content-wrapper > div {
		width: 100%;
		margin: 0!important;
	}
	#top .contact-page .entry-content-wrapper {
		display: flex;
		flex-direction: column;
	}
	.timeline-wrapper {
		row-gap: 40px;
	}
	.politica-calidad .entry-content-wrapper .flex_column {
		width: 100%;
		margin: 0;
	}
	.politica-calidad .entry-content-wrapper {
		flex-direction: column;
	}
	.timeline-year {
		width: 100%;
		text-align: center;
	}
	.timeline-text {
		width: 100%;
	}
	.timeline-content {
		flex-direction: column;
		width: 100%;
	}
	.timeline-item {
		flex-direction: column;
	}
	.sucursales-list {
		gap: 30px 20px;
	}
	#top .cta-group {
		flex-direction: column;
		row-gap: 3px;
	}
	.sucursal-fields {
		padding: 1.25rem;
	}
	.product_single_detail {
		grid-template-columns: 1fr;
		max-width: 580px;
	}
	.title_container .container {
		flex-direction: column;
		row-gap: 10px;
	}
	.product-catalog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	#youtube-chanel .flex_column_table .flex_column {
		width: 100%;
		margin: 0;
	}
	#youtube-chanel .flex_column_table {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
		text-align: center;
	}
	#top .avia-content-slider-inner > div {
		width: 100% !important;
	}
	#top .avia-content-slider-inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	#revista-newsletter .form-mailchimp form {
		margin: 0;
	}
	#revista-newsletter .av-special-heading {
		width: 100%;
	}
	#revista-newsletter .av_textblock_section {
		width: 100%;
		padding-left: 0rem;
	}
	#revista-newsletter .flex_column {
		flex-direction: column;
		row-gap: 20px;
	}
	.slick-slider .slick-track, .slick-slider .slick-list {
		padding-left: 1px;
		padding-right: 1px;
	}
	#top ul.products.slick-initialized.slick-slider {
		padding: 0 50px;
	}
	#top button.slick-arrow {
		opacity: 1;
		visibility: visible;
	}
	#top ul.products:not(.slick-initialized) {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	#top ul.products:not(.slick-initialized) > .product {
		width: 100%;
		margin: 0;
	}
	.tab_titles {
		margin-left: 0px;
		width: 100%;
	}
	#top .tabcontainer {
		margin-top: 5px;
	}
	#top #cats-grid-section .entry-content-wrapper .flex_column:last-child {
		grid-column: 2 / -1;
	}
	#top #cats-grid-section .entry-content-wrapper .flex_column {
		margin: 0;
		width: 100%;
	}
	#top #cats-grid-section .entry-content-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
	#quoter-section .entry-content-wrapper {
		margin-top: 30px;
	}
	#top nav.main_menu {
		display: flex!important;
		align-items: center;
		justify-content: end;
		column-gap: 25px;
	}
	.avia-menu.av-main-nav-wrap {
		order: 3;
	}
	.html_header_top.html_header_sticky #top #wrap_all #main {
		padding-top: 0px !important;
	}
	.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li {
		margin: 0;
		padding: 0;
	}
	.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a {
		padding: 0;
	}
	.html_av-overlay-side #top #wrap_all .av-burger-overlay #av-burger-menu-ul > li > a {
		font-weight: 500;
	}
	.html_av-overlay-side #top #wrap_all .av-burger-overlay #av-burger-menu-ul > li > ul > li > a {
		padding-top: 6px;
		padding-bottom: 6px;
		color: var(--enfold-socket-color-meta);
	}
	.html_av-overlay-side #top #wrap_all .av-burger-overlay #av-burger-menu-ul > li:hover > a,
	.html_av-overlay-side #top #wrap_all .av-burger-overlay #av-burger-menu-ul > li > ul > li:hover > a {
		color: var(--red);
	}
	#top #av-burger-menu-ul {
		padding-top: 30px !important;
	}
	#top .menu-item-avia-special > a {
		transition: all ease-out 0.3s;
	}
	.av-burger-overlay-active #top .menu-item-avia-special > a {
		transform: translate(0, -50px);
	}
	#top .woocommerce_checkout_row {
		flex-direction: column;
		row-gap: 20px;
	}
	#top #main .woocommerce_checkout_review {
		width: 100%;
	}
	#top #main .woocommerce_checkout_customer_details {
		width: 100%;
		padding-right: 0px;
	}
	#top #main ul.order_details {
		display: grid;
		border: 0;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 20px;
		column-gap: 10px;
	}
	#top ul.order_details li {
		border: 0;
		margin: 0;
		padding: 0;
	}
}


@media (max-width: 767px) {
	#top .template-search.content .entry-content-wrapper {
		padding-bottom: 20px;
		padding-left: 0px;
		font-size: 12px;
		clear: both;
		line-height: 1.5;
	}
	#top h3.woocommerce-thankyou-order-received {
		font-size: 14px;
	}
	#top .woocommerce_checkout_card, #top .woocommerce-order-details, #top .woocommerce-customer-details, #top .col-corchos-card {
		& .woocommerce-billing-fields__field-wrapper {
			.form-row-first, .form-row-last {
				width: 100%;
			}
		}
	}
	#top .woocommerce_checkout_card, #top .woocommerce-order-details, #top .woocommerce-customer-details, #top .col-corchos-card {
		& .woocommerce-billing-fields__field-wrapper {
			#billing_city_field, #billing_state_field, #billing_poblado_field {
				width: 100%;
			}
		}
	}
	#top .woocommerce_checkout_card, #top .woocommerce-order-details, #top .woocommerce-customer-details, #top .col-corchos-card {
		& .woocommerce-billing-fields__field-wrapper {
			#billing_postcode_field, #billing_phone_field {
				width: 100%;
			}
		}
	}
	td.product-subtotal:before {
		content: 'Subtotal:';
		font-weight: 600;
		color: black;
	}
	.responsive #top table .product-name , .responsive #top table th {
		border-left: 0!important;
		border-bottom: 1px solid var(--border-color);
	}
	.responsive #top.woocommerce-cart #main td.product-subtotal {
		display: flex !important;
		justify-content: space-between;
		background: var(--light) !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	#top .woocommerce-cart table.shop_table td:first-child, th:first-child {
		border-left: 0 !important;
		border-bottom: 0;
		padding-bottom: 0px;
	}
	.responsive table.shop_table.cart .product-thumbnail,
	.responsive table.shop_table .product-subtotal,
	.responsive .shop_table .product-quantity {
		display: block;
	}
	.responsive .woocommerce-cart table.shop_table th {
		display: none !important;
	}
	.responsive .woocommerce-cart table.shop_table tbody td {
		width: 100% !important;
	}
	
	.responsive .woocommerce-cart table.shop_table tbody, .responsive .woocommerce-cart table.shop_table tbody tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.product_header_cart {
		
	}
	#top section.related.products ul.products.columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	div form.cart div.quantity {
		width: 100%;
		background: var(--light);
		justify-content: center;
		display: flex;
		padding: 10px;
		border-radius: var(--border-radius);
		margin-bottom: 10px;
	}
	#top .title_container .main-title {
		font-size: 30px;
	}
	.frm_style_estilo-de-formidable.with_frm_style .form-field {
		margin-bottom: 0px;
	}
	fieldset[aria-labelledby="field_ykl6a_label"] {
		margin-bottom: 0 !important;
	}
	.row.section-contacto {
		grid-template-columns: 1fr;
	}
	.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
		grid-template-columns: repeat(1, 1fr)!important;
		grid-gap: 10px 2%!important;
	}
	nav.sucursales-nav ul li a {
		width: 100%;
		display: block;
		text-align: center;
		padding: 5px;
	}
	nav.sucursales-nav ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.sucursales-list {
		grid-template-columns: repeat(1, 1fr);
	}
	#top .product-item-title {
		font-size: 0.9rem;
	}
	span.product-item-category {
		font-size: 0.6rem;
	}
	.product-item-body {
		padding: 14px;
	}
	.product-item-footer a:after {
		width: 20px;
		height: 20px;
	}
	.product-item-footer a {
		font-size: 0.7rem;
	}
	.product-item-footer {
		padding: 14px;
	}
	.product-catalog-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 15px;
	}
	#top div .av_ajax_search_entry {
		font-size: 14px;
	}
	.avia_search_element .av_searchform_element_results {
		margin-top: 0px;
	}
	.close-search {
		font-size: 20px;
	}
	.search-main {
		padding: 70px 30px 30px;
	}
	#footer-page ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	#top #middle-footer {
		flex-direction: column;
		row-gap: 40px;
	}
	#top .avia-content-slider-inner {
		grid-template-columns: repeat(1, 1fr);
	}
	#top .avia-content-slider-inner > div, #top .avia-content-slider-inner > div article {
		margin-bottom: 0 !important;
	}

	#top #revista-newsletter .form-mailchimp form input[type="submit"] {
		width: auto;
	}
	#revista-newsletter .av-special-heading {
		padding: 0 !important;
	}
	#revista-newsletter .av_textblock_section {
		width: 100%;
		padding-left: 0rem;
	}
	#top ul.products.slick-initialized.slick-slider {
		padding: 0 60px;
	}
	#top #main #products-tabs .template-page {
		padding-bottom: 0px;
	}
	#top .tabcontainer section.av_tab_section .tab_content {
		display: block !important;
		border: 0;
		margin: 0;
		padding: 0;
		position: static;
		visibility: visible;
	}
	.tab_inner_content {
		position: static;
	}
	section.av_tab_section.av_tab_section {
		margin-bottom: 40px;
	}
	.responsive .top_tab .tab.fullsize-tab {
		border: 0;
		padding: 0;
		font-weight: 600;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.responsive #top .main_color .tabcontainer {
		border: none;
	}
	.responsive #top .main_color .tabcontainer .active_tab {
		background: white;
		color: black;
		border: 0;
	}
	#top #cats-grid-section .entry-content-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	#top .avia-button, #top #wrap_all .avia_cart_buttons a, #top #revista-newsletter .form-mailchimp form input, #top .frm_button_submit, #top button.single_add_to_cart_button.button, #top div div.woocommerce-message a.button {
		width: 100%;
	}
	#quoter-section .entry-content-wrapper > .avia_codeblock_section {
		width: 100%;
	}
	#quoter-section .entry-content-wrapper {
		flex-direction: column;
		padding: 1.75rem;
	}
	.responsive #top #menu-item-shop.cart_dropdown {
		margin-left: 0;
	}
	.responsive #top .av-logo-container .avia-menu {
		height: auto;
	}
	.responsive #top #wrap_all .main_menu {
		position: static !important;
	}
	#top #header_meta .container {
		min-height: 50px;
	}
	#top .container_wrap_meta * {
		line-height: 1.3;
	}
	.responsive #top #wrap_all .av-logo-container {
		height: 80px !important;
	}
	#header_main {
		min-height: 80px;
	}
	.responsive #top .logo {
		display: flex!important;
		height: auto !important;
		width: auto;
	}
	.responsive .logo img, .responsive .logo svg {
		width: var(--logo-width);
		height: auto !important;
	}
	.responsive #top #wrap_all .container {
		width: 100%;
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	#top #header_meta .container .phone-info a {
		display: block;
	}
	#top #header_meta .container {
		justify-content: center;
	}
}