/* 
TMA Changes - 2022-02-28
*/

div.matrix_personalizationButton button.btn.btn-primary{
    background-color: #0068b4;
}

.logo img {
    max-width: none !important;
}

body.printq-personalization div.product-info-price{
    display: none;
}


body.printq-personalization div.product-info-stock-sku{
    display: none;
}

body.printq-personalization div.matrix_quantityField{
    display: none;
}

body.printq-personalization div.reviews-actions{
    display: none !important;
}

body.printq-personalization .product-reviews-summary.empty{
    display: none !important;
}

body.printq-personalization div.product-social-links{
    display: none;
}

body.printq-personalization .matrix_layoutMain{
    padding-left: 0px;
}

body.printq-personalization .prev-next-products{
    display: none !important;
}

body.page-products div.product-reviews-summary.short{
    display: none !important;
}

body.page-products div.price-box.price-final_price{
    display: none !important;
}

body.page-products div.product-item-inner{
    display: none !important;
}

#create-account {
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    margin-bottom: 20px;

}

body.page-products div#layered-filter-block-container {
    display: none;
}

body.page-products .sidebar.sidebar-additional{
    display: none;
}

/* 
TMA Changes - 2022-08-18
*/

body.cms-home .test.page-title-wrapper {
    display: none;
}

/* 
TMA Changes - 2022-12-15
Hide product selector on product page
*/

body.catalog-product-view div.prev-next-products {
    display: none;
}

body.checkout-cart-index div#block-discount{
    display: none;
}

body.checkout-index-index div.payment-option._collapsible.opc-payment-additional.discount-code{
    display: none;
}