.table-shopping-wrap {
    padding-bottom: 2rem;
}

.table-shopping-wrap table tr{
    vertical-align: middle;
}

.table-shopping-wrap table tr, .table-shopping-wrap table td{
    background: none !important;]]+
}

.w-continue-shopping {
    text-align: right;
}
.quantity-no {
    width: 50px;
    border: none;
    margin: 0px 7px;
}


.contenido-modal-productos .quantity {
    text-align: center;
    border: 1px solid #c6c6c6;
    min-height: 50px;
    border-radius: 5px;
    max-width: 100px;
    font-size: 22px;
}

.contenido-modal-productos .quantity .inc-btn,
.contenido-modal-productos .quantity .dec-btn {
    width: 25px;
    height: auto;
    text-align: center;
    cursor: pointer;
    margin: auto;
}


.quantity {
    text-align: center;
    border: 1px solid #c6c6c6;
    min-height: 50px;
    border-radius: 5px;
    max-width: 100px;
}

.quantity .inc-btn,
.quantity .dec-btn {
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    margin: auto;
}

.quantity input {
    width: 30px;
    height: 30px;
    border: none !important;
    text-align: center;
    color: #333;
    outline: none;
    margin: auto;
    pointer-events: none !important;
}

.table-shopping-wrap .product-name-sc {
    color: var(--blue);
}

.resumen-pedido-header {
    padding-bottom: 2rem;
}

.resumen-pedido-header h5{
    background: linear-gradient(180deg, #ffa904 0%, #ff5704 100%);
    background-clip: border-box;
    background-clip: text;
    color: transparent;
    font-weight: 800;
}

.order-summary-wrapper {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px;
}

.vh-product-img {
    margin: auto;
    display: block;
    max-height: 80px;
}


.form-group {
    margin-top: 20px;
}

.ksh .kushki-modal {
    z-index: 100000 !important;
}