.slider .owl-stage-outer {
	padding-bottom: 12px;
}

.slider {
	margin-bottom: 0px;
}
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #474747;
}
.product_card_row .slider .owl-stage-outer{
	padding-bottom: 10px;
}
.product-detail-slider .inner-slider .owl-stage-outer{
	padding-bottom: 10px;
}
.product_card_row .slider.slider-gifts .owl-stage-outer{
	padding-bottom: 65px;
}
@media (max-width: 1024px){
	.product_card_row .slider.slider-gifts .owl-stage-outer{
		padding-bottom: 40px;
	}
}

.ajax-loader-plug{
	background-position: center;
	background-size: 100%;
	min-height: 420px;
	position: relative;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.ajax-loader-plug:before {
	position: absolute;
	top: 0;
	left: -45%;
	z-index: 2;
	display: block;
	content: '';
	width: 25%;
	height: 100%;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation: shine .8s ease-in-out infinite;
	animation: shine .8s ease-in-out infinite;
	opacity: 1;
}
@media (max-width: 900px){
	.product-detail-slider .inner-slider .owl-stage-outer{
		padding-bottom: 15px;
	}
	.slider .owl-stage-outer {
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 901px){
	.slider .owl-stage-outer {
		height: inherit!important;
	}
}
