/* Minification failed. Returning unminified contents.
(628,6): run-time error CSS1031: Expected selector, found '/'
(628,6): run-time error CSS1025: Expected comma or open brace, found '/'
(1862,42): run-time error CSS1046: Expect comma, found '0'
(1862,46): run-time error CSS1046: Expect comma, found '/'
(1863,50): run-time error CSS1046: Expect comma, found '0'
(1863,54): run-time error CSS1046: Expect comma, found '/'
(1864,47): run-time error CSS1046: Expect comma, found '0'
(1864,51): run-time error CSS1046: Expect comma, found '/'
(2976,12): run-time error CSS1038: Expected hex color, found '#fffc'
(3490,35): run-time error CSS1046: Expect comma, found '0'
(3490,39): run-time error CSS1046: Expect comma, found '/'
(6541,19): run-time error CSS1038: Expected hex color, found '#0009'
(12212,35): run-time error CSS1046: Expect comma, found '0'
(12212,39): run-time error CSS1046: Expect comma, found '/'
 */
/* normal */
@font-face {
    font-family: 'e3font';
    src: url('/content/fonts/e3font.eot');
    src: url('/content/fonts/e3font.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/e3font.woff') format('woff'),
        url('/content/fonts/e3font.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}






/*////////////////////////////////////////////////////////////////////*/
/*   GENERALES             ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/


body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
}

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
}


header,
#wrap section,
footer {
    float: left;
    width: 100%;
}

* {
    text-shadow: none
}

*:after,
*:before {
    text-transform: none !important
}

.btn {
    font-family: 'Open Sans', sans-serif;
}

.align_center {
    text-align: center
}

.align_right {
    text-align: right
}

.align_left {
    text-align: left
}

.banner-grande.banner-item {
    margin-bottom: 50px;
}

/* mostrar/ocultar elementos */
.muestro {
    display: block;
}

.mostrame {
    display: none;
}

.muestro:hover~.mostrame,
.mostrame:hover {
    display: block;
}

@media (max-width:991px) {
    .container {
        width: 100%;
    }
}

a {
    transition: all 0.3s ease-in 0s;
}



/* banners */
.banner-item {
    width: 100% !important;
    margin-bottom: 20px;
}

.banner-item img {
    width: 100%;
}

.banner-item.Html img {
    width: auto;
}

@media (max-width: 767px) {}

@media (max-width: 479px) {
    .banner-item {
        margin-bottom: 45px;
    }

    .banner-item.Image {
        margin-bottom: 32px;
    }
}





/* forms */
.required {
    color: #dd1919;
    float: right;
    font-size: 1.2em;
    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;
}

textarea {
    border: 1px solid #CCCCCC;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999;
    font-style: italic !important;
}




/* RECUPERAR CONTRASEÑA ***********************/
.Recover .user_wrapper {
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 30px auto;
    padding: 30px;
}

.Recover section form {
    margin-left: 47px;
    width: 50%;
}

.Recover section .btn {
    margin-top: 10px
}

.Recover section p {
    color: #777777;
    font-size: 1em;
    margin-bottom: 100px;
}

.Recover .user_wrapper>h3::after {
    left: 48px;
}


@media (max-width: 479px) {
    .Recover section form {
        margin-left: 0;
        width: 100%;
    }
}


/*  MENU_MAIN *******************************/
.MENU_MAIN {
    float: left;
    width: 100%;
}

.MENU_MAIN>ul {
    float: left;
    padding-left: 10px;
    display: inline-flex;
    min-height: unset;
    max-height: unset;
    height: auto;
    width: 100%;
}

.MENU_MAIN .nav>li>a {
    color: #333333;
    display: inline-flex;
    height: 48px;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    padding: 16px 15px 14px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
}

.MENU_MAIN .extras li a {
    color: #333333;
}

.MENU_MAIN .extras li a::after {
    display: none;
}

.MENU_MAIN .nav>li>a>img {
    max-height: 34px;
    margin-right: 5px;
    width: auto;
    float: left;
}

.MENU_MAIN .nav.navbar-nav.extras {
    border-left: solid 1px #FFF;
    margin-left: 7px;
    padding-left: 7px;
}


/* item "piezas" */
.MENU_MAIN .nav>li.piezas {
    border-left: 1px solid #8fa2b0;
    border-right: 1px solid #8fa2b0
}

.MENU_MAIN .flechita::after {
    font-family: "Ionicons";
    content: "\f123";
    font-size: 8px;
    position: relative;
    top: 0;
    margin-left: 4px;
}

.MENU_MAIN .nav>li.link>a {
    color: white !important;
    text-transform: uppercase;
    background-color: #033260 !important;
}

/* :hover */
.MENU_MAIN .nav>li>a:focus,
.MENU_MAIN .nav>li>a:hover,
.MENU_MAIN .nav>li:hover>a {
    text-decoration: none;
    background-color: transparent !important;
    color: #D71920 !important;
}


/* ul ul */
.MENU_MAIN ul li ul {
    background-color: #fff;
    border-color: transparent #00000030 #00000030;
    border-radius: 0 !important;
    border-style: solid;
    border-width: 0 1px 1px;
    left: -8px;
    min-height: 395px;
    padding: 15px 0 25px;
    width: 562px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
}

.MENU_MAIN ul li ul:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    position: absolute;
    display: block;
    top: -10px;
    left: 3em;
}

.menuBckImg {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 40px);
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 265px;
}

.MENU_MAIN ul li ul li {
    clear: left;
    float: left;
    width: 100%;
}

.MENU_MAIN ul li ul a {
    line-height: 1.2em;
    padding: 8px 22px;
    white-space: normal;
    background: transparent !important;
    font-size: 1.04em;
    text-transform: none;
    float: left;
    clear: left;
    width: auto;
    width: 255px;
}

.MENU_MAIN ul li ul a:hover {
    color: #333;
    background-color: transparent !important;
    text-decoration: underline;
}

.MENU_MAIN .dropdown-submenu ul li ul a {
    line-height: 1.3em;
}


.MENU_MAIN .dropdown-submenu ul li ul a:hover {
    color: #004573;
    background-color: transparent !important;
    text-decoration: underline;
}

.MENU_MAIN .dropdown-header {
    display: block;
    padding: 0px 5px;
    font-size: 1.1em;
    line-height: 1em;
    color: #777;
    white-space: nowrap;

}

.MENU_MAIN .dropdown-header::before {
    content: "Y";
    font-family: "e3font";
    font-size: 23px;
    position: relative;
    padding: 10px;
    top: 4px;
    font-weight: 500;
}

.MENU_MAIN .dropdown-header::after {
    width: 220px;
    height: 1px;
    background-color: #ddd;
    content: "";
    display: block;
    margin-top: 20px;
    left: -4px;
    position: relative;
}



/* abrir login_box en :hover */
.MENU_MAIN ul li:hover>.dropdown-menu {
    display: block;
}

.MENU_MAIN .dropdown-header a {
    padding: 0;
}

.MENU_MAIN .dropdown-header a:hover {
    padding: 0;
    background-color: white !important;
    color: #004573;
}

#mmenu .mainmenu .dropdown-header a {
    display: inline !important;
    padding: 0 20px !important;
    font-weight: normal;
    line-height: 1em;
    text-transform: capitalize;
    font-size: 1em;
}


@media (max-width: 1440px) {
    .MENU_MAIN .nav>li>a {
        font-size: 1.2em;
    }

    .MENU_MAIN .nav>li.piezas .dropdown-menu {
        left: -470px !important;
    }
}

@media (max-width: 1199px) {
    .MENU_MAIN .nav>li>a {
        padding: 0 11px;
    }

}


#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
    position: absolute;
    width: 550px;
    left: 100%;
    top: -2px;
    border: 0;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    border-left: 1px solid #bbb;

}

#menu-width .dropdown-submenu .dropdown-submenu:hover .dropdown-menu {
    background: rgba(250, 250, 250, 1);
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(0%, rgba(247, 247, 247, 1)), color-stop(16%, rgba(255, 255, 255, 1)), color-stop(31%, rgba(255, 255, 255, 1)), color-stop(55%, rgba(255, 255, 255, 1)), color-stop(96%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
}

#menu-width .dropdown-submenu .dropdown-submenu:hover .dropdown-menu {
    display: flex;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu li {
    width: 50%;
}

#menu-width>.dropdown-submenu>.dropdown-menu>.dropdown-submenu {
    display: inline-block;
    width: 100%;
    float: left;
    position: static;
}

.MENU_MAIN ul li ul a::after {
    content: "\f125";
    font-family: "Ionicons";
    position: absolute;
    top: 7px;
    right: 0;
    color: white;
    font-size: 0.6em;
    padding-right: 8px;
}

.MENU_MAIN ul li ul.noImage {
    width: 220px;
}

.MENU_MAIN ul li ul.noImage>li {
    width: 100% !important;
}


#menu-width .dropdown-submenu .dropdown-menu.noImage .dropdown-submenu .dropdown-menu {
    width: 400px;
    left: 100%;
}

.MENU_MAIN .dropdown-menu a {
    position: relative;
}

@media (max-width: 1439px) {
    #menu-width .dropdown-submenu .dropdown-menu.noImage .dropdown-submenu .dropdown-menu {
        width: 230px;
        left: 100%;
    }

    #menu-width .dropdown-submenu .dropdown-menu .dropdown-submenu:hover .dropdown-menu li {
        width: 100% !important;
    }

    #menu-width .dropdown-submenu .dropdown-menu.noImage .dropdown-submenu .dropdown-menu {
        max-height: unset;
    }
}




/* BREADCRUMB  **************************/

.breadcrumb {
    background-color: #fff !important;
    margin-bottom: 5px !important;
}

.breadcrumb,
.back {
    letter-spacing: 0.03em;
    padding: 0 !important;
    width: auto;
    background: none;
    position: relative;
    top: 20px;
    background-color: transparent !important;
}

.breadcrumb li {
    height: 25px;
    line-height: 22px;
    padding: 0 5px 0 8px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.breadcrumb li:first-child {
    padding-left: 0px;
}

.breadcrumb li:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}

.breadcrumb li:not(:last-child)::after {
    content: "\f125";
    font-family: "Ionicons";
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 1px;
    width: 7px;
    font-size: 0.6em;
    right: -9px;
    color: #000;
}

.breadcrumb>li+li::before {
    display: none
}

.breadcrumb a {
    display: block;
    text-decoration: none;
    color: #000 !important;
    font-weight: 500;
    font-size: 0.9em;
    font-weight: 500;
}

.breadcrumb li:last-child a {
    color: #000 !important;
    cursor: default;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
}

.breadcrumb li:hover,
.breadcrumb li:hover::after {
    border-color: #ddd;
}

.breadcrumb li:last-child,
.breadcrumb li:last-child:after {
    border-color: #ddd !important;
}




@media (max-width: 991px) {

    .totalprods {
        font-size: 0.83em
    }

    */ #menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
        width: 500px;
    }
}


@media (max-width: 767px) {
    .Category h1 {
        font-size: 1.6em;
        margin: 35px 0 8px;
        text-align: center;
    }

    .breadcrumb {
        margin-bottom: 0px !important;
        text-align: center;
        position: relative;
        top: 3px;
        color: #fff;
        order: 1;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .breadcrumb li+li {
        margin-left: 10px;
    }

    .breadcrumb li a {
        color: #000 !important;
    }

    .totalprods {
        left: 15px;
        letter-spacing: 0.05em;
        line-height: 1.1em;
        right: unset;
        top: -19px;
    }
}

@media (max-width: 767px) {
    .totalprods span {
        display: block
    }
}


/* quitar flechas del input number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media (max-width: 479px) {

    .modal-content {
        min-height: 100vh;
    }
}


/*  Newsletter banner desplegable *******************************/


.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.newsletter-tag .newsletter-tag-visible {
    background-repeat: no-repeat;
    background: #383838;
}


.newsletter-tag .newsletter-tag-visible {
    background-position: center;
    height: 58px;
    width: 58px;
    left: 4px;
    position: relative;
}

.newsletter-tag {
    display: none;
    position: fixed;
    z-index: 11;
    top: 70%;
    right: 0;
    -moz-transform: translate(345px, -50%);
    -ms-transform: translate(345px, -50%);
    -webkit-transform: translate(345px, -50%);
    transform: translate(345px, -50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.newsletter-tag:hover {
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.newsletter-tag .newsletter-tag-hidden,
.newsletter-tag .newsletter-tag-visible {
    display: inline-block;
    vertical-align: top
}

#recaptcha2 {
    transform: scale(0.67);
    transform-origin: 0 0;
}

#recaptcha1,
#recaptcha2 {
    margin-top: 10px;
}


.newsletter-close::before {
    content: "\f129";
    display: block;
    font-family: "Ionicons";
    color: #fff;
    position: absolute;
    top: 15px;
    right: 22px;
    cursor: pointer;
}

.newsletter-tag .newsletter-tag-hidden {
    height: 195px;
    background-color: #383838;
}

.newsletter-tag .newsletter-tag-hidden h3 {
    margin: 5px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
}

.newsletter-tag .newsletter-tag-hidden p {
    color: #fff;
}

.form-newsletter .msg {
    padding: 2px 0 !important;
    display: inline !important;
    background: transparent !important;
}

.newsletter-tag .newsletter-tag-hidden span {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.newsletter-tag .newsletter-tag-hidden strong {
    font-size: 0.8em;
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
    line-height: 1.1em;
}

.newsletter-tag .newsletter-tag-hidden a {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.1em;
    text-decoration: underline;
}

.newsletter-tag .newsletter-tag-visible p {
    color: #fff;
    font-size: 0.65em;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px;
    text-align: center;
}


.newsletter-tag .newsletter-tag-visible p::before {
    content: "\f422";
    font-family: "Ionicons";
    font-size: 31px;
    left: 0;
    position: relative;
    text-align: center;
    top: 1px;
    font-weight: lighter;
    color: #fff;
    display: block;
    padding: 5px 0;
}

span#cfemail-error {
    padding: 1px !important;
    margin-bottom: 8px !important;
}

.newsletter-tag .form-newsletter .field-validation-error::before {
    float: left;
}

.newsletter-tag.show>* {
    display: none !important;
}
/*////////////////////////////////////////////////////////////////////*/
/*   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 {
    font-size: 1.05em;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.3em;
    color: #fff;
    background: #FFF;
    padding-bottom: 1px;
}
.b-up .container-fluid {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
}


@media (max-width: 991px) {
.b-up {font-size: 0.9em}
}




/*   Before HEADER          ////////////////////////////////////////  */

.BeforeHeader {
    background-color: #c4322b;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 0px;
    color: white;
}

.BeforeHeader li {
    list-style: none;
    width: auto !important;
    overflow: hidden !important;
    padding: 0px 20px 0px 20px;
    border-right: 1px solid #fff;
}

.BeforeHeader li a {
    margin: 0px !important;
    color: #fff;
    font-size: 14px;
}



/* MAIN **********************************************/
header .main {
    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 */
}

.navbar-brand.LOGO {
    height: 70px !important;
}

header .main .navbar-default {
    background: #F1F1F1;
    border: 0 none;
    box-shadow: none;
    height: auto;
    margin: 0;
    display: inline-flex;
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
}

.LOGO {
    padding: 0;
    position: relative;
    width: 170px;
    margin: 6px 0 0 10px;
}
.LOGO img {
    width: 100%;
}

.wrap-login {
    background: #FFF;
    padding: 0;
    float: right;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
}


.CART_BOX .cart-button,
.LOGIN_BOX .login-button,
.MENU-ICONS a {
    line-height: 10px;
    margin-top: 0;
}

/*  MENU_TOP  *******************************/
.MENU_TOP {
    float: left;
    margin: 0;
    margin-left: auto;
    display: inline-flex;
    width: 1%;
    max-width: 1px;
    justify-content: space-between;
}

.MENU_TOP>span:last-child {
    display: none
}

.MENU_TOP>li>a {
    background: transparent none repeat scroll 0 0;
    color: #004573 !important;
    font-size: 1em;
    letter-spacing: 0.04em;
    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) {}

@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: #004573
}

.MENU-ICONS .tooltip {
    top: 1px !important;
}

.MENU-ICONS .tooltip-inner {
    background-color: #004573
}

.MENU-ICONS .tooltip-inner {
    background-color: #004573
}



/*  LOGIN_BOX *******************************/
.LOGIN_BOX {
    border-right: 1px solid #d9edf7;
}
.LOGIN_BOX, .CART_BOX {
    float: right;
}
.LOGIN_BOX::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #F1F1F1;
}
.LOGIN_BOX .dropdown-menu {
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    margin-top: 1px;
    width: 200px;
}
.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 26px;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 90px;
    min-width: 70px;
}

.LOGIN_BOX .login-button{width: 185px;}

.LOGIN_BOX .login-button .i-login {
    color: #000;
    content: "";
    float: left;
    font-size: 1.7em;
    padding-right: 5px;
    position: unset;
    top: 20px;
}

.LOGIN_BOX .logi {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.LOGIN_BOX .login-button span {
    color: #000;
    font-size: 0.9em;
    font-weight: normal;
    float: left;
    white-space: nowrap;
    margin-bottom: 3px;
}

.LOGIN_BOX .login-button strong {
    color: #000;
    display: block;
    float: right;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1em;
    margin: 2px 0 3px;
    padding-right: 7px;
    text-align: left;
}
.LOGIN_BOX .login-button strong:hover {
	text-decoration: underline;
}
.LOGIN_BOX .login-button .i-login::before {
    content: "";
    background-image: url('../../images/login.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    height: 20px;
    width: 20px;
    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: #000 !important;
    float: right;
    font-family: "Ionicons";
    font-size: 9px;
    font-weight: bold;
    bottom: -7px;
    position: relative;
}
.CART_BOX .cart-button::after {
    display: none
}

.LOGIN_BOX .login-button.unlogged::after{
    bottom: 0;
}

.LOGIN_BOX .login_window, .CART_BOX .cart-window {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: none;
    top: 100%;
}

/* .LOGIN_BOX:hover .dropdown-menu.login_window {
	display: block;
} */
.LOGIN_BOX .login_window {
    left: auto;
    padding: 15px;
    width: 270px;
}

.CART_BOX .cart-window {
    max-height: 565px;
    min-height: 72px;
    padding: 0;
    width: 430px;
}


.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;
}



/* CART_BOX *************************************/

.CART_BOX {}
.CART_BOX .cart-button {
    min-width: 84px;
    padding: 0;
}
.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 svg {
	display: none;
}
.CART_BOX .cart-button .i-cart:before {
    content: "";
    background-image: url('../../images/cart.svg');
    background-size: 23px 23px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    height: 23px;
    width: 23px;
    display: block;
}

.CART_BOX .cart-button .pr {
    color: #fff;
    display: block;
    float: left;
    font-family: 'Open Sans', 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.87em;
    font-weight: normal;
    background-color: #D71920;
    height: 17px;
    width: auto;
    border-radius: 10px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 27px;
    right: 16px;
    padding: 0 4px;
    min-width: 22px;
}
.CART_BOX .cart-window ol {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 0;
    max-height: 400px;
    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;
    padding-right: 25px;
    position: relative;
    width: 100%;
}
.CART_BOX .cart-window ol li:last-child {
    border-bottom: 0;
}
.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%;
    color: #000;
}

.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%;
    color: #000;
    margin: 0;
    font-weight: normal;
}
.CART_BOX .cart-window .price span {
    font-size: 1.1em;
    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: 20px;
    text-align: center;
    width: 18px;
    position: absolute;
    right: 0;
}

.CART_BOX .cart-window .remove:hover {
    background: #888
}

.CART_BOX .cart-window .subtotal {
    float: left;
    font-size: 1em;
    letter-spacing: 0.03em;
    padding: 24px 15px;
    color: #000;
    background: #f5f5f5;
    width: calc(100% - 160px);
}
.CART_BOX .cart-window .subtotal span {
    font-size: 1.2em;
    font-weight: bold;
}
.botones {
    float: right;
    background: #f5f5f5;
    padding: 15px;
    width: 160px;
}
.botones .BUTTONBUY {
    width: 100%;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    padding: 0;
}
.CART_BOX .cart-window .mje-nohay {
    margin: 15px;
    text-align: center;
}




/*  SEARCH_BOX  *******************************/

.SEARCH_BOX {
    width: 100%;
    margin: 0 0 1px 69px;
}

#header-content .SEARCH_BOX {
	display: none;
}
#mmenu .SEARCH_BOX {
    display: block;
}

#mmenu .name {
    color: white;
    padding: 5px 0;
}

.LOGIN_BOX,
.CART_BOX,
.hamburguer {
    z-index: 1002 !important;
}

.SEARCH_BOX fieldset {
    float: right;
    height: 42px;
    background-color: #fff;
    padding: 0;
    position: relative;
    width: 100%;
}

.SEARCH_BOX .form-group {
    border-radius: 0;
    background-color: #fff;
    border: solid 1px #B5B5B5;
    height: 100%;
    margin: 0 !important;
    padding: 0 50px 0 0;
    width: 100%;
    border-radius: 3px;
}

.SEARCH_BOX .form-control {
    background: transparent 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;
    font-size: 15px;
    /*border-radius: 21px 0 0 21px;*/
}

.SEARCH_BOX .search_submit {
    background: transparent;
    border-radius: 0;
    color: #000;
    height: 40px;
    position: absolute;
    right: 0;
    top: 1px;
    width: 48px;
    z-index: 3;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #000;
}

.SEARCH_BOX .search_submit svg {
    width: 20px;
    height: 23px;
    margin: 4px 0 0 -2px;
}

.SEARCH_BOX .search_submit:hover svg {
    opacity: 0.5
}
.SEARCH_BOX .search_submit svg {
	display: none;
}
.SEARCH_BOX .search_submit:after {
    content: "\f4a4";
    font-family: "Ionicons";
    color: #000;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px;
    font-size: 28px;
    top: 2px;
}
.SEARCH_BOX .search_submit:hover:after {
	color: #00335a;
}
.SEARCH_BOX .navbar-form {
    margin: 8px 0;
    padding: 0;
}

.SEARCH_BOX .input-group-btn {
    display: none;
}

/* autocomplete */

.ui-autocomplete {
    background-color: #fff;
    border-radius: 2px;
    color: #343434;
    font-size: 0.9em;
    margin-top: 0;
    border: 1px solid #b6b6b6;
    max-height: 300px !important;
    overflow-y: auto;
    padding: 5px 0;
    z-index: 9999;
    box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.22);
    width: 100% !important;
    position: absolute;
    display: block !important;
    height: auto;
    top: 100%;
}

.ui-autocomplete article.prods {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 2px 0;
}
.ui-autocomplete .ttalprods {
    position: static;
    color: #000;
    float: right;
    font-size: 1.1em;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    line-height: 1em;
}
.ui-autocomplete .ttalprods span {
    float: left;
    font-weight: 500;
    margin-right: 4px;
}
.ui-autocomplete .ttalprods span strong {font-weight: normal}
.ui-autocomplete .ttalprods a {
    text-decoration: underline;
    z-index: 2;
    position: relative;
    float: right;
    font-size: 1em;
    font-weight: 500;
    color: #333;
    display: block;
    letter-spacing: 0;
}

    .ui-autocomplete article.CatHead {
        padding: 6px 10px;
        font-weight: 500;
        color: #fff;
        width: 100%;
        display: table;
        background-color: #D71920;
        text-transform: uppercase;
        font-size: 0.94em;
        letter-spacing: 0.02em;
        border-top: 1px solid #D71920;
        float: left;
        margin: 8px 0 3px;
        text-align: left;
        line-height: 2.5em;
    }
.ui-autocomplete article.CatHead a {
    color: #fff;
    float: left;
    width: 100%;
}
.ui-autocomplete article.CatHead a span {
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: underline;
    font-size: 1.05em;
    float: right;
}
.ui-autocomplete article.prods a {
    padding: 7px 15px;
    float: left;
    width: calc(100% - 6px);
    margin-left: 6px;
    line-height: 1.2em;
}
.ui-autocomplete article.prods p {margin: 0}
    .ui-autocomplete article.prods a:hover {
        color: #333 !important;
        text-decoration: underline;
    }
.ui-autocomplete article.CatHead a:hover {color: #FFF !important}




@media (max-width: 991px) {

}

@media (max-width: 767px) {
.CART_BOX .cart-window { display: none !important}
}

@media (max-width: 479px) {
	
}




.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

@media(min-width:767px){
.sticky {animation: smoothScroll 1s forwards;}
}

@keyframes smoothScroll {
0% {transform: translateY(-40px);}
100% {transform: translateY(0px);}
}








.MENU_MAIN li[class^="code-NO-"], .MENU_MAIN li[class*="code-NO-"], #mmenu li[class^="code-NO-"], #mmenu li[class*="code-NO-"], .category_tree li[class^="code-NO-"], .category_tree li[class*="code-NO-"] {
    display: none !important;
}




/* MENU RESPONSIVE y MMENU  ************************************/


@media (max-width: 1199px) {
.CART_BOX .cart-button {min-width: 70px}
.SEARCH_BOX {
    margin: 0 30px 1px 40px;
}
}

@media (max-width: 991px) {
    #main-slider, #main-slider2{
        margin-top: 5.5vh;
    }
    header .main {
        box-shadow: none;
        background: #FFF;
        height: 65px;
        box-shadow: 0 4px 3px -1px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0 4px 3px -1px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 4px 3px -1px rgb(0 0 0 / 20%);
    }
header .main .navbar-default {
    background: transparent;
    border: 0;
}

.navbar-header {
    float: none
}
.LOGO {
    line-height: 1em;
    margin: 13px auto 1px;
    float: none;
    width: 153px;
    top: -8px;
}
.LOGO img {

}


/* search_box */
.lupa {
    position: absolute;
    top: -9px;
    right: 55px;
    width: 55px;
    height: 100%;
    line-height: 65px;
    text-align: center;
    font-size: 29px;
    font-family: "Ionicons";
    color: #000;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.lupa::after {
    content: "\f4a4";
}
.lupa svg {
	display: none;
}
.lupaclose {
    font-family: 'Ionicons';
    height: calc(100% - 2px);
    width: 57px;
    position: absolute;
    right: 0px;
    top: 1px;
    z-index: 1;
    text-align: center;
    display: none;
    font-size: 41px;
    background: #000;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #aaa;
    color: #fff;
}
.lupaclose:before {
    content: "\f404";
}
.lupaclose:hover {color: #fff}

.SEARCH_BOX.show {
    position: absolute;
    width: 100%;
    right: 0;
    top: 64px;
    margin: 0;
}
.SEARCH_BOX.show fieldset {
    height: 60px;
    line-height: 60px;
}
.SEARCH_BOX.show .form-group {
    border-width: 1px 0;
    border-color: #bbb;
    box-shadow: 0 4px 13px #00000024;
    padding-right: 70px;
}
.SEARCH_BOX.show .form-control {font-size: 14px; padding: 0 0 0 10px;}
.SEARCH_BOX.show .search_submit {
    right: 0;
    border: 0;
    height: calc(100% - 2px);
    width: 62px;
    line-height: 56px;
}
.SEARCH_BOX.show .search_submit::after {
    content: "\f3d6";
    font-size: 40px;
    color: #D71920;
}
.SEARCH_BOX.show .search_submit::hover::after {color: #568EA3}


.CART_BOX {
    position: absolute;
    top: -9px;
    right: 0;
    display: flex !important;
    height: 100%;
}
.CART_BOX .cart-button {
    min-width: 55px;
    height: 100%;
}
.CART_BOX .cart-button .items {
    background: #D71920;
    top: 25px;
    right: 7px;
}
}


@media (max-width: 767px) {
}


@media (max-width: 479px) {
header .main {
    height: 57px;
}
.LOGO {
    height: auto;
    margin: 12px auto 11px;
    padding-right: 23px;
    width: 130px;
    top: -5px;
}
.lupa {
    height: 40px;
    width: 40px;
    line-height: 40px;
    top: 9px;
    font-size: 25px;
    right: 49px;
}
.CART_BOX .cart-button {
    min-width: 40px;
    height: 40px;
    top: 9px;
    right: 5px;
}
.CART_BOX .cart-button .items {
    top: 3px;
    right: 2px;
}
.CART_BOX{
    top: 0;
}
.hamburguer {top: 3px !important}
.SEARCH_BOX.show {top: 57px; display: block !important;}
}



/* hamburguer ******************/

.hamburguer {
    cursor: pointer;
    height: 50px;
    left: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-decoration: none;
    top: 6px;
    width: 50px;
    z-index: 1002;
}
.hamburguer {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.hamburguer span {
    background: #000;
    border-radius: 0;
    display: block;
    height: 2px;
    left: 0;
    margin: 0 25%;
    opacity: 1;
    position: absolute;
    width: 50%;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburguer span:nth-child(1) {
    top: 17px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburguer span:nth-child(2) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburguer span:nth-child(3) {
    top: 31px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburguer:hover span {
    background: #202020
}





/* MMENU *********************/
#mmenu {
    background: #fff none repeat scroll 0 0;
    color: #000;
    z-index: 1001;
}

#mmenu>ul {
    padding: 0;
}

#mmenu .registro {
    padding-top: 10px;
}

#mm-blocker {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: black;
    opacity: .6;
}


#mmenu:not(.mm-menu) {
    display: none;
}


html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"]~#mm-blocker {
    opacity: .6;
}

.mm-back>a {
    color: #fff !important;
    font-size: 2em;
    opacity: 1;
    padding: 16px 20px 0 !important;
    text-align: right;
    text-decoration: none !important;
}

.mm-back>a::before {
    content: "\f2d7"
}

.mm-back>a::before {
    font-family: "Ionicons";
}

#mmenu .mm-list>li.mm-label {
    background: transparent none repeat scroll 0 0;
    border-top: 1px solid #666;
    color: #004573;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin: 25px 0 0;
    padding: 7px 0 4px;
    font-weight: 500;
}

.mm-label.labelfirst {
    border: 0 none !important;
    margin: 0 !important;
}

#mmenu .dropdown-header {
    display: block;
    padding: 0;
    font-size: 1.6em;
    line-height: 1em;
    color: #000;
    white-space: nowrap;
    margin: 20px 0;
    letter-spacing: 0;
}

#mmenu .dropdown-header::before {
    content: "Y";
    font-family: "e3font";
    font-size: 23px;
    position: relative;
    padding: 5px 6px 5px 0;
    top: 4px;
    font-weight: 500;
}

#mmenu .mainmenu a {
    color: #000;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    padding: 16px 21px 16px 66px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: normal;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.02em;
    position: relative;
    letter-spacing: 0.02em;
}

#mmenu .mainmenu span img,
#mmenu .mainmenu a img {
    height: 35px;
    position: static;
    left: 18px;
    margin-right: 5px;
    top: 9px;
    display: none;
}

#mmenu .mainmenu .caret {
    margin-left: 6px;
    border-width: 5px 5px 0 5px;
}

.mainmenu .dropdown-submenu.open .dropdown-menu {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    float: left;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
}

.mainmenu .dropdown-submenu.open .dropdown-menu a {
    font-weight: lighter !important;
    padding: 10px 8px 10px 65px !important;
    text-transform: none !important;
    border: 0 !important;
}

.mainmenu .dropdown-submenu.open .dropdown-menu a:hover {
    background: transparent none repeat scroll 0 0 !important;
    text-decoration: underline;
}

.mm-panel>.mm-list {
    margin-left: 0px;
    margin-right: 0px;
}

.mm-list>li>a,
.mm-list>li>form a,
.mm-list>li>span {
    color: #000;
    display: block;
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    padding: 10px 14px;
    text-overflow: ellipsis;
    white-space: normal;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
    border: 0
}

.mm-back>a {
    font-size: 1.8em !important;
    opacity: 1 !important;
    text-decoration: underline;
}

#mmenu li.close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

#mmenu li.close .button-close {
    color: white;
    font-size: 20px !important;
    background: transparent;
    padding: 5px 10px;
}

#mmenu .mmenu-button {
    border: 1px solid #fff;
    background-clip: padding-box;
    border-radius: 3px;
    color: #000 !important;
    float: right;
    font-size: 26px;
    height: 32px;
    line-height: 30px;
    margin: 21px 15px 15px 0;
    opacity: 0.6;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 33px;
}

#mmenu .mmenu-button:hover {
    opacity: 1
}

#mmenu .back a {
    border-bottom: 2px solid rgb(255, 252, 252);
}

#mmenu .dropdown-menu {
    display: none;
}

#mmenu .dropdown-submenu.open .dropdown-menu {
    display: block;
}


.mm-menu .uno>.mm-vertical>.mm-panel>ul>li>a:not(.mm-next) {
    font-size: 1.2em;
}

#mmenu .mainmenu .mm-panel .mm-panel {
    padding: 0
}


/*****/
.vendedor {
    background: #00335a !important;
    color: #fff !important;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    font-size: 1.05em;
    line-height: 1.2em;
}
#mmenu .vendedor {background: #568EA3 !important}
.LOGIN_BOX .vendedor {
    text-align: center !important;
    padding: 14px !important;
    margin: 3px 10px !important;
    width: calc(100% - 20px) !important;
}
.menu_tree .vendedor {
    max-width: 175px;
    padding: 10px 0 !important;
    color: #fff;
    margin: 10px 0 0;
    text-decoration: none !important;
}
.menu_tree .vendedor::after {display: none !important}
:hover
.vendedor:hover, .LOGIN_BOX .vendedor:hover, #mmenu .vendedor:hover {background: #ddd !important; color: #568EA3 !important}



/*****/
#mmenu ul.uno, #mmenu ul.extras {
    margin: 0;
    padding: 0;
    /*overflow-y: auto;*/
    height: auto;
    float: left !important;
    width: 100% !important;
    display: block;
    position: relative;
}

#mmenu ul.uno>li {
    border-bottom: 1px solid #e6e6e6 !important;
    float: left;
    width: 100%;
    z-index: 2;
}

#mmenu ul.extras {
    margin-bottom: 35px;
}
#mmenu ul.extras > li {
    float: left;
    width: 100%;
    z-index: 2;
}
#mmenu ul.extras > li > a {
    color: #000;
    font-size: 1.1em;
    padding: 13px 14px;
}

#mmenu ul.uno > li > a, ul.uno > li > span {
    font-size: 1.25em;
    font-weight: 500;
    height: auto !important;
    line-height: 2em;
    padding: 9px 15px !important;
    font-family: 'Open Sans', sans-serif;
    z-index: 2;
    letter-spacing: -0.01em;
    text-transform: none;
}
#mmenu ul.uno>li>.mm-next::after, ul.uno>li>.mm-prev::before {
    border-color: #ddd !important;
    height: 10px;
    width: 10px;
    right: 22px !important
}
.mm-list > li > a.mm-subopen::after, .mm-list a.mm-subclose::before {
    border-width: 1px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
.mm-list > li.mm-opened > a.mm-subopen::after, .mm-list .mm-opened a.mm-subclose::before {
    -webkit-transform: rotate(315deg) !important;
    -moz-transform: rotate(315deg) !important;
    -o-transform: rotate(315deg) !important;
    transform: rotate(315deg) !important;
}
.mm-menu.mm-offcanvas {
    overflow: auto !important;
    width: 87%;
}

/*******/
#mm-0 {
    padding: 0;
}


/*** mi cuenta ***/
#mmenu li.name {
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    background: #383838;
    text-align: center;
    padding-top: 9px;
}
.micuenta.mm-list {
    background: #383838;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: auto;
    position: relative;
    text-align: center;
    padding: 7px 4px 6px !important;
}
li.mm-back {
    background-color: #383838;
    color: white;
}
.micuenta li {padding: 0 !important}
.micuenta li a {
    color: white !important;
    font-size: 13px !important;
    font-weight: 300;
    letter-spacing: 0.03em;
}
.micuenta li a:hover, .micuenta li a:focus, .micuenta li a:visited {
    color: white !important;
    background: transparent !important;
}
.micuenta .u-data::before, .micuenta .u-favs::before, .micuenta .u-orders::before, .micuenta .u-logout::before {
    font-family: "e3font" !important;
    font-weight: normal;
    display: block;
    font-size: 25px;
    height: 28px;
    margin: 0 !important;
}
.micuenta .u-data:before {
    content: "J";
}
.micuenta .u-favs:before {
    content: "Z";
}
.micuenta .u-orders:before {
    content: "0";
}
.micuenta .u-logout:before {
    content: "2";
}
.micuenta .u-pass:before {
    content: "y";
}



/*********/
#mmenu ul.uno > li.link {
    font-family: "ClanOT";
    border-bottom: 0 !important;
}

#mmenu ul.uno>li.link>a,
ul.uno>li.link>span {
    font-family: "ClanOT-Book";
    font-weight: 400;
}

#mmenu ul.uno>li.whiteBackground {
    background-color: white;
    color: #000;
    border: 0 !important;
    font-family: "ClanOT";
}

#mmenu ul.uno>li.whiteBackground>a,
ul.uno>li.whiteBackground>span {
    font-family: "ClanOT-Book";
    font-weight: 400;
    text-transform: none;
    font-size: 1.1em;
    padding: 20px 15px 10px;
    line-height: 1em;
}

ul.uno>li>.mm-panel {
    padding-top: 0
}

#mmenu .dropdown-menu.dos {
    margin: -20px 0 20px
}

#mmenu .dropdown-menu.dos>li>a,
.dropdown-menu.dos>li>span {
    font-size: 1.15em;
    font-weight: 700;
    color: #999 !important;
    height: 50px !important;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0
}

#mmenu .dropdown-menu.dos>li>.mm-next::after,
.dropdown-menu.dos>li>.mm-prev::before {
    border-width: 1px;
    border-color: #999 !important;
    height: 6px;
    width: 6px;
    right: 24px !important
}

#mmenu .dropdown-menu.dos ul.tres {
    margin: -5px 0 15px
}

#mmenu .mainmenu a.mm-subopen {
    width: 100% !important;
    padding: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    height: 50px !important;
    z-index: 2 !important;
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
    top: calc(50% - 2px);
    bottom: auto;
    border-color: black;
    opacity: 1;
}


/*******/
#mmenu ul.dos > li > a, ul.dos > li > span {
    font-size: 1.05em;
    font-weight: 500;
    height: auto !important;
    line-height: 1.2em;
    padding: 14px 10px;
    font-family: 'Open Sans', sans-serif;
    z-index: 2;
    text-transform: none;
    color: #444;
}
#mmenu ul.dos > li > a:hover, ul.dos > li > span:hover {
    text-decoration: underline;
    color: #000;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 1em;
}


/* header responsive ***/
/*////////////////////////////////////////////////////////////////////*/
/*   FOOTER                ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

footer {
    margin-top: 25px;
    background: #f5f5f5;
}


.Home footer {
}



/*  LASTSEEN *******************************/
.lastseen {
    float: left;
    height: 190px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}

    .lastseen h2 {
        font-size: 1.1em !important;
    }

    .lastseen ul {
        text-align: center;
    }

    .lastseen li {
        display: inline-block;
        float: none;
    }

    .lastseen article {
        height: 90px;
        margin: 0 11px 50px;
        position: relative;
        width: 90px;
    }

    .lastseen .box_image {
        height: 100%;
        z-index: 0;
    }

        .lastseen .box_image img {
            width: 100%;
        }

    .lastseen h3 {
        color: #4f4d58;
        display: none;
        font-size: 10px;
        font-weight: normal;
        left: -50%;
        letter-spacing: 0.03em;
        line-height: 12px;
        margin: 0;
        padding: 5px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 95px;
        width: 200%;
        z-index: 1;
    }

    .lastseen article:hover h3 {
        display: block
    }

    .lastseen h3:before {
        content: "\f365";
    }

    .lastseen h3::before {
        color: #1285b2;
        float: left;
        font-family: "Ionicons";
        font-size: 24px;
        line-height: 0;
        margin-top: -6px;
        width: 100%;
    }

    .lastseen p {
        text-align: left
    }


@media (max-width: 767px) {
    .lastseen {
        height: 150px
    }

        .lastseen li {
            float: left
        }

        .lastseen article {
            height: 50px;
            margin: 0 5px 50px;
            width: 50px;
        }

        .lastseen h3 {
            font-size: 9px;
            line-height: 1.2em;
            top: 59px;
        }
}

@media (max-width: 479px) {
}






/*  UPPER *******************************/
footer .upper {
}

footer .upper {
    background: #c4322b;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c4322b), color-stop(10px, #c4322b));
    background-image: -o-linear-gradient(bottom, #c4322b 0%, #c4322b 10px);
    background-image: -moz-linear-gradient(bottom, #c4322b 0%, #c4322b 10px);
    background-image: -webkit-linear-gradient(bottom, #c4322b 0%, #c4322b 10px);
    background-image: -ms-linear-gradient(bottom, #c4322b 0%, #c4322b 10px);
    background-image: linear-gradient(to bottom, #c4322b 0%, #c4322b 10px);
}

footer .sector {
    padding: 20px 15px;
    padding-left: 20px;
}

    footer .sector > div {
        color: #000;
        display: table;
        margin: 0 auto;
    }

        footer .sector > div h3 {
            font-size: 1.2em;
            font-weight: 600;
            letter-spacing: 0.01em;
            margin: 0 0 4px;
            position: relative;
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            text-transform: uppercase;
        }

            footer .sector > div h3::before {
                left: -70px;
                line-height: 41px;
                position: absolute;
                text-align: center;
                top: 2px;
                background-size: cover;
                display: block;
                background-repeat: no-repeat;
                background-position: center;
                height: 47px;
                width: 47px;
            }

    footer .sector > .newsletter h3 {
        margin-bottom: 12px;
    }

        footer .sector > .newsletter h3::before {
            content: "";
            background-image: url('/Pubs/Sites/Default/Custom/campana.png');
        }

    footer .sector > .contacto h3::before {
        content: "";
        background-image: url('../../images/telefono.svg');
    }

    footer .sector > .direccion h3::before {
        content: "";
        background-image: url('../../images/ubicacion.svg');
    }

    footer .sector > .horarios h3::before {
        content: "";
        background-image: url('../../images/reloj.svg');
    }


@media(max-width:1199px) {
    footer .sector > div h3::before {
        left: -55px;
        height: 40px;
        width: 40px;
    }
}

@media(max-width:991px) {
    footer .sector > div h3::before {
        left: -44px;
        height: 34px;
        width: 34px;
    }
}

/* footer direccion y horarios*/

.upper .direccion,
.upper .horarios {
    color: #fff;
}

    .upper .direccion strong,
    .upper .horarios strong {
        font-weight: 500;
        font-size: 1em;
    }

    .upper .direccion h3,
    .upper .horarios h3 {
        font-size: 1.1em;
        font-weight: 700;
    }

    .upper .direccion a,
    .upper .horarios a {
        color: #fff;
        font-size: 1em;
        font-weight: 500;
        text-decoration: underline;
        padding-top: 10px;
    }

        .upper .direccion a:hover,
        .upper .horarios a:hover {
            color: #dedede;
        }

/* footer newsletter */
footer .sector .newsletter {
    min-width: 400px;
}

.form-newsletter {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

    .form-newsletter fieldset {
        border: solid 1px #bcbcbc;
        background: #fff;
    }

    .form-newsletter .field-validation-error::before {
        bottom: 0;
        position: relative;
        right: unset;
        left: 6px;
    }

    .form-newsletter .field-validation-valid::before {
        display: none
    }

    .form-newsletter .form-group {
        float: none !important;
        margin: 0 60px 0 0;
        position: unset;
        width: auto;
    }

    .form-newsletter input.form-control {
        background: #fff;
        border: 0;
        box-shadow: none;
        color: #000;
        font-weight: normal;
        height: 37px;
        letter-spacing: 0;
        padding: 7px 11px 7px 18px;
        border-radius: 0;
        font-size: 1.1em;
        font-style: italic;
    }

    .form-newsletter button {
        background-color: #fff;
        border: 0;
        color: #fff;
        display: block;
        float: right;
        font-family: 'Open Sans', sans-serif;
        height: 37px;
        line-height: 37px;
        text-align: center;
        width: 53px;
        border-radius: 0;
    }

        .form-newsletter button:hover {
            background: #000 none repeat scroll 0 0;
            color: #fff;
        }

        .form-newsletter button::before {
            font-size: 2.9em;
            font-weight: 700;
            letter-spacing: 0.05em;
            content: "\f3d6";
            font-family: "Ionicons";
            color: #D71920;
        }

        .form-newsletter button:hover {
            background-color: #525252;
        }

            .form-newsletter button:hover:before {
                color: #fff !important;
            }

@media (max-width: 1199px) {
    footer .sector .newsletter {
        min-width: unset
    }

    .form-newsletter button:before {
        content: "\f3d6"
    }

    .form-newsletter button:before {
        font-family: "Ionicons";
    }

    .form-newsletter button {
        width: 40px;
    }

    .form-newsletter .form-group {
        margin: 0 41px 0 0;
    }
}


/* footer contacto *****/
footer .sector .contacto strong {
    color: #fff;
    display: block;
    font-size: 1.3em;
    font-weight: 300;
    margin: 0 0 7px;
    letter-spacing: 0.02em;
    line-height: 1.5em;
}

footer .sector .contacto > span {
    color: #fffc;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2em;
}

footer .sector .contacto strong span {
    display: inline-block !important;
}



/* socials  ******/

footer .socials {
    margin-top: 15px;
    float: left;
    width: 100%;
}

    footer .socials h3::before {
        display: none;
    }

    footer .socials ul {
        z-index: 1;
        margin-left: -5px;
    }

    footer .socials p {
        font-size: 1em;
        letter-spacing: 3px;
        text-transform: uppercase;
        position: relative;
        display: inline;
        margin: 0;
        top: 10px;
        font-size: 1em;
    }

    footer .socials li {
        float: left;
    }

        footer .socials li a {
            float: left;
            color: #888;
            padding: 0 8px !important;
        }

            footer .socials li a::before {
                border-radius: 100%;
                float: left !important;
                font-size: 30px;
                height: 37px;
                line-height: 37px !important;
                padding: 0 !important;
                text-align: center;
                opacity: 1 !important;
                width: 100%;
            }

            footer .socials li a:hover {
                opacity: 0.6;
                text-decoration: none;
                color: inherit !important;
            }

.socials a:before {
    font-family: 'Ionicons'
}

.s-facebook:before {
    content: "\f231"
}

.s-twitter:before {
    content: "\f243"
}

.s-youtube:before {
    content: "\f24d";
    font-size: 28px !important;
}

.s-googleplus:before {
    content: "\f234"
}

.s-pinterest:before {
    content: "\f2b1"
}

.s-instagram:before {
    content: "\f350"
}

.s-linkedin:before {
    content: "\f238";
}

.s-email:before {
    content: "\f2eb"
}

.s-whatsapp:before {
    content: "\f4ef"
}

.s-instagram:before {
    /*content: "";
    background: url(/Content/Images/instagram.svg);
    display: block;
    width: 25px;
    height: 25px !important;
    border-radius: 0 !important;
    background-size: cover;
    top: 6px;
    position: relative;*/
}

.socials a.email {
    font-size: 1.3em;
    font-weight: lighter;
}

    .socials a.email:hover {
        text-decoration: underline
    }









/*  MAIN *******************************/


footer .main {
    border-top: 1px solid #d2d2d2;
    padding: 40px 0 0 0;
}

footer .menu_footer h3 {
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 12px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}

footer .menu_footer ul {
    width: 100%;
}

footer .newsletter p {
    color: #3d3d3d;
}

footer .main ul li a {
    letter-spacing: 0;
    line-height: 1.2em;
    margin: 0;
    font-weight: normal;
    padding: 5px 0;
    width: 100%;
    font-size: 1em;
    display: block;
    float: left;
}

    footer .main ul li a.s-instagram:before {
        content: "";
        width: 26px;
        background: url('../../images/instagram.svg') no-repeat center center;
    }


footer .menu_footer:first-child::after {
    display: none !important;
}

@media (max-width:479px) {
}



/*  CREDITS *******************************/
footer .credits {
    padding: 0px 0 5px;
}

    footer .credits p {
        color: #9b9b9b;
        float: left;
        font-weight: normal;
        padding: 0;
        clear: left;
        margin-bottom: 0 !important;
        font-size: 1em;
        width: 100%;
    }

        footer .credits p span.small {
            color: #535353;
            font-weight: normal;
            font-size: 0.88em;
            margin-top: 3px;
            float: left;
            width: 100%;
        }

        footer .credits p span.year {
            text-transform: uppercase;
        }

        footer .credits p a {
            color: #444;
            text-decoration: underline
        }

    footer .credits .border {
        border-top: 1px solid #c9c9c9;
        padding-top: 7px;
    }


    footer .credits .texto-dc {
        font-size: 0.95em;
    }

        footer .credits .texto-dc a:hover {
            text-decoration: none;
        }

    footer .credits .texto-cop {
        font-size: 0.85em;
        opacity: 0.5;
        line-height: 1.4em;
    }

    footer .credits .info {
        float: left;
        width: calc(100% - 90px);
    }

    footer .credits .img-dataf {
        float: right;
    }

footer .logos img {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .logos img {
    width: 125px;
    margin-right: 14px;
}

.e3 {
    background: rgba(0, 0, 0, 0) url("https://e3stores.com/firma/etres-brand.svg") no-repeat scroll 0 0 / 100%;
    cursor: pointer !important;
    height: 29px;
    opacity: 0.6;
    width: 29px;
    float: left;
    clear: left;
    margin: 5px 0 10px 0;
    filter: grayscale(100%);
}

    .e3:hover {
        opacity: 1;
        filter: none;
    }


@media (max-width:991px) {

    .sellos {
        padding-right: 10px;
        padding-left: 10px;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width:768px) {

    footer .credits .texto-dc {
        font-size: 0.86em;
        line-height: 1.3em;
        margin: 0 0 8px;
    }
}

@media (max-width:480px) {
    footer .credits .info2 {
        padding: 10px 39px 0 9px;
    }

    footer .credits .info {
        font-size: 0.9em;
        width: calc(100% - 65px);
    }

    .sellos {
        margin-top: 10px !important;
        padding-top: 0 !important;
    }
}

/*ver mas*/
.v-todo {
    font-size: 0.85em;
    color: #565656;
}

    .v-todo::after {
        content: "\f123";
        font-family: "Ionicons";
        position: relative;
        font-size: 0.7em;
        color: #565656;
        left: 4px;
        text-decoration: none;
    }





/*  SELLOS *******************************/

.sellos {
    text-align: center;
    margin: 15px auto;
    float: none;
    position: relative;
    display: table;
    padding-top: 30px;
}

    .sellos > * {
        display: inline-block;
        margin: 0 3px;
        padding: 0 5px;
        text-align: center;
        float: left;
    }

    .sellos a:hover {
        opacity: 0.7
    }

    .sellos .sps img {
        margin-top: 1px;
        width: 30px;
    }

    .sellos .mpago img {
        margin-top: 12px;
        width: 108px;
    }

    .sellos .tpago img {
        margin-top: 12px;
        width: 78px;
    }

    .sellos .cace img {
        margin-top: 0;
        width: 86px;
    }

    .sellos .verisign img {
        width: 113px;
        margin-top: 7px;
    }

    .sellos .datafiscal img {
        width: 37px
    }

    .sellos .sep {
        background: #ddd none repeat scroll 0 0;
        display: block;
        height: 63px;
        margin: -3px 10px 0;
        padding: 0;
        width: 1px;
    }


.datafiscal {
    filter: none;
    opacity: 1;
    background: rgba(0, 0, 0, 0) url("/content/images/i-datafiscal.png") no-repeat scroll 0 0 / 100% auto padding-box;
    height: 63px;
    width: 45px;
}

    .datafiscal:hover {
        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);
    }


@media (max-width: 991px) {
    .sellos {
        float: none;
        margin: 0 auto;
        padding: 5px 0 22px;
    }

        .sellos > * {
            padding: 0 4px
        }

        .sellos .sep {
            display: none
        }

        .sellos .tpago img {
            margin-top: 10px;
            width: 60px;
        }

        .sellos .mpago img {
            margin-top: 8px;
            width: 93px;
        }

        .sellos .sps img {
            margin-top: 1px;
            width: 27px;
        }

        .sellos .cace img {
            margin-top: 0;
            width: 81px;
        }

    .datafiscal {
        width: 33px;
        /*margin: 0 40px 0 0;*/
    }
}

@media (max-width: 479px) {
    .sellos > * {
        margin: 0 0 5px;
    }

    .sellos .sps img {
        margin-top: 3px;
        width: 22px;
    }

    .sellos .cace img {
        margin-top: 0;
        width: 64px;
    }

    .sellos .verisign img {
        width: 101px;
        margin-top: 2px;
    }

    .datafiscal {
        margin-top: 2px;
        width: 27px;
    }

        .datafiscal img {
            width: 35px !important;
        }

    footer .logos img {
        width: 100px;
    }
}


.datafiscal img {
    width: 50px;
}
/* backtotop ****************/
.backtotop {
    background: #FFF none repeat scroll 0 0;
    bottom: -50px;
    cursor: pointer;
    height: 45px;
    letter-spacing: 0.05em;
    position: fixed;
    right: 6px;
    transition: all 0.7s ease-in-out 0.3s;
    width: 45px;
    z-index: 4;
    border-radius: 50px;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 30%);
}

    .backtotop span {
        color: #000;
        display: block;
        font-size: 0.9em;
        line-height: 2.8em;
        padding-top: 5px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        z-index: 5;
    }

        .backtotop span:before {
            content: "\f126"
        }

        .backtotop span::before {
            display: block;
            font-family: "Ionicons";
            font-size: 16px;
            text-align: center;
        }

    .backtotop:hover {
        background-clip: #1285b2
    }

.socials-flotante {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 11px;
    right: 6px;
    z-index: 999;
}

    .socials-flotante::before {
        content: "";
        background-image: url(/content/images/whatsapp2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        width: 100%;
        height: 100%;
    }




/*   FOOTER RESPONSIVE *****************************************/

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    footer .upper {
        font-size: 0.83em
    }

    footer .credits p {
        width: 100%;
        font-size: 0.9em;
        line-height: 1.3em;
    }

        footer .credits p span.small {
            margin-top: 9px
        }

        footer .credits p span::before {
            background-position: center center;
            background-size: 95px auto;
            display: inline-block;
            float: unset;
            height: 19px;
            margin: 0 auto;
            padding: 0;
            position: relative;
            top: unset;
            width: 100%;
        }

    footer .newsletter > h3 {
        margin: 22px 0 8px !important;
        padding-top: 28px;
    }

    footer .newsletter p {
    }

    footer .socials {
        margin-top: 0;
    }

        footer .socials ul {
            float: left;
            display: flex;
            justify-content: center;
            border-bottom: 1px solid #bbb;
            width: calc(100% + 30px);
            margin: 3px -15px 11px;
            padding: 0 0 31px;
            text-align: center;
        }

    footer .upper .sector div.socials ul li {
        float: none;
    }

    footer .upper .sector div.socials li a:before {
        color: #fff;
    }
}


@media (min-width: 768px) {
    #chor {
        display: block !important;
        height: auto !important;
    }
}


@media (max-width: 767px) {
    .mf3 {
        clear: both;
    }

    footer .upper {
        margin: 0;
        padding: 10px 0 0;
    }

    .btfooter {
        background: #F2F2F2;
        border: 0 none;
        font-size: 1.2em;
        font-weight: 300;
        letter-spacing: -0.06em;
        padding: 22px 15px;
        width: 100%;
        text-align: left;
    }

        .btfooter:after {
            content: "\f3d0"
        }

        .btfooter:after {
            font-family: "Ionicons";
            font-size: 0.65em;
            margin: 1px 0 0 5px;
            font-weight: 600;
        }


    footer .main {
        border-top: 0;
        padding-top: 0;
        font-size: 1em;
        margin-top: -8px;
        background-color: #F2F2F2;
    }

    footer .sector {
        padding: 17px 0;
        padding-bottom: 0 !important;
    }

        footer .sector > div {
            padding-left: 60px
        }

    footer .upper .sector div.socials a.s-instagram:before {
        content: "";
        width: 26px;
        border-radius: 0;
        background: url('../../images/instagram-white.svg') no-repeat center center;
    }

    footer .upper .sector div.socials:hover {
        background: none;
    }

    footer .sector > div h3::before {
        top: -4px;
    }

    footer .newsletter {
        float: left;
        width: 100%;
    }

    .row-border {
        border-bottom: 1px solid #c6c6c6;
    }


    footer .newsletter .form-newsletter .form-group {
        float: left;
        margin: 0;
        position: relative;
        width: 100%;
    }


    footer .newsletter .form-newsletter button {
        position: absolute;
        right: 16px;
        z-index: 1;
    }

    footer .menu_footer ul {
        margin-bottom: 15px
    }

    footer .sector > div h3 {
        font-size: 1.3em;
    }

    footer .sector {
        padding-bottom: 0;
    }

        footer .sector:last-child {
            padding-bottom: 17px;
        }

        footer .sector > div h3::before {
            left: -50px;
            top: -4px;
            height: 37px;
            width: 37px;
        }

    footer .menu_footer h3 {
        margin: 20px 0 13px;
    }

    footer .main ul li a {
        font-size: 1em;
        padding: 10px 0;
    }
}


@media (max-width: 480px) {

    footer .sector > div h3::before {
        left: -48px;
        top: -4px;
    }

    footer .sector > div {
        width: 250px;
        margin: 0 auto;
        padding-left: 50px;
    }

    footer {
        margin-top: 0
    }

        footer .sector .contacto strong span {
            display: none !important;
        }

    .backtotop {
        width: 45px;
        height: 45px;
        line-height: 3.2em;
    }
}

/*////////////////////////////////////////////////////////////////////*/
/*   HOME                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

section {
    margin-top: 36px;
}

.Home section {
    margin-top: 0 !important;
}


/* OWL SLIDER ******/

.owl-carousel {
	height: 1px !important; 
	overflow: hidden !important; 
	opacity: 0 !important;
}
.owl-carousel.owl-loaded {
	height: auto !important; 
	overflow: visible !important; 
	opacity: 1 !important;
}

.owl-carousel {
	 width:100%;
	 -webkit-tap-highlight-color:transparent;
	 position:relative;
	 z-index:1;
}
.owl-carousel .owl-controls .owl-dot.active {
    background: #D71920 !important;
}

.owl-carousel.owl-loading {
 opacity:0;
 display:block
}
.owl-carousel.owl-hidden {
 opacity:0
}
.owl-carousel .owl-refresh .owl-item {
 display:none
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.owl-carousel .owl-item article img {
    transform-style: unset !important;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0.1;
}

.owl-carousel {
    margin: 0;
    z-index: 0;
}

.owl-nav > div {
    color: #585858;
    cursor: pointer;
    font-family: "dhs";
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: calc(44% - 35px);
    z-index: 3;
    border-radius: 50px;
    padding: 0 10px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 5px;
}

.owl-prev:before {
    content: "j"
}

.owl-next:before {
    content: "k"
}

.owl-prev:before {
    float: left
}

.owl-next:before {
    float: right
}

.owl-nav>div:hover {
    background: rgba(0, 0, 0, 0.06) none repeat scroll 0 0;
}

.owl-dots {
    margin-top: -21px !important;
    position: relative !important;
}
.owl-dots div {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    text-align: center;
    width: 8px;
    opacity: 0.3;
}
.owl-dots div:hover {opacity: 0.7}

.owl-dots .active {opacity: 1;}

.owl-theme .owl-controls {
    margin-top: 0
}


/*Banner tira servicios*/
.b-servicios {
    background: #fff;
}

.b-servicios .banner-item {
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center
}

.b-servicios .item {
    display: inline-flex;
    float: left;
    padding: 0 10px;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    justify-content: flex-start;
    position: relative;
    color: #000
}

.b-servicios .item .icono {
    display: flex;
    background-size: contain;
    background-position: center;
    content: "";
    background-repeat: no-repeat;
    margin-right: 20px
}

.b-servicios .item1 .icono {
    width: 155px
}

/*.b-servicios .item2 .icono {
    width: 45px
}

.b-servicios .item3 .icono {
    width: 30px
}

.b-servicios .item4 .icono {
    width: 99px
}*/

.b-servicios .item .icono img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%
}

.b-servicios .item > span {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400 !important;
}

.b-servicios .item > span a {
    color: #D71920;
    text-decoration: underline;
    display: inline-flex
}

.b-servicios .item > span a span {
    margin: 0 3px
}

.b-servicios .item > span a:hover {
    color: #D71920
}

.b-servicios .sep {
    width: 1px;
    height: 56px;
    background-color: #ccc
}

@media(max-width: 1439px) {
    .b-servicios .item > span {
        font-size: .95em
    }
}

@media(max-width: 1270px) {
    .b-servicios .item > span {
        font-size: .9em;
        line-height: 1.3em
    }

    .b-servicios .item1 .icono {
        width: 118px
    }

    .b-servicios .item2 .icono {
        width: 40px
    }

    .b-servicios .item3 .icono {
        width: 42px
    }

    .b-servicios .item4 .icono {
        width: 44px
    }

    .b-servicios .item .icono {
        margin-right: 12px
    }
}

@media(max-width: 1199px) {
    .b-servicios .banner-item {
        margin-top: 10px
    }

    .b-servicios .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .b-servicios .item .icono {
        margin: 0 auto;
        height: 49px
    }

    .b-servicios .item > span {
        align-items: center
    }

    .b-servicios .sep {
        height: 77px;
        margin-top: 6px
    }
}

@media(max-width: 991px) {
    .b-servicios .item > span {
        font-size: .87em;
        line-height: 1.2em
    }
}

@media(max-width: 767px) {
    .header-main.col-xs-12 {
        padding: 0
    }

    .b-servicios {
        background: #f6f6f6
    }

        .b-servicios .banner-item {
            background-color: #f6f6f6;
            padding: 9px 0 6px
        }

        .b-servicios .item > span {
            line-height: 1.15em
        }

        .b-servicios .item .icono {
            height: 40px;
            display: flex;
            justify-content: center;
        }

        .b-servicios .item1 .icono {
            width: 118px
        }

        .b-servicios .item2 .icono {
            width: 40px
        }

        .b-servicios .item3 .icono {
            width: 28px
        }

        .b-servicios .item4 .icono {
            width: 84px
        }

        .b-servicios .sep {
            display: none
        }

}

    @media(max-width: 479px) {
        .b-servicios .banner-item {
            margin-bottom: 9px
        }

        .b-servicios .banner-item {
            position: relative;
            padding: 69px 0 8px
        }

        .b-servicios .item .icono {
            height: 31px
        }

        .b-servicios .item1 .icono {
            width: 122px;
            height: 35px
        }

        .b-servicios .item2 .icono {
            width: 31px
        }

        .b-servicios .item3 .icono {
        }

        .b-servicios .item4 .icono {
            width: 74px
        }

        .b-servicios .item1 {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0
        }

            .b-servicios .item1 .icono {
                height: 36px;
                width: 122px;
                margin-top: 2px
            }

            .b-servicios .item1 > span {
                display: inline-block
            }

            .b-servicios .item1 br {
                display: none
            }
    }



    /* OWL SLIDER MAIN-SLIDER ******/
    #main-slider {
        margin-bottom: 20px;
    }

        #main-slider .item img {
            display: block;
            width: 100%;
            height: auto;
        }

        #main-slider .owl-nav > div {
            color: #fff;
            opacity: 0;
        }

        #main-slider:hover .owl-nav > div {
            opacity: 1;
        }

        #main-slider .owl-nav > div {
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
        }

            #main-slider .owl-nav > div:hover {
                background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
            }

        #main-slider .owl-prev {
            left: 0
        }

        #main-slider .owl-next {
            right: 0
        }


    @media (max-width: 991px) {
        #main-slider .owl-nav > div {
            font-size: 28px;
        }
    }

    @media (max-width: 767px) {
        #main-slider2 .owl-nav > div {
            font-size: 18px;
            color: #fff;
            padding: 0;
            top: 44%;
        }

        #main-slider .owl-prev {
            left: 0
        }

        #main-slider .owl-next {
            right: 0
        }

        .main-slider .owl-dots {
            display: none
        }
    }

    @media (max-width: 479px) {

    }










    /* OWL-SLIDER  BRAND-SLIDER ********/
.related.brand-slider {
    margin-bottom: 80px !important;
    margin-top: 33px !important;
}

    .brand-slider .owl-stage-outer {
        height: 90px;
    }

    .brand-slider ul .owl-nav > * {
        top: 27px !important
    }

    .brand-slider ul li a {
        cursor: pointer;
        display: table;
        height: 65px;
        position: relative;
        width: 100%;
    }

        .brand-slider ul li a img {
            bottom: 0;
            height: auto !important;
            left: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: auto !important;
        }

        /* desaturar imagenes */
        .brand-slider ul li 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");
            /* Firefox 3.5+, IE10 */
            filter: gray;
            /* IE6-9 */
            -webkit-filter: grayscale(100%);
            /* Chrome 19+ & Safari 6+ */
            -webkit-transition: all .6s ease;
            /* Fade to color for Chrome and Safari */
            -webkit-backface-visibility: hidden;
            /* Fix for transition flickering */
        }

            .brand-slider ul li a img:hover {
                filter: none;
                -webkit-filter: grayscale(0%);
                opacity: 1;
            }


    @media (max-width: 991px) {
        .brand-slider ul li a {
            height: 60px
        }
    }

    @media (max-width: 767px) {
        .brand-slider ul li a {
            height: 45px
        }
    }

    @media (max-width: 479px) {
        .brand-slider ul li a {
            height: 40px
        }
    }






    /* OWL SLIDER RELATED-SLIDER */
    .related > h2, .title > h2, .lastseen h2, .bannertriple h2 {
        color: #333;
        display: block;
        font-size: 27px;
        margin: 0 0 26px;
        padding: 18px 0 0;
        position: relative;
        transition: none 0s ease 0s;
        width: 100%;
        text-align: center;
        height: auto;
        z-index: 1;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: normal;
        line-height: 32px;
    }

        .related > h2 span a {
            font-size: 0.6em;
            color: #004573;
            text-decoration: underline;
            letter-spacing: -0.1px;
            margin: 0 6px;
        }

            .related > h2 span a:hover {
                color: #1381B2;
            }

        .related h2::after, .bannertriple h2::after {
            content: "";
            width: 90px;
            height: 4px;
            background-color: #D71920;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
        }

    .bannertriple {
        margin-top: 33px !important;
    }

    .bannertriple h2 {
        margin: 0 0 39px !important;
    }

    .vermas-destacados {
        font-size: 0.7em;
        color: #e3edf6;
        font-weight: 500;
    }

        .vermas-destacados a {
            color: #004573;
            z-index: 2;
            position: relative;
        }

            .vermas-destacados a:hover {
                color: #000;
            }

    .Home .related {
        margin-bottom: 35px;
        margin-top: 3px;
    }


    .related .owl-carousel .owl-stage-outer {
        margin: -10px;
        padding: 10px;
        clear: both;
    }

    .related .owl-nav > div {
        background: transparent;
        font-size: 20px;
        height: 35px;
        line-height: 35px;
        padding: 0 !important;
        text-align: center !important;
        top: 106px;
        text-shadow: none !important;
        width: 25px;
        border-radius: 0;
    }

    .related .owl-nav > div::before {
        background: #fff;
        border-radius: 100%;
        width: 32px;
     }

    .related .owl-prev::before {
        margin-left: -10px
    }

    .related .owl-next::before {
        margin-right: -10px
    }

    .related .owl-prev {
        left: -6px
    }

    .related .owl-next {
        right: -6px
    }

    .related .owl-nav > div:hover {
        color: #000;
        background: transparent !important;
    }







    @media (max-width: 1199px) {
    }

    @media (max-width: 991px) {
    }


    @media (max-width: 767px) {
        .related .owl-nav > div {
            font-size: 15px;
            height: 30px;
            width: 30px;
            line-height: 30px;
        }

        .related .owl-nav > div::before {
            width: 35px;
        }

        .related > h2, .title > h2, .lastseen h2, .bannertriple h2 {
            font-size: 22px
        }
    }


    @media (max-width: 479px) {
        .related {
            margin-bottom: 2px !important;
        }

        .related > h2, .title > h2, .lastseen h2, .bannertriple h2 {
            font-size: 23px;
            letter-spacing: 0;
        }

        .related .owl-nav > div {
            font-size: 14px;
            height: 26px;
            width: 18px;
            line-height: 27px;
        }

        .related .owl-prev::before {
            margin-left: -6px
        }

        .related .owl-next::before {
            margin-right: -6px
        }

        .bannertriple h2 {
            margin: 0 0 22px !important;
        }
    }





    /* BANNERS group  */

    .bannergroup {
        float: left;
        margin-bottom: 25px;
        width: 100%;
    }

        .bannergroup .banner-item {
            margin-bottom: 40px;
        }

    .Home #newsletter-form .field-validation-error,
    .Home #newsletter-form .field-validation-valid {
        color: #fff !important;
    }

    @media (max-width: 1199px) {
        .bannergroup .banner-item {
            margin-bottom: 20px;
        }
    }







    /** banners circulitos categorias slider **/
    #categs-slider {
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 3px;
        margin: 42px 0 28px;
    }

        #categs-slider .owl-stage-outer {
            padding: 5px;
            margin: -5px;
        }

    .related #categs-slider .owl-nav > div {
        top: 30%
    }

    #categs-slider .home-categories-item {
        display: flex;
        justify-content: center;
    }

        #categs-slider .home-categories-item > a {
            align-items: center;
            flex: 0 1 auto;
            display: inline-flex;
            flex-direction: column;
            margin-bottom: 1em;
            justify-content: center;
        }

    #categs-slider .home-categories-img {
        width: 190px !important;
        height: 190px !important;
        margin-bottom: 10px;
        border: solid 2px #eaeaea;
        border-radius: 100%;
    }

    #categs-slider .home-categories-item a:hover .home-categories-img {
        box-shadow: 3px 3px 8px 1px rgba(0,0,0,.2);
        border-color: #fff;
    }

    #categs-slider .home-categories-name {
        color: #484948;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        font-family: 'Josefin Sans', sans-serif;
    }

    #categs-slider .home-categories-description {
        color: #D71920;
        text-align: center;
        text-transform: capitalize;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2em;
        font-weight: 600;
    }


    @media (max-width: 991px) {
        #categs-slider {
            margin: 18px 0 25px;
        }

            #categs-slider .home-categories-img {
                width: 135px !important;
                height: 135px !important;
            }

            #categs-slider .home-categories-name {
                font-size: 14px
            }

            #categs-slider .home-categories-description {
                font-size: 14px
            }
    }

    @media (max-width: 767px) {
        #categs-slider .home-categories-img {
            width: 110px !important;
            height: 110px !important;
        }

        .related #categs-slider .owl-nav > div {
            top: 23%
        }
    }



    /** grupo banners bajo slider **/
    .banners-home {
        display: flex;
        width: 100%;
        margin-bottom: 3em;
    }

        .banners-home img {
            max-width: 100%;
            width: 100%;
        }

        .banners-home .banner-column + .banner-column {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }



    @media (max-width: 991px) {
        .banner-small {
            width: calc(50% - 12px);
            float: left;
        }

            .banner-small:first-child {
                margin-right: 24px;
            }
    }




    /** banner triple destacados **/
    .bannertriple {
        margin-bottom: 17px;
    }

        .bannertriple .banner-item {
        }

            .bannertriple .banner-item > a {
                display: flex;
                flex-direction: column-reverse;
                align-items: center;
                justify-content: space-between;
                border: solid 1px #e7e7e7;
                margin-bottom: 35px;
                background: #f8f8f8;
            }

        .bannertriple .bimg {
            padding: 9px;
        }

        .bannertriple .bname {
            font-size: 16px;
            color: #484948;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            letter-spacing: -0.02em;
            height: 53px;
            width: 100%;
            padding-bottom: 9px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

            .bannertriple .bname span {
                color: #D71920;
                text-transform: none;
                font-size: 18px;
                margin-left: 7px;
            }


    @media (max-width: 1199px) {
        .bannertriple .bname {
            font-size: 16px;
            display: inline-flex;
            flex-direction: column;
        }

            .bannertriple .bname span {
                margin: 0;
                font-size: 18px;
            }
    }

    @media (max-width: 767px) {
        .bannertriple .banner-item > a {
            margin: 0
        }

        .bannertriple .bname {
            font-size: 14px
        }

            .bannertriple .bname span {
                font-size: 16px;
            }
    }

    @media (max-width: 479px) {
        .bannertriple .bname {
        }

            .bannertriple .bname span {
                margin: 0 7px 0;
            }
        .Home .bannertriple {
            margin-bottom: 1px !important;
        }

        .related.brand-slider {
            margin-bottom: 35px !important;
        }
    }



    /****/
    .b-full .banner-item {
        margin-bottom: 49px;
    }

    @media (max-width: 991px) {
        .b-full .banner-item {
            margin-bottom: 15px;
        }

        .related1 {
            margin-top: 20px;
        }
    }




    /**  related home productos  **/

    .related .PRODUCT_BOX {
        height: auto;
        margin: 0 0 10px;
    }


.Home .related .owl-nav > div {
    top: calc(160px - 19px);
}

    .Home .related.related1 .owl-nav > div {
        top: calc(160px - 90px) !important;
        font-size: 24px !important;
    }

.Home .related.related1 > h2 {
    margin: 0 0 52px 0 !important;
}

.Home .related.related1 {
    margin-top: 63px !important;
}



    @media (max-width: 767px) {
        .Home .related .PRODUCT_BOX .box_image {
        }

        .Home .related .owl-nav > div {
            top: calc(113px - 19px);
        }

        .brand-slider .owl-nav > div {
            top: 19px !important;
        }

        .related.brand-slider {
            margin-bottom: 30px !important;
            margin-top: 36px;
        }
        #main-slider{
            margin-bottom: 0;
        }
    }

    @media (max-width: 479px) {
        .Home .related .PRODUCT_BOX .box_image {
            height: 116px;
        }

        .Home .related .owl-nav > div {
            top: calc(80px - 19px);
        }
        .Home .related.related1 {
            margin-top: 32px !important;
        }

        .Home .related.related1 > h2 {
            margin: 0 0 41px 0 !important;
        }

        .Home .bannertriple {
            margin-top: 50px !important;
        }

        .related.brand-slider {
            margin-bottom: 35px !important;
        }
    }

@media(max-width: 1440px) {
    .Home .PRODUCT_BOX .BUTTONBUY{
        min-width: 110px;
    }
}


.Home .PRODUCT_BOX .BUTTONBUY {
    height: 34px !important;
    font-size: 14px !important;
    padding: 6px 16px 6px !important;
}

.Home .QUANTITY .spinner input{
    height: 34px !important;
    width: 56px !important;
}

/* CATEGORY_BOX  ******/

.category_box .MARCA {
    color: #999;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.category_box .box_data h3 {
    font-size: 1.5em;
    margin: 10px 0 0;
    text-align: center;
}





/*////////////////////////////////////////////////////////////////////*/
/*   CATEGORY              ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/


/* hack columna izquierda mas chica */
.Category aside {width: 230px !important}
.Category .derecha {width: calc(100% - 230px) !important}
	
@media (max-width: 767px) {
.Category aside, .Category .derecha {width: 100% !important}
}


.Category .title.title-mobile {
    display: none;
}

.Category .title.title-desktop {
    display: block;
}

/***/
.Category section {
    margin-top: 2px;
}

.Category .title hr {
    display: none;
}

.Category .banner-item {
    margin-bottom: 30px;
}

.title hr {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0 none;
    float: left;
    margin: 0;
    width: 100%;
}

.Category h1 {
	visibility: hidden;
    color: #000;
    float: right;
    font-size: 2.2em;
    font-weight: 700;
    margin: 0 0 25px;
}

.Category h1 a:before {
    display: none;
}

.Category .PRODUCT_BOX .buttons_wrapper {
    padding-top: 100px;
}

.Category .totalprods {
    color: #000;
    font-size: 1em;
    border-left: 1px solid gray;
    padding-left: 20px;
    float: left;
    margin: 7px 0 5px 10px;
    line-height: 2.3;
    position: absolute;
    left: 75px;
}


/* imagen categoria */
.Category .bigimage {
    width: 100%;
}

.Category .bigimage img {
    display: block;
    width: 100%;
    height: auto;
}


@media (max-width: 767px) {
.Category section {
    margin-top: 0px;
}

.Category .BUTTONBUY {
    margin-top: 0px;
}

.Category .title {
    background: #fff none repeat scroll 0 0;
    float: none !important;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px;
}

.Category .title.title-mobile{
    display: flex;
    background-color: #333;
}

    .Category .title.title-mobile .breadcrumb li a {
        color: #FFF !important;
    }
    
    .Category .title.title-desktop {
        display: none;
    }

    .Category .title.title-mobile .breadcrumb li:not(:last-child)::after {
        color: #FFF !important;
    }

    .Category h1 {
        float: left;
        font-size: 1.75em;
        margin: 0 0 10px;
        text-align: left;
        width: 100%;
        color: #fff;
        order: 2;
    }

.Category .totalprods {
    left: 0px;
    border-left: none;
    text-transform: none;
    position: initial;
    padding: 10px 0;
}

.Category .totalprods span {
    display: inline;
    font-weight: bold;
}
.Category .totalprods {
    font-size: 0.9em;
    margin-left: 0;
    padding: 0;
}
}


@media (min-width: 1440px) {
    .Category .product_list.gridview>ul>li {
        width: 25%
    }
}







/* CATEGORY_TREE (menu categorias) / MENU_TREE (menu usuario y content) **************************/
.category_tree, .menu_tree {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.category_tree ul,
.menu_tree ul,
.filter_tree ul {
    float: left;
    height: auto;
    width: 100%;
}


.category_tree ul a:before,
.menu_tree ul a:before {
    color: #b7b7b7;
    display: block;
    float: left;
    font-size: 11px;
    margin: 2px 3px 0 -5px;
}

.category_tree ul li,
.menu_tree ul li {
    background: none;
}

.category_tree ul li a:before {
    font-family: "cdafont";
    color: #828282;
    margin: -5px 15px 0 -5px;
    width: 20px;
    height: 20px;
    float: left;
    font-size: 1.8em;
}

.Category .category_tree ul li a:before {
    display: none;
}


.category_tree ul>li>a,
.menu_tree ul>li>a {
    display: block;
    font-weight: normal;
    letter-spacing: 0.03em;
    padding: 3px 5px 3px 16px;
    width: 100%;
}

.category_tree ul>li>a:hover,
.menu_tree ul>li>a:hover,
.activee {
    color: #D71920;
    text-decoration: underline;
}

.menu_tree ul>li>a.active {
    color: #D71920;
}

.category_tree ul li::before {
    content: "\f125";
    font-family: "Ionicons";
    position: absolute;
    font-size: 0.6em;
    color: gray;
    margin-top: 4px;

}


.category_tree>ul>li.subcategory>a::after {
    content: "\f35f"
}

.category_tree>ul>li>a.activee:after {
    content: "\f365"
}

.category_tree>ul>li>a::after {
    background-clip: padding-box;
    color: #c8c8c8;
    display: block;
    float: right;
    font-family: "Ionicons";
    font-size: 18px;
    height: 17px;
    line-height: 16px;
    margin: 3px 2px;
    text-align: center !important;
    width: 10px;
}

.category_tree>ul>li.collapsed:after {
    content: "\f123"
}

.category_tree>ul>a.collapsed {
    background: #ccc
}

/* H5 */
.category_tree h5,
.filter_tree h5 {
    color: #222;
    font-size: 1.1em;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0;
    line-height: 46px;
    margin: 0 0 14px;
    padding: 0 10px 0 16px;
    text-transform: none;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.category_tree h5,
.filter_tree h5 {
    background-color: #f6f6f6;
    margin: 5px 0;
    color: #636363;
    border-bottom: 0;
    line-height: 1.5em;
    padding: 12px 20px;
    text-transform: uppercase;
}

.filter_tree h5::after {
    Content: "\f39d";
    font-family: "Ionicons";
    padding-left: 10px;
    font-size: 1.3em;
    font-weight: 500;
    position: relative;
    top: 4px;
}

.category_tree ul.cats {
    padding-top: 15px;
}

.menu_tree h5 {
    color: #333;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
}

.Content .menu_tree h5 {
    color: #000;
    font-size: 1.6em;
    text-transform: uppercase;
}

.menu_tree a::after {
    content: "\f363"
}

.menu_tree a::after {
    color: #888;
    float: right;
    font-family: "Ionicons";
    font-size: 15px;
    opacity: 0.4;
    padding: 0;
}


/* FILTER_TREE - MENU FILTROS **************************/
.filter_tree {
    float: left;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.filter_tree>div {
    float: left;
    width: 100%;
}

.filter_tree .accordion {
    float: left;
    padding: 7px 0;
    width: 100%;
}

/*asd2*/
.filter_area p {
    margin: 4px 0 0 22px;
}

/*asd2*/
.filter_elem input {
    position: relative;
    z-index: 3;
    opacity: 0;
}

/*asd2*/
.filter_elem input+span::before {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #d0d0d0;
    border: 3px solid white;
    content: "";
    position: absolute;
    margin: 1px 0 0 -15px;
}

/*asd2*/
.filter_elem input+span::after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #f1f1f1;
    content: "";
    position: absolute;
    margin: 5px 0 0 -11px;
}

.filter_elem input:checked+span::after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #eb1f11;
    content: "";
    position: absolute;
    margin: 5px 0 0 -11px;
    display: inline-block;
}


.filter_tree .accordion input[type=radio]:checked+label {
    color: #999;
}

.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:not(:first-child) {
    border-top: 1px solid #d0d0d0;
}

.filter_title {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1em;
    padding: 14px 1px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.filter_title:before,
.category_tree h5:before {
    content: "\f462"
}

.filter_title::before,
.category_tree h5:before {
    color: #000;
    float: right;
    font-family: "Ionicons";
    font-size: 18px;
    line-height: 1.3em;
    padding: 12px 11px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.filter_title.collapsed:before,
.category_tree h5.collapsed:before {
    content: "\f489"
}

.category_tree h5::before {
    right: 14px;
    top: 6px;
}

.filter_area {
    float: left;
    padding: 0 0 10px 0;
    width: 100%;
}

.filter_area a img {
    display: none !important
}

.filter_area a {
    clear: left;
    color: #000;
    cursor: pointer;
    float: left;
    font-weight: normal;
    padding: 2px 0 2px 1px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.filter_area a::before {
    background: #dfdee1 none repeat scroll 0 0;
    border: 1px solid #dfdee1;
    border-radius: 1px;
    content: "";
    display: block;
    float: left;
    height: 12px;
    margin: 4px 10px 0 0;
    position: relative;
    width: 12px;
    border-radius: 50px;
}

.filter_area a:hover,
.filter_area a.checked {
    color: #D71920;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .filter_area a:hover::before {
        background-color: #D71920;
        border: 1px solid #fff;
    }

}


.filter_area a.checked {
    margin-top: -7px;
    padding: 5px 7px 11px 0px;
}

.filter_area a.checked:after {
    display: none;
}

.filter_area a.checked::before {
    content: "\f120"
}

.filter_area a.checked::before {
    float: left;
    font-family: "Ionicons";
    font-size: 1.2em;
    margin: 1px 10px 0 0;
    background: none;
    border: none;
}


/* ver mas */
.filter_area .mas p {
    color: #000;
    cursor: pointer;
    font-size: 0.9em;
}

.filter_area .mas p:hover {
    color: #000
}

.filter_area .mas p::before {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    content: "ver más";
    margin: 0;
    width: auto;
    position: relative;
    top: 5px;
}

.filter_area .mas p::after {
    font-family: "Ionicons";
    font-size: 1.1em;
    margin: 0 0 0 4px;
    position: relative;
    top: 5px;
}

.filter_area .mas p:after {
    content: "\f35f"
}

.filter_area .mas.opened p:before {
    content: "ver menos"
}

.filter_area .mas.opened p:after {
    content: "\f365"
}



/*asd2*/
.filter_area label {
    padding-left: 15px;
}

.category_tree .subcategory .filtro-contain {
    background: #fff none repeat scroll 0 0;
    padding: 2px 0 9px;
}

.category_tree .subcategory .filtro-contain ul li {
    background: none;
    padding-left: 25px;
}

.category_tree .subcategory .filtro-contain ul li a {
    color: #777;
    padding: 0;
}

.category_tree .subcategory .filtro-contain ul li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000 !important;
    text-decoration: underline;
}






@media (max-width: 991px) {
aside {
    font-size: 0.95em
}
.filter_tree h5 {
    line-height: 1.2em;
    padding-top: 11px;
}
.filter_area a {
    padding: 2px 0;
}

.menu_tree a::after {
    display: none
}

.User .menu_tree a {
    font-size: 0.8em
}
}


/* FILTROS MOBILE ***************************************/


@media (max-width: 767px) {

    #FILTERS {
        display: none;
        opacity: 0;
        top: 200px;
        transition: all 0.5s ease 1s;
    }

    .btfilter-open {
        background: #eee none repeat scroll 0 0;
        float: right;
        height: 35px;
        line-height: 34px;
        margin: 10px 0 0;
        padding: 0 18px;
    }

    .derecha.mobile,
    footer.mobile,
    .backtotop.mobile {
        display: none
    }
#FILTERS.mobile {
    background: #fff;
    display: block;
    position: absolute;
    top: -110px;
    left: 0;
    z-index: 100000;
    transition: transform 1s ease 0s;
    opacity: 1;
    padding: 0 15px;
    margin-bottom: 70px;
}

    .filter_tree,
    .category_tree {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .filter_title {
        border: 1px solid #ddd;
        background-color: #f4f4f4;
        margin: 0 0 6px;
        padding: 13px 15px;
        font-size: 1em;
    }

    .filter_title::before,
    .categ_title::before {
        content: "\f365";
    }

    .filter_title.collapsed::before,
    .categ_title.collapsed::before {
        content: "\f35f";
    }

    .filter_tree .accordion {
        padding: 0
    }

    .filter_title::before,
    .category_tree h5:before {
        top: 8px;
        right: 17px;
        color: gray;
    }
.filter_title, .categ_title {
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    margin: 0 0 9px;
    padding: 15px;
    font-size: 14px;
    color: #333;
}

    .filter_title::before {
        color: gray;
        float: right;
        font-family: "Ionicons";
        line-height: 1.5em;
        font-size: 16px;
        padding: 0;
        position: absolute;
        right: 18px;
        text-align: center;
    }

    .categ_title::before {
        color: gray;
        float: right;
        font-family: "Ionicons";
        line-height: 1em;
        font-size: 18px;
        padding: 0;
        position: absolute;
        right: 33px;
        text-align: center;
    }
    .category_tree ul, .menu_tree ul, .filter_tree ul {
        padding-bottom: 0px;
        padding: 5px 0 15px 10px;
    }
    .categ_title {
        font-weight: 700;
    }
    .category_tree ul > li > a, .filter_tree ul li > a {
	    padding: 8px 5px 8px 21px !important;
	}
.category_tree ul li::before {
    margin-top: 9px;
}


/* MENU MOBILE HEADER ******/
    #FILTERS .modal-header {
        position: fixed;
        width: calc(100% + 30px);
        min-height: 0;
        margin: 0;
        top: 0;
        left: -15px;
        background-color: #333333;
        z-index: 999;
    }
#FILTERS .modal-header .modal-title {
    padding: 0 15px;
}
.xheader {
    background: #393939 none repeat scroll 0 0;
    height: 60px;
    left: 0;
    padding: 0 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
.xheader span {
    float: left;
    margin-top: 20px;
}
.xclose:before {
    content: "\f12a"
}
.xclose {
    color: #fff;
    display: block;
    float: right;
    font-family: "Ionicons";
    font-size: 18px;
    margin: 0;
    min-width: 0;
    position: absolute;
    top: 8px;
    right: 22px;
}
.xclose:hover {
    color: #fff !important
}
.xspace {
    float: left;
    height: 125px;
    width: 100%;
}

.category_tree ul.cats {
    padding: 10px;
}

}






/* BANNERS-LEFT  **************************/
.b-left .banner-item {
    margin-bottom: 20px;
}



/* BROWSE_AREA **************************/
.browse_area,
.filter_applied {
    float: left;
    width: 100%;
}
.browse_area.browse_area2 {
	margin-bottom: 4em;
}
@media (min-width: 768px) {
    .browse_area1 {
        background-color: #fff;
        color: #000;
        height: 45px;
        line-height: 45px;
        margin-bottom: 20px;
        border-bottom: 1px solid #b5b5b5;
        border-top: 1px solid #b5b5b5;
    }

    aside#FILTERS {
        margin-top: -6px;
    }

    .filter_tree ul {
        border-bottom: 1px solid lightgray;
        padding-bottom: 20px;
    }

}

@media (max-width: 767px) {

    .browse_area1 {
        margin: 0;
        position: absolute;
        width: calc(100% + 15px) !important;
        margin: -34px -30px;
        background-color: #555;
    }

}


.browse_area a:hover {
    text-decoration: none !important
}

.browse_area1 h5 {
    display: inline-block;
    font-size: 0.8em;
    margin: 6px 6px 0;
    text-transform: uppercase;
    width: auto !important;
    position: relative;
    top: -5px;
}

.view {
    text-align: left;
    float: left;
}

.view, .pagination, .order {
    margin: 0;
    padding: 0;
}

.order_wrapper .customselect::after {
    bottom: -6px;
    right: 3px;
    font-weight: 700;
}

.order_wrapper .customselect {
    width: 150px;
}

.order_wrapper .form-control, select {
    background: none;
    line-height: 1em;
    border-width: 0px;
    padding: 0 13px 0 0;
    margin-top: 4px;
}
.order_wrapper .form-control {text-align: right !important}

.order_wrapper .customselect option {
    text-transform: none;
}

/* View */

.view_wrapper a {
    color: #ccc;
    display: inline-block;
    font-family: "e3font";
    font-size: 18px;
    text-align: center;
    width: 20px;
    margin-right: 10px;
}

.view_grid:before {
    content: "\4e"
}

.view_list:before {
    content: "\4c"
}

.view_wrapper a.active {
    color: #D71920;
}

.view_wrapper a:hover {
    color: #aaa !important
}

.view_wrapper a.active:hover {
    color: #4e4e4e !important;
    cursor: default !important
}




/* Pagination */
.pagination {
    display: table;
    float: none;
    margin: 8px auto 0;
    padding: 0;
    text-align: center;
    width: auto;
    font-size: 1.3em;
    font-weight: 600;
    position: relative;
    top: -10px;
}

.pagination_wrapper {
    float: none;
    margin: 0 auto;
    width: auto;
}
.pagination a {
    color: #000;
    font-weight: normal;
    float: left;
    font-size: 0.9em;
    height: 38px;
    letter-spacing: 0.05em;
    line-height: 38px;
    margin: 0 6px 10px;
    padding: 0;
    text-align: center;
    width: 38px;
}
.pagination a:hover {
    color: #999;
}

.pagination .current {
    border-color: #D71920;
    color: #fff;
    pointer-events: none;
    background-color: #D71920;
    pointer-events: none;
    border-radius: 50%;
}

.pagination .p-first,
.pagination .p-last,
.pagination .p-prev,
.pagination .p-next {
    font-family: "Ionicons";
    font-size: 18px;
    margin: 2px 0 0;
    width: 35px;
}
.pagination .p-next, .pagination .p-last {
	color: #636363;
}
@media (min-width:768px) and (max-width:991px) {

    .pagination .p-first,
    .pagination .p-last,
    .pagination .p-prev,
    .pagination .p-next {
        width: 25px;
    }
}

.pagination .p-first,
.pagination .p-last {
    opacity: 0.7;
    display: none;
}

.pagination .p-prev,
.pagination .p-next {
    border-color: #fff !important;
}

.pagination .p-first:before {
    content: "\e02e";
}

.pagination .p-last:before {
    content: "\e02f";
}

.pagination .p-prev:before {
    content: "j";
    font-family: "dhs";
}

.pagination .p-next:before {
    content: "k";
    font-family: "dhs";
}


@media (max-width: 767px) {
.browse_area.browse_area2 {
margin: 19px 0 25px;
}
.listview .item:last-child {
    margin-bottom: 0;
}
.pagination a {
    height: 34px;
    line-height: 34px;
    margin: 0 2px 10px;
    width: 34px;
}
.pagination {
	margin: 0 auto;
	top: 0;
}
}

@media (max-width: 479px) {
    .pagination {
        margin-top: 20px;
    }
}


/* Order */

@media (min-width: 768px) {
    .order {
        float: right;
    }

    .order_wrapper .option {
        color: #777;
        float: left;
        font-size: 0.95em;
        padding: 8px;
        height: auto;
        line-height: 1em;
        margin: 5px 2px;
    }

    .order_wrapper .option:hover {
        background-color: #fff;
    }

    .order_wrapper .option.active {
        background-color: #fff;
        text-decoration: none !important;
    }
}


/* filter_applied */
.filter_applied {
    float: left;
    margin: -14px 0 10px;
    position: relative;
    width: 100%;
    display: flex;

}

.filter_applied li {
    display: inline-block;
}

.filter_applied a {
    background-color: #fff;
    color: #D71920;
    cursor: pointer;
    float: left;
    font-size: 1.05em;
    line-height: 1em;
    margin: 0 17px 0 0;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.filter_applied a:before {
    content: "\f120"
}

.filter_applied a::before {
    float: left;
    font-family: "Ionicons";
    font-size: 16px;
    margin: 0 6px 0 0;
}

.filter_applied a:hover {}


@media (max-width: 767px) {
    .derecha {
        padding-top: 10px;
        position: unset;
    }

    .browse_area1 {
        float: right;
        margin: 0;
        position: absolute;
        right: 0px;
        top: 3px;
        width: 100% !important;
        background-color: #dedede;
        margin-top: 42px;

    }

    .browse_area1>div {
        float: none;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .view_wrapper, .order_wrapper {
        margin: 0
    }
.order_wrapper {
    width: 100%;
}
    .view_wrapper {
        display: none !important;
    }

    .view_wrapper a,
    .btfilter-open,
    .order select {
        background: #dedede;
        border-radius: 0;
        color: #000 !important;
        float: left;
        height: 45px;
        line-height: 45px;
        margin: 0 0 0 8px;
        padding: 0;
        text-align: center;
        width: 49%;
        border-right: 2px solid white;
    }

    .btfilter-open:before {
        content: "Filtrar";
        margin-right: 10px;
        position: relative;
        bottom: 4px;
    }

    .filter_applied {
        justify-content: flex-start;
    }

    .order {
        margin-left: 0;
    }



    .order .dropdown .dropdown-toggle {
        background: #dedede !important;
        color: #000 !important;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 1.04em;
        height: 45px;
        line-height: 45px;
        padding: 0 12px;
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
        text-align: center;
        float: right;
        width: 100%;
        box-shadow: none;
    }

    .order .dropdown-menu {
        border: 1px solid #000;
        box-shadow: 2px 4px 6px rgba(57, 57, 57, 0.16);
        margin-top: 45px;
        width: 100%;
    }

    .order .dropdown .dropdown-menu-right {
        left: initial;
    }

    .order .dropdown-menu>li>a {
        padding: 10px 20px;
        text-align: center;
    }

    .btfilter-open:after {
        content: "\f4a6"
    }

    .btfilter-open::after {
        font-family: "Ionicons";
        font-size: 25px;
    }

    .browse_area1 .view_wrapper a {
        display: block
    }

    .browse_area1 .view_wrapper a.active {
        display: none
    }


}


.btbottom {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0;
    float: left;
}
.btbottom .BUTTONBUY {
    width: 100%;
    padding: 12px;
    height: auto;
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 15px;
    text-transform: uppercase;
}



@media (max-width:767px) {
    .order .dropdown .dropdown-toggle::after {
        content: "\f123";
        font-family: "Ionicons";
        font-size: 0.5em;
        padding: 0 0 0 5px;

    }
    .btbottom {
	    width: 100%;
	    display: flex !important
    }
}






/* RESULT **************************/

.Result h1 {
    font-size: 1.1em;
    color: #000;
    width: 100%;
    float: left;
    padding: 20px 0 16px;
    margin: 0;
    visibility: visible;
    font-weight: normal;
}
.Result h1 strong {font-size: 1.2em; margin-left: 6px;}

.Result .derecha {
    padding-top: 0px;
}

@media (max-width:767px) {
.Result .derecha > .title {
    height: 46px !important;
    padding: 0;
    margin: 0 0 46px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.Result .derecha > .title h1 {
    padding: 3px 0;
    line-height: 1.3em;
    margin: 0;
    font-size: 1em;
    text-align: center;
}
}

@media (min-width:531px) and (max-width:1199px) {
    .listview .box_image .badge-dto {
        left: 62px !important;
        display: block !important;
    }

    .listview .box_data .badges {
        position: relative !important;
    }

    .listview .box_data .badges ul {
        margin: 2px 0 4px !important;
    }

    .listview .price_wrapper .badge-dto {
        display: none !important;
    }

    .listview .PRODUCT_BOX .price_wrapper {
        padding: 15px 0 0 15px !important;
    }

    .listview .PRODUCT_BOX .box_data .badges ul {
        top: 45px !important;
    }

    
}

@media (min-width:531px) and (max-width:1440px){
    .listview .PRODUCT_BOX .box_data .badges ul {
        top: auto !important;
        position: relative !important;
    }

    .listview .PRODUCT_BOX .box_data h3 {
        display: contents !important;
    }
}
/*/////////////////////////////////////////////////////.btnselect///////////////*/
/*   BOXES                 ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/




/* PRODUCT_BOX */
.PRODUCT_BOX {
    background: transparent none repeat scroll 0 0;
    float: left;
    margin-bottom: 35px;
    padding: 0;
    width: 100% !important;
    position: relative;
}

/* box_image */
.PRODUCT_BOX .box_image {
    position: relative;
    width: 100%;
    margin: 0 0 9px;
}
.PRODUCT_BOX .box_image > a > img {
    height: 100%;
    width: auto;
    font-size: 10px;
    color: #999;
    transform-style: unset !important;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}



/* box_data */
.PRODUCT_BOX .box_data h3 {
    color: #000;
    font-size: 1.1em;
    font-weight: normal;
    height: 40px;
    line-height: 1.2em;
    margin: 0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0px 10%;
}

.PRODUCT_BOX .box_data h3:hover {
    font-weight: 700;
}

.price_wrapper > span {
    color: #4c4c4c;
    float: left;
    font-size: 0.9em;
    width: 100%;
    margin: 0 0 2px;
}

.price {
    font-size: 1.07em;
    margin-right: 8px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.price span, .tachado span {
    font-weight: 700;
    font-size: 1.1em;
    margin-left: -1px;
}
.tachado {
    color: #8d8d8d;
    float: left;
    font-size: 0.67em;
    margin: 0;
    position: relative;
    text-align: right;
    letter-spacing: -0.02em;
    clear: left;
}

.tachado > span {
    font-weight: normal;
    position: relative;
    font-size: 1.3em;
}

.tachado span::before {
    background: #b3b3b3 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -14%;
    position: absolute;
    top: 52%;
    width: 120%;
}

.price_wrapper.nonavailable {
    font-weight: normal;
    opacity: 1;
    padding-top: 5px;
    font-size: 12px;
}

.nonavailable .tachado {
    display: none;
}
.nonavailable .price {
    opacity: 0.5;
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
}

.nonavailable {
    letter-spacing: -0.2px;
}

.nonavailable .texto {
    width: 100%;
}

.allthumbs {
    padding-bottom: 10px;
}

.Home .gridview>ul.row {
    float: left;
    width: 100%;
}

.PRODUCT_BOX .tachado {
    order: 3;
}

.PRODUCT_BOX .badge-dto {
    order: 4;
}
.PRODUCT_BOX .price_wrapper {
    display: flex;
    align-items: baseline;
    padding: 25px 0 9px;
    position: relative;
}
.price-unit {
    color: #D71920;
    display: block;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.PRODUCT_BOX .price_wrapper.nonavailable {
	align-items: flex-start;
	color: #9d9d9d;
	flex-direction: column;
    padding: 10px 2px;
}
.PRODUCT_BOX .price {
    order: 2;
    min-width: unset;
}

.PRODUCT_BOX .price .pesos {
    font-size: 0.6em;
}

.PRODUCT_BOX .price_wrapper>span {
    order: 1;
    color: #D71920;
    font-size: 0.93em;
    font-weight: normal;
    letter-spacing: -0.02em;
    margin-bottom: -15px;
}



/* SPINNER - CANTIDAD (Flechitas + y -) */ 
.PRODUCT_BOX .QUANTITY {
    float: left;
    margin: 0 0 25px;
    clear: both;
    width: auto;
}
.product_list.gridview .PRODUCT_BOX .QUANTITY,
#home-related-slider-1 .PRODUCT_BOX .QUANTITY,
.related .PRODUCT_BOX .QUANTITY
 {
	margin-left: 0;
}
.QUANTITY .spinner .sp-buttons {
    width: auto;
    display: block;
    float: left;
    border: 0;
    margin: 0 11px 0 0;
}

.QUANTITY .spinner-cart .sp-buttons {
    display: flex;
    flex-direction: row-reverse;
}

.QUANTITY .spinner-cart .sp-buttons > .btn {
    border-radius: 0;
    display: block;
    float: left;
    height: 32px;
    border: 1px solid #ccc;
    width: 33px;
    padding: 0;
    line-height: 32px;
}
.QUANTITY .spinner-cart {
  display: block;
  float: left;
  width: 54px;
  min-width: unset;
  font-weight: 300;
  padding: 0;
  position: relative;
  width: 100%;
  font-family: "Ionicons";
}
.QUANTITY .spinner-cart .sp-buttons > .btn.sp-up:before {
	content: "\f10d";
	font-size: 16px;
	top: -2px;
	position: relative;
}
.QUANTITY .spinner-cart .sp-buttons > .btn.sp-down:before {
	content: "\f104";
	font-size: 16px;
	top: -2px;
	position: relative;
}
  

.QUANTITY .spinner-cart .sp-buttons > .btn.sp-up::before {content: "\f489"}
.QUANTITY .spinner-cart .sp-buttons > .btn.sp-down::before {content: "\f462"}
  

@media(max-width:767px){
    .QUANTITY .spinner-cart .sp-buttons > .btn.sp-up:before,
    .QUANTITY .spinner-cart .sp-buttons > .btn.sp-down:before {
        top: 1px;
    }
}

/**/
.QUANTITY {
    margin: 0 0 18px;
    float: left;
}
.QUANTITY .spinner {
  width: auto;
  display: inline-block !important;
  float: left;
}
.spinner input {
    border-color: #0009;
    margin: 0 6px 0 0;
}
.QUANTITY .spinner input {
    width: 60px;
    height: 38px;
    border-color: #6e6e6e;
    margin: 0 6px 0 0;
    background-color: #fff;
    text-align: center;
   -webkit-appearance: textfield;
   -moz-appearance:    textfield;
   appearance:         textfield;
}
.QUANTITY .spinner input:focus {
    background: #f7f7f7 !important;
    border: 1px solid #ddd !important;
}
.spinner .sp-buttons > .btn {
    float: right;
    height: 33px;
    width: 35px;
    border: 1px solid #c3c3c3;
    background-color: #eee;
    margin: 0 0 0 -1px;
    font-size: 21px;
    color: #000;
    font-family: "Ionicons";
    line-height: 19px;
    min-width: 0;
}
.spinner .sp-buttons > .btn.primary {
    height: auto;
    width: auto;
    border: 1px solid #D71920;
    background-color: #D71920;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 16px 4px;
    margin-left: 10px;
}
.spinner .sp-buttons > .btn:hover {
    background-color: #d2d2d2;
}
.related .PRODUCT_BOX .sp-buttons {
	display: none;
}
@media (min-width:480px) {
	.product_list .sp-buttons {
		display: none;
	}
}


.product_list.gridview .spinner .sp-buttons {
	display: none;
}

#home-related-slider-1 .QUANTITY .text,
.product_list .QUANTITY .text,
.related .QUANTITY .text {
	display: none;
}
.spinner .sp-buttons > .btn.sp-down::before {content: "\f489"}
.spinner .sp-buttons > .btn.sp-up::before {content: "\f462"}







@media (max-width: 479px) {
.Home .PRODUCT_BOX {
    margin-bottom: 0;
}

.PRODUCT_BOX .price {
    font-size: 1.1em;

}

.PRODUCT_BOX {
    border: none;
}

.PRODUCT_BOX .price_wrapper>span {
    display: none;
}

.price_wrapper {
    line-height: 2em;
}
.PRODUCT_BOX .price_wrapper {
    padding: 7px 0 31px;
}
.PRODUCT_BOX .price-unit {
    top: 20px;
}
}




/* recuadro del producto */
.Product .contenido {
    display: flex;
    justify-content: stretch;
}

.Product .c-envio {
   border-top: solid 1px #bdbdbd;
}





/*Comparar*/
.compare {
    float: left;
}

.compare:hover .comp-button {
    text-decoration: underline;
    color: #000;
}

.comp-button span {
    font-family: 'Open Sans';
    font-size: 0.95em;
    color: #707070;
}

.comp-button::before {
    float: left;
    font-family: "Ionicons";
    font-size: 1.1em;
    margin: 5px 4px 0px 4px;
    height: 12px;
    width: 12px;
    border: 1px solid #a1a2a2;
    content: "";
    border-radius: 2px;
}


/* buttons */


.BUTTONFAV {
    bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Ionicons";
    font-size: 20px;
    font-weight: lighter;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 1;
    display: block;
}
.BUTTONFAV:after {
    content: "Z";
    font-family: "e3font";
    position: absolute;
    left: 9px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.35);
}
.BUTTONFAV span {
    display: none
}
.BUTTONFAV:before {
    content: "\f141";
}
.BUTTONFAV:hover {
    color: #D71920 !important
}
.BUTTONFAV:hover:after {color: #D71920}

.BUTTONFAV.added {color: #D71920}
.BUTTONFAV.added:after {
    content: "\f141";
    color: #D71920;
    font-family: 'Ionicons';
    font-size: 28px !important;
}

.BUY .BUTTONFAV:after {
	position: inherit;
	font-size: inherit;
	left: inherit;
}
.BUY .QUANTITY {
	margin-right: 10px;
}


.BUTTONBUY {
    height: auto;
    width: auto;
    border: 1px solid #D71920;
    background-color: #D71920;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px 4px;
    float: left;
    min-width: 140px;
    margin-top: 0;
    text-align: center;
    height: 38px;
}
.BUTTONBUY:hover {
	background: #4e4e4e;
	border: solid 1px #4e4e4e;
	color: #fff;
}
.BUTTONBUY.Agregado {
	background: #4e4e4e;
	border: solid 1px #4e4e4e;
}
.BUTTONBUY.Agregado span {
	display: none;
}
.BUTTONBUY.Agregado:before {
	content: "\f122";color: #fff;
    font-family: "Ionicons";
    position: relative;
}

.BUTTONBUY.nonavailable span {
    padding: 0 9px 0 0;
}

.BUTTONBUY.nonavailable span:before {
    content: "\f21f"
}

.BUTTONBUY.nonavailable span::before {
    float: right;
    font-family: "Ionicons";
    font-size: 1.4em;
    top: -1px;
}

.BUTTONBUY.nonavailable:hover {
    background: #bbb
}

.BUTTONBUY.nonavailable {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #888 !important;
    font-size: 0.9em;
    padding: 10px 0;
    text-decoration: underline;
    width: auto;
    min-width: 0;
}

.PRODUCT_BOX:hover .BUTTONBUY.nonavailable,
.BUTTONBUY.nonavailable:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background: none !important;
}







/* PRODUCT_BOX:HOVER ****************************/

@media (min-width: 768px) {

    .PRODUCT_BOX:hover .box_data h3 {
        text-decoration: underline
    }

    .PRODUCT_BOX:hover .BUTTONFAV {
        display: block
    }

}





/* PASTILLAS **********************************/


.badges ul {
    text-align: center;
    position:absolute;
    top: 0px;
    padding: 0;
    margin: 3px 0 0 3px;
}

.badges ul li{
    margin-bottom: 5px;
}

.badges ul li > div {
    background: transparent;
    z-index: 1;
    position: relative;
    left: 0;
    top: 0;
    width: 80px;
    height: 23px;
}
.badges ul li > div span {
    position: absolute;
    display: block;
    padding: 5px 14px;
    background-color: #003e6b;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 1em;
}
.badges ul li > div.badge-oferta span {
    background-color: #000;
    color: #FFF ;
    top: 0;
}
.badges ul li > div.badge-nuevo span {
    background-color: #418AE2;
    color: #fff;
}


/* descuento "-20%" */
.badge-dto {
    padding-left: 4px !important;
    background: rgb(215, 25, 32);
    color: rgb(255, 255, 255);
    right: 5px;
    font-size: 1.95em;
    height: 70px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    text-align: center;
    width: 70px;
    border-radius: 100%;
    pointer-events: none;
    font-weight: 700;
    z-index: 1;
    top: 0px;
    line-height: 52px;
    font-family: Oswald, sans-serif !important;
}
.GALLERY .badge-dto {
    top: 6px;
}
.badge-dto .number::after {
    content: "OFF";
    font-size: 18px;
    margin-left: 5px;
    font-weight: normal;
    padding-left: 7px;
    position: absolute;
    left: 9px;
    top: 22px;
    letter-spacing: 1px;
}
.badge-dto span.per {
    font-weight: normal;
    font-size: 0.8em;
    margin-left: 1px;
}




/* envio gratis */
.badge-enviogratis {
    background-color: #d9fbe2;
    border-radius: 0;
    bottom: 1px;
    color: #01932a;
    font-size: 0.9em;
    font-weight: bold;
    left: 0;
    padding: 1px 7px 3px 2px;
    position: absolute;
    font-family: 'Oswald', sans-serif;
    z-index: 1;
    letter-spacing: 0.02em;
}


@media (min-width: 479px) {
    .badge-enviogratis::before {
        content: "";
        background-image: url(/Content/Images/b-free.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 17px;
        width: 17px;
        display: inline-block;
        position: relative;
        left: 0;
        margin-left: 5px;
        margin-right: 5px;
        top: 4px;
    }

    
}

@media (max-width: 479px) {
    .badge-enviogratis {
        padding: 1px 3px 0 3px;
        bottom:-2px;
        font-size: 11px;
    }
    .badges ul li > div {
        height: 18px !important;
    }
    .badges ul li{
        margin-bottom: 0 !important;
    }

    .BUTTONFAV{
        display: none !important;
    }

    .PRODUCTAREA .BUY .BUTTONFAV {
        display: block !important;
    }

    .badges ul li > div span {
        padding: 2px 12px;
    }
}

/* descuento "-20%" */


.badge-cuotas {
    background: #D71920 !important;
    color: #fff !important;
}



/* Pastillas en Product Detail ************/
.GALLERY {
	display: flex;
}
.GALLERY #g_image {
    order: 1;
    padding: 0;
}
.GALLERY #g_image .badges {
    float: initial;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.GALLERY .allthumbs {
	width: 80px;
    margin-right: 10px;
}
.GALLERY #g_image .badges ul {
    margin: 0;
}

.GALLERY .badges ul li>div {
    font-size: 1em;
}

.GALLERY #g_image .badge-nostock,
.GALLERY #g_image .badge-ultimos {
    display: none;
}

@media(min-width:1900px){
    .GALLERY .allthumbs {
        max-height: 500px;
    }  
}

@media(min-width:768px){
    .GALLERY .allthumbs {
        max-height: 400px;
    }  
}

/*Scroll thumbs*/

/* width */
 .GALLERY .allthumbs ::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .GALLERY .allthumbs ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .GALLERY .allthumbs ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .GALLERY .allthumbs ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


/* PRODUCT_BOX responsive  *******************************************************/

@media (max-width: 767px) {
    .GALLERY .badges ul li{
        margin-bottom: 8px;
    }
    .hover_image {
        background: transparent none repeat scroll 0 0;
        border: 0 none;
        bottom: -14px;
        display: block !important;
    }

    .PRODUCT_BOX .badges ul {
        margin: 0;
    }
    .PRODUCT_BOX .badges ul li > div span {
        padding: 4px 10px;
        top: 5px;
        font-size: 0.8em;
    }
    .PRODUCT_BOX .badge-dto {
        height: 50px;
        width: 50px;
        font-size: 1.4em;
        line-height: 40px;
    }
    .PRODUCT_BOX .badge-dto .number::after {
        font-size: 11px;
        top: 15px;
        left: 6px;
    }
    .Product .related .BUTTONBUY {
        font-size: 15px;
        min-width: 100px;
    }

    .PRODUCTAREA {
        padding-top: 15px !important;
    }

    .PRODUCTAREA .buttons_wrapper {
        display: flex;
        justify-content: center;
        margin: -10px auto 29px;
    }

    .PRODUCTAREA .buttons_wrapper .compare {
        display: none
    }

    .PRODUCTAREA .buttons_wrapper {
        font-size: 1.3em !important;
        padding: 20px 0 !important;
    }
    .BUY .BUTTONFAV::after {
        font-size: 26px;
    }
    .PRODUCTAREA .buttons_wrapper a {padding: 10px 11px}
    .BUY .c-envio h2 {
        font-size: 1.3em;
        font-weight: bold;
        text-align: left;
        margin: 0;
        padding: 20px 0;
    }

    .Product section {
        margin-top: 6px;
    }
    .badges ul li > div {
        height: 16px;
    }
    .PRODUCT_BOX .box_data h3{
        height: 60px;
    }
}


@media (max-width: 479px) {
    .PRODUCT-TABS {
        margin-top: 20px !important;
    }

    .PRODUCT_BOX {
        font-size: 0.9em
    }
    .PRODUCT_BOX .badges ul li > div span {
        padding: 3px 8px;
        top: 0;
        font-size: 11px;
    }
    .PRODUCT_BOX .badge-dto {
        height: 43px;
        width: 43px;
        font-size: 1.35em;
        line-height: 34px;
        padding-left: 2px;
    }
    .PRODUCT_BOX .badge-dto .number::after {
        font-size: 10px;
        top: 14px;
        left: 4px;
        letter-spacing: 0.05em;
    }
    .PRODUCT_BOX .box_data {
        font-size: 0.94em;
    }

    .PRODUCT_BOX .box_data h3{
        height: 50px;
    }

    .Home .QUANTITY {
        display: none;
    }
}

@media (max-width: 400px) {
    .PRODUCT_BOX .box_data h3{
        height: 60px;
    }
}

/* NOHAYPRODS  **************************/
.nohayprods > li {
    float: left;
    margin-bottom: 30px;
}

.nohayprods>li>a::before {
    display: block;
    font-family: "cdafont";
    font-size: 4em;
    text-decoration: none !important;
}

.nohayprods>li>a {
    text-transform: uppercase;
}

.nohayprods>li>a:hover {
    color: #D71920 !important
}

.nohayprods .caret {
    display: none;
}

.nohayprods>li>ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ddd transparent transparent;
    border-style: solid none none;
    border-width: 1px 0 0;
    box-shadow: none;
    display: block;
    float: left;
    font-size: 0.9em;
    left: unset;
    margin: 8px 0 0;
    padding: 0;
    position: relative;
    top: unset;
    width: 100%;
    padding-top: 4px;
    z-index: 0;
}

.nohayprods>li>ul a {
    opacity: 0.6;
    padding: 2px 0;
}

.nohayprods a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: inherit !important;
    opacity: 1 !important;
}

.nohayprods>li>ul a:hover {
    text-decoration: underline !important;
}






.product_list {
    float: left;
    width: 100%;
}


/* cambio de vistas pastillas */
.PRODUCT_BOX .box_data .badges {display: none}
.listview .PRODUCT_BOX .box_image .badges, .listview .PRODUCT_BOX .box_image .badge-dto {display: none}
.listview .PRODUCT_BOX .box_data .badges, .listview .PRODUCT_BOX .box_data .badge-dto {display: block}



/* PRODUCT_LIST - VISTA GRILLA DEFAULT **************************/

.product_list.gridview ul {
    display: flex;
    flex-wrap: wrap;
}

.gridview .PRODUCT_BOX {
    margin-bottom: 30px
}

.gridview .PRODUCT_BOX .box_image {
    height: auto;
    margin-bottom: 1em;
}


.Category .gridview .PRODUCT_BOX .buttons_wrapper {
    padding-top: 0;
}

.gridview .PRODUCT_BOX .box_image > a > img{
    height: auto !important;
}




@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 530px) {

    .listview .badge-enviogratis,
    .gridview .badge-enviogratis {
        padding: 1px 3px 1px 3px;
        position: relative;
        top: 85px;
    }
    .gridview .badge-enviogratis::before{
        content: none;
    }

    .Category .gridview .PRODUCT_BOX .buttons_wrapper{
        display: none;
    }
}

@media (max-width: 479px) {
.gridview .PRODUCT_BOX {
    width: 106%;
}
.gridview .PRODUCT_BOX {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.gridview .PRODUCT_BOX .price, .gridview .PRODUCT_BOX .tachado {
    flex: 0 1 auto;
}
.gridview .PRODUCT_BOX .tachado {
    margin-left: 1em;
}

    

}











body.Product {
	background: #fff;
}
.PRODUCT-TABS .tab-content {
    padding: 2em;
    border: solid 1px #cbcbcb;
    box-shadow: 4px 4px 4px rgba(0,0,0,.14);
    overflow: hidden;
    background: #fff;
}
.PRODUCT-TABS li.active a, .PRODUCT-TABS li.active a:hover {
	background: none;
}






/* PRODUCT_LIST - VISTA LISTADO **************************/

.listview .item:last-child {
    margin-bottom: 30px;
}
.listview .PRODUCT_BOX {
    border-radius: 0;
    height: auto;
    padding: 10px 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.listview .PRODUCT_BOX .box_image {
    width: 100px;
    height: 70px;
    margin: 0;
}
.listview .PRODUCT_BOX .box_data {
    flex: 2 1 0;
    display: flex;
    margin-left: 1em;
}
.listview .PRODUCT_BOX .name_wrapper {
    flex: 1 1 0;
    margin-top: 6px;
    padding-right: 58px;
}
.listview .PRODUCT_BOX .semaforo {
    top: 11px;
    margin-right: 5px;
}
.listview .PRODUCT_BOX .box_data h3 {
    font-size: 1.1em;
    height: auto;
    width: 100%;
    color: #000;
    font-weight: 400;
    float: left;
    padding: 0;
}
.listview .short_desc {display: none}
.listview .codeid {display: none}

.listview .PRODUCT_BOX .box_data .badges ul {
	margin: .5em 0 0 0;
	display: flex;
    top: 40px
}
.listview.product_list .badges ul li > div {
    overflow: visible;
    width: auto;
    position: inherit;
    margin: 0;
    height: auto;
}
.listview.product_list .badges ul li > div span {
    transform: none;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    padding: 2px 8px;
    font-size: 12px;
}

.listview .PRODUCT_BOX .price_wrapper {
    display: block;
    text-align: left;
    width: 160px;
    position: relative;
    padding: 5px 0 0;
}
.listview .PRODUCT_BOX .price_wrapper.nonavailable {
    line-height: 1.3em;
    font-size: 0.95em;
    padding: 0;
    width: 95px;
}
.listview .price {
    width: auto;
    float: left;
    order: 1;
}
.listview .tachado {
    order: 2;
    float: left;
    width: auto;
    clear: none;
    margin: 1px 0 0 0px;
}
.listview .PRODUCT_BOX .price-unit {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    clear: both;
}
.listview .badge-dto {
    height: 43px;
    width: 43px;
    font-size: 1.22em;
    line-height: 34px;
    padding-left: 2px;
    position: absolute;
    top: -3px;
    left: -51px;
    right: auto;
}
.listview .badge-dto .number::after {
    font-size: 10px;
    top: 14px;
    left: 4px;
    letter-spacing: 0.05em;
}
.listview .BUTTONBUY {
    min-width: 0;
    width: 95px;
    padding: 0;
    line-height: 32px;
    height: auto;
    font-size: 14px;
}
.listview .QUANTITY .spinner input {
    height: auto;
}
.listview .QUANTITY .spinner {
    display: block
}

.listview .buttons_wrapper {
    padding-top: 0 !important;
}

.listview .PRODUCT_BOX .buttons_wrapper {

}
.listview .PRODUCT_BOX .BUTTONFAV {
    right: -5px;
    bottom: 1px;
    display: block;
    background: transparent;
    opacity: 0.8;
}
.listview .PRODUCT_BOX .BUTTONFAV:hover {opacity: 1}

.listview .badge-enviogratis span {
    background-color: #D9FBE2;
    color: #01932a;
}

.listview .badge-enviogratis {
    padding: inherit;
}

.listview .badge-enviogratis::before {
    content: none;
}


@media (max-width: 1199px) {
    .listview .PRODUCT_BOX .box_image {
    height: 80px;
}
.listview .PRODUCT_BOX .box_data {
    flex-direction: column;
    align-items: flex-start;
}
.listview .PRODUCT_BOX .semaforo {
    position: absolute;
    top: 19px;
}
.listview .PRODUCT_BOX .name_wrapper {
    margin: 0;
    padding: 6px 240px 0 16px;
    width: 100%;
}
.listview .PRODUCT_BOX .box_data h3 {
    margin-bottom: 10px;
    font-size: 1em;
}
.listview .PRODUCT_BOX .box_data .badges ul {
    margin: -4px 0 4px;
}
.listview .PRODUCT_BOX .price_wrapper {
    padding-left: 16px;
    width: auto;
}
.listview .PRODUCT_BOX .price_wrapper.nonavailable {
    position: absolute;
    top: 15px;
    right: 0;
}
.listview .badge-dto {
    left: auto;
    right: -55px;
}
.listview .PRODUCT_BOX .QUANTITY {
    position: absolute;
    right: 0;
    top: 10px;
}
.listview .QUANTITY .spinner input {
    padding: 6px 1px;
    width: 50px;
}

    

}


@media (max-width: 991px) {
.listview .PRODUCT_BOX {
    padding: 14px 0;
}
.listview .PRODUCT_BOX .box_data {
    width: calc(100% - 100px)
}
.listview .PRODUCT_BOX .semaforo {
    top: 23px;
}
.listview .PRODUCT_BOX .name_wrapper {
    padding-right: 180px;
}
.listview .PRODUCT_BOX .QUANTITY {
    display: flex;
    flex-direction: column;
    top: 16px;
}
.listview .QUANTITY .spinner .sp-buttons {
    margin: 0;
}
.listview .BUTTONBUY {
    width: 100%;
    margin-top: 7px;
}
.listview .PRODUCT_BOX > .BUTTONFAV {
    display: none;
}
.listview .box_image .buttons_wrapper {
    display: block !important;
}
.listview .PRODUCT_BOX .BUTTONFAV {
    display: none;
}
.listview .PRODUCT_BOX .price_wrapper.nonavailable {width: 124px}
}








/* PRODUCT_LIST MOBILE - AMBAS LISTAS  desde 530px **************************/

@media (max-width: 530px) {
	
.product_list .PRODUCT_BOX .box_data .badges,
.product_list .PRODUCT_BOX .box_data .badge-dto {display: none !important}

.product_list .PRODUCT_BOX .box_image .badges, 
.product_list .PRODUCT_BOX .box_image .badge-dto {display: block !important}


.PRODUCT_BOX .semaforo {
  height: 10px;
  width: 10px;
  top: 2px !important;
}


.PRODUCT_BOX .price_wrapper .price span {
    font-weight: 600;
	font-size: 1.2em;
}

.PRODUCT-TABS .tab-content {
    padding: 0;
    border: none;
    box-shadow: none;
}
.product_list>ul>li {
    padding: 0 !important;
    width: 100%;
}

.product_list>ul>li:last-child {
    border-bottom: 1px solid #ddd !important;
}

.product_list .PRODUCT_BOX {
    border-top: 1px solid #ddd !important;
    margin: -1px 0 0 !important;
    padding: 17px 10px 63px;
    height: auto;
    position: relative;
    display: block;
}

.product_list .PRODUCT_BOX .box_image {
    width: 140px;
    height: 100px;
    float: left;
    margin: 0;
}

.product_list .PRODUCT_BOX .box_data {
    width: calc(100% - 154px) !important;
    float: right !important;

    position: initial;
    padding: 0;
    margin: 0;
}

.product_list .PRODUCT_BOX .codeid {
    margin-bottom: 5px
}
.product_list .PRODUCT_BOX .semaforo {
  top:  auto !important;
  margin: 5px 0 0;
  position: absolute;
}
.product_list .PRODUCT_BOX .name_wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    flex: none;
    float: left;
    white-space: normal;
    clear: none;
}
.product_list .PRODUCT_BOX .box_data h3 {
    height: auto;
    margin-bottom: 0px;
    color: #000;
    font-size: 1.1em;
    padding: 0 0 16px 14px;
}
.product_list .PRODUCT_BOX .price_wrapper {
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 20px;
    clear: both;
}
.product_list .PRODUCT_BOX .tachado {
  margin: 0;
}
.product_list .PRODUCT_BOX .QUANTITY {
    position: absolute;
    bottom: 17px;
    left: 10px;
    margin: 0;
    display: block;
    top: auto;
}

.product_list .QUANTITY .spinner {
    display: block;
    width: auto;
}

.product_list article .QUANTITY .spinner .sp-buttons {
    display: block !important;
    float: left;
    margin: 0 14px 0 0;
}

.product_list article .QUANTITY .spinner input {
    height: 37px;
    float: left;
    width: 57px;
    padding: 0 5px;
}
.product_list .spinner .sp-buttons > .btn {
  height: 37px;
  width: 39px;
}
.product_list .BUTTONBUY {
    width: 140px;
    float: left;
    height: 37px;
    line-height: 34px;
    padding: 0;
    margin: 0;
}
.listview .PRODUCT_BOX .price_wrapper.nonavailable {position: relative}

.product_list .badges {
    clear: both;
    margin: 0;
    position: absolute;
    float: left;
    top:0;
}
.product_list .badges ul li > div span {
    padding: 3px 6px !important;
    font-size: 11px !important;
    transform: none;
    width: auto;
    left: auto;
    top: auto;
    position: relative;
    float: left;
}
.product_list .badge-dto {
    width: 43px;
    height: 43px;
    font-size: 1.3em;
    line-height: 33px;
    padding: 0;
    right: -5px;
    top: -9px;
}
.product_list .badge-dto .number::after {
    font-size: 10px;
    top: 13px;
    left: 5px;
}
.product_list .PRODUCT_BOX .BUTTONFAV {
    right: auto;
    left: -2px;
    bottom: -3px;
}
.listview .PRODUCT_BOX .BUTTONFAV {
    right: 0;
    left: unset;
    bottom: -5px;
}
.listview .PRODUCT_BOX > .BUTTONFAV {display: none}
.listview .box_image .buttons_wrapper {display: block !important}
}



.BUTTONBUY span{
    text-transform: uppercase;
}

.PRODUCTAREA .BUTTONBUY span {
    text-transform: none !important;
}



/* Hack altura del BOX público *********************/

.listview .PRODUCT_BOX.public .box_data h3 {
	font-size: 1.15em;
}

@media (max-width: 530px) {
    .product_list .PRODUCT_BOX.public {
        height: 190px !important;
        padding-bottom: 17px !important;
    }
    .product_list .PRODUCT_BOX.public .box_data h3 {
	    font-size: 1.1em !important;
    }

    .product_list .no-quantity{
        display: none !important;
    }
}


@media (max-width: 350px) {
    .product_list .BUTTONBUY {
        width: 100px;
        min-width: 0;
    }
}








/*////////////////////////////////////////////////////////////////////*/
/*   PRODUCTO              ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

.Product .breadcrumb {
    margin: -10px 0 9px !important;
    top: auto;
}
.Product .breadcrumb > li:nth-last-child(2) a {
    color: #000 !important;
    cursor: default;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    line-height: 24px;
}
.Product .breadcrumb > li:nth-last-child(2)::after {display: none}

.Product .breadcrumb > li:last-child {
    display: none;
}





/* PRODMENU *********************************/

@media (max-width: 767px) {
.Product header .main {
    position: relative !important;
}
#buy {
    padding-top: 66px;
    float: left;
    width: 100%;
    margin-top: -66px;
}
}

.Product section {
    padding-top: 0 !important;
    margin-top: 27px;
}
.PRODMENU {
    background: #f4f4f4;
    padding: 0 15px;
    z-index: 3;
    width: 100% !important;
    height: 50px;
    float: left;
    border-bottom: 1px solid #ddd;
}
.PRODMENU .affix {
	position: fixed;
	top: 0;
	border-bottom: 1px solid #FFFFFF47;
}
.PRODMENU .affix-top {position: relative}

.PRODMENU .BUTTONBUY {
    float: right;
    margin-top: 8px;
    width: 123px;
    color: #fff !important;
}
.PRODMENU .price, .PRODMENU .tachado {
    float: left;
    clear: none;
    margin-top: 15px;
}
.PRODMENU .tachado span::before {/*background-color: #ffffffd1*/}





/* GALLERY  *************************************************/
.GALLERY {
    position: relative;
}


/* zoom */
.zoomContainer {
    display: none !important;
}

.zoomWindowContainer .zoomWindow {
    border: 3px solid #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}



/* big image */
.allthumbs,
#g_image {
    float: left;
    width: 100%;
    position: relative;
}

.g_image {
    width: 96%;
}
#g_image {
    text-align: center;
    padding: 0 10px 12px;
}

    #g_image img {
        height: auto !important;
        max-height: 500px;
        max-width: 100%;
        width: auto !important;
    }

#zoom_01 {
    cursor: zoom-in !important;
}



/* thumbs */
#g_thumbs {
    padding-right: 4px;
    float: left;
    overflow: auto;
}

#g_thumbs img {
    bottom: 0;
    color: #bbbbbb;
    font-size: 8px;
    height: auto;
    left: 0;
    line-height: 10px !important;
    margin: auto;
    max-height: 95%;
    max-width: 95%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#g_thumbs a {
    border: 1px solid #ffffff;
    display: block;
    float: left;
    height: 58px;
    margin: 0 0 5px 0;
    position: relative;
    text-align: center;
    width: 78px;
}

#g_thumbs a:hover {
    border-color: #ccc;
}

#g_thumbs .active {
    border-color: #CCC;
}


/* boton zoom */
#g_button {
    color: #444;
    display: none;
    float: left;
    line-height: 3em;
    /*margin-top: 5px;
    padding: 10px 0 10px 30px;*/
    position: relative;
    text-align: left !important;
    text-decoration: none;
    width: auto !important;
    height: auto !important;
    border-color: #fff !important;
    margin-bottom: 10px;
}

#g_button:before {
    content: "i"
}

#g_button::before {
    display: block;
    float: left;
    font-family: "dhs";
    font-size: 1.35em;
    left: 4px;
    position: relative;
    top: 15px;
}

#g_button:hover {
    color: #D71920 !important;
}

#g_button span {
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* FLECHAS galeria + fancybox */

#g_arrows>* {
    color: #B3B3B3;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: calc(50% - 30px);
    width: 40px;
    display: none;
}

#g_arrows>*:hover {
    color: #D71920
}

#g_arrows .l_arrow {
    left: -20px
}

#g_arrows .r_arrow {
    right: -20px
}

#g_arrows>*:before {
    font-family: "dhs";
}

#g_arrows .l_arrow:before {
    content: "j"
}

#g_arrows .r_arrow:before {
    content: "k"
}




/* FANCYBOX ******/
.fancybox-nav span {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 28px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    text-align: center;
    width: 20px;
    background: none !important;
    visibility: visible;
    opacity: 0.5
}

.fancybox-nav:hover span {
    color: #fff;
    opacity: 1;
}

.fancybox-next {
    right: -60px
}

.fancybox-prev {
    left: -60px
}

.fancybox-nav span:before {
    font-family: "Ionicons"
}

.fancybox-prev span:before {
    content: "\f124"
}

.fancybox-next span:before {
    content: "\f125"
}

.fancybox-close {
    background: #5c5c5c none repeat scroll 0 0;
    border: 3px solid rgba(255, 255, 255, 0.46);
    border-radius: 100%;
    box-shadow: 2px 2px 10px #000;
    color: #fff;
    font-size: 19px;
    height: 40px;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}

.fancybox-close:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.fancybox-close:before {
    font-family: "Ionicons"
}

.fancybox-close:before {
    content: "\f12a"
}

#fancybox-loading {
    background-image: url("/Content/images/fancybox-2.1.5/fancybox_sprite@2x.png");
}



@media (max-width: 1199px) {
    #g_thumbs a {
        height: 46px;
        width: 60px;
        margin: 0 2px 2px 0;
    }
}

@media (max-width: 767px) {
    .zoomContainer {
        display: none !important
    }

    #sticker {
        position: relative !important;
    }
    .GALLERY .allthumbs {
	    padding-left: 15px;
	}
    #g_image img {
        max-height: 400px;
    }
}

@media (max-width: 479px) {

    #g_image img {
        pointer-events: none;
        max-height: 300px;
    }

    #g_button {
        display: block !important;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute !important;
        top: -23px;
        width: 40px !important;
        height: 40px !important;
        font-size: 1.1em;
        background: #fff;
        opacity: 0.6;
        display: none !important;
    }

    #g_button span {
        display: none
    }

    #g_button::before {
        font-size: 1.2em;
        left: 10px;
        top: 16px;
    }

    #g_arrows>* {
        font-size: 17px;
        color: #666;
    }

    #g_arrows .l_arrow {
        left: -15px
    }

    #g_arrows .r_arrow {
        right: -15px
    }

}




/* GALLERY SLIDER MOBILE *********************************/
#prod-slider {
    /*height: 280px;*/
}

#prod-slider .owl-nav>div {
    font-size: 18px;
    text-shadow: none;
    top: 44%;
    padding: 0;
}

#prod-slider .owl-prev {
    left: -12px
}

#prod-slider .owl-next {
    right: -12px
}

#prod-slider li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
   /* height: 280px;*/
}

#prod-slider img.lazyOwl {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;
    text-align: center;
}

.imobile {
    float: left;
    width: 100%;
    position: relative;
}

.imobile .badges {
    position: absolute;
    top: 6px;
    left: 0;
}






/* PRODUCTAREA *********************************/

.Product h1 {
    float: left;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.codeid {
    float: left;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    width: auto;
    margin: 0 0 8px;
    color: gray;
    font-family: 'Open Sans', sans-serif;
}
.PRODUCTAREA .short_desc {
    float: left;
    clear: both;
    margin: -6px 0 13px;
}

.PRODUCTAREA .buttons_wrapper .compare {
    font-size: 0.5em;
    margin-left: 30px;
}

.PRODUCTAREA .buttons_wrapper .compare::after {
    content: "";
    display: block;
    height: 43px;
    position: relative;
    left: -5px;
    top: 0px;
    width: 1px;
    background-color: #dadada;
}

.PRODUCTAREA .buttons_wrapper a {
    color: #99989d;
    display: block;
    float: left;
    font-size: 1.7em;
    line-height: 20px;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.PRODUCTAREA .buttons_wrapper a:hover {
    color: #D71920 !important
}

.BUTTONASK::before {
    content: "z"
}

.BUTTONASK::before {
    font-family: "e3font" !important;
}

.BUTTONSHARE::before {
    font-family: "Ionicons" !important;
}

.BUTTONSHARE::before {
    content: "\f3ac"
}

.BUTTONWHATSAPP::before {
    font-family: "Ionicons" !important;
}

.BUTTONWHATSAPP::before {
    content: "\f4ef"
}


.PRODUCTAREA .QUANTITY .spinner input {
    height: 37px;
}
.PRODUCTAREA .spinner .sp-buttons > .btn {
    height: 37px;
    width: 38px;
}





/* BUY  ****************************************/
.BUY {
    float: left;
    width: 100%;
    margin: 0;
}
.BUY .caja {
    float: left;
    width: 100%;
}

.BUY .caja > * {
    float: left;
    width: 100%;
}
.BUY .stock {
    color: #91c600;
    font-size: 1.07em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 7px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.BUY .price_wrapper {
    float: left;
    font-size: 1.25em;
    height: auto !important;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: baseline;
    padding-bottom: 12px;
    line-height: 20px;
}

.BUY .price_paymethods {
    float: left;
    font-size: 14px;
    height: auto !important;
    margin: 0 0 30px 0;
    width: 100%;
    display: flex;
    align-items: baseline;
    border-bottom: solid 1px #bdbdbd;
    padding-bottom: 12px;
    line-height: 20px;
}

.BUY .price {
    margin: 0 10px 0 0;
    font-size: 1.2em;
    letter-spacing: -0.03em;
}

.BUY .tachado {
    margin: 0 1em 0 0;
    clear: none;
    letter-spacing: -0.03em;
}
.BUY .price-unit {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    font-size: 16px;
    margin: 3px 0 0;
}

.BUY .price-unit::before {
    content: "";
    background: #ccc;
    width: 1px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin: 0 9px 0 0;
    float: left;
}

.BUY .BUTTONBUY {
	width: 260px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 1.3em;
    top: -8px;
    position: relative;
}
.BUY .BUTTONBUY.nonavailable {
    background: #777 none repeat scroll 0 0;
    line-height: 1.4em;
    color: #fff !important;
    text-decoration: none !important;
    padding: 23px 3px !important;
    margin: 0 15px 35px 0 !important;
    letter-spacing: 0px;
    font-size: 1.2em;
    text-transform: none;
    font-weight: normal;
    border-radius: 0;
    width: 50% !important;
}

.BUY .BUTTONBUY.nonavailable:hover {
    background-color: #444 !important
}

.BUY .nonavailable .price {
    color: #333;
    font-size: 1em;
    margin: 0 0 15px;
    opacity: 1;
}


.BUY .price_wrapper>span {
    font-size: 0.85em;
    margin-bottom: 10px;
    color: #D71920;
    font-size: 1em;
}
.BUY .BUTTONFAV:before {
	display: none;
}

.BUY .envios {
    padding: 0;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.BUY .envios .bloque {
    font-size: 1em;
    line-height: 1.3em;
    width: auto;
    float: left;
    display: block;
    padding-left: 47px;
    position: relative;
    margin-bottom: 12px;
    max-width: 47%;
}
    .BUY .envios .bloque.bloque2,
    .BUY .envios .bloque.bloque3 {
        margin-right: 6%;
    }

.BUY .envios .bloque::before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
}
.BUY .envios .bloque1::before {
    background-image: url("/Pubs/Sites/Default/Custom/b-acopio.svg");
    width: 34px;
    height: 34px;
}
.BUY .envios .bloque2::before {
    background-image: url("/Pubs/Sites/Default/Custom/b-camion.svg");
}
.BUY .envios .bloque3::before {
    background-image: url("/Pubs/Sites/Default/Custom/b-pickup.svg");
}
.BUY .envios .bloque > * {
    float: left;
    clear: left;
    margin-bottom: 3px;
    line-height: 16px;
    font-size: 14px;
}
.BUY .envios .bloque:first-child {
    margin-right: 6%;
}
.btn-calc {
    color: #000;
    display: inline;
    text-decoration: underline;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
    min-width: 131px;
    text-align: center;
    font-style: normal;
    clear: left;
    padding-bottom: 17px;
}
.btn-calc:hover {
    color: #000000;
    text-decoration: underline;
}
.envios .btn-calc {margin-top: 5px}


.price_wrapper .btn-calc {
    clear: both;
    margin: 0 0 20px;
}





.GALLERY .badge-enviogratis {
    display: none;
}

.badg-env .btn-calc {
    display: none;
}

.BUY .badge-enviogratis {
    background-color: #d9fbe2;
    border-radius: 0;
    bottom: unset;
    color: #01932a;
    float: left;
    left: unset;
    line-height: 1.2em;
    padding: 4px 6px 3px 8px;
    position: relative;
    margin: 0 15px 15px 0;
    font-weight: 500;
    width: 125px;
    text-align: center;
}

.BUY .badge-enviogratis::before,
.BUY .badge-enviogratis::after {
    content: none;
}

.BUY .ship {
    color: #D71920;
    float: left;
    font-size: 0.92em;
    line-height: 1.1em;
    margin: 5px 0 12px;
}



@media(max-width:1199px) {
.BUY .envios .bloque {
    padding-left: 51px;
}
.BUY .envios .bloque3::before {
    background-size: 33px;
}
}


@media(max-width:991px) {
.BUY .envios {font-size: 0.95em}
}


@media (max-width:767px) {

.BUY .BUTTONBUY {
    max-width: 265px;
    float: left;
    display: block;
    font-size: 18px;
    width: 199px !important;
}
.BUY .price_wrapper {
    padding-bottom: 9px;
    margin-top: 6px;
}
.Product .c-envio::before {
    display: none
}
.BUY .c-envio {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.BUY .c-envio h2 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 10px;
    position: relative;
    top: -20px;
    width: auto;
}

.BUY .c-envio h2 span {
    background: #fff;
    padding: 0 10px;
}

}


@media (max-width:479px) {

#g_arrows > * {
    display: block !important;
}
.Product h1 {
    padding: 0;
    font-size: 1.5em !important;
    padding-top: 10px;
}

.BUY .price {
    font-size: 1em;
}

.BUY .price_wrapper>span {
    margin-bottom: 0px;
}
.cobertura {
    padding: 0 5px 0 0;
}

    #prod-slider .owl-nav > div {
        top: 36%;
    }

}



.txt-envio {
    color: #333;
    float: left;
    font-size: 0.85em;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    margin: 0 0 9px;
    padding-left: 36px;
    position: relative;
    width: 100%;
}

.txt-envio::before {
    left: -2px;
    position: absolute;
    top: -1px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    content: "";
    display: block;
    height: 28px;
    width: 28px;
}

.txt-envio a {
    text-decoration: underline;
    color: #999;
}

.txt-envio1::before {
    background-image: url("/Pubs/Sites/Default/Custom/i-cesto.png")
}

.txt-envio2::before {
    background-image: url("/Pubs/Sites/Default/Custom/i-camion.png")
}



/* DATA  ***************************************************/

.DATA>* {
    float: left;
    width: 100%;
}

.DATA h2 {
    font-size: 1.34em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.DATA .short_desc,
.DATA .long_desc {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 12px;
}

.DATA .long_desc ul {
    clear: both;
    float: left;
    margin: 0 0 20px;
}

.DATA .long_desc ul>li {
    clear: left;
    float: left;
    margin-bottom: 6px;
    padding-left: 16px;
    position: relative;
}

.DATA .long_desc ul>li::before {
    content: "\f363"
}

.DATA .long_desc ul>li::before {
    font-family: "Ionicons";
    font-size: 1.1em;
    left: 1px;
    opacity: 0.3;
    position: absolute;
    top: 0;
}




/* BANNER producto  **************************/

.b-data {
    margin: 20px 0 50px;
}

.b-data .item {
    float: left;
    font-size: 0.9em;
    font-weight: 300;
    padding: 7px 24px 7px 50px;
    position: relative;
    width: 50%;
    line-height: 1.2em;
}

.b-data .item strong {
    display: block;
    margin-top: 3px;
}

.b-data .item::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 2.6em;
    left: 0;
    position: absolute;
    top: 5px;
    height: 43px;
    width: 42px;
    content: "";
}

.b-data .item1::before {
    background-image: url('/Pubs/Sites/Default/Custom/i-cards.png')
}

.b-data .item2::before {
    background-image: url('/Pubs/Sites/Default/Custom/i-devol.png')
}

.b-data .item1::after {
    border-right: 1px solid #ddd;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 12px;
    top: 0;
    width: 1px;
}

.b-data .item:hover strong {
    text-decoration: underline;
    color: #D71920;
}



@media (min-width: 1440px) {
    .b-data {
        width: 33.3333%
    }
}

@media (max-width: 1440px) {
    .PRODUCTAREA .buttons_wrapper {
        float: left;
        clear: both;
        margin: -10px 0 8px;
        width: 100%;
    }
}



@media (min-width: 1200px) and (max-width: 1439px) {
    .b-data .item {
        font-size: 0.85em;
        width: 50%;
        border-top: 0;
        padding: 10px 10px 10px 40px;
    }

    .b-data .item::before {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        font-size: 2.6em;
        left: 0;
        position: absolute;
        top: 5px;
        height: 40px;
        width: 36px;
        content: "";
    }

}

@media (max-width: 1199px) {

    .b-data .item1::after {
        border-bottom: 1px solid #ddd;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 12px;
        top: 0;
        border-right: 0;
        width: 100%;
    }

    .b-data .item {
        float: left;
        font-size: 0.9em;
        font-weight: 300;
        padding: 7px 24px 7px 50px;
        position: relative;
        width: 100%;
        line-height: 1.2em;
    }

}

@media (max-width: 991px) {
    .b-data {
        float: right;
        clear: right;
        font-size: 0.9em;
    }

    .b-data .item1::after {
        right: 2px
    }

    .b-data .item {
        line-height: 1.2em;
        padding: 7px 12px 17px 49px;
    }
}

@media (max-width: 767px) {
    .b-data {
        margin: 10px 0 25px;
        opacity: 0.6;
    }
}

@media (max-width: 479px) {
    .b-data .item {
        width: 100%;
        border-top: 1px solid #ddd;
        padding: 10px 24px 10px 53px;
    }

    .b-data .item1::after {
        display: none
    }
}





/* share */
.socialshare {
    float: right;
}

.socialshare>* {
    line-height: 30px;
    opacity: 0.4;
}

.socialshare p {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    margin: 4px 4px 0 0;
}

.socialshare a {
    display: block;
    float: left;
    font-family: "Ionicons";
    font-size: 1.4em;
    padding: 3px 5px;
    text-align: center;
    width: 29px;
}

.socialshare a:hover {
    opacity: 1;
    color: #000;
}

.socialshare .s-email {
    font-weight: lighter;
}





/* NONAVAILABLE */
.PRODUCTAREA .nonavailable .price {
    opacity: 1;
    font-weight: normal;
}

.PRODUCTAREA .nonavailable .BUTTONBUY:before {
    display: block
}

.PRODUCTAREA .BUTTONBUY.nonavailable {
    background: #9d9d9d none repeat scroll 0 0 !important;
    border: 1px solid #fff;
    clear: both;
    font-size: 1.1em !important;
    height: auto !important;
    line-height: 50px !important;
    padding: 0 !important;
    width: 50% !important;
    height: 50px;
}




/* PRODUCT RELATED **************************/

#related-product-slider .PRODUCT_BOX .box_image {height: 195px}
#related-product-slider .owl-nav > div {
    top: 77px;
    font-size: 23px;
}


@media (max-width:1199px) {.PRODUCTAREA .BUTTONBUY.nonavailable {width: 100% !important;}}
@media (max-width:991px) {

}
@media (max-width: 530px) {
#related-product-slider .PRODUCT_BOX .box_image {height: 165px}
#related-product-slider .owl-nav > div {top: 76px}
.related .QUANTITY {display: none}
    .PRODUCT_BOX .price_wrapper {
        padding: 2px 0 9px;
    }
    .no-quantity {
        font-weight: bold;
        display: block !important;
    }
}

@media (max-width: 479px) {
#related-product-slider .PRODUCT_BOX .box_image {height: 120px}
#related-product-slider .owl-nav > div {top: 54px}
}









/* PRODUCT RESPONSIVE *********************************/


@media (max-width: 1199px) {
.PRODUCTAREA .buttons_wrapper {
    float: left;
    clear: both;
    margin: -10px 0 8px;
    width: 100%;
}	
}

@media (max-width: 991px) {
.Product .breadcrumb {
    margin: -20px 0 0 10px
}

.Product .contenido {
    flex-direction: column;
    border: none;
}

.GALLERY {
    margin: 0 0 0px;
}

.PRODUCTAREA {
    margin-bottom: 0;
}
.codeid {
    margin: 4px 0 6px;
    width: auto;
    color: #979797;
}
.PRODUCTAREA .short_desc {margin-bottom: 7px}

.PRODUCTAREA .BUTTONBUY.nonavailable {
    width: 70% !important;
}
.DATA {
    clear: right;
    float: right;
}

.DATA .short_desc, .DATA .long_desc {
    line-height: 1.4em;
    margin-bottom: 15px;
}

.nav-tabs>li>a {
    padding: 13px !important;
}
.BUY .QUANTITY {
    margin-right: 0;
    width: 100%;
}
.BUY .BUTTONBUY {
    width: calc(100% - 151px);
}
.contenedor-filtros {
    margin-bottom: 13px;
}
.contenedor-filtros > div {
    margin-right: 0;
    margin-bottom: 30px !important;
    width: 100%;
}
.Product .c-envio {margin-bottom: 0}
}

@media (max-width: 767px) {
    .BUY .envios .bloque {
        width: 100%;
        margin: 0 0 14px;
        max-width: 100%;
    }
.PRODUCTAREA .BUTTONBUY.nonavailable {
    width: 100% !important;
}


.Product .breadcrumb {
    text-align: left;
    display: none
}

.Product h1 {
    font-size: 1.7em;
    line-height: 1.2em;
    margin: 10px 0 0;
    padding: 0;
}

#g_image {
    padding: 0;
}
.g_image {
    width: 100%;
}

.GALLERY {
    margin: -7px 0 0;
    position: relative !important;
    top: unset !important;
    border-right: none;
}

.GALLERY .badges ul li>div {
    font-size: 0.88em;
}

.PRODUCTAREA {
    padding-top: 0 !important
}
.BUY .QUANTITY {
    width: auto;
    margin-right: 15px;
}
.share {
    margin: -11px 0 0;
    float: left;
}

.BUY .cuotas {
    text-align: left;
    width: 100%;
}

.filtro-modelo {
    margin-top: 2px !important;
}
.Product .related {
    margin-top: 0 !important;
}

.PRODUCT-TABS {
    margin-bottom: 60px !important
}

.tab-content>.active.collapse {
    height: 0 !important;
    padding: 0;
}

.tab-content>.active.collapse.in {
    height: auto !important;
    padding: 15px 0;
}
}

@media (max-width: 479px) {
.Product .related {
    margin-bottom: 20px;
}
.Product section {
    /*margin-top: 20px;*/
}

.GALLERY {
    /*margin: -17px 0 0*/
}
.GALLERY .badges ul li>div {
    font-size: 0.8em;
}
.contenedor-filtros {
    margin-bottom: 12px;
}
.BUY .QUANTITY {
    margin-right: 0;
    width: 100%;
}
.BUY .BUTTONBUY {
    width: 100% !important;
    max-width: 100%;
    top: 0;
    margin: 15px 0 0;
}
.share {
    width: 100%;
}
.PRODUCTAREA .buttons_wrapper {
    display: flex;
    justify-content: center;
    margin: -10px auto 29px;
}
.PRODUCTAREA .buttons_wrapper a {
    margin: 0 2px;
}
.BUY .envios {
    margin: 7px 0 -4px;
}
.BUY .envios .bloque {
    width: 100%;
    margin: 0 0 14px;
    max-width: 100%;
}
.PRODUCT-TABS {margin-bottom: 30px !important}
}








/* PRODUCT-TABS ***********************************************/
.PRODUCT-TABS {
    float: left;
    width: 100%;
    margin-bottom: 95px;
    margin-top: 84px;
}

.PRODUCT-TABS .caja {
    padding: 0
}

.PRODUCT-TABS .table {
    border: 1px solid lightgray;
}

.PRODUCT-TABS .long_desc {
    font-size: 1em;
    line-height: 1.5em;
}

.PRODUCT-TABS .long_desc strong {
    font-weight: bold;
    color: black;
}
.PRODUCT-TABS .long_desc h2 {
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 0 0 18px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}
.PRODUCT-TABS .long_desc h2::before {
    display: none;
}

/* bloque "sizes" */
.sizes {
    float: left;
    clear: both;
    margin: 14px 0 0;
    width: 100%;
}
.sizes .item {
    float: left;
    margin: 0 60px 30px 0;
    width: auto;
}
.sizes .item h5 {
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 13px;
}
.sizes .item p {
    margin: 0 0 15px;
}
/**/




.PRODUCT-TABS li {
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

.PRODUCT-TABS li a,
.PRODUCT-TABS li a:hover,
.PRODUCT-TABS li a:focus {
    border: 0 !important;
    color: #484948 !important;
    transition: none;
}
.PRODUCT-TABS li a {
    transition: none;
    font-weight: 500;
    margin: 0 11px !important;
}
.PRODUCT-TABS li.active a {
    color: #000 !important;
    font-weight: 700 !important;
}

.PRODUCT-TABS li a {
    text-transform: none;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #000 !important;
}
    
.PRODUCT-TABS li.active a,
.PRODUCT-TABS li.active a:hover,
.PRODUCT-TABS li.active a:focus {
    transition: none;
    color: black;
    background: none;
}
.PRODUCT-TABS li.active a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #D71920;
    position: absolute;
    bottom: -1px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/* solapas */
.nav-tabs {
    border-bottom: 1px solid #fff !important;
    width: 100%;
    display: flex;
    justify-content: center;
}
.nav-tabs > li > a {
    border-color: #fff #fff #ededed;
    border-style: solid;
    border-width: 1px;
    color: #8f8f8f;
    float: left;
    font-size: 1.36em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 13px;
    margin-left: 20px;
    position: relative;
}


/* contenidos */
.tab-content {}

.tab-content>div {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: none;
}

.tab-pane {
    padding: 20px
}


.opentoggle {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #000;
    font-size: 1.1em;
    font-weight: normal;
    padding: 12px 6px 6px 9px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    border: 1px solid #C4C4C4;
    margin-top: 7px;
    font-family: 'Josefin Sans', sans-serif;
}

.opentoggle:before {
    content: "\f462"
}

.opentoggle.collapsed:before {
    content: "\f489"
}

.opentoggle::before {
    float: right;
    font-family: "Ionicons";
    font-size: 1.3em;
}

.table-responsive {
    border: 0 !important
}


/* TAB VIDEO: embed responsive video **************/
.embed {
    float: left;
    margin: 0 2% 30px;
    width: 46%;
    border: 5px solid #ddd;
}

.embed>div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed>div iframe,
.embed>div object,
.embed>div embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/*Contenedor*/
.contenedor-b {
    border: 1px solid white;
    margin: 0;
}







/* RELATED (categoria) **********************************/
.Product .related {
    margin-bottom: 30px;
}

.Product .related h2 {
    font-size: 1.8em;
    margin: 0 0 60px !important;
}

.Product .related .PRODUCT_BOX {
    margin-bottom: 0;
}






@media (max-width: 1199px) {
    .BUY .BUTTONBUY {
        width: 200px;
    }
    .GALLERY .allthumbs {
        width: 100%;
        justify-content: flex-start;
        margin-top: 7px;
    }
.GALLERY {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
    .BUY .envios .bloque:first-child {
        margin-right: 1%;
    }
}

@media (max-width: 991px) {
.Product .related h2 {
    font-size: 20px;
}
.PRODUCT-TABS {
    margin: 25px 0 44px !important;
}
.nav-tabs > li > a {font-size: 1.2em}
.Product .related h2 {font-size: 1.3em}
.sizes .item {
    width: 45%;
    margin-right: 5%;
}
}


@media (max-width: 767px) {
.embed {width: 96%}

p.subtit {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.2em;
}
.Product .related h2 {
    font-size: 17px !important;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.PRODUCT-TABS .tab-content {
    border: 0;
    padding: 0;
    box-shadow: 0;
    overflow: visible;
}
.PRODUCT-TABS .long_desc {
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 0 2px;
}
#tab-cuidado {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 20px 4px 40px;
}
#tab-ficha {
    font-size: 13px;
}
}

@media (max-width: 479px) {

    .Product .related h2 span, .related h2 strong {
        display: inline;
    }

    .Product .related {
        padding-top: 30px;
        margin-bottom:28px !important;
    }

    .Product .related h2 {
        font-size: 1.6em !important;
        padding-top: 13px;
        margin-bottom: 40px !important;
    }

    .related h2::after {
        width: 65px;
    }

}







/***************************************************************************/
/**************************CALCULADORA CUOTAS*******************************/


.mdl_calculate .paymethod #Promos strong::after {
    background: rgba(0, 0, 0, 0) url(/Content/PayMethods/logos2.png) no-repeat scroll center center;
    background-size: 100% auto !important;
    content: "";
    display: block;
    height: 48px;
    margin: 4px auto 0;
    max-width: 116px;
    position: unset;
    z-index: 1;
}


#paytabs {
    border: 0 none;
    margin-bottom: 20px;
}

#paytabs>li {
    width: 100%;
    opacity: 0.5;
}

#paytabs>li.active {
    opacity: 1;
}

p.subtit {
    font-weight: bold;
}

.mdl_calculate .paymethod .item {
    background: transparent;
    border: 1px solid #eee !important;
    border-radius: 0;
    color: #888 !important;
    cursor: pointer !important;
    display: block;
    font-size: 0.9em !important;
    font-weight: normal;
    height: 65px !important;
    letter-spacing: 0.02em;
    line-height: 1.3em !important;
    margin-right: 15px;
    padding: 3px 10px !important;
    position: relative;
    text-align: center !important;
    width: 100%;
    transform: none !important;
    margin: 0;
}

.mdl_calculate .paymethod .active .item {
    background: #fff;
    border-color: #d0d0d0 !important;
    color: inherit;

}

.mdl_calculate .paymethod .item span::after {
    background-size: 100% auto !important;
    content: "";
    display: block;
    height: 48px;
    margin: 4px auto 0;
    max-width: 116px;
    position: unset;
    z-index: 1;
}

.mdl_calculate .paymethod #mercadopago span::after {
    background: rgba(0,0,0,0) url("/Content/PayMethods/mercadopago.png") no-repeat scroll center center
}

.mdl_calculate .paymethod #Promos span::after {
    background: rgba(0,0,0,0) url("/Content/PayMethods/mercadopago.png") no-repeat scroll center center
}

.mdl_calculate .paymethod #sps span::after {
    background: rgba(0,0,0,0) url("/Content/PayMethods/tarjetas.png") no-repeat scroll center center;
    max-width: 130px
}

.mdl_calculate #select-payment .result {
    color: #3e3e3e;
    font-weight: 300;
    line-height: 1.5em;
}

.mdl_calculate #select-payment .result li span {
    color: #3e3e3e
}

.tp-tarjetas {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    gap: 14px;
    margin: 10px 0 20px;
    padding: 0;
    width: 100%;
    margin: 25px 0 20px;
    padding: 0;
    float: left;
}


.mdl_calculate .tab-pane {
    padding: 10px 0 0;
}

.tp-header {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: left;
    width: 100%;
}

.tp-header:before {
    font-weight: normal;
    font-family: "Ionicons";
    content: "\f363";
    opacity: 0.6;
    float: left;
    margin: 1px 7px 0 0;
}

.tp-header:before {
    display: none;
}

.tp-tarjetas img {
    float: left;
    width: 70px;
}

.tp-tarjetas small {
    width: 100%;
    float: left;
}

.tp-tarjetas small a {
    font-size: 1.2em
}

.mlapannt,
.mlatname {
    list-style: none;
}

.mlapannt {
    list-style: none;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

.mlatname img {
    height: 45px;
    width: auto;
}

/* tabla todopago */
.table-cuotas {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1em !important;
}

.table-cuotas li {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 10px 0;
    width: 100%;
}

.table-cuotas li>div {
    float: left;
    width: 18%;
    padding-left: 1%;
    text-align: left;
}

.table-cuotas li>div:nth-child(1),
.table-cuotas li>div:nth-child(2),
.table-cuotas li>div:nth-child(3) {
    padding-right: 2%;
}

.table-cuotas li .cant-cuotas {
    font-weight: normal;
    font-size: 1.0em;
    color: #e6007c;
}

.table-cuotas li:first-child>div {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #000;
    font-family: arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 10px 0 10px 4px;
}

.table-cuotas li .cuotas-cft,
.table-cuotas li .cuotas-tea {
    width: 12%
}

.table-cuotas li .precio-total {
    width: 22%
}


/* tabla mercadopago */
.mpresult {
    margin: 25px 0 30px;
    max-width: 400px;
}

.mpresult .mlatname {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    padding: 9px 6px 9px 0;
    text-align: left;
    text-transform: uppercase;
}

.mpresult .mlatname img {
    float: right;
}

.mpresult .mlapannt {
    letter-spacing: 0.02em;
    line-height: 1.5em;
    padding: 4px 9px;
}

.mpresult .mlapannt span {
    color: #3e3e3e
}



/* select */
.mdl_calculate .customselect,
.mdl_calculate input {
    margin-bottom: 10px;
}

.mdl_calculate select,
.mdl_calculate input {
    border: 1px solid #ccc !important;
    padding: 2px 5px;
    background: white;
}


.tp-ver,
.mp-ver {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    float: left;
    font-size: 0.9em;
    margin: 20px 0 10px;
    padding: 3px 10px;
}



@media (max-width:600px) {
    .tp-tarjetas .img-container {
        float: left;
        width: 25%;
    }

    .table-cuotas li {
        padding: 0;
        position: relative;
        margin-top: -1px;
        border: 1px solid #ddd;
        font-size: 0.9em;
    }

    .table-cuotas li:last-child:after {
        display: none;
    }

    .table-cuotas li:first-child {
        display: none;
    }

    .table-cuotas li>div {
        padding-left: 150px;
        position: relative;
        width: 100% !important;
        text-align: left;
        line-height: 24px;
    }

    .table-cuotas li>div::after {
        background: #eee none repeat scroll 0 0;
        color: #000;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: normal;
        left: 0;
        padding: 2px 7px 6px;
        position: absolute;
        text-align: left;
        width: 137px;
        margin-bottom: 1px;
        top: 0;
    }

    .table-cuotas li .cant-cuotas:after {
        content: "Cantidad de cuotas";
        font-weight: 300;
        font-size: 12px;
    }

    .table-cuotas li .valor-cuotas:after {
        content: "Valor de la cuota";
    }

    .table-cuotas li .precio-total:after {
        content: "Precio total financiado";
    }

    .table-cuotas li .intereses:after {
        content: "Interes";
    }

    .table-cuotas li .cuotas-cft:after {
        content: "CFT*1";
    }

    .table-cuotas li .cuotas-tea:after {
        content: "TEA*2";
    }

}





/*Garantia extendida*/

/*titulo*/
.c-garantia .title {
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
}

/*boton info*/
.btinfo {
    color: #4b9bef;
    float: left !important;
    font-family: "Ionicons";
    font-size: 18px;
    padding: 0 5px;
    margin-left: 0;
}

.btinfo::before {
    content: "\f142";
}

/*dropdown*/
.btnselect .dropdown-menu {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    width: 100%;
    top: 34px;
}

.social .dropdown-menu {
    border: 1px solid #ddd !important;
    width: auto;

}


.btnselect {
    width: 100%;
    clear: left;
    float: left;
    margin-bottom: 15px;
    max-width: 280px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.95em;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 0 0 3px 3px !important;
    border-top: 1px solid #eee;
    box-shadow: 2px 4px 6px rgba(57, 57, 57, 0.32);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.c-garantia .btnselect button,
.c-garantia .btnselect button:hover {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #efe08d;
    box-shadow: none !important;
}

span.selection {
    font-weight: normal;
}

.btnselect button {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    color: #888;
    letter-spacing: 0;
    padding: 7px 13px !important;
    text-align: left;
    text-transform: none;
    width: 100% !important;
    font-size: 1.1em;
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btnselect button .caret {
    border-width: 5px 5px 0;
    color: #999;
    position: absolute;
    right: 11px;
    top: 46%;
}

@media(max-width:479px) {
    .btnselect {
        max-width: 240px !important;
    }

}

/*Mensaje no*/
.mje {
    float: left;
    margin: 8px 0 0 2px;
    font-size: 1.5em;
}

.mje.mje-no {
    color: #bf001f;
}

.mje i {
    font-family: "Ionicons";
    font-size: 1.2em;
    font-style: normal;
    padding-left: 6px;
}

.mje.mje-no i::before {
    content: "";
}

/*Mensaje si*/
.mje.mje-si {
    color: #51ca6b;
}

.mje.mje-si i::before {
    content: "\f122";
}



/*Redes Sociales custom product detail*/

.popover-content {
    display: flex;
    font-size: 0.8em;
    background-color: #f1f1f1;
}

.popover-content li {
    list-style: none
}

.popover-content a:before {
    font-family: 'Ionicons'
}

.popover-content li .s-facebook {
    background-color: #4250ab;
}

.popover-content li .s-facebook:before {
    content: "\f231"
}

.popover-content li .s-twitter:before {
    content: "\f243"
}

.popover-content li .s-twitter {
    background-color: #0995d9;
}

.popover-content li .s-youtube:before {
    content: "\f24d"
}

.popover-content li .s-youtube {
    background-color: red;
}

.popover-content li .s-whatsapp:before {
    content: "\f4f0"
}

.popover-content li .s-whatsapp {
    background-color: #00b427;
}

.popover-content.s-pinterest:before {
    content: "\f2b1"
}

.popover-content li .s-instagram:before {
    content: "\f350"
}

.popover-content li .s-instagram {
    background-color: #e83a76;
}

.popover-content li .s-email:before {
    content: "\f2eb"
}

.popover-content li .s-email {
    background-color: #363636;
}

.popover-content li a {
    width: 36px;
    height: 35px;
    color: #fff !important;
    border-radius: 5px;
    margin: 2px;
    font-size: 0.6em;
}

.popover-content li a:hover {
    background-color: #dddddd;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #dbdbdb !important;
}
.PRODUCT_BOX .semaforo {
    margin-right: 8px;
    position: relative;
    top: 14px;
    border-radius: 15px;
}
.product_list.gridview .PRODUCT_BOX .semaforo,
#home-related-slider-1 .PRODUCT_BOX .semaforo,
.related .PRODUCT_BOX .semaforo {
    top: 4px;
}

span.semaforo.verde {
    background-color: #91c600;
}
span.semaforo.rojo {
    background-color: #e04245;
}
span.semaforo {
    background: #ff9c00 none repeat scroll 0 0;
    border: 0;
    float: left;
    height: 10px;
    display: inline;
    width: 10px;
}
.contenedor-filtros {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contenedor-filtros > div {
    margin-bottom: 38px;
    margin-top: -13px;
    width: 100%;
}
.filtro-individual {
    order: 1;
}
.filtro-modelo {
    margin-right: 20px;
}
.contenedor-filtros .nombre-filtro {
	margin-bottom: 10px;
}
.contenedor-filtros .nombre-filtro a {
    background: #003249;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    margin-left: 3px;
}
.contenedor-filtros .nombre-filtro a:hover {opacity: 0.7}

.contenedor-filtros .filtro-individual .seleccionado, .contenedor-filtros .filtro-individual .noseleccionado {
    padding: 7px 18px;
    background: #f6f6f6;
    border: solid 2px #e3e3e3;
    margin: 0 8px 8px 0;
    display: inline-block;
    min-width: 87px;
    text-align: center;
}
.contenedor-filtros .filtro-individual .seleccionado {
    border: solid 2px #000;
}
.contenedor-filtros .filtro-modelo .lista-img .enlace-img {
    display: inline-block;
    width: 81px;
    height: 66px;
}
.contenedor-filtros .filtro-modelo .lista-img .enlace-img img {
    padding: 3px;
    border: solid 3px #fff;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.contenedor-filtros .filtro-modelo .lista-img .enlace-img.penone img {
	border: solid 2px #000;
}

img.imagen-no-pertenece {
    opacity: .4;
}

@media(max-width:991px) {
.contenedor-filtros {
    flex-direction: column;
}

}



/* Modal Calculador de envio *************************************/

.result.result-sc ul {
    display: flex;
    flex-direction: column;
}

.result.result-sc ul li {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.result.result-sc ul li label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.result.result-sc ul li label span.gratis {
    color: blue;
    font-weight: 700;
}


@media only screen and (max-width: 479px) {
    .caja {
        padding: 0 !important;
    }

}

@media (max-width: 991px) {
    .PRODMENU.affix-top,
    .PRODMENU {
        opacity: 0;
        z-index: 999;
    }

        .PRODMENU.affix {
            opacity: 1;
            font-size: 1em;
        }

            .PRODMENU.affix .container,
            .PRODMENU.affix .row,
            .PRODMENU.affix .col-xs-12 {
                margin: 0;
                padding: 0;
                width: 100%;
            }

            .PRODMENU.affix ul li a {
                font-size: 1em;
                padding: 0 8px;
            }

        .PRODMENU .BUTTONBUY,
        .PRODMENU .price {
            display: block
        }

        .PRODMENU .name {
            font-size: 0.95em;
            left: 7px;
            line-height: 1.1em;
            max-width: 180px;
        }

        .PRODMENU .price {
            font-size: 0.92em;
            line-height: 16px;
            right: 110px;
            top: 8px;
        }

        .PRODMENU .BUTTONBUY {
            font-size: 0.8em;
            max-width: 95px;
            padding: 7px;
            position: absolute;
            right: 7px;
            top: 8px;
        }

        .PRODMENU .dropdown {
            background-color: #333333;
            height: 43px;
            left: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 100%;
        }

            .PRODMENU .dropdown > a {
                color: #FFF;
                display: block;
                height: 43px;
                line-height: 1.1em;
                display: flex;
                text-align: center;
                font-size: 1em;
                justify-content: center;
                align-items: center;
            }

                .PRODMENU .dropdown > a .caret {
                    border: 0 none;
                    display: unset;
                    font-family: "Ionicons";
                    font-size: 7px;
                    height: unset;
                    margin-left: 7px;
                    opacity: 0.9;
                    width: unset;
                }

                    .PRODMENU .dropdown > a .caret::before {
                        content: "\f123";
                    }

        .PRODMENU .price.non {
            display: none !important
        }

        .PRODMENU .dropdown ul {
            background: #333333;
            border: 0 none;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .PRODMENU .dropdown ul li {
                float: left;
                width: 100%;
            }

                .PRODMENU .dropdown ul li a {
                    border-top: 1px solid rgba(255, 255, 255, 0.08);
                    color: #fff;
                    font-size: 1em;
                    height: 43px;
                    letter-spacing: 0.02em;
                    line-height: 43px;
                    text-align: center;
                    font-weight: normal;
                }

                    .PRODMENU .dropdown ul li a:hover {
                        text-decoration: underline !important;
                        background: transparent !important;
                    }

        .PRODMENU hr {
            display: none
        }

        .PRODMENU .BUTTONBUY {
            max-width: 105px;
            padding: 4px;
            position: absolute;
            right: 20px;
            top: 46px;
            z-index: 1;
            font-size: 1em;
            height: 30px;
            min-width: 116px;
        }

        .PRODMENU .price {
            background: #E0E0E0 none repeat scroll 0 0;
            border-bottom: 1px solid #e8e8e8;
            font-size: 1.05em;
            height: 50px;
            left: 0;
            padding: 0 0 0 15px;
            position: absolute;
            text-align: left;
            top: 43px;
            width: 100%;
            color: #2D2D2D !important;
            margin: 0;
            display: flex !important;
            align-items: center;
        }

        .PRODMENU .tachado {
            display: none;
        }

            .PRODMENU .price::before {
                display: none;
            }

            .Category .gridview .PRODUCT_BOX .BUTTONBUY{
                min-width: 135px;
            }
}

@media(max-width: 767px) {
    .PRODUCT-TABS .long_desc, 
    .PRODUCT-TABS .table-responsive {
        padding: 35px 0;
    }
}

@media(max-width: 479px) {
    .BUY .BUTTONBUY {
        height: 55px;
    }
    .BUY .price_paymethods {
        margin: 0 0 6px 0;
    }

    .PRODUCTAREA .buttons_wrapper {
        border-bottom: solid 1px #bdbdbd;
    }

    .BUY .envios .bloque::before {
        width: 32px;
        height: 32px;
        opacity: .8;
    }

    .tachado > span {
        font-size: 1.4em;
    }
}

@media(max-width: 1440px) {
    .Product .related .BUTTONBUY {
        min-width: 110px;
    }
}

@media(min-width:1900px){
    .gridview .PRODUCT_BOX{
        margin-bottom: 50px;
    }
}


.Product .related .BUTTONBUY {
    height: 34px !important;
    font-size: 14px !important;
    padding: 6px 16px 6px !important;
}

.Product .related .QUANTITY .spinner input {
    height: 34px !important;
    width: 56px !important;
}


/*////////////////////////////////////////////////////////////////////*/
/*   USER                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/


.user_wrapper {
    border-left: 1px solid #ddd;
    box-shadow: -4px 0 3px -3px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 30px;
    padding-left: 3%;
    width: 100%;
}
.user_wrapper > h3 {
    color: #D71920;
    float: left;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0 20px;
    position: relative;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 11px;
}
.user_wrapper>h3::before {
    float: left;
    font-family: "E3interface";
    font-size: 21px;
    line-height: 32px;
    margin: -2px 13px 0 0;
}

.user_wrapper form {
    float: left;
    width: 100%;
}

.visible-xs-cc {
    display: none;
}

@media (max-width: 767px) {
    .user_wrapper>h3 {
        font-size: 1.3em;
    }
    .visible-xs-cc {
        display: inline-block;
    }
}




/* MENU_TREE (menu usuario y content) **************************/
.menu_tree {
    float: left;
    width: 100%;
}

.menu_tree>ul {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    float: left;
    margin-bottom: 30px;
    margin-top: 46px;
    padding: 10px 0;
    width: 100%;
}

.menu_tree>ul li {
    float: left;
    width: 100%;
}

.menu_tree a {
    color: #000;
    float: left;
    letter-spacing: 0.04em;
    padding: 6px 0;
    width: 100%;
}

.menu_tree a:hover {
    text-decoration: underline
}


@media (max-width: 991px) {
    .menu_tree {
        width: 100% !important
    }
}




/* menu_tree parte II  ******************************/
.User .menu_tree {
    margin-bottom: 25px;
    width: 90%;
}

.User .menu_tree>ul {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    margin: 10px 0 0;
    padding: 10px;
}

.User .menu_tree h5 span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.User .menu_tree a {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.2em;
    padding: 10px 10px 10px 40px;
    position: relative;
    text-transform: uppercase;
}

.User .menu_tree a::before {
    font-family: "e3font";
    font-size: 1.5em;
    left: 5px;
    margin: 0;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    width: 20px;
}

.User section h3:before {
    font-family: "e3font";
}

.u-data:before {
    content: "J"
}

.u-favs:before {
    content: "Z"
}

.u-orders:before {
    content: "0";
}

.u-logout:before {
    content: "2";
    padding-left: 3px;
}

.u-pass:before {
    content: "\f200";
    font-family: "Ionicons" !important
}






@media (max-width: 767px) {
    .user_wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
        border: 0;
    }

    .User .menu_tree {
        float: left;
        width: 100%;
    }
.menu_tree h5 {
    font-size: 1em;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 100%;
}
    .User .menu_tree h5 span {
        display: inline
    }

    .User .menu_tree>ul {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        padding: 5px 0;
    }

    .User .menu_tree li {
        float: left;
        width: 25%;
    }

    .User .menu_tree a:after {
        display: none !important
    }

    .User .menu_tree a {
        background: #f3f3f3 none repeat scroll 0 0;
        border: 2px solid #fff;
        border-radius: 0;
        color: #000;
        font-size: 0.78em;
        height: 71px;
        line-height: 1.1em;
        margin: 0;
        overflow: hidden;
        padding: 45px 0 0;
        text-align: center;
        text-decoration: none !important;
    }

    .User .menu_tree a::before {
        display: block;
        font-size: 2.6em;
        left: 0;
        opacity: 1;
        top: 18px;
        width: 100%;
    }

    .User .menu_tree a:hover {
        background: #568EA3;
        color: #fff
    }

    .User .menu_tree a:hover:before {
        color: #fff
    }
.User h1 {
    margin-top: -22px !important;
    margin-bottom: 25px !important;
    font-size: 1.5em !important;
}
.menu_tree .vendedor {
    max-width: 100%;
    font-size: 13px !important;
    padding: 10px 0 !important;
    height: 40px !important;
    margin: 0 0 35px !important;
}
}



/**************************************************************************/
/* FAVORITOS ******************************/

.itemFav {
    border-bottom: 1px solid #ddd;
    float: right;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 38px;
    position: relative;
    width: 100%;
}

.quit_bar a {
    background-clip: padding-box;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 23px;
    left: -4px;
    line-height: 19px;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    top: 14px;
}

.quit_bar a:before {
    content: "\f405"
}

.quit_bar a:before {
    font-family: "Ionicons";
    text-align: center;
}

.quit_bar a:hover {
    color: #d50000;
    border-color: #d50000;
}

.Favs #product_list .PRODUCT_BOX {
    float: right;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    border: 0 !important;
}

.Favs #product_list .box_image {
    float: right;
    height: auto;
    margin: 0;
    width: 100px;
}

.Favs #product_list .box_image img {
    float: left;
    max-height: unset;
    position: relative;
    width: 100%;
}

.Favs #product_list .box_data {
    float: left;
    max-height: unset;
    position: relative;
    width: calc(100% - 200px);
}

.Favs #product_list h3 {
    border: 0 none;
    font-size: 1.1em;
    margin: 0 0 7px;
    text-align: left;
    height: auto;
}

.Favs #product_list h3::after {
    display: none
}
.Favs #product_list .price_wrapper {
    margin: 14px 0 15px !important;
    text-align: left;
    height: auto !important;
    padding: 0;
}
.Favs #product_list .tachado {
    font-size: 0.85em;
    left: unset;
    margin: -1px 0 0 6px;
    position: relative;
    top: unset;
}

.Favs #product_list .buttons_wrapper {
    display: block;
    height: auto;
    margin: -7px 0 7px;
}
.Favs #product_list .buttons_wrapper a {
    border: 1px solid #ccc;
    color: #000;
    background: #eaeaea;
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: 33px;
    line-height: 32px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 0 18px;
    text-decoration: none;
    width: auto;
    font-family: 'Open Sans', sans-serif;
}

.Favs #product_list .BUTTONBUY {
    color: #fff !important;
    background: #D71920 !important;
}

.Favs #product_list .BUTTONBUY:before {
    display: none;
}

.Favs #product_list .PRODUCT_BOX:hover .box_image {
    border: 0 none !important;
    box-shadow: none !important;
}





#wishlistModal .jumbotron::before {
    content: "\f388";
    font-family: "ionicons";
    height: 200px;
}


@media (max-width: 767px) {
    .Favs #product_list .BUTTONBUY {
        display: block !important
    }
}

@media (max-width: 479px) {
    .Favs #product_list .PRODUCT_BOX {
        font-size: 0.9em;
    }

    .Favs #product_list .box_image {
        float: left;
        height: auto;
        margin-bottom: 0;
        width: 150px;
    }
.Favs #product_list .box_data {
    width: calc(100% - 160px);
    margin: 0;
    float: right;
}
}

@media (max-width: 400px) {

    .Favs #product_list .box_image {
        float: left;
        height: auto;
        margin-bottom: 0;
        width: 150px;
    }
    .Favs #product_list .box_data {
        width: 100%;
        margin-top: 20px;
    }
}


/* REGISTER ******************************/

.Register section .container {
    margin-top: 30px;
}


.Register section aside {
    display: flex;
    justify-content: center;
}

.login_wrapper {
    background: #f4f4f4;
    border: 1px solid #E4E4E4;
    background-clip: padding-box;
    border-radius: 2px;
    margin-top: 10px;
    min-height: 143px;
    padding: 13px 20px 26px;
    position: relative;
    text-align: center;
    color: #444;
    width:550px
}

.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.7em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.login_wrapper .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding-left: 12px;
}

.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;
    float: left !important;
}

#form_datos .form-group {
    margin-bottom: 11px;
}

#form_datos label {
    margin: 0 0 1px;
}

.row_line {
    border-top: 1px solid #D71920;
    margin: 21px 0 6px;
    width: 80px;
}

.Register section .btn {
    padding: 13px;
    min-width: 166px;
    font-size: 1.05em;
}

.login_wrapper .form-group {
    text-align: left !important
}

.row.end {
    margin-top: 23px;
}

.login_wrapper .form-group {
    text-align: left !important
}



@media(max-width:767px){
    .login_wrapper {
        width:100%
    }
    
}


/****** MODAL ACTUALIZACION DE DATOS DE ENVIO ****/

#ShippingUpdate .user_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    min-height: 0;
    padding: 0 15px;
    border-left: 0;
    box-shadow: unset;
}

#ShippingUpdate .datosUser {
    width: 48%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
    position: relative;
    border-radius: 3px;
}

#ShippingUpdate .datosUser:hover {
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
    border-color: #000;
    cursor: pointer;
}

#ShippingUpdate .direcciones.agregarMas {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #4e4e4e;
    max-width: 89px;
    flex-direction: column;
    margin-top: 0 !important;
}

#ShippingUpdate .direcciones.agregarMas:hover::before {
    color: #000;
}

#ShippingUpdate .direcciones.agregarMas:hover {
    color: #000;
}

#ShippingUpdate .user_wrapper > h3 {
    color: #D71920;
    float: left;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0;
    position: relative;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0;
}

#ShippingUpdate #_mainformShipping_ {
    padding: 5px 15px;
}

#ShippingUpdate .datosUser p {
    width: auto;
    margin-right: 8px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    color: #000000;
}

#ShippingUpdate .datosUser p:first-child {
   width: 100%;
   font-size: 15px;
   margin-right: 0;
   text-decoration: underline;
}

#ShippingUpdate .datosUser p:nth-child(5) {
    color: #656565;
    font-style: italic;
    width: 100%;
}

#ShippingUpdate .datosUser p strong {
    text-decoration: none !important;
}

#ShippingUpdate.datosUser p:not(:first-child):not(:empty):not(.name)::after {
    content: "-";
    margin-left: 3px;
}

#ShippingUpdate .datosUser > div {
    float: left;
    clear: both;
    margin-top: 10px;
}

#ShippingUpdate .datosUser div a {
    margin-top: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #000;
}

#ShippingUpdate .datosUser div .sep {
    margin-top: 0;
}

#_mainform_.active,
#_mainformShipping_.active {
    max-height: unset;
    width: 100%;
    max-width: unset;
}

#_mainformShipping_ .closeForm {
    margin-right: 10px;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #000;
    box-shadow: unset !important;
}

.default #_mainformShipping_ #DefaultContainer {
    display: none;
}

@media (max-width: 767px) {
    #ShippingUpdate .datosUser {
        width: 100%;
    }

    #ShippingUpdate .modal-dialog {
        max-width: 100% !important;
    }
}

/****************  UPDATE ***********************/
.User form .btn {
    clear: both;
}

.User.Datos h3 {
    margin-bottom: 10px;
}

    .User.Datos h3.di {
        margin-top: 17px;
    }

.datosUser {
    border: 1px solid #ddd;
    display: table;
    float: left;
    margin-bottom: 2em;
    margin-right: 2%;
    width: 100%;
    background-color: #F8F8F8;
    padding: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    color: #000000;
}

.User .addresscontainer {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.User .datosUser.direcciones,
.User .datosUser.agregarDireccion {
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.User .datosUser.default::before {
    display: block;
    content: "\f375";
    font-family: "Ionicons";
    background-color: transparent;
    border: none;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    color: #000;
    position: absolute;
    left: 11px;
    top: 18px;
}

.datosUser.direcciones {
    width: 50%;
}

.datosUser.default,
.datosUser.agregarDireccion {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-color: #000;
    background: #f1f1f1;
    border: 1px solid #000;
    padding-left: 42px;
}

.datosUser.agregarDireccion {
    background: #F8F8F8 none repeat scroll 0 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.User .addresscontainer .direcciones.agregarMas {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    max-width: 89px;
    flex-direction: column;
    margin-top: 0 !important;
}

    .User .addresscontainer .direcciones.agregarMas::before {
        content: "\f48a";
        float: right;
        position: relative;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-size: 38px;
        display: flex;
        align-items: center;
        line-height: 1.2em;
        text-align: center;
        color: #000000;
        border-radius: 99.3103px;
    }

.User .addresscontainer .datosUser > div {
    float: left;
    clear: both;
    margin-top: auto;
    display:none;
}

.datosUser p {
    margin: 0;
    width: 100%;
    color: black;
    padding: 0;
    height: auto;
}

    .datosUser p span {
        font-weight: bold;
    }

    .datosUser p span {
        font-weight: bold;
    }

.datosUser div a,
.datosUser div .sep {
    display: block;
    float: left;
    margin-top: 1em;
    text-align: center;
    text-decoration: underline;
    color: #005EA9;
}

    .datosUser div a:hover {
        color: #000
    }

.datosUser div .sep {
    text-decoration: none;
    color: #555;
}

    .datosUser div .sep::after {
        content: "|";
        margin: 0 9px;
        text-decoration: none;
    }

.datosUser.agregarDireccion {
    background: #F8F8F8 none repeat scroll 0 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.User .addresscontainer .datosUser.agregarDireccion {
    float: left;
    padding: 10px;
    border: 1px #C2C2C2;
    box-sizing: border-box;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-style: dashed;
    display:none
}

.datosUser #tomodify {
    margin-top: 30px;
}

    .datosUser #tomodify > h4 {
        display: none;
    }

#_mainform_,
#_mainformShipping_ {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    /* height: 0; */
    transition: 0.5s all ease-in-out;
}

    #_mainform_.active,
    #_mainformShipping_.active {
        max-height: 800px;
        /* height: auto; */
    }

@media (max-width: 991px) {
    .User .datosUser.direcciones,
    .User .datosUser.agregarDireccion {
        margin: 0 0 3%;
        width: 100%;
    }
}





/**************************************************************************/
/* ORDERS ******************************/

.Orders .user_wrapper>h3.pedido:after {
    display: none
}



.Orders table {
    border-bottom: 1px solid #dedede;
    float: left;
    font-size: 0.95em;
}

.Orders table td {
    line-height: 1.2em;
    padding: 13px 8px;
    vertical-align: middle;
}

.Orders table .date {
    font-size: 0.9em;
}

.Orders table .btn-default {
    background: #D71920 none repeat scroll 0 0;
    color: #fff !important;
    font-weight: bold;
    font-size: 0.85em;
    letter-spacing: 0.03em;
    padding: 4px 10px;
    width: 100%;
    max-width: 130px;
}

.Orders table .btn-default:hover {
    background: #444;
}

.Orders table tr {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.Orders table thead tr {
    border: 0 none;
}

.Orders table th {
    color: #D71920;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0 8px 4px;
    text-transform: uppercase;
}

.Orders td strong {
    color: #000;
    font-size: 1.1em;
    font-weight: 500;
}

.list-pedido {
    float: left;
    width: 100%;
}

.list-pedido header {
    border: 0 none;
    box-shadow: none;
    float: right;
    font-size: 1.8em;
    width: auto;
}

.Orders .list-pedido .datos {
    background: #f2f2f2 none repeat scroll 0 0;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

.Orders .list-pedido .datos p {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.Orders .list-pedido .datos p:last-child {
    border: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.Orders .list-pedido .datos strong {
    color: #000;
    float: left;
    margin: 0 0 1px;
    min-width: 135px;
    width: 28%;
}

.Orders #total-section {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #000;
    float: right;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.03em;
    padding: 11px 25px;
    text-align: right;
    min-height: auto;
}

.Orders #total-section strong {
    float: unset;
    font-size: 1.2em;
    width: unset;
}

.Orders .buttonBack {
    color: #D71920;
    float: left;
    text-decoration: underline;
}

.orderlist h3 {
    border: 0 none;
    font-size: 1.5em;
    margin: 0;
    padding: 9px 0 3px;
    color: #D71920;
}


/* tabla responsive ****/
@media only screen and (max-width: 600px) {

    /* Force table to not be like tables anymore */
    .table-r,
    .table-r thead,
    .table-r tbody,
    .table-r th,
    .table-r td,
    .table-r tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-r thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-r {
        clear: both;
        margin: 0;
        border: 0 !important;
    }

    .table-r tr {
        border-bottom: 1px solid #ccc !important;
        border-left: 0 none !important;
        border-right: 0 none !important;
        margin: 6px 0;
        padding-bottom: 6px;
    }

    .table-r td {
        background: #fff none repeat scroll 0 0 !important;
        border: 0 none !important;
        color: #000;
        padding: 1px 5px 1px 100px !important;
        position: relative !important;
    }

    .table-r td:before {
        color: #777;
        font-size: 0.95em;
        height: 100%;
        left: 0;
        padding: 1px 0 1px 10px;
        position: absolute;
        top: 0;
        white-space: nowrap;
        width: 85px;
    }

    .nom {
        font-weight: bold;
    }


    /* Label the data - Listado */
    .Orders .table-r td:nth-of-type(1):before {
        content: "Nro.";
    }

    .Orders .table-r td:nth-of-type(2):before {
        content: "Fecha";
    }

    .Orders .table-r td:nth-of-type(3):before {
        content: "Estado";
    }

    .Orders .table-r td:nth-of-type(4):before {
        content: "Monto";
    }

    .Orders .table-r td:nth-of-type(5):before {
        content: "";
    }

    /* Label the data - Detalle */
    .orderlist .table-r td:nth-of-type(1):before {
        content: "Cod.";
    }

    .orderlist .table-r td:nth-of-type(2):before {
        content: "Detalle";
    }

    .orderlist .table-r td:nth-of-type(3):before {
        content: "Cant.";
    }

    .orderlist .table-r td:nth-of-type(4):before {
        content: "$ Unit.";
    }

    .orderlist .table-r td:nth-of-type(5):before {
        content: "$ Subtot.";
    }


}







/*////////////////////////////////////////////////////////////////////*/
/*   CONTENT               ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

.User h1, .Content h1 {
    float: left;
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 25px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
.User h1 span, .Content h1 span {
    position: relative;
}

.User h1 span::after,
.Content h1 span::after {
    background: #D71920 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
}

.Content .short_desc,
.Content .short_desc p {
    color: #D71920 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 0 15px !important;
    width: 100%;
    float: left;
    font-weight: lighter;
}

.Content .long_desc,
.Content .long_desc p {
    color: #4d4d4d;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 20px;
    width: 100%;
    float: left;
}

.Content .long_desc {
    margin-bottom: 30px
}

.Content .short_desc p,
.Content .long_desc p {
    margin: 0 0 10px;
}

.long_desc img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.Content .images img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.long_desc h2 {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 40px 0 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.long_desc h2::before {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 30px;
}

.long_desc>h2:first-child {
    margin-top: 0;
}

.Content section .container {
    min-height: 400px;
}

.long_desc>h3 {
    border-top: 1px solid #dedede;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.07em;
    padding-top: 20px;
    width: 100%;
}

.Content .images img {
    margin-bottom: 30px;
}

.contentform {
    float: left;
    width: 100%;
    border-top: 1px solid #d4d4d4;
    padding-top: 14px;
    margin-top: 20px;
}

.contentform select {
    appearance: menulist !important;
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
}



.User .b-left {
    margin-bottom: 30px
}

.User .b-left .banner-item {
    width: 90% !important;
}

@media (max-width: 991px) {
    .User .b-left .banner-item {
        width: 100% !important;
    }
}



@media (max-width: 767px) {
    .Content .menu_tree {
        margin: -10px 0 0;
    }

    .Content .menu_tree>ul {
        border: 0 none;
        margin: 0;
    }

    .Content .menu_tree>ul a {
        background: #f3f3f3 none repeat scroll 0 0;
        float: left;
        line-height: 1.2em;
        margin: 0 0 2px;
        padding: 12px 20px;
    }
}


.User .menu_tree .u-presu::before {
    content: "";
    background-image: url(../../images/i-presu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    height: 20px;
    width: 20px;
    display: block;
    top: 7px;
}

.User .menu_tree .u-presu.active::before,
.User .menu_tree ul>li>.u-presu:hover::before {
    background-image: url(../../images/i-presu-red.svg);
}

.User .menu_tree .u-cuentacor::before
 {
    content: "";
    background-image: url(../../images/i-cuentacor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    height: 20px;
    width: 20px;
    display: block;
    top: 7px;
}

.User .menu_tree .u-cuentacor.active::before,
.User .menu_tree ul>li>.u-cuentacor:hover::before  {
    background-image: url(../../images/i-cuentacor-red.svg);
}

.User .menu_tree .u-matacop::before {
    content: "";
    background-image: url(../../images/i-acopio.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    height: 20px;
    width: 20px;
    display: block;
    top: 7px;
}

.User .menu_tree .u-matacop.active::before,
.User .menu_tree ul>li>.u-matacop:hover::before {
    background-image: url(../../images/i-acopio-red.svg);
}

.User .menu_tree .u-datauser::before {
    content: "";
    background-image: url(../../images/i-userdata.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    height: 20px;
    width: 20px;
    display: block;
    top: 7px;
}

.User .menu_tree .u-datauser.active::before,
.User .menu_tree ul>li>.u-datauser:hover::before {
    background-image: url(../../images/i-userdata-red.svg);
}

.User .menu_tree .u-userfavorite::before {
    content: "";
    background-image: url(../../images/i-userfavorite.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    height: 20px;
    width: 20px;
    display: block;
    top: 7px;
}

.User .menu_tree .u-userfavorite.active::before,
.User .menu_tree ul>li>.u-userfavorite:hover::before {
    background-image: url(../../images/i-userfavorite-red.svg);
}

.User .menu_tree .u-userorders::before {
    content: "";
    background-image: url(../../images/i-userorders.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    height: 20px;
    width: 20px;
    display: block;
    top: 7px;
}

.User .menu_tree .u-userorders.active::before,
.User .menu_tree ul>li>.u-userorders:hover::before {
    background-image: url(../../images/i-userorders-red.svg);
}

.User .menu_tree .u-userout::before {
    content: "";
    background-image: url(../../images/i-userout.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    height: 20px;
    width: 20px;
    display: block;
    top: 7px;
}

.User .menu_tree .u-userout.active::before,
.User .menu_tree ul>li>.u-userout:hover::before {
    background-image: url(../../images/i-userout-red.svg);
}

@media (max-width: 767px) {
    .User .menu_tree .u-presu::before {
        height: 30px;
        background-position: center;
        width: 100%;
    }

    .User .menu_tree .u-cuentacor::before {
        height: 30px;
        background-position: center;
        width: 100%;
    }

    .User .menu_tree .u-matacop::before {
        height: 30px;
        background-position: center;
        width: 100%;
    }

    .User .menu_tree .u-datauser::before {
        height: 30px;
        background-position: center;
        width: 100%;
    }

    .User .menu_tree .u-userfavorite::before {
        height: 30px;
        background-position: center;
        width: 100%;
    }

    .User .menu_tree .u-userorders::before {
        height: 30px;
        background-position: center;
        width: 100%;
    }

    .User .menu_tree .u-userout::before {
        height: 30px;
        background-position: center;
        width: 100%;
    }
}


/*MODAL REGISTER*/
#_modalRegister {
    background: rgba(0,0,0,0.7);
}

    #_modalRegister #User.modal-dialog {
        margin: 16px auto
    }

        #_modalRegister #User.modal-dialog .modal-content {
            padding: 0;
            margin: 0;
            box-shadow: none;
            border: 0;
            background-color: white;
        }

        #_modalRegister #User.modal-dialog .modal-header {
            padding: 0 15px;
            margin: 0;
            height: auto;
            display: block;
            float: left;
            width: 100%;
            padding-right: 30px;
        }

            #_modalRegister #User.modal-dialog .modal-header .close {
                line-height: 85px;
                margin: -10px -16px 0 0;
            }

        #_modalRegister #User.modal-dialog .modal-body {
            padding: 15px 15px 20px;
            width: 100%;
            display: inline-flex;
            flex-wrap: wrap;
        }


        #_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset .form-group {
            margin-bottom: 8px;
        }

    #_modalRegister .validar .input-validation-error {
        border-color: #666 #666 red
    }

    #_modalRegister .validar .field-validation-error {
        color: red !important;
        position: relative;
    }

        #_modalRegister .validar .field-validation-error::before,
        #_modalRegister .validar .field-validation-valid::before {
            right: 18px;
            /* top: -28px; */
        }

    #_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset .form-control {
        height: auto;
        padding: 8px 10px;
        color: #666;
    }

    #_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset label {
        color: #333;
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 1px 0;
        margin-bottom: 0;
        font-weight: 400;
    }

    #_modalRegister .user_wrapper{
        box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    }

    #_modalRegister #User.modal-dialog .modal-content .modal-header h4 {
        margin-right: 12px;
        position: relative;
        padding-right: 12px;
        line-height: 71px;
        float: left;
        text-transform: none !important;
        font-size: 1.33em !important;
    }

        #_modalRegister #User.modal-dialog .modal-content .modal-header h4.first {
            font-size: 1.45em;
            margin-top: 1px;
            font-weight: 600 !important;
        }

            #_modalRegister #User.modal-dialog .modal-content .modal-header h4.first::after {
                content: "";
                position: absolute;
                top: 14px;
                width: 1px;
                height: 38px;
                right: 0;
                background-color: #ffffffb8;
            }


    #_modalRegister #User.modal-dialog .modal-content .modal-header small {
        color: white;
        margin-right: 10px;
        font-size: 0.85em;
        top: 1px;
        position: relative;
    }

        #_modalRegister #User.modal-dialog .modal-content .modal-header small .go-to-login {
            color: white;
            text-decoration: underline;
            margin-left: 5px;
        }



    #_modalRegister #User.modal-dialog .modal-content .user_wrapper {
        border: 0;
        padding: 0;
        margin: 0;
    }

        #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-danger {
            width: 80%;
            height: 43px;
            font-size: 16px;
            margin: 0 10%;
            margin-top: 0px;
            float: none !important;
        }

            #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary:hover, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-danger:hover {
                opacity: 0.8;
            }

        #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary {
            margin-top: 7px
        }

        #_modalRegister #User.modal-dialog .modal-content .user_wrapper .divisor {
            display: inline-flex;
            width: 100%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 10px 0 22px !important;
        }

            #_modalRegister #User.modal-dialog .modal-content .user_wrapper .divisor::before {
                content: "";
                width: 100%;
                display: block;
                height: 1px;
                background-color: #cacaca;
            }

            #_modalRegister #User.modal-dialog .modal-content .user_wrapper .divisor span {
                text-align: center;
                background-color: white;
                display: block;
                position: absolute;
                width: auto;
                font-size: 2rem;
                padding: 0 0.5em;
            }

    #_modalRegister #User.modal-dialog .modal-content label {
        width: 100%;
        display: flex;
        align-items: flex-end;
    }

        #_modalRegister #User.modal-dialog .modal-content label .forget {
            float: right !important;
            margin-left: auto;
            margin-right: 0 !important;
        }

        #_modalRegister #User.modal-dialog .modal-content label .required {
            display: inline-block;
            text-align: left;
            margin-right: auto;
            margin-left: 0 !important;
        }


    #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button {
        border: 0;
        width: 100%;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease-out;
        -khtml-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-color: #4957B3;
        color: #fff;
        display: block;
        font-weight: 700;
        line-height: 40px;
        padding: 0 15px;
        position: relative;
        text-align: center;
        font-family: 'Work Sans', sans-serif;
        font-weight: normal;
        font-size: 1.5rem;
    }


    #_modalRegister #User.modal-dialog .modal-content .user_wrapper h4 {
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

    #_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button {
        -webkit-transition: all 0.2s ease-out;
        -khtml-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-color: #666;
        color: #fff;
        display: block;
        line-height: 43px;
        margin: 0 10% 10px;
        padding: 0;
        position: relative;
        text-align: center;
        width: 80%;
        border: 0;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        border-radius: 80px;
    }

        #_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button:hover {
            opacity: 0.8
        }

    #_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button {
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease-out;
        -khtml-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-color: white;
        color: black;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 15px;
        padding: 0 15px;
        position: relative;
        text-align: center;
        width: 100%;
        border: 0;
        text-align: center;
        font-family: 'Work Sans', sans-serif;
        font-weight: normal;
        font-size: 1.5rem;
        box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2);
    }

        #_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button svg {
            width: 1.5em;
            display: inline-block;
            height: 1.5em;
            margin-right: auto;
            left: 15px;
            position: absolute;
            top: 0.6em;
        }




    #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button .icon-facebook {
        font-size: 26px;
        left: 19px;
        position: absolute;
        top: 0px;
    }

        #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button .icon-facebook::before {
            content: "\f231";
            font-family: "Ionicons"
        }

    #_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button .icon-register {
        font-size: 22px;
        left: 19px;
        position: absolute;
        top: 0px;
    }

        #_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button .icon-register::before {
            content: "\f200";
            font-family: "Ionicons"
        }

    #_modalRegister #User.modal-dialog aside {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-top: 5px;
    }

        #_modalRegister #User.modal-dialog aside p {
            letter-spacing: 0;
            line-height: 1.3em;
            padding-left: 20px;
            position: relative;
            margin-bottom: 5px;
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
        }

            #_modalRegister #User.modal-dialog aside p a {
                text-decoration: underline
            }

            #_modalRegister #User.modal-dialog aside p .icon-checkmark:before {
                content: "\f122";
                color: #49C237;
                font-family: "Ionicons" !important;
                margin-right: 3px;
                position: absolute;
                left: 0;
            }

        #_modalRegister #User.modal-dialog aside h5 {
            color: #333;
            font-size: 14px;
            font-weight: 700;
            margin: 0 0 20px 0;
        }

        #_modalRegister #User.modal-dialog aside p a {
            color: #0084E0;
            display: block;
        }

            #_modalRegister #User.modal-dialog aside p a:hover {
                text-decoration: underline;
            }



@media (max-width: 991px) {
    #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button {
        width: 320px;
        margin-left: calc(50% - 160px);
        margin-right: calc(50% - 160px);
    }
}

@media (max-width: 767px) {
    .modal-dialog.Register {
        padding: 0;
        margin: 0;
        max-width: 500px !important;
    }

    #_modalRegister #User.modal-dialog .modal-header {
        padding: 15px 15px;
        padding-right: 30px;
    }

        #_modalRegister #User.modal-dialog .modal-header .close {
            line-height: 1em;
            margin-right: -15px;
            font-size: 30px;
            padding: 0 16px;
            line-height: 45px;
        }

    #_modalRegister #User.modal-dialog .modal-content .modal-header h4 {
        font-size: 16px;
        line-height: 32px;
    }

        #_modalRegister #User.modal-dialog .modal-content .modal-header h4.first::after {
            top: -4px;
            height: 32px;
        }

    #_modalRegister #User.modal-dialog aside h5 {
        margin: 25px 0 20px 0;
    }

    #_modalRegister #User.modal-dialog aside p:last-child {
        padding: 0;
    }

    #_modalRegister #User.modal-dialog .modal-body {
        padding: 15px 0 15px;
    }

    #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary {
        margin-top: 17px;
        margin-bottom: 12px;
    }

    #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button {
        margin-bottom: 15px;
        margin-top: 6px;
    }
}

@media (max-width: 479px) {

    #_modalRegister #User.modal-dialog {
        margin: 0;
        max-width: 100% !important;
    }

    #_modalRegister #User.modal-dialog .modal-content .modal-header h4 {
        display: block;
        width: 100%;
    }

    #_modalRegister #User.modal-dialog .modal-content .modal-header h4.first::after {
        display: none
    }

    #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #_modalRegister #User.modal-dialog .modal-header .close {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: end;
    }

    #_modalRegister #User.modal-dialog .modal-header .close span {
        margin-right: 15px;
    }
}

/****************************************/
/************** Acopio  *******************/
/****************************************/

.line {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.User.Acopio section h3:before {
    content: "";
    background-image: url(/Content/Images/acopio.png);
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 4px;
}

.Acopio .prod-retiro {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
    top: -5px;
    left: -5px;
}

.Acopio input[type="checkbox"] {
    display: block;
    z-index: 9999;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0;
}

.Acopio .fecha-horario-container .customselect {
    position: relative;
    width: 100%;
    max-width: 215px;
}

/* Create a custom checkbox */
.Acopio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
}

/* Style the checkmark/indicator */
.Acopio input ~ .checkmark:before {
    display: block;
    content: "\f372";
    font-family: "Ionicons";
    background-color: transparent;
    border: none;
    font-size: 24px;
    line-height: 16px;
    position: static;
    font-style: normal;
    color: #c4c4c4;
}

.Acopio input:checked ~ .checkmark:before {
    content: "\f373";
    color:#3FAE2A;
}

.Acopio h4:not(.modal-title) {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
}

.Acopio span.button-send,
.Acopio button.btn {
    background: #D71920;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding: 8px 6px;
}

.button-container button.btn {
    padding: 14px 34px;
    font-weight: 500;
}

.button-container button.btn:hover {
    background: #4e4e4e;
    color: white;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}


.Acopio .parent-grid > div {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 25px;
    margin: 15px 0;
    justify-items: center;
    align-items: center;
    padding: 0 15px;
    text-align: center;
    float: left;
    width: 100%;
}

.Acopio .parent-grid .grid-head div:first-child {
    justify-items: flex-start;
}

.Acopio .grid-head {
    background: #EEEEEE;
    border: 1px solid #F7F7F7;
    height:60px;
}

.Acopio .prod {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    text-align: left;
}

.Acopio .prod-cant {
    display: flex;
    gap:4px;
}

.Acopio .grid-head div:first-child {
    justify-self: flex-start;
    padding-left: 20px;
}

.Acopio .prod-cant .btn {
    float: right;
    height: 37px;
    width: 38px;
    border: 1px solid #c3c3c3;
    background-color: #eee;
    margin: 0 0 0 -1px;
    font-size: 21px;
    color: #000;
    font-family: "Ionicons";
    line-height: 19px;
    min-width: 0;
}

.Acopio .prod-cant input {
    height: 37px;
    width: 60px;
    border-color: #6e6e6e;
    background-color: #fff;
    text-align: center;
    -moz-appearance: textfield;
    appearance: textfield;
}

.Acopio .prod-cant .btn:hover {
     background-color: #d2d2d2;
}

.Acopio .btn.sp-down::before {
    content: "\f462";
}

.Acopio .btn.sp-up::before {
    content: "\f489";
}

.Acopio .jumbotron.acopio {
    display: flex;
    align-items: center;
}

.Acopio .jumbotron.acopio:before {
    font-family: "Ionicons";
    content: "\f100";
}

.Acopio .prod-img img {
    max-width: 50px;
}

.envio-acopio {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.envio-acopio li {
    margin: 0 0 5px !important;
    width: 100% !important;
    float: left;
    position: relative;
    list-style: none;
}

.envio-acopio label.item {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 2px solid #eee !important;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 1.15em;
    font-weight: 500;
    letter-spacing: -.02em;
    height: auto;
    line-height: 1.4em;
    margin-right: 15px;
    padding: 15px 95px 15px 35px;
    position: relative;
    text-align: left;
    width: 100%;
    gap: 10px;
}

.envio-acopio input[type="radio"] {
    margin: 0 0 0;
    margin-left: 0;
}

.envio-acopio .active > label,
.envio-acopio .active > label.item:hover,
.envio-acopio .active > label:hover,
.envio-acopio .active label.item:focus,
.envio-acopio .active label.item:hover,
.envio-acopio .active label.item {
      border-color: #D71920 !important;
      color: #000 !important;
      cursor: default;
      pointer-events: none;
}

.envio-acopio .tab-pane {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

    .envio-acopio .tab-pane > div {
        padding: 20px 20px 60px;
    }

.turnero-container,
.retiro-container {
    background: #F8F8F8;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

    .turnero-container h2,
    .retiro-container h2{
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .turnero-container .card-usuario,
    .retiro-container .card-retiro {
        background: #F8F8F8;
        border: 1px solid #C2C2C2;
        padding: 10px 20px;
        margin: 15px 0;
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 900px;
    }

    .turnero-container .fecha-horario-container {
        display: flex;
        margin: 5px 0 10px;
        gap: 15px;
    }

    .turnero-container button.send-user {
        background: #5B5B5B;
        color: white;
        padding: 4px 10px;
        font-weight: 600;
        font-size: 13px;
        line-height: 27px;
        border: none;
        box-shadow: unset;
        margin-left: auto;
    }

.fecha-horario-container label {
    width: 100%;
    padding-left: 35px;
}

.fecha-horario-container > div
{
    display: flex;
    width: 350px;
    flex-direction: column;
}

.fecha-horario-container .fecha,
.fecha-horario-container .horario {
    display: flex;
    gap: 15px;
}

.fecha-horario-container select {
    background: white;
    border: 1px solid #BFBFBF;
    padding: 0 10px;
}

.msg-envio {
    margin: 20px 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.01em;
    float: left;
    width: 100%;
    color: #000000;
}

    .msg-envio span,
    .abono-container li span {
        color: #D71920;
        font-weight: 600;
    }

.abono-container {
    float: left;
    width: 100%;
    background: #FEFBE1;
    padding: 10px 20px;
    margin-top: 10px;
    max-width:900px;
}

    .abono-container ul {
        margin-left: 20px;
    }

    .abono-container li {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.01em;
        list-style: disc;
    }

    .abono-container h6:not(.modal-title) {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.01em;
        color: #333333;
        font-style: italic;
    }


@media(max-width:1600px) {
    .abono-container {
        max-width: 700px;
    }
    .turnero-container .card-usuario {
        max-width: 700px;
    }
    .retiro-container .card-retiro {
        max-width: 700px;
    }
}

@media(max-width:1439px) {
    span.hide-mobile {
        display: none;
    }
    .fecha-horario-container > div {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .Acopio .prod-cant input {
        height: 30px;
        width: 30px;
    }

    .Acopio .prod-cant .btn {
        float: right;
        height: 30px;
        width: 30px;
        font-size: 16px;
        line-height: 13px;
    }
}

@media(max-width:991px) {
    .Acopio .parent-grid > div {
        grid-column-gap: 10px;
        padding: 0 0;
    }

    .Acopio h4:not(.modal-title) {
        font-size: 14px;
        line-height: 20px;
    }
}

@media(max-width:600px) {
    .grid-head {
        display: none !important;
    }
    .Acopio .parent-grid > div {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        position: relative;
        border-bottom: 1px solid lightgray;
        padding-bottom: 30px;
        gap: 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 25px;
    }
    .Acopio .prod-retiro {
        position: absolute;
        margin: 0;
        top: 17px;
        left: 0;
        right: unset;
    }
    .Acopio .prod {
        display: flex;
        width: 100%;
        gap: 10px;
        align-items: center;
        text-align: left;
    }
    .prod-unidades,
    .prod-cant, 
    .prod-precio {
        justify-content: flex-start;
        padding-left: 87px;
    }
    .prod-unidades::before {
        content: "Unidades: ";
    }
    .envio-acopio .tab-pane > div {
        padding: 10px 15px 30px;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .turnero-container .card-usuario,
    .turnero-container .fecha-horario-container {
        flex-direction: column;
    }
    .turnero-container button.send-user {
        margin-left: 0;
    }
}

/****************************************/
/********** Cuenta Corriente  ***************/
/****************************************/

.User.CuentaCorriente section h3:before {
    content: "";
    background-image: url(/Content/Images/acopio.png);
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 4px;
}

.CuentaCorriente h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.CuentaCorriente span.saldo {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    background: #F7F7F7;
    border: 1px solid #D71920;
    padding: 10px;
}

.CuentaCorriente .detalle {
    display: flex;
    flex-direction: column;
}

.CuentaCorriente .detalle > div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px;
    padding: 20px;
    border-bottom: 1px solid lightgray;
    width: 100%;
}

.CuentaCorriente .detalle-header {
    background: #EEEEEE;
}

.CuentaCorriente .modal-body {
    margin: 0 0 0;
    padding: 0;
    max-height: 400px;
    overflow: auto;
}

.CuentaCorriente  .modal-header {
    background: #000;
}
.CuentaCorriente .modal-footer {
    background: #EEEEEE;
}
.CuentaCorriente .totalsaldo {
    margin-left: auto;
    font-weight: 600;
    font-size: 18px;
}

.CuentaCorriente .saldo-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.CuentaCorriente a.detalle-deuda {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #010101;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.CuentaCorriente a.detalle-deuda:hover {
    color: #D71920;
}

.CuentaCorriente .mgs-limite {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
    margin: 25px 0;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.CuentaCorriente span.credito {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    background: #F7F7F7;
    border: 1px solid #999;
    padding: 10px;
    margin-left:10px
}

@media(max-width:479px){

    .CuentaCorriente .mgs-limite {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .CuentaCorriente span.credito {
        margin-left: 0;
    }
}

/****************************************/
/************ Presupuestos  ****************/ 
/****************************************/

.Presupuestos .grid-content {
    display: flex;
    align-items: center;
    justify-content:space-between;
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px;
    border: 1px solid lightgray;
}

.Presupuestos .grid-content:nth-child(even) {
    background: #fff
}

.Presupuestos .grid-content:nth-child(odd) {
    background: #fafafa
}

.Presupuestos .name-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Presupuestos .budget-buttons .btn {
    background-color: #D71920;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.Presupuestos .budget-buttons {
    display:flex;
    gap:100px;
}

.Presupuestos .remove {
    display:block;
    background-image:url(/Content/Images/remove.svg);
    width:30px;
    height:30px;
    background-size:contain;
}

.Presupuestos .parent-grid .grid-content{
    display: flex;
}

.Presupuestos .modal-body {
    margin: 0 0 0;
    padding: 20px;
}

.Presupuestos .modal-header {
    background: #F7F7F7;
    color:black;
}

.Presupuestos .modal-footer {
    background: #fff;
}

.Presupuestos .modal-header .close, .Presupuestos .modal-title {
    color: #000;
}

.Presupuestos .cliente-data {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    font-size: 12px;
}

.Presupuestos .parent-grid .grid-head,
.Presupuestos .parent-grid .grid-body {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr 0.8fr 0.6fr;
    text-align: center;
    border: 1px solid #CCCCCC;
    grid-gap: 1px;
    font-weight: 400;
    font-size: 12px;
    background: #CCCCCC;
}

.Presupuestos .parent-grid .grid-head {
    font-weight: 600;
}

.Presupuestos .parent-grid .grid-head > div,
.Presupuestos .parent-grid .grid-body > div {
    padding : 5px;
    background-color: white;
}

.Presupuestos .parent-grid .grid-head > div {
    background: #f7f7f7;
}

.Presupuestos .parent-grid .grid-body .Producto {
    text-align: left;
}

.Presupuestos .parent-grid .grid-subtotals {
    display: grid;
    grid-template-columns: 1.42fr 1fr;
}

.Presupuestos .msg-presupuesto {
    font-size: 12px;
    font-weight: 600;
    font-style: oblique;
    padding: 10px;
}

.Presupuestos .data-totales > div {
    display: grid;
    grid-template-columns: 0.8fr 0.6fr;
    font-size: 12px;
    text-align: right;
}

.Presupuestos .observaciones {
    font-size: 12px;
}

.Presupuestos .data-totales > div > span {
    padding: 3px 5px;
}

.Presupuestos .data-totales .total {
    background: #F7F7F7;
    padding: 5px;
    border: 1px solid #B2B2B2;
    margin: 10px 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-transform:uppercase;
}

.Presupuestos .subtotal {
    background: #F7F7F7;
}

.Presupuestos .observaciones {
    font-size: 12px;
}

.Presupuestos .observaciones .box {
    padding: 15px;
    border: 1px solid gray;
}

.Presupuestos .observaciones .title {
    margin: 10px 0 4px;
}

.Presupuestos .msg-precios {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    background: #F7F7F7;
    padding: 0px 0px 0px 8px;
    margin: 10px 0;
    text-align: center;
}

@media(max-width:1199px) {
    .Presupuestos .budget-buttons {
        gap: 10px;
    }
}

@media(max-width:767px) {
    .Presupuestos .budget-buttons .btn {
        font-size: 12px;
        line-height: 16px;
    }
    .Presupuestos .remove {
        width: 24px;
        height: 24px;
    }
    .Presupuestos .grid-content {
        padding: 15px;
    }
}
/* CONTACTO ******************************/

.Contact .long_desc ul li {
    clear: left;
    float: left;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-left: 38px;
    position: relative;
}

.Contact .long_desc ul li::before {
    font-family: "Ionicons";
    font-size: 1.8em;
    left: 0;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 28px;
}

.Contact .long_desc ul li.mail:before {
    content: "\f422"
}

.Contact .long_desc ul li.phone:before {
    content: "\f4b8"
}

.Contact .long_desc ul li.rrhh:before {
    content: "\f47b"
}

.Contact .long_desc ul li.address:before {
    content: "\f455"
}


.Contact .long_desc ul li span {
    font-size: 1.1em;
    font-weight: 600;
}

.Contact .long_desc ul li a {
    text-decoration: underline;
}

.Contact .long_desc ul li a:hover {
    opacity: 0.7;
}

.Contact .long_desc h4,
.Contact .long_desc h5 {
    margin: 0 0 3px;
}

.Contact .long_desc h4 {
    font-size: 1.2em;
}

.Contact .long_desc .horario {
    color: #777;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin: 4px 0;
    text-transform: uppercase;
}

.Contact iframe#mapa {
    border-bottom: 5px solid #ededed !important;
    height: 400px;
    width: 100%;
}

iframe#mapa {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

iframe#mapa.clicked {
    pointer-events: auto;
}

.Content .short_desc p, .Content .long_desc p {
    float: left;
}

.long_desc a {
    text-decoration: underline;
    color: #1381B2;
}

.long_desc ul {
    clear: both;
    float: left;
    margin: 0 0 20px;
}

.long_desc ul, .long_desc ul li {
    float: left;
    width: 100%;
}

.long_desc ul > li {
    clear: left;
    float: left;
    margin-bottom: 6px;
    padding-left: 16px;
    position: relative;
}

.long_desc ul li {
    margin-bottom: 5px;
}

.long_desc h2 {
    float: left;
    margin: 40px 0 15px;
    position: relative;
    width: 100%;
}

blockquote {
    float: left;
    width: 100%;
    color: #919191;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 15px 0 40px;
}

code {
    color: #568EA3;
    font-weight: normal;
    background: #2990FF2B;
}

.long_desc ul > li::before {
    float: left;
    font-family: "Ionicons";
    content: "\f3d1";
    font-size: 12px;
    left: 1px;
    opacity: 0.7;
    position: absolute;
    top: 0;
    margin-right: 12px;
}

.long_desc h2::before{
    display: none;
}

.Content h1 {
    border-bottom: 1px solid #ddd;
    padding: 0 0 11px;
}

.Content h1::before {
    content: "";
    bottom: -1px;
    left: 0;
    width: 108px;
    height: 2px;
    background-color: #D71920;
    display: block;
    position: absolute;
}

.menu_tree>ul{
    margin-top: 41px;
}

.faq_list article {
    margin: 5px 0 0;
    padding: 0;
    border-width: 0;
    height: auto;
    flex-direction: column;
}

.faq_list li:last-child article {
    border-bottom: 1px solid #e4e4e4;
}

.faq_list article > a {
    color: #000;
    font-size: 1.26em;
    line-height: 1.25em;
    letter-spacing: -0.02em;
    font-weight: normal;
    padding: 13px 40px 10px 15px;
    float: left;
    width: 100%;
    background: #f6f6f6;
    margin: 0;
    border-color: #D71920;
    border-width: 1px 1px 0;
    border-style: solid;
}

.faq_list article > a.collapsed {
    color: #000;
    border-color: #e4e4e4;
}

.faq_list article > a::after {
    font-family: "Ionicons";
    position: absolute;
    right: 18px;
    top: 16px;
}

.faq_list article > a::after {
    content: "\f3d8";
}

.faq_list article > a.collapsed::after {
    content: "\f3d0";
}

.faq_list article .tab-pane {
    background: #fff;
    float: left;
    width: 100%;
    border-color: #D71920;
    border-style: solid;
    border-width: 0 1px 1px;
}

.faq_list article .tab-pane .short_desc, .faq_list article .tab-pane .long_desc {
    margin: 0 0 10px;
}

.Content.faq .faq_list .tab-pane{
    padding: 0 !important;
}

.Content.faq .faq_list .tab-pane {
    padding: 0 !important;
}

.Content.faq .faq_list .tab-pane .long_desc{
    padding: 20px;
}



/*///////////////////////////////////////////////////////////////////////////////////////*/
/*   SELECCION DE SUCURSAL   (carrito + sitio)       /////////////////////////////////  */
/*/////////////////////////////////////////////////////////////////////////////////////*/


/* buscador ***/

.selectors-container {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background: #8d1914;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    color: #fff;
    position: relative;
    justify-content: space-between;
}
.selectors-container svg {
    position: absolute;
    left: 20px;
    top: 30px;
    transform: scale(1.1);
}
.selectors-container h4 {
    text-transform: uppercase;
    margin: -7px 0 4px;
    font-size: 1.35em;
    font-weight: 500;
    opacity: 0.5;
}
.selectors-container h4 span {display: none}

.selectors-container .form-group {
    margin-bottom: 1px;
}
.selectors-container label{
    width: 100%;
    font-size: 12px;
    color: white;
    margin-bottom: 1px;
}
.selectors-container .selx {
    margin: 0;
    padding: 21px;
}
.selxzona {
    width: 67%;
    order: 2;
}
.selxnombre {
    width: 100%;
}
.selxnombre label span {display: block;}

.selectors-container > p {
    padding:0 6px;
    margin:0;
    width:100%;
}

.selectors-container .form-control, .selectors-container select{
    height: 40px;
    font-size: 14px !important;
    width: 100%;
}

.selectors-container .customselect:after{
    font-size: 1.3em;
    line-height: 1.2em;
}
.selectors-container .orderLoc {
    background: #6e6e6e !important;
    color: #000;
    max-width: unset;
    width: 100%;
    height: 40px;
    border-radius: 0;
    font-weight: 600;
    line-height: 22px;
}


/* cuando se usa un solo buscador (bloque dentro del listado, arriba) */

.selectors-container.inlist {
    display: none;
}
.selx h4 {
    display: none;
}

.selectors-container .selx.selxzona {
    width: 67%;
    background: #c4322b;
}

.selectors-container .selx.selxnombre {
    width: 33%;
}

.selectors-container.inlist .selxnombre {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  height: 60px;
}
.selectors-container.inlist .selxnombre h4 {
  padding: 0;
  margin: 0 15px 0 0;
  font-size: 1em;
}
.selectors-container.inlist h4 span {
    display: block;
}
.selectors-container.inlist .selxnombre .form-group {
  margin: 0;
  width: 100%;
  max-width: 200px;
}
.selectors-container.inlist .selxnombre label {
  display: none;
}
.selectors-container.inlist .form-control {
  height: 30px;
  width: 100%;
}





/**/
.campos .form-group {
    width: 49%;
}
.campos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.campos .valid {
    width: 100%;
}
.campos .valid .field-validation-error::before {display: none}
.campos .valid .field-validation-error {
    color: #a5a5a5 !important;
    line-height: 1.2em !important;
    float: left;
    width: 100%;
    font-size: 1em;
    padding: 9px 0 0;
}
.selectors-container .field-validation-valid {
    display: none;
}
#site_list .pn.posr {
    padding-top: 0 !important;
}


/* listado ***/

#mapa .site_list {
    padding: 0;
    height: 100%;
    margin: 0;
}
#mapa .mapa-list {
    height: 100%;    
    overflow: auto;
    background-color: #f6f6f6;
}
#mapa .mapa-list li a {
    background: #f6f6f6;    
    float: left;
    width: 100%;
    padding: 15px 10px;
    color: #535252;
    font-size: 11px;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    min-height: 100px;
}
#mapa .mapa-list li:first-child a {
    border-top: none;
}
#mapa .mapa-list li:nth-last-child(1) a {
}
#mapa .mapa-list li a:hover, #mapa .mapa-list li a.active {
     background: #ffeeee;
      border-left: 5px solid #c4322b;
}
#mapa .mapa-list li a.active {
     pointer-events: none;
}
#mapa .mapa-list li .loc-name {
    color: #000 !important;
    font-weight: 600;
    font-size: 1.2em !important;
    text-transform: uppercase;
}
#mapa .mapa-list .loc-addr, #mapa .mapa-list .loc-time, #mapa .mapa-list .loc-cod strong {
    font-size: 1.1em;
    opacity: 1;
    font-weight: normal;
    line-height: 1.3em;
}
#mapa .mapa-list .loc-addr {
    font-size: 1.15em;
}
#mapa .mapa-list .loc-time {
    color: #999;
    margin-top: 4px;
}
#mapa .mapa-list .loc-cod strong {
    color:black !important;
    line-height: 18px;
    font-size: 12px;
    opacity: 1;
    font-weight: 600;
}
#mapa .mapa-list li a.active {
    background: #fff;
}
#mapa .mapa-list li 
{
    margin: 0 !important;
}
#mapa .mapa-list .mCSB_draggerContainer{
    border: #e1e1e1 1px solid;
    background-color: #f6f6f6;
}
#mapa .mapa-list .mCSB_dragger_bar{
    line-height: 30px;
    width: 10px;
    border-radius: 12px;
    background-color: #c2c2c2;
}
#mapa .mapa-list .mCSB_draggerRail{
    background-color: transparent;
}


/* mapa ***/
#map {
    position: unset!important;
    z-index: 0;
}
#mapa {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
    background: #eee;
    height: 480px;
}
#map::before {
    content: "";
    background-image: url(/content/images/map.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px;
    width: 100px;
    top: calc(50% - 50px);
    right: calc(50% - 50px);
    position: absolute;
    opacity: 0.07;
    z-index: 0;
}

#mapImage {padding: 0;overflow: hidden;}
#mapImage > a {
    z-index: 1;
    position: relative;
    height: auto;
}
#mapImage img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    display: inline-block;
}
#mapImage .noselect{
    pointer-events: none;
}

#mapImage .btn.btn-primary {
    height: 55px;
    width: 100%;
    line-height: 2.7em;
    margin-top: 10px;
    font-size: 1.2em;
    background-color: #cc0000;
}
.gm-svpc div img {
    position: relative !important;
}


/* CARRITO ****/
.Cart .selectors-container .selx {
    padding: 9px 17px 17px;
}
.Cart .selectors-container h4 {font-size: 1.15em;}
.Cart .selxnombre label span {
    display: inline-block;
    margin-bottom: 1px;
}
.Cart .selectors-container .form-control, .Cart .selectors-container select, .Cart .selectors-container .orderLoc {
    height: 36px;
    padding: 6px;
}
.selectors-container .orderLoc {line-height: 20px}

.sinpadding {
    padding-left: 0!important;
    padding-right: 0!important;
}

@media(max-width: 1199px) {
.Cart .selectors-container {flex-direction: column}
.Cart .selectors-container .selx {width: 100%;}
.Cart #mapa {flex-direction: column}
.Cart #map {height: 280px !important; border-top: 8px solid #fff;}
.Cart #mapa .site_list, #mapImage {width: 100%}
.Cart #mapa .mapa-list {
    max-height: 282px;
    border-bottom: 1px solid #ddd;
}
.Cart #mapa .mapa-list li a {padding: 8px 10px}
}


@media(max-width: 767px) {
.selectors-container {flex-direction: column; margin-bottom: 6px;}
.selectors-container.inlist {
    margin-bottom: 0;
}
.selectors-container .form-control, .selectors-container select {width: 100%;}
.selectors-container .selx {width: 100%;}
#mapa {flex-direction: column; height: auto;}
/*#map {height: 280px !important; border-top: 8px solid #fff;}*/
#mapa .site_list, #mapImage {width: 100%}
#mapa .mapa-list {
    max-height: 282px;
    border-bottom: 1px solid #ddd;
}
#mapa .mapa-list li a {padding: 8px 10px}
#mapImage {
    height: 260px;
    border-top: 5px solid #fff;
}

/*#sucursalesModal .selectors-container h4 {display: none}*/
#sucursalesModal .selxnombre label span {
    display: inline-block;
    text-transform: uppercase;
}
.Cart .selectors-container .selx {
    padding: 12px 20px 18px;
}
.Cart .selectors-container .form-control, .Cart .selectors-container select, .Cart .selectors-container .orderLoc {padding: 6px}
.selxnombre {order: 2}
}

@media(max-width: 991px) {
}


@media (max-width: 479px) {    
.campos .form-group {
    width: 100%;
}
}


.mensaje-mapa {
    color: #000000d1;
    width: 100%;
    font-size: 1.1em;
    padding: 0 10px 0 66px;
    display: block;
    position: absolute;
    margin: 28px 0;
    top: 60px;
}

.mensaje-mapa::before {
    content: "O";
    float: left;
    font-size: 38px;
    font-family:"e3font";
    margin-right: 6px;
    color: #c4322b;
    height: 36px;
    position: absolute;
    left: 17px;
    line-height: 100%;
    top: calc(50% - 18px);
}


@media (max-width: 1199px) {    
    .mensaje-mapa {
        font-size: 0.98em;
        padding-left: 52px;
    }
    .mensaje-mapa::before {
        font-size: 32px;
        top: calc(50% - 16px);
        left: 10px;
    }
}

@media (max-width: 779px) {    
    .mensaje-mapa {
        margin: 7px 0;
    }
    .mensaje-mapa {
        position: relative;
        top: unset;
    }
    
}

/*////////////////////////////////////////////////////////////////////*/
/*   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 .modal-footer {
    padding-top: 12px;
}

.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%;
    height: 60px;
    width: 71px;
    object-fit: scale-down;
}

.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 {
        margin-bottom: 4px;
        padding: 12px;
        width: 100%;
    }

    .mdl_detail .nomobile {
        display: none
    }
}





/* MODAL opciones de Compra ********************************************/

.BOXCARTOPTIONS .mdl_detail .modal-body {
    border: 0 none;
    max-height: unset;
    overflow: visible;
}

.BOXCARTOPTIONS .mdl_options {
    height: auto;
    overflow: visible;
}

.BOXCARTOPTIONS .modal-title {
    display: none
}

.BOXCARTOPTIONS .IMAGEN img {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.BOXCARTOPTIONS .BUTTONINFO {
    display: block;
    float: left;
    font-size: 1.1em;
    margin: 17px auto 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}

.BOXCARTOPTIONS .BUTTONINFO:hover {
    opacity: 0.7
}

.BOXCARTOPTIONS .PRODUCTAREA h3 {
    font-size: 1.4em;
    font-weight: lighter;
    margin: 0;
    text-transform: uppercase;
}

.BOXCARTOPTIONS .PRODUCTAREA .price_wrapper {
    font-size: 1.1em;
    margin: 9px 0 17px;
    width: 100%;
}

.BOXCARTOPTIONS .bttalle {
    display: none
}

.BOXCARTOPTIONS .BUTTONBUY {
    font-size: 1.8em;
    height: auto;
    line-height: 1.3em;
    margin-bottom: 0;
    padding: 6px;
}

@media(max-width: 767px) {
    .BOXCARTOPTIONS .IMAGEN img {
        float: left;
        margin: -37px 0 5px;
        width: 99px;
    }
}



div.send-detail {
    float: left;
    width: 100%;
    display: block;
    min-height: 170px;
    margin-bottom: 30px;
}

div.option-detail {
    color: #fce2c9;
    font-size: 1.6em;
    left: 0;
    max-height: 200px;
    position: absolute;
    width: 100%;
}





/* MODAL HOME SUSCRIBIR A NEWSLETTER ********************************/

.w-newsletter {
    display: table;
    float: left;
}

.image-newsletter {
    float: left;
}

.image-newsletter img {
    max-width: 100%;
    width: auto;
}


.newsletter-info {
    float: right;
    text-align: center;
}

.newsletter-info h4 {
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin: 10px 0;
}

.newsletter-info h3 {
    border-bottom: 1px solid #ddd;
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 17px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.newsletter-info h3 strong {
    display: block;
    font-size: 1.6em;
    font-weight: 900;
}

.newsletter-info .short-description {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0 0 20px;
}

.form-newsletter-popup {
    display: table;
    margin: 0 auto 36px;
    max-width: 360px;
}

.form-newsletter-popup .input-box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.form-newsletter-popup .input-box .input-text {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 10px;
}

.form-newsletter-popup .action-newsletter {
    display: table-cell;
    vertical-align: top;
}

.form-newsletter-popup .action-newsletter .btn {
    background-color: #004573;
    border: 0 none;
    color: #fff;
    font-size: 0.9em;
    height: 34px;
    padding: 0 16px;
}

.form-newsletter-popup .action-newsletter .btn:hover {
    background-color: #363636
}

.form-newsletter p {
    color: black;
    font-size: 1.1em;
}


.subscribe-bottom {
    display: none;
    margin-bottom: 15px;
}

.subscribe-bottom .checker {
    display: inline-block;
    float: none;
    position: relative;
    top: 1px;
}

.subscribe-bottom label {
    float: none;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 10px;
}

.newsletter-info .socials {
    float: left;
    width: 100%;
}

.newsletter-info .socials ul {
    display: table;
    margin: 0 auto 10px;
    text-align: center;
}

.newsletter-info .socials li {
    display: inline-block;
}

.newsletter-info .socials li a {
    color: #ccc;
    font-size: 1.4em;
    padding: 10px;
}

.newsletter-info .socials li a:hover {
    color: #333
}



@media (max-width: 991px) {
    .newsletter-info {
        font-size: 0.9em
    }
}

@media (max-width: 767px) {
    #ModalPopUp .modal-dialog {
        margin: 30px 55px
    }
}

@media (max-width: 479px) {
    .newsletter-info {
        font-size: 0.8em
    }

    #ModalPopUp .modal-dialog {
        margin: 30px
    }
}


/*Modal novedades Home*/

#ModalPopUp {
    background: none;
    top: inherit;
    left: inherit
}

#ModalPopUp .modal-body {
    margin: 10px 0 0;
    padding: 20px 30px;
    position: relative;
    float: left;
    width: 100%;
}

#ModalPopUp>.modal-dialog {
    width: 400px;
}

#ModalPopUp ._contact_holder p {
    color: #fff;
    text-transform: uppercase;
}

#ModalPopUp .modal-header {
    background: none;
    margin: 0;
    padding: 0;
    border: none;

}

    #ModalPopUp .modal-body {
        margin-top: 0;
        background: #D71920;
    }

#ModalPopUp legend {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
}

#ModalPopUp .modal-body label {
    color: #fff;
}

#ModalPopUp .modal-body label span {
    color: #fff;
}

#ModalPopUp .modal-content {
    border: none;
    box-shadow: none;
    padding: 0px !important;
}

#ModalPopUp .close {
    color: #004573;
    font-size: 30px;
    opacity: 1;
    position: absolute;
    right: 15px;
    text-shadow: none !important;
    top: 13px;
    background-color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    border: 1px solid #004573;
    margin-top: -30px;
    line-height: 0.4em;
    font-weight: 500;
}

#ModalPopUp .btn-primary {
    background-color: #004573 !important;
    padding: 10px 20px;
    font-weight: 500 !important;
}

#ModalPopUp .btn-default,
.btn-danger {
    background-color: #333333 !important;
    padding: 10px 20px;
    font-weight: 500 !important;
}


@media (max-width:767px) {
    #ModalPopUp {
        display: none !important;
    }
}


@media print {
    .noPrint, header, footer, .backtotop, .socials-flotante {
        display: none !important;
    }
}


/* tab comparar producto ********************************/

#tab-comparar {
    border: 1px solid #eee;
    float: left;
    padding: 0;
    width: 100%;
}

.Compare h1 {
    padding: 20px 0 0 30px;
}


/**************************************************************************/
/* COMPARAR - COMPARE ******************************/

/* Zebra striping! */
.zebra tr:nth-of-type(odd) {
    background: #f9f9f9;
}

.Compare table {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    float: left;
    font-size: 0.87em;
    margin-bottom: 0;
    min-width: 480px;
}

.Compare tr td,
.Compare tr th {
    border: 1px solid #ddd !important;
}

.Compare th,
.Compare td {
    width: 21%;
}

#tab-comparar table tbody>tr td,
#tab-comparar table tbody>tr th {
    background: transparent
}

#tab-comparar table tbody>tr:nth-child(2) {
    background-color: #f9f9f9;
}

#tab-comparar table tbody>tr:nth-child(4n+4) {
    background-color: #f9f9f9;
}


.Compare thead.affix .corner,
.Compare tbody tr th:first-child,
.Compare thead .corner {
    width: 9%;
}

.Compare thead {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
    z-index: 2;
}

.Compare thead th {
    background: #000 none repeat scroll 0 0 !important;
    border-color: #f5f5f5 !important;
    border-style: solid !important;
    border-width: 0 0 6px !important;
    padding-bottom: 14px !important;
    padding-top: 35px !important;
    position: relative;
    vertical-align: middle !important;
}

.Compare tbody th,
.Compare tbody td {
    padding: 8px !important;
}

.Compare tbody tr th:first-child,
.Content thead tr th:first-child {
    padding-left: 10px !important;
}

.Compare tbody tr th:last-child,
.Content thead tr td:last-child {
    padding-right: 10px !important;
}


.Compare .corner {
    background: #000 none repeat scroll 0 0 !important;
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1em;
}

.Compare table h3 {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 5px 0 10px;
    padding: 0 5px;
    text-align: center;
}

.Compare table h3:hover {
    text-decoration: underline
}

.th_image img:hover {
    border: 1px solid #000;
}

.Compare .remove {
    background: #888 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 24px;
    bottom: -17px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 25px;
    line-height: 19px;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    text-align: center;
    text-decoration: none !important;
    width: 25px;
}

.Compare .remove:before {
    content: "\e02b"
}

.Compare .remove:before {
    font-family: "E3Interface";
    text-align: center;
}

.Compare .remove:hover {
    color: #fff;
    background: #000;
}

.Compare .th_image {
    background: #fff none repeat scroll 0 0 !important;
}

.Compare .th_img {
    opacity: 1 !important;
    text-align: left !important;
}

.Compare .th_img:before {
    content: "\f2d3"
}

.Compare .th_img::before {
    font-family: "Ionicons";
    opacity: 0.2;
}

.Compare .th_image {
    padding: 1px !important;
    text-align: center;
}

.Compare .th_image img {
    height: auto;
    max-width: 140px;
    max-height: 120px;
    padding-top: 7px;
    width: auto;
}

.Compare tbody th {
    color: #777;
    font-weight: 500;
    letter-spacing: 0.02em;
    min-width: 133px;
}

.Compare table .valoracion {
    float: left;
    margin: 0;
}

.Compare table .price_wrapper {
    font-size: 0.95em;
    height: auto;
    margin-bottom: 10px;
}

.Compare table .BUTTONBUY {
    margin-top: 7px;
    padding: 5px;
}

.tr_buy .BUTTONBUY {
    font-size: 1.05em !important;
    margin: 0 auto;
    padding: 6px 14px !important;
}

.Compare table .stars_off {
    z-index: 0;
}

.Compare table .puntaje {
    display: none
}





/* affix table */
.affix {
    width: inherit;
}

.Compare thead.affix {
    top: 0;
}

.Compare thead.affix tr {
    display: table;
    width: 100%;
}

.Compare thead.affix th {
    display: table-cell;
    padding: 5px 5px 13px !important;
}

.Compare thead.affix h3 {
    font-size: 0.78em;
    letter-spacing: 0;
    line-height: 1.1em;
}

.Compare thead.affix .remove {
    bottom: -20px;
}

#tab-comparar tr:hover td {
    background-color: #eee !important
}

#tab-comparar tr:hover th {
    background-color: #E9E8EA
}

#tab-comparar tr:nth-child(1):hover>* {
    background-color: #fff !important
}

.comp-button {
    color: #777;
    font-size: 0.8em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.2em;
}

.comp-button:before {
    content: ""
}

.comp-button::before {
    float: left;
    font-family: "Ionicons";
    font-size: 1.5em;
    margin: 5px 6px 0 1px;
    opacity: 0.8;
    text-decoration: none !important;
    text-transform: none;
}

.comp-button::after {
    content: "Comparar"
}

.compare:hover .comp-button {
    text-decoration: underline !important;
    opacity: 1;
    color: #444 !important;
}


/* Productos ya agregados a comparación */

.act_compare .comp-button {
    color: #004573 !important;
}

.act_compare .comp-button:before {
    content: "\f122";
    font-size: 1.36em
}

.Product .act_compare .comp-button:before {
    line-height: 0.5em;
}

.act_compare .comp-button::after {
    content: "Comparar";
    letter-spacing: 0;
}

.act_compare:hover .comp-button {
    color: #004573 !important;
}

.PRODUCTAREA .compare {
    line-height: 1.2em;
    font-size: 1.4em;
}
