/*SLIDE*/
#slider-carousel {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 300ms ease-out 0ms;
	transition: opacity 300ms ease-out 0ms;
}
#slider-carousel.ready {
	opacity: 1;
	visibility: visible;
}
#slider-carousel .owl-bg-img:not(:first-child) {
	display: none;
}
/*.SLIDE*/



/*CONTENT-BOX*/
@media(max-width: 991px){
	.post-content.float-right {
		padding: 0 15px !important;
		float: none !important;
		clear: both;
	}
}
/*.CONTENT-BOX*/


/*BREAD CRUMBS*/
#breadcrumb {
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}
@media(max-width: 991px) {

	#breadcrumb {
		top: -30px;
		margin-bottom: -30px;
	}

}

.cart-product-detail .form-control {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}