/*
Theme Name: Sports Store Child
Theme URI: http://cmsmasters.net/sports-store-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Sports Store Child Theme
Template: sports-store
Version: 1.0.0
License:
License URI:
Text Domain: sports-store-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


#pre-footer{
	display: none !important;
}

.wc-block-cart__submit-button{
	border: 1px solid #fa5400;
}

.sidebar.fl {
    display: none !important;
}


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background-color: #c0392b; /* Rouge profond */
    color: #ffffff !important; /* Blanc pour un contraste max */
    font-size: 1rem; /* Très grand */
    font-weight: 900; /* Gras maximal */
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(192, 57, 43, 0.5); /* Ombre rougeoyante */
    border: 3px solid #fff; /* Contour blanc pour plus de relief */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 30px 0;
    display: block;
    clear: both;
    width: 100%;
}


.cmsmasters_star_trans_wrap{
	display: none !important;
}