ul, li {
    margin: 0;
    list-style: none;
    padding: 0;
}
.side-widget h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
	letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 0 0 22px;
}

.side-widget h3:after {
    content: "";
    background: #cccccc;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
}

.side-widget h3 span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 88;
    margin: 0 0 20px;
}


p{
	font-size: 15px;
	font-weight:500;
	/* text-align: center; */
	margin-bottom: 1em;
}
.cart>li>a{
	/* border:1px solid gray;	 */
	color:#654A3B;
	font-weight:600;
	font-size: 16px;
	padding: 10px;
}
.cart>li>a:hover,.cart>li>a.active,.t2>li>a:hover{
	background: #654A3B;
	color:#fff;
}
.cart a{
	display: block;
	text-decoration: none;	
}
.cart ul{
	display: none;
}
.cart ul li{
	margin:10px;
}
.cart ul li a{
	color:#000;
}
