/* Error de minimización. Devolviendo el contenido no minimizado.
(140,12): run-time error CSS1036: Expected expression, found '#'
 */
@media (max-width: 1599px) {}

@media (max-width: 1439px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}


/* PERSONALIZACION DEL SITIO ========================*/

body {
    font-family: 'proximanova', sans-serif;
    font-weight: normal;
}



/* FOOTER */
footer .upper {
    background: #1285b2;
}

/* BOTON DE COMPRA */
.BUTTONBUY {
    background: #ff7200;
}

.BUTTONBUY:hover {
    background: #f75d00 !important;
}

.BUY .BUTTONBUY {
    background: #ff7200;
    color: #FFFFFF;
}

/* .BUY .BUTTONBUY.b2 {
    border: 1.31429px solid #ff7200;
    color: #ff7200;
} */

.form-newsletter button {
    background: #ff7200;
    border: 1px solid #fff;
}

.Clock .counter {
    background: #ff7200;
}

.Cart aside .BUTTONBUY {
    background: #ff7200;
}

#modal-search-predictive .btnViewAll button,
#modal-search-predictive .btnViewAll a {
    background: #ff7200 !important;
}

/* Cucardas */
.badges ul {
    position: relative;
}

.PRODUCT_BOX_RELATED_PDP ul .badge-filter {
    position: relative !important;
    top: -120px;
}

.PRODUCT_BOX_RELATED_PDP .badges ul {
    max-width: calc(100% - 75px);
}

@media (min-width: 768px) {
    .PRODUCT_BOX_RELATED_PDP .badges ul {
        top: 0px;
    }

    .PRODUCT_BOX_RELATED_PDP .badge-up-rigth {
        top: -190px;
        right: -65px !important;
    }

    .PRODUCT_BOX_RELATED_PDP .box_image .badge-bottom-left,
    .PRODUCT_BOX_RELATED_PDP .box_image .badge-bottom-rigth {
        top: -15px;
    }
}

/* BANNER garant�a y devolucion pdp  **************************/

.b-data .item {
    float: left;
    font-size: 0.9em;
    font-weight: 300;
    padding: 7px 24px 7px 50px;
    position: relative;
    width: auto;
}

.b-data .item strong {
    display: block;
}

.b-data .item::before {
    font-family: "dhs";
    font-size: 2.6em;
    left: 8px;
    opacity: 0.3;
    position: absolute;
    top: 17px;
}

.b-data .item1::before {
    content: "b"
}

.b-data .item2::before {
    content: "e"
}

.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: ##1285b2;
}


@media (max-width: 1199px) {
    .b-data {
        float: right;
        clear: right;
    }
}

@media (max-width: 991px) {
    .b-data {
        font-size: 0.9em;
    }

    .b-data .item1::after {
        right: 2px
    }

    .b-data .item {
        line-height: 1.2em;
        padding: 7px 12px 7px 49px;
    }
}

.innerbanner svg {
    display: none;
}

/* Icono Lupa de buscador */
.SEARCH_BOX button svg path {
    fill: black;
}

.SEARCH_BOX .search_submit {
    background: initial;
}

/* Menu */
.MENU_MAIN>ul>li:not(:has(ul)).link>a {
    color: #1285b2 !important;
}

/* descuento "-20%" */
.badge-dto {
    background: #01aef0 none repeat scroll 0 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    float: left;
    font-size: 0.95em;
    height: 26px;
    line-height: 26px;
    margin: -5px 0 0 14px;
    padding: 0 6px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.badge-dto::before {
    border-color: transparent #01aef0 transparent transparent;
    border-style: solid;
    border-width: 13px 8px 13px 0;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    top: 0;
    width: 0;
}

.badge-dto strong {
    font-weight: bold;
    font-family: "proximanova cond", sans-serif;
}

.badge-dto.percent strong::after {
    content: "%";
    font-size: 0.85em;
    margin-left: 1px;
    opacity: 0.9;
}

/* descuento */
.badge-dto.money .txt {
    color: rgba(255, 255, 255, 0.83);
    float: left;
    font-size: 9px;
    height: 4px;
    letter-spacing: 0.01em;
    line-height: 22px !important;
    text-transform: none;
    width: 100%;
    display: none;
}

.badge-dto.money strong {
    font-size: 1.3em;
    line-height: 1px !important;
}

.badge-dto.money strong::before {
    content: "$";
    font-size: 0.8em;
    margin: 4px 2px 0 0;
}

/* descuento "-20%" */
.badge-dto.percent .txt {
    display: none
}

.badge-dto.percent strong {
    font-size: 1.3em
}

.badge-dto.percent strong:before {
    content: "-";
    margin-right: 1px;
}

.badge-dto.percent strong:after {
    content: "%";
    font-size: 0.75em;
    margin-left: 1px;
}

.precio-descuento {
    color: #01aef0;
    font-weight: bold !important;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .precio-descuento {
        font-size: 16px;
    }
}

@media (max-width: 280px) {
    .precio-descuento {
        font-size: 12px;
    }
}

.porcentaje {
    left: 110px;
    top: -20px;
}

@media (max-width: 479px) {
    .badge-dto.percent.porcentaje {
        top: -19px;
        left: 96px;
    }
}

.PRODUCT_BOX .box_data {
    display: flex;
    flex-direction: column;
}

.PRODUCT_BOX .box_data.ajax {}

.priceBlock {
    display: flex;
    flex-direction: column;
}

.priceBlock h5,
.priceBlock span {
    font-weight: bold;
}

.precio {
    color: #4C4C4C;
    font-weight: bold !important;
    font-size: 16px;
    font-weight: 500;
}

.price_wrapper_cos {
    min-height: 175px;
    display: flex;
    flex-direction: column;
}

.price_wrapper_cos span {
    color: #4c4c4c;
    margin: 0 0 2px;
    max-height: 25px;
}

.price_wrapper_cos .priceBlock .financiacion {
    margin: 10px 0;
}

.Product .precio-descuento {
    font-size: 28px;
    font-weight: bold !important;
    margin: 5px 0;
}

.Product .porcentaje {
    left: 145px !important;
    top: -24px !important;
}

.Product .price_wrapper_cos {
    min-height: unset;
}

.Product .precio {
    font-size: 22px;
}

.Product .priceBlock {
    margin: 5px 0;
}
