/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */
.shop_table.cart thead th {
    padding: 17px 17px!important;
}


.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 100px;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
    margin-left: 15px;
}
.js-atc-btn svg,
.js-atc-btn .__text {
    display: inline-block;
    vertical-align: middle;
}
.js-atc-btn {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    body.view-cols-3 .rey-loopButtons .rey-cartBtnQty {
        flex-direction: column!important;
        align-items: center;
        width: 100%;
    }
}
.quantity {
    margin-left: auto !important;
    margin-right: auto !important;
}

td.actions {
    display: none;
}
