
.page-section-outer {
    position: relative;
}

/*
    Add this class to the list of content max-width in the theme.  It won't work correctly otherwise.
*/

.page-section-content {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    max-width: 1280px; /* appears to be the magento default */
    margin: 0 auto;
}

.page-section-content.no_pad {
    padding: 0;
}

.page-section-content.full_screen {
    max-width: 100%;
    margin: 0;
}

.page-section-products .product-item-details {
    padding-bottom: 10px;
}

.page-section-products .section-product-button button.action {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

