header {
	padding-bottom: 0;
}
.w80 {width: 80px;min-width: 80px;}
.w100 {width: 100px;min-width: 100px;}
h1.product-title {
	margin-top: 10px;
	font-weight: 600;
	line-height: 2.25rem;
	font-size: 2rem;
}
h1.product-title small {
	display: inline-block; width: 100%;
	text-align: right; color: #808080;
	font-size: 1.2rem;
}

.table-detail tr>th {width: 60px;}
li.list-inline-item {
	padding: 4px 5px;
	/*background: #F0F0F0;*/
	border-radius: 5px;
	margin-bottom: 4px;
}
.product-color a{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 4px;
}
.product-color img {
	border: 1px solid #F0F0F0;
}
.table td, .table th {
	padding: 8px;
}
#share-box * {vertical-align:middle !important;}
#share-box i {font-size: 14px;}
#share-box strong {font-size: 14px; line-height: 1.5;}
#share-box .btn-default {padding: 0 5px;
	font-size: 12px; line-height: 1.5;
	border: 1px solid #e0e0e0; border-radius: 4px;}
.fb-share-button {display: inline-block;margin-top: -3px;}

/*--- [#home CSS Style] ----------*/
#home .table-detail tr>th {width: 100px;}
#home .table-detail tr>th a {color: #c0c0c0;}
#home h4.item-title {
	font-weight: 600;
}
@media (max-width: 575.98px) {
	#home .table-detail tr>th {width: 85px;}
}

/*--- [#show CSS Style] ----------*/
#show .show-box {
	margin-bottom: 20px;
}
#show .show-img {
	display: inline-block; width: 200px;
	vertical-align: top;
}
#show .show-img img {width: 100%;}
#show .show-body {
	display: inline-block; width: calc(100% - 210px);
	padding-left: 10px;
}

@media (max-width: 767.98px) {
	#show .show-img,
	#show .show-body {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
}
/*-------------------------------*/

/*--- [#price CSS Style] ----------*/
#price table thead th:nth-child(3) {
	min-width: 100px;
}
#price table thead th:nth-child(2),
#price table thead th:nth-child(7) {
	min-width: 80px;
}
#price table thead th:nth-child(4) {
	min-width: 60px;
}
#price table thead th:nth-child(5),
#price table thead th:nth-child(6){
	width: 80px;
	min-width: 80px;
}
#price table thead th,
#price table tbody tr td {
	text-align: center;
}
#price .table td {
	padding: 5px 8px;
}
#price table tbody tr td:nth-child(3){
	padding-top: 3px; padding-bottom: 3px;
	text-align: left;
}

/*--- [#ask CSS Style] ----------*/
.sel-item button {
	margin-right: 6px;
	margin-bottom: 4px;
}
.sel-color a {
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 1px;
	border: 4px solid transparent;
}
.sel-color a.active{
	border: 4px solid #f00;
}
/*-------------------------------*/
.re-paper li {
	position: relative;
}
.re-paper li div {
	position: absolute;
	bottom: 3px;
	width: calc(100% - 10px) ;
	padding: 10px 10px 5px 10px;
	color: #FFFFFF; font-weight: 400; font-size: 14px;
	text-shadow: black 0.1em 0.1em 0.2em;
	/*
	text-shadow: 0px 0px 10px #000000;
	background: rgba(76, 76, 76, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
	background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
	*/
}
.widget {
	padding: 10px;
	background-color: #f8f8f8;
	border-color: #f8f8f8;
}
.widget .widget-header {
	padding-top: 10px; /*padding-bottom: 10px;*/
}
.widget .widget-header h5 {
	border-bottom: 1px solid #E0E0E0;
	padding-left: 10px; padding-bottom: 10px;
	font-weight: 600;
}
.widget .widget-body {
}
.widget .widget-body li {
	padding-top: 3px; padding-bottom: 3px;
	padding-left: 5px; padding-right: 5px;
}

@media (max-width: 575.98px) {
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}

#shop .table thead th:nth-child(2){
	width: 80px; min-width: 80px;
}
#shop .table thead th:nth-child(4),
#shop .table thead th:nth-child(5){
	min-width: 100px;
}
#shop input[name=cart].form-control{
	display: inline-block;
	width: calc(100% - 18px);
}