/* ARCHIVO DE ESTILOS DEL TEMA */
/* Aqui se definirán los estilos para dar colores y aspecto general a los contenidos de la tienda */

/* Declaraciones de fuentes web ------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700,300);
/* FIN Declaraciones de fuentes web --------------------------------------- */

/* Estilos genericos para etiquetas html y Modificaciones de estilos de bootstrap*/
/* Etiquetas html */
body {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#8D8D8D;
}
a {
	color:#444444;	
}
a:hover,a:focus {
	color:#F58B74;
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Raleway', sans-serif;
	color: #444444;
	text-transform:uppercase;
}
h1, .h1 {
	font-size: 25px;
}
h2, .h2 {
	font-size: 18px;
}
h3, .h3 {
	font-size: 15px;
}
h4, .h4 {
	font-size: 14px;
}
/* FIN Etiquetas html */
/* Clases Bootstrap */
.text-primary {
	color: #8d8d8d;
}

.rating {
	white-space:nowrap;
}
.rating i.fa{
	color:#FCB830;
}
a.rating:hover i.fa{
	color:#ffca00;
}

/* Menú -----------------------------*/
.navbar {
	margin-bottom:0px;
	min-height:22px;
}
#contMainMenu .navbar-nav  li.dropdown:focus > .dropdown-menu,
#contMainMenu .navbar-nav  li.dropdown:active > .dropdown-menu,
#contMainMenu .navbar-nav  li.dropdown:hover > .dropdown-menu { /*para hacer que se despliegue el menu al pasar el raton, ademas de pulsar */
	display:block;
}
/* FIN Menú -----------------------------*/
/* Formularios -----------------------------*/
.form-control {
	background-color:#EEEEEE;
	color:#444444;
	font-size:12px;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:none;	
	-webkit-box-shadow:none;
	box-shadow:none;
}
.form-control:focus {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(0, 0, 0, 0.6);
    outline: 0 none;
}
/* FIN formularios -----------------------------*/
/* Botones -----------------------------*/
.btn {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform:uppercase;
	padding: 9px 10px;
}

.btn-xs, .btn-group-xs > .btn {
    font-size: 8px;
    padding: 6px 8px 5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.btn-primary {
	color:#ffffff;
	background-color:#444444;
	border-color:#444444;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {	
	color:#fff;
    background-color:#515151;
    border-color:#515151;
}
.btn-default,
.btn-danger {
	color:#5B5B5B;
	background-color:#E4E4E4;
	border-color:#E4E4E4;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color:#5B5B5B;
    background-color:#F4F4F4;
    border-color:#F4F4F4;
}
.btn-success {
	color:#ffffff;
	background-color:#444444;
	border-color:#444444;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color:#ffffff;
    background-color: #F58B74;
    border-color: #F58B74;
}

.btn-link {
	color:#444444;
}
.btn-link:hover,.btn-link:focus {
	color:#F58B74;
}

.btn-sm {
	font-size:10px;
	padding: 5px 10px;
	line-height:1.5;
}
/* FIN Botones -----------------------------*/
/* FIN Clases Bootstrap */
/* FIN Estilos genericos para etiquetas html y Modificaciones de estilos de bootstrap*/

/* Modificaciones a secciones de pagina*/ 
#time {
    color: #808080;
    font-size: 10px;
	text-align:right;
}


#cookies.alert {
	margin:0;
}
#cookies {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	background-color:#505252;
	opacity:0.9;
	color:#fff;
	font-weight:300;
	letter-spacing:1px;
	font-size:12px;
}
#cookies p{
	color:inherit;
}
#cookies .content a{
	text-decoration:underline; 
	color:inherit;
}
#cookies .title{
	font-size:16px;
	color:#fff;
}
#cookies .close{
	color:inherit;
	opacity:0.6;
}
#cookies .close:focus, 
#cookies .close:hover{
	color:inherit;
	opacity:1;
}


#page_aside {
    background-color: #ffffff;
	min-height:100%;
}
body.CMSMode #page_aside {
    background-color: #ffffff;
	min-height:calc(100% - 40px);
	margin-top:0px;
}
@media screen and (max-width: 768px) {
	#page_aside {
		border-right: 1px solid transparent;
	}
}
@media (min-width: 768px) {
	#page_aside .navbar-nav {
		float: none;
	}
	#page_aside .navbar-nav > li {
		float: none;
	}
}
#contHeadLanguages {
	border-bottom: 1px solid #c7c7c7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#page_main #page_main_header {
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
	overflow:hidden;
}
#pagecartprocess #page_main #page_main_header {
    background-color: transparent;
}
@media screen and (max-width: 768px) {
	#page_main {
		border-left: 1px solid transparent;
	}
	#page_main #page_main_content {
		padding: 0 15px;
	}
}
@media screen and (max-width: 350px) {
	#page_aside {
		min-height: 100%;
		position: absolute;
		width: 80%;
		z-index: 1;
	}
	body.show_menu #page_main {
		-webkit-transform: -webkit-translateX(80%);
		-webkit-transform: translateX(80%);
		-moz-transform: translateX(80%);
		-ms-transform: translateX(80%);
		-o-transform: translateX(80%);
		transform: translateX(80%);
	}
}
/* FIN Modificaciones a secciones de pagina*/ 

/* Clases propias cerradas en Mabisy */


.price,
.price.price-new {
	color:#F58B74;
}

.price.price-big {
	font-family: 'Raleway', sans-serif;
	font-size:24px;
}

.price-old,
.price.price-old {
	color:#939393;
	text-decoration:line-through;
}

/* Control MENU */
#page_aside .navbar-nav {
    margin: 0px;
}
#page_aside .navbar-nav > li.dropdown i.fa.fa-angle-down {
	display:none;
}
#page_aside .navbar-nav > li > a {
	padding-left: 0px;
	padding-top:1px;
	padding-bottom:1px;
	color:#444;
	font-weight:bold;
}
#page_aside .navbar-nav > li > a:hover,
#page_aside .navbar-nav > li > a:focus {
	background-color: transparent;
	color:#F48B73;	
}
#page_aside .navbar-nav > li .dropdown-menu {
    border: 0 none transparent;
    box-shadow: none;
    float: none;
    padding: 0;
    position: static;
}
#page_aside .navbar-nav > li .dropdown-menu {
    display: block;
}
#page_aside .navbar-nav > li .dropdown-menu {
    font-size:inherit;
}
#page_aside .navbar-nav > li .dropdown-menu > li > a {
    color: #8D8D8D;
    font-weight: normal;
    font-size:inherit;
    padding-top: 1px;
    padding-bottom: 1px;
}
#page_aside .navbar-nav > li > .dropdown-menu > li > a {
    padding: 1px 10px;
}
#page_aside .navbar-nav > li .dropdown-menu > li.active > a {
	background-color: transparent;
	font-weight:bold;
}
#page_aside .navbar-nav > li .dropdown-menu > li > a:hover,
#page_aside .navbar-nav > li .dropdown-menu > li > a:focus {
	background-color: transparent;
	color:#F48B73;	
}
/* FIN Control MENU */
/* Control LOGO */
#page_aside_header .store_logo {
	display:block;
	margin:0 auto;
}
#page_aside_header .store_logo img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}
#page_main_header #contHeadLogo-xs {
	display:inline-block;
}
#page_main_header .store_logo {
	width:auto;
	max-width:100%;
	margin-top:4px;
	margin-bottom:4px;
	display:block;
}
#page_main_header .store_logo img {
	width:auto;
	max-width:100%;
	height:40px;
	max-height:40px;
	margin: 0 auto;
}
#pagecartprocess #page_main_header .store_logo img {
    height:auto;
	max-height:unset;
}
/* FIN Control LOGO */
/* Control BOTON CARRITO */
#page_aside #contHeadShoppingCart {
	padding-top: 2px;
	padding-bottom:2px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
#page_aside .btn-shoppingcart {
	background-color:transparent;
	border: 0px none transparent;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#444;
	font-size:12px;
	width:100%;
	max-width:100%;
	display:block;
	text-align:right;
	padding:10px 5px;
    outline: 0 none;
}
#page_aside .btn-shoppingcart i.fa-shopping-cart{
	float: left;
}
#page_aside .btn-shoppingcart span.text-shoppingcart-text,
#page_aside .btn-shoppingcart i.fa-angle-down{
	display:none;
}
#page_aside .btn-shoppingcart strong.text-shoppingcart-price{
	font-weight:normal;
	display:inline-block;
	border-left:1px solid #c7c7c7;
	margin-left: 7px;
    padding-left: 7px;
}

#page_aside .btn-shoppingcart:hover, #page_aside .btn-shoppingcart:focus {
	background-color:#F4F4F4;	
}
#page_aside .btn-shoppingcart:hover .fa-shopping-cart, #page_aside .btn-shoppingcart:focus .fa-shopping-cart{
	color:#F58B74;	
}
#page_aside .btn-shoppingcart .text-shoppingcart-number {
	font-weight:normal;
}
#page_aside .panel-cartsummary {
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-color:#c7c7c7;
}

#page_main_header .btn-shoppingcart {
	background-color:transparent;
	border:0px none transparent;
	color:#444;
	font-size:12px;
	padding:12px 10px;
}
#page_main_header .btn-shoppingcart span.text-shoppingcart-text,
#page_main_header .btn-shoppingcart strong.text-shoppingcart-price,
#page_main_header .btn-shoppingcart i.fa-angle-down{
	display:none;
}
#page_main_header .btn-shoppingcart span.text-shoppingcart{
	display:inline-block;
	height:24px;
	line-height:24px;
	width:24px;
	text-align:center;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#eee;
	color:#444;
}
#page_main_header .btn-shoppingcart i.fa-shopping-cart {
	display:block;
	float: left;
	margin-top: 4px;
}
#page_main_header .btn-shoppingcart.btn-shoppingcart-empty span.text-shoppingcart {
	display:none;	
}
/* FIN Control BOTON CARRITO */

/* Control slider ----------------------------------------------------*/
.carousel.slide .carousel-control {
	display:none;
}
.carousel-indicators li {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #999999;
	border: none;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:1px 4px;
}
.carousel-indicators .active {
	width: 13px;
	height: 13px;
	background-color:#F58B74;
	margin:1px 4px;
}

/* FIN Control slider ----------------------------------------------------*/

/* Control breadcrumb ----------------------------------------------------*/
.breadcrumb {
	padding: 0px;
	margin-bottom: 15px;
	list-style: none;
	background-color: transparent;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.breadcrumb .active a {
	color:#8D8D8D;
}
.breadcrumb .active a:hover {
	color:#F58B74;
}
/* FIN Control breadcrumb ----------------------------------------------------*/

/* Control buscador --------------------------------------*/
.form-search .form-control {
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-search .btn-default{
	border: none;
	background-color:transparent;
	position: absolute;
	z-index: 5;
	right:0px;
	top: 0px;
}
.form-search .btn-default:hover{
	color:#F58B74;
}
#contHeadSearch .form-search .form-group, #contHeadSearch .form-search .input-group {
	width:100%;
}
/* FIN Control buscador ----------------------------------------------------*/

/* Control slider de marcas */
.slider-manufacturer {
    margin-bottom: 20px;
    position: relative;
	display:block;
}
.slider-manufacturer .slider-buttons {
    float: left;
    margin: 0;
}
.slider-manufacturer .slider-buttons .btn {
    bottom: 0;
    line-height: 70px;
    min-height: 80px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    width: 25px;
}
.slider-manufacturer .slider-buttons .btn-prev {
    left: 0;
}
.slider-manufacturer .slider-buttons .btn-next {
    right: 0;
}
.slider-manufacturer .slider-div {
    height: 80px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.slider-manufacturer .slider-div ul.row.manufacturers{
    height: 80px;
	display:block;
	overflow:hidden;
}
.slider-manufacturer .slider-div .caroufredsel_wrapper li > a {
    display: block;
    height: 70px;
    line-height: 70px;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.slider-manufacturer .slider-div li img {
    max-height: 70px;
}
.slider-manufacturer .slider-div .caroufredsel_wrapper li img {
    max-height: 70px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	margin:0 auto;
}
/* FIN Control slider de marcas */

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color:#fff;
	border-color:#ddd;
	color:inherit;
}

/*Control Listado de productos MODO GRID (los listados de Nuevos y Destacados lo heredan) */

.product .product-new,
.product .new_s {
	text-transform:capitalize;
	font-weight:bold;
	background: none repeat scroll 0 0 #F58B74 /*#FF0000*/;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    color: #FFFFFF;
	display:inline-block;
    padding: 0 5px;
	width:60px;
	height:25px;
	line-height:25px;
	text-align:center;
}

.products .product {
	background-color:transparent;
	border: none;
	text-align: center;
	max-width:100%;
	position:relative;
	padding: 0px 0px 5px 0px;
	transition:none;
}
.products .product:hover {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.products .product .product-img {
	background-color:#fff;
}
.products .product .product-img img {
	/*centrado vertical de imagen*/
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*centrado vertical de imagen*/
}
@media (min-width: 0px) and (max-width: 767px) {
	.products .product .product-img img {
		/*centrado vertical de imagen*/
		position: static;
		top: auto;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		/*centrado vertical de imagen*/
	}
}
html.lt-ie9 .products .product .product-img img {
	/*centrado vertical de imagen*/
	position: static;
	top: auto;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	/*centrado vertical de imagen*/
}
.products .product .caption {
	padding-bottom: 10px;
}
.products .product .caption .btn.btn-block {
	position:absolute;
	bottom:9px;
	left:9px;
	right:9px;
	width:auto;
}
.products .product .caption .product-category,
.products .product .caption .product-manufacturer,
.products .product .caption .product-famliy {
	display:none;
}
.products .product .caption .product-name {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* number of lines to show */
	line-height: 18px;        /* fallback */
	max-height: 18px;       /* fallback */
	font-size:13px;
	margin:0px;
}
.products .product:hover .caption .product-name,
.products .product:focus .caption .product-name,
.products .product:active .caption .product-name {
    color: #F58B74;
	text-decoration:none;
}
.products .product .caption .product-description {
	color:#666;
	font-size:13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-height: 18px;        /* fallback */
	max-height: 36px;       /* fallback */
}
.products .product .caption .product-new,
.products .product .caption .new_s {
	position:absolute;
	/*left:15px;*/
	right:10px;
	top:10px;
}
.products .product .caption .product-unitsbypack, 
.products .product .caption .product-description, 
.products  .caption .btn {
	display:none;
}

.caroufredsel_wrapper .products .product {
	display:block;
}

/*@media (min-width: 1199px){
	.row.products	.col-md-3 {
		width: 20%;
	}
}*/


/* addcart varias unidades */
.products .product .caption .block-addcart-quantity {
	display: inline-flex;
	flex-flow: row nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	bottom: calc(100% + 20px);
	margin-top:10px;
}
.products .product .caption .block-addcart-quantity .btn {
	display:block;
	position:static;
	height:35px;
}
.products .product .caption .block-addcart-quantity .btn-block .btn-text{
	display:none;
}
.products .product .caption .block-addcart-quantity .input-group-quantity {
	flex-basis: 140px;
}
.products .product .caption .block-addcart-quantity .input-group-quantity + .btn {
	margin-left:10px;
}
.products .product .caption .block-addcart-quantity .input-group-quantity > .form-control,
.products .product .caption .block-addcart-quantity .input-group-quantity > .input-group-addon,
.products .product .caption .block-addcart-quantity .input-group-quantity > .input-group-btn > .btn {
	padding: 5px 10px;
	height: 30px;
	min-height: 35px;
	position: static;
	display:block;
	border-radius:0;
}
/* FIN addcart varias unidades */

/* FIN Control Listado de productos MODO GRID (los listados de Nuevos y Destacados lo heredan) */

.product .product-img.with-img-hover img{
	max-height:100%;
}
.product .product-img.with-img-hover:hover img{
	display:none !important;
}
.product .product-img.with-img-hover:hover img.img-hover{
	display:block !important;
}

/*Control Listado de productos MODO LISTA (los listados de Nuevos y Destacados lo heredan) */
.products-list .product {
	background-color: transparent;
	border: none;
	text-align: center;
	max-width: 100%;
	position: relative;
	padding: 0px 0px 5px 0px;
	transition: none;
}
.products-list .product:hover {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.products-list .product .product-img {
	background-color:transparent;
	float:left;
	width:25%;
	width:calc(300px - 0%);
	max-width:30%;
	display:block;
	margin-bottom:0px;
	padding:5px;
}
.products-list .product .product-img > img{
	max-height:200px;
}
.products-list .product .caption {
	float: left;
	width:75%;
	width:calc(100% - 300px);
	min-width:70%;
	display:block;
    margin-bottom: 0px;
    padding: 5px;
    text-align: left;
	padding-right:20%;
	padding-bottom:45px;
}
.products-list .product .caption .product-name {
	font-weight: bold;
	/*font-size:13px;*/
	margin:0px;
}
.products-list .product:hover .caption .product-name,
.products-list .product:focus .caption .product-name,
.products-list .product:active .caption .product-name {
    color: #F58B74;
	text-decoration:none;
}
.products-list .product .caption .product-price {
	position:absolute;
	right:9px;
	top:9px;
	width:25%;
	max-width:25%;
	display:block;
	text-align:right;
}
.products-list .product .caption .product-new,
.products-list .product .caption .new_s {
	position:absolute;
	left:10px;
	top:10px;
}
.products-list .product .caption .btn {
	bottom: 19px;
    display: inline-block;
    max-width: 20%;
    position: absolute;
    right: 0;
    width: auto;
	min-width:35px;
	text-align:center;
	white-space: normal;
}
.products-list .product .caption .btn i.fa {
	display:inline-block;
	margin:0 3px 3px;
}
.products-list .product .caption .btn .btn-text {
	display:inline-block;
}

/* addcart varias unidades */
.products-list .product .caption .block-addcart-quantity {
	bottom: 19px;
    max-width: auto;
    position: absolute;
    right: 0;
    width: 200px;
    min-width: 200px;
    text-align: center;
    white-space: normal;	
	
	display: inline-flex;
	flex-flow: row nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-top:10px;
}
@media (min-width:0px) and (max-width:449px) {
	.products-list .product .caption .block-addcart-quantity {
		margin: 0;
		align-items: flex-end;
		align-content: flex-end;
		justify-content: flex-end;
		width: calc(100% + 70px);
		bottom:10px;
	}
}
.products-list .product .caption .block-addcart-quantity .btn {
	display:block;
	position:static;
	height:35px;
	float:none;
}
.products-list .product .caption .block-addcart-quantity .btn-block .btn-text{
	display:none;
}

.products-list .product .caption .block-addcart-quantity .input-group-quantity {
	flex-basis: 140px;
}
.products-list .product .caption .block-addcart-quantity .input-group-quantity + .btn {
	margin-left:10px;
}
.products-list .product .caption .block-addcart-quantity .input-group-quantity > .form-control,
.products-list .product .caption .block-addcart-quantity .input-group-quantity > .input-group-addon,
.products-list .product .caption .block-addcart-quantity .input-group-quantity > .input-group-btn > .btn {
	padding: 5px 10px;
	height: 30px;
	min-height: 35px;
	position: static;
	display:block;
	border-radius:0;
}
/* FIN addcart varias unidades */

.productdetails.productdetails-dw .products .product .caption .product-unitsbypack, 
.productdetails.productdetails-dw .products .product .caption .product-description, 
.productdetails.productdetails-dw .products  .caption .btn,
.productdetails.productdetails-dw .products-list .product .caption .product-unitsbypack, 
.productdetails.productdetails-dw .products-list .product .caption .product-description, 
.productdetails.productdetails-dw .products-list .caption .btn {
	display:none;
}
.productdetails.productdetails-dw .productdetails-galleries .galleryproduct li:first-child,
.productdetails.productdetails-dw .productdetails-galleries .gallerysku li:first-child{
	display:block !important;
}
.productdetails .param .option {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 -2px;
    padding: 0 5px;
}


/* Listado de productos en categorias ----------------------------------------------------*/
/*
@media (min-width: 1199px){
	.products.list-products-list .col-md-4, .row.products.products-related .col-md-4, .products.list-products-list .col-sm-4 {
		width: 20%;
	}
}
*/
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #F58B74;
	text-decoration: none;
}
a.thumbnail:hover .caption,
a.thumbnail.active .caption {
	text-decoration:none;
	color: #F58B74;
}
/* FIN Listado de productos en categorias ----------------------------------------------------*/

/* Paginacion en listados de productos ----------------- */
.pagination {
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top:0px;
	margin-bottom:0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	color:#ffffff;
	background-color:#444444;
	border-color:#444444;
	font-weight:bold;
}
.pagination > li > a, .pagination > li > span {
	color: #8B8B8B;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color:#fff;
    background-color: #F58B74;
    border-color: #F58B74;
}
/* FIN Paginacion en listados de productos ----------------- */

/* Control Filtros de productos */

@media (min-width: 992px) {
	#page_aside .productlistlinks.collapse {
		display:block !important;
		height:auto !important;
	}
	#page_main_content .btn-toggle-filters {
		display:block !important;
	}
}
.btn-toggle-filters.collapsed i.fa.fa-minus-circle:before{
	content:"\f055"
}


.nav-tabs-ajax {
	font-size: 12px;
    margin-left: -6px;
    margin-right: -6px;
    text-align: center;
}
.nav-tabs-ajax > li > a{
	padding: 10px;
	white-space:normal;
}
.nav-tabs-ajax > li{
	display: inline-block;
    float: none;
    max-width: 45%;
    text-align: center;
    vertical-align: bottom;
}
.slider.slider-horizontal {
	margin-left: 5%;
    margin-right: 5%;
    width: 90%;
	margin-left: calc(0% + 15px);
    margin-right: calc(0% + 15px);
    width: calc(100% - 30px);
}
.nav-tabs-ajax {
	margin-bottom:15px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.nav-tabs-ajax > li > a{
		padding: 5px;
	}
}
@media (min-width: 0px) and (max-width: 767px) {
	.nav-tabs-ajax {
		font-size: 14px;
	}
	.nav-tabs-ajax > li > a{
		padding: 10px 15px;
	}
}
@media (min-width: 992px)  {
	#page_main_content .productlistlinks-container .btn-toggle-filters {
		display:none !important;
	}
}
.navbar.productlistlinks .navbar-filters{
	text-align:center;
}

@media (min-width: 0px) {
	.productlistlinks-container .btn-toggle-filters {
		display: none !important;
	}
	.productlistlinks-container .productlistlinks {
		display: block !important;
		height: auto !important;
	}
}

.linkstree {
	max-height:160px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom:15px;
}
.linkstree .list-unstyled .list-unstyled {
	padding-left:20px;
}
.linkstree .list-unstyled {
	margin-top:1px;
}
.linkstree .list-unstyled li {
	white-space:nowrap;
	margin-bottom:0.25em;
}
.linkstree .list-unstyled li .fa.fa-caret-right,
.linkstree .list-unstyled li .fa.fa-caret-down{
	cursor:pointer;
}
.linkstree .list-unstyled label.btn-link{
	margin-bottom:0px;
	white-space:normal;
	vertical-align:top;
	text-decoration:none;
}
.linkstree .list-unstyled label.btn-link > span{
	text-decoration:none;
	display:none;
}
.linkstreegroup {
	margin-bottom:15px;
}
.linkstreegroup .linkstree {
	margin-bottom:0px;
}
.linkstreegroup .linkstree + a {
	margin-top:15px;
	display:inline-block;
}
.slider.slider-horizontal .tooltip {
    z-index: 50;
}
.slider.slider-horizontal .slider-handle {
	background-image: linear-gradient(to bottom, #F58B74 0px, #BB6451 100%);
}
.slider.slider-horizontal .slider-handle:hover {
	background-image: linear-gradient(to bottom, #444444 0px, #515151 100%);
}
.slider.slider-horizontal .slider-selection {
	background-image: linear-gradient(to bottom, #f4f4f4 0px, #eee 100%)
}

/* FIN Control Filtros de productos */

/*FIN Control Listado de productos (los listados de Nuevos y Destacados lo heredan) */

/* Ficha productos ----------------------------------------------------*/
.productdetails h1 {
	margin-top:0px;
}
.productdetails .price.price-productpage {
	color:#444444;
	font-family: 'Raleway', sans-serif;
	font-size:18px;	
}
.productdetails .price.price-old {
	text-decoration:line-through;
	color:#939393;
	font-size:15px;
	margin-right:10px;
}
.productdetails .tab-content {
	padding:15px 20px;
}

.productdetails .manufacturer-logo-link img{
	max-height:60px;
}
.productdetails .panel-cart .form-group .help-text {
	display:inline-block;
	padding:5px;
}

.productdetails.productdetails-dw .col-cart > .panel-cart {
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	border-left:0px none transparent;
	border-right:0px none transparent;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.productdetails.productdetails-dw hr {
	border-top:1px solid #c7c7c7;
}
.productdetails.productdetails-dw .col-cart > .panel-cart:first-child {
	margin-top:38px;
}
@media (min-width: 992px) {
	.productdetails.productdetails-dw .col-commercedata {
		margin-top:-110px;
	}
}

.productdetails .thumbnail{
	border-width:0px;
}
.productdetails .param .thumbnail{
	border-width:1px;
}

.productdetails .text-danger.help-block{
	color:#a94442;
	font-weight:bold;
}
.productdetails.productdetails-dw .rrss-buttons .btn-sm{
	font-size:14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.productdetails.productdetails-dw .col-images{
		width: 58.3333%;
	}
	.productdetails.productdetails-dw .col-cart{
		width: 41.6667%;
	}
	
	.productdetails.productdetails-dw .productdetails-galleries .col-md-2{
		width:33.3333%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.productdetails.productdetails-dw .col-images{
		width: 45%;
	}
	.productdetails.productdetails-dw .col-cart{
		width: 55%;
	}
	.productdetails.productdetails-dw .productdetails-galleries .col-sm-3{
		width: 50%;
	}
	.productdetails.productdetails-dw .col-rrss,
	.productdetails.productdetails-dw .col-description,
	.productdetails.productdetails-dw .col-commercedata {
		width: 100%;
	}
}
/* FIN Ficha productos ----------------------------------------------------*/

/* Carrito de compra ----------------------------------------*/
.shoppingcart > .row.panel.panel-default .col-sm-push-8 {
padding-top: 20px;
}
.shoppingcart .panel-default {
	margin-right:0px;
	margin-left:0px;
}
.shoppingcart .input-quantity {
	display:inline-block;
	width:auto;
}
.shoppingcart .btn-delete > i.fa.fa-trash-o:before {
	content: "\f00d";
}
/* FIN Carrito de compra ----------------------------------------*/
/* Control NUEVO Carrito de compra */
table.table-shoppingcart tr.item-product td.quantity .input-quantity {
	max-width:70px;
	margin:0 auto;
}
table.table-shoppingcart tr.item-product td.quantity .input-quantity + a.small {
	display:block;
}
@media (min-width: 0px) and (max-width: 767px) {
	table.table-shoppingcart tr.item-product,
	table.table-shoppingcart tr.item-discount {
		position:relative;
		overflow:hidden;
		display:block;
		border-bottom: 1px solid #ddd;
	}
	table.table-shoppingcart tr.item-product:first-child,
	table.table-shoppingcart tr.item-discount:first-child {
		border-top: 1px solid #ddd;
	}
	table.table-shoppingcart tr.item-product td,
	table.table-shoppingcart tr.item-discount td {
		position: relative;
		float: left;
		white-space: normal;
		border-top:0px none;
	}
	table.table-shoppingcart tr.item-product td.concept,
	table.table-shoppingcart tr.item-discount td.concept {
	}
	table.table-shoppingcart tr.item-product td.concept-image,
	table.table-shoppingcart tr.item-discount td.concept-image {
		width:calc(33%);
	}
	table.table-shoppingcart tr.item-product td.concept-image img,
	table.table-shoppingcart tr.item-discount td.concept-image img {
		max-height:120px;
		margin:0 auto;
	}
	table.table-shoppingcart tr.item-product td.concept-data,
	table.table-shoppingcart tr.item-discount td.concept-data {
		max-width:calc(100% - 33% - 60px);
	}
	table.table-shoppingcart tr.item-product td.amount,
	table.table-shoppingcart tr.item-discount td.amount {
		width: 33%;
		text-align: right;
		min-height: 70px;
		clear: both;
	}
	table.table-shoppingcart tr.item-product td.quantity,
	table.table-shoppingcart tr.item-discount td.quantity {
		width: 33%;
		min-height: 70px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}	
	table.table-shoppingcart tr.item-product td.quantity .input-quantity {
		max-width:35px;
	}
	table.table-shoppingcart tr.item-product td.delete,
	table.table-shoppingcart tr.item-discount td.delete {
		position: absolute;
		right: 0;
		top: 0;
		max-width:calc(60px);
	}
	table.table-shoppingcart tr.item-product td.delete a,
	table.table-shoppingcart tr.item-discount td.delete a{
		display:block;
	}
	table.table-shoppingcart tr.item-product td.total,
	table.table-shoppingcart tr.item-discount td.total {
		width: 34%;
		min-height: 70px;
		text-align: right;
	}
	table.table-shoppingcart tr.item-product td.amount:before,
	table.table-shoppingcart tr.item-product td.quantity:before,
	table.table-shoppingcart tr.item-product td.total:before,
	table.table-shoppingcart tr.item-discount td.amount:before,
	table.table-shoppingcart tr.item-discount td.quantity:before,
	table.table-shoppingcart tr.item-discount td.total:before {
		content: attr(data-title);
		font-weight: bold;
		display: block;
	}
	table.table-shoppingcart tr.item-discount td.amount,
	table.table-shoppingcart tr.item-discount td.quantity,
	table.table-shoppingcart tr.item-discount td.total {
		min-height: 60px;
	}
}
/* FIN Control NUEVO Carrito de compra */

/* Control NUEVO Resumen de compra */
@media (min-width: 768px) and (max-width: 991px) {
	.summarycart .panel-summary .table tbody tr,
	.summarycart .panel-summary .table tbody tr td {
		display:block;
		margin-left:0;
		margin-right:0;
	}
	.summarycart .panel-summary .table tbody tr td + td{
		border-top-width:0px;
	}
}
.summarycart .panel {
	color:#333;
}
.summarycart .panel .panel-heading .panel-title,
.summarycart .panel .panel-heading .h3.panel-title {
	background-color:transparent;
	color:#333;
	padding:0;
}
.summarycart .panel-help .h3.phone {
	background-color:transparent;
	color:#333;
}
/* FIN Control NUEVO Resumen de compra */

/* Control NUEVO Formas de envío */
.row.shipping-forms .row-options {
	text-align:left;
}
.row.shipping-forms .row-options > *{
	text-align:left;
}
.row.shipping-forms .row-options .shipping{
	display:inline-block;
	vertical-align:bottom;
	float:none;
	margin:0 -2px;
}
	.shipping-forms-container .h2,
	.payment-terms-container .h2 {
		font-size: 18px;
		padding:0;
		background:transparent;
	}
	.shipping-forms-container .h3,
	.payment-terms-container .h3 {
		font-size: 16px;
		padding:0;
		background:transparent;
	}
/* FIN Control NUEVO Formas de envío */

/* Control NUEVO Formas de pago */
.row.payment-terms .row-options {
	text-align:left;
}
.row.payment-terms .row-options > *{
	text-align:left;
}
.row.payment-terms .row-options .payment{
	display:inline-block;
	vertical-align:bottom;
	float:none;
	margin:0 -2px;
}
.row.payment-terms .col-shippingdata .form-group-sm,
.row.payment-terms .col-billingdata .form-group-sm{
	margin-bottom:5px;
}
/* FIN Control NUEVO Formas de pago */

@media (min-width: 768px) and (max-width: 991px) {
	
	.row.shipping-forms .row-options .col-sm-4.shipping,
	.row.payment-terms .row-options .col-sm-4.payment{
		width:50%;
	}
}



@media (min-width: 0px) and (max-width: 399px) {
	.shipping-forms .row-options .col-xs-6,
	.payment-terms .row-options .col-xs-6 {
		width:100%;
	}
}
.shipping-forms .row-options .shipping .thumbnail p.selector,
.payment-terms .row-options .payment .thumbnail p.selector {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shipping-forms .row-options .shipping .thumbnail p.selector,
.payment-terms .row-options .payment .thumbnail p.selector {
    line-height: 40px;
    max-height: 100px;
	margin-bottom:0px;
}
.shipping-forms .row-options .shipping .thumbnail p.selector img,
.payment-terms .row-options .payment .thumbnail p.selector img {
    max-height: 60px;
    line-height: 60px;
}

.shipping-forms .row-options .shipping .thumbnail p.info,
.payment-terms .row-options .payment .thumbnail p.info {
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	max-width: 400px;
	height: 39.2px; /* Fallback for non-webkit */
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shipping-forms .row-options .shipping .thumbnail p.shippingcosts,
.payment-terms .row-options .payment .thumbnail p.paymentfee {
    text-transform:uppercase;
	text-align:left;
}
.shipping-forms .row-options .shipping .thumbnail p.shippingcosts:after,
.payment-terms .row-options .payment .thumbnail p.paymentfee:after {
    content: "";
    clear: both;
    display: block;
}
.shipping-forms .row-options .shipping .thumbnail p.shippingcosts .price,
.payment-terms .row-options .payment .thumbnail p.paymentfee .price {
    float:right;
	clear:right;
	margin-top:-5px;
}
.shipping-forms .row-options .shipping .thumbnail p.shippingcosts br,
.payment-terms .row-options .payment .thumbnail p.paymentfee br {
    clear:both;
}
.shipping-forms .row-options .shipping .thumbnail p.selector + p.shippingcosts,
.payment-terms .row-options .payment .thumbnail p.selector + p.paymentfee {
    margin-top:49.2px;
}
.shipping-forms .row-options .shipping .thumbnail p:last-child,
.payment-terms .row-options .payment .thumbnail p:last-child {
	margin-bottom:0px;
}

.payment-terms .col-shippingdata .form-group .form-control,
.payment-terms .col-billingdata .form-group .form-control {
    white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.payment-terms .col-shippingdata .form-group .control-label,
.payment-terms .col-billingdata .form-group .control-label {
    text-align:left; 
}
.payment-terms .col-shippingdata .form-group .control-label:after,
.payment-terms .col-billingdata .form-group .control-label:after {
    content:":";
}
.payment-terms .col-shippingdata .form-group .btn.btn-sm,
.payment-terms .col-billingdata .form-group .btn.btn-sm {
    text-transform:none;
}


.shipping-forms .row-options .shipping .thumbnail,
.payment-terms .row-options .payment .thumbnail{
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0);
	-moz-box-shadow:    0px 0px 5px 2px rgba(0, 0, 0, 0);
	-ms-box-shadow:     0px 0px 5px 2px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 5px 2px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s ease-in-out;
}
.shipping-forms .row-options .shipping .thumbnail:hover,
.payment-terms .row-options .payment .thumbnail:hover{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:     0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease-in-out;
}
.shipping-forms .row-options .shipping .thumbnail.active,
.payment-terms .row-options .payment .thumbnail.active{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 5px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow:     0px 0px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 5px 2px rgba(0, 0, 0, 0.4);
	transition: box-shadow 0.3s ease-in-out;
}

/* Pasos del proceso de compra ----------------------------------------*/
.cartsteps .cartstep {
	text-align: center;
}
.cartsteps .cartstep .text{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
}
.cartsteps .cartstep.cartstep-done .cartstep-box {
	background-color: #444444;
}
.cartsteps .cartstep.cartstep-current .cartstep-box {
	background-color: #F58B74;
}
.cartsteps .cartstep .cartstep-box {
	background-color: #ccc;
	height: 11px;
}
.purchase-confirmation {
margin-top: 20px;
}
/* FIN Pasos del proceso de compra ----------------------------------------*/

/* Blog portada ----------------------------------------*/
.blog-entries-homecollection .row-normal{
	margin-bottom:15px;
}
/* FIN Blog portada ----------------------------------------*/

/* FIN Clases propias cerradas en Mabisy */




/* Control Newsletter tipo Popup */
.newsletter-popup .modal-dialog {
	width:900px;
	max-width:96%;
}
.newsletter-popup .modal-content {
	background-repeat:no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-position:center center;
}
.newsletter-popup .modal-content .pull-right .fa-times {
	margin-right:15px;
	margin-top:15px;
	color: gray;
}
.newsletter-popup .newsletter {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    margin-bottom: 120px;
    margin-top: 350px;
    padding: 20px 15px;
}
@media (min-width: 850px) and (max-width: 991px) {
	.newsletter-popup .newsletter {
		margin-bottom: 120px;
		margin-top: 350px;
	}
}
@media (min-width: 768px) and (max-width: 849px) {
	.newsletter-popup .newsletter {
		margin-bottom: 100px;
		margin-top: 295px;
	}
}
@media (min-width: 410px) and (max-width: 767px) {
	.newsletter-popup .newsletter {
		margin-bottom: 50px;
    margin-top: 280px;
	}
}
@media (min-width: 0px) and (max-width: 409px) {
	.newsletter-popup .newsletter {
		margin-bottom: 0px;
	}
}
/* FIN Control Newsletter tipo Popup */

body.CMSEditMode > .MabisyCMSModule {
    position: relative;
    z-index: 10;
}