*{
	padding:0px;
	margin:0px;
}

body {
	color: #000;
	background-image:url("../img/bj.jpg");
	
}
a{    
	text-decoration: none;
	color: #000;
}
.row {
margin: 0px auto;
display: flow-root;
width: 100%;
max-width: 750px;
}




/***/
.container {
    width: 100%;
	max-width:750px;
    margin-right: auto;
    margin-left: auto;
}
.header {
    align-items: center;
	padding: .8rem 15px;
}

.header .container {
    justify-content: space-between;
}

.header .nav-logo img {
    max-width: 120px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.navs {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-btns .nav-btn i {
    font-size: 21px;
}

.header .nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    z-index: 9;
    overflow-y: auto;
    background: #fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease 0s;
    transform: translateX(-200%);
}
.header .nav.show {
    transform: translateX(0);
}
.header .nav .mob {
    text-align: center;
    position: relative;
}
.header .nav .nav-item {
    border-bottom: 1px solid #ddd;
}
.nav-link {
    cursor: pointer;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.header .nav .mob #close-menu {
    right: 0;
    top: 0;
    width: 50px;
    padding: .5rem 0;
    z-index: 1;
    cursor: pointer;
}
.pa {
    position: absolute;
}
.header.show:after {
    visibility: visible;
    opacity: 1;
}
.header:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
#search-form {
    position: fixed;
    left: 0;
    right: 0;
    top: 2.5rem;
    padding: 0 1rem;
    z-index: 4;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group i {
    color: #000;
    line-height: 2rem;
    left: .3rem;
    z-index: 9;
}
.input-group input {
    padding: 0 3.6rem 0 1.3rem !important;
    border-radius: 4px !important;
    height: 2rem;
}
.input-group .input-group-append {
    right: 0;
    z-index: 9;
    width: 58px;
}
.input-group .input-group-append .btn {
    height: 2rem;
    padding: 0 .75rem;
}

.input-group input {
    padding: 0 3.6rem 0 1.3rem !important;
    border-radius: 4px !important;
    height: 2rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-theme {
    background-color: #ec4f2a;
    color: #fff;
}
.collapse:not(.show) {
    display: none;
}





/***/

.col-4 {
	display: inline-block;

}
.p-2 {
    padding: .5rem!important;
}
.action-area {
    text-align: center;
}
img {
    vertical-align: middle;
    border-style: none;
}
.action-item{
    width: 33%;
	text-align:center;
	margin: 3rem 0px;
}
.action-item h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
}
h2{
	font-size: 2rem;
	text-align:center;
	font-weight: 500;
    line-height: 1.2;
}
.col-6 {

        width: 45%;
	    display: inline-block;
}
.pro-area .card-product {
    background: transparent;
    text-align: center;
}
.pro-area .card-product a {
    border: none;
    transition: .3s;
}
.card-product img{	width:100%;}
.p-3 {
    padding: 1rem!important;
}
.card-product .name {
    font-weight: bold;
    color: #333;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-product .price span {
    color: #ec4f2a;
    margin-right: 5px;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}




/****/

.home-table, .footer-img {
    border-top: 10px solid #f5f5f5;
}
.about-shop {
    padding: 20px 10px;
}
.about-shop .shop-logo {
    max-width: 120px;
    margin-right: 10px;
    padding-right: 10px;
}
.about-shop .shop-slogan {
    flex: 1;
	    font-size: 14px;
}
.img-fluid {
    width: auto;
    max-height: 60px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.article {
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.text-center {
    text-align: center!important;
}
.article a {
    color: #999;
    text-decoration: underline;
    padding: 5px 10px;
}