@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/

.woocommerce ul li:before {
	display: none;
}

.entry-content ul li:before, #toc_container .toc_title::before, .cbox.type_simple.is-style-site_color .span__box_title, .stk_timeline__child::before {
	display: none !important;
}

.woocommerce-loop-product__title {
    background-color: white !important;
    color: #666 !important;
    font-size: 14px !important;
    border-bottom: 2px solid #f4b5bf !important;
    padding: 7px 7px !important;
    border-top: 2px solid #f4b5bf !important;
}
.widgettitle {
    background-color: #ffede6 !important;
    color: #666 !important;
　　border-bottom: 2px solid #f4b5bf !important;
}

.single_add_to_cart_button {
	background-color: #f4b5bf !important;
}

.add_to_cart_button {
	background-color: #f4b5bf !important;
	color: white !important
}

.single_add_to_cart_button::before{
	font-family: "Font Awesome 5 Brands" !important;
	content: '\f23d';
	font-size: 15px;
	font-weight: 400;
	margin-right: 10px;
	color: white !important;
}

.add_to_cart_button::before{
	font-family: "Font Awesome 5 Brands" !important;
	content: '\f23d';
	font-size: 15px;
	font-weight: 400;
	margin-right: 10px;
	color: white !important;
}