/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0-beta1
 Requires at least: 5.0
 Tested up to: 6.5.2
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
/*WMS CUSTOM*/

h1, h2, h3, h4, h5, h6 {
	font-family:poppins;
	text-transform: capitalize;
}
h1 {
	font-weight:bold;
}
h2.woocommerce-loop-product__title {
    padding: 15px;
}
h4.wms-item-total {
    margin: 1rem 0 2rem;
}
div#wms-total-pcs {
    height: 0px;
    overflow: hidden;
}
.wms-item-note {
	margin-top: 1rem;
}
.tc-epo-element-product-container-cart .tm-quantity-alt button.single_add_to_cart_product {
	display:none!important;
}

button.single_add_to_cart_product[data-add="Add"] {
    display:none;
}

/* Product Option Image */
span.woocommerce-Price-amount.amount {
    display: none;
}
span.tc-col.tc-label.checkbox-image-label-inline {
    font-family: cursive;
    font-size: 1.25rem;
    line-height: 2.5rem;
}
li.tmcp-field-wrap.tmhexcolorimage-li-nowh.tm-per-row.tc-mode-startimages.tc-active img {
    opacity: 1;
    border: 4px solid #3eff00;
}
ul.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-dynamic .tc-price-wrap .price.tc-price .amount {
	font-family: poppins;
    font-size: 1.25rem!important;
    line-height: 2.5rem;
}
