﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700;900&display=swap');
/* GIFTS */
#show-div-gifts{
	min-width: 200px;
	min-height: 36px;
}

.giftbox.noactive{
	opacity: 0.3 !important;
}

/* SWIPER */
div.special .swiper-slide .cart{
	background-color: white;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

div.special .swiper-slide .rating{
	background-color: white;
	padding: 0;
	margin: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets{display: none;}

.swiper-slide sup.old-price {
	/* text-decoration: line-through; */
	display: inline;
	color: #111;
	font-weight: 300;
	font-size: 14px;
	top: 6px;
	position: relative;
}

div.special .swiper-slide {
	min-height: 290px;
	height: 385px;
}

.precio-desc, .top-price {
	float: left;
  }

div.special p.price {
	position: absolute;
	padding-bottom: 0;
	line-height: 10px;
	margin-bottom: 0;
	bottom: 50px;
	width: 100%;
	text-align: center !important;
}
div.special .swiper-slide div {
	background-color: #f9f9f9;
	text-align: center;
	padding: 35px 20px 10px 20px;
	margin: 0 5px;
}

.swiper-pagination {
	position: relative!important;
	margin-top: 5px;
}

.swiper-button-next, .swiper-button-prev {
	color: #e8e8e8!important;
}

.swiper-pagination-bullet-active {
	background: #999!important;
}

.swiper-pagination-bullet {
	opacity: .1;
	color: #999!important
}

.swiper-wrapper p {
	text-align: center !important;
	padding: 0 10px;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
}

div.special .swiper-slide img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

#swiper-related .swiper-slide{
	height: 360px;
}

#swiper-related .swiper-slide div{
	padding:60px 60px 10px 60px ;
	background-color: #f9f9f9;
	text-align: center;
}

#swiper-related .swiper-slide .cart{
	padding: 0;
}
#cart.active {
    background-color: #ffffff;
}
#swiper-deseados .swiper-slide{
	height: 360px;
}

#swiper-deseados .swiper-slide div{
	padding:60px 60px 10px 60px ;
	background-color: #f9f9f9;
	text-align: center !important;
	margin: 0px 5px;
}

#swiper-deseados .swiper-slide p.price {
    position: absolute !important;
    padding-bottom: 0px;
    line-height: 10px;
    margin-bottom: 0px;
    bottom: 50px;
    width: 100%;
    text-align: center !important;
}

#swiper-deseados .swiper-slide .rating {
    background-color: white;
    padding: 0px;
    margin: 0px;
}

#swiper-deseados .swiper-slide .cart{
	padding: 0;
}

input[type="checkbox"] {
    float: left;
    margin: 6px 6px 0 0px;
}

.cart_completar_compra {
	line-height: 22px;
}

#contador {
	float: right;
}

div.cart-left-area > div {
	margin-bottom: 15px;
}

.form-check-label {
	display: inline !important;
}

.cart_left_highlight {
	font-size: 1.17em;
	font-weight: 700;
}

.cart_left_highlight > b {
	color: #7ab41d;
	font-weight: 900;
}

#form-dedicatoria {
	display: none;
}

#form-dedicatoria > textarea {
	margin: 10px 0;
	border-color:rgba(0, 0, 0, 1)
}

#quieres-dedicatoria, #gotodeseo, span.completar_compra {
	cursor: pointer;
}

.divisible{position: absolute;
	top: 82px;
	right: 0px;
	padding: 5px !important;
	width: 70px;
	height: auto !important;
	mix-blend-mode: initial;
	background: #fff;}

.description {
    padding: 0 10px;
}

a.product-review-link {
	color: #7ab41d;
	text-decoration: underline;
}

a.product-review-link:hover {
	text-decoration: none;
}

.banner-th {
	display: inline;
    padding: 2px;
}


@media only screen and (max-width: 1185px) {
		
	.banner-th {
		width: 25%;
		    padding: 3px;
	}

	.banner-th img {
		width: 24%;
	}

	#sub_header_th > .banner-th > img{
		width: 100%!important;
	}


}

@media only screen and (max-width: 877px) {
		
	.banner-th {
		width: 25%;
		    padding: 1.5px;
	}

	.banner-th img {
		width: 24%;
	}

	#sub_header_th > .banner-th > img{
		width: 100%!important;
	}


}

@media only screen and (max-width: 640px) {
		
	.banner-th {
		width: 50%;
	}

	.banner-th img {
		width: 48%;
	}

	#sub_header_th > .banner-th > img{
		width: 100%!important;
	}
}


#primary_nav_wrap > ul > li > a {
    text-transform: none !important;
    font-weight: 700 !important;
}

#primary_nav_wrap li.cat-1030 a.header {
    color: #7ab41d !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
}

.product-grid-list .name a, #content .box-product .name a, #column-left .box-product .name a, #column-right .box-product .name a {
    font-size: 12px !important;
}

#content .box .box-heading {
    padding: 6px 0px 8px 15px !important;
    font-size: 17px;
    text-transform: none !important;
}

.product-info .right h1.name {
    font-weight: 700 !important;
    text-transform: none !important;
}


/* INICIO: Modificación ocultar elementos en móviles <= 640 / escritorio >= 641  */ 
@media only screen and (min-width: 641px) {
	.hidden_responsive {
		display: block;
		visibility: visible;
	}
	.hidden_escritorio {
		display: none;
		visibility: hidden;
	}
}
@media only screen and (max-width: 640px) {
		
	.hidden_responsive {
		display: none;
		visibility: hidden;
	}
	.hidden_escritorio {
		display: none;
		visibility: hidden;
		/*display: block;
		visibility: visible;*/
	}
}

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

	aside {
		display: none;
	}
	#column-left>div.menu_responsive {
		display: none;
	}

	#netreviewsWidgetNum2299widget11av {
		display: none
	}

}

@media only screen and (max-width: 860px){
	.menu_responsive {
		overflow: auto;
	}
}

.m-scroll {
	display: flex;
	position: relative;
	width: 100%;
	max-width:1200px;
	height: 42px;
	margin: auto;
	background-color: #7ab41d;
	overflow: hidden;
	z-index: 0;
}  
.m-scroll__title {
	  display: flex;
	  position: absolute;
	  top: 0;
	  left: 0;
	  align-items: center;
	  justify-content: flex-start;
	  width: 100%;
	  height: 100%;
	  white-space: nowrap;
	  /* transform: scale(2); */
	  transition: all 1s ease;
}
.marquee1, .marquee2 {
		display: flex;
		animation: scrollText 40s infinite linear;
}
 
  .m-scroll span{
		font-size: 22.5px;
	  text-transform: uppercase;
	  font-weight: 900;
	  padding-top: 6px;
	color:white;
	  font-family: 'Poppins', sans-serif;}

 @keyframes scrollText {
	from   { transform: translateX(0%); }
	to { transform: translateX(-100%); }
  }


.page_category iframe {
	width: 100%!important;
}



.cc-cookies {
	/* width:auto; */
	position: fixed !important;
	box-shadow: 0px 0px 10px 1px #808080;
	background-color: white;
	color: #6f6f6f !important;
	font-size: 10px !important;
	padding: 5px 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 11111;
	text-shadow: none;
	text-shadow: none !important;
}

.cc-cookies a{
	color: #464646;

}
.cc-cookies a:hover{
	background: white !important;
	color: black !important;
}


a.cc-cookie-accept{
	background: #7ab41d !important;
	color: #fff !important;
	border: 1px solid #6d6d6d;
	border-radius: 0px !important;
	padding: 0.25em 5em !important;  
	box-shadow: none !important;
	text-shadow: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
		    margin: 2px 10px 2px 10px !important;
}

a.cc-cookie-decline{	
	margin: 2px 10px 2px 10px !important;
	background: #fff !important;
	color: #6d6d6d !important;
	border: 0px solid #fff;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding: 0.25em 0.5em !important;  
	text-transform: lowercase;
	text-shadow: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
}

@media screen and (max-width: 768px){
	.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
		margin: 5px 15px !important;
		padding: 0.25em 0.5em !important; 
	}
}


#AmazonLoginButton {
	float: right;
}

#addressBookWidgetDiv {
	margin: 0 auto;
	width: 300px; 
	height: 228px;
}

#sub_header_th{
	display: none;
}

#buttonsBookWidgetDiv{
	margin-top: 15px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
} 

#pymentBox{
	margin: 5px auto 0;
	width: 300px;
}


.menu_responsive {
	display: none;
}


/* FIN: Modificación ocultar elementos en móviles <= 640 / escritorio >= 641  */ 

/* Devoluciones ---------------------------------------------------------------------------------------------------*/
#ui-datepicker-div {
    background: silver;
    padding: 20px;
}

.ui-datepicker-prev.ui-corner-all, .ui-datepicker-next.ui-corner-all {
    padding: 0px 5px;
    background: white;
    margin-right: 10px;
}

.is-countdown {
    border-bottom: 0px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    overflow: auto !important;
    padding: 10px 0 10px 0 !important;
    width: 400px !important;
}

.countdown-amount {
    font-size: 20px !important;
    color: #7ab41e !important;
    font-weight: 700 !important;
    text-align: left !important;
        float: left;
    margin-right: 5px;
}

.countdown-period {
    color: #7ab41e !important;
    display: block !important;
    text-align: left !important;
    margin-top: 2px;
}

.countdown-show4 .countdown-section {
	width: auto !important;
	min-width: 90px;
}

@media only screen and (max-width: 640px){
.is-countdown {
    border-bottom: 0px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    overflow: auto !important;
    padding: 10px 0 10px 0 !important;
    width: 350px !important;
}

.countdown-amount {
    font-size: 16px !important;
    color: #7ab41e !important;
    font-weight: 700 !important;
    text-align: left !important;
        float: left;
    margin-right: 5px;
}

.countdown-period {
    color: #7ab41e !important;
    display: block !important;
    text-align: left !important;
    margin-top: 2px;
}

.countdown-show4 .countdown-section {
	width: auto !important;
	min-width: 85px;
}

}

#box_betseller {
	margin-top: 10px
}

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	
}
body {
	background-color: #ffffff;
	/* background-color: #e8e8e8;
    background-color: #f5f5f5;*/ 
	color: #111;
	/*font-family: 'PLay',Arial, Helvetica, sans-serif;*/
	font-family: 'Poppins', sans-serif;
	line-height:20px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.dd-container li {
    border-bottom: 1px dotted #e0e0e0;
    width: 100%;
	padding: 2px 0 !important;
}
.dd-container li:hover {
	background: #f8f8f8;
}
.dd-container li img {
	mix-blend-mode: multiply;
}
.ref_100_total {
	font-size: 11px;
	color: #999;
	margin-top: 10px;
}
.ref_100_total b {
	/* color:#111;
	font-size: 14px; */
	font-weight: 400;
	padding-right: 5px;
	font-size: 11px;
	color: #999;
}
.ref_cada100 {
	display: block;
	margin-top: 0;
	font-size: 11px;
	color: #999;
}
.ref_cada100 b {
	/* color:#111;
	font-size: 12px; */
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 400 !important;
	font-size: 11px;
	color: #999;
}
.product-info .option-image tr td:last-child {
	vertical-align: top;
}
.product-info .option-image span.ref_100 {
    display: block;
    font-size: 11px;
	line-height: 16px;
    color: #999;
}
.product-info .option-image span.ref_100 b {
    /* font-size: 13px;
    color: #111; */
    font-weight: 400;
	padding-right: 5px;
}
.product-info .option-image label {
	font-size: 14px;
}


.product-info, .tab-content {
	background-color: #fff
}

.product-info, .box {
	border: 1px solid #DDDDDD
}

.product-info .right {
	padding-right: 5px;
}


.novedad {
	color: #31B404;
}

.flex-control-nav {

	display:none;
	visibility: hidden

}

.flex-direction-nav {
	display: block!important;
	visibility: visible!important
}



body, td, th, input, textarea, select, a {

}

h1, .welcome {	
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 27px;
	font-weight: 900;
	color: #7ab41e;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
    text-align: left !important;
	margin: 0;
	line-height: 30px;	
	
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	text-align:justify;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #111;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a:hover, a:active {
	text-decoration:none;
	/*color:#7ab41d;*/
color: #7ab41d
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

/*==================================*/
/* START FORMALIZE */
/*==================================*/

.input_tiny { width: 50px; }
.input_small { width: 100px;}
.input_medium {  width: 150px;}
.input_large {  width: 200px;}
.input_xlarge {  width: 250px;}
.input_xxlarge {  width: 300px;}
.input_full {  width: 100%;}
.input_full_wrap {  display: block;   padding-right: 8px;}

/* `UI Consistency ---------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {  display: none;}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  z-index:0;
  position:relative;
}
button:hover{ transition-duration: 300ms;  background:#FF633F;}

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"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #eee;
	color: #888;
	outline: 0;
	padding:5px 5px 5px 3px;
	width:205px;
	z-index:0;
	position:relative;
/*	font-family:'PLay',Arial,Helvetica,sans-serif;*/
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {  color: #888; }

input:-moz-placeholder,
textarea:-moz-placeholder {  color: #888; }

input.placeholder_text,
textarea.placeholder_text {  color: #888; }
 


input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  /* for Opera */
  z-index: 1;
  /*
  -moz-box-shadow: #bbb 0 0 3px;
  -webkit-box-shadow: #bbb 0 0 3px;
  box-shadow: #bbb 0 0 3px;
  */
}

.header .form-search input:focus,
.header .form-search input:active{ 
	-moz-box-shadow: #ddd 0 0 0px;
	-webkit-box-shadow: #ddd 0 0 0px;
	box-shadow: #ddd 0 0 0px;
	border:none;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../image/megnor/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/
.ie6_button,
* html button {
  background: #ddd url('../image/button.png') repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #111;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888;
}

.ie6_input_disabled {
  background: #eee;
}
/*==================================*/
/* END FORMALIZE */
/*==================================*/

label {	cursor: pointer; }
/* layout */
#container { min-width: 1024px; }

#header,
.header_top_inner,
.nav-inner,
.content-inner,
.footer-inner
{	
	/*width: 1000px;*/
	width: 1170px;
	margin:0 auto;
	text-align: left;
	padding: 0 10px;
}


.footer-inner {	
	width: 900px;
	margin: 0 auto;
	
}


#header-container {
	background-color: #FFFFFF
}
.nav-container {
	/*background-color: #FBFBFB;
	border-bottom: #ddd 1px solid;*/
}

#header-container,
.nav-container,
#content-wrapper,
#footer-container,
copyright-container{ clear:both;}


#column-left {
	float: left;
	width: 215px;
}
#column-right {
	float: right;
	width: 215px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 233px;
}
#column-right + #content {
	margin-right: 233px;
}
/* header */
#header {
	min-height: 82px;
	margin-bottom: 0;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
	background-color: #FFFFFF
}

#logo-center {
	width: 15%;
	margin: 0 auto;
  }

#header #logo a img{
	margin-top:0px;
	height: 82px;
}

.titulo-categoria {
	margin-bottom: 10px;
	text-align: center;
}

.titulo-categoria, 
.refinar-por, 
.login-content, 
#latest_product .box-heading, 
.information-description, 
.register-content, 
.success-content,
.account-content,
.wishlist-info,
.cart-info,
.cart-total,
.cart-right-area,
.all-cart,
.checkout-content,
div.checkout,
#special .box-heading,
.order-list,
#box_betseller .box-heading,
#box_featured .box-heading,
.order-detail {
	background-color: #FFF;
}

.register-content, 
.success-content,
.account-content,
.wishlist-info,
.cart-info,
/*div.checkout,*/
.order-list {
	padding: 15px
}

.cart-right-area {
	padding: 0 15px 0 0
}

.titulo-categoria h1, #latest_product .box-heading, #special .box-heading, #box_betseller .box-heading, #box_featured .box-heading, .titulo-categoria h2 {
	padding-left: 15px;
	line-height: 45px;
	/*border-left: 5px solid #7ab41d;*/
}

.information-description {
	padding: 15px
}

.refinar-por h2, .refinar-por div {
	margin-left: 15px;
}

.refinar-por h2 {
	padding-top: 10px;
}


.product-info, .box {
	border: 0px
}




#header .header-left { float:left;    }
#header .header-right { float:right; width:612px; }

#content .welcome { display:none; visibility:hidden;}

.language_div, .currency_div{
    padding:10px;
	background-color: #FCFCFC;
    border: 1px solid #DDDDDD;
   	display:none;
	position:absolute;
	width:125px;
	z-index:999;
	top:32px;
	left:0;
}

#language {			
	margin:6px 5px 0;
	float:left;
    padding: 2px 0;
	position:relative;
	z-index:959
}
 #language .lang_image{ padding-left:5px; cursor: pointer;}
 
 #language .language_div img {
	cursor: pointer;
	margin-right: 5px;
    width: 24px;
}

.lang_image img {
width: 24px;
}


#currency {
	float:left;
	margin:6px 5px 0; 
    padding: 2px 0;
	position:relative;
	z-index:959
}
 
#currency .top_downarrow , #language .top_downarrow {
background: url('../image/megnor/arrow-down.png') right 4px no-repeat;  padding-right:10px;cursor:pointer;}
#currency.active .top_downarrow , #language.active .top_downarrow {
/*background: url('../image/megnor/arrow-up.png') right 7px no-repeat;*/
}
#currency .show:hover , #language .show:hover{color: #0088CC; cursor:pointer;	 }
 
.currency_div a ,.language_div a  {
	 display:block; 
	padding: 2px 4px;
	text-align:left;
	margin-right: 2px;}
#currency a:hover {
	
}
#header #cart {
	position:absolute;
	right:16px;
	top:16px;
	z-index: 9;
	min-width: 180px;
}
 
#header #cart .heading {
	float: right;
	 padding:10px 0 10px 47px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #FFF;
	position: relative;
	z-index: 1;
	background:url(../image/cart.png) no-repeat scroll left center transparent;
	cursor: pointer;
	background-size: 25px;
}

#header #cart .heading h4 { 
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	
}

#header #cart .heading:hover h4 { 
	/* color: #7ab41d; */
	color: #7ab41d;
}

#header #cart.active  .heading span {
	/*background:  url('../image/megnor/arrow-up.png') right 8px no-repeat;
	padding-right: 15px;*/
}
#header #cart .content {
	clear: both;
	display: none;
	float: right;
	position: relative;
	top: 0px;
	overflow: auto;
    max-height: calc(100vh - 150px);
	padding: 10px;
	min-height: 150px;
	background: none repeat scroll 0 0 #fff;
	/* border: 1px solid #E7E7E7; */
	border: 1px solid #aaa;
	width: 400px;
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}
#header #cart.active .content {
	display: block;
}

#header #cart .content.active {
	display: block;
}

.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {

	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #DDDDDD;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .checkout .ver_cesta {
	float: left;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {	
	z-index: 15;
	/* float: left; */
	position: absolute;
	top: 29px;
	right: 230px;
}

#header .button-search {
    background: url(https://thaderpharma.com/image/data/Banner/icon-search-light-th.svg) no-repeat;
    display: inline-block;
    height: 20px;
    text-indent: -999em;
    width: 20px;
    cursor: pointer;
    color: #c4c4c4;
    margin-left: -35px;
    top: 9px;
}

#header #search input {
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 37px;
    margin: 0;
    float: left;
    padding: 5px 0px 5px 15px;
    z-index: -1;
    font-family: 'Poppins', sans-serif;
    background: #7ab41d;
    width: 820px;
    color: white;
}
#search input::placeholder {
    color: white;
}


.ie7 #header #search input{	width: 205px;};
.ie7  #header .button-search{right:15px;}
#header .top-link{
}
#header .welcome-links{ width:100%; float:right; }
#header #welcome {
	z-index: 5;
	text-align: right;
	margin-top:10px;
	float:right;	
}
 
#header .links {
	float:right;	
	margin-top:10px;
	text-align:right;
}
#header .links a ,  #header #welcome a {
	display: inline;
	padding: 0px 0px 0px 7px;
}
#header .links a:hover{ }
#header .links a ,  #header #welcome a + a{
	margin-left: 5px;
	background:url(../image/megnor/pipe.gif) no-repeat left center;
	
}
#header .links a.logout { }
.ie7 .main-menu > ul > li > ul{ left:0;  top:45px;}
.ie7 .main-navigation ul li{display:inline-block;}
.ie7 #menu li:hover{display:inline;}


.tm_headerlinkmenu {
    display: none;
}

.tm_headerlinks_inner { 
    cursor: pointer;
    overflow: hidden;
} 
.headertoggle_img {
    background:url("../image/megnor/sprite.png") no-repeat scroll -7px -452px transparent;
    float: right;
    height: 20px;
    margin: 10px 10px 0 15px;
    width: 18px;
	cursor: pointer;
    float: none;
    margin: 0 auto;
}


/* menu */

.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	
	height: 45px;
	margin-bottom: 15px;

/*	padding: 0px 5px; */
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
 
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	border-right:1px dotted #777;
}
a.menu-home
{
	background:url(../image/megnor/home.png) no-repeat scroll left 10px;
	 height: 15px;
    padding-left: 0;
    padding-right: 22px;
    width: 13px;
}

.main-menu > ul > li:last-child{border:none;}

.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	font-size: 15px;
	color: #DEDDDD;
	display: block;
	padding: 12px 18px 13px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	font-family:'Poppins', sans-serif;
	text-transform:capitalize;
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	/*color:#7ab41d;*/
color: #7ab41d
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #FCFCFC;
	border:1px solid #DDDDDD;
	position: absolute;	
	z-index: 5;
	padding: 5px 0;	
	-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 2px rgba(0,0,0,0.3);	
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #fcfcfc;
	border:1px solid #DDDDDD;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:0;
	-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 2px rgba(0,0,0,0.3);	
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 190px;
}

.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{	
	margin: 2px 0;
    padding: 5px 15px;
	text-transform:capitalize;
	color: #111;
	display: block;
	/*font-family:'Droid Serif',Arial,Helvetica,sans-serif;*/
	white-space: nowrap; 
}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	/*color:#7ab41d;*/
color: #7ab41d
}
.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(../image/megnor/menu_dropdown.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}

.main-menu > ul > li ul > li:hover > a.activSub{background-image:url(../image/megnor/menu_drop_hr.png);/*color:#7ab41d;*/
color: #7ab41d}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 
.breadcrumb {
	color: #aaa;
	margin-bottom: 10px;
} 
.breadcrumb ul{ 
	list-style-type: none;
	padding:0px;
	margin:0px;
	list-style: none;
}
.breadcrumb ul li{ 
	padding: 0;
	margin:0;
	display:inline;
	position:relative;
}

.breadcrumb .unclickable-breadcrumb {
	color: #111111;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	position:relative;
}
#notification a{ /*color:#7ab41d;*/
color: #7ab41d}
.success {
	background: #f1f1f1 url('../image/megnor/success.png') 10px center no-repeat;
	border: 1px solid #DDDDDD;

}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;

}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;

}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top:6px;
	padding-right: 4px;
	cursor: pointer;
	position:absolute;
	right:10px;
}
.required {
	color: #DF0505;
	font-weight: bold;
}
.error {
	display: block;
	color: #DF0505;
}
.help {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:10px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {

}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 270px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #f1f1f1;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {

}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	/*color:#7ab41d;*/
color: #7ab41d;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #DDDDDD;
	padding: 8px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top:10px;
	background:#F1F1F1;
}
.pagination .links {
	float: right;
	margin:0 7px 0 0;
}
.pagination .links b,
.pagination .links span,
.pagination .links a {
	display: inline-block;
	border:1px solid #E1E1E1;
	padding: 4px 10px;
	background:#fff;
	color: #A3A3A3;
	margin-right: 5px;
}
.pagination .links b ,
.pagination .links span:hover ,
.pagination .links a:hover{
	display: inline-block;
	border: 1px solid #E1E1E1;
	background:#fff; 
	padding: 4px 10px;
	font-weight: normal;
	/* color: #7ab41d; */
	color: #7ab41d;
}
.pagination .results {
	float: left;
	padding-top: 3px;
	 margin: 3px 0 0 8px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	/* background:#cf2c2c; */
		background:#7ab41d;
	/* -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	 */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	border-bottom: 1px solid #7ab41d;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.button {
	display: inline-block;	
	padding: 8px 6px 8px 6px;
}
a.button.gris {
	/*background: #ccc;*/
	border-bottom: 1px solid #bbb;
	/*color: #111;*/
}

input.button.negro {
	background: #000000;
	border-bottom: 1px solid #bbb;
	color: #fff;
}

input.button.negro:hover {
	background: #7ab41d;
	border-bottom: 0px;
}

input.button {
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	outline: none;
}
#column-left input.button{}

.ie7 input.button  { padding:0 3px; } 

a.button:hover, input.button:hover {
  background:#333;
  border-bottom: 1px solid #333;
  color: #fff;
}

.buttons {
	background: #FFFFFF;	
	overflow: auto;
	padding: 6px;
	margin-bottom: 10px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#button-quote{ margin-top:5px; }
.htabs {
	/*height: 27px;*/
	height: auto;
	/*line-height: 16px;*/
	line-height: 27px;
	border-bottom: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;

}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	/* background: #EEEEEE; */
	background: #EEEEEE;
	padding: 5px 12px 5px 12px;
	/*float: left;*/
	text-align: center;
	font-size: 12px;
	color: #000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	background: #FFF !important; 
	color: #111;
	border-bottom: 1px solid #fff;
}
.htabs a:hover {
	background: #f5f5f5; 
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	text-align:justify;
}
#tab-related{ 
	position:relative;
	padding-top:25px;
}
#products-related{ }
/* box */  
.box {
	margin-bottom:10px;
}

#column-left .box ,
#column-right .box 
{
  background:#FCFCFC;
    border: 1px solid #DDDDDD;
    padding: 4px 8px;
	margin-bottom:20px;
	clear:both;
	
}

#column-left .box .box-content
{}
#column-left .box .box-heading 
{
}
#column-left .box .box-content ul
{
}

#column-left .box .box-content ul  ul{border-top:none;}

.box .box-heading,
.product-info .right h1.name

{
	color: #7ab41d;
	padding:25px 5px 6px 4px;
	margin: 0 0 2px;
	font-size: 14px;
	text-transform: uppercase;
}
#content #latest_product .box-heading {/*display:none;*/}
#content #latest_product .box-content{/*border-top:none;*/}
#content .box .box-heading {
	padding:6px 0px 8px 5px;
	font-weight: 600;
	text-align: center;
	font-size: 25px;	
}
.box .box-content
{	
	padding:4px 5px 8px;
	/*border-top: 1px dotted #D9D9D9;*/
	
	 
}
#content .box .box-content {padding:5px 0;}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding:4px 0;
}
.box .box-content ul li a , #content .content ul li a{
	background:url(../image/megnor/cate_icon.png) no-repeat left 6px;
	padding-left:12px;
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
	background:url(../image/megnor/cate_icon.png) no-repeat left -33px;
}

.box .box-content ul ul{
	margin-left:15px;
}

/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	/*padding: 0px 0px 8px 0px;*/
}
ul.box-category > li {
	padding: 4px 0px 4px 0px;
}
.box .box-content ul li + li {
}
ul.box-category > li > a {
	/*color: #333;*/
}
ul.box-category > li ul {
	display: none;
}
 
ul.box-category > li a.active {
	font-weight: normal;
	/*color:#7ab41d;*/
color: #7ab41d
}
ul.box-category > li a.active + ul {
	display: block;
	margin-left:15px;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	background:url(../image/megnor/cate_icon.png) no-repeat left 9px !important;
	padding-left:12px;
	display: block;
}
ul.box-category > li ul > li > a:hover{
background:url(../image/megnor/cate_icon.png) no-repeat left -30px !important;

}
ul.box-category > li ul > li > a.active {
	font-weight: normal;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	text-transform:capitalize; 
	display: block;
 
}
.box-filter label {    text-transform: capitalize;}

ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding:10px;
	overflow: auto;
	margin-bottom: 10px;
	border: 1px dotted #ededed;
	/* background:#f1f1f1; */
	background:#fff;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* category */
.category-info {
	overflow: auto;
	padding: 0;
	color: #111;
	/* text-align: center; */
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.category-info h3 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	color: #111;
	padding: 0;
	font-weight: 500;
	padding-bottom: 0px;
	margin-bottom: 6px;
	
}
.category-info .image {
	margin-right: 0px;
	margin-top: 0px;
}
.category-info img {
	max-width: 100%;
}
.category-info .image img {
	max-width: 100%;
	width: 100%;
}

.category-list {
	overflow: auto;
	margin-bottom: 10px;
}
.category-list ul {
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style:none;
}

.category-list ul li{ 
	margin:0 7px 7px 0;
	position:relative;
	overflow: auto;
	float:left;
	padding:0;
}
.category-list ul li a{ 
	padding:5px 8px; 
	background-color:#7ab41d;
	display:block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* border-bottom: 1px solid #e5e5e5; */
	/* border-bottom: 1px solid #7ab41d;*/
	outline: none;
    color: white;
}
.category-list ul li a:hover { 
	background-color:#e5e5e5; 
}

/* MODIFICACION para que se vea bien la imagen de la linea y la descripción */
.category-info-img .description {
	margin-right: 300px;
	font-size: 12px;
	margin-top: 16px;
}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DDDDDD;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #f1f1f1;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
	overflow: auto;
	margin-bottom:10px;
	background:#F1F1F1;
}
.product-filter select { width:auto;    cursor: pointer;}
.product-filter .display {

	float: left;
	margin-left: 6px;
    margin-right: 0;
    padding-top: 7px;
	
}

.product-filter .display .List a{
		background: url("../image/megnor/sprite.png") no-repeat scroll -32px -249px transparent;
	display: block;
    float: left;
    width: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .Grid a{
		background: url("../image/megnor/sprite.png") no-repeat scroll -4px -249px transparent;
	display: block;
    float: left;
    width: 28px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .List , .product-filter .display .List a:hover{
	background: url("../image/megnor/sprite.png") no-repeat scroll -32px -215px transparent;
	display: block;
    float: left;
    width: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .Grid  , .product-filter .display .Grid a:hover{
	background: url("../image/megnor/sprite.png") no-repeat scroll -4px -215px transparent;
	display: block;
    float: left;
    width: 29px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}

.product-filter .display a {
	font-weight: bold;

}
.product-filter .sort {
	float: right;
	margin-top:7px;
	
}
.product-filter .limit {
	float: right;
	 margin-left: 15px;
    margin-right: 6px;
    margin-top: 7px;

}
.product-compare {
	padding-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	  margin-top: 4px;
}
.product-compare a {
	font-weight: normal;
	margin-left:10px;
}
/*.product-list li {
	overflow: auto;
	margin-bottom: 15px;
}*/
/*.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}*/

.product-info-tags{ margin-bottom:15px;}

/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-bottom:5px;	
	width:100%;
	padding:5px 0;
	overflow: auto;
}
#column-left .box-product > div:last-child,
#column-right .box-product > div:last-child
{
    border-bottom: medium none !important;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	margin-right:7px;
	
}

#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}

#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}

#column-left .box-product .cart .button,
#column-right .box-product .cart .button{
	padding:0; background:none;box-shadow:none; height:auto;
	font-weight:normal;
	border-radius:0;
	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover { /*color:#7ab41d;*/
color: #7ab41d}

#column-left .box-product .image img,
#column-right .box-product .image img { width:48px;}


#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {margin-left:61px;  }

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}

/* Product Grid Start */
.product-grid-list { }
#content .box-product,
.product-grid-list ul{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	list-style: none;
	/* margin-left:-6px; */
	margin-left:0px;
	margin-right:-8px;
	overflow: hidden;
}

.product-grid-list ul li,
#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	width:250px;
	float:left;
	display: inline-block;
}
 
.ie7 .product-grid li{ width:255px !important; }
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block{	
	margin:4px 3px; 
	background:#fff;
	clear:both;
	overflow:hidden;
	border:1px solid #DDDDDD;
}

.grid_default_width { width:250px;}
.featured_default_width{ width:250px;}
.module_default_width{ width:225px;}
.latest_default_width{ width:188px;}
.special_default_width{ width:250px;}
.related_default_width{ width:250px;}
.bestseller_default_width{ width:188px;}
.additional_default_width{ width:70px;}



.banners-slider-carousel{ 
	position:relative;
	margin-bottom:15px;
	 width:100%;
	
}
 
.banners-slider-carousel .product-block-inner{text-align:center;padding:0!important;}

#content .product-carousel .product-block,
#content .product-grid-list  .product-block,
#content .box-product .product-block{ 
	margin: 3px;  
	background:#fff;
	clear:both;
	overflow:hidden;
}

#content .product-carousel .product-block:hover .cart, 
#content .product-grid-list .product-block:hover .cart, 
#content .box-product .product-block:hover .cart,
#content .box-product .product-block:hover .cart_botton{display:block;}



#content .product-carousel .product-block:hover,
#content .product-grid-list .product-block:hover,
#content .box-product .product-block:hover {
	overflow:hidden;
	clear:both;
}

.ie7 #content .product-carousel .product-block,
.ie7 #content .product-grid-list .product-block,
.ie7 #content .box-product .product-block {}

.ie7 #content .product-carousel .product-block:hover,
.ie7 #content .product-grid-list .product-block:hover,
.ie7 #content .box-product .product-block:hover {}


#content .product-carousel .product-block,
#content .product-grid-list .product-block,
#content .box-product .product-block
{ 
	/*padding:0;*/ 
	/*MODIFICACION para que se vea el subtitulo*/
	padding:0 0 15px 0;  
	text-align:center; 
	overflow:hidden; 
	position:relative; 
	border: 1px solid #f3f3f3;
	min-height: 260px;
}	

#content .product-grid-list .product-block{ 
	-webkit-box-shadow: 0 1px 0px 0px rgba(0,0,0,0.1);
	box-shadow:    0 1px 0px 0px rgba(0,0,0,0.1);
	-webkit-transition: border 0.3s, -webkit-transform 1s;
	-moz-transition: border 0.3s, -moz-transform 1s;
	-o-transition: border 0.3s, -o-transform 1s;
	-ms-transition: border 0.3s, -ms-transform 1s;
	transition: border 0.3s, transform 1s;
	border: 1px solid #f3f3f3;
}	
	
	
#content .product-carousel .product-block:hover,
#content .product-grid-list .product-block:hover,
#content .box-product .product-block:hover
{ 
-webkit-box-shadow: 0 1px 0px 0px rgba(0,0,0,0.1);
box-shadow: 0 1px 0px 0px rgba(0,0,0,0.1);
border: 1px solid #f3f3f3;
}	





#content .product-carousel .product-block-inner { 
	padding: 10px; 
	min-height: 160px;
}

#content .product-carousel .product-block-inner .image {
border: none;
}

#content #carousel-0 .product-block {margin:0 5px!important;padding:20px;border:1px solid #ECE6E6;}
#content #carousel-0 .product-block:hover{box-shadow:none;}




/* LIST */

#content .product-list .product-block-inner { text-align:left;padding:10px 9px;} 

#content .product-list .product-block{border:1px solid #ECE6E6;margin:0 0 6px;}

.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img{width:100%;height:auto;padding:0!important;}
.product-list .left{ float:left; width:175px; position:relative;}
.product-list .right {
	float: left;
	margin-left: 15px;
	text-align:left;
	width:540px; 
}

.product-grid .image,
#content .box-product .image {
	display: block;
	margin-bottom: 0px;
	padding: 15px 0px 0px 0px;
}

.product-grid .product-block .image img{
	transition: all 0.2s ease 0s;
}


.product-grid .product-block:hover .image img{
	/*opacity: 0.7;*/
	/*height: initial;*/
	 transform: scale(1.1); 
	 transition: all 0.5s ease 0s; 	
}

.product-grid-list .image img{
	padding: 0;
	height: 140px;
}

#content .box-product .image img {
	padding: 0;
}


#latest_product .product-grid .image img,
#latest_product .product-carousel .image img,
#special-carousel .product-carousel .image img,
#special-carousel .product-grid .image img,
#products-related .product-carousel .image img,
#products-related .product-grid .image img,
{max-width:100%;padding:0;width: 90px;}

#featured-grid .image img,
#featured-carousel .image img { max-width:100%;padding:0;width: 180px;}

#column-left .box-product .image img,
#column-right .box-product .image img {	padding: 3px; border: 1px solid #E7E7E7; background:#fff;}

.product-grid-list .name a,
#content .box-product .name a,
#column-left .box-product .name a,
#column-right .box-product .name a  {
	display: block;
	line-height: 16px;
	font-size: 11px;
	font-weight: 500;
}
.product-list .name a {
	color:#111;
	margin: 7px 0 15px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}

.product-grid-list .name a:hover,
#content .box-product .name a:hover,
#column-left .box-product .name a:hover,
#column-right .box-product .name a:hover  {
/*color:#7ab41d;*/
color: #7ab41d
}

.product-list .price {
	line-height: 45px;
}

/* CART */
.product-list .cart,
#content .box-product .cart, 
.related-products .cart_botton, 
.product-block-inner .cart{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	background: url('../image/carts_th.png') -35px 2px no-repeat;
	-webkit-transition: background 0.2s, -webkit-ease 0s;
	-moz-transition: background 0.2s, -moz-ease 0s;
	-o-transition: background 0.2s, -o-ease 0s;
	-ms-transition: background 0.2s, -ms-ease 0s;
	transition: background 0.2s, ease 0s;	
	
}
.product-list .cart:hover,
#content .box-product .cart:hover, 
.related-products .cart_botton:hover,
.product-block-inner .cart{
	background: url('../image/carts_th.png') 5px 2px no-repeat;
}
#content .product-list .cart input { 
	background: transparent;
	width: 50px;
	height: 40px;	
	border: none;
}

/* WHISHLIST */
.product-list .wishlist,
#content .box-product .wishlist {
	display: inline-block;
	position: absolute;
	bottom: 3px;
	right: 64px;
}
.product-list .wishlist a,
#content .box-product .wishlist a {
	background: url('../image/iconimage.png') no-repeat 0px 0px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;	
	display: inline-block;
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: opacity 0.2s, -webkit-transition 0s;
	-moz-transition: opacity 0.2s, -moz-transition 0s;
	-o-transition: opacity 0.2s, -o-transition 0s;
	-ms-transition: opacity 0.2s, -ms-transition 0s;
	transition: opacity 0.2s, transition 0s;		
}
.product-list .wishlist a:hover,
#content .box-product .wishlist a:hover  {
	background: url(../image/iconimage.png) no-repeat 0px -24px;
}
.product-list .product-block:hover .wishlist a,
#content .product-block:hover .wishlist a{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}


/* COMPARE */
.product-list .compare,
#content .box-product .compare {
	display: inline-block;
	position: absolute;	
	bottom: 3px;
	right: 110px;
}
.product-list .compare a,
#content .box-product .compare a {
	background: url('../image/iconimage.png') no-repeat -30px 0px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;	
	display: inline-block;
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: opacity 0.2s, -webkit-transition 0s;
	-moz-transition: opacity 0.2s, -moz-transition 0s;
	-o-transition: opacity 0.2s, -o-transition 0s;
	-ms-transition: opacity 0.2s, -ms-transition 0s;
	transition: opacity 0.2s, transition 0s;		
}
.product-list .compare a:hover,
#content .box-product .compare a:hover  {
	background: url(../image/iconimage.png) no-repeat -30px -24px;
}
.product-list .product-block:hover .compare a,
#content .product-block:hover .compare a{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}



/* GRID */

.product-grid .name a {
	color:#111;
	/*margin: 7px 10px 15px 10px;*/
	margin: 7px 10px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	font-weight: 500;	
}

.product-grid .product-block {
	/*height: 260px !important;*/
	min-height: 320px !important;
}



.name-sub {
	color: #4D4D4D;
	font-style: italic;
}


.product-grid .description,
#content .box-product .description {
	display: none;
}
.product-list .description {
	margin-bottom: 5px;text-align:justify;
}
.product-grid .rating,
#content .box-product .rating {
	display: block;
	/*position:absolute;*/
	bottom:90px;    
	width:100%;
	float:right;
}
.product-grid .rating img, #content .box-product .rating img{ margin:0 auto; }
.product-list .rating {
	color: #7B7B7B;
}

.product-grid .bottom {
	height: 40px;
	border-top: 1px solid #ECE6E6;
	background: #FCFCFC;
	bottom: 0;
	position: absolute;
	width: 100%;
	left: 0;	
}

/* PRICE */

.product-list .price,
.product-grid .price,
#content .box-product .price{
	font-size:18px;
	font-weight: 600;
}

.product-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price {
	display: block;
	color:#111;
	font-size:18px;
	padding: 0 0px 0 0;
	font-weight: 700;
	line-height: 40px;
}

#column-left .box-product .price,
#column-right .box-product .price{
	font-size:14px;margin: 0px 0;
	padding: 0;
	line-height: 25px;
}

.product-grid-list .price-old,
#content .box-product .price-old,
#column-left .box-product .price-old,
#column-right .box-product .price-old  {
	text-decoration: line-through;
	display:inline;
	color:#111;
	font-weight: 400;
	font-size: 15px;	
}

.product-grid-list .price-new,
#content .box-product .price-new,
#column-left .box-product .price-new,
#column-right .box-product .price-new {display:inline; color: #7ab41d}

.product-grid .price .price-tax,
#content .box-product .price .price-tax {
	display: none;
}
.product-grid-list .price-tax {
	color: #888888;
 	font-size:14px!important;
}

/* CART */
.product-grid .cart,
#content .box-product .cart, 
.related-products .cart_botton{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	background: url('../image/carts_th.png') -34px 2px no-repeat;
	border-left: #eee 1px solid;
	
	-webkit-transition: background 0.2s, -webkit-ease 0s;
	-moz-transition: background 0.2s, -moz-ease 0s;
	-o-transition: background 0.2s, -o-ease 0s;
	-ms-transition: background 0.2s, -ms-ease 0s;
	transition: background 0.2s, ease 0s;	
	
	opacity: 1;
}
.product-grid .cart:hover{
	opacity: 1;
	background: url('../image/carts_th.png') 5px 2px no-repeat;
}

.product-grid .cart input.button {
	border: none;
}
.product-grid .cart input.button:hover {
  border-color: #b01919;
}

/*#content .product-grid .cart input { 
	background: transparent;
	width: 50px;
	height: 40px;
}*/
.product-grid-list .cart input, 
#content .box-product .cart input, 
#content .related-products a.button {
    background: #7ab41d;
    height: 40px;
    width: 100%;
}
.cart {
    width: 100%;
}

.product-grid div.price {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
	text-align: center;
}
.hidden-item-gifts {
	display: none;
}

.hidden-item-gifts .cart input  {
    background: #7ab41d!important;
    width: 100%!important;
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
}

/*.product-grid-list .cart input, 
#content .box-product .cart input, 
#content .related-products a.button { 
	background:#1E1E1E; 
}*/

.product-grid-list .cart input:hover, 
#content .box-product .cart input:hover, 
#content .related-products a.button:hover{
	background:#111;transition-duration:300ms;
}

/* WHISHLIST */
.product-grid .wishlist,
#content .box-product .wishlist {
	display: inline-block;
	position: absolute;	
	top: 5px;
	left: 5px;
	
}
.product-grid .wishlist a,
#content .box-product .wishlist a {
	background: url('../image/iconimage.png') no-repeat 0px 0px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;	
	display: inline-block;
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: opacity 0.2s, -webkit-transition 0s;
	-moz-transition: opacity 0.2s, -moz-transition 0s;
	-o-transition: opacity 0.2s, -o-transition 0s;
	-ms-transition: opacity 0.2s, -ms-transition 0s;
	transition: opacity 0.2s, transition 0s;		
}
.product-grid .wishlist a:hover,
#content .box-product .wishlist a:hover  {
	background: url(../image/iconimage.png) no-repeat 0px -24px;
}
.product-grid .product-block:hover .wishlist a,
#content .product-block:hover .wishlist a{
	/*MODIFICACION wishlist*/
	/*
	opacity: 0.4;
    filter: alpha(opacity=40); */ /* For IE8 and earlier */
	
	opacity: 1;
    filter: alpha(opacity=100);
	
}


/* COMPARE */
.product-grid .compare,
#content .box-product .compare {
	display: inline-block;
	position: absolute;	
	top: 5px;
	right: 5px;
}
.product-grid .compare a,
#content .box-product .compare a {
	background: url('../image/iconimage.png') no-repeat -30px 0px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;	
	display: inline-block;
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: opacity 0.2s, -webkit-transition 0s;
	-moz-transition: opacity 0.2s, -moz-transition 0s;
	-o-transition: opacity 0.2s, -o-transition 0s;
	-ms-transition: opacity 0.2s, -ms-transition 0s;
	transition: opacity 0.2s, transition 0s;		
}
.product-grid .compare a:hover,
#content .box-product .compare a:hover  {
	background: url(../image/iconimage.png) no-repeat -30px -24px;
}
.product-grid .product-block:hover .compare a,
#content .product-block:hover .compare a{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

/* Product Info - Propduct Detail page */
.product-info {
	/*margin-bottom: 100px;	 */
	min-height: 480px;
	display: flex;
	flex-wrap: wrap;
}

.product-info > .left {
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
	position: relative;
    width: 36%;
}
.product-info > .left + .right {
	/*margin-left: 340px;
	overflow: hidden;
	min-height: 370px;*/
	width: 60%;
    float: right;
}
.product-info .right h1.name{
	margin-bottom:0px;
	margin-top: 5px;
	line-height: 28px;
	font-size: 27px;
	font-weight: normal;
	color: #111;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);	
}
.product-info .image {
	/*border: 1px solid #DDDDDD;	*/
	display:block;
	padding:10px;
	margin-bottom: 15px;
	text-align: center;
}
.product-info .zoomContainer{ z-index:9; }/* It need for ie7 */
.product-info .additional-carousel{ position:relative; }
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	 padding: 0 15px;
    width: 290px;
	/*max-height: 60px;*/
}
.product-info .image-additional img {	
	width: 50px;
	float: left;
	margin-right: 15px;
}
.product-info .image-additional a {

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

}
.product-info .description .product-description{ }
.product-info .description .product-description .description-right{
	padding-left:10px;
}
.product-info .description span {

}
.product-info .description a {
	/* color: #7ab41d;	 */
	color: #7ab41d;	
}
.product-info .description a:hover {
	color: #111;
}
.product-info .price {
	padding: 15px 5px 5px 5px;
	font-size: 22px;
	font-weight: 600;
}
.product-info .price-old {
	color: #111;
	text-decoration: line-through;

	font-size: 15px;
}
.product-info .price-new {
	/*color:#7ab41d;*/
    color: #7ab41d;
	font-size: 22px;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-left:5px;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
}
.product-info .options {
	border-bottom: 1px dotted #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom:0;
	z-index:999;

}
.product-info .options textarea{ width:95%; }
.product-info .options b,
.product-info .options strong{ font-weight: 600;}
.product-info .options h2{
	font-size:18px;	
	font-weight:normal;
	margin-bottom:12px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.product-info .cart {
    padding: 10px 5px 10px 5px;
    margin-bottom: 0px;
    z-index:999;
    display: inline-block;
    width: 80%;
}

.product-info .cart input{ width:auto;}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
	float:none;
}

/* WHISHLIST */
/*
.product-info .cart .links .product_wishlist {
	display: inline-block; 
	background: url('../image/iconimage.png') no-repeat 0px 0px;
	height: 24px;
	width: 25px;	
}
.product-info .cart .links .product_wishlist:hover {
	background: url(../image/iconimage.png) no-repeat 0px -24px;
}
*/
.product_wishlist {margin-left: 20px;min-width: 70%;font-size: 14px; font-weight: 800;}
.product_wishlist.anadir-lista {margin-left: 20px;min-width: 100%;font-size: 14px; font-weight: 800;}

.product_wishlist{
	display: inline-block; 
	background: url('../image/iconimage.png') no-repeat 0px 0px;
	height: 24px;
	width: 25px;
	margin-bottom: -7px;
}
.product_wishlist:hover{
	background: url(../image/iconimage.png) no-repeat 0px -24px;
}

.cart_wishlist{
	display: inline-block; 
	background: url('../image/iconimage.png') no-repeat 0px 0px;
	height: 24px;
	width: 25px;
	margin-bottom: -7px;
}
.cart_wishlist:hover{
	background: url(../image/iconimage.png) no-repeat 0px -24px;
}

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

/* COMPARE */
.product-info .cart .links .product_compare {
	display:inline-block; 
	background: url('../image/iconimage.png') no-repeat -30px 0px;
	height: 24px;
	width: 25px;		
}
.product-info .cart .links .product_compare:hover {
	background: url(../image/iconimage.png) no-repeat -30px -24px;
}

.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
}
.product-info .review  a.review-write{
	padding-left: 20px;
	background: url('../image/megnor/pencil.png') left center no-repeat;
}
.product-info .review > div {
	padding: 10px 0px;;
	line-height: 20px;
	border-bottom:1px solid #DDDDDD;
}
.product-info .review > div > span {
	color: #0088CC;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-bottom:none;
	padding-top:16px;
}
.product-info .review .share a {
	
}

#tab-review b,
#tab-review strong{ font-weight:normal;}
/*#tab-review .captcha { float:left; margin-right:10px;    margin-top:5px; width:205px;}*/

#tab-review h2{ margin-bottom:8px; text-transform:uppercase;}
#tab-review label{ display:block;margin-bottom:5px;}
/*#tab-review .entry_name { width:205px;}*/
#tab-review .entery_rating { line-height:25px;}
#tab-review .entery_captcha {line-height:25px;}
#tab-review br.spacing { margin-bottom:5px;}
 
.review-list {
	padding: 10px 0;
	overflow: auto;
	margin-bottom:10px;
	border-bottom: 1px solid #DDDDDD;
}
#review  .pagination{ border:none; margin-top:0; }
.review-list .author {
	float: left;
	margin-bottom: 10px;
}
.review-list .date { float:left; margin-left:5px;} 
.review-list .rating {
	float: left;
	margin-bottom: 10px;
	margin-left:5px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	background: #f1f1f1;
	text-align: left;
}
.attribute tr td:first-child {
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {

	background: #f1f1f1;
	text-align: left;
}
.compare-info tr td:first-child {

	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;

	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info td.remove a{  
	background: #ee5f5b;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
}
.compare-info td.remove a:hover{ 
	background: #bd362f;
	background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
	background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
 }
 
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	color: #7ab41d;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	background-color: #f1f1f1;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 0px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #111;
}
.wishlist-info tbody .action img , #wishlist-info-table .tm_responsive_group .Action img{
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
	
}
#ya_soy_cliente {
	margin-left: 10px;
	margin-top: 10px
}
#nuevo_cliente {
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 10px
}

.login-content .right a{  display: inline-block;margin-top: 10px;text-decoration:underline}
.login-content .right a:hover{ }
.login-content h2{ text-transform:capitalize;font-weight:normal;}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%;
}
.login-content .left .content, .login-content .right .content {
	min-height: 220px;
		
}
 
.login-content .left .content p, .login-content .right .content p{ margin-top:5px; margin-bottom:10px;text-align:justify;}
.login-content .left .content b, .login-content .right .content b { font-weight:normal;}
/* Shopping Cart */
.cart-left-area{
	float:left;
	width:48%;
	margin-top: 20px;
}
.cart-right-area{
	float:right;
	width:48%;
}
.cart-clear{ clear:both; overflow:hidden;}
.cart-buttons{ border:none;}
.cart-buttons .right{ }
.cart-buttons .center{ text-align:left;}

/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}

.order-detail-detail{
	background: #fff;
	padding: 15px

}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	background-color: #f1f1f1;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	/*border: 1px solid #DDDDDD;*/
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='text'] , .Quantity input[type='text'] { width:40px; }
.cart-info tbody .quantity img ,.Quantity img{top: 4px;}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img ,.Quantity img{
	position: relative;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #DF0505;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	overflow: auto;	
	margin-bottom: 15px;
}
.cart-right-area .checkout-button{
	text-align:right;
}
.cart-right-area .checkout-button a {
	/*padding: 12px 40px 12px 40px; */
	padding: 8px 82px 7px 83px;
    margin-bottom: 15px;
}
.checkout-button .button {
	font-size:25px;
    font-weight: 600;
	padding: 20px 82px 20px 83px !important;	
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */

.finalizar-compra {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
	color:white!important;
}

.checkout-heading {
	background: #f1f1f1;
	border: 1px solid #DDDDDD;
	padding: 8px;
	margin-bottom:3px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	
}
.checkout-content {
	padding: 25px;
	display: none;
	overflow: auto;
	border: 1px solid #DDDDDD;
	border-top:none;
	margin-bottom:15px;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}

.checkout-content .right a{border-bottom:1px solid;}


.checkout-content .buttons .right { width:auto;}
.checkout-content .buttons .right #button-payment-method{ margin-left:10px;}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	background-color: #f1f1f1;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	  border: 1px solid #DDDDDD;
	  background:#f1f1f1;
    margin-bottom: 10px;
    overflow: auto;
    padding: 30px 30px;
}
.contact-info .left {
	float: left;
	width: 100%;
	margin: 0;
}

.contact-info .right {
	float: left;
	width: 50%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
#footer {
	clear: both; 
	overflow:auto;
	min-height: 100px;
	padding: 12px 0px 9px;
}

.row-column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
}

#footer p {
	color: #fff
}

#footer p a:link, #footer p a:visited  {
	color: #fff;
	text-decoration: underline
}

#footer p a:hover  {
	text-decoration: none
}

#footer h3 {
	
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 7px;
	text-transform:uppercase;
	padding:6px 0 8px;
	/* color:#111; */
	color:#FFF;
	font-weight: 600;
	font-size: 13px;
}
#footer .column {
	float: left;
	width: 20%;	
}

#footer .column ul {
	margin: 0px;
	padding-left: 0px;
	list-style:none;  
}
#footer .column ul li {
	padding:5px 5px;
	margin:0;
    color: white;
}
#footer .column li span,
#footer .column li a {
	background:url(../image/megnor/cate_icon.png) no-repeat left 6px;
	padding-left:12px;	
	color: #fff
}

#footer .column li span:hover,
#footer .column li a:hover{
	background:url(../image/megnor/cate_icon.png) no-repeat left -33px;
	color: #fff;
	text-decoration: underline
}
#footer .column a:hover {
}

.column_ventajas {
	width: 480px;
	text-align: center;
	padding-right: 0!important;
	margin-right: 0!important;
	margin-left: 5px!important;
	font-size: 11px
}

.column_ventajas b {
	color: #fff
}


#mc_embed_signup input.button {
	background-color: #2C2C2C!important
}

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

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

ul.iconos_footer {
	height: 135px
}

#mc_embed_signup .button, #mc_embed_signup input.email {
	border-radius: 0px!important;
}

#powered {
 clear: both;
    display: inline-block;
    margin: 10px auto 10px;
    text-align: center;
}
/* banner */

.home .banner{clear:none; float:right;}

#special {
	/* margin-top: 100px */
}




#banner0 img, #banner1 img, #banner2 img {
	width: 282px;
	height: 116px;
}

#banner3 {clear:both; float:left; width: 585px!important; padding-bottom: 0px}

#banner4 {width: 585px!important; float:right; padding-bottom: 0px}

#banner3 img div, #banner4 img div{
	padding: 0px
}
.ie7 .home #banner2{width:177px;}
#banner2{margin-bottom:0;}
.home .banner div img{margin-bottom:0;float:left;}
.banner { 
	/* clear:both;  */
	margin-bottom:3px;
}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
 
}
.banner div img {
	margin-bottom: 8px;
	max-width:100%;
}

.banner img:hover, .flexslider:hover {
	border: 0px solid #7ab41d;
}
 
.captch_input{ float:left; margin:4px 7px 0 0 !important; }
.sale
{	
	position: absolute;
	top: 30px;
	right: -31px;
	background: #7ab41d;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 139px;
	text-align: center;
	display: block;
}
.product-list .sale {	
	top: 13px;
}

.product-list .sale{/* left:10px;right: auto; */}
#column-left .sale , #column-right .sale{ display:none; }
 
 
#content  .aboutus{ margin-bottom:20px; }
#content  .aboutus  .content{ border:none; padding:0px; }
#content  .aboutus  .image1{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px ;}
#content  .aboutus  .image2{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -105px ;}
#content  .aboutus  .image3{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -45px ;}
#content  .aboutus  .image4{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 15px ;}

/*
.contact-info  .address{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -225px ;    padding: 3px 0 3px 35px;}
.contact-info .telephone{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -315px ;    padding: 3px 0 3px 35px; }
.contact-info .fax{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -273px ;    padding: 0 0 0 35px;line-height:25px;}
*/
.address, .telephone{ margin-bottom:35px; }
.contact-info label{ font-weight:bold; }
 
.header_top
{
	width:100%;	
   	height: 38px;
	background: #f5f5f5 !important
}

#header-container {
	/* border-bottom: 2px solid #7ab41d; */
}

.language_label,.currency_label{display:none;}
.welcome-links{}
#welcome a + a{ padding:0 5px 0 9px;margin-left:5px;}
#welcome  a {padding:0 7px 0 10px; border-left: #7ab41d 1px solid; color: #000000;}
#welcome  a:first-child {border: none;}
#welcome a.login_nm{background:none;}
#welcome a.login {background:none;padding-left:10px;}
#welcome a.create_account{padding-right:0;}
.links{float:left;margin:10px 0 0 10px;}
.header_top .links{float:left;margin:8px 0 0 10px;}
.header_top .links a{ padding:0 7px 0 10px; border-left: #666 1px solid; color: #333; }
#wishlist-total{background:none;}
#welcome{ float:right;margin-top:8px;}

.nav-container
{
	float:left;
	width:100%;
	height: 45px;
    margin-bottom: 15px;
    margin-top: -5px;
}


/* INICIO: Sellos del footer */
#footer-container, .sellos
{
	/* background: #7ab41d; */
	background-color: #444; 
}

div.sellos 
{
	display: table;
}

div.sellos div 
{
	float: left;
	text-align: center;
	width: 195px;
	min-height: 160px;
}

.sellos-calidad {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
	align-items: center;
}

.sellos-calidad img {
    width: 70px;
}

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

	div.sellos div 
	{
		width: 50%;
	}


}

div.sellos div p
{
	text-align: center;
	color: #fff;
}

div.sellos > div > img 
{
	max-width: 50px;
}

/* FIN: Sellos del footer */

/*#social_block h3{*/
/*	padding: 15px 0!important*/
/*}*/

.bottom_bottom
{
	background-color: #444;
	color: #fff;
	padding: 5px;
}


.bottom_bottom a {
    padding-left: 12px;
    color: #fff;
}

.footer_bottom {
    margin-bottom: 0px;
    width: 100%;
	text-align:center;
}



/*.bottom-footer-container {
	background: #565656; 
	background: -moz-linear-gradient(top, #565656 0%, #0b0b0b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#0b0b0b)); 
	background: -webkit-linear-gradient(top, #565656 0%,#0b0b0b 100%); 
	background: -o-linear-gradient(top, #565656 0%,#0b0b0b 100%); 
	background: -ms-linear-gradient(top, #565656 0%,#0b0b0b 100%); 
	background: linear-gradient(to bottom, #565656 0%,#0b0b0b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#0b0b0b',GradientType=0 );
}*/

.bottom-footer-container {
	background-color: #353230;
}


#bottomfooter {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 1000px;
}
#bottomfooter ul {margin: 9px 0;padding: 0;}
#bottomfooter ul li {
    display: inline;
    list-style: none outside none;
	background:url(../image/megnor/footer_pipe.jpg) no-repeat scroll left center;
	
	  margin: 0 0px;
    padding: 0 5px 0 9px;
}
#bottomfooter ul li.first{background:none;}
#bottomfooter ul li span,
#bottomfooter ul li a {
	color:#ddd;
}
#bottomfooter ul li span:hover,
#bottomfooter ul li a:hover {
	/*color:#7ab41d;*/
	color: #7ab41d
}
#footer-container #footer #social_block{width:100%; clear: both;}
#footer-container  #footer .paiement_logo_block{  margin-left: 5px; /*width: 155px;*/}
#footer #social_block, #footer .paiement_logo_block{
	float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
	background:none!important;
}
#footer-container  #footer .cms_right{margin:0;padding:0;background:none;}
#footer-container  #footer .image-right{width:275px;float:left;margin:8px 0;}
#footer-container  #footer .image-right p{margin-bottom:0;}
#footer .custom_footer_main_block .column li a {background: none ;}
#social_block li {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    margin-right: 0;
    padding: 0 !important;
    width: 36px;
}

.ie7 #social_block li,.ie7 .paiement_logo_block li {display:inline}

/*#social_block h3,.paiement_logo_block h3 {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*}*/

/* REDES SOCIALES */
#social_block li.facebook{ background:url("../image/megnor/sprite.png") repeat scroll -83px -572px transparent;}
#social_block li.twitter{ background:url("../image/megnor/sprite.png") repeat scroll -83px -707px transparent;}
#social_block li.youtube{ background:url("../image/megnor/sprite.png") repeat scroll -83px -639px transparent;}
#social_block li.instagram{ background:url("../image/megnor/sprite.png") repeat scroll -83px -775px transparent;}
#social_block li.linkedin{ background:url("../image/megnor/sprite.png") repeat scroll -1px -572px transparent;} 

#social_block li.facebook:hover{background-position:-83px -605px;}
#social_block li.twitter:hover{background-position:-83px -741px;}
#social_block li.youtube:hover{background-position:-83px -673px;}
#social_block li.instagram:hover{background-position:-83px -809px;}
#social_block li.linkedin:hover{background-position:-32px -572px;} 

/*****************************/
.custom_footer_inner_block li {list-style: none;}
#footer .custom_footer_main{background:none;}
#footer .custom_footer_main
{
	 background:none;
    margin-right:0;
    padding-right:0;
   /* width: 522px;*/
}
#footer .custom_footer_main #contact_block{   width: 207px;margin-bottom:0;}
#footer .custom_footer_main #contact_block li {margin: 4px 0; padding: 3px 0;}
#footer .custom_footer_main .column li a {background: none;}
#footer .custom_footer_main #contact_block .custom_block .email a{padding:0;}
#footer .paiement_logo_block ul{   margin: 5px 0 0;}
.paiement_logo_block li {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin: 0 2px;
    padding: 0 !important;
    width: 45px;
}

.paiement_logo_block li.america { background:url(../image/megnor/payment_icon.png) no-repeat scroll 0px 0 transparent}
.paiement_logo_block li.visa {background:url(../image/megnor/payment_icon.png) no-repeat scroll -143px 0 transparent;}
.paiement_logo_block li.discover {background:url(../image/megnor/payment_icon.png) no-repeat scroll -95px 0 transparent;}

#topcontrol .top_button {
    background: url(../image/megnor/top_icon_th.png) no-repeat scroll 0 0 transparent;
    bottom: 100px;
    font-size: 0;
    height: 45px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -60px;
    width: 45px;
	z-index:9595;
}


.page_sitemap .sitemap-info li{line-height: 30px;}



/*********************************************/
#vertical_latest_product #latest_product
{
    margin-left:9px;
    margin-top:0px;
    width: 160px;
}
#vertical_latest_product .box-heading{display:none;}
#vertical_latest_product .box-content{border-top:none;}
#latest_product .product-block{ position: relative;overflow: hidden;display:block;}
#vertical_latest_product #latest_product .product-block-inner
{
	 overflow: hidden;
    padding: 0;
    text-align: center;
}
#vertical_latest_product #latest_product .product-block
{
	 border: medium none;
    margin: 0;
    overflow: hidden;
    padding-top: 4px;
}
#vertical_latest_product #latest_product .product-block-inner img{width:97%;}
.product-block-inner .prod_content{ /*display:none; */}

#column-left .product-block-inner .prod_content{display:block;}
#content #latest_product .product-block:hover .prod_content
{

}
.ie7 #latest_product .product-block:hover .prod_content{background:#F8F8F8;}
.horizontal_new_product{clear:right;}
#content #latest_product .product-block:hover .cart{display:none;}
#latest_product .product-block .price{color:#111;}
#latest_product #ui-carousel-prev
{
	height: 22px;
    position: absolute;
    right: 59px;
    text-indent: -9999px;
    top: 0px;
    width: 40px;
    z-index: 1;
	background:url(../image/megnor/sprite.png) no-repeat scroll -40px -28px transparent;
}
#latest_product #ui-carousel-prev:hover{background-position:0 -28px;}
#vertical_latest_product
{
	display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
#ui-carousel-next,#ui-carousel-prev{display:none;}
#vertical_latest_product:hover #ui-carousel-prev {display:block}
#vertical_latest_product:hover #ui-carousel-next{display:block}
#latest_product #ui-carousel-next
{
	height: 22px;
    position: absolute;
    right: 59px;
    text-indent: -9999px;
    top: 555px;
    width: 40px;
    z-index: 1;
	background:url(../image/megnor/sprite.png) no-repeat scroll -40px -1px transparent;
}
#latest_product #ui-carousel-next:hover{background-position:0 -1px;}


#mgmenu1 .bottom-links {
padding: 6px 0px 20px 25px;
/*border-top: #eee 1px solid;*/
background: #fff;
overflow: auto;
}

.bottom-links h4 {
	margin-bottom: 19px !important;
}

a.ship {
background: url('../image/supermarket7.png') 10px -2px no-repeat;
padding-left: 42px !important;
}

#latest-carousel .cart {
display: none;
}
.subscribe_module {
/*
	margin-top: 8px;
	margin-bottom: 17px;
*/
}
.subscribe_module h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	color:#111;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	text-align: left; 
	line-height: 20px;	
}
.subscribe_module p{
	/*text-transform:uppercase;*/
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10px;
}
.subscribe_module small {
	width: 100%;
	font-size: 10px;
	display: block;
	clear: left;
	margin-top: 10px;
}

input#subscribero_email {
	width:170px;
	background-color: #FFFFFF !important;
    color: #999999;
    height: 30px !important;
	display:inline-block;
	/*margin-bottom:10px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;	
	margin-right: 10px;
}
a.pago_seguro {
	background: url('../image/cadena.png') no-repeat 0px 0px !important;
	padding-left: 18px !important;
	margin-left: -6px !important;
}
a.pago_seguro img {
	vertical-align: middle;
	margin-left: 10px;
}

.mgmenu_small_title > span {
	font-size: 12px !important;
	margin-top: -5px !important;
	font-weight: 100;
}

.mgmenu_small_title_first {
	background: url('../image/sep01.png') no-repeat 6px 12px !important;
	height: 38px;
}
.mgmenu > li > a, .mgmenu > li.mgmenu_small_title > span {
	padding: 15px 0 7px 15px;
}
.spin {
    display: inline-block;
	margin-left: 5px;
}
.spin span {
	display: inline-block;
	width: 24px;
	height: 22px;
	text-align: center;
	padding-top: 2px;
	background: #333;
	cursor: pointer;
	border-radius: 40px;
	-webkit-user-select: none;
	color: #fff;
}
.spin span:hover {
	background: #cf2c2c;
}
.spin input {
	width: 40px;
	height: 22px;
	text-align: center;
	font-weight: bold;
	border: none;
	font-size: 23px;
	margin: 0;
	padding: 0;
	color: #111;
	vertical-align: top;
}
.promo_limitada {
	color: #7ab41d;
	margin-top: 40px;
	margin-bottom: 5px;
}

div.suscribete {
	background-color: #7ab41d;
	color: #FFF;
	padding: 10px 0!important;
	text-align: center;
}

div.suscribete > h6 {
	font-size: x-large;
	margin: 15px!important;
}

div.suscribete > form > input {
	margin: 10px!important;
}

.terminos {
	text-align: center;
}
.terminos a, .terminos a:hover  {
	color: #fff;
	font-weight: 600;
}
.terminos a:hover  {
	text-decoration: underline;
}

div.suscribete > form > input.button {
	background-color: #353230;
}

div.suscribete > form > div.terminos {
	width: 90%;
	margin: 0 auto;
} 

#button-cart {
    padding: 20px 20px;
    width: 90%;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

/*
#sub_total,#shipping,#tax {
	display: none;
}
*/
#social_block li span,
#social_block li a {
	height: 36px;
	width: 36px;
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	background: none!important;
}

#social_block li a:hover, #social_block li a:visited  {
	text-decoration: none!important;

}

.menu-servicios {
	background: url('../image/servicios.png') 10px 9px no-repeat;
	padding-left: 43px !important;
}
.menu-packs {
	background: url('../image/pack.png') 10px 9px no-repeat;
	padding-left: 41px !important;
}
.menu-regalo {
	background: url('../image/gift.png') 10px 9px no-repeat;
	padding-left: 40px !important;
}
.menu-ediciones {
	background: url('../image/time.png') 10px 9px no-repeat;
	padding-left: 42px !important;
}
.menu-novedades {
	background: url('../image/megafono.png') 10px 9px no-repeat;
	padding-left: 42px !important;
}

.menu-promociones {
	background: url('../image/promociones.png') 0px 8px no-repeat;
	padding-left: 32px !important;
}

.menu-recien-llegados {
	background: url('../image/recien-llegados.png') 0px 8px no-repeat;
	padding-left: 32px !important;
}

.menu-ultimas-unidades {
	background: url('../image/ultimas-unidades.png') 0px 8px no-repeat;
	padding-left: 32px !important;
}

.mini-cart-total h3 {
	margin: 5px 0;
}
.cart-total h3 {
margin: 0;
}



/*MODIFICACIONES*/

.header-container-secretos { 
	background-color: #e7aec6;
}

#banner1, #banner2  {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px
}


#banner1 > div {
	padding-bottom: 0px
}

#banner2 {
	padding-top: 0px;
}


.bf {
	background-color: #333;
	color: #fff;
	margin-top: 22px;
	padding: 16px;
	position: relative;
	margin-bottom: 4px;
}

.banner-top-cabecera-rebajas {
	background-color: #79B31E;
	color: #fff;
	margin-top: 22px;
	padding: 16px;
	position: relative;
	margin-bottom: 4px;
}


.producto-rebajas-mensaje {
	text-align: center;
	background-color: #79B31E;
	color: #fff;
	margin-top: 22px;
	padding: 16px;
	position: relative;
	margin-bottom: 4px;
}



.sale-black-friday {
    position: absolute;
    top: 100px;
    left: 0px;
	font-weight: bold;
	padding: 5px;
    border: 2px solid #ffbefa;
    box-shadow: 0 0 0.2rem #ffcefb, 0 0 0.1rem #ffc1fa, 0 0 0.1rem #ff0080, 0 0 0.8rem #ff0080, 0 0 0.5rem #ff0080, inset 0 0 0.8rem #ff0080;
    text-align: center;
    border-radius: 5px;
    color: #aa00b9;
	margin-left: 7px;
	background-color: #fff;
	z-index: 1;
}


.bt-conf-order{
	padding: 24px !important;
	line-height: 4px !important;
}

.lst-checkout-preview{
	padding-left: 5px;
}

.checkout_cart_referencia {
    font-size: 12px !important;
    line-height: 16px !important;
}

.modal-full-block {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/catalog/view/theme/default/image/loading-large.gif') 
                50% 50% 
                no-repeat;
	background-size: 80px 80px;
}

.pp-btn-container {
	text-align: center;
}

.table-order-container{
	overflow-x: auto;
}

.mb-20{
	margin-bottom: 20px;
}

.inci span{
	cursor:pointer;
}


.inci span:hover{
	color:#79B31E;
}



#inci_small{
	color: #95A5A6;
	margin-left: 15px;
}

.inci_header{
	margin-bottom: 50px;
	display:flex;
	align-items: center;
}

#inci_large{
	max-width: 40%;
    display: inline-block;
	text-align: justify;
	margin-left: 5%;
	vertical-align: top;
}

.inci_body{
	display:flex;
	justify-content: space-around;
	align-items: center;
}

@media only screen and (max-width: 768px) {
		
	#inci_large{
		min-width: 100%;
		text-align: justify;
		margin-top: 8%;
		margin-left: 0;
	}

	.inci_image{
		min-width: 100%;
	}
	.inci_header{
		margin-bottom: 50;
	}
	.inci_body{
		display: block;
	}
}

/* search form */
.search-page-form, .search-page-form .form {
	padding-top: 1em;
}

.search-page-form .form div {
	padding-bottom: 1em;
}
.search-page-form .form div label {
	display: block;
}

.search-page-form .form .check {
	display: flex;
}

.search-page-form .form .check label{
	margin-left: 6px;
}

@media screen and (min-width: 993px) {
	.search-page-form {
		display: flex;
		justify-content: space-between;
	}
	
	.search-page-form .text {
		width: 40%;
	}
	
	.search-page-form .form {
		width: 60%;
		padding-top: 0;
		padding-left: 10%;
	}
	
	.search-page-form .form div {
		padding-bottom: 1em;
	}
	
	.search-page-form .form div label{
		padding-right: 2em;
	}
}