@import url("slides.css");
 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&display=swap');
 /*@import url(//db.onlinewebfonts.com/c/c07d5c6528b6cc0eac08afd7a3199657?family=Trajan+Pro);*/

@font-face {font-family: "Trajan Pro"; src: url("//db.onlinewebfonts.com/t/b11f35f77210c651367969365f87af24.eot"); src: url("//db.onlinewebfonts.com/t/b11f35f77210c651367969365f87af24.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/b11f35f77210c651367969365f87af24.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/b11f35f77210c651367969365f87af24.woff") format("woff"), url("//db.onlinewebfonts.com/t/b11f35f77210c651367969365f87af24.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/b11f35f77210c651367969365f87af24.svg#Trajan Pro") format("svg"); } 

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
html {
	-webkit-text-size-adjust: 100%;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
	font-weight:400;
	scroll-behavior: smooth;
}
* {
	scroll-padding-top: 170px
}

.container {
    background-color: #f6f6f6;
}
.section-content {
	max-width:1320px;
	margin-left:auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.full-width-section-content {
	max-width: 100%%;
	margin-left: auto;
	margin-right: auto;
	/*padding-right: 1%;
	padding-left: 1%;*/
}
.section-content-right.full-width {
    width: 100%;
}

.clear {
	display: block;
	clear: both;
	float: none;
	width: 100%;
}

/************************* HEADER **********************/
#header {
	position: fixed;
	width: 100%;
	background: #FFF;
	height: 250px;
	top: 0;
	z-index: 1000;
	transition: all .3s ease-out;
}
.pre-header {
    background-color: #eeeeee;
    color: #555555;
    font-weight: 600;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}
.pre-header-right {
	float: right;
}
.pre-header-left {
	float: left;
}
.pre-header-logueado {
  float: right;
  font-weight: 400;
  font-size: 11px;
  color: #000;
  margin-right: 10px;
}
.pre-header-logueado a{
  font-weight: 600;
}
.pre-header a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.1px;
}
.pre-header .social a {font-size: 14px;}
.pre-header a:hover {
	color: #666;
}
.pre-header-social-list {
	list-style-type: none;
}
.pre-header-social-list li {
	display: inline-block;
	margin-left: 14px;
}

.header-bottom {
	height: 180px;
	transition: all .3s ease-out;
}

.header-bottom-left {
	float: left;
}
.logo a {
	background-image: url(./images/logo.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 476px;
	height: 180px;
	display: block;
	text-indent: -99999px;
	transition: all .3s ease-in-out;
}

.header-bottom-right {
	float: right;
	text-align: right;
}

ul.main-menu {
	line-height: 20px;
	height: 20px;
}
ul.main-menu li.tiny-mobile {
	display: none;
}	
.tiny-mobile img {
  display: inline-block;
  vertical-align: middle;
}
.tiny-mobile i {
  color: #9999 !important;
}
.account-menu ul li, 
ul.main-menu li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
}
ul.main-menu li a {
	font-size: 17px;
	color: #0C528C;
	text-decoration: none;
	padding: 0 18px;
	font-weight: 400;
	font-family:'Trajan Pro', serif;
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.main-menu li a.current {
	color: #85DB00;
}
ul.main-menu li a:last-child,
.account-menu a:last-child {
	padding-right: 0;
}
ul.main-menu li a:hover,
.account-menu a:hover  {
	color: #000;
}
.account-menu {
	margin: 30px 0;
	height: 20px;
	line-height: 20px;
}
.account-menu img {
  display: inline-block;
  vertical-align: middle;
}
.account-menu a {
  color: #0C528C;
  font-size: 12px;
  text-decoration: none;
  padding: 0 50px;
    padding-right: 50px;
  font-weight: 600;
  font-weight: 400 !important;
}
.account-menu a i {
	color: #838383;
	margin-right: 3px;
}
.account-menu .fa-user.logged-in {
	position: relative;
}
.account-menu .fa-user.logged-in::after {
    content: "●";
    display: inline-block;
    color: green;
    font-size: 8px;
    position: absolute;
    top: -6px;
    left: 6px;
}


.header-bar {
	background-color: #195689;
	height: 40px;
}
.header-bar-products-menu {
	float: left;
}
.header-bar-products-menu-trigger {
    line-height: 40px;
    height: 40px;
    color: #FFF;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
.header-bar-products-menu-trigger span::after {
	content: url(images/white-arrow-down.png);
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	transform: rotate(0);
	transition: all 0.3s ease;
}
.header-bar-products-menu-trigger.arrow-up span::after {
	transform: rotate(180deg);
	transition: all 0.3s ease;
}

/****** RESPONSIVE MENU ICON ********/

.ico {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.rotatesopen {
  /*-webkit-transform: rotate(90deg);
          transform: rotate(90deg);*/
    -webkit-transform: none;
    transform: none;
    margin-top: 7px;
}
.icon-bar {
	transition: transform 0.3s;
}
.rotatesopen .icon-bar:nth-of-type(1) {
    -webkit-transform:: rotate(45deg);
    transform: rotate(45deg);
    transition: transform 0.3s;
}
.rotatesopen .icon-bar:nth-of-type(2) {
    display: none;
}
.rotatesopen .icon-bar:nth-of-type(3) {
    -webkit-transform:: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -7px;
    transition: transform 0.3s;
}

.trigger-menu {
    height: 22px;
    cursor: pointer;
    position: absolute;
	right: 20px;
	display:none;
}
.trigger-menu .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    margin-bottom: 4px;
    background-color: #666;
}


/******** SHRINKED HEADER *******/

#header.shrinked {
	height: 150px;
	transition: all .3s ease-in;
}
#header.shrinked .header-bottom {
    height: 80px;
    transition: all .3s ease-in;
}
#header.shrinked .logo a {
	height: 80px;
	width: 212px;
	transition: all .3s ease-in;
}
#header.shrinked .account-menu {
	margin: 10px 0;
	transition: all .3s ease-in;
}

#header.shrinked .homeslider, 
#header.shrinked .seo-messages {
    margin-top: 150px;
}
#header.shrinked ul.main-menu li a {
	font-size: 17px;
}

/****************** DESPLEGABLE DE PRODUCTOS ****************************/
.header-bar-products-menu-content {
	position: absolute;
	min-height: 50px;
	left: 0;
	right: 0;
	z-index: 1000 !important;
	width:1320px;
	margin-left: auto;
	margin-right: auto;
}
.header-bar-products-menu-content ul {
	background-color: #f6f6f6f0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
	width: 360px;
	z-index: 1000 !important;
}
.header-bar-products-menu-content li {
}
.header-bar-products-menu-content li:last-child {
    border-bottom: 3px solid #CCC;
}
ul.products-menu-first-level {
	position: relative;
}
ul.sub-products-menu {
}
ul.products-menu-second-level.sub-products-menu {
	left: 100%;
	width: 100%;
}
ul.products-menu-third-level.sub-products-menu {
	left: 100%;
	width: 100%;
}
ul.products-menu-fourth-level.sub-products-menu {
	left: 100%;
	width: 100%;
}
.products-menu-second-level ul {
	/*display: block;*/
}
.header-bar-products-menu-content ul li a:visited, 
.header-bar-products-menu-content ul li a, 
.products-has-sub-menu span {
	padding: 10px 30px 10px 10px;
	display: block;
	color: #525252 !important;
	font-size: 12px !important;
	font-weight: 600;
	text-decoration: none !important;
	line-height: 1.3;
}
.header-bar-products-menu-content ul li a:hover, 
.products-has-sub-menu span:hover,
.products-has-sub-menu span.active-item {
	color: #000 !important;
	cursor: pointer;
}
.products-has-sub-menu span::after {
	content: "+";
	float: right;
	margin-right: -20px;
}
.products-has-sub-menu span.active-item::after {
	content: "-";
}

/*** AJUSTE MENÚ ENLACE TODOS TEXTOS DESPLEGABLE SOLO EN ICONO *****/
a.level-link {
  display: inline-block !important;
  padding: 10px 0 10px 10px !important;
  vertical-align: middle;
  width: 80%;
}
span.first-level-label,  
span.second-level-label, 
span.third-level-label {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0;
  padding: 0 !important;
}

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

.new-products-menu-container {
  display: none;
}
.new-products-menu-container ul {
  list-style-type: none !important;
  position: relative;
}
.new-products-menu-container ul li {
}
.new-products-menu-container ul a {
  text-decoration: none !important;
  color:#13548B;
}
.new-products-menu-container ul a:hover {
	color:#13548B;
	background-color:#8AD700;
	z-index: 1;
}
.new-products-menu-container ul span.icon-trigger-plus, 
.new-products-menu-container ul a span {
	font-size: 23px;
	float: right;
	margin-top: -4px;
	transform: rotate(90deg);
	transform-origin: center;
	transition: all 0.3s ease;
	color:#13548B;
}


.new-products-menu-container ul span.icon-trigger-plus.rotatate {
	transform: rotate(270deg);
	transform-origin: center;
	transition: all 0.3s ease;
}
ul.new-products-menu-right-block {
	position: absolute;
	left: 360px;
	top: 0;
	background: #F3F6F6;
	width: 960px;
	z-index: 2;
	padding: 58px;
	box-sizing: border-box;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
    display: none;
	opacity: 0;
	visibility: hidden;
	border-bottom: 4px solid #DDD;
}
@media only screen and (min-width:768px) {
	.new-products-menu-container ul li:hover .new-products-menu-right-block {
		transition: all 0.3s ease-in;
	 	display: initial;
	 	opacity: 1;
	 	visibility: visible;
	}
	.new-products-menu-container ul a:hover span {
		transform: rotate(0);
		transform-origin: center;
		transition: all 0.3s ease;
	}
}
.new-products-menu-left-block {
  width: 360px;
  background: #fff;
  border-bottom: 4px solid #8AD700;
}
.new-roducts-menu-left-block-link {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #DDD;
}
.new-products-menu-left-block-item:last-child a {
	border: none !important;
}
.new-products-menu-right-block a {
  font-weight: 600 !important;
  line-height: 1.3;
}
.new-products-menu-right-block ul li a {
  font-size: 15px !important;
  font-weight: 300 !important;
  padding-left: 14px;
  
}
.new-products-menu-right-block ul li:last-child {
	margin-bottom: 28px;
}

.new-products-menu-right-block li {
    break-inside: avoid-column;
}

.new-products-menu-right-block li a:hover {
	background-color: transparent;
	color:#000;
}

/****************** END DESPLEGABLE DE PRODUCTOS ****************************/


.header-bar-search {
	float: right;
	height: 40px;
}
.header-bar-search input {
  color: #FFF;
  background-color: transparent !important;
  border: none !important;
  height: 40px;
  line-height: 40px;
  border: none !important;
  outline: none !important;
  background-image: url(images/lupa.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 50%;
}
.header-bar-search input::placeholder {
	color: #FFF;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
}

/******** SLIDE PÁGINA INICIO HOMESLIDER ***********/
.homeslider {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
	position: relative;
	background-color: #FFF !important;
}
.slick-slider {
	margin-bottom: 0 !important;
}
.slick-slide img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
ul.slick-dots {
    bottom: 30px;
    z-index: 10;
}
.slick-dots li button::before { 
	color: #EEE;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #8AD700;
}

.nuevo-slide-productos-relacionados {
	padding-bottom: 60px;
}
.nuevo-slide-productos ul.slick-dots {
  bottom: -20px;
  z-index: 10;
}
.nuevo-slide-productos-relacionados ul.slick-dots {
  bottom: 30px;
  z-index: 10;
}
.nuevo-slide-productos .slick-dots li button::before { 
	color: #DDD;
}
.nuevo-slide-productos .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #0C528C;
}

/************ HOME CATEGORIES GRID ****************/

.home-category {

}
.home-category .home-product-thumb-frame {
    border: none;
    margin: 20px;
}
.home-category h3 {
	color: #333333;
	font-size: 13px;
	text-align: center;
	min-height: 30px;
	font-family: 'Trajan Pro', serif !important;
}

/************ PRODUCTS GRID ORDERNAR POR ***************/

div#ordenar-por {
  display: block;
  float: none;
  clear: both;
  padding: 10px;
  overflow: hidden;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
div#ordenar-por input, 
div#ordenar-por select {
	background: #FFF;
	border: 1px solid #DDD;
	font-family: 'Titilium Web', sans-serif !important;
	padding: 4px 8px;
	font-size: 12px;
}
div#ordenar-por select option {
	font-family: 'Titilium Web', sans-serif !important;
}
div#ordenar-por div {
    font-size: 13px;
    color: #333333;
    line-height: 30px;
}
div#ordenar-por div span.retol {
	font-weight: 600;
}
.ordernar-por-mostrando {
	float: left;
	margin-right: 20px;
}
.ordernar-por-mostrar {
	float: left;
	margin-right: 20px;
}
.ordernar-por-ordenar {
	float: right;
}

/************ HOME PRODUCT GRID ****************/

.home-product {
    background: #FFF;
    margin: 10px;
}

.home-product, 
.home-product a {
	color: #000;
	text-decoration: none;
}
.home-product-thumb {
    margin: 0 20px;
    padding: 20px 0;
}
.home-product-thumb-frame {
    /*border-bottom: 1px solid #666;*/
}
.home-product-thumb-frame img {
	width: 100%;
	height: auto;
	display: block;
}
.home-product-specs {
	margin: 0 20px;
	padding-bottom: 20px;
}
.home-product-level {
  clear: both;
  float: none;
  overflow: hidden;
}
.home-product-brand {
  float: left;
}
span.marca {
    text-transform: uppercase;
    font-size: 14px;
    color: #999999;
}
.home-product-name {
	min-height: 112px;
    line-height: 1.4;
    font-size: 14px;
}


.fav-product-name {
	float: left;
	width: 60%;
	margin-top: 24px;
} 
.fav-product-price {
	float: left;
	width: 40%;
	margin-top: 24px;
}

@media only screen and (max-width: 1720px) {
	.home-product-name {
	    min-height: 136px;
	}
	span.titulo-producto {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1560px) {
	.home-product-name {
	    min-height: 148px;
	}
	span.titulo-producto {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1280px) {
	.home-product-name {
	    min-height: 196px;
	}
	span.titulo-producto {
		font-size: 20px;
	}
}
@media only screen and (max-width: 990px) {
	span.titulo-producto {
		font-size: 18px !important;
	}
}
@media only screen and (max-width: 767px) {
	span.titulo-producto {
		font-size: 14px !important;
	}
	.home-product-badges {
		min-height: 56px;
	}
	.home-product-brand {
		float: none;
		clear: both;
	}
	.home-product-ref {
	  float: left !important;
	}
	.home-product-disp {
		text-align: left !important;
	}
	.home-product-level {
		margin: 6px 0 !important;
	}
	.home-product-name {
	  min-height: 106px;
	}
}


span.titulo-producto {
  font-weight: 400 !important;
  font-size: 20px;
  font-family: 'Trajan Pro', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  display: block;
  clear: both;
}
.home-product-breadcrumb {margin-bottom: 20px;line-height: 2;font-size: 11px;} 
.home-product-breadcrumb a {
    color: #666;
}
.home-product-price {
	line-height: 1.4;
	clear: both;
	float: none;
	overflow: hidden;
}
.home-product-price span.precio-oferta {
  font-weight: 600;
  font-size: 19px;
  color: #13548B;
  text-align: right;
  float: right;
  clear: both;
  font-family: 'Trajan Pro', serif;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-product-price span.old-price {
  font-size: 14px;
  color: #999 !important;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 10px;
  float: right;
  clear: both;
  font-family: 'TRajan Pro', serif;
  font-style: italic;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-product-impuestos {
    font-size: 11px;
}
.home-product-ref {
  font-size: 14px;
  line-height: 14px;
  color: #0E548D;
  float: right;
  clear: none;
}
.home-product-disp {
  clear: both;
  text-align: right;
  color: #999;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 18px;
}
.home-product-stock {
    font-size: 12px;
    font-weight: 700;
}
.home-product-stock span {font-weight:700;}
.home-product-stock span.en-stock {color: green !important;}
.product-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
}
.product-badge.oferta {background: #88D900;}
.product-badge.novedad {background: #FF9673;}



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

.home-product-badges {
  margin-bottom: 18px;
  clear: both;
}
.home-product-badges span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0 20px;
	margin-right:6px;
	margin-bottom: 6px;
}
.home-product-badges span.oferta-tag {
	background-color: #88D900 !important;
	color:#14558B !important;
}
.home-product-badges span.destacado-tag {
		background-color: #DDDDDD !important;
	color:#14558B !important;
}
.home-product-badges span.novedad-tag {
	background-color: #14558B !important;
	color:#FFF !important;
}

.home-product-ver {
  display: block;
  width: 100%;
  background-color: #88D900;
  font-family: 'Trajan Pro', serif;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 3px 0 0 0 !important;
  font-size: 15px;
  color: #000 !important;
  margin-top: 8px;
}






/*** BUSCADOR AVANZADO ***/

.buscador-avanzado-container {
	background: #EEE;
	color: #7F7F7F;
	overflow: hidden;
	padding: 15px 0;
	font-size: 15px;
}
.buscador-avanzado-container.buscador-avanzado-in-page {
    background: #f6f6f6;
    padding: 0;
}
.buscador-avanzado-container .section-content {
    background: #EEE;
    overflow: hidden;
    padding: 10px 20px;
    max-width: 1280px;
}
.buscador-avanzado-title {
	float: left;
	width: 19%;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 25px;
}
.buscador-avanzado-search {
    float: right;
    width: 80%;
    text-align: right;
}
.buscador-avanzado-search input {
	color: #FFF;
	background-color: #FFF !important;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	border: none !important;
    outline: none !important;
    display: inline-block;
    vertical-align: middle;
}
.buscador-avanzado-search input::placeholder {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}
.buscador-avanzado-search div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5%;
}
.buscador-avanzado-search div span {
	color: #333333;
	font-weight: 600;
	margin-right: 5px;
}

/******** PAGES QUIENES SOMOS ********/

.full-width-page-content {
	text-align: center;
}
.full-width-page-content h2 {
	color: #000;
	font-size: 32px;
}
.full-width-page-content h2::after {
	background-color: #333;
	content: "";
	height: 3px;
	width: 100px;
	display: block;
	margin: 15px auto 50px;
}
.full-width-page-content h3 {
	color:#195689;
	font-size: 14px;
	margin-top: 60px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
.full-width-page-content p {
	max-width: 880px;
	width: 80%;
	margin-bottom: 30px;
	color: #444444;
	font-weight: 600;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}
.full-width-page-content p strong {
	color: #000000;
}
.quienes-somos {
	background-image: url(images/quienes-somos.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
}
.three-blocks {
    display: table;
    width: 100%;
    margin: 100px auto;
}
.three-block-item {
	width: 33%;
    display: table-cell;
    background: #FFF;
    text-align: center;
    font-size: 12px;
    border: solid #f6f6f6 5px;
}
.three-block-item-content {
    padding: 60px 0;
}
.three-block-item h4 {
	color: #195689;
	letter-spacing: 0;
	margin-bottom: 20px;
	display: block;
	font-weight: 600;
}
.three-block-item p {
    font-size: 13px !important;
    color: #000 !important;
    font-weight: 400;
    line-height: 1.4;
}
.three-block-item p strong {
    font-weight: 600;
}
.three-block-item a {
	color:#525252;
	padding:5px 10px;
	border-bottom:1px solid #333;
	text-decoration: none;
}
.three-block-item a:hover {
	color:#000;
	border-bottom:none;
	text-decoration: none;
}
.que-hacemos {
	background-color: #ffffffb5;
	padding: 100px 0;
}
.two-blocks {
    display: table;
    width: 100%;
    margin: 100px auto;
}
.two-block-item {
	width: 49%;
    display: table-cell;
    text-align: center;
    font-size: 14px;
    background-color: transparent !important;
}
.two-block-item a {
	color: #000;
}
.two-block-item a:hover {
	text-decoration: none;
}
.tiend-item:last-child {
	margin-bottom: 30px !important;
}
.tienda-item .two-blocks {
    margin: 0 auto;
    background: #FFF;
    padding: 40px 0;
}
.tienda-item .two-block-item {
	vertical-align: middle;
}
.tienda-item .two-block-item iframe {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 360px;
}

.two-block-item h4 {
	color: #000;
	letter-spacing: 0px;
	margin-bottom: 5px;
	display: block;
	font-weight: 600 !important;
}
.two-block-item p {
	color: #444444;
	font-size: 14px;
	font-weight: 400;
}

/******* ROTULOS CENTRADOS ********/

.rotulos-centrados {
	text-align: center;
}
.rotulos-centrados h2 {
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: none;
	font-weight: 400;
	color: #0C528C;
	margin-top: 24px;
	display: block;
	font-family:'Trajan Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.rotulos-centrados h2::after {
	content: "";
	display: block;
	height: 3px;
	background-color: #85DB00;
	width: 200px;
	margin: 8px auto  20px !important;
}

.rotulos-centrados h2.electrodomesticos {
	color: #666666;
}
.rotulos-centrados h2.electrodomesticos::after {
	background-color: #666666 !important;
}
.rotulos-centrados h2.ofertas::after {
	background-color: #4BF0C3 !important;
}
.rotulos-centrados h2.novedades::after {
	background-color: #FF9673 !important;
}

/***** BOTON AÑADIR A FAVORITOS FEB 2023 ***/
a.add-to-favs-button:visited, 
a.add-to-favs-button {
  border: 1px solid #DDD;
  display: block;
  background: #FFF;
  text-align: center;
  font-size: 11px;
  padding: 10px 0 8px;
  font-weight: 500;
  color:#000;
  text-decoration: none;
}
a.add-to-favs-button:hover {
  border: 1px solid #88D900;
  background: #88D900;
  transition: all 0.4s ease;
}
a.add-to-favs-button i {margin-right: 5px}
/***** END BOTON AÃ‘ADIR A FAVORITOS FEB 2023 ***/


/************** USUARIO **************/


/**** FAVORITOS ****/
.favoritos-list {
	margin-bottom: 48px;
}
.favoritos-list-item {
    width: 100% !important;
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    margin: 10px 0;
    padding: 10px 0;
    background: #FFF;
    position: relative;
}
.favoritos-list-item .home-product-thumb {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0 10px;
}
.favoritos-list-item .home-product-specs {
    float: left;
    width: 70%;
    padding: 0;
}

.delete-fav-icon {
    position: absolute;
    background: #FFF;
    padding: 0;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    z-index: 2;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DDD;
    color: #CCC !important;
}
.delete-fav-icon a {
	color: #CCC !important;
}
.delete-fav-icon a:hover {
	color: #333 !important;
}

/********* MARCAS ********/

.nuestras-marcas {
  margin-bottom: 64px;
}
.nuestras-marcas-content {

}
.nuestras-marcas-grid {
    text-align: left;
    padding: 20px 0;
    overflow: hidden;
}
.nuestras-marcas img {
    /*filter: grayscale(1);
    opacity: 0.5;*/
    text-align: center;
    width:75%;
    max-width: 215px;
    margin: 0 auto;
}
.nuestras-marcas .nuestras-marcas-grid img  {
	filter: none;
	opacity: 1;
	width: 65%;
	margin: 30px auto;
}

.marca-item {
    display: inline-block;
    vertical-align: middle;
}
.nuestras-marcas ul.slick-dots {
  bottom: -10px;
  z-index: 10;
	
}

/****** PRODCUTS CODA ******/

.products-grid-coda {
    max-width: 1300px;
    margin: 20px auto 40px;
}
.products-grid-coda img {
	display: block;
    width: 100%;
    height: auto;
}

/**************** BLOQUE CONTACTO  ANCHOR #contacto **********************/

div#contacto {
    background: #f6f6f6;
    font-size: 13px;
    padding: 30px 0 60px;
}
div#contacto .section-content {
	max-width: 880px;

}
div#contacto form#form-contacto-footer {
	margin-top: 50px;
}

div#contacto input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #999;
    margin: 0;
    padding: 5px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
div#contacto input::placeholder {
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
}

div#contacto label {
    display: inline-block;
    vertical-align: middle;
    width:100px;
    font-weight: 600;
}
div#contacto .form-group.form-group-fifty {
    width: 50%; 
    float: left;
    margin-bottom: 10px;
}
div#contacto .form-group.form-group-full {
	width: 100%; 
	float: none;
	clear: both;
	display: block;
	margin: 10px 0;
}
div#contacto a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
div#contacto a:hover {
	text-decoration: underline;
}
.full-width-banner {
	display: block;
	float: none;
	clear: both;
}
.full-width-banner a {
	display: block;
}
.full-width-banner img {
	width: 100%;
	height: auto;
	display: block;
}
/************ FOOTER *************/

footer#footer {
    background-color: #FFF;
 }
.footer-column {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}

.footer-top-left {
	text-align: left;
}
.footer-top-center {
	text-align: center;
}
.footer-menu-one li {
	list-style-type: none;
}
.footer-menu-one li a {
  text-decoration: none;
  font-size: 15px;
  color: #0C528C;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Trajan Pro', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-menu-one li a:hover {
	color: #666;
}

.footer-top-right {
	text-align: center;
}
.footer-fast-contact a {
    font-size: 13px;
    display: block;
    line-height: 1.3;
    text-decoration: none;
    color: #666666;
    font-weight: 600;
}
.footer-fast-contact a.footer-mail {
	color: #000;
}
.footer-top-right ul.pre-header-social-list {
    margin-top: 10px;
}
.footer-top-right ul.pre-header-social-list a {
    color: #a3a3a3;
}

/*** SOCKET FOOTER RIBBON ***/

.footer-ribbon {
    display: block;
    float: none;
    color: #000;
    background: #88D900;
    clear: both;
    font-size: 12px;
}
.footer-ribbon span {
	font-weight: 600;
}
.footer-ribbon a {
	text-decoration: none;
	font-weight: 400;
	color: #000;
}
.footer-ribbon a:hover {
	text-decoration: underline;
}
.footer-ribbon .section-content {
    overflow: hidden;
    padding: 15px 20px;
}
.footer-ribbon-left {
    float: left;
}
.footer-ribbon-right {
    float: right;
}
.footer-ribbon-right a {
	padding: 0 5px;
}
.footer-ribbon-right a:last-child {
	padding-right: 0;
}
.footer-ribbon ul li {
    display: inline-block;
    list-style: none;
}
.footer-ribbon ul li::after {
	content: "·";
	margin-left: 5px;
}
.footer-ribbon ul li:last-child::after {
	content: "";
}

/****** COOKIE BAR *******/

#cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.cookie-container.container {
	background-color: #DDDDDDe6;
}
.cookie-content {
    padding: 10px 5%;
    color: #333;
    font-size: 13px;
    overflow: hidden;
    line-height: 1.3;
}
.cookie-content a {
	font-weight: 600;
	text-decoration: underline;
	color: #000;
}
.cookie-content a:hover {
	text-decoration: none;
}
.cookie-content-left {
    float: left;
    width: 70%;
    vertical-align: top;
}
.cookie-content-right {
    float: right;
    width: 30%;
    vertical-align: top;
    text-align: right;
}
#cookies button {
    margin: 0;
    background-color: transparent !important;
    color: #333 !important;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    border: none !important;
}
#cookies button .fa {
    border: 2px solid #333;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 20px;
}

/***** SLICK SLIDER CARRUSEL ARROWS *****/

.slick-prev:before, .slick-next:before {
    font-size: 24px;
    color: #666;
}
.slick-next {
    right: 10px;
}
.slick-prev {
    left: 10px;
}


.nuevo-slide-productos .slick-next {
    right: -6px;
}
.nuevo-slide-productos .slick-prev {
    left: -6px;
}


/***** MODALS *****/
.modal-title {
    font-weight: 600;
}
.modal-body input {
	background-color: #FFF;
    margin: 8px 0 24px;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 50%;
    min-width: 160px;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 5px 10px;
}
.modal-header .close {
	background: transparent !important;
}
.modal-content {
    background: #f6f6f6;
    border: 10px solid #FFF;
}
button.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
button, .modal-footer button {
    margin-bottom: 5px;
    border: none;
    background: #88D900;
    padding: 10px 20px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
}
.modal-footer .btn + .btn {
  background:#CCC;
}
.modal-footer {
  margin-top: 0;
  padding: 10px 20px 10px;
}
.modal-links a {
  font-size: 12px;
  color: #000;
}
.modal-footer strong {font-weight: 600;}


/************** COMMON HEADER PREVIOUS *******************/

.seo-messages {
    margin-top: 250px;
    display: block;
    clear: both;
    float: none;
    text-align: center;
    color: #DA3300;
    font-size: 14px;
    font-weight: 600;
	height: 40px;
	background-color: #f6f6f6;
	width: 100%;
	overflow: hidden;
}
.seo-messages-content {
	height: 40px;
	line-height:40px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.seo-messages-content-inner {
	position: absolute;
	width: 1400px;
  /* animation properties */
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  
  -moz-animation: my-animation 25s linear infinite;
  -webkit-animation: my-animation 25s linear infinite;
  animation: my-animation 25s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(-100%); }
  to { -moz-transform: translateX(100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(-100%); }
  to { -webkit-transform: translateX(100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.seo-messages ul li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0 0 0 10px;
}
.seo-messages ul li::after {
	content: "·";
	margin-left: 10px;
}
.seo-messages ul li:last-child::after {
	content: "" !important;
}

.section-content-breadcrumbs {
    text-align: center;
    color: #000;
    line-height: 40px;
    background: #f6f6f6;
}
.section-content-breadcrumbs a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
.section-content-breadcrumbs a.current-breadcrumb-page {
	font-weight: 600;
}

/****** FICHA DE PRODUCTO *******/ 
.ficha-de-producto {
    padding: 20px 10px;
    display: block;
    float: none;
    overflow: hidden;
    clear: both;
    background: #f6f6f6;
}
.ficha-de-producto-izquierda, 
.ficha-de-producto-derecha {
	float: left;
	width: 50%;
	margin: 0;
}
.single-product-thumb-frame img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}
.ficha-de-producto-titulo {
	margin-left: 5%;
	clear: both;
	float: none;
}
.ficha-de-producto-brand-title {
    float: left;
    width: 64%;
}
.ficha-de-producto-pricing {
	float: right;
	width: 35%;
	margin-top: 24px;
}
.ficha-de-producto-brand {
	font-size: 14px;
	color: #666666;
}
.ficha-de-producto-title h2 , 
h2.ficha-de-producto-title {
	font-size: 32px;
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Trajan Pro', serif;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 12px;
}


.ficha-de-producto-cats {
	margin-top: 12px;
}
.ficha-de-producto-cats::after {
	background-color: #87DA00;
	content: "";
	height: 3px;
	width: 100px;
	display: block;
	margin: 15px 0 0 0;
}
.ficha-de-producto-cats a {
	color: #000;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
}
.ficha-de-producto-cats a:hover {
	text-decoration: underline;
}
.ficha-de-producto-button {
	margin-left: 5%;
}
.ficha-de-producto-specs-container {
	margin:0 5% 24px;
	height: 250px;
	position: relative;
}
.ficha-de-producto-specs-container::after {
  content: "";
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f6f6f6;
  background: rgb(221,221,221);
  background: linear-gradient(0deg, #f6f6f6 0%, rgba(255,255,255,0) 100%);
  border-bottom: 20px solid #f6f6f6;
}

.specs-more {
  position: absolute;
  bottom: -40px;
  z-index: 1;
  right: 0;
  border: 1px solid #CCC;
  font-size: 13px;
  padding: 10px 20px;
  margin: 10px 0;
  cursor: pointer;
}
.specs-more::before {
	content:'Leer más';
}

.ficha-de-producto-specs {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.ficha-de-producto-specs-container.expanded {
	height: auto;
	transition: all 0.3s ease;
}
.ficha-de-producto-specs-container.expanded::after {
	content: initial;
		transition: all 0.3s ease;

}
.ficha-de-producto-specs-container.expanded .ficha-de-producto-specs {
  position: relative;
  	transition: all 0.3s ease;

}
.ficha-de-producto-specs-container.expanded .specs-more::before {
	content:'Leer menos';
		transition: all 0.3s ease;

}

.ficha-de-producto-specs, 
.ficha-de-producto-specs p, 
.ficha-de-producto-specs li {
	color:#333;
	font-size: 14px;
	line-height: 1.3;
}
.ficha-de-producto-specs p, 
.ficha-de-producto-specs ul {
	margin-bottom: 10px;
}
.ficha-de-producto-specs strong, 
.ficha-de-producto-specs p strong, 
.ficha-de-producto-specs li strong {
	font-weight: 600 !important;
}

.ficha-de-producto-specs li {
	margin-left: 12px;
}

span.single-precio-oferta {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Trajan Pro', serif;

}
span.single-precio-original {
  color: #666;
  font-style: italic;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  font-family: 'Trajan Pro', serif;
  line-height: 32px;
  margin-left: 10px;
}

.single-impuestos {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.single-ref {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.single-ref span {
  font-weight: 600;
}
.single-stock {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 16px;
}
.single-stock span {
	font-weight: 600;
}
.home-product-stock span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.home-product-stock span.disponible, 
.single-stock span.disponible {
	background-image: url(images/disponible.png);
}
.home-product-stock span.no-disponible, 
.single-stock span.no-disponible {
	background-image: url(images/no-disponible.png);
}
.home-product-stock span.sin-determinar, 
.single-stock span.sin-determinar {
	background-image: url(images/sin-determinar.png);
}
a.add-to-cart.button {
    background: #DB3400;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 10%;
    font-weight: 600;
}
.single-product-thumb {
    position: relative;
}
.single-product-badge.product-badge.oferta {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    text-transform: none !important;
}


.ficha-de-producto-buttons {
  margin-left: 5%;
  margin: 24px 5%;
  display: block;
}
.ficha-de-producto-opciones-buttons, 
.ficha-de-producto-anade-buttons {
  display: flex;
  margin: 0 0 6px;
  width: 360px;
  max-width: 100%;
}
.ficha-de-producto-opciones-buttons div,
.ficha-de-producto-anade-buttons div {;
}
.ficha-de-producto-opciones-buttons div:first-child,
.ficha-de-producto-anade-buttons div:first-child {
	margin-right: auto;
	width: 38%;
}
.ficha-de-producto-opciones-buttons div:last-child,
.ficha-de-producto-anade-buttons div:last-child {
	margin-left: auto;
	width: 60%;
}
.ficha-de-producto-opciones-buttons h5 {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
}

select.opciones-producto, 
select.cantidad-producto {
  height: 40px;
  border-radius: 0;
  border: 1px solid #DDD;
  padding: 0;
  width: 100%;
  text-align: center !important;
  font-size: 12px;
}

/*************** CARRITO 03 ***********/

.client-data-third {
    width: 30%;
}
.client-data-row-item {
    display: inline-block;
    margin-bottom: 16px;
    line-height: 18px;
    vertical-align: top;
    padding: 0;
}
.client-data-content {
    padding: 15px 10px 16px;
    background-color: #EEE;
    width: 80%;
}
.client-data-row-item span {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-right: 4px;
    display: block;
}
.client-data-one {
    width: 90%;
}
.client-data-one .client-data-content {
	padding: 15px 5% 16px;
	width: 90%;
}


.nav-pills li {
    display: inline-block;
    /*padding: 10px 20px;*/
	padding: 11px 20px;
    margin-right: 5px;
    font-size: 12px;
    vertical-align: top;
    background-color: #003DA5;
    background-color: #CCC;
    color: #FFF;
    color: #003DA5 !important;
    border: 2px solid #003DA5;
    text-transform: uppercase;
    border-color: #CCC !important;
}
.nav-pills li.active, .nav-pills li.active a {
    background-color: #88D900 !important;
    color: #000 !important;
    border-color: #88D900 !important;
}


/* Añadido por Claudio el 11/05/23 */
.tab-pane {
	margin-top:28px;clear:both;float:none;
	display:none;
}
.tab-pane.active {display:block;}
.tab-pane .form-input {margin-top:14px;}
.tab-pane .form-input div {}
.tab-pane input, /*.form-input input,*/ .form-input textarea {
    /*height: 32px;*/
	height: 15px;
    line-height: 40px;
    width: 80%;
    border: solid 1px #CCC;
    padding: 1% 2%;
	background-color:#CCC;
	font-family:'Lato', sans-serif;
}
.tab-pane input#formCodigoCard {width:60px !important;}
.tab-pane label, .form-input label {
    /*line-height: 36px;*/
	line-height: 16px;
    font-weight: 400;
	color: #000;
}
/* Fin Añadido por Claudio el 11/05/23 */


a.data-tab {
	text-decoration: none;
	color: #000;
}
.antiguo-tab-pane {
    margin-top: 0;
    clear: both;
    float: none;
    opacity: 1;
    height: 0px !important;
    animation: all 0.7s ease-in-out;
}
.antiguo-tab-pane.active {
	margin-top: 28px;
    opacity: 1;
    height: auto !important;
    animation: all 0.7s ease-in-out;
}
label.radio-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.antiguo-tab-pane input[type="radio"] {
    width: initial;
    margin-right: 5px;
    line-height: 15px;
    vertical-align: middle;
}
.container.cart-page-main-container {
	/*margin-top: 252px;*/
    border-bottom: 30px solid #f6f6f6;
}
.cart-page-main-container h4.shipping-method-heading {
    margin: 5px 0 10px !important;
    padding: 0 !important;
}

.antiguo-tab-pane.active p {
    font-size: 13px;
    margin-bottom: 10px;
    color: #444444;
    max-width: 380px;
    line-height: 1.4;
}
select#recogida-select {
	border: none;
    border-bottom: 1px solid #DDD;
    padding: 5px 10px;
    color: #444;
    font-family: 'Source Sans Pro', sans-serif;
}
.widget-confirm-address h4 {
	text-transform: uppercase;
}
.widget-confirm-address .lista-info li {
    font-weight: 400 !important;
    padding: 5px 0 !important;
    margin: 0;
}
.widget-confirm-address .lista-info li span {
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

.confirm-client-data {
	overflow: hidden;
}
.confirm-client-data {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}
.confirm-client-data span {
	display: block;
}
.confirm-client-data span strong {
	font-weight: 700 !important;
}
.mensaje_confirmacion h3 {
    text-transform: none !important;
}
.mensaje_confirmacion h4 {
    text-transform: uppercase; !important;
    font-weight: 400 !important;
    width: 100% !important;
    margin: 0 !important;
}
.mensaje_ok.mensaje_confirmacion {
    background-color: #88D900;
    padding: 20px;
}
.mensaje_ko.mensaje_confirmacion {
    background-color: #ec2a2a;
    padding: 20px;
}
.mensaje_ko.mensaje_confirmacion h3,
.mensaje_ko.mensaje_confirmacion h4 {
    color: #FFF;
}
table.confirm-client-info-table {
    width: 100%;
    font-size: 14px;
}
table.confirm-client-info-table tr {
    border-bottom: 1px solid #DDD;
    padding: 5px;
}
table.confirm-client-info-table tr td {
    padding: 5px;
}
table.confirm-client-info-table tr td:last-child {
    text-align: right;
}
tr.total-cell {
    font-weight: 600;
}

table.confirm-client-info-table .main-product {
	font-weight: 600;
}
table.confirm-client-info-table span.brand {
	text-transform: uppercase;
	font-weight: 400;
}
.confirm-client-data h4 {
	margin: 10px 0 !important;
}

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

.textos-legales h2 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}
.textos-legales h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}
.textos-legales h4 {
	font-size: 16px;
	font-weight: 600;
}
.textos-legales {
	line-height: 1.3;
	padding-bottom: 60px;
}
.textos-legales p {
	margin: 10px 0;
	font-size: 14px;
	color: #444444;
}
.textos-legales p strong {
	font-weight: 600;
}
.textos-legales ul {
    margin: 10px 0 10px 30px;
}
.textos-legales ul li {
	font-size: 14px;
	color: #444444;
	list-style-type: circle;
}
.textos-legales a {
	color: #000;
	text-decoration: underline;
}

/*************** PÁGINA DE USUARIO *****************/

.user-menu ul {
    overflow: hidden;
    clear: both;
    float: none;
    display: block;
    margin-bottom: 20px;
    background: #f1f1f1;
    padding: 10px;
}
.user-menu ul li {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 50%;
  float: left;
  font-size: 14px;
}
.user-menu ul li a {
	text-decoration: none;
	color: #000;
}
#ordenar-por.orden-historial {
  text-align: right;
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-top: -20px;
}
#ordenar-por.orden-historial label {
	font-weight: 600;
	margin-right: 5px;
}
.labels-historial-de-pedidos {
	font-weight: 600;
	font-size: 13px;
	padding-bottom: 5px;
}
#historial-de-pedidos {
	font-size: 14px;
	margin-bottom: 30px;
}
#historial-de-pedidos a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
#historial-de-pedidos .cart-table-row {
	padding: 10px 5%;
	width: 90%;
}

#historial-de-pedidos .cart-table-row:nth-child(even) {background: #EEE}
#historial-de-pedidos span.direccion {
	font-size: 12px;
	color: #333;
	padding-right: 5px;
}
.mis-direcciones-item {
	float: left;
	width: 50%;
}
.mis-direcciones-item p span {
	font-size: 13px ;
	font-weight: 600;
	display: block;
	margin: 5px 0;
}
.mis-direcciones-item input {
	color: #999 !important
}
/***** CARRITO CART PAGES ******/

.section-content-breadcrumbs {
	margin-top: 252px;/**** IMPORTANTE MARGIN TOP PRODUCTO DETALLE ******/
}
.section-content-breadcrumbs.carrito-breadcrumbs.productos-breadcrumbs {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	height: auto;
	line-height: 1.3;
	padding: 17px 0;
	text-align: left;
	background: #fcfcfc;
	border-bottom: 24px solid #f6f6f6;
}


.section-content-breadcrumbs.carrito-breadcrumbs.productos-breadcrumbs span {
	font-weight: 600;
}
.section-content-breadcrumbs.carrito-breadcrumbs.productos-breadcrumbs a {
	color: #000;
	text-decoration: none;
}
.cart-page-main-container h3 {
	font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.cart-page-main-container h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    padding-bottom: 5px;
    width: 50%;
}
/*edit nov 2022*/
.cart-page-main-container textarea, 
.cart-page-main-container input {
    background-color: #FFF;
    margin: 8px 0;
    border: none;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 5px 5%;
    width: 80%;
    border-bottom: 1px solid #ccc;
    resize: none !important;
}
select#formProvincia {
    width: 90%;
    padding: 8px 5%;
    background: #FFF;
    border: none;
    border-bottom: 1px solid #DDD;
    color: #666;
    font-family: "'Source Sans Pro'", sans-serif;
    font-size: 12px;
    margin-top: 5px;
}
/****** SELECT PROVINCIA NOV 2022 ********/
.select-provincia {
  background: #fff;
  width: 90%;
  margin: 8px 0;
  padding: 5px 5%;
  border: none ;
  border-bottom: 1px solid #DDD !important;
  font-size: 12px;
  color: #868686;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
textarea#formObservaciones {
    width: 80%;
    padding: 5px 5%;
    border: none;
    background: #FFF;
    resize: none;
    border-bottom: 1px solid #DDD;
    font-family: 'TITILLIUM WEB', sans-serif;
    font-size: 12px;
    margin: 8px 0;
}
input[type="checkbox"] {
    width: auto !important;
    padding: 0;
}
.cart-page-main-container input.checkbox-mismo-envio {
	width: 30px !important;
}
.section-content-full-padding {
    margin: 20px auto 10px;
    width: 90%;
    padding: 5%;
    clear: both;
    float: none;
    display: block;
    background-color: #fcfcfc;
}
.cart-sidebar .col-content {
    padding: 20px;
    margin-top: 20px;
    background: #Fcfcfc;
    margin-left: 20px;
}
.form-input {
  margin-bottom: 14px;
  width: 50%;
  float: left;
}
.cart-page-main-container label {
    font-size: 12px;
    color: #000 !important;
}
.cart-widget p {
    color: #666666;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 14px;
}
.direccion-facturacion {
	margin-top: 20px;
}
.container.productos-relacionados .slick-next {
    right: -30px;
}
.container.productos-relacionados .slick-prev {
    left: -30px;
}

.check_condiciones {
	margin-top: 30px;
}
.check_condiciones input[type=checkbox] {
    position: absolute;
    margin: 0 !important;
    width: auto !important;
    line-height: 15px !important;
    padding: 0 !important;
    height: auto !important;
}

.check_condiciones p {
    line-height: 15px;
    color: #000;
    font-size: 12px;
    padding-left: 20px;
}
.check_condiciones p a {
	color: #000;
	text-decoration: underline;
}

/***** CART TABLE *****/
.cart-table-row {
	display: table;
	clear: both;
	width: 100%;
}
.cart-pages-left {
	background-color: #fcfcfc;
	margin-top: 20px;
}
.cart-pages-left .col-content {
    padding: 20px;
    background: #fcfcfc;
}
.cart-table-col img {
	width: 160px;
	max-width: 100%;
	height: auto;
}
.cart-table-col {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 0 15px 0 0;
}
.cart-table-col:last-child {
	padding: 0;
}
.cart-table-col a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
.cart-table-col a:hover {
	color: #666;
}
.form-group.cart-table-quant span {
    font-weight: 600;
    font-size: 13px;
}
input#form-cantidad {
    width: 30px;
    margin-left: 5px;
    text-indent: 5px;
    border: 1px solid #DDD;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
}

.cart-table-col a.brand {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	display: block;
	margin: 0 0 5px 0;
	color:#999 !important;
}
.cart-table-col a.title {
	font-size: 15px;
	display: block;
	font-family: 'Trajan Pro', serif;
	font-weight: 400 !important;
}
.cart-table-col a.ref {
	font-size: 11px;
	font-weight: 400;
	display: block;
	margin: 5px 0 0 0;
}
.eliminar-del-carrito a {
    color: red;
    margin-top: 10px;
    display: block;
    font-size: 12px;
}
.carrito-price {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.carrito-desglose-precio {
    font-size: 12px;
    color: #333;
    line-height: 1.4;
    font-weight: 600;
}
.carrito-desglose-precio span {
	font-weight: 400;
	color: #666;
	margin-right: 5px;
}
/*** BOTONE CUPON ***/
input.coupon-code {
	margin-right: 10px;
}
input.coupon-code,input.apply-coupon {
    width: 200px;
    max-width: 80%;
    text-align: center;
}
input.apply-coupon {
	background: transparent;
	border-bottom: none;
}

button.btn.btn-primary.btn-lg.boton-seguir-comprando.actualizar-carrito {
    margin-top: 20px;
}
.btn.btn-primary.btn-lg.boton-seguir-comprando.actualizar-carrito {
  text-align: center;
}

.coupon-code, 
.apply-coupon {
	max-width: 228px !important;
}
/*** RESUMEN PEDIDO ***/
ul.lista-info {
    list-style-type: none;
    line-height: 1.3;
    margin-bottom: 10px;
}
ul.lista-info li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
	font-weight: 400;
	font-size: 14px;
}
ul.lista-info li span {
	display: block;
}
h4.total {
	text-transform: uppercase;
}
ul.lista-info span.brand {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}
ul.lista-info .cart-table-serv-price {
	font-size: 16px;
}
.lista-info li {
  font-family: 'Trajan Pro', serif;
}
.lista-info li span {
  font-family: 'Source Sans Pro', sans-serif;
}

/******* Component Muted *******/
.component-muted div {
	margin-bottom: 20px;
	font-size: 13px;
}
.component-muted h5 {
    margin-bottom: 10px;
    display: block;
}
.component-muted h5 a {
    text-decoration: none !important;
    color: #000;
    font-weight: 600;
}
.component-muted h5 a:hover {
	color: #666666;
}
.metodos-pago, .tiempo-entrega {
    width: 80%;
    display: none;
}

/********************* MEDIA QUERIES *************************/

@media only screen and (max-width: 1360px) {
	.header-bar-products-menu-content {
		width: calc(100% - 40px);
	}
	.header-bar-products-menu-content ul {width: 25%;}
}
@media only screen and (max-width: 1200px) {
	.home-product-breadcrumb {
	    line-height: 1.3;
	    min-height: 30px;
	}
}
@media only screen and (min-width: 991px) {
	.responsive {
		display: none;
	}
	nav.main-menu-nav {display: initial !important;}
}
@media only screen and (max-width: 990px) {
	.account-menu {
		margin: 5px 0 15px 0;
	}
	.header-bar-products-menu-content ul {width: 230px;}
	ul.sub-products-menu {
	    background-color: #f6f6f6;
	}
	ul.products-menu-first-level.lefto {left:-220px; transition: all 2s ease-in-out;}
	ul.products-menu-second-level.lefto {left: 0;} 
	ul.products-menu-third-level.lefto {left: 0;}
	.lefto span.active-item::after {content: "<" !important;}
	ul.main-menu li {
	    display: block;
	}
	.responsive {
		display: initial;
	}
	nav.main-menu-nav {
		display: none;
		padding: 45px 35px 35px 35px;
		background: rgba(243, 243, 243, 0.96);
		margin-right: -5px;
		margin-top: -8px;
    }
	ul.main-menu {
		line-height: 1.5;
		height: auto;
	}
	ul.main-menu li a {
	    font-size: 16px;
	    padding: 0 ;
	}

}
@media only screen and (max-width: 880px) {
	div#ordenar-por div {
	    float: none !important;
	}
	.buscador-avanzado-title {width: 49%;}
	.buscador-avanzado-search {width: 49%}
	.buscador-avanzado-search div {
		display: block;
		margin: 5px 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	.client-data-third {
	    width: 44%;
	}
	.ficha-de-producto-izquierda {
		width: 40%;
	} 
	.ficha-de-producto-derecha {
	    width: 60%;
	}
	.ficha-de-producto-brand-title,
	.ficha-de-producto-pricing {
		float: none;
		clear: both;
		width: 100%;
	}
	.footer-column {
	    display: block;
	    width: 100%;
	    padding: 0;
	    float: none;
	    margin: 20px 0 !important;
	    text-align: center;
	}

	.cart-sidebar .col-content {
	    margin-right: 0;
	    margin-left: 0;
	}
	.cart-pages-left, 
	.cart-sidebar {
	    float: none;
	    clear: both;
	    width: 100%;
	    margin: 20px 0;
	}
}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 560px) {
	.mis-direcciones-item {
	    width: 100%; 
	    float: none;
	    clear: both;
	    margin-bottom: 20px;
	}
	div#contacto .form-group.form-group-fifty {
	    width: 100%; 
	    float: none;
	    clear: both;
	}
	.ficha-de-producto-titulo,
	.ficha-de-producto-specs,
	.ficha-de-producto-button {
		margin-left: 0;
	}
	.ficha-de-producto-izquierda {
		width: 100%;
		float: none;
		clear: both;
	} 
	.ficha-de-producto-derecha {
		width: 100%;
		float: none;
		clear: both;
	}
	.two-blocks, .three-blocks {
		display: block;
	}
	.two-block-item, .three-block-item {
		width: 70%;
		display: block;
		margin: 10px auto;
	}

	span.titulo-producto {
		line-height: 1.2;
	}
	.home-product-breadcrumb {line-height: 1.3;}
	.buscador-avanzado-title, 
	.buscador-avanzado-search {width: 100%;text-align: center;}
	.buscador-avanzado-search div {
		text-align: center;
	}
	.buscador-avanzado-search div span {
		display: inline-block;
		width: 80px;
		text-align: left;
	}

	.home-product-thumb {
		min-height: 180px;
	}
	.footer-ribbon-left {
	    float: none;
	    clear: both;
	    text-align: center;
	    line-height: 1.4;
	}
	.footer-ribbon-right {
		line-height: 1.4;
	    float: none;
	    text-align: center;
	}
	.slick-next {
	    right: -10px;
	}
	.slick-prev {
	    left: -10px;
	}
}
@media only screen and (max-width: 480px) {
	.client-data-third {
	    width: 100%;
	}
	.form-input {
	  width: 100%;
	  float: none;
	}
	.pre-header-left a span, 
	.--menu ul li a span {display: none;}

	.home-product-price span.precio-oferta {font-size: 16px;}
	.home-product-price span.old-price {font-size: 12px;margin-left:5px;}
	.home-product-thumb {
	   min-height: initial;
	}
	nav.main-menu-nav {
		position: absolute;
		right: 20px;
	}
	.trigger-menu {
		z-index: 2;
	}
	.cart-table-col.product-table-thumb {
		display: none;
	}
	.cart-table-col {
	    width: 33%;
	    padding: 0 15px 0 0;
	    padding-bottom: 15px;
	}

}
@media only screen and (max-width: 440px) {
	.account-menu a {
	    padding: 0 5px
	}
	.pre-header-social-list li {
	    margin-left: 5px;
	}
	.buscador-avanzado-search div span {
	    margin: 10px 0;
	    text-align: center !important;
	}
	.account-menu, 
	.pre-header-right {display: none;}
	.pre-header-left {
	    /*float: none;
	    text-align: center;*/
	}
	.responsive.trigger-menu.ico {
	    right: 20px;
	    top: 40px;
	}
	.header-bottom-left {
	    text-align: center;
	    float: none;
	}
	h1.logo {
		text-align: center;
	}
	.logo a {margin: 0 auto;text-align: center;}
	nav.main-menu-nav {
	    margin-top: initial;
	    top: 32px;
	    right: 15px;
	}
	ul.main-menu li.tiny-mobile {
	    display: block;
	}
	ul.main-menu li.tiny-mobile span {
		font-size: 12px;
	}
}

@media only screen and (max-width: 380px) {
	.pre-header-left {
	    float: none;
	    text-align: center;
	}
	.pre-header-logueado {
	  display: none;
	}
}

/******** AJUSTE BOTONES OCTUBRE 2022 *********/

input#cerrar {
    font-size: 12px !important;
}
input.btn.btn-info {
    margin: 20px 0 !important;
}
.mis-direcciones-item input[type=button] {
    color: #000 !important;
}
input.buscador-avanzado-button, 
input.btn.btn-primary.btn-lg, 
input[type=button] {
    margin-bottom: 5px;
    border: none !important;
    background: #88D900 !important;
    padding: 10px 20px !important;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
    color: #000 !important;
    width: auto !important;
}

.buscador-avanzado-search div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.buscador-avanzado-search select {
    line-height: 30px;
    height: 30px;
    border: 1px solid #DDD !important;
    font-size: 11px !important;
    font-family: 'Roboto', sans-serif !important;
    width: 120px;
    color: #999 !important;
    margin-right: 10px;
}
.buscador-avanzado-search option {
	font-family: 'Roboto', sans-serif !important;
	color: #666 !important;
}

/******* CSS BOTONES NOV 2022********/

.modal-footer .btn, 
.modal-footer .btn + .btn, 
.btn, 
a.btn, 
input.buscador-avanzado-button, 
input.btn.btn-primary.btn-lg, 
input[type="button"] {
  margin-bottom: 5px;
  border: none !important;
  background: #88D900 !important;
  padding: 13px 20px 10px !important;
  font-weight: 400;
  font-family: 'Trajan Pro', serif;
  text-transform: none;
  font-size: 14px;
  cursor: pointer;
  color: #000 !important;
  width: auto !important;
  text-decoration: none;
}
.widget-button {
  display: inline-block;
}
input.add-to-cart.button {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 15px 0 10px;
  border: none !important;
  cursor: pointer !important;
  background-color: #88D900;
  font-family: 'Trajan Pro', serif;
  color: #000;
  font-weight: 400;
  width:100%;
  height: 40px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */

}
input.add-to-cart.button:hover {
	background-color: #FFF;
	transition: all 0.3s ease;
}

/**** PEDIDOS ******/

.form-busqueda-pedido-content {
  margin: 0;
  padding: 0;
}
.form-busqueda-pedido-content .col-content {
  background: #FFF;
  padding: 20px;
}
.historial-pedidos .col-content {
  padding: 20px;
}

.form-busqueda-pedido-content label {
  font-size: 12px;
  color: #000 !important;
  display: block;
  margin-top: 10px;
}
.form-busqueda-pedido-content .btn {
	display: inline-block;
}


/*******/
.nav-pills li {
    background-color: #88D900 !important;
    border: 4px solid #88D900 !important;
}
.nav-pills li:hover a, 
.nav-pills li:hover {
	background-color: #EEE !important;
	color:#333;
	border-color: #EEE !important;
}
/*** CARRITO 3 BOTÓN ACTIVO ***/
.nav-pills li.active, 
.nav-pills li.active a {
	background-color: #df3000 !important;
	border-color: #df3000 !important;
	color:#FFF !important;
}


.col-content.cart-methods h3 {
	margin-bottom:10px !important
}
.nuevo-tab-pane {
	margin-bottom:20px !important;
}
.nuevo-tab-pane h4 {
	margin-bottom:10px !important;
}
.nuevo-tab-pane p {
	font-size: 13px !important;
	margin:10px 0 !important;
}

/***** AVISO STOCK NOV 2022 *******/
.stock-warning {
	margin: 20px 5%;
	font-size: 12px;
	line-height: 1.3;
	color: #db3400;
}
.stock-warning a {
	color: #db3400;
}

/******* PAGINACIÓN NOV 2022 *******/

.products-pagination {
  display: block;
  clear: both;
  float: none;
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 10px 0 40px;
}
.products-pagination span.pageactive, 
.products-pagination a {
  color: #999;
  font-size: 13px;
  line-height: 24px;
  width: 24px;
  display: inline-block;
  border: 1px solid #CCC;
  text-decoration: none;
  margin: 0 4px;
}

.products-pagination span.pageactive {
  background: #88D900;
  color: #000;
  border: 1px solid #88D900;
  font-weight: 400;
}
.pagination-arrow {
  border: none !important;
  width: auto !important;
  font-size: 20px !important;
  font-weight: 300 !important;
}

/*** DESCARGAR FICHA TÉCNICA ***/

.ficha-tecnica {
  display: block;
  clear: both;
  float: none;
  margin: 15px 5%;
  overflow: hidden;
}
.ficha-tecnica a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  background: #FFF !important;
  border:1px solid #333 !important;
  letter-spacing: 0.5px !important;
  line-height: 15px !important;
}
.ficha-tecnica a:hover {
	background-color: #88D900 !important;
	border:1px solid #88D900 !important;
	transition: all 0.3s ease;
}
.ficha-tecnica a img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

/*** marca items en carrito  ***/
.num-prod-carrito {
  position: absolute;
  width: 18px;
  height: 18px;
  color: #FFF;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  margin-top: -15px;
  margin-left: 55px;
  border-radius: 100%;
  border: 1px solid #88D900 !important;
  background: #88D900;
  padding-left: 1px;
}


@media only screen and (max-width: 990px) {
	.account-menu {
	    margin: 15px 0 !important;
	}
}

/*** JUSTES FORM CARRITO 3 ***/

.client-data-row-item span {	
	font-weight: 600 !important;
}
.select-provincia {
    /*max-width: 242px !important;*/
    width: 96% !important;
    padding: 10px 20px !important;
    border:1px solid #DDD !important;
}  
.cart-page-main-container input {
	    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box !important;
    padding: 10px 20px !important;
    width: 96% !important;
    border:1px solid #DDD !important;
}
.cart-page-main-container input.full-width, 
.cart-page-main-container textarea {
	    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box !important;
    padding: 10px 20px !important;
    width: 100% !important;
    border:1px solid #DDD !important;
}

/*********** MEDIA QUERIES **********/



#header.shrinked .logo a {
	  background-image: url(./images/logo-shrinked.jpg);
	  height: 80px;
	  width: 258px;
	}
@media only screen and (min-width: 990px) and (max-width: 1280px) {
	.logo a {width:380px;}
	#header.shrinked ul.main-menu li a, 
	ul.main-menu li a {
	  font-size: 15px;
	}
}
@media only screen and (max-width: 1024px) {
	/*.logo a {
	  background-image: url(./images/logo-shrinked.jpg);
	  height: 80px;
	  width: 258px;
	}
	.header-bottom {
	  height: 80px;
	  transition: all .3s ease-out;
	}*/
}


@media only screen and (min-width: 1024px) and (max-width: 1320px) {
	.new-products-menu-left-block {
	  width: 280px;
	}
	ul.new-products-menu-right-block {
		left:280px;
		width: 640px;
		padding: 29px !important;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.new-products-menu-left-block {
	  width: 250px;
	}
	ul.new-products-menu-right-block {
		left:250px;
		width: 440px;
		-webkit-column-count: initial;
		-moz-column-count: initial;
		column-count: initial;
		padding: 29px !important;
		height: 500px;
		overflow-y: auto;
	}
}


@media only screen and (max-width: 990px) {
	.account-menu a span.label-account {
	  display: none;
	}
	.account-menu a span.num-prod-carrito {
	  display: block;
	  margin-left: 26px;
	  margin-top: -36px;
	}
	.account-menu a {
		padding:0 10px;
	}
	#footer-top .section-content {
	  overflow: hidden;
	}
}


@media only screen and (max-width: 880px) {
	.footer-ribbon-left, 
	.footer-ribbon-right {
	  float: none;
	  text-align: center;
	  display: block;
	  clear: both;
	  margin-top: 10px !important;
	  overflow: hidden;
	  box-sizing: border-box;
	}
	.footer-ribbon-left {
		margin-top: 0 !important;
	}
}
	/*SLIDE HOME */
	img.unresponsive {
		display: block;
	}
	img.responsive {
		display: none;
	}
	.icon-trigger-plus {
		display: none;
	}	

@media only screen and (max-width: 767px) {
	.favoritos-list-item .home-product-specs {
		width: 100%;
		float: none;
		clear: both;
	}
	.ficha-de-producto-brand {
		margin-top: 12px;
	}
	input.add-to-cart.button {
		text-decoration: none;
		font-size: 12px;
	}

	.nuevo-slide-productos .slick-next {
		right: -12px;
	}
	.nuevo-slide-productos .slick-prev {
		left: -12px;
	}

	.icon-trigger-plus {
		display: block;
	}
	img.unresponsive {
		display: none;
	}
	img.responsive {
		display: block;
	}
	.select-provincia {
	    max-width: 287px !important;
	}
	.cart-page-main-container input.full-width, 
	.cart-page-main-container textarea {
	    width: 96.5% !important;
	}
	.logo a {
	  background-image: url(./images/logo-footer.png);
	  width: 240px;
	}


	/*** MENU **/
	.new-products-menu-left-block {
	  width: 100%;
	  top: 0 !important;
	  left: 0 !important;
	  max-height: 480px;
	  overflow-y: auto;
	}
	.new-products-menu-container ul li {
		position: relative;
	}
	.new-products-menu-container ul a {
	  font-size: 15px;
	  z-index: 1;
	}
	.new-products-menu-container ul a span {
		display: none;
	}
	span.icon-trigger-plus {
		position: absolute;
		width: 56px;
		height: 56px;
		right: 0;
		top: 0;
		text-align: center !important;
		line-height: 56px;
		margin: 0 !important;
		cursor: pointer;
		z-index: 10;
	}
	ul.new-products-menu-right-block {
		-webkit-column-count: initial !important;
		-moz-column-count: initial !important;
		column-count: initial !important;
		overflow-y: auto;
		height: 300px;
		left: initial !important;
		top:0 !important;
		position: relative !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 100% !important;
		padding: 0 !important;
		box-sizing: border-box !important;
		padding: 29px !important;
	}

}
@media only screen and (max-width: 640px) {
	.account-menu, .pre-header-right {
	  display: none;
	}
	.responsive.trigger-menu.ico {
		top:48px;
	}
}
@media only screen and (max-width: 560px) {
	.ficha-de-producto-buttons {
		margin:24px 0;
	}
}

@media only screen and (max-width: 480px) {
	.section-content {
		padding-right: 10px;
		padding-left: 10px;
	}
	.home-product-name {
	  min-height: 136px;
	}
	input.add-to-cart.button {
		font-size: 11px;
	}
	.rotulos-centrados h2 {
		font-size: 17px;
	}
	.pre-header-left {
		float: none;
	  text-align: center;
	}
	.pre-header-logueado {
		  display: none;
		}
	.select-provincia {
	    max-width: initial !important;
	}
	.client-data-one {
		width: 96% !important;
	}
	.cart-page-main-container input.full-width, 
	.cart-page-main-container textarea {
	    width: 100% !important;
	}
}
@media only screen and (max-width: 370px) {
	.home-product-name {
	  min-height: 86px;
	}
}



