.hide {display: none !important;}

.elementor-widget-heading .elementor-heading-title {
    color: #5a4439;
    font-family: "Quattrocento",serif;
    font-weight: 600;
		font-size: 40px;
}

.elementor-widget-text-editor {
    color: #5a4439;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
}

.homepage-features, .hom-banner-button {
	display: none;
}
.shoptimizer-sticky-add-to-cart {
	display: none !important;
}

.custom-attributes {
	list-style-type: none;
	margin-left: 0;
}
.custom-attributes li {
	padding-bottom: 4px;
}
.attribute-label-text {
	font-weight: bold;
}
.product-widget {
	display: none;
}
.woocommerce-product-details__short-description {
    padding-top: 0px;
    margin-bottom: 30px;
}

.entry-content {
    font-family: inherit;
}

.mcfg-first {
    float: left;
    clear: both;
}
.mc-field-group-half {
    width: 48%;
    margin-bottom: 15px;
}
.mcfg-last {
    float: right;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary {
    color: #fff !Important;
    background-color: #b95536;
    border-color: transparent;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}
.btn {
    font-family: 'Quattrocento', serif;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 4px 0px rgb(66 66 66);
    -moz-box-shadow: 1px 1px 4px 0px rgba(66,66,66,1);
    box-shadow: 1px 1px 4px 0px rgb(66 66 66);
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media (min-width: 993px) {
.product-container .products {
flex-wrap: nowrap;
}
.product-container .product {
width: auto;
}
}


ul.products li.product.product-category:before {
	background: rgba(255,255,255,0.5);
	border: none;
}


.widget_layered_nav ul.woocommerce-widget-layered-nav-list li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 2px 0 #999;
    position: absolute;
    left: 0;
    margin-top: 6px;
    background: #fff;
    border: 2px solid #fff;
		display: none;
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list li a:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 2px 0 #999;
    position: absolute;
    left: 0;
    margin-top: 6px;
    background: #fff;
    border: 2px solid #fff;

}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list .chosen a:before {
    background-color: #000000;
}
