.main-image-div{
    height: auto;
	padding-left: 0;
	padding-right: 0;
    overflow: hidden;
	max-width: 480px;
}
.sidebar-thumb-parent {
    height: 446px;
    overflow: hidden;
	padding: 0;
}
.side-bar-thumb-sub {
    position: relative;
}

.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 3px;
	border: 1px solid #000;
}
.owl-dots .owl-dot.active span{
	background: #000;
}

.prod-item-thumb {
    border-left: none;
	margin-bottom: 15px;
}

#product #content {
	max-width: 100%;
}

.mobile-thumb {
	display: inline-block;
	padding: 5px;
}

.mobile-thumb img {
	width: 45px;
	height: 56px;
}

.mobile-thumb-container {
	background: #e9ebed;
	padding: 10px;
	border: 1px solid #ccc;
    border-top: none;
	max-width: 400px;
	text-align: left;
}

.button-nav {
	cursor: pointer;
}

.main-image-div {
	min-height: 360px;
}

.main-product-img.owl-carousel{
	z-index: auto;
}
.main-product-img .owl-item.active .item{
	display: block;
}

.product-page-container .images-container {
	text-align: center;
    margin: 0 auto;
    max-width: 414px;
}

#headerShippingCarousel .animated {
	animation-duration:0.5s;
}
#carouselReviewList .animated {
	animation-duration:0.5s;
}
#guideCarouselReviewList .animated {
	animation-duration:0.5s;
}
#pressSectionCarousel .animated {
	animation-duration:0.5s;
}

/* Small devices (iphone 5) */
@media (min-width: 321px) {
	.main-image-div {
		min-height: 429px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.product-information {
		padding: 0;
	}
	
	.main-image-div {
		min-height: 498px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.main-image-div{
		padding-left: 15px;
		min-height: 394px;
		max-width: 480px;
	}
	
	.mobile-thumb-container {
		max-width: 315px;
	}
	
	.product-page-container .images-container {
		text-align: left;
		margin: 0;
		max-width: 100%;
	}
	
	.main-image-div .owl-carousel .owl-item img {
		width: 480px;
	}
	.main-image-div.adjust-mainimage-grid .owl-carousel .owl-item img {
		width: 330px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px){
	.main-image-div{
		padding-right: 30px;
	}
	
	.prod-item-thumb {
		width: 60px;
	}

	.padding-main-image {
		padding-right: 0;
	}
	.main-image-div.adjust-mainimage-grid .owl-carousel .owl-item img {
		width: 430px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
	.main-image-div {
		padding-right: 20px;
		min-height: 500px;
	}
	
	.thumb-image {
		min-height: 80px;
	}
	
	.padding-main-image {
		padding-right: 0;
		padding-left: 0;
	}
	.main-image-div.adjust-mainimage-grid .owl-carousel .owl-item img {
		width: 520px;
	}
}