.bcitm.bcw2 img {
    margin-right: 9px;
}

.bcar_itm {
    display: flex;
    margin-top: 8px;
    margin-bottom: 15px;
    border-color: transparent;
}

.bcar_itm:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d9d9d9;
    position: absolute;
    bottom: -26px;
    left: 0;
}

.cont7 .cabe{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont7 .cabe h2 {
    margin: revert;
    top: 0% !important;
    padding: 0 13px;
}

.resumenInt {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}
.orderSumary .item {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #4e525a45;
    padding: 0 5px;
}

.row.numbers {
    margin: 0;
}

.orderSumary .item div {
    position: relative;
}

.orderSumary .item img {
    margin: 0;
    margin-right: 5px;
    width: 65px;
}

.item .price {
    display: flex;
    width: 100%;
    justify-content: right;
    width: 130px;
}

.item .name {
    width: 100%;

}

.orderSumary .item h5{
    font-size: 18px;
    color: #000;
    margin-left: 5px;
    font-weight: 400;
}

.total > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total > div .left {
    font-family: 'Lato', serif;
    font-weight: 500;
    font-size: 19px;
    color: #282e37;
    margin: 3px 15px;
}

.total > div .right{
    margin-right: 15px;
}


.total > div .right, .item .price span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 3px;
}

div#order-detail-content {
    border: 1px solid #4e525a45;
    padding: 0;    
    width: 100%;
    margin: auto;
}
.list-gateways h2{
    color:#000000 !important;
}
.list-gateways {
    margin-top: 30px !important;
    margin-bottom: 9px;
    width: 100%;
}

.go-to-pay{
    background-color: #ffd75d;
    padding: 15px 30px;
    height: fit-content;
    line-height: 100%;
    color: #fff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 5px;
    width: 80%;
    margin: 35px auto;
    font-weight: 700;
}

section#resumenCompra {
    padding: 55px 0;
}

@media (max-width: 4000px) {
    .cantidad {
        display: inline-flex;
        width: 138px;
        justify-content: center;
        align-items: center;
    }
   
    .botones {
        margin-bottom: 0px;
    }

    .cont7 .cabe h2 {
        font-size: 35px !important;
    }

    .b_car4 h2 {
        font-size: 35px !important;
    }

    .quantity {
        display: flex;
    }

    .bcar_itm {
        display: flex;
    }

    .bcitm.bcw6 {
        position: relative;
    }

    .bcar_itm-delete {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 35%;
    }

    .b_car2 {
        width: 100%;
    }

    .cont7 .cabe h2 {
       font-size: 26px !important;
    }
}
  
@media (max-width: 1441px) {
    .b_car3 .cont-coupon {
        margin-bottom: 106px;
    }
}
@media (max-width: 1210px) {
}

@media (max-width: 1100px) {
}
@media (max-width: 1053px) {
    .botones {
        margin-bottom: 22px;
    }

    .quantity {
        display: flow-root;
    }

    .b_car3 .cont-coupon {
        margin-bottom: 108px;
    }

    .bcar_itm-delete {
        position: relative;
        margin-left: 117px;
    }
}
@media (max-width: 992px) {
    
}
@media (max-width: 768px) {
    h2.bcar3_tit {
        font-size: 26px !important;
    }

    .b_car4 h2 {
        font-size: 20px !important;
    }

    .b_car3 .cont-coupon {
        margin-bottom: 2px;
    }

    .b_car2 {
        width: 91%;
    }

    .cont7 .cabe h2 {
        font-size: 20px !important;
    }

    #carrito form button {
        width: 100%;
    }

    .pasopaso {
        width: 84%;
    }
}
@media (max-width: 576px) {
    
}

@media (max-width: 425px) {
    .modal-body {
        padding: 0;
    }

    .bcitm.bcw4,.bcitm.bcw5,.bcitm.bcw6 {
        margin-top: 11px;
    }

    .bcar_itm {
        display: block;
    }

    .bcitm.bcw6 {
        position: initial;
    }

    .bcar_itm-delete {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .b_car2 {
        width: 100%;
    }

    .paso {
        display: flex;
    }

    .numero, .pasopaso {
        height: 168px;
        display: flex;
        align-items: center;
    }
    
}

@media (max-width: 375px) {    
    .btn-login {
        font-size: 15px;
    }

    .botones {
        display: flex;
        width: 100%;
    }

    .cantidad {
        margin: auto;
    }
}

@media (max-width: 320px) {

    .pasopaso .txt {
        margin-left: 0;
        width: 100%;
    }
    .pasopaso span{
        display: none;
    }

    .orderSumary .item h5 {
        font-size: 16px;
    }
    
}