

/*carousel*/

.owl-carousel .item {
	
	padding: 5px ! important;
	height: auto ! important;
/*	background-color: #f6f6f6;*/
}
.owl-item{
	margin-right: 0px;
}

#item-inner-wrapper{
	padding: 20px 20px 0px 20px;
	height: auto ! important;
}

#default-thumbnail {
	width: 100%;
	min-height: inherit;
}
#default-thumbnail, #extPS-thumb {
	border-radius: 0px ! important;
}
#extPS-details {
    max-height: 0px;
    visibility: hidden;
  	opacity: 0.3;
}
#media-layer-title{

	color: #333;
}

/* #item-inner-wrapper:hover{
	
	-moz-transition: .4s all ease;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
#item-inner-wrapper:hover #extPS-details{
    max-height: 1500px;
    visibility: visible;
    opacity: 1;
    -moz-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
} */

.item-overlay{
	position: absolute;
	bottom: 30px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.item-overlay #media-layer-title{
	color: #888;
}

.hentry .wp-post-image {

	margin-bottom: 0px ! important;
}
#btn-addtocart{
	display: -webkit-flex;
    display: flex;
	justify-content: center;
	text-decoration: none;
}
.thumbnail-container{
	display: block;
	position: relative;
}
.enlarge-thumbnail{
	position: absolute;
	z-index: 1;
	bottom: 15px;
	right: 15px;
}

.owl-dots{
	margin-top: -10px;
}
