﻿/*////////////////////////////////////////////////////////////////////*/
/*   MODALS                ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/




/* MODAL carrito ********************************************/
.mdl_detail {
    max-width: 900px;
}

.mdl_detail header {
    line-height: 1em;
    margin: -13px 0 10px;
    padding: 12px 0 10px;
}

.mdl_detail .modal-body {
    border: 0 none;
    margin: 0;
}

.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 {
    display: block;
    float: left;
    padding: 9px 0;
    width: 100%;
}

.mdl_detail article .image {
    float: left;
    margin-right: 3%;
    width: 32%;
}

.mdl_detail article img {
    float: left;
    margin: 0 2%;
}

.mdl_detail article h2 {
    color: inherit;
    float: right;
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.15em;
    margin: 9px 0 5px;
    text-align: left;
    width: 60%;
}

.mdl_detail article .price {
    float: right;
    font-size: 0.95em;
    margin: 5px 0 0;
    width: 60%;
}

.mdl_detail article .price strong {
    font-size: 1.2em;
    margin-right: 6px;
}

.mdl_detail article .price span {
    color: #999;
    font-size: 0.95em;
}


@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 .PRODUCTAREA {
    padding-left: 20px;
    margin-bottom: 0;
}

.BOXCARTOPTIONS .mdl_options {
    height: auto;
    overflow: visible;
}

.BOXCARTOPTIONS .selector_opcion {
    border-top: 1px solid #eee;
    margin-top: 3px;
    padding-top: 10px;
}

.BOXCARTOPTIONS .item-options>span::before {
    content: "SELECCIONA";
    margin-right: 3px;
}

.BOXCARTOPTIONS .modal-title {
    /*display: none*/
}

.BOXCARTOPTIONS .IMAGEN img {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.BOXCARTOPTIONS .BUTTONINFO {
    color: #2972f8;
    display: block;
    float: left;
    margin: 17px auto 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}

.BOXCARTOPTIONS .BUTTONINFO:hover {
    color: #000
}

.BOXCARTOPTIONS .PRODUCTAREA h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
}

.BOXCARTOPTIONS .PRODUCTAREA .price_wrapper {
    margin: 9px 0 17px;
    width: 100%;
}

.BOXCARTOPTIONS .bttalle {
    display: none
}

.BOXCARTOPTIONS .BUTTONBUY {
    float: left;
    margin: 17px 0 0;
    max-width: 100%;
}

@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%;
}







.WARN .modal-title {
    display: none;
}

.WARN .close {
    margin: -10px -10px 0 0;
}

.mdl_detail .modal-body>h2 {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 12px;
    padding-left: 65px;
    position: relative;
}

.WARN .mdl_detail .modal-body>h2::before {
    content: "l";
    font-family: "diggit";
    font-size: 2.05em;
    left: 0;
    position: absolute;
    top: 0;
}

.mdl_detail p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 7px;
    padding-left: 65px;
}

.mdl_detail h6 {
    border-top: 1px solid #ccc;
    float: left;
    font-size: 0.97em;
    font-weight: 800;
    margin-top: 27px;
    padding-top: 9px;
    text-transform: uppercase;
    width: 100%;
}

ul.cart_items {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

ul.cart_items>li {
    float: left;
    padding-right: 30px;
    width: 50%;
}

.mdl_detail .modal-body>.btn-primary {
    margin-left: 20%;
    padding: 16px;
    width: 60%;
}





/***************************************************************************/
/**************************CALCULADORA CUOTAS*******************************/
.productheader {
    background-color: #f8f8f8;
    /*display: table;*/
    display: none !important;
    float: left;
    margin: -10px 0 40px;
    padding: 6px 15px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.productheader .image {
    display: inline-block;
    float: none;
    height: auto;
    margin: auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 55px;
}

.productheader .image img {
    width: 100%;
}

.productheader .title {
    color: #000;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 700;
    margin: auto;
    padding-right: 13px;
    text-align: center;
    vertical-align: middle;
}

.productheader .precio {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

.productheader .precio .price_wrapper {
    display: table-cell;
    height: auto;
    margin: 0;
    vertical-align: middle;
}

.productheader .precio .price_wrapper>span {
    padding: 0;
}

.productheader .precio .price_wrapper>.price {
    float: right;
    margin-top: -3px;
}


@media (max-width: 991px) {
    .productheader .precio .price_wrapper>.price {
        display: block;
        float: left;
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .productheader {
        display: block;
    }

    .productheader .title {
        border: 0 none;
        line-height: 1.2em;
        padding-right: 0;
    }

    .productheader .precio {
        padding: 0 0 0 20px;
        width: auto;
        display: block;
        float: left;
        font-size: 0.9em;
        margin-top: 10px;
    }

    .productheader .precio .price_wrapper>span {
        font-size: 10px;
        font-weight: normal;
        line-height: 1.1em;
        margin: -4px 0 0;
    }

    .productheader .precio .price_wrapper>.price {
        clear: left;
        float: left;
    }

    #_g_pc,
    #cs_sbmt {
        margin: 8px 5% 0;
        width: 90%;
    }

    #ModalPopUp {
        display: none !important;
    }
}

@media (max-width: 479px) {

    #c-envioModal .modal-dialog,
    #c-pagoModal .modal-dialog {
        margin: 0
    }
}



/*.pagando {
    float: left;
    width: 100%;
    margin: -11px 0 18px;
    background-color: #f5f5f5;
    padding: 6px 10px;
}
.pagando img {
    width: 100%;
    max-width: 125px;
}*/


.mdl_calculate .modal-body .main {
    line-height: 1.2em;
}

.mdl_calculate .btn.btn-primary {
    margin: 15px 22% 0;
    min-width: 0;
    width: 56%;
}


#c-envioModal p.subtit {
    font-size: 1.2em;
    padding-left: 4px;
}

#c-envioModal p.subtit::before {
    float: unset;
}

#_g_pc {
    margin: 0 20%;
    max-width: 60%;
    padding: 0 10px;
    width: 100%;
}

#cs_sbmt {
    background-color:#2972f8;
    border: none !important;
    float: left;
    margin-bottom: 4px !important;
}

.result-envio {
    margin-top: 18px;
    float: left;
    width: 100%;
    font-size: 12px;
}

.result-envio ul,
.result-envio ul li,
.result-envio label {
    float: left;
    width: 100%;
}

.result-envio label {
    color: #000;
    font-size: 1.25em;
    line-height: 20px;
    margin: 0 0 13px;
}

.result-envio ul li label::before {
    font-family: 'Ionicons';
    content: "\f363";
    float: left;
    margin: 2px 7px 0 4px;
    color: #848484;
    font-size: 17px;
}

.result-envio label>div:first-child {
    float: left;
    margin-right: 10px;
}

.result-envio label>div:first-child::after {
    content: ":"
}

.result-envio label .gratis {
    font-weight: 700;
    font-size: 1.1em;
    color: #8F1DB5;
}

.result-envio label .sh_price {
    font-size: 0.9em;
    font-weight: 700;
}

.result-envio label .sh_price strong {
    font-size: 1.25em;
}
.shiptime {
    font-size: 0.9em;
    float: left;
    clear: left;
    margin: 0px 0 0 16px;
    color: #007eaf;
    font-style: italic;
}
.shiptime strong {
    font-weight: 700;
}


#paytabs {
    border: 0 none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#paytabs > li {
    margin-right: 0%;
    margin-bottom: 1em;
    width: 100%;
}

p.subtit:before {
    content: "\f363"
}

p.subtit:before {
    float: left;
    font-family: "Ionicons";
    font-weight: normal;
    margin: 1px 7px 0 0;
    opacity: 0.6;
}


.tp-header {
    margin-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
    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-header strong {}

.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: 0.9em !important;
}

.table-cuotas li {
    border-bottom: 1px solid #eee;
    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;
    color: #2972f8;
}

.table-cuotas li:first-child>div {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #000;
    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;
    margin-bottom: 12px;
    padding: 9px 6px 9px 0;
    text-align: left;
    text-transform: uppercase;
}

.mpresult .mlatname img {
    float: right;
}

.mpresult .mlapannt {
    line-height: 1.5em;
    padding: 4px 9px;
}


/* select */
.mdl_calculate .customselect,
.mdl_calculate input {
    margin-bottom: 10px;
    max-width: 400px;
}

.mdl_calculate select,
.mdl_calculate input {
    border: 1px solid #ccc !important;
    background: #fff;
}

.mlatname {
    margin: 15px 2px 10px;
}

.mlapannt {
    font-size: 0.95em;
    padding: 3px 5px;
}

.mlapannt span {
    font-size: 1.1em;
    margin: 0 4px;
}

.result2 li.mlatname {
    margin: 0;
    width: 40px;
    height: auto;
    display: none;
}

.tp-ver,
.mp-ver {
    float: left;
    font-size: 1.05em;
    line-height: 1.2em;
    margin: 20px 0 1px;
    white-space: normal;
    text-decoration: underline;
    color: #2972f8;
}

.tp-ver:hover,
.mp-ver:hover {
    text-decoration: underline;
    color: #000;
}

/* Calc Pago en Sucursal*/

.pSucursal h2 {
    font-size: 20px;
    font-weight: 600;
}

.pSucursal strong {
    font-size: 15px;
    font-weight: bold;
}


.psuc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 4px 0;
}

/*CALCULADORA PAGO*/

.mdl_calculate .paymethod .item {
    border-radius: 0;
    color: #000 !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;
    position: relative;
    width: 100%;
    transform: none !important;
    margin: 0;
}

.mdl_calculate .paymethod .active .item {
    background-image: linear-gradient(to bottom, #f9f9f9 40%, #dedede 100%);
    border-color: #336ef2 !important;
    color: inherit;
}

.mdl_calculate .paymethod .active .item:before {
    border-color: #336ef2 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -25px;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    display: none !important;
}

.mdl_calculate .paymethod .item span::after {
    background-size: 100% auto !important;
    content: "";
    display: block;
    height: 65px;
    margin: 4px auto 0;
    position: unset;
    z-index: 1;
}

.mdl_calculate .customselect {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: unset;
}

.mdl_calculate .customselect::after {
    right: 10px;
    bottom: 0;
    line-height: 2em;
    top: 4px;
}

.mdl_calculate .btn.btn-primary {
    max-width: 150px;
    padding: 0;
    margin: 0;
}

#_g_pc {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    max-width: unset;
}


/*New paytabs*/

#c-pagoModal .modal-body {
    background: linear-gradient(0deg, #E7E7E7, #E7E7E7), #F7F7F7;
}

.pay {
    border: 1px solid #eee;
    border-top: 0;
}

.pay.collapse.in {
    border: 1px solid #0F8FFF;
}

#paytabs .contenedor .map-container-PDP {
    display: flex !important;
}

#paytabs .contenedor {
    padding: 20px;
    background: white;
    display: flex;
    flex-direction: column;
}

#paytabs .item span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1FFF8;
    border: 2px solid #0F8FFF;
}

#paytabs .item.collapsed span {
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 60%), #FFFFFF;
    border: 2px solid #DDDDDD;
}


#paytabs .highlight {
    background: #ddd
}

#paytabs .item span::after {
    content: "\f123";
    font-family: "Ionicons";
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 20px 0 0;
    font-size: 17px;
    color: gray;
}

#paytabs .item span::before {
    content: "";
    display: flex;
    margin: 0 0 0 15px;
}

#paytabs .item span p {
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 0 10px;
}

#paytabs .Wibond h2,
#paytabs .Ceibo h2 {
    font-size: 20px;
}

#paytabs .Wibond p,
#paytabs .Ceibo p {
    font-size: 14px;
    line-height: 20px;
}

#paytabs .Wibond ul,
#paytabs .Ceibo ul {
    font-size: 14px;
    line-height: 20px;
}

#paytabs .item span::before,
#paytabs #tarjetacredito span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-credit.svg) no-repeat scroll;
    width: 50px;
    height: 40px;
}

#paytabs #mercadopago span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-mp.svg) no-repeat scroll;
    width: 150px;
    height: 38px;
}

#paytabs #pSucursal span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-pagolocal.svg) no-repeat scroll;
    width: 50px;
    height: 45px;
}

#paytabs #sps span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-sps.png) no-repeat scroll;
    width: 40px;
    height: 45px;
}


#paytabs #credito span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-credito.svg) no-repeat scroll;
    width: 50px;
    height: 27px;
}

#paytabs #Ceibo span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-ceibo.png) no-repeat scroll;
    width: 50px;
    height: 40px;
    background-size: contain;
}

#paytabs #Wibond span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-wibond.svg) no-repeat scroll;
    width: 50px;
    height: 27px;
}


#paytabs > li {
    float: left;
}

#paytabs select {
    background-color: #E3ECFB;
    line-height: 1em;
    border-width: 0px;
    padding: 0px 12px;
    margin-top: 4px;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 60%), #FFFFFF;
    border: 2px solid #DDDDDD;
    height: 42px;
    margin-bottom: 10px;
}

#paytabs .customselect::after {
    bottom: 17px
}

.footertabs {
    display: flex;
    float: left;
    align-items: center;
    width: 100%;
}

.footertabs .mensaje {
    font-size: 11px;
    max-width: 50%;
    margin-right: auto;
    color: gray;
}

.footertabs button {
    background: #002D73 !important;
    height: 38px;
}



@media (max-width:991px) {
    .mdl_calculate {
        font-size: 0.9em;
    }
}

@media (max-width:600px) {
    .tp-tarjetas .img-container {
        float: left;
        width: 25%;
    }

    .table-cuotas li {
        border-top: 1px solid #eee;
        font-size: 0.9em;
        margin: -1px 0 0;
        padding: 8px;
        position: relative;
    }

    .table-cuotas li:last-child:after {
        display: none;
    }

    .table-cuotas li:first-child {
        display: none;
    }

    .table-cuotas li>div {
        float: left;
        font-size: 1.1em;
        line-height: 14px;
        padding: 0 !important;
        position: relative;
        text-align: left;
        width: auto !important;
    }

    .table-cuotas li .precio-total {
        clear: left
    }

    .table-cuotas li .cant-cuotas,
    .table-cuotas li .valor-cuotas {
        line-height: 1.4em;
        margin-right: 4px;
    }

    .table-cuotas li .valor-cuotas {
        color: #2972f8;
        font-size: 1.4em;
    }

    .table-cuotas li>div::before {
        margin-right: 4px
    }

    .table-cuotas li .precio-total:before {
        content: "Precio total financiado"
    }

    .table-cuotas li .intereses:before {
        content: "Interés"
    }

    .table-cuotas li .cuotas-cft:before {
        content: "CFT*1"
    }

    .table-cuotas li .cuotas-tea:before {
        content: "TEA*2"
    }

    .table-cuotas li>div::after {
        content: "/";
        margin: 0 4px;
    }

    .table-cuotas li .cant-cuotas:after {
        content: "de";
    }

    .table-cuotas li .cant-cuotas:before,
    .table-cuotas li .valor-cuotas:before,
    .table-cuotas li .valor-cuotas:after,
    .table-cuotas li .cuotas-tea:after {
        display: none
    }

    .tp-tarjetas {
        padding: 0;
    }

}

@media (max-width:459px) {
    .mdl_calculate .modal-body {
        padding: 20px 10px;
    }
}




/* MODAL HOME SUSCRIBIR A NEWSLETTER ********************************/

.w-newsletter {
    display: table;
    float: left;
    background: white;
}

.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: 700;
    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 35px;
    height: 40px;
    max-width: 360px;
    position: relative;
    width: 100%;
}

.form-newsletter-popup .input-box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.form-newsletter-popup .input-box .input-text {
    border: 1px solid #ccc;
    padding: 0 10px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    padding-right: 110px;
}

.form-newsletter-popup .action-newsletter {
    display: table-cell;
    vertical-align: top;
    position: absolute;
    right: 0;
    z-index: 2;
}

.form-newsletter-popup .action-newsletter .btn {
    background-color: #005DA4;
    border: 0 none;
    color: #fff;
    font-size: 1em;
    height: 40px;
    padding: 0 15px;
    min-width: unset;
}

.form-newsletter-popup .action-newsletter .btn:hover {
    background-color: #005DA4
}

.form-newsletter-popup .field-validation-valid {
    display: none;
}

.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: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.newsletter-info .socials li {
    display: inline-block;
}

.newsletter-info .socials li a {
    color: #282D3B;
    font-size: 2.2em;
}

.newsletter-info label#cfemail-error {
    position: absolute;
    bottom: -26px;
    color: red;
    left: 10px;
}

.newsletter-info .socials li a:hover {
    color: #333
}

#ModalPopUp .modal-header {
    background: white !important;
    border-bottom: 0 none;
    padding: 0;
    height: 0;
    line-height: 0;
    box-shadow: none;
}

#ModalPopUp input[type="button"] {
    border-radius: 0;
    height: 40px;
}

#ModalPopUp .modal-header .close {
    line-height: 20px;
}

#ModalPopUp .modal-header .close::before {
    color: #000;
}

#ModalPopUp .modal-content {
    padding: 20px;
    float: left;
    width: 100%;
    background-color: white;
}

@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
    }
}


.mdl_calculate .paymethod #Promos strong::after,
.mdl_calculate .paymethod #Fiserv 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: 30px;
    margin: 4px auto 0;
    max-width: 170px;
    position: unset;
    z-index: 1;
}



/*BOXCARTOPTIONS MODAL*/

.PRODUCT_BOX_BOXCARTOPTIONS .item-options.COLOR li {
    border-radius: 0;
    height: 40px;
    width: 40px;
    padding: 2px;
}
.PRODUCT_BOX_BOXCARTOPTIONS .item-options.COLOR .dropdown-menu {
    margin: 0;
}

.PRODUCT_BOX_BOXCARTOPTIONS h3 {
    height: 58px;
    text-align: left;
}

.PRODUCT_BOX_BOXCARTOPTIONS .price_wrapper {
    justify-content: flex-start !important;
}

.PRODUCT_BOX_BOXCARTOPTIONS .price {
    width: 100%!important;
    font-size: 22px!important;
    text-align: left!important;
    justify-content: flex-start!important;
}

.PRODUCT_BOX_BOXCARTOPTIONS .precio-final {
    color: #0f0f0f!important;
    font-size: 1.1em!important;
}

.PRODUCT_BOX_BOXCARTOPTIONS .BUTTONBUY {
    max-width: 170px;
}

.PRODUCT_BOX_BOXCARTOPTIONS .BUTTONINFO {
    color: #000;
    text-align: left;
    padding: 0 0 0 48px;
}