/*////////////////////////////////////////////////////////////////////*/


/*   HEADER                ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/


header {
    z-index: 3;
    top: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
    height: auto;
}


/* UPPER BANNER **********************************************/

.header {
    padding: 0 10px;
}

.b-up {
    letter-spacing: 0.02em;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    background: #242424;
    z-index: 1;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: -4px 0 8px #0000005c inset;
}

.b-up .bold {
    display: inline-block;
    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 .left {
    float: left;
    padding-top: 3px;
}

.b-up .left a {
    color: #fff;
    margin: 1px 65px 0 0;
    float: left;
    line-height: 1.2em;
    opacity: 0.8;
}

.b-up .left a:hover {
    opacity: 1
}

.b-up .right {
    float: right;
    height: 100%;
}

.b-up .right ul li {
    display: inline;
}

.b-up .right a {
    color: #fff;
    padding: 3px 7px 0;
    display: inline-block;
    position: relative;
    letter-spacing: -0.1px;
    font-size: 20px;
    opacity: 0.75;
}

.b-up .right a:hover {
    opacity: 0.9;
}

.b-up a::before {
    display: inline-block;
    position: relative;
    margin: 0 9px 0 0;
    float: left;
}

.b-up a.compra::before {
    content: url(/Content/Images/i-camion.svg);
}

.b-up a.servicio::before {
    content: url(/Content/Images/i-servtecnico.svg);
}

.b-up a.sucursales::before {
    content: url(/Content/Images/i-sucursal.svg);
}

.b-up a.venta::before {
    content: url(/Content/Images/i-telefono.svg);
}

.b-up a.ayuda::before {
    content: url(/Content/Images/i-ayuda.svg);
}

.b-up .s-facebook:before {
    content: "\f231";
    font-family: 'Ionicons' !important
}

.b-up .s-twitter:before {
    content: "\f243";
    font-family: 'Ionicons' !important
}

.b-up .s-youtube:before {
    content: "\f24d";
    font-family: 'Ionicons' !important
}

.b-up .s-pinterest:before {
    content: "\f2b1";
    font-family: 'Ionicons' !important
}

.b-up .s-instagram:before {
    content: "\f350";
    font-family: 'Ionicons' !important
}

.b-up .s-linkedin:before {
    content: "\f238";
    font-family: 'Ionicons' !important
}

.b-up .s-email:before {
    content: "\f10f";
    font-family: 'Ionicons' !important
}



@media (max-width: 1439px) {
    .b-up .left a {
        margin-right: 50px
    }
}

@media(max-width:1199px) {
    .b-up .right {
        display: none;
    }

    .b-up .left {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }

    .b-up .left a {
        margin: 1px 10px 0 0;
        font-size: 12.5px;
    }
}

@media (max-width: 991px) {
    .b-up .left a {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .b-up {
        display: none;
    }

    .phone {
        flex-direction: column;
    }

    .phone .cliente {
        justify-content: space-between !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

/*upper banners*/

.upper2 a.closeupper {
    display: none;
}

.upper a.closeupper::before,
.upper2 a.closeupper::before {
    content: "\f2d7";
    color: #fff;
    position: absolute;
    right: 13px;
    font-size: 16px;
    font-family: 'Ionicons';
    font-weight: lighter;
}

.upper,
.upper2 {
    height: auto;
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 5px 30px;
    text-align: center;
    border-bottom: 1px solid lightgray;
}

.upper {
    justify-content: space-between;
    padding: 5px 15px 5px;
}


.upper2 {
    background: #0076c1;
}

.upper2 span p {
    margin: 0px;
}

.upper2 span p a {
    color: #fff;
    margin: 0px 7px;
    font-weight: 600;
}

header .upper a {
    color: #0076c1;
    font-size: 13px;
    display: flex;
}


header .upper div:not(.e3eco-header):not(.e3eco-header-txt) {
    padding: 0px 15px 0px 0;
    display: flex;
    gap: 8px;
    text-align: left;
}

header .upper span {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:479px) {

    .upper,
    .upper2 {
        font-size: 13px;
        line-height: 18px;
        justify-content: center;
    }

    header .upper div:not(.e3eco-header):not(.e3eco-header-txt) {
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
    }


}

/* MAIN **********************************************/

header .main {
    background-color: #F6F6F6;
}

header .main .navbar-default {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (min-width: 960px) {
    .navbar-header {
        float: left;
        position: relative;
        width: auto;
        display: inline-flex;
    }
}

@media (max-width: 991px) {
    header .main {
        padding: 0 15px;
    }
}

.LOGO {
    height: auto;
    line-height: 0;
    position: relative;
    width: 240px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LOGO img {
    width: 100%
}

.CART_BOX .cart-button,
.LOGIN_BOX .login-button,
.MENU-ICONS a {
    /* height: auto; */
    line-height: 1;
}


.caret {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid;
    opacity: 0.6;
    margin-left: 0;
}





/* mostrar/ocultar menu loginbox *****************/
.muestro {
    display: block;
}

.mostrame {
    display: none;
}

/*.muestro:hover~.mostrame,
.mostrame:hover {
    display: block;
}*/



/*  LOGIN_BOX *******************************/

.LOGIN_BOX,
.CART_BOX {
    display: flex;
    float: right;
}

.LOGIN_BOX .login-button,
.CART_BOX .cart-button {
    display: inline-flex;
    float: left;
    line-height: 30px;
    position: relative;
    width: auto;
}

.LOGIN_BOX .login-button {
    margin-right: 23px;
}

.CART_BOX .cart-button {
    margin-right: 2px;
}

.LOGIN_BOX .login-button .i-login,
.CART_BOX .cart-button .i-cart {
    float: left;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.LOGIN_BOX .login-button .i-login {
    height: 23px;
    width: 23px;
    margin: 4px 5px 0 0;
}

.CART_BOX .cart-button .i-cart {
    height: 27px;
    width: 26px;
}

.LOGIN_BOX .login-button .i-login svg,
.CART_BOX .cart-button .i-cart svg,
.SEARCH_BOX button svg {
    fill: #000;
    position: absolute;
    height: auto;
    width: 100%;
    margin: 0px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.LOGIN_BOX .login-button span {
    white-space: nowrap;
    display: inline-flex;
    font-weight: lighter;
}

.LOGIN_BOX .login-button span strong {
    font-weight: normal
}

.LOGIN_BOX .login-button::after {
    content: "\f123";
}

.LOGIN_BOX .login-button::after {
    color: #000;
    float: right;
    font-family: "Ionicons";
    font-size: 7px;
    margin: 1px 0 0 4px;
}

.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 #000;
    border-radius: 0;
    color: inherit;
    overflow: hidden;
    position: absolute;
    right: 7px;
    text-align: left;
    text-transform: none;
    top: calc(100% - 5px);
    box-shadow: 2px 2px 6px #0000001a;
}

.LOGIN_BOX .login_window {
    left: auto;
    padding: 23px;
    width: 280px;
}

.CART_BOX .cart-window {
    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;
    min-width: 0;
    margin-bottom: 10px;
}

.forget {
    color: #757575;
    float: left !important;
    font-size: 0.9em !important;
    margin-top: 5px;
    width: auto !important;
    text-decoration: underline;
}

.register {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    clear: both;
    margin-top: 27px;
    padding-top: 7px;
    text-align: center;
    width: 100% !important;
    display: block;
}

.LOGIN_BOX .dropdown-menu>li>a,
.LOGIN_BOX .dropdown-menu>li form>a {
    color: #000;
    font-size: 1em;
    margin: 0;
    padding: 9px 15px;
    text-align: right;
    width: 100%;
}

.LOGIN_BOX .dropdown-menu>li a::before {
    float: left;
    font-family: "diggit";
    font-size: 1.3em;
    opacity: 0.4;
    text-align: center;
    width: 25px;
    display: none !important;
}

.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;
    margin-top: 0;
}







/* CART_BOX *************************************/


.CART_BOX .cart-button .items {
    border: 0;
    display: block;
    height: 22px;
    padding: 0;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -8px;
    width: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    background: #0076c1;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}

.CART_BOX .cart-window {
    background-color: #f8f8f8;
    max-height: 565px;
    min-height: 72px;
    padding: 0;
    top: calc(100% + 39px);
    right: 0;
    width: 435px;
    border: 1px solid lightgray;
}

.CART_BOX .cart-window ol {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    float: left;
    margin: 0;
    max-height: 216px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    width: 100%;
}

.CART_BOX .cart-window ol li {
    display: flex;
    border-bottom: 1px solid #eee;
    float: left;
    height: auto;
    min-height: 60px;
    padding: 7px 0;
    position: relative;
    width: 100%;
}

.CART_BOX .cart-window ol li:last-child {
    border-bottom: 0 none;
}

.CART_BOX .cart-window .img {
    float: left;
    margin-right: 5px;
    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%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.CART_BOX .cart-window .name {
    float: left;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 3px;
    width: 100%;
    padding: 5px 8px 5px 5px;
}

.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: left;
    font-size: 0.8em;
    text-align: left;
    width: auto;
}

.CART_BOX .cart-window .price span {
    font-size: 1.2em;
    font-weight: 600;
}

.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-window .cantitems {
    color: #034ea1;
    float: left;
    font-size: 0.9em;
    line-height: 1em;
    padding: 9px 0 0 15px;
}

.CART_BOX .cart-window .subtotal {
    font-size: 0.9em;
    text-align: left;
    width: auto;
}

.CART_BOX .cart-window .subtotal span {
    font-size: 1.1em;
    font-weight: 400;
}

.CART_BOX .cart-window .subtotal span strong {
    font-size: 1.1em;
    font-weight: bold;
}

.CART_BOX .cart-window .botones {
    float: left;
    width: auto;
}

.CART_BOX .cart-window .btn {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    width: 160px;
    min-width: 0;
    text-transform: unset;
    border: none;
}

.CART_BOX .cart-window .mje-nohay {
    margin: 15px;
    text-align: center;
}

.CART_BOX .minicart-header {
    height: 40px;
    background: white;
}

.CART_BOX .close-minicart::after {
    content: "\f404";
    font-size: 40px;
    font-family: "Ionicons";
    color: #868E96;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    cursor: pointer;
    font-weight: 500;
}

/* CART BOX buttons*/

.BOX_QUANTITY .sp-buttons {
    display: flex;
    color: #000;
}

.BOX_QUANTITY .sp-buttons button {
    border: none;
    box-shadow: none;
    background: none;
    min-width: auto;
    display: block;
    width: 32px;
    height: 32px;
    background: #EFEFEF;
}

.BOX_QUANTITY .sp-buttons .sp-down:before {
    content: "\f462";
    font-size: 24px;
    font-family: "Ionicons";
}

.BOX_QUANTITY .sp-buttons input {
    background: none;
    border: 1px solid #C0C0C0;
    box-shadow: none;
    width: 40px;
    height: 32px;
    text-align: center;
    color: #111;
    font-size: 14px;
    display: block;
    cursor: default;
}

.BOX_QUANTITY .sp-buttons .sp-up:before {
    content: "\f489";
    font-size: 24px;
    font-family: "Ionicons";
}

.CART_BOX ol li .clear {
    border: none;
    box-shadow: none;
    background: none;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 40px;
    height: 37px;
    cursor: pointer
}

.CART_BOX ol li .clear:before {
    content: "\f404";
    font-size: 30px;
    font-family: "Ionicons";
    color: #868E96;
}

.CART_BOX .minicart-footer {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}


@media (max-width: 991px) {
    .CART_BOX {
        margin-left: auto;
    }

    .LOGIN_BOX .login_window,
    .CART_BOX .cart-window,
    .LOGIN_BOX .dropdown-menu {
        display: none !important
    }
}


/* CP Geolocalizacion */

#CP {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
}

.cp-container {
    margin: 0 0 0 30px;
}

a#mdf_cp,
a#mdf_cp_nogeo {
    color: #0076c1;
    font-size: 0.9em;
}

/*modal*/
#modal_cp {
    display: none;
}

#modal_cp .modal--show {
    opacity: 1;
    pointer-events: unset;
    transition: opacity .6s;
    --transform: translateY(0);
    --transition: transform .8s .8s;
}

#modal_cp .modal__container {
    margin: auto;
    width: 90%;
    max-width: 370px;
    max-height: 90%;
    background: #F5F5F5;
    border-radius: 6px;
    padding: 3em 2.5em;
}

#modal_cp .modal__title {
    font-size: 18px;
    font-weight: 700;
}

#modal_cp .modal__paragraph {
    margin-bottom: 15px;
    font-size: 14px;
}

#modal_cp .cp-form-container {
    position: relative;
    height: 50px;
}

#modal_cp .modal__close {
    text-decoration: none;
    color: #fff;
    background-color: #0076c1;
    padding: 10px 25px;
    border: 1px solid;
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
    transition: background-color .3s;
    position: absolute;
    height: 45px;
    line-height: 22px;
    right: 0;
}

#modal_cp .oca-cp {
    display: block;
    text-decoration: underline;
    color: #0076c1;
}

#modal_cp .input-cp {
    padding: 8px;
    border-radius: 100px;
    border: 1px solid #C0C0C0;
    width: 100%;
    position: absolute;
    height: 45px;
}

#modal_cp .modal__close:hover {
    color: #fff;
    background-color: #02588d;
}

#modal_cp #mdf_cp {
    color: #FFFF;
    text-decoration: underline;
    padding: 0px 3px;
}

#modal_cp #close {
    background: none;
    border: none;
    font-size: 19px;
    font-weight: 700;
    float: right;
    margin-top: -25px;
    margin-right: -10px;
}


#modal_cp .btn-mdf-cp button {
    background: #0076c1;
    border: none;
    width: auto;
    margin-left: 10px;
}

#modal_cp .btn-mdf-cp button:hover {
    background: #4B8AF1;
}

#modal_cp .btn-mdf-cp {
    font-size: 0.8em;
    color: #FFFF;
    display: none;
}

#modal_cp .cp-container {
    width: auto;
}

@media (max-width: 767px) {
    .cp-container.visible-xs.visible-sm {
        margin-bottom: 8px;
        margin-left: 5px;
        margin-right: 0;
    }

    #CP br {
        display: none;
    }

    #CP {
        font-size: 13px;
    }

    a#mdf_cp {
        color: #0076c1;
        margin-left: 5px;
    }
}

@media (max-width: 479px) {
    #modal_cp .btn-mdf-cp button {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}


/*  SEARCH_BOX  *******************************/

.SEARCH_BOX {
    float: none !important;
    width: 100%;
    z-index: 1000;
    margin: 0 auto 0;
    padding: 0 30px;
}

header .main .navbar-default>* {
    z-index: 1001 !important;
    align-items: center;
}

header .main .navbar-default .hamburguer {
    z-index: 1002 !important
}

.LOGIN_BOX,
.CART_BOX,
.hamburguer {
    z-index: 1002 !important;
}

.SEARCH_BOX fieldset {
    float: right;
    height: 46px;
    padding: 0;
    position: relative;
    width: 100%;
    border-radius: 50px;
    border: solid 1px #0076c1;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#modal-search-predictive .SEARCH_BOX fieldset {
    width: 100%;
}

.SEARCH_BOX .form-group {
    background-color: #f8f8f8;
    height: 100%;
    margin: 0 !important;
    padding: 0 50px 0 0;
    width: 100%;
    border: 0;
}

.SEARCH_BOX .form-control {
    background: #fff none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    float: right;
    font-weight: normal;
    height: 100%;
    line-height: 100%;
    margin: 0 0 0 0 !important;
    overflow: hidden;
    padding: 0 14px;
    z-index: 2;
    display: block;
    width: 100%;
    min-width: 0;
    float: left;
    border-radius: 5px;
}

.SEARCH_BOX .search_submit {
    background: #F6F6F6;
    border: 0 none;
    border-radius: 0 5px 5px 0;
    color: #000000;
    height: 44px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    z-index: 3;
}

.SEARCH_BOX .search_submit svg {
    width: 21px;
    height: 23px;
    margin: -1px 0 0 -2px;
}

.SEARCH_BOX .search_submit:hover svg {
    opacity: 0.5
}

.SEARCH_BOX .navbar-form {
    margin: 8px 0;
    padding: 0;
}

.divider {
    width: 100%;
    height: 1px;
    background: lightgray;
    display: block;
    margin: 0 0 5px 0;
}

.ui-autocomplete {
    background-color: #f8f8f8;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #333;
    display: none;
    font-size: 14px;
    left: 0;
    line-height: 42px;
    max-height: 300px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 43px;
    visibility: hidden;
    display: block;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    max-width: 630px;
    left: 16px;
}

.ui-autocomplete>div {
    background-color: white
}

.ui-autocomplete .totalprods {
    display: table;
    width: 100%;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px 5px;
    font-size: 0.8em;
    color: black;
}

.ui-autocomplete .totalprods>a {
    display: block;
    z-index: 2;
    position: relative;
    float: right
}

.ui-autocomplete .CatHeadContainer,
.ui-autocomplete .ProdsHeadContainer {
    border-top: 1px solid #E2E2E2;
    margin: 0 -15px;
    padding: 0 15px;
}

.ui-autocomplete .CatHead {
    background-color: #f8f8f8;
}

.ui-autocomplete .CatHead.sub a:before {
    content: " ";
    display: inline;
    font-size: 16px;
    position: relative;
    line-height: 12px;
    top: -2px;
}

.ui-autocomplete .CatHead>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    color: #000;
}

.ui-autocomplete article.CatHead>a>span,
.ui-autocomplete article.prods p a span {
    float: right;
    display: none
}

.ui-autocomplete article.CatHead:first-child>a>span,
.ui-autocomplete article.prods:first-child p a span {
    display: block;
}



.ui-autocomplete article.prods {
    padding: 5px 10px;
    display: table;
    width: 100%;
    background-color: #f8f8f8;
}

.ui-autocomplete article.prods p {
    width: 100%;
    margin: 0
}

.ui-autocomplete article.prods p a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    color: #000;
}

.ui-autocomplete article.active {
    background-color: #d8d8d8;
}

.ui-autocomplete article.prods p a {
    padding-left: 40px;
}

.ui-autocomplete article.prods:last-child p a {
    padding: 0 10px;
}

.ui-autocomplete article.prods p a img {
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 0;
    height: 32px;
}

.ui-autocomplete .mCSB_scrollTools {
    background-color: #f8f8f8;
    opacity: 1 !important;
}


.ui-autocomplete .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    line-height: 30px;
    background-color: #e4e4e4;
    width: 3px;
    border-radius: 30px !important;
}

.ui-autocomplete .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(228, 228, 228);
}

@media (max-width: 1199px) {
    .divider {
        display: none;
    }
}

@media (max-width: 767px) {
    .ui-autocomplete {
        max-width: unset;
        float: right;
        width: calc(100% + 50px) !important;
        right: -50px;
        left: unset;
    }

    header .main {
        /* box-shadow: 3px 2px 0 1px rgba(0, 0, 0, .2); */
    }


    header .main .navbar-default {
        justify-content: space-between;
        padding: 0;
        flex-flow: wrap;
    }

    .SEARCH_BOX .search_submit {
        background: #fff;
    }

}

@media (max-width: 500px) {
    .ui-autocomplete {
        font-size: 0.9em;
    }

    .ui-autocomplete .CatHead {
        padding: 6px 10px;
    }
}


/*  HEADER AFFIX  *******************************/

@media (min-width: 992px) {
    body:not(.Product) .main.fixedmain {
        position: fixed;
    }

    body:not(.Product) .main.fixedmain .LOGO {
        width: 200px;
    }
}



/* t-vision - phone*/

.phone {
    color: #0076c1;
    float: left;
    line-height: 1.2em;
    margin: 12px 0 10px 5px;
    font-size: 0.97em;
    justify-content: space-between;
    width: 100%;
}

.phone>div {
    float: left;
    position: relative;
}

.phone>div::before {
    font-family: "E3Interface";
    font-size: 1.4em;
    left: -2px;
    position: absolute;
    top: 2px;
}

.phone .cliente {}

.phone .cliente span {
    color: #020202;
}

.phone .cliente strong {
    font-family: "promethean";
    font-size: 1.4em;
}

.phone .cliente span:before {
    font-family: "Ionicons";
    content: "\f4ef";
    margin-right: 10px;
    font-size: 2em;
    color: #0075c4;
    position: relative;
}

.phone .cliente span.phone-icon:before {
    font-family: "Ionicons";
    content: "\f4b9";
    margin-right: 10px;
    margin-left: 10px;
    font-size: 2em;
    color: #0075c4;
    position: relative;
}

.top-header-menu {
    color: #0075c4;
    float: right;
    line-height: 1.2em;
    margin: 12px 0 0 5px;
    font-size: 1em;
}