    body {
    	font-size: 14px;
    }
    #header .header-mobile-header{
        position: fixed;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 60px;
        z-index: 2;
        background: #fff;
    }
    .header-middle {
        display: inline-block;
        margin: 0;
    }
    #header .header-mobile-nav-btn {
        position: absolute;
        left: 10px;
    }
    #header .header-mobile-nav-cart {
        position: absolute;
        right: 10px;
        color: #000;
    }
    #header .iconfont {
        font-size: 24px;
        line-height: 60px;
    }
    .header-middle img {
        max-width: 140px;
        vertical-align: text-top;
    }
    .cdz-mobile-header-menu .cdz-mobile-logo {
    	    padding: 10px 50px 10px 40px !important;
    }
    #mobile-menu {
        position: fixed;
        width: 320px;
        height: 100%;
        left: -100%;
        top: 0;
        background: #fff;
        z-index: 2;
        text-align: center;
        line-height: 4em;
        overflow-y: scroll;
        transition: all ease .5s;  
        z-index: 3;
    }
    #header_search { 
    	position: relative;
	    display: block;
	    margin: 1em;
	    box-sizing: border-box;
	    font-size: 1em;
    	
    }
    #search_mb.header_search_text{
    	display: inline-block;
    	width: 100%;
    	height: 3em;
    	padding: 0 3px;
    	box-sizing: border-box;
    	background-color: #e5e5e5; 
	    border: none;
	    outline: none;
	    border: 1px solid #e5e5e5;
	    border-radius: 10px;
	   
    } 
    .header_search_btn {
    	display: inline-block;
    	position: absolute;
    	right: 1em;
    	top: 5px;
    	width: 30px;
    	height: 30px;
    	text-align: center;
    }   
    .header_search_btn:hover {
    	background: inherit;
    }
    .header_search_btn:after {
    	 content: "\e61b";
    	 font-size: 24px;
    	 color: #000;
    }
   .banner {
        /*margin-top: 60px;*/
    }
    .mobile-menu_head {
        height: 60px;
        padding: 0 10px;
        line-height: 60px;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }
    .mobile-menu_head_sign {
        display: inline-block;
        float: left;
        font-size: 14px;
    }
   
    .mobile-menu_head_sign:before {
        display: inline-block;
        padding-right: 6px;
        content: '\e71c';
        font-size: 20px;
    }
    .mobile-menu_head_login:before {
        display: inline-block;
        padding-right: 6px;
        content: '\e62b';
        font-size: 20px;
    }
    .mobile-menu_head_login {
    	display: inline-block; 
        font-size: 14px;
    }
    .mobile-menu_head_close {
        display: inline-block;
        float: right;
	    line-height: 60px;
	    font-weight: bold;
	    font-size: 20px;
	    color: #333;
    }
    .mobile-menu_con {
    	text-align: left;
    	box-sizing: border-box;
    }
.mobile-menu_sub {
	display: none;
	padding-left: 10px;
	box-sizing: border-box;
}
.mobile-menu_con .iconjiantou1{
	display: inline-block; 
    float: right;
    margin-right: 10px;
    cursor: pointer;
	
}
.mobile-menu_bottom {
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
}
#mobile-menu.mobile-menu--open {
	transition: all ease .5s;  
	left: 0;
}
.body-back-cover {
    -webkit-transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
    transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
    box-sizing: border-box;
    content: " ";
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.body-back-cover.menu_cover {
	-webkit-transition: visibility 0s linear 0s,opacity .25s ease-in .25s;
    transition: visibility 0s linear 0s,opacity .25s ease-in .25s;
    background: #666;
    opacity: .5;
    visibility: visible;
    z-index: 2;
}
.mobile-menu_con_arror--active {
	    transform: rotate(90deg);
}
.mobile-menu_con_list {
	border-bottom: 1px solid #eee;
	padding-left: 10px;
}
.mobile-menu_sub .mobile-menu_con_list{
	border-bottom: none;
	border-top: 1px solid #eee;
}
.overflow-hidden {
	overflow: hidden;
}
/* product  list page  */
.category-products .view-mode .grid, 
.category-products .view-mode .grid:hover,
.category-products .sorter > .view-mode .list  {
	background-image: none;
}
/* footer email */
.footer-newsletter-02 {
    background-color: #c9c9c9;
    color: #2d2105;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.form-subscribe-header {
	text-align: center;
}
.form-subscribe-header label {
	    color: #2d2105;
    font-size: 16px;
    font-weight: bold;
}
/* whishlist  */
.my-wishlist .data-table tr td,
	#wishlist-table th  {
		padding: 3px;
	}
	#wishlist-table .product-image img {
			width: 100%;
		} 
	#wishlist-table .product-name {
		font-size: 14px;
	}
	#wishlist-table .btn-remove:after, .btn-remove2:after {
			content: '';
		}
		/* footer */
		#newsletter-validate-detail .input-box:before {
			    line-height: 34px;
		}
		#newsletter-validate-detail .actions {
			top: 36px;
		}
		/* page view product */
		.product-image-moreview {
			padding: 0;
		}
	/*  wholesale form */
/*  wholesale  form */
		#wholesale-form {
			overflow: hidden;
		}
		.form-list {
			overflow: hidden;
			margin-bottom: 10px;
		}
		.form-list_sub {
			float: left;
			width: calc((100% - 10px)  /  2); 
		}
		.form-list_sub:nth-child(2n-1) {
			margin-right: 10px;
		}
		.form-list_label {
			display: inline-block; 
			font-size: 14px;
			color: #333;
			font-weight: normal;
		}
		.form-list_input,
		.form-list_select  {
			width: 100%;
			height: 40px;
			line-height: 40px;
			padding: 3px;
			box-sizing: border-box;
			font-size: 14px;
			color: #333;
			border: 1px solid #e1e1e1;
			background: #fff;
		}
		.form-list_input:focus,
		.form-list_select:focus  {
			outline: none;
			border: 1px solid #dbb103;
		}
		.wholesale-form_btn {
			height: 40px;
			line-height: 40px;
		    width: 100%;
		    background: #dbb103; 
		    text-align: center;
		}
		/* footer */
		#newsletter-validate-detail .block-content .input-box {
			    width: 100%;
			    float: none;
			    max-width: 576px;
			    margin: 0 auto;
		}
		#newsletter-validate-detail .input-box:before {
			    line-height: 34px;
			    content: ' ';
		}
		#newsletter-validate-detail .block-content .input-box  #newsletter{
			width: 100%;
            float: none;
		    padding-left: 10px;
		    border: none;
		    height: 40px !important;
		    line-height: 40px;
		    text-transform: capitalize;

		}
		#newsletter-validate-detail .actions {
			max-width: 576px;
		    margin-left: auto;
		    margin-right: auto;
		    float: none;
			width: 100% !important; 
		    position: static;
		    margin-top: 15px;
		    height: 40px;
		    line-height: 40px;
		    color: #fff;
		    background: #dbb103;
		    font-size: 16px;
		    text-align: center;
	
		} 
				#newsletter-validate-detail .actions .button {
					background: none;
				    border: none; 
				    border: none;
				    color: #fff;
				    font-size: 16px;
				}
		#newsletter-validate-detail  .button:before {
			content: ' ';
		}
		/* page view product */
		.product-image-moreview {
			padding: 0;
		}
.wholesale-tips_img {
				position: relative;
				display: inline-block;
			}
			.wholesale-tips_num{
				display: inline-block;
				position: absolute;
				width: 18px;
	height: 18px;
	    top: -4px;
    right: -6px;
    font-size: 12px;
	border-radius: 50%;
	background-color: #fc7070;
	color: #fff;
	text-align: center;
	line-height: 18px;
			}

	
	
	
@media only screen and (max-width: 320px) {
	#wishlist-table .product-name {
		font-size: 12px;
	}
	#wishlist-table tbody td:nth-child(1) {
		max-width: 90px;
	}
	#wishlist-table th {
		font-size: 12px ;
	}
	#wishlist-table td .button {
		font-size: 12px;
	}
	
}
@media only screen and (min-width:768px ) {
	.footer-newsletter-02 {
		padding: 40px 0 60px;
	}
	.footer-newsletter-02  .footer-top-ads {
		    position: relative;
		    left: 50%;
		    transform: translateX(-50%);
		    width: 90%;
		    max-width: 610px;
	}
	.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
		width: 78%;
	}
	.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions {
		width: 20%;
	}
	#newsletter-validate-detail .actions {
		top:  40px;
	}
	.form-subscribe-header {
		text-align: center;
        line-height: 36px;
	}
}