/**
* Theme Name: Xocora Child
* Description: This is a child theme of Xocora, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: xocora
* Version: 1.3.0
*/
body.woocommerce-page #page .site-content {
    margin-top: 0px !important; 
}
.price .woocommerce-Price-amount
{
	margin-left: 5px;
}
ul li.variable-item
{
	padding: 6px 10px !important;
	border-radius: 0px !important;
	background: #bf624c !important;
	color: #fff !important;
}
ul li.variable-item:hover, ul li.variable-item.selected
{
	background: #e5a698 !important;
}
ul li.variable-item:hover .variable-item-span, ul li.variable-item.selected .variable-item-span
{
	color: #000 !important;
}
@media (min-width: 1024px) {
    .woocommerce-page .content-area {
        width: 100%; 
    }
	.xocora-archive-product .content-area {
        width: calc(100% - 330px);
    }
}
@media (max-width: 1024px) {
.hfe-site-logo-img
{
	display:inline-block;
}
}