/*Your custom css*/
div#main-slider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 11;
}
#main-slider .slick-dots {
    z-index: 12;
}

.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: absolute;
	left: 0 !important;
	right: 0 !important;
	top: 100% !important;
	background: #fff;
	border: 1px solid rgb(215, 215, 215);
	border-top: none;
	z-index: 999;
	text-align: left;
}
.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;
}
#modalAddComplete {
	border-radius: 8px;
	overflow: hidden;
}
.modal {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	transtion: all .5s;
}

.modal-content {
	border-radius: 8px;
	background-color: #fefefe;
	margin: 5% auto; 
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 780px;
	transform: translatey(-30px);
	transition: all .5s;
}

.close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.hdt-contact a .fa-w-16{ margin-right:5px; }
#header-main-mn li > a > .fa-angle-down{ margin-left:5px; }
#footer .menu {
    list-style: none outside;
    margin-left: 0;
}
#footer .inner .menu li a{
    color: #969c9e;
}
#footer .inner .menu li a:hover {
    color: #fff;
}
.ft-gallery .gallery-item{ width:100%; max-width:100%; }

.btnHome.new-icon{
	background:none !important;
	border:none !important;
}

.woocommerce div.product form.cart, #product-wrapper .woocommerce-breadcrumb{ display:none; }
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{ width:100%; }

.product_meta > span{ display:block; }

.wpgs--with-images .wpgs-for, .woocommerce div.product div.images img{ border: 1px solid #ededed; }

.blog-sidebar .widget{ margin-bottom:20px; }
.entry-content .wp-caption, .entry-content .gallery-caption{ width:100% !important; margin:0; }
#NavDrawer{
	background: #86bc42;
}
.product-item:hover .btn-buyNow{ color:#fff !important; }
.woocommerce span.onsale{ display:none; }

#back-to-top{ z-index:99999; }
.hdt-contact svg , svg{
    width: 20px !important;
}