#nav-main .element-menu-category {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#product-list .product-list-item, #product-list-sidebar .product-list-item {
	box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px 0px 80px;
    border-bottom: solid 8px #1C1A1A;
}
  
#product-list .product-list-item .product-info .product-name, #product-list-sidebar .product-list-item .product-info .product-name {
    text-align: center;
}

#product-list .product-list-item .product-info, #product-list-sidebar .product-list-item .product-info {
    padding: 16px;
}

#product-list .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy-kit {
   width: calc(100% - 32px);
   border-radius: 0px;
}