
.content_article h2{margin: 10px 10px 20px 10px;font-size:1.3rem}
.content_article h3{margin: 20px 0 5px 0;font-size:1.2rem}
.content_article p{line-height:2.3rem;text-align: justify;}
.content_article ul{margin-right:50px;}
.content_article ul li{list-style:circle;line-height:2.3rem;}
.content_article ol li{list-style:circle;line-height:2.3rem;}
.content_article img{max-width:95% !important;max-height:400px !important;border:1px solid lightgray;border-radius: 5px;padding: 2px;width:auto !important;}
.ArticleImg{/*max-width:200px;float:left;*/max-width: 95%;margin: 0 20px 10px 0;border:1px solid lightgray;padding: 2px;border-radius: 5px;}


/***********/
/* List */
.categoryList{justify-content:space-between}
.category-List-item, .category-List-item2{width:calc(25% - 20px);border: 1px solid lightgray;border-radius: 10px;padding: 10px;background: #f8f8f8;margin-top:30px;margin-right: 10px;}
.category-List-item:hover{box-shadow:0 2px 17px 0 rgb(0 0 0 / 9%);position:relative;z-index:1}
.category-List-item a{display: block;width: 100%;background: white;border-radius: 10px;text-align: center;}
.category-List-item figure{text-align: center;}
.category-List-item img{max-height: 150px;min-height: 150px;border-radius: 10px;}
.category-List-item span{display: inline-block;margin:20px;border-top: 1px solid lightgray;padding-top: 10px;}

.asid-color-box{width:8px;height:8px}
.asid-color-box.bg-white{width:9px;height:9px}
.bg-brown{background:#795548}
.category-List-item .fa-shopping-basket{background:fff;width:30px;height:30px;color:#909090;cursor:pointer}
.category-List-item:hover .fa-shopping-basket{background:#fed700;color:#000}


.wide .category-leftpnl{width:100%}

.wide .category-List-item, .wide .category-List-item2{width:calc(50% - 2px)!important}
.wide .category-List-item .price-bottomBox{margin-top:20px}
.wide .categoryList{justify-content:space-between;margin-top:.5rem}

@media (max-width:1100px){
    .category-List-item, .category-List-item2{width:calc(40% - 2px)}
}
@media (max-width: 576px) {
    .wide .category-List-item, .wide .category-List-item2{width:100%!important}
    .category-List-item .product-image{width:104px;/*float:right*/}
    .wide .category-List-item .price-bottomBox{margin-top:0;padding:26px 10px 0}
    .category-List-item, .category-List-item2{width:calc(100% - 20px)}
}