/* Fix 18notice mobile */

/* Fix long brand menu */

/* Fix ios hoempage */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#wrapper_banner {
		height: auto;
	}
	#wrapper_banner #wap_banner_box {
		width: 100%;
	}
	.home_slidershow {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
	.visible-xs-block {
		display: block;
	}
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
	.columns .column.main {
		width: 100%;
	}

	#index_icon .ico.icon02 {
		background-position: 0 -65px;
	}

	#index_icon .ico.icon03 {
		background-position: 0 -131px;
	}

	#index_icon .ico.icon04 {
		background-position: 0 -197px;
	}
}

/* Fix multiple line display in brand products list */
.two_type .products {
	overflow: hidden;
}
.two_type .product-items {
	white-space: nowrap;
}
.two_type .product-item-link {
	white-space: normal;
}

/* Fix product title color */
.product-info-main .page-title-wrapper h1 {
	color: #444;
}

/* Fix product left detail icon */
.fa {
	margin-left: 5px;
}

/* Fix homepage title */
.cms-index-index .page-title {
	display: none !important;
}

/* Fix checkout/#payment Sign In postion */
.authentication-wrapper {
	margin-top: auto;
}

/* Fix paypal display in cart */
.block-minicart .paypal, .cart-summary .paypal {
	display: none;
}

/* Fix sidebar width */

/* Fix contactinfo font-size */
.block-contactinfo .fa {
	margin-left: 0;
	margin-right: 5px;
}
.contcat-info-box span {
	font-size: 14px;
}

/* Fix blog sidebar */
.post-list {
	margin-top: 0;
}

.sidebar .widget.block.blog-search {
	margin-bottom: 20px;
}
.sidebar .blog-search {
	padding: 0;
}
#blog_search {
	padding: 0 32px 0 10px;
	border: none;
}

.sidebar .widget.block.block-categories {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.block-categories .block-title {
	margin: 0;
}
.widget.block-categories ul {
	margin-left: 0;
}
.widget.block-categories ul li {
	margin-left: 0;
}

.sidebar .widget.block.block-recent-posts {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.block-recent-posts .block-title {
	margin: 0;
}
.widget.block-recent-posts .block-content .item {
	padding: 10px 0;
	border-bottom:1px #a3a3a3 dashed;
	color:#444;
}

.widget.block-recent-posts .block-content .item .post-item-link {
	color:#444;
	/*text-transform: none;*/
	text-decoration:none;
}

.widget.block-recent-posts .block-content .item .post-item-link:hover {
    color:#1da1f2;
}

.sidebar .widget.block.block-archive {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.block-archive .block-title {
	margin: 0;
}
.widget.block-archive .block-content .item {
	padding: 4px 0 0 0;
}


