/* Minification failed. Returning unminified contents.
(357,73): run-time error CSS1038: Expected hex color, found '#transparent'
 */
/* Error de minimización. Devolviendo el contenido no minimizado.
(354,73): run-time error CSS1038: Expected hex color, found '#transparent'
 */
/* Error de minimización. Devolviendo el contenido no minimizado.
(351,73): run-time error CSS1038: Expected hex color, found '#transparent'
 */
/* Error de minimización. Devolviendo el contenido no minimizado.
(348,73): run-time error CSS1038: Expected hex color, found '#transparent'
 */
/* Error de minimización. Devolviendo el contenido no minimizado.
(345,73): run-time error CSS1038: Expected hex color, found '#transparent'
 */
/* Error de minimización. Devolviendo el contenido no minimizado.
(342,73): run-time error CSS1038: Expected hex color, found '#transparent'
 */
/* Error de minimización. Devolviendo el contenido no minimizado.
(339,73): run-time error CSS1038: Expected hex color, found '#transparent'
 */
/* Error de minimización. Devolviendo el contenido no minimizado.
(336,73): run-time error CSS1038: Expected hex color, found '#transparent'
 */
@media (max-width: 1199px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}


/* GOOGLE FONTS 
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif; 
*/

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('/Content/fonts/opensans_condensed/opensans-condensedbold-webfont.eot');
    src: url('/Content/fonts/opensans_condensed/opensans-condensedbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/opensans_condensed/opensans-condensedbold-webfont.woff2') format('woff2'),
         url('/Content/fonts/opensans_condensedopensans-condensedbold-webfont.woff') format('woff'),
         url('/Content/fonts/opensans_condensed/opensans-condensedbold-webfont.ttf') format('truetype'),
         url('/Content/fonts/opensans_condensed/opensans-condensedbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*////////////////////////////////////////////////////////////////////*/
/*   GENERALES             ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
}

a, a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
}

a, button, ::before, ::after, .BUTTONBUY span { transition: all 0.2s ease-in 0s; }

:focus {
    outline: none;
}

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

.form-control:focus {
  -webkit-box-shadow: none !Important;
  box-shadow: none !Important;
}

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 }


textarea  {border: 1px solid #CCCCCC;}

.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; }
.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-horizontal-home-3 .row {
    margin: 0 auto;
}
.banners-horizontal-home-3 .col-lg-4 {
  padding: 0;
}
.banners-horizontal-home-3 .col-lg-4:nth-child(1) {
  margin-right: 8px;
  width: 367px;
}
.banners-horizontal-home-3 .col-lg-4:nth-child(2) {
  width: 390px;
}
.banners-horizontal-home-3 .col-lg-4:nth-child(3) {
  margin-left: 8px;
  width: 367px;
}
@media (max-width: 1024px) {
  .banners-horizontal-home-3 .col-lg-4:nth-child(1) {
    margin-right: 8px;
    width: 301px;
  }

  .banners-horizontal-home-3 .col-lg-4:nth-child(2) {
    width: 320px;
  }
  
  .banners-horizontal-home-3 .col-lg-4:nth-child(3) {
    margin-left: 8px;
    width: 301px;
  }
}


.banners-horizontal-home-3 .row {
    margin: 0 auto;
}
.banners-horizontal-home-3 > .row > div {
    padding: 0 3px;
    height: 370px;
}

.banners-horizontal-home-3 > .row > div:nth-child(1) > .banner-item:first-child,
.banners-horizontal-home-3 > .row > div:nth-child(3) > .banner-item:last-child {height: 60%;}

.banners-horizontal-home-3 > .row > div:nth-child(2) > .banner-item {height: 100%;}

.banners-horizontal-home-3 > .row > div:nth-child(1) > .banner-item:last-child,
.banners-horizontal-home-3 > .row > div:nth-child(3) > .banner-item:first-child {height: 39%;}

.banners-horizontal-home-3 > .row > div:nth-child(1) > .banner-item:first-child,
.banners-horizontal-home-3 > .row > div:nth-child(3) > .banner-item:first-child {margin-bottom: 1%;}

.banners-horizontal-home-3 .banner-item img {height: 100%; width: auto; margin: auto;}
*/

.b-center {}
.b-center > div {
    height: 370px;
    padding: 0 0.5%;
    position: relative;
    margin-bottom: 40px;
}

.b-center .banner-item {
    border: 2px solid #eee;
    height: 100%;
    margin: 0;
    overflow: hidden;
    text-align: center;
}
.b-center .banner-item img {
    height: 100%;
}


.partido {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.b-center .partido .banner-item {
    bottom: 0;
    height: 35%;
    position: absolute;
}
.b-center .partido .banner-item:first-child {
    bottom: auto;
    margin-bottom: 2%;
    top: 0;
}
.b-center .b1 .banner-item:first-child,
.b-center .b3 .banner-item:last-child {
    height: 62%;
}


@media (max-width: 1199px) {   
.b-center > div {height: 340px}
}
@media (max-width: 992px) {    
.b-center > div {height: 275px}
}
@media (max-width: 767px) {     
.b-center > div {
    height: auto;
    margin-bottom: 0;
}
.b-center .banner-item {
    height: auto !important;
    margin-bottom: 20px !important;
    position: relative !important;
}
.b-center .banner-item img {
	height: auto;
	width: 100%;
}
}






/* forms */
.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: #191919 url("/Content/templates/base/images/bg_header.jpg") no-repeat scroll center -90px;
}

/* UPPER **/
header .upper .container {
    margin-bottom: 15px;
}
header .upper .nav {
    padding-left: 15px;
    padding-right: 15px;
}
/* MAIN **/

.LOGO {
    display: block;
    height: auto;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    width: 230px;
    position: relative;
    z-index: 2;
}

.LOGO img {
    display: inline;
    width: 100%;
}
/* OPENER SIDE MENU */

.mmenu_button {
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 4px;
  color: #999;
  float: right;
  font-size: 26px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  text-decoration: none !important;
  width: 38px;
}
.mmenu_button:before {content: "\f20d"}
.mmenu_button:before {font-family: "ionicons";}

.mmenu_button:hover {color: #db2c27; border-color: #db2c27; background: #transparent; text-decoration: none;}


/*  MENU_TOP  *******************************/
.MENU_TOP {
  /*margin-right: -230px !Important;*/
  /*float: left;*/
  margin: 0 !important;
}
.MENU_TOP > li > a {
    color: #E5E5E5 !important;
    font-weight: 400;
    padding: 8px 13px;
    text-shadow: none;
}
.MENU_TOP > li:last-child > a {padding-right: 0}

.MENU_TOP > li > a:hover,
.MENU_TOP > li > a:focus {
    background: none;
    color: #FAD100 !important;
}


.MENU_TOP > li > a::before {
    content: "|";
    opacity: 1;
    position: absolute;
    right: -2px;
    color: #434343;
}
.MENU_TOP > li:last-child > a:before {display: none}



/* PHONE ****/
.phone {
  color: #4c4c4c;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 3px;
  margin-left: 10px;
}
.phone:before {content: "\e069"}
.phone:before {
    font-family: "E3Interface";
    margin-right: 7px;
}

/* BANNER HTML CON EL NRO DE CONTACTO */
.phone .banner-item {
  width: auto !important;
  overflow: hidden;
  display: inline-block;
}
.phone .banner-item p {
  font-size: 1em !important;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
}

.phone .banner-item {
  position: relative;
  top: 2px;
  left: 3px;
}

header .main .phone {
  color: #808080;
  float: none;
  margin: 0 0 0 30px;
  line-height: 15px;
}
header .main .phone:before {
  content: '\e06a';
}



/**************************************************************************/
/*************************  SEARCH BOX  ***********************************/
/**************************************************************************/
.SEARCH_BOX {
  float: none !important;
  width: auto !important;
}
.SEARCH_BOX form fieldset {
  position: relative;
}
.SEARCH_BOX form fieldset DIV {
  width: 100%;
}
.SEARCH_BOX .form-control {
    background-color: #393939;
    border: 0px !important;
    color: #808080;
    font-size: 1.2em;
    font-weight: 300;
    width: 100%;
    height: 41px;
    line-height: 38px;
    margin-right: 11px;
    padding: 0 34px 0 8px;
}
.SEARCH_BOX .search_submit {
    background: none repeat scroll 0 0 transparent !important;
    border-left: 0 !important;
    box-shadow: none;
    color: #515151;
    font-size: 22px;
    width: 41px;
    height: 41px;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 20px;
    text-align: center;
}
.SEARCH_BOX .search_submit:hover .glyphicon-search {
  color: #FAD100;
}
.SEARCH_BOX .navbar-form {
    margin: 8px 0;
    padding: 0;
}
.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;
    max-width: 502px;
    padding: 7px;
    z-index: 1;
}
.ui-autocomplete li {
    padding: 2px 0;
}
.ui-autocomplete li:hover {color: #db2c27}




/**************************************************************************/
/***************************  LOGIN BOX  **********************************/
/**************************************************************************/
.LOGIN_BOX, 
.CART_BOX {
    background: #393939;
    /* border: 1px solid #ddd; */
    /* border-radius: 4px; */
    float: right;
    height: 41px;
    margin: 0 11px 0 0;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    min-width: 100px;
    z-index: 2;
}

.CART_BOX:hover,
.LOGIN_BOX:hover {text-decoration: none !important;}

.LOGIN_BOX {
  margin-left: 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 {
    color: #808080 !important;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    background: none !important;
}

.LOGIN_BOX:hover .login-button,
.LOGIN_BOX:hover .i-login:before  {
  color: #FAD100 !important;
}

.LOGIN_BOX > li > a:hover,
.LOGIN_BOX .open > a:focus {
    background: none;
    color: #FAD100 !important;
}

.LOGIN_BOX .open > a:focus {background: #eee;}

.LOGIN_BOX .login-button .i-login {
  display: inline-block;
}
.LOGIN_BOX .login-button .i-login:before {
  font-family: 'E3Interface';
}
.LOGIN_BOX .login-button .i-login:before {
    /*background: url("/Content/templates/base/images/i-user.png") no-repeat 0 0 / 100% auto transparent;*/
    color: #515151;
    content: "\e084";
    display: block;
    font-size: 1.28em;
    padding: 0 5px 0 0;
}
.LOGIN_BOX .login-button .i-login + span {
  display: inline-block;
}
.LOGIN_BOX .login-button span {
    display: inline-block;
    margin-top: 10px;
}
.LOGIN_BOX .login-button span strong {
    color: #000;
    font-weight: 700;
}
.LOGIN_BOX strong {
  display: inline-block;
  padding-top: 10px;
}
.LOGIN_BOX .login-button strong + span {
    display: inline-block;
}


.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;
}
.CART_BOX .cart-window {
    background: none repeat scroll 0 0 #f3f3f3;
    max-height: 565px;
    min-height: 72px;
    min-width: 190px;
    padding: 0;
    right: 0;
    top: 42px;
    width: 25em;
}


.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;}

.LOGIN_BOX .pcms-login {
}

.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;
}


.LOGIN_BOX .dropdown-menu {
  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: #db2c27; background: none; text-decoration: none}



    

/**************************************************************************/
/**************************  CART BOX  ************************************/
/**************************************************************************/

.CART_BOX {margin-right: 0}
.CART_BOX .cart-button {
    color: #808080 !important;
    text-decoration: none;
    margin: 0;
    padding: 0px 0 10px;
    background: none !important;
}
.CART_BOX .cart-button:hover,
.CART_BOX .cart-button:hover .i-cart:before,
.CART_BOX .cart-button :hover.items SPAN {
  color: #FAD100 !important;
}

.CART_BOX .cart-button .i-cart {
  display: inline-block;
}
 
.CART_BOX .cart-button .i-cart::before {
  font-family: 'E3Interface';
}
.CART_BOX .cart-button .i-cart::before{
  /*background: url("/Content/templates/base/images/i-cart.png") no-repeat scroll 0 0 / 100% auto transparent;*/
  color: #515151;
  content: "\e083";
  display: block;
  font-size: 1.57em;
  padding: 0px 5px 0 0;
  position: relative;
  top: 4px;
  left: -5px;
}
.CART_BOX .cart-button .i-cart + span {
  display: inline-block;
  display: none;
}
.CART_BOX .cart-button span {
    display: inline-block;
    /*color: #808080;*/
    transition: all 0.2s ease-in 0s;
}
.CART_BOX .cart-button > strong {
    float: left;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding-top: 2px;
}
.CART_BOX .cart-button > strong:before {content: "\f104"}
.CART_BOX .cart-button > strong:before {
    color: #999;
    float: right;
    font-family: "ionicons";
    margin-left: 6px;
    display: none;
}
.CART_BOX .cart-button .items { 
  display:inline-block;
  position: relative;
  left: -25px;
  top: -8px;
}
.CART_BOX .cart-button .items .it { display: inline-block;}
.CART_BOX .cart-button .items .it span {
    background: #db2c27;
    border-radius: 50px;
    color: #fff;
    padding: 1px 5px;
    transition: all 0.2s ease-in 0s;
    font-size: 10px
}
.CART_BOX .cart-button .items .it strong {font-weight: normal; display: none; }

.CART_BOX .cart-button .items .pr {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.92em;
    position: relative;
    top: 10px;
    left: 10px;
}
.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;
    max-height: 45px;
}
.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: 100%;
}
.CART_BOX .cart-window .cantidad {
    color: #848273;
    float: none;
    font-size: 11px;
    font-weight: normal;
    margin-left: 5px;
    text-transform: none;
}
.CART_BOX .cart-window .cantidad strong {
    font-weight:normal;
    font-size:1.1em;
}
.CART_BOX .cart-window .price {
    float: left;
    font-size: 0.6em;
}
.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;
}
.CART_BOX .cart-window .subtotal span {
    font-size: 1.2em;
}
.CART_BOX .cart-window a.btn {
    float: left !important;
    width: auto;
    height: 34px;
    margin: 5px 0 0 !important;
    padding: 0px 8px;
    border-radius: 3px;
    border: 1px solid #db2c27;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    text-decoration: none !important;
    transition: none;
    
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.45, #ED0B10),
    color-stop(1, #AD0202)
    );
    background-image: -o-linear-gradient(bottom, #ED0B10 45%, #AD0202 100%);
    background-image: -moz-linear-gradient(bottom, #ED0B10 45%, #AD0202 100%);
    background-image: -webkit-linear-gradient(bottom, #ED0B10 45%, #AD0202 100%);
    background-image: -ms-linear-gradient(bottom, #ED0B10 45%, #AD0202 100%);
    background-image: linear-gradient(to bottom, #ED0B10 45%, #AD0202 100%);
}
.CART_BOX .cart-window a.btn:hover {
  background: #db2c27;
}
.CART_BOX .cart-window a.btn:after {
  content: "\f10a";
}
.CART_BOX .cart-window a.btn:after {
  font-family: 'ionicons';
  font-size: 1.2em;
  padding-left:10px;
  position: relative;
  top: 1px;
}





.CART_BOX .cart-window .mje-nohay {
    margin: 15px;
    text-align: right;
}

.bt_checkout {
    border:1px solid #57212f;
    float: right;
    height: 20px;
    margin-left: 4px;
    width: 6em;
    line-height:1.4em;
}

/**************************************************************************/
/*************************  MAIN MENU  ************************************/
/**************************************************************************/
.container-fluid.MENU_MAIN {
    background: #282828;
    border-top: 3px solid #000;
    border-bottom: 2px solid #000;
    padding: 0;
}
.MENU_MAIN .nav  {
  background: none !important;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*margin: 0 -1%;*/
  min-height: auto;
  width: 100%;
}
.MENU_MAIN .nav > li {
    padding-bottom: 2px;
    padding-top: 15px;
    width: 7.1%;
    height: 86px;
}

.MENU_MAIN .nav > li:hover:before,
.MENU_MAIN .nav > li:hover > a {
  background: transparent;
  color: #fad100;
}
.MENU_MAIN .nav > li > a {
    color: #949494;
    font-family: "Open Sans",sans-serif;
    font-size: 0.68em;
    font-weight: 400;
    line-height: 12px;
    max-width: 105px;
    padding: 9px 3px 3px;
    text-align: center;
    word-wrap: break-word;
    letter-spacing: -0.03em;
}
.MENU_MAIN .nav > li > a:hover,
.MENU_MAIN .nav > li > a:focus {
  background: transparent !important;
}
.MENU_MAIN .nav > li:before {
  font-family: 'camfont';
  color: #949494;
  font-size: 40px;
  display: block;
  /*margin-bottom: 10px;*/
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.MENU_MAIN .nav > li.cat-item-2:before {
  content: 'a';
}
.MENU_MAIN .nav > li.cat-item-3:before {
  content: 'u';
}
.MENU_MAIN .nav > li.cat-item-4:before {
  content: 'd';
}
.MENU_MAIN .nav > li.cat-item-5:before {
  content: 'n';
}
.MENU_MAIN .nav > li.cat-item-13:before {
  content: 'o';
}
.MENU_MAIN .nav > li.cat-item-18:before {
  content: 'p';
}
.MENU_MAIN .nav > li.cat-item-22:before {
  content: 'l';
}
.MENU_MAIN .nav > li.cat-item-27:before {
  content: 'q';
}
.MENU_MAIN .nav > li.cat-item-36:before {
  content: 'r';
}
.MENU_MAIN .nav > li.cat-item-38:before {
  content: 'm';
}
.MENU_MAIN .nav > li.cat-item-41:before {
  content: 'l';
}
.MENU_MAIN .nav > li.cat-item-43:before {
  content: 's';
}
.MENU_MAIN .nav > li.cat-item-54:before {
  content: 't';
}
.MENU_MAIN .nav > li:last-child > a {
  padding-right: 0px;
}
.MENU_MAIN .dropdown-menu {
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #303030;
  border: 0;
  border-top: 3px solid #fad100;
  border-bottom: 4px solid #646464;
}

.MENU_MAIN .dropdown-menu a {
  color: #F1F1F1;
  background: transparent;
  font-size: .9em;
}
.MENU_MAIN .dropdown-menu a:hover,
.MENU_MAIN .dropdown-menu a:focus {
  color: #fad100;
  background: transparent;
}
 
.MENU_MAIN .dropdown-submenu > a .caret{
  display: none;
}
.MENU_MAIN .dropdown-menu.menuBckImg {
    background-position: right bottom;
    background-size: 50% auto;
    background-repeat: no-repeat;
    min-width: 370px;
    background-attachment: initial;
}


/*****************************************/
/*  MENU MOBILE  *************************/
/*****************************************/
.menumain_button {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
}
.menumain_button:before {content:"\e00a"}
.menumain_button.collapsed:before {content:"\e004"}
.menumain_button:before {
    float: right;
    font-family: "E3Interface";
    font-size: 25px;
    line-height: 35px;
    margin-right: -2px;
}

.main .menu-mobile .MENU_MAIN {
  top: 36px;
  left: 0;
  width: 100%;
  padding: 0 !important;
  background: transparent;
  box-shadow: none;
  position: absolute;
  z-index: 3;
}
.main .menu-mobile .MENU_MAIN  .nav {
  width: 100%;
  background: #000 !important;
}
.main .menu-mobile .MENU_MAIN .nav > li {
  height: auto;
  padding: 0 15px;
  width: 100%;
}
.main .menu-mobile .MENU_MAIN .nav > li:before {
  content: '';
}
.main .menu-mobile .MENU_MAIN .nav > li > a {
  width: 100% !important;
  max-width: 100% !important;
  text-align: left;
  font-size: .9em !important;
  padding: 9px 3px;
}
.main .menu-mobile .MENU_MAIN .nav > li:last-child a {
  padding-bottom: 20px !important;
}
.main .menu-mobile .MENU_MAIN .nav  li  a:hover,
.main .menu-mobile .MENU_MAIN .nav  li  a:focus {
  color: #fad100;
}
.main .menu-mobile .MENU_MAIN .dropdown-menu {
  margin: 0;
  padding: 1px 0px;
  background-color: #303030;
  border: 0;
  border-top: 3px solid #fad100;
  border-bottom: 4px solid #646464;
}

.main .menu-mobile .MENU_MAIN .nav li.dropdown-submenu > a:after {
  content: '\f104';
}
.main .menu-mobile .MENU_MAIN .nav li.dropdown-submenu > a:after {
  font-family: "Ionicons";
  font-size: 1em;
  position: absolute;
  right: 17px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
  border-color: transparent;
}

.main .menu-mobile .SEARCH_BOX {
  float: none;
  width: 100%;
  padding: 0 15px !important;
}
.main .menu-mobile .SEARCH_BOX .form-group {
  margin: 0;
}
.main .menu-mobile .SEARCH_BOX .form-control {
  margin: 10px 0;
}
.main .menu-mobile .SEARCH_BOX .search_submit {
  top: 12px;
  right: 0px;
}


/*****************************************/
/*  MMENU LATERAL MOBILE *****************/
/*****************************************/
#mmenu:not( .mm-menu ) {display: none;} 

#mmenu {
    background: #db2c27 !important;
    color: #FFF;
    z-index: 1001;
    font-size: 1em;
}
#mmenu .mm-list > li.mm-label {
    background: #980501;
    font-size: 1em;
    font-weight: 700;
}
#mmenu .mm-list li a:hover {
    background: #db2c27;
    opacity: .5;
}

.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:1200px) and (min-width: 1100px) {

}
@media(max-width:1100px) and (min-width: 960px) {
 
}

@media (max-width: 1199px) {

}

@media (max-width: 1024px){
}

@media (max-width: 991px) {
    .SEARCH_BOX{
        display: none;
    }
    .mmenu_button{
        display: block!important;
            height: 35px;
       line-height: 34px;
        margin: 25px 15px 0;
    }

}

@media (min-width: 960px) and (max-width: 991px){
        .container > .navbar-header{
        width: 100%;
    }
}

@media (max-width: 959px) {
  
  .menu-hover { display:none; }
  .menu-mobile{ display:block; }
  
  .mmenu_button {
    display: block !important;
    height: 35px;
    line-height: 34px;
    margin: 25px 15px 0;
  }
   
  .MENU_MAIN .dropdown-menu.menuBckImg {
    background-image: none !important;
  }
   
}

@media (min-width: 959px) {
  .menu-hover .MENU_MAIN { 
    margin: auto !important;
  }
  
  
}


@media (min-width: 768px) {
}

@media (max-width: 560px){
  
}

@media (max-width: 479px) {
  .LOGO {
    width: 180px;
    margin: 10px 0 0 10px;
  }
  
}




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

footer {
    margin-top: 50px;
}


/*  UPPER *******************************/
footer .upper {
    font-size: 0.9em !important;
    margin-bottom: 30px;
}
footer .upper hr {
    border-top: 2px solid #000;
    margin: 0 15px 25px;
}
footer .upper .footerlogo { width: 140px; margin-bottom: 20px;}


/*  MAIN *******************************/
footer .main {
  background: #ebebeb;
  padding: 20px 0;
}

footer .main h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 1.20em;
    font-weight: 700;
    color: #000;
    margin: 15px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFF;
}

footer .main ul li a:hover { color: #000; }

footer .main .categorias > ul {
  float: left;
  width: 100% !important;
   /* height: 400px; your fixed height 
    -webkit-columns: 200px 4;
       -moz-columns: 200px 4;
            columns: 200px 4;
 -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  */
            
}

.brick {
    float: left;
    width: 280px;
    margin-bottom: 10px !important;
}

footer .main .categorias ul > li {
}
footer .main .categorias ul > li > a {
    color: #4a4a4a;
    padding: 3px 0;
    width: 100%;
    /*display: block;*/
    font-weight: 600;
    float: left;
}
footer .main .categorias ul > li:not(.sub) > a {
    margin-bottom: 10px;
}
footer .main .categorias .sub ul {
  /*height: auto;*/
  float: left;
}
footer .main .categorias .sub ul li {
  /*display: block !important;*/
}
footer .main .categorias .sub ul li a{
  text-transform: lowercase;
  font-weight: 400;
  font-size: 0.92em;
  margin: 0 !important;
}
footer .main .categorias .sub ul li a:hover {
  color: #DB2C27;
}
footer .main .categorias .sub ul li:last-child{
  margin-bottom: 10px;
}
/*
footer .main .categorias ul li a::before {
    content: "•";
    margin-right: 5px;
}
footer .main .categorias ul li:first-child a::before {
    content: '';
    margin: 0;
}
*/

@media (max-width: 767px) {
    footer .main ul {min-height: 0px; margin-bottom: 20px;}
    footer .main ul li a {padding: 0}
}   







/*  CREDITS *******************************/
footer .credits {
    border-top: 2px solid #fff;
    color: #a7a7a7;
    font-size: 0.9em;
    padding: 15px 0;
    min-height: 150px;
}
footer .credits hr {
    clear: both;
    float: left;
    margin: 8px 0 10px;
    opacity: 0.4;
    width: 100%;
}
footer .credits p {
    clear: left;
    float: left;
    margin: 6px 0 20px 0px;
}

footer .credits ul { margin: 10px 0 0 50px;}
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 {}


.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;
    margin-right: 10px;
    opacity: 0.3;
}
.e3:hover {opacity: 0.6}

.datafiscal {
    background: url("/content/images/i-datafiscal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-clip: padding-box;
    float: right;
    height: 71px;
    width: 54px;
}







/*////////////////////////////////////////////////////////////////////*/
/*   BOXES                 ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/


/* PRODUCT_BOX */
.PRODUCT_BOX {
    width:100%;
    float:left;
    /*margin-bottom: 35px;*/
    padding: 13px;
    min-height: 390px;
}
.PRODUCT_BOX:hover {
  background: #EFEFEF;
}
.PRODUCT_BOX:hover .buttons_wrapper {
  display: block;
}

/* box_image */
.PRODUCT_BOX .box_image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 0px;
  background: #FFF;
  border-bottom: 1px solid #E1E1E1;
}
.PRODUCT_BOX .box_image a img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
	  padding: 10px;
}

.imagen-borde-color {
  position: absolute;
  bottom: 0%; 
  width: 20%; 
  height: 3px;
  background: #1e49b7;
  z-index: 2;
}


article:hover .imagen-borde-color {
  background: #75ca65;
}

/* box_data */
.PRODUCT_BOX .box_data {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 7px;
}
.PRODUCT_BOX .box_data hr {
	display: none;
}

.PRODUCT_BOX .box_data .codeid {
	font-size: 12px;
	color: #a5a5a5;
  display: none;
}
.PRODUCT_BOX .box_data h3 {
  color: #717171;
  /*float: left;*/
  font-size: 0.9em;
  margin-top: 7px;
  padding-top: 6px;
	padding-bottom: 6px;
  width: 100%;
	height: 45px;
}
.PRODUCT_BOX .BUTTONFAV {
  margin-right: 15px;
}

/* generales BOX y DETAIL */
.price_wrapper {
  /*display: inline-block;*/
  font-size: 1.063em;
  margin: 2px 0 0;
  position: relative;
  text-align: left;
	font-weight: 700;
	
}
.price {
    color: #000;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    line-height: 14px;
}
.price span, 
.tachado span {
    font-size: 1.21em;
}
.tachado {
    color: #a4a4a4;
    display: inline-block;
    font-size: 0.7em;
    line-height: 16px;
    /* margin-left: 3px; */
    position: relative;

    font-size: .65em;
}
.tachado:before {
    background: none repeat scroll 0 0 #b3b3b3;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 44%;
    transform: rotate(-8deg);
    width: 115%;
}

.price_wrapper.nonavailable {}
.price_wrapper.nonavailable:before { content: 'NO DISPONIBLE'; font-size: 0.92em; } 
.price_wrapper.nonavailable .price {
  display: none;
}
.nonavailable .tachado {display: none;}
.nonavailable .BUTTONBUY {
  background: none repeat scroll 0 0 #eee;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85em;
  line-height: 1em;
  padding: 4px 5px;
  text-align: center;
  width: 61px;
	height: 30px;
  text-decoration:none;
  
  
  display: none;
}
.nonavailable .BUTTONBUY:before {display: none}




/* buttons */
.buttons_wrapper { 
  border-top: 1px solid #C4C4C4; 
  margin-top: 10px;
  padding: 5px 0; 
  display: none;
}
.buttons_wrapper a {}
.buttons_wrapper a:hover { color: #db2c27 !important; }

.buttons_wrapper.nonavailable {
  display: none;
}
.BUTTONBUY {
  font-family: "open_sans_condensedbold",sans-serif;
  font-size: 0.85em;
  color: #000;
  display: block;
  float: right;
}
.BUTTONBUY:before {
    content: "\f3f8";
}
.BUTTONBUY:before {
    font-family: 'Ionicons';
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.BUTTONBUY:hover {}
.nonavailable .BUTTONBUY:hover {}

.BUTTONBUY span {}

.Product .BUTTONBUY {
  transition: none;
}
.BUTTONFAV, .BUTTONINFO, .BUTTONASK {
  font-family: "open_sans_condensedbold",sans-serif;
  font-size: 0.85em;
  color: #8E8E8E;
  float: left;
}

.BUTTONFAV:before, .BUTTONASK:before, .BUTTONINFO:before {
  display: inline-block;
  font-family: "Ionicons";
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.BUTTONFAV:before {content: "\f26b";}
.BUTTONASK:before {content: "\f2eb";}
.BUTTONINFO:before {content: "\f4a5";}



/* HOVER_IMAGE */
.hover_image {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in 0s;
}
.hover_image:hover {
  /*background: rgba(0,0,0,0.3);*/
}
.hover_image:hover a.BUTTONINFO {
  display: inline-block;
}
.hover_image a.BUTTONINFO {
    display: none;
    position: relative;
    top:35%;
    left: 42%;
    padding: 0 5px;
    background: #FFF;
    border: 5px solid #e6e6e6;
    float: none;
    color: #707070;
    transition: all 0.2s ease-in 0s;
    line-height: 28px;
}
.hover_image a:hover {
}


.PRODUCT_BOX:hover .box_image, 
.PRODUCT_BOX:hover .box_data hr { border-color: #e82829 }
.PRODUCT_BOX:hover .box_data h3 {color: #e82829}


.PRODUCT_BOX:hover .box_image .hover_image {
    -webkit-animation: slide 0.5s ease 0s;
    -moz-animation: slide 0.5s ease 0s;
    -o-animation: slide 0.5s ease 0s;
    animation: slide 0.5s ease 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes slide {
    0% {bottom:-46%} 100% {bottom:0}
}
@-moz-keyframes slide {
    0% {bottom:-46%} 100% {bottom:0}
} 
@-o-keyframes slide {
    0% {bottom:-46%} 100% {bottom:0}
}
@keyframes slide {
    0% {bottom:-46%} 100% {bottom:0}
}




/* CATEGORY_BOX  ******/

.category_box .box_data h3 {
    border-bottom: 1px solid #ddd;
    border-top: 0 none;
    font-family: "Open Sans",sans-serif;
    font-size: 1.3em !important;
    margin: 0;
    padding-bottom: 11px;
    text-align: center;
}


/* PASTILLAS **********************************/

.badges {
    float: left;
    z-index: 0;
   /* display: none;*/
}
.badges ul {position: relative;}
.badges ul li,
.badge-nuevo,
.badge-oferta,
.badge-dto,
.badge-nostock {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: auto;
  color: #FFF;
  font-family: 'open_sans_condensedbold';
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}
.badge-nuevo span,
.badge-oferta span,
.badge-dto span {
  padding: 0 !important;
}
.badges ul li {
  background: #1AA100;
}
.badges ul li span{
  display: block;
  padding: 3px 0;
}

.badges ul li:after {
  content: '';
  border-left: 31px solid transparent;
	border-right: 31px solid transparent;
	border-top: 4px solid #1AA100;
  display: block;
  background: #FFF;
}
.badge-nuevo { background: #000 !important; padding: 0 !important }
.badge-nuevo:before {content: "novedad" !important; display: inline-block; padding: 3px}
.badge-nuevo:after {
  content: '';
  border-left: 31px solid transparent;
	border-right: 31px solid transparent;
	border-top: 4px solid #000 !important;
  display: block;
  background: #FFF;
}

.badge-oferta {background: #000 !important;}
.badge-oferta:before {content: "oferta" !important;}


/* descuento */
.badge-dto {}
.badge-dto:before {content: "" !important;}
.badge-dto strong {
    font-family: "Roboto Slab",sans-serif;
    font-weight: normal;
}
.badge-dto strong:before, .badge-dto strong:after {}

/* descuento "$200" */
.badge-dto.money .txt {
    color: rgba(255, 255, 255, 0.83);
    float: left;
    font-size: 9px;
    height: 4px;
    letter-spacing: 0.01em;
    line-height: 22px !important;
    text-transform: none;
    width: 100%;
}
.badge-dto.money strong {
    font-size: 14px;
    line-height: 1px !important;
}
.badge-dto.money strong:before {
	content: "$";
    font-size: 0.7em;
    margin-right: 1px;
}

/* descuento "-20%" */
.badge-dto.percent .txt {display: none}
.badge-dto.percent strong {font-size: 15px}
/*.badge-dto.percent strong:before {
	content: "-";
    margin-right: 1px;
}*/
.badge-dto.percent strong:after {
	content: "%";
	font-size: 0.8em;
  margin-left: 1px;
}

/* sin stock */
.badge-nostock {
  background: #acacaa;
}
.badge-nostock:before {content: "sin stock" !important; display: inline-block; padding: 3px; }
.badge-nostock:after {
  content: '';
  border-left: 31px solid transparent;
	border-right: 31px solid transparent;
	border-top: 4px solid #acacaa;
  display: block;
  background: #FFF;
}

/*////////////////////////////////////////////////////////////////////*/
/*   HOME                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

/* OWL SLIDER ******/
/* CONTROLES DEL SLIDER DE LA HOME */
.owl-prev, .owl-next {
    background: transparent;
    cursor: pointer;
    width: 30px;
    height: auto;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    top: 16% !important;
    font-size: 0px;
}
.owl-prev {left: -15px;}
.owl-next {right: -15px;}
.owl-prev::before { content: 'b' }
.owl-next::before { content: 'c' }

.owl-prev::before,
.owl-next::before { 
  font-family: "camfont"; 
  font-size: 70px;
  position: relative;
}
.owl-prev::before{ 
  left: -15px;
}
.owl-next::before{ 
  left: -25px;
}

@media (max-width: 1024px){
  .owl-next { right: 0px; }
  .owl-prev { left: 0px; }
}

.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 #fad100;
    /*border-color: #0098d3;*/
    opacity: 1 !important;
}
.owl-theme .owl-controls {margin-top: 0}



/* MAIN SLIDER ******/

/*
.container-fluid.main-slider-container,
.main-slider-container .row,
.main-slider-container .col-lg-12  {
  margin: 0;
  padding: 0;
}
*/

#main-slider  {
    width: 100%;
    border: 0;
    /*! margin-top: 46px; */
}
#main-slider>.owl-stage-outer{
    height: 340px;
}
#main-slider .owl-item img{
    height:100%;
    width:auto!important;
    margin:0 auto;
}
#main-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
#main-slider .owl-prev {left: 0; top: 35% !Important; }
#main-slider .owl-next {right: 0; top: 35% !Important; }
#main-slider .owl-dots {
  bottom: 30px;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
  padding: 3px 5px;
}
#main-slider .owl-prev:before,
#main-slider .owl-next:before {
  color: #FFF;
  text-shadow: 3px 3px 5px #000;
}
.img-bannerSlider{ width: 100%; }
.img-bannerSlider img{ width: 100%; }


@media (max-width: 767px) {
    #main-slider .owl-item img{
        width: 100%!important;
        height: auto;
    }
    #main-slider > .owl-stage-outer{
        height: inherit;
    }
.owl-prev:before, .owl-next:before {font-size: 50px}
.owl-next:before {left: -6px;}
}

@media (max-width: 479px) {
  #main-slider .owl-dots {display: none !important}
}



/* 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;
    background: #000;
    background: rgba(0,0,0,0.5);
    font-weight: bold;
    font-size: 3em;
    line-height: 1em;
    margin: -40px 0 5px 45%;
    padding: 5px;
    max-width: 450px;
    /*text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
    width: 70%;
}
.owl-full p {
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.5);
    font-size: 1.18em;
    letter-spacing: 0.03em;
    line-height: 1.2em;
    margin: 0 0 20px 45%;
    padding: 10px;
    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;
    left: 16%;
    top: 2%;
    width: 400px;
}
.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}
}
@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%}
}
@media (max-width: 479px) {
  #main-slider {margin-bottom: 20px}
  .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}

 }





/* banner - newsletter ******/
.b-news-container {
  background: #161616 url("/Content/templates/base/images/bg_newsletter.jpg") no-repeat scroll center top;
  border-top: 4px solid #db2c27;
  min-height: 175px;  
}
.b-news-container h3 {
  font-size: 1em;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.b-news-container a {
  color: #acabac;
  font-weight: 300;
  line-height: 25px;
} 
.b-news-container a:hover {
  color: #FAD100;
}
.newsletter p {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 0 20px 0 0;
    text-align: left;
    vertical-align: middle;
    width: 135px;
}
.newsletter .form-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
	width: 100%;
}

.newsletter .form-group {
	width: 100%;
  	margin: 0 0 10px;
}
.newsletter .form-group span{
	color:#db2c27;
}
.newsletter ._contact_holder p {
    text-align: center;
    color: #FFF;
    font-size: 20px;
}
.newsletter input[type="text"], 
.newsletter input[type="email"]{
    background: none repeat scroll 0 0 #484848;
    border: 0;
	color:#FFF;
    border-radius: 0px !important;
    box-shadow: none;
    display: inline-block;
    font-size: 1em;
    height: 30px;
    margin: 0 0 2px;
    padding: 0 10px;
    vertical-align: middle;
    width: 100%;
}
.newsletter input.email {
  margin-bottom: 0px;
}
.newsletter ::-webkit-input-placeholder {color:#B9B9B9 !important;}
.newsletter :-moz-placeholder {color:#B9B9B9 !important;}
.newsletter ::-moz-placeholder {color:#B9B9B9 !important;}
.newsletter :-ms-input-placeholder {color:#B9B9B9 !important;}

.newsletter button {
  font-size: 1em;
	font-weight: 700;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
  box-shadow: none;
  color: #FFF;
  line-height: 29px;
	margin: 0 15px 0;
  padding: 0;
	float: right;
  text-transform: uppercase;
}
.newsletter button:hover, 
.newsletter button:hover:after {color:  #FAD100}

.newsletter button:after {
	content: '\f10a';
}

.newsletter button:after {
	font-family: 'Ionicons';
	font-size: 0.4em;
	font-weight: 100;
	color:  #FFF;
	margin-left: 10px;
	
}

@media (max-width: 992px) {
	.socials h3 {display: block; margin: 0 0 10px;}
	.newsletter p {width: auto; margin: 0;}
	.newsletter .form-inline {margin-top: 10px}
}
@media (max-width: 767px) {}
@media (max-width: 479px) {
  .b-news-container .col-xs-6 {
    width: 100%;
  }
}


/* HOMETABS: RELATED */
.home-tabs {
    background: #FFF;
    margin-bottom: 30px;
}
.Home .marca-box{
    margin-top: 15px;
}
.home-tabs .nav-tabs {
    border: 0 none;
    height: 55px;
    background: transparent url('/Content/templates/base/images/bg_hometabs.png') top left repeat-x;
}
.home-tabs .nav-tabs li {
    width: 170px;
}
.home-tabs .nav-tabs li a {
    color: #000;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 1.4em;
    text-align: center;
    width: 100%;
    text-decoration: none !important;
    border: 0 !important;
    transition: none;
}
.home-tabs .nav-tabs li a span {
  padding: 5px 0px 7px;
  display: block;
}
.home-tabs .nav-tabs li a span:hover {
  background: #000;
  color: #FFF;
}
.home-tabs .nav-tabs > li.active > a, .home-tabs .nav-tabs > li.active > a:hover, .home-tabs .nav-tabs > li.active > a:focus {
  border: 0;
  background: #000 url('/Content/templates/base/images/borde_inf_home_tabs_li_activo.gif') bottom left no-repeat;
  color: #FFF !important;
}
.home-tabs .nav-tabs > li.active > a span, .home-tabs .nav-tabs > li.active > a:hover span, .home-tabs .nav-tabs > li.active > a:focus span {
  padding: 5px 0 15px;
  background: transparent;
}
.home-tabs .tab-content {
    padding-top: 20px;
}
.home-tabs .list-items {
    height: 368px;
}
.home-tabs article {
    float: left;
    height: 368px;
    margin-bottom: 0;
    margin-right: 2%;
}
.home-tabs.especiales article {
  height: 300px;
  min-height: 300px;
}
/*
@media (max-width: 992px) {
	.home-tabs article {width: 23.5%}
	.home-tabs .box_image {height: 180px}
}
@media (max-width: 767px) {
	.home-tabs .nav-tabs li a {
	    font-size: 1.2em;
	    padding: 12px 0;
	}
	.home-tabs .list-items {height:auto; overflow: visible;}
	.home-tabs article {width: 32%; font-size: 0.95em;}
	.home-tabs .box_image {height: 200px}
	.home-tabs li:nth-child(4) article {margin-right: 2%}
	.home-tabs li:nth-child(3n+3) article {margin-right: 0}
}
@media(max-width:600px){
	.home-tabs .nav-tabs li {
		width: 23%;
	}
	.home-tabs .nav-tabs li:first-child {
		width: 30%;
	}
}
*/
@media (max-width: 480px) {
	.home-tabs .nav-tabs li {
    width: auto;
  }
  
  .home-tabs .nav-tabs li a {
    font-size: 1em;
  }
  .home-tabs .nav-tabs li a span {
    padding: 10px 6px 9px 6px;
  }
  .home-tabs .nav-tabs > li.active > a span, .home-tabs .nav-tabs > li.active > a:hover span, .home-tabs .nav-tabs > li.active > a:focus span {
    padding: 10px 10px 17px 15px;
  }
  /*
	.home-tabs .nav-tabs li:first-child,
	.home-tabs .nav-tabs li {width: 50%;}
	.home-tabs .nav-tabs li a {font-size: 1.2em;}
	.home-tabs .tab-content {padding-top: 50px;}
	.home-tabs article {width: 49%; height: 280px;}
	.home-tabs .box_image {height: 163px}
	.home-tabs li:nth-child(3n+3) article {margin-right: 2%}
	.home-tabs li:nth-child(2n+2) article {margin-right: 0}
  */
}
@media(max-width:300px){
	
}


/* CAJAS RELATED */
.related h2 {
  font-family: "Open Sans",sans-serif;
  font-size: 1.286em;
  font-weight: 400;
  margin: 0;
	padding: 5px 0;
  position: relative;
	text-align: center;
}

#home-related-slider {}
#home-related-slider article {margin-bottom: 0;}
#home-related-slider .box_image { }
#home-related-slider .hover_image {bottom: -55%}

.home-related-slider {
    padding: 0 1px 30px 15px
}
@media(max-width:480px){
 .home-related-slider {
    padding: 0;
  }
}


/* related articles */
.related_articles article {
    height: auto !important;
    margin: 0 0 15px;
    padding: 15px;
	border: 1px solid #D8D8D8;
}
.related_articles li:first-child article {}

.related_articles  .PRODUCT_BOX .box_image {
	border: 0;
	float: left;
	width: 50%;
	height: 110px;
}
.related_articles  .PRODUCT_BOX .hover_image {bottom: -55%}
.related_articles .box_data {
    margin: 0;
	width: 50%;
}
.related_articles .box_data h3 {
    border: 0 none;
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    padding: 0 0 6px;
	height: 55px;
}
.related_articles .box_data .price_wrapper {
	display: block;
}
.related_articles .box_data .codeid {
	display: none;
}
.related_articles .short_desc, .related_articles .short_desc p {
    color: #666 !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px !important;
    line-height: 17px !important;
    margin: 0 !important;
}

.related_articles h2 {
	background: #aa0001; /* Old browsers */
	background: -moz-linear-gradient(top, #aa0001 0%, #d4080a 35%, #d4080a 65%, #aa0001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa0001), color-stop(35%,#d4080a), color-stop(65%,#d4080a), color-stop(100%,#aa0001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aa0001 0%,#d4080a 35%,#d4080a 65%,#aa0001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aa0001 0%,#d4080a 35%,#d4080a 65%,#aa0001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aa0001 0%,#d4080a 35%,#d4080a 65%,#aa0001 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aa0001 0%,#d4080a 35%,#d4080a 65%,#aa0001 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0001', endColorstr='#aa0001',GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
.related .banner-item {
	width: 258px !important;
	border: 4px solid #E1E1E1;
}
.ver {
    background: none repeat scroll 0 0 #027fc7;
    border-radius: 25px;
    bottom: -5px;
    color: #fff;
    float: right;
    font-family: "Ionicons";
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    padding-left: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 18px;
}
.ver:before {content: "\f125";}






/*////////////////////////////////////////////////////////////////////*/
/*   CATEGORY              ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

.Category h1 {
  font-family: "Open Sans",sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0 0 13px;
	text-transform: uppercase;
	text-align: center;
  color: #FFF;
  background: #000 url('/Content/templates/base/images/borde_inf_categoria_activa.gif') bottom left no-repeat;
  color: #FFF !important;
}
.Category h1 span {
  display: block;
  padding: 10px 0 23px;
}

.Category.Result .browse_area {
  margin-top: 30px;
}
@media (max-width: 767px) {
    .Category h1 {margin-top: 20px; font-size: 1.9em}
}


/* BREADCRUMB  **************************/
.breadcrumb {
	margin: 20px 0 10px !important;
}
.breadcrumb, .back {
    font-size: 0.83em;
    margin: 12px 0 7px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}
.breadcrumb a {color: #a0a0a0}
.breadcrumb > li:last-child a {color: #000; cursor: default; text-decoration: none !important;}
.breadcrumb > li + li:before { font-family: 'E3Interface'; }
.breadcrumb > li + li:before {padding: 0 !important; content: '\e005'}




/* CATEGORY_TREE (menu categorias) / MENU_TREE (menu usuario y content) **************************/
.Category #body {
  /*position:relative;
  top: -15px;*/
}
.category_tree {
  /*display: none;*/
}
.category_tree, .menu_tree {
    margin-bottom: 40px;
}

.category_tree ul, .menu_tree ul, .filter_tree ul {
    background: none repeat scroll 0 0 #FFF;
    padding: 5px 0 7px 7px;
}

.category_tree ul a:before, .menu_tree ul a:before {content: "\e00e"}
.category_tree ul a:before, .menu_tree ul a:before  {
    color: #DB2C27;
    display: block;
    float: left;
    font-family: "E3Interface";
    font-size: 11px;
    margin: 2px 3px 0 -5px;
}
.category_tree ul > li > a, .menu_tree ul > li > a {
    color: #565656;
    display: block;
    font-size: 0.95em;
    padding: 4px 7px 4px 16px;
    width: 100%;
}
.category_tree ul a:hover, .menu_tree ul a:hover {color: #000}

.category_tree ul {
    margin: 0px;
    float: left;
    width: 100%;
}

/* H5 */
.category_tree h5, .filter_tree h5  {
    color: #ed0b10;
    font-family: "Open Sans",sans-serif;
    font-size: 1.15em;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 16px;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    background: #d2d1d2; /* Old browsers */
    display: none;
}
.category_tree h5:before, .filter_tree h5:before {content: "\e01b"}
.category_tree h5:before, .filter_tree h5:before {
    font-family: 'E3Interface';
    float: right;
}
.User .menu_tree h5 {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 3px double #e3e3e3;
    color: #db2c27;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 12px 15px;
}
.User .menu_tree h5 span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

/* FILTROS VEHICULO MARCA AÑO COMBUSTIBLE */
section .buscador-por-filtros {
  width: 1140px;
  position: relative;
  top: -35px;
  z-index: 1;
}
.buscador-por-filtros h5 {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: auto;
    z-index: 0;
}
.Result .buscador-por-filtros h5 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 17px;
}

.buscador-por-filtros form {float: left; clear: left; width: 100%;}

section .buscador-por-filtros form > div {
    float: left;
    margin: 0 0.25%;
    padding: 0 15px;
    width: 100%;
}
section .buscador-por-filtros form > div.combustible {
    margin-right: 0 !important;
}
section .buscador-por-filtros form > div.filtros-enviar {
    float: right;
    margin: 10px -12px 0 0;
    width: 100%;
}


section .filtros-enviar button {
  float: right;
  padding: 5px 15px;
  color: #DB2C27;
  background: transparent;
  border: 2px solid #DB2C27;
}
section .filtros-enviar button:hover {
  background: #DB2C27;
  color: #FFF;
}
section .filtros-enviar button span:first-child {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2em;
  font-weight: 600;
}


section .vehiculo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db2c27+0,db2c27+70,9a1f1b+100 */
  background: #db2c27; /* Old browsers */
  background: -moz-linear-gradient(top, #db2c27 0%, #db2c27 70%, #9a1f1b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db2c27), color-stop(70%,#db2c27), color-stop(100%,#9a1f1b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db2c27 0%,#db2c27 70%,#9a1f1b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db2c27 0%,#db2c27 70%,#9a1f1b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db2c27 0%,#db2c27 70%,#9a1f1b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #db2c27 0%,#db2c27 70%,#9a1f1b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2c27', endColorstr='#9a1f1b',GradientType=0 ); /* IE6-9 */
}
section .marca {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#980501+0,980501+70,6a0301+100 */
  background: #980501; /* Old browsers */
  background: -moz-linear-gradient(top, #980501 0%, #980501 70%, #6a0301 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#980501), color-stop(70%,#980501), color-stop(100%,#6a0301)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #980501 0%,#980501 70%,#6a0301 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #980501 0%,#980501 70%,#6a0301 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #980501 0%,#980501 70%,#6a0301 100%); /* IE10+ */
  background: linear-gradient(to bottom, #980501 0%,#980501 70%,#6a0301 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#980501', endColorstr='#6a0301',GradientType=0 ); /* IE6-9 */
   
}
section .anio {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#393838+0,393838+70,282828+100 */
  background: #393838; /* Old browsers */
  background: -moz-linear-gradient(top, #393838 0%, #393838 70%, #282828 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393838), color-stop(70%,#393838), color-stop(100%,#282828)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #393838 0%,#393838 70%,#282828 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #393838 0%,#393838 70%,#282828 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #393838 0%,#393838 70%,#282828 100%); /* IE10+ */
  background: linear-gradient(to bottom, #393838 0%,#393838 70%,#282828 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393838', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
}
section .combustible {
  background: #000;
}

section .buscador-por-filtros form > div h2 {
  color: #FFF;
  font-size: 1.14em;
  font-weight: 600;
  margin-top: 10px;
  padding: 0;
}


/* RESPONSIVE BUSCADOR FILTROS */
.Home section .buscador-por-filtros {
    top: 0;
    margin-top: 0
}
.Home section .buscador-por-filtros h5{
    display: none;
}
.Home .main-slider-container{
    padding-top: 15px;
    padding-right: 30px;
}
@media (max-width: 960px){

section .buscador-por-filtros {
    font-size: 0.9em;
    top: -6px;
    margin-top: 15px;
}
    section .buscador-por-filtros h5{
        display: none
    }
section .buscador-por-filtros form > div {
    height: 86px;
    /*margin-bottom: 2px;
    width: 49.5%;*/
}
section .buscador-por-filtros form > div .form-group {
    margin: 10px 0;
}
section .buscador-por-filtros form > div.filtros-enviar {
    margin-top: 3px;
    height: 28px;
}
#main-slider .owl-dots {
    bottom: 0;
    right: 15px;
}

}
@media (max-width: 767px){
        .Home .main-slider-container{
        padding: 0;
    }
    #main-slider{
        margin-bottom: 0;
    }
section .buscador-por-filtros {
    font-size: 0.85em;
}
        .Home section .buscador-por-filtros form > div{
        width:49.5%;
        margin-top: 0.25%;
    }
    .Home section .buscador-por-filtros form > div.filtros-enviar{
        height: auto;
        padding-top: 15px;
        margin-right: 0px;
    }
}
@media (max-width: 479px){
    section .buscador-por-filtros{
        margin-bottom: 15px;
    }
section .buscador-por-filtros form > div {
    height: auto;
    width: 99%;
}
section .buscador-por-filtros form > div .form-group {
    margin: -6px 0 14px !important;
}
section .buscador-por-filtros form > div .form-control {height: 29px; padding: 3px 6px;}
}

/* FILTER_TREE - MENU FILTROS **************************/
.filter_tree {
    background: none repeat scroll 0 0 #f1f1f1;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.filter_tree > div {
    float: left;
    width: 100%;
}
.filter_tree .accordion {
    border: 12px solid #f1f1f1;
    float: left;
    padding: 0px;
    width: 100%;
    background: #FFF;
}

.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: "Open Sans",sans-serif;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 32px;
    padding: 2px 0 0;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 100%;
    background: #F1F1F1;
}
.filter_title:before {content: "\e062"}
.filter_title::before {
    background-clip: padding-box;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    color: #a2a2a2;
    display: block;
    float: right;
    font-family: "E3Interface";
    font-size: 12px;
    font-weight: 700;
    height: 17px;
    line-height: 16px;
    margin: 8px 0 0;
    text-align: center !important;
    width: 17px;
}
.filter_title.collapsed:before {content: "\e072"}

.filter_area {
    float: left;
    max-height: 263px;
    overflow-y: auto;
    padding: 10px !important;
    width: 100%;
}
.filter_area a img {display: none !important}
.filter_area a {
    clear: left;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 0.95em;
    opacity: 0.8;
    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;
    height: 9px;
    margin: 6px 10px 0 0;
    position: relative;
    width: 9px;
}
.filter_area a:hover, .filter_area a.checked {color: #db2c27}
.filter_area a.checked:before {
    background: none repeat scroll 0 0 #db2c27;
    border-color: #7e7e7e;
}
/* SLIDER RANGO PRECIOS:
ver custom/priceslider.css */

#filter_Precio.accordion-body { padding: 0 10px; }

/* 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: #db2c27; background: #eee; border-color: #db2c27}


/* 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}

/* Agregado de id en Filter/index.cshtml - <div class="accordion filter@(p.Id)"> */
.filter1, .filter2, .filter3, .filter4 {  }

/* BANNERS-LEFT  **************************/
.b-left .banner-item {margin-bottom: 20px;}






/* BROWSE_AREA **************************/
.browse_area, .product_list, .filter_applied {float: left; width: 100%;}
    
.browse_area {
  height: 35px;
  padding: 0 10px;
  line-height: 22px !important;
  background: #efefef;
  margin-bottom: 20px;
}
.browse_area_shadow {
	display: none;
  width: 113px;
	height: 15px;
	clear:both;
	margin-bottom: 40px;
	background: url('/Content/templates/base/images/sombra_paginador.gif') top left no-repeat;
}
.browse_area2 { margin-bottom: 45px; }
.browse_area a:hover {text-decoration: none !important}

.browse_area h5 {
    display: inline-block;
    font-size: 0.8em;
    margin: 6px 6px 0;
    text-transform: uppercase;
    width: auto !important;
}

.order .customselect:after {display: none}

.view, .pagination, .order {margin: 0; padding: 0;}
.view_wrapper, .pagination_wrapper, .order_wrapper {margin: 6px 0 0}

@media (max-width: 767px) {
    .browse_area {height: auto; padding: 2px 10px 6px;}
}
@media (max-width: 479px) {
    .order select, .order .customselect {width: 100%}
}

/* PRODUCT LIST ***************************************/
.product_list {
  margin-top: 10px;
}
.product_list article { /*height: 330px*/ }


@media (min-width: 480px) and (max-width: 639px) {
    .product_list .buttons_wrapper a::before {
      display: none;
    }
}

/* View */
.view { display: none; }
.view_grid, .view_list {}

.view_wrapper a {
    color: #a2a2a2;
    display: inline-block;
    font-family: "E3Interface";
    font-size: 20px;
    height: 21px;
    margin-right: 1px;
    text-align: center;
    width: 22px;
}
.view_wrapper a:before {}
.view_grid:before {content: "\e0a7"}
.view_list:before {content: "\e053"}

.view_wrapper a.active {color: #d70000;}




/* Pagination */
.pagination {
    float: left;
}
.pagination a {
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 12px !important;
    padding: 0 5px;
}
.pagination a:hover {color: #980501;}
.pagination .current {
    background: none repeat scroll 0 0 #636363;
    background-clip: padding-box;
    border-radius: 0px;
    border: 1px solid #474747;
    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;
    color: #393939;
}
.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 {
    display: inline-block;
    float: right;
    padding: 0;
    text-align: right;
}
.order h5 {display: inline-block; }

.order .customselect {display: inline-block; /*width: 100%;*/}
.order select {
    background: none repeat scroll 0 0 #8d8d8d;
    border: 0 !important;
    box-shadow: none;
    display: inline-block;
    font-size: 0.9em;
    height: 24px;
    min-width: 150px;
    padding: 0 10px;
    color: #FFF;
}


/* filter_applied */
.filter_applied {
    float: left;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    border-bottom: solid 5px #eee;
    padding-bottom: 10px;
}
.filter_applied li {
    display: inline-block;
}
.filter_applied a {
    background: none repeat scroll 0 0 #db2c27;
    border-radius: 3px;
    color: #fff;
    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: "\f122"}
.filter_applied a:before {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0px;
    color: #db2c27;
    font-family: "Ionicons";
    font-size: 11px;
    margin-right: 5px;
    padding: 1px 2px;
}
.filter_applied a:hover {
    background: #AF231F;
}


.back {
  color: #a0a0a0;
  cursor: pointer;
  float: right;
  text-decoration: none !important;
	margin: 25px;
  display: none;
}
.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: 479px) {
    .back {float: left}
}



/* GALLERY  **************************/
.GALLERY {margin-bottom: 90px;}

#g_image {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100%;
  border: 3px solid #f0f0f0;
}
#g_image img {width: 100% !important; height: auto !important}


#g_thumbs_wrapper {
	float: left;
  width: 100%;
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
#g_thumbs {
    
}
#g_thumbs a {
    border: 1px solid #dcdcdc;
    display: block;
    float: left;
    height: 57px;
    margin-right: 10px;
    width: 57px;
    text-align: center;
}
#g_thumbs .active, #g_thumbs a:hover {border-color: #db2c27 !important;}
 
#g_thumbs img {
    max-height: 100%;
    max-width: 100%;
}

#g_button {
  border: 1px solid #95969A;
	color: #FFF;
  float: right;
  font-size: 11px;
  line-height: 1.1em;
  /*margin-right: 10px;*/
  text-decoration: none !important;
  width: 57px;
	height: 57px;
	background: #95969A;
	text-align: center;
  position: relative;
  top: -68px;
  right: 2px;
}
#g_button:before {content: "\e07e"}
#g_button:before {
    display: block;
    font-family: "E3Interface";
    font-size: 18px;
    margin: 0 auto;
    padding: 12px 0 5px 2px;
    text-indent: 0;
    width: 26px;
}
#g_button:hover {color: #db2c27}

#g_button span { padding: 0 0 0 2px;}


@media (max-width: 767px) {
    #g_image {width: 100%}
    #g_thumbs {width: 92%}
    #g_button {margin-right: 0}
}



/*////////////////////////////////////////////////////////////*/
/*   PRODUCT        ////////////////////////////////////////  */
/*////////////////////////////////////////////////////////////*/

.Product .breadcrumb {
  /*float: left;*/
  padding: 15px 0 10px;
  border-bottom: 1px solid #848484;
}
.Product h1 {
  margin: 0 0 30px;
}
.Product .PRODUCTAREA .BUTTONBUY.nonavailable {
    background: none repeat scroll 0 0 #ccc;
    opacity: 1;
    margin-top: 20px;
    padding: 10px 0 0;
    font-size: 2em;
    text-align: center;
}
.Product .PRODUCTAREA .BUTTONBUY.nonavailable:before { display: none }

.Product .PRODUCTAREA .socialshare {
  margin: 0;
  float: none;
}

.Product  .PRODUCTAREA .socialshare span {
  margin: 0;
  float: none;
  display: block;
  color: #747474;
  text-transform: uppercase;
}

.Product .PRODUCTAREA  .socialshare a {
  color: #bfbfbf;
}
.Product .PRODUCTAREA  .socialshare a:hover {
  color: #DB2C27;
}
.Product .PRODUCTAREA  .socialshare a::before {
  font-size: 1.2em;
}

.Product .PRODUCTAREA .socialshare .s-facebook::before { 
  content: '\e088';
}
.Product .table-responsive {
  margin-top: 15px;
}
.Product .table-responsive .ficha-tit {
  font-weight: 600;
}
/* PRODUCTAREA ***********************/

.PRODUCTAREA {
    margin: 0px 0 90px;
}
.PRODUCTAREA h1 {
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    margin: 0 0 12px;
    font-weight: 700;
}
.PRODUCTAREA .short_desc {
  font-size: 0.92em;
  margin: 20px 0;
  padding: 30px 30px 7px;
  background: #EFEFEF url('/Content/templates/base/images/borde_sup_producto_short_desc.gif') top left no-repeat;
}
.PRODUCTAREA .long_desc {}

.PRODUCTAREA .buttons_wrapper {
  /*
  clear: left;
  float: left;
  */
  display: block;
  margin: 15px 0 0;
  border: 0;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
  line-height: 35px !important;  
}
.PRODUCTAREA .buttons_wrapper a { 
  float: none;
  display: block; 
  padding: 7px 0;
  text-decoration: none !important; 
  border-bottom: 1px solid #D1D1D1;
  color: #979797;
  font-family: 'open_sans_condensedbold',sans-serif !important;
  font-size: 14px !important;
}
.PRODUCTAREA .buttons_wrapper a::before {
  /*float: left;*/
  margin: 0;
  padding: 0;
  position: relative;
  top: 5px;
  left: 0;
  margin: 0 10px;
}
.PRODUCTAREA .BUTTONASK span:first-child {
  color: #282828;
}
.PRODUCTAREA .BUTTONFAV {
  margin-left: 7px !important;
}
.PRODUCTAREA .BUTTONFAV:before {
  font-size: 29px;
  top: 0;
}
.PRODUCTAREA .phone {
  margin-left: 3px;
  line-height: 18px;
}
.PRODUCTAREA .phone span {
  color: #000;
}
.PRODUCTAREA .phone span span {
  display: block;
  margin-left: 40px;
  color: #979797;
}
.PRODUCTAREA .phone::before {
  font-size: 28px;
  left: -5px !important;
  margin-right: 0px !important;
}
.PRODUCTAREA .BUTTONASK:hover:before,
.PRODUCTAREA .BUTTONFAV:hover:before,
.PRODUCTAREA .phone:hover:before{
  color: #000 !important;
}

.PRODUCTAREA .codeid {
  
}

.PRODUCTAREA .BUTTONBUY {
  float:none;
  display: block;
  width: auto;
  height: 65px;
  padding: 15px 16px 0;
  color: #fff !important;
  font-family: 'open_sans_condensedbold', sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db2c27+0,db2c27+60,a4211d+100 */
  background: #db2c27; /* Old browsers */
  background: -moz-linear-gradient(top, #db2c27 0%, #db2c27 60%, #a4211d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db2c27), color-stop(60%,#db2c27), color-stop(100%,#a4211d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2c27', endColorstr='#a4211d',GradientType=0 ); /* IE6-9 */
}
.PRODUCTAREA .BUTTONBUY span {
	float: left;
  display: inline-block;
	width: 100px;
  margin-top: 10px;
  font-size: 23px !important;
	font-weight: 500;
	line-height: 16px;
}
.PRODUCTAREA .BUTTONBUY:before {
  margin-right: 40px;
	line-height: 10px !important;
	position: relative;
	top: -3px;
  left: 30px;
	font-size: 36px;
/*******/	
	float: left;
	line-height: 45px !important;
}
.PRODUCTAREA .BUTTONBUY:hover {background: #db2c27; color: #000;}




.QUANTITY {
  /*float: left;*/
  margin: 0 15px 20px 0;
  /*clear: left;*/
  overflow: hidden;
}
.QUANTITY span {
    float: left;
    font-size: 0.9em;
    margin-right: 10px;
    margin-top: 8px;
}
.QUANTITY input {}
.QUANTITY .input-group {float: left}



.PRODUCTAREA .price_wrapper {
    /*float: left;
    clear: left;*/
    float: none;
    font-size: 1.9em;
    margin-bottom: 15px;
    width: auto;
}
.PRODUCTAREA .price_wrapper.nonavailable {
  display: none;
}
.PRODUCTAREA .price {
    color: #000;
    display: inline-block;
    line-height: 14px;
}


/* select options */
.PRODUCTAREA .item-options {
    float: left;
    clear: left;
    margin-bottom: 15px;
    width: 65%;
}
.PRODUCTAREA .item-options span {
    display: none;
}
.PRODUCTAREA .item-options select {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 30px;
    padding: 0 10px;
}



/* valoracion ****/
.valoracion {
    clear: left;
    float: left;
    line-height: 20px;
    margin-bottom: 25px;
    width: 100%;
    font-family: "Open Sans",sans-serif;
}
.stars_off {
    float: left;
    font-family: "Ionicons";
    font-size: 1.2em;
    height: 19px;
    letter-spacing: 0.06em;
    margin-right: 8px;
    position: relative;
    width: 70px !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: #db2c27}



@media (max-width: 1199px) {
}
@media (max-width: 992px) {
}
@media (min-width: 767px) and (max-width: 991px) {
  .PRODUCTAREA .BUTTONBUY {
    padding: 13px 0px;
  }
  .PRODUCTAREA .buttons_wrapper .BUTTONASK span + span {
    margin: -15px 0 0 42px;
    position: relative;
    display: block;
  }
}
@media (max-width: 479px) {
}



/* NONAVAILABLE */
.PRODUCTAREA .nonavailable .price {color: #bebebe !important; opacity: 1;}
.PRODUCTAREA .nonavailable .BUTTONBUY:before {display: block}
.PRODUCTAREA .nonavailable .BUTTONBUY {
    background: none repeat scroll 0 0 #ccc;
    opacity: 1;
    padding-top: 0;
}
/* SocialShare */
header .main .socialshare {
  float: left;
  position: relative;
  z-index: 2;
  margin-right: 15px;
}
.socialshare span {
    color: #a0a0a0;
    float: right;
    margin-left: 4px;
    font-weight: 600;
}

.socialshare a {
    color: #656565;
    display: block;
    float: left;
    font-size: 18px;
    margin: 0 5px 0 0 !important;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
}

.socialshare a:hover {color: #FAD100;}
.socialshare a:before {font-family: 'E3Interface'}
.socialshare .s-facebook:before {content: "\e03b"}
.socialshare .s-twitter:before {content: "\e08b"}
.socialshare .s-youtube:before {content: "\e0aq"}
.socialshare .s-googleplus:before {content: "\e043"}
.socialshare .s-pinterest:before {content: "\e06f"}
.socialshare .s-instagram:before {content: "\e04d"}
.socialshare .s-email:before {content: "\e05a"}







/* SPINNER - CANTIDAD (Flechitas + y -) */
.spinner {
  width: 54px;
}
.spinner input {
    text-align: center;
    padding: 0 3px;
    height: 28px;
    border-color: #EFEFEF;
    background-color: #EFEFEF;
}
.sp-buttons {
  position: relative;
  white-space: nowrap;
  width: 21px;
  vertical-align: middle;
  display: table-cell;
}
.sp-buttons > .btn {
    background-clip: padding-box;
    border-radius: 0;
    display: block;
    float: none;
    height: 15px;
    margin-left: -1px;
    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: "\e01b"}
.sp-down:before {content: "\e01a"}




/* PRODUCT-TABS ****/
.product-tabs .nav-tabs {
  border: 0px none;
  height: 55px;
  
}
.product-tabs .nav-tabs > li > a {
  color: #000;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 1.4em;
  text-align: center;
  width: 100%;
  text-decoration: none !important;
  border: 0px none !important;
  transition: none 0s ease 0s;
  background: transparent url("/Content/templates/base/images/bg_hometabs.png") repeat-x scroll left top;
}
.product-tabs .nav-tabs li a span {
    padding: 5px 15px 7px;
    display: block;
}
.product-tabs .nav-tabs li a span:hover {
  background: #000;
  color: #FFF;
}
.product-tabs .nav-tabs > li.active > a {
  border: 0px;
  background: #000 url("/Content/templates/base/images/borde_inf_home_tabs_li_activo.gif") no-repeat scroll left bottom;
  color: #FFF !important;
}
.product-tabs .nav-tabs > li.active > a span, .product-tabs .nav-tabs > li.active > a:hover span, .product-tabs .nav-tabs > li.active > a:focus span {
  padding: 5px 15px 15px;
  background: transparent none repeat scroll 0% 0%;
}

.product-tabs .tab-content {
    border: 0;
    float: left;
    padding: 15px;
    width: 100%;
    min-height: 220px;
    margin-bottom: 50px;
}

.product-tabs .tab-pane .campo-block{
    padding-top: 15px;
}
.product-tabs .tab-pane h5 {
    color: #db2c27;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7em;
}
.product-tabs .tab-pane h5 i {
    display: block;
    font-size: 1.4em;
}
.product-tabs .tab-pane label {font-size: 13px}



@media (min-width: 481px) and (max-width: 767px) {
  .product-tabs .nav-tabs > li > a {
    font-size: 1.2em;
  }
}
@media (max-width: 480px) {
  .product-tabs .tab-content { padding: 15px 0; }
    .product-tabs .nav-tabs {padding-bottom: 6px}
  .product-tabs .nav-tabs > li {width: 100%}
  .product-tabs .nav-tabs > li > a {
    font-size: 1em;
  }
  .product-tabs .nav-tabs li a span {
    padding: 10px 10px 9px;
  }
    
  .product-tabs .nav-tabs > li.active > a span, .product-tabs .nav-tabs > li.active > a:hover span, .product-tabs .nav-tabs > li.active > a:focus span {
    padding: 10px 10px 9px;
  }
    
  .product-tabs .nav-tabs > li.active > a  {
    background: #000;
  }
    
}




/* RELATED *******/
.product-related-slider {
  margin-top: 20px;
}
.product-related-slider.tab-prod-rel {
}
.product-related-slider.tab-prod-rel li {
  float: left;
}
.Product .related h2 {
  font-size: 1.71em;
  margin: 40px 0 0;
  padding-bottom: 7px;
  text-align: left;
	font-weight: 400;
	border: 0;
	background: url('/Content/templates/base/images/borde_inf_related_tabs.gif') bottom left no-repeat;
}
.Product .related h2 span {
  background: #F2F2F2;
  display: inline-block;
  padding: 10px;
}
.Product .related .PRODUCT_BOX {
    font-size: 0.9em;
    height: auto;
}
.Product .related .PRODUCT_BOX .box_image {
  height: 190px;
  margin: 0 auto;
	/*padding: 10px;*/
  width: 100%;
	border-bottom: 1px solid #d8d8d8;
}
.Product .related .PRODUCT_BOX hr {
	display:none;
}
.Product .related .hover_image {
    display: none;
}
.Product .related .PRODUCT_BOX .box_data {
	width: 100%;
	margin: 15px auto;
	float: none;
}
.Product .related .buttons_wrapper {
  /*display: none;*/
}
.Product .related .price_wrapper {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.Product .related .price_wrapper .price {
	font-size: 14px;
	font-weight: 700;
}
.Product .related .box_data h3 {
  border: 0 none;
  margin: 0;
  padding: 0;
  text-align: left;
	height: 55px;
}

.Product .related .box_data .codeid {
	display: none;
}

@media (max-width: 992px) {
}
@media (max-width: 550px) {
}
@media (max-width: 480px) {
}
/**************************************************************************/
/******************************  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 #DB2C27;
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 27px;
    text-transform: uppercase;
    width: 100%;
    font-family: "Open Sans",sans-serif;
}
.user_wrapper > h3:before {
    background: none repeat scroll 0 0 #DB2C27;
    border: 2px solid #fff;
    background-clip: padding-box;
    border-radius: 3px !important;
    color: #fff;
    float: left;
    font-family: "E3interface";
    font-size: 22px;
    height: 33px;
    line-height: 32px;
    margin: -7px 10px 0 8px;
    text-align: center;
    width: 33px;
}

.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 0px 0 0;
    opacity: 1;
    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 {
    border-bottom: 1px solid #5b5b5b;
    float: right;
    height: auto;
    margin-bottom: 15px;
    padding-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: #db2c27; border-color: #db2c27;}

.Favs .PRODUCT_BOX {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}
.Favs .box_image {
    float: right;
    height: 150px;
    width: 20%;
}
.Favs .box_data {
    float: left;
    width: 77%;
}
.Favs .box_data h3 {
    border: 0 none;
    font-size: 1.1em;
    margin: 0 0 7px;
    text-align: left;
}
.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: "Open Sans",sans-serif;
    font-size: 1.2em;
    height: 34px;
    line-height: 34px;
    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;
	
}


@media (max-width: 479px) {
    .Favs .PRODUCT_BOX {font-size: 0.9em;}
    .Favs .box_image {
        float: left;
        height: 119px;
        margin-bottom: 5px;
        width: 40%;
    }
    .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: "Open Sans",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 {
    background: #efefef none repeat scroll 0 0;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    margin: 30px 0;
    padding: 10px 22px 12px;
    width: 100%;
    position: relative;
}
.User h1::before, .Content h1::before {
    border-color: #efefef transparent transparent;
    border-style: solid;
    border-width: 20px 27px 0 0;
    bottom: -15px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.Content .short_desc p {
    color: #db2c27 !important;
    float: left;
    font-family: "Open Sans",sans-serif !important;
    font-size: 21px !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%;
}
.Content .images img {width: 100%; margin-bottom: 20px;}


.Content .category_tree h5 {display: none;}



/**************************************************************************/
/******************************  CONTACTO  ********************************/
/**************************************************************************/
.consulta-inmediata {
  width: 1140px !important;
  margin-top: 45px;
  padding: 0 0 40px 0;
  background: #292929
}
.consulta-inmediata .row {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}
.consulta-inmediata h2 {
  font-weight: 600;
  color: #FFF
}
.consulta-inmediata h2:after {
  content: "\e00e";
}
.consulta-inmediata h2:after {
  font-family: "E3interface";
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  line-height: 0px;
  position: relative;
  top: -5px;
}
.consulta-inmediata ._contact_holder p {
    text-align: center;
    color: #FFF;
    font-size: 20px;
}
.consulta-inmediata .form-inline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
	width: 100%;
}

.consulta-inmediata .form-group {
	width: 100%;
  	margin: 0 0 10px;
}
.consulta-inmediata .form-group span{
	color:#db2c27;
}
.consulta-inmediata input[type="text"], 
.consulta-inmediata input[type="email"], 
.consulta-inmediata textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0;
  border-radius: 2px !important;
  box-shadow: none;
  display: inline-block;
  font-size: 1em;
  height: 34px;
  padding: 0 10px;
  margin: 0 0 2px;
  vertical-align: middle;
  width: 100%;
}
.consulta-inmediata textarea {
  height: 180px;
  padding: 10px;
}
.consulta-inmediata ::-webkit-input-placeholder {color:#2B2B2B !important;}
.consulta-inmediata :-moz-placeholder {color:#2B2B2B !important;}
.consulta-inmediata ::-moz-placeholder {color:#2B2B2B !important;}
.consulta-inmediata :-ms-input-placeholder {color:#2B2B2B !important;}

.consulta-inmediata button {
  font-size: 1.4em;
	font-weight: 700;
  background: #db2c27;
	border: 0 none;
  border-radius: 4px;
  box-shadow: none;
  color: #FFF;  
	margin: 20px 0 0;
  padding: 8px 70px;
	float: right;
  text-transform: uppercase;
}
.consulta-inmediata button:hover {color:  #FFF; background: #980501}

@media (max-width: 1024px){
  .consulta-inmediata {
    width: 940px;
  }
}


/* BOTON MODAL / CONSULTAS PAG PROD */
._contact_holder .pcms-contact {
  background: #db2c27; /* Old browsers */
  background: -moz-linear-gradient(top, #db2c27 0%, #db2c27 60%, #a4211d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db2c27), color-stop(60%,#db2c27), color-stop(100%,#a4211d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2c27', endColorstr='#a4211d',GradientType=0 ); /* IE6-9 */
  border-radius: 3px;
  color: #FFF;
  font-weight: 700;
}
._contact_holder .pcms-contact:hover {
  background: #DB2C27;
}


/**************************************************************************/
/**************************  PROCESO DE COMPRA  ***************************/
/**************************************************************************/

.Cart .menutop, .Cart .buscar {display: none}

.backsite a {
    color: #808080;
    float: right;
    font-size: 1em;
    font-weight: 600;
    line-height: 0;
    margin-right: 7px;
    margin-top: 15px;
    text-align: right;
    text-decoration: none !important;
    text-transform: uppercase;
}
.backsite a:hover {color: #FAD100}
.backsite a:before {content: "\e003"}
.backsite a:before {
    float: left;
    font-family: "E3interface";
}

.Cart header {
  margin-bottom: 20px;
}
.Cart header .upper .container {
  margin-bottom: 5px;
}
.Cart .LOGO {margin: -38px 0 6px; }
.Cart .LOGIN_BOX {
  margin: 3px 0 0 10px;
  padding: 0 9px !important;
  float: right;
}
.Cart .LOGIN_BOX .login-button {
    line-height: 25px;
}
.Cart .LOGIN_BOX .login-button .i-login {
    margin-top: 3px;
}
.Cart .SEARCH_BOX { display: none !important;}
.Cart .SEARCH_BOX .form-control {margin-right: 0 !important}

.Cart .navbar-default {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: auto;
  margin: 0;
}
.Cart .navbar-brand, .Cart .nav > li > a {
  text-shadow: none;
}
.Cart footer .credits ul, .Cart footer .credits hr {display: none;}



/*  STEPBAR **************************/
.stepbar a {
    color: #000;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    position: relative;
    text-transform: uppercase;
}
.stepbar a:hover {color: #888; text-decoration: none;}
.stepbar .active {color: #db2c27;}

.stepbar li a:before {content: "\f3d3"}
.stepbar li a::before {
    color: #898181 !important;
    float: right;
    font-family: "ionicons";
    font-size: 20px;
    margin: 0 9px;
    position: relative;
}
.stepbar li:last-child a:before {display: none}





/* CART TABLE (item / item2)  ****************/
#cart-table {
    border-bottom: 2px solid #e3e3e3;
    color: inherit;
    margin-bottom: 20px;
    min-width: 440px;
}
.chu {
    overflow: auto;
}
#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: "Open Sans",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: #db2c27; border-color: #db2c27;}

#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}
    .Cart .LOGO {
    margin: -15px 0 6px;
}
.backsite a {font-size: 0.85em}
}
@media (max-width: 479px) {
    #cart-table, .totals {font-size:0.9em}
    #cart-table th {}
    #cart-table tr {font-size: 0.9em !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: #db2c27;}

@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 #db2c27;
    color: #db2c27;
    text-align: left;
    width: 100%;
    max-width: 270px;
    text-decoration: none !important;
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
    transition: none;
}
.Cart .button:hover {background: #eee}
.Cart .buttonNext {
    color: #fff;
    text-align: right;
    
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.45, #ED0B10),
    color-stop(1, #AD0202)
);
background-image: -o-linear-gradient(bottom, #ED0B10 45%, #AD0202 100%);
background-image: -moz-linear-gradient(bottom, #ED0B10 45%, #AD0202 100%);
background-image: -webkit-linear-gradient(bottom, #ED0B10 45%, #AD0202 100%);
background-image: -ms-linear-gradient(bottom, #ED0B10 45%, #AD0202 100%);
background-image: linear-gradient(to bottom, #ED0B10 45%, #AD0202 100%);
}
.Cart .buttonNext:hover {background: #db2c27;}


.Cart .button:before {
    content: "\f107";
    font-family: 'ionicons';
    float: left;
    font-size: 1.2em;
    padding-right:10px;
    position: relative;
}
.Cart .buttonNext:before {
    content: "\f10a";
    float: right;
    padding-left: 10px;
    padding-right: 0;
}


.Cart .button .ion-arrow-right-b {
    float: right;
    font-size: 1.2em;
    padding-left: 10px;
}



/* cupon descuento *****/
.cupon {
    border-left: 3px solid;
    color: #000;
    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: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
    color: #bbb;
    float: left;
    font-size: 0.9em;
    height: 30px;
    max-width: 250px;
    padding: 5px;
    width: 80%;
}
.cupon .btn-default {
    border-color: #ddd;
    background-clip: padding-box;
    border-radius: 2px;
    display: block;
    float: left !important;
    font-size: 0.9em;
    height: 30px;
    margin-left: 7px;
    padding: 0 10px;
}




/* PASOS DE COMPRA  ****************/
.step {margin-top: 45px;}
.step > h3 {
    border-top: 2px solid #222;
    font-family: "Open Sans",sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    padding: 13px 0 18px;
}
.step > h3:hover {opacity: 1 !important; color: #db2c27}
.step > h3:after,
.stepbar:before {
    background: none repeat scroll 0 0 #db2c27;
    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: -5px;
    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"}


.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 {
    float: left;
    margin-bottom: 40px;
    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}
}


/* pago y envío **/

.shipandpay h3 i {display: none}

.shipandpay h3:hover {opacity: 0.6; cursor: pointer;}

.shipandpay h3:before {
    content: "\f126";
    float: right;
    font-family: 'ionicons';
}
.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 3%;
}
.shipandpay ul li input {margin-left: -25px;}
.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}
}


.ui-autocomplete{
    z-index: 3;
}

.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;
      color: #FFF;
      text-shadow: 0px 0px 3px rgba(50, 50, 50, 1);
      font-weight: 500; 
      transition: none;
    }
    
    .modal-footer .btn_carrito {
      background: #db2c27; /* Old browsers */
      background: -moz-linear-gradient(top, #db2c27 0%, #db2c27 60%, #a4211d 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db2c27), color-stop(60%,#db2c27), color-stop(100%,#a4211d)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* IE10+ */
      background: linear-gradient(to bottom, #db2c27 0%,#db2c27 60%,#a4211d 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2c27', endColorstr='#a4211d',GradientType=0 ); /*
      IE6-9 */
    }
    .modal-footer .btn_carrito:hover {
      background: #db2c27;
    }
    .modal-footer .btn_seguir{
      background-image: linear-gradient(to bottom,#777 10%,#aaa 100%);
    }
    .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);
    }
    
    .modal-backdrop.in{ position:fixed; }
    
    
    
    
    
    



.long_desc img {
    max-width: 100%;
    height: auto !important;
}










/*****************************************************/
/*********************** PRE-FOOTER ******************/
/*****************************************************/
.owl-logo_container {
  margin: 0;
  padding:0;
}
#owl-logo_list {
  margin: 0px 0 40px;
}
#owl-logo_list::before {
  content: '';
  background: url('/Content/templates/base/images/sombra_logos_home_sup.png') center top no-repeat;
  display: block;
  width: 100%;
  height: 12px;
  margin: 0 auto;
}
#owl-logo_list::after {
  content: '';
  background: url('/Content/templates/base/images/sombra_logos_home_inf.png') center bottom no-repeat;
  display: block;
  width: 100%;
  height: 12px;
  margin: 0 auto;
}
#owl-logo_list .item{
    padding: 0px;
    list-style: none;
}
#owl-logo_list img {
}
#owl-logo_list img:hover { 
}

#owl-logo_list .owl-controls {
  display: none;
}
.pre-footer .col-lg-12 {
    padding:0px;
    position: relative;
}
.pre-footer .carousel-control.left, 
.pre-footer .carousel-control.right {
    background: none;
    width: 23px;
    color: #027fc7;
    font-size: 20px;
    display: block;
    position: absolute;
    margin: 0px;
    line-height: 0;
    z-index: 10000;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 100%;
    cursor:pointer;
}
.pre-footer .carousel-control.left {
    left: 5px;
}
.pre-footer .carousel-control.right {
    right: 5px; 
}
.pre-footer .carousel-control .icon{
    position: absolute; 
    top: 40%;
    left: 0; 
    z-index: 5;
    display: block;
}
.pre-footer .owl-carousel .item {
    
}
.pre-footer .owl-carousel .item {
/*  width: 130px;
    height: 60px;
    white-space: nowrap;
    background:#FFF;
    text-align: center; margin: 0 1em ; */
    
    width: 100%;
    /* white-space: nowrap; */
    /* text-align: center; */

}

footer .upper {
    margin-bottom: 0px;
}

.pre-footer #owl-logo_list{ 
    -webkit-box-shadow: inset 0px 60px 16px -21px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:    inset 0px 60px 16px -21px rgba(0, 0, 0, 0.09);
    box-shadow:         inset 0px 60px 16px -21px rgba(0, 0, 0, 0.09);
    margin:8px 0px;
}






/*********** BOX LISTADO ****************/
li.box-listado .box_image {
    float: left;
    width: 20%;
    height: 150px;
}

li.box-listado .box_data {
    float: left;
    width: 80%;
    padding: 0px 10px;
}

li.box-listado .box_image .hover_image {
    height: 100%;
    padding: 20% 0px;
    text-align: center;
    display: none;
}

li.box-listado .box_image .hover_image a {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

li.box-listado article:hover .box_image .hover_image {
    display: block;
}

.product_list li.box-listado article {
    height:  auto;
    margin: 3px 0px;
}
.product_list li.box-listado article a.BUTTONBUY:before{
    font-size: 20px;
}
.product_list li.box-listado .PRODUCT_BOX .box_data h3 {
    font-size: 1.3em;
}


/*********** RESPONSIVE - AJUSTES *******************/
.box-listado article.PRODUCT_BOX .box_data h3 {
    font-size: 1.35em !important;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
	border: 0px;
}

.box-listado .price_wrapper {
    font-size: 1.4em;
}

li.box-listado .BUTTONBUY:before {
    font-size: 30px;
}

li.box-listado article .buttons_wrapper {
    max-width: 100%;
    width: auto;
}

.box-listado article .buttons_wrapper a {
    width: 100%;
    height: 40px;
    text-align: center;
}





@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;
}

header .upper .container {
    height: auto;
}

body.Cart li#_login_holder {
    
}

body.Cart ul.LOGIN_BOX {
    height: inherit;
    margin: 0px 0px 5px;
}

.LOGIN_BOX .login-button span {
    line-height: initial;
}

body.Cart .backsite {
    float: left;
    margin-left: 110px;
}

body.Cart .LOGO {
    margin: -38px 0 0;
}

body.Cart .navbar-brand, .navbar-nav > li > a {
  text-shadow: none;
}
*/
/***************** FAVO ***********************/
.Favs.User .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;
}



/*************  RESPONSIVE CONTAINER *******************/
@media (max-width: 960px) {
    .container {
      width: 900px;
    }
}

@media (max-width: 960px) {
    .ui-autocomplete {
      /*max-width: 245px;
      float: right;*/
	  max-width: 100%;
      float: left;
    }
}
.container{ width:1170px; }
@media(min-width:768px){
    .container{  }
}
@media(min-width:992px){
    .container{  }
}   
@media (min-width: 1170px){
    .container {
        max-width:100%;
    }
}
@media (max-width: 1170px){
    .container {
        width: 100%;
        max-width:100%;
    }
}



.dd.ddcommon.borderRadius {
    max-width: 100%;
	width: 100% !important;
}
.list-items li .PRODUCT_BOX:hover {
    position: absolute;
    height: auto !important;
    min-height: 380px;
    z-index:1;
}
.list-items li:hover .PRODUCT_BOX {
    position: relative;
}




/************************************************************************/
/*************************** CATEGORY - BANNER *************************/
header {
    z-index: 1;
}
.Category .container-fluid.main-slider-container {
    height: 150px;
    max-height: 150px;
    z-index: 0;
    position: relative;
}
.Category .container-fluid.main-slider-container .img-bannerSlider {
    height: 150px;
    position: absolute;
}

.Category .container-fluid.main-slider-container .img-bannerSlider a {
    display: block;
    /* position: absolute; */
    height: 100%;
    width: 100%;
}
.Category .container-fluid.main-slider-container .img-bannerSlider a img{
    position: relative;
}
.Category #body{
    background-color: #FFF;
    z-index:1;
    position: relative;
}


a h3 span.codigo {
    font-size: 0.85em;
    color: #555 !important;
}



section .quickView-list {
    margin-top: 40px;
}
header {
    z-index: 2;
}

.block-category{
	float: left;
	width:100%;
	min-height: auto;
}

.block-category h3 {
    color: #000;
    font-size: 1.2em;
    margin: 15px 0 3px;
}

.block-category .box_image {
    height: 150px;
}
.block-category .box_image img {
    padding: 0 20px 15px !important;
}

.block-category .category-info{
    color: #282828;
}
.block-category .category-info.block-images {
    float: left;
    width: 100%;
    
}
.block-category .category-info .category-title {
    padding: 2px 10px;
}

.block-category .category-child{
    width:100%;
    float:left;
    padding: 10px 0;
}
.block-category ul.category-child li {
    float: left;
    width: auto !important;
}
.block-category ul.category-child li a {
    color: #2e2e2e;
    float: left;
    font-size: 12px;
    letter-spacing: -0.02em;
    line-height: 19px;
    text-transform: lowercase;
}
.block-category ul.category-child li a::after {
    content: "/";
    float: right;
    opacity: 0.5;
    padding: 0 5px;
}
.block-category ul.category-child li a:hover{
    text-decoration: underline;
}    

ul.listado-category{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.listado-category .block-cat{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}
.Home ul.listado-category .block-cat{
    padding-bottom: 0;
}

.block-category:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.block-category h3:hover, .block-category a:hover {
    color: #db2c27 !important;
    text-decoration: underline;
}
.block-category:hover .imagen-borde-color {
    background: #1e49b7 none repeat scroll 0 0 !important;
}
.block-category:hover .box_image {border-color: #e1e1e1 !important}


.loading-bar{
	display: none;
	width:100%;
	background:#FFF; 
	background-image: url(images/progress_bar.gif);
	background-repeat: no-repeat; 
	background-position: center;
	background-size:contain;
	height:38px
}

.float-title {
    position: -webkit-sticky !important;
	position: -moz-sticky !important;
	position: -o-sticky !important;
	position: -ms-sticky !important;
	position: sticky !important;
    top: 10px;
}
@media (min-width: 992px) {
	.float-title.fixed-title {
		position: fixed;
		z-index: 3;
		background: #FFF;
		top: -5px;
	}
	.float-title.fixed-title h1 {
		height: auto;
		padding: 10px;
		margin: 0px !important;
		background: #000;
	}
	
	.float-title.fixed-title h1 span {
		padding: 0px;
		line-height: 20px;
	}
	section .float-title.fixed-title .vehiculo, 
	section .float-title.fixed-title .marca, 
	section .float-title.fixed-title .anio, 
	section .float-title.fixed-title .combustible{
		height:auto;
	}
	section .float-title.fixed-title .vehiculo h2, 
	section .float-title.fixed-title .marca h2, 
	section .float-title.fixed-title .anio h2, 
	section .float-title.fixed-title .combustible h2{
		margin: 6px 0px;
	}
	section .float-title.fixed-title .form-group{
		margin-bottom:10px;
	}
	section .float-title.fixed-title .filtros-enviar{
		margin-top: 5px;
	}
	section .float-title.fixed-title .buscador-por-filtros{
		top: inherit!important;
	}
	section .float-title.fixed-title .quickView-list{
		margin-top: 5px;
	}
}

.ddcommon {width: 100% !important}
.ddcommon .ddTitle{
    border-radius: 0px;
}
.dd .ddTitle .ddTitleText {
    padding: 7px;
    border: 1px solid #999;
    height: 29px;
}




/*.homecategorias {display: none !important}*/







