/*
Theme Name: flash_hijo
Theme URI: https://themegrill.com/themes/flash
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Flash is free responsive multipurpose WordPress theme – truly a versatile theme perfect for any type of website you want. Like never before, it provides multiple pre-built demos which can be imported in seconds using ThemeGrill Demo Importer Plugin. The theme fully integrates with Flash Toolkit and SiteOrigin’s Page Builder Plugin that makes theme more user-friendly and easy. Additionally, theme features multiple blog layouts, WooCommerce support, multiple header styles, multiple color options etc.
Template: flash
*/
.logo {
	width: 13% !important;
    margin-left: 18%;
}

.menu_principal a:hover{
	color: #0DA347 !important;
}

.row_footer {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row_footer>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y)
}

.col_footer {
	flex: 1 0 0%
}

.footer_custom {
	margin-left: 13%;
    margin-right: 13%;
}

.color_footer {
	background-color: black;
}

.position_h6{
	text-align:left;
	color: white;
}

.position_li{
	text-align:left;
	list-style:none;
	color: white;
}

.add_to_cart_button {
	background-color: #0DA347 !important;
}

.ver_producto {
	width: 50%;
    margin-left: 25%;
    border-radius: 25px;
    height: 23px;
}

.ver_producto > * {
	color: white;
    font-weight: bold;
}

.color_enlace{
	color: white !important;
}

.color_green{
	background: #0DA347;
}

.textoIzquierda {
	height: 80%;
    margin-top: 8%;
    margin-bottom: 1%;
    background: #EEEEEE;
}

.contenedorTexto div.elementor-container .elementor-row div.elementor-element-e76003d {
	margin-right: -20px
}

.contacto_form div div div div div .elementor-widget-google_maps {
	width: 90%;
	margin-right: 10%;
}

.gform_heading {
	display: none;
}

#primary {
	width: 100%;
}

.woocommerce-Price-amount.amount, #site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current_page_item > a, #site-navigation ul li.current_page_ancestor > a, #site-navigation ul li.current-menu-ancestor > a {
	color: #0DA347 !important;
}

.header-bottom .flash-cart-views a span {
	background-color: black
}

.icons_rs {
	width: 5%;
}

.icons_rs_fb {
	margin-right: -24px;	
}

.fa-icons {
	color: white;
}

.fa-icons-dos{
	color: white;
	width: 8%;
}

.rs {
	margin-top: 10px
}

.instagram {
	width: 10%;
	float: left;
}

.single_add_to_cart_button {
	background-color: #0DA347 !important;
}

.submit {
	background-color: black !important;
	color: white !important;
}

div.search-icon:hover {
	color: #0DA347 !important;
	border-color: #0DA347 !important;
}

.search-submit {
	background-color: #0DA347 !important;
}

.header_menu {
	list-style: none;
    width: 100%;
    float: right;
    margin-right: 15%;
    margin-top: 5px;
    margin-bottom: 10px;
	display: inline;
}
.header_menu li {
	display: inline;
	padding-left:3px;
    padding-right:3px;
}

.menu-header-container {
	background-color: gainsboro;
    text-align: right;
}

.tg-container {
	width: 100% !important;
}

.checkout-button {
	background-color: #0DA347 !important; 
}

.product-thumbnail {
	max-width: 150px;
}

.product-thumbnail a img.attachment-woocommerce_thumbnail {
	max-width: 300px;
    max-height: 175px;
}

.woocommerce-MyAccount-navigation {
	/*border: 1px solid lightgrey;*/
    border-radius: 30px;
    margin: 0 0 20px 0;
    width: 25% !important;
}

.woocommerce-MyAccount-navigation ul {
	margin: 20px 0 20px 50px;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid lightgray;	
}


/*ESTILOS MÓVILES*/

@media only screen
  and (min-device-width : 500px)
  and (max-device-width : 767px)  { 
	  .cuadro-gris-inicio {
		  width: 50% !important;
		  margin-top: -50px !important;
	  }
	  
	  .slider-mini-inicio{
		  width: 50% !important;
		  margin-top: 5px !important;
	  }
	  
	  .cuadro-gris-inicio div div div div {
		  margin: 0 !important;
		  margin-left: 10px !important;
		  margin-top: 10px !important;
		  margin-bottom: 10px !important;
	  }
	  
	  .cuadro-gris-inicio div div div div div p {
		  font-size: 20px;
		  text-align: center !important;
		  font-weight: bold !important; 
	  }
	  
	  .cuadro-gris-inicio div div div div div h6 {
		  font-size: 50% !important;
		  margin-left: -10px !important;
		  margin-right: 10px !important; 
		  text-align: center !important;
	  }
	
}
@media only screen
	and (min-device-width : 400px)
	and (max-device-width : 600px)  { 
		.col_footer {
			flex: 1 0 100%;
		}
}
@media only screen
	and (min-device-width : 300px)
	and (max-device-width : 1884px)  { 
		.fa-icons-dos {
			margin-right: 20px;
		}
		.rs .facebook {
			margin-left: 30px;
		}
}

@media only screen
	and (max-device-width : 480px)  { 
		.logo {
			width: 55% !important;
		}
}

@media only screen
	and (max-device-width : 768px)  { 
		.woocommerce-MyAccount-navigation {
			width: 100% !important;
			padding-right: 10%;
		}
}

@media only screen
	and (min-device-width: 200px)
	and (max-device-width: 399px) {
		.col_footer {
			flex: 1 0 100%;
		}
}

@media only screen
	and (min-device-width: 400px)
	and (max-device-width: 767px) {
		.produccion_local, .sostenibilidad {
			width: 50% !important;
			float: left;
		}
		.maxima_calidad, .inmediatez {
			width: 50% !important;
		}
}

@media only screen
	and (max-device-width: 1024px) {
		.sidebarTienda, .productList {
			width: 100% !important;
		}
}
.entry-thumbnail {
	max-width: 40% !important;
    margin-left: 30% !important;
    margin-right: 30% !important;
}

.single-post .page-header-image-single { 
	display: none; 
}

.added_to_cart {
	background-color: black;
}

.img_product {
	max-width: 268px;
    max-height: 165px;
	min-height: 165px
}

.added_to_cart {
	background: black !important;
}

.input_formulario_incidencias div input{
	width: 100% !important;
}

.incidencias_texto div.elementor-column-wrap div.elementor-widget-wrap {
	margin-top: 25%;
    margin-bottom: 25%;
}

.woocommerce-product-gallery div.flex-viewport {
	min-height: 500px;
	max-height: 520px;
}

.alergenos {
	width: 70px;
	float: left;
}

.attachment-woocommerce_thumbnail {
	max-height:154px !important;
	max-width: 264px !important;
}

.btn_incidencias {
	border: 1px solid lightgray;
    border-radius: 20px;
    padding-left: 15px;
    width: 28%;
    cursor: pointer;
    float: left;
	margin-bottom: -15px;
	transition: color 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;
}

.btn_contacto {
	border: 1px solid lightgray;
    border-radius: 20px;
    padding-left: 15px;
    width: 23%;
    cursor: pointer;
    float: left;
    margin-left: 19px;
    margin-bottom: -15px;
	transition: color 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;
}

.btn_incidencias:hover, .btn_contacto:hover {
	background-color: lightgray;
	color: white;
	font-weight: bold;
}

.btn_contacto_incidencias {
	margin-top: -28px;
}

.btn_contacto_incidencias div {
	margin-left: 25%;
}

.formulario_incidencias {
	display: none;
}

.button, .onsale {
	background-color: #0DA347 !important;
	color: white !important;
}

.coupon {
	width: 30% !important;
}

#coupon_code {
	width: 60% !important;
}

.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}

.widget-title {
	font-size: 18px;
	margin-top: 20px;
}

.sidebarTienda {
	float: left;
	width: 20%;
}

.productList {
	float: right;
	width: 75%;
}

.price_slider_wrapper div.price_slider div {
	background-color: #0DA347 !important;
}

.price_slider_wrapper div.price_slider span {
	background-color: #0DA347 !important;
}

.cross-sells h2 {
	display: none !important;
}

.cross-sells div.productList, .cross-sells div.sidebarTienda {
	display: none !important;
}

.cross-sells {
	width: 100% !important;
}

.header_whassap {
	background-color: #d3d3d338;
    margin-top: 9px;
}

.header_whassap p {
	margin-left: 19%;
	float: left;
}

.header_whassap p a {
	font-size: 17px;
}

.header_whassap p a i {
	margin-right: 10px
}

@media only screen
	and (min-device-width: 769px)
	and (max-device-width: 1130px){
		.coupon {
			width: 50% !important;
		}
}
@media only screen
	and (max-device-width:768px)
	and (min-device-width: 200px) {
		.coupon, .coupon > *, #coupon_code {
			width: 100% !important;
		}
		.coupon button {
			margin-top: 10px !important;
		}
}

.header_whassap p.pagosPermitidos {
	width: 22%;
    float: right;
    margin-right: 19%;
	margin-bottom: 41px;
}

@media only screen
	and (min-device-width: 769px)
	and (max-device-width: 1290px){
		.header_whassap p.pagosPermitidos {
			width: 10% !important;
		}
}
@media only screen
	and (max-device-width: 1100px) {
		.whassapSpan{
			display: none;
		}
}
@media only screen
	and (max-device-width: 900px) {
		.tg-container {
			margin-left: 0% !important;
		}
}
@media only screen and (max-device-width: 600px) {
	.img_product {
		margin-left: auto;
   		margin-right: auto;
	}
}
@media only screen
	and (max-device-width:768px)
	and (min-device-width: 200px) {
		.header_whassap p.pagosPermitidos {
			width: 70% !important;
			margin-left: 12%;
			margin-right: 0px;
			margin-bottom: 0px;
			float: left;
		}
		.whassap a{
			font-size: 12px;
		}
}

.whassapSpan {
	color: #000;
    text-decoration: none;
	font-size: 17px;
	margin-left: 10px;
}

.imgPagosPermitidos {
	margin-top: -18px;
    float: right;
    width: 35%;
}

.tg-container {
	margin-left: 15%;
}

.logo {
	margin-left: 13%
}

/**** Estilos del popup *****/
.avwp-av img {
	width: 81% !important;
}

.avwp-av h2 {
	font-size: 29px;
	margin-top: 14px;
}

.avwp-av button.yes {
	background: #13a54c
}

.avwp-av button.yes:hover {
	background: #13a54c;
}

span.edad {
	color: red;
}