.main-image-div{
    height: auto;
	padding-left: 0;
	padding-right: 0;
    overflow: hidden;
}
.side-bar-parent{
    height: auto;
    overflow: hidden;
	padding: 0;
}
.side-bar-thumb {
    position: relative;
}
.main-image-div img {
    
}
.displayNone {
    display: none;
}
.owl-dot{
	outline: none;
}
.owl-dots .owl-dot span{
	background: none;
	border-radius: 20px;
	display: block;
	height: 10px;
	width: 10px;
	margin: 5px 7px;
	border: 1px solid #000;
}
.owl-dots .owl-dot.active span{
	background: #000;
}
.video-icon-prod-main-image {
    width: 100%;
    max-width: 55px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 100px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#headerShipping .animated {
	animation-duration:0.5s;
}
@media (min-width: 768px) {
	.main-image-div {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px){
	.main-image-div{
		height: 645px;
		padding-right: 30px;
	}
	.side-bar-parent{
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px){
	.main-image-div {
		padding-right: 20px;
		padding-left: 0px;
	}
	
}