.owp-floating-bar {
	position: fixed;
	top: 0;
	background-color: #ffffff;
	width: 100%;
	height: 0;
	z-index: 9999;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.owp-floating-bar.show {
	height: 66px;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible
}
.owp-floating-bar .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	height: 66px
}
.owp-floating-bar .left, .owp-floating-bar .right {
	width: 50%
}
.owp-floating-bar .right {
	text-align: right
}
.owp-floating-bar p.selected {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 12px;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 600
}
.owp-floating-bar h2.entry-title {
	font-family: 'mrs-eaves-roman-all-small-ca', serif;
    font-weight: 700 !important;
    font-size: 1.5em !important;
    line-height: 0.8em !important;
    letter-spacing: 0 !important;
	display: inline-block;
	color: #4a4a4a;
	margin: 0;
	padding: 0;
	border: 0
}
.owp-floating-bar .product_price {
	display: inline-block
}
.owp-floating-bar .product_price p {
	font-size: 16px;
	font-weight: 600;
	margin: 0 30px 0 0;
	color: #fff !important;
}
.owp-floating-bar .product_price del {
	-moz-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7
}
.owp-floating-bar .product_price del .amount, .owp-floating-bar .product_price .amount {
	color: #4a4a4a
}
.owp-floating-bar form.cart {
	display: inline-block
}
.owp-floating-bar form.cart .quantity {
	margin: 0 20px 0 0;
	zoom: 1;
}
.owp-floating-bar form.cart .quantity .minus, .owp-floating-bar form.cart .quantity .plus {
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 20px;
	border: 0
}
.owp-floating-bar form.cart .quantity .minus:hover, .owp-floating-bar form.cart .quantity .plus:hover {
	background-color: rgba(255, 255, 255, .2)
}
.owp-floating-bar form.cart .quantity .qty {
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
	border: 0
}
.owp-floating-bar button.button {
	font-family: 'mrs-eaves-roman-all-small-ca', serif;
    font-weight: 700 !important;
    font-size: 1.5em !important;
    line-height: 1em !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
	background-color: #b41b10 !important;
	color: #ffffff !important;
	padding: 0.25em 1em !important;
}

.owp-floating-bar button.button:hover, .owp-floating-bar button.button:focus {
	background-color: #f1f1f1
}
.owp-floating-bar .added_to_cart {
	display: none
}
.owp-floating-bar .out-of-stock {
	display: inline-block;
	margin: 0;
	color: #b41b10;
	font-size: 16px;
	font-weight: 600
}
.boxed-layout .owp-floating-bar {
	width: 1280px;
	max-width: 100%
}
@media screen and (max-width: 1024px) {
	body {
		margin-bottom: 0
	}
	.owp-floating-bar {
		top: auto !important;
		bottom: 0
	}
	.owp-floating-bar.show, .owp-floating-bar .container {
		height: 60px
	}
	.owp-floating-bar .left, .owp-floating-bar .right {
		width: 50%
	}
	.owp-floating-bar .right {
		text-align: right
	}
	.owp-floating-bar form.cart {
		vertical-align: bottom
	}
	.owp-floating-bar form.cart .quantity {
		margin-top: 0
	}
	.owp-floating-bar button.button {
		height: 36px;
		padding: 0 40px;
		color: #d71203;
	}
	#scroll-top {
		bottom: 50px
	}
}
@media screen and (max-width: 1191px) {
	.owp-floating-bar .left {
		display: none
	}
	.owp-floating-bar .right {
		width: 100%;
		text-align: center
	}
}
@media screen and (max-width: 700px) {
	.owp-floating-bar .product_price {
		display: none
	}
}
@media screen and (max-width: 339px) {
	[class*=owp-floating-bar] [class*=quantity] {
		display: none
	}
}
@media screen and (max-width: 300px) {
	.owp-floating-bar {
		display: none
	}
	body {
		margin-bottom: 0px
	}
}