/*
***** ÍNDICE *****
- FONTS
- BODY
- FORMULARIOS
- HEADER
	- SEARCH -> BUSCADOR DEL HEADER
	- INFO HEADER
	- MONEDAS
	- USERINFO
	- LANGSELECTOR
	- BLOCKCART
	- MENU
- HOME
	- SLIDER
	- INFO HOME
- MODIFICACIONES


FIN ÍNDICE*/



/* FONTS */
	@font-face {
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 300;
	  src: url("fonts/Roboto-Regular.ttf") format('woff2');
	  font-display: swap;
	   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}

	@font-face {
	  font-family: 'Roboto-Light';
	  font-style: normal;
	  font-weight: 300;
	  src: url("fonts/Roboto-Light.ttf") format('woff2');
	  font-display: swap;
	   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}	

	@font-face {
	  font-family: 'Roboto-Black';
	  font-style: normal;
	  font-weight: 300;
	  src: url("fonts/Roboto-Black.ttf") format('woff2');
	  font-display: swap;
	   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}

	@font-face {
	  font-family: 'RobotoSlab';
	  font-style: normal;
	  font-weight: 300;
	  src: url("fonts/RobotoSlab-Regular.ttf") format('woff2');
	  font-display: swap;
	   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}	


	@font-face {
	  font-family: 'RobotoSlab-Bold';
	  font-style: normal;
	  font-weight: 300;
	  src: url("fonts/RobotoSlab-Bold.ttf") format('woff2');
	  font-display: swap;
	   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}	

	@font-face {
	  font-family: 'RobotoSlab-Light';
	  font-style: normal;
	  font-weight: 300;
	  src: url("fonts/RobotoSlab-Light.ttf") format('woff2');
	  font-display: swap;
	   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}		

	@font-face {
	  font-family: 'LeckerliOne';
	  font-style: normal;
	  font-weight: 300;
	  src: url("fonts/LeckerliOne-Regular.ttf") format('woff2');
	  font-display: swap;
	   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}		

/* FIN FONTS */ 


/* BODY */
html body{
	font-family: 'Roboto';
	max-width: 1440px;
	margin:0 auto;
	/*-moz-osx-font-smoothing: grayscale;*/
	-moz-osx-font-smoothing: none;
}

.soyNoMargin{
	margin-left: 0;
	margin-right: 0;
}

.soyNoPadding{
	padding-left:0;
	padding-right: 0;

}

.soyDivCenter{
	margin:0 auto;
}	

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}
body a {
    color: #333cc6;
}
/* MOD #48974 - Ajuste para Motive Search */
body a:hover:not(.exb-result-link){
	color: #01f;
	text-decoration: underline;
}
#wrapper {
    background: none;
    box-shadow: none;
    padding-top: 1.563rem;
}
/* FIN BODY */

/* FORMULARIOS */
.form-control:focus, .input-group.focus {
    outline: none;
}
.form-control:focus{
	border-color: #4a825d;
}
.custom-radio{
	border: 2px solid #000;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	top: -1px;
}
.custom-radio input[type="radio"]:checked + span{
	background: #000;
	width: 7px;
	height: 7px;
	top: 2px;
	left: 2px;
}
.soy_element_form .custom-checkbox{
	overflow: hidden;
	display: block;
}
.soy_element_form .custom-checkbox > input[type="checkbox"]{
	left: 0;
	margin-top: 2px;
	height: 15px;
	width: 15px;
}
.soy_element_form .custom-checkbox > input[type="checkbox"] + span{
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 0;
	margin-top: 2px;
}
.soy_element_form .custom-checkbox > label{
	float: left;
	width: calc(100% - 15px);
	padding-left: 10px;
	clear: none;
	margin-bottom: 0;
}
.soy_element_form .custom-checkbox > label p,
.soy_element_form .custom-checkbox > label p span{
	margin-bottom: 0;
	color: #232323;
}
.soy_checkbox label.form-control-label,
.soy_checkbox div.form-control-comment{
	padding: 0;
	margin: 0;
}
/* FIN FORMULARIOS */

/* HEADER */
#header .logo{
	padding-top: 9px;
}

#header a{
	color:#fff;
}

#header a:hover{
	color:#CCCC33;
}	

#header .header-nav .container{
	width:100%;
}

#header .header-nav{
	border-bottom: 0px;
	max-height: 80px;
	height:80px;
	margin-bottom:0;
	background-color: #4a825d;
	color:#fff;
}

@media(max-width:767px){
	#header .header-nav{
		height: auto;
	}
	#header .header-nav .container{
		padding: 0;
	}
}

/* SEARCH */
#header .header-nav .search-widget{
/*.search-widget{*/
	width:100%;
	margin-top:0;
}
.search-widget form input[type="text"]{
	border-radius:5px;
	border:0;
	padding: 4px;
	font-size: 14px;
	min-width: 100%; 
	outline: none;
}
.search-widget form input[type="text"]:focus{
	border: 0;
	outline: none;
}
.search-widget form button[type="submit"]{
	bottom:0;
	top:-1px;	
	color:#CCC;
}
.search-widget form button[type="submit"] i{
	position: relative;
	top: 1px;
}

#soy_search_results{
	position: absolute;
	width: 430px;
	background: #FFF;
	z-index: 999999;
	border: 1px solid #4a825d;
	top: 28px;
	display: none;
}
#soy_search_results .soy_search_close{
	color: #4a825d;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 21px;
	cursor: pointer;
}
#soy_search_results .semillasFlagsPercentage,
#soy_search_results .semillasFlags{
	display: none;
}
#soy_search_results .soy_result_search{
	color: #4a825d;
	font-size: 18px;
	padding: 10px 35px 20px 10px;
	display: block;
	font-family: "Roboto";
	line-height: 24px;
	text-align: left;
}
#soy_search_results .product-miniature{
	width: 100%;
	float: left;
}
#soy_search_results .product-thumbnail{
	float: left;
	width: 30%;
}
#soy_search_results .product-miniature .product-description{
	float: left;
	width: 70%;
	padding: 0 10px;
}
#soy_search_results .product-miniature .product-title{
	color: #4a825d;
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
	height: auto;
}
#soy_search_results .product-miniature .product-title a{
	color: #4a825d;
}
#soy_search_results .product-miniature .product-price-and-shipping{
	text-align: left;
}
#soy_search_results .product-miniature .btnSemillas{
	color: #0F4E33;
}
#soy_search_results .product-miniature .btnSemillas:hover{
	color: #0F4E33;
}
#soy_search_results .pagination{
	display: none;
}
#soy_search_results .soy_search_all{
	font-weight: bold;
	display: inline-block;
	margin-bottom: 15px;
	color: #0F4E33;
}
#soy_search_results .soy_volver_arriba{
	display: none;
}
@media(max-width: 767px){
	#soy_search_results{
		width: 100%;
		left: 0;
		top: 54px;
	}
}
/* FIN SEARCH */

/* INFO HEADER */
.soyInfoHeader1,.soyInfoHeader2{
	/* // MOD #44373 (11/5/21) - Ajustar header */
/* 	font-size:16px; */
	font-size:14px;
}

.soyInfoHeader1{
	padding-top:15px;
}	
.soyInfoHeader1 i{
	font-size:22px;
}			
.soyInfoHeader1 span{
	font-size:19px;
	text-transform: uppercase;
	font-family: 'Roboto-Black';
}	
.soyInfoHeader2{
	padding-top:19px;
}	
.soyInfoHeader2 i{
	font-size:40px;
	font-size: 33px;
	position: relative;
	top: -5px;
}			
.soyInfoHeader2 span{
	font-size:22px;
	text-transform: uppercase;
	font-family: 'Roboto';
}	
#main .soy_titulo_listado,
#main > .page-header > h1,
#main > .page-header > h1 span{
	font-family: "RobotoSlab", sans-serif;
	color: #444444;
	text-transform: uppercase;
	font-size: 22px;
}
/* FIN INFO HEADER */

	
/* MONEDAS */
#esp_currencyconversion{
	background: none;
	padding: 0;
	width: auto;
	padding-right: 15px;
}
#esp_currencyconversion #esp_setCurrency{
	margin: 30px 0 0 0;
}
#esp_currencyconversion #esp_setCurrency > img{
	float: left;
}
#esp_currencyconversion #esp_setCurrency > p{
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Roboto';
	background: none;
	float: left;
	clear: none;
}
#esp_currencyconversion #esp_setCurrency > ul > li{
	padding: 3px 0;
}
.soyInfoUsuario #esp_currencyconversion #esp_setCurrency ul{
	left: 0;
	width: 240px;
	top: 24px;
	background: #4a825d;
	text-align: left;
	padding: 10px 15px;
	position: absolute;
	border: 1px solid rgba(0,0,0,.15);
}

/* FIN MONEDAS */

/* USERINFO */
#_desktop_user_info , #_desktop_language_selector{
	padding-top:15px;
}
#header .header-nav .user-info{
	margin-left:0;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
}	
#header .header-nav .user-info .account{
	margin:0;
	font-size: 16px;
}
/* FIN USERINFO */

/* LANGSELECTOR */
.language-selector button , .language-selector .expand-more{
	color:#fff;
	cursor: pointer;
	font-size: 16px;
}
/*.language-selector button:hover, 
.language-selector button:hover .expand-more{
	color:#fff;
}*/
/* FIN LANGSELECTOR */

/* BLOCKCART */
#header .header-nav .cart-preview.active{
	background:none;
}

#header .header-nav .container .blockcart{
	background-color: transparent;
	padding: 26px 0px 0px 0px;
	margin-right:5px;
	margin-left:0;
	margin: 0 0 0 9px;
}
#header .header-nav .blockcart i{
	font-size:20px;
}	
#header .header-nav .blockcart a:hover i,
#header .header-nav .blockcart a:hover span{
	color: #CCCC33;
}
.cart-products-count{
	position: absolute;
	right: 11px;
	background-color: #000;
	border-radius: 50%;
	padding: 0;
	top: 25px;
	width: 20px;
	height: 20px;
	font-size: 14px;
}
@media(max-width: 767px){
	#header .header-nav .container .blockcart{
		padding-top: 12px;
	}
}
/* FIN BLOCKCART */

@media(min-width:1201px){
	/* Column1 */
	#header .header-nav .container .column1{
		width: 40%;
	}
	.column1 .col-xl-5{
		width: 24%;
	}
	.column1 .col-xl-7{
		width: 70%;
	}		
	/* ./Column1 */

	/* Column2 */
	#header .header-nav .container .column2{
		width: 30%;
	}	
	/* ./Column2 */		

}
@media(min-width:1201px){
	/* Column1 */
	#header .header-nav .container .column1{
		width: 40%;
	}
	.column1 .col-xl-5{
		width: 24%;
	}
	.column1 .col-xl-7{
		width: 70%;
	}		
	/* ./Column1 */

	/* Column2 */
	#header .header-nav .container .column2{
		width: 30%;
	}	
	/* ./Column2 */		

}
/* MENU */
#header{
	background: none;
}
#header .header-top {
    padding-bottom: 15px;
    background: none;
}
#index #header .header-top {
    padding-bottom: 0;
}
.header-top .container{
	width: 100%;
	background: #000;
}
#soymenu{
	float: left;
	width: 100%;
	background: #000000;
}
#soymenu .soymenu_category a{
	font-family: 'RobotoSlab-Bold';
	font-size: 16px;
	text-transform: uppercase;		
	padding: 12px;
}
#soymenu .soymenu_category:first-child > a{
	padding-left: 0;
}
#soymenu .soymenu_subcategories{
	width: 100%;
	left: 0;
	top: 44px;
	background: #ffc503;
	padding: 0;
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	border-bottom: 50px solid transparent;
}
#soymenu .soymenu_subcategories ul{
	padding-left: 12px;
}
#soymenu .soymenu_subcategories ul li{
	float: left;
}
#soymenu .soymenu_subcategories ul li a{
	display: block;
	padding: 7px 15px;
	font-family: 'RobotoSlab';
	color: #4a825d;
}

#soymenu .soymenu_subcategories ul li a:hover{
	color: #FFCC00;
	background: #4a825d;
}

#soymenu a:hover{
	color:#FFCC00;	
}	

#soymenu .soy_menu_extra{
	float: right;
}
#soymenu .soy_menu_extra ul li{
	float: left;
	display: block;
	padding: 7px 0px;
}
#soymenu .soy_menu_extra ul li a{
	background: #FFCC00;
	margin: 0 5px;
	display: block;
	color: #4a825d;
	padding: 5px 0;
	width: 56px;
	text-align: center;
	border-radius: 3px;
	font-family: "RobotoSlab";
}
#soymenu .soy_menu_extra ul li:last-child a{
	margin-right: 0;
}
#header ._mobile_menu_extra.soy_menu_extra{
	display: none;
}
#soymenu.soy_sticky #soymenu_main_ul > .soymenu_category > a{
	padding: 21px 12px;
}
#soymenu.soy_sticky .soymenu_subcategories{
	top: 62px;
}
#soymenu.soy_sticky .soy_menu_extra{
	padding: 9px 0;
}


@media(max-width: 1120px){
	#soymenu.soy_sticky .soymenu_category a{
		font-size: 14px;
		padding: 12px 7px;
	}
	#soymenu.soy_sticky #soymenu_main_ul > .soymenu_category > a{
		padding: 21px 6px;
	}
	#soymenu.soy_sticky .soy_menu_extra {
	    padding: 12px 0;
	}
	#soymenu.soy_sticky .soy_menu_extra ul li a {
	    margin: 0px 3px;
		width: 45px;
		font-size: 13px;
		padding: 3px 0;
	}
}
@media(min-width: 768px){
	#soymenu{
		display: block !important;	/*No quitar !important*/
	}
	#soymenu{
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#soymenu.soy_sticky{
		position:fixed;
		top:0;
		z-index: 999999;
		background: #000000;
		left: 0;
		width: 100%;
		padding: 0 15px 0 10px;
	}
	#soymenu .soy_logo_sticky{
		display: none;	
	}
	#soymenu.soy_sticky .soy_logo_sticky{
		display: block;
		float: left;
		width: 140px;
	}
	#soymenu.soy_sticky .soy_logo_sticky img{
		padding-top: 5px;
	}
	#soymenu.soy_sticky #soymenu_main_ul{
		float: left;
		padding: 0 15px;
		width: calc(100% - 180px);
		margin: 0;
	}
	#soymenu #soy_blockcart_sticky{
		display: none;
	}
	#soymenu.soy_sticky #soy_blockcart_sticky{
		display: block;
		float: right;
		padding: 18px 10px 16px 0;
	}
	#soymenu.soy_sticky #soy_blockcart_sticky .cart-products-count{
		background: #669933;
		text-align: center;
		top: 34px;
		right: 14px;
	}
	#soymenu.soy_sticky #soy_blockcart_sticky i{
		font-size: 25px;
	}
	#soymenu .soyInfoHeader2{
		display: none;
	}
	#soymenu .soy_informacion_movil{
		display: none;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	#soymenu.soy_sticky .soy_logo_sticky{
		display: none;
	}
	#soymenu.soy_sticky #soymenu_main_ul{
		width: calc(100% - 32px);
		padding-left: 0;
		padding-right: 7px;
	}
	#soymenu.soy_sticky .soy_menu_extra {
	    padding: 13px 0;
	}
	#soymenu.soy_sticky .soy_menu_extra ul li a {
	    margin: 0 3px;
	    width: 43px;
	    font-size: 13px;
	    padding: 2px 0;
	}
	#soymenu .soymenu_category a{
		font-size: 14px;
		padding: 12px 6px;
	}
	#soymenu .soy_menu_extra ul li a{
		margin: 0 3px;
		width: 45px;
		font-size: 14px;
	}
}

@media(max-width: 767px){
	#header .header-top {
	    padding-bottom: 0;
	}
	#soymenu .soy_logo_sticky,
	#soymenu #soy_blockcart_sticky{
		display: none;	
	}
	.header-top > .container{
		padding: 0;
	}
	#soymenu{
		top: 0px;
		z-index: 999999;
		position: absolute;
		background: #000;
		display: none;
	}
	#soymenu .soymenu_category a,
	#soymenu .soymenu_category:first-child > a{
		padding: 12px;
	}
	#soymenu #soymenu_main_ul{
		float: left;
		width: 100%;
		margin: 0;
	}
	#soymenu #soymenu_main_ul > li{
		width: 100%;
		float: left;
		max-width: unset;
		text-align: left;
		border-top: 1px solid #4a825d;
	}
	#soymenu #soymenu_main_ul .soymenu_subcategories{
		position: relative;
		float: left;
		top: 0;
		background: none;
		border-bottom: 0;
	}
	#soymenu .soymenu_subcategories ul li{
		float: left;
		clear: left;
		width: 100%;
	}
	#soymenu .soymenu_subcategories ul li a{
		color: #FFF;
	}
	#soymenu .soymenu_subcategories ul li a:hover{
		color: #FFCC00;
		background: none;
	}
	#soymenu .soy_menu_extra{
		display: none;
	}
	#header ._mobile_menu_extra.soy_menu_extra{
		display: block;
	}
	#header ._mobile_menu_extra.soy_menu_extra ul{
		overflow: hidden;
		margin: 0;
		text-align: center;
		padding: 4px 0 4px 15px;
		float: left;
	}
	#header ._mobile_menu_extra.soy_menu_extra ul li{
		display: inline-block;
		padding: 7px 0px;
	}
	#header ._mobile_menu_extra.soy_menu_extra ul li a{
		background: #FFCC00;
		margin: 0 5px;
		display: block;
		color: #4a825d;
		padding: 5px 0;
		width: 56px;
		text-align: center;
		border-radius: 3px;
		font-family: 'RobotoSlab';
		color: #4a825d;
	}
	#header ._mobile_menu_extra.soy_menu_extra .soyInfoHeader1{
		float: right;
		padding: 6px 15px 5px 0;
		color: #FFF;
		font-size: 15px;
	}
	#header ._mobile_menu_extra.soy_menu_extra .soyInfoHeader1 i{
		font-size: 18px;
	}
	#header ._mobile_menu_extra.soy_menu_extra .soyInfoHeader1 span{
		font-size: 17px;
	}
	#soymenu #_mobile_esp_currencyconversion{
		float:left;
		margin-left: 10px;
		padding: 12px 0px;
	}
	#soymenu #_mobile_esp_currencyconversion #esp_setCurrency,
	#soymenu #_mobile_esp_currencyconversion #esp_currencyconversion #esp_setCurrency > p{
		margin: 0;
	}
	#soymenu #_mobile_esp_currencyconversion #esp_setCurrency #esp_first-currencies{
		top: 21px;
		width: 280px;
		text-align: left;
		left: 0;
		background: #4a825d;
		border: 1px solid rgba(0,0,0,.15);
		padding: 10px;
		margin:0;
		position:absolute;
	}
	#soymenu #_mobile_esp_currencyconversion #esp_setCurrency .currencies_ul_hover a {
	    color: #fff;
	    display: block;
	    padding: 3px 0;
	    font-size: 15px;
	}
	#soymenu #_mobile_language_selector{
		float: left;
		padding: 12px 0px;
	}
	#soymenu #_mobile_language_selector ul{
		background: rgb(19, 58, 1) none repeat scroll 0% 0%;
		border: 1px solid rgba(0, 0, 0, 0.15);
		padding: 10px;
		margin: 0;
	}
	#soymenu #_mobile_language_selector ul li{
		padding: 3px 0;
	}
	#soymenu #_mobile_language_selector ul li a{
		padding: 3px 0;
		font-size: 15px;
	}
	#_mobile_search .buscador_movil{
		cursor: pointer;
	}
	#_mobile_search #_mobile_search2{
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 999;
		background: #000;
		padding: 9px 15px;
		top: 50px;
		display: none;
	}
	#_mobile_search2 .search-widget form input[type="text"] {
	    border-radius: 5px;
	    border: 0;
	    padding: 8px;
	    font-size: 15px;
	    min-width: 100%;
	    outline: none;
	}
	#header .mobile .top_movil #_mobile_search #_mobile_search2 i{
		margin: 0;
		padding-right: 0 ;
	}
	
	#soymenu.prueba #_mobile_language_selector,
	#soymenu.prueba #_mobile_esp_currencyconversion{
		float:right;
	}
	#soymenu .soyInfoHeader2{
		display: block;
		float: right;
		padding: 5px 0;
		margin-right: 10px;
	}
	.soyInfoHeader2 i{
		font-size: 27px;
		top: -3px;
	}
	.soyInfoHeader2 span{
		font-size: 16px;
	}
	.soyInfoHeader2 div{
		font-size: 14px;
	}
	#soymenu .soy_informacion_movil{
		display: block;
	}
}
@media(max-width: 400px){
	#header ._mobile_menu_extra.soy_menu_extra ul li a{
		margin: 0 2px;
		width: 45px;
		font-size: 13px;
	}
}
/* FIN MENU */

/* FIN HEADER */





/* HOME */

/* SLIDER  */
/*#soySlider{
	position: relative;
	background:#fff;
	width: auto;
	overflow: hidden;
	padding: 0;
	background-image:url("../img/background-slider.png");
	background-repeat: no-repeat;
	background-color: #fafafa;
}

#soySlider .content{
	position: relative;
	float: right;
	width: 100%;
	width: 575px;
	top: 10%;
	right: calc(50% - 490px);
	padding: 10px 0;
}
#soySlider .content #carousel{
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	padding: 10px 30px;
	box-shadow: none;
    margin-bottom: 0;
}
#soySlider ul li{
	padding:0;
}


#soySlider .carousel .btn {
	font-family: 'RobotoSlab-Bold';
	margin-top:15px;
	background-color: #0F4E33;
	box-shadow: none;
	border-radius: 10px;
	color:#fff;
}
#soySlider .carousel .btn:hover{
	color:#CCCC33;
}
#soySlider .carousel .carousel-inner{
	height: auto; 
	margin:0;
}

#soySlider .carousel-indicators{
	bottom: -55px;
}

#soySlider .carousel-indicators .active{
	background-color: #333;
	border:none;
}*/
/* FIN SLIDER */

@media(min-width:1201px){
	#index .container{
		width: 100%;
	}
}	

@media(max-width:991px){
	#index .container{
		width:100%;
	}
}

/* INFO HOME */
#soyInfoHome{
	font-family: 'Roboto-Light';
	background-color:#669933;
	color: #fff;
	padding: 30px 15px;
}
#soyInfoHome .soy_bloque_info{
	border-left: 1px solid #FFF;
}
#soyInfoHome .soy_bloque_info:first-child{
	border-left: none;
}
#soyInfoHome h4{
	font-family: 'Roboto-Light';
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	margin:0;
}	

#soyInfoHome i{
	font-size: 35px;
	margin-top: 0;
}		

#soyInfoHome p{
	font-family: 'Roboto-Light';
	font-size: 18px;
	color: #fff;
	margin:0;
}		

#soyInfoHome .content{
	width: auto;
    display: table;
    margin: 0 auto;
}


#soyInfoHome .icon{
	float:left;
	padding-right:12px;
	margin-top: 3px;
}	

#soyInfoHome .text{
	float:left;
}
#soyInfoHome .text a:hover{
	text-decoration: none;
}		

/** MOD #17824 **/
@media(max-width: 650px){
	#Home .textos .text p{
		font-size: 1rem;
		line-height: 1.8rem;
		margin-bottom: 2rem;
	}
}
/** END MOD **/

/* FIN INFO HOME */

/* CATEGORÍAS HOME */
#index .soy_banners_categorias_home{
	float: left;
	width: 100%;
	padding: 45px 0 35px;
}
#index .soy_banners_categorias_home .soy_banner_categoria{
	float: left;
	width: 16.66%;
}
#index .soy_banners_categorias_home .soy_banner_categoria img{
	max-width: 100%;
}
@media(max-width: 991px){
	#index .soy_banners_categorias_home .soy_banner_categoria{
		width: 33.33%;
		padding: 20px;
	}
	#index .soy_banners_categorias_home .soy_banner_categoria:nth-child(3n+1){
		clear: left;
	}
}
@media(max-width: 650px){
	#index .soy_banners_categorias_home .soy_banner_categoria{
		padding: 0;
	}
	#index .soy_banners_categorias_home .soy_banner_categoria:first-child{
		margin-bottom:15px;
	}
}
/* FIN CATEGORÍAS HOME*/


#Home{
	margin: 60px 0 50px;
}
#Home.home2{
	margin: 50px 0 65px;
}
#Home .textos{
	text-align: center;
	padding-bottom: 80px;
	color:	#4D4D4D;
	width: 100%;
	/*max-width: 1500px;*/
	margin: 0 auto;
	padding: 0 50px;
}

#Home .textos .text{
	padding-top: 5px;
}
#Home .textos .text p{
	color: #444444;
}


#Home .textos h1{
	font-family: 'RobotoSlab-Light';
	font-size: 30px;
	text-transform: uppercase; 
	/*color:#999933;*/
	color: #587639;
}	

#Home .textos h2{
	font-family: 'LeckerliOne';
	font-size: 45px;
	color:#666633;		
}	

#Home .textos_dos{
	/*max-width: 992px;*/
	margin:0 auto;	
}		

#Home .textos h3{
	font-family: 'LeckerliOne';
	margin:0 auto;
	font-size: 60px;
	color:#666633;		
	margin-bottom: 10px;
}	

#Home .textos h4{
	font-family: 'LeckerliOne';
	margin:0 auto;
	font-size: 27px;
	color:#666633;
	padding:10px 0;	
}	

#Home .textos span{
	/*color:#FF6600;*/
	color: #db5d09;
}	

#Home .textos2{
	padding-left: 10%;
	padding-right: 10%;
}

body#index .ekomi-widget-container .wrapper-left,
body#index .ekomi-widget-container .wrapper-right{
	width: 100%;
	margin-bottom: 5px;
}
body#index .ekomi-widget-container .slick-list{
	padding-right: 2px;
}
body#index .ekomi-widget-container .wrapper-right .client-review{
	border: 1px solid #e8e8e8;
	border-left: 0;
}
body#index .ekomi-widget-container .wrapper-right .client-review:first-child{
	border-left: 1px solid #e8e8e8;
}

@media(max-width: 1160px){
	#soyInfoHome h4{
		font-size: 16px;
	}
	#soyInfoHome p{
		font-size: 14px;
	}
	#soyInfoHome i{
		font-size: 28px;
	}
}
@media(max-width: 920px){
	#soyInfoHome .soy_bloque_info{
		width: 50%;
		float: left;
	}
	#soyInfoHome .soy_bloque_info:last-child{
		display: none;
	}
	#Home .textos{
		padding: 0 15px;
	}
	#Home .textos h2 {
	    font-size: 40px;
	}
	#Home .textos h1 {
	    font-size: 25px;
	}
	#Home .textos h3{
		font-size: 50px;
	}	

	#Home .textos h4{
		font-size: 22px;
	}	
}
@media(max-width: 615px){
	#soyInfoHome .soy_bloque_info{
		width: 100%;
		float: left;
		border: none;
	}
	#soyInfoHome .soy_bloque_info:first-child:after{
		content: " ";
		display: block;
		border: 1px solid #FFFC;
		width: 150px;
		margin: 15px 0 15px calc(50% - 75px);
	}
	#soyInfoHome h4{
		font-size: 19px;
	}
	#soyInfoHome p{
		font-size: 17px;
	}
	#soyInfoHome i{
		font-size: 34px;
	}
}
@media(max-width: 420px){
	#Home .textos h1 {
	    font-size: 20px;
	}
}

/* FIN HOME */




 /* ProductList */

 	/* columns */ 
 	@media(min-width:1201px){

 		/*
		.featured-products .thumbnail-container{
			height: auto;
		}

	 	.featured-products .product-miniature{
	 		margin:0;
	 		width: 25%;
			padding: 0 .625rem;

			position: relative;
	 	}

		.product-miniature .thumbnail-container{
			width: 100%;
			height: auto !important;
			/*height: 100vh !important;*/
			/*height: 680px !important; /* Esta medida afecta a: .semillasFlagsPercentage y .semillasFlags */
		/*}*/


 	}

 	/* */
	.featured-products .thumbnail-container{
		height: auto;
	}

 	.featured-products .product-miniature{
 		margin:0;
 		width: 25%;
		padding: 0 .625rem;
		position: relative;
 	}

	.products .product-miniature div.thumbnail-container{
		width: 100%;
		height: auto;
	} 	

 	@media(max-width:991px){

	 	.featured-products .product-miniature{
	 		margin:0;
	 		width: 33%;
			padding: 0 .625rem;
			position: relative;
	 	} 		

 	}	

 	@media(max-width:767px){

	 	.featured-products .product-miniature{
	 		margin:0;
	 		width: 50%;
			padding: 0 .625rem;
			position: relative;
	 	} 	

	 	.featured-products .thumbnail-container .product-description{
	 		box-shadow: none ; 
	 	}

 	}	 	
 	/* */



	.product-miniature img{
		width: 100%;
	}	

 	.product-miniature .thumbnail-container{
 		height: 450px;
 	}
 	/* ./columns */


 	.product-miniature .product-description{
 		position: relative;
 		width:100%;
 		height: auto;
 	}

 	.product-miniature .highlighted-informations{
 		display:none;
 	}

	#products .products-section-title, 
	.featured-products .products-section-title, 
	.product-accessories .products-section-title, 
	.product-miniature .products-section-title{
		font-family: 'RobotoSlab-Bold'; 
		letter-spacing: 2px;
		color:#1A1A1A;
		font-size: 30px;
		margin-bottom:50px;
	}

	.featured-products .products-section-title:after{		
		content: "";
		/*padding-top:15px;*/
		padding-bottom:15px;
		width: 20%;
		border-bottom:2px solid #669933;
		position:relative;
		display: block;
		margin:0 auto;
	}
	
	.featured-products.soy_featured,
	.featured-products.soy_specials{
		margin-top: 25px;
	}
	
	.product-miniature .product-title{
		height: 50px;
	}

	/* Flags */
		.semillasFlags{
			position: absolute;
			width:100%;
			height: 550px; /* Esta medida es la misma que:  .product-miniature .thumbnail-container */
			/*height: 100vh;*/ 
			overflow: hidden;
			z-index: 2;
			/*background-color: rgba(255,255,255,0.3);*/
		}

		.semillasFlags .content{
			position: relative;

		}

		.semillasFlags .content .back{
			position: absolute;
			left: -70px;		
			top: -70px;	    
			width:120px;
			height: 120px;
			background-color: #669933;
		    transform: rotate(-45deg);
		    -webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		    -moz-transform: rotate(-45deg);
		    -o-transform: rotate(-45deg);		
		}		
	/* ./Flags */	

	/* Percentage */
		.semillasFlagsPercentage{
			position: absolute;
			width:100%;
			height: 550px; /* Esta medida es la misma que:  .product-miniature .thumbnail-container */ 
			overflow: hidden;
			z-index: 1;
			/*background-color: rgba(0,0,0,0.3);*/
		}

		.semillasFlagsPercentage .content{
			position: relative;

		}

		.semillasFlagsPercentage .content .back{
			position: absolute;
			right: -70px;		
			top: -70px;	    
			width:120px;
			height: 120px;
			background-color: #FF0000;
		    transform: rotate(45deg);
		    -webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		    -moz-transform: rotate(45deg);
		    -o-transform: rotate(45deg);		
		}	

		.semillasFlagsPercentage .content .back .text , .semillasFlags .content .back .text{
			position: absolute;
			bottom: 0;
			width: 100%;			
			text-align: center;
			font-family: 'Roboto';
			font-size: 14px;
			color:#fff;
		}	
	/* ./Percentage */	


	.featured-products .thumbnail-container{
		/*width: auto;*/
		box-shadow: none; 
		margin:0 auto;
	}

	.product-miniature img{
		margin-left:0;
	}

	.featured-products .product-title a{
		font-family: 'Roboto-Light';
		text-transform: uppercase;
		font-size: 18px;
		color:#000;		
	}

	.product-miniature .product-price-and-shipping{
		font-family: 'Roboto-Light';
		font-size: 26px;
		color:#000;
	}

	.product-miniature .product-price-and-shipping .decimales{
		font-family: 'Roboto-Light';
		font-size: 18px;
		color:#000;
	}	
	
	.product-miniature .product-price-and-shipping .priceconversion{
		display: block;
		color: #7a7a7a;
		font-size: 18px;
		margin-top: 5px;
	}
	
	.btnSemillas,
	.btn-primary{
		font-family: "RobotoSlab-Bold";
		font-weight: normal;
		text-transform: uppercase;
		font-size: 14px;
		padding:10px;
		color:#0F4E33;
		background-color:#FFCC00;
		border-radius: 5px;
		border: 0;
		cursor: pointer;
		box-shadow: none;
	}
	.btnSemillas:hover,
	.btn-primary:hover{
		background: #EFBF00 !important; /*No quitar !important*/
		color:#0F4E33 !important;/*No quitar !important*/
		
	}
	.btnSemillas.btn-secondary,
	.btn-secondary{
		font-family: 'RobotoSlab-Bold';
		text-transform: uppercase;
		font-size: 14px;
		padding:10px;
		color: #FFF;
		background: #4a825d;
		border-radius: 5px;
		border: 0;
		cursor: pointer;
		box-shadow: none;
	}
	.btnSemillas.btn-secondary:hover,
	.btn-secondary:hover{
		background: #195000 !important;/*No quitar !important*/
		color: #FFF !important;/*No quitar !important*/
	}
 /* ./ProductList */



 /* Newsletter */

	 #SemillasNewsletter{
	 	/*background: #669933;*/
	 	background: #ddebe2;
	 	padding: 5%;
	 }
	 #SemillasNewsletter a{
		 color: #fcc000;
	 }

	 #SemillasNewsletter .claim{
	  	font-family: 'RobotoSlab-Bold';
	  	font-size: 28px;
	  	text-transform: uppercase;
	  	color: #828281;
	 }

	#SemillasNewsletter .important{
  		font-family: 'Roboto-Black';
	  	font-size: 34px;
	  	color: #828281;
 	}

	#SemillasNewsletter .title{
  		font-family: 'RobotoSlab-Light';
	  	font-size: 28px;
	  	color: #828281;
 	} 	

	#SemillasNewsletter .title i{
	  	font-size: 48px;
 	} 	 	

 	.semillasFormNewsletter{
 		margin-top:10px;
 	}

 	#SemillasNewsletter .avisoLegal{
 		margin-top:10px;
 	}  	 	

 	.semillasFormNewsletter input{
 		font-family: 'Roboto';
 		font-size: 14px;
 		background-color: #FFF;
 		padding:10px;
 		height: 40px;
 		width: 70%;
 		border:0;
 	} 

 	.semillasBtnNewsletter{
 		font-family: 'Roboto';
 		background: #0F4E33;
 		width: auto;
 		box-shadow: none;
 		color: #828281;
 	}
 	.semillasBtnNewsletter:hover{
	 	color: #dededc;
	 	background: #185C3F;
 	}

 	.semillasFormNewsletter .custom-checkbox{
	 	float: left;
	 	margin-top: 10px;
 	}
 	
 	.semillasFormNewsletter .custom-checkbox input[type="checkbox"] + span {
	    border: 2px solid #FFF;
	    position: absolute;
		top: 2px;
	}
	#SemillasNewsletter .semillasFormNewsletter .custom-checkbox > label{
		padding-left: 20px;
	}
	.semillasFormNewsletter .custom-checkbox label p{
		margin: 0;
	}
	.semillasFormNewsletter .custom-checkbox label a{
		color: #FFF;
		text-decoration: underline;
	}
	
	#SemillasNewsletter .clasic-form-acm{
		background: none !important;/*No quitar !important*/
	}
	#SemillasNewsletter .clasic-form-acm .clasic-form-content-acm{
		background: none;
		padding: 0;
	}
	#SemillasNewsletter .clasic-form-acm .row-form-acm:nth-child(2){
		margin-bottom: 0;
	}
	#SemillasNewsletter .clasic-form-acm .ckeditor-text-acm p{
		font-family: 'RobotoSlab-Light';
		font-size: 28px;
		color: #828281;
		line-height: 1;
	}
	#SemillasNewsletter .clasic-form-acm .ckeditor-text-acm p:before{
		font-family: "Font Awesome 5 Free";
		content: "\f0e0";
		font-size: 48px;
		margin-right: 10px;
	}
	#SemillasNewsletter .clasic-form-acm .input-email-form-acm input{
		border-radius: 0;
		border: 1px solid lightgray;
	}
	#SemillasNewsletter .clasic-form-acm .input-checkbox-form-acm{
		text-align: left;
		float: left;
		width: 100%;
		margin-bottom: 12px;
		margin-top: 8px;
	}
	#SemillasNewsletter .clasic-form-acm .input-checkbox-form-acm .label-checkbox-form-acm{
		font-size: 16px !important;/*No quitar !important*/
		float: left;
		padding-left: 33px;
		color: #828281;
		line-height: 20px;
	}
	#SemillasNewsletter .clasic-form-acm .input-checkbox-form-acm .label-checkbox-form-acm:before{
		position: absolute;
		left: 0;
	}
	#SemillasNewsletter .clasic-form-acm .button-submit-form-acm{
		float: left;
		text-align: left;
	}
	#SemillasNewsletter .clasic-form-acm .button-submit-form-acm input{
		float: left;
	}
	#SemillasNewsletter .clasic-form-acm .clasic-form-content-acm form{
		color: #FFF;
		font-size: 20px;
	}
 	
 	@media(max-width:575px){

	 	.semillasFormNewsletter input{
	 		width: 100%;

	 	}  		

	 	.semillasBtnNewsletter{
	 		float: none ;
	 		margin-top:10px;
	 		clear:left;
	 		box-shadow: none;
	 	}	 	

 	}

/* ./Newsletter */


/* footer */
#footer{
	padding-top: 70px;
}
#footer .container{
	width: 100%;
}

.soy_contacto_footer{
	position: fixed;
	bottom: 0;
	left: 2%;
	padding: 10px;
	padding-bottom: 20px;
	border-radius: 5px 5px 0px 0px;
	background: #f8d84c;
	color: #000;
	cursor: pointer;
	z-index: 999;
}
.soy_contacto_footer:hover{
	color: #FFF;
}
@media(min-width: 768px){
	.soy_contacto_footer .soy_oculta_desktop{
		display: none;
	}
}
@media(max-width: 767px){
	.soy_contacto_footer .soy_oculta_movil{
		display: none;
	}
}
/* ./footer */


.row{
	margin-right: 0;
	margin-left: 0;
}

.container {
    width: 100%;
    max-width: 1920px;
    padding: 0 30px;
}

.soy_full_width{
	margin-left: -30px;
	margin-right: -30px;
	width: auto;
}

#left-column{
	padding-left: 0;
}
#content-wrapper{
	padding: 0;
}

@media(max-width: 767px){
	.container {
	    padding: 0 15px;
	}
	.soy_full_width{
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	#left-column,
	#content-wrapper{
		padding: 0;
	}
	#wrapper .breadcrumb[data-depth="1"] + #content-wrapper {
	    margin-top: 10px;
	}
	#wrapper .breadcrumb[data-depth="1"] + #left-column {
	    margin-top: 10px;
	}
	#index #wrapper .breadcrumb[data-depth="1"] + #content-wrapper{
		margin-top: 0;
	}
}

/*** HOME ****/


/** HOME HEADER **/
#header .soy_top{
	text-align: center;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
#soyLogo {
	width: 172px;
	float: left;
}
#soyLogo > div { padding: 0}
#soyLogo > div > a {width: 175px; min-width: 172px}
.soyBuscador{
	text-align: center;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	top: -16px;
	width: calc(100% - 370px);
	max-width: 430px;
	padding: 0;
}
.soyBuscador #search_widget{
	min-width: unset;
	display: inline-block;
	text-align: center;
}
#header .header-nav .container .column1 .col-xl-5{
	width: 41.66667%;
}
#header .header-nav .container .column1 .col-xl-7{
	width: 58.33333%;
}
#header #soyDivInfoHeader{
	/* MOD #34110 width: calc(100% - 505px);*/
	/* MOD #45294 width: calc(100% - 396px); */
	width: calc(100% - 172px);
	padding: 0 15px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
body.lang-en #header #soyDivInfoHeader {
/* 	width: calc(100% - 407px); // MOD #49298 (2/5/22) */ 
}
.soyInfoHeader2 div, .soyInfoHeader2 i{
	display: inline-block;
}
#header #soyDivInfoHeader #soyInfoHeader{
	text-align: center;
	width: 360px;
	display: inline-block;
}
#soyInfoHeader .soyInfoHeader1, #soyInfoHeader .soyInfoHeader2{
	display: inline-block;
	text-align: center;
}

#header .soyInfoUsuario{
	float: right;
	width: auto;
}
.soyInfoUsuario > div{
	width: auto; 
	text-align: center
}
#_desktop_cart{
	width: 35px;
}
#_desktop_cart .cart-products-count{position: relative;padding: 0 5px;top: 7px;}
#_desktop_language_selector .dropdown-menu{background-color: #4a825d; }
#header .header-nav .container .column2{width: 33.33%}

#header #soyLogo .soy_logo{
	width: 172px;
}
#header #soyLogo .soyBuscador{
	width: calc(100% - 172px);
	padding-left: 15px;
}

/** HOME MENU **/
@media (min-width: 769px){
#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu{margin-top: 59px; top: 0}
.top-menu .sub-menu ul li a{margin-top: 0}
.top-menu a[data-depth="1"], .top-menu a[data-depth="2"]{padding: 0}
.top-menu .collapse{display: none}
.top-menu .category:hover > div[id^='top_sub_menu_']{display: block}
.top-menu .sub-menu ul{margin-left: 0}
.sub-menu div[id^='top_sub_menu_']{position: absolute; left: 0; width: 100%; top: 48px}
.sub-menu div[id^='top_sub_menu_'] > ul > li{ width: 16.666%; background: #ddebe2; float: left;  text-align: center; border-left: 2px solid #fff; border-bottom: 2px solid 1px }
#header .sub-menu div[id^='top_sub_menu_'] > ul > li a.dropdown-item{color: #444444;}
sub-menu div[id^='top_sub_menu_'] > ul > li:nth-child(6){border-right:0px}
}

/** HOME Productos destacados **/
.semillasFlagsPercentage, 
.semillasFlags{
	width: 65px;
	height: 65px; 
	z-index: 100;
}
.semillasFlagsPercentage{
	right: 0;
	z-index: 999;
}
/* // SOYMOD #89128 (25/2/25) - Comentamos */
.featured-products{

/*
	float: left;
	width: 100%;
*/

}
.featured-products .products{
	margin: 0 35px;
}
.featured-products .btnSemillas {
	display: inline-block;
	margin-top: 10px;
}
.featured-products .product-miniature .product-title{
	height: 30px;
}

/** HOME FOOTER **/
.footer-container a:hover{
	text-decoration: none;
}
#SemillasNewsletter{
	padding: 30px;
}
#SemillasNewsletter  > div > div:first-child{
	padding-top: 35px;
}
.footer-container {
	margin-top: 0; 
	padding-top: 3rem; 
	padding-bottom: 3rem;
}
#footer .footer-container .container{
	width: 66%;
}
.block-contact{
	border-left: 0;
	padding-left: 0;
	color: #686868;
}
.soyTextoContacto{
	font-size: 10px;
	margin-top: 15px; 
	line-height: 12px;
	color: #686868;
}
#SemillasNewsletter .text-center a:hover{
	text-decoration: none;
}
.soyTelefono{
	clear: both; 
	margin-top: 5px;
	/*color: #7a7a7a;*/
	color: #686868;
}
.footer-container .container .h3{
	font-weight: normal;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 25px;
	font-size: 16px;
	font-family: "RobotoSlab";
}
.footer-container .container .h3 a{
	font-weight: normal;
	font-size: 16px;
	font-family: "RobotoSlab";
}
.footer-container li a{
	color: #686868;
}
.footer-container .block-social{
	text-align: left;
}
.footer-container li a:hover{
	color: #669933;
}
.block-social li:hover {
	background-color: #669933;
}
.block-social li{
	border-radius: 5px;
	background-color: #afafaf;
}
.block-social li.facebook{
	background-color: #3b5998;
}
.block-social li.twitter{
	background-color: #00acee;
}
.block-social li.rss{
	background-color: #ee802f;
}
.block-social li.pinterest{
	background-color: #c8232c;
}
.block-social li.vimeo{
	background-color: #86c9ef;
}
#footer .show-gdpr-modal{
	
	/*background: #669933;*/
	background: #4a825d;
	border: 1px solid #4a825d;
	
	/* MOD - 53684 */
	/* margin: 15px; */
	margin: 15px auto;
	display: block;
	max-width: 180px;
}
#footer .block-social + .show-gdpr-modal {
  display: inline-block;
}
/* FIN MOD - 53684 */

#footer #soy_logos_pago{
	margin-top: 25px;
}
#footer #soy_logos_pago img{
	width: 50px;
	margin: 0 5px 10px;
}
@media (max-width: 1350px) and (min-width: 1200px){
	#SemillasNewsletter .claim{font-size: 28px}
	#SemillasNewsletter .important{font-size: 36px;}
}

@media(max-width:767px){
	#SemillasNewsletter{
		padding-bottom: 10px;
	}
	.footer-container .footer_block{
		float: left;
		width: 100%;
		padding:0;
	}
	.footer-container .container .h3{
		border: none;
	}
	.footer-container .footer_block .footer_block_in{
		padding: 10px 20px;
		background: none;
	}
	.footer-container .block-social .h3{
		margin: 0;
		padding: 15px 10px;
	}
	.footer-container .block-social ul{
		padding: 0 10px;
	}
	.footer-container .navbar-toggler{
		height: 24px;
		color: #000;
	}
	#soyLogoFooter{
		text-align: center;
	}
	#footer .footer-container .links ul > li{
		padding: 5px 10px;
		margin: 0;
	}
	#footer .footer-container .links ul > li a{
		color: #7a7a7a;
		font-weight: normal;
		font-size: 16px;
	}
}
@media(max-width: 570px){
	#footer #soy_logos_pago{
		margin: 25px auto 0;
		position: relative;
		width: 265px;
	}
	/*
	#footer #soy_logos_pago .soy_sin_papel_footer{
		position: absolute;
		right: 0;
		top: 1px;
		width: 60px;
	}
	*/
}

/*** QUERYS HOME ***/

@media (max-width:1399px){
	#footer .footer-container .container{width: 90%}
}

@media(max-width: 1260px){
	#header #soyDivInfoHeader #soyInfoHeader{
		width: 330px;
	}
}

@media (max-width:1199px){
	#footer .footer-container .container{
		width: 95%;
	}
	/*
	#header #soyDivInfoHeader #soyInfoHeader{
		display: none;
	}
	*/
}

@media (max-width:1115px){
	#header #soyDivInfoHeader .soyBuscador {
		width: calc(100% - 205px);
	}
	#header #soyDivInfoHeader #soyInfoHeader {
		width:165px;
	}
	#header #soyDivInfoHeader #soyInfoHeader .soyInfoHeader1 {
		width:100%;
	}
	#header #soyDivInfoHeader #soyInfoHeader .soyInfoHeader2 {
		display:none;
	}
}

@media (max-width:991px){
	#soySlider{
		/*padding-bottom: 55px;*/
		background-size: 195%;
	}
	/*#soySlider .content{
		width: calc(100% - 30px);
		right: 15px;
	}*/
	#esp_currencyconversion #esp_setCurrency > p .sign{
		display: none;
	}
	#header #soyDivInfoHeader{
		width: calc(100% - 460px);
	}
	#header #soyDivInfoHeader #soyInfoHeader {
		display: none;
	}
	#header #soyDivInfoHeader .soyBuscador{
		width: 100%;
		top: 0;
		float: left;
		padding: 0 15px;
	}
	#header #soyDivInfoHeader{
		margin: 26px auto 0;
		float: left;
		min-width: 210px;
		padding: 0 10px;
	}
}

@media (max-width:767px){
	#header .header-nav .blockcart{
		padding-top: .75rem;
	}
	#_mobile_logo,#header .header-nav .top-logo a img{
		max-height: 40px; 
		width: auto;
	}
	#header .logo{
		padding-top: 0;
	}
	#header .header-nav .top-logo{
		text-align: center;
	}
	.mobile .col-sm-1{
		z-index: 2;
	}
	.mobile .col-sm-11{
		z-index: 1;
	}
	#header .mobile .menu_movil{
		float: left;
		padding: 0 15px;
		width: 60px;
	}
	#header .mobile .top_movil{
		float: left;
		width: calc(100% - 60px);
		padding: 0 25px 0 0;
		position: relative;
	}
	#header .header-nav .user-info i{
		font-weight: bold;
		font-size: 20px;
	}
	#header .header-nav .blockcart i{
		font-size: 22px;
	}
	#header .mobile .top_movil #_mobile_search i{
		margin-left: 0;
		padding-left: 5px;
		padding-right: 10px;
		text-align: center;
		display: block;
		margin-top: 15px;
		font-size: 20px;
	}
	#header .mobile .top_movil #_mobile_logo{
		float: left;
		width: auto;
		/*margin-left: calc(50% - 113.75px);*/
		margin-top: -2px;
	}
	#header .header-nav #menu-icon{
		margin-left: 0;
	}
	#header .header-nav #menu-icon i{
		font-size: 30px;
		font-weight: 800;	
	}
}


/*** FIN HOME ****/


/**** Generico ****/

#products .thumbnail-container:focus .product-description::after, #products .thumbnail-container:hover .product-description::after, .featured-products .thumbnail-container:focus .product-description::after, .featured-products .thumbnail-container:hover .product-description::after, .product-accessories .thumbnail-container:focus .product-description::after, .product-accessories .thumbnail-container:hover .product-description::after, .product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after {border-top: 0px;}

/******************/

/* CATEGORY - Inicio */
#category #left-column{
	width: 275px;
	clear: left;
}
#category #content-wrapper{
	width: calc(100% - 275px);
}
#category #soy_header_categoria{
	margin-bottom: 40px;
}

#category #search_filters{
	padding: 0;
	margin-bottom: 0;
}
#category #search_filters p.h6{
	margin-bottom: 0;
	min-height: 40px;
}
#wrapper {
	padding-top: 0;
}
#category .block-category {
	box-shadow: inherit;
	border: 0 none;
	min-height: inherit;
	padding: 0;
}
#category .soy_footer_category_description{
	width: 100%;
	float: left;
}
#category h1,
#category h3.h1,
#category #subcategories h3{
	font-family: "RobotoSlab", sans-serif;
	color: #4d4d4d;
	text-transform: uppercase;
	font-size: 22px;
}
#category h1,
#category h3.h1{
	margin-bottom: 20px;
	color: #444444;
}
#category #soy_header_categoria a.soy_leer_mas{
	float: left;
	color: #000;
	margin-bottom: 15px;
}
#category #soy_header_categoria a.soy_leer_mas:hover{
	text-decoration: underline;
}
#category #soy_header_categoria a.soy_leer_mas i{
	margin-right:5px;
}
#category #category-description h2,
#category .soy_footer_category_description h2{
	/*color: #8d8d31;*/
	color: #4a825d;
}
#category #category-description h3,
#category .soy_footer_category_description h3{
	/*color: #c3c437;*/
	color: #4a825d;
}
#category #category-description p,
#category .soy_footer_category_description p{
	color: #5c5c5c;
	margin-bottom: 10px;
}
#category #category-description strong,
#category .soy_footer_category_description strong{
	font-weight: bold;
	color: #5c5c5c;
}
#category #subcategories{
	overflow: hidden;
	background: #ddebe2;
}
#category #subcategories .soy_categorias_movil{
	display: none;
}
#category #subcategories a{
	font-family: "RobotoSlab", sans-serif;
	color: #4d4d4d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	float: left;
	width: 10%;
	text-align: center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #ddebe2;
}
#category #subcategories a span{
	line-height: 15px;
	display: flex;
	height: 41px;
	justify-content: center;
	align-items: center;
	padding: 0px 5px;
	
}

#category #subcategories a.soy10-1{
	background: #ddebe2;
}
#category #subcategories a.soy10-2{
	background: #ddebe2;
}
#category #subcategories a.soy10-2:hover,
#category #subcategories a.soy10-1:hover{
	background: #8d8d30;
	color: #FFF;
}
#products .soy_productos{
	float: left;
	width: 100%;
}
#products .soy_active_filters{
	float: left;
}
#products .soy_ordenar_productos{
	float: right;
}
#products .soy_ordenar_productos .products-sort-order .select-list:hover{
	background: #669933;
}
#products .product-miniature{
	width: 25%;
	margin: 0;
	padding: 0 10px 25px;
}
.products .product-miniature,
#products .products .product-miniature{
	margin: 0;
	padding: 0 10px 25px;
}
.products .product-miniature .thumbnail-container,
#products .products .product-miniature .thumbnail-container {
	width: 100%;
	height: auto;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	margin-bottom: 0;
}
.products .product-miniature img,
#products .products .product-miniature img{
	margin-left: 0;
}
#products .product-title a, 
.featured-products .product-title a, 
.product-accessories .product-title a, 
.product-miniature .product-title a{
	font-family: 'Roboto-Light';
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
}
.products .product-miniature .product-description,
#products .products .product-miniature .product-description{
	position: static;
	width: 100%;
	height: auto;
	padding: 0;
}
.products .btnSemillas,
#products .products .btnSemillas {
	display: inline-block;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 13px;
}
.products .product-miniature .product-title,
#products .products .product-miniature .product-title {
	height: 40px;
	overflow: hidden;
}

.soy_cont_img{
	position: relative;
}
.product-miniature .soy_cont_img .soyofertas{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 15px;
}
.product-miniature .soy_cont_img .soyofertas span.soy_promocion{
	display: block;
	background: #fe5c02;
	width: 100%;
	padding: 2px;
}
.product-miniature .soy_cont_img .soyofertas span.soy_promocion p{
	margin-bottom: 0;
	color: #FFF;
	display: inline-block;
}
.product-miniature .soy_cont_img .soyofertas span.soy_promocion p:before{
	content: "/";
	margin: 0 8px;
	font-weight: bold;
}
.product-miniature .soy_cont_img .soyofertas span.soy_promocion p:first-child:before{
	display: none;
}
body .fmm_title_text_sticker{
	position: relative !important;
}
body .fmm_title_text_sticker > span{
	width: 100% !important;
	border-radius: 0;
	font-size: 15px !important;
	padding: 2px;
	font-family: 'Roboto' !important;
}

#products .soy_ordenar{
	float: left;
}
#products .soy_ordenar > span{
	float: left;
	width: auto;
	margin: 0;
	padding: 7px 10px;
	color: #393939;
	font-size: 17px;
}
#products .soy_ordenar > div{
	float: left;
	width: 300px;
	padding: 0;
}
#products .soy_ordenar > div button{
	box-shadow: none;
	border: 1px solid #4a825d;
	line-height: 23px;
	padding: 5px 10px;
}
#products .soy_ordenar > div button i{
	color: #4a825d;
}
#products .soy_ordenar > div .dropdown-menu{
	width: 100%;
	z-index: 9999999;
}
#category-description.soy_img_brand{
	float: left;
	width: calc(100% - 120px);
}
.soy_img_category_brand{
	float: left;
	width: 100px;
	margin-left: 20px;
}
.soy_img_category_brand img{
	width: 100%;
	max-width: 100px;
}
@media(min-width: 1300px) and (max-width: 1550px){
	#category #subcategories a.soy8-1,
	#category #subcategories a.soy8-2{
		width: 12.5%;
	}
	#category #subcategories a.soy8-1{
		background: #ddebe2;
	}
	#category #subcategories a.soy8-2{
		background: #ddebe2;
	}
	#category #subcategories a.soy8-2:hover,
	#category #subcategories a.soy8-1:hover{
		background: #8d8d30;
		color: #FFF;
	}
}
@media(min-width: 1000px) and (max-width: 1299px){
	#category #subcategories a.soy6-1,
	#category #subcategories a.soy6-2{
		width: 16.66%;
	}
	#category #subcategories a.soy6-1{
		background: #ddebe2;
	}
	#category #subcategories a.soy6-2{
		background: #ddebe2;
	}
	#category #subcategories a.soy6-2:hover,
	#category #subcategories a.soy6-1:hover{
		background: #8d8d30;
		color: #FFF;
	}
}
@media(min-width: 850px) and (max-width: 999px){
	#category #subcategories a.soy5-1,
	#category #subcategories a.soy5-2{
		width: 20%;
	}
	#category #subcategories a.soy5-1{
		background: #ddebe2;
	}
	#category #subcategories a.soy5-2{
		background: #ddebe2;
	}
	#category #subcategories a.soy5-2:hover,
	#category #subcategories a.soy5-1:hover{
		background: #8d8d30;
		color: #FFF;
	}
}
@media(min-width: 700px) and (max-width: 849px){
	#category #subcategories a.soy4-1,
	#category #subcategories a.soy4-2{
		width: 25%;
	}
	#category #subcategories a.soy4-1{
		background: #ddebe2;
	}
	#category #subcategories a.soy4-2{
		background: #ddebe2;
	}
	#category #subcategories a.soy4-2:hover,
	#category #subcategories a.soy4-1:hover{
		background: #8d8d30;
		color: #FFF;
	}
}
@media(min-width: 530px) and (max-width: 699px){
	#category #subcategories a.soy3-1,
	#category #subcategories a.soy3-2{
		width: 33.33%;
	}
	#category #subcategories a.soy3-1{
		background: #ddebe2;
	}
	#category #subcategories a.soy3-2{
		background: #ddebe2;
	}
	#category #subcategories a.soy3-2:hover,
	#category #subcategories a.soy3-1:hover{
		background: #8d8d30;
		color: #FFF;
	}
}
@media(min-width: 380px) and (max-width: 529px){
	#category #subcategories a.soy2-1,
	#category #subcategories a.soy2-2{
		width: 50%;
	}
	#category #subcategories a.soy2-1{
		background: #ddebe2;
	}
	#category #subcategories a.soy2-2{
		background: #ddebe2;
	}
	#category #subcategories a.soy2-2:hover,
	#category #subcategories a.soy2-1:hover{
		background: #8d8d30;
		color: #FFF;
	}
}
@media(max-width: 379px){
	#category #subcategories a{
		width: 100%;
	}
	#category #subcategories a:nth-child(odd){
		background: #ddebe2;
	}
	#category #subcategories a:nth-child(even){
		background: #ddebe2;
	}
	#category #subcategories a:hover{
		background: #8d8d30;
		color: #FFF;
	}
}
@media(max-width:1499px){
	#products .product-miniature {
		width: 33.3%;
	}
}
@media(max-width:991px){
	#products .product-miniature {
		width: 50%;
	}
}
@media(min-width: 768px){
	#search_filters > p.h6 .navbar-toggler {
		display: none;
	}
	#search_filters .soy_facetas,
	#category #subcategories .subcategories_list{
		display: block !important;/*No quitar !important*/
	}
}
@media(max-width:767px){
	#category #left-column{
		width: 100%;
	}
	#category #content-wrapper{
		width: 100%;
	}
	#category #soy_header_categoria {
	    margin-bottom: 0;
	}
	#category #subcategories{
		margin: 0 -15px;
	}
	#category #subcategories .soy_categorias_movil{
		display: block;
		width: 100%;
		background: #ddebe2;
		color: #000;
		padding: 10px 15px;
		font-size: 17px;
		text-transform: uppercase;
		font-weight: 700;
		cursor: pointer;
		position: relative;
	}
	#category #subcategories .soy_categorias_movil i{
		position: absolute;
		right: 12px;
		top: 8px;
	}
	#category #subcategories .soy_categorias_movil i.remove{
		display: none;
	}
	#category #subcategories .subcategories_list{
		display: none;
	}
	#products .soy_ordenar_productos{
		float: left;
		width: 100%;
	}
	#products .product-miniature {
		width: 50%;
	}
	#products .product-miniature .product-description {
		box-shadow: inherit;
	}
	#category #left-column #search_filters {
		border: 0 none;
	}
	#category #left-column #search_filters_wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}
	#search_filters > p.h6{
		background: #ddebe2;
		color: #000;
		padding: 10px 15px;
		text-transform: uppercase;
		margin-bottom: 0;
		cursor: pointer;
	}
	#search_filters > p.h6 i{
		position: absolute;
		right: -3px;
		top: 6px;
	}
	#search_filters > p.h6 span.soy_puntos{
		display: none;
	}
	#search_filters_wrapper #search_filters > p::after {
		height: 0;
		border: 0;
	}
	#search_filters.soy_oculto .h6 .remove{
		display: none;
	}
	#search_filters.soy_visible .h6 .add{
		display: none;
	}
	#search_filters > p.h6 .navbar-toggler {
		position: relative;
		top: -2px;
	}
	#search_filters .soy_facetas{
		display: none;
	}
	#category #js-product-list .soy_volver_arriba{
		box-shadow: none;
		color: #FFFFFF;
	}
	#products .soy_ordenar{
		margin-top: 15px;	
	}
	#category-description.soy_img_brand{
		width: 100%;
	}
	.soy_img_category_brand{
		width: 100%;
		margin:0;
		text-align: center;
	}
}

@media(max-width: 480px){
	#products .product-miniature {
		width: 50%;
	}
	#products .soy_ordenar{
		width: 100%;
	}
	#products .soy_ordenar > span{
		width: 100%;
		text-align: left;
	}
	#products .soy_ordenar > div{
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}
@media(max-width: 380px){
	#products .product-miniature {
		width: 50%;
	}
}
#search_filters {
	box-shadow: inherit;
	padding-top: 0;
}
#search_filters .soy_facetas .facet{
	padding-top: 20px;
}
#search_filters .facet .facet-title{
	margin-bottom: 0;
}
#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
	color: #4d4d4d;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
}
#search_filters > p,
.featured-products > p{
	margin-bottom: 20px;
	font-size: 18px;
}
#search_filters > p::after,
.featured-products > p::after,
.soy_informacion_left > p::after{
	content: "";
	width: 40px;
	height: 10px;
	color: #97ce2b;
	display: block;
	border-bottom: 3px solid;
}
.soy_informacion_left{
	margin-top:25px;
	float: left;
	width: 100%;
}
.soy_informacion_left > p{
	margin-bottom: 10px;
	font-size: 18px;
}
.soy_informacion_left ul li a{
	display: block;
	color: #4a825d;
	padding: 5px 0;
}
.soy_informacion_left ul li a:hover{
	color: #669933;
}
.soy_informacion_left ul li a i{
	margin-right: 5px;
}
#search_filters .layered_slider_container{
	max-width: calc(100% - 20px);
	margin-left: 10px;
}
#search_filters .facet li{
	float: left;
	width: 50%;
}
#search_filters .facet .soy_facet_desplegable li{
	width: 100%;
}
#search_filters .facet .soy_facet_desplegable li > div{
	background: none;
	box-shadow: none;
	border: 1px solid #4a825d;
	color: #4a825d;
}
#search_filters .facet .soy_facet_desplegable li > div > a{
	background: none;
	padding: 5px;
	width: calc(100% - 30px);
}
#search_filters .facet .soy_facet_desplegable li > div > span{
	padding: 5px;
	display: block;
	width: calc(100% - 30px);
}
#search_filters .facet .soy_facet_desplegable li i{
	position: absolute;
	top: 3px;
	right: 5px;
	color: #4a825d;
	opacity: 1;
}
#search_filters .facet .soy_facet_desplegable li .dropdown-menu{
	background: #FFF;
	border: 1px solid #4a825d;
	margin: 0;
	box-shadow: none;
	width: calc(100% + 2px);
	margin-left: -1px;
}
#search_filters .facet .soy_facet_desplegable li .dropdown-menu a{
	color: #4a825d;
}
#search_filters .facet .soy_facet_desplegable li .dropdown-menu a:hover{
	background: #4a825d1a;
}
#search_filters .facet-dropdown.open > .select-title{
	border: 0;
}
#search_filters .facet.soy_feature_4 li{
	float: left;
	width: 100%;
}
#search_filters .custom-checkbox input[type="checkbox"] + span {
	border: 1px solid #232323;
	border-radius: 3px;
	width: 13px;
	height: 13px;
}
#_desktop_search_filters_clear_all{
	display: none;
}

#category .featured-products.soy_specials .products > .product-miniature{
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
#category .featured-products.soy_specials .products > .product-miniature .product-title,
#category .featured-products.soy_specials .products > .product-miniature .product-price-and-shipping{
	text-align: left;
}
#category .featured-products.soy_specials .products > .product-miniature .thumbnail{
	float: left;
	width: 40%;
	padding-right: 7px;
}
#category .featured-products.soy_specials .products > .product-miniature .semillasFlags{
	display: none;
}
#category .featured-products.soy_specials .products > .product-miniature .semillasFlagsPercentage{
	left: 0;
	position: relative;
	height: auto;
	width: 100%;
}
#category .featured-products.soy_specials .products > .product-miniature .semillasFlagsPercentage .content .back{
	transform: none;
	position: relative;
	left: 0;
	height: auto;
	top: 0;
	width: 100%;
}
#category .featured-products.soy_specials .products > .product-miniature .semillasFlagsPercentage .content .back .text{
	position: relative;
}
#category .featured-products.soy_specials .products > .product-miniature .product-description{
	float: left;
	width: 60%;
	padding-left: 10px;
}
#category .featured-products.soy_specials .products > .product-miniature .product-title{
	margin-top:0;
	height: auto;
}
#category .featured-products.soy_specials .products > .product-miniature .product-title a{
	font-size: 16px;
}
#category .featured-products.soy_specials .products > .product-miniature .product-price-and-shipping{
	font-size: 18px;
}
#category .featured-products.soy_specials .products > .product-miniature .product-price-and-shipping .decimales{
	font-size: 15px;
}
#category .featured-products.soy_specials .products > .product-miniature .regular-price,
#category .featured-products.soy_specials .products > .product-miniature .priceconversion{
	font-size: 13px;
}
#category .featured-products.soy_specials .products > .product-miniature .btnSemillas{
	display: none;
}
#category .featured-products.soy_specials .all-product-link{
	font-family: 'RobotoSlab-Bold';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	color: #0F4E33;
	background-color: #FFCC00;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	float: left;
	margin: 13px 0 0 0;
}
#js-active-search-filters{
	background: none;
	padding: 0 10px;
}
#js-active-search-filters .active-filter-title{
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #393939;
}
#js-active-search-filters .filter-block{
	box-shadow: none;
	background: #ffcc00;
	color: #4a825d;
}
.pagination .page-list{
	box-shadow: none;
}
.pagination > div{
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	float: none;
	padding: 0;
}
.pagination > div ul.page-list{
	text-align: center;
    display: flex;
    justify-content: space-between;
}
@media(max-width: 1280px){
	#category .featured-products.soy_specials .products > .product-miniature{
		width: 100%;
	}
}
@media(max-width: 767px){
	#category #left-column {
	    width: 100%;
	    padding: 0;
	}
	#category .featured-products.soy_specials{
		display: none;
	}
	#search_filters .facet .facet-title{
		border-bottom:0;
	}
	#category #left-column #search_filters_wrapper #search_filters .facet.soy_facet_price > div:last-child{
		padding-bottom: 10px;
	}
	#category #left-column #search_filters_wrapper #search_filters .facet li{
		width: 33.3%;
		border: 0;
	}
	#category #left-column #search_filters_wrapper #search_filters .facet .soy_facet_desplegable li{
		width: 100%;
	}
	#category #left-column #search_filters_wrapper #search_filters .facet.soy_feature_4 li {
	    width: 50%;
	}
	#category #left-column #search_filters .facet{
		padding: 0 10px;
	}
	#category #left-column #search_filters .facet i{
		position: absolute;
	}
	#search_filters .facet.soy_feature_4 li {
	    width: 50%;
	}
	.soy_informacion_left{
		display: none;
	}
}
@media(max-width: 480px){
	#category #left-column #search_filters_wrapper #search_filters .facet li{
		width: 50%;
	}
	#category #left-column #search_filters_wrapper #search_filters .facet.soy_feature_4 li {
	    width: 100%;
	}
	
}
@media(max-width: 400px){
	#search_filters .facet li{
		width: 50%;
	}
}

/* CATEGORY - Fin */

/* BREADCRUMB - Inicio*/
#wrapper .breadcrumb{
	margin-bottom: 1.1rem;
}
#wrapper .breadcrumb li::after {
	content: ">";
	color: #b3b3b3;
	font-size: 10px;
	position: relative;
	top: -1px;
}
#wrapper .breadcrumb li a {
	text-transform: uppercase;
	font-size: 10px;
	/*color: #b3b3b3;*/
	color: #686868;
}
#wrapper .breadcrumb li:last-child a{
	display:none;
	color: #232323;
}
@media(max-width:767px){
	#wrapper .breadcrumb {
		margin: 8px 0;
	}
}
/* BREADCRUMB - Fin */

/* MI CUENTA - Inicio*/
body#my-account #main #content{
	font-size: 20px;
	margin-top: 15px;
}
.soy_mi_cuenta #left-column{
	width: 330px;
}
.soy_mi_cuenta #content-wrapper{
	width: calc(100% - 330px);
	float: left;
}
#soy_micuenta{
	padding: 0 20px 0 0;
	border-right: 1px solid #b3c5ab;
	overflow: hidden;
	
}

#soy_micuenta .soy_enlaces_micuenta > a{
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #7a7a7a;
}
#soy_micuenta .soy_enlaces_micuenta > a i{
	top: -1px;
	position: relative;
	font-size: 22px;
	width: 24px;
	text-align: center;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.soy_mi_cuenta #left-column #soy_micuenta h4{
	font-family: "RobotoSlab", sans-serif;
	color: #444444;
	text-transform: uppercase;
	font-size: 18px;
}
.soy_mi_cuenta #left-column #soy_micuenta h4 i{
	display: none;
}
	
.page-addresses .address, .page-authentication #content,
.page-customer-account #content {
	box-shadow: inherit;
}
.page-addresses .address, .page-authentication #content {
	border: 1px solid #ececec;
}
.page-addresses .address .address-footer {
	border-top: 1px solid #ececec;
}
#my-account #soy_micuenta .soy_enlaces_micuenta{
	display: block !important;/*No quitar !important*/
}
@media(min-width: 992px){
	#soy_micuenta .soy_enlaces_micuenta{
		display: block !important;/*No quitar !important*/
	}
}
@media(max-width: 991px){
	.soy_mi_cuenta #left-column{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.soy_mi_cuenta #left-column #soy_micuenta{
		padding: 0;
		border: 1px solid #4a825d;
	}
	.soy_mi_cuenta #left-column #soy_micuenta h4{
		background: #4a825d;
		color: #FFF;
		padding: 10px;
		margin: 0;
		cursor: pointer;
	}
	.soy_mi_cuenta #left-column #soy_micuenta h4.desplegado i.fa-chevron-down{
		display: block;
		float: right;
	}
	.soy_mi_cuenta #left-column #soy_micuenta h4.plegado i.fa-chevron-right{
		display: block;
		float: right;
	}
	#soy_micuenta .soy_enlaces_micuenta{
		display: none;
	}
	#soy_micuenta .soy_enlaces_micuenta > a{
		padding: 10px;
		float: left;
	}
	#soy_micuenta .soy_enlaces_micuenta > a:hover{
		background: #e2eae2;
	}
	.soy_mi_cuenta #content-wrapper{
		width: 100%;
		padding: 0;
	}
}
/* MI CUENTA - Fin*/

/* IDENTITY */
body#identity #customer-form .form-control-label{
	width: 230px;
}
body#identity #customer-form .soy_element_form{
	width:calc(100% - 345px);
}
body#identity #customer-form .form-control-comment{
	width: 115px;
}
body#identity #customer-form .form-footer button{
	float: left;
	margin-left: 245px;
}
body#identity .form-footer{
	margin-top: 20px;
}
@media(max-width: 1200px){
	body#identity #content{
		padding:0;	
	}
	body#identity #customer-form .form-group{
		margin-bottom: 5px;
	}
	body#identity #customer-form .form-control-label,
	body#identity #customer-form .soy_element_form,
	body#identity #customer-form .form-control-comment{
		float: left;
		width: 100%;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	body#identity #customer-form .form-control-comment{
		padding-top: 5px;
	}
	
	body#identity #customer-form .form-footer button{
		margin-left: 0;
	}
}
@media(max-width: 767px){
	body#identity #customer-form .form-footer button{
		float: right;
	}
}
/* FIN IDENTITY*/

/* ADDRESSES */
body#addresses .address .address-footer{
	overflow: hidden;
	padding: 0;
}
body#addresses .address .address-footer a{
	display: block;
	width: 50%;
	margin:0;
	float: left;
	text-align: center;
	padding: 10px;
}
body#addresses .address .address-footer a.edit_address{
	background: #ffcc00;
	color: #4a825d;
}
body#addresses .address .address-footer a.edit_address:hover{
	background: #EFBF00;
	color: #0F4E33;
}
body#addresses .address .address-footer a.delete_address{
	background: #bf2929;
	color: #FFF;
}
body#addresses .address .address-footer a.delete_address:hover{
	background: #aa1c1c;
}

body#addresses .addresses-footer{
	overflow: hidden;
}
body#addresses .addresses-footer .add_address{
	float: left;
}
@media(min-width: 1200px){
	body#addresses .soy_address_block{
		float: left; 
		clear: none;
		width: 33.33%;
	}
	body#addresses .soy_address_block:nth-child(3n+2){
		float: left; 
		clear: left;
	}
}
@media(min-width: 570px) and (max-width: 1199px){
	body#addresses .soy_address_block{
		float: left; 
		clear: none;
		width: 50%;
	}
	body#addresses .soy_address_block:nth-child(2n+2){
		float: left; 
		clear: left;
	}
}
@media(max-width: 569px){
	body#addresses .soy_address_block{
		float: left; 
		clear: none;
		width: 100%;
	}
}
/* FIN ADDRESSES */

/* ADDRESS */
body#address .address-form .form-control-label{
	width: 230px;
}
body#address .address-form .soy_element_form{
	width:calc(100% - 345px);
}
body#address .address-form .form-control-comment{
	width: 115px;
}
body#address .address-form .form-footer button{
	float: left;
	margin-left: 245px;
}
body#address .form-footer{
		margin-top: 20px;
	}
@media(max-width: 1200px){
	body#address #content{
		padding:0;	
	}
	body#address .address-form .form-group{
		margin-bottom: 5px;
	}
	body#address .address-form .form-control-label,
	body#address .address-form .soy_element_form,
	body#address .address-form .form-control-comment{
		float: left;
		width: 100%;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	body#address .address-form .form-control-comment{
		padding-top: 5px;
	}
	body#address .address-form .form-footer button{
		margin-left: 0;
	}
}
@media(max-width: 767px){
	body#address .address-form .form-footer button{
		float: right;
	}
}
/* FIN ADDRESS */ 

/* HISTORY */
body#history #content{
	overflow: hidden;
	padding: 0;
}
body#history .orders{
	overflow: hidden;
	margin: 0;
}
body#history .orders .order{
	border: 0;
	padding: 0 10px;
	margin-bottom: 20px;
}
body#history .orders .order > .row{
	border: 1px solid #ececec;
}
body#history .orders .order .soy_detalles_pedido{
	float: left;
	padding: 10px;
}
body#history .orders .order .status .label{
	border: 1px solid #cdcdcd;
}
body#history .orders .order .soy_botones_pedido{
	float: left;
	padding: 0;
	text-align: center;
}
body#history .orders .order .soy_botones_pedido .soy_ver_pedido,
body#history .orders .order .soy_botones_pedido .soy_reorder{
	width: 100%;
}
body#history .orders .order .soy_botones_pedido .soy_ver_pedido a{
	background: #c5c5c5;
	color: #000;
	display: block;
	padding: 5px 10px;
}



body#history .orders .order .soy_botones_pedido .soy_ver_pedido a:hover{
	background: #b1b1b1;
}
body#history .orders .order .soy_botones_pedido .soy_reorder a{
	color: #FFF;
	background: #8f8f8f;
	display: block;
	padding: 5px 10px;
}
body#history .orders .order .soy_botones_pedido .soy_reorder a:hover{
	background: #6c6c6c;
}
@media(min-width: 1480px){
	body#history .orders .order{
		float: left;
		width: 25%;
		clear: none;
	}
	body#history .orders .order:nth-child(4n+1){
		float: left;
		clear: left;
	}
}
@media(min-width: 1200px) and (max-width: 1479px){
	body#history .orders .order{
		float: left;
		width: 33.33%;
		clear: none;
	}
	body#history .orders .order:nth-child(3n+1){
		float: left;
		clear: left;
	}
}
@media(min-width: 600px) and (max-width: 1199px){
	body#history .orders .order{
		float: left;
		width: 50%;
		clear: none;
	}
	body#history .orders .order:nth-child(2n+1){
		float: left;
		clear: left;
	}
}
@media(max-width: 599px){
	body#history .orders .order{
		float: left;
		width: 100%;
		clear: none;
	}
}
/* FIN HISTORY */ 

/* ORDER-DETAIL */
body#order-detail #content .box{
	box-shadow: none;
	margin-bottom: 0;
}
body#order-detail #content{
	border: 1px solid #ececec;
}
body#order-detail #content .soy_title,
body#order-detail #order-history h3,
body#order-detail .order-message-form > h3,
body#order-detail .messages > h3{
	display: block;
	background: #979797;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
body#order-detail #order-infos ul li{
	line-height: 25px;
	font-size: 15px;
}
body#order-detail #order-infos .soy_reorder{
	overflow: hidden;
	margin-top: 15px;
}
body#order-detail #order-infos .soy_reorder a{
	display: block;
	float: left;
}
body#order-detail #order-history{
	padding:0;
}
body#order-detail #order-history h3{
	margin-bottom:0;
}
body#order-detail #order-history .history-lines .history-line{
	overflow: hidden;
	padding: 10px 15px;
}
body#order-detail #order-history .history-lines .date{
	float: left;
	line-height: 35px;
}
body#order-detail #order-history .history-lines .date:after{
	content: "-";
	margin: 0 10px;
}
body#order-detail #order-history .history-lines .state{
	float: left;
}
body#order-detail #order-history .history-lines .state span{
	border: 1px solid #cdcdcd;
}
@media(max-width: 450px){
	body#order-detail #order-history .history-lines .date:after{
		display: none;
	}
	body#order-detail #order-history .history-lines .state {
	    clear: left;
	}
}
body#order-detail .addresses{
	margin: 0;
}
body#order-detail .addresses #delivery-address
{
	float: left;
}
body#order-detail .addresses #invoice-address{
	border-left: 1px solid #f6f6f6;
	float: left;
}
body#order-detail .order-items .order-item{
	padding: 10px 15px;
}
body#order-detail .order-items .order-item .soy_imagen_producto{
	float: left;	
	width: 80px;
}
body#order-detail .order-items .order-item .soy_imagen_producto{
	max-width: 100%;
}
body#order-detail .order-items .order-item .soy_nombre_producto{
	float: left;
	width: calc(100% - 80px);
	padding-left: 15px;
	margin-bottom: 8px;
}
body#order-detail .order-items .order-item .soy_cantidades_precio{
	float: left;
	width: calc(100% - 80px);
}
body#order-detail .order-items .order-item .soy_cantidad{
	float: left;
	padding-left: 15px;
}
body#order-detail .order-items .order-item .soy_total{
	float: right;
}
body#order-detail .order-items .order-item .soy_cantidad_regalos{
	float: left;
	clear: left;
	padding-left: 15px;
	margin-top: 5px;
}
body#order-detail .order-totals{
	padding: 10px 0;
}
body#order-detail .order-totals .order-total{
	padding: 2px 0;
}
body#order-detail .order-totals .order-total > div{
	float: right;
	text-align: right;
	width: auto;
	padding:0;
	font-size: 16px;
}
body#order-detail .order-totals .order-total > div:first-child{
	width: 110px;
	padding-right: 15px;
}
body#order-detail .shipping-lines .shipping-line ul li{
	line-height: 25px;
	font-size: 15px;
}
body#order-detail .order-message-form{
	padding: 0;
}
body#order-detail .order-message-form > form{
	padding: 0 15px 15px;
}
body#order-detail .order-message-form > form .form-control-label{
	width: 120px;
}
body#order-detail .order-message-form > form .soy_element_form{
	width: calc(100% - 120px);
}
body#order-detail .order-message-form .form-footer{
	overflow: hidden;
}
body#order-detail .order-message-form .form-footer button{
	float: left;
	margin-left: 135px;
}
@media(max-width: 767px){
	body#order-detail .order-message-form > form .form-control-label,
	body#order-detail .order-message-form > form .soy_element_form{
		width: 100%;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	body#order-detail .order-message-form .form-footer button{
		margin-left: 0;
		float:right;
	}
}
body#order-detail .messages{
	padding: 0;
}
body#order-detail .messages > h3{
	margin-bottom: 0;
}
body#order-detail .messages .message{
	margin: 0;
	padding: 10px 0;
}
body#order-detail .messages .message .soy_message_name{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
body#order-detail .messages .message .soy_message_content{
	float: left;
	width: 100%;
	margin: 0;
}
/* FIN ORDER-DETAIL */ 

/* DISCOUNT */
body#discount #content{
	padding: 0;
}
body#discount #content .cart-rules .cart-rule{
	float: left;
	padding: 0 10px;
}
body#discount #content .cart-rules .cart-rule ul{
	border: 1px solid #ececec;
}
body#discount #content .cart-rules .cart-rule ul li{
	padding: 3px 15px;
}
body#discount #content .cart-rules .cart-rule ul li:first-child{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background: #959595;
	color: #FFF;
	text-align: center;
	padding: 6px 15px;
}
@media(min-width: 1400px){
	body#discount #content .cart-rules .cart-rule{
		width: 33.33%;
		clear: none;
	}
	body#discount #content .cart-rules .cart-rule:nth-child(3n+1){
		clear: left;
	}
}
@media(min-width: 580px) and (max-width: 1399px){
	body#discount #content .cart-rules .cart-rule{
		width: 50%;
		clear: none;
	}
	body#discount #content .cart-rules .cart-rule:nth-child(2n+1){
		clear: left;
	}
}
@media(max-width: 579px){
	body#discount #content .cart-rules .cart-rule{
		width: 100%;
		clear: none;
	}
}
/* FIN DISCOUNT*/

/* BLOCKWISHLIST */
body#module-blockwishlist-mywishlist #form_wishlist{
	background: none;
	border: 1px solid #4a825d;
	margin-bottom: 15px;
}
body#module-blockwishlist-mywishlist #form_wishlist fieldset{
	background: none;
	padding:0;
}
body#module-blockwishlist-mywishlist #form_wishlist fieldset > h3{
	background: #4a825d;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
}
body#module-blockwishlist-mywishlist #form_wishlist fieldset p{
	float: left;
	clear: left;
	max-width: 100%;
}
body#module-blockwishlist-mywishlist #form_wishlist fieldset p.text label{
	float: left;
	clear: left;
	text-align: left;
	padding: 5px 10px;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
}
body#module-blockwishlist-mywishlist #form_wishlist fieldset p.text input{
	float: left;
	clear: left;
	text-align: left;
	font-size: 17px;
	margin: 0 0 0 10px;
	height: 35px;
	max-width: calc(100% - 20px);
}
body#module-blockwishlist-mywishlist #form_wishlist fieldset p.submit input{
	float: left;
	clear: left;
	margin: 0 0 0 10px;
	font-weight: normal;
}
body#module-blockwishlist-mywishlist #block-history{
	overflow: hidden;
	margin: 0 -10px;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist{
	width: 33.33%;
	padding: 0;
	float: left;
	padding: 10px;
}

body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist{
	border: 1px solid #4a825d;
	overflow: hidden;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_nombre{
	width: 100%;
	background: #4a825d;
	padding: 5px;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_nombre a{
	color: #FFF;
	display: block;
	text-align: center;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist > span{
	width: 100%;
	text-align: left;
	padding: 5px 10px;
	float: left;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist > span > span{
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist  .soy_fecha{
	margin-bottom: 10px;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist .soy_enlace{
	width: 50%;
	float: left;
	padding: 0;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist .soy_enlace a{
	display: block;
	background: #ffcc00;
	color: #4a825d;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist .soy_enlace a:hover{
	background: #EFBF00;
	color: #0F4E33;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist .soy_delete{
	width: 50%;
	float: left;
	padding: 0;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist .soy_delete a{
	background: #bf2929;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 10px;
}
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist .soy_delete a:hover{
	background: #aa1c1c;
	color: #FFF;
}
body#module-blockwishlist-mywishlist #block-order-detail .warning{
	padding: 10px;
	background: #ffca68;
	color: #000;
	border: 1px solid #ea9700;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop{
	border: 1px solid #4a825d;
	padding: 10px;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop #hideWishlist{
	float: right;
	position: relative;
	padding: 10px;
	background: #4a825d;
	color: #FFF;
	text-transform: uppercase;
	top: -10px;
	right: -10px;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li{
	border: 0;
	margin: 0;
	padding: 10px;
	width: 16.66%;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li .soy_content{
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop .wishlisturl{
	display: block;
	overflow: hidden;
	width: 100%;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop .wishlisturl input{
	width: 100%;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop .product_image{
	width: 100%;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop .product_image img{
	width: 100%;
	max-width: 100%;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop .product_infos {
	width: 100%;
	margin: 0;
	padding: 0 10px;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop .product_infos .product_name{
	color: #4a825d;
	margin-top: 5px;
	text-align: center;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop .wishlist_product_detail select{
	max-width: 100%;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop .lnksave{
	float: left;
	border-radius: 0;
	width: 50%;
	text-align: center;
}
body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop .lnkdel{
	text-indent: unset;
	position: relative;
	top: unset;
	right: unset;
	float: right;
	background: #4a825d;
	width: auto;
	height: auto;
	border-radius: 0;
	width: 50%;
	text-align: center;
}
@media(min-width: 1700px){
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li:nth-child(6n+1){
	clear: left;
	}
}
@media(min-width: 1450px) and (max-width: 1699px){
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li{
		width: 20%;
	}
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li:nth-child(5n+1){
		clear: left;
	}
}
@media(min-width: 1250px) and (max-width: 1449px){
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li{
		width: 25%;
	}
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li:nth-child(4n+1){
		clear: left;
	}
}
@media(min-width: 1050px) and (max-width: 1249px){
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li{
		width: 33.33%;
	}
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li:nth-child(3n+1){
		clear: left;
	}
}
@media(min-width: 992px) and (max-width: 1049px){
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li{
		width: 50%;
	}
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li:nth-child(2n+1){
		clear: left;
	}
}
@media(min-width: 900px) and (max-width: 991px){
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li{
		width: 25%;
	}
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li:nth-child(4n+1){
		clear: left;
	}
}
@media(min-width: 680px) and (max-width: 899px){
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li{
		width: 33.3%;
	}
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li:nth-child(3n+1){
		clear: left;
	}
}
@media(min-width: 480px) and (max-width: 679px){
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li{
		width: 50%;
	}
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li:nth-child(2n+1){
		clear: left;
	}
}
@media(max-width: 479px){
	body#module-blockwishlist-mywishlist #block-order-detail .wishlistLinkTop li{
		width: 100%;
	}
}
@media(min-width: 1200px){
	body#module-blockwishlist-mywishlist #block-history .soy_wishlist:nth-child(3n+1){
		clear: left;
	}
}
@media(min-width: 550px) and (max-width: 1199px){
	body#module-blockwishlist-mywishlist #block-history .soy_wishlist{
		width: 50%;
	}
	body#module-blockwishlist-mywishlist #block-history .soy_wishlist:nth-child(2n+1){
		clear: left;
	}
}
@media(max-width: 549px){
	body#module-blockwishlist-mywishlist #block-history .soy_wishlist{
		width: 100%;
	}
}


/* FIN BLOCKWISHLIST */

/* PASSWORD */
body#password .forgotten-password .form-fields .center-email-fields{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	display: block;
}
body#password .forgotten-password .form-fields label,
body#password .forgotten-password .form-fields .email{
	width: 100%;
	text-align: left;
	padding: 0;
}
body#password .forgotten-password .form-fields .form-control-submit{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
}
/* FIN PASSWORD*/

/* AUTHENTICATION */
body#authentication #content{
	max-width: 1200px;
}

@media(max-width: 767px){
	body#authentication #content{
		padding-top: 10px;
	}
	body#authentication #content .login-form{
		margin-top:0;
	}
	body#authentication #content .login-form .form-group{
		margin-bottom: 0px;
	}
}
/* FIN AUTHENTICATION */

/* MANUFACTURER */
body#manufacturer #main > h1{
	font-family: "RobotoSlab", sans-serif;
	color: #444444;
	text-transform: uppercase;
	font-size: 22px;
}
body#manufacturer .brand{
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	overflow: hidden;
}
body#manufacturer .brand .brand-img{
	float: left;
	width: 81px;
}
body#manufacturer .brand .brand-infos{
	float: left;
	width: calc(100% - 81px);
	padding-left: 15px;
}
body#manufacturer .brand .brand-infos .brand_name a{
	font-family: "Roboto-Black";
	text-transform: uppercase;
	color: #444444;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}
body#manufacturer .brand .brand-infos .brand_description p{
	margin-bottom: 5px;
}
body#manufacturer .brand .brand-infos .brand_description h2,
body#manufacturer .brand .brand-infos .brand_description h3,
body#manufacturer #manufacturer-short_description h2,
body#manufacturer #manufacturer-short_description h3,
body#manufacturer #manufacturer-description h2,
body#manufacturer #manufacturer-description h3{
	color: #4a825d;
}
body#manufacturer .brand .brand-infos .brand-products a{
	font-weight: normal;
	display: block;
	float: left;
	margin-top: 10px;
}
@media(max-width: 500px){
	body#manufacturer .brand .brand-img,
	body#manufacturer .brand .brand-infos{
	    width: 100%;
	    text-align: center;
	    padding: 0;
	}
	body#manufacturer .brand .brand-infos .brand-products a {
	    float: none;
	    display: inline-block;
	}
}

body#manufacturer #manufacturer-short_description p{
	margin-bottom: 5px;
}
body#manufacturer div.lnk{
	margin-bottom: 5px;
}
body#manufacturer a.btn{
	font-family: "RobotoSlab-Bold";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding: 1px;
	color: #0F4E33;
	background-color: #FFCC00;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	box-shadow: none;
}
body#manufacturer #manufacturer-description{
	float: left;
	width: 100%;
}
body#manufacturer .soy_leer_mas{
	float: left;
	color: #000;
}
body#manufacturer .soy_leer_mas i{
	margin-right: 5px;
}
/* FIN MANUFACTURER */

/*FICHA PRODUCTO*/
/*BLOQUE IMAGEN*/
.soy_bloque_imagen{
	float: left;
	width: 460px;
	padding-left: 0;
}
.soy_bloque_imagen #content{
	overflow: hidden;
}
.soy_bloque_imagen .product-cover{
	margin-bottom: 0;
}
.soy_bloque_imagen .product-cover img{
	box-shadow: none;
}
.soy_bloque_imagen .images-container{
	margin-bottom: 15px;
}
.soy_bloque_imagen .content_flag{
	position: absolute;
	left: -70px;
	top: -70px;
	width: 120px;
	height: 120px;
	background-color: #0003;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	z-index: 9;
}

.soy_bloque_imagen .content_flag .product-flag{
	padding: 0;
	box-shadow: none;
	border: 0;
	background: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin: 0;
	position: absolute;
	font-size: 13px;
	top: unset;
	left: unset;
}
#product #product-modal{
	z-index: 9999999;
	background: #0003;
}
#product .soy_cont_img{
	position: relative;
}

#product .soy_cont_img .soyofertas{
	position: relative;
	width: 100%;
	text-align: center;
}
#product .soy_cont_img .soyofertas span.soy_promocion{
	display: block;
	background: #fe5c02;
	width: 100%;
	padding: 2px;
}
#product .soy_cont_img .soyofertas span.soy_promocion p{
	margin-bottom: 0;
	color: #FFF;
	display: inline-block;
}
#product .soy_cont_img .soyofertas span.soy_promocion p:before{
	content: "/";
	margin: 0 8px;
	font-weight: bold;
}
#product .soy_cont_img .soyofertas span.soy_promocion p:first-child:before{
	display: none;
}
#main .images-container .js-qv-mask{
	margin-top: 15px;
}
/*/BLOQUE IMAGEN*/
/*BLOQUE COMPRA*/

.soy_bloque_compra{
	float:left;
	width: calc(100% - 460px);
	padding-right: 0;
}
.soy_bloque_compra > h1{
	font-size: 25px;
	/*color: #444444;*/
	color: #4a825d;
	font-weight: normal;
	font-family: "RobotoSlab-Bold";
}
.soy_bloque_compra .product-description-short p,
.soy_bloque_compra .product-description-short a,
.soy_bloque_compra.product-description-short li{
	font-size: 14px;
	color: #444444;
}
.soy_bloque_compra .product-description-short *:last-child{
	margin-bottom: 5px;
}
.soy_bloque_compra .product-description-short *{
	color: #434343;
}
.soy_bloque_compra .wishlist .wishlist_button_list,
.soy_bloque_compra .wishlist .addToWishlist{
	color: #4a825d;
	cursor: pointer;
}
.soy_bloque_compra .wishlist .wishlist_button_list:hover,
.soy_bloque_compra .wishlist .addToWishlist:hover{
	color: #669933;
}
body#product .popover{
	top: 10px !important;/*No quitar !important*/
}
body#product .popover .popover-content{
	padding: 0;
}
body#product .popover .popover-content > table{
	margin:0;
	border: 0;
}
body#product .popover .popover-content > table td{
	border: 0;
	border-bottom: 1px solid #f7f7f7;
	cursor: pointer;
}
body#product .popover .popover-content > table td:hover{
	background: #f7f7f7;
}
.soy_bloque_compra .soy_ver_video{
	color: #000;
}
.soy_bloque_compra .soy_ver_video i{
	margin-right:5px;
}
.soy_bloque_compra .product-information{
	display: flex;
	margin-top: 10px;
}
.soy_bloque_compra .soy_buy_actions{
	order:2;
}
.soy_bloque_compra .product-prices{
	margin:0;
}
.soy_bloque_compra .product-price{
	color: #549069;
	font-size: 30px;
	margin-bottom: 0;
	font-weight: bold;
}
.soy_bloque_compra .product-price .current-price{
	margin-bottom: 0;
	font-weight: bold;
}
.soy_bloque_compra .product-price .current-price > span,
.soy_bloque_compra .product-price .current-price > div{
	float: left;
}
.soy_bloque_compra .product-price .current-price .product-discount{
	line-height: 1;
	margin: 11px 0 0 0;
}
.soy_bloque_compra .product-price .current-price .regular-price{
	font-size: 20px;
	margin-left: 8px;
}
.soy_bloque_compra .product-price .current-price .priceconversion{
	float: left;
	clear: left;
	font-size: 22px;
	color: #7a7a7a;
	margin-top: 5px;
}
.soy_bloque_compra .product-price .price_grande{
	font-size: 40px;
	font-weight: bold;
}
.soy_bloque_compra .product-actions{
	margin-top: 20px;
}
.soy_bloque_compra .product-discounts{
	margin: 0;
}
.soy_bloque_compra .discount.discount-percentage{
	margin-top: 10px;
	line-height: 1;
	padding: 7px;
	background: #ff0000;
}
.soy_bloque_compra .qty .input-group{
	box-shadow: none;
}
.soy_bloque_compra .qty .input-group #quantity_wanted{
	width: 45px;
	height: 40px;
	border: 1px solid #4a825e;
}
.soy_bloque_compra .product-add-to-cart .soy_out_stock{
	background: #fedea3;
	border: 1px solid #f69f00;
	padding: 10px;
}
.soy_bloque_compra .product-add-to-cart .soy_out_stock span{
	display: block;
} 
.soy_bloque_compra .product-add-to-cart .add-to-cart{
	height: 40px;
}
.soy_bloque_compra .soy_producto_no_disponible{
	font-size: 19px;
	color: #ff0000b3;
	line-height: 31px;
}

.soy_bloque_compra .product-variants{
	/*overflow: hidden;*/
}
.soy_bloque_compra .product-variants .soy_select{
	float: left;
	margin-right: 25px;
}
.soy_bloque_compra .product-variants .soy_select select{
	box-shadow: none;
	border: 1px solid #4a825e;
}
.soy_bloque_compra .product-variants .control-label{
	font-family: 'RobotoSlab-Bold';
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: #4a825d;
	margin-bottom: 15px;
}
.soy_bloque_compra .product-variants .input-container{
	float: left; 
	clear: left;
	margin-bottom: 3px;
}
.soy_bloque_compra .product-variants .input-container label{
	margin: 0;
	font-weight: bold;
	font-size: 15px;
}
.soy_bloque_compra .product-variants .input-container .custom-radio {
	border: 2px solid #000;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	top: -1px;
}
.soy_bloque_compra .product-variants .input-container .custom-radio input[type="radio"]:checked + span {
	background: #000;
	width: 7px;
	height: 7px;
	top: 2px;
	left: 2px;
}
.soy_bloque_compra .product-variants .input-container .input-radio{
	opacity:0;
}
.soy_bloque_compra .product-variants .input-container .radio-label{
	border: 0;
	background: none;
	box-shadow: none;
	padding-left: 5px;
	font-size: 15px;
}
.soy_bloque_compra .product-additional-info .tabs{
	margin-top: 5px;
	box-shadow: none;
	padding: 0;
}
#product .soy_caracteristicas{
	width: 100%;
	float: left;
	clear: both;
	padding: 0 35px;
}
#product .soy_caracteristicas ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -2%;
}
#product .soy_caracteristicas ul li{
	margin: 5px 0;
	float: left;
	width: 33.33%;
	padding: 0 2%;
}
#product .soy_caracteristicas ul li a{
	color: #4a825e;
	text-transform: uppercase;
	font-family: 'RobotoSlab-Light';
	font-size: 17px;
	font-weight: bold;
	border: 1px solid #dfe0c3;
	border-radius: 5px;
	padding: 7px 15px;
	display: block;
	text-decoration: none;
}
#product .soy_caracteristicas ul li a i{
	width: 20px;
	text-align: center;
	display: inline-block;
}
#product .soy_caracteristicas ul li a i img{
	position: relative;
	top: -2px;
}
#product .soy_caracteristicas ul li a:hover{
	border: 1px solid #4a825e;
}
#product .soy_caracteristicas ul li a:hover:after{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	float: right;
	font-size: 12px;
}
#product .soy_caracteristicas ul li a .name{
	font-family: 'RobotoSlab-Bold';
	font-weight: normal;
}
.soy_bloque_compra .soy_buy_actions{
	width: 100%;
}

.product-pack{
	margin-top: 25px;
	margin-bottom: 45px;
	clear: both;
}
.product-pack article{
	width: 16%;
	display: inline-block;
	vertical-align: middle;
}
.product-pack > p{
	color: #4a825d;
	padding: 8px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 19px;
}
.product-pack article .card{
	margin-bottom:0;
	box-shadow: none;
	border: 0;
}
.product-pack .pack-product-container{
	display: block;
	overflow: hidden;
	padding: 0 25px;
	align-items: center;
}
.product-pack .pack-product-container .thumb-mask{
	width: 100%;
	padding: 20px;
}
.product-pack .pack-product-container .thumb-mask .mask,
.product-pack .pack-product-container .thumb-mask .mask img{
	margin: 0;
	width:100%;
	height: auto;
	border: 0 none;
}
.product-pack .pack-product-container .pack-product-name{
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 1px;
	display: block;
	line-height: 1.25;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	height: 32px;
	overflow: hidden;
	margin-bottom: 15px;
}
.product-pack .pack-product-container .pack-product-name a{
	color: #4a825d;
	font-size: "Roboto";
}
.product-pack .pack-product-container .pack-product-price{
	float: left;
	width: 50%;
	text-align: right;
	flex: none;
	display: block;
}
.product-pack .pack-product-container .pack-product-quantity{
	float: left;
	width: 50%;
	text-align: left;
	flex: none;
	padding: 0 0 0 10px;
	border: 0;
	display: block;
}
.product-pack-price{
	float: left;
	margin: 0;
	margin-top: 24px;
	margin-left: 10px;
}
@media(max-width: 1500px){
	.product-pack article{
		width: 19%;
	}
}
@media(max-width: 1200px){
	.product-pack article{
		width: 24%;
	}
}
@media(max-width: 991px){
	.product-pack article{
		width: 32%;
	}
	.product-pack .pack-product-container{
		padding: 0 10px;
	}
}
@media(max-width: 768px){
	.product-pack .pack-product-container .pack-product-name {
		height: 45px;
		margin-bottom: 5px;
	}
	.product-pack-price{
		float: none;
		margin: 0;
	}
}
@media(max-width: 480px){
	.product-pack article{
		width: 49%;
	}
	.product-pack .pack-product-container{
		padding: 0 10px;
	}
}

@media(max-width: 1290px){
	.soy_bloque_compra .product-information{
		display: block;
	}
	.soy_bloque_compra .soy_buy_actions{
		order:2;
	}
	#product .soy_caracteristicas{
		order: 1;
	}
	#soy_info_product{
		width: 100%;
	}
	#product .soy_caracteristicas ul li{
		width: 50%;
	}
}
@media(max-width: 992px){
	#product .soy_caracteristicas ul li{
		width: 100%;
	}
}
@media(min-width: 901px) and (max-width: 1290px){
	.soy_bloque_compra.soy_floto{
		position: fixed;
		top: 70px;
		right: 30px;
		width: calc(100% - 520px);
	}
	
}
/** MOD #17824 **/
@media(max-width: 650px){
	.soy_bloque_compra .product-description-short p{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	#product .soy_caracteristicas{
		padding: 0;	
	}
}

/*/BLOQUE COMPRA*/
#soy_info_product{
	box-shadow: none;
	border: 0;
	margin: 40px 0px;
	float: left;
}
#soy_info_product ul{
	text-align: center;
}
#soy_info_product ul li{
	display: inline-block;
	border: 0;
	padding: 0px 20px;
}
#soy_info_product ul li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color:#4a825e;
	font-size: 30px;
	margin-bottom: 10px;
	display: block;
}
#soy_info_product ul li:first-child:before{
	content: "\f023";
}
#soy_info_product ul li:nth-child(2):before{
	content: "\f0d1";
}
#soy_info_product ul li:nth-child(3):before{
	content: "\f187";
}
#soy_info_product ul li:last-child:before{
	content: "\f06b";
}

#soy_info_product ul li span{
	font-family: "Roboto-Light";
	display: block;
	font-weight: normal;
	color:#4a825e;
}
#soy_info_product ul li span.soy_titulo{
	display: block;
	font-weight: bold;
}
@media(min-width: 768px) and (max-width: 800px){
	#soy_info_product ul li{
		padding: 0px 10px;
	}
	#soy_info_product ul li::before{
		font-size: 25px;
		margin-bottom: 5px;
	}
	#soy_info_product ul li span.soy_titulo{
		font-size: 15px;
	}
	#soy_info_product ul li span{
		font-size: 13px;
	}
}
@media(min-width: 380px) and (max-width: 767px){
	#soy_info_product ul li{
		padding: 0px 5px;
		width: 50%;
		margin-bottom: 15px;
	}
	#soy_info_product ul li::before{
		font-size: 25px;
		margin-bottom: 5px;
	}
	#soy_info_product ul li span.soy_titulo{
		font-size: 15px;
	}
	#soy_info_product ul li span{
		font-size: 13px;
		line-height: 17px;
	}
}
@media(max-width: 379px){
	#soy_info_product ul li{
		padding: 0px 5px;
		width: 50%;
		margin-bottom: 15px;
	}
	#soy_info_product ul li::before{
		font-size: 25px;
		margin-bottom: 5px;
	}
	#soy_info_product ul li span.soy_titulo{
		font-size: 13px;
	}
	#soy_info_product ul li span{
		font-size: 11px;
		line-height: 15px;
	}
}
/*BLOQUE INFERIOR*/
.soy_bloque_inferior{
	float: left;
	width: 100%;
	padding:0;
}
.soy_bloque_inferior .soy_descripcion{
	background: #f9f9f9;
	padding: 35px;
	margin-bottom: 25px;
}
.soy_bloque_inferior .soy_descripcion .description_title{
	color: #4a825e;
	font-size: 25px;
	font-family: 'RobotoSlab-Bold';
	text-transform: uppercase;
	margin-bottom: 25px;
	display: block;
}
.soy_bloque_inferior .soy_descripcion .product-description *{
	color: #484848;
}
.soy_bloque_inferior .soy_descripcion .product-description a{
	color: #333cc6;
}
.soy_bloque_inferior .soy_descripcion .product-description a:hover{
	color: #01f;
}
.soy_bloque_inferior .soy_descripcion #soy_video_producto{
	width: 100%;
	max-width: 700px;
}
/*/BLOQUE INFERIOR*/

body#product .featured-products{
	margin-top: 10px;
	margin-bottom: 50px;
}
body#product .featured-products .featured-products_title{
	display: block;
	font-family: 'RobotoSlab-Bold';
	text-align: center;
	font-size: 28px;
	line-height: 1;
	padding: 10px 0 30px;
}
body#product .featured-products .featured-products_title:after{
	content: "";
	width: 350px;
	height: 1px;
	border-bottom: 2px solid #90c333;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 100%;
}
body#product .featured-products .products {
    margin: 0;
}
#product-modal .modal-content .modal-body .product-cover-modal{
	width: 100%;
}

body#product .soy_promocion_regalos{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
body#product .soy_promocion_regalos .soy_img_promocion{
	float: left;
	width: 13%;
	margin-right:40px;
}
body#product .soy_promocion_regalos .soy_img_promocion img{
	max-width: 100%;
}
body#product .soy_promocion_regalos .soy_titulo_promocion{
	float: left;
	width: 70%;
	padding: 0 20px;
}
body#product .soy_promocion_regalos .soy_titulo_promocion p{
	font-family: "Robotoslab";
	color: #000;
	font-size: 50px;
	line-height: 1;
}
body#product .soy_promocion_regalos .soy_texto_promocion{
	float: left;
	width: 70%;
	padding: 0 20px;
}
body#product .soy_promocion_regalos .soy_texto_promocion p{
	font-family: "Robotoslab-light";
	color: #000;
}
@media(max-width: 1400px){
	body#product .soy_promocion_regalos .soy_img_promocion{
		float: left;
		width: 33.3%;
	}
	body#product .soy_promocion_regalos .soy_titulo_promocion{
		float: left;
		width: 33.3%;
		padding: 0 20px;
	}
	body#product .soy_promocion_regalos .soy_titulo_promocion p{
		line-height: 53px;
	}
	body#product .soy_promocion_regalos .soy_texto_promocion{
		float: left;
		width: 33.3%;
		padding: 0;
	}
	body#product .soy_promocion_regalos .soy_texto_promocion p{
		font-size: 13px;
	}
}
#widget-container{
	clear: both;
}
@media(min-width: 768px){
	.soy_descripcion .product-description{
		display: block;
	}
}
@media(max-width: 991px){
	.featured-products .product-miniature{
		width: 50%;
	}
	body#product .soy_promocion_regalos .soy_img_promocion{
		width: 50%;
		text-align: center;
	}
	body#product .soy_promocion_regalos .soy_img_promocion img{
		max-width: 100%;
		max-height: 190px;
	}
	body#product .soy_promocion_regalos .soy_titulo_promocion{
		width: 50%;
		padding: 0 0 0 20px
	}
	body#product .soy_promocion_regalos .soy_titulo_promocion p{
		line-height: 53px;
	}
	body#product .soy_promocion_regalos .soy_texto_promocion{
		width: 100%;
		margin-top: 10px;
	}
}
@media(max-width: 900px){
	.soy_bloque_imagen,
	.soy_bloque_compra,
	.soy_bloque_inferior{
		width: 100%;
	}
	.soy_bloque_inferior #soy_info_product ul li{
		padding: 0 15px;
	}
	.soy_bloque_inferior #soy_info_product ul li:before{
		font-size: 25px;
	}
	.soy_bloque_inferior #soy_info_product ul li span{
		font-size: 14px;
	}
	#product .soy_caracteristicas{
		max-width: 100%;
	}
}
@media(max-width: 650px){
	body#product .soy_promocion_regalos .soy_img_promocion{
		width: 100%;
	}
	body#product .soy_promocion_regalos .soy_img_promocion img{
		max-height: 230px;
	}
	body#product .soy_promocion_regalos .soy_titulo_promocion{
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	body#product .soy_promocion_regalos .soy_titulo_promocion p{
		line-height: 32px;
		font-size: 35px;
	}
	body#product .soy_promocion_regalos .soy_texto_promocion{
		width: 100%;
		margin-top: 0;
	}
}
@media(max-width: 767px){
	.soy_bloque_imagen,
	.soy_bloque_compra,
	.soy_bloque_inferior{
		padding:0;
	}
	
	.soy_bloque_inferior #soy_info_product ul{
		overflow: hidden;
	}
	.soy_bloque_inferior #soy_info_product ul li{
		padding: 5px 15px;
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}
	
	.soy_bloque_inferior .soy_descripcion .description_title{
		cursor: pointer;
	}
	.soy_bloque_inferior .soy_descripcion .description_title:after{
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		float: right;
		font-size: 20px;
		font-weight: bold;
	}
	.soy_bloque_inferior .soy_descripcion .description_title.active:after{
		content: "\f078";
	}
	.soy_bloque_inferior .soy_descripcion .description_title{
		margin: 0;
	}
	.soy_descripcion .product-description{
		display: block; /* MOD #37237 */
		margin-top: 15px;
	}
}
@media(max-width: 550px){
	.featured-products .product-miniature{
		width: 100%;
	}
}
/*/FICHA PRODUCTO*/

/* MODAL AL AÑADIR PRODUCTO */
#product.modal-open{
	overflow: inherit;
	padding: 0 !important;/*No quitar !important*/
}
#blockcart-modal{
	z-index: 999999999;
	padding: 0 15px;
	color: #fff;
}
#blockcart-modal .modal-dialog{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
#blockcart-modal .modal-dialog .modal-content {
	border: 1px solid #316400;
	border-radius: 0;
}
#blockcart-modal .modal-header {
    background: #669933;
}
#blockcart-modal .modal-title i.material-icons{
	margin-right: 5px;
}
#blockcart-modal .modal-body{
	padding: 10px 0;
	overflow: hidden;
}
#blockcart-modal .modal-body .soy_modal_producto{
	float: left;
	width: 445px;
}
#blockcart-modal .modal-body .soy_modal_imagen{
	width: 130px;
}
#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description {
	width: auto;
	font-family: "RobotoSlab-Bold";
}
#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .product-name {
	color: #fff;
	font-size: 23px;
	margin-bottom: 0px;
}
#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description p > strong,
#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description p > span{
	float: left;
}
#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .soy_combinacion {
	float: left;
	clear: left;
	margin-bottom: 0;
}
#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .soy_combinacion .soy_atributo{
	font-weight: bold;
	float: left;
}
#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .soy_combinacion .soy_atributo_valor{
	float: left;
	clear: left;
}
#blockcart-modal .modal-body .soy_modal_total{
	position: absolute;
	right: 15px;
	bottom: 0;
}
#blockcart-modal .modal-body .soy_modal_total .cart-content{
	padding-left: 0;
	text-align: right;
}
#blockcart-modal .modal-body .soy_modal_total .cart-content{
	text-align: right;
}
#blockcart-modal .soy_modal_addtocart .btn-addtocart {
	background: #FFCC00;
	color: #316400;
	border-radius: 5px;
	font-family: "RobotoSlab-Bold";
	font-size: 21px;
	padding: 15px 30px;
}
#blockcart-modal .soy_modal_addtocart .btn-addtocart i {
	font-size: 15px;
}
.modal-backdrop{
	display: none;
}
@media(max-width: 767px){
	#blockcart-modal .modal-header{
		padding: 5px 15px;
	}
	#blockcart-modal .modal-header .close {
	    margin-top: 0px;
	}
	#blockcart-modal .modal-body{
		text-align: center;
	}
	#blockcart-modal .modal-body .soy_modal_producto{
		float: none;
		overflow: hidden;
		text-align: left;
		max-width: 100%;
		display: inline-block;
		width: auto;
	}
	#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description,
	#blockcart-modal .modal-body .soy_modal_producto .soy_modal_imagen{
		float: left;
		text-align: left;
	}
	#blockcart-modal .modal-body .soy_modal_total{
		position: relative;
		right: 0;
		display: block;
		text-align: center;
	}
	#blockcart-modal .modal-body .soy_modal_total .cart-content{
		text-align: center;
		display: inline-block;
	}
}
@media(max-width: 450px){
	#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description{
		width: 100%;
	}
	#blockcart-modal .modal-body .soy_modal_producto .soy_modal_imagen{
		display: none;
	}
}
/* FIN MODAL AL AÑADIR PRODUCTO*/ 

/* CHECKOUT RESUMEN*/
#cart  .card{
	box-shadow: none;
}
#cart .cart-grid{
	border: 1px solid #4a825d;
}
#cart .cart-grid .card-block.soy-title{
	background: #4a825d;
}
#cart .cart-grid .card-block.soy-title .h1{
	color: #FFF;
	margin: 0;
}
#cart .cart-grid-body{
	border-right: 1px solid #d0e1bf;
	margin-bottom: 0;
}
#cart .cart-container{
	border: 0;
	margin:0;
}
#cart .cart-grid-body .cart-overview {
    padding: 0;
}
#cart .cart-container .cart-item{
	border-bottom: 1px solid #d0e1bf;
}
#cart .cart-container .cart-item:last-child{
	border: none;
}
#cart .cart-container .cart-item .product-line-grid{
	display: flex;
	align-items: center;
}
#cart .cart-container .cart-item .product-line-grid-left{
	width: 100px;
	padding-right: 0;
}
#cart .cart-container .cart-item .product-line-grid-left .product-image{
	position: relative;
	display: block;
}
#cart .cart-container .cart-item .product-line-grid-left .discount-percentage{
	position: absolute;
	background: #ff0000;
	width: 100%;
	color: #FFF;
	text-align: center;
}
#cart .cart-container .cart-item .product-line-grid-body{
	width: calc(100% - 364px);
}
#cart .cart-container .cart-item .product-line-grid-body a:hover{
	color: #232323;
}
#cart .cart-container .cart-item .product-line-grid-body .current-price,
#cart .cart-container .cart-item .product-line-grid-body .product-discount{
	float: left;
}
#cart .cart-container .cart-item .product-line-grid-body .current-price{
	margin-top: 2px;
}
#cart .cart-container .cart-item .product-line-grid-body .current-price .price{
	color: #000;
	font-weight: normal;
}
#cart .cart-container .cart-item .product-line-grid-body .current-price .price_grande{
	font-size: 18px;
}
#cart .cart-container .cart-item .product-line-grid-body .regular-price{
	font-size: 13px;
	margin: 5px 0 0 4px;
	display: block;
}
#cart .cart-container .cart-item .product-line-grid-body .product-line-info .label{
	font-size: 15px;
	font-weight: bold;
}
#cart .cart-container .cart-item .product-line-grid-body .product-line-info .value{
	font-size: 15px;
}
#cart .cart-container .cart-item .product-line-grid-right{
	float:right;
	width: auto;
	display: flex;
	align-items: center;
}
#cart .cart-container .cart-item .product-line-grid-right .qty{
	width: 80px;
	padding:0;
}
#cart .cart-container .cart-item .product-line-grid-right .qty .gift-quantity{
	display: block;
	text-align: center;
}
#cart .cart-container .cart-item .product-line-grid-right .price{
	width: 130px;
	text-align: center;
	padding: 0;
}
#cart .cart-container .cart-item .product-line-grid-right .price .product-price{
	line-height: 20px;
}
#cart .cart-container .cart-item .product-line-grid-right .price .product-price .gift{
	background: #669933;
	color: #FFF;
	padding: 5px;
	border-radius: 5px;
}
#cart .cart-container .cart-item .product-line-grid-right .price .priceconversion{
	display: block;
	color: #7a7a7a;
	font-size: 13px;
}
#cart .cart-container .cart-item .product-line-grid-right .soy_cart_delete{
	width: 24px;
	padding: 0;
	display: flex;
	align-items: center;
}
#cart .cart-container .cart-item .product-line-grid-right .soy_cart_delete .cart-line-product-actions{
	line-height: 1;
}
#cart .cart-container .cart-item .product-line-grid-right .soy_cart_delete .cart-line-product-actions a{
	margin: 0;
}
#cart .cart-grid-right{
	border-left: 1px solid #d0e1bf;
	left: -1px;
}
#cart .cart-grid-right .cart-summary{
	border: 0;
}
#cart .cart-grid-right .cart-summary .separator{
	border-color: #6933;
}
#cart .cart-grid-right .cart-summary .soy_desplega_cupon{
	margin-bottom: 15px;
}
#cart .cart-grid-right .cart-summary .soy_desplega_cupon a{
	color: #333cc6;
	cursor: pointer;
	margin: 0;
}
#cart .cart-grid-right #promo-code{
	display: none;
	transition: none;
	background: none;
	padding: 0 20px 10px;
}
#cart .cart-grid-right .cart-summary .cart-voucher .promo-name{
	padding: 0 20px;
}
#cart .cart-grid-right .cart-summary .cart-total .priceconversion{
	float: right;
	clear: right;
	color: #7a7a7a;
	font-size: 15px;
}
#cart .cart-container .no-items{
	font-size: 20px;
	margin: 15px 0;
	display: block;
}
body#cart .soy_seguircomprando{
	float: left;
}
body#cart .soy_seguircomprando i{
	line-height: 14px;
	height: auto;
	top: -2px;
	position: relative;
}
body#cart .soy_crossselling{
	border: 1px solid #4a825d;
	overflow: hidden;
	margin-bottom: 15px;
}
body#cart .soy_crossselling > h3{
	background: #4a825d;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
}
body#cart .soy_crossselling .products .product-miniature{
	width: 16.66%;
	float: left;
	padding: 15px;
}

@media(min-width: 1200px) and (max-width:1450px){
	body#cart .soy_crossselling .products .product-miniature .product-title a{
		font-size: 15px;
	}
	body#cart .soy_crossselling .products .product-miniature .product-price-and-shipping{
		font-size: 22px;
	}
	body#cart .soy_crossselling .products .product-miniature .btnSemillas{
		font-size: 11px;
	}
}
@media(min-width: 1000px) and (max-width:1199px){
	body#cart .soy_crossselling .products .product-miniature{
		width: 16.66%;
		float: left;
		padding: 10px;
	}
	body#cart .soy_crossselling .products .product-miniature .product-title a{
		font-size: 15px;
	}
	body#cart .soy_crossselling .products .product-miniature .product-price-and-shipping{
		font-size: 22px;
	}
	body#cart .soy_crossselling .products .product-miniature .btnSemillas{
		font-size: 11px;
	}
}
@media(min-width: 600px) and (max-width:999px){
	body#cart .soy_crossselling .products .product-miniature{
		width: 33.33%;
		float: left;
		padding: 10px;
	}
	body#cart .soy_crossselling .products .product-miniature:nth-child(3n+1){
		clear: left;
	}
	body#cart .soy_crossselling .products .product-miniature .product-title a{
		font-size: 15px;
	}
	body#cart .soy_crossselling .products .product-miniature .product-price-and-shipping{
		font-size: 22px;
	}
	body#cart .soy_crossselling .products .product-miniature .btnSemillas{
		font-size: 11px;
	}
}
@media(max-width:599px){
	body#cart .soy_crossselling .products .product-miniature{
		width: 50%;
		float: left;
		padding: 10px;
	}
	body#cart .soy_crossselling .products .product-miniature:nth-child(2n+1){
		clear: left;
	}
	body#cart .soy_crossselling .products .product-miniature .product-title a{
		font-size: 15px;
	}
	body#cart .soy_crossselling .products .product-miniature .product-price-and-shipping{
		font-size: 22px;
	}
	body#cart .soy_crossselling .products .product-miniature .btnSemillas{
		font-size: 11px;
	}
	body#cart .soy_crossselling .products .product-miniature:nth-child(n+5){
		display: none;
	}
}
@media(min-width: 992px){
	#cart .cart-grid-right.soy_floto{
		position: fixed;
		top: 0;
		width: calc(33.33% - 21px);
		right: 32px;
		left: unset;
		border-left:0;
	}
}
@media(max-width: 991px){
	#cart .cart-grid-body{
		border-right:0;
	}
	#cart .cart-grid-right{
		left: 0;
		border-left: 0;
		border-top: 1px solid #828e77;
	}
}
@media(max-width: 767px){
	#cart .cart-container .cart-item .product-line-grid{
		display: block;
	}
	#cart .cart-container .cart-item .product-line-grid-body{
		width: calc(100% - 110px);
	}
	#cart .cart-container .cart-item .product-line-grid-right{
		width: 264px;
		margin: 15px auto 0;
		float: right;
	}
}
@media(max-width: 380px){
	#cart .cart-grid .card-block.soy-title .h1{
		font-size: 21px;
	}
}
/* FIN CHECKOUT RESUMEN*/

/* CHECKOUT */

body#checkout .card-block .cart-summary-products > p{
	color: #232323;
}
body#checkout #header .header-nav{
	padding: 0;
	margin-bottom: 30px;
}
body#checkout .soy_checkout_left section.checkout-step {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #4a825d;
    border-bottom: 1px solid #56664e;
    padding: 0;
}
body#checkout .soy_checkout_left section.checkout-step .step-title{
	padding: 10px;
	background: #4a825d;
	color: #FFF;
}
body#checkout .soy_checkout_left section.checkout-step.-complete .step-title > i{
	position: relative;
	top: -2px;
}
body#checkout .soy_checkout_left section.checkout-step.-complete .step-title .soy_step_title{
	line-height: 24px;
	display: inline-block;
}
body#checkout .soy_checkout_left section.checkout-step .step-title span{
	color: #FFF;
}
body#checkout .soy_checkout_left section.checkout-step.-current .content{
/* 	margin-bottom: 20px; // MOD #49298 (02/05/2022) */
	margin-top: 20px;
}
body#checkout .soy_checkout_left section.checkout-step.-reachable.-complete h1 .step-edit{
	color: #FFF;
	font-size: 16px;
	padding: 2px;
	margin: 0;
	float: right;
}
body#checkout #delivery-addresses .address-item{
	float: left;
	flex: none;
	margin: 0 10px 20px;
}
@media(min-width: 1200px){
	body#checkout #delivery-addresses .address-item{
		width: calc(50% - 20px);
		clear: none;
	}
	body#checkout #delivery-addresses .address-item:nth-child(2n+1){
		clear: left;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	body#checkout #delivery-addresses .address-item{
		width: calc(100% - 20px);
		clear: none;
	}
}
@media(min-width: 767px) and (max-width: 991px){
	body#checkout #delivery-addresses .address-item{
		width: calc(50% - 20px);
		clear: none;
	}
	body#checkout #delivery-addresses .address-item:nth-child(2n+1){
		clear: left;
	}
}
@media(max-width: 767px){
	body#checkout #delivery-addresses .address-item{
		width: calc(100% - 20px);
		clear: none;
	}
}
@media(max-width: 420px){
	body#checkout .soy_checkout_left section.checkout-step.-reachable.-complete h1 .step-edit{
		float: none;
	}
}
body#checkout .soy_checkout_left .delivery-options-list .delivery-option{
	display: flex;
	align-items: center;
}
body#checkout .soy_checkout_left .delivery-options-list .delivery-option-2{
	padding: 0;
	margin: 0;
}
body#checkout .soy_checkout_left .delivery-options-list .delivery-option-2 > div.row{
	display: flex;
	align-items: center;
}
body#checkout .soy_checkout_left .delivery-options-list .soy_img_carrier{
	width: 100%;
}
body#checkout .soy_checkout_left .delivery-options-list .soy_img_carrier img{
	max-width: 100%;
}
body#checkout .soy_checkout_left .delivery-options-list .soy_name_carrier{
	width: 100%;
	margin-top: 5px;
}
body#checkout .soy_checkout_left .delivery-options-list .soy_name_carrier .carrier-name{
	margin-bottom: 0;
}
body#checkout .soy_checkout_left .delivery-options-list .carrier-extra-content{
	margin: -15px 0 10px 0;
	border: 1px solid #ececec;
	border-top: 0;
}
body#checkout .soy_checkout_left .delivery-options-list .correos-carrer-content{
	padding: 15px;
}
body#checkout .soy_checkout_left .delivery-options-list .correos-carrer-content .soy_correos_oficina{
	float: left;
	width: auto;
	margin-top: 10px;
}
body#checkout .soy_checkout_left .delivery-options-list .correos-carrer-content .soy_correos_direccion{
	float: left;
	width: auto;
	clear: both;
	margin-top: 10px;
}
body#checkout .soy_checkout_left .delivery-options-list .correos-carrer-content .correosInfoMap{
	float: left;
	clear: left;
	margin-top: 10px;
	max-width: 100%;
}
body#checkout .soy_checkout_left .delivery-options-list .correos-carrer-content .soy_correos_info_horarios{
	float: left;
	margin-top: 10px;
}
body#checkout .soy_checkout_left .delivery-options-list .correos-carrer-content .correosOfficesSelect{
	max-width: 100%;
}
body#checkout .soy_checkout_left .delivery-options-list .correos-carrer-content .soy_correos_idioma{
	display: block;
	margin-top: 6px;
}
body#checkout .soy_checkout_right #js-checkout-summary{
	box-shadow: none;
	border: 1px solid #4a825d;
}
body#checkout .soy_checkout_right #js-checkout-summary .step-title{
	padding: 2px 10px;
	background: #4a825d;
	color: #FFF;
	line-height: 41px;
}
body#checkout .soy_checkout_right .cart-summary-products .product-price{
	color: #000;
}
body#checkout .soy_checkout_right .cart-summary-products .product-price.soy_gift{
	background: #669933;
	color: #FFF;
	padding: 5px;
	border-radius: 5px;
}
body#checkout .soy_checkout_right .cart-summary-line.soy_impuestos span{
	color: #232323;
}
body#checkout .soy_checkout_right .cart-summary-line.cart-total span{
	font-weight: bold;
	font-size: 16px;
}
body#checkout .soy_checkout_right .block-promo .cart-voucher .promo-name{
	padding: 0 20px;
}
body#checkout .soy_checkout_right .cart-total .priceconversion{
	float: right;
	clear: right;
	color: #7a7a7a;
	font-size: 15px;
}
body#checkout .soy_checkout_right .soy_desplega_cupon a{
	color: #333cc6;
	cursor: pointer;
	margin: 0;
}
body#checkout .soy_checkout_right .separator{
	border-color: #6933;
}

body#checkout #footer{
	box-shadow: none;
}

body#checkout .condition-label{
	margin-left: 23px;
	margin-top: 0px;
}
body#checkout .custom-checkbox span{
	flex: unset;
}

body#checkout .soy_opciones_personalizadas{
	margin-top: 30px;
}
body#checkout .soy_opciones_personalizadas #soy_envio_discreto{
	margin-top: 15px;
}
body#checkout .soy_opciones_personalizadas #soy_envio_discreto_label{
	font-size: 14px;
	margin: 1px 0 0 5px;
}
body#checkout .soy_opciones_personalizadas #soy_envio_regalo{
	overflow: hidden;
}
body#checkout .soy_opciones_personalizadas #soy_envio_regalo p{
	color: #232323;
}
body#checkout .soy_opciones_personalizadas #soy_envio_regalo label{
	width: 40px;
	text-align: left;
	float: left;
	margin: 0 7px 0 0;
	padding: 6px 0;
}
body#checkout .soy_opciones_personalizadas #soy_envio_regalo input{
	width: 35px;
	text-align: center;
	height: 30px;
	border: 1px solid #4a825d;
	float: left;
}
body#checkout .soy_opciones_personalizadas #soy_envio_regalo .soy_regalo_imagen{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
body#checkout .soy_opciones_personalizadas #soy_envio_regalo .soy_regalo_cantidades{
	float: left;
}
body#checkout .soy_opciones_personalizadas #soy_envio_regalo .soy_regalo_cantidad{
	float: left; 
	clear: left;
	margin-bottom: 5px;
}
body#checkout .soy_opciones_personalizadas #soy_envio_regalo .soy_regalo_cantidad a{
	width: 30px;
	display: inline-block;
	height: 30px;
	padding: 5px;
	border: 1px solid #4a825d;
	text-align: center;
	font-size: 11px;
	color: #4a825d;
	cursor: pointer;
	float: left;
}
body#checkout #cart-summary-product-list .media-list li{
	border-bottom: 1px solid #ececec;	
	padding: 10px 0;
}
body#checkout #cart-summary-product-list .media-body{
	overflow: hidden;
}
body#checkout #cart-summary-product-list .product-name{
	float: left;
	width: 100%;
}
body#checkout #cart-summary-product-list .product-quantity{
	float: left;
	line-height: 24px;
}
body#checkout #cart-summary-product-list .product-price{
	float: right;
	line-height: 24px;
}
body#checkout #cart-summary-product-list .product-price.soy_gift{
	line-height: 1;
}
body#checkout #cart-summary-product-list .product-line-info{
	float: left;
	width: 100%;
}
body#checkout .payment-options .payment-option{
	-ms-display: flex;
	display: flex;
	align-items: center;
	background: #f6f6f6;
}
body#checkout .payment-options .payment-option span.custom-radio{
	margin-left: 15px;
	margin-right: 0;
}
body#checkout #checkout-payment-step .payment-options .payment-option label{
	display: flex;
	align-items: center;
	text-align: left;
	padding: 15px;
	margin: 0;
	width: 100%;
}
body#checkout .payment-options .payment-option label img{
	margin-right: 10px;
	width: 75px;
}
body#checkout .payment-options .payment-option label > span{
	width: calc(100% - 96px);
}
body#checkout .payment-options .payment-option label span .redsys_logos{
	display: inline-block;
}
body#checkout .payment-options .payment-option label span .redsys_logos img{
	width: 50px;
}
body#checkout .soy_mensaje_pago{
	background: #ffe7b6;
	padding: 15px;
	border: 1px solid #fba301;
	margin-bottom: 10px;
}
body#checkout .soy_mensaje_pago span{
	display: block;
}
body#checkout #payment-confirmation .soy_finalizar_pedido{
	color: #4a825d;
}
body#checkout #payment-confirmation .ps-shown-by-js{
	overflow: hidden;
}
body#checkout #payment-confirmation button{
	display: block;
}
body#checkout #payment-confirmation button + .soy_finalizar_pedido{
	display: none;
}
body#checkout #payment-confirmation button:disabled{
	display: none;
}
body#checkout #payment-confirmation button:disabled + .soy_finalizar_pedido{
	display: block;
	float: left;
}
body#checkout .soy_warning_pago,
body#checkout .soy_warning_terminos{
	display: none;
	background: #ffe7b6;
	padding: 15px;
	border: 1px solid #fba301;
	margin-top: 10px;
}
body#checkout .soy_dudas_checkout{
	float: right;
	position: relative;
	padding: 8px 15px 0 40px;
}
body#checkout .soy_dudas_checkout a:hover{
	color: #CCCC33;
}
body#checkout .soy_dudas_checkout .soy_dudas{
	float: right;
	clear: right;
	font-size: 23px;
}
body#checkout .soy_dudas_checkout .soy_llamanos{
	float: right;
	clear: right;
	font-size: 20px;
	margin-top: 6px;
}
body#checkout .soy_dudas_checkout .soy_telefono{
	float: right;
	clear: right;
	font-size: 15px;
}
body#checkout .soy_dudas_checkout i{
	float: right;
	position: absolute;
	font-size: 35px;
	left: 0;
	bottom: 4px;
}
@media(max-width: 480px){
	body#checkout .payment-options .payment-option label span{
		margin:0;
		float: left;
		width: 100%;
	}
	body#checkout .payment-options .payment-option label img{
		float: left;
	}
}
body#checkout .payment-options .additional-information{
	margin: -10px 0 10px 0;
	border: 1px solid #ececec;
	border-top: 0;
	padding: 10px;
	display: none !important;
}
@media(min-width: 992px){
	body#checkout .soy_checkout_right.soy_floto{
		position: fixed;
		top: 0;
		width: calc(33.33% - 20px);
		right: 30px;
		top: 30px;
		left: unset;
	}
}
@media(max-width: 991px){
	body#checkout .soy_checkout_left{
		width: 100%;
		padding: 0;
	}
	
	body#checkout .soy_checkout_right{
		width: 100%;
		margin-top: 20px !important;/*No quitar !important*/
		padding: 0;
	}
}
@media(max-width: 767px){
	body#checkout #_desktop_esp_currencyconversion,
	body#checkout #_desktop_language_selector,
	body#checkout #_desktop_user_info,
	body#checkout #_desktop_cart,
	body#checkout #menu-icon,
	body#checkout #_mobile_cart,
	body#checkout #_mobile_user_info{
		display: none;
	}
	body#checkout #_mobile_logo{
		float: left;
		max-height: unset;
		padding: 10px;
	}
	body#checkout .header-top{
		display: none;
	}
	body#checkout .soy_checkout_left section.checkout-step.-current .content{
		padding: 10px;
	}
	
	/* // MOD #49298 (2/5/22) */
	body#checkout .soy_dudas_checkout{
		order: 1;
	}
	
	body#checkout .col-md-6.text-xs-right.hidden-md-up{
		padding: 0;
	}
	body#checkout .hidden-md-up.text-sm-center.mobile{
		width: 50%;
		float: left;
	}
	/* // END MOD */
}
@media(max-width: 600px){
	body#checkout .soy_checkout_left .delivery-options-list .delivery-option-2 > div.row {
	    display: block;
	}
	body#checkout .soy_checkout_left .delivery-options-list .soy_img_carrier,
	body#checkout .soy_checkout_left .delivery-options-list .soy_name_carrier{
		padding: 0;
	}
}
@media(max-width: 400px){
	body#checkout #_mobile_logo {
	    width: 190px;
	}
	body#checkout .soy_dudas_checkout{
		padding-left:0;
	}
	body#checkout .soy_dudas_checkout .soy_dudas{
		font-size: 20px;
	}
	body#checkout .soy_dudas_checkout .soy_llamanos{
		font-size: 18px;
		margin-top: 3px;
	}
	body#checkout .soy_dudas_checkout .soy_telefono{
		font-size: 13px;
	}
	body#checkout .soy_dudas_checkout i{
		font-size: 19px;
		left: 0;
		bottom: unset;
		top: 9px;
	}

}

/* FIN CHECKOUT*/

/* ORDER-CONFIRMATION */
body#order-confirmation #content-hook_order_confirmation{
	box-shadow: none;
	border: none;
}
body#order-confirmation #content-hook_order_confirmation .card-block,
body#order-confirmation #content-hook_order_confirmation .card-block div{
	padding: 0;
}
body#order-confirmation #content-hook_order_confirmation .card-block h3 i{
	padding: 0;
	margin-right: 10px;
}
body#order-confirmation #content{
	box-shadow: none;
	border: 1px solid #ececec;
}
body#order-confirmation #content .card-block{
	padding: 0;
}
body#order-confirmation #content #order-details,
body#order-confirmation #content #order-items{
	width: 100%;
	padding: 0;
}
body#order-confirmation #content #order-details > h3,
body#order-confirmation #content #order-items > h3{
	display: block;
	background: #979797;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}
body#order-confirmation #content #order-details ul{
	padding: 0 15px;
}
body#order-confirmation #content #order-items .order-line{
	margin:0;
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
}
body#order-confirmation #content #order-items .order-line .soy_image_product{
	width: 96px;
	padding-right: 0;
}
body#order-confirmation #content #order-items .order-line .soy_image_product img{
	margin: 0;
}
body#order-confirmation #content #order-items .order-line .details{
	width: calc(100% - 96px);
	margin-bottom: 10px;
}
body#order-confirmation #content #order-items .order-line .qty{
	width: calc(100% - 96px);
}
body#order-confirmation #content #order-items .order-line .qty .soy_quantity{
	float: left;
}
body#order-confirmation #content #order-items .order-line .qty .soy_total{
	float: right;
}
body#order-confirmation #content #order-items .order-line .qty .soy_cantidad_regalos{
	float: left;
	clear: left;
	margin-top: 5px;
}
body#order-confirmation #content #order-items .soy_total_details{
	padding-top: 15px;
}
body#order-confirmation #content #order-items .soy_total_details ul{
	overflow: hidden;
}
body#order-confirmation #content #order-items .soy_total_details ul li{
	float: left; 
	width: 100%;
}
body#order-confirmation #content #order-items .soy_total_details ul li .soy_label{
	float: right; 
}
body#order-confirmation #content #order-items .soy_total_details ul li .soy_value{
	float: right;
	width: 110px;
	text-align: right;
	padding-right: 15px;
	line-height: 25px;
}
body#order-confirmation #content-hook_payment_return{
	margin-top: -26px;
	box-shadow: none;
}
body#order-confirmation #content-hook_payment_return > h3.card-title{
	display: block;
	background: #979797;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}
body#order-confirmation #content-hook_payment_return .card-block{
	padding: 0;
}
body#order-confirmation #content-hook_payment_return .soy_uppercase{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 20px;
}
body#order-confirmation #content-hook_payment_return ul li{
	color: #7a7a7a;
}
/* FIN ORDER-CONFIRMATION */ 


/* CONTACT FORM */
body#contact #soy_info_tienda{
	width: 100%;
	text-align: center;
}
body#contact #soy_info_tienda h4{
	font-family: "RobotoSlab", sans-serif;
	color: #444444;
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 15px;
}
body#contact #soy_info_tienda .soy_content_info_tienda{
	overflow: hidden;
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
body#contact #soy_info_tienda .soy_content_info_tienda .block{
	display: block;
	text-align: left;
	float: left;
	padding: 0 10px;
}
body#contact #soy_info_tienda .soy_content_info_tienda .block .icon{
	width: auto;
	margin-right: 5px;
}
body#contact #soy_info_tienda .soy_content_info_tienda .block .data{
	padding-top: 2px;
}
body#contact #gdpr-contact-consent{
	margin-bottom: 20px;
}
@media(min-width: 768px){
	body#contact #soy_info_tienda h4 i{
		display: none;
	}
	body#contact #soy_info_tienda .soy_content_info_tienda{
		display: inline-block !important;/*No quitar !important*/
	}
}
@media(max-width: 767px){
	body#contact #soy_info_tienda{
		padding:0;
	}
	body#contact #soy_info_tienda h4{
		text-align: left;
		margin-bottom: 10px;
		cursor: pointer;
	}
	body#contact #soy_info_tienda h4 i{
		margin-left: 10px;
	}
	body#contact #soy_info_tienda h4.soy_plegado .icon_desplegado,
	body#contact #soy_info_tienda h4.soy_desplegado .icon_plegado{
		display: none;
	}
	body#contact #soy_info_tienda .soy_content_info_tienda{
		display: none;
	}
	body#contact #soy_info_tienda .soy_content_info_tienda .block.soy_telefono,
	body#contact #soy_info_tienda .soy_content_info_tienda .block.soy_direccion,
	body#contact #soy_info_tienda .soy_content_info_tienda .block.soy_email{
		display: block;
		width: 100%;
		top: unset;
		margin-bottom: 10px;
	}
}
@media(max-width: 380px){
	body#contact #soy_info_tienda h4{
		font-size: 18px;
	}
}


body#contact #content-wrapper{
	width: 100%;
}
body#contact #content-wrapper #content{
	box-shadow: none;
	border: 2px solid #4a825d;
}
body#contact #content-wrapper #content h1{
	font-family: "RobotoSlab", sans-serif;
	color: #444444;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 15px;
}
body#contact #content-wrapper #content h2{
	color: #6f6f6f;
	font-size: 18px;
}
body#contact #content-wrapper #content .soy_antes_contactar,
body#contact #content-wrapper #content h3{
	font-size: 16px;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: #444444;
	text-transform: none;
}
body#contact #content-wrapper #content #minifaq div > h3{
	cursor: pointer;
}
body#contact #content-wrapper #content #minifaq div > h3 i{
	margin-left: 10px;
}
body#contact #content-wrapper #content #minifaq div > h3.soy_plegado .icon_desplegado,
body#contact #content-wrapper #content #minifaq div > h3.soy_desplegado .icon_plegado{
	display: none;
}
body#contact #content-wrapper #content #minifaq div > p{
	display: none;
}
body#contact #content-wrapper #content .form-group > label{
	float: left;
	width: 100%;
	text-align: left;
	padding-left: 0;
}
body#contact #content-wrapper #content .form-group > div{
	float: left;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
body#contact #content-wrapper #content .form-footer{
	text-align: left;
}
@media(max-width: 767px){
	body#contact #content-wrapper #content .contact-form{
		padding: 0;
	}
}
/* FIN CONTACT FORM*/

/* CMS */
body#cms #content{
	padding: 0;
	box-shadow: none;
	border: none;
}
body#cms #content .cms_category_description{
	color: #5c5c5c;
}
body#cms #content .cms_category_pages{
	margin-top: 15px;
	list-style: inside;
}
body#cms #content .cms_category_pages li{
	padding: 5px 0;
}
body#cms #content .cms_category_pages li a{
	text-transform: uppercase;
	font-family: 'RobotoSlab-Bold';
	font-weight: 400;
	color: #686868;
}
body#cms #content .cms_category_pages li a:hover{
	color: #669933;
}
/* FIN CMS*/

/*GDPR*/
.gdpr-consent-tabs .div_summary_checkboxes .div_cookie_category{
	width: 170px;
}
/*GDPR*/

/* Añade fondo a las imágenes.*/
.soy_cont_img{
	background-color: #ebebeb33;
}
.soy_cont_img img{
	mix-blend-mode: multiply;
}

.soy_banner_superior{
	background: #4a825db3;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
}

/* MOD #16428 Newsletter design */
#SemillasNewsletter .soy-newsletter-mail{
	border-radius: 0;
	border: 1px solid lightgray;
	width: 100%;
}

#SemillasNewsletter .semillasBtnNewsletter{
	color: rgb(22, 71, 14);
	background-color: rgb(252, 193, 0);
	background-image: none;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border: 0px rgb(22, 71, 14);
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	text-transform: capitalize;
	height: 36px;
	line-height: 16px;
	width: auto;
}
.soy-disabled-newsbutton{
	cursor: not-allowed;
	opacity: .4;
}

#SemillasNewsletter .ps-17-newsletter-checkbox label p span::before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 3px 2px 2px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: -2px;
    margin-right: 10px;
    
    position: absolute;
	left: 15px;
	
	border: 2px solid #e37167 !important;
}

#SemillasNewsletter .ps-17-newsletter-checkbox input[type="checkbox"]:checked + label p span::after{
	left: 23px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #78af00;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	content: '';
}

#SemillasNewsletter .ps-17-newsletter-checkbox label p{
	padding-left: 33px;
	text-align: left;
}
#SemillasNewsletter .ps-17-newsletter-checkbox label p span{
	font-size: 16px !important;
	color: #828281;
	line-height: 20px;
}
#SemillasNewsletter .title{
	margin-left: 15px;
}

.ps-17-newsletter-checkbox input{
	opacity: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	margin: 6px 7px;
	display: block;
	width: auto;
}
.semillasFormNewsletter .input-wrapper{
	margin-bottom: 25px;	
}

.soy-disable-submit-news{
    cursor: not-allowed;
    opacity: .4;
}

/* FIN  #16428 */ 

/** MOD #17824 **/
.page-cms-57 p:nth-child(3){
	overflow: hidden;
} 

.soy_descripcion .product-description p{
	font-size: 1rem !important;
}

#product #soy_info_product ul li span{
	font-size: 1rem;
}


#product #widget-container .container-fluid{max-width: 100%}


.soy_direccion_alerta {
	padding: 10px;
	border: 1px solid;
	margin-top: 10px;
	background: #fc0;
	color: #4a825d;
	border: 0 none;
	border-radius: 5px;
	float: left;
}

.product-miniature #widget-container, #product .product-miniature #widget-container{display: table; margin: 0 auto 10px;}
.product-miniature #ekomi-product-widget-identifier{display: none}

#product .featured-products .product-miniature #widget-container{
	width: auto;
	display: table; 
	margin: 0 auto 10px;
}

/* MOD #19108 */
@media (max-width:767px) {
	body#cms .soy_overflow_tabla { overflow-x:auto; }
}

/* // MOD #19339 - Modificar modal de carrito */
#blockcart-modal {
	position: fixed;
	bottom: 0;
	top: auto;
	padding: 0!important;
}
#blockcart-modal .modal-dialog {
	max-width: 100%;
}
#blockcart-modal .modal-body .soy_modal_producto {
	width: 100%;
	max-width: 100%;
	margin: auto;
	display: block;
	float: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
#blockcart-modal .modal-body .soy_modal_imagen {
	width: 96px;
}
#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .soy_combinacion .soy_atributo_valor {
	float: left;
	clear: none;
	margin-left: 18px;
}
#blockcart-modal .soy-product-cart {
	font-size: 18px;
	float: left;
	margin-left: 7px;
}
#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .product-name{
	clear: none;
	float: left;
}
#blockcart-modal .modal-body {
	background: #4a825d;
}
@media(max-width: 767px){
	#blockcart-modal .modal-body .soy_modal_total .cart-content {
		text-align: center;
		display: inline-block;
		float: left;
		margin-left: 15px;
	}
}

/* MOD #19479 Poli */
.cart-darique>.cart-darique{
	padding-left: .4rem;
	padding-top: .5rem;
}
.cart-darique>.cart-darique>h2>span{
	display: block;
	font-size: .9rem;
	text-transform: none;
	margin: 5px 0;
}

/* MOD #19643 Poli */
@media screen and (max-width: 768px){
	
	#product .product-variants ul>li{
		padding: .3rem;
	}
	
	#product .soy_promocion_regalos .soy_texto_promocion>p{
		font-size: .9rem;
	}
}

/* MOD #19726 Poli */
#checkout #soy_info_product
{
	width: 100%;
}

#checkout #soy_info_product ul > li
{
	width: 45%;
	padding: .5rem .3rem;
}

#checkout #soy_info_product ul > li > span:nth-child(1)
{
	font-size: .85rem;
}

#checkout #soy_info_product ul > li > span:nth-child(2)
{
	font-size: .75rem;
}

@media screen and (min-width: 768px){
	
	#checkout #soy_info_product ul > li
	{
		width: 24%;
	}
	
}

@media screen and (min-width: 992px){
	
	#checkout #soy_info_product ul > li
	{
		width: 45%;
	}
	
}


@media screen and (min-width: 1500px){
	
	#checkout #soy_info_product ul > li
	{
		width: 24%;
	}
	
	#checkout #soy_info_product ul > li > span:nth-child(1)
	{
		font-size: .75rem;
	}
	
}
/* END MOD #19726 Poli */

/* MOD #19904 Poli */

@media screen and (min-width: 375px) and (max-width: 568px){
	
	#index #soyInfoHome {
		padding: 15px;
		padding-left: 5px;
	}
	
	#index #soyInfoHome .soy_bloque_info {
		padding-left: 0px;
	}
	
	
	#index #soyInfoHome .soy_bloque_info {
		width: 45%;
		border: inherit;
	}
	
	#index #soyInfoHome .soy_bloque_info .icon i{
		font-size: 25px;
		line-height: 40px;
	}
	
	#index #soyInfoHome .soy_bloque_info .text{
		float: none;
	}
	
	#index #soyInfoHome .soy_bloque_info .text > h4{
		font-size: 16px;
		max-width: 150px;
		margin: 0 auto;
		margin-top: 5px;
	}
	
	#index #soyInfoHome .soy_bloque_info .text > p{
		font-size: 13px;
		float: left;
		clear: both;
		margin-top: 5px;
	}
	
	#index #soyInfoHome .soy_bloque_info:first-child{
		border-right: 1px solid white;
		width: 55%;
	}
	
	#index #soyInfoHome .soy_bloque_info:first-child:after{
		display: none;
	}
	
	#index #soyInfoHome .soy_bloque_info:nth-child(2){
		padding-left: 15px;
	}

}

@media(max-width: 767px){
	#blockcart-modal .modal-body .soy_modal_producto {
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	#blockcart-modal .modal-body .soy_modal_producto {
		display: block;
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .product-name {
		text-align: center;
		width: 100%;
	}
	#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description, #blockcart-modal .modal-body .soy_modal_producto .soy_modal_imagen {
		width: 100%;
		text-align: center;
	}
	#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .soy_combinacion {
		width: 100%;
		text-align: center;
		margin-bottom: 14px;
	}
	#blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .soy_combinacion .soy_atributo, #blockcart-modal .modal-body .soy_modal_producto .soy_modal_description .soy_combinacion .soy_atributo_valor {
		display: inline-block;
		float: none;
	}
}


.form-control{
	background: #f9f9f9;
	color: #565656;
}

/** MOD #21088 - Poli **/
#products .soyProductosDestacados{
	display: flex;
	flex-wrap: wrap;
	background-color: #ddebe2;
	width: 100%;
	padding: 1.5rem 0rem;
	margin-bottom: 1rem;

}

@media screen and (min-width: 992px) and (max-width: 1499px)
{
	#products .soyProductosDestacados .product-miniature{
	    width: 25%;
	}
}

#products .soyPestanyaDestacados{
	padding: .5rem 2rem;	
	padding-top: 1rem;
	padding-right: 5rem;
	background-color: #ddebe2;
	position: relative;
	z-index: -2;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
}

#products .soyPestanyaDestacados span{
    position: absolute;
    right: -.2rem;
    transform: rotate(-45deg);
    background-color: #fff;
    width: 2rem;
    height: 4rem;
    top: -1.5rem;
	z-index: -1;

}



#products .soyPestanyaDestacados i{
	margin-right: 1rem;
	color: #4a825d;
}

	
#products .soyProductosDestacados .product-description{
	background-color: #ddebe2;
}

#products .soyProductosDestacados .product-title{
	margin-top: 0rem;
	padding-top: 1rem;
}

/** END POLI **/


/* MOD #21175 - Botón "Pasar por caja" sticky en móvil */
#cart .checkout.cart-detailed-actions.card-block > div .soyIconCheckout,
#checkout #checkout-personal-information-step .btn.btn-primary .soyIcon,
#checkout #checkout-addresses-step .btn.btn-primary .soyIcon,
#checkout #checkout-delivery-step .btn.btn-primary .soyIcon,
#checkout #checkout-payment-step .btn.btn-primary .soyIcon {
	display:none;
}
@media (max-width:767px) {
	#cart .checkout.cart-detailed-actions.card-block > div.soyFixed {
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#cart .soyFixed .btnSemillas {
		padding:12px;
		display:block;
		font-size:46px;
		border-radius:0;
	}
	#cart .checkout.cart-detailed-actions.card-block > div.soyFixed .soyIconCheckout {
		display:inline;
	}
	#cart .soy_contacto_footer {
		border:1px solid #fff;
		margin:1.5px;
		padding:12px;
	}
	
	/* MOD #36122 - soyFixed también en checkout */
	#checkout #checkout-personal-information-step .btn.btn-primary.soyFixed,
	#checkout #checkout-addresses-step .btn.btn-primary.soyFixed,
	#checkout #checkout-delivery-step .btn.btn-primary.soyFixed,
	#checkout #checkout-payment-step .btn.btn-primary.soyFixed
	{
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		z-index:9999;
		padding:12px;
		font-size:46px;
		border-radius:0;
	}
	#checkout #checkout-personal-information-step .btn.btn-primary.soyFixed .soyIcon,
	#checkout #checkout-addresses-step .btn.btn-primary.soyFixed .soyIcon,
	#checkout #checkout-delivery-step .btn.btn-primary.soyFixed .soyIcon,
	#checkout #checkout-payment-step .btn.btn-primary.soyFixed .soyIcon
	{
		display:inline;
	}
	
}
@media (max-width:480px) {
	#cart .soyFixed .btnSemillas,
	#checkout #checkout-personal-information-step .btn.btn-primary.soyFixed,
	#checkout #checkout-addresses-step .btn.btn-primary.soyFixed,
	#checkout #checkout-delivery-step .btn.btn-primary.soyFixed,
	#checkout #checkout-payment-step .btn.btn-primary.soyFixed {
		font-size:30px;
	}
}
.soy_bloque_compra  .soy_ver_video{
	background: red;
    color: white;
    padding: 5px;
    padding-top: 2px;
    border-radius: 8px;
    padding-bottom: 2px;
}
    
    
/* MOD #21538 - Cambio maquetación paginación */
.pagination .page-list > li a {
	font-size:16px;
	font-weight:normal;
	color:#7a7a7a;
}
.pagination .page-list > li .disabled {
	color:#549069;
	font-weight:bold;
}
.pagination .page-list .next,
.pagination .page-list .previous {
	background:#587639;
	border-radius:5px;
	width:40px;
	height:40px;
	color:#fff;
}

/* MOD #21977 Add ToolTip in products-variants  */
.soy-tooltip-info {
  position: relative;
  display: inline-block;

}
.soy-tooltip-info .soy-tooltip-info-text{
	visibility: hidden;
    width: 250px;
    background-color: #fff;
    color: #232323;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: -95px;
    left: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    border: 1px solid #90c333;
    margin-left: 10px;
    font-weight: 500;
    font-size: 13px;
    padding: 6px;
}

.soy-tooltip-info:hover .soy-tooltip-info-text {
  visibility: visible;
  opacity: 1;
}
.soy-tooltip-info .soy-tooltip-img{
	width: 19px;
	cursor: pointer;
}
@media(max-width:991px){
	.soy-tooltip-info .soy-tooltip-info-text{
		width: 150px;
	}
}
@media(max-width:767px){
	.soy-tooltip-info .soy-tooltip-info-text{
		width: 120px;
		bottom: -120px;
	}
}
    
/* MOD #21599 */
.mm_menus_li {
	border:none !important;
}
.ets_mm_megamenu {
	margin-top:0;
	z-index: 1000;
}
body .ets_mm_megamenu::before {
	display:none !important;
}
.ets_mm_megamenu  .btnSemillas {
	color:#0F4E33 !important;
	border:none;
	text-transform:inherit;
	display:inline-block !important;
	width:auto !important;
	line-height:1.1 !important;
}
.mm_menus_li .mm_menu_content_title {
	font-family:'RobotoSlab-Bold' !important;
	font-weight:normal;
	font-size:16px;
	padding:12px;
}

.ets_mm_megamenu .soy_menu_extra {
	display:none;
}

.ets_mm_megamenu .mm_columns_ul .mm_columns_li .ets_mm_block_content p {
	font-family: 'RobotoSlab-Bold' !important;
}

@media(min-width:768px) {
	.ets_mm_megamenu .soy_menu_extra {
		display:list-item;
		float:right;
	}
	.ets_mm_megamenu .soy_menu_extra ul li {
		float:left;
		display:block;
		padding:7px 0;
	}
	.ets_mm_megamenu .soy_menu_extra ul li a {
		background:#FFCC00;
		margin:0 5px;
		display:block !important;
		color:#4a825d !important;
		padding:8px 0;
		width:56px !important;
		text-align:center;
		border-radius:3px;
		font-family:'RobotoSlab';
	}
}

@media(max-width:767px) {
	.mm_menus_li .mm_columns_li.column_size_3 .mm_blocks_li {
		width:50%;
	}
	.mm_menus_li .mm_columns_li.column_size_2 .mm_blocks_ul > li {
		width: 50%;
	}
	.mm_menus_li .mm_columns_li.column_size_2 .mm_blocks_ul .ets_mm_block_content p {
		margin-bottom:0;
	}
	.ets_mm_megamenu .soyopened .mm_menu_content_title {
		color:#FFCC00;
	}
}


@media (min-width:768px) and (max-width:1199px) {
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li.column_size_4 {
		width:43%;
	}
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li.column_size_3 {
		width:28.5%;
	}
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li.column_size_2:last-child {
		width: 100%;
		float: none;
	}
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li:last-child .mm_blocks_li {
		width:16.66%;
		padding:0 10px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li:last-child .ets_mm_block_content a {
		line-height:1.1;
		height:38px;
		position:relative;
	}
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li:last-child .ets_mm_block_content p {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
}
@media (min-width:768px) and (max-width:991px) {
	.mm_menus_li .mm_menu_content_title {
		font-size:13px;
		padding:12px 6px;
	}
	.ets_mm_megamenu .soy_menu_extra ul li a {
		margin:0 3px;
		width:45px !important;
		font-size:13px;
	}
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li:last-child .mm_blocks_li {
		padding:0 5px;
	}
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li:last-child .ets_mm_block_content p {
		font-size:12px !important;
	}
}
@media (min-width:768px) and (max-width:859px) {
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li:last-child .ets_mm_block_content p {
		font-size:11px !important;
	}
}

#header .language-selector .dropdown-menu
{
	z-index: 10000;
}
#cart #dariqueWrapper .dariqueWrapper{
	width: max-content!important;
}
@media(min-width: 992px){
	#dariqueWrapper .arrow_left, #dariqueWrapper .arrow_right{
		display: none;
	}
}

/* #24958 - Información de facturación */
.soy_informacion_facturacion{
	border: 1px solid #4a825d;
}
.soy_informacion_facturacion .soy_informacion_facturacion_title{
	padding: 2px 10px;
	background: #4a825d;
	color: #FFF;
	line-height: 41px;
	font-weight: bold;
	font-size: 17px;
}
.soy_informacion_facturacion .soy_informacion_facturacion_text{
	padding: 15px;
}
.soy_informacion_facturacion .soy_informacion_facturacion_text span{
	display: block;
	font-size: 15px;
	padding: 2px 0;
}
#checkout #soy_logos_pago img{
	width: 50px;
	margin: 0 5px 10px;
}
@media(min-width: 992px) and (max-width: 1500px){
	#checkout #soy_logos_pago{
		margin: 25px auto 0;
		position: relative;
		width: 265px;
		clear: both;
	}
	#checkout #soy_logos_pago .soy_sin_papel_footer{
		width: 60px;
	}
}
@media(max-width: 570px){
	#checkout #soy_logos_pago{
		margin: 0 auto;
		position: relative;
		width: 265px;
		clear: both;
	}
	/*
	#checkout #soy_logos_pago .soy_sin_papel_footer{
		position: absolute;
		right: 0;
		top: 1px;
		width: 60px;
	}
	*/
}

/* MOD #25695 ocultar campos en el programa de fidelización */

.ets-am-register-program .data-register input{
	display: none;
}

/** MOD #25993 - Oculltamos el campo de desktop de info en mobile**/

#product .soy_buy_actions .product-price.has-discount .current-price > span.discount
{
	display: none;
}

#product .soy_buy_actions .product-price.has-discount .current-price > div.product-discount
{
	clear: left;
	margin-top: 0;
}

#product .product-actions .product-add-to-cart
{
	position: absolute;
    top: 1rem;
    left: 50%;
}

#product h1
{
	font-size: 25px;
    color: #4a825d;
    font-weight: 400;
    font-family: "RobotoSlab-Bold";
}


@media screen and (max-width: 768px)
{
	#product #_desktop_info_soy_block
	{
		display: none;
	}
	
		
}

@media screen and (min-width: 375px)
{
	#product .product-actions .product-add-to-cart
	{
	    left: 40%;
	}
	
	#product .product-actions .product-add-to-cart .add .add-to-cart
	{
	    padding: 0rem 2rem;
	}
}

@media screen and (min-width: 768px)
{
	#product .product-actions .product-add-to-cart
	{
		position: relative;
	    top: auto;
	    left: auto;
	}
	
	
	#product .soy_buy_actions .product-price.has-discount .current-price > div.product-discount
	{
		clear: none;
		margin-top: .88rem;
	
	}
}
/** END MOD **/

.ets-am-register-program .data-register .checkbox input{
	 display: inherit;
 }
 
 #checkout #oppcw-creditcard-payment-form{
	display: none!important;
}
 
 #checkout .oppcw-payment-form{
	 display: none;
 }
 
 /* #28236 */
 #left-column .soy_specials .soyofertas {
    display: none;
}

/* # */

/* // MOD #28592 - Añadir flecha al selector */
#product .soy-product-variants-select {
	display: inline-block;
	position: relative;
}
#product .soy-product-variants-select::after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	right: 14px;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}


/* MOD #28582 */
.soy_bloque_compra .product-description-short{
	margin-top:10px;
	margin-bottom: 10px;
}

.soy_bloque_compra .product-description-short p{
	font-size: 18px;
	line-height: 26px;
}

.soy_descripcion .product-description p{
	font-size: 16px !important;
}

@media(max-width:992px){
		
	.soy_descripcion .product-description p{
		font-size: 16px !important;
	}	
	
}

@media(max-width:767px){
		
	.soy_bloque_compra .product-description-short{
		margin-bottom: 36px;
	}
	
	#soy_info_product{
		margin: 10px 0px;
	}
	
}
/* :/MOD #28582 */

/* MOD #29179 */
body#checkout .custom-checkbox .soyparpadeo {
	display:none;
	position: absolute;
	width: 22px;
	top: -2.75px;
	left: -2.75px;
	height: 21px;
	border: 1px solid red;
}

/* MOD #29222 - Poli cambio diseño estado en los pedidos */
body#history .orders .order .status .label
{
	border: 0px;
	border-radius: 0px;
	width: 100%;
	margin: 0;
	text-align: center;
}

#history .orders .order a h3
{
	font-size: 1.25rem;
}

#history .orders .order .soy_detalles_pedido .date
{
	font-size: 1rem;
}


body#history .orders .order .soy_botones_pedido .soy_ver_pedido a{
	background: #bdbdbd;
	color: #3e3e3e;
}

body#history .orders .order .soy_botones_pedido .soy_ver_pedido:hover a{
	background: #b1b1b1;
}

body#history .orders .order .soy_botones_pedido .soy_reorder a{
	background: #d4d4d4;
	color: #3e3e3e;
}

body#history .orders .order .soy_botones_pedido .soy_reorder:hover a{
	background: #b1b1b1;
}


body#history .orders .order .soy_botones_pedido .soy_tracking a{
	background: #c5c5c578;
	color: #3e3e3e;
	display: block;
	padding: 5px 10px;
}

body#history .orders .order .soy_botones_pedido .soy_tracking:hover a{
	background: #eaeaea;
}


/* // MOD #28229 - Modificaciones productlist y ficha de producto */
/* Modificación prodouctlist */
.products .product-miniature .product-description, #products .products .product-miniature .product-description {
	background: #fff;
}
#products .product-title a, .product-miniature .product-title a {
	font-family: "RobotoSlab", sans-serif;
}
.products .product-miniature .soy_productlist_quantities {
	color: #000;
	text-align: center;
	height: 20px;
}
#products .product-price-and-shipping .soy-from {
	font-size: 22px;
}
.products .product-miniature .product-description, #products .products .product-miniature .product-description {
	background: #fff;
	padding-bottom: 14px;
}
#soy_search_results .products .product-miniature .soy_productlist_quantities {
	text-align: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
	display: inline-block;
}
#soy_search_results .product-miniature #widget-container, #product .product-miniature #widget-container {
	display: block;
	width: 100%;
}

@media(max-width: 1199px)
{
	#products .products .soyProductosDestacados .product-miniature .product-title {
		height: 54px;
	}
	
	.products .soyProductosDestacados .product-miniature .soy_productlist_quantities {
		line-height: 15px;
		height: 28px;
	}
}

/* Modificación ficha de producto */
.soy_bloque_compra .product-variants .input-container {
	max-width: 100%;
	width: 360px;
	margin-bottom: 7px;
}
.soy_bloque_compra .product-variants .input-container label {
	border: 1px solid #ccc;
	padding: 5px 12px;
	width: 100%;
	text-align: left;
	font-size: 13px;
	color: #595959;
	cursor: pointer;
	font-weight: normal;
}
.soy_bloque_compra .product-variants .input-container label .custom-radio {
	display: none;
}
.soy_bloque_compra .product-variants .input-container label.active {
	border-color: #4a825d;
	color: #000;
}
.soy_bloque_compra .product-variants .input-container label .soy-combination-price {
	float: right;
}
.product-variants > .product-variants-item p {
	width: 360px;
	display: inline-block;
	max-width: 100%;
	color: #4a825d;
	font-size: 14px;
	margin-top: 3px;
}
.soy_bloque_compra .product-variants .input-container label .soy-combination-oldprice {
	float: right;
	text-decoration: line-through;
	margin-left: 8px;
}
.soy_bloque_compra .product-variants .input-container label .soy-combination-price.soy-discount {
	color: #549069;
	font-weight:bold;
}
.soy_bloque_compra .product-add-to-cart .add-to-cart {
	font-size: 19px;
}

@media(max-width: 900px)
{
	#product .product-actions .product-variants ul {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	
	.soy_bloque_compra .product-variants .input-container {
		width: 100%;
	}
	
	.product-variants > .product-variants-item p {
		width: 100%;
	}
}

#product .soy_media_valoracion,
.products .product-miniature .soy_media_valoracion {
	display: block;
	width: 86px;
	position: relative;
}
.products .product-miniature .soy_media_valoracion_container .soy_media_valoracion {
	margin:0 auto 10px auto;
}
#product .soy_media_valoracion img,
.products .product-miniature .soy_media_valoracion img {
	display: block;
}
#product .soy_media_valoracion .soy_estrellas_filled,
.products .product-miniature .soy_estrellas_filled {
	height: 16px;
	display: block;
	background: url(https://www.semillas-de-marihuana.com/themes/semillas2018/assets/img/soy_estrellas_filled.png);
	position: absolute;
	top: 0;
}

img{
	height: auto;
}

#category-description.soy_img_brand {
	float: left;
	width: calc(100% - 120px);
}
.soy_img_category_brand {
	float: left;
	width: 100px;
	margin-left: 20px;
}

/* // MOD #29906 */
#checkout #customer-form .soy_txt_create_account{
	color: #4a825d;
	font-size: 19px;
}
#checkout #customer-form .soy_txt_optional_account{
	color: #4a825d;
	font-size: 11px;
}
#checkout #customer-form .soy_txt_account_advantages{
	display: block;
}
#checkout #checkout-login-form .soy_mensaje_is_customer{
	background: #c1d8c1;
	border: 1px solid #00b500;
	padding: 15px;
}
#checkout #checkout-guest-form #customer-form .soy_mensaje_is_guest{
	background: #ffeaaa;
	border: 1px solid #dd9b00;
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
#checkout #checkout-guest-form #customer-form .soy_mensaje_is_guest > span{
	display: block;
	float: left;
	width: 100%;
}
#checkout #checkout-guest-form #customer-form .soy_mensaje_is_guest .soy_convertir_cuenta{
	display: block;
	padding: 15px;
	background: #4a825d;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 10px;
	float: left;
	width: auto;
	cursor: pointer;
}
#checkout #checkout-guest-form #customer-form .soy_mensaje_is_guest_transformed{
	background: #c1d8c1;
	border: 1px solid #00b500;
	padding: 15px;
	margin-bottom: 15px;
}
#checkout #checkout-guest-form #customer-form .soy_mensaje_is_guest_transformed_error{
	background: #edc4c4;
	border: 1px solid #a67c7c;
	padding: 15px;
	margin-bottom: 15px;
}

/* MOD #32684 */
body#product .ets_affiliatemarketing_product_message {
	display:none;
}

/* MOD #32993 (15/6/20) */
header .soyInfoHeader2 span {
    font-size: 17px;
    text-transform: none;
}

#custom-text {
	padding: 0;
}

#soyresponsiveslider_wrapper {
    margin-bottom: 10px;
}


/* MOD #30778 */
#search_faqs_container {
	background-color:#4a825d;
}
.button-ask-question,
.mpm-faqs-form-button {
	background-color:#FC0;
	color:#4a825d;
	border-radius:3px;
	font-family:'RobotoSlab';
}
.button-ask-question:hover,
.mpm-faqs-form-button:hover {
	background-color:#EFBF00;
	color:#4a825d;
}
#mpm_faqs_form_submit_button.disabled-submit-btn,
#mpm_faqs_form_submit_button.disabled-submit-btn:hover {
	background:#eaeae0 !important;
}
#mpm_faqs_form_container header {
	background-color:#000;
}
#mpm_faqs_form_header_addon {
	border-top-color:#000;
}
.content_home_page_cat {
	display: block;
}

/*  MOD DANIELS #33527 (1/7/20) */

body#product .product-accessories p.h5{
	display: block;
	font-family: 'RobotoSlab-Bold';
	text-align: center;
	font-size: 28px;
	line-height: 1;
	padding: 10px 0 30px;
	font-weight: 400;
}

body#product .product-accessories p.h5::after{
	content: "";
	width: 350px;
	height: 1px;
	border-bottom: 2px solid #90c333;
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 30px;
	max-width: 100%;
}

body#product .featured-products .featured-products_title {
    text-transform: uppercase;
}

/* MOD #34110 */
.language-selector-wrapper .dropdown-menu .title {
	text-transform:uppercase;
	color:#fff;
	margin-bottom:0;
	font-weight:bold;
	padding:3px 1.5rem;
}
.language-selector-wrapper ul.dropdown-menu,
#esp_currencyconversion {
	margin-bottom:0;
	float:none;
}
.language-selector-wrapper ul.dropdown-menu li.current a,
.language-selector-wrapper ul.dropdown-menu li.current a:hover {
	text-decoration:underline !important;
}
@media (max-width:767px) {
	.language-selector-wrapper .dropdown-menu {
		background-color: #4a825d;
	}
	.mm_menus_ul #_mobile_language_selector ul {
		border:none;
	}
	.language-selector-wrapper .dropdown-menu .title {
		padding:3px 10px;
	}
	.mm_menus_ul #_mobile_language_selector ul {
		padding-top:0;
		padding-bottom:0;
	}
}
/* End MOD */

#connectif_promociones_lateral{display: inline-block}
#category .soy_specials .products{display: none !important}
#soyProductosDestacados .cn_product{width: 25%}
#soyProductosDestacados .cn_product .product-miniature {width: 100%;}

/* MOD #36834 */
body#checkout .payment-options .payment-option .alert.alert-info {
	margin:.5rem;
}
body#checkout section.checkout-step .payment-options .payment-option {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body#checkout #checkout-payment-step .payment-options .payment-option label {
	width:calc(100% - 30px);
}
@media (min-width:768px) and (max-width:991px) {
	body#checkout section.checkout-step .payment-options .payment-option {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	body#checkout #checkout-payment-step .payment-options .payment-option label {
		width:100%;
	}
}
@media (min-width:1200px) {
	body#checkout section.checkout-step .payment-options .payment-option {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	body#checkout #checkout-payment-step .payment-options .payment-option label {
		width:100%;
	}
}
/*
body#checkout .payment-options .soy_payment_flex {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background:#f6f6f6;
	margin-bottom:.5rem;
}
body#checkout section.checkout-step .payment-options .payment-option {
	margin-bottom:0;
	width:100%;
}
body#checkout .payment-options .soy_payment_flex .alert.alert-info {
	margin:.5rem;
}
@media (max-width:1199px) {
	body#checkout section.checkout-step .payment-options .payment-option {
		width:auto;
	}
}
*/

#header .header-top .search-widget {
	display:none;
}

/* MOD #35034 - Cambios CSS para el nuevo menú (Quitar si se pone el antiguo) */
.layout_layout3 .ets_mm_block_content li > a::before {
	display:none;
}
.layout_layout3 .ets_mm_block_content a {
	font-weight:600;
}
.layout_layout3 .ets_mm_block_content i {
	color:#fcc000 !important;
	position:static;
	float:left;
	width: auto;
	padding-right: 5px;
}

.layout_layout3 .ets_mm_block_content .soy-menu-configurador{
	position: relative;
	left: -5px;
}

.layout_layout3 .ets_mm_block_content .soy-menu-configurador i {
	padding-left: 5px;
}

.layout_layout3 .ets_mm_block_content li:not(.item_has_img) {
	border-bottom: none;
}
@media (min-width: 768px) {
	.layout_layout3 .ets_mm_block_content li:not(.item_has_img) {
		line-height:20px;
		margin: 10px 0;
	}
	.layout_layout3 .ets_mm_block_content a {
		line-height:25px;
	}
	.layout_layout3 .ets_mm_block_content li:hover > a {
		color:#fc9b00 !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li.column_size_2:last-child {
		width:16.6667%;
		float:left;
	}
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li:last-child .mm_blocks_li {
		padding:0 15px;
		width:100%;
		margin-top:0;
		margin-bottom:15px;
	}
	.column_size_2 {
		width:20%;
	}
}
@media (min-width:768px) and (max-width:1199px) {
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li:last-child .ets_mm_block_content a {
		line-height:25px;
		height:auto;
	}
	#header .header-top .container {
		padding-left:13px;
		padding-right:13px;
	}
	.layout_layout3 .ets_mm_block_content i {
		width:auto;
		padding-right:5px;
	}
}
@media (max-width:767px) {
	.layout-layout3 .mm_blocks_ul .mm_blocks_li {
		padding-left:40px;
	}
	.mm_menus_li .mm_columns_li.column_size_2 .mm_blocks_ul > li {
		width:100%;
	}
	.ets_mm_block_content ul li:not(.item_has_img) {
		float:none;
	}
	.layout_layout3 .ets_mm_block_content i {
		margin-top:6px;
	}
	.mm_blocks_li {
		margin-bottom:0;
	}
	#header .ets_mm_block_content a {
		color:#fff;
	}
}

.ets_mm_block_content ul li:not(.item_has_img) {
	width:50%;
}

@media (min-width:375px) and (max-width:767px) {
	.layout_layout3 .mm_blocks_ul .mm_blocks_li .ets_mm_block.mm_block_type_html .ets_mm_block_content .fa-ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
}

.soy_bloque_inferior .soy_descripcion .product-description img{
	max-width: 100% !important
}

#soy_wp_articles .soy-wptab-content .soy-wp-article .title a {
	color: #1e390b;
	font-size: 23px;
	font-weight: 400;
	font-family: 'RobotoSlab-Bold';
}

/* MOD #41210 (22/02/2021) - Cambios maquetación */
@media (max-width:480px) {
	
	#products .soy_ordenar > span{
		width: 29%;
		font-size: 15px;
		padding: 0;
		display: inline-block;
		float: unset;
	}
	
	#products .soy_ordenar > div{
		width: 68%;
		font-size: 15px;
		padding: 0;
		display: inline-block;
		float: unset;
		margin: 0;
	}
	#category #left-column #search_filters_wrapper #search_filters .facet li{
		width: 100%;
	}
	#search_filters .facet .facet-title{
		white-space: initial;
	}
	#category #subcategories a span{
		font-size: 12px;
	}
}

@media (min-width:481px) and (max-width:767px){
	#category #left-column #search_filters_wrapper #search_filters .facet li{
		width: 50%;
	}
}

@media (max-width:767px) {
	#category #subcategories{
		width: 50%;
		float: left;
		margin: 0;
	}
	
	#category #left-column #search_filters_wrapper{
		width: 50%;
		float: right;
		margin: 0;
	}
	
	#category #subcategories .subcategories_list a.soy2-1, #category #subcategories .subcategories_list a.soy2-2{
		width: 100%;
	}
	
	#module-g_pcbuilder-buildpc #main h2.h2{
		margin-top: 20px;
	}

}

@media (max-width:400px) {
	#category #subcategories .soy_categorias_movil{
		font-size: 12px;
	}
	
	#search_filters > p.h6{
		font-size: 12px;
		padding: 13.5px 15px;
	}
	#search_filters .facet .facet-title{
		font-size: 13px;
	}
	#category #left-column #search_filters .facet .facet-label a{
		font-size: 12px;
	}
}

@media (max-width:575px) {
/*
	.pcbuilder_filter > div{
		display: flex;
        flex-wrap: wrap;
	}
	
	.pcbuilder_filter .gtabs.block{
		flex: 50%;
	}
*/
}

/* END MOD #41210 (22/02/2021) */

/* MOD #39939 (12/03/2021) - Maquetación kit cultivo */
li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador{
	background-color: #FC0;
	border-radius: 5px;
	border: 0;
	width: 55%;
}

li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador i.fa-heart{
	color: #0F4E33 !important;
}

li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador a{
	width: auto;
}

li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador:hover{
	opacity: .8;
}

li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador:hover > a{
	color: #0F4E33 !important;
}

@media (max-width:767px) {
	li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador{
		width: 150px;
	}
}

/* Corrección mobile de popup y botón que hace scroll-horizontal */
#module-g_pcbuilder-buildpc .gadd_to_list_button{
	white-space: initial;
}

/** 
 * Renponsive a partir de 390px
**/
@media screen and (max-width: 390px){
	#module-g_pcbuilder-buildpc .fancybox-overlay table tbody tr{


		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;



	}
	#module-g_pcbuilder-buildpc .fancybox-overlay table tbody th,
	#module-g_pcbuilder-buildpc .fancybox-overlay table tbody td{

	}
}

/* END MOD #39939 */

/* MOD #42489 (26/03/2021) - Ajustes checkout */
body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:first-child a.nav-link{
	padding: 10px 25px;
	background: #4a825d;
	color: #FFF;
	cursor: pointer;
	border-radius: 5px;
	font-size: 13px;
	display: inline-block;
	margin-top: 10px;
	font-family: "RobotoSlab-Bold";
	font-weight: normal;
	text-transform: uppercase;
	border: 0;
	min-width: 150px;
	text-align: center;
}

body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:nth-child(2){
	display: none;
}

body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:nth-child(3) a.nav-link.soy_iniciar_sesion{
	display: inline-block;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 13px;
	font-family: "RobotoSlab-Bold";
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px;
	color: #0F4E33;
	background-color: #FFCC00;
	border: 0;
	cursor: pointer;
	box-shadow: none;
	text-decoration: unset;
	text-align: center;
}

body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item + .nav-item{
	margin-left: 0;
}

body#checkout .soy_checkout_left section.checkout-step.-current .content{
	padding-top: 0;
}

@media screen and (max-width: 767px){
	
	body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:first-child a.nav-link{
		width: 100%;
	}
	
	body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item{
		display: block;
	}
	
	body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:nth-child(3) a.nav-link.soy_iniciar_sesion{
		width: 100%;
	}
}
/* END MOD #42489 */

/* MOD #39939 (07/04/2021) - (TANIA) Maquetación kit cultivo */
li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador{
	background-color: #FC0;
	border-radius: 5px;
	border: 0;
	width: calc(50% - 10px);
	margin-right: 10px;
	position: relative;
	left: -5px;
}



li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador i.fa-heart{
	color: #0F4E33 !important;
}

li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador a{
	width: auto;
}

li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador:hover{
	opacity: .8;
}

li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador:hover > a{
	color: #0F4E33 !important;
}

@media (max-width:767px) {
	li.mm_menus_li .mm_columns_ul .mm_columns_li .soy-menu-configurador{
		width: calc(50% - 10px);
		margin-right: 10px;
		position: relative;
		left: -5px;
	}
}


#module-g_pcbuilder-buildpc .soy_titulo_acordeon{
	
}
/* Packs que no tienen productos */
#module-g_pcbuilder-buildpc .gtabs.soy_pack_sin_productos .title_block .soy_cantidad{
	opacity: 0;
	
}

/* Packs con productos */
#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos .title_block{
	background: #FFCC00;
	color: #232323;
	overflow: hidden;
}

#module-g_pcbuilder-buildpc .gtabs.soy_pack_sin_productos:not(.active) .title_block .soy_cantidad_total,
#module-g_pcbuilder-buildpc .gtabs.soy_pack_sin_productos:not(.active) .title_block .soy_texto,
#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos:not(.active) .title_block .soy_cantidad_total,
#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos:not(.active) .title_block .soy_texto{
	color: #232323;
}

#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos.active .title_block .soy_cantidad_total,
#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos.active .title_block .soy_texto{
	color: #fff;
}

#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos .title_block{
	background: #FFCC00;
	color: #232323;
	overflow: hidden;
}
#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos.active .title_block{
	background: #4a825d;
	color: #fff;
	overflow: hidden;
}

#module-g_pcbuilder-buildpc .gtabs.active .title_block{
	overflow: hidden;
}

#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos .title_block .gchoose_tab,
#module-g_pcbuilder-buildpc .gtabs.soy_pack_sin_productos .title_block .gchoose_tab {
	float: left;
	width: auto;
}

#module-g_pcbuilder-buildpc .gtabs .title_block .soy_cantidad{
	font-weight: 100;
	font-size: 12px;
	float: right;
	line-height: 25px;
	padding: 3px 0 3px 10px;
}

#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos .title_block .soy_cantidad:hover,
#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos .title_block .soy_cantidad:hover .soy_cantidad_total,
#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos .title_block .soy_cantidad:hover .soy_texto{
	cursor: pointer;
	color: #fff;
}

/*
#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos .title_block .soy_cantidad .soy_cantidad_total{
	color: #fff;
}
*/



/* Bloque de productos */
#module-g_pcbuilder-buildpc .gtabs.soy_pack_tengo_productos .pcbuilder_list_container{
	display: none;
}



/* Corrección mobile de popup y botón que hace scroll-horizontal */
#module-g_pcbuilder-buildpc .gadd_to_list_button{
	white-space: initial;
}

/* Acordeón en mobile */
.soy_acordeon_mobile_packs{
	background: #FFCC00;
	color: #4a825d;
	display: block;
	padding: 5px 10px;
	-moz-radius: 7px; /* Mozilla */
	-webkit-radius: 7px; /* Safari */
	border-radius: 7px;
	margin-bottom: 20px;
	position: relative;
}



.soy_acordeon_mobile_packs i{
	font-size: 30px;
}
.soy_acordeon_mobile_packs i.soy_flecha{
	float: right;
}
.soy_acordeon_mobile_packs .soy_cantidad{
	text-transform: uppercase;
	vertical-align: middle;
}
.soy_acordeon_mobile_packs .soy_texto{
	font-family: "RobotoSlab",sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	padding-left: 10px;
	vertical-align: middle;
	font-weight: bold;
}
#module-g_pcbuilder-buildpc .pcbuilder_filter{
	display: none;
}



.soy_acordeon_mobile_packs:hover{
	background: #4a825d;
	cursor: pointer;
}
.soy_acordeon_mobile_packs:hover i,
.soy_acordeon_mobile_packs:hover .soy_cantidad,
.soy_acordeon_mobile_packs:hover .soy_texto{
	color: #fff;

}

.soy_popup_art_add{
	margin: 14px auto;
	text-align: center;
	display: block;
}

/** 
 * Renponsive a partir de 575px
**/
@media screen and (min-width: 576px){
	.soy_acordeon_mobile_packs{
		display: none;
	}
	#module-g_pcbuilder-buildpc .pcbuilder_filter{
		display: block!important;
	}
}

/** 
 * Renponsive a partir de 390px
**/
@media screen and (max-width: 390px){

	.soy_acordeon_mobile_packs .soy_texto{
		
	}
	.soy_acordeon_mobile_packs i {
    	font-size: 22px;
	}
	.soy_acordeon_mobile_packs .soy_cantidad{
		font-size: 13px;	
	}
}

/* END MOD #39939 */
/* // MOD ##39939 (7/4/21) - Ajuste popup de la tabla de módulo de configuración */
#module-g_pcbuilder-buildpc .soy_contenedor_popup{
	max-width: 1200px;
}
#module-g_pcbuilder-buildpc .soy_titulo_popup{
	font-weight: bold;
	padding: .75rem;
}

#module-g_pcbuilder-buildpc .soy_bloque_combinaciones{
	max-width: 1200px;
}
#module-g_pcbuilder-buildpc .soy_bloque_combinaciones .soy_fila_combi{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #f6f6f6;
	padding: 1rem 0;
}


@media screen and (max-width: 500px){

	#module-g_pcbuilder-buildpc .soy_bloque_combinaciones .soy_fila_combi .soy_boton{
		-webkit-box-flex: 0 0 100%;
		-moz-box-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}
}
/* END MOD */

/* // MOD #46043*/
body#module-oppcw-widget .oppcw-widget #soy_pagoseguro{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	width: 510px;
}
/* END MOD */

/* MOD #46337 */
body#product .soy_ver_audio {
	background:#89c9a0;
	color:#fff;
	padding:3px 8px;
	min-width:125px;
	max-width:100%;
	margin:0 5px;
	display:inline-block;
	border-radius:8px;
}
body#product .soy_bloque_compra .soy_ver_audio i {
	margin-right:5px;
}
body#product .soy_bloque_compra .soy_ver_video {
	min-width:125px;
	padding:3px 8px;
	margin:0 5px;
	display:inline-block;
}
body#product .soy_product_audio {
	margin-top:1rem;
}
body#product .soy_bloque_compra h1 {
	display:inline-block;
	margin-right:15px;
}
body#product .soy_media_valoracion {
	margin-top:8px;
}

body#product #soy_video_audio_producto .soy_product_audio {
	width:100%;
}
body#product #soy_video_audio_producto .soy_product_audio .soy_bloque_deco_audio {
	display:none;
}
body#product #soy_video_audio_producto .soy_product_audio audio {
	width:100%;
}
@media (min-width:992px) {
	body#product #soy_video_audio_producto {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin:0 -15px;
	}
	body#product #soy_video_audio_producto #soy_video_producto {
		max-width:unset;
		width:50%;
		padding:0 15px;
	}
	body#product #soy_video_audio_producto .soy_product_audio {
		width:50%;
		padding:0 15px;
		margin:0;
		background:#000;
		position:relative;
		min-height:200px;
	}
	body#product #soy_video_audio_producto .soy_product_audio .soy_bloque_deco_audio {
		padding-right:45px;
		top:30%;
		-ms-transform: translateY(-30%); /* IE 9 */
		-webkit-transform: translateY(-30%); /* Safari */
		transform: translateY(-30%);
		display:block;
		position:absolute;
		width:100%;
		text-align:center;
	}
	body#product #soy_video_audio_producto .soy_product_audio .soy_bloque_deco_audio span {
		font-size:30px;
		line-height:1;
		color:#fff;
		font-family:'Robotoslab';
	}
	body#product #soy_video_audio_producto .soy_product_audio audio {
		padding-right:45px;
		position:absolute;
		bottom:0;
	}
	
}
@media (min-width:1200px) {
	body#product #soy_video_audio_producto .soy_product_audio .soy_bloque_deco_audio span {
		font-size:45px;
	}
}

/* // MOD #49267 (30/9/21) - Ajuste huecos en blanco en la home */
@media (max-width:767px) {
	body#index #soyresponsiveslider_wrapper{
		padding-top: 15px;
	}
}

body#index .container #content-wrapper .page-home #custom-text{
	margin: 0;
}
body#index .container #content-wrapper .page-home #Home{
	margin-top: 0;
}
body#index #Home{
	margin-top: 0;
}

/* // MOD #49298 (2/5/22) - Menú mobile */
@media (max-width:767px) {
	#header .header-top #_mobile_search2 .search-widget{
		display: block !important;
		width: 100%;
	}
	
	#_mobile_search2 .search-widget form input[type="text"]{
		color: #000;
	}
	
	#_mobile_search2 .search-widget form button[type="submit"] {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 0;
		right: 0;
		padding-left: 0;
		top: 0;
		width: 42px;
		height: 42px;
	}
	
	#_mobile_search2 .search-widget form button[type="submit"] i{
		background-color: #fcc000;
		color: #000;
		width: 37px;
		height: 36px;
		top: 0;
		line-height: 37px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		
	}
	
	#header .mobile .top_movil{
		width: calc(100% - 10px);
	}
	
	#header .mobile .top_movil #_mobile_logo{
		padding-left: 15px;
	}
	
	#header ._mobile_menu_extra.soy_menu_extra{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		padding-right: 15px;
	}
	#header ._mobile_menu_extra.soy_menu_extra .menu_movil{
		height: 53px;
		display: flex;
		align-items: center;
		padding-left: 15px;
		min-width: 130px;
		padding-right: 15px;
	}
	#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon{
		background-color: #fcc000;
		color: #000;
		padding: 5px 10px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	
	#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon:hover{
		opacity: 0.5;
	}
	
	#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon span{
		padding-left: 5px;
	}
	
	#header ._mobile_menu_extra.soy_menu_extra #_mobile_search2{
		width: calc(100% - 130px);
	}
	
	#header .soyInfoHeader1{
		background: #fff;
		padding-top: 0;
		display: flex;
		justify-content: center;
		border: 1px solid #e3e4e4;
	}
	
	#header .soyInfoHeader1 span{
		background: #819d74;
		color: #000;
		text-align: center;
		padding: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
		font-weight: initial;
		display: flex;
		justify-content: center;
		align-items: center;
		text-transform: none;
		font-size: 14px;
	}
	#header .soyInfoHeader1 span i{
		padding-right: 5px;
	}
	#header .soyInfoHeader1 span strong{
		padding: 0 3px;
		text-transform: uppercase;
	}
	
	.mm_menus_ul .mm_menus_li{
		background-color: #fcc000;
	}
	.mm_menus_ul .mm_menus_li:hover{
		cursor:pointer;
/* 		opacity: 0.5; */
	}
	
	.mm_menus_li .mm_menu_content_title{
		color: #000;
	}
	
	#_mobile_language_selector{
		float: right;
	}
	
	.ets_mm_megamenu.hook-custom{
		top: 53px;
	}
	
}


@media (min-width:768px) {
	#header ._mobile_menu_extra.soy_menu_extra{
		display: none;
	}
	
	#header .header-top .soyInfoHeader1{
		display: none;
	}
	
	.mm_menus_li{
		background-color: #000;
	}
	.mm_menus_li .mm_menu_content_title{
		color: #fff;
	}
	
	#header ._mobile_menu_extra.soy_menu_extra .menu_movil{
		width: 50px !important;
		height: 50px !important;
	}
	
	#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon{
		width: 50px !important;
		height: 50px !important;
		padding-bottom: 0;
	}
}

/* // END MOD */

/* // MOD #51507 (25/11/21) - Imágenes de eKomi en el header*/
.soy_img_ekomi_mobile{
	width: 60px;
	display: inline-block;
	margin-right: 10px;

}
.soy_img_ekomi_mobile img{
	max-width: 100%;
}

@media screen and (max-width: 350px){
	.soy_img_ekomi_mobile{
		width: 50px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 767px){
	.soy_oculto_mobile{
		display: none;
	}
	.soy_imagen_ekomi_desktop{
		display: none;
	}
	#_mobile_language_selector .language-selector-wrapper i{
		font-size: 20px;
		position: relative;
		bottom: 1px;
	}
	#header .header-nav .container .blockcart{
		margin: 0 0 0 5px;
	}
	#header .header-nav .language-selector{
		margin-top: 14px;
	}
}

@media screen and (min-width: 768px){
	.soy_img_ekomi_mobile{
		display: none;
	}
	
	.soy_imagen_ekomi_desktop{
		    max-width: 150px;
			margin-top: 11px;
			cursor: pointer;
	}
	.soy_imagen_ekomi_desktop img{
		    max-width: calc(100% - 35px);
	}
	.soy_imagen_ekomi_desktop span{
		color: #fff;
		font-size: 14px;
	}
}

@media screen and (min-width: 992px){
	.soy_imagen_ekomi_desktop{
		max-width: 180px;
		margin-top: 8px;
	}
	.soy_imagen_ekomi_desktop span{
		position: relative;
		bottom: -2px;
	}
}

/* END MOD */

/* // MOD #25124 (15/02/22) - Añadir bloque  */
.soy_categories_home-links {
	display: grid; 
	grid-auto-flow: column; 
	grid-auto-rows: 1fr; 
	grid-template-columns: 1fr 1fr 1fr 1fr; 
	gap: 10px 20px; 
	justify-content: center; 
	align-content: center; 
	justify-items: center; 
	align-items: center; 
  }

.soy_categories_home-links a{ 
  	color: #4a825e;
	text-transform: uppercase;
	font-family: 'RobotoSlab-Bold';
	font-size: 17px;
	font-weight: 400;
	border: 1px solid #dfe0c3;
	border-radius: 5px;
	padding: 15px;
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: center;
}
#index .soy_categories_home-links a:hover {
	border: 1px solid #4a825e;
	color: #4a825e;
}
@media(max-width:767px){
	.soy_categories_home-links{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 
	}
}

/* END MOD */

/* MOD #48974 */
.ebx-empathy-x article.ebx-result .ebx-result__title {
	text-align: center;
}
.ebx-empathy-x .ebx-result-add2cart {
	display:none;
}
.ebx-empathy-x article.ebx-result .ebx-result__footer {
	justify-content:center;
}

/* // MOD #49298 (2/5/22) - Mejoras cabecera y menú */
/* TopBar */
#soy_banner_top{
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #e3e4e4;
}
#soy_banner_top .soy_mensaje_top{
	width: 100% !important;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

#soy_banner_top .soy_mensaje_top a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
}

#soy_banner_top .soy_mensaje_top a strong{
	color: #fff;
/*
	background-color: #febd00;
	padding: 2px 10px;
	border-radius: 5px;
*/
	margin-left: 10px;
}
/* BottomBar */
#header .header-top .container{
	background-color: #ddebe2;
}
#header .soyInfoHeader1 span{
	width: 100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #ddebe2;
	color: #828281;
	box-shadow: unset;
	font-family: "RobotoSlab";
	font-weight: 500;
	text-transform: unset;
}
@media (min-width: 768px){
	#header .header-top .soyInfoHeader1{
		display: block;
		width: 100%;
		text-align: center;
		background-color: #ddebe2;
		padding: 5px 0;
	}
}
@media (max-width: 767px){
	body#index #soyresponsiveslider_wrapper{
		padding-top: 0;
	}
}

/* Menú */
#header .header-nav{
	background-color: #fff;
}
#header .mobile .top_movil{
	width: 100%;
	padding: 5px;
	padding-left: 0px !important;
}

#header .mobile .top_movil #_mobile_cart,
#header .mobile .top_movil #_mobile_user_info,
#header .mobile .top_movil #_mobile_ekomi,
#header .mobile .top_movil #_mobile_search2,
#header .mobile .top_movil #_mobile_logo,
#header .mobile .top_movil ._mobile_menu_extra{
	width: 42px;
	height: 42px;
}

/* // MOD #49298 (03/08/22) - */
#header .mobile .top_movil #_mobile_phone{
/* 	bottom: 90px; */
	bottom: 22px;
	right: 22px;
	opacity: 1;
	position: fixed !important;
	z-index: 99999 !important;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #fcc000;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
}

#header .mobile .top_movil #_mobile_phone:hover{
	box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 11px;
}

#header .mobile .top_movil #_mobile_phone a i.fa-phone{
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

/* // MOD #49298 (03/08/22) - */
#header #soy_whatsapp{
	position: fixed;
	bottom: 80px;
	right: 22px;
	z-index: 9;
	opacity: 1;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #4ec247;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
}
/* // MOD #49298 (03/08/22) - */
#header #soy_whatsapp a{
	display: flex;
	align-items: center;
	justify-content: center;
}
/* // MOD #49298 (03/08/22) - */
#header #soy_whatsapp a img{
	max-width: 27px;
	height: auto;
}

/* // MOD #49298 (03/08/22) - */
@media screen and (min-width: 768px) {
	#header .soy_top #soy_whatsapp{
		bottom: 22px;
	}
}


#header .mobile .top_movil #_mobile_logo{
	width: 100% !important;
	max-width: 119px !important;
}

#header .mobile .top_movil #_mobile_logo a{
	height: auto;
}

#header .mobile .top_movil #_mobile_logo a img{
	width: 100%;
	height: auto;
}

#header .mobile .top_movil #_mobile_cart .blockcart{
	margin: 0;
	padding: 0;
	width: 42px;
	height: 42px;
}

#header .mobile .top_movil #_mobile_cart .blockcart .header{
	margin: 0;
	width: 42px;
	height: 42px;
}

#header .mobile .top_movil #_mobile_cart .blockcart.cart-preview.active .header a{
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-content: center;
}

#header .mobile .top_movil #_mobile_cart .blockcart .header a i{
	line-height: 42px;
}

#header .mobile .top_movil #_mobile_cart .blockcart .header a .cart-products-count{
	background-color: #85a28a;
	right: 3px;
	top: 3px;
}

#header .mobile .top_movil ._mobile_menu_extra{
	padding-right: 0;
	justify-content: center;
	align-content: center;	
	float: left;
}


#header .mobile .top_movil #_mobile_ekomi .soy_img_ekomi_mobile{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	margin: 0;
}

#header .mobile .top_movil #_mobile_ekomi .soy_img_ekomi_mobile a{
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-content: center;
}

#header .mobile .top_movil #_mobile_ekomi .soy_img_ekomi_mobile i{
	font-size: 20px;
	line-height: 42px;
}

#header .mobile .top_movil #_mobile_user_info .user-info{
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
}

#header .mobile .top_movil #_mobile_user_info .user-info .account{
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-content: center;
}

#header .mobile .top_movil #_mobile_user_info .user-info .account i{
	line-height: 42px;
}

#header .mobile .top_movil #_mobile_search2{
	float: right !important;
}

#header .mobile .top_movil #_mobile_search2 #search_widget,
#header .mobile .top_movil #_mobile_search2 #search_widget form{
	width: 100%;
	height: 100%;
}

#header .mobile .top_movil #_mobile_search2 #search_widget form i{
	color: #fff;
	border-radius: 5px;
}

#header .mobile .top_movil #_mobile_logo{
	float: left;
	width: 100px;
	padding-left: 0;
	padding-right: 5px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .mobile .top_movil #_mobile_logo a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .header-nav .top-logo a img{
	max-height: 42px;
}

#header .mobile .top_movil #_mobile_menu_extra{
	float: left !important;
	width: 42px;
	height: 42px;
	padding: 0;
}
#header ._mobile_menu_extra.soy_menu_extra .menu_movil{
	width: 42px;
	height: 42px;
	min-width: unset;
	padding: 0;
	justify-content: center;
	align-content: center;
}

#header .mobile .top_movil #_mobile_menu_extra .menu_movil{
	width: 42px;
	height: 42px;
	min-width: unset;
	padding: 0;
}

#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon{
	background-color: #fff;
	color: #fcc000;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
}

#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon i{
	line-height: normal;
}
@media (max-width: 767px){
	
	#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon{
		padding-bottom: 6px
	}
	
	#_mobile_search2 .search-widget form button[type="submit"]{
		width: 42px;
		height: 42px;
	}
	#header .mobile .top_movil #_mobile_search2 #search_widget form i{
		width: 36px;
		height: 36px;
		display: flex;
		justify-content: center;
		align-content: center;
		line-height: 36px;
		font-size: 14px;
	}
}


#_mobile_search2 .search-widget form button[type="submit"]:hover,
#header .mobile .top_movil #_mobile_ekomi .soy_img_ekomi_mobile a:hover{
	cursor: pointer;
	opacity: 0.5;
}

#header .header-nav .user-info i,
#header .header-nav .blockcart .header a i,
#header .mobile .top_movil #_mobile_ekomi .soy_img_ekomi_mobile a i,
#header .header-nav #menu-icon i{
	color: #fcc000;
}

#header .header-nav .soy_telephone{
	font-size: 18px;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#_mobile_search2 .search-widget form input[type="text"]{
	display: none;
}

#header .header-nav .container{
	padding: 0 15px;
}

@media (min-width: 768px){
	
	#header .header-nav .right-nav{
		display: flex;
		width: 100%;
		height: 50px;
		max-width: 200px;
		justify-content: right;
	}
	
	#header .header-nav .right-nav #_mobile_phone{
		width: 50px;
		height: 50px;
		padding: 0;
	}
	
	#header .header-nav .right-nav #_mobile_phone a{
		display: flex;
		width: 50px;
		height: 50px;
	}
	
	#header .header-nav .right-nav #_mobile_phone a i{
		width: 50px;
		height: 50px;
		color: #febd00;
		line-height: 50px;
		font-size: 20px;
	}
	
	#header .header-nav .right-nav #_desktop_language_selector{
		width: 50px;
		height: 50px;
		padding: 0;
	}
	
	#header .header-nav .right-nav #_desktop_language_selector:hover{
/* 		opacity: 0.5; */
	}
	
	#header .header-nav .right-nav #_desktop_language_selector .language-selector-wrapper{
		width: 50px;
		height: 50px;
	}

	#header .header-nav .right-nav #_desktop_language_selector .language-selector-wrapper div {
		width: 50px;
		height: 50px;
		margin: 0;
	}

	#header .header-nav .right-nav #_desktop_language_selector .language-selector-wrapper div button{
		width: 50px;
		height: 50px;
	}

	#header .header-nav .right-nav #_desktop_language_selector .language-selector-wrapper div button i{
		width: 50px;
		height: 50px;
		color: #febd00;
		line-height: 50px;
		font-size: 20px;
	}
	
	#header .header-nav .right-nav #_desktop_language_selector .language-selector-wrapper div button i:hover{
		opacity: 0.5;
	}
	
	#header .header-nav .right-nav #_desktop_language_selector .language-selector-wrapper div button .soy_oculto_mobile{
		display: none;
	}
	
	#header .header-nav .right-nav #_desktop_user_info{
		width: 50px;
		height: 50px;
		padding: 0;
	}
	
	#header .header-nav .right-nav #_desktop_user_info .user-info{
		width: 50px;
		height: 50px;
		padding: 0;
		margin: 0;
	}
	
	#header .header-nav .right-nav #_desktop_user_info .user-info a{
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-content: center;
	}
	
	#header .header-nav .right-nav #_desktop_user_info .user-info a i{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		font-size: 20px;
	}
	
	#header .header-nav .right-nav #_desktop_user_info .user-info a span{
		display: none;
	}
	
	#header .header-nav .right-nav #_desktop_cart{
		width: 50px;
		height: 50px;
	}
	
	#header .header-nav .right-nav #_desktop_cart .blockcart{
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 0;
	}

	#header .header-nav .right-nav #_desktop_cart .blockcart .header{
		width: 50px;
		height: 50px;
		margin: 0;
	}

	#header .header-nav .right-nav #_desktop_cart .blockcart .header a{
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#header .header-nav .right-nav #_desktop_cart .blockcart .header a i{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	
	#header .header-nav .right-nav #_desktop_cart .blockcart .header a .cart-products-count{
		background-color: #85a28a;
		right: 12px;
		top: -12px;
	}
	
	#header ._mobile_menu_extra.soy_menu_extra{
		display: block !important;
	}
	
	#header #soyDivInfoHeader{
		margin: 0;
		padding: 0;
		display: flex;
		width: 100%;
		height: 50px;
		justify-content: center;
		min-width: unset;
		align-items: center;
	}
	
	#header #soyDivInfoHeader .soyBuscador,
	#header #soyDivInfoHeader .soyBuscador .search-widget,
	#header #soyDivInfoHeader .soyBuscador .search-widget form{
		width: 100%;
		height: 40px;
	}
	
	#header #soyDivInfoHeader .soyBuscador{
		padding: 0;
	}
	
	#header #soyDivInfoHeader #soy_input_buscador{
		width: 100%;
		height: 40px;
		border: 2px solid #fcc000;
		padding-left: 15px;
		font-size: 16px;
	}
	
	#header #soyDivInfoHeader #soy_input_buscador button{
		width: 40px;
	}
	
	#header #soyDivInfoHeader #soy_input_buscador button i{
		line-height: 40px;
		font-size: 20px;
	}
	
	#header .header-nav{
		height: 50px;
	}
	
	

}

/* Menú desplegable */

.ets_mm_megamenu.hook-custom{
	top: 0;
}

.mm_menus_ul .mm_menus_li{
	background-color: #fff;
	border: 1px solid #e3e4e4 !important;
	border-bottom: none !important;
}

.mm_menus_li .mm_menu_content_title{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mm_menus_li .mm_menu_content_title i{
	display: inline-block;
}
.mm_menus_li > a{
	text-transform: unset;
}

@media (min-width: 768px){
	.soy_contenedor_menu{
		background-color: rgba(36, 111, 187, 0);
/* 		overflow: auto; */
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		z-index: 3000;
	}
	.ets_mm_megamenu.layout_layout3{
		position: relative;
		max-width: 100%;
	}
	.ets_mm_megamenu ul.active{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.mm_menus_ul .mm_menus_li{
		width: 100%;
	}
	
	/* // MOD #49298 (05/05/22) */
	.mm_menus_ul .mm_menus_li.mm_has_sub a{
/* 		width: calc(100% - 35px); */
		display: inline-block;
		/* // MOD #49298 (10/5/22) - */
		/*width: 50%;*/
		/* // MOD #60562 (26/09/22) - Lo volvemos a modificar a petición suya*/
		width: calc(100% - 80px);
	}
	.mm_menus_ul .mm_menus_li.mm_has_sub .soy_desplegar{
		display: inline-block;
/* 		width: 35px; */
/* 		text-align: center; */
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #e3e4e4;
		cursor: pointer;
		/* // MOD #49298 (10/5/22) - */
		/*width: 50%;*/
		/* // MOD #60562 (26/09/22) - Lo volvemos a modificar a petición suya*/
		width: 80px;
		text-align: right;
		padding-right: 15px;
	}
	/* // MOD #49298 - Fin */
	
	.mm_menus_li .mm_menu_content_title{
		color: #000;
	}
	
	#header #soyDivInfoHeader .soyBuscador{
		position: unset;
		width: calc(100% - 30px);
		max-width: 700px;
	}
	
	#header #soyDivInfoHeader .soy_ekomi_dk{
		padding-right: 15px;
	}
	
	#header #soyDivInfoHeader .soy_ekomi_dk a{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
	}
	
	#header #soyDivInfoHeader .soy_ekomi_dk a .soy_ekomi_dk{
/* 		width: 100%; */
		width: 75px;
		height: auto;
		max-width: 100%;
	}
	
	#header .soy_top .top-logo a{
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		width: 100%;
		height: 100%;
	}
	
	#header .soy_top .top-logo a .logo{
		width: 142px;
/* 		height: 50px; */
		height: auto;
		padding-top: 0;
	}
}

body#checkout #header .header-nav{
	background-color: #ddebe2;
}

body#checkout #header .header-nav .container > .row{
	display: flex;
}

body#checkout #_desktop_logo{
	display: flex;
	align-items: center;
}

body#checkout .soy_dudas_checkout{
	float: right;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 5px 0px;
}

body#checkout .soy_dudas_checkout a{
	color: #febd00;
}

body#checkout .soy_dudas_checkout a i{
	bottom: 10px;
	right: 145px;
}

body#checkout #header .header-nav{
	height: 80px;
}

body#checkout #header .header-nav .logo{
	padding: 0px;
	max-width: 100%;
	height: auto;
	width: 100%;
	max-height: 66px;
}

#header .language-selector .dropdown-menu{
	background-color: #fff;
	border: none;
}

.language-selector-wrapper .dropdown-menu .title{
	color: #fcc000;
}

#header a.dropdown-item,
#esp_currencyconversion > li > a{
	color: #000;
}

#header a:hover{
	color: unset;
	opacity: 0.5;
}

body#checkout .soy_dudas_checkout a:hover{
	color: #febd00;
	opacity: 0.5;
}

body#checkout .soy_checkout_left section.checkout-step .step-title span{
	color: unset;
}

body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:first-child a.nav-link{
	color: #0F4E33;
	background-color: #FFCC00;
}

.soy_informacion_facturacion .soy_informacion_facturacion_title,
body#checkout .soy_checkout_right #js-checkout-summary .step-title,
body#cart .soy_crossselling > h3,
body#module-blockwishlist-mywishlist #form_wishlist fieldset > h3,
body#checkout .soy_checkout_left section.checkout-step .step-title{
	background: #fff;
	color: #febd00;
}

#cart .cart-grid .card-block.soy-title,
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_content_wishlist > span{
	background: #fff;
}

#cart .cart-grid .card-block.soy-title .h1,
body#module-blockwishlist-mywishlist #block-history .soy_wishlist .soy_nombre a{
	color: #febd00;
}

body#cart #header .header-top{
	padding-bottom: 15px !important;
}

.mm_menus_ul .mm_menus_li.soy_padre_menu{
	background-color: #f9f7f6;
}

.mm_menus_ul .mm_menus_li.soy_padre_menu a .mm_menu_content_title{
	color: #fcc000;
}

.mm_menus_ul .mm_menus_li:last-child{
	border-bottom: 1px solid #e3e4e4 !important;
}

.mm_menus_ul .mm_menus_li.soy_hijo_menu a .mm_menu_content_title{
	justify-content: left;
}

.mm_menus_ul .mm_menus_li.soy_hijo_menu a .mm_menu_content_title i{
	padding-right: 10px;
	color: #fcc000;
}

#header .header-nav .ets_mm_megamenu_content .container{
	padding: 0 !important;
}

@media (min-width: 768px){
	.soy_contenedor_menu{
		max-width: 375px;
	}
}

@media (min-width: 320px) and (max-width: 374px){
	#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon{
		justify-content: left;
	}
	#header .mobile .top_movil #_mobile_logo{
		width: 69px !important;
		padding-top: 7px;
	}
	#header .header-top .containe{
		background-color: transparent;
	}
	#header .soyInfoHeader1{
		width: 100%;
		background-color: #ddebe2;
	}
}

@media (min-width: 320px) and (max-width: 400px){
	body#checkout .soy_dudas_checkout i{
		left: 37px;
		top: 44px;
	}
}

body#checkout .soy_checkout_left section:nth-child(1),
body#checkout .soy_checkout_left section:nth-child(2),
body#checkout .soy_checkout_left section:nth-child(3){
	border-bottom: 0;
}

.ets_mm_megamenu .mm_menus_ul i.soy_close_menu{
	position: absolute;
	z-index: 9999;
	width: 45px;
	height: 45px;
	line-height: 45px;
	top: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
}

.ets_mm_megamenu .mm_menus_ul i.soy_close_menu:hover{
	opacity: 0.5;
}

.ets_mm_megamenu_content .container{
	padding: 0;
}

#soy_banner_top .soy_mensaje_top a{
	font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}

#soy_banner_top .soy_mensaje_top a:hover{
	opacity: unset !important;
}

.mm_menus_ul .mm_menus_li > a{
	border-bottom: 1px solid #e3e4e4;
}
.ets_mm_megamenu .mm_columns_ul{
	background-color: unset;
}

#header .ets_mm_block_content a{
	color: #000;
}

#header .ets_mm_block_content a:hover{
	color: unset !important;
}

#_desktop_cart .cart-products-count{
	padding: 0 3px !important;
}

@media (min-width: 768px){
	.layout_layout3.ets_mm_megamenu .mm_columns_ul.active{
		font-size: 14px!important;
		opacity: 1!important;
		position: relative!important;
		width: 100% !important;
		border-left: medium none!important;
		border-right: medium none!important;
		clear: both!important;
		display: block !important;
		float: left!important;
		visibility: visible!important;
		border-bottom: none!important;
	}
	
	.layout_layout3.ets_mm_megamenu .mm_columns_ul .mm_columns_li{
		float: left!important;
		width: 100%!important;
		color: #000!important;
	}
	
	.mm_menus_li:hover .mm_columns_ul{
		display: none !important;
	}
	
	.layout_layout3:not(.changestatus) .mm_columns_ul *,
	#header .layout_layout3:not(.changestatus) .mm_columns_ul *{
		color: #000;
	}
}

/* // MOD #49298 (2/5/22) - Cambio estilo botones */

.products .btnSemillas, 
#products .products .btnSemillas,
.featured-products .btnSemillas,
.btnSemillas,
#blockcart-modal .soy_modal_addtocart .btn-addtocart{
	background-color: #f8d84c !important;
	color: #000 !important;
	text-transform: inherit !important;
	font-family: "Roboto" !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 6px 30px !important;
	border-radius: 50px !important;
}

.btnSemillas:hover,
.products .btnSemillas:hover, 
#products .products .btnSemillas:hover{
	text-decoration: unset !important;
	background-color: #EFBF00 !important;
	color: #000 !important;
}

a.btnSemillas:focus,
.products .btnSemillas:focus, 
#products .products .btnSemillas:focus,
.featured-products .btnSemillas:focus,
.btnSemillas:focus,
#blockcart-modal .soy_modal_addtocart .btn-addtocart:focus,
.gdpr-consent-tabs .div_accept_moreinfo button#accept-all-gdpr:focus{
	text-decoration: unset !important;
	background-color: #ddebe2 !important;
}

button.btnSemillas:focus{
	outline: unset !important;
}

body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:first-child a.nav-link,
body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:first-child a.nav-link,
body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:nth-child(3) a.nav-link.soy_iniciar_sesion{
	background-color: transparent !important;
	color: #7a7a7a !important;
	text-transform: inherit !important;
	font-family: "Roboto" !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 6px 30px !important;
	border-radius: 50px !important;
	border: 1px solid #febd00 !important;
}

body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:first-child a.nav-link:hover,
body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:first-child a.nav-link:hover,
body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:nth-child(3) a.nav-link.soy_iniciar_sesion:hover{
	text-decoration: unset !important;
	color: #febd00 !important;
}

body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:first-child a.nav-link:focus,
body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:first-child a.nav-link:focus,
body#checkout .soy_checkout_left #checkout-personal-information-step .nav-inline .nav-item:nth-child(3) a.nav-link.soy_iniciar_sesion:focus{
	background-color: #ddebe2 !important;
	color: #febd00 !important;
	border: 1px solid #ddebe2 !important;
}

body#checkout .btnSemillas{
	margin-bottom: 10px;
}

body#checkout .btnSemillas.soyFixed{
	margin: 0 !important;
	border-radius: 0 !important;
	padding: 15px 30px !important;
}

/* Bloque aviso de cookies */
.gdprModal--visible{
	background: unset !important;
}

.gdpr-consent-tabs{
	background-color: #ddebe2 !important;
}

.gdpr-consent-tabs-v2 .div_control_your_privacy .h3_popuptitle,
.gdpr-consent-tabs-v2 .div_control_your_privacy .div_text,
.gdpr-consent-tabs-v2 .div_control_your_privacy p,
.gdpr-consent-tabs .div_control_your_privacy p,
.gdpr-consent-tabs .div_accept_moreinfo .span_moreinfo{
	color: #febd00 !important;
}
/* END MOD */

/* // MOD #55498 (18/03/2022) */
/*
body#manufacturer #main > h3{
	font-family: "RobotoSlab", sans-serif;
	color: #444444;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: .5rem;
}
*/

/*MOD #55516  */
  #map-container {
    width: 100%;
    height: 400px;
    position: relative;
    /*font-family: "Roboto", sans-serif;*/
    box-sizing: border-box;
  }

  #map-container button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    font-size: inherit;
    cursor: pointer;
  }

  #map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  #locations-panel {
    position: absolute;
    left: 0;
    width: 22em;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background: white;
    padding: 0.5em;
    box-sizing: border-box;
  }

  @media only screen and (max-width: 876px) {
    #map {
      left: 0;
    }
  }
  
/* // MOD #57115 (11/5/22) - Página manufacturer a 2 columnas */
body#manufacturer #content-wrapper ul{
	display: flex;
	flex-wrap: wrap;
}
body#manufacturer #content-wrapper ul li.brand{
	width: 100%;
}

@media (min-width: 768px) {
	body#manufacturer #content-wrapper ul li.brand {
		width: 50%;
	}
}
/* END MOD*/


/* // MOD #49298 (02/06/21)*/
#_desktop_language_selector{
	width: 375px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	background: #fff;
	z-index: 1;
}
#_desktop_language_selector > ul{
	display: inline-block;
	margin: 0;
	width: 49%;
	text-align: center;
}
#_desktop_language_selector > ul li{
	display: inline-block;
	width: 35px;
	text-align: center;
}
#_desktop_language_selector > ul li a{
	padding: 10px 0;
}
#_desktop_language_selector > ul li a img{
	width: 25px;
}
#esp_currencyconversion{
	display: inline-block;
	border-left: 1px solid #ddd;;
}
.soy_contenedor_menu{
	top: 40px;
}
#esp_currencyconversion{
	padding: 0;
}
#esp_currencyconversion li:hover{
	background: #f8d84c;
}
@media (max-width: 767px) {
	#_desktop_language_selector {
		width: 100%;
		position: static;
	}
	#header .soy_contenedor_menu{
		top: 0;
	}
	.ets_mm_megamenu .mm_menus_ul i.soy_close_menu {
		top: 40px;
	}
}
/* END MOD*/

/* // MOD #58542 (23/6/22) - Adecuar en mobile si aparece como flex el submenú */
@media screen and (max-width: 767px){
	.transition_default .mm_menus_ul.active{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* Ajuste de columnas en responsive */
@media (min-width: 992px) and (max-width: 1199px){
	.ets_mm_megamenu .mm_columns_ul .mm_columns_li:last-child .mm_blocks_li{
		width: 100%;
	}
}
/* END MOD */


/* MOD #57696  27/06/22*/

#category #products .soy_cantidad-productos{
	width: 30%;
	margin-top: 16px;
	margin-bottom: 16px;
	height: 52px;
	float: left;
	display: flex;
	align-items: center;
}
#category #products .soy_cantidad-productos .custom-select{
	padding-right: 12px;
	cursor: pointer;
}
#category #products .soy_cantidad-productos .custom-select i{
	padding-left: 5px;
}
#category #products .soy_cantidad-productos .sort-select  .dropdown-item{
	padding-left: 12px;
	
}
#category #products .pagination{
	width: 70%;
}


 @media screen and (min-width: 768px) {
	#category #products .soy_cantidad-productos{
		width: 60%;
	}
	#category #products .pagination{
		width: 100%;
	}
 }
 

  @media screen and (min-width: 992px) {
	#category #products .soy_cantidad-productos, #category #products .pagination{
		width: 50%;
	}

  }

/* MOD #59872 */
.soy_sello-ekomi {
  margin: 25px auto;
  width: auto;
  text-align: center;
}
/* FIN MOD #59872 */

/* MOD #60079 */
#product .product-accessories .product-miniature #widget-container {
  width: auto;
  display: table;
  margin: 0 auto 10px;
}

.product-accessories .product-miniature.js-product-miniature {
	position: relative;
	width: 25%;
}
@media(max-width:991px){
	.product-accessories .product-miniature.js-product-miniature {
	  width: 50%;
	}
}
@media(max-width:550px){
	.product-accessories .product-miniature.js-product-miniature {
	  width: 100%;
	}
}
/* FIN MOD #60079 */

/* MOD #60241	*/
@media(max-width:991px){
	.soy_bloque_inferior .soy_descripcion {
	  padding: 35px 10px;
	}
}
/* FIN MOD #60241	*/


/* // #SOYMOD #19247 - Mailalerts producto*/
body#product #_desktop_soy_mail_alerts{
	margin-top: 20px;
	width: 100%;
	max-width: 360px;
}
body#product #_desktop_soy_mail_alerts input{
	margin-bottom: 10px;
}
body#product #_mobile_soy_mail_alerts{
	margin-top: 20px;
	width: 100%;
}
body#product #_mobile_soy_mail_alerts input{
	margin-bottom: 10px;
}
@media(max-width: 767px){
	body#product .soy_bloque_compra .product-prices{
		margin-bottom: 30px;
	}
	
}
/* FIN MOD */

/* MOD #61022 */
.gdpr-consent-tabs .div_accept_moreinfo button#reject-all-gdpr {
	margin-top:7px;
	line-height:23px;
	background: #dfdfdf !important;
}
.gdpr-consent-tabs-v2 .div_accept_moreinfo {
	width:325px;
	max-width:100%;
}
@media (max-width:767px) {
	.gdpr-consent-tabs .div_accept_moreinfo button#accept-all-gdpr {
		margin:auto;
		line-height:23px;
	}
}
@media (min-width:768px) {
	.gdpr-consent-tabs .div_accept_moreinfo button#reject-all-gdpr {
		height:auto;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.soy_contenedor_menu {
		z-index:100000;
	}
}
.gdprModal--visible {
	height: auto !important;
}
/* End MOD */

/* MOD #61039 */
#header #soy_whatsapp {
	z-index:1000;
}
/* End MOD */

/* // SOYMOD #60935 (30/09/22)*/
.soy_breabcrum_hide:after{
	display: none;
}
@media (max-width:991px) {
	#wrapper .breadcrumb li::after {
		margin: 0 3px;
	}
	#wrapper .breadcrumb li{
		line-height: 12px;
		float: left;
	}
}

/* // SOYMOD #61658 (25/10/22) - Unificar color */
#order-confirmation p{
	color: #232323 !important;
}

/* SOYMOD #62145 (4/11/22) - Cambiar icono por imagen */
#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon img{
	width: 40px;
	height: auto;
	padding-top: 8px;
	padding-right: 8px;
}

#header ._mobile_menu_extra.soy_menu_extra .menu_movil #menu-icon:hover{
	opacity: 0.5;
}

/* // BRAISMOD (22/11/22) - Responsive para imagenes del CMS */

.responsive {
  max-width: 100%;
  height: auto;
}

/* End MOD */

/* //SOYMOD #62086 */
#cms-category-description .soy_leer_mas{
	color: #000;
	margin-bottom: 15px;
}

/* SOYMOD #63050 (28/11/22) - Mostrar botones para subir y bajar unidades en página de producto */
.soy_bloque_compra .product-quantity .input-group-btn-vertical{
	display: none;
}

/*
.product-quantity .input-group-btn-vertical .btn{
	height: 21px;
}

@media (min-width: 350px) and (max-width:450px) {
	.btnSemillas{
		padding: 6px 10px !important;
		margin-left: 15px;
	}
}
*/
/* END MOD */

/* SOYMOD #63050 (15/12/22) - Botones para subir y bajar unidades en página de producto */
.soy_bloque_compra .product-quantity .input-group-btn-vertical{
	display: flex;
	margin-left: 5px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.soy_bloque_compra .product-quantity .input-group-btn-vertical .btn-touchspin{
	background-color: #d9d9d9;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	height: 40px;
	width: 40px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.soy_bloque_compra .product-quantity .input-group-btn-vertical .btn-touchspin:hover{
	opacity: 0.5;
}

.soy_bloque_compra .product-quantity .input-group-btn-vertical .btn-touchspin:nth-child(2){
	margin-left: 5px;
}

.soy_bloque_compra .product-quantity .input-group-btn-vertical .btn-touchspin i{
	display: flex;
	justify-content: center;
	align-items: center;
	top: unset;
	left: unset;
	margin-bottom: 9px;
	font-size: 20px;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after{
	content: "+";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after{
	content: "-";
}
	
@media screen and (max-width: 545px) {
	.product-quantity{
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	
	.soy_bloque_compra .product-price .current-price{
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
	}
	
	.product-quantity{
		justify-content: right;
	}
	
	.product-quantity .add{
		padding-top: 10px;
	}
	
	
	#product #add-to-cart-or-refresh .SoyAddWishListButton{
		margin-top: 10px;
	}
	
	#product #add-to-cart-or-refresh .product-variants{
		padding-top: 10px;
	}
}

/* END MOD */

/* // SOYMOD #64850 - Captcha */
.grecaptcha-badge{
	visibility: hidden;
}
/* END MOD */

/* SOYMOD #65013 (02/03/2023) - Estilos acordeón inicio 
.accordion .card {
	box-shadow: none;
	border: none;
}
.accordion .card .card-header {
	background-color: transparent;
	position: relative;
}
.accordion .card .card-header:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;	
	position: absolute;
	left: .5em;
	top: 50%;
	transform: translateY(-50%);
	background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgdmlld0JveD0iMCAwIDM4NCA1MTIiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzgyMTYiCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczgyMjAiIC8+CiAgPCEtLSEgRm9udCBBd2Vzb21lIFBybyA2LjMuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZSAoQ29tbWVyY2lhbCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMyBGb250aWNvbnMsIEluYy4gLS0+CiAgPHBhdGgKICAgICBkPSJNMy40IDgxLjdjLTcuOSAxNS44LTEuNSAzNSAxNC4zIDQyLjlMMjgwLjUgMjU2IDE3LjcgMzg3LjRDMS45IDM5NS4zLTQuNSA0MTQuNSAzLjQgNDMwLjNzMjcuMSAyMi4yIDQyLjkgMTQuM2wzMjAtMTYwYzEwLjgtNS40IDE3LjctMTYuNSAxNy43LTI4LjZzLTYuOC0yMy4yLTE3LjctMjguNmwtMzIwLTE2MGMtMTUuOC03LjktMzUtMS41LTQyLjkgMTQuM3oiCiAgICAgaWQ9InBhdGg4MjE0IgogICAgIHN0eWxlPSJmaWxsOiM0YTgyNWU7ZmlsbC1vcGFjaXR5OjEiIC8+Cjwvc3ZnPgo=') center center no-repeat;
}
.accordion .card .card-header h1 button, 
.accordion .card .card-header h2 button {
	font-weight: 700;
	color: #4a825e;
	text-decoration: none;
	text-align: center;
	white-space: break-spaces;
}
.accordion .card .card-header h1 button:focus,
.accordion .card .card-header h2 button:focus {
	outline: none;
}
.accordion .card .card-header h1 button {
	text-transform: uppercase;
}
.accordion .card .card-body {
	padding-top: .5em;
}

@media screen and (max-width:991px) {
	#Home .accordion .card .card-header h2 {
		font-size: 28px;
	}
	.accordion .card .card-header button span {
		display: inline;
	}
	.accordion .card .card-header:before {
		top: 18%;
		left: -.5em;
	}
}
/* END SOYMOD */








/* SOYMOD #65013 */
.soytextohome_contenedor.textos h1::before,
.soytextohome_contenedor.textos h2::before{
content: ">";
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50px;
	top: -15px;
	font-family: 'LeckerliOne';
	font-size: 70px;
	color: #666633;
}
.soytextohome_contenedor.textos h1::before{
	top: 48px;
}
.soytextohome_contenedor.textos {
	position: relative;
}
.soytextohome_contenedor.textos h1,
.soytextohome_contenedor.textos h2{
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	padding-bottom: 10px;
	padding-left: 30px;
}

@media (max-width: 920px){
	.soytextohome_contenedor.textos h1::before{
		font-size: 50px;
		top: 47px;
		left: 15px;
	}
	.soytextohome_contenedor.textos h2::before{
		font-size: 50px;
		left: 15px;
		top: -10px;
	}
}
@media (max-width: 523px){
	.soytextohome_contenedor.textos h1::before{
		top: 100px;
	}
}
/* END SOYMOD */

/* SOYMOD #65015 */
#header .header-top .container {
	background-color: #fff9ea;
}
#header .header-top .soyInfoHeader1 {
	background-color: #fff9ea;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:4px 5px 5px;
}
#header .soyInfoHeader1 a {
	color: #fcc424;
	padding:0 3px;
}
#header .soyInfoHeader1 span {
	background-color:#fff9ea;
	padding:0 3px;
}
#header .soyInfoHeader1 .soyInfoHeader1_content {
	color:#828282;
	display:flex;
}
#header .soyInfoHeader1 span.main_label {
	font-weight: 600;
	font-size: 14px;
	color: #828282;
}
@media (max-width:479px) {
	#header .soyInfoHeader1 span.main_label {
		font-size:12px;
	}
}
@media (max-width:349px) {
	#header .soyInfoHeader1 a {
		font-size:10px;
	}
}
/* End MOD */

/*SOYMOD #66183 */
#footer #soy_logos_pago .logo_paytriot_footer {
	width: 100px;
	height: auto;
}
/*END MOD*/

/* SOYMOD #60984 */
#products .product-price-and-shipping .soy-unit,
.featured-products .product-price-and-shipping .soy-unit,
.product-accessories .product-price-and-shipping .soy-unit,
.product-miniature .product-price-and-shipping .soy-unit {
	font-size:.875rem;
}
@media (max-width:1199px) {
	.products .product-miniature .soy_productlist_quantities {
		height:28px;
		line-height:15px;
		font-size:13px;
		margin-bottom:0;
	}
}
/* End MOD */

/* SOYMOD #67018 */
body#checkout #header .header-nav {
	background:transparent;
	box-shadow:none;
	border-bottom:#FC0 8px solid;
	height:auto;
	padding:5px 0;
}
body#checkout #header .header-nav .soy_ekomi_block {
	width:50%;
	float:right;
	text-align:right;
	padding-right:56px;
}
body#checkout #header .header-nav #_desktop_logo .logo {
	padding-left:43px;
}
@media (max-width:767px) {
	body#checkout #header .header-nav .container > .row {
		align-items:center;
	}
	body#checkout #header .header-nav .soy_ekomi_block {
		padding-right:0;
		order:2;
	}
	body#checkout #header .header-nav .soy_ekomi_block img {
		max-width:100%;
		max-height:66px;
		width:auto;
	}
	body#checkout #_mobile_logo {
		width:100%;
		max-width:190px;
	}
	body#checkout #_mobile_logo img {
		max-width:190px;
		width:100%;
	}
}
/* End MOD */

/*SOYMOD #68754 */
#product_shipping_info {
    border-top:1px solid black;
}

#product_shipping_info .h3{
    text-align: center;
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 40px;
}
#product_shipping_info .h4 {
    text-transform: uppercase;
}

#product_shipping_info p  {
    color: black;
    line-height: 24px;
}

#product_shipping_info ul {
    list-style: disc;
}

#product_shipping_info ul li {
    line-height: 28px;
    margin-left: 15px;
}

.product_shipping_info_block {
    display: flex;
    max-width: 1050px;
    margin: 0 auto;
}

#product_shipping_info .product_shipping_info_col2 {
    width: 50%;
}
#product_shipping_info .cursiva {
    font-style: italic;
}
@media (max-width: 991px) {
    #product_shipping_info .h3{
        text-align: center;
        font-size: 36px;
    }

    #product_shipping_info .product_shipping_info_col2 {
        width: 100%;
    }
    .product_shipping_info_block {
        flex-direction: column;
    }
}
/* ENDSOYMOD*/

/* // SOYMOD #74155 (26/6/24) - Ajustes de miniatura por situar elementos fuera del anchor*/
.product-miniature .soy_bloque_imagen_cover{
	position: relative;
}
.product-miniature .soyofertas{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* // SOYMOD #74155 (27/6/24) - Cambiamos icono de googleplus por el de ivoox */
.block-social li.youtube{
	background-color: #FF0000;
}
.block-social li.googleplus{
	background-image: url("../img/icon_ivoox.svg");
	background-size: 85%;
	background-position: center;
	background-color: #ff8000;
}
.block-social li.googleplus::before{
	display: none;
}
/* END MOD */

/* SOYMOD #75206 (08/01/2025) - Nuevo header */
#header {
	.header-nav {
		.right-nav {
			margin-left: auto;
			#_desktop_user_info {
				width: auto;
				height: auto;
				display: flex;
				align-items: center;
				#_desktop_phone {
					width: 50px;
					height: 50px;
					display: flex;
					justify-content: center;
					align-items: center;
					i {
						font-size: 20px;
					}
				}
			}
		}
		.search-widget {
			padding-top: 12px;
			display: inline-block;
		}
	}
	div {
		&.header-top {
			.container {
				background: #4a825e;
			}
		}
	}
	.header-top {
		.soyInfoHeader1 {
			background-color: transparent;
		}
	}
	.soyInfoHeader1 {
		a {
			color: white;
		}
		span {
			background-color: transparent;
			&.main_label {
				color: white;
			}
		}
	}
}
#header .header-nav .right-nav #_desktop_phone a i,
#header .header-nav .user-info i, 
#header .header-nav .blockcart .header a i, 
#header .mobile .top_movil #_mobile_ekomi .soy_img_ekomi_mobile a i,
#header .header-nav #menu-icon i {
	color: #000;
}
.search-widget {
	form {
		input[type="text"] {
			background-color: #e6e6e6;
			padding: 4px 8px;
			border-radius: 6px;
		}
		input[type="text"]:focus {
			border: 1px solid #000;
		}
		button[type="submit"] {
			color: #000;
		}
	}
}

#header {
	.soy_top {
		flex-wrap: wrap;
		.top-logo {
			order: 0;
		}
		.menu {
			order: 1;
		}
		.right-nav {
			order: 2;
		}
	}
	#soymenu {
		background: white;
		& > ul {
			margin: 0;
		}
	}
	a {
		&:hover {
			color: #4a825e;
		}
	}
	.menu {
		margin-top: 2px;
		#soymenu {
			margin-left: 45px;
			transition: none;
		}
	}
	.header-nav {
		margin-bottom: 0 !important;
	}
}
#soymenu {
	.soymenu_category {
		a {
			font-size: 14px;
		}
		&.has_submenu {
			& > .soymm_content_link {
				a {
					position: relative;	
					&:after {
						position: absolute;
						display: block;
						content: '\f107';
						font-family: 'Font Awesome 5 Free';
						font-size: 18px;
						top: 50%;
						transform: translateY(-50%);
						right: -.125em;
						color: #000;
					}
				}	
			}		
		}
	}
	.soymenu_subcategories {
		top: auto;
		background: white;
		border: none;
		padding: 0 10%;
		ul {
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			&.soymm_new_row {
				li {
					position: relative;
					&:before {
						content: '\f005';
						font-family: 'Font Awesome 5 Free';
						font-size: 12px;
						display: block;
						position: absolute;
						left: -.5em;
						top: 50%;
						transform: translateY(-50%);
						color: #000;
					}
				}
			}
			li {
				text-align: left;
				a {
					text-transform: none;
					color: black;
					&:hover {
						color: #4a825e;
						background: transparent;
					}
				}
			}
		}
	}
	&.soy_sticky {
		position: static !important;
		padding: 0;
		height: 44px;
		#soymenu_main_ul {
			width: auto;
			padding: 0 0 16px;
		}
	}
}

@media screen and (max-width:767px) {
	#soy_mobile_menu_wrapper {
		width: 100vw;
		height: auto !important;
		left: 0px;
		top: 100px;
		z-index: 999999;
		position: absolute;
		background: white;
		display: none;
		box-shadow: 3px 3px 4px 0px rgba(0,0,0,.5);
		& > #soy_close_menu {
			color: #232323;
			margin: 8px 15px;
			display: flex;
			justify-content: flex-end;
			i {
				padding: 8px 10px;
				color: inherit;
			}
			
		}
		#soymenu {
			width: 100%;
			position: static;
			background: white;
			display: block;
			.soymenu_category {
				&.has_submenu {
					& > .soymm_content_link {
						a {
							&:after {
								display: none;
							}
						}
						.soymenu_dropdown {
							i {
								margin-top: 5px;
								&:hover {
									color: #000;
								}
							}
						}
					}
				}
			}
			#soymenu_main_ul {
				& > li {
					padding-right: 15px;
				}
				.soymenu_subcategories {
					&.collapse {
						display: none;
						&.in {
							display: block;
						}
					}
				}
			}
		}
		&.opened {
			animation: showmenu .5s ease-in-out;
			opacity: 1;
			display: block;
		}
		
	}
	#_mobile_search2 {
		#search_widget { 
			padding-top: 0;
			form { 
				button[type="submit"] { 
					i {
						background-color: #000;
					}
				}
			}
		}
	}
}
@media screen and (min-width: 768px) {
	#soymenu .soymenu_subcategories.soymm_sub_inherit {
		left: 0;
	}
}
@media screen and (min-width:768px) and (max-width: 992px) {
	#soymenu { 
		.soymenu_category {
			a {
				font-size: 12px;
			}
			&.has_submenu {
				& > .soymm_content_link {
					a {
						position: relative;	
						&:after {							
							right: -.35em;
						}
					}	
				}		
			}
		}
	}	
}
@media screen and (min-width:768px) and (max-width:1700px) {
	#header {
		.header-nav {
			height: auto;
			max-height: none;
			.soy_top {
				.top-logo {
					order: 0;
				}
				.menu {
					width: 100%;
					order: 2;
					margin:  0;
					#soymenu {
						margin-left: 0;
					}
				}
				.right-nav {
					order: 1;
				}
			}
		}
	}
}
@keyframes showmenu {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

/* IDIOMAS */
#_desktop_language_selector{
	position: relative;
	width: auto;
	height: auto;
	top: unset;
	left: unset;
	z-index: unset;
	background: unset;
}

.soy_desktop_idiomas{
	display: none;
}

#_mobile_language_selector{
	float: left;
	padding-left: 15px;
}
.soy_mobile_idiomas{
	li{
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px){
	#_desktop_search2{
		margin-right: 20px;
	}
	.soy_mobile_idiomas{
		display: none!important;
	}
	.soy_desktop_idiomas{
		display: block;
		.language-selector .expand-more{
			display: block;
		}
		.dropdown-menu{
			width: 50px;
			min-width: unset;
		}
		.dropdown-item{
			padding: 0 10px;
			margin-bottom: 10px;
		}
	}
	
	#header .header-nav .right-nav #_desktop_language_selector .language-selector-wrapper div button i{
		color: #000;
		width: unset;
		height: unset;
		font-size: 12px;
		line-height: unset;
		margin-left: 5px;
	}
	#header .header-nav .right-nav #_desktop_language_selector .language-selector-wrapper div button{
		display: flex;
		align-items: center;
		
	}
}

/* END SOYMOD */
/* // SOYMOD #75206 (10/2/25) - Valoraciones en desktop */
@media screen and (min-width: 768px){
	.soy_img_ekomi_mobile{
		display: block;
		width: 50px;
		height: 50px;
		display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-right: 0;
		a{
			display: block;
			i{
				color: #000;
				font-size: 20px;
			}
		}
		
	}
}
/* END MOD */

/* GARDEN */

#soyresponsiveslider .bx-controls-direction .bx-prev i, #soyresponsiveslider .bx-controls-direction .bx-next i {
    background-color: white;
    border-radius: 100%;
}

#soyresponsiveslider a:hover {
    
    text-decoration: none;
}
/* FIN GARDEN */