/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 26 2023 | 08:10:45 */
.product-page-price {
	font-size: 28px;
	margin-bottom: 20px;
}
.related.related-products-wrapper .gratisShop {
	FONT-SIZE: 14px;
}
.single-product .product-title.product_title.entry-title {
	padding: 10px 0px;
}
.single-product .product-section {
	border-top: none;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
	padding: 30px 0px 20px 0px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.single-product  .col-inner {
	padding: 0px 0px 0px 0px !important;
}
.single-product  .plus.button, .single-product  .minus.button, .single-product .input-text.qty.text{
	background-color: #fff !important;
	box-shadow:none !important;
}
.single-product .single_add_to_cart_button {
	border-radius: 40px;
}
.single-product .single_add_to_cart_button:hover {
	background-color: #fff !important;
	color: #000;
	box-shadow: none;
	border-color: #e1e1e1;
}
.single-product .quantity .button.plus, .single-product .quantity .button.minus {
	border-radius: 40px;
}
.buyMore p {
	font-weight: 600;
}
@media (max-width:768px){
.quantity.buttons_added.form-normal {
	margin-bottom: 15px;
}
	.gratisShop + .badge-container + .product-small.box {
	padding-top: 20px;
}
}