#archive-products{
	margin-top: 20px;
}
#archive-products h3.sidebar-product{
	    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
        margin: 0;
    padding: 10px;    border-bottom: 1px solid #eee;
}
#archive-products .widget{
    margin-bottom: 15px;
    background: #fff;clear: both;
}
#archive-products .widget ul{
	padding: 0 10px;
}
#archive-products .widget.sub-dmsp h3{
	background: #c72719;
	color: #fff;
}
#archive-products .widget ul li{
	padding: 5px 0;    list-style: none;
}
#archive-products .widget ul li a{
	    font-size: 14px;
    color: #333;
    text-decoration: none;
    position: relative;
}
#archive-products .woocommerce-widget-layered-nav-list li a:before{
	    font-family: FontAwesome;
    padding-right: 5px;
    content: '\f096';
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    left:0;top:1px;
}
#archive-products .woocommerce-widget-layered-nav-list li a{
	padding-left: 15px;
}
#archive-products .woocommerce-widget-layered-nav-list li span{
	float: right;
}
#archive-products .woocommerce-widget-layered-nav-list li:hover a{
	color: #e03232;
}
#archive-products .woocommerce-widget-layered-nav-list li:hover a:before,#archive-products .woocommerce-widget-layered-nav-list li.chosen a:before{
	    font-family: FontAwesome;
    padding-right: 5px;
    content: '\f14a';
    font-size: 15px;
    font-weight: normal;
    color: #e03232;
}
#archive-products .woocommerce-widget-layered-nav-list li.chosen a:before{
	top:3px;
}
h1.woocommerce-products-header__title{
    font-size: 25px;
    font-weight: bold;
    font-family: "Noto Serif", sans-serif;
    text-transform: uppercase;
    float: left;
    margin-top: 0;
}
.onsale {
line-height: 25px !important;
    font-size: 13px !important;
    top: 10px !important;
    left: 0px !important;
    padding: 0 5px !important;
    background-color: #e03232 !important;
    border-radius: 0 !important;
    font-weight: normal !important;
    min-height: auto !important;position: absolute;
    color: #fff;
}
.product-lindo-item{
	overflow: hidden;
    position: relative;
    border: 1px solid #eee;
        border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
#archive-products .products .col-sm-3{
	padding: 0 !important;
}
.name-product,.price-archive,.cart-archive{
	padding:5px 10px;
}
.img-product{
	padding: 10px;
	height: 210px;
	overflow: hidden;
}
.name-product h3{
font-size: 14px;
    margin: 0;
    font-weight: bold;
}
.name-product h3 a{
	color: #333;
	text-decoration: none;
}
.products{
    float: left;width: 100%;
}
.name-product{
	    height: 38px;
    overflow: hidden;
}
.price-archive ins,.price-archive .price,.product_list_widget ins,.product_list_widget .woocommerce-Price-amount{
    margin-top: 17px;
    margin-bottom: 0px;
    font-family: "Noto Serif", sans-serif;

}
.price-archive del,.product_list_widget del span{
	opacity: 0.6;
	color: #333 !important;
	font-weight: 400 !important;    font-size: 13px;
}
.price-archive{
	    text-align: center;
}
.term-description p{
	font-size: 14px;
    color: #7d7d7d;
}
.cart-archive a{
	background-color: #c72719 !important;
    color: #fff !important;
    transition: 0.5s;
}
.cart-archive a:hover{
	background-color: #6d6d6d !important;
}
.cart-archive {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;    text-align: center;
    opacity: 0;
    transition: 0.5s;
}
.product-lindo-item:hover{
	border: 1px solid #c72719;
}
.product-lindo-item:hover .cart-archive{
	opacity: 1;
}
select.orderby{
    height: 35px;
    color: #333;
    font-size: 14px;
    outline: 0;
    border: none;
    background: none;
    color: #969696;

}
p.woocommerce-result-count{
	    font-size: 14px;
    color: #797979;
    margin-top: 10px;
}
.product_list_widget li img{
	    width: 65px !important;
    float: left !important;
    margin: 0 10px 0 0 !important;
}
span.product-title{
	font-weight: 400 !important;
}
.cart-pro a{
    padding: 0 !important;
    border-radius: 15px !important;
    padding-top: 5px !important;
}
h3.sidebarp-title{
        margin: 0;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #f86b47;
}
.menu-item-has-children{
    position: relative;
}
.menu-item-has-children ul{
    display: none;
}
.menu-item-has-children i{
        position: absolute;
    top: 10px;
    right: 10px;
}