/*////////////////////////////////////////////////////////////////////*/


/*   BOXES                 ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/


/* PRODUCT_BOX */

.PRODUCT_BOX {
    background: transparent none repeat scroll 0 0;
    float: left;
    padding: 27px 10px 18px;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 1px;
}


    /* box_image */

    .PRODUCT_BOX .box_image {
        float: left;
        height: 350px;
        position: relative;
        width: 100%;
    }

        .PRODUCT_BOX .box_image > a > img {
            bottom: 0;
            height: auto;
            left: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
            font-size: 10px;
            color: #999;
            transform-style: unset !important;
        }


    /* box_data */

    .PRODUCT_BOX .box_data {
        display: table;
        margin: auto;
        /*max-width: 320px;*/
        width: 100%;
    }

.box_options {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 15px;
}

.PRODUCT_BOX .boxoptions {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.PRODUCT_BOX .item-options {
    float: left;
    position: relative;
    width: auto;
}

    .PRODUCT_BOX .item-options.SIZE {
        display: none;
    }


    /* colores */

    .PRODUCT_BOX .item-options > span {
        font-size: 0.92em;
        font-weight: 700;
        display: none;
    }

    .PRODUCT_BOX .item-options.COLOR .dropdown-menu {
        border: medium none;
        box-shadow: none;
        display: table;
        float: none;
        position: relative;
        width: auto;
        margin: auto;
        z-index: inherit;
        background: transparent;
        min-width: initial;
    }

.PRODUCT_BOX li {
    margin-bottom: 3px;
}

.option-color {
    display: table;
    float: none;
    margin: 0 auto;
}

    .option-color li {
        border-radius: 100%;
        display: block;
        float: left;
        height: 12px;
        margin: 0 8px 4px;
        overflow: hidden;
        width: 12px;
        border: 1px solid lightgray;
    }

        .option-color li img {
            float: left;
            height: 100%;
            width: 100%;
        }

.PRODUCT_BOX h3 {
    color: #4F4F4F;
    height: 62px;
    margin: 0;
    text-align: center;
    font-weight: normal;
    letter-spacing: -0.05em;
    font-size: 1.1em;
    line-height: 1.15em;
}


.box_data .price_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 5px;
    flex-wrap: wrap;
}
.price_wrapper .price-final-row {
  display: flex;
  align-items: center;
  
  justify-content: center; /* centra el % con el precio */
}
/* .B2B .price_wrapper {
    display: inherit;
} */

.price {
    order: 3;
    font-size: 1.25em;
    line-height: 1.3em;
    text-align: center;
    width: 100%;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #0f0f0f;
}

.B2B .price {
    text-align: center;
}

.B2B .BUTTONBUY {
    margin: 0;
}


.price span {
    font-size: 23px;
    margin-left: 4px;
    font-weight: 600;
}

.price_wrapper p {
    float: left;
    width: 100%;
    margin: 0 0 3px;
    text-align: center;
}
.price_wo_taxes{
	text-align: left;
    color: #7d7d7d;
    font-size: 12.5px;
    font-weight: normal;
}
.box_data .tachado {
    font-size: 15px;
    line-height: 16px;
    color: #000;
    position: relative;
    font-weight: normal;
    order: 0;
    opacity: 0.45;
}

    .tachado > span {
        position: relative;
    }

    .tachado span::before {
        background: rgba(3, 3, 3, 0.67) none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: -17px;
        position: absolute;
        top: 49%;
        width: calc(100% + 21px);
    }

.price_wrapper.nonavailable {
    color: #9d9d9d;
    text-align: center;
    line-height: 1.3em;
    padding-top: 2px;
}


@media(max-width:479px) {
    .price_wrapper {
        height: auto;
    }
}

/* buttons */

.buttons_wrapper {
}

.BUTTONFAV {
    color: rgba(0, 0, 0, 0.2);
    font-family: "Ionicons";
    font-size: 1.5em;
    font-weight: lighter;
    right: -10px;
    padding: 10px;
    position: absolute;
    top: -27px;
}

    .BUTTONFAV:hover,
    .BUTTONFAV.added {
        color: #000;
    }

    .BUTTONFAV.added {
        display: block !important;
    }

    .BUTTONFAV span {
        display: none
    }

    .BUTTONFAV:before {
        content: "\f387";
    }


.BUTTONBUY {
    background: #0F8FFF;
    border-radius: 50px;
    color: #fff;
    display: table;
    font-size: 15px;
    font-weight: 600;
    margin: auto;
    max-width: 170px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

    .BUTTONBUY:hover {
        background: #0054C8;
        color: #fff;
    }

    .BUTTONBUY:focus {
        background: #0054C8;
        color: #fff !important;
    }

    .BUTTONBUY.nonavailable {
        /* margin-top: 40px!important; */
        opacity: 0.8;
    }

    .BUTTONBUY.nonavailable {
        background: #75787b;
    }

        .BUTTONBUY.nonavailable:hover {
            opacity: 1;
        }

@media (max-width: 767px) {
    .PRODUCT_BOX .BUTTONBUY {
        display: none;
    }
}


/* PRODUCT_BOX:HOVER ****************************/

@media (min-width: 768px) {
    .PRODUCT_BOX:hover {
        outline: 1px solid #e5e5e5;
        box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.18);
    }

        .PRODUCT_BOX:hover h3 {
            color: #002d62;
            text-decoration: underline;
        }

        .PRODUCT_BOX:hover .BUTTONFAV {
            display: block
        }
}


/* PASTILLAS **********************************/

.badges ul {
    padding-top: 2px;
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 0;
    max-width: calc(100% - 30px);
    width: 100%;
}

    .badges ul li {
        float: left;
        margin-right: 3px;
    }

        .badges ul li > div {
            background-color: #01BAD4;
            font-size: 13px;
            color: #fff;
            float: left;
            width: auto;
            display: block;
            padding: 2px 8px 2px;
            line-height: 1.2em;
            border-radius: 2px;
            border: 1px solid transparent;
        }


.badge-lanzamiento {
    color: #fff !important;
    background: #FFA800 !important;
    border-color: #FFA800 !important;
}

.badge-preventa {
    color: #5c2da2 !important;
    background: linear-gradient(129.21deg, #F6F6F6 0%, #D8D8D8 33.33%, #FCFCFC 66.67%, #D8D8D8 100%), #FFFFFF !important;
    text-transform: uppercase;
    font-weight: bold !important;
    border-color: #5c2da2 !important;
}

.badge-financiacion {
    color: #fff !important;
    font-weight: 500;
    background: #1CAF57 !important;
    border-color: #1CAF57 !important;
}

.badge-StockSanMiguel {
    color: #a87358 !important;
    font-weight: 500;
    background: #f0e8d4 !important;
    border-color: #f0e8d4 !important;
}




/* badge envio gratis  ************************/
.badge-enviogratis,
.badge-retiraya {
    color: #1E7C48;
    font-size: 13px;
    background-color: #E5F5EC;
    display: flex;
    padding: 2px 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: auto;
    line-height: 1em;
    border-radius: 5px;
    font-weight: 600;
}

    .badge-enviogratis::before {
        font-family: "diggit";
        content: "f";
        margin: 1px 5px 0 1px;
        font-size: 1.2em;
    }

/* badge retiralo ya  ************************/
.badge-retiraya {
    color: #1E587E;
    background-color: #EAF6FF;
}

    .badge-retiraya::before {
        content: "";
        margin: 1px 5px 0 1px;
        width: 14px;
        background-image: url(/Content/Images/retiraloya.svg);
        height: 13px;
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
    }


.badges-botton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid lightgray;
    height: 54px;
    width: 100%;
}


@media(max-width:767px) {
    .badges-botton {
        flex-direction: column;
        align-items: center;
    }
}

/* Pastilla descuento en price_wrapper ************************/
.badge-dto {
    color: #00A786;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 1;
    text-shadow: none;
    order: 2;
    height: auto;
    margin-left: 10px;
}

    .badge-dto strong::after {
        content: "OFF";
        margin-left: 3px;
        letter-spacing: -0.02em;
    }

    .badge-dto small {
        font-size: 1em;
        padding-left: 1px;
    }



@media (max-width:767px) {
    .Product .BUY .BUTTONFAV {
        color: #000;
        font-family: "Ionicons";
        font-size: 2em;
        font-weight: lighter;
        padding: 10px;
        position: unset;
    }
}

@media (max-width:479px) {
    .price span {
        font-size: 18px;
    }

    .badges-botton {
        flex-direction: column;
        width: auto;
        align-items: center;
        margin-top: 5px;
    }

    .badge-enviogratis,
    .badge-retiraya {
        font-size: 12px;
    }

        .badge-enviogratis::before,
        .badge-retiraya::before {
            display: none;
        }
}








/* Pastillas en Product Detail **********************************************/
.GALLERY #g_image .badges {
    z-index: 1;
}

    .GALLERY #g_image .badges ul {
        margin: 0;
    }










/* CATEGORY_BOX  ****************************************/
.category_box .MARCA {
    color: #999;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.category_box h3 {
    font-size: 1.5em;
    margin: 10px 0 0;
    text-align: center;
}






/* PRODUCT_BOX responsive  ****************************************/

@media (max-width: 1439px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .PRODUCT_BOX .badges ul {
        top: -20px
    }

        .PRODUCT_BOX .badges ul li {
            clear: left
        }

    .PRODUCT_BOX .BUTTONFAV {
        top: -30px
    }

    .PRODUCT_BOX .box_options {
        min-height: 25px;
        margin-bottom: 15px;
    }

    .PRODUCT_BOX .item-options.COLOR .dropdown-menu {
        padding: 0
    }

    .PRODUCT_BOX .item-options.COLOR li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
        pointer-events: none;
    }

    .BUTTONFAV {
        /*display:none;*/
    }

    .option-color li {
        height: 10px;
        width: 10px;
    }
}

@media (max-width: 479px) {
    .PRODUCT_BOX {
        font-size: 0.9em;
        padding: 25px 2px 15px;
    }

        .PRODUCT_BOX .box_options {
            min-height: 23px;
            margin: 2px 0 11px;
        }

        .PRODUCT_BOX .item-options.COLOR li {
            width: 8px;
            height: 8px;
            margin: 0 3.5px;
        }

    .option-color li {
        height: 8px;
        margin: 0 3px 5px;
        width: 8px;
    }

    .PRODUCT_BOX .badges ul li > div {
        padding: 1px 3px 2px;
        font-size: 0.8em;
    }

    .badge-dto {
        font-size: 14px;
        margin-left: 8px;
    }

    .PRODUCT_BOX h3 {
        font-size: 13px;
        letter-spacing: -1px;
        overflow: hidden;
    }

    .tachado {
        font-size: 13px;
        line-height: 14px;
    }
}














/* PRODUCT_LIST - VISTA GRILLA DEFAULT **************************
*****************************************************************/

@media (min-width: 1549px) {
    .Category .product_list.gridview > ul > li,
    .Category .product_list.gridview > .infiniteContent > ul > li {
        width: 25%
    }

    .gridview > ul > li:nth-child(4n+5) {
        clear: both !important
    }

    .gridview > ul > li:nth-child(3n+4) {
        clear: none !important
    }
}


.gridview > ul > li {
    margin-bottom: 28px
}

    .gridview > ul > li:nth-child(4n+5) {
        clear: none
    }

    .gridview > ul > li:nth-child(3n+4) {
        clear: both
    }

.gridview .PRODUCT_BOX .box_image {
    height: 290px
}

.gridview .PRODUCT_BOX h3 {
    height: 60px
}


@media (max-width: 1199px) {
    .gridview .PRODUCT_BOX .box_image {
        height: 280px
    }

    .gridview > ul > li:nth-child(3n+4) {
        clear: none
    }

    .gridview > ul > li:nth-child(2n+3) {
        clear: both
    }
}

@media (max-width: 991px) {
    .gridview .PRODUCT_BOX .box_image {
        height: 220px
    }
}

@media (max-width: 767px) {
    .gridview .PRODUCT_BOX .box_image {
        height: 225px
    }
}

@media (max-width: 479px) {
    .gridview .PRODUCT_BOX {
        width: 106%;
    }

    .gridview > ul > li {
        margin-bottom: 16px
    }

    .gridview .item:nth-child(2n+1) .PRODUCT_BOX {
    }

    .gridview .item:nth-child(2n+2) .PRODUCT_BOX {
        margin-left: -6%;
    }

    .gridview .PRODUCT_BOX .box_image {
        height: 125px
    }
}



/* PRODUCT_LIST - VISTA LISTADO *********************************
*****************************************************************/

.listview .PRODUCT_BOX {
    display: flex;
    margin: 0 0 15px 0 !important;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    gap: 20px;
    border-radius: 0;
}

    .listview .PRODUCT_BOX .box_image {
        display: flex;
        flex-direction: column;
        width: 12%;
        height: auto;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .listview .PRODUCT_BOX .box_image img {
            margin-top: 0;
            position: relative;
            max-height: 100px;
            width: auto;
        }

    .listview .PRODUCT_BOX h5 {
        font-size: 13px;
        margin: 0;
        text-align: right;
    }

    .listview .PRODUCT_BOX .BUTTONBUY {
        max-width: 125px;
        padding: 9px;
        line-height: 15px;
        margin: 0 0 0 auto;
    }

    .listview .PRODUCT_BOX .box_options {
        width: 68%;
        height: auto;
        text-align: left;
        border: 0;
        padding: 0;
        margin: 10px 0;
    }

    .listview .PRODUCT_BOX .boxoptions {
        position: relative;
        width: 100%;
        align-items: flex-end;
        height: auto;
        margin: 0;
    }

    .listview .PRODUCT_BOX h3 {
        text-align: left;
        font-size: 1.35em;
        height: auto !important;
        margin: 0 0 10px;
        color: black;
    }

    .listview .PRODUCT_BOX h4 {
        color: #282D3B;
        font-size: 1em;
    }

    .listview .PRODUCT_BOX .box_data {
        margin: 0;
        width: 20%;
    }

        .listview .PRODUCT_BOX .box_data > span {
            display: flex;
            flex-direction: column;
            width: 100%;
            justify-content: flex-end;
            align-items: flex-end;
            gap: 5px;
        }

    .listview .PRODUCT_BOX .cuotaBox {
        order: unset;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: flex-end;
        text-align: right;
        align-items: baseline;
    }

    .listview .PRODUCT_BOX .box_badges {
        float: left;
        width: 100%;
        display: block;
        margin: 10px 0 auto;
        clear: left;
    }

    .listview .PRODUCT_BOX .badges {
        position: absolute;
        left: 0;
    }

        .listview .PRODUCT_BOX .badges ul {
            position: relative;
            top: auto;
            left: auto;
            float: left;
        }

    .listview .PRODUCT_BOX .cucardas > ul > div {
        width: 40px;
    }

    .listview .PRODUCT_BOX .abajo-izquierda,
    .listview .PRODUCT_BOX .abajo-derecha {
        bottom: 22px;
    }

    .listview .PRODUCT_BOX .badge-enviogratis,
    .listview .PRODUCT_BOX .badge-retiraya {
        font-size: 0.88em;
    }

    .listview .PRODUCT_BOX .comp-button {
        justify-content: flex-start;
    }

        .listview .PRODUCT_BOX .comp-button::after {
            font-size: 13px;
        }

    .listview .PRODUCT_BOX .badges ul li > div {
        padding: 1px 5px 2px;
        font-size: 0.8em;
    }


    .listview .PRODUCT_BOX .BUTTONFAV {
        right: 0;
        top: -10px;
        bottom: auto;
        display: none;
    }

    .listview .PRODUCT_BOX .price_wrapper,
    .listview .PRODUCT_BOX .price {
        justify-content: flex-end;
        text-align: right;
        height: auto;
    }

    .listview .PRODUCT_BOX .price {
        margin: 0 0 4px;
    }


    .listview .PRODUCT_BOX .option-color li {
        height: 10px;
        margin: 0 4px 4px;
        width: 10px;
    }

    .listview .PRODUCT_BOX .badges-botton {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0;
        margin-top: 0;
        padding-top: 0;
        border-top: unset;
        height: auto;
    }

    .listview .PRODUCT_BOX .nocuotas,
    .listview .PRODUCT_BOX .notachado {
        display: none;
    }

@media (min-width: 768px) {

    .listview .PRODUCT_BOX:hover {
        border-color: #ddd;
        box-shadow: unset;
    }

        .listview .PRODUCT_BOX:hover h3 {
            color: black;
            text-decoration: underline;
        }

        .listview .PRODUCT_BOX:hover h4 {
            color: #282D3B;
            text-decoration: none;
        }

        .listview .PRODUCT_BOX:hover .BUTTONFAV {
            display: none
        }

    .listview .PRODUCT_BOX .box_data .badges-botton {
        display: none;
    }
}

@media (max-width: 991px) {
    .listview .PRODUCT_BOX h3 {
        font-size: 1.2em;
        margin: 2px 0 10px;
    }
}

@media (max-width: 767px) {
    .listview .PRODUCT_BOX {
        display: grid;
        gap: 6px;
        grid-template-columns: [col1-start] 30% [col2-start] 70% [col2-end];
        grid-template-rows: [row1-start] auto [row2-start] auto [row2-end];
    }

        .listview .PRODUCT_BOX .box_options,
        .listview .PRODUCT_BOX .box_data,
        .listview .PRODUCT_BOX .box_image {
            width: 100%;
        }

        .listview .PRODUCT_BOX .box_image {
            grid-row: row1-start / row2-end;
            grid-column: col1-start;
            gap: 3px;
        }

        .listview .PRODUCT_BOX .box_options {
            grid-column: col2-start;
            grid-row: row1-start;
            margin: 0
        }

        .listview .PRODUCT_BOX .box_data {
            grid-column: col2-start;
            grid-row: row2-start;
        }

        .listview .PRODUCT_BOX .price_wrapper,
        .listview .PRODUCT_BOX .price {
            justify-content: flex-start;
            text-align: left;
        }

        .listview .PRODUCT_BOX h3 {
            font-size: 1em;
            margin: 0;
        }

        .listview .PRODUCT_BOX .badges-botton {
            flex-direction: row;
            align-items: center;
        }

        .listview .PRODUCT_BOX .box_options .badges-botton {
            display: none;
        }

        .listview .PRODUCT_BOX .badges ul {
            clear: none
        }

        .listview .PRODUCT_BOX .cuotaBox {
            justify-content: flex-start;
            margin: 2px 0;
        }

        .listview .PRODUCT_BOX .boxoptions {
            margin: 0 0 6px;
        }

        .listview .PRODUCT_BOX .price {
            margin: 0
        }

        .listview .PRODUCT_BOX .badge-enviogratis,
        .listview .PRODUCT_BOX .badge-retiraya {
            font-size: 0.88em;
            margin: 5px 0;
        }
}

@media (max-width: 479px) {
    .listview .PRODUCT_BOX {
        grid-template-columns: [col1-start] 40% [col2-start] 60% [col2-end];
    }

        .listview .PRODUCT_BOX .box_image img {
            max-height: 110px;
        }
}









/* BOX EN OWL SLIDER - HOME *******************************************
*****************************************************************/
.owl-carousel .PRODUCT_BOX .box_image {
    height: 263px
}

@media (max-width: 1439px) {
    .owl-carousel .PRODUCT_BOX .box_image {
    }
}

@media (max-width: 1199px) {
    .owl-carousel .PRODUCT_BOX .box_image {
    }
}

@media (max-width: 991px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        height: 230px
    }
}

@media (max-width: 767px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        height: 220px
    }
}

@media (max-width: 479px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        /*height: 125px !important*/
    }
}


.cuotaBox {
    order: 4;
    line-height: 1em;
    text-align: center;
    width: 100%;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #00A786;
}

.cuotaDetail {
    order: 1;
    line-height: 1em;
    width: 100%;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: flex;
    align-items: baseline;
    color: #000;
}

.SEO {
    padding: 0px 27px;
    width: 100%;
}

.SEO_BOX {
    float: left;
    margin-bottom: 35px;
    padding: 27px 10px 18px;
    position: relative;
    width: 100%;
    border: 1px solid #0000001c;
    background: #FFFFFF;
    /*box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);*/
}

    .SEO_BOX h3 {
        color: #4F4F4F;
        height: 31px;
        margin: 0;
        font-weight: bold;
        letter-spacing: -0.02em;
        font-size: 1.1em;
        line-height: 1.38em;
    }

@media (max-width: 479px) {
    .cuotaBox h5 {
        margin: 5px 0 10px;
        font-size: 12px;
    }
}


/*PRODUCT_BOX_RELATED_PDP*/


@media (min-width: 768px) {
    .PRODUCT_BOX_RELATED_PDP {
        display: flex;
        border: 1px solid lightgray;
        height: 200px;
        gap: 15px;
        border-radius: 3px;
        align-items: center;
    }

        .PRODUCT_BOX_RELATED_PDP .BUTTONBUY,
        .PRODUCT_BOX_RELATED_PDP .BUTTONFAV,
        .PRODUCT_BOX_RELATED_PDP .badge-enviogratis::before,
        .PRODUCT_BOX_RELATED_PDP .badge-retiraya::before,
        .PRODUCT_BOX_RELATED_PDP .price.notachado,
        .PRODUCT_BOX_RELATED_PDP .nocuotas,
        .PRODUCT_BOX_RELATED_PDP .cuotaBox .hidden-xs {
            display: none !important;
        }

        .PRODUCT_BOX_RELATED_PDP .box_image > a > img {
            position: relative;
            width: auto;
            height: auto;
        }

        .PRODUCT_BOX_RELATED_PDP .block-image {
            display: flex;
            flex-direction: column;
            width: 30%;
        }

        .PRODUCT_BOX_RELATED_PDP .block-data {
            width: 70%;
        }

    .Product .owl-carousel .PRODUCT_BOX.PRODUCT_BOX_RELATED_PDP .box_image {
        height: 135px;
    }

    .Product .related .owl-nav > div {
        top: calc(40% - 20px);
    }

    .Product .related .owl-prev {
        left: -25px;
    }

    .Product .related .owl-next {
        right: -25px;
    }

    .Product .related .owl-carousel .owl-stage-outer {
        padding: 0 1px 0 0;
    }

    .PRODUCT_BOX_RELATED_PDP .price_wrapper {
        text-align: left;
    }

    .PRODUCT_BOX_RELATED_PDP .badges-botton {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
        margin-top: 10px;
        padding-top: 5px;
        border-top: unset;
        height: auto;
    }

    .PRODUCT_BOX_RELATED_PDP h3 {
        color: #4F4F4F;
        height: 62px;
        margin: 0;
        text-align: left;
        font-weight: normal;
        letter-spacing: -0.05em;
        font-size: 1.1em;
        line-height: 1.15em;
        margin-bottom: 10px;
        height: auto;
    }

    .PRODUCT_BOX_RELATED_PDP .price_wrapper,
    .PRODUCT_BOX_RELATED_PDP .cuotaBox,
    .PRODUCT_BOX_RELATED_PDP .badges-botton {
        justify-content: flex-start;
        align-items: center;
    }

    .PRODUCT_BOX_RELATED_PDP .price {
        text-align: left;
    }

    .PRODUCT_BOX_RELATED_PDP .cuotaBox {
        margin-bottom: 0;
    }

    .PRODUCT_BOX_RELATED_PDP .arriba-izquierda,
    .PRODUCT_BOX_RELATED_PDP .arriba-derecha,
    .PRODUCT_BOX_RELATED_PDP .abajo-izquierda,
    .PRODUCT_BOX_RELATED_PDP .abajo-derecha {
        width: 35px;
    }

    .PRODUCT_BOX_RELATED_PDP .price_wrapper {
        height: auto;
    }

    .PRODUCT_BOX_RELATED_PDP .badges ul {
        top: -8px;
    }

    .PRODUCT_BOX_RELATED_PDP .box_options {
        margin-bottom: 0;
        margin-top: 5px;
        height: auto;
    }

    .PRODUCT_BOX_RELATED_PDP .option-color li {
        margin: 0 5px 4px;
    }

    .PRODUCT_BOX_RELATED_PDP .tachado {
        margin-bottom: 5px;
    }
}

@media (max-width: 1229px) {
    .Product .related .owl-prev {
        left: 0;
    }

    .Product .related .owl-next {
        right: 0;
    }
}
.inline-price {
  display: inline;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
}


.cuotaBox {
  order: 4;
  line-height: 1em;
  text-align: center;
  width: 100%;
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #808086;
  flex-direction: column;
  gap: 8px;
  height: 55px;
  margin-bottom: 20px;
}

.cuotaBox h5 {
  margin: 0 !important;
  font-size: 12px;
  letter-spacing: normal;
  min-height: 15px;
  text-align: left;
  font-weight: normal;
}

.price_onepayment {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.price_onepayment .sinTachado {
  font-size: 18px;
  font-weight: bold;
}

.price_onepayment .sinTachadoTitulo {
  font-size: 10px;
}

.price_onepayment .badge-dto.money {
  font-size: 10px;
  color: white;
  background: #00a786;
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: 5px;
  margin: 0;
}