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{
    color:#18a8a8;
}
.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-controls
{
    background-color: #dddddd;
    border-bottom:5px solid #03989c;
    border-top:none;
}
.account-menu{
    min-height: 35px;
    border-bottom: none;
    color:#8a8a8a;
}
.account-menu.active {
    position: relative;
    float: left;
    min-height: 35px;
    border-bottom: none;
    padding: 7px 20px 0px 20px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'CenturyGothic';
    background-color: #68cacb;
}
.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:-47px;
    background-color:#eeeeee;
}
.ckeckout-controls{
    height: 47px;
    background-color: #01b1af;
    border-bottom:5px solid #03989c;
    -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{
    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%;
    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{
    background-color:#03a7a9;
    text-transform: uppercase;
    text-align: left;
    padding-left:25px;
    padding-top: 7px;
}
.proceed-checkout .btn-primary:hover .btn-text-left{
    background-color:#03a7a9;
}
.proceed-checkout .btn-primary .btn-text-icon{
    background-color:#03a7a9;
}
.newBtnTerminarTop{
    font-size:12px; 
    margin-top: 3px;
    display: block;
}
.newBtnTerminar{
    font-size: 16px;
    margin-top: 3px;
    display: block;
}
.checkout-product-image {
    height: auto;
}
.checkout-product-image img{
    width: 100%;
    max-width: 75px
}
.checkout-product-price{
    font-size: 18px;
    color: #18a8a8;
    font-weight: normal;
}
.checkout-delete.active{
    color:#ff253a;
}
.newCarrito
{
    min-width: 330px;
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
}
@media (min-width: 481px) and (max-width: 767px) {
    .rowContenedor{
        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*/
    .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;
    }
    .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{
        background-color:#03a7a9;
    }
    .proceed-checkout .btn-primary .btn-text-icon{
        background-color:#03a7a9;
    }
    .newBtnTerminarTop{
        font-size:10px; 
    }
    .newBtnTerminar{
        font-size: 15px;
        margin-top: 1px;
        display: block;
    }
    .checkout-product-image {
        height: auto;
    }
    .checkout-product-image img{
        width: 100%;
        max-width: 75px
    }
    .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:block;
    }
    .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*/
    .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;
    }
    .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{
        background-color:#03a7a9;
        text-transform: uppercase;
        text-align: left;
        padding-left:25px;
        padding-top: 7px;
    }
    .proceed-checkout .btn-primary:hover .btn-text-left{
        background-color:#03a7a9;
    }
    .proceed-checkout .btn-primary .btn-text-icon{
        background-color:#03a7a9;
    }
    .newBtnTerminarTop{
        font-size:10px; 
    }
    .newBtnTerminar{
        font-size: 15px;
        margin-top: 1px;
        display: block;
    }
    .checkout-product-image {
        height: auto;
    }
    .checkout-product-image img{
        width: 100%;
        max-width: 75px
    }
    .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;
    }                
    .newImgCarrito{
        width: 25%;
    }
    .newDetalleCarrito{
        width: 75%;
    }
    .newCantidadCarrito{
        width: 75%;
    }
    .newPrecioCarrito{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{   
    .newDatosMarginBottom{
        width: calc(100% - 330px);
    }
    .newCarrito{
        width: 330px;
    }
}
/*@media (min-width: 768px) and (max-width: 991px)
{   
    .newDetalleCarrito
    {
        width: 75%;
    }
    .newCantidadCarrito{
        width: 75%;
    }
    .newPrecioCarrito{
        width: 100%;
    }
}*/

@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;
}