/* 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
}

.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: 27px;
    }
}





/* 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 .navbar-nav {
    margin: 0 0 0 130px;
}

.MENU_MAIN .nav > li > a {
    color: #fff;
    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-weight: 400;
    font-size: 1.1em;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
}

.MENU_MAIN .extras li a {
    color: #fff;
}

.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 {
    margin-left: 7px;
    padding-left: 7px;
}

.MENU_MAIN .nav.navbar-nav.extras::before {
    content: "";
    width: 1px;
    height: 33px;
    background: white;
    display: inline-block;
    float: left;
    top: 6px;
    position: relative;
    margin-right: 12px;
}


/* 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: #6eaef7 !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: #2C4B99;
    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: 1439px) {
    .MENU_MAIN .nav>li>a {
        font-size: 1em;
    }
}

@media (max-width: 1300px) {
    .MENU_MAIN .nav>li>a {
        font-size: 0.94em;
    }
}

@media (max-width: 1199px) {
    .MENU_MAIN .nav > li > a {
        padding: 0 11px;
    }
    .MENU_MAIN .navbar-nav {
        margin: 0 0 0 0;
    }
    .MENU_MAIN .nav>li>a {
        font-size: 0.9em;
    }
}

@media (max-width: 991px) {
    .MENU_MAIN .navbar-nav {
        margin: 0 0 0 0px;
    }    
}


#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;
}

.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,
    .breadcrumb li:last-child a,
    .breadcrumb li:not(:last-child)::after {
        color: #fff !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;
}
/*////////////////////////////////////////////////////////////////////*/
/*   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: #efefef;
    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}
}








/* 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 */
}


header .main .navbar-default {
    background: #2C4B99;
    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;
    border-bottom: 1px solid #2C4B99;
}

.LOGO {
    padding: 0;
    position: relative;
    width: 115px;
    margin: -40px 0 0;
    z-index: 9;
}

.LOGO img {
    width: 100%;
}

@media(min-width:992px){
    .LOGO a {
        position: absolute;
        background: white;
        padding: 9px 11px;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-filter: drop-shadow(6.93px 3.93px 12.76px rgba(0, 0, 0, 0.14));
        filter: drop-shadow(6.93px 3.93px 12.76px rgba(0, 0, 0, 0.14));
    }
}

@media(min-width:1199px){
    .LOGO a {
        padding: 13px 15px;
    }
}

@media (max-width: 1199px) {
    .LOGO {
        width: 70px;
        margin: -20px 0 10px;
    }
}


.wrap-login {
    background: #182148;
    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;
}




/*  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, .CART_BOX {
    float: right;
}
.LOGIN_BOX::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #52758f;
}
.LOGIN_BOX .dropdown-menu {
    border: 1px solid #0a5587;
    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: #4f4d58;
    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;
    font-size: 13px;
}

.LOGIN_BOX .login-button span {
    color: #fff;
    font-weight: normal;
    float: left;
    white-space: nowrap;
    margin-bottom: 3px;
}

.LOGIN_BOX .login-button strong {
    color: #fff;
    display: block;
    float: right;
    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: #fff !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_window, .CART_BOX .cart-window {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0a5587;
    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: #0578FE;
    height: 17px;
    width: auto;
    border-radius: 10px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 17px;
    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;
    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: 17px;
    text-align: center;
    width: 18px;
}

.CART_BOX .cart-window .remove:hover {
    background: #888
}

.CART_BOX .cart-window .subtotal {
    float: left;
    font-size: 1em;
    letter-spacing: 0.03em;
    padding: 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 75px 1px;
}

#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 #2C4B99;
    height: 100%;
    margin: 0 !important;
    padding: 0 50px 0 0;
    width: 100%;
    border-radius: 2px;
}

.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: #2C4B99;
    height: 40px;
    position: absolute;
    right: 0;
    top: 1px;
    width: 48px;
    z-index: 3;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #2C4B99;
}

.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: #2C4B99;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px;
    font-size: 28px;
    top: 2px;
}
.SEARCH_BOX .search_submit:hover:after {
	color: #182148;
}
.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: #162B3E;
    display: block;
    letter-spacing: 0;
}

.ui-autocomplete article.CatHead {
    padding: 6px 10px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    display: table;
    background-color: #182148;
    text-transform: uppercase;
    font-size: 0.94em;
    letter-spacing: 0.02em;
    border-top: 1px solid #182148;
    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: #182148 !important}
.ui-autocomplete article.CatHead a:hover {color: #FFF !important}




@media (max-width: 991px) {
    .CART_BOX .cart-button .i-cart:before {
        background-image: url('../../images/cartmobile.svg');
    }
}

@media (max-width: 767px) {
.CART_BOX .cart-window { display: none !important}
}

@media (max-width: 479px) {
	
}


/*Menu Sticky*/

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.logo-aero {
    display: none;
}

.sticky .logo-aero {
    display: block;
    position: absolute;
    margin: 13px;
    width: 85px;
}

.sticky .logo-aero img {
    width: 100%;
}

.sticky .logo-aero::after {
    content: "";
    width: 1px;
    height: 33px;
    background: white;
    display: inline-block;
    margin-left: 19px;
    position: absolute;
    top: -6px;
}

@media(max-width:1199px){
    .sticky .logo-aero {
        margin: 13px 2px;
        width: 53px;
    }
    .sticky .logo-aero::after {
        margin-left: 9px;
    }
    .sticky .MENU_MAIN .navbar-nav {
        margin: 0 0 0 70px;
    }
}


.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) {
    header .main {
        box-shadow: none;
        background: #fafafa;
        height: 65px;
    }
    header .main .navbar-default {
        background: transparent;
        border: 0;
        padding: 8px;
    }

    .navbar-header {
        float: none
    }
    .LOGO {
        line-height: 1em;
        margin: 0 auto;
        float: none;
        width: 40px;
    }

    /* search_box */
    .lupa {
        position: absolute;
        top: 0;
        right: 55px;
        width: 55px;
        height: 100%;
        line-height: 65px;
        text-align: center;
        font-size: 29px;
        font-family: "Ionicons";
        color: #000;
        display: flex !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: flex;
        font-size: 41px;
        background: #182148;
        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: 120px;
    }
    .SEARCH_BOX.show .form-control {font-size: 14px; padding: 0 0 0 10px;}
    .SEARCH_BOX.show .search_submit {
        right: 57px;
        border: 0;
        height: calc(100% - 2px);
        width: 62px;
        line-height: 56px;
    }
    .SEARCH_BOX.show .search_submit::after {
        content: "\f3d6";
        font-size: 40px;
        color: #182148;
    }
    .SEARCH_BOX.show .search_submit::hover::after {color: #2C4B99}


    .CART_BOX {
        position: absolute;
        top: 0;
        right: 0;
        display: flex !important;
        height: 100%;
    }
    .CART_BOX .cart-button {
        min-width: 55px;
        height: 100%;
    }
    .CART_BOX .cart-button .items {
        background: #000;
        top: 12px;
        right: 7px;
    }
}


@media (max-width: 767px) {
}


@media (max-width: 479px) {
    .LOGO {
        line-height: 1em;
        margin: 7px auto 5px;
        float: none;
        width: 36px;
    }
    header .main {
        height: 60px;
    }
    header .main .navbar-default {
        padding: 0;
    }
    .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;
    }
    .hamburguer {top: 3px !important}
    .SEARCH_BOX.show {top: 57px}
}



/* hamburguer ******************/

.hamburguer {
    cursor: pointer;
    height: 50px;
    left: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-decoration: none;
    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 .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: #182148 !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: #2C4B99 !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: #2C4B99 !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: #3457A2;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    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(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-list > li.mm-opened > a.mm-subopen::after, .mm-list .mm-opened a.mm-subclose::before {
    -webkit-transform: rotate(-135deg) !important;
    -moz-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !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: #2C4B99;
    text-align: center;
    padding-top: 9px;
}
.micuenta.mm-list {
    background: #2C4B99;
    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: #2C4B99;
    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% - 5px);
    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: #2C4B99;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 1em;
}


/* header responsive ***/
/*////////////////////////////////////////////////////////////////////*/
/*   FOOTER                ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

footer {
    margin-top: 60px;
    background: #F4F4F4;
}

.Product footer {
    margin-top: 10px;
}



/*  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) {
    footer {
        background: #FFF;
    }
    .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: #0a5587;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, #0a5587),
            color-stop(10px, #004573));
    background-image: -o-linear-gradient(bottom, #0a5587 0%, #004573 10px);
    background-image: -moz-linear-gradient(bottom, #0a5587 0%, #004573 10px);
    background-image: -webkit-linear-gradient(bottom, #0a5587 0%, #004573 10px);
    background-image: -ms-linear-gradient(bottom, #0a5587 0%, #004573 10px);
    background-image: linear-gradient(to bottom, #0a5587 0%, #004573 10px);
}

footer .sector {
    padding: 21px 0;
    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');
}


/* 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;
    margin-top: 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: normal;
    letter-spacing: 0.05em;
    content: "\f3d6";
    font-family: "Ionicons";
    color: #000;
}

.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-right: 12px !important;
}
footer .socials li a::before {
    border-radius: 100%;
    float: left !important;
    font-size: 25px;
    height: 32px;
    line-height: 32px !important;
    padding: 0 !important;
    text-align: center;
    opacity: 1 !important;
    width: 32px;
}
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-email:before {
    content: "\f2eb"
}

.s-whatsapp:before {
    content: "\f4ef"
}

.socials a.email {
    font-size: 1.3em;
    font-weight: lighter;
}

.socials a.email:hover {
    text-decoration: underline
}









/*  MAIN *******************************/


footer .main {
    padding: 40px 0 0 0;
}

footer .menu_footer h3 {
    font-weight: bold;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px;
    position: relative;
    text-transform: uppercase;
    color: #2C4B99;
}

footer .menu_footer p {
    margin: 0 0 5px;
}

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:hover {
    color: #2C4B99;
    text-decoration: underline;
}
footer .main ul li a.s-instagram:before {
    content: "";
    width: 35px;
	background: url('../../images/instagram.svg') no-repeat center center;
}
footer .main ul li a.s-facebook:before {
    content: "";
    width: 35px;
	background: url('../../images/i-facebook.svg') no-repeat center center;
}
footer .main ul li a.s-linkedin:before {
    content: "";
    width: 35px;
	background: url('../../images/i-linkedin.svg') no-repeat center center;
}

footer .menu_footer:first-child::after {
    display: none !important;
}

@media(max-width:991px){
    footer .menu_footer {
        margin-bottom: 25px;
    }
}

@media(max-width:767px){
    footer .main {
        border-top: 1px solid #d2d2d2;
        padding: 40px 0 0 0;
    }
}

@media (max-width:479px) {
    footer .main ul li a {
        font-size: 1em;
        line-height: 1.5em;
    }
    footer .menu_footer {
        margin-bottom: 0;
    }
    footer .menu_footer p {
        margin: 0px 0 8px;
    }
}



/*  CREDITS *******************************/
footer .credits {
    padding: 0px 0 5px;
}
footer .credits p {
    color: #424242;
    float: left;
    font-weight: normal;
    padding: 0;
    clear: left;
    margin: 8px 0 6px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}

footer .credits p.copyright{
    font-size: 14px;
    line-height: 16px;
    color: #010101;
}

footer .credits p .small {
    color: #424242;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
    float: left;
    width: 100%;
}

footer .credits p a {
    color: #444;
    text-decoration: underline
}

footer .credits .border {
    border-top: 1px solid #c9c9c9;
    padding-top: 20px;
}


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% - 300px);
}
footer .credits .img-dataf {
    float: right;
}

footer .logos img {
    width: 120px;
    margin-bottom: 6px;
}

.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:1199px) {
    footer .credits .info {
        width: calc(100% - 200px);
    }

}


@media (max-width:991px) {

    .sellos {
        padding-right: 10px;
        padding-left: 10px;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width:767px) {
    footer .credits .border {
        padding-top: 14px;
    }
    footer .credits .logos {
        padding: 10px 0px;
    }
    footer .credits .info {
        width: 100%;
    }
    footer .credits .texto-dc {
        font-size: 0.86em;
        line-height: 1.3em;
        margin: 0 0 8px;
    }
    footer .logos img {
        width: 100px;
    }
    footer .credits .img-dataf {
        position: absolute;
        right: 15px;
    }

}

@media (max-width:479px) {
    footer .credits .info2 {
        padding: 10px 39px 0 9px;
    }
    .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 0;
    float: none;
    position: relative;
    display: table;
    padding-top: 30px;
}

.sellos>* {
    display: inline-block;
    text-align: left;
    float: left;
}

.sellos span p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #424242;
}

.sellos span p.keywords {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #9A9A9A;
}

.sellos a {
    color: #3457A2;
    text-decoration: underline;
}

.sellos a:hover {
    text-decoration: none;
}

.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: 64px;
    width: 45px;
    display: inline-block;
}

.e-sifcos {
    filter: none;
    opacity: 1;
    background: rgba(0, 0, 0, 0) url("/content/images/i-validar-sello.png") no-repeat scroll 0 0 / 100% auto padding-box;
    height: 64px;
    width: 64px;
    display: inline-block;
    margin-right: 17px;
}

.datafiscal:hover,
.e-sifcos: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: 12px;
        width: 81px;
    }

    .datafiscal {
        width: 40px;
    }
    .e-sifcos {
        width: 57px;
        margin-right: 12px;
    }
    
}

@media (max-width: 479px) {
    .sellos {
        padding: 5px 0 0;
    }

    .sellos>* {
        margin: 0 0 5px;
    }

    .sellos .sps img {
        margin-top: 3px;
        width: 22px;
    }

    .sellos .cace img {
        margin-top: 13px;
        width: 64px;
    }
    .sellos span p {
        text-align: center;
    }
    .sellos span p.keywords {display: none;}
    .sellos .verisign img {
        width: 101px;
        margin-top: 2px;
    }
    
    footer .logos img { width: 90px;}

}








/* backtotop ****************/
.backtotop {
    background: #383838 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;
}

.backtotop span {
    color: #fff;
    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: "\f365"
}

.backtotop span::before {
    display: none;
    font-family: "Ionicons";
    font-size: 16px;
    margin: 0 0 -1px 2px;
    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 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 -15px 8px !important;
    text-align: center;
    border-top: 1px solid #bbb;
    width: calc(100% + 30px);
    padding-top: 28px;
}
footer .newsletter p {
    text-align: center;
}
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: 500;
    letter-spacing: -0.06em;
    padding: 22px 15px;
    width: 100%;
    text-align: left;
    margin-top: 22px;
    color: #2C4B99;
}

.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;
    background-color: #F2F2F2;
    margin-top: -17px;
}

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;
}

}


@media (max-width: 479px) {

    footer .socials ul {
        border-bottom: unset;
        padding: 0 0 0;
        margin: 3px -15px 5px;
    }

    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;
    }

    footer .menu_footer h3 {
        margin: 20px 0 13px;
    }

}
/*////////////////////////////////////////////////////////////////////*/
/*   HOME                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

section {
    margin-top: 26px;
}

.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-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
}





/* OWL SLIDER MAIN-SLIDER ******/
#main-slider {
    margin-bottom: 50px;
}

#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) {
    #main-slider2 {
        margin-bottom: 16px;
    }
}










/* OWL-SLIDER  BRAND-SLIDER ********/
.related.brand-slider {
    margin-bottom: 0 !important;
}

.brand-slider .owl-stage-outer {
    height: 90px;
}

.brand-slider ul .owl-nav>* {
    top: 62px !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 {
    opacity: 0.55;

    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: #484948;
    display: block;
    margin: 28px 0 30px;
    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-weight: normal;
    font-weight: 800;
    font-size: 27px;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
}

.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: 3px;
    background-color: #2C4B99;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.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: 0px
}


.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: 27px;
}
.related > h2, .title > h2, .lastseen h2, .bannertriple h2 {
    font-size: 22px;
    letter-spacing: 0;
    margin: 10px 0 13px;
    padding: 10px 0 0;
}
}


@media (max-width: 479px) {
.related {
    margin-bottom: 25px;
}

.related .owl-nav > div {
    font-size: 14px;
    height: 26px;
    width: 18px;
    line-height: 27px;
}
.related .owl-nav > div::before {width: 22px}
.related .owl-prev::before {margin-left: -6px}
.related .owl-next::before {margin-right: -6px}
}





/* 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: 70px 0 20px;
}
#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 {
    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: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    margin-bottom: 4px;
}
#categs-slider .home-categories-description {
	color: #2C4B99;
	text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
}


@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: 15px}
#categs-slider .home-categories-description {font-size: 15px}
}

@media (max-width: 767px) {
#categs-slider .home-categories-img {
    width: 110px !important;
    height: 110px !important;
}
.related #categs-slider .owl-nav > div {top: 23%}
#categs-slider {
    margin: 18px 0 16px;
}
}



/** 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 {
    color: #484948;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    height: 53px;
    width: 100%;
    padding-bottom: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.bannertriple .bname span {
    color: #2C4B99;
    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 {
        flex-direction: row;
    }
    .bannertriple .bname span {
        margin: 0 7px 0;
    }
    .bannertriple .bimg {
        height: 180px;
        width: 100%;
        overflow: hidden;
        object-fit: cover;
    }
    .bannertriple .bname {
        height: 43px;
        padding-bottom: 0;
    }
}



/****/
.b-full .banner-item {
    margin-bottom: 50px;
}

@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 .PRODUCT_BOX .box_image {
    height: 320px;
}
.Home .related .owl-nav > div {
    top: calc(160px - 19px);
}

@media (max-width: 1439px) {
    .Home .related .PRODUCT_BOX .box_image {
        height: 276px;
    }
    .Home .related .owl-nav > div {
        top: calc(113px - 19px);
    }
}


@media (max-width: 767px) {
    .Home .related .PRODUCT_BOX .box_image {
        height: 310px;
    }
    .Home .related .owl-nav > div {
        top: calc(160px - 19px);
    }
}

@media (max-width: 479px){
    .Home .PRODUCT_BOX .box_data h3 {
        height: auto;
    }
    .Home .PRODUCT_BOX .price_wrapper {
        padding: 0px 0 10px;
    }
}
/* 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 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 .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: #2C4B99 none repeat scroll 0 0;
    float: none !important;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px;
}

.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;
}
}

.product_list.gridview ul {
    display: flex;
    flex-wrap: wrap;
}


@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: #004573;
    text-decoration: underline;
}

.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: 600;
    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: #2C4B99;
    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: #2C4B99;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .filter_area a:hover::before {
        background-color: #2C4B99;
        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: #010101;
    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;
    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: 45px;
}
@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: "\4c"
}

.view_list:before {
    content: "\4e"
}

.view_wrapper a.active {
    color: #2C4B99;
}

.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: 32px 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: #2C4B99;
    color: #fff;
    pointer-events: none;
    background-color: #2C4B99;
    pointer-events: none;
    border-radius: 100%;
}

.pagination .p-first,
.pagination .p-last,
.pagination .p-prev,
.pagination .p-next {
    font-family: "Ionicons";
    font-size: 15px;
    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: #2C4B99;
    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: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 15px;
    max-width: 200px;
}



@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
    }
}


/**** FILTRO TALLE ***********/
.filter-1 .filter_area li {
    float: left;
}
.filter-1 .filter_area a {
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
    border-radius: 4px;
    width: auto;
    height: auto;
    text-align: center;
    padding: 7px 5px !important;
    margin: 0 7px 7px 0;
    float: left;
    clear: none;
    min-width: 37px;
    max-width: 90px;
    text-decoration: none !important;
    font-size: 13px;
    letter-spacing: -0.5px;
}
.filter-1 .filter_area a::before {display: none !important}
.filter-1 .filter_area .mas {
    clear: both;
}

.filter-1 .filter_area a.checked::after, .filter-2 .filter_area a.checked::after {
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #2C4B99;
    left: -4px;
    top: -7px;
    color: #2C4B99;
    font-size: 12px;
    margin: 0;
    line-height: 17px;
}
.filter-1 .filter_area a:hover,
.filter-1 .filter_area a.checked::after {
    border: 1px solid #2C4B99;
    box-shadow: inset 0px 0px 0px 1px #2C4B99;
}
.filter-1 .filter_area a.checked, .filter-2 .filter_area a.checked {
    border-color: #2C4B99 !important;
}


/**** FILTRO COLOR ***********/
.filter-2 .filter_area li {
    float: left;
}
.filter-2 .filter_area a {
    height: 35px;
    width: 35px;
    padding: 1px !important;
    border: 1px solid #DCDCDC;
    float: left;
    clear: none;
    margin: 0 8px 7px 0;
    text-decoration: none !important;
    border-radius: 4px;
}
.filter-2 .filter_area a::before, .filter-2 .filter_area a span {display: none !important}
.filter-2 .filter_area a img {
    width: 100%;
    height: 100%;
    display: block !important;
    border-radius: 4px;
}
.filter-2 .filter_area .mas {
    clear: both;
}
.filter-2 .filter_area a:hover {
    border-color: #2C4B99;
}



/* 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 h1 {
    color: #fff;
}
.Result .derecha > .title {
    height: 46px !important;
    padding: 0;
    margin: 0 0 46px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
}
.Result .derecha > .title h1 {
    padding: 3px 0;
    line-height: 1.3em;
    margin: 0;
    font-size: 1em;
    text-align: center;
}
}
/*/////////////////////////////////////////////////////.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 {
    height: 325px;
    position: relative;
    width: 100%;
    margin: 0 0 9px;
    border: 1px solid lightgray;
    overflow: hidden;
}
.PRODUCT_BOX .box_image > a > img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: calc(100% - 6px);
    max-width: calc(100% - 6px);
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    font-size: 10px;
    color: #999;
    transform-style: unset !important;
}



/* box_data */

.PRODUCT_BOX .box_data {
    position: relative;
}
.PRODUCT_BOX .box_data h3 {
    color: #000;
    font-size: 1.1em;
    font-weight: normal;
    height: 36px;
    line-height: 1.2em;
    text-decoration: none;
    position: relative;
    margin-right: 25px;
    letter-spacing: -0.3px;
}

.PRODUCT_BOX .buttons_wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.PRODUCT_BOX .box_image .buttons_wrapper {display:none}


/* OPTIONS: SIZE & COLOR en rollover de BOX **********/


.PRODUCT_BOX .item-options {
    border-bottom: 0 none;
    padding: 5px 0 0;
}
.PRODUCT_BOX .item-options.SIZE {
    border-top: 1px solid #fff;
}
.PRODUCT_BOX .item-options > span {
    margin-bottom: 3px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
}

.PRODUCT_BOX .item-options ul#option-color, 
.PRODUCT_BOX .item-options ul#option-size {
    display: flex;
    flex-wrap: wrap;
}
.PRODUCT_BOX #option-size li,
.PRODUCT_BOX #option-color li {
    margin-bottom: 7px;
}

.PRODUCT_BOX #option-size li {
    border: 1px solid gray;
    border-radius: 3px;
    min-width: 30px;
    height: 29px;
    margin-right: 8px;
}

.PRODUCT_BOX .COLOR li img {
    width: 30px;
    height: 29px;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px solid white;
}

.PRODUCT_BOX .SIZE li span {
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}



/* generales BOX y DETAIL */

.price_wrapper > span {
    color: #4c4c4c;
    float: left;
    font-size: 0.9em;
    width: 100%;
    margin: 0 0 2px;
}
.price_wrapper .price_wo_taxes{
    font-size: 12px;
    font-weight: 600;
    color: #616161;
    width: 100%;
    text-align: center;
}
.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.2em;
    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.5em;
}

.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;
    position: relative;
}
.price-unit {
    color: #2C4B99;
    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;
}
.PRODUCT_BOX .price {
    order: 2;
    min-width: unset;
}

.PRODUCT_BOX .price .pesos {
    font-size: 0.6em;
}

.PRODUCT_BOX .price_wrapper>span {
    order: 1;
    color: #004573;
    font-size: 0.93em;
    font-weight: normal;
    letter-spacing: -0.02em;
    margin-bottom: -15px;
}



/* SPINNER - CANTIDAD (Flechitas + y -) */ 
.PRODUCT_BOX .QUANTITY {
    float: left;
    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 {
    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: 33px;
    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 #2C4B99;
    background-color: #2C4B99;
    color: #fff;
    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;
}
#related-product-slider .PRODUCT_BOX .price_wrapper {
    padding: 0;
}
.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 {
    top: 0;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Ionicons";
    font-size: 20px;
    font-weight: lighter;
    z-index: 1;
    display: block;
}
.BUTTONFAV::after {
    content: "Z";
    font-family: "e3font";
    font-size: 18px;
    color: rgba(0, 0, 0, 0.35);
}
.BUTTONFAV span {
    display: none
}
.BUTTONFAV::before {
    content: "\f141";
    position: absolute;
    right: 0;
    z-index: 2;
    font-size: 22px;
    top: 0;
    color: transparent;
}
.BUTTONFAV:hover {color: #2C4B99 !important}
.BUTTONFAV:hover::after,.BUTTONFAV:hover::before  {color: #2C4B99}


.BUY .BUTTONFAV:after {
	position: inherit;
	font-size: inherit;
	left: inherit;
}
.BUY .QUANTITY {
	margin-right: 10px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: auto;
}

.BUY .share {
    width: auto;
    margin-top: 7px;
}

.BUY .buttons_wrapper {
    display: flex;
    flex-shrink: 0;
}

.BUTTONBUY {
    height: auto;
    width: auto;
    border: 1px solid #2C4B99;
    background-color: #2C4B99;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 16px 4px;
    float: left;
    min-width: 90px;
    margin-top: 0;
    text-align: center;
    height: 33px;
    filter: drop-shadow(0px 3px 6px rgba(44, 75, 153, 0.4));
    border-radius: 8px;
}

.BUTTONBUY:active, .BUTTONBUY:link, .BUTTONBUY:visited {
	background: #2C4B99;
	border: solid 1px #2C4B99;
	color: #fff;
}

.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;
}



.COMPRA {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
}



/* PRODUCT_BOX:HOVER ****************************/

@media (min-width: 768px) {

    .PRODUCT_BOX:hover .box_data h3 {
        text-decoration: underline
    }

    .PRODUCT_BOX:hover .BUTTONFAV {
        display: block
    }

}





/* PASTILLAS **********************************/

.badges {
    z-index: 2;
}

.badges ul {
    text-align: center;
    float: left;
    padding: 0;
    margin: 3px 0 0 3px;
}

.badges ul li {
    display: inline-block;
}
.badges ul li > div {
    background: transparent;    
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 120px;
    height: 70px;
}
.badges ul li > div span {
    left: -46px;
    top: 12px;
    transform: rotate(-30deg);
    position: absolute;
    display: block;
    width: 176px;
    padding: 10px 0;
    background-color: #003e6b;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
}
.badges ul li > div.badge-oferta span {
    background-color: #CA0051;
    color: #fff ;
}
.badges ul li > div.badge-nuevo span {
    background-color: #00B3DA;
    color: #fff;
}


/* descuento "-20%" */
.badge-dto {
    background: #2C4B99;
    color: #fff;
    right: 5px;
    font-size: 1.65em;
    height: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 60px;
    border-radius: 100%;
    pointer-events: none;
    font-weight: 700;
    z-index: 1;
    top: 5px;
    line-height: 45px;
}
.badge-dto .number::after {
    content: "OFF";
    font-size: 13px;
    margin-left: 5px;
    font-weight: normal;
    padding-left: 3px;
    position: absolute;
    left: 9px;
    top: 18px;
    letter-spacing: 1px;
}
.badge-dto span.per {
    font-weight: normal;
    font-size: 0.8em;
    margin-left: 1px;
}

span.bdto {
    position: absolute;
    right: 0;
}


/* envio gratis */
.badge-enviogratis {
    background-color: #d9fbe2;
    border-radius: 0;
    bottom: -5px;
    color: #01932a;
    font-size: 0.9em;
    font-weight: bold;
    left: 0;
    padding: 4px 7px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
    letter-spacing: 0.02em;
}

.badge-enviogratis::before {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: -4px;
    width: 0;
    border-color: #d9fbe2 transparent transparent;
    border-width: 11px 4px 0 0;
    top: 0;
}

.badge-enviogratis::after {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: -4px;
    width: 0;
    border-color: transparent transparent transparent #d9fbe2;
    border-width: 11px 0 0 4px;
    bottom: 0;
}




/* descuento "-20%" */


.badge-cuotas {
    background: #004573 !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:1199px){
    .COMPRA {
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .BUY .share {
        margin-top: 20px;
    }
    
}

@media(max-width: 991px){
    .badges ul li > div span {
        left: -55px;
        top: 10px;
        padding: 7px 0;
        font-size: 12px;
        line-height: 12px;
    }

    .GALLERY .badges ul li > div span {
        left: -46px;
        top: 12px;
        padding: 10px 0;
        font-size: 14px;
        line-height: 12px;
    }
    
    .badge-dto .number::after {
        font-size: 11px;
        margin-left: 3px;
        left: 9px;
        top: 15px;
    }

    .GALLERY .badge-dto .number::after {
        font-size: 13px;
        margin-left: 5px;
        left: 9px;
        top: 18px;
    }

    .PRODUCT_BOX .badges ul {
        margin: 0;
    }

    .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_BOX .BUTTONBUY {
        font-size: 15px;
    }

    .PRODUCTAREA {
        padding-top: 15px !important;
    }

    .PRODUCTAREA .buttons_wrapper .compare {
        display: none
    }

    .PRODUCTAREA .buttons_wrapper {
        font-size: 1.3em !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;
    }
}

@media(max-width:767px){
    .BUY .share {
        margin-top: 7px;
    }     
}

@media(max-width:600px){
    .BUY .share {
        margin-right: auto;
        margin-top: 20px;
    }
        
}


@media(max-width:530px){
    .PRODUCT_BOX .badge-dto {
        line-height: 48px;
    }
    .PRODUCT_BOX .box_data h3 {
        height: 44px;
    }   
}

@media (max-width: 479px) {
.PRODUCT-TABS {
    margin-top: 20px !important;
}

.PRODUCTAREA .buttons_wrapper {
    padding: 5px 0 15px!important;
}
.PRODUCT_BOX {
    font-size: 0.9em
}

.PRODUCT_BOX .badge-dto {
    height: 43px;
    width: 43px;
    font-size: 1.35em;
    line-height: unset;
    padding-left: 2px;
    padding-top: 11px;
}

.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:340px){
    #related-product-slider .PRODUCT_BOX .box_data h3 {
        height: auto;
    }    
}



/* 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: #004573 !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;
    clear: left;
    float: left;
}



/* PRODUCT_LIST - VISTA GRILLA DEFAULT **************************/

.gridview .PRODUCT_BOX {
    margin-bottom: 50px
}

.gridview .PRODUCT_BOX .box_image {
    margin-bottom: 1em;
}
.gridview .badge-dto {
    height: 60px;
    width: 60px;
    font-size: 25px;
}

@media (max-width: 991px) {
    .gridview .badge-dto {
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
.gridview .PRODUCT_BOX {
    margin-bottom: 35px
}
}

@media (max-width: 479px) {
.gridview .PRODUCT_BOX {
    width: 106%;
    margin-bottom: 30px;
}
.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;
}
.PRODUCT_BOX .badge-dto .number::after {
    display:none
}

}











body.Product {
	background: #fff;
}
.PRODUCT-TABS .tab-content {
    padding: 2em;
    border: solid 1px #cbcbcb;
    box-shadow: 4px 4px 4px rgba(0,0,0,.1);
    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 .codeid{font-size: 13px; margin: 0 0 4px;}
.listview .PRODUCT_BOX .box_image {
    width: 100px;
    height: 100px;
    margin: 0;
    border: unset;
}
.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: 17px;
    height: auto;
    width: 100%;
    color: #000;
    font-weight: 400;
    float: left;
    padding: 0;
    margin-top: 0;
}
.listview .short_desc {display: none}

.listview .PRODUCT_BOX .box_data .badges ul {
	margin: 0 0 0;
	display: flex;
}
.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 6px;
    font-size: 0.8em;
}

.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: 5px;
    font-size: 14px;
}
.listview .QUANTITY .spinner {display: block}

.listview .buttons_wrapper {
    display: none !important;
}
.listview .PRODUCT_BOX .BUTTONFAV {
    right: 0px;
    top: unset;
    bottom: 8px;
    display: block;
    background: transparent;
    position: absolute;
}


@media (max-width: 1199px) {
.listview .PRODUCT_BOX .box_data {
    flex-direction: column;
    align-items: flex-start;
}
.listview .PRODUCT_BOX .semaforo {
    position: absolute;
}
.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 .name_wrapper {
    padding-right: 150px;
}
.listview .PRODUCT_BOX .QUANTITY {
    display: flex;
    flex-direction: column;
    top: 16px;
}
.listview .QUANTITY .spinner .sp-buttons {
    margin: 0;
}
.listview .BUTTONBUY {
    margin-top: 7px;
}

.listview .box_image .buttons_wrapper {
    display: block !important;
}

.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: 7px;
  width: 7px;
}

.badge-dto::before {
    content: "-";
    font-size: 11px;
    position: relative;
    top: -2px;
}

.GALLERY .badge-dto::before {
    content: "";
    font-size: 10px;
    position: relative;
    top: -4px;
    font-weight: bold;
    width: 6px;
    height: 2px;
    display: inline-block;
    background: white;
}

.PRODUCT_BOX .price_wrapper .price span {
    font-weight: 600;
	font-size: 1.2em;
}

.badge-dto .number::after {
    display: none;
}

.GALLERY .badge-dto {
    line-height: 57px;
}

.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: 7px 10px 22px;
    height: auto;
    position: relative;
    display: block;
}

.product_list .PRODUCT_BOX .box_image {
    width: 140px;
    height: 160px;
    float: left;
    margin: 0;
    overflow: unset;
    border: none;
}

.product_list .PRODUCT_BOX .box_data {
    width: calc(100% - 154px) !important;
    float: right !important;
    height: auto;
    position: initial;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.product_list .PRODUCT_BOX .codeid {
    margin-bottom: 0
}
.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 {
    width: auto;
    height: auto;
    margin: 0px;
    color: #000;
    font-size: 14px;
    padding: 0 0 16px 14px;
}
.product_list .PRODUCT_BOX .price_wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 20px;
    clear: both;
    flex-wrap: wrap;
}
.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 .PRODUCT_BOX .box_image .buttons_wrapper {display:block}

.product_list .PRODUCT_BOX .box_data .buttons_wrapper {display:none}

.product_list .PRODUCT_BOX .buttons_wrapper {
    top: unset;
    right: 7px;
    bottom: 10px;
    background: white;
    padding: 4px;
    border-radius: 100%;
}
.product_list .BUTTONFAV::before {
    right: unset;
    bottom: unset;
}

.product_list .badges {
    clear: both;
    margin: 0;
    position: absolute;
    float: left;
    top:0;
}

.product_list .badge-dto {
    width: 43px;
    height: 43px;
    font-size: 1.25em;
    line-height: 41px;
    padding: 0;
    right: 0;
    top: 3px;
}
.product_list .badge-dto .number::after {
    font-size: 10px;
    top: 13px;
    left: 5px;
}
.product_list .PRODUCT_BOX .BUTTONFAV {
    position: relative;
    top: 2px;
}
.listview .PRODUCT_BOX .BUTTONFAV {
    right: 0;
    left: unset;
    bottom: -5px;
}

.listview .box_image .buttons_wrapper {display: block !important}

.listview .PRODUCT_BOX .price_wrapper.nonavailable {position: relative}

.listview .BUTTONBUY {
    display: none;
}

.listview .PRODUCT_BOX .box_data h3 {width: 100%;}

.listview .PRODUCT_BOX > .BUTTONFAV {
    display: none;
}

}



/*////////////////////////////////////////////////////////////////////*/
/*   PRODUCTO              ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

.Product .breadcrumb {
    margin: 0 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-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: 10px;
    float: left;
    width: 100%;
}
}

.Product section {
    padding-top: 0 !important;
}
.PRODMENU {
    background: #f4f4f4;
    padding: 0 15px;
    z-index: 3;
    width: 100% !important;
    height: 50px;
    float: left;
    border-top: 1px solid #ddd;
    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: 103px;
    color: #fff !important;
    text-transform: uppercase;
    font-style: normal;
    font-size: 14.4px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
}
.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;
}

.allthumbs {
    display: flex;
    justify-content: center;
}
.g_image {
    width: 96%;
}
#g_image {
    text-align: center;
    padding: 0 10px 12px;
}

#g_image img {
    height: auto !important;
    max-height: 580px;
    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: #0a5587;
}


/* 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: #004573 !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: #004573
}

#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
    }
    #g_image img {
        pointer-events: none;
        max-height: 400px;
    }

    #sticker {
        position: relative !important;
    }
    .GALLERY .allthumbs {
	    padding-left: 15px;
	}
}

@media (max-width: 479px) {

    #g_image img {
        pointer-events: none;
        max-height: 250px;
    }

    #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;
    opacity: 0.3;
    top: 44%;
    padding: 0;
}

#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;
}


@media(max-width:479px){
    #prod-slider img.lazyOwl {
        max-height: 240px;
    }
}



/* PRODUCTAREA *********************************/

.Product h1 {
    float: left;
    line-height: 1.2em;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 27px;
    color: #000000;
}

.codeid {
    float: left;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    width: auto;
    margin: 0 0 15px;
    color: #2C4B99;
    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: #2C4B99 !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 .box_data.box1 {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 12px;
    margin-bottom: 5px;
}
.BUY .stock {
    color: #A1D660;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 11px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.BUY .price_wrapper {
    float: left;
    font-size: 1.25em;
    height: auto !important;
    width: 100%;
    display: flex;
    align-items: baseline;
    line-height: 20px;
}

.BUY .price_wrapper.nonavailable{
    opacity:0.7
}

.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: 48px;
    padding: 0;
    font-size: 1.3em;
    position: relative;
}

.BUY .BUTTONBUY.nostock {
    background: #777 none repeat scroll 0 0;
    border-color: #777;
    font-size: 1.05em;
}

.BUY .BUTTONBUY.nostock .price {
    color: #333;
    font-size: 1em;
    margin: 0 0 15px;
    opacity: 1;
}

.BUY .BUTTONBUY.nostock:hover {
    background-color: #444 !important
}

.BUY .price_wrapper>span {
    font-size: 0.85em;
    margin-bottom: 10px;
    color: #004573;
    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: 62px;
    position: relative;
    margin-bottom: 12px;
    max-width: 47%;
}
.BUY .envios .bloque:first:child {margin-right: 20px}

.BUY .envios .bloque::before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 48px;
    height: 40px;
    position: absolute;
    left: 0;
}
.BUY .envios .bloque1::before {
    background-image: url("/Content/Images/casa.svg");
}
.BUY .envios .bloque2::before {
    background-image: url("/Content/Images/camion-2.svg");
}
.BUY .envios .bloque3::before {
    background-image: url("/Content/Images/tarjetas.svg");
    background-size: 41px;
}
.BUY .envios .bloque > * {
    float: left;
    clear: left;
    margin-bottom: 3px;
}
.BUY .envios .bloque:first-child {
    margin-right: 6%;
}
.btn-calc {
    color: #2C4B99;
    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;
}
.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: #fdac39;
    border-radius: 0;
    bottom: unset;
    color: #000;
    float: left;
    left: unset;
    line-height: 1.2em;
    padding: 4px 6px 3px 8px;
    position: relative;
    margin: 0 15px 15px 0;
    font-weight: 500;
}

.BUY .badge-enviogratis::before,
.BUY .badge-enviogratis::after {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    width: 0;
}

.BUY .badge-enviogratis::before {
    border-color: #fdac39 transparent transparent;
    border-width: 11px 8px 0 0;
    top: 0;
}

.BUY .badge-enviogratis::after {
    border-color: transparent transparent transparent #fdac39;
    border-width: 11px 0 0 8px;
    bottom: 0;
}

.BUY .badge-enviogratis span::before {
    display: none;
}

.BUY .ship {
    color: #004573;
    float: left;
    font-size: 0.92em;
    line-height: 1.1em;
    margin: 5px 0 12px;
}



@media(max-width:1199px) {
.BUY .envios .bloque::before {
    width: 39px;
    height: 39px;
}
.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:not(.nostock) {
    float: left;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.BUY .price_wrapper {
    padding-bottom: 10px;
    margin-bottom: 11px;
}
.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_wrapper>span {
    margin-bottom: 0px;
}
.cobertura {
    padding: 0 5px 0 0;
}
.BUY .price_wrapper {
    margin-bottom: 0;
}

}



.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: #004573;
}



@media (min-width: 1440px) {
    .b-data {
        width: 33.3333%
    }
}



@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;
    border-radius: 8px;
}




/* PRODUCT RELATED **************************/

#related-product-slider .owl-nav > div {top: 154px}


@media (max-width:1199px) {.PRODUCTAREA .BUTTONBUY.nonavailable {width: 100% !important;}}
@media (max-width:991px) {

}
@media (max-width: 767px) {
    #related-product-slider .PRODUCT_BOX .box_image {height: 300px}
}
@media (max-width: 530px) {
#related-product-slider .PRODUCT_BOX .box_image {height: 246px}
#related-product-slider .owl-nav > div {top: 76px}
#related-product-slider .price_wrapper {line-height: 1.5em;}
}

@media (max-width: 479px) {
#related-product-slider .PRODUCT_BOX .box_image {height: 160px}
#related-product-slider .owl-nav > div {top: 77px}
}









/* PRODUCT RESPONSIVE *********************************/


@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
.Product .breadcrumb {
    margin: 10px 0 0 10px
}

.BUY .QUANTITY {
    flex-shrink: 1;
}
.BUY .QUANTITY .spinner {
    flex-shrink: 0;
}
.BUY .BUTTONBUY {
    flex-shrink: 1;
}

.GALLERY {
    margin: 0 0 0px;
}

.PRODUCTAREA {
    margin-bottom: 0;
}
.codeid {
    margin: 9px 0 6px;
    width: auto;
}
.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;
}

.input-
.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) {
.PRODUCTAREA .BUTTONBUY.nonavailable {
    width: 100% !important;
}
.Product .contenido {
    flex-direction: column;
    border: none;
}

.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;
    padding: 0;
    position: relative !important;
    top: unset !important;
    border-right: none;
}

.GALLERY .badges ul li>div {
    font-size: 0.88em;
}

.PRODUCTAREA {
    border-top: 1px solid lightgray;
    padding-top: 0 !important
}
.BUY .QUANTITY {
    width: auto;
    margin-right: 15px;
}

.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) {
    .BUY .QUANTITY {
        margin-right: 0;
        width: 100%;
        flex-direction: column;
    }
    .BUY .QUANTITY .spinner {
        margin-right: auto;
        margin-bottom: 20px;
    }
    .BUY .QUANTITY .spinner::before {
        content: "Cantidad:";
        float: left;
        padding: 9px 10px 0 0;
    }

.Product .related {
    margin-bottom: 20px;
}

.GALLERY .badges ul li>div {
    font-size: 0.8em;
}
.contenedor-filtros {
    margin-bottom: 12px;
}
.BUY .QUANTITY {
    margin-right: 0;
    width: 100%;
}
.PRODUCTAREA .buttons_wrapper {
    display: flex;
    justify-content: center;
}
.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}
.BUY .BUTTONBUY {
    width: 100% !important;
    max-width: 100%!important;
    top: 0;
}
.share {
    width: 100% !important;
}
.COMPRA {
    padding-bottom: 0;
}
}








/* PRODUCT-TABS ***********************************************/
.PRODUCT-TABS {
    float: left;
    width: 100%;
    margin-bottom: 38px;
    margin-top: 94px;
}

.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;
    text-transform: uppercase;
    font-family: 'Raleway';
}

.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: 800;
}
.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: #2C4B99;
    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;
    letter-spacing: 0;
    padding: 13px;
    margin-left: 20px;
    position: relative;
    position: relative;
    font-weight: normal;
    font-size: 23px;
    line-height: 20px;
}


/* 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: #010101;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 20px;
    padding: 14px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-top: 7px;
    background: #F4F4F4;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.opentoggle:before {
    content: "\f462"
}

.opentoggle.collapsed:before {
    content: "\f489"
}

.opentoggle::before {
    float: right;
    font-family: "Ionicons";
    font-size: 1.3em;
}

.tog {
    padding: 15px 0;
}

.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.7em;
    font-style: normal;
    font-weight: normal;
}

.Product .related h2 strong{
    font-weight: 800;
}

.Product .related .PRODUCT_BOX {
    margin-bottom: 0;
}






@media (max-width: 1199px) {
.GALLERY .allthumbs {
  width: 100%;
  justify-content: flex-start;
  margin-top: 7px;
}
.GALLERY {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
}

@media (max-width: 991px) {
.Product .related h2 {
    font-size: 20px;
}
.PRODUCT-TABS {
    margin: 10px 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;
}
.PRODUCT-TABS {
    margin: 10px 0 10px !important;
}
}

@media (max-width: 479px) {

.Product .related h2 span, .related h2 strong {
    display: inline;
}

.Product .related {
    padding-top: 10px;
}

.Product .related h2 {
    font-size: 1.3em !important;
}

}







/***************************************************************************/
/**************************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 {
    margin-right: 2%;
    /*width: 41%;*/
    width: 100%;
}

p.subtit {
    font-size: 1.1em;
    font-weight: bold;
}

p.subtit:before {
    content: "\f363"
}

p.subtit:before {
    float: left;
    font-family: "Ionicons";
    font-weight: normal;
    margin: 1px 7px 0 0;
    opacity: 0.6;
}

.mdl_calculate .paymethod .item {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 2px 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-image: linear-gradient(to bottom, #f9f9f9 40%, #dedede 100%);
    border-color: #004573 !important;
    color: inherit;

}

.mdl_calculate .paymethod .active .item:before {
    border-color: #004573 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -25px;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
}

.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 #todopago span::after {
    background: rgba(0, 0, 0, 0) url("/Content/PayMethods/todopago.png") no-repeat scroll center center;
    max-width: 95px !important;
}

.mdl_calculate #select-payment .result {
    color: #000;
    font-weight: 300;
    line-height: 1.5em;
}

.mdl_calculate #select-payment .result li span {
    color: #0076c1
}




.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
}



/* 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: 6px 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: #0076c1
}



/* select */
.mdl_calculate .customselect,
.mdl_calculate input {
    margin-bottom: 10px;
}

.mdl_calculate select,
.mdl_calculate input {
    border: 1px solid #ccc !important;
    padding: 2px 5px;
}


.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: #22D068;
}
span.semaforo.rojo {
    background-color: #F52C2C;
}
span.semaforo {
    background: #FFBA09 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: #2C4B99;
    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 talles *************************************/

.talles img {
    width: 100%;
}



/* TALLE Y COLOR ***********************************/
.SIZECOLOR {
    display: flex;
}
.SIZECOLOR .item-options {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.SIZECOLOR .item-options h5 {
    width: 82px;
    float: left;
    letter-spacing: 0.03em;
    margin: 10px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;   
    text-transform: uppercase;
    color: #000000;   
}
.SIZECOLOR .item-options .customselect {
    float: left;
    width: auto;
    max-width: unset;
}
.SIZECOLOR .item-options .customselect:after {
    display: none;
}

.SIZECOLOR .item-options button {
    display: none!important;
}
.SIZECOLOR .item-options ul {
    width: auto;
    position: relative;
    border: none;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    margin: 0;
    background: transparent;
    z-index: inherit;
    padding: 0;
}
.SIZECOLOR .item-options.SIZE li {
    font-size: 1.05em;
    text-align: center;
    min-width: 40px;
    height: 40px;
    padding: 0 11px;
    margin: 0 10px 5px 0;
    line-height: 40px;
    color: #000;
    width: auto;
    display: block;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
    border-radius: 4px;
}

.SIZECOLOR .item-options.COLOR ._js_opcion_color{display: none;}

.SIZECOLOR .item-options.COLOR li {
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin: 0 5px 5px 0;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 1px;
    display: block;
}
.SIZECOLOR .item-options.COLOR li .prop-image {
    height: inherit;
    width: inherit;
}
.SIZECOLOR .item-options.COLOR li img {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 2px solid white;
    margin: 0;
    position: relative;
    top: -1px;
    right: 1px;
    font-size: 10px;
    color: #ddd;
}

.SIZECOLOR .item-options li:hover, .SIZECOLOR .item-options li.active {
    border-color: #2C4B99 !important;
    text-decoration: none;
    cursor: pointer !important;
    box-shadow: inset 0px 0px 0px 1px #2c4b99;
}
.SIZECOLOR .item-options.SIZE li.nostock {
	background-color: #fff;
	pointer-events: none;
	color: #ccc;
}
.SIZECOLOR .item-options.SIZE li.nostock::before {
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    background: #8181814d;
    position: absolute;
    left: 0;
    transform: rotate(-46grad);
    top: 50%;
}

.SIZECOLOR .item-options.SIZE li.disabled::before {
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    background: #818181;
    position: absolute;
    left: 0;
    transform: rotate(
-46grad
);
    top: 50%;
}

.item-options select, .item-options .dropdown-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #777;
    font-size: 0.95em;
    font-weight: 400;
    height: 36px;
    letter-spacing: 0.5px;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    padding-right: 20px;
}
.item-options .btn-group {
    width: 100%;
}
.item-options .caret {display: none}
.item-options .dropdown-toggle:after {content: "\f3d0"}
.item-options .dropdown-toggle:after {
    color: #000;
    font-family: "Ionicons";
    font-size: 12px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 7px;
    display: none;
}
.item-options .open > .dropdown-menu {
    border-color: #777;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: none;
    margin: 0;
    min-width: unset;
    width: 100%;
}
.item-options .btn-group .dropdown-menu a {
    color: #000;
    display: block;
    font-size: 1.1em;
    font-weight: lighter;
    margin: 0 20px;
    padding: 4px;
    position: relative;
    white-space: normal;
    width: auto;
}


@media(max-width:479px){
    .SIZECOLOR {
        border-top: 0;
        padding: 0;
        flex-direction: column;
    }
    .SIZECOLOR .item-options.SIZE{
        margin-bottom: 14px;
    }
    .SIZECOLOR .item-options {
        margin-bottom: 5px;
        margin-top: 0;
    }
}

/* Enlace Modal de Talles*/

.contenedor-talles {
    display: flex;
    margin: 0 0 20px;
}

.contenedor-talles > div {
    width: 50%;
}

.contenedor-talles a {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}

.contenedor-talles.sinopciones {
    margin-top:20px;
} 


.contenedor-talles.sinopciones > div {
    display:none;
} 

@media(max-width:767px){
    .contenedor-talles {
        margin: 0px 0 20px;
        border-bottom: 1px solid #E1E1E1;
        padding-bottom: 15px;
    }
}


@media(max-width:479px){
    .contenedor-talles > div {
        width: auto;
    }
}

/*loader circular*/

.lds-dual-ring {
    display: inline-block;
    width: 70px;
    height: 70px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 45px;
    height: 45px;
    margin: 8px;
    border-radius: 50%;
    border: 5px solid #999;
    border-color: #999 transparent #999 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


/*loader chico*/

.loader2,
.loader2:before,
.loader2:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader2 {
  color: #999;
  font-size: 3px;
  margin: 0;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  float: left;
  margin-left: 14px;
  margin-bottom: 14px;
}
.loader2:before,
.loader2:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader2:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader2:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

#loading-image {
    height: 60px;
    background: url(/Content/templates/base/images/writing.gif) no-repeat center center;
    width: 100%;
    background-size: contain;
}

.border-red{border: 1px solid red !important}

.tyc-button{display:none}


/* HOVER_IMAGE */

@media (min-width: 1200px) {
    .hover_image {bottom: -63%}
    .product_list .hover_image {bottom: -71%}
}

@media (min-width: 768px) {
    .hover_image {
        background: transparent none repeat scroll 0 0;
        border: 0 none;
        bottom: -14px;
    }
}

@media(min-width:531px){

.hover_image {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.88);
    padding: 2px 15px 9px;
    position: absolute;
    width: 100%;
    opacity: 0;
    bottom: -50%;
}
.PRODUCT_BOX:hover .box_image {border-color: #2C4B99}
.PRODUCT_BOX:hover .box_data h3 {color: #2C4B99}

.PRODUCT_BOX:hover .box_image .hover_image {
	-webkit-animation: slide 0.5s ease 0s;
	-moz-animation: slide 0.5s ease 0s;
	-o-animation: slide 0.5s ease 0s;
	animation: slide 0.5s ease 0s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
    cursor: default;
}
@-webkit-keyframes slide {
	0% {bottom:-46%} 100% {bottom:0}
    0% {opacity:0} 100% {opacity:1}
}
@-moz-keyframes slide {
	0% {bottom:-46%} 100% {bottom:0}
    0% {opacity:0} 100% {opacity:1}
} 
@-o-keyframes slide {
	0% {bottom:-46%} 100% {bottom:0}
    0% {opacity:0} 100% {opacity:1}
}
@keyframes slide {
	0% {bottom:-46%} 100% {bottom:0}
    0% {opacity:0} 100% {opacity:1}
}


}

@media(max-width:530px){
    .product_list .tyc-button{display:block}
    .related .hover_image,
    .box_image .hover_image{
        display: none;
    }
    .product_list .hover_image.mobile {
        clear: left;
        float: left;
        width: 100%;
        border-bottom: 1px solid lightgray;
        padding-bottom: 15px;
    }
    .product_list .tyc-button {
        margin-right: auto;
        flex-basis: 100%;
        order: 3;
        height: auto;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        text-decoration-line: underline;
        color: #2C4B99;
        cursor: pointer;
        margin-top: 30px;
    }
    .product_list .tyc-button::after {
        content: "\f123";
        font-family: "Ionicons";
        position: relative;
        display: inline-block;
        font-size: 10px;
        margin-left: 4px;
    }
    .product_list .tyc-button.opened::after {
        content: "\f126";
    }

}

.product_list .show-options{
    max-height: 500px;
    transition: max-height 0.5s ease-in, visibility 0.4s ease;
    overflow: hidden;
    visibility: visible;
}
.product_list .hide-options{
    max-height: 0;
    transition: max-height 0.5s ease-out, visibility 0.4s ease;
    overflow: hidden;
    visibility: hidden;
}

/*////////////////////////////////////////////////////////////////////*/
/*   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%;
    min-height: 380px;
}
.user_wrapper > h3 {
    color: #2C4B99;
    float: left;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0 20px;
    position: relative;
    width: 100%;
    padding-bottom: 11px;
    font-family: 'Raleway';
    font-weight: 700;
    text-transform: uppercase;
}
.user_wrapper>h3::before {
    float: left;
    font-family: "E3interface";
    font-size: 21px;
    line-height: 32px;
    margin: -2px 13px 0 0;
}

.user_wrapper > h3::after {
    background: #2C4B99;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 36px;
    position: absolute;
    width: 30px;
}

.user_wrapper form {
    float: left;
    width: 100%;
}


@media (max-width: 767px) {
    .user_wrapper>h3 {
        font-size: 1.3em;
    }
}




/* 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: #2C4B99 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: #2C4B99 none repeat scroll 0 0;
        border: 2px solid #2C4B99;
        border-radius: 0;
        color: #fff;
        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: #2C4B99;
        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;
    }
    .category_tree ul a:before, .menu_tree ul a:before {
        color: #fff;
    }
}



/**************************************************************************/
/* 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: 130px;
}

.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;
    position: relative;
}
.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;
    border-radius: 8px;
}

.Favs #product_list .BUTTONBUY {
    color: #fff !important;
    background: #2C4B99 !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 #2C4B99;
    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%
    }

}


/* UPDATE ******************************/

.usuario .form-control[disabled] {
    float: none;
    padding: 6px;
}

.User.Datos fieldset .usuario .customselect::after {
    display: none
}




/**************************************************************************/
/* 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 {
    color: #fff !important;
    font-weight: bold;
    font-size: 0.85em;
    letter-spacing: 0.03em;
    padding: 4px 10px;
    width: 100%;
    max-width: 120px;
    min-width: 60px;
    border-radius: 8px;
}

.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: #2C4B99;
    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 .datos {
    background: #f2f2f2 none repeat scroll 0 0;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

.Orders .datos p {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.Orders .datos p:last-child {
    border: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.Orders .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: #2C4B99;
    float: left;
    text-decoration: underline;
}

.orderlist h3 {
    border: 0 none;
    font-size: 1.5em;
    margin: 0;
    padding: 9px 0 3px;
    color: #2C4B99;
}


/* 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%;
    color: #333;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
}
.User h1 span, .Content h1 span {
    position: relative;
}

.User h1 span::after,
.Content h1 span::after {
    background: #2C4B99 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: #2C4B99 !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: 2000px) {
      .Content .images img {
          max-width: 100%;
          width: 48%;
        }
    }


@media (max-width: 991px) {
    .User .b-left .banner-item {
        width: 100% !important;
  }

  .Content .images img {
      max-width: 100%;
      width: 100%;
  }



}



@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;
    }
}

/* 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: #2C4B99;
    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: #2C4B99;
    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: #182148;
    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: #182148;
    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: #182148;
    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;
}
/*////////////////////////////////////////////////////////////////////*/
/*   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;
    padding-right: 60px;
    z-index: 1;
}

#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: #004573;
}

#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;
    }
}



/* 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;
}
