*{
	margin:0;
}

/*---------------------Form tab---------------------*/
.ui-tabs-vertical { width: 100%;}
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 37em;}

#options h2, #qsettings h2, #style h2, #elements h2{
	padding-left: 0px;
}
#qsettings hr{
	margin-bottom: 15px;
}
.extps-form-inp{
	padding-bottom: 15px ! important;
	padding-top: 25px ! important;
}
.extps-form-inp:nth-child(1){
	margin-top: 15px;
}

.extps-form-inp hr{
	margin-top: 15px;
	margin-bottom: 15px;
}
.extps-form-inp label{
	padding-bottom: 15px ! important;
}
.extps-form-inp .input-title{
	font-size: 14px;
	font-weight: 500;
}
#extPS_category{

}

#underline{
	text-decoration: underline;
}

/*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: 20px;
	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;
}
.thumbnail-container{
	display: block;
	position: relative;
}
.enlarge-thumbnail{
	position: absolute;
	z-index: 1;
	bottom: 15px;
	right: 15px;
}
#extPS-title-price{
	padding-top: 10px;
}
.owl-dots{
	margin-top: -10px;
}
