.hidepriceseasily-block .cyfsp {
	font-size: 12px;
	font-weight: 600;
	padding: 10px 15px;
	border: 0px solid #df0004;
	border-radius: 3px;
	color: #ffffff;
	background-color: #df0004;
	width: 200px;
	line-height: normal;
	margin: auto;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	display: block;
}

.hidepriceseasily-block .cyfsp:hover {
	background-color: #b20003;
}

.hidepriceseasily-block .pafp {
	font-size: 15px;
	font-weight: 600;
	padding: 10px 15px;
	border: 0px solid #df0004;
	border-radius: 3px;
	color: #ffffff;
	background-color: #df0004;
	width: 100%;
	line-height: normal;
	margin: auto;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.hidepriceseasily-block .pafp:hover {
	background-color: #b20003;
}

body#product .product-add-to-cart .tv-product-page-add-to-cart-wrapper .hidepriceseasily-block {
	margin-top: 5px;
}

.tvproduct-wrapper .product-description .hidepriceseasily-block .cyfsp,
.tvproduct-wrapper .product-description .hidepriceseasily-block .pafp {
	width: auto;
}

#hidepriceseasily {
	display: none;
}

#hidepriceseasily_r {
	display: none;
}

@media (max-width: 768px) {
	#hidepriceseasily_msg {
		display: none;
	}
}

@media (min-width: 768px) {
	#hidepriceseasily_msg_r {
		display: none;
	}
}