@charset "UTF-8";
/* CSS Document */

#home_shop_th .acordeon {
  background-color: #eee;
  color: #666;
  cursor: pointer;
padding: 5px;
    margin-bottom: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
	font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: calc(1rem + 0.2vw) !important;
  transition: 0.4s;
}

#home_shop_th .active, #home_shop_th .acordeon:hover {
  background-color: #ccc;
}


#home_shop_th .titulo-acordeon {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: calc(0.8rem + 0.2vw) !important;
  }
  

#home_shop_th .acordeon:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
    margin-left: -1px;
}

#home_shop_th .active:after {
  content: "\2212";
}

#home_shop_th .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

*,
*:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
	max-width:100%;
	height:auto;
}
a,
a:active,
a:focus,
a:hover {
	outline:0;
}
#primary_nav_wrap > ul > li > ul > li > ul {
	float:none;
}
#container {
	min-width: auto;
}
.treeview-list .expandable .collapsable-hitarea {
	cursor:pointer;
}
.product-filter {
	padding:6px 10px;
}
.product-compare {
	margin-top:4px;
	padding:0;
}
.product-filter .sort,
.product-filter .limit {
	padding:0;
	margin-bottom:0;
	margin-top:0;
}
.product-compare a {
	margin:0;
}

/* CAPA MINI CART INFO */
.mini-cart-info #cart_f td {
	vertical-align:middle;
	padding:5px;
}
#cart_f td.titulo_cart {
		position: relative;
		padding: 15px 5px;
}
#cart_f td.titulo_cart br,
#cart_f td.ref_cart .div_ref_cart br {
	display:none;
}
#cart_f td.titulo_cart a.delete_cart {
    width: auto;
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 12px;
    color: #777;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#cart_f td.titulo_cart a.delete_cart:hover {
	color: #d92f2f;
}
#cart_f td.titulo_cart a {
    width: calc(100% - 75px);
    display: block;
}
#cart_f .img_cart {
	width: 100px;
	text-align: center;
}
#cart_f .img_cart:hover {
	opacity: 85;
	filter: alpha(opacity=85);
}
#cart_f td.ref_cart .div_ref_cart .modelo_cart {
	width:30px;
	vertical-align:middle;
}
#cart_f td.ref_cart .div_ref_cart i {
	font-style:normal;
	position:relative;
	padding-right:10px;
}
#cart_f td.ref_cart .div_ref_cart i:after {
	content:'|';
	position:absolute;
	right:0;
	top:-2px;
	color:#666
}
#cart_f td.ref_cart .div_ref_cart b {
	font-weight:normal;
	position:relative;
}
#cart_f td.ref_cart .div_ref_cart b:after {
    content: '';
    display: block;
    clear: both;
    margin-bottom: 3px;
}
.mini-cart-info #cart_f .data_cart,
.mini-cart-info #cart_f .total_cart,
.mini-cart-info #cart_f .img_cart{
	border-bottom:1px solid #ccc;
}
#cart_f .total_cart h3 {
	margin:0;
	padding:0;
	text-align:right;
}
.mini-cart-info #cart_f .titulo_cart,
.mini-cart-info #cart_f .data_cart,
.mini-cart-info #cart_f .total_cart,
.mini-cart-info #cart_f .ref_cart {
	text-align:left;
}

/*  PRODUCT */
.options .dd-select,
.options .dd-container,
.options .dd-options {
	width:100% !important;
}
.page_product .options .dd-options {
    padding-top: 10px;
}
.page_product .htabs a {
    display: inline-block !important;
    padding: 1px 12px 1px 12px;
    margin-bottom: 5px;
}
.page_product .htabs a.selected {
	border-bottom:1px solid #DDDDDD;
}
.product-filter .display {
	padding-top:0;
	margin-right:5px;
}

/* CART */
#header #cart .heading span b {
	font-weight:normal;
	color:#000;
}
.mini-cart-info .image {
	width:90px;
}
.cart-info table {
	overflow:auto;
}
.cart-info tbody td.name {
    width: 40% !important;
}
/* .cart-left-area {
    float: none;
    width: 100%;
    margin-top: 0;
} */
.cart-left-area {
    float: left;
    width: 48%;
    margin-top: 0;
	padding: 15px;
}
.cart-right-area {
	float:none;
	width:100%;
}
.cart-total p {
	float:right !important;
	text-align:right;
}
.cart-total table {
    float: none;
    width: 100%;
}
.checkout_cart_referencia {
	font-size: 10px;
	line-height: 12px;
	display: block;
	padding-top: 10px;
}
textarea, select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	color:#444;
}
#header #search input {
	z-index:15;
}
#header .button-search {
	z-index:15;
	position:relative;
}

#topcontrol {
	bottom:-13px !important;
	opacity:.85 !important;
}
#topcontrol .top_button {
	/* position:initial; */
}

#content #related-grid.box-product .product-block {
	padding:0 10px 15px;
	min-height: 260px;
}
.price.checkuot_cart_deseados_precio {
	float:left;
	width: 100%;
	text-align: center;
}
.checkuot_cart_deseados_add_button {
	float:right;
	width: 48%;
	text-align: left;
}

ul li {
	line-height:normal;
}

	.ui-accordion .ui-accordion-header:focus {
		outline:0 !important;
	}

.banner img,
.flexslider {
    border: 0px solid transparent;
}
.flexslider {
	max-width: 100%;
	margin: 0 0 20px;
}
.banner div {
	text-align: right;
}
#header #search input {
	max-width: 500px;
}

#home_shop_th {
	color: #666;
	padding-bottom: 15px;
}
#home_shop_th h2,
#home_shop_th h2 span {
	font-size: calc(1rem + 1vw) !important;
	line-height: calc(1.3rem + 1vw);
	margin: 0;
	color: #999;
}
#home_shop_th h3 {
	font-size: calc(.8rem + 1vw);
	line-height: calc(1.1rem + 1vw);
	margin: 0;
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	color: #999;
}

/* RESPONSIVE */
	
@media only screen and (min-width: 1041px) {
	#header,
	.header_top_inner,
	.nav-inner,
	.content-inner,
	.footer-inner {
    max-width: 1190px;
		width:100%;
	}
}

@media only screen and (max-width: 1040px) {
	#header,
	.header_top_inner,
	.nav-inner,
	.content-inner,
	.footer-inner,
	#bottomfooter {
		max-width: 1000px;
		width:100%;
		padding:0 15px;
	}
	/*
	#header #search input {
		width: 650px;
	} */

	#column-left {
		width: 190px;
	}
	#column-left + #column-right + #content,
	#column-left + #content {
		margin-left:208px;
	}
	.flexslider {
		width:100%;
	}

	#banner0 img, #banner1 img, #banner2 img {
		width: 222px;
		height: auto;
	}

	#banner3 img, #banner4 img {
		width: 485px!important;
	}
	
	#banner3, #banner4 {
		width: 50% !important;
	}

	.home #content .banner {
		width:24%;
	}
	.home #content .banner#banner3 {
		width:100%;
	}
	#primary_nav_wrap ul {
		width:100%;
	}
	.nav-container #primary_nav_wrap > ul > li {
		position:initial;
	}
	.nav-container #primary_nav_wrap > ul > li > ul {
		width:100% !important;
	}
	.nav-container #primary_nav_wrap > ul > li {
		margin-left:0;
	}
	.nav-container #primary_nav_wrap > ul > li > a {
		font-size:13px;
		padding:12px 10px 0px 10px;
	}
}




@media only screen and (max-width: 992px) {
	#header,
	.header_top_inner,
	.nav-inner,
	.content-inner,
	.footer-inner {
			max-width: 960px;
	}
	.product-grid-list ul#product-list-grid.product-grid {
		width:100% !important;
	}
	
	.page_product #tab-product-tab13 img {
		/* width:49.5% !important; */
		width:100%;
		float:none;
		height:auto !important;
	}
	.cart-info tbody td.quantity .fa.fa-heart {
		display:block;
		margin-top:15px;
	}
}

@media only screen and (max-width: 860px) {
	
	.flexslider {
		max-width: 100%;
	}
	#header #search input {
		width: auto;
	}
	#container {
		margin:0 15px;
	}
	#header .header-left {
		padding-left:15px;
	}
	#header #cart {
		right:30px;
		z-index:99;
	}
	#header #search {
		right:223px;
	}
	.nav-container #primary_nav_wrap > ul > li > a {
    font-size: 11px;
    padding: 12px 5px 0px 5px;
	}
	.nav-container #primary_nav_wrap > ul > li > a.small {
		font-size:11px !important;
		padding-top: 12px;
	}
	/*#column-left .box, #column-right .box,*/
	aside#column-left .box.menu_responsive {
		/* height:327px; */
		overflow:auto;
	}
	#column-left .box .treeview-list .expandable-hitarea {
		margin:5px 2px 0 0;
	}
	.box .box-content ul ul {
		margin-left:8px;
	}
	#header-container,
	#footer-container,
	.bottom-footer-container,
	div.suscribete
	{
		margin:0 -15px;
	}
	#footer-container,
	.bottom-footer-container {
		padding:0 15px;
	}
	#footer .column {
		margin-right: 3%;
    	padding: 0 15px 0 0;
		width:26%;
	}
	#footer .column.custom_footer_main {
		margin-right:0;
		padding:0;
		width:42%;
	}
	
	.product-info .right h1.name {
		font-size:20px;
		
	}
	.product-info > .left + .right {
		/*margin-left:330px;*/
	}
	.product-info .right .description ul {
		margin:0;
		padding-left:20px;
	}
	
	#AmazonLoginButton {
			float: none;
			margin-top: 10px;
	}
	.cart-left-area {
		float: none;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	/*
	#header #search input {
		width: 350px;
	} */
	body.shopthpharmaes {
		background: #f0f0f0;
	}
	#banner0 img {
		width: 49%;
		height: auto;
		float:left
	}
	
	#banner1 img {
		width: 49%;
		height: auto;
		float:right
	}
	#banner2 img {
		height: auto;
		width: 100%!important;
	}
	#banner3,
	#banner4,
	#banner3 img,
	#banner4 img{
    	width: 100% !important;
	}
	#banner3,
	#banner4 {
		float: none;
	}
	.banner div img {
		margin-bottom: 0;
	}
	.flexslider {
    	max-width: 100%;
	}
	/* #banner3 img, #banner4 img, #banner3, #banner4 {
		display:none;
		visibility: hidden;
		width: 0px!important;
	} */


	#box_betseller {
		margin-top: 5px;
	}


	.menu-promociones, .menu-recien-llegados, .menu-ultimas-unidades {
		background: none;
		padding-left: 0px !important;
	}





	.column_ventajas {
		width: 100%!important;
	}

	.column_ventajas ul {
		width: 100%!important;
	}

	ul.iconos_footer {
		height: auto; 
	}

	ul.iconos_footer li {
		float: left;
		width: 32%;
	}

	.icono_ventajas {
		width: 60px!important;
		margin: 0 0;
	}

	#header,
	.header_top_inner,
	.nav-inner,
	.content-inner,
	.footer-inner,
	#bottomfooter {
			max-width: 768px;
			padding:0;
	}
		.flexslider {
		width:100%;
		float:none;
	}
	.home #content .banner {
		width:50%;	
	}
	.home .banner div img {
		float:none;
	}
	.product-info > .left {
		float:none;
		width:100%;
	}
	.product-info .image {
		margin-bottom:0;
		/* text-align:left; */
	}
	.product-info .image-additional {
		clear:none;
		width:100%;
	}
	.product-info .image-additional a {
		display:inline-block;
	}
	.product-info > .left + .right {
		margin-left:0;
		width: 100%;
	}
	
	#home_shop_th {
		padding: 0 15px 15px;
	}
}

@media only screen and (min-width: 641px) {
	.menu_resp,
	#welcome a#ver_lupa {
		display:none;
	}
}

@media only screen and (min-width: 641px) and (max-width: 740px) {
	.nav-container #primary_nav_wrap > ul > li > a {
    padding: 12px 3px 0px;
	}
	.nav-container #primary_nav_wrap > ul > li > a.small {
		font-size:10px !important;
		background-position: -2px 11px;
    background-size: 35%;
	}
	.nav-container #primary_nav_wrap > ul > li > a.small.menu-packs,
	.nav-container #primary_nav_wrap > ul > li > a.small.menu-regalo,
	.nav-container #primary_nav_wrap > ul > li > a.small.menu-ediciones {
		padding-left:25px !important;
	}
}
@media only screen and (max-width: 740px) {
	.checkout-content input {
			margin-top: 0 !important;
	}
	.checkout-product table td img {
		max-width:none;
	}

}

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

	
	.checkout-product table{
		font-size: 10px;
   		line-height: 1.6;
	}

	.checkout-product td {
    	padding: 2px;
	}

	i.fa.fa-refresh{
		font-size: 15px !important;
		margin-top: 10px;
		margin-right: 5px;
	}

	i.fa.fa-times{
		font-size: 15px !important;
		margin-top: 10px;
	}

	.referencias{
		display: none;
	}
	
	#home_shop_th {
		padding: 0 30px 15px;
	}
	 /* TH PHARMA */


	 .icono_ventajas {
			width: 40px!important;
			margin: 0 20px;
		}


		ul.iconos_footer {
			height: 150px
		}



		body {
			background-color: #fff;
		}


	.product-info .right h1.name {
		padding-top: 10px;
		border-right: 2px;
		font-size: 18px;
	}

	#brd-crumbs {
		font-size: 10px!important;
	}

	#welcome a {
		border-left: #ccc 1px solid;
		color: #000000;
	}

	/* #currency .top_downarrow, #language .top_downarrow {
		background: url(../image/megnor/arrow-down-white.png) right 4px no-repeat;
	} */

	#header-container, #footer-container, .bottom-footer-container, div.suscribete {
		margin: -3px
	}

	#header #search input, #header #search  {
		width: 100%;
	}

	.header_top {
		background: #f5f5f5 !important
	}

	#header #logo a img {
		height: 55px;
		margin-top: -10px
	}

	#header {
		height:55px;
		min-height:55px;
	}

	#container {
		padding: 0 0px;
		margin: 0;
	}

	#content {
		margin-top: 5px;
	}

	.flex-direction-nav {
		display: none!important;
	}



	.flexslider {
		margin-bottom: 5px
	}

	#special {
		margin-top: 0px!important
	}

	#footer .column li a {
		color: #fff
	}

	.titulo-categoria h1 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.breadcrumb {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 7px;
		/*background-color: #e8e8e8;*/
		background-color: #ffffff;
	}

	.product-info .description {
		border-top: 3px solid #D9D9D9;
		/* border-bottom: 1px dotted #ededed; */
		padding: 5px 5px 10px 5px;
		margin-bottom: 10px;
		margin-right: 7px;
		margin-left: 7px;
		line-height: 22px;
	}

	.product-info {
		padding: 7px
	}

	#content {
		padding-left: 3px;
		padding-right: 3px;
	}

	/* TH PHARMA */



	/* EMBED VIDEOS */
	.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
.aspect-ratio-16x9 {
    padding-bottom: 56.25%;
}
.aspect-ratio-4x3 {
    padding-bottom: 75%;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
	#tab-product-tab1 p { 
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
	#tab-product-tab1 p iframe,
	#tab-product-tab1 p object,
	#tab-product-tab1 p embed { 
		position: absolute; 
		top: 0; left: 0; 
		width: 100%; 
		height: 100%; 
	}



	#header .header-left {
		padding-left:0;
	}
	.menu_resp {
		display:block !important;
		position:absolute;
		top:0;
		left:0;
		z-index:999;
		padding:10px 10px 8px;
		cursor:pointer;
		border-right: #fff 1px solid;
	}
	/* Ocultamos todo el aside */
     aside {
       display: none;
     }
     /* Ocultamos el bloque de categorias porque siempre sale en el footer */
     #column-left>div.menu_responsive {
       display: none;
     }
		 
	/* .menu_resp a:after {
		content:'MENU';
		font-size:11px;
		position: absolute;
    bottom: -15px;
    left: 50%;
		transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	} */
	#language {
		float:none;
		position:absolute;
		left:45px;
		margin-top: 10px
	}
	.nav-container {
		display:none;
	}
	/* #header {
    margin-bottom: 15px;
	} */
	#header #logo {
		float:left;
    margin-top: 10px;
		margin-left:5px;
		text-align:center;
	}
	#header .header-right,
	#header .header-left,
	#column-left {
		float:none;
		width:100%;
	}
	
	#welcome a#ver_lupa {
		float:right;
		display:block !important;
		padding-top:2px;
		padding-right:10px;
	}
	#header #search {
		right: 0px;
    top: 0;
    background: #f9f9f9;
    padding: 10px;
		display:none;
		z-index:999;
	}
	#header #cart /*,
	#header #search */ {
		position:relative;
		width:100%;
		float:none;
		top:auto;
		right:auto;
		text-align:center;
	}
	#header #cart .content {
		position:absolute;
		top:55px;
		width:94%;
		left:50%;
		transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	z-index:99;
	overflow:auto;
	}
	/* #header #search input, */
	#header #cart .heading {
		/* display:inline-block;
		float:none; */
		margin-top:10px;
		margin-right:10px;
	}
	#header #cart .heading h4 {
		text-align:right;
	}
	#header #cart .heading span {
		visibility: hidden;
    position: relative;
	}
	#header #cart .heading span b {
	position: absolute;
    right: -50px;
    top: -38px;
    visibility: visible;
    color: #fff;
    background-color: #7ab41e;
    border-radius: 10px;
    padding: 0px 6px;
    font-weight: 600;
	}
	.lang_pt #header #cart .heading span b {
		right:88px;
	}
	#header #cart .heading span b:before {
		content:'';
	}
	#header #cart .heading span b:after {
		content:'';
	}
	#header .button-search {
		/*position:absolute;*/
	}
	#header #cart .heading {
    padding: 10px 47px 0 0;
	background-position:right top;
	background-position-y: 10px;
	}
	#column-left .box {
		height:auto;
	}
	.menu_responsive {
		position:absolute;
		width:100%;
		top:35px;
		left:0;
		z-index:999;
		/* max-height:410px;
		max-width:96%; */
		height:auto;
		display:none;
		overflow:auto;
		background:#f9f9f9;
		padding:0;
		text-align:left;
		font-size: 24px;
	}
    .box .box-content ul li, #content .content ul li {
		line-height: 34px;
	}
	.box .box-content ul li a, #content .content ul li a {
		background: url(../image/megnor/cate_icon.png) no-repeat left 15px;
		padding-left: 12px;
	}

	.menu_responsive a {
		color: #111
	}
	
	.box .box-content {
		padding:4px 0 0;
	}
	.menu_responsive ul li {
		padding:4px 10px!important;
	}
	#footer .column ul li .box .box-content ul li,
	#content .content ul li {
		padding:4px 10px;
	}
	.menu_responsive ul li.resalto_li {
		background:#f0f0f0;
		margin-bottom:1px;
	}
	.menu_responsive ul li.resalto_li.last {
		padding-bottom:10px;
		margin-bottom:0;
	}


	.home aside #banner0,
	.home aside .box.box_aside {
		display:inline-block;
		width:32%;
		margin-right:1%;
		vertical-align:top;
		max-height:260px;
		overflow:auto;
		margin-bottom:15px !important;
	}
	.home aside #banner0 {
		margin-right:0;
	}
	#column-left .box-product .price {
		margin-left:61px;
	}
	#column-left + #content {
		margin-left:0;
	}
	.flex-control-nav {
		left:50%;
		right:auto;
		transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	}
	#footer .column,
	#footer .column.custom_footer_main,
	#footer-container #footer #social_block,
	#footer .paiement_logo_block {
		float:none;
		width:100%;
		text-align:center;
		margin:0 0 20px;
		padding:0;
		background:none;
	}
	
	#footer .column p,
	#mc_embed_signup form {
		text-align:center !important;
	}
	#footer .column p {
		margin-bottom:10px;
	}
	.box.menu_responsive .box-heading {
		font-size:14px;
		font-weight:700;
		padding:6px 10px 6px;
	}
	.box .box-heading {
		font-size:13px;
		padding:6px 0;
	}
	#footer h3 {
		margin:0;
		padding:6px 0 0;
	}
	.page_category aside .box.box_aside,
	.page_product aside .box.box_aside {
		display:inline-block;
		width:48.5%;
		margin:0 0.5% 15px;
		vertical-align:top;
		overflow:auto;
	}
	#cboxOverlay, #colorbox {
             display: none;
          visibility: hidden;
  }
	.custom_footer_main column {
		border-top:1px solid #ccc;
	}
	
	.form.registro tr {
		display: flex;
		flex-direction: column;
	}

	.content input.large-field,
	.content select.large-field,
	table.form input[type='text'],
	table.form input[type='password'],
	table.form textarea,
	table.form select {
		width:100%;
	}
	
	body.page_account.page_address a.button {
		display:block;
		margin-top:10px;
		text-align:center;
	}
	body.page_account.page_address .content table tr td:nth-child(2) {
		width:80px;
	}
	.box-cms {
    border-top: 1px solid #e0e0e0;
	}
	.ui-accordion .ui-accordion-header {
		margin-left:0 !important;
		outline:0;
		border:0;
	}
	/* 
	body.page_product #colorbox {
		left: 10px !important;
    width: calc(100% - 20px) !important;
    padding: 0 !important;
    height: 100vh !important;
	}
	body.page_product #cboxWrapper {
		width:100% !important;
	}
	*/
}

@media only screen and (max-width: 576px) {
	#header,
	.header_top_inner,
	.nav-inner,
	.content-inner,
	.footer-inner {
			max-width: 540px;
	}
	
	/* 
	table {
		 display: block;
		 overflow-x: auto;
   }
	 */
	
	/* .cart-info table {
       display: block;
       overflow-x: auto;
   } */
	 
	 
	/* TABLAS RESPONSIVE FER
	.cart-info thead td.name {
		display:none;
	}
	.cart-info tbody .image {
		display:inline-block;
		border:0;
	}
	.cart-info tbody td.name {
    width: 100% !important;
    display: block;
	}
	 .checkout-product table {
			border-collapse: initial;
			border-bottom:1px solid #ededed;
		}
		.cart-info table {
			border-collapse: initial;
		}
	  .checkout-product table thead,
	  .cart-info table thead {
   		display:none;
   }
   .checkout-product table td,
	 .cart-info table tbody td {
   	display:block;
   	text-align: left !important;
   	width:100%;
   	border-bottom: 0;
   }
   .checkout-product table tbody td:before,
	 .cart-info table tbody td:before {
   	padding-right:5px;
   }
	 .checkout-product table tbody td.total,
	 .cart-info table tbody td.total {
			border-bottom: 1px solid #ededed;
		}
   .checkout-product table tbody td.name:before,
   .cart-info table tbody td.name:before {
   	content:'Producto:';
   }
   .checkout-product table tbody td.quantity:before,
   .cart-info table tbody td.quantity:before {
   	content:'Cantidad:';
   }
   .checkout-product table tbody td.price:before,
   .cart-info table tbody td.price:before {
   	content:'Precio:';
   }
   .checkout-product table tbody td.total:before,
   .cart-info table tbody td.total:before {
   	content:'Total:';
   }
   .checkout-product table tfoot td,
   .cart-info table tfoot td,
	 .cart-info table tbody td.model p {
   	text-align:left !important;
   }
	 */
	 #content h1 {
			line-height:32px;
			margin-bottom:20px;
			text-align: center !important;
		}
		.order-list .order-content div {
			float:none;
			width:100%;
		}
		.order-list .order-content .order-info {
			text-align:left;
			margin-top:10px;
		}
		
		
	/* TABLAS RESPONSIVE FER
		.checkout-product table tfoot tr {
			border-bottom: 1px solid #ededed;
			display: block;
			padding-bottom: 5px;
		}
			.checkout-product table tfoot tr#total {
			border-bottom: none;
			display:table-row;
			}
		.checkout-product table tfoot td.price {
			padding:0 7px 0;
		}
		.checkout-product table tfoot td.total {
			padding:0 7px;
		}
		*/
		
		#welcome a:first-child {
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			float:left;
			max-width:113px;
			padding-right:5px;
		}
}

@media only screen and (max-width: 530px) {
	.pagination .links {
		float:left;
		margin-left:10px;
	}
	
	body.page_account.page_return .buttons .left {
		display:none;
	}
	body.page_account.page_return .buttons .right {
		float:none;
		text-align:right;
	}
	body.page_account.page_return .buttons .right input.button {
		display:inline-block;
	}
	form .buttons .right,
	form .buttons .left {
		float:none;
		text-align:left;
	}
	form .buttons .right{
		margin-top:10px;
	}
	form .buttons .right input.button {
		display:block;
	}
}


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


	.product-filter {
		display:none;
	}
	.product-grid .price,
	#content .box-product .price, #column-left .box-product .price,
	#column-right .box-product .price {
		font-size:15px;
	}
	.product-grid .bottom {
		text-align:left;
		padding-left:10px;
	}
	#content .product-grid .cart input,
	#content .product-grid .cart input:focus,
	#content .product-grid .cart input:focus-within {
		width:100%;/* Ajuste icono carrito respon */
		background-position: 1px 2px !important;
	}
	#content .product-grid .cart:hover {
		background-position: 1px 2px !important;
	}
	.product-grid .cart,
	#content .box-product .cart,
	.related-products .cart_botton {
		background-position:-38px 2px;
	}
}

@media only screen and (max-width: 460px) {
	.sellos-calidad {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		text-align: center;
	}

	#msj_ahorras {
		position: relative;
		bottom: 10px;
	  }
	.cart a#button-cart {
		padding: 10px 7px;
		margin-right: 5px;
    	margin-left: -10px;
		width: auto;
		font-size: inherit;
		text-align: center;
	}
	.cart a.product_wishlist,
	.cart a#button-cart {
		display: inline-block;
	}
	.cart a span.links,
	.product-info .price #text_price,
	.cart a {
		display: none;
	}
	.cart .product_wishlist {
		background-size: 40px;
		height: 18px;
		width: 18px;
	}
	.product-info .spin {
		position: fixed;
		bottom: 0px;
		width: 75px;
		left: 0px;
		background-color: #EEEEEE;
		height: 61px;
		z-index: 959;
		margin: 0;
		padding-left: 10px;
	}
	.product-info .spin span {
		width: 16px;
		height: 16px;
		padding-top: 0;
		line-height: 17px;
		margin-top: 22px;
	}
	.product-info .spin input {
		background-color: #EEEEEE;
		font-size: 16px;
		width: 30px;
		margin-top: 20px;
	}
	.product-info .cart {
		position: fixed;
		bottom: 0px;
		width: 150px;
		/* width: 60%; */
		right: 0px;
		background-color: #EEEEEE;
		z-index: 959;
		padding: 10px 0;
	}
	.product-info .price {
		position: fixed;
		bottom: 0px;
		width: 55%;
		left: 75px;
		height: 61px;
		font-size: 18px;
		background-color: #EEEEEE;
		z-index: 959;
		padding-left: 0;
	}
    .product-info .price #precio_final {
    	line-height: 28px;
		padding-left: 5px;
		font-size: 18px;
    }
	.product-info .price-old {
		font-size: 13px;
		color: #666;
	}
	.product-info .price-new {
		font-size: 16px;
	}
	.product-info span#msj_ahorras {
		font-size: 9px !important;
		color: #666;
	}
	.product-info .price:after {
		content:'';
		position:absolute;
		top:0;
		left:-75px;
		background: #eeeeee;
		width: 200%;
		height:61px;
		z-index:-1;
	}
	#mensaje_enviado {
		width: 100%;
		position: fixed !important;
		bottom: 60px;
		margin: 0 !important;
		left: 0;
		padding: 10px !important;
		border: 0 !important;
		background: #f6f6f6 !important;
		text-align: center;
	}
	#mensaje_enviado p {
		font-size:13px;
		margin: 0 0 6px !important;
		line-height:17px;
		text-align: center;
	}
	.product_wishlist {min-width: 10%;}
	
	.product-info .price #precio_final span#precio_final {
		font-size: 18px;
		margin: 0 !important;
	}
	.product-info .price #precio_final span,
	.product-info .price span:nth-child(3n+3){
		font-size: 13px;
		margin-left: 5px !important;
	}
	.product-info .price #email_cliente {
		margin-left: 5px !important;
		max-width: 150px;
	}






	#welcome span {
		display:none;
	}
	/* #welcome a:nth-of-type(1),
	#welcome a:nth-of-type(2) {
		font-size:0;
	} */
	
	.home aside #banner0 {
		width:100%;
		float:none;
		height:auto;
		max-height:initial;
	}
	.home aside .box.box_aside {
		height:auto;
		max-height:initial;
		width:48%;
		margin:0 0.5%;
	}
	.product-filter .sort {
		float:none;
	}
	.checkout-content .left,
	.checkout-content .right,
	.login-content .left,
	.login-content .right {
		float:none;
		width:100%;
	}
	.product-grid .price,
	#content .box-product .price, #column-left .box-product .price,
	#column-right .box-product .price {
		font-size:14px;
	}
	.product-grid-list ul li.first_item_tm .product-block {
		margin:6px 6px 6px 0 !important;
	}
	.product-grid-list ul li.last_item_tm .product-block {
		margin:6px 0 6px !important;
	}
	.checkout-content .buttons .right {
		text-align:left;
	}
	.checkout-content .buttons .right #button-payment-method {
		display:block;
		margin-left:0;
		margin-top:10px !important;
	}
		
	#content #related-grid.box-product .product-block {
		padding:0 3px 15px;
	}

}

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

	#search {
		padding: 5px
	}

	aside .box.box_aside {
		display:block !important;
		width:100% !important;
		margin:0 0 10px !important;
	}
	#header #cart .content {
		width:98%;
	}
	.fancybox-inner {
		height:auto;
	}
	.fancybox-inner p {
		text-align:center;
	}
	.fancybox-inner a.button {
		float: none !important;
    display: block;
    margin: 0 auto 10px;
    max-width: 220px;
	}
	.product-grid .price,
	#content .box-product .price, #column-left .box-product .price,
	#column-right .box-product .price {
		font-size:12.5px !important;
		letter-spacing:0.5px;
	}
	.product-grid-list .price-old,
	#content .box-product .price-old,
	#column-left .box-product .price-old,
	#column-right .box-product .price-old {
		font-size:10.5px !important;
		letter-spacing:0.5px;
	}
	.product-grid .bottom {
		padding-left:5px;
	}
	#content .product-grid .cart input {
		width:100%;/* Ajuste icono carrito respon */
		background-position: -2px 2px !important;
	}
	#content .product-grid .cart {
		/*width:35px;*/
	}
	#content .product-grid .cart:hover {
		background-position: -2px 2px !important;
	}
	.product-grid .cart,
	#content .box-product .cart,
	.related-products .cart_botton {
		background-position:-41px 2px;
	}
	#content .product-carousel .product-block,
	#content .box-product .product-block {
		padding:6px 4px;
		min-height: 250px !important;
	}
	.page_contact #content .content {
		margin:0 -10px;
	}
	.product-grid .image,
	#content .box-product .image {
		padding:5px 0 0;
	}
	.product-grid .name a {
		margin:5px 2px 2px;
	}
	.product-grid .name a br {
		content:' ';
	}
	.product-grid .name a br:before {
		content:' | ';
	}
	.mini-cart-info .image img {
		width:54px;
	}
	.mini-cart-info td.name {
		font-size:11px;
	}
	.mini-cart-info td.image {
		padding:10px 0;
	}
	
	.mini-cart-info td.image img {
		max-width:inherit;
	}
	.mini-cart-info td.image h3 {
		font-size:14px;
	}
	/* TABLAS RESPONSIVE FER 
	table.list tbody td {
		float:none;
		width:100%;
		display:block;
	}
	table.list#order-detail1 thead td.left:nth-child(2) {
		display:none;
	}
	table.list#order-detail1 tbody td.left:nth-child(2):before {
		content: 'Dirección Envío';
    background-color: #f1f1f1;
    padding: 7px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
	}
	table.list#order-detail1 tbody td.left:nth-child(2) {
		padding-top:40px;
		position:relative;
	}
	*/
	.checkout-content {
		padding:0px;
	}
	#header #search {
		padding:10px 5px;
	}
	#header #search input {
		/*width:180px;*/
	}
}