a:hover {
	color: #3ab54a;
}
img { vertical-align: middle; }
.row-no-mar {
	margin-right: 0;
	margin-left: 0;
}
.row-no-mar div[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.row-mar10 {
	margin-right: -10px;
	margin-left: -10px;
}
.row-mar10 div[class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.row-mar5 {
    margin-right: -5px;
    margin-left: -5px;
}
.row-mar5 div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.col-xs-2_4,
.col-md-2_4,
.col-sm-2_4,
.col-lg-2_4 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
#header .header-top {
    background: #333;
    color: #bbb;
    padding: 6px 0;
    font-size: 12px;
}
#header .header-info > div {
    display: inline-block;
}
#header .header-info > div.address {
    margin-left: 15px;
}
#header .header-info strong {
    color: #fff;
}
#header .social-network a {
    color: #bbb;
    display: inline-block;
    padding: 0 6px;
    font-size: 16px;
    line-height: 1.2;
}
#header .social-network a:hover {
    color: #fff;
}
#header .header-bottom { 
    background: #f6f6f6;
    padding: 5px 0;
    position: relative;
	width: 100%;
    z-index: 999;
}
#header .header-bottom.fixed {
    padding: 3px 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    animation: 1s ease 0s normal both 1 running fixedmenu;
    -webkit-animation: 1s ease 0s normal both 1 running fixedmenu;
    -o-animation: 1s ease 0s normal both 1 running fixedmenu;
    -moz-animation: 1s ease 0s normal both 1 running fixedmenu;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
#header .logo img.img-responsive {
	display: inline-block;
	max-height: 90px
}
#header .header-bottom.fixed .logo img.img-responsive {
    max-height: 30px;
}
.over-box-search {
	margin-right: 25px;
    position: relative;
}
.over-box-search .icon-search {
    color: #3ab54a;
    font-size: 18px;
    display: inline-block;
    padding: 8px 10px;
    cursor: pointer;
}
#header .header-bottom.fixed .over-box-search .icon-search {
    padding: 3px 10px;
}
#box-search-top {
    position: absolute;
    top: calc(100% - 10px);
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.over-box-search:hover #box-search-top {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
#box-search-top .search {
	width: auto;
    max-width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0;
    position: relative;
}
#box-search-top .search input[type='text'] {
    border: none;
    color: #a4a4a4;
    height: 44px;
    line-height: 44px;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 0 80px 0 20px;
    text-align: left;
    white-space: nowrap;
    width: 250px;
}
#box-search-top .search .over-select-search {
	position: relative;
    display: inline;
    width: auto;
    min-width: 100px;
    float: left;
    background: #fff;
}
#box-search-top .search .over-select-search:before {
	border-left: 1px solid #e5e5e5;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    right: auto;
    top: 6px;
    z-index: 9;
}
#box-search-top .search .over-select-search:after {
    color: #666666;
    content: "\f107";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: bold;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: 11px;
    top: 9px;
    z-index: 9;
}
#box-search-top .search .over-select-search select {
	cursor: pointer;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 5px 6px;
    background: #fff;
    border: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
#box-search-top .search #_button-search {
    background: #3ab54a;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#box-search-top .search #_button-search:hover {
	background: #5d8801;
}
#menu {
	display: inline-block;
	width: auto;
}
#menu > ul > li:last-child > .top {
	padding-right: 20px;
}
#menu ul li:hover {
	z-index: 22;
}
#menu ul li li a {
	padding: 6px 20px 6px 12px;
}
#menu ul li li a i.fa {
	float: right;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
}
#cart-top-all {
	position: relative;
    float: left;
}
#cart .cart-inner {
	position: relative;
    background: #3ab54a;
    border-radius: 3px;
    padding: 3px 10px;
    margin: 5px 0;
    cursor: pointer;
}
#header .header-bottom.fixed #cart .cart-inner {
    margin: 2px 0;
}
#cart .cart-icon {
	cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
#cart .cart-icon span.title {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 48px;
}
#cart .cart-icon span.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: auto;
}
#cart .cart-items {
	margin: 0;
    color: #fff;
    display: inline-block;
    padding-left: 3px;
    font-size: 13px;
    vertical-align: bottom;
}
#cart > .content {
	border: 0;
	max-width: 385px;
}
.box-heading .pull-right a {
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    color: #23527c;
}
.box-heading .pull-right a:hover {
    color: #3ab54a;
}
.box-product_ .per {
	position: absolute;
	font-size: 12px;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	font-weight: 300;
	top: 0;
	left: 10px;
	text-align: center;
	z-index: 99;
	background-color: #3ab54a;
    padding: 0 10px;
}

.viewmore {
	clear: both;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}
.viewmore a {
	font-size: 16px;
	padding: 10px;
	border-radius: 3px;
	color: #3ab54a;
	background-color: #e1e1e1;
}
.viewmore a:hover {
	background-color: #3ab54a;
	color: #3ab54a;
}
.product-info.row .description a.btn {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
    background: #00aff2;
    color: #ffff;
    border: 2px solid #00aff2;
    padding: 10px 0;
    font-size: 15px;
}
.product-info .cart .button_add_cart:hover,
.product-info.row .description a.btn:hover {
	background-color: #3ab54a;
	border-color: #3ab54a;
}
@keyframes fixedmenu {
    0% {
	    top: -100%;
	}

	100% {
	    top: 0;
	}
}
