.header-image:empty {
	height: 0px;
}

.shadow-back,
.shadow {
	box-shadow: none !important;
}

.fixed-top {
	border-bottom: 1px solid #ececec;
	background: #fff;
}

.btn-danger i {
	margin-left: 5px;
}

.owl-dots {
	padding-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fef5f8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #b02a37;
}

.breadcrumb {
	margin-top: 20px;
}

.breadcrumb a {
	color: #777;
}

.breadcrumb-item.active {
	color: #aaa;
}

footer {
	border-top: 1px solid #ececec;
}

.card {
	border-color: #ececec;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.card-title {
	font-size: 18px;
	font-weight: 400;
}

.card-text .price {
	font-size: 24px;
}

.card-text .price sup {
	font-size: 14px;
	font-weight: 300;
}

hr {
	color: #aaa;
}

.main-price {
	margin-bottom: 20px;
}

.required-form-hint {
	color: #777;
	margin-bottom: 10px;
}

.to-cart {
	margin-top: 10px;
}

.headsep {
	text-transform: uppercase;
	font-size: 22px;
}

main a {
	color: #dc3545;
}

.heartbg {
	position: relative;
}

.heartbg::before{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	opacity: .2;
	background: url('/img/default/infinitylove-background.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	background-size: 350px;
	height: 100%;
}