a.dd-selected,
a.dd-option
{
    text-decoration: none;
}
.checkout-product-quantity .btn-group.bootstrap-select .btn {
    padding: 0.94em 0.8em !important;
    padding-top: 1.5em !important;
}
.fl-wrap.contain-select .bootstrap-select {
    width: 100% !important;
    min-height: 49px;
    background-color: transparent;
}
.fl-wrap.contain-select .btn {
    background-color: transparent !important;
    width: 100% !important;
    height: 49px;
}
.fl-wrap.contain-select .btn span {
    background-color: transparent;
}
.fl-wrap.contain-select .btn .bs-caret {
    display:none;
}
.add-delivery .open .dropdown-toggle.btn-default.focus, .add-delivery .btn-default:hover,
.add-delivery .btn-default:active:hover,
.add-delivery .btn-default.active:hover,
.add-delivery .open .dropdown-toggle.btn-default:hover,
.add-delivery .btn-default:active:focus,
.add-delivery .open .dropdown-toggle.btn-default:focus {
    background-color: transparent !important;
}
.fl-wrap.contain-select .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 0 0 0 1px #d9d9d9 !important;
    box-shadow: 0 0 0 1px #d9d9d9 !important;
}

.envio1{
    display:none;
}
.container-fluid{
    min-width: 330px;
}
.rowContenedor{
    display:flex;
}
.checkout-subtotal-monto{
    
}
.newProductoBarra{
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.checkout-product-view .newProductoBarra:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.account-welcome {
    padding: 2px 10px 8px 10px
}

.account-menu{
    min-height: 35px;
    border-bottom: none;
    color:#8a8a8a;
}
.account-menu.active {
    position: relative;
    float: left;
    min-height: 43px;
    border-bottom: none;
    padding: 7px 20px 0px 20px;
    font-size: 16px;
    color: #ffffff;

}
.fl-wrap{
    margin-bottom: 8px;
    background-color: #fff;
    border-radius: 4px;
    min-height: 49px;
}
.redAsterix{
    color: rgba(255, 37, 58, 1);
    font-size: 16px;
}
.account-container {
    border: none;
}
.ckeckout-container {
    width: 100%;
    border:none;
    margin: 0;
    margin-top:-48px;
    background-color:#eeeeee;
}
.ckeckout-controls{
    height: 47px;    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 15px;
    line-height: 1
}
.ckeckout-controls-title {
    position: relative;
    float: left;
    color: #ffffff;
    margin-right: 15px;
    font-size: 16px;

}
.newDatosMarginBottom{
    background-color:#e8e8e8;
    min-width: 330px;
}

/*Checkout*/
.checkout-product-name{
    font-size: 16px;
}
#cantidadArticulosCarritoLateral{
    font-size: 17px;
    font-weight: bold;
}
#txtArticulosMin{
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}
.checkout-product-view{
    border-bottom: solid 2px #cccccc;
    margin:0;
    padding-bottom:15px;
}
.checkout-subtotal{
    position: relative;
    border:none;
    margin: 0;
    margin-top:8px;
    min-height: 30px;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
}
.checkout-subtotal-txt{
    font-size: 16px;
    color:#343434;
    font-weight: bold;
    padding-top: 3px;
}
.checkout-subtotal-monto{

}
.checkout-subtotal-signo{
    font-size: 15px;
}
.checkout-subtotal-numero{
    font-size: 22px;
}
.checkout-subtotal-abreviacion{
    font-size: 12px;
}

.newEnvioCheckOut{
    padding-top:5px;
    border-top: 1px solid #cdcdcd;
    width: calc(100% - 4px);
    margin-left: 2px;
    min-height: 53px;
}
.checkout-envio-txt{
    font-size: 16px;
}
.checkout-envio-txt .envioImpuestos{
    font-size: 12px;
}
.checkout-envio-monto{
    margin-top: 7px;
}
.checkout-envio-signo{
    font-size: 15px;
}
.checkout-envio-numero{
    font-size: 22px;
}
.checkout-envio-abreviacion{
    font-size: 12px;
}
.checkout-total{    
    min-height: 72px;
    width: calc(100% - 4px);
    margin-left: 2px;
    margin-bottom: 0;
    color:#ffffff;
    font-weight: normal;
}
.checkout-total-txt{
    width: 50%;
    float:left;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-top: 25px;
}
.checkout-total-monto{
    padding-top: 15px;
    width: 50%;
    float:left;
    padding-right: 15px;
}
.checkout-total-signo{
    font-size:18px;
}
.checkout-total-numero{
    font-size:27px;
}
.checkout-total-abreviacion{
    font-size:12px;
}
.checkout-total-impuestos{
    font-size: 12px;
    margin-top: 4px;
    height: 15px;
    position: relative;
    display: block;
}
.continue-shopping .btn.btn-default{
    border-radius: 6px;
    background-color: #dddddd;
    border: 1px solid #898989;
    padding: 14px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 95%;
    margin-top:15px;
    margin-bottom: 15px;
}
.continue-shopping .btn.btn-default .fa.fa-reply{
    display:none;
}
.proceed-checkout .btn.btn-primary{
    width: 95%;
    border-radius: 6px;
    margin-top:0;
    margin-bottom:15px;
}
.proceed-checkout .btn-primary .btn-text-left{    
    text-transform: uppercase;
    text-align: left;
    padding-left:25px;
    padding-top: 7px;
}

.newBtnTerminarTop{
    font-size:12px;
    margin-top: 3px;
    display: block;
}
.newBtnTerminar{
    font-size: 16px;
    margin-top: 3px;
    display: block;
}
.checkout-product-image {
    height: auto;
    position: relative;
    margin: 10px auto;
    min-width: 75px;
    min-height: 75px;
    text-align: center;
}
.checkout-product-image img{

}
.checkout-product-price{
    font-size: 18px;    
    font-weight: normal;
}
.checkout-delete.active{
    color:#ff253a;
}
.newCarrito{

    margin: 0;
    padding: 0;
    background-color: #eeeeee;
}
@media (min-width: 481px) and (max-width: 767px) {
    .rowContenedor{
        display:flex;
    }
    .container-fluid{
        padding-left:0;
        padding-right:0;
    }
    .ckeckout-controls{
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    /*Checkout*/

    #cantidadArticulosCarritoLateral{
        font-size: 17px;
        font-weight: bold;
    }
    #txtArticulosMin{
        font-size: 16px;
        font-weight: normal;
        text-transform: capitalize;
    }
    .checkout-product-view{
        border-bottom: solid 2px #cccccc;
        margin:0;
        padding-bottom:15px;
    }
    .checkout-subtotal{
        position: relative;
        border:none;
        margin: 0;
        margin-top:8px;
        min-height: 30px;
        padding: 0;
        font-weight: normal;
        font-size: 12px;
        line-height: 1;
    }
    .checkout-subtotal-txt{
        font-size: 16px;
        color:#343434;
        font-weight: bold;
        padding-top: 3px;
    }
    .checkout-subtotal-monto{

    }
    .checkout-subtotal-signo{
        font-size: 15px;
    }
    .checkout-subtotal-numero{
        font-size: 22px;
    }
    .checkout-subtotal-abreviacion{
        font-size: 12px;
    }

    .newEnvioCheckOut{
        padding-top:5px;
        border-top: 1px solid #cdcdcd;
        width: calc(100% - 4px);
        margin-left: 2px;
        min-height: 53px;
    }
    .rowCheckOutContainer{
        margin-left: 0px;
        margin-right: 0px;
    }
    .rowCheckOutContainer .col-sm-12{
        padding:0;
    }
    .newTotalCheckOut{
        margin-left: 0px;
        margin-right: 0px;
    }
    .newTotalCheckOut .col-sm-12{
        padding:0;
    }
    .newButtonsCheckOut{
        margin-left: 0px;
        margin-right: 0px;
    }
    .checkout-envio-txt{
        font-size: 16px;
    }
    .checkout-envio-txt .envioImpuestos{
        font-size: 12px;
    }
    .checkout-envio-monto{
        margin-top: 7px;
    }
    .checkout-envio-signo{
        font-size: 15px;
    }
    .checkout-envio-numero{
        font-size: 22px;
    }
    .checkout-envio-abreviacion{
        font-size: 12px;
    }
    .checkout-total{
        background-color:#03cbcb;
        min-height: 72px;
        width: calc(100% - 4px);
        margin-left: 2px;
        margin-bottom: 0;
        color:#ffffff;
        font-weight: normal;
    }
    .checkout-total-txt{
        width: 50%;
        float:left;
        text-align: left;
        padding-left: 15px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        padding-top: 25px;
    }
    .checkout-total-monto{
        padding-top: 15px;
        width: 50%;
        float:left;
        padding-right: 15px;
    }
    .checkout-total-signo{
        font-size:18px;
    }
    .checkout-total-numero{
        font-size:27px;
    }
    .checkout-total-abreviacion{
        font-size:12px;
    }
    .checkout-total-impuestos{
        font-size: 12px;
        margin-top: 4px;
        height: 15px;
        position: relative;
        display: block;
    }
    .continue-shopping .btn.btn-default{
        border-radius: 6px;
        background-color: #dddddd;
        border: 1px solid #898989;
        padding: 14px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        width: 95%;
    }
    .continue-shopping .btn.btn-default .fa.fa-reply{
        display:none;
    }
    .proceed-checkout .btn.btn-primary{
        width: 95%;
        border-radius: 6px;
        margin-top:15px;
    }
    .proceed-checkout .btn-primary .btn-text-left{
        background-color:#03a7a9;
        text-transform: uppercase;
        text-align: left;
        padding-left:25px;
        padding-top: 7px;
    }
    .proceed-checkout .btn-primary:hover .btn-text-left{
        
    }
    .proceed-checkout .btn-primary .btn-text-icon{
        
    }
    .newBtnTerminarTop{
        font-size:10px;
    }
    .newBtnTerminar{
        font-size: 15px;
        margin-top: 1px;
        display: block;
    }
    .checkout-product-price{
        font-size: 18px;
        color: #18a8a8;
        font-weight: normal;
    }
    .checkout-delete.active{
        color:#ff253a;
    }
    .newCarrito{
        padding-left: 0;
        padding-right: 0;
    }
    .ckeckout-container{
        min-height: 440px;
        margin-top:0;
    }
    .newDatosMarginBottom
    {
        margin-bottom:0;
        padding-bottom: 16px;
    }
}
@media (max-width: 480px) {
    .rowContenedor{
        display:flex;
    }
    .newDatosMarginBottom
    {
        margin-bottom:0;
        padding-bottom: 16px;
    }
    .account-menu{
        display:none;
    }
    .account-menu.active{
        display:block;
    }
    .container-fluid{
        padding-left:0;
        padding-right:0;
    }
    .ckeckout-controls{
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    /*Checkout*/

    #cantidadArticulosCarritoLateral{
        font-size: 17px;
        font-weight: bold;
    }
    #txtArticulosMin{
        font-size: 16px;
        font-weight: normal;
        text-transform: capitalize;
    }
    .checkout-product-view{
        border-bottom: solid 2px #cccccc;
        margin:0;
        padding-bottom:15px;
    }
    .checkout-subtotal{
        position: relative;
        border:none;
        margin: 0;
        margin-top:8px;
        min-height: 30px;
        padding: 0;
        font-weight: normal;
        font-size: 12px;
        line-height: 1;
    }
    .checkout-subtotal-txt{
        font-size: 16px;
        color:#343434;
        font-weight: bold;
        padding-top: 3px;
    }
    .checkout-subtotal-monto{

    }
    .checkout-subtotal-signo{
        font-size: 15px;
    }
    .checkout-subtotal-numero{
        font-size: 22px;
    }
    .checkout-subtotal-abreviacion{
        font-size: 12px;
    }

    .newEnvioCheckOut{
        padding-top:5px;
        border-top: 1px solid #cdcdcd;
        width: calc(100% - 4px);
        margin-left: 2px;
        min-height: 53px;
    }
    .rowCheckOutContainer{
        margin-left: 0px;
        margin-right: 0px;
    }
    .rowCheckOutContainer .col-sm-12{
        padding:0;
    }
    .newTotalCheckOut{
        margin-left: 0px;
        margin-right: 0px;
    }
    .newTotalCheckOut .col-sm-12{
        padding:0;
    }
    .newButtonsCheckOut{
        margin-left: 0px;
        margin-right: 0px;
    }
    .checkout-envio-txt{
        font-size: 16px;
    }
    .checkout-envio-txt .envioImpuestos{
        font-size: 12px;
    }
    .checkout-envio-monto{
        margin-top: 7px;
    }
    .checkout-envio-signo{
        font-size: 15px;
    }
    .checkout-envio-numero{
        font-size: 22px;
    }
    .checkout-envio-abreviacion{
        font-size: 12px;
    }
    .checkout-total{
        background-color:#03cbcb;
        min-height: 72px;
        width: calc(100% - 4px);
        margin-left: 2px;
        margin-bottom: 0;
        color:#ffffff;
        font-weight: normal;
    }
    .checkout-total-txt{
        width: 50%;
        float:left;
        text-align: left;
        padding-left: 15px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        padding-top: 25px;
    }
    .checkout-total-monto{
        padding-top: 15px;
        width: 50%;
        float:left;
        padding-right: 15px;
    }
    .checkout-total-signo{
        font-size:18px;
    }
    .checkout-total-numero{
        font-size:27px;
    }
    .checkout-total-abreviacion{
        font-size:12px;
    }
    .checkout-total-impuestos{
        font-size: 12px;
        margin-top: 4px;
        height: 15px;
        position: relative;
        display: block;
    }
    .continue-shopping{
        width: 100%;
    }
    .continue-shopping .btn.btn-default{
        border-radius: 6px;
        background-color: #dddddd;
        border: 1px solid #898989;
        padding: 14px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        width: 95%;
    }
    .continue-shopping .btn.btn-default .fa.fa-reply{
        display:none;
    }
    .proceed-checkout{
        width:100%;
    }
    .proceed-checkout .btn.btn-primary{
        width: 95%;
        border-radius: 6px;
    }
    .proceed-checkout .btn-primary .btn-text-left{
        
        text-transform: uppercase;
        text-align: left;
        padding-left:25px;
        padding-top: 7px;
    }
    .proceed-checkout .btn-primary:hover .btn-text-left{
        
    }
    .proceed-checkout .btn-primary .btn-text-icon{
        
    }
    .newBtnTerminarTop{
        font-size:10px;
    }
    .newBtnTerminar{
        font-size: 15px;
        margin-top: 1px;
        display: block;
    }
    .checkout-product-image {
        height: auto;
    }
    .checkout-product-image img{

    }
    .checkout-product-price{
        font-size: 18px;
        color: #18a8a8;
        font-weight: normal;
    }
    .checkout-delete.active{
        color:#ff253a;
    }
    .newCarrito{
        padding-left: 0;
        padding-right: 0;
    }
    .ckeckout-container{
        min-height: 440px;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    #facturaOverlay{
        width: 100% !important;
    }
    #facturaContainer{
        width: 100% !important;
        height: 500px !important;
        min-width: 320px;
    }
    #facturaContainer.showFormulario{
        height: 820px !important;
    }
    #masInfoContainer{
        width: 100% !important;
        height: 310px !important;
        min-width: 320px !important;
    }
}
@media (min-width: 481px) {
    #facturaContainer.showFormulario{
        height: 555px !important;
    }
    #masInfoContainer{
        height: 280px !important;
    }
}
@media (max-width: 767px) {
    #politicasContainer{
        width: 100% !important;
        min-width: 320px !important;
    }
}
@media (max-width: 330px) {
    #VMCContainer{
        width: 100% !important;
        min-width: 320px !important;
    }
    #AmexContainer{
        width: 100% !important;
        min-width: 320px !important;
    }
}
.continue-shopping{
    min-height: 15px;
}
.process-payment-info-container ol li::marker {
    color: red;
}
#carrito{
    padding: 10px;
}

.btn-text-icon .bi-chevron-right{
    font-size: 35px;
}
.checkout-product-view a, .breadcrumb a{
    color: #4d4b4b;
    text-decoration: none;
}

/*Fonts*/
.account-menu.active {

}
/*fin Fonts*/
.account-controls {
    background-color: #dddddd;
    border-bottom: 5px solid #ff774b !important;
    border-top: none;


    position: relative;
    min-height: 48px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    overflow: hidden;





}
.account-menu.active {
    background-color: #ef473c !important;
}
.ckeckout-controls {
    background-color: #ef473a !important;
    border-bottom: 5px solid #ff774b !important;
}
.checkout-total {
    background-color: #ef473a;
}
.proceed-checkout .btn-primary .btn-text-left {
    background-color: #85b200;
}
.proceed-checkout .btn-primary:hover .btn-text-left {
    background-color: #85b200;
}
.proceed-checkout .btn-primary .btn-text-icon {
    background-color: #6fa448;
}
.checkout-product-price {
    color: #ae3e10;
}
.checkout-envio-txt {
    font-size: 16px;
    margin-top: 6px;
}
.checkout-envio-monto{
    color: #e94b42;
}
.newEnvioCheckOut {
    padding-top: 0px;
    min-height: 35px;
}
.checkout-envio-monto {
    margin-top: 0px;
}
.checkout-subtotal-monto{
    color: #e94b42;
    margin-top: 4px;
}
.checkout-subtotal .checkout-envio-txt{
    margin-top: 0px;
}
.checkout-subtotal {
    margin-top: 4px;
}
.process-payment-info-container {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ADADAD;
    min-height: 160px;
    padding: 15px;
    background-color: #eeeeee;
    margin-bottom: 25px;

}
.newPrecioCarrito{
    text-align: right;
}
.newCantidadCarrito .form-floating{
    width: 140px;
    float: right;
}
.checkout-product-change .pull-right{
    text-align: right;
}
.newEnvioCheckOut .text-right{
    text-align: right;
}
.text-truncate-lateral {
    max-height: 100px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1340px) {
    .newDetalleCarrito{
        width: 100%;
    }
    .newImgCarrito{
        width: 100%;
    }
}
@media  (max-width: 767px) {
    .newCantidadCarrito .form-floating{
        width: 100%;
    }
}
@media  (max-width: 575px) {

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.dd-selected-text,
.dd-option-text{
    color: #313131;
}
.dd-selected-description,
.dd-option-description{
    color:#777777;
}