/*
light violet #b34a9c
dark violet #99238f

green #8fb32e
*/

a.logo > img {
	max-height: 58px;
}


#wrapper + footer {
	background: #330c30;
	background: -moz-linear-gradient(top, #800A76 0%, #330c30 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800A76), color-stop(100%, #330c30));
	background: -webkit-linear-gradient(top, #800A76 0%, #330c30 100%);
	background: -o-linear-gradient(top, #800A76 0%, #330c30 100%);
	background: -ms-linear-gradient(top, #800A76 0%, #330c30 100%);
	background: linear-gradient(to bottom, #800A760%,#330c30 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800A76', endColorstr='#330c30',GradientType=0 );
}
#wrapper + footer .footer-bar,
#wrapper + footer .footer-content {
	background: none;
}
#wrapper + footer .footer-bar,
#wrapper + footer .column.logo {
	background-color: rgba(0, 0, 0, 0.2);
}
#wrapper + footer .footer-content {
	border-top: rgba(0, 0, 0, 0.3) 1px solid;
}
#wrapper + footer .post-item {
	border-top: rgba(0, 0, 0, 0.2) 1px dashed;
}



#shop .item-box figure>.shop-item-info,
.relative>.shop-item-info {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 20;
    width: 70px;
	text-align: left;
}
#shop .item-box figure>.shop-item-info>.label,
.relative>.shop-item-info>.label {
    min-width: 50px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 3px;

    display: inline-block;
	line-height: 1.1;
}

.label.overlay-sale {
	/*background-color: #99238f;*/
	background-color: #b34a9c;
}








/* v1 - but they don't like it */
.bgimg-centered {
	display: block !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/* not really required */
@media (max-width: 767px) {
	[data-page-action="product-filter"] .bgimg-centered.fixed-ratio.square {
		height: auto;
		padding-bottom: 0;
		background-image: none !important;
	}
}
/* adding !important */
/*
.fixed-ratio.square {
	padding-bottom: 100% !important;
}
.owl-carousel.featured .owl-featured-item a.figure {
	background-color: #FFFFFF;
	border: 1px solid #F4F4F4;
}
*/
