/** main **/
.owl-carousel .owl-item {
    float: left;
    display: inline-block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

del > span {
    text-decoration: line-through;
}

/** post **/
li.ecom-post {
    padding: 0 15px;
}

li.ecom-post .inner-post-content {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: inset 0 0 0 1px white;
    -moz-box-shadow: inset 0 0 0 1px white;
    box-shadow: inset 0 0 0 1px white;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    width: 100%;
    -webkit-transition: background-color 0.3s linear,width 0.16s ease-in,height 0.16s ease-in;
    -moz-transition: background-color 0.3s linear,width 0.16s ease-in,height 0.16s ease-in;
    -o-transition: background-color 0.3s linear,width 0.16s ease-in,height 0.16s ease-in;
    transition: background-color 0.3s linear,width 0.16s ease-in,height 0.16s ease-in;
    position: relative;
}

li.ecom-post .post-date {
    position: absolute;
    top: 10px;
    padding: 10px;
    color: #FFF;
}

.pt-extra-gallery-img a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

li.ecom-post .inner-post-content .pt-extra-gallery-img{
	overflow: hidden;
}
.post-img-wrapper > .pt-extra-gallery-img > a > img {
}

/** post 2 **/
.dz-post-2 .row{
    margin-bottom: 30px;    
    float: left;
}

.dz-post-2 .row .link-to-post h4{
    margin-bottom: 20px;    
}

/** Product 1 **/
.filter-products .products div.item .item-area {
    width: 100%;
    position: relative;
}

.filter-products .products .product-image-area {
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 3px;
    z-index: 0;
    display: table;
    width: 100%;
}

.filter-products .products div.item .product-image img {
    width: auto;
    max-width: 100%;
    transition: opacity 0.3s;
    height: 220px;
}

.filter-products .products div.item .details-area {
    padding: 10px;
    text-align: center;
}

.item .details-area h4 {
    height: 40px;
}

.item .details-area .price-box {
    min-height: 40px;
}

.item .details-area .price-box del, .item .details-area .price-box ins {
    display: block;
}

.item .details-area .actions a.addtocart {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.item .details-area .actions a {
    margin: 10px 1px;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

a.addtocart {
    color: #333;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px 0 5px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
}

.item .details-area  .actions a.added_to_cart{
	visibility: visible;
	opacity: 1;
}

/** Category 1 **/
.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.ecom-accordion h4 a{
	font-size: 14px;
	color: #000;
}

.elementor-widget-ecom-product-categories-1 .ecom-accordion h4{
	margin-top:0;
	margin-bottom:10px;
}

.elementor-widget-ecom-product-categories-1 .ecom-accordion ul li{
	margin-left:20px;
}