/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-description ul {
	list-style: square;
	list-style-position:inside;
}

.event-contents ul {
	list-style: square;
	list-style-position: inside;
}

/* .card-body  ul {
	list-style: circle;
	padding : 0 0 0 5em;
} */

.product-flags ul {
	list-style: none;
}

.bootstrap-touchspin .btn {
	position: relative;
	z-index: 1;
	color: #495057;
	background-color: #fff;
}

pre.wp-block-code {
	border-left: 6px solid #3498DB;
  background-color: #F5F7F9;
	padding: 5px;
}

#product .btn-add-to-cart {
	white-space: normal
}
#product h1, #product h2, #product h3, #product h4, #product h5, #product h6 {
	font-weight: 700;
}