.category-item-content, .productContent, .productContent.list-js-col.m-productlist-item, .m-description-short-wrap {
  background-color: white;
  box-shadow: 0 0 8px 2px #f3f3e7;
  border: solid 1px;
  border-color: rgba(52, 81, 63, .4);
}

.category-item-content .category-item-table{
    margin-bottom: 0;
}

.category-item-content {
    cursor: pointer;
}

.productContent .placeholder-wrapper img{
padding: 15px;
}

figure.category-item-image{
  //  padding: 15px 15px 5px;
}

.category-item-title, figure.category-item-image{
    border-color: rgba(52, 81, 63, .4);
    border: none;;
}

.category-item-img img {
    width: 14px;
    height: auto;
}

.category-item-title {
border: none;
    background: #f9ffcc;
    padding: 5px 10px 0 10px;
    margin-top: -4px;
}

table img, header .h5{
    margin-bottom: 0;
}

.m-cart-content .m-cart-row{
   border-top: solid 1px;
  border-color: rgba(52, 81, 63, .4);
}

.m-cart-content .m-cart-row figure{
    background: white;
    padding: 3px;
}

.m-cart-content .button, .m-cart .button-icon{
  border: solid 1px;
  border-color: rgba(52, 81, 63, .2);
}


aside .panel-body, .m-cart-content .panel-border .t-striped > li:nth-child(odd) {
background-color: rgba(244, 244, 225,1);
}

.m-cart-content .panel-border .t-striped > li:nth-child(even) {
background-color: rgba(244, 244, 225,.5);
}

aside .panel-border .panel-heading, .m-cart-content .panel-heading{
    background-color: rgb(235 235 201);
}

.panel-border .panel-heading .h5, .panel-body .b-anchor{
    color: #212427;
    font-family: Inter;
}

.product-description .m-productlist-heading .category-item-img{
    display: none;
}

.product-description .m-productlist-heading .category-item-link{
    width: unset;
}

.t-panel-clean > .pane {
    background-color: unset !important;
}

.site-navigation .nav-default > li.active {
    background-color: unset;
}

.m-product-additional-info .ck-content p{
    font-size: 1.3rem;
    line-height: 1.5;
}
.m-product-additional-info .ck-content .m-description-header{
 margin-bottom: 10px;
}