/* Add here all your css styles (customizations) */


.header {
	background-color: #ffffff;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999;
}

.bb-fixed-header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
}

.topBar {
	width: 100%;
	display: block;
	min-height: 35px;
	height: auto;
	background-color: #252525;
}

.topBar ul li a {
	padding: 0 3px;
	display: block;
	line-height: 35px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #ffffff;
}

.topBar ul li a:hover,.topBar ul li a:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=0.8);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.topBar ul.pull-right li {
	padding: 0;
	float: left;
}

.topBar ul.pull-right li a {
	font-size: 12px;
	display: inline-block;
}

.topBar ul.pull-right>li {
	margin: 0 0 0 13px;
}

.topBar ul.pull-right>li:nth-child(2)::before {
	content: "|";
	font-size: 16px;
	color: rgba(255,255,255,0.2);
}

.display-block {
	display: block;
}

.display-none {
	display: none;
}

.top-right .account-login span small {
	color: rgba(255,255,255,0.5);
	padding: 0 10px;
}

.top-right .account-login span a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-right .account-login span a:hover {
	color: rgba(255,255,255,0.5);
}

.top-right .account-login span a:focus {
	color: rgba(255,255,255,0.25);
}

.top-right .searchBox {
	position: relative;
}

.top-right .searchBox a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0 10px;
}

.top-right .searchBox a:hover {
	opacity: .5;
}

.top-right .searchBox a i {
	width: 15px;
}

.top-right .searchBox .dropdown-menu {
	padding: 10px 15px;
	border-radius: 0;
}

@media (max-width: 479px) {
	.top-right .searchBox .dropdown-menu {
		width: 280px;
		margin: 0 -65px 0 0;
	}
}

@media (min-width: 480px) {
	.top-right .searchBox .dropdown-menu {
		width: 350px;
		margin: 0;
	}
}

.top-right .searchBox .dropdown-menu li {
	line-height: 0;
	width: 100%;
}

.searchBox .input-group {
	width: 100%;
	position: relative;
}

.searchBox .input-group .form-control {
	box-shadow: none;
	border-radius: 0;
}

.searchBox .input-group .form-control:focus {
	border-color: #47bac1;
}

.searchBox .input-group .input-group-addon {
	border-radius: 0;
	background-color: #47bac1;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border-color: #47bac1;
	width: 74px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	height: 34px;
}

.top-right .cart-dropdown a,.cart-dropdown a {
	background-color: #47bac1;
	line-height: 35px;
	min-height: 36px;
	font-size: 13px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
	.top-right .cart-dropdown a,.cart-dropdown a {
		padding: 0 7px;
	}
}

@media (min-width: 480px) {
	.top-right .cart-dropdown a,.cart-dropdown a {
		padding: 0 10px;
	}
}

@media (min-width: 768px) {
	.top-right .cart-dropdown a,.cart-dropdown a {
		padding: 0 19px;
	}
}

.top-right .cart-dropdown a i,.cart-dropdown a i {
	font-size: 18px;
	margin-right: 10px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

 