/***************************************************************************************************************
    Dear Dev Pros,

    Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered
    into any file that includes this one (spoiler alert: most files include this file)
****************************************************************************************************************/
/***************************************************************************************************************
    Dear Dev Pros,

    Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered
    into any file that includes this one (spoiler alert: most files include this file)
****************************************************************************************************************/
/***************************************************************************************************************
    Dear Dev Pros,

    Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered
    into any file that includes this one (spoiler alert: most files include this file)
****************************************************************************************************************/
.product-detail #AddProductForm_Form_Quantity { max-width: 50%; }

.cart-table { width: 100%; border-top: solid 4px #04aecc; border-right: solid 1px #ebebeb; border-bottom: solid 1px #ebebeb; border-left: solid 1px #ebebeb; border-collapse: initial; overflow-x: auto; }

.cart-table th { padding: 1rem; vertical-align: middle; }

.cart-table td { padding: 1rem; }

.cart-table .cart-product-row td { border-top: solid 1px #ebebeb; }

.product-grid-item-inner { border: solid 1px #ebebeb; border-left: solid 4px #04aecc; }

#CartForm_CartForm .form-group { padding: 0; }

.payment-form { max-width: 500px; }
/*# sourceMappingURL=products.css.map */