@charset "utf-8";
/* CSS Document */
body {
 font-family: 'Kanit', sans-serif;
}
.container {
    max-width: 1140px;
	}
.page {
	padding-top: 65px;
	padding-bottom: 65px;
	}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 15px;
}
.btn-red {
    color: #fff !important;
    background-color: #d61c22;
    border-color: #2e6da4;
	font-family: 
}
.btn-red:hover {
    color: #fff !important;
    background-color: #630002;
    border-color: #630002;
	font-family: 
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
}
.text-red {
	color:#d61c22;
	}
.product-item-name {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	height: 33px;
	overflow:hidden;
	}
.product-item-description {
	font-size: 14px;
	height: 90px;
	overflow:hidden;
	margin-bottom: 25px;
	}
.categories {
	margin-bottom: 45px;
	}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.bg-title-page-detail {
    width: 100%;
    min-height: 145px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}
