/*
Theme Name:  sportfundr-child
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: sportfundrchild
Template: 	 spacebox-react
*/


.outer-conatiner {
    max-width: 1140px;
    margin: 0px auto;
    padding: 60px 20px;
    width: 100%;
}


.home .outer-conatiner .entry-header{
    display: none;
}
.home .outer-conatiner{
    max-width: 100% !important;
    padding: 0px;
    width: 100%;
}

.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button.contained {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.woocommerce-checkout button#place_order {
    float: left !important;
    margin-top: 15px;
}
body.page.woocommerce-checkout,body.page.woocommerce-cart,body.page.woocommerce-shop {
    padding: 40px 0px;
}
body.single-product {
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    padding: 40px 10px;
}


.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none;
}



@media only screen and (min-width: 600px) {
    .product-container {
        display: flex
    ;
        gap: 50px;
    }
    
  }


  section.related.products {
    padding-top: 40px;
}

h1.entry-title{
	display:none !important;
}

body {
    color: #fff; 
}