/* Minification failed. Returning unminified contents.
(1236,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(1515,72): run-time error CSS1036: Expected expression, found ';'
 */
@media (max-width: 1199px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}

.profiler-results { display: none }
/* GOOGLE FONTS 
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif; 
*/


/*******MOMENTANEOS********/

.price{
  display: none !important;
}

.zoomContainer{
  z-index: 99999;
  /*display: none;*/
}


.Qview .hover_image {
    background: #FFF;
    background: rgba(255,255,255,0.7);
    padding: 5px;
     position: static; 
    /* top: 0px; */
    /* right: 0px; */
    /* bottom: 0px; */
    /* left: 0px; */
    text-align: center;
    width: 100%;
    height: 40px;
    display: block;
}



/*****************************************/
/*  GENERALES  ***************************/
/*****************************************/

body {
    font-family: 'Ubuntu', sans-serif;
    background: #FFF;
}

header, header .upper, .header .main, section, .LOGO, .MENU_TOP, .MENU_MAIN, .SEARCH_BOX, .CART_BOX, .LOGIN_BOX, footer, footer .upper, footer .main, footer .credits {
  position: relative;
}

section, header, footer, #wrap, .b-news-container {
    float: left;
    width: 100%;
}


textarea  {border: 1px solid #CCCCCC; resize: none;}

.white {background: none repeat scroll 0 0 #FFFFFF;}

.marco {
  background: none repeat scroll 0 0 #F8F8F8 !important;
  border: 1px solid #EBEBEB !important;
  background-clip: padding-box;
  border-radius: 4px !important;
  width:100%;
}


.align_center {text-align: center}
.align_right {text-align: right}
.align_left {text-align: left}


/* mostrar/ocultar elementos */
.muestro { display:block;}
.mostrame { display:none;}
.muestro:hover ~ .mostrame,
.mostrame:hover {
    display:block;
}

/* CONTENEDORES DE MENUES */
.menu-hover {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}

.menu-mobile{ display:none; }
.mmenu_button{ display:none !important; }


/* BANNERS */
.banner-item {width: 100% !important;}
.banner-item img {width: 100%;}

@media (max-width: 767px) {
    .banner-item { /*margin-bottom: 30px*/ }
}

.banners-x3bottom {
  background: #7f7f7f;
  padding: 0px 30px;
  outline: 1px solid #c8c8c8;
  border: 1px solid #FFF;
}
.banners-x3bottom > div:nth-child(1) .x3bottom,
.banners-x3bottom > div:nth-child(2) .x3bottom,
.banners-x3bottom > div:nth-child(3) .x3bottom {
  padding-right: 20px;
}
.x3bottom {
  overflow: hidden;
  padding: 10px 0;
}
.x3bottom .icon {
  float: left;
  /*width: 27%;*/
}
.x3bottom .icon-envio::before {
  content: '\e02c';
}
.x3bottom .icon-envio::before {
  font-family: 'E3Interface';
  color: #FFF;
  background: #717171;
  border-radius: 50px;
  border: solid 3px #dadada;
  font-size: 4em;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: relative;
  top: 5px;
}

.x3bottom .icon-pago::before {
  content: '\e066';
}
.x3bottom .icon-pago::before {
  font-family: 'E3Interface';
  color: #FFF;
  background: #717171;
  border-radius: 50px;
  border: solid 3px #dadada;
  font-size: 4em;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: relative;
  top: 5px;
}

.x3bottom .icon-consulta::before {
  content: '\e017';
}
.x3bottom .icon-consulta::before {
  font-family: 'E3Interface';
  color: #FFF;
  background: #717171;
  border-radius: 50px;
  border: solid 3px #dadada;
  font-size: 4em;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: relative;
  top: 5px;
}
.x3bottom h3 {
    color: #E4E4E4;
    float: right;
    font-size: 1.42em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 10px;
    padding-bottom: 5px;
    width: 68%;
    border-bottom: 1px solid #aaa;
}
.x3bottom p {
  color: #555;
  float: right;
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1.25em;
  width: 68%;
}
.x3bottom .banner-item {
  width: 68% !important;
  color: #E4E4E4;
  float: right;
  margin: 0 !important;
}
.x3bottom .banner-item span {
  display: block;
}
.x3bottom .banner-item .newsletter-phone + div {
  display: none;
}
@media (min-width: 993px) and (max-width: 1024px) {
  .x3bottom .icon:before {
    font-size: 3em;
    top: 10px;
  }
  
  .x3bottom h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banners-x3bottom {
    padding: 0px;
  }
  .banners-x3bottom  .x3bottom {
    padding-right: 0 !important;
    border: 0 !important;
  }
  
  .banners-x3bottom  .x3bottom p img {
    width: 90%;
  }
  .x3bottom .icon:before {
    font-size: 2.2em;
    top: 10px;
  }
  
  .x3bottom h3 {
    font-size: 1em;
  }
  
}

@media (max-width: 767px) {
  .banners-x3bottom {
    padding: 0px;
  }
  
  .x3bottom .icon:before {
    font-size: 2.4em;
    top: 10px;
  }
 /*
  .x3bottom h3 {
    font-size: 1.2em;
  }
  .x3bottom .icon-envio + h3 {
    font-size: 1.12em;
  }
 */
  .banners-x3bottom > div:nth-child(1) .x3bottom,
  .banners-x3bottom > div:nth-child(2) .x3bottom {
    border-right: 0;
    padding-right: 20px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .banners-x3bottom .icon {
    display: none;
  }
  .x3bottom h3,
  .x3bottom p {
    width: 100%;
  }
  
  .x3bottom h3 {
    font-size: .97em;
  }
  
  .x3bottom .banner-item {
    float: left;
  }
  
}

@media (min-width: 480px) and (max-width: 599px) {
  .banners-x3bottom {
    padding: 0px 50px;
  }
  .banners-x3bottom .col-xs-4 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .banners-x3bottom .col-xs-4 {
    width: 100%;
  }
  
  .x3bottom h3 {
    font-size: 1.1em;
  }
}



/*****************************************/
/*  FORMULARIOS  *************************/
/*****************************************/
.required {
    color: #ffb200;
    float: right;
    font-size: 0.9em;
    margin-left: 4px;
    margin-top: 1px;
}
fieldset p {
    color: #777;
    float: left;
    font-size: 0.9em;
    margin-top: 10px;
}
.message {
    border: 1px solid;
    background-clip: padding-box;
    border-radius: 2px;
    display: block;
    font-size: 2em;
    line-height: 1em;
    padding: 15px;
}



/* RECUPERAR CONTRASE�A ***********************/
.Recover section  form {
    margin-bottom: 80px;
    width: 50%;
}
.Recover section  .btn {margin-top:10px}
.Recover section  p {
    color: #777777;
    font-size: 1em;
    margin-bottom: 100px;
}
@media (max-width: 479px) {
    .Recover section form {width:100%}
}













/*****************************************/
/*  HEADER  ******************************/
/*****************************************/

header {
  background: #FFF;
}

/* UPPER **/
.upper {}


/* MAIN **/
.main {}
.main > .container {
  margin-bottom: 10px;
}
.LOGO {
  display: block;
  height: auto;
  margin: 0px 30px 0px 0px;
  padding: 0 !important;
  text-align: center;
  z-index: 1;
}
.LOGO a {
  display: block;
}
.LOGO img {
  display: inline;
  width: 100%;
}

.mmenu_button {
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 4px;
  color: #444;
  font-size: 26px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  text-decoration: none !important;
  width: 38px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: block;
}
.mmenu_button:before {content: "\f20d"}
.mmenu_button:before {font-family: "ionicons";}

.mmenu_button:hover {color: #008BD0; border-color: #008BD0; text-decoration: none;}


/*  MENU_TOP  *******************************/
.MENU_TOP > li > a {
  color: #868686 !important;
  font-weight: 300;
  font-size: 1em;
  padding: 8px 10px;
}
.MENU_TOP > li:last-child > a { }

.LOGIN_BOX > li > a:hover, .MENU_TOP > li > a:hover,
.LOGIN_BOX .open > a:focus, .MENU_TOP > li > a:focus {
  background: none;
  color: #000 !important;
}
.LOGIN_BOX .open > a:focus {}

.MENU_TOP > li > a::before {
  content: "|";
  opacity: 1;
  position: absolute;
  right: -2px;
  display: none;
}
.MENU_TOP > li:last-child > a:before {display: none}


/*****************************************/
/*  SEARCH BOX ***************************/
/*****************************************/
.SEARCH_BOX {
  float: none !important;
  width: auto !important;
  margin-top: 18px;
}
.SEARCH_CODE {
  position: relative;
  padding-left: 0;
}
.SEARCH_CODE  .form-group {
  margin-bottom: 0;
}
.SEARCH_BOX fieldset,
.SEARCH_CODE fieldset {
  position: relative;
}
.SEARCH_BOX form fieldset DIV,
.SEARCH_CODE form fieldset DIV {
  width: 100%;
}
.SEARCH_BOX .form-control {
  background-color: #FFF;
  border: 2px solid #E2E2E2;
  border-radius: 5px;
  color: #585858;
  font-size: 1.2em;
  width: 100%;
  /*width: 765px;*/
  height: 40px;
  line-height: 38px;
  /*
  margin: 7px 11px 0 25px;
  padding: 0 34px 0 8px;
  */
  box-shadow: none;
}
.SEARCH_CODE .form-control {
  width: 100%;
  background: #F3F3F3;
  border-radius: 0;
  border: 0;
  height: 28px;
  font-size: 0.9em;
  box-shadow: none;
}

.SEARCH_BOX .search_submit,
.SEARCH_CODE .search_submit {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 !important;
  box-shadow: none;
  color: #C9C9C9;
  font-size: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 10px;
  text-align: center;
}

.SEARCH_CODE .search_submit {
  height: 28px;
  top: 0;
  right: 0;
  color: #000;
}
.SEARCH_BOX .search_submit:hover,
.SEARCH_CODE .search_submit:hover {
  color: #F95F02;
}
.SEARCH_BOX .navbar-form {
  margin: 8px 0;
  padding: 0;
}

.SEARCH_BOX ::-webkit-input-placeholder {color:#585858 !important; font-size: 1em !important;}
.SEARCH_BOX :-moz-placeholder {color:#585858 !important; font-size: 1em !important;}
.SEARCH_BOX ::-moz-placeholder {color:#585858 !important; font-size: 1em !important;}
.SEARCH_BOX :-ms-input-placeholder {color:#585858 !important; font-size: 1em !important;}

.ui-autocomplete {
    background: none repeat scroll 0 0 #fcf4df;
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    color: #343434;
    font-size: 0.9em;
    padding: 7px;
    max-width:360px;
    z-index: 3;
    width: 100%!important;
    border-radius: 5px;
    position: absolute!important;
}
.ui-autocomplete li {
    padding: 2px 0;
}
.ui-autocomplete li:hover {color: #008BD0}

@media (max-width: 992px) {
  .ui-autocomplete {
    max-width: 245px;
    float: right;
  }
}

/*****************************************/
/*  LOGIN BOX  ***************************/
/*****************************************/
.LOGIN_BOX, 
.CART_BOX {
  float: right;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;  
  z-index: 3;
}
.LOGIN_BOX {
  margin: 18px 0 0 10px;
}
.LOGIN_BOX > li > a {
    float: left;
    padding: 8px 6px;
}
.LOGIN_BOX ul li a {
    float: right;
    font-size: 0.9em !important;
    text-align: right;
    width: 88%;
}

.LOGIN_BOX .login-button {
  float: left;
  color: #000 !important;
  margin: 5px 0 0;
  padding: 0 5px 0 10px;
  text-decoration: none !important;
  background: transparent;
  text-align: left;
}
.LOGIN_BOX .login-button:hover,
.LOGIN_BOX .login-button:focus
.LOGIN_BOX li.open a:hover,
.LOGIN_BOX li.open a:focus {
  /*background: #008bd0;*/
}
.LOGIN_BOX .login-button .i-login {
  line-height: 12px;
}
.LOGIN_BOX .login-button .i-login::after {
  font-family: 'E3interface';
}
.LOGIN_BOX .login-button .i-login::after {
  content: '\e01a';
  color: #000;
}
.LOGIN_BOX .login-button span {
  color: #000 !important;
  font-size: 1.2em;
  font-weight: 500;
}
.LOGIN_BOX .login-button span.logeado {
  display: none;
}
.LOGIN_BOX .login-button span strong {
    color: #FFF;
    font-weight: 300;
}
.LOGIN_BOX .username {
  color: #8f8f8f !important;
}
.LOGIN_BOX .login-button strong + span {
  /*display:block;
  color: #999;*/
}
.LOGIN_BOX .login_window, .CART_BOX .cart-window {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #cccccc;
    border-radius: 4px !important;
    box-shadow: none;
    color: inherit;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-transform: none;
    z-index: 1001;
}
.LOGIN_BOX .login_window {
    left: auto;
    right: 0;
    top: 40px;
    width: 270px;
    padding: 14px !important;
}

.LOGIN_BOX .login_window fieldset {}
.LOGIN_BOX .login_window legend {display: none;}
.LOGIN_BOX .login_window .form-group {margin-bottom: 8px;}
.LOGIN_BOX .login_window input[type="text"], .LOGIN_BOX .login_window input[type="password"] {
    background-clip: padding-box;
    box-shadow: none;
    color: #000;
    font-size: 12px;
    height: auto;
    padding: 7px 10px !important;
}
.LOGIN_BOX .login_window input[type="submit"] {font-size: 12px; border-radius: 2px;}

.forget {
    color: rgba(0, 0, 0, 0.54);
    float: right !important;
    font-size: 0.85em !important;
    width: auto !important;
}
.register {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.77);
    float: left !important;
    margin-top: 15px;
    padding: 3px 0 0;
    text-align: center !important;
    width: 100% !important;
}
.forget:hover,
.register:hover {
  color: #008BD0;
}


.LOGIN_BOX .dropdown-menu {
  top: 43px;
  left: 10px;
  padding: 7%
}
.LOGIN_BOX .dropdown-menu > li > a,
.LOGIN_BOX .dropdown-menu > li form > a {
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 11px !important;
    margin: 0;
    padding: 6px 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.LOGIN_BOX .dropdown-menu li a:hover { color: #008BD0; background: none; text-decoration: none}

.LOGIN_BOX .dropdown-menu li a.register:before {
  content: '\f47e';
}
.LOGIN_BOX .dropdown-menu li a.register:before{
  font-family: 'Ionicons';
  font-size: 2em;
  margin-right: 10px;
  position: relative;
  top: 2px;
  /*color: #00659E;*/
  
}
.LOGIN_BOX .dropdown-menu li a.forget{
  margin-top: 10px;
}
.LOGIN_BOX .dropdown-menu li:nth-child(2) a:before {
  content: '\f141';
}
.LOGIN_BOX .dropdown-menu li:nth-child(2) a:before {
  font-family: 'Ionicons';
  font-size: 1.4em;
  margin-right: 10px;
  position: relative;
  top: 2px;
  /*color: #00659E;*/
}

.LOGIN_BOX .dropdown-menu li:nth-child(3) a:before {
  content: '\f29f';
}
.LOGIN_BOX .dropdown-menu li:nth-child(3) a:before {
  font-family: 'Ionicons';
  font-size: 1.4em;
  margin-right: 10px;
  position: relative;
  top: 2px;
  /*color: #00659E;*/
}


/*****************************************/
/*  CART BOX  ****************************/
/*****************************************/

/*  DRAG CART*/
#_cart_drag  .drag,
#_cart_drag  .drop{
  position: relative;
  z-index: 2;
}
#_cart_drag .drag:after {
  content: '\f263';
}
#_cart_drag .drag:after,
#_cart_drag .drop:after {
  font-family: 'Ionicons';
  font-size: 18px;
  color: #FFF;
  background: #003576;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
#_cart_drag .drop {
  display: none;
}
#_cart_drag .drop:after {
  content: '\f12a';
  font-size: 16px;
  line-height: 26px;
}
.CART_BOX {margin: 12px 0 0 0; z-index: 7; }
.CART_BOX .cart-button {
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
  background: #0075BB;
  border-radius: 4px;
  width: 130px;
  height: 50px;
  float: left;
}
.CART_BOX:hover,
.LOGIN_BOX:hover {text-decoration: none !important; background: transparent;}

.CART_BOX .cart-button .i-cart {
  display: block;
  line-height: 12px;
  margin-top: 7px;
}
.CART_BOX .cart-button .i-cart::before {
  /*content: '\f370';*/
}
.CART_BOX .cart-button .i-cart::before {
  /*font-family: 'ionicons';*/
  content: url('/Content/templates/base/images/i-cart.png');
  color: #FFF;
  font-size: 24px;
  padding: 0px 5px 0 10px;
}
.CART_BOX .cart-button .i-cart span {
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  top: -4px;
  left: 5px;
  display: inline-block;
}
.CART_BOX .cart-button .items { 
  display: block;
  position: relative;
  font-size: .9em;
  padding-left: 10px;
}
.CART_BOX .cart-button .items .it { }
.CART_BOX .cart-button .items .it span {
  color: #FFF;
  padding: 1px 3px;
}
.CART_BOX .cart-button .items .it strong {font-weight: normal}

.CART_BOX .cart-button .items .pr {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.92em;
}


.CART_BOX .cart-window {
    background: none repeat scroll 0 0 #f3f3f3;
    max-height: 565px;
    min-height: 72px;
    min-width: 190px;
    padding: 0;
    right: -30px;
    top: 50px;
    width: 25em;
}
.CART_BOX .cart-window ol {
    background: none repeat scroll 0 0 #fff;
    float: left;
    font-size: 1.3em;
    margin: 0;
    max-height: 210px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px 12px;
    width: 100%;
}
.CART_BOX .cart-window ol li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: block;
    float: left;
    height: auto;
    min-height: 60px;
    padding: 7px 0;
    position: relative;
    width: 100%;
}
.CART_BOX .cart-window .img {
    float: left;
    margin-right: 3%;
    text-align: center;
    width: 12%;
}
.CART_BOX .cart-window .img img {
    margin: 0 auto;
    width: 100%;
}
.CART_BOX .cart-window .datos {
    float: left;
    height: auto;
    width: 85%;
    font-size: 0.95em;
}
.CART_BOX .cart-window .name {
    float: left;
    font-size: 0.7em;
    line-height: 14px;
    margin-bottom: 3px;
    width: 33%;
}
.CART_BOX .cart-window .cantidad {
    color: #848273;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin-left: 50px;
    text-transform: none;
}
.CART_BOX .cart-window .sub {
  float: right;
}
.CART_BOX .cart-window .cantidad strong {
    font-weight:normal;
    font-size:1.1em;
}
.CART_BOX .cart-window .price {
    float: left;
    font-size: 0.6em;
    width: 67%;
}
.CART_BOX .cart-window .price span {
    font-size: 1.2em;
    font-weight: normal;
}
.CART_BOX .cart-window .remove {
    background: none repeat scroll 0 0 #ccc;
    background-clip: padding-box;
    border-radius: 20px;
    color: #fff;
    float: right;
    font-size: 0.6em;
    height: 18px;
    line-height: 17px;
    text-align: center;
    width: 18px;
}
.CART_BOX .cart-window .remove:hover {background: #888}
.CART_BOX .cart-window .subtotal {
  float: left;
  font-size: 0.9em;
  padding: 12px;
  text-transform: uppercase;
  display: none;
}
.CART_BOX .cart-window .subtotal span {
    font-size: 1.2em;
}
.CART_BOX .cart-window a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.CART_BOX .cart-window .btn {
  font-size: 13px;
  margin: 12px;
  padding: 4px 8px;
  border-radius: 2px;
  display: inline-block;
}
.CART_BOX .cart-window .mje-nohay {
    margin: 15px;
    text-align: right;
}

/* CART OPEN */
.CART_BOX.open {
  width: 150px;
  height: 50px;
}
.CART_BOX.open .drop {
  top: 20px;
  left: 10px;
}
.CART_BOX.open .mostrame {
  display: block;
}
.CART_BOX.open .cart-window {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.CART_BOX.open .cart-button {
  min-width: 190px;
  width: 25em;
  position: absolute;
  right: -30px;
  z-index: 1;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.CART_BOX.open .cart-button .i-cart span {
  display: none;
}
.CART_BOX.open .cart-button .i-cart,
.CART_BOX.open .cart-button .items {
  float: left;
  margin-top: 15px;
}
.CART_BOX.open .cart-button .items  > .pr {
  font-weight: bold;
  font-size: 1em !Important;
}
.CART_BOX.open .cart-button .items  > .pr .total {
  font-weight: normal;
  display: inline-block;
}

.bt_checkout {
    border:1px solid #57212f;
    float: right;
    height: 20px;
    margin-left: 4px;
    width: 6em;
    line-height:1.4em;
}


/*****************************************/
/*  MENU MAIN  ***************************/
/*****************************************/
.navbar-nav.navbar-right:last-child {
  margin: 0;
}

.MENU_MAIN {
  background: #FA5F03 url("/Content/templates/base/images/bg_mainmenu_dropdown.gif") repeat-x scroll left top;
  margin-top: 5px;
  /*position: absolute;*/
  /*z-index: 2;*/
  width: 100%;
}

/* CONTENEDOR MENU PRINCIPAL */
.MENU_MAIN .navbar-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    background: transparent; 
    min-height: 45px !important;
    border: 0; 
    border-radius: 0; 
}
.MENU_MAIN .navbar-default a:focus {
  color: inherit;
}
/* UL MENU PRINCIPAL */
.MENU_MAIN ul.navbar-nav {
    width: 100%;
    height: 46px;
}


@media (min-width: 768px) {
	.MENU_MAIN ul.navbar-nav li:first-child:hover > .dropdown-menu {display: block}
}	
	
	
/*-------------------*/
/* OPENER MENU PRINCIPAL / LI PRIMER NIVEL */
.MENU_MAIN ul.nav > li.dropdown {
    background: #ff7e00 !important;
    margin-right: 15px;
    min-width: 165px;
}
.MENU_MAIN ul.nav > li.dropdown > a {
    color: #fff;
    font-size: 1.35em;
    font-weight: 400;
    height: 38px;
  padding: 8px 0;
}
.MENU_MAIN ul.nav > li.dropdown > a:hover { text-decoration: none !important}

.MENU_MAIN ul.nav > li.dropdown > a:before,
.MENU_MAIN ul.nav > li.dropdown ul li a:before {
  content: '';
}
.MENU_MAIN ul.nav > li.dropdown > a:hover,
.MENU_MAIN ul.nav > li.dropdown > a:focus {
    background: #FF7E00;
    color: #FFF;
}
.MENU_MAIN ul.nav > li.dropdown > a:after {
	content: '\f104';
}
.MENU_MAIN ul.nav > li.dropdown > a:after {
	font-family: 'Ionicons';
	color: #FFF;
	float: right;
  font-size: 0.7em;
  margin-top: 2px;
  /*line-height: 24px;*/
}
.MENU_MAIN ul.nav > li.dropdown.open {
  background: #ff7e00;
}
/*-------------------------------------------*/

/* LI GENERAL */
.MENU_MAIN ul.nav li a {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.04em;
    font-weight: 400;
    color: #FFF;
    padding: 9px 12px;
}
.MENU_MAIN ul.nav > li > a::before {
    display: none !important;
}

.MENU_MAIN ul.nav li a:before {
  content: '\e00e';
}
.MENU_MAIN ul.nav li a:before {
  font-family: 'E3Interface';
  color: #FA5F03;
  font-size: 14px;
}
.MENU_MAIN ul.nav li a:hover,
.MENU_MAIN ul.nav li a:hover:before {
	color: #FFF;
	text-decoration: underline;
}
/*--------------------------------------*/

.MENU_MAIN ul.nav .dropdown-submenu.open > a {
	/*background: #898a8c;*/
}

/* UL NIVEL 1*/
/* PRIMER DROPDOWN-MENU */
.MENU_MAIN ul.nav ul {
  width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(100, 100, 100, 0.25);
  -moz-box-shadow: 0px 1px 2px 1px rgba(100, 100, 100, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(100, 100, 100, 0.25);
  background: #FFF;
}
.MENU_MAIN ul.nav ul > li {
  /*background: #0995da;*/
}

.MENU_MAIN ul.nav ul > li:hover {
  background: #F3F3F3;
}

.MENU_MAIN ul.nav ul > li:hover a {
  color: #FF793B;
  background: transparent !important;
  border-color: #e7e7e7;
}

.MENU_MAIN ul.nav ul > li  a:hover,
.MENU_MAIN ul.nav ul > li  a:focus {
  color: #FF793B;
  background: #F3F3F3;
  border-color: #e7e7e7;
}

.MENU_MAIN ul.nav ul > li > a {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #f3f3f3 !important;
    border-top: 1px solid #fff;
    color: #4a4a4a;
    display: block;
    font-size: 0.9em;
    line-height: 1em;
    padding: 5px 12px 5px;
    position: relative;
    word-wrap: break-word;
    z-index: 2;
    word-break: break-word;
    width: 100%;
    white-space: normal;
}
.MENU_MAIN ul.nav ul > li:first-child a {
  margin-top: 0px;
}
.MENU_MAIN ul.nav ul > li:last-child a {
  margin-bottom: 5px;
}
.MENU_MAIN ul.nav ul > li > a .caret{
    border: 0;
    display:none;
}
.MENU_MAIN ul.nav ul > li:hover > a .caret,
.MENU_MAIN ul.nav ul > li.open a .caret {
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid #ffcb07;
  border-bottom: 4px solid transparent;
}




@media (max-width: 1199px) {
.MENU_MAIN ul.nav ul > li > a {padding: 3px 12px !important}
}



/*-------------------------------------------*/

/* UL NIVEL 2 */
.MENU_MAIN ul.nav ul > li ul {
    display: none;
}
.MENU_MAIN ul.nav ul > li:hover ul {
    display: block;
}

.MENU_MAIN ul.nav ul .dropdown-menu {
  top: -2px;
  left: 100%;
  width: 400px;
  height: auto;
  min-height: 100%;
  padding: 10px 0 0;
  background-color: #F3F3F3 !important; /* Old browsers */
  border-radius: 0 !important;
  float: none;
  border: 0;
  border-left: 1px solid #e7e7e7;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    4px 4px 3px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         4px 4px 3px 0px rgba(50, 50, 50, 0.25);
  z-index: 1;
}
.MENU_MAIN ul.nav ul .dropdown-menu.menuBckImg {
	background-color: inherit;
  background-position: center bottom !important;
	/*background-size: contain !important;	*/
	background-repeat: no-repeat !important;
  background-size: 80% auto;
  min-width: 270px;
}
.MENU_MAIN ul.navbar-nav ul .dropdown-menu > li {
  background: transparent !important;   
}
.MENU_MAIN ul.navbar-nav ul .dropdown-menu > li > a {
  background: transparent !important;
  color: #555;
  padding: 4px 20px !important;
  border: 0;
  height: 20px;
}
.MENU_MAIN ul.navbar-nav ul .dropdown-menu > li > a:hover {
  background: transparent !important;
  color: #FF793B; !important;
}

/*
.MENU_MAIN .dropdown-submenu > a:before {content: "\e01a";}
.MENU_MAIN .dropdown-submenu > a:before {
    float: right;
    font-family: "E3Interface";
    font-size: 10px;
    margin: -1px 0 0 1px;
}
*/

.navbar-default .navbar-collapse {border: 0}

/*****************************************/
/*  MENU MOBILE  *************************/
/*****************************************/

.menumain_button {
  /*background: transparent url("/Content/templates/base/images/bg_mainmenu_dropdown.gif") repeat-x scroll left top;*/
  /*border-radius: 4px;*/
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0px 10px;
  text-align: left;
  color: #FFF;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 5px;
}
.menumain_button:before {content:"\e00a"}
.menumain_button.collapsed:before {content:"\e004"}
.menumain_button:before {
    float: right;
    font-family: "E3Interface";
    font-size: 25px;
    line-height: 5px;
    margin-right: -2px;
}

.main .menu-mobile .MENU_MAIN {
  left: 0;
  padding: 0 !important;
  background: transparent;
  position: relative;
  top: -7px;
  border-top: solid 1px #FFF;
}
.main .menu-mobile .MENU_MAIN .navbar-nav {
  width: 100%;
  background: #dedede !important;
  height: auto;
}
.main .menu-mobile .MENU_MAIN .navbar-nav > li > a {color: #000}

.main .menu-mobile .MENU_MAIN .navbar-nav > li > a:hover,
.main .menu-mobile .MENU_MAIN .navbar-nav > li > a:focus {
  background: #FFF;
  color: #fa5f03;
  text-decoration: none !important;
}
.main .menu-mobile .MENU_MAIN .navbar-nav ul.dropdown-menu {
  margin: 0;
  padding: 0;
  background: #fff !important;
}
.main .menu-mobile .MENU_MAIN .navbar-nav ul.dropdown-menu li,
.main .menu-mobile .MENU_MAIN .navbar-nav ul.dropdown-menu li a {
  background: #FFF;
  color: #555;
}

.main .menu-mobile .MENU_MAIN a:before {float: right; text-decoration: none !important;}
.main .menu-mobile .MENU_MAIN ul li ul a:before {float: left;}
.main .menu-mobile .MENU_MAIN ul li ul a:hover {text-decoration: none !important; color: #fa5f03 !important}

.main .menu-mobile .MENU_MAIN ul.nav li a:before  {
  color: #FF7E00;
}

.main .menu-mobile .MENU_MAIN .navbar-nav ul.dropdown-menu li a:hover {
  color: #0995da;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
  border-color: transparent;
  background: transparent;
}

.main .menu-mobile .SEARCH_BOX {
  float: none;
  width: 100%;
  padding: 0 10px;
  margin: 4px 0;
}
.main .menu-mobile .SEARCH_BOX .form-group {
  margin: 0;
}
.main .menu-mobile .SEARCH_BOX .form-control {
  margin: 10px 0;
  border-color: #ccc;
}
.main .menu-mobile .SEARCH_BOX .search_submit {
    color: #999 !important;
    font-size: 20px;
    top: 15px;
}

/*****************************************/
/*  MMENU LATERAL MOBILE *****************/
/*****************************************/
#mmenu:not( .mm-menu ) {display: none;} 

#mmenu {
    background: #00659E !important;
    color: #FFF;
    z-index: 1001;
    font-size: 1em;
}
#mmenu .mm-list > li.mm-label {
    background: #004870;
    font-size: 1em;
    font-weight: 700;
}
#mmenu .mm-list li a:hover {
    background: #297AA7;
    opacity: 1;
}

.mm-list > li > a, .mm-list > li > form a, .mm-list > li > span {
    color: inherit;
    display: block;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 10px 10px 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.92em;
}

#mmenu .mm-list li a.mmenu-user:after {
  content: '\f47e';
}
#mmenu .mm-list li a.mmenu-user:after {
  font-family: 'Ionicons';
  font-size: 2em;
  position: absolute;
  top: 11px;
  right: 14px;
  /*color: #00659E;*/
}

#mmenu .mm-list li a.mmenu-wishlist:after {
  content: '\f141';
}
#mmenu .mm-list li a.mmenu-wishlist:after {
  font-family: 'Ionicons';
  font-size: 1.4em;
  position: absolute;
  top: 11px;
  right: 14px;
  /*color: #00659E;*/
}
#mmenu .mm-list li a.mmenu-login:after {
  content: '\f29e';
}
#mmenu .mm-list li a.mmenu-login:after {
  font-family: 'Ionicons';
  font-size: 1.8em;
  position: absolute;
  top: 10px;
  right: 13px;
  /*color: #00659E;*/
}
#mmenu .mm-list li a.mmenu-logout:after {
  content: '\f29f';
}
#mmenu .mm-list li a.mmenu-logout:after {
  font-family: 'Ionicons';
  font-size: 1.8em;
  position: absolute;
  top: 10px;
  right: 13px;
  /*color: #00659E;*/
}

#mmenu .mmenu-button:hover {opacity: 0.9}

#mmenu .mm-back a:after {
  content: '\f12a';
}
#mmenu .mm-back a:after {
  font-family: "Ionicons";
  font-size: 1em;
  position: absolute;
  right: 17px;
}
#mmenu .mm-back a {
    background: none repeat scroll 0 0 rgba(4, 4, 4, 0.07);
    border-bottom: 2px solid rgba(255, 252, 252, 0.27);
}



/**************************************************************************/
/*  HEADER MOBILE  ********************************************************/
/**************************************************************************/

@media (max-width: 1199px) {
  .SEARCH_BOX .form-control {margin-right: 0}
}
@media (max-width: 992px) {
  header .upper { }
  
}

@media (max-width: 992px) {
  
  header .upper { padding: 5px 0px;}
  header .upper .container { display: none }
  .Cart header .upper .container { display: block }
  
  header .main { padding-top: 0px}
  
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 0px -5px;
  }
  
  .navbar-header {
    float: left
  }
  
  .MENU_MAIN,
  .MENU_MAIN .container {
    margin: 0;
    padding: 0;
  }
  
  .LOGIN_BOX, .CART_BOX {
    font-size: 14px;
    padding: 0 7px;
  }
  .CART_BOX {
    margin-right: 40px;
  }
  
  .LOGIN_BOX .login-button span {
  }
  .LOGIN_BOX .login-button span strong {
    display: none;
  }
  .LOGIN_BOX .login-button .i-login { }
  
  .LOGIN_BOX .login-button:hover,
  .LOGIN_BOX .login-button:focus
    .LOGIN_BOX li.open a:hover,
  .LOGIN_BOX li.open a:focus {
    background: transparent;
  }
  .LOGIN_BOX .login-button .i-login::before {
    content: '\f47e';
    font-family: 'ionicons';
    font-size: 3em;
    color: #008bd0;
    position: relative;
    top: 5px;
    left: -5px;
    display: none;
  }
  .CART_BOX .cart-button .i-cart::before {
    color: #00659E;
  }

}

/* PARA TENER EL MENU ABIERTO EN LA HOME POR DEFECTO */	
@media (min-width: 993px){	
.Home .MENU_MAIN .navbar-nav li.dropdown > ul.dropdown-menu { display: ; }
}

@media (max-width: 640px){
   
  .CART_BOX .cart-button .i-cart,
  .CART_BOX .cart-button .items {
    float: left;
  }
  
}
@media (max-width: 767px){
  .MENU_MAIN, .MENU_MAIN ul, .MENU_MAIN li, .MENU_MAIN a {
    float: left;
    position: relative;
    width: 100%;
}
    
  .menu-hover { display:none; }
  .menu-mobile{ display:block; }
  
  .mmenu_button {
    display: block !important;
    width: 33px;
    height: 30px;
    line-height: 30px;
   }
}
@media (min-width: 600px) and (max-width: 767px){
  .navbar-header {
    width: 40%;
  }
  
  .LOGO {
    margin: 0;
    width: 100%
  }
  .CART_BOX {
    margin-right: 40px;
  }
}
@media (min-width: 600px) and (max-width: 992px){
  .CART_BOX, .LOGIN_BOX {
    margin-top: 5px;
    margin-left: 0;
  }
  
  .CART_BOX .items .it .hidden-xs {
    display: inline-block !Important;
  }
  
}

@media (max-width: 599px){
  
  header .main .container-fluid .container {
    margin: 0;
    padding: 0;
  }
  .LOGO {
    clear: both;
    float: left;
    margin: 0px auto;
    text-align: left;
    width: 75%;
  }
  .LOGO img {
    width: auto;
  }
  .navbar-header {
    float: none;
  }
  .LOGIN_BOX .login-button {
    margin-top: 0;
  }
  .LOGIN_BOX .login-button span {
    color: #000 !important;
    font-size: 1.2em;
    font-weight: 500;
    
  }
  .LOGIN_BOX .login-button .i-login::before {
      top: 0;
      display: none;
  }
  .LOGIN_BOX .login-button .i-login::after {
   
  }
  
  .LOGIN_BOX .dropdown-menu {
    top: 33px;
    left: 0px;
  }

  .CART_BOX .cart-window {
    top: 30px;
    right: -10px;
  }
  
  .CART_BOX .cart-button .items .it > span {
    display: none;
  }
  .CART_BOX.open .cart-button .items .it > span,
  .CART_BOX.open .cart-button .items .it > strong,
  .CART_BOX.open .cart-button .items  > .pr  {
    display: inline-block !important;
  }
    
  .LOGIN_BOX { float: left; margin-left: 0; font-size: .8em; }
  .CART_BOX { margin: 14px 0 0; font-size: .8em; }
  .CART_BOX .cart-button {
    width: 100px;
    height: 33px;
  }
  
  .CART_BOX.open {
    width: 114px;
    height: 33px;
  }
  .CART_BOX.open .cart-button {
    height: 50px;
  }
  
  .CART_BOX.open .cart-window {
    top: 50px;
    right: -30px;
  }
    
}


/**************************************************************************/
/*  FOOTER  ***************************************************************/
/**************************************************************************/

footer {
}

footer .upper {
  height: 3px;
}

/*  MAIN *******************************/
footer .main {
  background: #E9E9E9;
  padding: 30px 0 2px;
}

footer .main h3 {
  font-size: 1.6em;
  font-weight: 500;
  color: #000;
  margin: 5px 0 16px;
}
footer .main ul {
    float: left;
    margin-bottom: 37px;
    width: 100%;
}
footer .main ul li a {
    color: #000;
    padding: 3px 0;
    width: 100%;
    font-weight: 300;
    font-size: 0.92em;
}
footer .main ul li a:hover { color: #FF7E00; }

footer .main .banner {
  margin-bottom: 30px;
}

footer .menu_footer ul.menu_cats li {
  float: left;
}

footer .menu_footer ul.menu_cats li:after {
  content: '|';
  padding: 0 5px;
  display: inline-block;
}
footer .menu_footer ul.menu_cats li:last-child:after{
  content: '';
}
footer .menu_footer ul.menu_cats li a {
  display: inline;
}

@media (max-width: 767px) {
    footer .main ul {min-height: 0px; margin-bottom: 20px;}
    footer .main ul li a {padding: 0}
}   


/* banner - newsletter ******/
.b-news-container {
  background: #FA5F03;
  margin-top: 30px;
}
.b-news-container .container {
}
.b-news {
	display: table;
  float: left;
  width: 100%;
}

.b-news > div {
  color: #fff;
  display: table-cell;
  float: left;
  padding: 10px 0;
  position: relative;
}

.b-news h3 {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.b-news .newsletter { width: 60% }
.b-news .mayoristas { width: 40%; }
.b-news .newsletter p,
.b-news .mayoristas p {
  display: inline-block;
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 10px 0 20px;
  text-align: left;
  vertical-align: middle;
  width: 145px;
}
.b-news .mayoristas p {
  width: 200px;
}
.b-news .newsletter ._contact_holder{
  display: inline-block;
	padding-top:5px;
  min-width: 200px;
}

.b-news .newsletter ._contact_holder p{
	width:100%;
	margin:0px;
}
.b-news .newsletter .form-inline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.b-news .newsletter input[type="text"] {
  background: none repeat scroll 0 0 #FFF;
  border: 0 none !important;
  border-radius: 4px !important;
  box-shadow: none;
  display: inline-block;
  font-size: 1em;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  vertical-align: middle;
  width: 300px;
  color: #FA5F03;
}

.b-news .newsletter ::-webkit-input-placeholder {color:#FA5F03 !important;}
.b-news .newsletter :-moz-placeholder {color:#FA5F03 !important;}
.b-news .newsletter ::-moz-placeholder {color:#FA5F03 !important;}
.b-news .newsletter :-ms-input-placeholder {color:#FA5F03 !important;}

.b-news .newsletter button.pcms-contact {
    background: #FFF !important;
    border: 0 none;
    box-shadow: none;
    color: #FA5F03;
    font-size: 25px;
    height: 30px;
    line-height: 29px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    z-index: 2;
}
.b-news .newsletter button:hover {color: #D4080A}



@media (min-width: 1024px) and (max-width: 1280px){
  .b-news .newsletter input[type="text"] {
    width: 250px;
  }
}

@media (max-width: 992px) {
	.socials h3 { }
	.b-news .newsletter p { }
  .b-news .mayoristas p { width: 175px;}
	.b-news .newsletter .form-inline {}
}
@media (min-width: 640px) and (max-width: 992px){
  .b-news .newsletter p { display: block; width: 100%; margin: 5px 0; }
  .b-news .mayoristas p { display: block; margin: 5px 0;}
  .b-news-container {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .newsletter,
  .mayoristas,
  .menu-footer  { width: 100% !important; }
  
  .b-news .newsletter p,
  .b-news .mayoristas p,
  .b-news h3 { display: block; margin: 5px 0; width: 100%; }
  .b-news-container {
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  
  .b-news .newsletter input[type="text"] {
    width: 250px;
  }
}




footer .socialshare a::before {margin-left: 0;}



/**************************************************************************/
/*  CREDITS  **************************************************************/
/**************************************************************************/
footer .credits {
    border-top: 2px solid #fff;
    color: #a7a7a7;
    font-size: 0.9em;
    padding: 9px 0;
    min-height: 150px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #DEDEDE), color-stop(1, #FFFFFF) );
    background-image: -o-linear-gradient(bottom, #DEDEDE 0%, #ffffff 30%);
    background-image: -moz-linear-gradient(bottom, #DEDEDE 0%, #ffffff 30%);
    background-image: -webkit-linear-gradient(bottom, #DEDEDE 0%, #ffffff 30%);
    background-image: -ms-linear-gradient(bottom, #DEDEDE 0%, #ffffff 30%);
    background-image: linear-gradient(to bottom, #DEDEDE 0%, #ffffff 30%);
}
footer .credits hr {
    clear: both;
    float: left;
    margin: 8px 0 10px;
    opacity: 0.4;
    width: 100%;
}

footer .credits p {
  clear: left;
  float: left;
  margin: 55px 0 0px 0px;
  color: #585858;
}
footer .credits p span {
  text-transform: uppercase;
}
footer .credits ul { margin: 5px 0 0 0px; float: right}
footer .credits ul li {float: left}
footer .credits ul li a {
    color: #000;
    margin-right: 10px;
}
footer .credits ul li a:before {
    content: "|";
    display: block;
    float: right;
    margin-right: 10px;
}
footer .credits ul li:last-child a:before {display: none;}

footer .credits ul li a:hover { color: #FF7E00 }

footer .logo_footer {
    background: rgba(0, 0, 0, 0) url("/Content/templates/base/images/logo_footer.png") no-repeat scroll 10px 0;
    float: left;
    margin-top: -59px;
    width: auto;
}
.e3 {
    background: url("/Content/images/E3.png") no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
    opacity: 0.25;
    margin-top: 5px;
}
.e3:hover {opacity: 0.6}

.datafiscal {
  background: url("/content/images/i-datafiscal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-size: cover;
  background-clip: padding-box;
  float: right;
  width: 48px;
  height: 65px;
  margin: 0px 5px 0;  
}
 .Cart .datafiscal {
 }
 
 @media (max-width: 599px) {
  footer .credits ul {
    float: none;
  }
  footer .logo_footer {margin-top: -21px}
}
 
 
/**************************************************************************/
/*  BOXES  ****************************************************************/
/**************************************************************************/

/* PRODUCT_BOX */
.PRODUCT_BOX {
  width:100%;
  float:left;
  border: solid 1px #e9e9e9;
  position: relative;
  padding: 10px;
  z-index: 0;
}

.PRODUCT_BOX .article_container {
  padding: 10px;
}
/* box_image */
.PRODUCT_BOX .box_image {
  height: 166px;
  position: relative;
  z-index: 3;
  width: 100%;
  border: 0;
  border-radius: 0px;
  text-align: center;
}
.box_image a img {
  bottom: 0px;
  height: auto;
  left: 0px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto !important;
  font-size: 10px;
  color: #999;
}


/* box_data */
.PRODUCT_BOX .box_data {
  float: left;
  position: relative;
  width: 100%;
}
.PRODUCT_BOX .box_data hr {
	border-top: 2px solid #dcdcdc;
	padding: 0px;
	margin: 5px 0;
}

.PRODUCT_BOX .box_data .codeid {
	font-size: 0.9em;
	color: #0076d1;
}

.PRODUCT_BOX .box_data h3 {
    color: #000;
    font-size: 0.95em;
    font-weight: 300;
    margin: 0;
    min-height: 56px;
    padding: 6px 0;
    width: 100%;
}

.PRODUCT_BOX .box_image:hover .hover_image {
  display: block;
}

.PRODUCT_BOX:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fe912e;
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: visible !important;
    width: 100%;
    /*z-index: 6;*/
}

.PRODUCT_BOX:hover .box_data h3 {
  color: #f95f02;
}
.PRODUCT_BOX:hover .BUTTONBUY,
.PRODUCT_BOX:hover .BUTTONFAV {
  display: block;
}
.PRODUCT_BOX .BUTTONBUY:hover { }
.PRODUCT_BOX .nonavailable .BUTTONBUY:hover { }

.PRODUCT_BOX .BUTTONFAV:hover { color: #666; }
.PRODUCT_BOX .nonavailable .BUTTONFAV:hover { }


/* generales BOX y DETAIL */
.price_wrapper {
  display: block;
  font-size: 1.063em;
  margin: 0;
  text-align: left;
	font-weight: 700;
	line-height: 1.25em;
}
.price_wrapper.nonavailable {
	display: none;
}
.price_default {
  color: #000;
  font-weight: 400;
  padding-right: 10px;
}
.price {
  color: #f95f02;
  display: inline-block;
  font-weight: 400;
  line-height: 14px;
  padding-right: 10px;
}
.price_default span
.price span, 
.tachado span,
span.iva,
span.iva_price {
}
.tachado span {
  /*text-decoration: line-through;*/
}
.tachado {
  color: #a4a4a4;
  display: block;
  font-size: 13px !important;
  line-height: 16px;
  /* margin-left: 3px; */
  position: relative;
  /*font-style: italic;*/
  font-weight: 300;
  text-decoration: line-through;
}
.tachado:before {
  background: none repeat scroll 0 0 #b3b3b3;
  content: "";
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  top: 44%;
  transform: rotate(-8deg);
  width: 115%;
}
span.iva {
  color: #888;
}
span.iva_price {
  color: #000;
}
.nonavailable .tachado { }
.nonavailable .BUTTONBUY {
    background: #b4b4b4 none repeat scroll 0 0;
    border-color: #b4b4b4;
    border-radius: 2px;
    color: #fff;
    font-size: 0.8em;
    padding: 2px;
    text-align: center;
    text-decoration: none;
}
.nonavailable .BUTTONBUY:before {
  font-family: 'E3Interface';
}
.nonavailable .BUTTONBUY:before {
  content: '\e035';
  line-height: 26px;
  display: none;
}
.nonavailable .price {opacity: 0.3; color: #000;}

/* buttons */
.buttons_wrapper a {}
.buttons_wrapper a:hover {}
.buttons_wrapper

.buttons_wrapper.nonavailable {
  min-width: 105px;
  /*max-width: 110px;*/
}
/* botones fav /  */
.buttons_additional {
  overflow: hidden;
}
.buttons_additional a {
  float: right;
  color: #b4b4b4;
}
.buttons_additional a:hover {
  color: #000;
}
.BUTTONBUY {
  background: #ff7e00;
  border-radius: 2px;
  border: solid 1px #f95f02;
  color: #FFF;
  font-weight: 400;
  line-height: auto;
  display: block;
  text-align: center;
  padding: 0px 15px 3px;

}
.BUTTONBUY:before {
  content: '';
}
.BUTTONBUY:before {
 
}
.BUTTONBUY:hover { background: #FFF; color: #ff7e00; }
.nonavailable .BUTTONBUY:hover { background: #b4b4b4; color: #FFF; }

.BUTTONBUY span {
}

.btnGoCart {
  background: #FFF;
  color: #ff7e00;
}
.BUTTONFAV, .BUTTONINFO, .BUTTONCOMPARE, .BUTTONASK {
  font-family: 'Ubuntu',sans-serif;
  font-size: 0.95em;
}
.BUTTONINFO {
	/*float:left;*/
}
.BUTTONFAV {
	float:right;
  color: #bebebe;
}
.BUTTONFAV:hover {
  color: #666;
}
.BUTTONCOMPARE {
	float:right;
  margin-right: 10px;
}
.BUTTONASK {}

.BUTTONFAV:before, .BUTTONASK:before, .BUTTONINFO:before, .BUTTONCOMPARE:before  {
  display: inline-block;
  font-family: "Ionicons";
  font-size: 36px;
  line-height: 22px;
}
.BUTTONFAV:before {content: "\f12c"; font-size: 32px; }
.BUTTONCOMPARE:before {content: "\f268";}
.BUTTONASK:before {content: "\f142";}
.BUTTONINFO:before {content: "\f21f"; display: none}



/* HOVER_IMAGE */
.hover_image {
  background: #FFF; /* Old browsers */
  background: rgba(255,255,255,0.7);
	padding: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}
.hover_image a {
  color: #000;
  /*
  display: inline-block;
  line-height: 50px;
  */
  /*opacity: 1;*/
  padding: 0 9px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  position: relative;
  top: 45%;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.hover_image:hover {
	opacity: 1; 
	text-decoration: none; 
	color: #000;
  /*text-shadow: 2px 2px 4px #000;*/
}

.hover_image:after {
  content: '\f21f';
}
.hover_image:after {
  font-family: 'Ionicons';
  font-size: 1.4em;
  display: block;
  line-height: 10px;
}

/* CATEGORY_BOX  ******/
.category_box {
  
}
.category_box  .box_image {
  
}
.category_box .box_data {
  margin: 30px 0 0;
}
.category_box .box_data h3 {
  border-bottom: 1px solid #ddd;
  border-top: 0 none;
  font-family: 'Ubuntu',sans-serif;
  font-size: 1.3em !important;
  margin: 0;
  text-align: left !important;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 992px) {
  .PRODUCT_BOX  div:nth-child(1) > div:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  } 
  .PRODUCT_BOX .box_image {
    height: 145px;
  }
  .PRODUCT_BOX .box_data h3 {
	  min-height: 43px;
  }
  .related.destacados .PRODUCT_BOX .box_data h3 {
  }
  #home-mas-vendidos-slider {
    margin-bottom: 20px;
}

.related.mas-vendidos .PRODUCT_BOX {
    min-height: 265px;
}
.related.mas-vendidos > ul {height: 375px !important}
}

@media (max-width: 767px) { 
	.PRODUCT_BOX {font-size: 0.95em}
.PRODUCT_BOX:hover {
/*    left: 4%;
    padding: 10px 4%;*/
}
}


@media (min-width: 480px) and (max-width: 767px) {
  .category_box .box_data {
    margin: 20px 0 0;
  }
}
@media (max-width: 479px) {
  .PRODUCT_BOX:hover {
    left: 0;
    padding: 10px 4%!important;
    width: 100% !important;
  }
  .category_box .box_data {
    margin: 0;
  }
  .category_box .box_data h3 {
    text-align: center !important;
    padding: 0 0 20px;
  }
}






/**************************************************************************/
/*  PASTILLAS  ************************************************************/
/**************************************************************************/

.badges {
  position: absolute;
  top: 0px;
  left: 0px;  
  z-index: 5;
  width: 100%;
  pointer-events: none;
}
.badges ul {
    float: left;
    margin: 6px 0 0;
    position: relative;
}
.badges .badge-nostock { float: left; margin-top: 10px; }

.badges ul li,
.badge-nuevo,
.badge-oferta,
.badge-ultimos,
.badge-dto,
.badge-nostock {
  width: auto;
  height: auto !important;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}
.badge-nuevo span,
.badge-oferta span,
.badge-ultimos span,
.badge-dto span {
}
.badges ul li {
    background: transparent none repeat scroll 0 0;
    clear: left;
    display: block;
    float: left;
    margin: 0 0 4px !important;
    padding: 0 !important;
    text-align: left;
}
.badges ul li span {
    background: #fa5f03 none repeat scroll 0 0;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    height: auto;
    letter-spacing: -0.02em;
    line-height: 18px;
    padding: 1px 7px;
    width: auto;
}
.badges ul li span + strong {
  margin-top: 10px;
}
.badges ul li:after {
  content: '';
}
.badge-nuevo { 
  width: auto !important; 
  height: 50px !important;
  position: absolute !important;
  right: 0;
}
.badge-nuevo .ribbon {
  position: absolute;
  right: -5px; 
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; 
  /*height: 75px;*/
  height: 60px;
  text-align: right;
  background: transparent;
}

.badge-nuevo .ribbon span {
    background: #ff4200 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 17px;
    position: absolute;
    right: -17px;
    text-align: center;
    text-transform: uppercase;
    top: 13px;
    width: 79px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.badge-nuevo .ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #FF4200;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FF4200;
}
.badge-nuevo .ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #FF4200;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FF4200;
}

li.badge-oferta span:before {content: "oferta" !important;}
li.badge-oferta span { background: #009ef9 !important;}

li.badge-ultimos span:before {content: "últimas unidades" !important;}
li.badge-ultimos span { background: #7A7A7A !important;}



/* descuento */
li.badge-dto { background: transparent !Important; text-align: center !important; }
li.badge-dto::after {background: transparent !Important; border: 0 !Important; }
li.badge-dto:before {content: "" !important;}

li.badge-dto strong {
  font-weight: normal;
}
li.badge-dto strong:before, .badge-dto strong:after {}


/* descuento "-20%" */
li.badge-dto.percent .txt {display: none}
li.badge-dto.percent strong {
    background: #009eff none repeat scroll 0 0;
    border-radius: 25px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    letter-spacing: -0.02em;
    line-height: 40px;
    margin: 0 0 0 2px;
    padding: 0;
    width: 40px;
}
.badge-dto.percent strong:before {
	content: "-";
    margin-right: 1px;
}
li.badge-dto.percent strong:after {
	content: "%";
	font-size: 0.8em;
  margin-left: 1px;
}



/* sin stock */
.badge-nostock {
  background: #717171;
  padding: 0 5px;
  border-radius: 3px;
}
.badge-nostock:before {content: "sin stock" !important; display: inline-block; padding: 3px; }
.badge-nostock:after {
}

@media (max-width: 320px) {
  .badge-oferta span,
  .badge-dto strong {
    font-size: .8em !important;
  }
  .badge-dto strong {
    width: 35px !important;
    height: 35px !important;
    line-height: 17px !Important; 
  }
}
/**************************************************************************/
/*  HOME  *****************************************************************/
/**************************************************************************/
/* OWL SLIDER ******/
.owl-prev, .owl-next {
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    
    width: auto;
    height: auto;
    
    margin-top: 0;
    /*overflow: hidden;*/
    position: absolute;
    text-align: center;
    top: 45%;
    z-index: 3;
    color: #fff;
    font-family: "Ionicons" !important;
    /*font-size: 65px;*/
    line-height: 37px;
    text-indent: 0;
    text-indent: -9999px
}
.owl-prev {left: -12px;}
.owl-next {right: -12px;}

.owl-prev:before {content: "\f361"}
.owl-next:before {content: "\f363"}
.owl-prev:before { margin-left: 8px; float: left; text-indent: 0 }
.owl-next:before { margin-right: 8px; float: right; text-indent: 0 }

.owl-prev:hover, .owl-next:hover {color: #ff7e00 !important}

.owl-dots div {
    background: #D6D2D2;
    border: 1px solid #b5b5b5;
    background-clip: padding-box;
    border-radius: 15px;
    display: inline-block;
    height: 11px !important;
    margin: 0 4px;
    text-align: center;
    width: 11px !important;
}
.owl-dots div:hover {opacity: 0.7}

.owl-dots .active {
    background: none repeat scroll 0 0 #008BD0;
    border-color: #0098d3;
    opacity: 1 !important;
}
.owl-theme .owl-controls {margin-top: 0}



/* MAIN SLIDER ******/
.Category .main-slider-container .banner-item {
  border-bottom: 3px solid #f95f02;
}
.main-slider-container .banner-item  {
}
.main-slider-container .banner-item:first-child {
  /*margin-top: 25px;*/
}
#main-slider ul  {
  width: 100%;
  border: 4px solid #C1C1C1;
  margin: 10px 0px 40px 17px;
  position: relative;
}
#home-mas-vendidos-slider {
  padding: 0;
}
#home-mas-vendidos-slider ul {
  width: 100%;
  border: 4px solid #C1C1C1;
}
#main-slider ul .item img {
    display: block;
    width: 100%;
    height: auto;
}
#main-slider ul .owl-prev {left: 0; top: 45%; }
#main-slider ul .owl-next {right: 0; top: 45%; }

#home-mas-vendidos-slider ul .owl-prev {left: 0; top: 37% !Important; }
#home-mas-vendidos-slider ul .owl-next {right: 0; top: 37% !Important; }


#main-slider ul .owl-nav {display: none !important}
#main-slider ul .owl-dots {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: -25px;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    width: 100%;
}

#home-mas-vendidos-slider ul .owl-dots {
  bottom: 30px;
  right: 10%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
  padding: 3px 5px;
  display: none !important;
}
#main-slider  .owl-prev:before,
#main-slider .owl-next:before,
#home-mas-vendidos-slider  .owl-prev:before,
#home-mas-vendidos-slider .owl-next:before {
  color: #e8e8e8;
  text-shadow: none;
  background: #C1C1C1;
  margin: 0;
  padding: 10px 5px;
  font-size: 26px;
}
#main-slider  .owl-prev:before,
#home-mas-vendidos-slider .owl-prev:before {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#main-slider  .owl-next:before,
#home-mas-vendidos-slider .owl-next:before {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* BANNER SOLO 1 IMAGEN */
.img-bannerSlider{ width: 100%; margin: 3px 0 17px; }
.img-bannerSlider img{ width: 100%; }



.peq {
    margin-top: 10px;
}
.peq .banner-item {
    margin-bottom: 18px;
}





/* MAIN-SLIDER - BANNER HTML ********/
.owl-full {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) no-repeat scroll center top / cover ;
    left: 0;
    padding-top: 100px;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 1;
}
.owl-full h2 {
    color: #fff;
    font-weight: bold;
    font-size: 3em;
    line-height: 1em;
    margin: -40px 0 20px 60%;
    max-width: 450px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 70%;
}
.owl-full p {
    color: #000;
    font-size: 1.18em;
    letter-spacing: 0.03em;
    line-height: 1.2em;
    margin: 0 0 20px 60%;
    max-width: 400px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 70%;
}
.owl-full .boton {
  background-color: rgba(255, 255, 255, 0.19);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 0 20px 60%;
  padding: 1em 1.4em;
  text-transform: uppercase;
  transition: background-color 0.2s ease 0s;
  display: none;
}
.owl-full .prod {
    position: absolute;
    right: 10%;
    top: 15%;
    width: 215px;
}
.owl-full .prod img {width: 100%;}


.owl-full h2, .owl-full p, .owl-full .boton {
    opacity: 0; 
    transform: translateX(-100px);
}
.active .owl-full h2, .active .owl-full p, .active .owl-full .boton {
    opacity: 1;
    transform: translateX(0px);
}
.active .owl-full h2 {
    transition: opacity 0.4s ease 0.2s, transform 0.5s ease 0.2s;
}
.active .owl-full p {
    transition: opacity 0.4s ease 0.3s, transform 0.5s ease 0.3s;
}
.active .owl-full .boton {
    transition: opacity 0.4s ease 0.4s, transform 0.5s ease 0.4s, background-color 0.2s ease 0s;
}

@media (max-width: 992px) {
    .owl-full {font-size: 0.9em}
.peq .banner-item {
    margin-bottom: 11px;
    float: right;
    width: 93.5% !important;
}
#main-slider ul {
    margin-left: 0;
    width: 107%;
}
}
@media (max-width: 767px) {
    .owl-full {font-size: 0.8em}
    .owl-full .prod {
    top: 26%;
    width: 28%;
}
.owl-full h2 {font-size: 2.2em}
.owl-full h2, .owl-full p {width: 46%}
.peq .banner-item, #main-slider ul {
    width: 100% !important;
}
}
@media (max-width: 479px) {
  .owl-full {font-size: 0.95em; padding-top: 25px; text-align: center;}
  .owl-full .boton {padding: 0.4em 0.8em;}
  .owl-full h2, .owl-full p {
    margin: 15px 10%;
    width: 80%;
  }
  .owl-full .prod {
    margin: 20px 22%;
    top: 48%;
    width: 36%;
  }
  .owl-full .boton {margin: 0 auto}

 }


/* BANNERS CENTER */
.b-center {margin-bottom: 20px}
.b-center .banner-item {margin-bottom: 28px}

@media (max-width: 479px) {
    .b-center .hidden-xs {display: block !important}
}


@media (max-width: 992px) {
    
}
@media (max-width: 767px) {  
}
@media (max-width: 479px) {
    
}




/**************************************************************************/
/*  RELATED OFERTAS  ******************************************************/
/**************************************************************************/
.related > h2 {
  font-size: 1.71em !important;
  border-bottom: 1px solid #F95F02;
  height: 21px;
  margin-bottom: 30px;
}
.related h2 span {
  position: relative;
  display: inline-block;
  height: 21px;
  margin: 0px;
  padding: 0 5px 0 0;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #FFF;
}
.related > h2:after {
  content: '';
  display: block;
  float: right;
  width: 4px;
  height: 4px;
  border: solid 1px #f95f02;
  outline: solid 4px #FFF;
  background: #EEE;
  position: relative;
  top: 18px;
}
#home-related-slider {padding: 0 1px 30px 15px}
#home-related-slider .PRODUCT_BOX:hover {
  border-color: #fe912e;
  box-shadow: 3px 3px 3px 0px #EEE;
}
#home-related-slider .box_image { }
#home-related-slider .hover_image { }


.related .owl-prev, .related .owl-next {
    background: transparent;
    font-size: 50px;
    line-height: 27px;
    width: 25px;
    height: auto;
    top: 25% !important;
    color: #008bd0;
}
.owl-prev:before {margin-left: 7px}
.owl-next:before {margin-right: 7px}

.related .PRODUCT_BOX .buttons_wrapper{
	display: none;
	float:left;
  margin: 15px 0 6px;
}
.related .PRODUCT_BOX:hover .buttons_wrapper{
	display:block;
}

.related .BUTTONBUY,
.related .BUTTONFAV {
  display: block;
  float: left;
}

.related .BUTTONBUY {
  margin-right: 5px;
  line-height: 18px;
}
.related .PRODUCT_BOX .article_container {
  padding-bottom: 20px;
  padding-top: 0 !important;
  overflow: hidden;
}

/* MAS VENDIDOS */
.related.mas-vendidos > ul {
    height: 388px;
    margin: -30px;
    overflow: hidden;
    padding: 30px;
}
.related.mas-vendidos > ul li {
  padding: 0 20px 0 0;
  height: 430px;
}
.related.mas-vendidos li:nth-child(3) {
  padding-right: 10px;
}
.related.mas-vendidos li:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.related.mas-vendidos .owl-carousel li:last-child {
  padding-left: 0;
}


.related.mas-vendidos .PRODUCT_BOX {
	min-height: 290px;
}

	
@media (max-width: 992px) {
	.related.mas-vendidos .PRODUCT_BOX {
		min-height: 262px;
	}
}
@media (max-width: 767px) {
	.related.mas-vendidos .PRODUCT_BOX {
		min-height: 290px;
	}
	.related.mas-vendidos > ul {margin: 0 0 0 -2% !important; width: 104% !important;}
}
@media (max-width: 320px) {
	.related.mas-vendidos .PRODUCT_BOX {
		min-height: 250px;
	}
}




@media (max-width: 767px) {
.related.mas-vendidos > ul {
    height: auto;
    margin: 0 0 0 -3%;
    overflow: visible;
    padding: 0;
    width: 106%;
}
.related.mas-vendidos > ul li {height: 320px !important}
.related.mas-vendidos .PRODUCT_BOX .box_image {height: 195px !important}
.PRODUCT_BOX .box_data h3 {
    min-height: auto !important;
}
.related.mas-vendidos .PRODUCT_BOX {
    margin-bottom: 22px;
}

}

@media (max-width: 479px) {
.related.mas-vendidos .PRODUCT_BOX .box_image {
    height: 110px !important;
}
.related.mas-vendidos .PRODUCT_BOX {height: 225px}
.related.mas-vendidos > ul li {height: 255px !important}
footer  {font-size: 0.9em}
}





/* DESTACADOS */
.related.destacados li {
  padding: 0;
  position: relative;
  height: 140px;
}
.related.destacados .PRODUCT_BOX {
    margin-bottom: 1px;
    min-height: 141px;
}
.related.destacados .PRODUCT_BOX:hover {
      z-index: 6;
}
.related .PRODUCT_BOX .article_container {
    overflow: hidden;
    padding: 5px 0 0 5px !important;
}

.related.destacados .PRODUCT_BOX .box_image, .related.destacados .PRODUCT_BOX .box_data {
  float: left;
  width: auto;
}
.related.destacados .PRODUCT_BOX .box_image {
    float: left;
    height: 100px;
    margin-left: -9px;
    position: relative;
    width: 46%;
}

.related.destacados .PRODUCT_BOX .box_image a {
  /*display: block;*/
}
.related.destacados .PRODUCT_BOX .box_data {
  margin: 0;
}
.related.destacados .PRODUCT_BOX .box_data h3 {
    font-size: 0.85em;
    height: auto;
    line-height: 1.3em;
    margin-top: 9px;
    min-height: auto;
}
.related.destacados .PRODUCT_BOX:hover {
    /*top: -1% !important;*/
}
.related.destacados li:first-child .PRODUCT_BOX:hover {
  top: 0;
}

.related.destacados .hover_image a {
  margin-top: 45px;
}

.related.mas-vendidos .PRODUCT_BOX .price,
.related.destacados .PRODUCT_BOX .price {
  display: none;
}

.related.mas-vendidos .PRODUCT_BOX .price_default,
.related.destacados .PRODUCT_BOX .price_default {
  color: #f95f02;
  display: inline-block;
}
.related.mas-vendidos .PRODUCT_BOX .tachado,
.related.destacados .PRODUCT_BOX .tachado {
  display: inline-block;
}

/**************************************************************************/
/*  RELATED ARTICLES ******************************************************/
/**************************************************************************/



@media (max-width: 1199px) {
.related.destacados .PRODUCT_BOX {
    min-height: 132px;
}
.related.destacados li {
    height: 131px;
}
}

@media (max-width: 1024px) {
  .related .banner-item {
    width: 100% !important;
  }
}



@media (max-width: 767px) {
  .related.mas-vendidos > ul li {
     padding: 0 15px;
  }
  .related.mas-vendidos li:nth-child(3) {
    padding-right: 15px;
  }
  
  .related.mas-vendidos li:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .related.mas-vendidos  .PRODUCT_BOX .box_image {
    height: 100px;
  }
  .related.destacados .PRODUCT_BOX .box_data h3 {
    max-width: 100% !important;
  }
}


@media (max-width: 479px) {
  .related.mas-vendidos > ul li {
    height: 290px;
     padding: 0 15px;
  }
  
  .related.destacados .PRODUCT_BOX:hover {
    width: 100% !important;
    left: 0%;
  }
  .related.mas-vendidos .PRODUCT_BOX .box_data h3 {
    font-size: 0.9em;
    height: 80px;
  }
  .related.destacados .PRODUCT_BOX .box_data h3 {
    height: 80px;
    font-size: 0.9em;
  }
  
  .related.destacados li {
    height: 157px;
  }
  
}

/**************************************************************************/
/*  CATEGORY  *************************************************************/
/**************************************************************************/
.Category section #body {
  padding-top: 30px;
}
.Category h1 {
  float: left;
  margin: 0 0 13px;
  padding-bottom: 2px;
  font-family: 'Ubuntu',sans-serif;
  font-size: 2.14em;
  font-weight: 400;  
	/*text-transform: uppercase;*/
	text-align: left;
}

.Category .listado {
  padding-top: 20px;
}
.Category .filtros {
  border-right: solid 2px #F1F1F1;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .Category section #body {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .Category h1 { margin-top: 20px; }
}
@media (max-width: 599px) {
  .Category h1 { float: none; margin-top: 0; }
  
}

/**************************************************************************/
/*  BREADCRUMB  ***********************************************************/
/**************************************************************************/
.breadcrumb, .back {
  font-size: 0.9em;
  margin: 12px 0 7px;
  padding: 0;
  text-transform: uppercase;
  width: auto !important;
  background: transparent;
}
.breadcrumb {
    border-bottom: 1px solid #ddd;
    float: left;
    margin: 5px 0 0;
    padding-bottom: 10px;
    width: 100% !important;
}
.breadcrumb a {color: #a0a0a0}
.breadcrumb > li:last-child a {color: #000; cursor: default; text-decoration: none !important;}
.breadcrumb > li + li:before {padding: 0 2px !important;}

@media (max-width: 767px) {
  .breadcrumb { 
    margin: 5px 0px 5px; 
    float: left;
  }
}


/* CATEGORY_TREE (menu categorias) / MENU_TREE (menu usuario y content) **************************/

.aside_button {
    background: #4f4d58 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    float: left;
    letter-spacing: 0.05em;
    margin: -4px 0 20px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    z-index: 3;
    display: block;
}
.aside_button:before {content: "\f126"}
.aside_button.collapsed:before {content: "\f123"}
.aside_button:before {
    float: right;
    font-family: "Ionicons";
    font-size: 14px;
    width: 17px;
}




.category_tree, .menu_tree {
    /*margin-bottom: 40px;*/
}
.menu_tree {
  margin-top: 40px;
}
.category_tree {
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.category_tree ul, .menu_tree ul, .filter_tree ul {
    padding: 5px 0 7px;
}

.category_tree ul a:before, .menu_tree ul a:before {content: "\e00e"}
.category_tree ul a:before, .menu_tree ul a:before  {
  color: #008bd0;
  display: block;
  float: left;
  font-family: "E3Interface";
  font-size: 1.42em;
  margin: 2px 3px 0 -5px;
  line-height: 17px;
}

.category_tree ul a:before {
  display: none;
}
.category_tree ul > li > a, .menu_tree ul > li > a {
  color: #000;
  display: inline-block;
  font-size: 0.95em;
  padding: 3px;
  width: auto;
}
.category_tree ul a:hover, .menu_tree ul a:hover { color: #FF7E00; }


/* H5 */
.category_tree h5, .filter_tree h5  {
  color: #9c9b9b;
  font-family: 'Ubuntu',sans-serif;
  font-size: 1.35em;
  font-weight: 300;
  height: 35px;
  line-height: 35px;
  padding: 0px;
  /*text-transform: uppercase;*/
  width: 100%;
  margin: 0;
}
.filter_tree h5 {
  
}
.category_tree h5:before, .filter_tree h5:before {content: "\e01b"}
.category_tree h5:before, .filter_tree h5:before {
    font-family: 'E3Interface';
    float: right;
}
.category_tree h5:before,
.filter_tree h5:before {
  display: none;
}


.category_tree .category-box  h5 {
  margin-top: 0;
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  line-height: inherit;
  height: auto;
}

.category_tree .category-box ul {
  padding: 5px 0 0;
}

.User .menu_tree h5 {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 3px double #e3e3e3;
    color: #008BD0;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 12px 15px;
}
.User .menu_tree h5 span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}


@media (max-width: 767px) {
  .menu_tree{
    margin-top: 0;
  }
  .filter_tree {margin-bottom: 10px !important}
  .filter_tree .accordion:last-child {
    border: 0 none;
}
.Category .filtros {
    background: #eee none repeat scroll 0 0;
    margin: -14px 0 14px;
    padding: 0 22px;
}
}


/* FILTER_TREE - MENU FILTROS **************************/
.filter_tree {
    float: left;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
}
.filter_tree > div {
    float: left;
    width: 100%;
}
.filter_tree .accordion {
    border-bottom: 1px solid #C1C1C1;
    float: left;
    padding: 7px 0px;
    width: 100%;
}

.slider-selection {
    background: #a9acad;
}

.expandcollapse {
    color: #b7b7b7;
    float: right;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: -21px;
}
.expandcollapse i {
    float: left;
    font-size: 0.85em;
    margin: 1px 5px 0 0;
}

.filter_title {
    color: #000 !important;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.07em;
    font-weight: 500;
    line-height: 32px;
    padding: 2px 0 0;
    position: relative;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
    width: 100%;
}
.filter_title:before {content: "\f209"}
.filter_title::before {
  background-clip: padding-box;
  color: #CECECE;
  border: solid 1px #CECECE;
  border-radius: 3px;
  display: block;
  float: right;
  font-family: "Ionicons";
  font-size: 0.7em;
  font-weight: 700;
  line-height: 12px;
  margin: 8px 0 0;
  text-align: center !important;
  width: 15px;
  height: 15px;
}
.filter_title.collapsed:before {content: "\f218"; padding-bottom: 14px;}

.filter_area {
    float: left;
    padding: 10px 0;
}
.filter_area a img {display: none !important}
.filter_area a {
  clear: left;
  color: #000;
  cursor: pointer;
  float: left;
  font-size: 0.95em;
  padding: 1px 5px;
  position: relative;
  text-decoration: none !important;
}
.filter_area a:before {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #848484;
  content: "";
  display: block;
  float: left;
  margin: 5px 10px 0 0;
  position: relative;
  width: 10px;
  height: 10px;
}
.filter_area a:hover, .filter_area a.checked {color: #FF7E00; font-weight: 500;}
.filter_area a.checked:before {
    background: none repeat scroll 0 0 #FC6C16;
    border-color: #848484;
}

.filter_area label {
  text-transform: Capitalize;
  color: #000;
  font-size: 1em;
}
/* SLIDER RANGO PRECIOS:
ver custom/priceslider.css */


/* FILTRO: TALLE */
#filter-1 .filter_area li {float: left;}
#filter-1 .filter_area a {
    border: 1px solid #bababa;
    float: left !important;
    height: 26px;
    line-height: 22px;
    margin: 0 9px 9px 0;
    min-width: 28px;
    text-align: center;
}
#filter-1 .filter_area a:before {display: none !important}

#filter-1 .filter_area a:hover,
#filter-1 .filter_area a.checked {color: #008BD0; background: #eee; border-color: #008BD0}


/* FILTRO: COLOR */
#filter-2 .filter_area li {float: left;}

#filter-2 .filter_area a {padding: 0}
#filter-2 .filter_area a img {
    border: 1px solid #ddd;
    display: block !important;
    margin: 0 6px 6px 0;
    padding: 1px;
    width: 36px;
}
#filter-2 .filter_area span,
#filter-2 .filter_area a:before {display: none !important}

#filter-2 .filter_area .checked img {border-color: #D0080F}






/* BANNERS-LEFT  **************************/
.b-left .banner-item {margin-bottom: 20px;}






/* BROWSE_AREA **************************/
.browse_area, .product_list, .filter_applied {float: left; width: 100%;}
    
.browse_area {
  height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 22px !important;
  border-bottom: 1px solid #DBDBDB;
}
.browse_area_shadow {
}
.browse_area_shadow::before {
}
.browse_area2 {
    border-bottom: 0 none;
    border-top: 1px solid #dbdbdb;
    position: relative;
    top: -25px;
}
.browse_area a:hover {text-decoration: none !important}

.browse_area h5 {
    display: inline-block;
    font-size: 0.9em;
    margin: 6px 6px 0;
    width: auto !important;
    font-weight: 600;
}


.view_wrapper, .pagination_wrapper, .order_wrapper, .code_wrapper {margin: 6px 0}

.pagination_wrapper { text-align: left; }


/* View */
.view { display: none; }
.view_grid, .view_list {}

.view_wrapper {  }
.view_wrapper a {
    display: inline-block;
    width: 22px;
    height: 21px;
    margin-right: 1px;
    color: #a2a2a2;
    font-family: "Ionicons";
    font-size: 2em;
    text-align: center;
    line-height: 25px;
}
.view_wrapper a:before {}
.view_grid:before {content: "\f13f"}
.view_list:before {content: "\f20d"}

.view_wrapper a.active {color: #008bd0;}


/* search code */
.search_code {
  
}


/* Pagination */
.pagination {
  margin: 0;
}
.pagination a {
  color: #000;
  cursor: pointer;
  /*float: left;*/
  font-size: 13px !important;
  padding: 8px 5px;
}
.pagination a:hover {color: #008bd0;}
.pagination .current {
    background: none repeat scroll 0 0 #F3F3F3;
    background-clip: padding-box;
    border-radius: 0px;
    /*color: #fff !important;*/
}

.pagination .p-first, .pagination .p-last,
.pagination .p-prev, .pagination .p-next {
    font-family: 'E3Interface';
    position: relative;
    padding: 0 !important;
    font-size: 15px !important;
}
.pagination .p-first, .pagination .p-last {opacity: 0.7; display: none;}
.pagination .p-prev, .pagination .p-next {}

.pagination .p-first:before {content: "\e02e";}
.pagination .p-last:before {content: "\e02f";}
.pagination .p-prev:before {content: "\e019";}
.pagination .p-next:before {content: "\e00e";}




/* Order */
.order {
  padding-right: 0;
  text-align: right;
}
.order h5 {
  
}

.order .customselect {display: inline-block;}
.order select {
    background: #F3F3F3;
    border-color: #fff;
    box-shadow: none;
    display: inline-block;
    font-size: 0.9em;
    height: 28px;
    min-width: 150px;
    padding: 0 10px;
}
@media (min-width: 768px) {
  .pagination {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
    .browse_area {height: auto; /*padding: 2px 10px 6px;*/}
}
@media (max-width: 479px) {
    .order select, .order .customselect {width: 100%}
    .view, .pagination, .order, .SEARCH_CODE { margin: 0; padding: 0 !important; }
}


/* filter_applied */
.filter_applied {
    float: left;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.filter_applied li {
    display: inline-block;
}
.filter_applied a {
  background: #FFF;
  border-radius: 3px;
  color: #FC6C16;
  cursor: pointer;
  font-size: 0.95em;
  margin: 0 10px 0 0;
  padding: 4px 10px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}
.filter_applied a:before {content: ""}
.filter_applied a:before {
  background: none repeat scroll 0 0 #FC6C16;
  border: 1px solid #848484;
  color: #FC6C16;
  font-family: "Ionicons";
  font-size: 11px;
  margin-right: 5px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.filter_applied a:hover {
   
}

/****************************************************************/
/*  PRODUCT  ****************************************************/
/****************************************************************/

.Product .breadcrumb {
    float: right;
    margin: 40px 0 5px;
}
.Product .back {
  display: none;
}
.back {
    color: #a0a0a0;
    cursor: pointer;
    float: right;
    text-decoration: none !important;
	margin: 25px;
}
.back:before {content: "\e019"}
.back:before {font-family: "E3Interface";}

.line {
    background: none repeat scroll 0 0 #000;
    float: left;
    height: 3px;
    margin: 5px 0 50px;
    width: 100%;
}

@media (max-width: 767px) {
  .back {float: left}
  
  .Product .breadcrumb {
    margin: 20px 0 5px;
  }
}



/* GALLERY  **************************/
.GALLERY {
  
}
.GALLERY .badges {
  top: 10px;
}
#g_image, .g_image {
    border: 4px solid #e8e8e8;
    border-radius: 4px;
    float: left;
    margin-bottom: 11px;
    padding: 5px;
    width: 100%;
    text-align: center;
}
.g_image {
  clear: both;
}

#g_image img,
.g_image img {width: 100% !important; height: auto !important}



#g_thumbs_wrapper {
	float: left;
  width: 100%;
  border: 1px solid #D4D4D4;
  border-top: 0;
  padding: 0 15px 15px;
}
#g_thumbs, .g_thumbs {
  margin-top: 5px;
}
#g_thumbs a, .g_thumbs a {
    border: 1px solid #dcdcdc;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 52px;
    text-align: center;
    position: relative;
}
.g_thumbs a:last-child {
  margin-right: 0;
}
#g_thumbs .active, #g_thumbs a:hover,
.g_thumbs .active, .g_thumbs a:hover  {border-color: #008bd0 !important;}
 
#g_thumbs img, .g_thumbs img {
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#g_button {
  border: 1px solid #dcdcdc;
	color: #9a9a9a;
  float: right;
  font-size: 11px;
  line-height: 0.9em;
  margin: 27px 0 0;
  text-decoration: none !important;
  width: 30px;
	height: 30px;
	background: #F5F5F5;
	text-align: center;
}
#g_button:before {content: "\e040"}
#g_button:before {
    display: block;
    font-family: "E3Interface";
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 0 5px;
    text-indent: 0;
    width: 26px;
}
#g_button:hover {color: #008bd0}

#g_button span { display: none; }


.gallery-listado-popup .close-btn {
  float:right;
  font-size: 1.8em;
  color: #000;
  line-height: 10px;
  height: 20px;
  cursor: pointer;
}
.gallery-listado-popup .close-btn:hover {
  color: #FF793B;
}
.gallery-listado-popup .close-btn:before {
  content: '\f12a';
}
.gallery-listado-popup .close-btn:before {
  font-family: 'Ionicons';
  font-size: 18px;
  width: 20px;
  height: 20px;
}
.gallery-listado-popup {
  position: absolute;
  bottom: 3px;
  right: 3px;
  
}
.gallery-listado-popup a.trigger {
  position: relative;
  top: 0;
  right: 5px;
  color: #BEBEBE;
  font-size: 1.25em;
}
.gallery-listado-popup .popup {
  position: absolute;
  display: none;
  width: 320px;
  padding: 10px;
  border: 1px solid #CCC;
  z-index: 999;
  top: -80px;
  left: -380px;
  background: #FFF;
}

.gallery-listado-popup .g_image img {
  width: auto !important;
  height: 120px !Important;
}
@media (max-width: 767px) {
    #g_image {width: 100%}
    #g_thumbs {width: 92%}
    #g_button {margin-right: 0}
}
@media (max-width: 599px) {
  .gallery-listado-popup .popup {
    top: -150px;
    left: -300px;
   }
}
@media (max-width: 479px) {
  .GALLERY { margin-bottom: 25px; }
  .gallery-listado-popup {display: none;}

}




/* PRODUCTAREA ***********************/
.PRODUCTAREA {
    margin: 0px 0 90px;
}
.PRODUCTAREA h1 {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.71em;
    margin: 0 0 12px;
    font-weight: 700;
    border-top: 3px solid #008bcf;
    padding-top: 25px;
    text-transform: uppercase;
}
.PRODUCTAREA .short_desc {
    font-size: 17px;
    margin-bottom: 20px;
}
.PRODUCTAREA .long_desc {}

.PRODUCTAREA .long_desc img {
    max-width: 100%;
    height: auto !important;
}

.PRODUCTAREA .buttons_wrapper {
    clear: left;
    float: left;
    width: 100%;
    max-width: 100%;
    font-family: 'Ubuntu',sans-serif;
    font-size: 15px !important;
    margin: 15px 0 0;
    text-transform: uppercase;
    line-height: 30px !important;
}
.PRODUCTAREA .buttons_wrapper a {
  text-decoration: none !important; 
}

.PRODUCTAREA .buttons_wrapper .socialshare a::before {
  background: #969696;
}
.PRODUCTAREA .buttons_wrapper .socialshare a:hover:before {
 background: #008bd0;
}
.PRODUCTAREA .BUTTONBUY {
  color: #fff !important;
  float: right;	
  padding: 0px 25px;
  text-transform: uppercase;
  width: auto;
	height: 40px;
  text-decoration: none !important;
  border-radius: 3px;
  margin: 5px 0 0;
}
.PRODUCTAREA .BUTTONBUY span {
	display: inline-block;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 27px;
  margin-top: 5px;
  float: left;
}
.PRODUCTAREA .BUTTONBUY:before {
  margin-right: 10px;
	line-height: 10px !important;
	position: relative;
	top: -3px;
	font-size: 26px;
	float: left;
	line-height: 45px !important;
}
.PRODUCTAREA .BUTTONBUY:hover {background: #008bd0; color: #000;}

.PRODUCTAREA .BUTTONFAV,
.PRODUCTAREA .BUTTONCOMPARE,
.PRODUCTAREA .BUTTONASK {
    color: #747474;
    float: left;
    transition: none;
}
.PRODUCTAREA .BUTTONASK span {
  font-size: 0.8em;
}
.PRODUCTAREA .BUTTONFAV {
  margin-right: 0px;
}
.PRODUCTAREA .BUTTONCOMPARE {
  padding-right: 5px;
  border-right: solid 1px #747474;
}
.PRODUCTAREA .BUTTONFAV:before,
.PRODUCTAREA .BUTTONCOMPARE:before,
.PRODUCTAREA .BUTTONASK:before {
    color: #747474;
    float: left;
    font-size: 22px;
    margin: 7px 5px 0;
}
.PRODUCTAREA .BUTTONFAV:hover, .PRODUCTAREA .BUTTONFAV:hover:before,
.PRODUCTAREA .BUTTONCOMPARE:hover, .PRODUCTAREA .BUTTONCOMPARE:hover:before,
.PRODUCTAREA .BUTTONASK:hover, .PRODUCTAREA .BUTTONASK:hover:before {
  color: #666 !important;
  }

.action_wrapper {
  border-top: 3px solid #008bcf;
  border-bottom: 3px solid #008bcf;
  overflow: hidden;
  padding: 25px 0;
}

.PRODUCTAREA .codeid {
  float: right;
  margin-left: 40px;
}

.PRODUCTAREA .action_wrapper {
  clear: both;
}

.QUANTITY {
  float: right;
  margin: 10px 30px 0;
}
.QUANTITY span {
    float: left;
    font-size: 1em;
    margin: 5px 10px 0 0;
    font-weight: 500;
    color: #000;
}
.QUANTITY input { }
.QUANTITY .input-group {float: left}



.PRODUCTAREA .price_wrapper {
    float: left;
    clear: left;
    font-size: 1.9em;
    width: auto;
}
.PRODUCTAREA .price {
    color: #000;
    display: inline-block;
    line-height: 14px;
}


/* select options */
.PRODUCTAREA .item-options {
    float: left;
    width: 50%;
}
.PRODUCTAREA .item-options span {
    display: none;
}
.PRODUCTAREA .item-options select {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 30px;
    padding: 0 10px;
}

@media (max-width: 1199px) {
}
@media (max-width: 992px) {
}
@media (min-width: 768px) and (max-width:992px) {
  .PRODUCTAREA .QUANTITY span {
    display: none;
  }
}

@media (max-width: 767px) {
}
@media (max-width: 479px) {
  .PRODUCTAREA {
    margin-bottom: 35px;
  }
  .PRODUCTAREA .QUANTITY {
    position: relative;
    top: -100px;
    right: -25px;
  }
  
  .PRODUCTAREA .BUTTONBUY {
    width: 100%;
    margin-top: 15px;
  }
  
  
}



/* NONAVAILABLE */
.PRODUCTAREA .nonavailable .price { color: #000 !important; opacity: 1;}
.PRODUCTAREA .BUTTONBUY.nonavailable:before { display: none; }
.PRODUCTAREA .BUTTONBUY.nonavailable {
  background: none repeat scroll 0 0 #ccc;
  opacity: 1;
  padding-top: 0;
}


/**************************************************************************/
/*  BOX PRODUCTO LISTADO  *************************************************/
/**************************************************************************/
.product_list {
  margin-bottom: 30px;
}
.box-listado {}
.box-listado article {
  height:  auto;
  /*margin: 3px 0px;*/
  border: 0;
}
.box-listado div[class*='col-']  {
  /*padding: 0;*/
}
.box-listado  article.PRODUCT_BOX {
  border: 1px solid transparent;
}
.box-listado article.PRODUCT_BOX:hover {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #fe912e;
    box-shadow: none;
    left: auto !important;
    padding: 10px !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
}
.box-listado:nth-child(even) {
  background: #F3F3F3;
}

.box-listado article.PRODUCT_BOX .box_data h3 {
    border: 0 none;
    font-size: 1em !important;
    height: auto !important;
    margin-top: 10px;
    min-height: 0;
    padding-top: 0;
    text-align: left;
}

.box-listado article .price_wrapper,
.box-listado article .iva_wrapper {
  /*font-size: 1.1em;*/
  display: block;
  margin-top: 10px;
}
.box-listado article .buttons_additional {
  float: right;
  margin-top: 10px;
}
.box-listado article .BUTTONBUY:before {
    /*font-size: 30px;*/
}
.box-listado article .buttons_wrapper {
  float: right;
}

.box-listado .box_image {
    float: left;
    /*width: 20%;*/
    height: 80px;
}

.box-listado .box_data {
    float: left;
    padding: 0px;
}

.box-listado .box_image .hover_image {
  text-align: center;
  bottom: 0px;
  height: auto !important;
}

.box-listado .box_image .hover_image a {
  width: 100%;
  height: 100%;
  text-align: center;
}

.box-listado .box_image:hover .hover_image {
    display: block;
}

.box-listado .QUANTITY,
.box-listado .BUTTONBUY,
.box-listado .BUTTONFAV {
  float: left;
  margin: 5px 10px 0 0;
}

/****************************************************************/
/*  BOX PRODUCTO GRILLA *****************************************/
/****************************************************************/
.header_product_list {
  background: #969696;
  border-top: solid 1px #F96002;
  color: #FFF;
  height: 38px;
  font-size: 1.1em;
  font-weight: 600;
}
.header_product_list li {
  padding-top: 6px;
}
.product_list article { /*height: 330px;*/ /*padding: 0px;*/ }

.product_list .row {
  margin-left: 0;
  margin-right: 0;
}
.product_list ul > li {
  padding: 0px;
}

@media (min-width: 993px) {
  
}
@media (min-width: 768px) and (max-width: 992px) {
  
}

@media (min-width: 480px) and (max-width: 767px) {
  .box-listado .PRODUCT_BOX .box_data,
  .box-listado .PRODUCT_BOX .iva_wrapper  {
    padding: 10px 0;
  }
  .box-listado .PRODUCT_BOX .QUANTITY {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
    .box-listado .PRODUCT_BOX > div:nth-child(1) > div:nth-child(1) {
      padding: 0;
    }
    .box-listado .PRODUCT_BOX > div:nth-child(1) > div:nth-child(2) {
      padding: 0 0 0 5px;
    }
    .box-listado .PRODUCT_BOX > div:nth-child(2),
    .box-listado .PRODUCT_BOX > div:nth-child(3)    {
      padding: 0;
    }
}

@media (max-width: 767px) {
    .Category .listado, .Category .filtros {padding-top: 0}
  .Category h1 {
    font-size: 1.8em;
    padding: 15px 0 10px;
}
.category_tree h5, .filter_tree h5 {display: none;}
}

@media (max-width: 479px) {
  .box-listado .PRODUCT_BOX .price_wrapper, .box-listado .PRODUCT_BOX .iva_wrapper  {
    padding: 10px 0px 30px;
    overflow: hidden;
    line-height: 14px;
    font-size: 1.12em;
  }
  .box-listado .price_wrapper {
    margin: 0 0 0 15px !important;
    padding: 10px 0 5px !important;
}
.box-listado .price_wrapper > div {
    float: left;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
}
}

/*******************************************************/
/*  VALORACION *****************************************/
/*******************************************************/
.valoracion {
    clear: left;
    float: left;
    line-height: 20px;
    margin-bottom: 25px;
    width: 100%;
    font-family: 'Ubuntu',sans-serif;
}
.PRODUCTAREA .valoracion {
  float: right;
  width: auto;
  clear: none;
}
.stars_off {
    float: left;
    font-family: "Ionicons";
    font-size: 1.2em;
    height: 19px;
    letter-spacing: 0.06em;
    margin-right: 8px;
    position: relative;
    width: 80px !important;
}
.stars_on {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 0%;
}
.stars_on:before, .stars_off:before {content: "\f2fc \f2fc \f2fc \f2fc \f2fc "}
.stars_on:before, .stars_off:before {
    height: 100%;
    position: absolute;
    width: 100%;
}
.stars_off:before {color: #d8d8d8;}
.stars_on:before {color:#f2cd00;}

.rank {
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-indent: 1000px;
}
.comments {color: #bbb; text-transform: uppercase;}
.comments span {color: #008BD0}






/*****************************************/
/*  PHONE  *******************************/
/*****************************************/
.phone {
    color: #000 !important;
    font-family: "Ubuntu",sans-serif;
    font-size: 2em;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
}
.phone:before {content: "\e017";}
.phone:before {
  font-family: "E3Interface";
  margin-right: 7px;
  font-size: 1.4em;
    float: left;
  margin-left: -5px;
}
.phone span {
    font-size: 0.7em;
    font-weight: lighter;
    letter-spacing: -0.06em;
         float: left;
  margin-right: 7px;
}
@media (max-width:1199px){
  .phone:before{
    font-size: 35px;
    margin-left: -3px
  }
  .phone{
    font-size: 1.7em;
  }
}
@media (max-width:767px){
  .phone:before{
    width:100%;
    margin-bottom:10px;
  }
  footer .main ul.socialshare{
    margin-top: 5px;
  }
}


/*****************************************/
/*  SOCIALSHARE  *************************/
/*****************************************/
.socialshare {
  margin-top: 20px;
}
.socialshare li {
  margin-bottom: 7px;
}
.socialshare a {
  display: inline-block !important;
  width: auto !important;
  color: #02C7F2 !important;
  font-size: 1.2em !important;
  font-weight: 400 !important;
  margin: 5 5px 0 0 !important;
  padding: 0;
  text-decoration: none !important;
}
.socialshare a:before {
  font-family: 'E3Interface';
  background: #02C7F2 none repeat scroll 0% 0%;
  border-radius: 25px;
  font-size: .9em;
  padding: 8px;
  color: #FFF;
  margin: 0px 8px;
  line-height: 35px;
  text-align: center;
}
.socialshare a:hover {
  color: #FF7E00 !important;
}
.socialshare a:hover:before {
  background: #FF7E00;
}

.socialshare .s-facebook:before {content: "\e03b"}
.socialshare .s-twitter:before {content: "\e097"}
.socialshare .s-linkedin:before {content: "\e052"}
.socialshare .s-youtube:before {content: "\e0aq"}
.socialshare .s-googleplus:before {content: "\e042"}
.socialshare .s-pinterest:before {content: "\e08c"}
.socialshare .s-instagram:before {content: "\e04d"}
.socialshare .s-email:before {content: "\e006"}





/* SPINNER - CANTIDAD (Flechitas + y -) */
.spinner {
  /*width: 54px;*/
  width: 30px;
}
.spinner input {
  text-align: center;
  padding: 0 3px;
  height: 25px;
  border-color: #C9C9C9 !important;
}
.sp-buttons {
  position: relative;
  white-space: nowrap;
  width: 21px;
  vertical-align: middle;
  display: table-cell;
  border: solid 1px #c9c9c9 !important;
  border-left: 0 !important;
  
  display: none;
}
.sp-buttons > .btn {
  background-clip: padding-box;
  border-radius: 0;
  display: block;
  float: none;
  height: 15px;
  padding: 0;
  position: relative;
  width: 100%;
}
.sp-buttons > .btn:first-child {border-top-right-radius: 2px;}
.sp-buttons > .btn:last-child {border-bottom-right-radius: 2px; margin-top: -2px;}

.sp-buttons > .btn:before {
    font-family: "E3Interface";
    text-align: center;
    line-height: 0;
    float: left;
    margin-top: 1px;
    font-size: 13px;
}
.sp-up:before {content: "\e00a"}
.sp-down:before {content: "\e004"}




/* PRODUCT-TABS ****/
.product-tabs .nav-tabs {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  width: 100%;
  margin: 50px 0 0;
}
.product-tabs .nav-tabs > li {
  /*width: 25%;*/
  margin: 0 4px -1px 0;
}
.product-tabs .nav-tabs > li > a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  border: 0;
  border-top: 3px solid #cfcfcf;
  border-radius: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.21em;
	font-weight: 400;
  color: #000;
  text-decoration: none !important;
  text-align: center;
  transition: none;
}

.product-tabs .nav-tabs > li a:before {
  font-family: "Ionicons";
  color: #FFF;
  font-size: 2em;
  position: relative;
  top: 5px;
  line-height: 0px;
  padding: 0px 10px 0px 0px;
  display: none;
}
.product-tabs .nav-tabs > li:nth-child(1) a:before {
 content: '\f453';
}
.product-tabs .nav-tabs > li:nth-child(2) a:before {
 content: '\f43d';
}
.product-tabs .nav-tabs > li:nth-child(3) a:before {
 content: '\f3f9';
}
.product-tabs .nav-tabs > li:nth-child(4) a:before {
  content: '\f445';
}

.product-tabs .nav-tabs > li.active > a, 
.product-tabs .nav-tabs > li.active > a:focus, 
.product-tabs .nav-tabs > li.active > a:hover {
  border-top: 3px solid #f95f02;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #FFF;
}
.product-tabs .nav-tabs > li:hover > a {

}


.product-tabs .tab-content {
  float: left;
  padding: 30px 0;
  width: 100%;
  /*min-height: 350px;*/
  height: auto;
  margin-bottom: 50px;
}

.product-tabs .tab-pane .campo-block{
    padding-top: 15px;
}
.product-tabs .tab-pane h5 {
    color: #008BD0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2em;
}
.product-tabs .tab-pane h5 i {
    display: block;
    font-size: 1.4em;
}
.product-tabs .tab-pane label {font-size: 13px}





@media (max-width: 767px) {
  .product-tabs .tab-content {
    
  }
}
@media (max-width: 479px) {
    .product-tabs .nav-tabs { }
    .product-tabs .nav-tabs > li {
      width: 100%;
      border-right: 0;
      border-bottom: solid 1px #FFF;
      margin-bottom: 0;
    }
    .product-tabs .nav-tabs > li > a {
      text-align: center;
    }
    .product-tabs .tab-content {
      padding: 10px;
    }
}
@media (max-width: 320px) {
  .product-tabs .tab-content {
    padding-top: 10px;
  }
}



/* RELATED *******/
/* PAGINA DESCRIPCION DEL PRODUCTO, BOX RELATED
body class product, col class related */
.Product .related article {
  width: 85%;
  margin-left: 5%;
}
.Product .related h2 {
  background: transparent;
}
.Product .related .badges {
  display: none;
}
.Product .related .PRODUCT_BOX {
    font-size: 0.9em;
    height: auto;
}
.Product .related .PRODUCT_BOX .box_image {
  float: left;
  width: 40%;
  height: auto;
  margin: 0 auto;
	/*padding: 10px;*/
}
.Product .related .PRODUCT_BOX .box_image .badges  {
  position: absolute;
  top: 0;
}
.Product .related .PRODUCT_BOX hr {
	display:none;
}
.Product .related .hover_image {
    display: none;
}
.Product .related .PRODUCT_BOX .box_data {
	width: 60%;
	margin: 15px auto;
	float: left;
}
.Product .related .buttons_wrapper {
  width: 35px;
  min-width: 35px;
}
.Product .related .price_wrapper {
  margin: 0 auto;
  text-align: left;
  float: left;
}
.Product .related .price_wrapper .price {
	font-size: 14px;
	font-weight: 700;
}
.Product .related .box_data h3 {
  border-bottom: 1px solid #e1e0e0;
  margin: 0 0 10px;
  padding: 0 0 5px;
  text-align: left;
	height: 50px;
}

.Product .related .box_data .codeid {
	display: none;
}

.Product .related .PRODUCT_BOX .buttons_additional {
  display: none;
}


/****************************************************************/
/*  USER  *******************************************************/
/****************************************************************/

.User .menu_tree {width: 90%}
.user_wrapper {
    -webkit-box-shadow: -4px 0 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 0 3px -3px rgba(0, 0, 0, 0.1);
    float: left;
    padding-left: 3%;
    width: 100%;
}
@media (max-width: 767px) {
    .User .menu_tree {width: 100%}
    .user_wrapper {
        -webkit-box-shadow: none; 
        box-shadow: none; 
        padding-left: 0;}
}


.user_wrapper > h3 {
    background: none repeat scroll 0 0 #FF793B;
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 27px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Ubuntu',sans-serif;
}
.user_wrapper > h3::before {
    color: #fff;
    float: left;
    font-family: "E3interface";
    font-size: 22px;
    line-height: 32px;
    margin: 0 8px;
}

.user_wrapper form {float: left; width: 100%;}




/* menu_tree parte II  ******************************/
.User .menu_tree ul > li > a:before {
  float: left;
  font-family: "E3Interface";
  font-size: 17px;
  margin: 1px 0 0;
  text-decoration: none !important;
}

.u-data:before {content: "\e087"}
.u-favs:before {content: "\e045"}
.u-orders:before {content: "\e015"}
.u-logout:before {content: "\e081"}
.u-pass:before {content: "\e055"}




/*****************************************************/
/* FAVORITOS *****************************************/
/*****************************************************/
.itemFav {
    float: left;
    margin-bottom: 15px;
    padding-left: 38px;
    position: relative;
    width: 100%;
}
.quit_bar a {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    border: 2px solid #c9c9c9;
    background-clip: padding-box;
    border-radius: 24px;
    color: #888;
    display: block;
    font-size: 15px;
    height: 23px;
    line-height: 19px;
    text-align: center;
    width: 23px;
    text-decoration: none !important;
}
.quit_bar a:before {content:"\e02b"}
.quit_bar a:before {
    font-family: "E3Interface";
    text-align: center;
}
.quit_bar a:hover {color: #0075BB; border-color: #0075BB;}

.Favs #product_list li {
  
}

.Favs .PRODUCT_BOX {
  float: right;
  margin: 0;
}
.Favs .PRODUCT_BOX:hover {
  border-radius: 0px;
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  padding: 0 !important;
}
.Favs .box_image {
    float: right;
    height: 130px;
    width: 30%;
}
.Favs .box_data {
    float: left;
    width: 70%;
    padding: 20px;
}
.Favs .box_data h3 {
    border: 0 none;
    font-size: 1.1em;
    margin: 0 0 7px;
    text-align: left;
    height: auto;
}
.Favs .box_data .price_wrapper {
    margin-bottom: 15px;
    text-align: left;
}
.Favs .buttons_wrapper {
    border: 0 none;
    height: auto;
}
.Favs .buttons_wrapper a {
    border-radius: 3px;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1em;
    height: 27px;
    line-height: 24px;
    margin-bottom: 6px;
    margin-right: 10px;
    padding: 0 18px;
    text-decoration: none !important;
    width: auto !important;
}
.Favs .buttons_wrapper a.buttoninfo {
    background: none repeat scroll 0 0 padding-box #f9f9f9;
    border: 1px solid #ddd;
    color: #999; 
}
.Favs .BUTTONBUY { /*color: #000 !important; */}
.Favs .BUTTONBUY:before {display: none;}

.Favs .buttons_wrapper a.buttoninfo:hover {
	
	background: #ccc; color: #000;
	
}

/***************** FAVO ***********************/
/*
.Favs .buttons_wrapper {
    width: inherit;
    max-width: none;
    min-width: none;
}

.Favs .box_data {
    margin: 0px;
}

.Favs .box_data .price_wrapper {
    font-size: 1.3em;
}

.Favs.User .PRODUCT_BOX .box_data h3 {
    font-size: 1.3em;
    padding: 1px 0px;
    height: inherit;
    min-height: 45px;
}
*/
@media (max-width: 479px) {

    .Favs .PRODUCT_BOX {font-size: 0.9em; }
    .Favs .PRODUCT_BOX:hover {
      width: 100%;
    }
    
    .Favs .box_image {
        float: none;
        height: 119px;
        margin: 0 auto;
        width: 70%;
    }
    .Favs .box_data {width: 100%;}
}





/*****************************************************/
/* REGISTER ******************************************/
/*****************************************************/

.Register section .container {margin-top: 30px;}

.login_wrapper {
    background: #f4f4f4;
    border: 1px solid #d5d5d5;
    background-clip: padding-box;
    border-radius: 2px;
    margin-top: 10px;
    min-height: 143px;
    padding: 13px 20px 26px;
    position: relative;
    text-align: center;
    color: #444;
}
.login_wrapper span {
    color: #000;
    display: block;
    font-size: 1.4em;
    font-weight: 200;
    margin-top: 5px;
}
.login_wrapper:before {
    background: #ccc;
    border: 2px solid #fff;
    background-clip: padding-box;
    border-radius: 44px;
    color: #fff;
    display: block;
    font-family: "E3interface" !important;
    font-size: 23px !important;
    height: 44px;
    left: 50%;
    line-height: 38px;
    margin-left: -22px;
    padding: 0 !important;
    position: absolute !important;
    text-align: center;
    top: -22px;
    width: 44px;
}
.login_wrapper > h3 {
    color: #000;
    font-size: 1.6em;
    font-family: 'Ubuntu',sans-serif;
}

.Register .login_wrapper:before {content: "\e055"}
#checkout-step-login .login_wrapper:before {content: "\e086"}

.Register .login_wrapper {margin-bottom: 50px}
.Register .forget {font-size: 1em !important}






/*****************************************************/
/* CONTENT *******************************************/
/*****************************************************/
.User h1, .Content h1 {
  font-size: 1.57em !important;
  height: 48px;
  /*background: transparent url("/Content/templates/base/images/sombra_destacados_home.png") no-repeat scroll center bottom;*/
}
.User h1 span, .Content h1 span {
  display: block;
  font-family: 'Ubuntu',sans-serif;
  font-weight: 400;
  margin: 20px 0px;
  padding: 5px 0px;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  color: #FF793B;
  /*text-transform: uppercase;*/
}

.User .btn-default {
  border-radius: 2px;
}
.Content .short_desc p {
    color: #000 !important;
    float: left;
    font-size: 18px !important;
    margin: 0 0 21px !important;
    width: 100%;
}
.Content .long_desc p {
    color: #515151 !important;
    float: left;
    font-size: 14px !important;
    line-height: 21px !important;
    width: 100%;
    margin-bottom: 30px;
}
.Content .images img {width: 100%; margin-bottom: 20px;}


.Content .category_tree h5 {display: none;}

/* TEXTAREA FORM CONTACTO  */
.Content.Contact textarea#Comentarios {
  height: 125px;
  resize: none;
} 

.Content.Contact ._contact_holder {
  margin-bottom: 30px;
}



/*****************************************************/
/* CONTACTO ******************************************/
/*****************************************************/
.Contact h1 {}













/*****************************************************/
/* PROCESO DE COMPRA *********************************/
/*****************************************************/

.Cart .menutop, .Cart .buscar {display: none}
.Cart footer {
    margin-top: 45px;
}

.backsite a {
  display: block;
  padding: 0 10px 0 0px;
  color: #000;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none !important;
  text-transform: uppercase;
}
.backsite a:hover { color: #FF7E00 }
.backsite a:before {content: "\e003"}
.backsite a:before {
  display: inline-block;
  font-family: "E3interface";
  margin: 0;
  padding: 0;
}

.Cart header { }

.Cart header .upper {
  padding: 10px 0;
}

.Cart header .main > .container {
  margin-bottom: 25px;
}
.Cart header .main {
  background: transparent url("/Content/templates/base/images/bg_mainmenu_dropdown.gif") repeat-x scroll left bottom;
  width: 100%;
  margin-bottom: 10px;
  min-height: 118px;
}
.Cart header .LOGO {
  margin: -5 30px 0 0;
}
.Cart .LOGIN_BOX {
  float: right !important;
  margin-top: 20px !important;
  font-size: 1em;
  display: none;
}
.Cart  .LOGIN_BOX .login-button {
  margin-top: 5px;
}
.Cart .LOGIN_BOX .dropdown-menu {
  left: auto;
}

.Cart footer .credits ul, .Cart footer .credits hr {}

@media (min-width: 320px) and (max-width: 767px){
  .Cart .navbar-header {
    width: auto !important;
    float: left !important;
  }
  .Cart .LOGO {
    margin: -5px 0 0;
    width: 100%;
  }
}
  
@media (max-width: 640px){
  .Cart header .main {
   padding-bottom: 35px;
  }
}


/*  STEPBAR **************************/
.stepbar {
    border-bottom: 2px solid #d6d6d6;
    float: left;
    font-size: 1.1em;
    margin: 20px 0;
    padding: 0 0 3px;
    position: relative;
    width: 100%;
}
.stepbar li {}

.stepbar a {
    color: #919191;
    float: left;
    font-family: "Ubuntu",sans-serif;
    font-size: 1.2em;
    position: relative;
    text-transform: uppercase;
}
.stepbar a:hover {color: #888; text-decoration: none;}
.stepbar .active {color: #FF793B;}

.stepbar li a:before {content: "\f3d3"}
.stepbar li a::before {
    color: #1a1a1a !important;
    float: right;
    font-family: "ionicons";
    font-size: 19px;
    margin: 0 9px;
    position: relative;
    opacity: 0.3;
}
.stepbar li:last-child a:before {display: none}




/*********************************************/
/* CART TABLE (item / item2)  ****************/
/*********************************************/
#cart-table {
    color: inherit;
    margin-bottom: 20px;
    border-bottom: 2px solid #e3e3e3;
}
#cart-table .table_headers {background: #eaeaea}
#cart-table th {
    color: inherit;
    font-size: 0.95em;
    font-weight: bold;
    padding: 7px 0;
    text-transform: uppercase;
    text-align: left;
}
.padleft {padding-left: 15px !important}


#cart-table tr {
    border:1px solid #e3e3e3;
    border-width:2px 0 0;
}
#cart-table .price {
    color: #333;
    display: block;
    font-family: 'Ubuntu',sans-serif;
    font-size: 0.7em;
    line-height: inherit !important;
}
#cart-table .price span {font-size: inherit; font-weight: normal; font-size: 1.4em;}
#cart-table .price.qty {
    font-size: 13px;
}

#cart-table .price-col1 {color: #777;}
#cart-table .price-col2 {}


.unit {font-size: 0.75em; display: block; float: left; clear: left;}
#cart-table .tachado {
    color: #ccc;
    font-size: 0.75em;
    line-height: 19px;
    margin: 0;
    text-align: left;
    float: left;
    clear: left;
}
#cart-table .tachado span {font-weight: normal}

.table_down {border-top:0 !important; border-bottom:2px solid #ddd}



#cart-table tr td {
    line-height: 17px !important;
    padding: 6px 0;
    text-align: left;
    vertical-align: top !important;
}
#cart-table tr td .pr_image {
    height: auto;
    margin-left: 6px;
    padding: 0 3%;
    width: 90px;
}
#cart-table tr td a.pr_name {
    color: inherit;
    display: block;
    line-height: 1.3em;
    padding: 0 10px;
    text-decoration: none;
}
#cart-table tr td a.pr_name:hover {text-decoration:underline}
#cart-table tr td .pr_info {
    color: #aaa;
    display: block;
    font-size: 0.75em;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
}

#cart-table tr td input.qty_box {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d7d7d7;
    background-clip: padding-box;
    border-radius: 2px;
    float: left;
    font-size: 0.9em;
    height: 21px;
    padding: 0;
    text-align: center;
    width: 25px;
}
#cart-table tr td a.refresh {
    color: #777;
    cursor: pointer;
    float: left;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 3px;
    position: relative;
    text-decoration: none !important;
}
#cart-table tr td a.remove {
    border: 1px solid #c9c9c9;
    background-clip: padding-box;
    border-radius: 50%;
    color: #888;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    height: 21px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none !important;
    width: 21px;
}
#cart-table tr td a.refresh:hover,
#cart-table tr td a.remove:hover {color: #FF793B; border-color: #FF793B;}

#cart-table tr td a.refresh:before {content: "\e077"}
#cart-table tr td a.remove:before {content:"\e02b"}

#cart-table tr td a.refresh:before,
#cart-table tr td a.remove:before {
    font-family: 'E3Interface';
}

#cart-table tr td.vline{ /*background:url(images/cart-vline.png) no-repeat left center;*/}

#cart-table tr td a.edit{color:#544F4B;}

@media (max-width: 767px) {
    .stepbar a {display: none}
    .stepbar .active {display: block}
}
@media (max-width: 479px) {
    #cart-table, .totals {font-size:0.9em}
    #cart-table th {}
    #cart-table tr {font-size: 0.9em !important}
    #cart-table td.nomobile { display: none }
    #cart-table .table_headers th:first-child { 
      width: 20% !important;
      padding-left: 5px !important;
    }
}






/* TOTALES ****************/
#total-section {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #b5b5b5;
    color: inherit;
    display: inline-block;
    margin-bottom: 15px;
    min-height: 141px;
    padding: 10px 20px;
    text-align: right;
    width: 100%;
    font-size: 1.1em;
    border-radius: 3px;
}
#total-section .subt {
    margin-bottom: 3px;
    font-size: 0.93em;
}
#total-section .subt span {
    font-size: 1.1em;
    margin-left: 6px;
}
#total-section .total {font-size: 1.1em; margin-top: 10px; color: #FF793B;}

@media (max-width: 992px) {
#total-section {
    height: auto !important;
    margin: 30px 0 15px;
    min-height: 0;
}
}


/* BOTONES  ****************/
.barra_action {
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #EBE2D9;
    background-clip: padding-box;
    border-radius: 4px;
    clear: both;
    float: left;
    margin: 2em 2%;
    padding: 8px 1%;
    width: 96%;
}
.Cart .button {
    background-clip: padding-box;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    height: 34px;
    line-height: 33px;
    border: 1px solid #FF793B;
    color: #FF793B;
    text-align: left;
    width: 100%;
    max-width: 270px;
    text-decoration: none !important;
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
}
.Cart .button:hover {
  border-color: #FF7E00;
  background: #FF7E00;
  color: #FFF;
}

.Cart .buttonNext {
    background: #00a2e8 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 1.1em;
    height: auto;
    padding: 20px 15px;
    text-align: right;
    transition: none 0s ease 0s ;
}
.Cart .buttonNext:hover {background: #FF793B; border-color: #FF793B;}


.Cart .button:before {
  content: "\f107";
  font-family: 'ionicons';
  float: left;
  font-size: 1.2em;
  padding-right:10px;
  position: relative;
  line-height: 30px;
}
.Cart .buttonNext:before {
    content: "\f10a";
    float: right;
    margin: 2px -8px 0 12px;
}


.Cart .button .ion-arrow-right-b {
    float: right;
    font-size: 1.2em;
    padding-left: 10px;
}



/* cupon descuento *****/
.cupon {
    border-left: 3px solid;
    color: #555;
    font-size: 1.1em;
    margin-top: 25px;
    max-width: 450px;
    padding: 8px 33px;
}
.cupon p {
    margin-bottom: 6px;
}
.cupon p:before {content: "\e091"}
.cupon p:before {
    float: left;
    font-family: "E3interface";
    font-size: 31px;
    margin: -3px 8px 0 -24px;
}

.cupon p i {
    float: left;
    font-size: 2em;
    margin-left: -22px;
    margin-right: 9px;
    margin-top: -5px;
}
.cupon input[type="text"] {
    border: 1px solid #ccc;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #bbb;
    float: left;
    font-size: 0.9em;
    height: 30px;
    max-width: 250px;
    padding: 5px;
    width: 80%;
}
.cupon .btn-default {
  background-clip: padding-box;
  border-radius: 2px;
  display: block;
  float: left !important;
  font-size: 0.9em;
  height: 30px;
  margin-left: 7px;
  padding: 0 10px;
}

@media (max-width: 479px) {
  .cupon input[type="text"] {
    width: 60%;
  }
}


/* PASOS DE COMPRA  ****************/
.step {margin-top: 45px;}
.step > h3 {
    border-top: 2px solid #ff793b;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.6em;
    margin: 0;
    padding: 13px 0 18px;
}
.step > h3:hover {opacity: 1 !important; color: #FF793B}
.step > h3::after, .stepbar::before {
    background: none repeat scroll 0 0 #FF793B;
    background-clip: padding-box;
    border-radius: 3px !important;
    color: #fff;
    float: left;
    font-family: "E3interface";
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin-right: 11px;
    margin-top: -2px;
    text-align: center;
    width: 30px;
}
.stepbar:before {
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.stepbar:before {content: "\e083";}
#checkout-step-login > h3:after {content: "\e087"}
#select-shipping > h3:after {content: "\e02c"}
#select-paymethod > h3:after {content: "\e066"}
#observaciones > h3:after {content: "\e034"}

#select-shipping,
#select-paymethod {
  display: none;
}
.step h5 {
    margin:0 0 18px;
    font-size: 1.15em;
}
.step h5:before {content: "\e07a"}
.step h5:before {
    color: #b3b3b3;
    float: left;
    font-family: "E3interface";
    font-size: 13px;
    margin-right: 6px;
    margin-top: 3px;
}




/* login */
#checkout-step-login legend {margin-bottom: 2px;}
#checkout-step-login .forget {font-size: 1em !important;}
#checkout-step-login h3 {margin-bottom: 25px}

#checkout-step-login .btn-default {font-size: 12px;}
#checkout-step-login fieldset {width: 90%}

#checkout-step-login .login_wrapper {margin-top: 0}

@media (max-width: 767px) {
  #checkout-step-login fieldset {width: 100%}
  #checkout-step-login .login_wrapper {margin-top: 50px}
  .Cart .button {max-width: 100% !important}
}


/* pago y env�o **/

.shipandpay h3 i {display: none}

.shipandpay h3:hover {opacity: 0.6; cursor: pointer;}

.shipandpay h3::before {content: "\f126";}
.shipandpay h3::before {
    color: #ff793b;
    content: "";
    float: right;
    font-family: "ionicons";
    font-size: 0.8em;
    margin-right: 2px;
}
.shipandpay h3.collapsed:before {
    content: "\f123" !important;
}
#select-paymethod {margin-bottom: 30px}

#uno, #dos {height: auto;}

/* UL contenidos opciones de pago y envio **/
.shipandpay ul li {
    border-bottom: 1px dashed #ccc;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 20px 0;
}
.shipandpay ul li input { }
.shipandpay ul li label {
    color: inherit;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 10px;
    text-transform: none;
}
.shipandpay .result strong {
    font-size: 1.25em;
    font-weight: normal;
}
.shipandpay ul li .text {margin-bottom: 10px;}
.pay-method-preference .text {
    font-size: 1em;
    font-style: italic;
    margin-top: 6px;
    opacity: 0.7;
}
.pay-method-preference .text p {margin: 0; padding: 0;}

.shipandpay ul li .options {}

.pay-method-preference {color:#888}

/* mercadopago */
.OP-mercadopago img {
    float: left;
    margin-right: 15px;
    max-width: 468px;
    width: 100%;
}
.OP-mercadopago span {
    clear: left;
    display: block;
    float: left;
    margin-top: 9px;
}
.OP-mercadopago a {text-decoration: underline}

/* paypal */
.OP-paypal img {
    height: 60px;
}





.observaciones {margin-bottom: 30px}




/* PREVIEW  ****************/
.Preview .totals {
    float: left;
    padding: 5%;
    width: 95%;
    font-size:1.1em;
}
.Preview .totals td p {
    margin-bottom:0.3em;
}
.Preview #totals-table span {font-size:0.9em}
.Preview #totals-table strong {font-size:1.3em}
.Preview #totals-table .titu {color:#222; font-weight:bold; font-size:1em;}

.Preview #totals-table img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.Preview fieldset .button {
    float: left;
    margin-top: 1.4em;
}

.Preview #total-section {
    text-align: left;
}
.Preview #total-section .titu {
    float: left;
    font-weight: bold;
    margin: 5px 0 1px;
    width: 100%;
}
.Preview fieldset .btn {margin-top: 19px}
.Preview .vdatos {
    background: none repeat scroll 0 0 #e6e6e6;
    color: #222 !important;
    font-size: 1em !important;
    font-style: italic;
    font-weight: bold !important;
    line-height: 1.2em;
    margin-bottom: 17px !important;
    padding: 8px 10px;
    text-transform: uppercase !important;
}
.Preview .vdatos i {
    font-size: 1.35em;
    margin-right: 6px;
}

#data-table {
    color: #555;
    float: left;
    line-height: 1.6em;
    margin: 0 0 25px 33px;
    width: 85%;
}
#data-table .btn {
    font-size: 0.9em;
    margin: 0 0 10px;
}



/* Procces order / */
.aceptada .icon, .rechazada .icon {}











/**************************************************************************/
/*  MODALS ****************************************************************/
/**************************************************************************/


/* MODAL carrito ***************/
.mdl_detail {max-width:900px; overflow-x:hidden}
.mdl_detail header {
    line-height: 1em;
    margin: -13px 0 10px;
    padding: 12px 0 10px;
}

.mdl_detail .modal-body {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.mdl_detail ul {margin:0; padding:0}
.mdl_detail ul li:last-child article {border: 0 !important}

.mdl_detail article {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    float: left;
    padding: 9px 0;
    width: 100%;
}
.mdl_detail article img {
    float: left;
    margin: 0 2%;
}
.mdl_detail article h2 {
    color: inherit;
    float: left;
    font-size: 0.95em;
    font-weight: lighter;
    line-height: 1.15em;
    margin: 5px 0 0;
    text-align: left;
    width: 67%;
}
.mdl_detail article .price, .mdl_detail article .count {
    float: left;
    font-size: 0.8em;
    margin-top: 5px;
    width: 67%;
}
.mdl_detail .price span, .mdl_detail .tachado span {
    font-size: 1.2em;
    font-weight: bold;
}

.mdl_detail p {color:#777; margin-bottom:7px;}

@media (max-width: 479px) {
    .mdl_detail .btn-default,
    .mdl_detail .btn-primary {width:100%}
    .mdl_detail .nomobile {display:none}
}

/**************************************************************************/
/*  QUICK VIEW ************************************************************/
/**************************************************************************/
#_quickView_modal { width:100%;}
#_quickView_modal #g_image { float: none; }


#_quickView_modal h1 {
  float: none;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  clear: both;
}

#_quickView_modal .modal-header {
    border-bottom: 0px none;
    padding: 0px;
    display: block;
    width: 100%;
    overflow: hidden;
}
#_quickView_modal .modal-header .close {
  font-size: 26px;
}
#_quickView_modal .modal-body {
  margin: 0;
}
#_quickView_modal .codeid {
  margin: 0 0 12px !important;
  color: #0076D1;
}
#_quickView_modal .item-options {
    clear: left;
    float: left;
    margin: 20px 0;
    max-width: 325px;
    width: 100%;
}
#_quickView_modal .item-options > span {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
#_quickView_modal .item-options select {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 3px 10px;
}
#_quickView_modal .item-options .customselect::after {
    top: 36%;
}
#_quickView_modal .item-options .customselect option {
	/*border: 0px;*/
}
#_quickView_modal .price {
    clear: left;
    color: #ff7900;
    display: block;
    float: left;
    font-size: 1.07em !important;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
    width: auto;
}
#_quickView_modal .price_wrapper .tachado {
	display: inline-block;
}
#_quickView_modal .BUTTONFAV {
  float: left;
}
#_quickView_modal .price {
  clear: left;
  font-size: 1.07em !important;
  display: block;
  line-height: 1.0em;
  margin-bottom: 10px;
  font-weight: 400;
  color: #ff7900;
}
#_quickView_modal .price span {
  font-weight: 600;
  font-size: 1.28em !important;
  padding-left: 5px;
}

#_quickView_modal .QUANTITY {
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
}
#_quickView_modal .QUANTITY span {
  margin: 5px 10px 0 0;
  font-weight: 500;
}
#_quickView_modal .spinner input {
  height: 30px;
}
#_quickView_modal .BUTTONBUY {
  float: left;
  padding: 4px 20px;
  margin-right: 13px;
}

#_quickView_modal .nonavailable .BUTTONBUY {
	cursor: default !Important;
}

#_quickView_modal .noprice {
    font-size: 1.1em !important;
    font-weight: normal !important;
}
#_quickView_modal .short_desc {
    margin-bottom: 13px !important;
}

#_quickView_modal .short_desc p {
  text-align: left !important;
  margin: 0 !important;
}
#_quickView_modal .short_desc span {
    color: #999 !important;
    font-size: 13px !important;
    line-height: 14px !important;
    text-align: left !important;
}
#_quickView_modal .socialshare {
  margin-top:20px
}
#_quickView_modal .socialshare a {
  background: #DADADA;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: .9em !important;
}
#_quickView_modal .socialshare a:hover {
  background: #003576 !important;
}
#_quickView_modal .socialshare a::before {
  background: inherit !important;
  border-radius: 0px;
  padding: 0;
  line-height: inherit;
}

#_quickView_modal .socialshare span {
  display: block;
}

#_quickView_modal .socialshare a::before {
  margin: 0;
}

#_quickView_modal .modal-title {
    display: none;
}

@media (max-width: 320px){
  #_quickView_modal .BUTTONFAV {
    margin: 10px 0 0;
  }
}




/**************************************************************************/
/* CONTACTO ***************************************************************/
/**************************************************************************/
/* BOTON */
._contact_holder textarea {
  resize: none;
}
._contact_holder .pcms-contact {
  background: #00659e; /* Old browsers */
  border-radius: 3px;
  color: #FFF;
  font-weight: 700;
  border: 0;
}
._contact_holder .pcms-contact:hover {
  background: #FF793B;
}




/* HOMETABS: RELATED */
    
.home-tabs .tab-content {
    padding-top: 20px;
}
.home-tabs .list-items {
    height: auto;
    float:left; width: 100%
}
.home-tabs ul.list-items li.col-article article {
    float: none;
    margin: auto;
    width: 96%;
    max-width: 210px;
}
.home-tabs ul.list-items li.col-article:nth-child(5) article { 
    /*margin-right: 0 */
    margin: auto;
}

ul.list-items li.col-article{
    padding:0px;
}

@media (max-width: 992px) {
    .home-tabs ul.list-items li.col-article article {
        width: 100%;
    }
    .home-tabs ul.list-items li.col-article .box_image {height: 180px}
    .home-tabs ul.list-items li.col-article:nth-child(5) article {
        margin: auto;
    }
    .home-tabs ul.list-items li.col-article:nth-child(4) article {
        margin: auto;   
    }
}
@media (max-width: 767px) {
    .home-tabs .list-items {height:auto; overflow: visible;}
    .home-tabs ul.list-items li.col-article article {
        width: 100%;
        font-size: 0.95em;
    }
    .home-tabs ul.list-items li.col-article .box_image {height: 200px}
    .home-tabs ul.list-items li.col-article:nth-child(4) article {
        margin: auto;
    }
    .home-tabs ul.list-items li.col-article:nth-child(3n+3) article {
        margin: auto;
    }
}
@media (max-width: 479px) {
    
    .home-tabs ul.list-items li.col-article{
        width:100%;
    }
    .home-tabs ul.list-items li.col-article article {
        width: 100%;
        height: 280px;
        max-width: none;
    }
    .home-tabs ul.list-items li.col-article .box_image {height: 163px}
    .home-tabs ul.list-items li.col-article:nth-child(3n+3) article {       
        margin: auto;
    }
    .home-tabs ul.list-items li.col-article:nth-child(2n+2) article {       
        margin: auto;
    }
}



.category-box .subcategory .filtro-contain{ padding-left:10px; }
.category-box .subcategory .filtro-contain ul { padding-top:0px;  }
.category-box .subcategory .filtro-contain ul a:before {
  visibility: hidden;
}





/**************************************************************************/
/**************************************************************************/
    
    
.browse_area .view .view_wrapper{ /*display:none;*/ }
.browse_area .view .view_wrapper h5 { display:none; }
    
    
.modal-footer .btn_carrito,
.modal-footer .btn_seguir{
  min-width: 150px;
  /*text-shadow: 0px 0px 3px rgba(50, 50, 50, 1);*/
  text-shadow: 0 !important;
  font-weight: 500; 
}
    
.modal-footer .btn_seguir{
  background-image: linear-gradient(to bottom,#777 10%,#aaa 100%);
  border: 0 !important;
}
.modal-footer .btn_carrito:hover,
.modal-footer .btn_carrito:focus,
.modal-footer .btn_carrito.active{
  text-shadow: none;
}
.modal-footer .btn_seguir:hover,
.modal-footer .btn_seguir:focus,
.modal-footer .btn_seguir.active{
  background-image: none;
  background:#aaa;
  /*text-shadow: 0 0 4px rgba(0,0,0,1);*/
  text-shadow: none;
  color: #FFF;
}
    
.modal-backdrop.in{ position:fixed; }


/**************************************************************************/
/*  LOGOS  ****************************************************************/
/**************************************************************************/                   
.owl-logo_container {  }
             
#owl-logo_list {
  margin: 40px 0 0;
}
#owl-logo_list .item{
    padding: 0px 10px;
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}
#owl-logo_list img {
 }
#owl-logo_list img:hover { 
 }
#owl-logo_list .owl-prev, #owl-logo_list .owl-next {
  top: 28%;
  color: #FF793B;
}
#owl-logo_list .owl-prev {
  left: -40px;
}
#owl-logo_list .owl-next {
  right: -40px;
}

@media (max-width: 992px) {
  .owl-logo_container { padding: 0; }
}

@media (max-width: 1024px) {
  #owl-logo_list .owl-next {
    right: -10px;
  }
  #owl-logo_list .owl-prev {
    left: -10px;
  }
}


/*********** RESPONSIVE - AJUSTES *******************/
@media (max-width: 767px){
	.zoomContainer {
		display: none !important;
	}
}

.input-group .form-control{ z-index:0; }

/***************** CART - AJUSTES *******************/

body.Cart .navbar.navbar-default {
    background-color: transparent;
    border: 0px;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

body.Cart section > .container {
  padding-right: 0;
  padding-left: 0;
}

body.Cart .backsite {
  float: right;
  position: relative;
  z-index: 2;
}



/********************************/
/* COMENTARIOS ******************/
/********************************/
.comm_gral {
  /*
  border: 3px solid #D1D1D1;
  border-radius: 5px;
  */
  color: #000;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 2em;
  /*padding: 1.2em 3%;*/
  overflow: hidden;
}

.comm_gral .title, .comm fieldset legend {
  color: #FF793B;
  font-weight: 700;
  font-size: 1.1em;
  padding-bottom: 5px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  border-bottom: 1px solid #FF793B;
}

.comm_gral P {
  float: left;
  margin-right: 20px;
}

.comment-create a::before {
  content: '\f10a';
}
.comment-create a::before {
  font-family: "Ionicons";
  font-size: 1em;
  margin-right: 5px;
}

.comment-create input,
.comment-create textarea {
  border: 0;
  margin-bottom: 15px;
  height: 30px;
}
.comment-create textarea {
  height: 200px;
}




.price_wrapper .price-block{
	width: 100%;
	float:left;
	padding-bottom: 10px;
}
.price_wrapper .price-option{
	float:left;
}
.price_wrapper .tachado {
    /*float: left;*/
    padding-top: 3px;
}

/*QUICK VIEW */
#_quickView_modal .quickView_load{
	width: 100%;
	height:200px;
	background: url(images/viewQuick_loading.gif) no-repeat center;
}
#_quickView_modal .quickView_load.hide{
	display: none;
}
#_quickView_modal .quickView_load.hide{
	display: block;
}









@media (max-width: 479px) {
.related .PRODUCT_BOX {
    margin-bottom: 15px !important;
}
.related.mas-vendidos > ul li, .related li, .related.destacados li, .related .PRODUCT_BOX, .related .PRODUCT_BOX h3 {
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
}
.related.mas-vendidos .PRODUCT_BOX .box_image, .related.destacados .PRODUCT_BOX .box_image {
    float: left !important;
    height: 100px !important;
    margin-left: -9px !important;
    position: relative !important;
    width: 43% !important;
    margin-top: 9px !important;
}
.related.mas-vendidos .PRODUCT_BOX:hover, .related.destacados .PRODUCT_BOX:hover {
    left: auto !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    padding: 10px !important;
}
.related .PRODUCT_BOX .buttons_wrapper {display: block !important}
}






.box-images {
    margin-bottom: 23px;
}



