/***** cookies ***/
#jbcookies .uk-modal {
  z-index: 9999;
}
/*** scroll up ***/
.scrollup {
  bottom: 20px;
  right: 20px;
}
/**** quickview *****/
.fancybox-skin {
  background: #ffffff;
}
.fancybox-skin .productdetails-view .vm-product-container {
  margin: 0;
  padding: 15px;
}
span.addtocart-button {
  padding-top: 0px !important;
}
.item-quick-view i.fa.fa-share {
  display: none !important;
}
.product .product-container .product-overlay .sj_quickview_handler {
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 110px;
  font-size: 16px !important;
  right: 110px;
  bottom: 0;
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .product-container:hover .product-overlay .sj_quickview_handler {
  position: absolute;
  bottom: 10px;
  right: 110px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.sj_quickview_handler:before {
  content: "\f002";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-family: "FontAwesome";
}
.product .product-container .product-list-details .sj_quickview_handler {
  text-align: center;
  width: 44px;
  height: 44px;
  font-size: 16px !important;
  margin: 0;
  float: left;
  background: #222;
  position: relative;
  margin-right: 5px;
}
.product .product-container .product-list-details .sj_quickview_handler:before {
  line-height: 28px;
}
.product .vm-product-media-container .sj_quickview_handler {
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #222;
  margin: 0;
}
/****/
.fancybox-overlay {
  z-index: 9999;
}
/****/
/****/
/****/
/****/
/**** favoritos *****/
.addtofav_aws_icon {
  color: #fff !important;
  background: #222 !important;
  border-style: solid;
  border: 1px solid #222;
  color: #fff;
  transition: all 0.3s;
}
.addtofav_aws_icon:hover {
  color: #fff !important;
  background: #f10d84 !important;
  border: 1px solid #f10d84;
}
.addtofav_aws_icon_active {
  background: #222 !important;
  border-style: solid;
  border: 1px solid #222;
  transition: all 0.3s;
}
/*
.addtofav_aws_icon:hover, .addtofav_aws_icon_active:hover {
    background: #fff !important;
    border-style: solid;
    border: 1px solid #222;
}
*/
button.addtofav_aws_icon span,
.addtofav_aws_icon_active span {
  display: none !important;
}
i.simple-heart:before {
  content: "\f004";
  font-family: fontawesome;
  font-style: normal;
}
.addtofav_aws_icon_active i.simple-heart:before {
  color: #e94e4c;
  line-height: 37px;
}
/***/
.product .product-container .product-overlay .addtofav_aws_icon,
.product .product-container .product-overlay .addtofav_aws_icon_active {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 16px !important;
  right: 60px;
  bottom: 0;
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .product-container:hover .product-overlay .addtofav_aws_icon,
.product .product-container:hover .product-overlay .addtofav_aws_icon_active {
  position: absolute;
  bottom: 10px;
  right: 60px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.product .product-container .product-list-details .addtofav_aws_icon,
.product .product-container .product-list-details .addtofav_aws_icon_active {
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 16px !important;
}
.productdetails-view .addtofav_aws_icon,
.productdetails-view .addtofav_aws_icon_active {
  width: 35px;
  height: 35px;
  font-size: 16px !important;
  transition: all 0.3s;
  float: left;
  display: inline-block;
  /* line-height: 24px; */
  margin-top: 10px;
  margin-left: 13px;
}
/***** calificacion // rating *****/
.vmgroup .ratingbox {
  background: url("../templates/ut_tienda/images/virtuemart/color-stars.png")
    repeat-x scroll 0 bottom transparent;
  height: 22px;
  margin: 0 auto;
  display: block;
}
.vmgroup .ratingbox div,
.vmgroup .ratingbox span {
  background: url(../templates/ut_tienda/images/virtuemart/color-stars.png)
    repeat-x;
  height: 22px;
}
/****/
/****/
/****/
/****/
/******* formulario  ********/
/*
.bfQuickMode textarea {
    min-height: 153px;
}
*/
/*
textarea#ff_elem108 {
    min-height: 153px;
}
*/
@media (min-width: 768px) {
  .bfQuickMode fieldset.span6 {
    width: calc(50% - 10px);
    transition: all 0.3s;
  }
  .bfQuickMode fieldset.span6:first-child {
    margin-right: 5px;
    float: left;
  }
  .bfQuickMode fieldset.span6:last-child {
    margin-left: 5px;
    float: right;
  }
}
@media (max-width: 768px) {
  .bfQuickMode fieldset.span6 {
    width: 100%;
    transition: all 0.3s;
  }
}
/*** iconos ***/
.bfQuickMode .bfPage i.icon-edit.bfLegendIcon {
  line-height: 20px;
  position: relative;
}
.bfQuickMode .bfPage .icon-apply:before,
.bfQuickMode .bfPage .icon-edit:before,
.bfQuickMode .bfPage .icon-pencil:before {
  content: " ";
  mask: url("/templates/ut_tienda/images/icono-formulario.svg");
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask: url("/templates/ut_tienda/images/icono-formulario.svg");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background: #f10d84;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 0;
}
/*** leyenda top ***/
.bfQuickMode legend {
  background: #fff !important;
  color: #000 !important;
}
.bfQuickMode fieldset legend {
  color: #ffffff;
  background-color: #e94e4c;
}
.bfQuickMode fieldset fieldset legend {
  color: #ffffff;
  background-color: #e94e4c;
  /*background-color: #e4e4e4;*/
}
/*** leyenda secciones ***/
/*
.bfQuickMode fieldset fieldset .bfLegendIcon {
    background-color: #cc3a38;
}
.bfQuickMode fieldset .bfLegendIcon {
    background-color: #cc3a38;
}
*/
/*** selector desplegable ***/
.bfClearfix input.select-dropdown {
  cursor: pointer !important;
}
/*** asterisco obligatorio ****/
.bfQuickMode .icon-asterisk {
  color: red !important;
}
/*** campos ****/
.bfQuickMode input[type="text"],
.bfQuickMode textarea,
.bfQuickMode .uneditable-input {
  display: inline-block;
}
/*
@media (max-width: 768px) {
fieldset.span6 {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
	height: auto !important;
    min-height: auto !important;
    max-height: inherit !important;
}
}
*/
@media (max-width: 768px) {
  .bfQuickMode .controls .control-label {
    /*padding-bottom: 25px;*/
    background-color: #fff;
    color: #9e9e9e;
  }
}
@media (max-width: 768px) {
  .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;
  }
}
@media (min-width: 768px) and (max-width: 975px) {
  .bfQuickMode .form-actions {
    margin-top: 80px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .bfQuickMode .form-actions {
    margin-top: 190px !important;
  }
}

@media (max-width: 768px) {
  .bfQuickMode .form-actions {
    margin-top: 120px;
  }
}

/***/
/***/
/***/
/***/
.bfQuickMode .control-label {
  width: 100% !important;
  line-height: 15px !important;
}
input#ff_elem199 {
  display: none;
}
.politica-formulario {
  font-size: 11px;
}
.bfQuickMode .controls.form-inline input {
  display: inline-block;
}
div#bfElemWrap151,
div#bfElemWrap172 {
  position: relative;
}
input#ff_elem151,
input#ff_elem172 {
  position: absolute;
  top: -2px;
  left: 0;
}
label#bfLabel151,
label#bfLabel172 {
  padding-left: 30px;
  font-size: 11px;
}
@media (max-width: 768px) {
  div#bfElemWrap199,
  div#bfElemWrap151,
  div#bfElemWrap172 {
    background: #fff;
  }
  input#ff_elem151,
  input#ff_elem172 {
    position: absolute;
    top: 12px;
    left: 10px;
  }
  label#bfLabel151,
  label#bfLabel172 {
    padding-left: 30px;
  }
}
/***/
.btnM,
.btnM-large {
  background-color: #000;
}
.btnM:hover,
.btnM:focus,
.btnM-large:hover,
.btnM-large:focus {
  background-color: #f10d84;
}
/****/
/****/
/****/
/****/
/**** onecheckout *****/
#ProOPC input[type="text"],
#ProOPC select {
  height: 28px !important;
}
#ProOPC textarea,
#ProOPC input[type="text"],
#ProOPC input[type="password"],
#ProOPC input[type="datetime"],
#ProOPC input[type="datetime-local"],
#ProOPC input[type="date"],
#ProOPC input[type="month"],
#ProOPC input[type="time"],
#ProOPC input[type="week"],
#ProOPC input[type="number"],
#ProOPC input[type="email"],
#ProOPC input[type="url"],
#ProOPC input[type="search"],
#ProOPC input[type="tel"],
#ProOPC input[type="color"],
#ProOPC .uneditable-input {
  height: 20px !important;
}
/*
#ProOPC input {
	height: 28px !important;
}
*/
#ProOPC .proopc-input-append input[type="text"],
#ProOPC .proopc-input-append input[type="email"],
#ProOPC .proopc-input-append input[type="password"] {
  padding-right: 20px;
  height: 28px !important;
}
#ProOPC .proopc-input-append input[type="text"].proopc-qty-input,
#ProOPC .proopc-input-append input[type="number"].proopc-qty-input {
  height: 28px !important;
}
textarea#cart_customer_note_field {
  height: auto !important;
  min-height: 150px;
}
/****/
/****/
/***** secciones usuario ****/
/****/
/****/
.billto-title {
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
}
#userForm h2,
#adminForm h2 {
  font-size: 21px;
  margin: 0;
  font-weight: 600;
}
/*** cliente ******/
/***** acceso/salir *****/
.login-description {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
}
.logout-description {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
}
.com-users.view-login form {
  text-align: center;
}
/****/
/****/
/****/
/****/
/**** ocultando formularios de acceso a la cuenta de otras secciones ******/
.view-user #com-form-login,
.view-user #form-login,
.view-ordes #com-form-login,
.view-orders #form-login {
  display: none !important;
}
/****/
/****/
/****/
/****/
/***** mi cuenta ******/
.view-user #adminForm #ui-tabs ul#tabs {
  display: none;
}
.view-user legend {
  border-bottom: 0px solid #e5e5e5;
}
/*
.view-user legend.userfields_info:nth-child(2) {
    display: none;
}
*/
@media (min-width: 992px) {
  #userForm table.user-details tr td input,
  #adminForm table.user-details tr td input {
    width: 50%;
  }
}
@media (min-width: 678px) and (max-width: 992px) {
  #userForm table.user-details tr td input,
  #adminForm table.user-details tr td input {
    width: 70%;
  }
}
/***/
.view-user fieldset a {
  /*background: #e94e4c;*/
  background: #000;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.4s;
}
.view-user fieldset a:hover {
  background: #f10d84;
  transition: 0.4s;
}
.view-user fieldset ul {
  margin-top: 20px;
  padding-left: 0;
}
.view-user fieldset ul li {
  font-size: 18px;
  text-transform: uppercase;
  color: inherit;
  line-height: 35px;
  list-style: none;
  font-weight: 600;
  text-transform: none;
}
#adminForm .buttonBar-right:first-child {
  display: none;
}
#adminForm .buttonBar-right {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 30px;
}
.view-user fieldset ul li {
  width: 100%;
  display: inline-block;
}
.view-user fieldset ul li a:nth-child(1) {
  background: none;
  color: #222;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  font-weight: 700;
}
.view-user fieldset ul li a:nth-child(2) {
  background: #e94e4c;
  color: #fff;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  float: right;
}
/*
.buttonBar-right {
    text-align: right;
    float: right;
    position: absolute;
    width: 100%;
	padding-right: 30px;
}
@media (max-width: 678px) {
.buttonBar-right {
    top: 60px;
}
}
*/
.view-user input#publicidad2_field {
  height: 15px !important;
  width: 15px !important;
}
.view-user input#agreed_field {
  height: 15px !important;
  width: 15px !important;
}
/****/
/****/
/****/
/****/
/***** mis pedidos ******/
.vm-orders-list h1 {
  font-size: 24px;
  text-transform: none;
  font-weight: 600;
}
.view-orders .order-view {
  padding: 15px;
  background: #e6e6e6;
}
#com-form-order-number,
#com-form-order-pass {
  margin: 0 20px 20px 0;
}
.view-orders #com-form-order-submit input[type="submit"] {
  background: #e94e4c;
  border: none;
  color: #fff;
  padding: 6px 12px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .view-orders #com-form-order-number,
  .view-orders #com-form-order-pass,
  .view-orders #com-form-login-username,
  .view-orders #com-form-login-password,
  .view-orders #com-form-order-pass {
    width: 100%;
  }
  #com-form-login input {
    width: 100%;
  }
  #com-form-login-remember label {
    float: left;
    position: relative;
    padding-left: 20px;
    line-height: 14px;
  }
  div#com-form-login-remember {
    position: relative;
  }
  #com-form-login-remember input#remember {
    float: left;
    text-align: left !important;
    position: absolute !important;
    left: 0 !important;
    top: auto !important;
  }
  #com-form-login input[type="checkbox"] {
    float: left !important;
  }
  #com-form-login .width30.floatleft {
    width: 100%;
  }
}
/**** lista de pedidos ***/
.view-orders.layout-list table.adminlist a {
  background: #e94e4c;
  color: #fff;
  padding: 5px;
  font-weight: 600;
}
/**** pedido realizado ****/
.task-confirm #form-login {
  display: none;
}
/***** informacion del pedido ******/
.vm-orders-information h1 a {
  display: inline-block;
}
.vm-orders-information .spaceStyle .floatright,
.vm-orders-information .spaceStyle span.floatright {
  float: left;
}
/****/
/****/
/****/
/****/
/*********** mis favoritos ************/
.view-favoriteslist .fav_heading {
  background-color: #fff;
}
.view-favoriteslist h4,
.view-favoriteslist .h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.view-favoriteslist .fav_col {
  border: 0px solid #ccc;
}
.view-favoriteslist .fav_col img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.view-favoriteslist .fav_col button.modns.button.art-button.art-button {
  background: #000;
  transition: 0.4s;
  border: 0px;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}
.view-favoriteslist .fav_col button.modns.button.art-button.art-button:hover {
  background: #f10d84;
  transition: 0.4s;
}
.view-favoriteslist .fav_col h3.prod_name {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: left;
}
.view-favoriteslist .fav_col .prod_price {
  text-align: left;
}
/***/
.view-favoriteslist .fav_addtocart-bar {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.view-favoriteslist span.quantity-controls input.quantity-plus,
.view-favoriteslist span.quantity-controls input.quantity-minus {
  background: #efefef;
  position: relative;
  float: left;
  height: 21px;
  width: 22px;
}
.view-favoriteslist input.quantity-input {
  background: #efefef !important;
  border: 0px;
  height: 44px;
  width: 44px;
}
.view-favoriteslist span.quantity-controls {
  width: 20px;
  margin-right: 3px;
}
.view-favoriteslist span.quantity-controls input.quantity-plus {
  margin: 0;
  margin-bottom: 1px;
}
.view-favoriteslist span.quantity-controls input.quantity-plus:before {
  content: " + ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #00;
}
.view-favoriteslist span.quantity-controls input.quantity-minus {
  background: #efefef;
}
.view-favoriteslist span.addtocart-button span.addtocart-button,
.view-favoriteslist span.addtocart-button input.addtocart-button,
.view-favoriteslist span.addtocart-button input.notify-button {
  /*background: #e94e4c;*/
  background: #000;
  color: #fff;
  border: 0px solid #00669a;
  text-transform: uppercase;
  border-radius: 0px;
  transition: 0.4s;
}
.view-favoriteslist span.addtocart-button span.addtocart-button:hover,
.view-favoriteslist span.addtocart-button input.addtocart-button:hover,
.view-favoriteslist span.addtocart-button input.notify-button:hover {
  background: #f10d84;
  transition: 0.4s;
}
/***/
/***/
/***/
@media (max-width: 678px) {
  .view-favoriteslist .fav_col h4 {
    display: none;
  }
  .view-favoriteslist .fav_col {
    width: 100% !important;
    display: inline-block;
  }
  .view-favoriteslist .fav_col h3.prod_name {
    text-align: center;
  }
  .view-favoriteslist .fav_col .prod_price {
    text-align: center;
    display: inline-block !important;
    margin-bottom: 0px;
  }
  .view-favoriteslist .fav_addtocart-area {
    text-align: center;
    margin-bottom: 20px;
  }
  .fav_addtocart-bar {
    margin-top: 0px !important;
  }
}

/****/
/****/
/****/
/****/
/********** titulos modulos home ************/
/*
h3.titulo-home {
    text-align: center;
    position: relative;
    font-weight: 600;
    margin: 20px auto 50px auto;
}
h3.titulo-home:before {
    content: " ";
    width: 50px;
    height: 5px;
    background: #e94e4c;
    position: absolute;
    bottom: -20px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
}
*/
/****/
/****/
/****/
/****/
/*********** main body home **********/
.itemid-101 #sp-main-body {
  padding: 0px 0;
}
/****/
/****/
/****/
/****/
/***** top bar *****/
#sp-top-bar {
  padding-left: 15px;
  padding-right: 15px;
}
/****/
/****/
/****/
/****/
/***** productos home *****/
/*
.vmproducts .product.width25 {
    min-width: inherit;
}
@media (min-width: 678px) and (max-width: 992px) {
.vmproducts .product.width25 {
    width: 33% !important;
	display: inline-block;
    float: left;
}
}
@media (max-width: 678px) {
.vmproducts .product.width25 {
    width: 50% !important;
    display: inline-block;
    float: left;
}
}
@media (max-width: 992px) {
.vmproducts:after {
	clear: none;
}
}
*/
/***** categorias home *****/
@media (min-width: 678px) and (max-width: 1200px) {
  .vm-categories-wall .category {
    width: 33% !important;
    float: left;
  }
}
@media (max-width: 678px) {
  .vm-categories-wall .category {
    width: 50%;
    float: left;
  }
}
/******** lo ultimo de nuestro blog **********/
#sp-blog-posts-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-featured .page-header h1 {
  display: none;
}
#eb.mod-easyblogimagewall .ezb-card {
  height: 300px;
  overflow: hidden;
}
@media (min-width: 678px) and (max-width: 768px) {
  #eb .ezb-grids > .ezb-grid {
    float: left;
    padding: 5px;
    width: 50% !important;
    display: inline-block;
  }
}
@media (max-width: 678px) {
  #eb .ezb-grids > .ezb-grid {
    float: none;
    padding: 5px;
    width: 100% !important;
  }
}
#eb.mod-easyblogimagewall .ezb-card span {
  bottom: 40%;
  background: #222;
  padding: 10px;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#eb.mod-easyblogimagewall .ezb-card:before,
#eb.mod-easyblogimagewall .ezb-card:after {
  display: none;
}
/****/
/****/
/****/
/****/
/********** titulos modulos left ************/
h3.titulo-left {
  text-align: left;
  position: relative;
  font-weight: 600;
  /*margin: 20px auto 50px auto;*/
}
/*
h3.titulo-left:before {
    content: " ";
    width: 50%;
    height: 5px;
    background: #e94e4c;
    position: absolute;
    top: 130%;
    z-index: 5;
    left: 0;
}
*/
/****/
/****/
/****/
/****/
/********** newsletter **********/
#sp-newsletter-wrapper {
  background: #fff;
  /*padding-top: 30px;*/
  /*padding-bottom: 50px;*/
}
/*
.acymailing_module_form .acymailing_introtext {
    width: 60%;
    float: left;
	padding-right: 15px !important;
	transition: all .3s;
}
.acymailing_module_form .acymailing_form {
    width: 40%;
    float: right;
	transition: all .3s;
}
*/
.acymailing_module_form .acymailing_introtext {
  font-weight: 700;
  margin-bottom: 15px !important;
  color: #000;
  font-family: Montserrat, sans-serif;
}
.acymailing_module_form .acymailing_form {
  /*width: 100%;*/
  float: none;
  display: inline-block;
  transition: all 0.3s;
}
img.imagen-newsletter {
  float: left;
  padding-right: 20px;
  height: 75px;
  transition: all 0.3s;
}
.acymailing_module_form .titulo {
  font-size: 21px;
  font-weight: 700;
}
div.acymailing_module,
.acymailing_module div {
  position: relative;
  text-align: center;
}
.acymailing_module input[type="text"] {
  /* padding-right: 142px; */
  /* text-align: center; */
  margin: 0 auto;
}
.acymailing_module .acysubbuttons {
  text-align: center;
  position: absolute;
  top: 0;
  /*left: calc(100% - 135px);*/
  right: 0;
}
p.onefield.fieldacyterms {
  text-align: center;
}
.acymailing_module .checkbox {
  display: inline;
}
@media (max-width: 992px) {
  .acymailing_module_form .acymailing_introtext,
  .acymailing_module_form .acymailing_form {
    /*width: 100%;*/
    float: none;
    padding-right: 0px !important;
    text-align: center;
    transition: all 0.3s;
  }
  .acymailing_module_form .acymailing_introtext {
    padding-bottom: 10px !important;
  }
  img.imagen-newsletter {
    float: none;
    padding-right: 0px;
    height: 75px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s;
  }
}
.terminos-newsletter {
  width: 100%;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  padding-top: 20px;
}
/********** bottoms **********/
#sp-bottom {
  padding-left: 15px;
  padding-right: 15px;
}
/****/
/****** datos contacto bottom ******/
li.adres,
li.mail,
li.phone,
li.time {
  position: relative;
  padding-left: 30px;
}
#sp-bottom .sp-module ul li {
  line-height: 35px;
}
li.adres:before {
  position: absolute;
  content: " ";
  background: url("/templates/ut_tienda/images/icono-direccion-bottom.png");
  width: 20px;
  height: 35px;
  top: 0;
  left: 0;
}
li.mail:before {
  position: absolute;
  content: " ";
  background: url("/templates/ut_tienda/images/icono-email-bottom.png");
  width: 20px;
  height: 35px;
  top: 0;
  left: 0;
}
li.phone:before {
  position: absolute;
  content: " ";
  background: url("/templates/ut_tienda/images/icono-telefono-bottom.png");
  width: 20px;
  height: 35px;
  top: 0;
  left: 0;
}
li.mobile:before {
  position: absolute;
  content: " ";
  background: url("/templates/ut_tienda/images/icono-movil-bottom.png");
  width: 20px;
  height: 35px;
  top: 0;
  left: 0;
}
li.time:before {
  position: absolute;
  content: " ";
  background: url("/templates/ut_tienda/images/icono-horario-bottom.png");
  width: 20px;
  height: 35px;
  top: 0;
  left: 0;
}
/****/
/****/
/****/
/****/
/******************* tienda ************************/
#sp-main-body {
  padding: 20px 0;
}
@media (max-width: 992px) {
  .com-virtuemart #sp-component {
    width: 100%;
  }
}
/****/
/****/
/****/
/****/
/************** categorias tienda *************/
div.category .spacer h2,
div.category .spacer h3,
div.category .spacer h4 {
  text-align: center;
}
div.category:nth-child(n + 3) {
  margin-top: 0px !important;
}
div.category:nth-child(2) {
  margin-top: 0px !important;
}
.category.floatleft {
  overflow: hidden;
}
@media (max-width: 992px) {
  .categories-view .row:after {
    clear: none !important;
  }
  .categories-view .clear,
  .categories-view br.clear {
    clear: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .category.floatleft {
    width: 33% !important;
    float: left !important;
  }
}
@media (max-width: 768px) {
  .category.floatleft {
    width: 50% !important;
    float: left !important;
  }
  .category.floatleft .spacer {
    padding: 5px !important;
  }
}
/****/
/****/
/****/
/****/
/********** buscador categorias *************/
@media (min-width: 992px) {
  .browse-view .virtuemart_search {
    width: 70%;
    float: right;
  }
}
@media (min-width: 678px) and (max-width: 992px) {
  .browse-view .virtuemart_search {
    width: 80%;
    float: right;
  }
}
@media (max-width: 678px) {
  .browse-view .virtuemart_search {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .layout-selector.withsearch {
    float: left;
    width: 30%;
  }
}
@media (min-width: 678px) and (max-width: 992px) {
  .layout-selector.withsearch {
    float: left;
    width: 20%;
  }
}
@media (max-width: 678px) {
  .layout-selector.withsearch {
    width: 100%;
  }
}
/*********** paginadores **************/
.view-category .orderby-displaynumber {
  width: 100%;
  display: inline-block;
  z-index: 5;
}
@media (max-width: 678px) {
  .layout-selector.withsearch {
    float: none;
    text-align: center;
  }
  .view-category .orderby-displaynumber {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .floatleft.vm-order-list {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .orderby-displaynumber .display-number {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .view-category .orderby-displaynumber {
    width: 100%;
    display: inline-block;
    z-index: 5000;
  }
  .orderby-displaynumber select#limit {
    text-align: center;
    margin: 0 auto;
    float: none;
    background: #ffff !important;
  }
  .orderby-displaynumber select#limit.inputbox {
    background: #ffff !important;
  }
}
/******* paginadores bottom *************/
.pagination-wrapper.vm-pagination-bottom {
  width: 100%;
  display: inline-block;
}
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/******** precios productos tienda ******/
.product-price .vm-display {
  display: inline-block;
}
.product-price span.price-crossed {
  display: inline-block;
  padding: 0 5px;
}
.product-price span.PricesalesPrice {
  display: inline-block;
  padding: 0 5px;
}
.product-price .PricetaxAmount {
  display: none;
}
/****** etiquetas productos tienda *****/
.etiqueta-descuento {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 49;
  /*background: #e94e4c;*/
  background: #f10d84;
  color: #fff;
  padding: 5px;
  font-weight: 700;
}
.etiqueta-descuento:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  mask: url(/templates/ut_tienda/images/iconos/pico-inferior-etiqueta-descuento.svg);
  -webkit-mask: url(/templates/ut_tienda/images/iconos/pico-inferior-etiqueta-descuento.svg);
  width: 100%;
  height: 50px !important;
  /*background: #e94e4c;*/
  background: #f10d84;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
/****** calificaciones ratings productos tienda *****/
.ratingbox {
  background: url(../templates/ut_tienda/images/virtuemart/color-stars.png)
    repeat-x scroll 0 bottom transparent;
  height: 22px;
  margin: 0 auto;
}
.ratingbox div,
.ratingbox span {
  background: url(../templates/ut_tienda/images/virtuemart/color-stars.png)
    repeat-x;
  height: 22px;
}
/************ productos tienda ****************/
@media (max-width: 992px) {
  .view-category div[class*="-view"] div.row {
    margin: 0;
    display: block !important;
    width: 100%;
  }
  .view-category .browse-view .row:after {
    clear: none !important;
  }
  .view-category .browse-view .horizontal-separator:after {
    clear: none !important;
  }
  .view-category .browse-view .clear,
  .view-category .browse-view br.clear {
    clear: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  div[class*="vm-col-"] {
    width: 33%;
    display: inline-block;
    float: left;
  }
}
/*
@media (max-width: 768px) {
div[class*="vm-col-"]  {
    width: 50% !important;
    display: inline-block;
    float: left;
}
}
*/
div.product .product-small-detail h3 {
  /*font-size: 13px;*/
  /*text-transform: capitalize;*/
  /*margin: 10px 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: 40px;
}
div.product .product-small-detail h3 {
  margin: 0;
  letter-spacing: 0;
}
/***/
.product .addtocart-bar {
  height: 35px;
}
.product .addtocart-bar span.addtocart-button input {
  height: 35px !important;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
/***/
.product .product-container a.notify {
  background: #222;
  color: #fff;
  height: 35px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}
/*
.product .product-price {
    float: left;
    margin: 10px auto;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
	display: inline-block;
	width: 100%;
}
*/
.product .product-price {
  float: left;
  margin: 10px auto;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  height: 24px;
}
.product .product-price .PricesalesPrice {
  float: none;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding-left: 0;
  /*padding: 0 5px;*/
  color: #f10d84 !important;
}
.product .product-price .price-crossed {
  float: none;
}
.product .product-price .price-crossed span {
  font-size: 14px !important;
  color: #ccc !important;
  font-weight: 700 !important;
}
/******** prodcutos tienda en lista ***********/
.product .product-list-details .addtocart-bar {
  display: inline-block;
  float: left;
  margin: 0 10px 0 4px;
}
/*********** controles top categoria ***********/
.view-category .orderby-displaynumber {
  width: 100%;
  display: inline-block;
}
/****/
/****/
/****/
/****/
/***** vista detalle producto *****/
.productdetails-view
  .vm-product-container
  .vm-product-details-container
  .product-sku {
  margin: 20px 0 5px 0;
}
.productdetails-view
  .vm-product-container
  .vm-product-details-container
  .spacer-buy-area
  .product-short-description {
  margin: 5px 0 20px 0;
}
.productdetails-view .addtocart-bar a.notify {
  height: 35px !important;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  background: #222222;
  color: #fff;
  display: block;
  line-height: 35px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.productdetails-view .addtocart-bar {
  float: left;
}
.productdetails-view .ask-a-question {
  width: 100%;
  float: left;
}
.customer-reviews form .write-reviews textarea {
  width: 100% !important;
  min-height: 150px;
}
.customer-reviews form .write-reviews .count-desc + input {
  background: #fff;
}
.productdetails-view
  .vm-product-container
  .vm-product-details-container
  .spacer-buy-area
  .product-price {
  margin: 0;
}
.view-productdetails .product-price .PricesalesPrice {
  float: left;
  font-weight: 700 !important;
  font-size: 21px !important;
  padding-left: 0;
  /*padding: 0 5px;*/
  color: #f10d84 !important;
}
.view-productdetails .product-price .price-crossed {
  color: #ccc !important;
  font-weight: 700 !important;
  font-size: 21px;
  float: left;
}
/****/
/****/
/****/
/****/
/******** vertical menu ********/
.view-user #sp-left,
.view-cart #sp-left,
.task-confirm #sp-left {
  display: none;
}
.view-user #sp-component,
.view-cart #sp-component {
  width: 100%;
}
.menu-icon-cont.sm-btn-126,
.menu-icon-cont.sm-btn-267 {
  top: 20%;
}
.sm-menu .link {
  cursor: pointer !important;
}
/***/
/*
#off-menu_126 .sm-levels {
    height: 100%;
    max-height: max-content !important;
}
*/
/****/
.sm-filter-cont .sm-search {
  background-image: none !important;
}
.sm-filter-cont .sm-search:before {
  content: " \f002";
  position: absolute;
  font-family: fontawesome;
  font-size: 16px;
  line-height: 40px;
}
/****/
.sm-filter-cont .sm-reset {
  background-image: none !important;
}
.sm-filter-cont .sm-reset:before {
  content: " \f00d";
  position: absolute;
  font-family: fontawesome;
  font-size: 16px;
  line-height: 40px;
}
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/*********** sticky header ************/
@media (max-width: 992px) {
  #sp-header {
    height: 80px !important;
  }
}
/****/
/****/
/****/
/****/
div#sp-account-top,
div#sp-minicart-top {
  width: 35px;
  padding: 0;
}
div#sp-icons-top .sp-module {
  display: inline-block;
  margin-top: 0;
  float: right;
}
/****/
/****/
/****/
/****/
/********** mi cuenta top *************/
/*
h3.titulo-mi-cuenta-top {
	position: relative;
}
*/
/*
.mi-cuenta-top:before {
	position: absolute;
	background: url("/templates/ut_tienda/images/icono-mi-cuenta.png");
	top: 5px;
	left: 0;
	width: 35px;
	height: 35px;
	font-family: fontawesome;
	transition: all .3s;
	content: " ";
}
.mi-cuenta-top:hover:before {
	background: url("/templates/ut_tienda/images/icono-mi-cuenta-hover.png");
	transition: all .3s;
	content: " ";
}
*/
.mi-cuenta-top {
  position: relative;
  width: 25px;
  height: 25px;
}
h3.titulo-mi-cuenta-top {
  /*display: none;*/
  font-size: 0;
  cursor: pointer;
}
h3.titulo-mi-cuenta-top:before {
  content: " ";
  position: absolute;
  mask: url("/templates/ut_tienda/images/iconos/icono-acceso.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url("/templates/ut_tienda/images/iconos/icono-acceso.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background: #9d9d9c;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  transition: 0.4s;
}
h3.titulo-mi-cuenta-top:hover:before {
  transition: 0.4s;
  background: #f10d84;
}
h3.titulo-mi-cuenta-top.activo:before {
  content: " ";
  position: absolute;
  mask: url("/templates/ut_tienda/images/iconos/icono-cerrar.svg");
  mask-size: 15px;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url("/templates/ut_tienda/images/iconos/icono-cerrar.svg");
  -webkit-mask-size: 15px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background: #9d9d9c;
}
h3.titulo-mi-cuenta-top.activo:hover:before {
  background: #f10d84;
}
/***/
/***/
/***/
/*
.mi-cuenta-top ul.nav.menu {
	display: none;
}
*/
/*
.mi-cuenta-top ul.nav.menu {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 250px;
    z-index: 999;
    background: #fff;
	box-shadow: 0 3px 15px rgba(0,0,0,0.09);
}
*/
/*
.mi-cuenta-top ul.nav.menu {
	opacity: 0;
	transition: all .3s;
	transform: translate(100%, 0%);
}
.mi-cuenta-top:hover ul.nav.menu {
	opacity: 1;
	transition: all .3s;
	transform: translate(0%, 0%);
}
*/
/***/
/***/
/***/
.mi-cuenta-top .sp-module-content {
  position: absolute;
  top: 25px;
  right: 0px;
  width: 250px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
}
.mi-cuenta-top .sp-module-content {
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  display: none;
}
.mi-cuenta-top:hover .sp-module-content {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  display: block;
}
.mi-cuenta-top ul.nav.menu > li > a {
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
/****/
/****/
/****/
/****/
/********** carrito top ************/
/*
.vmCartModule {
	position: relative;
    width: 25px;
    height: 25px;
}
*/
/*
.vmCartModule:before {
	content: " ";
	position: absolute;
	mask: url("/templates/ut_tienda/images/iconos/icono-carrito.svg");
	-webkit-mask: url("/templates/ut_tienda/images/iconos/icono-carrito.svg");
	background: #9D9D9C;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	transition: .4s;
}
.vmCartModule:hover:before {
	transition: .4s;
	background: #f10d84;
}
*/
.titulo-carro-top {
  font-size: 0;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
}
.titulo-carro-top:before {
  content: " ";
  position: absolute;
  mask: url("/templates/ut_tienda/images/iconos/icono-carrito.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url("/templates/ut_tienda/images/iconos/icono-carrito.svg");
  background: #9d9d9c;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  transition: 0.4s;
}
.titulo-carro-top:hover:before {
  transition: 0.4s;
  background: #f10d84;
}
/***/
.titulo-carro-top.activo:before {
  content: " ";
  position: absolute;
  mask: url(/templates/ut_tienda/images/iconos/icono-cerrar.svg);
  mask-size: 15px;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url(/templates/ut_tienda/images/iconos/icono-cerrar.svg);
  -webkit-mask-size: 15px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background: #9d9d9c;
}
.titulo-carro-top.activo:hover:before {
  background: #f10d84;
}
/***/
.sp-module.carro {
  position: relative;
  margin-bottom: 0;
}
.carro .sp-module-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}
/***/
/***/
/***/
/*
.sp-module.carro .sp-module-content {
    position: absolute;
    top: 25px;
    right: 0px;
    width: 250px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.09);
}
.sp-module.carro .sp-module-content {
    opacity: 0;
	visibility: hidden;
	z-index: -999;
}
*/
.sp-module.carro .dropdown-content {
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  display: none;
  min-width: 282px;
}
.sp-module.carro:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  display: block;
}
.dropdown .dropdown-content {
  top: 25px;
  display: block;
}
/***/
/***/
/***/
.dropdown .cart-resume .product-counter {
  border: 0px solid #555555;
  background: transparent;
}
.vmCartModule .cart-resume .total_product {
  background: #e94e4c;
  top: -13px;
  right: 5px;
  z-index: 100;
}
.vmCartModule .cart-resume {
  height: 25px;
}
.dropdown .cart-resume .total {
  display: none;
}
.dropdown .cart-resume .product-counter:before {
  display: none;
}
/***/
.dropdown-content .vm_cart_products {
  /*max-height: 500px;*/
  max-height: 350px;
  overflow: auto;
}
.dropdown-content .product_row {
  width: 100%;
  float: left;
  padding: 5px 0;
}
.dropdown-content .image {
  width: 20%;
  float: left;
}
.dropdown-content .quantity {
  width: 20px;
  display: inline-block;
  float: left;
  font-weight: 600;
  margin: 5px;
  margin-top: 0 !important;
  font-size: 11px;
  position: relative !important;
}
.dropdown-content .quantity:before {
  content: " x " !important;
  position: absolute !important;
  top: 0;
  right: 0;
}
.dropdown-content .product_name {
  width: calc(75% - 20px);
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.dropdown-content .subtotal_with_tax {
  font-weight: 600;
}
.dropdown-content .total-cart {
  float: left;
  width: 100%;
}
/***/
/*
.dropdown .dropdown-content {
	opacity: 0;
	transition: all .3s;
	transform: translate(100%, 0%);
	display: block !important;
}
.dropdown:hover .dropdown-content, .dropdown:focus .dropdown-content {
	opacity: 1;
	transition: all .3s;
	transform: translate(0%, 0%);
}
*/
/*
.dropdown .dropdown-content {
	display: none;
}
*/
/*
.dropdown:hover .dropdown-content, .dropdown:focus .dropdown-content {
    display: none;
}*/
/*
.dropdown .dropdown-content {
    position: absolute;
    top: 40px;
    right: 0px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.09);
}
*/
/***** menu offcanvas ***********/

@media (max-width: 1160px) {
  .sp-megamenu-parent {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1160px) {
  a#offcanvas-toggler {
    display: inline-block !important;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  a#offcanvas-toggler:before {
    top: 7px !important;
  }
}
a#offcanvas-toggler {
  position: relative;
}
a#offcanvas-toggler:before {
  content: " MENÚ ";
  position: absolute;
  top: 0px;
  left: -38px;
  font-size: 11px;
  color: #000;
}

@media (max-width: 992px) {
  #offcanvas-toggler {
    line-height: 40px;
    /*padding-top: 15px;*/
  }
}
/****/
/****/
/****/
/****/
/****/
.owl-nav button {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  background: transparent;
  color: #f10d84 !important;
  padding: 5px !important;
  transition: 0.4s;
}
.owl-nav button.owl-prev {
  transform: translateX(-100%);
  opacity: 0 !important;
  transition: 0.4s;
}
.owl-nav button.owl-next {
  transform: translateX(100%);
  opacity: 0 !important;
  transition: 0.4s;
}
.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
  transform: translateX(0%);
  opacity: 1 !important;
  transition: 0.4s;
}
.owl-nav button.owl-next,
.owl-nav button.owl-prev {
  border-radius: 100% !important;
  width: 50px;
  height: 50px;
  margin: -10px;
}
.owl-nav button:hover {
  background: #f10d84 !important;
  color: #fff !important;
  transition: 0.4s;
}
.owl-nav .owl-next {
  right: 0;
  left: inherit;
}
.owl-nav i {
  font-size: 41px;
  padding: 5px;
}
.owl-nav button span {
  font-size: 56px;
  line-height: 28px;
}
/***/
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f10d84 !important;
}

/***/
/***/
/***/
.vina-carousel-virtuemart {
  overflow: visible !important;
}
.vina-carousel-virtuemart a {
  color: #222 !important;
}
/****/
.vina-carousel-virtuemart .item {
  margin: 5px !important;
  box-shadow: 0px 0px 0px 0 #d7dadc;
  border-radius: 0px;
  transition: 0.4s;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.vina-carousel-virtuemart .item:hover {
  /*box-shadow: -2px 3px 15px 0 #d7dadc;*/
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
.vina-carousel-virtuemart .item-i:hover a,
div.product .vina-carousel-virtuemart .item-i:focus a {
  color: #f10d84 !important;
}
/***/
.vina-carousel-virtuemart .item-i .image-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  margin-top: 24px;
}
.vina-carousel-virtuemart .item-i .product-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  /*visibility: hidden;*/
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vina-carousel-virtuemart .item-i:hover .product-overlay,
.vina-carousel-virtuemart .item-i:focus .product-overlay {
  background-color: rgba(233, 78, 76, 0.8);
}
.vina-carousel-virtuemart .item-i:hover .product-overlay,
.vina-carousel-virtuemart .item-i:focus .product-overlay {
  opacity: 1;
  visibility: visible;
}
/****/
.vina-carousel-virtuemart .product-price {
  float: none;
  margin: 10px auto;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}
/****/
.vina-carousel-virtuemart .item-i .product-overlay .product-actions {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/*
.vina-carousel-virtuemart a {
	color: #222 !important;
}
*/
/*****/
.vina-carousel-virtuemart .addtocart {
  float: none;
  margin: 0;
  text-align: center;
  /*height: 35px;*/
}
.vina-carousel-virtuemart .addtocart-bar span.quantity-box {
  display: none;
}
.vina-carousel-virtuemart .addtocart-bar span.addtocart-button {
  margin-right: 0px;
  float: left;
}
.vina-carousel-virtuemart .item-i span.addtocart-button input {
  height: 35px !important;
  text-transform: uppercase;
  padding: 0;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.vina-carousel-virtuemart .item-i a.notify {
  color: #fff !important;
  background: #222;
  height: 35px !important;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: inline-block;
  line-height: 35px;
  font-weight: 600;
}
/***/
.vina-carousel-virtuemart
  .product-overlay
  .product-actions
  .vm-product-rating-container {
  text-align: center;
  margin-top: 10px;
}
.vina-carousel-virtuemart .ratingbox {
  background: url("../templates/ut_tienda/images/virtuemart/color-stars.png")
    repeat-x scroll 0 bottom transparent;
  height: 18px;
  margin: 0 auto;
  display: block;
  width: 65px;
}
.vina-carousel-virtuemart .ratingbox div,
.vina-carousel-virtuemart .ratingbox span {
  background: url(../templates/ut_tienda/images/virtuemart/color-stars.png)
    repeat-x;
  height: 18px;
}
.vina-carousel-virtuemart .vm-product-rating-container span.amount {
  display: none;
}
/****/
.vina-carousel-virtuemart .item-i .sj_quickview_handler {
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 110px;
  font-size: 16px !important;
  right: 110px;
  bottom: 0;
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vina-carousel-virtuemart .item-i:hover .sj_quickview_handler {
  position: absolute;
  bottom: 10px;
  right: 110px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.vina-carousel-virtuemart .item-i .sj_quickview_handler {
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #222;
  margin: 0;
  color: #fff !important;
}
/****/
.vina-carousel-virtuemart .item-i .addtofav_aws_icon,
.vina-carousel-virtuemart .item-i .addtofav_aws_icon_active {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 16px !important;
  right: 60px;
  bottom: 0;
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vina-carousel-virtuemart .item-i:hover .addtofav_aws_icon,
.vina-carousel-virtuemart .item-i:hover .addtofav_aws_icon_active {
  position: absolute;
  bottom: 10px;
  right: 60px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/***/
.vina-carousel-virtuemart .item-i .vm-details-button {
  width: 40px;
  height: 40px;
  padding: 0;
  max-width: 100%;
  background: #222222;
  font-size: 20px;
  border-radius: 0px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  letter-spacing: 0.1em;
}
.vina-carousel-virtuemart .item-i a.product-details {
  background: none;
  border: 0px;
  color: #fff !important;
  font-size: inherit;
  margin-left: -10px;
}
.vina-carousel-virtuemart .item-i .vm-details-button {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vina-carousel-virtuemart .item-i:hover .vm-details-button,
.vina-carousel-virtuemart .item-i:focus .vm-details-button {
  bottom: 10px;
  right: 10px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.vina-carousel-virtuemart .item-i .item-favorites,
.vina-carousel-virtuemart .item-i .vm-details-button {
  display: none;
}
/***/
.vina-carousel-virtuemart .addtocart-bar span.quantity-controls {
  display: none;
}
/***/
.vina-carousel-virtuemart .item-i .product-manufacturer a img {
  display: none;
}
/****/
.vina-carousel-virtuemart .product-title {
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  -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: 30px;
  margin: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
}
/****/
.vina-carousel-virtuemart .product-actions {
  text-align: center;
  margin-bottom: 15px;
}
/****/
.vina-carousel-virtuemart .product-price .product-price {
  float: left;
  margin: 0px auto;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
}
.vina-carousel-virtuemart .product-price {
  margin: 10px auto;
  text-align: center;
  float: left;
  line-height: 18px;
  display: inline-block;
  width: 100%;
}
.vina-carousel-virtuemart .product-price .PricesalesPrice {
  float: none;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding-left: 0;
  /*padding: 0 5px;*/
  color: #f10d84 !important;
}
.vina-carousel-virtuemart .product-price span.PricesalesPrice {
  display: inline-block;
  padding: 0 5px;
}
.vina-carousel-virtuemart .product-price .PricesalesPrice span {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
}
.vina-carousel-virtuemart .product-price .price-crossed span {
  font-size: 14px;
  color: #ccc;
  font-weight: 700;
}
/**** numeros/numeracion paginaciones ****/
.owl-theme .owl-dots .owl-dot.pagination-number span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
}
/***** widgetkit carrusel marcas ****/
.widgetkit-carrusel-marcas .uk-panel {
  background-size: contain;
}
.widgetkit-carrusel-marcas {
  margin-top: 0px;
  margin-bottom: 0px;
}
.widgetkit-carrusel-marcas ul > li {
  border-bottom: 0px solid #e8e8e8;
}
/*
.widgetkit-carrusel-marcas .uk-panel {
    filter: grayscale(100%);
	opacity: .6;
	transition: all .3s;
}
.widgetkit-carrusel-marcas .uk-panel:hover {
    filter: grayscale(0%);
	opacity: 1;
	transition: all .3s;
}
*/
.widgetkit-carrusel-marcas .uk-slidenav {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 36px;
  line-height: 50px;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.widgetkit-carrusel-marcas:hover .uk-slidenav {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.widgetkit-carrusel-marcas .uk-slidenav-previous:before,
.widgetkit-carrusel-marcas .uk-slidenav-next:before {
  color: #f10d84;
}
.widgetkit-carrusel-marcas .uk-slidenav-previous {
  left: 0;
  transform: translateX(-100%);
  transition: 0.4s;
}
.widgetkit-carrusel-marcas:hover .uk-slidenav-previous {
  transform: translateX(0%);
  transition: 0.4s;
}
.widgetkit-carrusel-marcas .uk-slidenav-next {
  right: 0;
  transform: translateX(100%);
  transition: 0.4s;
}
.widgetkit-carrusel-marcas:hover .uk-slidenav-next {
  transform: translateX(0%);
  transition: 0.4s;
}
.widgetkit-carrusel-marcas .uk-slidenav:hover {
  background: #f10d84 !important;
  transition: 0.4s;
}
.widgetkit-carrusel-marcas .uk-slidenav-previous:hover:before,
.widgetkit-carrusel-marcas .uk-slidenav-next:hover:before {
  color: #fff !important;
  transition: 0.4s;
}
/***/
/***/
/**** carrusel marcas ****/
/***/
/***/
ul#carrusel-marcas {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#carrusel-marcas .owl-nav button {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  background: transparent;
  color: #f10d84;
  padding: 5px !important;
  transition: 0.4s;
}
#carrusel-marcas .owl-nav button:hover {
  background: #f10d84;
  color: #fff;
  transition: 0.4s;
}
#carrusel-marcas .owl-nav .owl-next {
  right: 0;
  left: inherit;
}
#carrusel-marcas .owl-nav i {
  font-size: 41px;
}
#carrusel-marcas li {
  margin-left: 15px;
  margin-right: 15px;
}
/***/
/***/
/***/
/**** owl carousel ****/
/*
.owl-carousel {
    display: inherit !important;
}
*/
.owl-theme .owl-controls .owl-buttons div:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 24px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f054";
}
.owl-item li {
  list-style-type: none;
}
/***/
/***/
/***/
/**** productos home ****/
/***/
/***/
/***/
.vmgroup {
  margin-top: 0px;
}
.vmgroup div.product {
  margin-top: 0px;
  min-width: auto;
}
.vmgroup.default .product .product-small-detail h3 {
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  -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: 30px;
  margin: 0;
  font-family: Montserrat, sans-serif;
}
.vmgroup.default .product .product-overlay,
.vmgroup.default .product .vm-details-button,
.vmgroup.default .product .item-favorites,
.vmgroup.default .product .product-manufacturer a img {
  display: none;
}
.vmgroup.default .product .product-actions {
  margin-bottom: 25px;
}
/***/
.vmgroup.default div.product .spacer {
  margin: 5px !important;
  box-shadow: 0px 0px 0px 0 #d7dadc;
  border-radius: 0px;
  transition: 0.4s;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.vmgroup.default div.product .spacer:hover {
  /*box-shadow: -2px 3px 15px 0 #d7dadc;*/
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
/***/
/***/
/***/
@media (min-width: 768px) and (max-width: 992px) {
  .vmproducts .product.width20 {
    width: 25% !important;
    display: inline-block;
    float: left;
  }
}
@media (min-width: 678px) and (max-width: 768px) {
  .vmproducts .product.width20 {
    width: 33% !important;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 678px) {
  .vmproducts .product.width20 {
    width: 50% !important;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 992px) {
  .vmproducts:after {
    clear: none;
  }
}

/***/
/***/
/***/
/**** cuenta atras ****/
/***/
/***/
/***/
.product-timer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  padding-bottom: 0px;
  border: 1px solid #f10d84;
  /*background: rgba(255, 255, 255, 0.65);*/
  background: rgba(0, 0, 0, 1);
  z-index: 5;
}
.timer-title {
  font-weight: 600 !important;
  margin-bottom: 5px;
  /*font-style: italic;*/
  /*color: #ffca28;*/
  display: inline-block;
  text-align: left;
  width: 100%;
}
.timer-title span {
  color: #fff !important;
}
.timer-title i {
  color: #ffffff;
  margin-right: 5px;
  background: #f10d84;
  padding: 5px;
}
.timer-grid .box-time-date {
  display: inline-block;
  float: left;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  /*background: rgba(255, 255, 255, 0.65);*/
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid #f10d84;
  width: calc(25% - 4px);
}
.timer-grid .box-time-date:last-child {
  margin-right: 0 !important;
}
.timer-grid .box-time-date span {
  text-align: center;
  font-weight: 600;
  font-size: 11px !important;
  display: block;
  float: none;
  color: #fff !important;
}
/***/
.product-flash-offer {
  margin-bottom: 10px;
  margin-top: 5px;
  width: 100%;
  float: left;
}
.product-flash-offer .product-timer {
  position: relative;
  float: left;
  display: inline-block;
  padding: 10px;
}
.product-flash-offer .product-timer .timer-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-flash-offer .product-timer .timer-grid .box-time-date {
  padding: 10px;
  margin-bottom: 0px;
  width: auto;
}
.product-flash-offer .product-timer .timer-grid .box-time-date span {
  font-size: 14px;
}

/***/
/***/
/***/
/**** nivel stock ****/
/***/
/***/
/***/
.nivel-stock i {
  padding-right: 5px;
}
span.en-stock {
  color: #fff !important;
  background: #b3c461;
  padding: 5px 6px 3px 6px;
  border-radius: 5px;
  font-size: 12px;
}
span.poco-stock {
  color: #fff !important;
  background: #fd7e14;
  padding: 5px 6px 3px 6px;
  border-radius: 5px;
  font-size: 12px;
}
span.sin-stock {
  color: #fff !important;
  background: #cb2027;
  padding: 5px 6px 3px 6px;
  border-radius: 5px;
  font-size: 12px;
}
/***/
.nivel-stock span.label {
  display: none;
}
.undidades-en-stock {
  display: none;
}
/***/
/***/
/***/
/**** ventana emergente fabricante ****/
/***/
/***/
/***/
.manufacturer-details-view .spacer .manufacturer-info {
  text-align: center;
}

.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email a,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-url a,
.manufacturer-details-view
  .spacer
  .manufacturer-info
  .manufacturer-product-link
  a {
  background: #000;
  border: 0px;
  transition: 0.4s;
}
.manufacturer-details-view
  .spacer
  .manufacturer-info
  .manufacturer-email
  a:hover,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-url a:hover,
.manufacturer-details-view
  .spacer
  .manufacturer-info
  .manufacturer-product-link
  a:hover {
  background: #f10d84;
  border: 0px;
  transition: 0.4s;
}

/**** muro ****/

/**** carrusel ****/
/*
.vmgroup.default.carrusel {
    margin-left: -15px !important;
	margin-right: -15px !important;
}
*/
.vmgroup.default.carrusel .vmproducts {
  margin: 0 !important;
}
.vmgroup.default.carrusel ul#vmproducts {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.vmgroup.default.carrusel li.product {
  width: 100% !important;
  float: none !important;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.vmgroup.default.carrusel .owl-nav button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.vmgroup.default.carrusel .owl-nav .owl-next {
  right: 0;
  left: inherit;
}
.vmgroup.default.carrusel .owl-nav i {
  font-size: 41px;
}
.vmgroup.default.carrusel .owl-nav button {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  background: transparent;
  color: #f10d84;
  padding: 5px !important;
  transition: 0.4s;
}
.vmgroup.default.carrusel .owl-nav button:hover {
  background: #f10d84;
  color: #fff;
  transition: 0.4s;
}
/***/
li.product .product-container:hover .product-small-detail a,
li.product .product-container:focus .product-small-detail a {
  color: #f10d84;
}

/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
@media (min-width: 768px) and (max-width: 992px) {
  div#sp-top1,
  div#sp-top2 {
    width: 100%;
    float: none;
    text-align: center !important;
  }
}
#sp-top-bar .sp-contact-info {
  line-height: inherit;
}
/***/
/***/
/***/
#sp-header .logo a {
  display: inline-block;
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #sp-logo {
    width: 30%;
    /*padding-top: 20px;*/
  }
}
@media (max-width: 768px) {
  #sp-logo {
    width: 30%;
    /*padding-top: 20px;*/
    padding-right: 0px;
  }
  /*
div#sp-menu {
	width: 70%;
	padding-left: 0px;
}
*/
}
@media (max-width: 992px) {
  #sp-header .logo {
    height: inherit;
  }
}
@media (max-width: 1200px) {
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span {
    /*padding: 0 10px;*/
    padding: 0 7px;
    font-size: 12px;
  }
}
/***/

@media (min-width: 768px) and (max-width: 992px) {
  div#sp-search {
    /*width: calc(70% - 90px);*/
    width: calc(70% - 130px);
  }
}
@media (max-width: 580px) {
  #offlajn-ajax-search128 {
    width: 160px;
  }
}
/***/
@media (min-width: 768px) and (max-width: 992px) {
  #sp-icons-top {
    /*width: 90px;*/
    width: 130px;
    padding-top: 20px;
  }
}
/******* ELIMINAR DEL CARRO CHECK OFERTAS Y PROMOS *******/
.publicidad2-group {
  display: none;
}
.body-innerwrapper.ls-overflow-visible {
  overflow-x: hidden !important;
}
/***/
/***/
/***/
/*******/
/*******/
/*******/
/*******/
/*******/
/*******/
/***/
/***/
/***/
@media (min-width: 1300px) {
  .container {
    width: 1260px;
  }
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
#sp-top-bar {
  background-color: #fff;
  color: #9d9d9c;
}
/***/
/***/
/**** header top ****/
/***/
/***/
section#sp-header-top {
  margin-bottom: 10px;
}
div#sp-top2 {
  text-align: right;
}
/***/
/***/
/***/
.enlace-blog-top {
  position: relative;
  color: #000;
}
.enlace-blog-top:before {
  content: " ";
  mask: url(/templates/ut_tienda/images/icono-formulario.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask: url(/templates/ut_tienda/images/icono-formulario.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background: #9d9d9c;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}
.enlace-blog-top a {
  padding-left: 15px;
  transition: 0.4s;
  color: #9d9d9c !important;
}
.enlace-blog-top a:hover {
  transition: 0.4s;
  color: #f10d84 !important;
}
/***/
/***/
/**** header ****/
/***/
/***/
#sp-header .sp-module {
  margin-top: 10px !important;
}
#sp-header-top .sp-module {
  padding-bottom: 0px;
}
#sp-header {
  /*height: 40px;*/
  height: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  float: left;
}
#sp-header-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/***/
/***/
/**** migas de pan ****/
/***/
/***/
.itemid-101 #sp-page-title {
  margin-bottom: 0px;
}
#sp-page-title {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background: whitesmoke;
  margin-bottom: 25px;
}
#sp-page-title #sp-title .sp-module {
  margin-top: 0px;
  margin-bottom: 0px;
}
.breadcrumb {
  margin-bottom: 0px;
}
/***/
/***/
/**** menu principal ****/
/***/
/***/
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  z-index: 99999;
}
#sp-menu .sp-dropdown-mega .row > div[class*="col-"] {
  border-left: 1px solid #ddd;
}
#sp-menu .sp-dropdown-mega .row > div[class*="col-"]:first-child {
  border-left: 0px solid #ddd;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0px;
  color: #000;
  line-height: 40px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  font-size: 12px;
}
@media (min-width: 1260px) and (max-width: 1360px) {
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span {
    text-transform: none;
    font-size: 12px;
    padding: 0 10px;
  }
}
@media (max-width: 1260px) {
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span {
    text-transform: none;
    font-size: 11px;
    padding: 0 8px;
  }
}
/***/
/*** submenus categorias ****/
/***/
/*
.sp-megamenu-parent >li {
    position: relative !important;
}
*/

/*
.sp-megamenu-parent {
    position: relative;
}
#sp-header .container {
    width: 100% !important;
}
.sp-megamenu-parent .ls-wp-container.fitvidsignore.ls-outline.ls-container.ls-responsive.ls-device-is-desktop {
    width: 100% !important;
    height: auto !important;
}
*/

@media (min-width: 1450px) {
  #sp-header .container,
  #sp-header-bottom .container {
    width: 1450px !important;
  }
}
@media (min-width: 1360px) {
  #sp-header .container,
  #sp-header-bottom .container {
    width: 1360px;
  }
}
@media (min-width: 1260px) and (max-width: 1360px) {
  #sp-header .container,
  #sp-header-bottom .container {
    width: 1260px;
  }
}
@media (min-width: 1160px) and (max-width: 1260px) {
  #sp-header .container,
  #sp-header-bottom .container {
    width: 1160px;
  }
}

/*
@media (min-width: 992px) and (max-width: 1260px) {
#sp-header .container {
    width: 100%;
}
}
@media (max-width: 992px) {
#sp-header .container {
    width: 100%;
}
}
*/
/***/
.sp-megamenu-parent .vm-mod-categories {
  /*max-height: 624px;*/
  /*max-height: 666px;*/
  max-height: 655px;
  overflow-y: auto;
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .sp-megamenu-parent .vm-mod-categories {
    max-height: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .sp-megamenu-parent .vm-mod-categories {
    max-height: 575px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .sp-megamenu-parent .vm-mod-categories {
    max-height: 505px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .sp-megamenu-parent .vm-mod-categories {
    /*max-height: 535px;*/
    max-height: 505px;
  }
}
.sp-megamenu-parent .vm-mod-categories ul.VMmenu li div a {
  text-align: left;
}
.sp-megamenu-parent .vm-mod-categories::-webkit-scrollbar {
  width: 10px;
}
.sp-megamenu-parent .vm-mod-categories::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sp-megamenu-parent .vm-mod-categories::-webkit-scrollbar-thumb {
  background: #ddd;
  transition: 0.4s;
}
.sp-megamenu-parent .vm-mod-categories::-webkit-scrollbar-thumb:hover {
  background: #ccc;
  transition: 0.4s;
}
/***/
/**** submenus modulos ****/
/***/
.sp-megamenu-parent .sp-module {
  margin-top: 0;
  margin-bottom: 0;
}
/***
/***/
/**** submenus productos por seleccion ****/
/***/
.sp-megamenu-parent .vmproduct.productdetails .product-price .PricesalesPrice {
  float: left;
  font-weight: 700 !important;
  color: #f10d84 !important;
}
/***/
/**** submenus carruseles vina ****/
/***/
.sp-megamenu-parent .vina-carousel-virtuemart .item:hover {
  box-shadow: none;
}
.sp-megamenu-parent .vina-carousel-virtuemart {
  padding: 0 !important;
  overflow-x: hidden !important;
}
.sp-megamenu-parent .vina-carousel-virtuemart .item {
  padding: 0 !important;
}
.sp-megamenu-parent .vina-carousel-virtuemart .item-i .image-block {
  margin-top: 0;
}
/***/
.sp-megamenu-parent .sp-module {
  overflow: hidden;
}
/***/
/***/
/**** buscador top ****/
/***/
/***/
div#sp-search {
  padding-top: 10px;
}
#offlajn-ajax-search259 {
  width: 100%;
}
#offlajn-ajax-search259 .offlajn-ajax-search-inner {
  height: 35px;
}
input#search-area259,
input#suggestion-area259 {
  height: 35px !important;
  padding: 5px !important;
}
#search-results259 #search-results-inner259 .result-element:hover span,
#search-results259 #search-results-inner259 .selected-element span {
  color: #fff;
}
/***/
div#ajax-search-button259 {
  display: none;
}
#ajax-search-button259 .magnifier {
  position: relative;
  height: 35px;
  background-image: none !important;
}
#ajax-search-button259 .magnifier:before {
  content: " \f002";
  position: absolute;
  font-family: fontawesome;
  font-size: 16px;
  line-height: 34px;
  padding-left: 5px;
}
#offlajn-ajax-search259 .offlajn-ajax-search-container {
  padding: 0px;
}
/*
#ajax-search-button128 .magnifier {
	filter: brightness(30%);
}
#search-area-close128 {
    filter: brightness(30%);
}
.search-area-loading {
    filter: brightness(30%);
}
*/
/*** resultados de busqueda ****/
/*
#search-results128 .result-element {
    height: 80px;
}
*/
#search-results259 .page-container {
  width: 100%;
}
#search-results259 .plugin-title {
  background-color: #000;
}
#search-results259 .plugin-title-inner {
  text-shadow: none;
  color: #fff;
}
#search-results259 .pager {
  background: url(/templates/ut_tienda/images/dot.png) no-repeat center center;
}
#search-results259 .pager.active {
  background: url(/templates/ut_tienda/images/dot_activo.png) no-repeat center
    center;
}
/***/
#search-results259 #search-results-inner259 .result-element,
#search-results259 #search-results-inner259 .result-element:hover,
#search-results259 #search-results-inner259 .selected-element {
  transition: 0.4s;
}
#search-results259 .result-element img {
  padding-top: 7px;
  /*padding-left: 7px;*/
}
#search-results259 .result-element span {
  font-weight: 500;
}
/***/
#search-results259 .seemore {
  background-color: #000;
  transition: 0.4s;
}
#search-results259 .seemore span {
  color: #fff;
  transition: 0.4s;
}
#search-results259 .seemore:hover {
  background-color: #f10d84;
  transition: 0.4s;
}
#search-results259 .seemore:hover span {
  color: #fff;
  transition: 0.4s;
}
/***/
/***/
/**** main menu ****/
/***/
/***/
div#sp-menu {
  text-align: center;
}
.sp-megamenu-parent {
  margin: 0 auto;
  display: inline-block;
  float: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  text-align: left;
}
/***/
/***/
/***/
.sp-megamenu-parent > li.sp-has-child > a:after,
.sp-megamenu-parent > li.sp-has-child > span:after {
  display: inline !important;
}
/*
.sp-megamenu-parent.menu-slide-down .sp-has-child >.sp-dropdown {
    z-index: -9999999;
	opacity: 0;
	visibility: hidden;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
    top: 40px;
    z-index: 9999999;
}
*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 5px !important;
}
.sp-megamenu-parent.menu-slide-down
  .sp-has-child.menu-justify:hover
  > .sp-dropdown,
.sp-megamenu-parent.menu-fade .sp-has-child.menu-justify:hover > .sp-dropdown,
.sp-megamenu-parent.menu-twist .sp-has-child.menu-justify:hover > .sp-dropdown {
  /*height: 685px !important;*/
  height: 700px !important;
  overflow: hidden !important;
  z-index: 999999;
}
.menu-twist .sp-has-child:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
/***/
/***/
/**** home ****/
/***/
/***/
/*
.itemid-101 .sp-module {
	margin-top: 0px;
    padding-bottom: 40px;
}
*/
.sp-module {
  margin-top: 25px;
  margin-bottom: 25px;
}
/***/
/***/
/**** botones top home ****/
/***/
/***/
div#sp-icons-top {
  padding-top: 10px;
}
.widgetkit-botones-top-home .uk-panel {
  background: #eee;
  /*padding: 10px;*/
}
.widgetkit-botones-top-home img {
  padding: 5px;
}
.widgetkit-botones-top-home .uk-panel-title {
  font-weight: 600;
  font-size: 12px;
}
/***/
/***/
/**** home slider *****/
/*
div#sp-banners-sliders {
    margin-top: 15px;
}
*/
div#sp-banners-sliders .sp-module {
  margin-top: 15px;
  padding-bottom: 0;
}
/***/
/***/
/***/
/**** titulos modulos ****/
/***/
/***/
/***/
.titulo-modulo {
  position: relative;
}
.titulo-modulo:after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
h3.titulo-modulo {
  position: relative;
  margin: 0 0 20px;
  /* font-size: 28px; */
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  color: #000;
  background: #f8f8f8;
  display: inline;
  width: auto;
  padding-left: 15px;
  padding: 15px;
  margin-left: 15px;
  border-bottom: 3px solid #f10d84;
}
/***/
/***/
/**** widgetkit ofertas home ****/
/***/
/***/
.widgetkit-ofertas-home .uk-panel-title {
  font-size: 24px;
  font-weight: 600;
}
/***/
/***/
/***/
/**** banners inicio widgetkit ****/
/***/
/***/
/***/
.widgetkit-inicio-banners-bloque-3 {
  margin-top: -15px !important;
}
.widgetkit-inicio-banners-bloque-1 .uk-overlay,
.widgetkit-inicio-banners-bloque-1 img,
.widgetkit-inicio-banners-bloque-2 .uk-overlay,
.widgetkit-inicio-banners-bloque-2 img,
.widgetkit-inicio-banners-bloque-3 .uk-overlay,
.widgetkit-inicio-banners-bloque-3 img {
  width: 100%;
}
/***/
/***/
/**** home - nuestra seleccion productos farmacia ****/
/***/
/***/
.home-nuestra-seleccion-marcas-farmacia {
  margin-top: 40px;
  margin-bottom: 60px;
}
.home-nuestra-seleccion-marcas-farmacia p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
}
/***/
/***/
/**** iconos bottom ****/
/***/
/***/
.iconos-bottom-home {
  background: #efefef;
  padding: 15px;
  float: left;
  width: 100%;
}
.iconos-bottom-home .elemento {
  float: left;
  width: 33%;
}
.iconos-bottom-home .elemento .icono {
  width: 90px;
  height: 90px;
  float: left;
  position: relative;
  background: #fff;
  transition: 0.4s;
}
.iconos-bottom-home .elemento .icono:before {
  content: " ";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background: #000;
  transition: 0.4s;
}
.iconos-bottom-home .elemento:hover .icono {
  background: #f10d84;
  transition: 0.4s;
}
.iconos-bottom-home .elemento:hover .icono:before {
  background: #fff;
  transition: 0.4s;
}
.iconos-bottom-home .elemento:nth-child(1) .icono:before {
  mask: url(/images/iconos/icono-productos.svg) center center;
  -webkit-mask: url(/images/iconos/icono-productos.svg) center center;
}
.iconos-bottom-home .elemento:nth-child(2) .icono:before {
  mask: url(/images/iconos/icono-camion.svg) center center;
  -webkit-mask: url(/images/iconos/icono-camion.svg) center center;
}
.iconos-bottom-home .elemento:nth-child(3) .icono:before {
  mask: url(/images/iconos/icono-calidad.svg) center center;
  -webkit-mask: url(/images/iconos/icono-calidad.svg) center center;
}
.iconos-bottom-home .elemento .contenido {
  float: left;
  width: calc(100% - 90px);
  padding-left: 30px;
  padding-right: 30px;
}
.iconos-bottom-home .contenido .titulo {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
/***/

@media (max-width: 768px) {
  .iconos-bottom-home .elemento {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
}

/***/
/***/
/**** widgetkit iconos bottom ****/
/***/
/***/
/*
.widgetkit-iconos-bottom-home {
	background: #efefef;
	padding: 15px;
}
.widgetkit-iconos-bottom-home img.uk-overlay-scale {
    background: #fff;
    padding: 15px;
}
.widgetkit-iconos-bottom-home .uk-panel-title {
    font-weight: 600;
}
*/

/***/
/***/
/**** inicio botones bottom ****/
/***/
/***/
#sp-botones-bottom-wrapper {
  background: #000;
  margin-top: 25px;
  padding: 5px 0;
  border-bottom: 1px solid #343434;
}
.widgetkit-botones-bottom-home {
  padding-top: 20px;
}
.widgetkit-botones-bottom-home .uk-panel {
  background: #eee;
  /* padding: 10px; */
  text-align: center;
}
.widgetkit-botones-bottom-home .uk-panel div {
  width: auto;
  padding: 0;
  display: inline-block;
}
.widgetkit-botones-bottom-home img {
  padding-right: 5px;
}
.widgetkit-botones-bottom-home .uk-panel-title {
  font-weight: 600;
  font-size: 14px;
  padding-left: 0;
  padding-top: 12px;
}
.widgetkit-botones-bottom-home div:hover .uk-panel-title {
  color: #f10d84;
  transition: 0.4s;
}
.widgetkit-botones-bottom-home div:hover svg {
  color: red;
}
/***/
div#sp-botones-bottom .sp-module {
  margin-top: 0;
  margin-bottom: 0;
}
.inicio-botones-bottom {
  float: left;
  width: 100%;
  /*padding-top: 10px;*/
}
.inicio-botones-bottom .elemento {
  float: left;
  width: 25%;
  text-align: center;
}
.inicio-botones-bottom .elemento a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.inicio-botones-bottom .elemento .contenido {
  /*text-align: center;*/
  display: inline-block;
  margin: 0 auto;
}
.inicio-botones-bottom .elemento .icono {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
}
.inicio-botones-bottom .elemento .icono:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  /*background: #000;*/
  background: #858585;
  transition: 0.4s;
}
.inicio-botones-bottom .elemento:nth-child(1) .icono {
  margin-right: 5px;
}
.inicio-botones-bottom .elemento:nth-child(1) .icono:before {
  mask: url(/images/iconos/icono-informacion-envio.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url(/images/iconos/icono-informacion-envio.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
.inicio-botones-bottom .elemento:nth-child(2) .icono:before {
  mask: url(/images/iconos/icono-devoluciones.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url(/images/iconos/icono-devoluciones.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
.inicio-botones-bottom .elemento:nth-child(3) .icono:before {
  mask: url(/images/iconos/icono-ayuda.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url(/images/iconos/icono-ayuda.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
.inicio-botones-bottom .elemento:nth-child(4) .icono:before {
  mask: url(/images/iconos/icono-contactanos.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url(/images/iconos/icono-contactanos.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
/***/
.inicio-botones-bottom .elemento .texto {
  font-weight: 600;
  font-size: 14px;
  padding-left: 0;
  padding-top: 12px;
  /*color: #000;*/
  color: #858585;
  font-family: Montserrat, sans-serif;
  /*float: left;*/
  display: inline-block;
}
/***/
.inicio-botones-bottom .elemento:hover .icono:before {
  background: #f10d84;
  transition: 0.4s;
}
.inicio-botones-bottom .elemento:hover .texto {
  color: #f10d84;
  transition: 0.4s;
}
/***/
@media (min-width: 768px) and (max-width: 992px) {
  .inicio-botones-bottom .elemento .icono {
    float: none;
  }
  .inicio-botones-bottom .elemento .texto {
    width: 100%;
    padding-top: 0;
  }
}
@media (min-width: 678px) and (max-width: 768px) {
  .inicio-botones-bottom .elemento {
    float: left;
    width: 50%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 678px) {
  .inicio-botones-bottom .elemento {
    float: left;
    width: 100%;
    text-align: center;
  }
}
/***/
/***/
/**** social & newsletter ****/
/***/
/***/
/*
ul.social-icons {
    margin-top: 50px;
}
*/
div#sp-social {
  text-align: center;
}
div#sp-newsletter .sp-module {
  margin-top: 50px;
}
ul.social-icons {
  margin: 0;
}
/***/
/***/
/**** bottoms ****/
/***/
/***/
#sp-bottom {
  padding-top: 30px;
  /* background: #fff; */
  background: #000;
  padding-bottom: 10px;
}
/*
#sp-bottom .container {
	border-bottom: 1px solid #ddd;
}
*/
#sp-bottom .sp-module .sp-module-title {
  /*color: #222;*/
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}
.modules-title-bar .sp-module .sp-module-title:after {
  display: none;
}
#sp-bottom .sp-module ul li a:hover,
#sp-bottom .sp-module ul li a:focus {
  color: #fff;
}
#sp-bottom .sp-module ul li {
  border-bottom: 0px dashed #555555;
}
#sp-bottom .sp-module ul li a {
  line-height: 30px;
  display: inline;
}
/***/
/***/
/***/
@media (min-width: 768px) and (max-width: 992px) {
  div#sp-bottom1,
  div#sp-bottom2 {
    height: 250px;
  }
}
/***/
/***/
/**** widgetkit ventajas cliente ****/
/***/
/***/
.widgetkit-ventajas-cliente .uk-margin-right {
  width: 20%;
  padding-right: 20px;
  margin-right: 0px !important;
  transition: 0.4s;
}
.widgetkit-ventajas-cliente .uk-margin-remove {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.widgetkit-ventajas-cliente li .uk-margin-remove {
  transition: 0.4s;
}
.widgetkit-ventajas-cliente li:hover .uk-margin-remove {
  color: #000;
  transition: 0.4s;
}
/**** personalizado ventajas cliente ****/
.lista-bottom .elemento {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.lista-bottom .elemento .icono {
  float: left;
  /*width: 20%;*/
  width: 50px;
  position: relative;
}
.lista-bottom .elemento .icono span {
  /*background: #9d9d9c;*/
  background: #343434;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  transition: 0.4s;
  position: relative;
}
.lista-bottom .elemento:hover .icono span {
  /*background: #000;*/
  background: #f10d84;
  transition: 0.4s;
}
.lista-bottom .elemento .texto {
  float: left;
  width: calc(100% - 50px);
}
.lista-bottom .elemento .texto span {
  color: #999;
  transition: 0.4s;
}
.lista-bottom .elemento .texto span a {
  color: #d1d1d1;
}
.lista-bottom .elemento:hover .texto span {
  /*color: #000;*/
  color: #fff;
  transition: 0.4s;
}
.lista-bottom .ventaja .elemento .texto span a {
  color: #000;
  transition: 0.4s;
}
.lista-bottom .elemento:hover .texto span a {
  color: #f10d84;
  transition: 0.4s;
}
/**** personalizado atencion al cliente ****/
.icono.horario:before {
  content: " ";
  width: 36px;
  height: 36px;
  mask: url(/images/iconos/icono-horario-bottom.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url(/images/iconos/icono-horario-bottom.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 0;
  /* color: #fff; */
  background: white;
  z-index: 1;
  text-align: center;
  padding: 0;
  margin: 0;
}
.icono.telefono:before {
  content: " ";
  width: 36px;
  height: 36px;
  mask: url(/images/iconos/icono-telefono-bottom.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url(/images/iconos/icono-telefono-bottom.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 0;
  /* color: #fff; */
  background: white;
  z-index: 1;
  text-align: center;
  padding: 0;
  margin: 0;
}
.icono.email:before {
  content: " ";
  width: 36px;
  height: 36px;
  mask: url(/images/iconos/icono-email-bottom.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask: url(/images/iconos/icono-email-bottom.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 0;
  /* color: #fff; */
  background: white;
  z-index: 1;
  text-align: center;
  padding: 0;
  margin: 0;
}
/***/
/***/
/**** footer ****/
/***/
/***/
#sp-footer {
  color: #222;
  background-color: #fff;
}
/***/
#sp-footer2 .sp-module {
  margin-bottom: 0px;
}
ul.social-icons > li a.styled {
  background-color: #000;
}
/***/
.acymailing_module_form .btn-primary,
.acymailing_module_form .sppb-btn-primary {
  border-color: #000;
  background-color: #000;
}
/***/
/***/
/**** copyright ****/
/***/
/***/
section#sp-copyright-wrapper {
  border-top: 1px solid #343434;
  background: #000;
}
div#sp-copyright {
  padding-bottom: 10px;
  padding-top: 10px;
}
span.sp-copyright {
  font-size: 12px;
  font-weight: 600;
  color: #999;
}
span.sp-copyright a {
  color: #fff;
}
div#sp-payment-logos .sp-module {
  margin-top: 0px;
  padding-top: 5px;
}
div#sp-payment-logos img {
  float: right;
}
/***/
/***/
/**** fancybox ****/
/***/
/***/
.fancybox-overlay {
  z-index: 9999;
  width: 100%;
  height: 100%;
  /*background: rgba(255, 0, 0, 0.45);*/
}
#fancybox-wrap,
#fancybox-overlay {
  z-index: 9999;
}
/***/
/***/
/**** mostrar fabricante ****/
/***/
/***/
.product-manufacturer {
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 10px auto 0 auto;
  padding: 5px;
  height: 28px;
}
.product-manufacturer img {
  height: 75px !important;
  width: auto !important;
  border: 1px solid #efefef;
  margin: 0px auto !important;
  display: none;
}
/***/
/***/
/***/
/**** claificacion / rating ****/
/***/
/***/
/***/
.vm-product-rating-container {
  text-align: center;
  margin-top: 10px;
  display: none;
}
.ratingbox {
  background: url("../templates/ut_tienda/images/virtuemart/color-stars.png")
    repeat-x scroll 0 bottom transparent;
  height: 18px;
  margin: 0 auto;
  display: block;
  width: 65px;
}
/***/
/***/
/***/
/**** preguntas y enlaces varios *****/
/***/
/***/
/***/
a.ask-a-question {
  background: none;
  border: solid #cac9c9 0px;
  border-radius: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #000;
  text-decoration: none;
  padding: 0 !important;
  margin: 0;
}
a.ask-a-question:hover {
  color: #f10d84 !important;
  text-decoration: none;
  background: none;
}
/***/
/***/
/****  left ****/
/***/
/***/
/***/
#off-menu_126 h3.sm-head {
  text-align: left;
}
/*** arreglando las flechas de los desplegables del menu ***/
.off-menu_126 dl .parent:after {
  background-image: url(/templates/ut_tienda/images/arrow-vertical-menu.svg) !important;
}
.off-menu_267 dl .parent:after {
  background-image: url(/templates/ut_tienda/images/arrow-vertical-menu.svg) !important;
}
/***/
/***/
/***/
/**** filtros ****/
/***/
/***/
/***/
h3.titulo-modulo-filtros {
  background: #f10d84;
  color: #fff;
  margin-bottom: 0;
  font-family: "Montserrat", Helvetica, Arial;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  line-height: 50px;
  padding: 0 15px;
}
/***/
.cf_wrapp_all {
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  padding: 15px;
}
.cf_wrapper_inner ul.cf_filters_list li {
  border-bottom: 0px solid #e8e8e8;
}
.cf_wrapper_inner .cf_wrapper_input_text {
  width: 100%;
}
.cf_wrapper_inner .cf_wrapper_input_text_2 input[type="search"] {
  display: inline-block;
  margin-left: 5px;
}
.cf_wrapper_inner span.cf_currency {
  margin-left: 5px;
}
.cf_wrapper_inner .cf_wrapper_input_text_2 input[type="search"]:nth-child(2) {
  margin-left: 0px;
}
.cf_wrapper_inner .btn {
  padding: 10px 10px;
  height: 44px;
  float: right;
}
/***/
/***/
/***/
.com-customfilters.view-products div[class*="-view"] div.row {
  margin: 0;
}
/***/
/***/
/***/
@media (max-width: 992px) {
  .modulo-filtros {
    position: fixed;
    left: 0px;
    top: 0;
    background: #fff;
    z-index: 99999;
    height: 100%;
    width: 300px;
    transform: translateX(-300px);
    transition: 0.4s;
    margin-top: 0px;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4),
      0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4),
      0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
  }
}
.modulo-filtros.visible {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
  height: 100%;
  transform: translateX(0px);
  transition: 0.4s;
}
.icon-modulo-filtros-mobile {
  position: fixed;
  top: calc(20% + 150px);
  left: 0px;
  z-index: 999;
  background: #f10d84;
  height: 30px;
  width: auto;
  padding: 7px;
  transform: translatex(-27px) rotate(90deg);
  cursor: pointer;
}
@media (min-width: 993px) {
  .icon-modulo-filtros-mobile {
    display: none;
  }
}
.icon-modulo-filtros-mobile .icon {
  float: left;
  color: #fff;
  transform: rotateZ(-90deg);
  margin-right: 5px;
}
.icon-modulo-filtros-mobile span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.icon-modulo-filtros-mobile.abierto {
  transform: translateX(272px) rotate(90deg);
  transition: 0.4s;
}
.icon-modulo-filtros-mobile.abierto .icon .fa-filter:before {
  content: "\f00d";
}
.overlay-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: ;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.overlay-mobile.visible {
  opacity: 0.2;
  visibility: visible;
}

.body-overlay {
  overflow-y: hidden !important;
  /*position: fixed;*/
  /*top: 0;*/
  /*bottom: 0;*/
}

@media (max-width: 992px) {
  .cf_wrapp_all {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}
/***/
/***/
/**** vista productos ****/
/***/
/***/
/***/
.vm-order-list .orderlistcontainer:nth-child(2) {
  min-width: 150px;
}
.orderby-displaynumber
  .vm-order-list
  .orderlistcontainer:nth-child(2)
  .orderlist {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.browse-view .virtuemart_search {
  display: none;
}
.orderby-displaynumber {
  border: none;
  background-color: transparent;
  margin: 0;
}
div.product .product-media {
  position: relative;
}
div.product .vm-product-media-container {
  margin-top: 24px;
}
/** en cuadricula ***/
.browse-view.grid div.product {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
.browse-view.grid .spacer.product-container {
  /*border: 1px solid transparent !important;*/
  box-shadow: 0px 0px 0px 0 #d7dadc;
  border-radius: 0px;
  transition: 0.4s;
}
.browse-view.grid .spacer.product-container:hover {
  /*border: 1px solid #000 !important;*/
  /*box-shadow: -2px 3px 15px 0 #d7dadc;*/
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
.browse-view.grid div.product .vm-product-media-container {
  margin-top: 24px !important;
}
.browse-view.grid div.product .item-favorites {
  display: none;
}
/*** nombre ***/
div.product .product-small-detail h3 {
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  -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: 30px;
  margin: 0;
  font-family: Montserrat, sans-serif;
}
/*** rating ***/
.browse-view.grid
  .browse-view.grid
  .product-small-detail
  .vm-product-rating-container {
  display: block;
}
/*** botones & precio ****/
.browse-view.grid div.product .product-actions {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .browse-view.grid div.product .product-price {
    height: 26px;
  }
  .browse-view.grid div.product .vm3pr-2 .addtocart-area {
    height: 85px;
  }
}
/*** comprar ***/
.addtocart-button .btn-black:hover,
.addtocart-button .btn-black:focus,
.addtocart-button .sppb-btn-black:hover,
.addtocart-button .sppb-btn-black:focus,
.addtocart-bar a.notify:hover,
.addtocart-bar a.notify:focus {
  background-color: #f10d84;
  color: #fff;
}
/*** selectores cantidad ***/
.addtocart-bar span.quantity-box input {
  height: 35px !important;
  background: #efefef !important;
  border-color: #fff;
  border-top: 0px;
  border-bottom: 0px;
}
.addtocart-bar span.quantity-controls {
  height: 35px !important;
}
.addtocart-bar span.quantity-controls input[class*="quantity-"] {
  height: 35px !important;
  background: #efefef;
  border: 1px solid #efefef;
}
/***/
/***/
/**** en lista ****/
/***/
/***/
.browse-view.list div.product {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.browse-view.list div.product .spacer.product-container {
  /*border: 1px solid transparent !important;*/
  box-shadow: 0px 0px 0px 0 #d7dadc;
  border-radius: 0px;
  transition: 0.4s;
  padding: 15px;
}
.browse-view.list div.product .spacer.product-container:hover {
  /*border: 1px solid #000 !important;*/
  /*box-shadow: -2px 3px 15px 0 #d7dadc;*/
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
.browse-view.list
  .product
  .product-container
  .vm-product-media-container
  a:before {
  display: none;
}
.browse-view.list .product-manufacturer {
  text-align: left;
}
.browse-view.list .product .product-price {
  text-align: left;
}
.browse-view.list .product-actions .vm3pr-0 .addtocart-area {
  display: none;
}
.browse-view.list .product-list-details .vm3pr-0 .addtocart-area {
  display: inline-block;
}
.browse-view.list div.product .item-favorites {
  display: none;
}
/***/
/***/
/**** vista detalle producto ****/
/***/
/***/
/***/
.productdetails-view
  .vm-product-container
  .vm-product-details-container
  .spacer-buy-area
  .icons {
  display: none;
}
.productdetails-view
  .vm-product-container
  .vm-product-details-container
  .product-header
  h1 {
  letter-spacing: 0;
  font-weight: 500;
  text-transform: none;
}
.productdetails-view
  .vm-product-container
  .vm-product-details-container
  .spacer-buy-area
  .ratingbox {
  float: left;
}
/***/
.productdetails-view .manufacturer {
  float: left;
  width: 100%;
  margin-bottom: 15px !important;
  display: inline-block;
}
.productdetails-view .manufacturer a {
  float: left;
  text-align: center;
  color: #222;
}
.productdetails-view .manufacturer img {
  width: auto;
  height: 50px;
  border: 1px solid #e4e4e4;
}
/***/
.productdetails-view .vm-product-tabs .nav-tabs li {
  padding: 0px;
  transition: 0.4s;
  opacity: 0.5;
  border-bottom: 0px !important;
  background: #efefef;
  margin-left: 0px;
}
.productdetails-view .vm-product-tabs .nav-tabs li:hover {
  transition: 0.4s;
  opacity: 1;
}
.productdetails-view .vm-product-tabs .nav-tabs li a {
  display: block !important;
  padding: 15px;
}
.productdetails-view .vm-product-tabs .nav-tabs li.active {
  opacity: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff !important;
  background: #fff;
}
.productdetails-view .vm-product-tabs .tab-content {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/***/
/***/
/**** productos relacionados ****/
/***/
/***/
/***/
.product-fields-title-wrapper.sp-module-title h3 {
  font-weight: 600;
}
/***/
.product-related-products .product {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-related-products .spacer.product-container {
  /*border: 1px solid transparent !important;*/
  box-shadow: 0px 0px 0px 0 #d7dadc;
  border-radius: 0px;
  transition: 0.4s;
  float: left;
}
.product-related-products .spacer.product-container:hover {
  /*border: 1px solid #000 !important;*/
  /*box-shadow: -2px 3px 15px 0 #d7dadc;*/
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
.product-related-products .product-details-full {
  float: left;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.product-related-products .product-manufacturer a img {
  display: none;
}
.product-related-products .product-small-detail {
  float: left;
  width: 100%;
  text-align: center;
}
.product-related-products .product .product-price .price-crossed,
.product-related-products .product .product-price .PricesalesPrice {
  float: none;
}
.product-related-products .addtocart-bar {
  margin: 0;
  float: none;
}
.product-related-products .addtocart-area {
  margin: 0;
  float: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.product-related-products .product .product-container a.notify {
  line-height: 14px;
}
.product-related-products p.product_s_desc {
  line-height: inherit;
  height: auto;
  float: left;
  text-align: center;
}
/***/
/***/
/***/
/**** easyblog ****/
/***/
/***/
/***/
@media (max-width: 992px) {
  .com-easyblog div#sp-component {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .com-easyblog #sp-left {
    position: fixed;
    left: 0px;
    top: 0;
    width: 300px;
    background: #fff;
    z-index: 99999;
    height: 100%;
    transform: translateX(-300px);
    transition: 0.4s;
    margin-top: 0px;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4),
      0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4),
      0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
    padding-top: 20px;
  }
}
.com-easyblog #sp-left.visible {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
  height: 100%;
  transform: translateX(0px);
  transition: 0.4s;
}
.icon-blog-left-mobile {
  position: fixed;
  /*top: calc(20% + 150px);*/
  top: 20%;
  left: -35px;
  z-index: 999;
  background: #f10d84;
  height: 30px;
  width: auto;
  padding: 7px;
  transform: translatex(-27px) rotate(90deg);
  cursor: pointer;
  -webkit-transform-origin: 50% 51%;
  transform-origin: 50% 51%;
}
@media (min-width: 993px) {
  .icon-blog-left-mobile {
    display: none;
  }
}
.icon-blog-left-mobile .icon {
  float: left;
  color: #fff;
  transform: rotateZ(-90deg);
  margin-right: 5px;
}
.icon-blog-left-mobile span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.icon-blog-left-mobile.abierto {
  transform: translateX(272px) rotate(90deg);
  transition: 0.4s;
}
.icon-blog-left-mobile.abierto .icon .fa-columns:before {
  content: "\f00d";
}
/***/
/***/
/***/
#eb .btn-primary {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 0 !important;
}
#eb .btn-primary:hover,
#eb .btn-primary:focus {
  color: #fff !important;
  background-color: #f10d84 !important;
  border-color: #f10d84 !important;
  border-radius: 0 !important;
}
/***/
/***/
/***/
/**** dudas & preguntas ****/
/***/
/***/
/***/
.widgetkit-dudas-preguntas .uk-accordion-title.uk-active {
  background: #000;
  color: #fff;
  border-bottom: 2px solid #f10d84;
  transition: 0.4s;
}
.widgetkit-dudas-preguntas .uk-accordion-title {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  border-bottom: 1px solid #f10d84;
  transition: 0.4s;
}
.widgetkit-dudas-preguntas .uk-accordion-title:hover {
  background: #000;
  color: #fff;
  border-bottom: 1px solid #f10d84;
  transition: 0.4s;
}
.widgetkit-dudas-preguntas .uk-margin-top-remove {
  display: none;
}
.widgetkit-dudas-preguntas * + .uk-margin {
  border-left: 3px solid #f10d84;
  padding-left: 20px;
}
/***/
/***/
/***/
/**** easyblog ****/
/***/
/***/
/***/
#eb .eb-header .eb-toolbar {
  background-color: #000;
}
#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: #f10d84;
}
/***/
#eb .eb-post-calendar-m {
  background: #000;
  color: #fff;
  font-weight: 800;
}
#eb .eb-post-calendar-d {
  color: #f10d84;
  background: #efefef;
}
/***/
#eb .eb-pager {
  background: #000;
  color: #fff;
}
#eb .eb-pager a {
  color: #f10d84 !important;
}
#eb .eb-pager__fast-first-link {
  border-right: 1px solid #3a3a3a;
}
#eb .eb-pager__link-list {
  border-left: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}
#eb .eb-pager__fast-last-link {
  border-left: 1px solid #3a3a3a;
}
/***/
/***/
/***/
.fa,
.fas,
.far {
  font-family: FontAwesome;
  font-style: normal;
}
/*** articulos ***/
.entry-header h2 {
  font-weight: 600;
}
article.item h2 {
  font-weight: 600;
  font-size: 21px;
}
article.item h3 {
  font-weight: 600;
  font-size: 18px;
}
blockquote {
  font-style: italic;
  font-size: 14px;
}
/***/
/***/
/**** la farmacia ****/
/***/
/***/
h1.datos-farmacia {
  font-weight: 500;
}
h3.datos-farmacia {
  color: #f10d84;
}
ul.datos-farmacia {
  list-style-type: none;
  font-size: 14px;
  padding-left: 0px;
  background: #f6f6f6;
  padding: 15px;
}
ul.datos-farmacia li {
  padding-left: 30px;
  position: relative;
  line-height: 28px;
}
ul.datos-farmacia li span {
  font-weight: 600;
}
ul.datos-farmacia li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #f10d84;
  font-size: 21px;
}
ul.datos-farmacia li:nth-child(1):before {
  content: "\f277 ";
}
ul.datos-farmacia li:nth-child(4):before {
  content: "\f2bb ";
}
ul.datos-farmacia li:nth-child(5):before {
  content: "\f098 ";
}
ul.datos-farmacia li:nth-child(6):before {
  content: "\f017 ";
}
.contenedor-imagenes-farmacia {
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
}
.contenedor-imagenes-farmacia .imagen-izquierda,
.contenedor-imagenes-farmacia .imagen-derecha {
  width: calc(50% - 5px);
  height: 100%;
  float: left;
}
.contenedor-imagenes-farmacia .imagen-izquierda {
  background: url(/images/farmacia.jpg);
  background-size: cover;
  background-position: center center;
  margin-right: 5px;
}
.contenedor-imagenes-farmacia .imagen-derecha {
  margin-left: 5px;
}
.itemid-196 blockquote {
  background: #f6f6f6;
  font-weight: 600;
}
ol.pasos-compra {
  font-size: 14px;
  line-height: 26px;
}
/*
body.site.com-virtuemart.view-category.no-layout.no-task.itemid-181.es-es.ltr.home.sticky-header.layout-fluid.home.off-canvas-menu-init.sm-container #sp-main-body {
	display: none;
}
.view-productdetails #sp-banners-sliders-wrappers,
.view-productdetails #sp-carrusel-marcas-wrapper,
.view-productdetails #sp-muro-productos-wrapper {
	display: none;
}
.view-productdetails .sp-module {
	display: none;
}
*/
h2 {
  font-weight: 600;
}
/***/
/***/
/**** marcas farmacia ****/
/***/
/***/
.titulo-farmacia-destacadas {
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
}
.titulo-farmacia-destacadas:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 150px;
  height: 3px;
  background: #f10d84;
  margin: 0 auto;
}
.widgetkit-marcas-farmacia-destacadas {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.widgetkit-marcas-farmacia-destacadas:before {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  height: 3px;
  background: #f10d84;
}
.widgetkit-marcas-farmacia-destacadas .uk-panel .uk-text-center {
  border: 1px solid #ddd;
  transition: 0.4s;
}
.widgetkit-marcas-farmacia-destacadas .uk-panel:hover .uk-text-center {
  border: 1px solid #f10d84;
  transition: 0.4s;
}
.widgetkit-marcas-farmacia-destacadas .uk-panel .uk-panel-title {
  font-weight: 600;
}
.widgetkit-marcas-farmacia-destacadas .uk-panel:hover .uk-panel-title,
.widgetkit-marcas-farmacia-destacadas .uk-panel:hover .uk-panel-title a {
  color: #f10d84;
  transition: 0.4s;
}
/***/
.manufacturer-view-default .row .manufacturer .spacer .manufacturer-image {
  border: 1px solid #ddd;
  transition: 0.4s;
}
.manufacturer-view-default
  .row
  .manufacturer:hover
  .spacer
  .manufacturer-image {
  border: 1px solid #f10d84;
  transition: 0.4s;
}
.manufacturer-view-default .row .manufacturer .spacer h2 {
  font-size: 12px;
}
.manufacturer-view-default .row .manufacturer:hover .spacer h2 a {
  color: #f10d84;
  transition: 0.4s;
}
.manufacturer-view-default .manufacturer-image {
  /*width: 150px;*/
  height: 150px;
  position: relative;
  overflow: hidden;
}
.manufacturer-view-default .manufacturer-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .manufacturer-view-default .row {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .manufacturer-view-default .manufacturer {
    width: 25%;
  }
  .manufacturer-view-default .manufacturer-image {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .manufacturer-view-default .manufacturer {
    width: 33%;
  }
  .manufacturer-view-default .manufacturer-image {
    height: 200px;
  }
}
.manufacturer-view-default .clear,
.manufacturer-view-default br.clear {
  clear: none;
}
.manufacturer-view-default .row:after {
  clear: none;
}
/***/
/***/
/**** pegatina duplos ****/
/***/
/***/
.duplos {
  position: absolute;
  /*top: calc(50% - 25px);*/
  top: 5%;
  left: 0;
  z-index: 50;
  width: 30%;
  height: auto;
}
/***/
/***/
/**** imagen addtocart ****/
/***/
/***/
.imagen-addtocart {
  position: fixed;
  bottom: 0;
  right: 50px;
  opacity: 0;
  width: 180px;
  visibility: hidden;
  transition: 0.4s;
}
.imagen-addtocart div {
  float: left;
}
.imagen-addtocart.visible {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.imagen-addtocart .cart {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 900;
}
.imagen-addtocart .products {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 890;
}
.imagen-addtocart .product {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 175px;
  margin: 0 auto;
  z-index: 890;
  transition: 0.4s;
}
.imagen-addtocart .product img {
  margin: 0 auto;
}
.imagen-addtocart .product.animacion {
  transition: 0.4s;
  bottom: 10px;
}
.imagen-addtocart .products.animacion {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-name: salto-productos;
}
/*
@keyframes descenso-producto {
  0% {
    transform: translateY(0px);
}
  100% {
    transform: translateY(150px);
}
}
*/
@keyframes salto-productos {
  0% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/***/
/***/
/**** recordar usuario / contraseña ****/
/***/
/***/
.recordar .form-group {
  margin-bottom: 15px;
  text-align: center;
}
.recordar form#user-registration {
  background: #f8f8f8;
  padding: 30px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.recordar form#user-registration:before {
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  right: 10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 5px solid #f8f8f8;
  z-index: -1;
}
.recordar form#user-registration p {
  margin-bottom: 20px;
}
.recordar .form-group label {
  font-weight: 600;
}
/***/
/***/
/**** modulo marcas ****/
/***/
/***/
ul.vmmanufacturer li.manufacturer {
  width: 20%;
}
/***/
ul.vmmanufacturer li.manufacturer {
  padding: 15px;
  border-bottom: 0px solid #e8e8e8;
  text-align: center;
  float: left;
}
ul.vmmanufacturer li.manufacturer .manufacturer-image {
  height: 100px;
  display: inline-block;
}
ul.vmmanufacturer li.manufacturer .manufacturer-image img {
  max-height: 100px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
ul.vmmanufacturer li.manufacturer .manufacturer-button {
  text-align: center;
  float: left;
  width: 100%;
  display: inline-block;
  transition: 0.4s;
}
ul.vmmanufacturer li.manufacturer .manufacturer-button:hover {
  color: #f10d84;
  transition: 0.4s;
}
/****/
.view-manufacturers {
  background: #000;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.search-results.manufacturer-products {
  text-align: center;
}
.search-results.manufacturer-products div.product {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
.search-results.manufacturer-products .spacer.product-container {
  /* border: 1px solid transparent !important; */
  border: 0px solid #ddd;
  box-shadow: 0px 0px 0px 0 #d7dadc;
  border-radius: 0px;
  transition: 0.4s;
}
.search-results.manufacturer-products .spacer.product-container:hover {
  /* border: 1px solid #000 !important; */
  /* box-shadow: -2px 3px 15px 0 #d7dadc; */
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
.search-results.manufacturer-products div.product .product-actions {
  margin-bottom: 15px;
}
/***/
/***/
/**** resultados de busqueda ****/
/***/
/***/
.com-search-results #sp-banners-sliders-wrappers,
.com-search-results #sp-carrusel-marcas-wrapper,
.com-search-results #sp-muro-productos-wrapper,
.com-search-results #sp-newsletter-wrapper {
  display: none;
}

/************EASYBLOG PORTADA***************/
#eb .eb-blog-grid-showcase-content {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #505050 0, rgba(0, 0, 0, 0) 70%);
  display: block;
  width: 100%;
  padding: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#eb .eb-blog-grid-showcase-control {
  position: absolute;
  right: 20px;
  bottom: 7px;
}
#eb .eb-blog-grid-showcase-control .btn-default:hover,
#eb .eb-blog-grid-showcase-control .btn-default:focus {
  color: #f10d84 !important;
}
#eb .eb-blog-grid-showcase-content__meta a {
  color: #f10d84;
}

#eb .eb-blog-grid-showcase-contentarticle > span {
  color: #000;
  line-height: 22px;
  text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.7);
}

#eb .eb-blog-grid-showcase-content {
  background-color: rgba(255, 255, 255, 0.76);
  background-image: linear-gradient(to top, #ffffff 0, rgba(0, 0, 0, 0) 70%);
  display: block;
  width: 100%;
  padding: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#eb .eb-blog-grid-showcase-content .eb-blog-grid-showcase-contentmore a {
  font-weight: bold;
  text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.7);
}

#eb .showcase-btn-more {
  color: #fff !important;
  background-color: rgb(241, 13, 132) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

#eb .eb-blog-grid-showcase-contentmeta--text {
  color: #757575;
  text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.7);
}
#eb .eb-blog-grid-showcase-contentmeta a {
  color: #f10d84;
}

/**** Quitamos el logo de doofinder ****/
a.doofinderLogo {
  display: none;
}

@media (min-width: 992px) {
  /*div#dfclassic {
        width: 50% !important;
        left: 25% !important;
    }*/
  div#dfclassic {
    left: 10% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  div#dfclassic {
    left: 10% !important;
  }
}
@media (max-width: 768px) {
  /*div#dfclassic {
		left: 5% !important;
	}*/
  div#dfclassic {
    left: 10% !important;
  }
}

/******** ocultamos el ajax search ***********/

div#search-results259 {
  display: none;
}

/****** Z-Index para el pop-up de las cookies ******/
#jbcookies {
  z-index: 10000;
}

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

/************** MÓVIL ***************/

@media only screen and (min-width: 320px) and (max-width: 768px) {
  div#sp-top1 {
    padding: 0;
  }

  div#sp-top2 {
    text-align: center;
  }

  section#sp-top-bar {
    padding: 0;
  }

  div#sp-search {
    /*width: 49%;*/
    float: left;
    padding: 0;
    width: calc(70% - 120px);
  }

  div#sp-icons-top {
    float: right;
    padding-left: 0;
    padding-right: 16px;
    padding-top: 4px;
  }

  header#sp-header {
    height: auto !important;
  }

  header#sp-header div#sp-logo {
    padding-top: 10px;
  }

  header#sp-header .sp-module.col-sm-12.jmoddiv {
    margin-bottom: 0;
  }

  header#sp-header div#sp-search {
    padding-top: 4px;
  }

  div#sp-icons-top {
    padding-top: 6px;
    width: 120px;
  }

  /***** ANCHO MENU ******/

  div#sp-menu {
    float: right;
    width: 100%;
  }

  div#sp-banners-sliders .uk-width-small-1-5.uk-row-first {
    margin-bottom: 0 !important;
  }

  .widgetkit-inicio-banners-bloque-1 {
    width: 100%;
    margin: 0 auto;
  }

  .itemid-101 div#sp-carrusel-marcas .sp-module.jmoddiv .uk-row-first {
    padding-left: 0;
  }

  .itemid-101 .vmproducts.clearfix .product-price {
    margin-bottom: 28px !important;
  }

  div#fancybox-content a.btn.btn-black.continue_link {
    margin-bottom: 10px;
  }

  div#fancybox-content a.btn.btn-primary.showcart.floatright {
    width: 100%;
    margin-bottom: 10px;
  }

  div#fancybox-content a.btn.btn-black.continue_link {
    width: 100%;
  }

  div#sp-newsletter input#user_email_formAcymailing77901 {
    width: 100% !important;
    float: left;
  }

  div#sp-newsletter .acymailing_form {
    width: 100%;
  }

  div#sp-newsletter span input {
    width: 100% !important;
  }

  div#sp-left {
    float: left;
  }
}

.offcanvas-menu {
  background: white;
}

.offcanvas-menu a {
  color: black !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgb(221, 18, 123);
  color: white !important;
}

@media only screen and (min-width: 401px) and (max-width: 480px) {
  .widgetkit-botones-top-home {
    width: 100% !important;
    float: left !important;
  }

  div#sp-banners-sliders .sp-module.jmoddiv {
    width: 100%;
  }

  section#sp-banners-sliders-wrappers .sp-module.jmoddiv {
    float: left;
    margin-bottom: 0;
  }

  div#sp-carrusel-marcas .sp-module.jmoddiv:nth-child(2) {
    float: left !important;
  }

  div#sp-carrusel-marcas .sp-module.jmoddiv .titulo-modulo {
    float: left;
  }

  div#sp-carrusel-marcas .vmgroup.default:nth-child(2) {
    float: left;
  }

  .widgetkit-inicio-banners-bloque-1 {
    width: 100% !important;
  }

  .itemid-101
    section#sp-muro-productos-wrapper
    div#sp-muro-productos
    .sp-module.jmoddiv {
    float: left;
    width: 100%;
  }

  .widgetkit-inicio-banners-bloque-2 {
    width: 100% !important;
  }

  .widgetkit-inicio-banners-bloque-2 .sp-module.jmoddiv {
    margin-bottom: 0;
  }

  .widgetkit-inicio-banners-bloque-3 {
    width: 100% !important;
    float: left !important;
  }

  div#sp-left {
    float: left;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  div#sp-left {
    float: left;
  }
}

@media only screen and (min-width: 401px) and (max-width: 480px) {
  .itemid-369 .row div[class*="width"] {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 669px) {
  .itemid-369 .width16 {
    width: 33%;
  }

  .itemid-369 .manufacturer.floatleft.width16.vertical-separator {
    max-width: 31%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 650px) {
  .itemid-148 #eb .eb-blog-grid__item--8 {
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 100%;
  }

  .eb-blog-grid-showcase-content {
    float: left !important;
    padding: 16px !important;
    height: 100% !important;
  }

  .eb-blog-grid-showcase-content__article {
    height: 42% !important;
    float: left;
    width: 100%;
  }

  .itemid-148 #eb .eb-blog-grid-showcase-content__article > span {
    white-space: nowrap !important;
    float: left;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .itemid-264 div#sp-component {
    float: left;
  }
}

@media only screen and (min-width: 320px) and (max-width: 426px) {
  .itemid-198 section#sp-mapa-situacion-wrapper {
    float: left;
    width: 100%;
  }

  .itemid-198 .bfQuickMode .form-actions {
    margin-top: 200px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .itemid-198 body.contentpane {
    padding: 0 !important;
  }

  .itemid-198 form#ff_form3 {
    padding: 0 !important;
    margin: 0 !important;
  }

  .itemid-198 body.contentpane {
    padding: 0;
    width: 100% !important;
  }

  .itemid-198 .contentpane {
    padding: 0 !important;
  }
  /*
    div#sp-component {
        float: left!important;
    }
*/
}

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

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .itemid-101
    section#sp-banners-sliders-wrappers
    div#sp-banners-sliders
    .sp-module.jmoddiv:nth-child(1) {
    display: none;
  }
}

.sm-pusher .offcanvas-overlay {
  z-index: 99999999 !important;
  background: rgba(0, 0, 0, 0.6);
}

.sm-pusher .offcanvas-menu {
  z-index: 999999999 !important;
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .body-wrapper .body-innerwrapper header#sp-header .logo a {
    padding-top: 0;
  }
}

@media only screen and (min-width: 679px) and (max-width: 768px) {
  .itemid-101
    section#sp-carrusel-marcas-wrapper
    div#sp-carrusel-marcas
    .sp-module.jmoddiv:nth-child(4)
    .product-actions {
    height: 102px;
  }
}

@media only screen and (min-width: 670px) and (max-width: 767px) {
  .itemid-369 .manufacturer-view-default .row .manufacturer .spacer {
    padding: 0 5px;
  }

  .itemid-369 .manufacturer.floatleft.width16 h2 {
    font-size: 10px !important;
    height: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .itemid-198 .body-wrapper section#sp-main-body div#sp-component {
    width: 100%;
  }

  .itemid-198 form#ff_form3 {
    padding: 0;
  }
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
  .bfQuickMode .form-actions {
    margin-top: 198px !important;
  }
}

div#jbcookies {
  z-index: 999999999;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .itemid-101 .widgetkit-botones-top-home {
    display: none;
  }
}

/******************* PRODUCTOS BUSCADOR ***********************/
/*
div#dfclassic {
    width: 60%!important;
}
*/
div#dfclassic {
  width: 80% !important;
}

/*****************Cupón carrito***************/
.proopc-cart-modules {
  background: #fee9f4;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 30px;
}

/************BLOG DESTACADO************/

#eb .eb-blog-grid-showcase-content__title {
  color: #000;
  font-size: 30px;
  margin: 0 0 10px;
  text-shadow: none;
}
#eb .eb-blog-grid-showcase-content__article > span {
  color: #000 !important;
  line-height: 22px !important;
  text-shadow: none !important;
}
#eb .eb-blog-grid-showcase-content__meta--text {
  color: #757575 !important;
  text-shadow: none !important;
}
#eb .eb-blog-grid-showcase-content .eb-blog-grid-showcase-content__more a {
  font-weight: bold !important;
  text-shadow: none !important;
}
#eb .eb-blog-grid-showcase-content {
  background-color: #ffffffe6;
  background-image: linear-gradient(to top, #ffffff 0, rgba(0, 0, 0, 0) 70%);
  display: block;
  width: 100%;
  padding: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#eb .eb-blog-grid-showcase-content__title {
  color: #f10d84;
  font-size: 30px;
  margin: 0 0 10px;
  text-shadow: none;
}
#eb .eb-blog-grid-showcase-content__article {
  margin: 0 0 10px;
  padding: 10px;
}
#eb .eb-blog-grid-showcase-control {
  position: absolute;
  right: 0px;
  bottom: 7px;
  background: black;
  padding-left: 94%;
}
#eb .eb-blog-grid-showcase-content__meta a:hover,
#eb .eb-blog-grid-showcase-content__meta a:focus {
  color: #000000;
  padding-left: 5px;
}
#eb .eb-blog-grid-showcase-content__meta a {
  color: #f10d84;
  padding-left: 5px;
}

/************************************************************/
/************************ MENSAJE 404 **********************/
/**********************************************************/

.error-page-inner .container p {
  font-weight: 500;
  font-size: 19px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #898989;
}

p.error-message {
  display: none;
}

.error-page-inner.has-background {
  background-size: auto !important;
  background-position: right !important;
}

.error-page-inner.has-background {
  background-color: #f10d84;
}

.error-page-inner.has-background .container {
  float: left;
}

.error-page-inner.has-background .container {
  background: white;
  padding-top: 67px;
  padding-bottom: 89px;
  width: 39%;
  margin-left: 8%;
}

.error-page-inner.has-background .container {
  background: white;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 46%;
  margin-left: 6%;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.32);
}

.error-page-inner.has-background .btn-primary {
  color: #fff;
  background-color: #f10c84;
  border-color: #f10c84;
}

.error-page-inner.has-background .btn-primary:hover {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .error-page-inner.has-background .container {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 120px;
    padding-bottom: 120px;
    width: 94%;
    margin-left: 0;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.32);
    margin-top: 0 !important;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    margin-top: 10px !important;
  }
}

/***************************** ESTILO LISTAS MÓDULOS BOTTOM HOME ****************************/

.itemid-101 div#sp-blog-posts .sp-module-content ul li {
  display: list-item !important;
  margin-left: 1em;
}

.itemid-101 div#sp-blog-posts .sp-module ul > li {
  display: flex;
  border-bottom: none;
}

.itemid-101 div#sp-blog-posts .sp-module ul > li > a {
  line-height: initial;
  margin-left: 1em;
}

.itemid-101 div#sp-blog-posts ul li a:before {
  display: none;
}

.itemid-101 div#sp-blog-posts .sp-module ul {
  list-style: disc;
}

.itemid-101 div#sp-blog-posts .sp-module ul > li > a {
  display: inline !important;
}
/***/
/***/
/***/
/**** pagina no encontrada ****/
/***/
/***/
/***/
.pagina-no-encontrada {
  text-align: center;
}
.pagina-no-encontrada .imagen {
  margin: 0 auto;
  display: inline-block;
}
.pagina-no-encontrada .textos {
  color: #000;
}
.pagina-no-encontrada .textos .texto1 {
  font-size: 31px;
  font-weight: bold;
}
.pagina-no-encontrada .textos .texto2 {
  font-size: 18px;
}
.pagina-no-encontrada .textos .texto3 {
  position: relative;
}
.pagina-no-encontrada .textos .texto3:before {
  position: absolute;
  content: " ";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #f10d84;
  width: 50px;
  height: 2px;
}
.pagina-no-encontrada .textos .texto4 {
  font-weight: bold;
  margin-top: 5px;
}
/***/
/***/
/***/
/**** hello user ****/
/***/
/***/
/***/
div#sp-icons-top .sp-module {
  margin-bottom: 0px;
}
div#hello {
  width: 100%;
  float: right;
  height: 30px;
  text-align: right;
}
@media (max-width: 678px) {
  div#hello-registered h3 {
    font-size: 10px !important;
  }
}
div#hello-registered h3 {
  font-size: 12px;
  font-weight: bold;
}
div#hello-registered h3 span {
  color: #f10d84;
}

input#search-area259 {
  border: 1px #b2c4d4 solid !important;
}

/***/
/***/
/***/
/**** modulo de marcas ****/
/***/
/***/
/***/
.vmgroup.modulo-marcas .spacer div {
  text-align: center;
  margin-bottom: 20px;
}
.vmgroup.modulo-marcas .spacer a img {
  border: 1px solid #ddd;
  transition: 0.4s;
}
.vmgroup.modulo-marcas .spacer a img {
  display: block;
  width: auto;
  vertical-align: middle;
  height: 200px;
  /* text-align: center; */
  /* float: none; */
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .vmgroup.modulo-marcas div {
    clear: none !important;
  }
  .vmgroup.modulo-marcas .col-md-2 {
    width: 25%;
  }
}
/***/
/***/
/***/
/**** productos por marca en la vista de detalles marca ****/
/***/
/***/
/***/
.manufacturer-info h1 {
  font-weight: 600;
}
.manufacturer-details-view .spacer div.manufacturer-image {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 15px;
}
.manufacturer-details-view .spacer div.manufacturer-image img {
  float: right;
  height: 50px;
}
.manufacturer-details-view .spacer .manufacturer-info {
  text-align: center;
  width: 100%;
}
.manufacturer-details-view .spacer .manufacturer-info h1 {
  display: none;
}
.manufacturer-details-view .manufacturer-product-link {
  display: none;
}
/***/
div[class*="-view"] div.row {
  width: 100%;
}
.listado-productos-marca .orderby-displaynumber {
  display: none !important;
}
.listado-productos-marca .layout-selector {
  float: left;
  width: 100%;
}
/***/
.listado-productos-marca .list .product-small-detail {
  text-align: left;
}
.listado-productos-marca .list .product-list-details {
  text-align: left;
}
/***/
.manufacturer-product-link {
  display: none;
}
/***/
/***/
/***/
/**** banners detalles marca ****/
/***/
/***/
/***/
.manufacturer_desc .manufacturer-image {
  border: 1px solid #e4e4e4;
  width: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
.manufacturer_desc .manufacturer-image img.manufacturer-image {
  height: 50px;
  /* display: inline-block; */
  width: auto;
  border: none !important;
  margin: 0 !important;
}
.manufacturer_desc .banner-grande {
  margin-bottom: 30px;
}
@media (max-width: 678px) {
  .manufacturer_desc .banner-peque {
    width: 33%;
    float: left;
  }
}

/***/
/***/
/***/
/**** menus desplegables del main menu ****/
/***/
/***/
/***/
li.sp-menu-item.sp-has-child span.sp-group-title {
  display: none;
}
li.sp-menu-item.sp-has-child li.sp-menu-item {
  border-bottom: 1px solid #e6e6e6;
}

/* Doofinder precio descuento */

.df-classic .df-card__price--new {
  color: #f10d84 !important;
  font-size: 16px !important;
}

/* Doofinder botón añadir carro */

button.my-df-addtocart-btn {
  background-color: #f10d84;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 8px;
  width: 95%;
  margin-left: 5px;
}

/* Doofinder icono disponibilidad */

span.df-card__availability_1 {
  background: lime;
  border-radius: 100%;
  display: inline-block;
  text-indent: -10000px;
  width: 15px;
  height: 15px;
}
span.df-card__availability_0 {
  background: red;
  border-radius: 100%;
  display: inline-block;
  text-indent: -10000px;
  width: 15px;
  height: 15px;
}

/******* BF 

.itemid-101 .body-wrapper {
    background-color: black;
}

.itemid-101 .vmgroup.default div.product .spacer {
    margin: 5px !important;
    box-shadow: 0px 0px 0px 0 #d7dadc;
    border-radius: 0px;
    transition: .4s;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    background-color: white;
}

.itemid-101 #vina-carousel-virtuemart172 .item {
    color: #333333;
    padding: 10px;
    margin: 0 5px;
    background-color: white;
}

.itemid-101 #vina-carousel-virtuemart192 .item {
    color: #333333;
    padding: 10px;
    margin: 0 5px;
    background-color: white;
}

.itemid-101 .uk-slider-container {
    background-color: white;
}

.itemid-101 .custom {
    color: white;
}

.itemid-101 span {
    color: white;
}

.itemid-101 #sp-top-bar {
    background-color: #000;
    color: #9D9D9C;
}

.itemid-101 #sp-header {
    
    height: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: none;
    float: left;
    background-color: #e4e4e4;
}

.itemid-101 .sp-module .sp-module-title {
    position: relative;
    margin: 0 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    color: white;
}

.itemid-101 .body-wrapper {
    background-color: black;
    background-image: url(../fondo-black-friday.jpg);
}

.itemid-101 .sp-megamenu-parent >li >a, .itemid-101 .sp-megamenu-parent >li >span {
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0px;
    color: #fff;
    line-height: 40px;
}

.itemid-101 h3.titulo-modulo {
    position: relative;
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: none;
    display: inline;
    width: auto;
    padding-left: 15px;
    padding: 15px;
    margin-left: 15px;
    border-bottom: 3px solid #f10d84;
}

.itemid-101 span {
    color: #b5b5b5;
}

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

.sp-module.carro:hover .dropdown-content {
  z-index: 999999999;
}

div#dfclassic {
  z-index: 98;
}

div#dfclassic {
  top: 119px !important;
  
}

@media only screen and (min-width: 768px) and (max-width: 1199px>) {
  div#dfclassic {
    top: 141px !important;
  }
}

div#reviews .list-reviews .normal blockquote {
  font-size: 23px !important;
}
/*** precio de venta con descuento, pero sin anulación ****/
.PricesalesPriceWithDiscount.vm-display.vm-price-value {
  float: left;
  padding-right: 10px;
}
.PricesalesPriceWithDiscount.vm-display.vm-price-value span.PricesalesPriceWithDiscount {
  color: #ccc !important;
  font-weight: 700 !important;
  font-size: 21px;
  float: left;
  text-decoration: line-through;
}

/***/
/*** registro usuario ***/
/***/
fieldset#jform_privacyconsent_privacy label {
  padding-left: 0;
  padding-right: 20px;
}

/***/
/*** GDPR - usar estas ***/
/***/
div.cc-window.cc-banner {
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.10);
}
div.cc-window.cc-banner .cc-header {
  max-width: 100%;
  width: 100%;
  /*padding-left: 5px;*/
  padding-bottom: 10px;
}
div.cc-window.cc-banner span.cc-message-text {
  font-size: 14px;
  line-height: 18px;
}
input.cc-cookie-checkbox+span {
  top: 3px;
}
div.cc-window.cc-banner input.cc-cookie-checkbox+span:before {
  border: 0px solid grey;
  background: none !important;
}
div.cc-window.cc-banner a.cc-link label {
  font-size: 14px;
}
div.cc-checkboxes-container a:not(.cc-btn) {
  padding: 0px 6px 0 0;
}
div.cc-cookie-category-title {
  border-bottom: 1px solid #f10d84;
}
.cc-revoke.cc-bottom {
  /*left: 125px !important;*/
  background: #f10d84 !important;
  color: #fff !important;
  border-radius: 0;
  right: 115px;
  left: auto;
}
input.cc-cookie-checkbox+span:after {
  border-color: #b3b3b3;
  background: #ececec;
  background-image: none;
}
input.cc-cookie-checkbox:checked+span:after {
  background-image: none;
  content: " \f00c";
  font-family: FontAwesome;
  line-height: 11px;
  font-size: 11px;
  color: #f10d84;
}
@media (max-width: 991px) {
  .cc-banner .cc-message {
      flex: 100%;
      margin-bottom: 5px;
  }
}
/***/
div.cc-window.cc-banner {
  z-index: 5000 !important;
}
@media (max-width: 1199px) {
  .cc-banner .cc-message {
      flex: 100%;
  }
}
a.cc-link.cc-cookie,
a.cc-link.cc-privacy {
  font-size: 14px;
}
/***/
.cc-window.cc-banner .cc-checkbox-container {
  margin-bottom: 15px;
}/*
.cc-checkbox-container:nth-child(2) a.cc-link label {
  font-weight: bold;
}*/
/***/
@media (max-width: 767px) {
  .cc-window.cc-banner {
      padding-left: 15px;
      padding-right: 15px;
      flex-direction: unset;
  }
  .cc-window.cc-banner .cc-header {
      font-size: 12px !important;
      padding-bottom: 0 !important;
  }
  .cc-window.cc-banner .cc-message {
      margin-top: -10px;
      margin-bottom: 0;
  }
  .cc-header {
      font-size: 12px !important;
      padding-bottom: 0 !important;
  }
  .cc-message {
      max-height: 70px;
      overflow-y: scroll;
      /*margin-bottom: -5px !important;*/
  }
  .cc-message-text {
      font-size: 11px !important;
      line-height: 11px !important;
  }
  .cc-window.cc-banner a.cc-link.cc-cookie, 
  .cc-window.cc-banner a.cc-link.cc-privacy {
      font-size: 11px !important;
  }
  .cc-window.cc-banner .cc-compliance {
      font-size: 12px;
      margin-top: 3px;
  }
  .cc-window.cc-banner .cc-checkbox-container {
      margin-right: 4px;
      margin-bottom: 3px;
  }
  .cc-window.cc-banner .cc-checkbox-container a.cc-link label {
      font-size: 12px !important;
  }
}

/***/
/*** breezingforms ***/
/***/
.gdpr-privacy-policy span {
  font-size: 11px;
}

/*** campo calendario ***/
.field-calendar.input-append {
  display: inline-block;
  width: 100%;
}
.field-calendar.input-append .input-append {
  display: inline-block;
  width: 100%;
}
.field-calendar.input-append .input-append input {
  width: calc(100% - 100px);
}
.field-calendar .btnM, .field-calendar .btnM-large {
  float: right;
}

/*** campo subida archivo ***/
.file-field.input-field {
  display: inline-block;
  width: 100%;
}
.file-field .file-path-wrapper {
  width: calc(100% - 58px);
  padding: 0;
}
.file-field .btnM, .file-field .btnM-large {
  float: right;
}

/*** desistimiento ***/
#ff_formdiv5 {
  font-style: normal;
}
#ff_formdiv5 input {
  font-size: 14px;
}
/***/
label#bfLabel369 {
    position: inherit;
    height: auto;
}
input#ff_elem369 {
  display: none;
}
div#bfElemWrap366 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#ff_formdiv5 .form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/***/
.bfQuickMode input:not([type]):focus:not([readonly]), 
.bfQuickMode input[type=text]:focus:not([readonly]), 
.bfQuickMode input[type=password]:focus:not([readonly]), 
.bfQuickMode input[type=email]:focus:not([readonly]), 
.bfQuickMode input[type=url]:focus:not([readonly]), 
.bfQuickMode input[type=time]:focus:not([readonly]), 
.bfQuickMode input[type=date]:focus:not([readonly]), 
.bfQuickMode input[type=datetime-local]:focus:not([readonly]), 
.bfQuickMode input[type=tel]:focus:not([readonly]), 
.bfQuickMode input[type=number]:focus:not([readonly]), 
.bfQuickMode input[type=search]:focus:not([readonly]), 
textarea.newTheme-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

section:not(#sp-bottom) h3.sp-module-title {
  position: relative;
  margin: 0 0 20px;
  /* font-size: 28px; */
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  color: #000;
  background: #f8f8f8;
  display: inline;
  width: auto;
  padding-left: 15px;
  padding: 15px;
  margin-left: 15px;
  border-bottom: 3px solid #f10d84;
}

@media only screen and (max-width: 767px) {
    
    .itemid-547 .category_description > div {
        overflow: visible!important;
    }   

}

/*** camaras ***/
  .camaras {
    display: flex;
    flex-wrap: wrap;
  }
  .camaras .logos {
    width: 310px;
    display: flex;
    flex-wrap: wrap;
  }
  .camaras .logos img {
    height: 60px;
    width: auto;
  }
  .camaras .texto {
    width: calc(100% - 310px);
    font-size: 11px;
    text-align: left;
  }
  @media (max-width: 767px) {
    .camaras .logos,
    .camaras .texto{
      width: 100%;
      text-align: center;
      justify-content: center;
    }
    .camaras .logos {
      margin-bottom: 10px;
    }
  }

/*** feder ***/
  .feder {
    display: flex;
    flex-wrap: wrap;
  }
  .feder .logos {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
  }
  .feder .logos img {
    height: 90px;
    width: auto;
  }
  .feder .texto {
    width: calc(100% - 340px);
    font-size: 11px;
    text-align: left;
  }
  @media (max-width: 767px) {
    .feder .logos,
    .feder .texto {
      width: 100%;
      text-align: center;
      justify-content: center;
    }
    .feder .logos {
      order: 1;
      margin-bottom: 10px;
    }
    .feder .texto {
      order: 2;
    }
  }




@media only screen and (max-width: 767px) {
    
    div#dfclassic {
        top: 0px !important;
        left: 0!important;
    }
    
    div#dfclassic {
        z-index: 9999999999;
    }
    
    div#dfclassic {
        width: 100% !important;
    }
    
}


/* doofinder % descuento */
  a.df-card__main {
    position: relative;
  }
  .df-card__discount {
    position: absolute;
    text-align: center;
    top: 5px;
    right: 5px;
    color: white;
    font-size: 16px;
    border-radius: 100%;
    font-weight: 900;
    font-size: 12px;
    background-color: #f10d84;
    display: flex;
    flex-wrap: wrap;
    line-height: 35px;
    border-radius: 100%;
    padding-inline-end: 3px;
    padding-inline-start: 3px;
  }




















































































@media only screen and (max-width: 991px) {
    
    div#section-id-1611746591265 .sppb-col-md-3 .sppb-column-addons > div {
        width: 50%;
        display: inline-block;
    }
    
    div#column-id-1611746591269 .sppb-addon-single-image-container, div#column-id-1611746591269 .sppb-addon-single-image-container a, div#column-id-1611746591269 .sppb-addon-single-image-container a img {
        width: 100%!important;
    }
    
    div#column-wrap-id-1611746591269 .sppb-column-addons > div:nth-child(2) {
        padding-left: 9px;
    }
    
    div#column-wrap-id-1611746591269 .sppb-column-addons > div:nth-child(1) {
        padding-right: 9px;
    }
    
    div#section-id-1611746591270 .sppb-row > div:nth-child(2), div#section-id-1611746591270 .sppb-row > div:nth-child(4) {
        padding-left: 9px;
    }

    div#section-id-1611746591270 .sppb-row > div:nth-child(1), div#section-id-1611746591270 .sppb-row > div:nth-child(3) {
        padding-right: 9px;
    }
    
    div#section-id-1611746591270 .sppb-row > div {
        width: 50%;
    }
    
    div#section-id-1611746591270 .sppb-addon-single-image-container, div#section-id-1611746591270 .sppb-addon-single-image-container a, div#section-id-1611746591270 .sppb-addon-single-image-container a img {
        width: 100%!important;
    }
    
    div#section-id-1611746591264 .sppb-row > div .sppb-addon-content > div, div#section-id-1611746591264 .sppb-row > div .sppb-addon-content > div img {
        width: 100%!important;
    }
    
}















