﻿header{
	background-color:#9ba3ab;
}
header .options{
	background-color:#505050;
}
header i{
	margin-right:5px;
}
header small{
	letter-spacing:0.1px;
	font-weight:600;
}
header .frm_search{
	position:relative;
}
header .frm_search input{
	background-color:transparent;
	border-radius:0;
	padding-right:40px;
	border-color:#7e7e7d;
}
header .frm_search input:focus{
	background-color:#505050;
	color:#fff;
}
header .frm_search button{
	background-color: transparent;
    border: none;
    color: #fff;
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	z-index:3;
	outline:none;
}

header .frm_search select{
	 margin-right:7%;
     width:25%;
     font-size:15px;
}

.dropdown-menu .dropdown-item:hover {
    color: #000!important;
}
header .cart {
    padding: 9px 0;
    position: relative;
    width: 75%;
}
header .cart .fa-shopping-cart{
	font-size:20px;
}
header .cart .badge{
	position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
}
header .menu nav .active a,
header .menu nav a:hover {
    color: #ffffff80 !important;
}
.menu nav li {
    margin: 0 10px 0 0;
    font-size: 12px;
}
header .menu nav li #inside > a {
    padding-bottom:20px;
}
header .menu nav li #inside .dropdown-menu {
    border-radius: 0 0 4px 4px;
    border: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
header .menu nav li #inside .dropdown-menu:before {
    position: absolute;
    content: "";
    border-color: #ffffff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-width: 8px;
    border-style: solid;
    top: -16px;
    left: 18px;
    width: 17px;
    height: 6px;
}
header .menu nav li #inside .dropdown-menu a{
    text-transform:uppercase;
    font-size:13px;
}
header .menu nav li a {
    font-weight: 600;
}
header .menu nav li:first-child a{
	padding-left:0!important;
}
header .logo a{
    display:inline-block;
}





