body {
	font-family: 'Open Sans', sans-serif;
	color: black;
	font-size: 13px;
	width: 100%;
	background:url("") #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
.logo a{
	display: inline-block;
}
.btn.navbtn-top{
	border:none;
	box-shadow: none;
	font-size: 20px;
	color:#0080d5;
	margin-right: 0px;
}
/* search */
#search {
	margin:10px 0px;
}
#search .btn:focus,#search .btn:active {
   outline: none !important;
}
#search .input-lg {
	height: 50px;
	font-size:17px;
	padding: 0 10px;
	font-weight: normal;
	background:rgba(255,255,255,0.7);
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	border-bottom:solid 1px #999;
	border-right:none;
	outline: 0;
	border-top-left-radius-radius: 5px;
	border-bottom-left-radius-radius: 5px;
}
#search .btn-lg {
	padding:15px 15px 14px 15px;
	background:rgba(255,255,255,0.7);
	border-top:solid 1px #999;
	border-left:none;
	border-bottom:solid 1px #999;
	border-right:solid 1px #999;
	outline: 0;
}
#search .input-lg:focus,#search .input-lg:active, #search .btn-lg:focus,#search .btn-lg:active {
   outline: none !important;
}
/* cart */
#cart {
	
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
	border-left:none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	z-index: 1001;
	padding:5px;
	width:400px;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	padding: 20px 0;
	font-size: 14px;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .nav > li > a {
	color: #0080d5;
	padding:9px 0px;
	font-size:13px;
	background: url("../image/bgMenu.png") 0px 38px repeat-x;
	transition:background-position 0.2s linear;
	line-spacing:-1px;
}
#menu.main-nav .nav > li > a{	
	padding-left: 8px;
	padding-right: 8px;
	border-left:solid 1px #eee;
}
#menu.main-nav .nav > li:last-child > a{
	border-right:solid 1px #eee;
}
#menu .nav > li > a > i.fa-main{
	color:#0063a6;
	margin-right:5px;
	font-size: 14px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background: url("../image/bgMenu.png") 0px 35px repeat-x;
}
#menu .nav > li.social-media{
	margin-right:5px;
}
#menu .nav > li.social-media:last-child{
	margin-right:0px;
}
#menu .nav > li.social-media > a{
	background: none;
	font-size:15px;
	padding:5px 0px;
}
#menu .nav > li.social-media > a i.fa{
	font-size:28px;
}
#menu .nav > li.social-media:nth-child(4) > a{
	color:#3b5999;
}
#menu .nav > li.social-media:nth-child(5) > a{
	color:#55acf1;
}
#menu .nav > li.social-media:nth-child(6) > a{
	color:#007cb6;
}
#menu .nav > li.social-media:last-child > a{
	color:#ce3629;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	border-top: 1px solid #DDD;
	padding: 9px 20px;
	font-size: 13px;
	background:#f1f1f1;
	font-weight: bold;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #555;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #0080d5;
}
#menu .btn-navbar {
	font-size: 17px;
	font-stretch: expanded;
	color: #0080d5;
	padding: 0px 18px;
	float: right;
	margin-right:0px;
	border:none;
	box-shadow: none;
	margin-top:7px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #0080d5;
}
.navbar-collapse.in{
	overflow-y:inherit;
}
.fa.fa-bars.fa-lg{
	   font-size: 1.22em;
}
.fa.fa-shopping-cart.fa-lg{
	   font-size: 1.22em;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {	
	.navbar-nav{
		margin: 0px 15px;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	/*min-height: 600px;*/
}
/* footer */
footer {
	padding-top: 30px;
	background-color: white;
	color: black;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #0074bf;
}
footer a {
	color: white;
	font-size: 13px;
}
footer a:hover {
	color: white;
	text-decoration: underline;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: white;
}
.footer-container{
	text-align: center;
}
.paybill-number{
	font-size:25px;
	font-weight: bold;
	color:white;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	padding: 15px 0 0px 0px;
	background:none;
	border-radius: none;
	margin-bottom: 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap;
	margin-right: 5px;
	color:#888888;
	font-size:13px;
}
.breadcrumb > li a{
	color:#888888;
	font-size:13px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	margin-left:5px;
	content: '/';
	/*display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
}
.breadcrumb > li:last-child:after{
	content:'';
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
	background-repeat: repeat-x;
	border: none;
/*	border-color: #1f90bb #1f90bb #145e7a;*/
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
/*	border: 1px solid #ddd;
	margin-bottom: 5px;
	overflow: auto;*/
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
	.product-thumb h4{
		margin-top:0px;		
	}
	.product-thumb h4 a{
		color:#0166b3;
		transition:color .5s;
	}
	.product-thumb h4 a:hover{
		color:black;
	}
}
.related-products .product-thumb h4 a{
	font-size: 15px !important;
}
.category-products .product-thumb h4 {
	font-weight:normal;
	font-size:20px;
	color:black;
	font-weight: normal;
	margin-bottom:5px;
}
.category-products .product-thumb .caption p{
	margin-bottom:5px;
}
.category-products .product-thumb .caption p.alt_name{
	margin-bottom:15px;
	font-style: italic;
	font-weight: bold;
}
.category-products .product-thumb .caption p.price{
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.category-products .product-thumb .product-image{
	overflow:hidden;
}
.category-products .product-thumb .product-image img{
	transition:all .5s ease-in-out;
}
.category-products .product-thumb .product-image img:hover{
	transform:scale(1.2) rotate(5deg);
	/*transform:rotate(10deg);*/
}
.product-thumb h4 {
	font-weight:normal;
	font-size:15px;
	color:black;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {

}
.rating .fa-stack {
	font-size: 2px;
	margin-right:6px;
	margin-bottom:3px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 12px;
}
.rating .fa-star-o:hover{
	color:red;
}
.rating .fa-star {
	color: red;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color:red;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-size:14px;
	/*padding-top:5px;
	padding-bottom:5px;*/
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: red;
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 12px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
	font-size:14px;
}
.product-thumb .button-group button.cart_btn{
	background-color: #0166b3;
	color:white;
	transition:text-indent .5s;
}
.product-thumb .button-group button.cart_btn:hover{
	background-color: #0166b3;
	color:white;
	text-indent: 5px;
}
.product-thumb .button-group button.cart_btn.disabled{
	background-color: grey;
	color:white;
	transition:text-indent .5s;
	cursor: not-allowed;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.thumbnails > li a:focus, .thumbnails > li a:active{
	outline: none !important;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/*CSS Custom During Dev*/
.header-top{
	background:url("../image/header-top.png") center bottom no-repeat;
	/*background:url("../image/header-top-black.png") center bottom no-repeat;*/
	padding:8px 0px 8px 0px;
	background-size: cover;
}
.top-links-right{
	
}
.top-links-right a{
	color:black;
	font-size:13px;
}
.top-links-right a i{
	color:black;
	font-size:20px;
	vertical-align: middle;
}
.top-links-right a span{
	text-decoration: underline;
}
.top-links-right a:hover{
	color:#0080d5;
}
.top-links-right .shop-icon{
	margin-bottom: 3px;
}
.top-links-right ul.list-inline{
	margin-bottom: 0px;
}
.top-links-right > ul.list-inline > li{
	float: right;
}
.menu-top{
	background:#f9f9f9;
}
.menu-top #menu.navbar{
	background:none;
	border:none;
}
.home-page .owl-carousel{
	margin:0px;
}
.home-page .owl-wrapper-outer{
	border:none;
	border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.slideshow-homepage .img-responsive{
	width:100%;
}
.home-page .right-col.col-xs-12{
	padding-left:0px;
}
.home-page .right-col .owl-carousel:nth-child(1){
	margin-bottom:6px;
}
.home-page #column-right{
	padding:0px;
	width:100%;
}
.category-home-page .col-sm-2{
	border:solid 1px #eee;
	text-align: center;
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
	overflow: hidden;
}
.category-home-page .col-sm-2 img{
	margin-left:auto;
	margin-right:auto;
	transition:transform 0.3s ease-in-out;
}
.category-home-page .col-sm-2 img:hover{
	transform:scale(1.2) rotate(5deg);
}
.category-home-page .col-sm-2.col-xs-offset-1{
	margin-left:0px;
}
.category-home-page span{
	width:100%;
	display: block;
}
.category-home-page p.name{
	font-size:14px;
}
.category-home-page span.price-old{
	font-size:12px;
	color:red;
	text-decoration: line-through;
}
.category-home-page span.price-new{
	font-weight: bold;
}
.specials-homepage h3{
	color:red;
}
.specials-homepage h3 span a{
	font-size:12px;
	color:#0166b3;
	text-decoration: underline;
}
.off-percent{
	position:absolute;
	right:0px;
	top:0px;
	background:url("../image/Off-Percent-Bg.png") 17px top no-repeat;
	width: 103px;
	height:103px;
	z-index: 10;
	transition:background-position 0.2s ease-in-out;
}
.category-home-page a:hover .off-percent{
	background-position:0px 0px;
}
.off-percent.specials-page{
	position:absolute;
	right:0px;
	top:0px;
	background:url("../image/Off-Percent-Bg.png") 17px top no-repeat;
	width: 103px;
	height:103px;
	z-index: 10;
	transition:background-position 0.2s ease-in-out;
}
.product-thumb:hover .off-percent{
	background-position:0px 0px;
}
.off-percent .text-holder{
	color:white;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);	
	-webkit-transform: rotate(45deg);
	margin-top:20px;
	margin-left:20px;
}
.off-percent.specials-page .text-holder{
	margin-top:30px;
	margin-left:35px;
}
.manufacturers .col-xs-12 .col-xs-12{
	border:solid 1px #eee;
	margin-top:10px;
}
.manufacturers .clickable .owl-pagination{
	display:none !important;
}
.manufacturers .owl-wrapper-outer{
	margin-top:15px;
	margin-bottom:15px;
}
.homepagebottom{
	margin-top:10px;
}
.sizing-tools, .espares{
	background: #0082d6;
	/*background: #000000;*/
	color:white;
	text-align: center;
	font-size: 15px;
}
.sizing-tools i, .espares i{
	font-size: 120px;
    margin: 22px 0px 23px 0px;
}
.espares{
	background: #004a7a;
	/*background: #01131f;*/
}
.sizing-tools:hover, .espares:hover{
	color:white;
}
.sizing-tools .heading-one, .espares .heading-one{
	font-size:18px;
	font-weight: bold;
}
.sizing-tools .heading-two, .espares .heading-two{
	font-size:15px;
	margin-bottom:15px;
}
.sizing-tools img, .espares img{
	margin:20px auto 10px auto;
}
.sizing-tools img:hover, .espares img:hover{
	-webkit-animation: spin 5s infinite linear;
	-moz-animation: spin 5s infinite linear;
	-o-animation: spin 5s infinite linear;
	animation: spin 5s infinite linear;
	-webkit-transform-origin: 50% 58%;
	transform-origin:50% 58%;
	-ms-transform-origin:50% 58%; /* IE 9 */

}
.start-shopping{
	background: #e70101 url("../image/Start-Shopping-Background.png") 10% center no-repeat;
	/*background: #000000 url("../image/Start-Shopping-Background.png") 10% center no-repeat;*/
	color:white;
	font-size:45px;
	line-height: 226px;
	font-weight: bold;
	text-indent: 10px;
	transition:background-position .7s, text-indent .3s;
}
.start-shopping:hover{
	background-position: 90% center;
	color:white;
	text-indent: 30px;
}

@-moz-keyframes spin {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes spin {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}

@keyframes spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
#banner2 img{
	margin:20px auto 0px auto;
}
.category-top .col-sm-12 .col-sm-12{
	/*background:#0166b3;*/
	background:#000000;
}
.category-top h2{
	font-size:35px;
	margin: 35px 0px;
	color:white;
	text-indent: 15px;
	text-shadow:2px 2px 3px #333333;
}
.category-top h2 span{
	font-size: 15px;
	font-weight: normal;
	text-shadow:none;
	margin: 8px 20px 7px 0px;
}
#column-left .owl-wrapper-outer{
	border:none;
	box-shadow: none;
	border-radius: none;
}
#column-left .owl-carousel{
	margin-bottom:0px;
}
.col-xs-12.breadcrumbs-holder{
	padding-left:0px;
	padding-right:0px;
}
.breadcrumbs-holder{
	
}
.breadcrumbs-holder select.form-control{
	border-radius: 0px;
	padding:0px;
	height:26px;
}
.breadcrumbs-holder .form-group{
	margin-top:10px;
	margin-right:5px;
}
.breadcrumbs-holder .btn.btn-default{
	text-shadow:none;
	background:none;
	border:none;
	box-shadow: none;
	padding:10px 0px;
	margin-left:10px;
	margin-top:3px;
}
.breadcrumbs-holder .form-group.form-inline{
	margin-bottom:0px;
}
.breadcrumbs-holder .pull-right.compare-icon{
	margin:13px 5px 10px 5px;
}
.fa.fa-retweet.fa-lg{
	font-size: 1.3333333em;
	color:#999999;
}
#compare-total{
	color:black;
}
.category-products{
	margin-top:8px;
}
@media (min-width: 768px){
	.category-page .col-sm-3{
		margin-right:5px;
		padding-right:0px;
	}
	.category-page .col-sm-9{
		margin-right:-5px;
		padding-left:0px;
	}
	.category-page .col-sm-9 .row{
		margin-left:-4px;
		margin-right:-15px;
	}
	.category-page .col-sm-9 .product-grid{
		padding-right:0px;
		margin-right:0px;
		width:49%;
		padding-left: 5px;
	}
	.col-sm-6.product-image{
		margin-top:40px;
		margin-bottom:10px;
	}
	.cart-details .col-sm-5{
		padding:0px;
	}
	.cart-details .col-sm-7{
		padding:0px;
	}
	.tab-pane.active{
		padding:0px 100px;
	}
}
.col-sm-6.product-image img{
	margin-right:auto;
	margin-left:auto;
}
.caption p{
	font-size:13px;
	margin-bottom: 0px;
}
.category-pagination .col-sm-6.text-right{
	line-height: 35px;
}
.manufacturer-logo{
	display:inline-block;
	height: 75px;
}
.manufacturer-info p{
	text-align: center;
	margin:0px;
	font-size: 13px;
	color:#555;
}
.products-page .breadcrumb{
	margin-bottom:15px;
}
.products-page .thumbnail.main-thumb{
	border:none;
}
.products-page .additional-images{
	text-align: center;
}
.products-page .additional-images > li{
	float:none;
	margin:0px;
	display:inline-block;
}
.products-page .additional-images > li > a{
	border-radius: 0px;
	margin:0px;
}
.products-page h1.product-title{
	margin-top:0px;
	font-size:37px;
	color:#0166b3;
	font-weight: normal;
	text-indent: -5px;
	margin-bottom:5px;
}
.products-page h1.product-title i{
	font-size: 11px;
	margin-left: 10px;
	color:#999;
	padding:5px 6px 5px 10px;
    position: relative;
    top: -9px;
    border-radius: 15px;
}
.products-page h1.product-title i.in_stock{
	color:white;
	background:green;
}
.products-page h1.product-title i.out_stock{
	color:yellow;
	background:grey;
}
.products-page p{
	/*margin:0px;*/
}
.products-page p.manufacturer{
	margin:0px;
}
.products-page p.manufacturer a{
	color:#777;
	font-size:13px;
	transition:color .5s;
}
.products-page p.manufacturer a:hover{
	color:#0166b3;
}
p.rating-product .fa-stack{
	width:1em;
}
p.rating-product .fa{
	font-size:15px;
}
p.rating-product .fa-star.fa-stack-1x{
	color:red;
}
p.rating-product .rated .fa-stack-1x{
	color:red;
}
p.rating-product .fa-stack-1x{
	color:#888;
}
.short-description p{
	font-size: 13px;
	text-align: justify;
	margin-bottom:20px;
}
.short-description{	
    height: 70px;
    overflow: hidden;
    margin-bottom: 0px;
}
a.read-more{
	color:#0166b3;
	text-decoration: underline;
	cursor: pointer;
	margin-top:10px;
}
h2.key-features-title{
	font-size:20px;
	font-weight: normal;
	margin-top:15px;
}
.key-features li{
	font-size: 13px;
	list-style:none;
	text-indent:-20px;
}
.key-features li:before{
	content: '- ';
}
.key-features{
	margin-bottom:10px;
    height: 80px;
    overflow: hidden;
}
.read-more.features-link{
	margin-bottom: 20px;
	display: block;
}
.cart-details h2{
	margin:9px 0px 0px 0px;
	color:#0080d4;
	font-size: 30px;
	font-weight: 500;
}
.cart-details span.old-price-product{
	color:red;
	font-size:13px;
}
.cart-details .cart-information input,.cart-details .cart-information button{
	display: inline-block;
	width: inherit;
}
.cart-details .cart-information input#input-quantity{
	font-size:20px;
	text-align: center;
	border-radius: 0px;
	height: inherit;
	padding:10px 0px;
	width: 44px;
}
.cart-details .cart-information button{
	border-radius: 0px;
	text-transform: uppercase;
	font-size:16px;
	border:none;
	font-weight: bold;
	line-height: inherit;
	padding:14px 13px 13px 13px;
	margin-top:-8px;
	color:white;
	transition:background-color 0.4s ease-in-out;
}
.btn.btn-default.wishlist-btn{
	background: #E00;
}
.btn.btn-default.compare-btn{
	background: #0194f4;
}
.cart-details .cart-information button:hover, .cart-details .cart-information button#button-cart:hover{
	background:#004674;
}
.cart-details .cart-information button#button-cart{
	padding-right:23px;
	background: #0166b4;
}
.col-sm-2.right-product-column{
	margin-top: -45px;
}
.col-sm-2.right-product-column p{
	margin:0px;
}
.data-sheet-btn{
	width:100%;
	border:none;
	border-radius: 0px;
	background:#ed0101;
	color:white;
	padding-top:13px;
	padding-bottom:13px;
	margin-top:0px;
	transition:background-color 1s;
	font-size: 13px;
	letter-spacing: -1px;
	margin-bottom: 3px;
}
.data-sheet-btn i{
	margin-left:5px;
	position: absolute;
	margin-top: 0px;
	transition:margin-top 0.3s linear;
}
.data-sheet-btn:hover{
	color:white;
	background:#0166b4;
}
.data-sheet-btn:hover i{
	margin-top: 7px;
}
.product-main-info{
	border:solid 1px #ddd;
	background:#eee;
	margin-top:10px;
	text-align: center;
	font-size: 13px;
	padding:5px;
}
.product-main-info p{
	text-align: center;
	margin-bottom:35px;
	margin-top:35px;
}
.product-main-info img{
	margin:0px auto 10px auto;
}
.products-page .nav-tabs {
	margin-bottom: 15px;
	text-align: center;
	margin-top:15px;
    border-bottom: solid 1px #bbb;
}
.products-page .nav.nav-tabs > li{
	float: none;
	display:inline-block;
}
.products-page .nav.nav-tabs > li > a{
	font-size:17px;
	padding-right:40px;
	padding-left:40px;
	border-radius: 0px;
    border: solid 1px #f1f1f1;
    border-bottom: 0px;
    margin-right: 0px;
    color:black;
}
.products-page .nav.nav-tabs > li > a i{
	margin-right:0px;
	color:#0166b3;
}
.products-page .nav.nav-tabs > li.active > a{
    border: solid 1px #bbb;
    border-bottom: 0px;
    font-weight: bold;
}
.products-page .tab-pane{
	font-size: 13px;
	text-align: justify;
}
#tab-specification table td{
	width:50%;
}
.category-products .product-info{
	margin-top:30px;
}
.category-products .product-thumb{
	border:solid 1px #eee;
	margin-bottom:5px;	
}
.clr{
	clear:both;
}
.related-products .price{
	font-weight: bold;
}
.related-products .price .price-old{
	font-weight: lighter;
	margin-left: 0px;
}
.related-products h4 a{
	font-size: 17px;
}
.related-products h4{
	margin-bottom:5px;
}
h3.related-product-title{
	margin-top:20px;
	margin-bottom: 0px;
	text-align: center;
}
h3.related-product-title p{
	background: #eee;
	padding:15px 50px;
	margin-bottom: 0px;
	display: inline-block;
	border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	font-size:17px;
}
/*cart modal styling > Really exiciting, never done this before*/
.cart-modal .modal-header{
	background:#0783d6;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.cart-modal .modal-header .modal-title, .cart-modal .modal-header .modal-title i{
	color:white;
	font-size: 20px;
}
.cart-modal .modal-body h5{
    font-size: 15px;
    color: green;
    margin-top: 0px;
    margin-bottom: 20px;
}
.cart-modal .modal-body h5 i{
    font-size: 15px;	
}
.cart-modal .modal-body img.img-responsive{	
    margin-top: 15px;
    margin-bottom: 20px;
}
.cart-modal .modal-body .cart-side p{
	font-size: 15px;
}
.cart-modal .modal-body .cart-side p:first-child{
	margin-top:30px;
}
.cart-modal .modal-body .cart-side-main-col-6{
	border-right:solid 1px #eee;
}
.cart-modal .modal-body .total-side p{
	font-size: 15px;
}
.cart-modal .modal-body .total-side p:first-child{
	margin-top:30px;
}
.cart-bottons-holder{	
    margin-top: 20px;
    border-top: solid 1px #eee;
    padding-top: 20px;
}
.cart-bottons-holder .btn{	
    font-size: 13px;
    box-shadow: none;
}
.cart-bottons-holder button.btn{
	background-image: none !important;
	background-color: #ddd !important;
	border:solid 1px #ddd !important;
	margin:0px !important;
	padding:7.5px 12px !important;
}
.cart-bottons-holder a.btn{
	background-image: none;
	background-color: #51a351;
	border:solid 1px #51a351;
}
.cart-bottons-holder a.btn.btn-primary{
	background-image: none;
	background-color: #0783d6;
	border:solid 1px #0783d6;
	margin-left: 5px;
}
.top-row{
	margin-top:16px;
}
.top-row h2{
	font-size:26px;
	color:#0082d6;
}
.top-row p, .top-row .btn{
	font-size:13px;
}
.top-row .btn{
	background-color:#0082d6;
	background-image: none;
	border:solid 1px #0082d6;
	padding:12px 20px;
	box-shadow: none;
}
.top-row .btn i{
	margin-left:10px;
	transition:margin-left .3s;
}
.top-row .btn:hover i{
	margin-left:20px;
}
.alert-danger{	
    color: white;
    background-color: red;
    border-color: red;
    margin-top: 5px;
    font-size: 13px;
}
.top-row.login-page label{
	display:none;
}
.top-row.login-page input{
	font-size: 13px;
	text-indent: 20px;
}
.top-row.login-page input#input-email{
	background:url("../image/icon-email.png") white 5px center no-repeat;
}
.top-row.login-page input#input-password{
	background:url("../image/icon-key.png") white 5px center no-repeat;
}
.top-row.register-page h1{	
    margin: 0px 0px 10px 0px;
    line-height: 1em;
    font-size: 25px;
}
#cart.commoncart > button.btn.btn-inverse{
	background: none;
	border:none;
	color:black;
	text-shadow:none;
	box-shadow: none;
	font-size: 13px;
	text-decoration: underline;
	padding:0px;
}
#cart.commoncart > button.btn.btn-inverse i.fa{
	color: black;
    font-size: 20px;
    vertical-align: middle;
}
#cart.commoncart .dropdown-menu li > div{
	min-width: inherit;
}
#cart.commoncart #cart-total span{
    background: #fe6102;
    color: white;
    display: inline-block;
    width: 23px;
    margin-left: 3px;
    border-radius: 15px;
    border: solid 2px white;
    font-size: 11px;
    text-align: center;
}
#cart.commoncart .dropdown-menu table.table.table-striped td{
	vertical-align: middle;
}
#cart.commoncart .dropdown-menu table.table.table-striped td .btn-danger{
	background:none;
	color:#ddd;
	border:none;
	box-shadow: none;
}
#cart.commoncart .dropdown-menu table.table.table-striped td .btn-danger:hover{
	background:#eee;
}
#cart.commoncart .dropdown-menu .table.table-bordered, #cart.commoncart .dropdown-menu table.table.table-bordered td{
	border:solid 1px #f9f9f9;
}
#cart.commoncart .dropdown-menu .table.table-bordered td:first-child{
	width:65%;
}
.wishlist-holder-alert .alert, .product-compare-holder-alert .alert{
	margin-top: 5px;
	margin-bottom: 0px;
	border-radius: 0px;
    background: #51a351;
    border: none;
    color: white;
    font-size: 13px;	
}
.wishlist-holder-alert .alert a, .product-compare-holder-alert .alert a{
	color:white;
	text-decoration: underline;
}
.well.search-page{
	margin-top:8px;
	border-radius: 0px;
}
.well.search-page input[type="text"], .well.search-page select, .well.search-page button{
	font-size:14px;
	border-radius: 0px;
	box-shadow: none;
}
.well.search-page button{
	background:#0166b3;
	border:none;
}
.well.search-page button i{
	margin-left: 10px;
	transition:margin-left 0.2s;
}
.well.search-page button:hover i{
	margin-left: 25px;
}
.well.search-page label{
	font-size:14px;	
}
.well.search-page .row.form-inline{
	padding-top: 25px;
	padding-bottom: 25px;
}
h2.search-heading{
	font-size:20px;
	color:#0166b3;
	margin-bottom: 19px;
}
h2.search-heading span{
	color:#ee7000;
	font-style: italic;
}
p.empty-product{
	font-size:14px;
}
.mfp-content figure{
	background:white;
	padding-right:50px;
	padding-left:50px;
}
.mfp-bottom-bar .mfp-title{
	margin-left:20px;
	color:black;
    text-align: center;
    font-size: 17px;
}
.mfp-bottom-bar .mfp-counter{
	margin-right:20px;
	color:black;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
	color:#999 !important;
	margin-right: 20px;
}
.product_alt_name{
	font-size: 19px;
	font-style: italic;
	margin:5px 0px;
}
.header-hidden{
	position:fixed;
	background:white;
	width:100%;
	z-index: 10;
	border-bottom:solid 1px #eee;
}
.panel-group .panel, .panel{
	border-radius: 0px;
}
.panel-default > .panel-heading{
	padding:15px;
	color:#0082d6;
}
.panel-default > .panel-heading a{
	display:block;
}
.panel .panel-body, .panel .panel-body label{
	font-size: 13px;
}
.checkout-container h2{
	font-size: 20px;
	color:#0082d6;
}
.checkout-container .radio{
	margin-left:10px;
}
.checkout-container .radio input[type=radio]{
	transform:scale(1.3);
}
.checkout-container .btn.btn-primary, .btn.btn-primary.continue, #button-payment-address, #button-shipping-address, #button-shipping-method, #button-payment-method, .confirm-order.btn.btn-primary{
	font-size: 13px;
	background:#0082d6;
    border: solid 1px #0082d6;
    padding: 12px 20px;
	box-shadow: none;
	transition:all 0.2s linear;
}
.checkout-container .btn.btn-primary:hover, .btn.btn-primary.continue:hover, #button-payment-address:hover, #button-shipping-address:hover, #button-shipping-method:hover, #button-payment-method:hover, .confirm-order.btn.btn-primary:hover{
	padding:12px 35px 12px 20px;
}
.checkout-container .login-container input{
	font-size: 13px;
}
.control-label.col-sm-2{
	text-align: right
}
.checkbox-confirm input[type=checkbox]{
	transform:scale(1.5);
	cursor: pointer;
	margin-left:5px;
	position: relative;
	top:2px;
}
.success h1{
	margin:0px 0px 10px 0px;
	font-size: 30px;
	border-bottom:solid 1px #eee;
	padding-bottom: 10px;
	color:#0166b3;
}
.success p{
	font-size: 13px;
}
.success p a{
	text-decoration: underline;
}
.success p.salute{
	font-size: 15px;
}
.adding{
	background:url('../image/adding.gif') center center no-repeat;
	color:#0166b3 !important;
}
.compare-table{
	border-collapse: collapse;
}
.compare-table thead{
	font-size: 20px;
}
.compare-table tbody td:first-child{
	font-size: 14px;
	width: 20%;
	font-weight: bold;
	color: #0166b3;
}
.compare-table tbody{
	font-size: 13px;
}
.btn.btn-primary.btn-block.compare-btn{
	border:none;
	background: #0166b3;
	font-size: 14px;
	padding: 10px 30px;
	width:inherit;
	transition:all 0.2s ease-in-out;
}
.btn.btn-primary.btn-block.compare-btn:hover{
	border-radius: 20px;
	padding: 10px 50px;
}
.btn.btn-danger.btn-block.remove-cart{
	border:none;
	background: #f00;
	font-size: 12px;
	padding: 5px 30px;
	width:25%;
	transition:all 0.2s ease-in-out;
}
.btn.btn-danger.btn-block.remove-cart:hover{
	padding: 5px 10px;
	width:15%;
	border-radius: 20px;
}
td.price-cell{
	font-size: 14px;
}
td.price-cell strike{
	color:red;
	font-size: 12px;
}
td.product-name-cell{
	font-size: 15px;
}
.btn:focus,.btn:active{
   outline: none !important;
}
.bestsellers-home .price{
	font-weight: bold;
	color:#0168ab;
}
.old-price-bestsellers{
	text-decoration: line-through;
	font-weight: normal;
	color:red;
	font-size: 12px;
}
.cart-btn .btn.btn-primary{
	color: white;
	background: #0080d5;
	border:none;
	box-shadow: none;
	font-size: 12px;
	font-weight: normal;
	border-radius: 5px;
}
.cart-btn .btn.btn-primary i{
	color: white;
	font-size: 12px;
	margin-right: 5px;
	transition:all 0.2s ease-in-out;
}
.cart-btn .btn.btn-primary:hover i{	
	margin-right: 10px;
}
.dropdown-menu.main-menu-dropdown{
	width:250px;
}
#menu .dropdown-menu.main-menu-dropdown > div{
	width:100%;
}
#menu .dropdown-menu.main-menu-dropdown ul.list-unstyled{
	width: 100% !important;
    display: block;
}
.dropdown-menu.main-menu-dropdown ul.list-unstyled li{
	width: 100%;
    display: block;
}
#menu .dropdown-menu.main-menu-dropdown .dropdown-inner ul.list-unstyled li a{
	font-size: 13px;
	padding:7px;
	text-indent: 15px;
	color:#0166b3;
	transition:color 0.2s linear, background-color 0.3s ease-in-out;
}
#menu .dropdown-menu.main-menu-dropdown .dropdown-inner ul.list-unstyled li a:hover{
	color:white;
	background:#0166b3;
}
.dropdown-menu.main-menu-dropdown{
	left:-1px;
	top:98%;
	border:none;
}
.category-page .col-sm-9 .row.categories-children{
	margin:8px 0px 0px 0px;
}
.categories-children .col-sm-4{
	border:solid 1px #eee;
}
.categories-children .col-sm-4 a{
	width:100%;
	display: block;
	text-align: center;
	font-size: 20px;
	padding-top:5px;
	padding-bottom: 10px;
	font-weight: 500;
	color: #0166b3;
}
.categories-children .col-sm-4 a img{
	margin:0px auto;
}
.panel-heading .fa.fa-caret-down{
	float: right;
}
.col-sm-3.store-logo-contact{
	padding:20px 0px;
}
.row.google-map .map-here{
	border:solid 1px red;
}
.contact-form label{
	font-size: 14px;
}
.contact-form #input-enquiry{
	resize:none;
}
.contact-form .send-button{
	background: #0080d5;
	border:none;
	border-radius: 0;
	font-size: 15px;
	padding:10px 20px;
	transition:all 0.3s linear;
}
.contact-form .send-button:hover{
	padding-right: 25px;
}
.contact-form .send-button i{
	margin-right: 5px;
	transition:all 0.2s linear;
}
.contact-form .send-button:hover i{
	margin-right: 10px;
}
.contact-form-alert{
	font-size: 14px;
}
.list-group-item:first-child, .list-group-item:last-child{
	/*border-radius: 0px;*/
}
.list-group a.list-group-item{
	color:#0082d6;
	transition:all 0.2s ease-in-out;
}
.list-group a.list-group-item:hover{
	background:#0082d6;
	color:white;
}
.list-group a.list-group-item:hover i.fa{
	color:white;
}
.list-group a.list-group-item i.fa{
	color:black;
	margin-right: 5px;
}
.orders-list thead td{
	font-weight: bold;
	font-size: 14px;
}
.breadcrumbs-holder{
	margin-bottom:0px;
}
.products_filter{
	border:solid 1px #eee;
	padding:10px;
}
.products_filter h2{
	color:#0166b3;
	font-size: 20px;
	padding:5px 0px 15px 0px;
	margin:0px;
}
.products_filter form label{
	font-size: 15px;
	margin-bottom: 9px;
}
.products_filter input, .products_filter select, .products_filter button{
	border-radius: 0px;
	font-size: 14px;
}
.products_filter button{
	background:#0166b3;
	color:white;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	transition:all 0.2s ease-in-out;
}
.products_filter button i{
	font-size: 16px;
	padding-top:3px;
}
.products_filter button:hover{
	background:#0166b3;
	color:white;
	border-radius: 5px;
}
.form-control.range-slider{
	padding-right:0px;
	padding-left:0px;
	border:0px;
	box-shadow: none;
}
.price_range_holder span{
	color:#0166b3;
	font-size: 11px;
}
.products_filter .fa.fa-question-circle{
	color:#0166b3;
}

/*HTML5 Range Style*/
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #54b0f6;
}
input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #0166b3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-thumb{
	background: 0166b3;
	border:solid 4px #a5d7fd;
  	height: 24px;
  	width: 24px;
  	border-radius: 24px;
  margin-top: -11px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #54b0f6;
}
input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #0166b3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #54b0f6;
}
input[type=range]::-ms-fill-lower {
  background: #54b0f6;
}
input[type=range]::-ms-fill-upper {
  background: #54b0f6;
}
input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #0166b3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
/*End HTML5 Range Style*/
.price_range_holder span.center_price_holder{
	display: inline-block;	
    width: 61%;
    text-align: center;
    font-size:12px;
}
.container.mpesa-payment{
	width:100%;
	padding:0px;
}
.container.mpesa-payment label{
	font-weight: bold;	
    font-size: 14px;
    padding: 7px 0px;
}
.container.mpesa-payment label i{
	color:#0080d5;
}
.container.mpesa-payment input.form-control{
	border-radius: 0px;
}
.container.mpesa-payment button.confirm-order{
	margin-right:15px;
	margin-top: 10px;
}
.error_checkout{
	border:solid 1px red;
}
footer.main-footer{
	background:#0082d6;
	/*background:#000000;*/
	margin-top:5px;
}
p.powered-by{
	color:white;
}
@media (min-width: 768px){
	.navbar-nav > li {
	    margin-right: 11px;
	}
	.main-nav .navbar-nav > li {
	    margin-right: 0px;
	}
}
label.shipping-branches{
	font-weight: bold;
}
label.shipping-branches span{
	color:red;
}
select.shipping-branch{
	font-size: 13px;
}
button#chat-button{
	position:fixed;
	bottom:20px;
	right:20px;
	background:url() #0082d6;
	border:none;
	color:white;
	padding:15px;
	border-radius: 30px;
	z-index: 1000;
}
button#chat-button i{
	font-size: 34px;
}
button#chat-button span{
	font-size: 9px;
	position: absolute;
	top:0px;
	right:0px;
	color:white;
	background:red;
	display: block;
	width:15px;
	height: 15px;
	line-height: 15px;
	border-radius: 20px;
}
.row.mpesa-instructions .col-xs-12.col-sm-4{
	border-right: dashed 1px #ddd;
}
.mpesa-form .col-sm-8 input, .mpesa-form .col-sm-8 i.mpesa-fetch{
	display: inline-block;
}
.mpesa-form .col-sm-8 input.mpesa_trans_id{
	/*width:92%;*/
}
.mpesa-form .col-sm-8 i.mpesa-fetch{
	padding:9px;
	cursor: pointer;
	border:solid 1px #bbb;
	position: absolute;
}
.cart-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.navbtn-top.cart-toggle{
	margin-top: 5px;
}
/*.btn.navbtn-top.cart-toggle span{
	color:white;
	background : url() #0080d5;	
	font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    margin-top: 4px;
    border-radius: 10px;
    line-height: 20px;
}*/
.intro-modal .modal-footer{
	background: #0080d5;
	border:none;
	border-radius:0px 0px 5px 5px;
	padding-top:0px;
}
.intro-modal .modal-footer button{
	background:none;
	color: white;
	opacity: 0.5;
	border:none;
	box-shadow: none;
}
.col-sm-10.email-field .col-sm-2, .col-sm-10.email-field .col-sm-10{
	padding-left: 0px;
	padding-right: 0px;
}
a.backtomainsite{
	background: black;
	color:white;
	position:fixed;
	bottom: 20px;
	left: 0px;
	z-index: 100;
	padding:10px 15px 10px 10px;
	transition: padding 0.2s ease-in;
	border-left:solid 5px #0080d5;
}
a.backtomainsite:hover{
	padding-left: 20px;
}
a.backtomainsite i{
	transition: margin 0.2s ease-in;
	margin-right: 5px;
}
a.backtomainsite:hover i{
	margin-right: 15px;
}
img.christmas-theme{
	position: fixed;
	top: -10px;
	left: 0px;
	z-index: 100;
	transition:top 0.2s ease-out;
}
img.christmas-theme:hover{
	top: 0px;
}
.products-manual-issues .start-page h2{
	text-align: center;
	font-size: 16px;
	color: #bbb;
	padding-bottom: 20px;
}
.start-page.col-sm-12{
	padding: 80px 0px 100px 0px;
}
.col-sm-6.col-xs-12.login-window{
	padding: 70px;
	border: solid 1px #eee;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
}
.col-sm-6.col-xs-12.login-window a{
	margin-right: auto;
	margin-left: auto;
	box-shadow: none;
	text-shadow: none;
	background: #0080d5;
	padding: 10px 50px;
	font-size: 14px;
}
.issues-nav h2{
	color: #555;
	font-size: 15px;
	padding: 5px 0px 10px 0px;
}
.issues-nav a.list-group-item i{
	color:#0080d5;
	width: 20px;
	text-align: center;
}
.products-manual-issues .issues-list h2{
	font-size: 15px;
	color: #555;
	padding-bottom: 5px;
	border-bottom: #bbb 1px dashed;
}
.products-manual-issues .issues-list h2 a, .products-manual-issues .issues-list h2 button{
	margin-left: 3px;
	margin-bottom: 5px;
	margin-top: -10px;
	box-shadow: none;
	text-shadow: none;
	background: #0080d5;
}
.issues-holder{
	min-height: 550px;
}
.no-issues{
	line-height: 500px;
	background: url('../image/Arrow.png') #f9f9f9 right top no-repeat;
	font-size: 17px;
	text-align: center;
	color: #999;
	margin-bottom: 10px;
}
.add-new-issue .btn{
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 10px 20px;
}
.add-new-issue .modal-content, .issue-information .modal-content{
	border-radius: 0px;
	box-shadow: none !important;
	border-color: #0080d5;
}
.add-new-issue .modal-content .modal-header, .issue-information .modal-content .modal-header{
	color: white;
	background: #0080d5;
}
.add-new-issue .modal-content .modal-header h4, .issue-information .modal-content .modal-header h4{
	color: white;
}
.add-new-issue .modal-content label.first-label{
	margin-top: 0px;
}
.add-new-issue .modal-content label{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.add-new-issue .modal-content label.required::after{
	content: ' *';
	color: red;
}
.add-new-issue .modal-content input, .add-new-issue .modal-content textarea{
	font-size: 12px;
	box-shadow: none;
}
.add-new-issue .modal-content textarea{
	resize: none;
	height: 110px;
}
.error-input{
	border-bottom: solid 1px red !important;
}
table.issues-table thead{
	font-size: 13px;
	font-weight: bold;
}
.issue-information .well{
	box-shadow: none;
}
.issue-information .well span.label{
	padding-left: 0.8em;
	padding-right: 0.8em;
	font-size: 12px;
}
label.comment-label{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}
.issue-information textarea.product-issue-comment{
	resize: none;
	height: 70px;
	box-shadow: none;
}
.issue-information button.btn{
	box-shadow: none;
	border: none;
}
.issue-information button.btn.add-comment{
	background: #0080d5;
}
.issues-well-list{
	background: #f9f9f9;
}
.issues-well-list hr{
	margin-top: 8px;
	margin-bottom: 8px;
}
p.well-comment{
	font-size: 11px;
}
select.change-status{
	padding: 5px;
}
.status-change-result{
	padding-left: 5px;
}
.container-well-progress{
	margin-top: 10px;
	padding: 20px;
	border: solid 1px #f9f9f9;
}
.policy-text-alert{
	color: red !important;
}
.mtn-payment h1{
	font-size: 15px;
}
.cart-content{
	padding-bottom: 20px;
}
.pesapal-iframe{
	width: 100%;
}
.pesapal-iframe iframe{
	
}
.pesapal-page{

}
.pesapal-page h2{
	font-size: 20px;
	color: #0082d6;
	border-bottom: solid 1px #ddd;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.pesapal-page .pesapal-error{
	font-size: 5em;
	color: red;
	margin-top: 20px;
}
.black-friday-banner {
    background: black;
    margin-bottom: 20px;
    text-align: center;
}
.black-friday-banner .img-responsive {
    margin-left: auto;
    margin-right: auto;
}