﻿@media(max-width:767px) { /*Ajustes para versión móvil carro de compras*/

    .f_Cart_Price, .f_Cart_ExtPrice {
        display: -webkit-inline-box;
        float: right;
        clear: both;
    }

    .left-25-xs {
        left: 25%;
    }

    .m_Cart_Price {
        padding-left: 10px;
    }

    #txtAddItem {
        width: 75%;
    }

    .shippingCartTd, .paymentInfo {
        padding: 0;
    }

    .AddMultipleItemsFromCart {
        margin-top: -34px;
        position: relative;
        float: right;
    }

    .margin-top--20 {
        margin-top: -20px;
    }

    .notification-buttons {
        margin-top: 5px;
        margin-left: 0 !important;
    }
}

@media(min-width:768px) {
    #txtAddItem {
        width: 200px;
    }
}

@media(min-width:1200px) {
    .margin-link-cart {
        margin-left: -15px;
    }

    .btn-mercado-pago {
        margin-right: 54px;
    }

    .cart-totals-fixed {
        position: fixed;
        width: 20em;
    }
}

@media(min-width:768px) and (max-width:991px) { /*Ajustes tablet ShoppingCart*/

    .text-left-sm {
        text-align: left !important;
    }

    .f_Cart_ExtPrice {
        margin-left: 20px;
    }

    .text-center-sm {
        text-align: center;
    }
    /*.m_Cart_ExtPrice {
        margin-left: 8px;
    }

    .m_Cart_Price {
        margin-left: 28px;
    }*/
}

#js-tabs-showcase-1 {
    margin-left: 20px;
    margin-right: 20px;
}

.lbl-price-shoppingCart {
    margin-left: 30px;
}

.shoppingCartButtons .webpay {
    background-image: url(/Content/Images/Default/WebpayChile.jpg);
    background-repeat: no-repeat;
    width: 420px;
    padding-left: 150px;
    height: 130px;
    float: left;
}

.icon-warning {
    background-image: url(/Content/Images/Icons/warning16.png);
    background-repeat: no-repeat;
    float: none;
    padding-left: 3px;
}


/*ajustes cotizaciones*/

.pageTableRecord {
}

/** Payment gateway **/
.btn-mercado-pago {
    background-image: url(/Content/Images/PaymentGateway/logo-mercadopago.png);
    /*background-clip: padding-box;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 2px;
    /*height: 31px;
    width: 120px;*/
    height: 100px;
    width: 180px;
    /*padding: 2px;*/        
}

    .btn-mercado-pago:active {
        background-image: url(/Content/Images/PaymentGateway/logo-mercadopago.png) !important;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-mercado-pago {
        margin-right: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-mercado-pago {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    @media (max-width: 768px) and (max-width: 991px) {
        .btn-mercado-pago {
            margin-right: 0px;
            margin-bottom: 12px;
        }
    }
}
/** End Payment gateway **/

.padding-bottom-40 {
    padding-bottom: 40px;
}

.cart-item-flag {
    margin-top: -18px;
    position: relative;
}

    .cart-item-flag > .js-product-tags {
        text-align: center;
        margin-top: 20px !important;
        width: 87px !important;
        border-radius: 50px 50px 50px 50px !important;
        left: 5px;
    }

.cart-item-flag-added {
    position: relative;
    text-align: center;
    left: -6px;
}

    .cart-item-flag-added > .js-product-tags {
        text-align: center;
        width: 90px !important;
    }

.shippingsection .enum {
    background-color: #999999;
    color: #fff;
    font-size: 25px;
    /*width: 50px;*/
    padding: 2px 15px;
    display: inline-block;
    text-align: center;
}

.shippingsection .title {
    background-color: #f2f2f2;
    color: #000;
    font-size: 25px;
    width: 100%;
    padding: 2px 15px;
}

/*Payment Olpays*/

.cardPaymentType {
    width: 50px;
    height: 31px;
    background-image: url(/Content/Images/paymentMethods/imgpaymentolpays.png);
    background-repeat: no-repeat;
    background-position: 0 50px;
}

.cardPaymentType.Visa {
    background-position: 0 0;
}

.cardPaymentType.Master {
    background-position: -76px 0;
}

.cardPaymentType.Diners {
    background-position: -147px 0;
}

.cardPaymentType.Amex {
    background-position: -218px 0;
}

.cardPaymentType.Discover {
    background-position: -288px 0;
}
/*End Payment Olpays*/
.alertsafetypay {
    margin-top: 5px;
    background-color: #F22613;
    /*background-color: #FFCD66;*/
    background-color: #F22613 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    float: right;
    /*clear: both;*/
    padding: 2px 4px 2px 6px;
    border-radius: 50px 0px 0px 50px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 12px;
    /*max-width: 113px; 
    white-space: normal;
    z-index: 3;*/
}

#paymentOrchestrator {
    display: none;
}

#OrchestratorIframeId {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 80%;
}

#PaymentOrchestratorIframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}