@media only screen and (min-width: 100px) and (max-width: 640px) {
	.single-contact-info p {
		text-align: center;
		font-size: 8px;
		line-height: 12px;
		margin-bottom: 4px;
	}
	.mt-xs-10 {
		margin-top: 0px!important;
	}
	.site-setting-menu ul.nav li {
		margin-left: 0px;
		margin-right: 10px;
	}
	.search-box-wrap form input[type="search"],
	.search-box-wrap .search-form input[type="search"] {
		padding: 4px;
	}
	.search_btn {
		padding: 4px 10px;
	}
	.pb-carouselWarp {
		width: 100%;
		height: 240px;
	}
	.pb-carouselWarp .pb-arrow-prev {
		width: 24px;
		height: 24px;
		background-size: 60%;
	}
	.pb-carouselWarp .pb-arrow-next {
		width: 24px;
		height: 24px;
		background-size: 60%;
	}
	.pb-carouselWarp .pb-carousel-ind li {
		width: 8px;
		height: 8px;
	}
	#call-to-action .call-to-action-content .single-action-item i.fa {
		font-size: 18px;
	}
	.call_ac_one {
		width: 50%;
	}
	#call-to-action .call-to-action-content .single-action-item h4 {
		font-size: 12px;
	}
	#call-to-action .call-to-action-content .single-action-item p {
		font-size: 10px;
	}
	#call-to-action .call-to-action-content .single-action-item {
		margin-top: 18px;
	}
	#call-to-action {
		padding-bottom: 14px;
	}
	.nav_pro_cen li {
		width: 30%;
		text-align: center;
	}
	.footer-list li {
		width: 50%;
		float: left;
	}
	.owl-carousel.owl-rtl .owl-item {}
	.category-product-wrap .cate-pro-title:before {
		font-family: "FontAwesome";
		line-height: 45px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 28px;
		text-align: center;
		background: #009999;
		color: #fff;
		font-size: 2.1rem;
	}
	.category-product-wrap .cate-pro-title a {
		padding-left: 32px;
	}
	.category-product-wrap .cate-pro-title {
		font-size: 1.4rem;
		line-height: 1.4;
		position: relative;
		background: #f5f5f5;
		border-bottom: 2px solid #009999;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.mt-10 {
		margin-top: 0px!important;
	}
	#call-to-action .call-to-action-content .single-action-item {
		margin-right: 0;
	}
	.tab_list .tab_list_bar .tab_list_team {
		width: 25%;
		margin-bottom: 20px;
		float: left;
	}
	.tab_list .tab_list_lr_left,
	.tab_list .tab_list_lr_right {
		padding: 4px 12px;
		top: 50%;
	}
	#activ_products .tab_list .tab_list_bar .tab_list_team {
		width: 12.5%;
	}
	#activ_products {
		display: none;
	}
	.activ_pro {
		display: block;
	}
	.activ_pro .product_list_team {
		width: 50%;
		float: left;
	}
	.tab_list .tab_list_team {
		padding: 0px;
	}
	.tab_list .tab_list_team .product-details {
		padding-left: 4%;
	}
	.tab_list .tab_list_team img {
		width: 92%;
		height: 92%;
		border: 1px solid #ddd;
		margin-left: 4%;
		margin-bottom: 10px;
	}
	.tab_list .tab_list_team .product-details .product-meta button,
	.products-wrapper .product_list .product_list_team .product-details .product-meta button {
		padding: 2px 18px;
		border-radius: 2px;
	}
	.category-product-wrap {
		margin-bottom: 20px;
	}
	.list_war_product .product_list_team {
		width: 50%;
	}
	#page-content-wrapper {
		padding: 10px 0;
	}
	.shop-page-content-wrap .products-settings-option {
		padding: 4px 6px;
	}
	.nice-select {
		padding: 2px 4px;
		border-radius: 2px;
	}
	.page-pagination .pagination li a {
		padding: 2px 10px;
	}
	#page-content-wrapper {
		padding: 10px 0 40px 0;
	}
	.wra_shopby {
		display: none;
	}
	.page-breadcrumb-wrap {
		padding: 10px 0;
	}
	.single-product-page-content .product-details .item_qty .product_text {
		padding: 2px 7px 2px 8px;
	}
	.single-product-page-content .product-details .item_qty .product_button {
		padding: 2px 7px 2px 8px;
		border-radius: 2px;
	}
	.single-product-page-content .product-details .add_to_card {
		padding: 4px 15px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.product-full-info-reviews {
		margin-top: 20px;
	}
	.member-area-from-wrap {
		padding: 10px;
	}
	.login-reg-form-wrap .form-group .prompt {
		font-size: 12px;
		height: 14px;
	}
	.login-reg-form-wrap h2 {
		margin-bottom: 10px;
	}
	.register-reg-form-wrap {
		margin-top: 30px;
	}
	.table-responsive::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 10px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 4px;
	}
	.table-responsive::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #009999;
	}
	.table-responsive::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		background: #ccc;
	}
	.cart-update-option {
		padding: 8px 12px;
		border-color: #ddd;
	}
	.cart-update-option .apply-coupon-wrapper form button {
		width: 40%;
		font-size: 12px;
		padding: 8px 12px;
	}
	.cart-update-option .btn {
		width: 50%;
		font-size: 12px;
		padding: 8px 6px;
	}
	.car_tab .car_team {
		width: 100%;
		padding: 10px 4px;
		margin-bottom: 10px;
	}
	.car_tab .car_team .pro_team_img {
		width: 30%;
	}
	.car_tab .car_team .pro_team_info {
		width: 70%;
	}
	.cart-update .btn {
		font-size: 12px;
		padding: 6px 12px;
	}
	.scrolltotop.show {
		bottom: 16%;
	}
	.order-summary-details h2,
	.checkout-billing-details-wrap h2 {
		font-size: 18px;
		padding-bottom: 4px;
		margin-bottom: 10px;
	}
	.order-summary-table .table,
	.order-summary-table table {
		white-space: normal;
	}
	.bill_mt {
		margin-top: 20px;
	}
	.order-summary-table tbody tr td.duct_td {
		padding: 4px 6px;
	}
	#page-content-wrapper h2 {
		font-size: 18px;
		border-bottom: 1px solid #DDD;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.area_stary {
		display: none;
	}
	.myaccount-tab-menu ul li {
		width: 33%;
		float: left;
		text-align: center;
	}
	.myaccount-tab-menu ul li a {
		padding: 4px 8px;
		min-height: 52px;
	}
	.myaccount-tab-menu a.active {
		background-color: #009999;
		color: #fff!important;
	}
	.myaccount-content {
		margin-top: 20px;
	}
	.banner-area,
	.category-banner-area {
		padding: 20px 0;
	}
	.banner_icon {
		margin: 20px 0;
		display: block;
	}
	.banner_icon ul li {
		width: 25%;
		padding: 10px;
		text-align: center;
		float: left;
	}
	.banner_icon ul li img {
		border-radius: 50%;
	}
	.brand-logo-area {
		padding: 30px 0;
	}
	.list_new_product .product_list_team .list_new_icon img {
		width: 60%;
		height: 60%;
	}
	.fash_top .count_down_1 {
		position: absolute;
		left: 4%;
		
		margin-bottom: 10px;
		color: #fff;
	}
	.fash_top .count_down_1 p {
		color: #fff;
		font-size: 12px;
		
	}
	.fash_top .count_down_1 span {
		background-color: #222;
		padding: 2px 4px;
		font-weight: 300;
		border-radius: 2px;
		color: #fff;
		border: 1px solid #fff;
		margin: 0 2px;
		font-size: 14px;
	}
}