/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

#header_main #menu-item-shop{
	display:none !important;
}

#header_main #header_main_alternate #menu-item-shop{
 display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#header_main #header_main_alternate #menu-item-shop li a{
height :50px !important;
line-height: 50px !important;
}

#header_meta{
    background: #4a4a48;
    height: auto !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
}
#header_meta .sub_menu{
	top:0 !important;
}
#avia2-menu{
    float: none !important;
}
#avia2-menu > li{
	float:none !important;
	display:inline-block !important;
	border:none !important;
	padding:0 0 !important;
}
#avia2-menu > li.background-color-green{
	background:#546521 !important;
}
#avia2-menu > li.background-color-green a{
    padding-left: 14px;
    padding-right: 26px;
}

#avia2-menu > li ul{
	top:100% !important;
	border:none !important;
	background: #546521 !important;
	left: -39% !important;
}
#avia2-menu > li ul li{
	background: #546521 !important;
}
#avia2-menu > li ul li a{
	background-color: #546521 !important;
}
#avia2-menu > li.background-color-green >  a:after{
	content:"";
	position:absolute;
	right:9px;
	top:50%;
	transform:translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;

}
#avia2-menu > li ul li a:hover{
	background: #4a4a48 !important;
}

#avia2-menu > li > a{
    font-size: 15px;
    color: #fff;
    font-weight: 100;
	display:block;
	padding: 20px 14px;
}
#avia2-menu > li > a:hover{
 text-decoration:none;
box-shadow:none;
}
#header_main_alternate {
    border: none;
    background: #3b3c3a;
}
#avia-menu > li > a {
    font-size: 17px;
    font-family: 'Muli', sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
}

#avia-menu > li.menu-item-search-dropdown >  a{
    border: none;
    font-size: 26px;
    font-weight: 100;
}
#menu-item-shop li a.cart_dropdown_link > span[data-av_iconfont='entypo-fontello']:before{
content: "" !important;
    background: url(../images/cart-icon.png) no-repeat center center;
    position: absolute;
    width: 49px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 87%;
}
#menu-item-shop li a.cart_dropdown_link > span.av-cart-counter{
    position: absolute;
    top: 50%;
    left: 17%;
    height: 70px;
    width: 70px;
    padding: 0 5px;
    line-height: 70px;
    border-radius: 54px;
    font-size: 31px;
    background: #fff;
    color: #000;
    text-align: center;
    margin: -43px 0 0 2px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1;
    font-weight: 600;
}
#product-place .av-special-heading-tag {
	 font-weight:900;
}
#signup-place .av-special-heading-tag{
	letter-spacing:12px !important;
	font-family: 'Muli', sans-serif !important;
	margin-bottom:80px !important;
}
#signup-place .input-style input[type="text"]{
	border-radius:6px !important;
	height:45px !important;
	padding: 0 21px;
	font-size:13px;
}
#signup-place .select-style .chosen-container-single{
	border-radius:6px !important;
	font-size:13px;
}
#signup-place .select-style .chosen-container-single .chosen-single{
height: 45px !important;
    border-radius: 6px !important;
    padding: 0 21px;
}
#signup-place .select-style .chosen-container-single .chosen-single input[type="text"]{
	height: 45px !important;
}
#signup-place .form-style input[type="submit"]{
    display: inline-block;
    padding: 17px 45px;
    background: #a2a532;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 24px;
}
#product-place .products{}
#product-place .products li{
	border:none !important;
}
#product-place .products li:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
transition:all 0.4s;

}
#product-place .products li:hover:after{
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );


}
#product-place .products li h2.woocommerce-loop-category__title{
    color: #fff !important;
    display: block;
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;
    font-weight: 900;
    font-size: 23px;
    font-family: 'Muli', sans-serif;
}
#product-place .products li .image-overlay{
	display:none !important;
}
#footer {
    padding: 101px 0 !important;
    z-index: 1;
	border:none !important;
}
#footer .widgettitle{}
#footer .tnp-subscription label{
	display:none !important;
}
#footer .tnp-subscription input[type="submit"]{
    border-radius: 10px !important;
    font-size: 16px !important;
    font-family: 'Muli', sans-serif !important;
    font-weight: 600 !important;
    display: inline-block;
    padding: 12px 22px;
    text-transform: uppercase;
    background: #a2a532;
}
.footer_color {
    background-size: cover !important;
}
#footer #media_image-2 .image-overlay{
	display:none !important;
}
.social-list{
	display:block;
}
.social-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 6px;
}
.social-list li a{
    font-size: 34px;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    line-height: 1;
    overflow: hidden;
}
.social-list li a:hover{
	color:#a2a532;
}
#header:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    visibility: visible !important;
    z-index: 1;
    left: 0;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}