#stshop a:focus { outline: none; }
#stshop .btn:focus { outline: none; }

#stshop .header {
	width: 100%;
	border-bottom: 3px solid #ddd;
}
#stshop .header .title {
	display: inline-block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 7px;
}
#stshop .header .action {
	display: inline-block;
	float: right;
	text-align: right;
	padding-bottom: 7px;
}
#stshop .header .action .btn {
	color: #777;
}


#stshop .dview {
	padding: 30px 0 0;
	/*border-top: 3px solid #ddd;*/
	border-bottom: 3px solid #ddd;
}
#stshop .dview .thumb {
	text-align: center;	
	margin-bottom: 15px;
}
#stshop .dview .thumb img {
	max-width: 220px;
}
#stshop .dview .cont {
	text-align: center;
	margin-bottom: 25px;	
}
#stshop .dview .cont .st-table .title {
	font-weight: bold;
}
#stshop .dview .product {
    background-color: #f0f0f0;
    border: 1px solid #ddd;	
	padding: 5px 15px;
	margin-bottom: 30px;
	text-align: center;
}
#stshop .dview .product h5 {
	margin: 10px 0 20px;
}
#stshop .dview .product .pitem {
	width: 100%;
	margin-bottom: 20px;
}
#stshop .dview .product .pitem .img-product {
	width: 150px;
	height: 67px;
}
#stshop .dview .product .pitem .pdesc .name {
	margin: 5px 0 0;
}
	

#stshop .dlist {
	padding: 25px 0 0;
	/*padding: 30px 0 0;*/
	/*border-top: 3px solid #ddd;*/
	border-bottom: 3px solid #ddd;
}
#stshop .dlist .ditem {
	text-align: left;
	/*text-align: center;*/
	margin-bottom: 30px;
}
#stshop .dlist .ditem .thumb {
	margin: 0 auto;
}
#stshop .dlist .ditem .thumb .photo {
	margin: 0 auto;
	width: 180px;
	height: 180px;
}


#stshop .dlist .ditem .name h4 {
	margin-top: 0;
}
#stshop .dlist .intro {
	margin-bottom: 15px;
}
#stshop .dlist .product {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 5px 15px;
    text-align: left;
}
#stshop .dlist .product .pitem {
	margin-bottom: 10px;
}
#stshop .dlist .product .pitem.none {
	margin-bottom: 5px;
}
#stshop .dlist .product h5 {
	margin-top: 5px;
}

#stshop .dlist .td { padding: 0; } 
#stshop .dlist hr {
	color: #ddd;
	border-top-width: 1px;
	margin: 25px 0;
}
#stshop .dlist hr:last-child {
	display: none;
}
@media (max-width: 991px) {
	#stshop .dlist .ditem .name h4 {
		margin-top: 10px;
	}
	#stshop .dlist .ditem {
		text-align: center;
	}
}
@media (max-width: 480px) {
	#stshop .dlist .product {
		text-align: center;
	}
	#stshop .dlist .product .pitem .img-product {
		margin: 0 auto;
		margin-bottom: 5px;
	}
}


#stshop .pagebox {
	width: 100%;
	text-align: center;
	margin: 15px 0 25px;
}
#stshop .pagebox .btn-skip { margin: 0 4px; }
#stshop .pagebox .btn-page { margin: 0 1px; }
#stshop .searchbox {
	text-align: center;
	padding: 10px 0 20px;
}
#stshop .searchbox select {
	display: inline-block;
	max-width: 100px;
	margin-bottom: 5px;
}
#stshop .searchbox .input-group {
	margin-bottom: 5px;
}
#stshop .searchbox .input-search {min-width:190px;}