/***** mi cuenta top **********/
.sp-module.mod_menu_top .sp-module-content {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 9;
    list-style: none;
    padding: 0px;
    margin: 0;
    /*min-width: 140px;*/
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sp-module.mod_menu_top:hover .sp-module-content  {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	z-index: 5000;
}
.sp-module.mod_menu_top .sp-module-content .menu {
    background: #0083c1;
}
.sp-module.mod_menu_top .sp-module-content .menu li:hover {
    background: #32aae2;
    color: #fff !important;
}
.titulo-mi-cuenta h3 {
	margin: 0;
}
.titulo-mi-cuenta h3 span {
	color: #e7e7e7;
	position: relative;
	font-size: 12px;
	line-height: 37px;
}
.titulo-mi-cuenta h3 span:before {
    content: "\f007";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    color: #e7e7e7;
    top: -10px;
    width: 30px;
    display: inline-block;
    left: -25px;
    margin: 0 auto;
    text-align: center;
}
/************ eliminando el pop up de addthis **************/
#at-cv-lightbox, .at-cv-lightbox-background {
    display: none !important;
}
/***/
/***/
/***/
div#sp-banners-1 {
    padding: 20px 0;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*************************************************** TIENDA ********************************************************/
/************** vertical menu *************/
.menu-icon-cont.sm-btn-126 {
    top: 30%;
}
/************************************** categorias tienda **************************************/
.category.width-percent.floatleft.width0 {
	padding: 5px;
}
@media (min-width: 992px) {
.category.width-percent.floatleft.width0 {
    width: 25%;
    display: inline-block;
	transition: all .3s;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.category.width-percent.floatleft.width0 {
    width: 25%;
    display: inline-block;
	transition: all .3s;
}
}
@media (min-width: 678px) and (max-width: 768px) {
.category.width-percent.floatleft.width0 {
    width: 33%;
    display: inline-block;
	transition: all .3s;
}
}
@media (max-width: 678px) {
.category.width-percent.floatleft.width0 {
    width: 50%;
    display: inline-block;
	transition: all .3s;
}
}
.category h2.category-title {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 25px;*/
    word-break: keep-all;
    white-space: pre;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/******************* vista productos *******************/
/***** selectores modo de vista **********/
.orderby-displaynumber {
    border: 0px solid #e5e5e5;
}
.orderby-displaynumber .view-mode a {
    border-radius: 0px;
    box-shadow: 0px 0px #e5e5e5;
	border: 0px solid #e5e5e5;
}
.orderby-displaynumber .view-mode .mode-grid.active, .orderby-displaynumber .view-mode .mode-grid {
    box-shadow: 0px 0px #6ea032;
    border: 0px solid #88c441;
}
.orderby-displaynumber .view-mode .mode-grid:hover {
    box-shadow: 0px 0px #6ea032;
    border: 1px solid #88c441;
}
.orderby-displaynumber .view-mode .mode-list.active, .orderby-displaynumber .view-mode .mode-list:hover {
    box-shadow: 0px 0px #6ea032;
    border: 0px solid #88c441;
}
/****/
@media (max-width: 768px) {
.orderby-displaynumber {
    float: none;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.floatleft.vm-order-list {
    float: none !important;
    text-align: center;
    display: inline-block;
}
.floatright.display-number {
	float: none !important;
    text-align: center;
}
.view-mode.pull-left {
    float: none !important;
    text-align: center;
    display: inline-block;
    width: auto;
}
}
@media (max-width: 678px) {
.orderby-displaynumber-inner.pull-right {
    text-align: center;
    float: none;
    display: inline-block;
    width: 100%;
}
.pull-left {
    float: none !important;
    text-align: center;
    display: inline-block;
}
.pull-right {
    float: none !important;
}
}
/****/
/****/
/****/
/****/
/****/
/****/
.productos-home .product-i {
    margin: 0 0 0px;
    border: 1px solid #e5e5e5;
}
/*
.com-virtuemart.view-category .product-i {
	width: 25%;
	transition: all .3s;
}
*/
.com-virtuemart.view-category .row.product-row:after {
	clear: none;
}
@media (min-width: 678px) and (max-width: 768px) {
.com-virtuemart.view-category .product-i {
	width: 33%;
	transition: all .3s;
}
.com-virtuemart.view-category .product-i div {
	clear: none !important;
}	
}
@media (max-width: 678px) {
.com-virtuemart.view-category .product-i {
	width: 50%;
	transition: all .3s;
}
}
/****/
/****/
/****/
.com-virtuemart.view-category .vm_grid_view.vm_list_view .product-i {
	width: 100%;
	transition: all .3s;
}
/****/
/****/
/****/
.com-virtuemart.view-category .product-i h2.product-title, .com-virtuemart.view-category .product-i h3.product-title {
    font-size: 13px;
   /*text-transform: capitalize;*/
    margin: 0px 0;
    display: block;
    display: -webkit-box;
    /* max-width: 400px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    line-height: normal;
    height: 35px;
    margin-top: 10px;
	margin-bottom: 5px;
}
.com-virtuemart.view-category .product-i .product-i .product-price {
    text-align: center;
	width: 100%;
}
.com-virtuemart.view-category .product-i .product-price div.price-crossed {
    float: right;
}
.com-virtuemart.view-category .product-i .actions .addtocart-area {
    height: 35px;
}
/************* favoritos ***********/
.product-i .actions .btn-wishlist i:before {
    content: "\f004";
    font-family: FontAwesome;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-style: normal;
    text-align: center;
    position: absolute;
}
/****** boton elija una variante *******/
span.addtocart-button-disabled {
    color: #222;
}
/************* vista detalle producto ***************************/
.btn-group.btn-compare.jutooltip {
    display: none;
}
.vm-product-details-container button.addtofav_aws_icon {
    padding: 0 !important;
    border: 0 !important;
}
.vm-product-details-container .btn-groups .btn-wishlist i {
    line-height: 10px;
	font-style: normal;
}
.vm-product-details-container .btn-groups .btn-group a:hover .addtofav_aws_icon {
	color: #fff;
}
.vm-product-details-container .btn-groups .btn-group .addtofav_aws_icon:hover {
	background: transparent;
}
.vm-product-details-container .vm-product-rating-container .separator, .vm-product-details-container .vm-product-rating-container .in-stock {
    display: none;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/****************** impuestos (IVA) en módulo de disposición de categoría **********************/
.owl-item span.PricetaxAmount {
    display: none;
}
/****************** impuestos (IVA) en vista productos **********************/
.list-product span.PricetaxAmount {
    display: none;
}
.product-grid-view.list .product .product-inner .text-block .product-price .PricetaxAmount.vm-display.vm-price-value,
.product-grid-view .product .product-inner .text-block .product-price .PricetaxAmount.vm-display.vm-price-value {
	display: none;
}
/****************** impuestos (IVA) en vista detalle producto **********************/
.vm-product-details-inner.spacer-buy-area span.PricetaxAmount {
    display: none !important;
}
/***************************** cuando hay un sobreescribir final ******************************/
/****************** precio con impuestos (IVA) TACHADO en vista detalle producto **********************/
.vm-product-details-inner.spacer-buy-area .price-crossed span.PricebasePrice {
	display: none;
}
/******* cuando se aumenta la cantidad a comprar aparecen los impuestos ****/
.vm-product-details-inner.spacer-buy-area .PricetaxAmount.vm-display.vm-price-value {
    display: none;
}

/*** en plantillas vina (por si acaso) la clase de la vista de  detalle de prodcuto en algunas plantillas vina cambia (.vina-des-wrapper) ***/
.productdetails-view .vina-des-wrapper span.PricetaxAmount {
    display: none !important;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*************************************** mis favoritos *******************************************/
.com-wishlist input.addtocart-button {
    border: 0;
}
.fav_table .fav_col {
    border: 0px solid #e5e5e5;
}
.fav_table .fav_col .fav_addtocart-bar .quantity-box {
    border: 0;
    background: #e5e5e5;
}
.fav_table .fav_col .fav_addtocart-bar span.quantity-controls input {
    position: absolute;
    float: right;
    color: #ffffff;
    font-size: 14px;
    width: 13px;
    height: 10px;
    line-height: 8px;
    padding: 0;
    right: 5px;
    border: 0;
}
.addtofav_aws_icon_active {
    color: red;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/********************************************************* secciones de cliente/usuario *******************************************/
/********************* ACCESO ********************************/
.acceso .new-users, .acceso .login-users {
    margin-bottom: 30px;
	padding-left: 0px;
}
.acceso .block-border {
    display: inline-block;
    width: 100%;
    border: 0px solid #f4f4f4;
    padding: 21px;
    margin-bottom: 30px;
    background: #f4f4f4;
}
.acceso .row-set .content h2 {
    border-bottom: 0px solid #e5e5e5;
}
.acceso .account-login .buttons-set {
    border: 0px solid #e5e5e5;
	padding: 8px 0;
}
/***************** MI CUENTA ****************************/
/*** bloque 1 ****/
.mi-cuenta form#com-form-login {
	margin-bottom: 30px;
}
.mi-cuenta form#com-form-login fieldset.userdata {
    background: #fbfbfb;
    padding: 15px;
}
.mi-cuenta div#com-form-login-username {
    display: block;
    float: none;
	padding-bottom: 5px;
}
.mi-cuenta div#com-form-login-password {
    float: none;
    display: block;
	padding-bottom: 5px;
}
.mi-cuenta .view-user.layout-edit .floatleft {
    float: none;
    display: block;
}
.mi-cuenta form#com-form-login .width30.floatleft {
    float: none;
	padding: 4px 0;
}
/*** bloque 2 ****/
.mi-cuenta .new-users .content h2 {
    background: none;
}
.mi-cuenta .row-set .content h2 {
    text-transform: none;
}
.mi-cuenta .account-edit {
    background: #fbfbfb;
    border: 0px;
}
.view-user.layout-edit #bd_results h2, .view-user.layout-edit #bd_results h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 21px;
    border-bottom: 0px solid #888 !important;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
    font-weight: 300;
}
.view-user.layout-edit form#adminForm {
	background: #fbfbfb;
	padding: 20px;
    border: 0px;
}
.mi-cuenta .buttonBar {
    border-top: 0px solid #888;
}
/******************* MIS DATOS, MIS DIRECCIONES *************************/
.com-virtuemart.view-user h1.header {
    font-size: 21px;
}
.com-virtuemart.view-user h2, .com-virtuemart.view-user .h2 {
    font-size: 16px;
}
.com-virtuemart.view-user .new-users .content.block-border {
    background: #fbfbfb;
	border-bottom: 0px;
}
.com-virtuemart.view-user .new-users .buttons-set {
	border-top: 0px;
    background: #fbfbfb;
}
.com-virtuemart.view-user .new-users .buttons-set .vina-button {
	border: 0px;
}
.com-virtuemart.view-user form#form-login {
    margin-bottom: 20px;
	border-bottom: 0px;
}
.com-virtuemart.view-user form#com-form-login {
	margin-bottom: 30px;
}
.com-virtuemart.view-user form#com-form-login fieldset.userdata {
    background: #fbfbfb;
    padding: 15px;
	border: 0px solid #e5e5e5;
	border-bottom: 0px;
}
.com-virtuemart.view-user .account-login .buttons-set {
	border-top: 0px;
    background: #fbfbfb;
}
.com-virtuemart.view-user form#com-form-login .buttons-set {
	border-top: 0px;
    background: #fbfbfb;
}
.com-virtuemart.view-user form#com-form-login input[type="submit"] {
    border: 0;
}
.com-virtuemart.view-user div#com-form-login-username {
    display: block;
    float: none;
	padding-bottom: 5px;
}
.com-virtuemart.view-user div#com-form-login-password {
    float: none;
    display: block;
	padding-bottom: 5px;
}
.com-virtuemart.view-user .view-user.layout-edit .floatleft {
    float: none;
    display: block;
}
.com-virtuemart.view-user form#com-form-login .width30.floatleft {
    float: none;
	padding: 4px 0;
}
.com-virtuemart.view-user div#bd_results h1 {
	margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 21px;
    border-bottom: 0px solid #888 !important;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
    font-weight: 300;
}
.com-virtuemart.view-user .new-users .content h2, .com-virtuemart.view-user .account-login .content h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    border-bottom: 0px solid #888 !important;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
    font-weight: 300;
}
/**********/
.com-virtuemart.view-user .new-users .content h2, .com-virtuemart.view-user .account-login .content h2 {
    background: none;
}
.com-virtuemart.view-user .row-set .content h2, .com-virtuemart.view-user .account-login .content h2 {
    text-transform: none;
}
.com-virtuemart.view-user .account-edit {
    background: #fbfbfb;
    border: 0px;
	border: 0px solid #e5e5e5;
}
.com-virtuemart.view-user .account-edit.content.block-border .buttonBar {
    border-top: 0px solid #888;
}
/*************** mis favoritos **********************/
.fav_heading {
    background-color: transparent;
}
.fav_heading .fav_col h4 {
    font-weight: 300;
    font-size: 21px;
}
.fav_title {
	text-align: left;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 300;
}
.fav_header {
    text-align: left;
    color: #313131;
    font-weight: 300;
    margin-bottom: 10px;
}
.fav_col h4 {
    font-weight: 300;
    font-size: 16px;
}
.fav_col {
    border: 0px solid #CCC;
}
.fav_col .prod_name {
    font-weight: bold;
    min-width: 230px;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}
.fav_col h4.prod_price {
    float: right;
    display: inline-block;
	font-weight: 600;
}
/******************* MIS PEDIDOS *************************/
.view-orders h1, .view-orders h2 {
    font-weight: 300;
    font-size: 21px;
}
.order-view h2, .view-orders form#com-form-login h2 {
	margin-top: 10px;
	margin-bottom: 20px;
}
/*** bloque 1 ***/
.order-view {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    background: #fbfbfb;
    padding: 15px;
}
div#com-form-order-number {
    float: none;
    display: block;
}
div#com-form-order-submit {
    float: none;
    display: block;
    width: 150px;
}
.order-view input[type="submit"] {
    margin-top: 10px;
}
/*** bloque 2 ***/
.view-orders form#com-form-login {
	background: #fbfbfb;
    padding: 15px;
	margin-bottom: 30px;
}
.view-orders div#com-form-login-username {
    display: block;
    float: none;
    padding-bottom: 5px;
}
.view-orders div#com-form-login-password {
    padding-bottom: 10px;
}
.view-orders div#com-form-login-remember {
    display: block;
    float: none;
    width: 200px;
}
.view-orders form#com-form-login .width30.floatleft input[type="submit"] {
    margin: 5px 0;
}
.mis-pedidos form#com-form-login .width30.floatleft {
    float: none;
    display: block;
	padding: 3px 0;
}
.vm-orders-list div#editcell {
	background: #fbfbfb;
    padding: 15px;
	margin-bottom: 30px;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*************************************************** HOME ********************************************************/
.itemid-101 #sp-main-body {
    margin: 10px 0;
}
/*********** menu mi cuenta top ******************/
/*
#sp-top-wrapper .menu .parent:before {
    content: "\f007";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 4px;
    background: #88c441;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    left: -23px;
    text-align: center;
    line-height: 29px;
}
#sp-top-wrapper .menu li.active, #sp-top-wrapper .menu li:hover {
    background: transparent;
    color: #fff;
}
#sp-top-wrapper .menu li:hover .nav-child.small {
    opacity: 1;
    top: 100%;
    z-index: 99;
}
#sp-top-wrapper .menu li .nav-child.small li {
    min-width: 120px;
}
*/
/**** subelementos ******/
/*
#sp-top-wrapper .menu li:hover {
    background: #7eb839;
    color: #fff !important;
}
#sp-top-wrapper .menu li ul li:hover a {
    color: #fff !important;
}
ul.nav-child.unstyled.small li:hover, ul.nav-child.unstyled.small li.active {
	background: #88c441 !important;
    color: #fff !important;
}
*/
 /***/
a.mis-datos-top {
    position: relative;
	padding-left: 20px;
}
a.mis-datos-top:before {
    position: absolute;
	content: "\f007";
	top:0;
	left: 0;
	font-family: 'fontawesome';
	line-height: 16px;
}
a.mis-favoritos-top {
    position: relative;
	padding-left: 20px;
}
a.mis-favoritos-top:before {
    position: absolute;
	content: "\f004";
	top:0;
	left: 0;
	font-family: 'fontawesome';
	line-height: 16px;
}
a.mis-pedidos-top {
    position: relative;
	padding-left: 20px;
}
a.mis-pedidos-top:before {
    position: absolute;
	content: "\f0ca";
	top:0;
	left: 0;
	font-family: 'fontawesome';
	line-height: 16px;
}
a.mi-carro-top {
    position: relative;
	padding-left: 20px;
}
a.mi-carro-top:before {
    position: absolute;
	content: "\f07a";
	top:0;
	left: 0;
	font-family: 'fontawesome';
	line-height: 16px;
}
a.acceso-top {
    position: relative;
	padding-left: 20px;
}
a.acceso-top:before {
    position: absolute;
	content: "\f084";
	top:0;
	left: 0;
	font-family: 'fontawesome';
	line-height: 16px;
}
/******* sticky header ***********/
#sp-header-wrapper-sticky-wrapper {
    height: 58px !important;
}
#sp-header-wrapper {
    width: 100% !important;
}
/************ buscador ****************/
#sp-search {
    padding-top: 30px;
}
#offlajn-ajax-search128 {
    width: 100%;
}
/************************* carrito *********************/
.block-mini-cart .mini-cart-title .count-item .cart, .mini-cart-title span.item {
    display: none;
}
.block-mini-cart .mini-cart-title .simple-handbag:before {
    z-index: 50;
    position: relative;
}
.block-mini-cart .mini-cart-title {
    height: 45px;
    padding-left: 13px;
    border-radius: 100%;
	background: #0083c1;
}
.block-mini-cart .mini-cart-title .number {
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: -17px;
    right: -15px;
    font-weight: 600;
    height: 27px;
    background: red;
    line-height: 16px;
    border-radius: 100%;
    padding: 5px;
    width: 27px;
    text-align: center;
    z-index: 0;
}
.block-mini-cart .mini-cart-content {
    z-index: 50;
    border: 3px solid #0083c1;
}
/******* banners **************/
#sp-home-banners-1-wrapper {
	margin: 10px auto;
}
.banners-home {
    display: inline-block;
	transition: all .3s;
}
@media (max-width: 580px) {
.banners-home .sppb {
    width: 100%;
    display: inline-block !important;
    margin: 0 auto;
    float: none;
    text-align: center;
	transition: all .3s;
}
}
/*************** titulos modulos home ***********/
.titulo-home h3.modtitle span.title {
    font-weight: 600;
    font-size: 21px;
    background: #fff;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    display: inline-block;
}
.titulo-home h3.modtitle {
	position: relative;
}
.titulo-home h3.modtitle:after {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	height: 3px;
	background: #efefef;
	top: 10px;
}
.titulo-home-contador {
    background: #88c441;
    color: #fff;
    text-transform: inherit !important;
    font-weight: 600;
    padding: 15px 50px;
    margin: 0;
	margin: 0px 5px;
}
@media (min-width: 678px) {
.titulo-home-contador {
    margin-top: 20px;
}
}
.titulo-home-contador h3.modtitle {
    margin-top: 0px;
    margin-bottom: 0px;
}
.titulo-home-contador h3.modtitle .title {
    color: #fff;
    font-weight: 600;
	font-size: 17px;
	position: relative;
}
.titulo-home-contador h3.modtitle .title:before {
	position: absolute;
	top: 0;
	left: -22px;
	content: "\f017";
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 25px;
}
.titulo-home-2 h3.modtitle span.title {
    font-weight: 600;
    font-size: 26px;
    background: #fff;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    display: block;
    text-align: center;
    float: none;
    margin: 0 auto;
    width: max-content;
}
.titulo-home-2 h3.modtitle:after {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	height: 3px;
	background: #efefef;
	top: 33px;
}
/***************** productos home *************************/
.productos-home .product-i {
    margin: 0 0 0px;
    border: 1px solid #e5e5e5;
}
.productos-home .product-i {
	width: 25%;
	transition: all .3s;
}
@media (min-width: 678px) and (max-width: 768px) {
.productos-home .product-i {
	width: 33%;
}
.productos-home div {
	clear: none !important;
}	
}
@media (max-width: 678px) {
.productos-home .product-i {
	width: 50%;
}
}
.productos-home .product-inner h2.product-title, .productos-home .product-inner h3.product-title {
    font-size: 13px;
   /*text-transform: capitalize;*/
    margin: 0px 0;
    display: block;
    display: -webkit-box;
    /* max-width: 400px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    line-height: normal;
    height: 35px;
    margin-top: 10px;
	margin-bottom: 5px;
}
.productos-home  .product-i .product-price {
    text-align: center;
	width: 100%;
}
.productos-home .product-price div.PricesalesPrice, .productos-home .product-price div.price-crossed {
    float: none;
}
.productos-home .product-i .actions .addtocart-area {
    height: 35px;
}
.productos-home .product-i:hover .actions .btn-groups {
    opacity: 1;
    bottom: 5%;
}
.productos-home .product-i .actions .btn-groups {
    bottom: -10%;
}
/************ carruseles ****************/
.owl-item .product-i h2.product-title, .owl-item .product-i h3.product-title {
    font-size: 13px;
   /*text-transform: capitalize;*/
    margin: 0px 0;
    display: block;
    display: -webkit-box;
    /* max-width: 400px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    line-height: normal;
    height: 35px;
    margin-top: 10px;
	margin-bottom: 5px;
}
.owl-item  .product-i .actions {
    height: 35px;
}
/*************** carrusel ofertas del dia ***********/
.has-counter .product-i {
    margin: 0px !important;
    padding: 0 !important;
}
.has-counter .item-i {
    border: 2px solid #88c441;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #88c441;
}
/****** iconos servicios bottom ********/
section#sp-iconos-bottom-wrapper {
    padding: 50px 0;
}
.widgetkit-iconos-servicios-bottom {
    text-align: center;
}
.widgetkit-iconos-servicios-bottom .uk-panel-title {
    font-weight: 600;
}
.widgetkit-iconos-servicios-bottom .uk-slidenav {
    line-height: 30px;
    font-size: 35px;
}
/******************** nuestros clientes opinan *****************************/
.widgetkit-opiniones-clientes .uk-text-center {
    text-align: center !important;
    float: none;
    display: inline-block;
}
.widgetkit-opiniones-clientes .uk-panel-title {
    font-weight: 600;
}
.widgetkit-opiniones-clientes .uk-grid.uk-grid-small {
    margin-left: 0px !important;
}
/*************** lo ultimo de nuestro blog *************/
#eb.eb-mod .eb-gallery-stage {
    border: 0px solid #e1e1e1;
}
.mod-easyblogshowcase .eb-mod-image, .mod-easyblogshowcase .eb-mod-image-cover  {
    width: 100% !important;
}
#eb.eb-mod .eb-gallery-buttons {

    border: 0px solid #e1e1e1;
}
#eb.eb-mod .eb-gallery-button i {
    color: #acacac;
}
/************ newsletter ******************/
section#sp-newsletter-wrapper {
    padding: 60px 0;
    background: #efefef;
}
div#sp-position1 {
    text-align: center;
}
div.acymailing_module, .acymailing_module div {
    padding: 0 !important;
    margin: 0 auto !important;
    border-style: none !important;
    width: auto !important;
    text-align: center;
    float: none;
    display: inline-block;
}
.acymailing_module .acymailing_form {
    float: none;
    display: inline-block;
    width: 100%;
}
div.acymailing_module_form .acymailing_introtext {
	margin-top: 0 !important;
    line-height: 45px;
	margin-right: 10px !important;
	margin-left: -100px !important;
}
/*
@media (min-width: 768px) {
.acymailing_module .acymailing_introtext {
    float: left;
}
}
*/
@media (max-width: 768px) {
div.acymailing_module_form .acymailing_introtext {
    margin-left: 0px !important;
}
}
@media (max-width: 768px) {
.acymailing_module .acymailing_introtext {
    width: 100%;
    float: none;
    margin: 0 !important;
    padding-bottom: 20px !important;
}
}
@media (max-width: 768px) {
.acymailing_module .acymailing_form .inputbox {
    max-width: 100%;
	width: 100% !important;
}
}
@media (max-width: 768px) {
.acymailing_module .acymailing_form .inputbox {
    max-width: 150px;
}
}
.acymailing_module .acymailing_form .acysubbuttons {
    right: -110px;
    width: auto;
    height: 48px;
    line-height: 46px;
}
@media (max-width: 768px) {
.acymailing_module .acymailing_form .acysubbuttons {
    position: static;
}
}
.acymailing_fulldiv tr, .acymailing_fulldiv td {
    border: 0px;
    width: 100% !important;
	display: inline-block;
}
.acymailing_module_form tbody {
    display: inline-block;
}
@media (min-width: 380px) {
.acysubbuttons {
    text-align: center;
    float: right;
	margin-left: 5px;
}
}
@media (max-width: 380px) {
.acysubbuttons {
    float: none;
}
}
/******/
div#sp-newsletter {
    text-align: center;
}

div.acymailing_module_form {
    float: none;
    margin: 0 auto !important;
    display: inline-block;
}
/***/
.acymailing_module .acymailing_form .inputbox {
    height: 49px;
    max-width: 285px;
    border-color: #dcdcdc;
    background: #fff;
}
div.acymailing_module_form input[type="text"] {
	height: 50px;
}
input.button.subbutton.btn.btn-primary {
    height: 50px;
    text-transform: uppercase;
    border-radius: 0px;
}
div.acymailing_module_form .acymailing_form tr {
    display: inherit;
}
input#mailingdata_terms_formAcymailing47481 .radio, .checkbox {
	display: inline;
}

p.onefield.fieldacyemail {
    float: left;
}
/***/
p.onefield.fieldacyterms {
    display: inline-block;
    position: absolute;
    top: 120%;
    left: -40%;
}
@media (max-width: 768px) {
p.onefield.fieldacyterms {
    left: 10%;
}
}
/************ redes sociales *************/
#sp-social-icons-wrapper {
    background: #efefef;
    padding: 0 0 25px 0;
	margin: 0 auto;
	text-align: center;
}
.social-icons {
    margin: 0 auto !important;
    display: inline-block;
    text-align: center;
    float: none;
}
.social-icons li .youtube {
    background: #FF0000;
}
/****************** bottoms *********************/
/*
@media (min-width: 678px) and (max-width: 768px) {
#sp-bottom22, #sp-bottom2, #sp-bottom23, #sp-bottom1 {
    width: 33%;
    float: left;
    margin-bottom: 20px;
}
}
*/
@media (max-width: 678px) {
#sp-bottom22, #sp-bottom2, #sp-bottom23, #sp-bottom1 {
    width: 100%;
    float: none;
	transition: all .3s;
}
#sp-bottom-wrapper .modtitle {
    text-align: center;
	transition: all .3s;
}
#sp-bottom-wrapper .menu li {
    display: block;
    text-align: center;
}
#sp-bottom-wrapper .contact-info {
    text-align: center;
}
}
/***** redes socielas ******/
#sp-bottom-wrapper .social-icons li a {
    margin-top: 10px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 23px;
	border: none;
}
/******* top top ********/
.sp-totop {
    border-radius: 100%;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*************************************************** BLOG ********************************************************/
/************** barra herramientas top *******************/
#eb .eb-header .eb-toolbar, #eb .eb-toolbar__item--search {
    border-color: #F5F5F5;
}
#eb .eb-header .eb-toolbar {
    background-color: #F5F5F5;
}
#eb .eb-header .eb-toolbar .o-nav__item .eb-toolbar__link {
    color: #929292;
}
#eb .eb-header .eb-toolbar .o-nav__item.is-active .eb-toolbar__link, #eb .eb-header .eb-toolbar .o-nav__item .eb-toolbar__link:hover, #eb .eb-header .eb-toolbar .o-nav__item .eb-toolbar__link:focus, #eb .eb-header .eb-toolbar .o-nav__item .eb-toolbar__link:active {
	background-color: #E7E7E7;
}
/******** modulos left ************/
#sp-right .modtitle:before, #sp-right .cf_flt_header:before, #sp-left .modtitle:before, #sp-left .cf_flt_header:before {
	display: none;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*************************************************** CONTACTO ********************************************************/
/********* formulario contacto **************************/
/****** iconos mapa ****/
.widgetkit-iconos-contacto {
    margin-top: 50px !important;
}	
.widgetkit-iconos-contacto .uk-panel {
    text-align: center;
}
/****** formulario ****/
.fa-pencil:before {
    content: "";
}
.headline .fa-pencil:before, legend.headline .fa-pencil:before {
    content: "\f040" !important;
}
.headline {
    border: 1px solid #EFEFEF !important;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #EFEFEF;
}
.headline:before, .headline:after {
    display: none !important;
}
textarea#ff_elem27 {
    border: 1px solid #ddd !important;
}
.input--fumi .fa-pencil:before {
    content: "\f040";
}
.bfQuickMode [type="checkbox"]:not(:checked), .bfQuickMode [type="checkbox"]:checked {
    position: inherit !important;
}
.form-actions {
    background-color: transparent;
}
@media (max-width:580px) {
.row-fluid .span6 {
    width: 100%;
}
}
/******* formulario stasi ********/
/*** iconos ***/
.bfQuickMode .bfPage i.icon-edit.bfLegendIcon {
    line-height: 55px;
}
.bfQuickMode .bfPage .icon-apply:before, .bfQuickMode .bfPage .icon-edit:before, .bfQuickMode .bfPage .icon-pencil:before {
    content: "\f040" !important;
    font-family: FontAwesome;
}
/*** leyenda top ***/
.bfQuickMode fieldset legend {
    color: #ffffff;
    background-color: #00A39C;
}
.bfQuickMode fieldset fieldset legend {
	color: #ffffff;
    background-color: #00A39C;
  /*background-color: #e4e4e4;*/
}
/*** leyenda secciones ***/
.bfQuickMode fieldset fieldset .bfLegendIcon {
    background-color: #1db7b0;
}
.bfQuickMode fieldset .bfLegendIcon {
    background-color: #1db7b0;
}
/*** asterisco obligatorio ****/
.bfQuickMode .icon-asterisk {
    color: red !important;
}
/*** campos ****/
.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode .uneditable-input {
    display: inline-block;
}
@media (max-width: 767px) {
.bfQuickMode .controls .control-label {
  /*padding-bottom: 25px;*/
	background-color: #0c827d;
	color: #fff;
}
}
@media (max-width: 767px) {
.bfQuickMode .controls .control-label {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
	height: auto !important;
    min-height: auto !important;
    max-height: inherit !important;
}
}
/****/
/****/
/****/
/****/
/***********************************CÓDIGO AÑADIDO POR GRUPODW*************************************/


/************************HEADER************************/

/* * * LOGO * * */

#sp-logo .logo {
    padding: 0!important;
}

div#sp-logo {
    height: 60px;
}

img.sp-default-logo.hidden-xs {
    margin-top: -27px;
}

/* * * MENU * * */

#sp-header-wrapper {
    background: white;  
    z-index: 999999;
    
}

.block-mini-cart {
    display: none;
}

div#sp-minicart {
    font-family: 'Raleway', sans-serif;
    color: white;
}

section#sp-header-wrapper {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.36);
}

.sp-megamenu-parent >li >a {
    display: block;
    padding: 14px 10px;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
    color: #00a39c;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.sp-megamenu-parent >li:hover>a {
    color: #042C92;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    border-bottom: solid 3px #042C92;
    transition: all .3s;
}

.sp-megamenu-parent >li.active>a {
    color: #042C92;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    border-bottom: solid 3px #042C92;
    transition: all .3s;
}


/* * * AYUDA * * */

p.Ayuda {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: white!important;
    
}

p.Ayuda-tel {
    color: #042C92!important;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    
}

p.Ayuda-tel {
    width: 18%;
    float: right;
    margin-right: 13px;
    text-transform: uppercase;
        margin-top: -3px;
}


p.Ayuda {
    margin-bottom: 0;
}


p.Ayuda-tel {
    margin-bottom: 24px;
}
/* * * BANNERS * * */

.banner-info-titulo {
    color:white;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: bold; 
}

.banner-info-parrafo {
    color:white;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400; 
    line-height: 22px;
    width: 100%;
}

.banner-box {
    background: rgba(0, 163, 156, 0.8);
    padding: 30px;
    padding-top: 5px;
    border-radius: 5px;
}

.banner-box:hover {
    background: rgba(4, 44, 146, 0.8);
    padding: 30px;
    padding-top: 5px;
}





/*************************BIENVENIDOS*********************/


span.bienvenidos-tit {
    color: #00a39c;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
}

p.bienvenidos {
    color: #00a39c;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    
}

img.bienvenidos-txt {
    float: left;
    padding-right: 35px;
}

section#sp-banners-1-wrapper {
    background-color: white;
    padding-bottom: 40px;
}

/****************************SERVICIOS**********************/


section#sp-carrusel-productos-1-wrapper {
    background: #2F3133;
}

.uk-button-primary1 {
    width: 100%;
    background-color: #00A39C;
    margin-top: -20px;
    border-radius: 0px;
    height: 90px;
    color: white;
    padding-top: 26px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.uk-button-primary2:hover {
    color: white;
    background-color: black;
}

.uk-button-primary2 {
    width: 100%;
    background-color: #51CEC2;
    margin-top: -20px;
    border-radius: 0px;
    height: 90px;
    color: white;
    padding-top: 26px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.uk-button-primary1:hover {
    background-color: black;
    color: white;
}

.uk-button-primary3 {
    width: 100%;
    background-color: #7DE2D6;
    margin-top: -20px;
    border-radius: 0px;
    height: 90px;
    color: white;
    padding-top: 26px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.uk-button-primary3:hover {
    background-color: black;
    color: white;
}

/*******************COMPRAVENTA************************/

p.compraventa-1 {
    font-size: 22px;
    font-weight: 900;
    line-height: 12px;
}

p.compraventa-2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
}

p.compraventa-3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

a.boton-compraventa {
    color: white;
    background-color: #00A39C;
    padding: 16px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

a.boton-compraventa:hover {
    background-color: #042C92;
    
}


/********************BLOG**********************/

section#sp-carrusel-productos-wrapper-2 {
    padding: 35px;
    padding-bottom: 0px;
}

#eb .eb-mod-thumb .eb-mod-image-cover:before {
    border: none;
}

a.eb-mod-media-title {
    color: #042C92;
}

.mod-post-type a {
    color: #55C9D8;
}

.eb-mod-foot.mod-muted.mod-small a {
    color: #042C92;
}

.mod-grid:hover {
    transform: scale(1.1);
}

.mod-grid {
    transition: transform .2s;
}

a.eb-mod-media-title {
    color: #00a39c;
}

.mod-post-type a {
    color: #00a39c;
}

.mod-cell a {
    color: #00a39c;
}

/********************FOOTER***********************/

hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

p.mail-footer {
    margin-bottom: 40px!important;
}

div#sp-component {
   /* display: none;*/
}

section#sp-main-body {
    margin: 0!important;
}

#sp-bottom-wrapper {
    border-top: solid 16px black;
    background: #434547;
}

section#sp-section-16 {
    height: 235px;
    background: #434547;
    color: #CCCCCC;
}

.footer-servicios {
    font-family: 'Raleway', sans-serif;
    color: #CCCCCC!important;
    font-size: 15px;
    line-height: 10px;
    font-weight: 700;  
}

.footer-servicios >a {
    padding-top: 0px;
    padding-bottom:0px;
    padding-right: 20px;
    font-family: 'Raleway', sans-serif;
    color: #CCCCCC!important;
    font-size: 15px;
    line-height: 22px;
 
}

.footer-servicios >a:hover {
    color: #00a39c!important;
}

.footer-servicios {
    margin-bottom: 37px;
    margin-top: 33px;
}

span.barra {
    padding-right: 20px;
}

p.footer-servicios {
  
    margin-bottom: 20px!important;
}

.footer-servicios2 {
    font-family: 'Raleway', sans-serif;
    color: #CCCCCC!important;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;  
}

.footer-servicios2 >a {
    padding-top: 0px;
    padding-bottom:0px;
    padding-right: 20px;
    font-family: 'Raleway', sans-serif;
    color: #CCCCCC!important;
    font-size: 15px;
    line-height: 22px;
 
}

.footer-servicios2 >a:hover {
    color: #00a39c!important;
}

#sp-footer-wrapper {
    background-color: #434547;
}

p.mail-footer a {
    color: #00a39c!important;
}

.bfQuickMode .form-actions .bfSubmitButton {
    background-color: #042c92;
    color: #ffffff;
    border: none;
}
.uk-thumbnav>*>*>img {
    opacity: 0.5;
    transition: opacity .15s linear;
}
.uk-thumbnav>*>* {
    display: block;
    background: #00a39c;
}

h3.uk-h1.uk-margin-top-remove {
    color: #00a39c;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
}




                                   
/******************************/                                                                 /*****************************/
/**********************************************************   RESPONSIVE ******************************************************/
/******************************/                                                                 /*****************************/



/* * * * * * * Globales * * * * * */

/********************** BANNER RESPONSIVE COMPRAVENTA *******************/



a.boton-compraventa-responsive {
    background: rgb(255, 255, 255, 0.5);
    padding: 10px 15px;
    color: white;
}

a.boton-compraventa-responsive:hover {
    background: rgb(0, 163, 156, 0.7);
}

/********************* MENU OFFCANVAS ********************/

.offcanvas-menu {
    z-index: 99999999999;
}

.offcanvas-inner {
    padding-left: 0!important;
    padding-right: 0!important;
}

.body-innerwrapper:after {
    z-index: 99999999;
}

.offcanvas-inner ul.mod_menu.menu {
    list-style: none;
    padding-left: 0;
    padding-top: 0;
}

.offcanvas-menu ul.mod_menu.menu li {
    padding: 10px;
}

.offcanvas-menu ul.mod_menu.menu li a {
    font-size: 15px;
}

.offcanvas-menu .sp-module-content li a {
    color: #00a39c;
}

.offcanvas-menu ul.mod_menu.menu li {
    padding-left: 32px;
}

.offcanvas-menu ul.mod_menu.menu li:hover >a, .offcanvas-menu .sp-module-content li:hover {
    background: #00a39c;
    color: white;
}

.close-offcanvas {
    border: none;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    font-size: 22px;
    color: #00a39c;
}

@media only screen and (max-width: 799px) and (min-width: 350px)  {
    
    /***************** FONDO BANNER *******************/
    .slider-compraventa .ls-slide-backgrounds {
        background-image: linear-gradient(#00a39c, #7DE2D6);
    }
    
    
    
    
    }

@media only screen and (max-width: 2000px) and (min-width: 350px)  {
    
    .sp-module {
        margin-top: 54px;
    }
    
    p.Ayuda {
        text-align: center!important;
    }
    
    p.Ayuda-tel {
        width: 100%;
        text-align: center !important;
        float: unset;
    }
     
    p.Ayuda-tel {
        margin-top: 4px;
        font-size: 19px;
        margin-bottom: -15px;
    }   
    
    div#sp-logo {
        margin: 0!important;
        padding: 0 47px;
        height: 44px;
    }
    
    #offcanvas-toggler >i {
        background: #00a39c;
    }

    /*******************************BIENVENIDOS***********************/
    
    img.bienvenidos-txt {
        float: unset;
        padding-right: 0;
    }
    
    p.bienvenidos {
        text-align: center;
    }
    
    .formato-texto {
        padding: 0 20px!important;
    }
}

@media only screen and (max-width: 2000px) and (min-width: 350px)  { 
    
    p.mail-footer {
        margin-bottom: 0!important;
    }
    
    section#sp-section-16 {
        height: 100%;
    }
    
    section#sp-section-16 {
        width: 100%;
    }
    
    div#sp-bottom22 {
        width: 100%;
    }
    
    section#sp-carrusel-productos-wrapper-2 {
        padding: 5px 2px!important;
    }
    
    .footer-servicios >a {
        padding-top: 0px;
        padding-bottom: 0px;    
        padding-right: 20px;
        font-family: 'Raleway', sans-serif;
        color: #CCCCCC!important;
        font-size: 15px;
        display: inline-block;
        line-height: 22px;
        text-align: center!important;
        float: unset!important;
        padding-bottom: 9px;
    }
    
    p.footer-servicios {
        text-align: center!important;
    }
    
    #sp-search, #sp-minicart {
        padding-top: 4%;
    }
}


@media only screen and (max-width: 800px) and (min-width: 560px)  { 
    
    img.bienvenidos-txt {
        width: 100%;
    } 
}

@media only screen and (max-width: 2000px) and (min-width: 600px)  { 
    
    .uk-row-first {
        width: 33.33%;
    }
}

@media only screen and (max-width: 2000px) and (min-width: 768px)  { 
    
    div#sp-logo {
        width: 50%;
    }
    
    div#sp-minicart {
        margin-top: -35px;
        float: right;
    }
   
    
    a.boton-compraventa-responsive {
        font-size: 40px;
    }
    
    a.boton-compraventa-responsive {
        background: rgb(255, 255, 255, 0.5);
        padding: 10px 72px;
        color: white;
    }
    
    a.boton-compraventa-responsive {
        margin-left: -21px;
    }
}



@media only screen and (max-width: 992px) and (min-width: 768px)  { 
    
     
    div#sp-menu {
        width: 12%;
        margin: 0 auto!important;
        float: unset;
    }
    
}

/************************* ULTIMOS POSTS *******************************/

@media only screen and (max-width: 1000px) and (min-width: 300px)  { 
    
    .mod-grid:hover {
        transform: none;
    }
    
    .uk-row-first {
        margin-top: 15px;
    }
    
    .container.ls-overflow-visible {
        margin-top: -51px;
    }
    
}

/******************************************* SERVICIOS ********************/

@media only screen and (max-width: 1000px) and (min-width: 800px) {
    
    section#sp-carrusel-productos-1-wrapper {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 960px) {
    
    section#sp-carrusel-productos-1-wrapper {
        margin-bottom: 32px;
    }
    
    .uk-row-first {
        margin-top: 0;
    }
}


@media only screen and (max-width: 2000px) and (min-width: 990px) {
    
    .mod-grid.mod-grid-1 {
        width: 33.3333333333333%!important;
    }
    
    .mod-grid.mod-grid-2 {
        width: 33.3333333333333%!important;
    }
    
    .mod-grid.mod-grid-3 {
        width: 33.3333333333333%!important;
    }
    
    #eb.is-mobile .mod-items-grid>.mod-grid {
         width: 33.3333333333333%!important;
    }
}

/**************** HEADER ****************/

@media only screen and (max-width: 2000px) and (min-width: 350px) {
    
    a.logo h1 {
        margin: 0!important;
    }
    
    div#sp-minicart {
        padding-top: 0;
    }
}

@media only screen and (max-width: 660px) and (min-width: 600px) {
    
   /* div#sp-logo {
        width: 50%;
        float: left;
    }
    
    div#sp-minicart {
        width: 50%;
        float: right;
    }
    
    .sp-module {
        margin-top: 18px;
    }
    
    div#sp-logo {
        padding-top: 7px;
    }
    
    div#sp-carrusel-productos-1 {
        margin-bottom: 15px;
    }*/
}


@media only screen and (max-width: 799px) and (min-width: 350px) { 
    
    .itemid-101 div#layerslider_5 {
        margin-top: -22px!important;
    }
    
}


@media only screen and (max-width: 1000px) and (min-width: 800px) { 
    
    .itemid-101 div#layerslider_5 {
        margin-top: -22px!important;
    }
    
    img.bienvenidos-txt {
        width: 100%;
    }
    
}


@media only screen and (max-width: 2000px) and (min-width: 768px) { 
    
    .formato-texto {
        padding: 0!important;
    }
    
}

@media only screen and (max-width: 2000px) and (min-width: 1001px) { 
    
   img.bienvenidos-txt {
       width: 100%;
    }
    
    img.bienvenidos-txt {
        padding-bottom: 2%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px){ 
    
    div#sp-menu {
        width: 100%;
    }
    
    li.sp-menu-item {
        margin: auto 7px;
    }
    
    #sp-logo .logo {
        margin-top: -20px;
        padding: 0!important;
    }
 
}

@media only screen and (width: 1200px){ 
    
   ul.sp-megamenu-parent.menu-fade-up.hidden-xs.hidden-sm {
       width: 100%!important;
       text-align: center;
    }
 
}

@media only screen and (max-width: 1250px) and (min-width: 1200px){ 
    
   .formato-texto {
       padding: 0 20px!important;
    }
 
    img.bienvenidos-txt {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 2000px) and (min-width: 1201px){ 
    
    div#sp-minicart {
        width: 25%;
    }
   
    #sp-logo .logo {
        padding: 0!important;
        margin-top: -21px;
    }
}



@media only screen and (width: 1920px) { 
 
    #sp-logo .logo {
        margin-top: 0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
 
    
    .banner-box {
        width: 170%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1880px) {
    
    .ls-wrapper.ls-in-out.ls-hide-on-phone.ls-hide-on-tablet {
        margin-top: -175px!important;
    }
    
}

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


.itemid-229 div#sp-carrusel-productos-2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.itemid-229 h3.uk-panel-title {
    background: #00a39c;
    color: white;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.itemid-229 .uk-panel {
    text-align: center;
}

.itemid-229 .uk-button {
    color: white;
    background: #042C92;
    width: 50%;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.itemid-229 .uk-button:focus, .uk-button:hover {
    background: #00a39c;
}

.itemid-229 .uk-panel {
    background: #f6f6f6;
    padding-bottom: 15px;
}

.itemid-229 .uk-margin p {
    color: #939393;
}



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

#offcanvas-toggler >i {
    background: #00a39c;
}

@media only screen and (min-width: 320px) and (max-width: 349px) {
    
    p.Ayuda-tel {
        width: 100%;
        text-align: center!important;
        margin: 0;
    }
    
    p.Ayuda {
        width: 100%;
        text-align: center!important;
        margin: 0 auto!important;   
    }
    
    div#sp-logo {
        height: auto;
    }
    
    div#sp-logo h1 {
        margin: 0;
    }
    
    
    div#sp-minicart .sp-module {
        margin-top: 0;
    }
    
    div#sp-minicart .custom p:nth-child(3) {
        display: none;
    }
    
    div#sp-minicart .custom {
        height: auto!important;
        float: left;    
        width: 100%;
        padding-bottom: 20px;
    }
    
    p.bienvenidos {
        text-align: center;
    }
    
    div#sp-banners-1 img.bienvenidos-txt {
        padding-right: 0;
    }
    
    .formato-texto {
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        padding-top: 20px;
    }
    
    .servicios-bottom-home .uk-row-first {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto!important;
        float: unset!important;
    }
    
    .itemid-101 div#sp-carrusel-productos-1 {
        float: left!important;
        padding: 0;
        width: auto!important;
    }
    
    .servicios-bottom-home {
        width: 100%;
        float: left!important;
        margin: 0 auto;
    }
    
    .servicios-bottom-home .uk-row-first:nth-child(1) {
        padding-top: 10px;
    }
    
    section#sp-carrusel-productos-wrapper-2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .eb-mod.mod_easybloglatestblogs.is-mobile .mod-grid {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    div#sp-bottom22 p.footer-servicios {
        text-align: center!important;
    }
    
    div#sp-bottom22 p.footer-servicios a {
        padding-right: 0;
        width: 100%;
        display: block;
    }
    
    section#sp-section-16 {
        height: auto;
    }
    
    p.footer-servicios2 {
        text-align: center!important;
    }
    
    p.footer-servicios2 a {
        padding: 0!important;
    }
    
    div#sp-bottom22 .custom p.mail-footer {
        text-align: center;
        margin-bottom: 10px!important;
    }
    
    .itemid-229 div#sp-carrusel-productos-2 {
        padding-top: 0!important;
    }
    
    .itemid-229 section#sp-carrusel-productos-wrapper-2 {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .itemid-229 .venta-clinicas-widget .uk-margin {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .itemid-229 section#sp-carrusel-productos-wrapper-2 {
        padding-top: 10px!important;
    }
    
    .itemid-197 .sp-module-content .custom {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .itemid-197 p.bienvenidos {
        line-height: 25px;
        font-size: 20px;
    }
    
    .itemid-197 p.bienvenidos span.bienvenidos-tit {
        line-height: 25px;
        font-size: 20px;  
    }
    
    .itemid-197 section#sp-banners-1-wrapper {
        padding-bottom: 0;
    }
    
    .itemid-197 div#sp-banners-1 {
        padding-bottom: 0;
    }
    
    div#sp-muro-productos ul.uk-thumbnav.uk-flex-center li{
        width: 100%!important;
        float: left!important;
        padding: 0!important;
    }
    
    .itemid-148 div#sp-left {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1155px) {
    
    div#boton-izq-compraventa a.boton-compraventa {
        position: relative;
        left: -55px!important;
        top: 45px;
    }
    
    a.boton-compraventa {
        position: relative!important;
        top: 45px;
        left: 25px!important;
    }
    
    .itemid-181 .sp-module.ls-overflow-visible {
        margin-bottom: 0!important;
        margin: auto!important;
    }
}


@media only screen and (min-width: 800px) and (max-width: 4000px) {
    
    .itemid-181 .sp-module.ls-overflow-visible {
        margin: auto!important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
    
    .itemid-229 div#sp-carrusel-productos-2 {
        padding-top: 10px!important;
    }
    
    .uk-row-first {
        width: 50%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    
    .venta-clinicas-widget .uk-row-first {
        width: 50%;
    }
    
    .venta-clinicas-widget .uk-margin {
        padding-left: 15px;
        padding-right: 15px;
    }   
}

@media only screen and (min-width: 768px) and (max-width: 2000px) {
    
    .venta-clinicas-widget .uk-margin {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }   
}

@media only screen and (min-width: 350px) and (max-width: 991px) {
    
    .itemid-148 div#sp-left {
        padding-top: 20px;
    }   
}

@media only screen and (min-width: 992px) and (max-width: 2000px) {
    
    .itemid-148 section#sp-main-body {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 767px) {
    
    .itemid-197 div#sp-banners-1 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 660px) {
    
    .itemid-197 ul.uk-thumbnav.uk-flex-center li {
        width: 100%;
        padding: 0;
        float: left!important;
    }
    
    .itemid-197 ul.uk-thumbnav.uk-flex-center li a img {
        width: 100%;
    }
    
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    
    .itemid-197 ul.uk-thumbnav.uk-flex-center li {
        width: 33.333%;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 2000px) {
    
    .itemid-197 section#sp-banners-1-wrapper {
        padding-bottom: 0!important;
    }
    
}



/****************** FIX *************************/


header#sp-header img.sp-default-logo.hidden-xs {
    margin-top: auto;
}

header#sp-header div#sp-logo {
    margin: 0!important;
    padding: 0 47px;
    height: auto;
}

div#sp-minicart {
    margin-top: 40px;
    float: right;
}



/***************************** RESPONSIVE FIX ****************************/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    div#sp-minicart {
        margin-top: 0;
    }
    
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        color: white!important;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 2000px) {
    
    div#sp-minicart {
        margin-top: 30px;
        float: right;
    } 
}


@media only screen and (min-width: 2001px) and (max-width: 3000px) {
    
    div#sp-minicart {
        margin-top: 50px;
        float: right;
    }
}

div#jbcookies {
    z-index: 9999999;
}

@media only screen and (min-width: 320px) and (max-width: 3000px) {
    
    .itemid-231 div#sp-component, .itemid-230 div#sp-component {
        padding-top: 36px;
    }
    
}

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



.body-innerwrapper.ls-overflow-visible {
    overflow-x: hidden!important;
}


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


.itemid-229 .uk-button:focus, .uk-button:hover {
    background: #006762!important;
}


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



div#bfElemWrap28 .controls.form-inline div span {
    float: left!important;
}

div#bfElemWrap28 .controls.form-inline div label#bfLabel28 {
    width: 92%!important;
}

div#bfElemWrap28 .controls.form-inline div label#bfLabel28 p {
    width: 96%!important;
    float: right;
}

input#ff_elem28 {
    margin: 2px!important;
}

[class^="icon-"], [class*=" icon-"] {
    line-height: 18px;
}


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

@media only screen and (min-width: 320px) and (max-width: 991px) {
    
    .bfQuickMode .controls .control-label {
        /* padding-bottom: 25px; */
        background-color: #ffffff!important;
        color: #7e7e7e!important;
    }
    .itemid-198 .bfQuickMode .controls .control-label {
        /* padding-bottom: 25px; */
        background-color: #ffffff!important;
        color: #5d5d5d!important;
    }
    
    .row-fluid div#bfElemWrap28 .controls.form-inline div label#bfLabel28 {
    background: white;
    color: black!important;
}
    
    
}

.itemid-197 .row-fluid div#bfElemWrap28 .controls.form-inline div label#bfLabel28 {
    background: white;
    color: black!important;
}

@media only screen and (min-width: 320px) and (max-width: 349px) {
    
    .bfQuickMode .controls .control-label {
        /* padding-bottom: 25px; */
        background-color: #ffffff!important;
        color: #717171!important;
    }
    
    label#bfLabel28 p a {
        color: white;
    }
    
    
}


@media (max-width: 767px) { 
    .bfQuickMode .controls .control-label {
        /* padding-bottom: 25px; */
        background-color: white;
        color: grey;
    }
}

@media (max-width: 767px) {
    .bfQuickMode .controls .control-label {
        max-width: 1000% !important;
        min-width: 95% !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        max-height: inherit !important;
    }
    
}

label#bfLabel28 {
    float: right;
    padding-top: 0;
}

i.icon-asterisk {
    width: auto!important;
}


@media only screen and (min-width: 611px) and (max-width: 744px) {
    
    .bfQuickMode .controls .control-label {
        max-width: 1000% !important;
        min-width: 90% !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        max-height: inherit !important;
    }
    
    
}


@media (max-width: 767px) {
    
    .bfQuickMode .controls .control-label {
        max-width: 1000% !important;
        min-width: 92% !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        max-height: inherit !important;
    }
    
    label#bfLabel28 p a {
        width: 95%!important;
        float: right!important;
    }
    
    div#bfElemWrap28 .controls.form-inline div label#bfLabel28 p {
        width: auto!important;
        float: left!important;
    }
    
    div#bfElemWrap28 .controls.form-inline div label#bfLabel28 p {
        width: 95%!important;
        float: right!important;
    }
    
}