<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************check Summary********************/


body {
    background-color: #ffffff;
}

.checkout_container {
    z-index: 1000;
}

.checkout-section {
    color: #9ea1a3;
    font-weight: 500;
    position: relative;
}

.checkout-section label {
    font-weight: normal;
    width: 100%;
}

.checkout-title {
    color: #9ea1a3;
    font-size: 26px;
}

.checkout_title--small {
    color: #9ea1a3;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}

.checkout_form {
    margin-top: 20px;
}

.container-column {
    display:flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .order-element {
        order: 1;
    }
}

.checkout_radio {}

.checkout_radio input {}

.shipping_radio {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 5px;
}

.shipping_radio.unavailable {
    border-color: #ccc;
    cursor: not-allowed;
    color: #ccc;
}

.shipping_radio label {
    margin: 0;
    padding: 0;
}

.shipping_radio label span.shipping_radio-btn {
    display: block;
    height: 35px;
    width: 200px;
    line-height: 35px;
    border: 1px solid #aaa;
    color: #666;
    padding: 0 10px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: normal;
    cursor: pointer;
}

.shipping_radio.unavailable label span.shipping_radio-btn {
    border-color: #ccc;
    cursor: not-allowed;
    color: #ccc;
}

.shipping_radio input[type="radio"] {
    display: none;
}

.shipping_radio input[type="radio"]:checked+span {
    background-color: rgba(0, 0, 0, 0.08);
}

.shipping_radio input[type="radio"]:checked+span:after {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    content: "\e013";
    position: absolute;
    right: 10px;
}

#pickup_options {}

#pickup_options .pickup_info {
    color: #666;
}

#pickup_options .pickup_info .pickup_info-alias {
    text-transform: capitalize;
}

/* #pickup_options .pickup_info .pickup_info-summary {
    text-transform: capitalize;
} */


#pickup_options&gt;label.checkout_office-tile {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

#pickup_options&gt;label.checkout_office-tile.unavailable {
    border-color: #ccc;
    cursor: not-allowed;
}

#pickup_options&gt;label.checkout_office-tile&gt;div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    color: #666;
}

#pickup_options&gt;label.checkout_office-tile.unavailable&gt;div {
    color: #ccc;
}

#pickup_options&gt;label.checkout_office-tile.unavailable .checkout_office-radio_detail {
    padding-right: 160px;
}

#pickup_options&gt;label.checkout_office-tile&gt;.checkout_office-radio_input {}

#pickup_options&gt;label.checkout_office-tile.unavailable&gt;.checkout_office-radio_input {
    visibility: hidden;
}

#pickup_options&gt;label.checkout_office-tile&gt;.checkout_office-radio_input&gt;.radio-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
}

#pickup_options&gt;label.checkout_office-tile&gt;.checkout_office-radio_input&gt;input[type='radio']:checked+.radio-mask {
    background-color: rgba(0, 0, 0, 0.08);
}

#pickup_options&gt;label.checkout_office-tile&gt;.checkout_office-radio_detail {
    max-width: calc(100% - 28px);
}

/* #pickup_options&gt;label.checkout_office-tile&gt;.checkout_office-radio_detail&gt;div {
    text-transform: capitalize;
} */

#pickup_options&gt;label.checkout_office-tile&gt;.checkout_office-radio_detail&gt;div.office-title {
    font-size: 18px;
    line-height: 1em;
}

#pickup_options&gt;label.checkout_office-tile&gt;.checkout_office-radio_detail&gt;div.office-address {
    font-size: 14px;
}

#pickup_options&gt;label.checkout_office-tile&gt;.checkout_office-radio_stock {
    display: none;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: 0px;
    vertical-align: middle;
    height: 100%;
}

#pickup_options&gt;label.checkout_office-tile&gt;.checkout_office-radio_stock:after {
    display: inline-block;
    content: " ";
    vertical-align: middle;
    height: 100%;
}

#pickup_options&gt;label.checkout_office-tile.unavailable&gt;.checkout_office-radio_stock {
    display: inline-block;
}

label.checkbox-tile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

label.checkbox-tile.unavailable {
    border-color: #ccc;
    cursor: not-allowed;
}

label.checkbox-tile&gt;div {
    padding: 0 5px;
    color: #666;
}

label.checkbox-tile.unavailable&gt;div {
    color: #ccc;
}

label.checkbox-tile.unavailable .checkbox-radio_detail {
    padding-right: 160px;
}

label.checkbox-tile&gt;.checkbox-radio_input {}

label.checkbox-tile.unavailable&gt;.checkbox-radio_input {
    visibility: hidden;
}

label.checkbox-tile&gt;.checkbox-radio_input&gt;.radio-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
}

label.checkbox-tile&gt;.checkbox-radio_input&gt;input[type='radio']:checked+.radio-mask {
    background-color: rgba(0, 0, 0, 0.08);
}

label.checkbox-tile&gt;.checkbox-radio_detail {
    flex: 1;
}

label.checkbox-tile&gt;.checkbox-radio_detail .courier-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.courier-price {
    display: flex;
    align-items: center;
}

.courier-price small {
    display: block;
    text-decoration: line-through;
}

.courier-price a {
    margin-left: .5rem;
}

label.checkbox-tile&gt;.checkbox-radio_detail&gt;div {
    text-transform: capitalize;
}

label.checkbox-tile&gt;.checkbox-radio_detail&gt;div.office-title {
    font-size: 18px;
    line-height: 1em;
}

label.checkbox-tile&gt;.checkbox-radio_detail&gt;div.office-address {
    font-size: 14px;
}

label.checkbox-tile&gt;.checkbox-radio_stock {
    display: none;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: 0px;
    vertical-align: middle;
    height: 100%;
}

label.checkbox-tile&gt;.checkbox-radio_stock:after {
    display: inline-block;
    content: " ";
    vertical-align: middle;
    height: 100%;
}

label.checkbox-tile.unavailable&gt;.checkbox-radio_stock {
    display: inline-block;
}

.select2+.address_radio,
.select2+.checkout_office-tile {
    margin-top: 10px;
}

label.address_radio {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

label.address_radio&gt;div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    color: #666;
}

label.address_radio&gt;.address_radio-input {}

label.address_radio&gt;.address_radio-input&gt;.selected_mask {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0);
}

label.address_radio&gt;.address_radio-input&gt;input[type="radio"]:checked+.selected_mask {
    background-color: rgba(0, 0, 0, 0.08);
}

label.address_radio&gt;.address_radio-detail {
    text-transform: capitalize;
    max-width: calc(100% - 28px);
}

label.address_radio&gt;.address_radio-detail&gt;.address_radio-name {
    font-size: 18px;
    line-height: 1em;
}

label.address_radio&gt;.address_radio-detail&gt;.address_radio-address-line {
    font-size: 14px;
}

label.address_radio&gt;.address_radio-edit {
    display: none;
    position: absolute;
    z-index: 1000;
    bottom: 0px;
    right: 0px;
    padding: 5px 10px;
    font-size: 14px;
}

label.address_radio:hover&gt;.address_radio-edit {
    display: block;
}

label.delivery_option {
    display: block;
    cursor: pointer;
}

label.delivery_option&gt;div {
    display: inline-block;
    vertical-align: middle;
}

label.delivery_option&gt;.delivery_option-input {
    padding-right: 10px;
}

label.delivery_option&gt;.delivery_option-label {
    padding: 0 10px;
}

label.delivery_option&gt;.delivery_option-help {}

.add_address-anchor {
    display: block;
    position: absolute;
    top: 0px;
    padding: 0;
    right: 0px;
    line-height: 1;
}

.add_address-anchor:before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    content: "\2b";
    font-size: 10px;
    padding: 0 5px;
}

#s_option {
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#s_option .delivery_option-alert {
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffdd57;
    color: #333333;
    padding: 10px 15px;
}

.checkout-has-error {
    border: 1px solid #ff425b;
}

.checkout_summary_container {
    /* position: fixed; */
    padding: 1.5rem 0 1.5rem 1.5rem;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    top: 15px;
}

.checkout_summary_container .cart_title {
    color: #9ea1a3;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 1rem 0;
}

.checkout_summary_container .cart_section {
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.checkout_summary_container .cart_section:last-child {
    border-bottom: 0px;
}

.checkout_summary_container .cart_section#cart-product_list {
    overflow-y: auto;
    max-height: calc(100vh - 280px);
    /*padding-right: 17px;*/
    padding-top: 0;
    padding-bottom: 0;
}

.checkout_summary_container .detail_line {
    display: flex;
    align-items: stretch;
    padding: .7rem 0;
}

.checkout_summary_container .detail_line:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.checkout_summary_container .detail_line .detail {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.checkout_summary_container .detail_line .detail:first-child {
    padding-left: 0px;
}

.checkout_summary_container .detail_line .detail:last-child {
    padding-right: 0px;
}

.checkout_summary_container .detail_line .detail.prd-name {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout_summary_container .detail_line .detail.prd-quantity {
    width: auto;
}

.checkout_summary_container .detail_line .detail.prd-discount {
    width: 30px;
}

.checkout_summary_container .detail_line .detail.prd-total {
    width: auto;
    min-width: 90px;
}


.checkout_summary_container .detail_line .detail:last-child {
    text-align: right;
}

.checkout_summary_container &gt; .cart_section {
    padding-right: 1.5rem !important;
    border: none !important;
}

.checkout_summary_container &gt; .cart_section:first-child &gt; div {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.checkout_summary_container &gt; .cart_section:first-child &gt; div a {
    padding-top: .6rem;
}

.checkout_summary_container &gt; .cart_section:last-child &gt; div {
    border-top: 1px solid #ddd;
}

.free-shipping-alert {
    width: 100%;
    padding: 1rem 0;
    margin: 1rem 0;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
}

.free-shipping-alert progress[value] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    position: relative;
    width: 50%;
    height: 1rem;
    background-color: #fff;
    color: #31708f;
}

.free-shipping-alert progress[value]::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.free-shipping-alert progress[value]::-webkit-progress-value {
    position: relative;
    background-color: #31708f;
}

.free-shipping-alert progress[value]::-moz-progress-bar {
    background-color: #31708f;
    overflow: hidden;
}

.checkout_summary_container .discount-detail-button {
    cursor: pointer;
}

.checkout_summary_container .discount-detail-button svg {
    width: 1rem;
    height: auto;
    fill: #666;
}

.checkout_summary_container .discount-detail-container {
    background-color: rgba(0, 0, 0, 0.08);
}

.checkout_summary_container .discount-detail-container .detail_line {
    padding-left: 1rem;
    padding-right: 1rem;
    border: none;
}

.checkout_summary_container .discount-detail-container:last-child {
    border-top: 1px solid #ddd;
}

.checkout_summary_container .discount-detail-container:not(:last-child) .detail_line:last-child {
    border-bottom: 1px solid #ddd;
}

/* Cupon Descuento */

.coupon_container-input {
    
}

.coupon_container-input #cupon-input {
    
}

.coupon_container-input .cupon-send {
    margin-right: 0px;
}

.coupon-tile {
    display: block;
    position: relative;
    width: 100%;
    background-color: rgba(0,0,0,0.08);
    margin: 4px auto;
    color: #666;
}

.coupon-tile.deleting::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1010; 
    animation: fadeDeleteCoupon 0.3s forwards;
}

.coupon-tile.adding {
    height: 0;
    overflow: hidden;
}

.coupon-tile.adding::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1010;
    background-color: rgba(255,255,255,0.4);
}

@keyframes fadeDeleteCoupon {
    from {
        background-color: rgba(255,255,255,0);
    }
    to {
        background-color: rgba(255,255,255,0.4);
    }
}

.coupon-tile:first-child {
    margin-top: 10px;
}

.coupon-tile__btn-remove {
    position: absolute;
    top: 10px;
    right: 10px;
}

.coupon-tile__btn-remove a {
    color: #666;
    display: block;
    font-size: 20px;
    margin-top: -10px;
}

.coupon-tile__btn-remove a:hover, .coupon-tile__btn-remove a:active, .coupon-tile__btn-remove a:focus {
    text-decoration: none;
    color:#333;
}

.coupon-tile__body {
    position: relative;
    height: 60px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.coupon-tile__body::after {
    display: inline-block;
    content: "";
    height: 60px;
    vertical-align: middle;
    height: 100%;
}

.coupon-tile__title {
    display: inline-block;
    padding: 0 20px;
    font-weight: normal;
    max-width: 60%;
    font-size: 20px;
}

.coupon-tile__title &gt; h5 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}

.coupon-tile__detail {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.coupon-tile__detail-list {
    list-style: none;
    margin: 0px;
    position: absolute;
    top: 8px;
    right: 40px;
}

.coupon-tile__detail-item {
    margin: 0px;
    font-size: 18px;
}

.coupon-tile__detail-item--small {
    margin: 0px;
    font-size: 14px;
}

@media only screen and (max-width: 400px) {
    .coupon-tile__detail-item--small {
        font-size: 12px;
    }
}

.coupon-tile__detail-item {

}

.coupon_container {
    
}

.coupon_container .coupon_container-input {}

.coupon_container .coupon_container-input&gt;* {
    
}

.coupon_container .coupon_container-input input.cupon-input {
    
}

.coupon_container .coupon_container-input a.cupon-send {
    
}

.cupon-input {

}

.cupon-send {

}

.coupon-alert {
    padding: 1rem 0 0;
}

/* Resumen de  Compra */

.summary_line {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    margin-bottom: 20px;
}


.summary_data ul {
    list-style-type: none;

}

.summary_data ul li {

    margin-bottom: 10px;
}

.checkout_form-tip {
    color: #999;
    margin-top: -8px;
    margin-bottom: 6px;
    font-size: 14px;
}


/******Success CSS********/

.success_container {
    max-width: 1100px;
    /*min-width: 960px;!important;*/
    margin: auto;
    padding: 0 3%;
    border: 1px solid #f0f0f0;
    margin-top: 0.5rem;
}

.car_container {
    padding: 1.5rem;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.car_totals_container {
    width: 100%;
    margin: auto;
    padding: 1% 3% 1%3%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.car_total_separation_row {
    border-bottom: 1px solid #777777;
    margin: auto;
    opacity: 0.4;
    margin-top: 10px;
    float: right;

}

.adress_container {
    margin: auto;
    padding: 1%;
    margin-top: 20px;
}

.total_container {
    margin: auto;
    padding: 1%;
    margin-top: 20px;
}

.total_line {
    border-bottom: 1px solid #dddddd;

}

.form-select {
    width: 100%;
}

.select2-container .select2-selection--single {
    border: 1px solid #ccc !important;
    color: #555;
    height: 34px !important;
    padding-left: 3px;
    padding-top: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    margin-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #555 !important;
}

.type-shipping {
    padding-left: 15px;
    margin-bottom: 10px;
}

.type-shipping span {
    margin-left: 3px
}

#map_notice {
    text-align: center;
    margin-top: 10px;
}

.button {
    float: left;
}

.margin-right10 {
    margin-right: 10px;
}

.no-padding {
    padding: 0px;
}

.margin-right25 {
    margin-right: 25px;
}

.map_dimension {
    width: 100%;
    height: 300px;
}

.market_document_type_info #company_person {
    margin-top: 1px;
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .row.checkout_form_line .col-sm-6:nth-child(2) {
        margin-top: 10px;
    }
}

.discount {
    margin: 10px 5px;
}

.discount h2 {
    margin: 0px;
    font-size: 2vw;

}

.couponclick {
    cursor: pointer;
}

.validation {
    background-clip: padding-box;
    border: 1px solid #e3e6e9;
    border-radius: 2px;
    color: #939eaa;
    display: block;
    /*font: 14px/14px "Lato",sans-serif;*/
    margin-top: 5px;
    padding: 5px 6px 7px;
    text-align: center;
    float: left;
    width: 90%;
}

.discount-value {
    background-color: #fff;
    box-shadow: 0 1px 3px 1px #c7c7c7;
    font-size: 2vw;
    padding: 20px 8px;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
    float: left;
    width: 90%;
}

.discount-value a {
    text-decoration: none;
}

.couponcode {
    border: 2px dashed #c1c7ce;
    border-radius: 3px;
    color: #939eaa;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 5px;
    text-decoration: none;
}

.code_item {
    margin-top: 10px;
}

.checkout-minimum-amount {
    font-size: 16px;
    color: #666;
    margin: 27px 0px 20px 0px;
}

.checkout-warning-message {
    margin-top: 20px;
    color: #ee7320;
}

small.summary {
    margin-left: 36px;
    position: absolute;
    margin-top: -8px;

}

.container h4,
.h4 {
    font-size: 13px;
    margin-bottom: 0px;
    color: #666;
}

.checkout-hidden_checkbox-label {
    display: block;
    height: 34px;
}

.checkout-hidden_checkbox-label&gt;.btn&gt;.on {
    display: inline-block;
}

.checkout-hidden_checkbox-label&gt;.btn&gt;.off {
    display: none;
}

.checkout-hidden_checkbox-label input[type='checkbox'] {
    display: none;
}

.checkout_section_tittle {
    text-transform: uppercase;
}

/* Pay type */

.pay-type-discount {
    position: absolute;
    width: 70px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    background-color: #ea3;
    color: #600;
}

.pay-type-discount__label {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 16px;
    text-align: center;
}

.pay-type-discount__label a {
    position:relative;
    z-index:1000;
    top:-25px;
    left:30px;
}

.pay-type-discount:after {
    display: inline-block;
    height: 100%;
    width: 14px;
    vertical-align: middle;
    content: "";
}

.pay-type-discount__percentage {
    display: inline-block;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}

.pay-type-discount__lead {
    margin-top: 2px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    font-weight: bold;
}

.checkout__pay_type__item {
    position: relative;
    border: 1px solid;
    border-color: #aaa;
    border-radius: 5px;
    margin: 5px 0;
    padding: 10px;
    overflow: hidden;
}

.checkout__pay_type__item label {
    vertical-align: middle;
    margin: 0;
}

.checkout-section .checkout__pay_type__mask {
    display: none;
}

.checkout-section input[type='radio']:checked+.checkout__pay_type__mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.08);
    display: block;
}

.checkout__pay_type__item input {
    vertical-align: middle;
    margin: 0;
}

.checkout__pay_type__item .checkout__pay_type__details {
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
    padding: 0px 70px 0px 5px;
    display: inline-table;
    width: 95%;
    
}

.checkout__pay_type__item .checkout__pay_type__details img{
    max-width: 100%;
    max-height: 40px;
}

.checkout__pay_type__details.checkout__pay_type__with_msg {
    width: 90%;
    font-size: 14px;
    color: #666;
}

.checkout__pay_type__details.checkout__pay_type__with_msg span {
    display: block;
    font-weight: normal;
    color: #9ea1a3;
}

.checkout__pay_type__currencys_convert {
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media only screen and (max-width:993px) {
    .checkout_summary_container {
        position: static;
    }

    label.address_radio&gt;.address_radio-edit {
        display: block !important;
    }

    label.address_radio&gt;.address_radio-detail&gt;.address_radio-address-line:last-child {
        max-width: calc(100% - 20px);
    }

    .shipping_radio {
        width: 100%;
        margin-bottom: 10px;
    }

    .shipping_radio label {
        width: 100%;
    }

    .shipping_radio label .shipping_radio-btn {
        width: 100% !important;
    }

    /* Cupon Descuento */

    .coupon_container {}

    .coupon_container .coupon_container-input {}

    .coupon_container .coupon_container-input input.cupon-input {
        margin-right: 10px;
    }

    .coupon_container .coupon_container-input a.cupon-send {}

    /* ***** */

    .checkout_office-radio_stock {
        position: static !important;
        margin-left: 28px;
    }

    /*
    .checkout_summary_container .detail_line .detail.prd-name {
        width: 180px;
    }
    */
    .checkout_summary_container .cart_section#cart-product_list {
        overflow-y: auto;
        max-height: auto;
        min-height: auto;
        padding-right: 0px;
    }

    .checkout_summary_container .detail_line .detail.prd-name {
        width: 100%;
    }

    #co_summary {
        margin-top: 20px;
    }
}

/* GENERAL */

/*
.danger {
    color: #a94442;
    background-color: #f2dede;
}
*/

/* LOADER */

.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    z-index: 10001;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #666;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}



/* Fail Checkout  */

.checkout__fail_msg__container {
    border: 6px solid;
    border-color: #FFDD57;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
}



.checkout__fail_msg__container .glyphicon {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #9999;
    font-weight: normal;

}

.checkout__fail_msg__title {
    background-color: #FFDD57;
    /*padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;*/
    /*display: inline-flex;*/
    width: 100%;
    padding: 5px 10px;
}

.checkout__fail_msg__title p {
    margin-bottom: 0px;
    font-size: 14px;
    display: table;
}

.checkout__fail_msg__title h1 {
    background-color: #FFDD57;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: normal;
    display: block;
    vertical-align: middle;
    /*width: 75%;*/

}

.checkout__fail_msg__details {
    padding: 5px  15px;
}

.checkout__fail_msg__details ul {
    padding: 0 10px;
}
/*
.checkout__fail_msg__img {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    max-width: 200px;
    text-align: right;
    line-height: 19px;
    display: inline-table;
    vertical-align: middle;
}
*/
.checkout__fail_msg__img img{
    max-width:100%;
    height:auto;
    max-height:80px;
}

.cart_section .product-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cart_section .product_detail {
    margin: initial;
    padding: 1rem 0;
    display: flex;
    align-items: center;
}

.cart_section .product_detail:first-of-type {
    padding-top: 2rem;
}

.cart_section .product_detail:last-of-type {
    padding-bottom: 2rem;
}

.cart_section .product_image {
  text-align: center;
  text-align: -webkit-center;
}

.cart_section .product_image img {
    height: auto;
    width: auto;
    max-height: 64px;
    max-width: 64px;
}

.cart_section .row {
  width: 100%;
}

.summary-detail-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summary-cart-detail .row {
    display: flex;
    flex-wrap: wrap;
}

.summary-separation:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.summary-cart-detail del {
    font-size: 12px;
}

.summary-cart-detail del h5 {
    margin-bottom: 3px;
}

.summary-cart-detail del + h5 {
    margin-top: 0;
}

.align-items-center {
    display: flex !important;
    align-items: center;
}

.align-items-center.text-right {
    justify-content: flex-end;
}

.iti {
    width: 100%;
}

@media only screen and (min-width: 992px) {
  .co_summary {
    position: fixed;
  }
    .summary-cart-detail .car_container:first-of-type {
        width: calc(66.66666667% - 10px);
        margin-right: 10px;
    }
    .summary-cart-detail .car_container:last-of-type {
        width: calc(33.33333333% - 10px);
        margin-left: 10px;
    }
}
/*
@media only screen and (max-width:700px) {
    .checkout__fail_msg__title h1 {
        width: 70%;
    }
}
*/

@media only screen and (max-width:486px) {
    .checkout__fail_msg__title {
        display: block;
    }
    .checkout__fail_msg__title h1 {
        width: 100%;
    }
    .checkout__fail_msg__img {
        position: unset;
        /*max-width: 100%;
        text-align: center;
        display: block;*/
    }
    .checkout__pay_type__item .checkout__pay_type__details {
        width: 90%;
    }
}
</pre></body></html>