.tp-product-category-thumb a {
  border-radius:5%;
}
.tp-category-area .container{
	margin-top:22px; 
}
.tp-category-main-title a {
  color: var(--tp-common-white);
}
.tp-category-main-content{
	background-color: rgba(113, 86, 46, 0.75);
    bottom: 30px;
    left: 0px;
    position: absolute;
    text-align: center;
    z-index: 1;
  	width: 100%;
  	padding-top: 10px;
  	padding-bottom: 10px;
}
.tp-category-main-item {
color: #EAE3DA;
}
.tp-category-menu-btn:hover {
    background-color: #47311F;
}
.tp-footer-top .container {
  border-top: 1px solid var(--footer-border-color);
  padding-top: 50px;
}