/* ============= .E-PRODUCT ============= */
.e-product>.wrapper{
    background-color: #FFF;
	padding:50px 0px;
}
.e-product .panel,
.e-product .grid{
	position:relative;
	z-index:2;
}
.e-product .item{}
.e-product .item .image {
    height: 265px;
}
.e-product .item .meta .price {
    color: red;
}
.e-product .item .meta .price-compare {
    text-decoration: line-through;
    color: #9E9E9E;
    margin-left: 5px;
}
.e-product .item .more a {
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
}
.e-product .readmore{
    margin-top:25px;
}
.e-product>.wrapper.dark{
    background-color: #593340;
}
.e-product>.dark .panel .name>*,
.e-product>.dark .panel .description{
    color: #FFF;
}
.e-product>.wrapper.dark .item {
    background-color: #FFF;
    border-radius: 5px;
}
.e-product>.wrapper.dark .item .body {
    padding: 0px 10px 10px 10px;
}
.e-product>.dark .readmore a {
    border: 1px solid #FFF;
    color: #FFF;
}
@media (max-width:767px){
	.e-product>.wrapper{
		padding:15px 0px;
	}
	.e-product>.wrapper.dark .grid>.uk-grid.uk-grid-width-1-2>div:nth-child(n+5){
		display:none;
	}
	.e-product .item {}
	.e-product .item .image{
		height:165px;
	}
	.e-product .readmore{
		margin-top:15px;
	}
	.e-product .readmore a{
		width: 100%;
		text-align: center;
	}
}
/* ============= .E-PRODUCT-SIDEBAR ============= */
.e-product-sidebar>.wrapper{
	margin-top:25px;
}
.e-product-sidebar .item {
    min-height: 100px;
    padding-left: 115px;
}
.e-product-sidebar .item .image {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.e-product-sidebar .item .body {
	margin-top:0px;
}
.e-product-sidebar .item .meta .price {
    color: red;
}
.e-product-sidebar .item .meta .price-compare {
    text-decoration: line-through;
    color: #9E9E9E;
    margin-left: 5px;
}
.e-product-sidebar .item .more a {
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
}
/* ============= .E-PRODUCT-CATALOGUE ============= */
.e-product-catalogue>.wrapper{
	margin-top:25px;
}
#product .e-product-catalogue:first-child>.wrapper{
	margin-top:0px;
}
.e-product-catalogue .panel,
.e-product-catalogue .grid{
	position:relative;
	z-index:2;
}
.e-product-catalogue .item{}
.e-product-catalogue .item .image {
    height: 235px;
}
.e-product-catalogue .item .meta .price {
    color: red;
}
.e-product-catalogue .item .meta .price-compare {
    text-decoration: line-through;
    color: #9E9E9E;
    margin-left: 5px;
}
.e-product-catalogue .item .more a {
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
}
@media (max-width:767px){
	.e-product-catalogue>.wrapper{
		margin-top: 5px;
        padding: 15px 15px 15px 15px;
        background-color: #FFF;
        border-radius: 0px;
	}
	#product .e-product-catalogue:first-child>.wrapper{
		margin-top:0px;
	}
	.e-product-catalogue .item .image{
		height:165px;
	}
}