.round ul li {
	padding: 7px;
	background: #fff;
}
.top_content img{
	margin-bottom: 5px;
}
.top_content h2{margin-bottom:15px;padding-bottom:10px}
.top_content a {color:#333;font-size:13px;text-align:left;}
.top_content li {font-size:12px;text-align:left;}
.s_category li {height:150px}
.price{font-size:14px;text-align:left;}
.h2_script{font:20px 'Dancing Script', cursive;}

.Button {
    width:250px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#333;
    border:1px solid #333;
    border-radius:5px;
}

.col-lg-4 {
	width: 32%;
	margin-right: 12px;
}
.col-lg-4:nth-child(3n) {
	margin-right: 0;
}
.col-lg-4:nth-child(3n+1) {
	clear: both;
}

@media (max-width: 768px) {
	.col-lg-4 {
		width: 48%;
	}
	.col-lg-4:nth-child(3n) {
		margin-right: 12px;
	}
	.col-lg-4:nth-child(3n+1) {
		clear: none;
	}
	.col-lg-4:nth-child(2n) {
		margin-right: 0;
	}
	.col-lg-4:nth-child(2n+1) {
		clear: both;
	}
}



