.smart-search-wrapper>a.thumbs {
	width: 32px;
	display: inline-block;
	padding: 5px 0px;
}

.smart-search-wrapper>a.thumbs img {
	position: absolute;
	top: 0px;
	width: 32px;
	height: 35px;
	left: 0px;
}

.smart-search-wrapper {
	position: fixed;
	background: #fff;
	border: 1px solid rgb(215, 215, 215);
	border-top: none;
	z-index: 999;
}

.smart-search-wrapper>a {
	width: calc(100% - 32px);
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre;
	color: #686767;
	text-decoration: none;
	line-height: 29px;
	font-size: 13px;
	font-family: sans-serif;
	padding: 5px 160px 5px 5px;
	position: relative;
	height: 35px;
}

.smart-search-wrapper>a.select, .smart-search-wrapper>a:hover {
	background: -webkit-linear-gradient(left, #fff, #EAEAEA);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #fff, #EAEAEA);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #fff, #EAEAEA);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(left, #fff, #EAEAEA);
	/* Standard syntax (must be last) */
	color: #000;
}

.smart-search-wrapper>a>span.price-search {
	position: absolute;
	right: 5px;
	top: 0px;
}

.smart-search-wrapper>a.thumbs {
	width: 32px;
	display: inline-block;
	padding: 5px 0px;
}

.smart-search-wrapper>a.thumbs img {
	position: absolute;
	top: 0px;
	width: 32px;
	height: 35px;
	left: 0px;
}

.smart-search-wrapper {
	position: fixed;
	background: #fff;
	border: 1px solid rgb(215, 215, 215);
	border-top: none;
	z-index: 999;
}

.smart-search-wrapper>a {
	width: calc(100% - 32px);
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre;
	color: #686767;
	text-decoration: none;
	line-height: 29px;
	font-size: 13px;
	font-family: sans-serif;
	padding: 5px 160px 5px 5px;
	position: relative;
	height: 35px;
}

.smart-search-wrapper>a.select, .smart-search-wrapper>a:hover {
	background: -webkit-linear-gradient(left, #fff, #EAEAEA);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #fff, #EAEAEA);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #fff, #EAEAEA);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(left, #fff, #EAEAEA);
	/* Standard syntax (must be last) */
	color: #000;
}

.smart-search-wrapper>a>span.price-search {
	position: absolute;
	right: 5px;
	top: 0px;
}

.content-tabs {
	height: 0;
	overflow: hidden;
}

.btn-like.mask-view {
	display: none !important;
}

.breadcrumb {
	padding-left: 0px !important;
}

.content-product-list > h3.empty-collection {
	font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 18px !important;
}

#pagination .page > a {
	border: 1px solid #e9e9e9;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 11px;
    color: #909090;
    font-size: 15px;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 10px 0px;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background-color: #fff;
    font-weight: 300;
    text-decoration: none;
}

#pagination .page.current > a, #pagination .page > a:hover, #pagination .page > a:active, #pagination .page > a:focus {
    background: #B27B45;
    color: #fff;
    text-decoration: none;
}
.p-r-4 {
	padding-right: 4px;
}

div#icon-header > a {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 3px 3px;
}

div#icon-header > a i:before {
    width: 34px;
    height: 34px;
    text-align: center;
    background: rgba(218, 218, 218, 0.65);
    color: #222;
    border-radius: 50%;
    line-height: 34px;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.360, -0.055, 0.000, 1.220);
    -o-transition: all 0.3s cubic-bezier(0.360, -0.055, 0.000, 1.220);
    transition: all 0.3s cubic-bezier(0.360, -0.055, 0.000, 1.220);
}

div#icon-header a i:hover:before {
	background-color:#B27B45;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	color: #fff;
}

#icon-header {
    width: 100%;
    margin-top: 24px;
    float: none !important;
    padding-top: 15px;
    text-align: right !important;
}

.empty-text {
	font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 18px !important;
}

.banner-left > a > img {
	width: 100%;
}

.slides > li > a > img.lazy_slide {
	width: 100%;
}