/*////////////////////////////////////////////////////////////////////*/


/*   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: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    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: 40px;
    margin: 0;
    text-align: center;
    font-weight: normal;
    letter-spacing: -0.05em;
    font-size: 1.1em;
    line-height: 1.15em;
}

.PRODUCT_BOX .codeid {
    text-align: center;
}


/* price_wrapper  */
.price_wrapper {
    float: left;
    /* height: 65px; */
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.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;
    min-height: 34px;
}

.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;
}

.tachado {
    font-size: 15px;
    line-height: 16px;
    color: #000;
    position: relative;
    font-weight: normal;
    order: 1;
    opacity: 0.45;
    padding: 5px;
}

.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: 55px;
    }

    .cuotaBox {}
}

/* 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: #ff8737;
}

.BUTTONFAV.added {
    display: block !important;
}

.BUTTONFAV span {
    display: none
}

.BUTTONFAV:before {
    content: "\f387";
}


.BUTTONBUY {
    background: #0076c1;
    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: #02588d;
    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: #0076c1;
        text-decoration: underline;
    }

    .PRODUCT_BOX:hover .BUTTONFAV {
        display: block
    }
}


/* PASTILLAS **********************************/

.badges ul {
    z-index: 1;
    position: absolute;
    top: -17px;
    left: 0;
    max-width: calc(100% - 30px);
}

.badges ul li {
    float: left;
    margin-right: 3px;
}

.badges ul li>div {
    background-color: #03dab8;
    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 envio gratis  ************************/
.badge-enviogratis,
.badge-retiraya {
    color: #03dab8;
    font-size: 13px;
    background-color: #ddfffa;
    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;
}


@media(max-width:767px) {
    .badges-botton {
        flex-direction: column;
        align-items: center;
    }
}

/* Pastilla descuento en price_wrapper ************************/
.badges .badge-dto {
    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: 600; */
    z-index: 1;
    top: 5px;
    line-height: 45px;
    font-family: "promethean";
}

.badges .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 {
    color: #fff;
    background: #ff8737;
    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;
    padding: 5px;
    margin-bottom: 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;
    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: #ff8737;
}

.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;
    }

    .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 .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 .price,
    .PRODUCT_BOX_RELATED_PDP .badges-botton {
        justify-content: flex-start;
    }

    .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;
    }
}

/* taxes */

@media(max-width:479px) {
    .price_wrapper {
        height: 60px;
    }

    .PRODUCT_BOX .price_wo_taxes {
        font-size: 10px;
    }

    .PRODUCT_BOX_RELATED_PDP .price_wrapper {
        height: auto;
    }
}
/*Precio sin impuestos*/
.PRODUCT_BOX .price_wo_taxes {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 600;
    color: #616161;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    order: 3;
}

.PRODUCT_BOX_RELATED_PDP .price_wo_taxes {
    justify-content: start;
}

    .PRODUCT_BOX .price_wo_taxes span {
        margin-left: 5px;
    }   