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

section, header, header .upper, header .main, footer, footer .upper, footer .main, footer .credits {
    float: left;
    width: 100%;
    position: relative;
}

header {
    z-index: 3;
    top: 0px;
    background:#FFF;
}




/* UPPER BANNER **********************************************/
.b-up {
    padding: 8px;
    text-align: center;
    line-height: 1.3em;
    color: #717171;
    background: #f2f2f2;
}

.b-up .bold {
    color: #fff;
    display: inline-block;
    font-size: 1.05em;
    font-weight: 500;
    margin: 0;
    vertical-align: middle;
    position: relative;
}

.b-up a.action {
    margin: 0 4px;
    text-decoration: underline;
    text-transform: none;
    color: #fff;
    display: inline-block;
}
.b-up a:hover {
    color: #fff;
}

.b-up .right {
    float: right;
    height: 100%;
}

.b-up .right a{
    color: #717171;
    font-size: 0.95em;
    padding: 0px 10px;
    display: inline-block;
    position: relative;
    letter-spacing: -0.1px;
    opacity: 0.8;
}

.b-up .right a:not(:last-child)::after {
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    background-color: #dedede;
    top: calc(50% - 6px);
    right: 0px;
}

.b-up .right a:first-child::before {
    content: "\f11f";
    font-family: "Ionicons";
    height: 12px;
    width: 1px;
    color: #2d2d2d;
    top: calc(50% - 6px);
    right: 0px;
    padding-right: 8px;
}

.b-up a.phone{
    padding: 0 0 0 25px;
    font-size: 0.95em;
    float: left;
    color: #717171;
    opacity: 0.7;
    letter-spacing: 0.02em;
    position: relative;
}

.b-up a.phone span{
    font-size: 1.1em;
}

.b-up a.phone:before {
    content: "\41";
    font-family: "e3font";
    font-size:14px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    color: #2d2d2d;
    margin-left: 5px;
}

@media (max-width: 991px) {
.b-up {font-size: 0.9em}
}
@media (max-width: 767px) {
.b-up {font-size: 0.8em}
}
@media (max-width:668px){.b-up a.phone{display: none}}
@media (max-width: 479px) {
.b-up {font-size: 0.75em; padding: 8px 11px 7px; display: none}
.Home .b-up {display: none}
.b-up .bold {display: block;}
.b-up .icono::before {
    display: inline-flex;
    position: absolute;
    margin-left: -27px;
    opacity: 0.5;
}
}


/* MAIN **********************************************/
header .main {
    /*border-bottom: 2px solid #fff;*/
    min-height: unset;
    height: auto;
    max-height: unset;
}
header .main {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+35,e3e3e3+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e3e3e3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 35%, #e3e3e3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 35%, #e3e3e3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
    /* IE6-9 */
}


header .main .navbar-default {
    background: #F7F7F7;
    border: 0 none;
    box-shadow: none;
    height: auto;
    margin: 0;
    display: inline-flex;
    padding: 10px 0 ;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
}
.navbar-header {}
.LOGO {
    float: left;
    padding: 0px 0 0 35px;
    position: relative;
    text-align: center;
    width: 200px;
    margin: 0;
    height: auto;
    margin-right: 40px;
}
.LOGO img {
    width: 100%;
}





.CART_BOX .cart-button, .LOGIN_BOX .login-button, .MENU-ICONS a {
    height: 70px;
    line-height: 10px;
    margin-top: 0;
}


/*  MENU_TOP  *******************************/
.MENU_TOP {
    float: left;
    margin: 0;
    margin-left: auto;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    max-width: 500px;
    flex-shrink: 0;
}
.MENU_TOP > span:last-child {display: none}

.MENU_TOP > li > a {    
    background: transparent none repeat scroll 0 0;
    color: #252F60 !important;
    font-size: 16px;
    letter-spacing: -0.01em;
    padding: 5px;
    font-weight: 500;
    text-shadow: none;
}
.MENU_TOP > li:hover > a span {text-decoration: underline}
.MENU_TOP > li:hover ul {display: block !important}

.caret {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid;
    opacity: 0.6;
    margin-left: 0;
}


/* submenu marcas */
.MENU_TOP ul {
    border-color: #ccc #bbb #176a9e;
    border-style: solid;
    border-width: 1px 1px 3px;
    left: -50%;
    min-width: unset;
    width: 150px;
}
.MENU_TOP ul a {
    background: transparent none repeat scroll 0 0 !important;
    padding: 7px 25px;
}
.MENU_TOP ul a img {
	width: 100%;
}
.MENU_TOP ul a img {
	filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: Gray(Opacity=40);
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.MENU_TOP ul a:hover img { 
	filter: none;
	opacity: 1;
}

@media (max-width: 1420px) {   
}
@media (max-width: 1199px) { 
    .MENU_TOP {max-width: 440px;}  
}
@media (max-width: 991px) {    
}
@media (max-width: 767px) {    
}
@media (max-width: 479px) {    
}


/*  MENU_ICONS *******************************/
.MENU-ICONS {
    float: right;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.MENU-ICONS li {
    float: left;
}
.MENU-ICONS a {
    color: #4f4d58;
    display: block;
    font-size: 1.7em;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 39px;
}
.MENU-ICONS a::before {font-family:"Ionicons";}


.MENU-ICONS a.help:before {
    content: "";
    background-image: url('../../images/arrows.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    background-position: center center;
    text-align: center;
    display: block;
    position: relative;
    top: 10px;
}
.MENU-ICONS a.contact:before {content: "\f384"}
.MENU-ICONS a.fav:before {font-family:"E3font"; content: "Z"}

.MENU-ICONS a:hover {color: #002364}

.MENU-ICONS .tooltip {top: 1px !important;}
.MENU-ICONS .tooltip-inner {background-color: #002364}
.MENU-ICONS .tooltip-inner {background-color: #002364}



/*  LOGIN_BOX *******************************/
.LOGIN_BOX, .CART_BOX {
    float: right;
    margin-left: 0;
    margin-right: 0;
}

/*
.LOGIN_BOX::before {
    content: "";
    display: block;
    height: 43px;
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    background-color: #dadada;
}
*/

.LOGIN_BOX::after {
    content: "";
    display: block;
    height: 43px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    background-color: #b9b9b9;
}

.LOGIN_BOX .dropdown-menu {
    border: 1px solid #002364;
    border-radius: 0;
    box-shadow: none;
    margin-top: 1px;
}
.LOGIN_BOX > li > a {
    float: left;
    padding: 8px 6px;
    margin-left: auto;
}
.LOGIN_BOX ul li a {
    float: left;
    line-height: 1.1em;
    width: auto;
}

.LOGIN_BOX .login-button, .CART_BOX .cart-button {
    display: flex;
    padding: 0 11px;
    justify-content: center;
    align-items: center;
}
.LOGIN_BOX .login-button {
    padding: 0 18px 0 12px;
}

.LOGIN_BOX .login-button .i-login {
    color: #4f4d58;
    content: "";
    float: left;
    font-size: 1.7em;
    padding-right: 5px;
    position:unset;
    top:20px;
}
.LOGIN_BOX .logi {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.LOGIN_BOX .login-button span {
    color: #878787;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: -0.02em;
    float: left;
    white-space: nowrap;
}

.LOGIN_BOX .login-button strong{
    color: #002364;
    display: block;
    float: right;
    font-size: 0.85em;
    letter-spacing: -0.02em;
    font-weight: normal;
    line-height: 1em;
    margin: 2px 0 3px;
    padding-right: 7px;
}

.LOGIN_BOX .login-button .i-login::before {
    content: "J";
    font-family: "e3font";
    color: #878787;
    display: block;
}


.LOGIN_BOX .login-button:after, .CART_BOX .cart-button:after {content: "\f3d0"}
.LOGIN_BOX .login-button::after, .CART_BOX .cart-button::after {
    color: #878787 !important;
    float: right;
    font-family: "Ionicons";
    font-size: 0.8em;
    margin: 1px 0 0 5px;
    font-weight: bold;
    bottom: 5px;
    position: relative;
}
.CART_BOX .cart-button::after {display: none}

.LOGIN_BOX .login_window, .CART_BOX .cart-window {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #002364;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    margin-top: 1px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: none;
    top: 100%;
}
.LOGIN_BOX .login_window {
    left: auto;
    padding: 15px;
    width: 270px;
}
.CART_BOX .cart-window {
    margin-top: 2px;
    max-height: 565px;
    min-height: 72px;
    padding: 0;
    width: 350px;
}


.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="email"], .LOGIN_BOX .login_window input[type="password"] {
    background-clip: padding-box;
    box-shadow: none;
}
.LOGIN_BOX .login_window input[type="submit"] {
    float: right;
    font-size: 1em;
}
.forget {
    color: rgba(0, 0, 0, 0.54);
    float: left !important;
    font-size: 0.9em !important;
    margin-top: 5px;
    width: auto !important;
}
.register {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    clear: both;
    letter-spacing: 0.03em;
    margin-top: 27px;
    padding-top: 7px;
    text-align: center;
    width: 100% !important;
}


.LOGIN_BOX .dropdown-menu > li > a, .LOGIN_BOX .dropdown-menu > li form > a {
    color: #000;
    font-size: 0.85em !important;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 10px 15px 10px 10px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}
.LOGIN_BOX .dropdown-menu > li a::before {
    float: left;
    font-family: "e3font";
    font-size: 1.3em;
    opacity: 0.4;
    text-align: center;
    width: 25px;
}
.LOGIN_BOX .dropdown-menu li a:hover {
    background: transparent none repeat scroll 0 0 !important;
    opacity: 1;
    text-decoration: underline;
}



/* abrir login_box en :hover */
.LOGIN_BOX > div:hover > .dropdown-menu {display: block;}





/* CART_BOX *************************************/

.CART_BOX {
    margin-left: 0;
}
.CART_BOX:hover, .LOGIN_BOX:hover { }

.CART_BOX .cart-button {
    padding: 0 20px;
    position: relative;
    margin-right: 10px;
}
.CART_BOX .cart-button .i-cart {
    color: #4f4d58;
    display: block;
    float: left;
    font-family: "Ionicons";
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    position:unset;
    top:20px;
}
.CART_BOX .cart-button .i-cart::before {
  content: "0";
  font-family: "e3font";
  font-weight: 500;
  color: #878787;
  display: block;
}


.CART_BOX .cart-button .i-cart.contrated::before {
  background-image: url('../../images/certificate2.svg');
}

.CART_BOX .cart-button .pr {
    color: #fff;
    display: block;
    float: left;
    font-family: 'Montserrat' , sans-serif;
    font-size: 0.76em;
    font-weight: 300;
    text-align: center;
    width: 100%;
}
.CART_BOX .cart-button .pr strong {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.CART_BOX .cart-button .items {
    color: #fff;
    font-size: 0.95em;
    font-weight: normal;
    background-color: #002364;
    height: 22px;
    width: 22px;
    border-radius: 100%;
    line-height: 21px;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
    bottom: 20px;
    right: 22px;
}


.CART_BOX .cart-window ol {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 0;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    width: 100%;
}
.CART_BOX .cart-window ol li {
    border-bottom: 1px solid #ddd;
    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: 5%;
    text-align: center;
    width: 17%;
}
.CART_BOX .cart-window .img img {
    margin: 0 auto;
    max-height: 75px;
    max-width: 100%;
}
.CART_BOX .cart-window .datos {
    float: left;
    height: auto;
    text-align: left;
    width: 49%;
}
.CART_BOX .cart-window .name {
    float: left;
    font-size: 0.95em;
    line-height: 1.2em;
    margin-bottom: 3px;
    width: 100%;
}
.CART_BOX .cart-window .cantidad {
    color: #848273;
    font-size: 0.8em;
    font-weight: lighter;
}
.CART_BOX .cart-window .cantidad strong {
    font-weight:normal;
    font-size:1.1em;
}
.CART_BOX .cart-window .price {
    float: right;
    font-size: 0.8em;
    text-align: right;
    width: 29%;
}
.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: 1em;
    letter-spacing: 0.03em;
    padding: 13px 15px 12px 0;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}
.CART_BOX .cart-window .subtotal span {
    display: inline-block;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 4px;
}
.botones {
    padding: 0 15px 15px ;
    float: left;
    width: 100%;
}
.CART_BOX .cart-window .btn {
    float: left;
    font-size: 0.8em;
    margin: 10px 0 0;
    padding: 6px;
    text-align: center;
    width: 48%;
}

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


/*  SEARCH_BOX  *******************************/

.SEARCH_BOX {
    float: none !important;
    margin-top: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
    padding-right: 40px;
}
.navbar-header, .LOGO, .mmenu_button, .MENU_TOP, .MENU-ICONS {
    z-index: 1001 !important;
    height: 100%;
    min-height: unset;
    max-height: unset;
;
}

.MENU-ICONS {
    padding-left: 22px;
    padding-right: 20px;
    display:flex;
}
.LOGIN_BOX, .CART_BOX {z-index: 1002 !important;}

.CART_BOX::before {
    content: "";
    display: block;
    height: 33px;
    position: absolute;
    left: 0;
    top: 22px;
    width: 1px;
    background-color: #002364;
    display:none;
}


.SEARCH_BOX fieldset {
    float: right;
    height: 40px;
    max-width: unset;
    padding: 0;
    position: relative;
    width: 100%;
    display: flex; 
}
.SEARCH_BOX .form-group {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    height: 100%;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    display: flex;
}
.SEARCH_BOX .input-group-btn {
    background: #e3edf6;
    display: inline-block;
    font-size: 0.9em;
    height: 100%;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    z-index: 3;
    /*border-right: 1px solid #ccc;*/
    max-width: 95px;
    width: 100%;
    order: 1;
    margin-right: 50px;
}
.SEARCH_BOX .input-group-btn button {
    background-color: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
    float: left;
    font-size: 1.05em;
    font-weight: 500;
    height: 100%;
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: center;
    text-transform: none;
    white-space: normal;
    width: 100%;
    z-index: 1;
    font-family: 'Montserrat' , sans-serif;
    padding: 0 7px;
}
.SEARCH_BOX .input-group-btn button  br{
    display: none;
}

.SEARCH_BOX .input-group-btn button .caret {
    border-width: 3px 3px 0;
    margin: 0 0 0 4px;
}
.SEARCH_BOX .btn-default:active, .SEARCH_BOX .open > .btn-default {
    background-color: transparent;
    opacity: 1;
}
.SEARCH_BOX .input-group-btn .dropdown-menu {
    border: 1px solid #a2a2a2;
    border-radius: 4px !important;
    font-size: 1.05em;
    left: -12px;
    margin-top: 0;
    top: 95%;
}
.SEARCH_BOX .input-group-btn .dropdown-menu a {
    color: #222;
    padding: 3px 15px;
}
.SEARCH_BOX .input-group-btn .dropdown-menu a:hover, .SEARCH_BOX .input-group-btn .dropdown-menu a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: inherit;
    text-decoration: underline;
}
.SEARCH_BOX .form-control {
    background: #fff none repeat scroll 0 0;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: inline-block;
    float: right;
    font-weight: normal;
    height: 100%;
    line-height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0 60px 0 15px;
    width: 100%;
    z-index: 2;
    font-size: 1.1em;
}
.SEARCH_BOX .search_submit {
    background: #e3edf6;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    height: 100%;
    line-height: 100%;
    padding: 0;
    position: absolute;
    right: 1px;
    text-align: center;
    width: 45px;
    border: 0;
    border-left: 1px solid #d9d9d9;
    z-index: 3;
    border-radius: 0 2px 2px 0;
    background-color: #002364 !important;
    color: #fff;
}
.SEARCH_BOX .search_submit:hover {
    background-color: #df1c0e;
    color: #fff;
}

.SEARCH_BOX .search_submit span:before {font-family: "E3Interface"}
.SEARCH_BOX .search_submit span:before {content: "\e07f";}

.SEARCH_BOX ::-webkit-input-placeholder {color:#999 !important;}
.SEARCH_BOX :-moz-placeholder {color:#999 !important;}
.SEARCH_BOX ::-moz-placeholder {color:#999 !important;}
.SEARCH_BOX :-ms-input-placeholder {color:#999 !important;}


.SEARCH_BOX .navbar-form {
    margin: 8px 0;
    padding: 0;
}

.SEARCH_BOX article {
    /*background-color:#fff !important;*/
}

.SEARCH_BOX .totalprods {
    position: unset !important;
    border-left: none !important;
}


/* autocomplete */
.ui-autocomplete {
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-radius: 0;
    color: #343434;
    font-size: 0.9em;
    margin-top: 5px;
    border: 1px solid #002364;
    border-bottom: 2px solid #b7cbda;
    max-height: 400px;
    max-width: 320px;
    overflow-x: auto;
    padding: 7px 15px;
    z-index: 9999;
    box-shadow: -1px 4px 1px rgba(0, 0, 0, 0.22);
}

.ui-autocomplete .totalprods {
    position: static;
    color: #002364 !important;
    float: right!important;
    width: 100%!important;
    margin-bottom: 5px!important;
}

.ui-autocomplete article {
    padding: 2px 0;
}
.ui-autocomplete article:hover {color: #c8c8c8}


@media (max-width: 767px) {
    .ui-autocomplete {
      max-width: 245px;
      float: right;
    }
}


