@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBook.woff') format('woff'),
        url('../fonts/GothamBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamMedium.woff') format('woff'),
        url('../fonts/GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamLight.woff') format('woff'),
        url('../fonts/GothamLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
html,
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
	font-family: 'Gotham';
}
body {
	background-color: #f0f6ff;
}

a {
	color: #164ba1;
	text-shadow: none !important;
}

/*.btn-primary:visited {
	color: #fff;
}*/

.btn {
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 500;
    padding: 14.5px 20px;
    font-size:  15px;
}
.btn-primary {
	background: #164ba1;
}
.btn-primary:hover {
	background: #1954b9;
}
.btn-lg {
    padding: 13.5px 16px;
}
.form-control {
	box-shadow: none;
}

.breadcrumb {
	/*background: none;*/
	/*border: none;*/
	white-space: nowrap;
}

.container {
	padding-left: 30px;
	padding-right: 30px;
}

.outerwrapper {
	max-width: calc(100% - 50px);
	width: 1350px;
	margin: 0 auto;
	background-color: #fff;
	/* overflow: hidden; */
}

#content {
	min-height: 0;
	padding: 0 30px;
	margin-bottom: 30px;
}

#top {
	background: #154ca2;
	border: none;
	padding: 13px 0;
	min-height: 0;
}
#top #top-links {
	padding: 0;
	float: none;
	text-align: right;
}
#top #top-links span,
#top #top-links a {
	color: #fff;
	font-size: 13.5px;
	font-weight: 500;
}
#top #top-links > ul {
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}
#top .btn-link,
#top-links li,
#top-links a {
	text-shadow: none;
	padding:  0;
}
#top #top-links ul li {
	margin-left: 12px;
}
#top #top-links ul li:first-child {
	float: left;
	margin:  0;
}

#top #top-links ul li ul li:first-child {
	float: none;
}

#top #top-links ul li ul li {
	margin-left:  0px;
}

#top #top-links ul li ul li a {display: block;width: 100%;padding: 11px 17px;border-bottom: 1px solid #124088;font-weight: 500;}
#top #top-links ul li ul li a:hover {
	background: rgba(255,255,255,.2) !important;
}
#top #top-links ul li i.fa {
	/*display: none;*/
}
#top #top-links .phone a span{
	font-size: 16px;
}

header .left-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .right-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .col-6 .logo {

}

header .col-6 span {
	font-size: 17px;
	font-weight: 500;
	color:#6b7586;
}

header .cart-cont {
	width: auto;
	display: inline-block;
	margin-left: 13px;
}
header #cart {
	margin: 0;
}
header #cart a.btn {
	background: none;
	border: none;
	text-shadow: none;
	box-shadow: none;
	color: #6b7586;
	padding: 0;
	height: 47px;
	line-height: 47px;
	font-size: 17px;
	text-align:  right;
	font-weight: 500;
}
header #cart a.btn i.fa {
	font-size: 18px;
	margin-right: 5px;
}
header .search-cont {
	width: calc(100% - 220px);
	display: inline-block;
}
header #search {
	margin: 0;
}
header #search input.input-lg {
	height: 47px;
	line-height: 47px;
	border-radius: 30px 0 0 30px;
	border-right: none;
	padding: 0 20px;
}
header #search button.btn-lg {
	height: 47px;
	line-height: 47px;
	padding: 0 20px;
	background: none;
	border-radius: 0 30px 30px 0;
	border-left: none;
	box-shadow: none;
	border-color: #ccc;
	border: 1px solid #ccc;
	border-left: 0;
}
header .logo {
	height: 80px;
	display: inline-block;
}
header .logo img {
	display: inline-block;
	max-height: 100%;
}

/*header a.phone_number_icon {
	display:none;
}*/

header .phone_number {
	display: inline-block;
	font-size: 27px;
	margin-left: 30px;
	font-weight: 500;
	color: #164ba1;
	white-space: nowrap;
}
header .phone_number em {
	display: block;
	font-size: 17px;
	margin-bottom: 4px;
	color: #555;
}
header .phone_number i {
	font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    color: #164ba1;
    display: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #164ba1;
}

nav#menu {
    margin-top: 20px;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
body.common-home nav#menu {
	margin-bottom: 0;
}
nav#menu ul {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
nav#menu ul li {
	position: relative;
	display: inline-block;
	padding: 10px;
}
nav#menu ul li a {
	display: block;
	padding: 14px 0;
	text-align: center;
	color: #606875;
	font-size: 15px;
	margin: 0;
	white-space: nowrap;
}
nav#menu ul li:hover > a {
	/*background-color: #f0f6ff;*/
	color: #164ba1;
}
nav#menu ul li ul.dropd {
	display: none;
	position: absolute;
	top: 57px;
	left: 50%;
	z-index: 20;
	white-space: nowrap;
	width: 300px;
	margin-left: -150px;
}
nav#menu ul li:first-child ul.dropd {
	left: 0;
	margin-left: 0;
}
nav#menu ul li:last-child ul.dropd {
	left: inherit;
	right: 0;
	margin-left: 0;
}
nav#menu ul li:hover ul.dropd {
	display: block;
}
nav#menu ul li ul.dropd li {
	float: none;
	display: block;
	background-color: #f0f6ff;
	padding: 0px;
}
nav#menu ul li ul.dropd li a {
	float: none;
	display: block;
	padding: 20px;
	text-transform: lowercase;
	text-transform: capitalize;
	background-color: #f0f6ff;
	border-bottom: 1px solid #164ba114;
}
nav#menu ul li ul.dropd li:hover > a {
	background-color: #164ba1;
	color: #fff;
}
nav#menu+.container > .breadcrumb {
	margin-top: -20px;
	border: none;
	margin-bottom: 30px;
	position: relative;
	background: none;
	padding: 12px 0;
}
nav#menu+.container > .breadcrumb:before {
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	left: -15px;
	right: -15px;
	background-color: #f3f3f3;
	content: '';
}
nav#menu+.container > .breadcrumb > li:first-child {
	padding-left: 0;
}
nav#menu+.container > .breadcrumb > li:after {
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
}



.dropdown-menu {
	background-color: #164ba1;
	padding: 0;
}


header a.navlink {
    display: none;
    z-index: 10;
    width: 35px;
    height: 29px;
    position: relative;
    border-bottom: 5px solid #154ca2;
}
header a.navlink:after {
    content: "";
    position: absolute;
    top: 0;
    height: 17px;
    width: 100%;
    border-top: 5px solid #154ca2;
    border-bottom: 5px solid #154ca2;
}

/***************/

.mm-menu {
    background-color: #0e3c86;
    border-radius: 0;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
.mm-listview>li.active {
    background-color: #2c2c2e;
}
.mm-listview>li>a,
.mm-listview>li>span {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.4px;
    padding: 18px 10px 16px 20px;
}
.mm-listview>li>span.caret {
    display: none;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
}
.mm-menu .icon-down-dir.arrow {
    display: none;
}
.pagination a.current {
    font-weight: 500;
}
.pagination a:hover {
    border-color: transparent;
}
.mm-menu .caret {
    display: none;
}


body.common-home #slideshow0 {
    border-bottom: 1px solid #eee;
}
body.common-home #slideshow0 .owl-pagination {
    position: relative;
    top: -20px;
}

body.common-home #carousel0 {
	width: calc(100% + 80px);
	margin-left: -40px;
	margin-top: 15px;
	margin-bottom: 10px;
}
body.common-home #carousel0 .item a {
	padding: 0px 40px;
	display: block;
}

.featured-products h3 {
	text-align: center;
	margin-bottom: 35px;
}
.featured-categories {
	margin-top: 32px;
	margin-bottom: 15px;
}
.featured-categories .category-thumb {
	position: relative;
	margin-bottom: 35px;
}
.featured-categories .category-thumb .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: #434757d6;*/
	background-color: #434757;
	padding: 10px 29px;
	text-align: center;
}
.featured-categories .category-thumb .caption h4 {
	display: block;
	text-align: left;
	font-size:  17px;
}
.featured-categories .category-thumb .caption h4 a {
	color: #fff;
}

.product-thumb .button-group {
	border-top: none;
}
.product-thumb .button-group button {
	display: none;
	line-height: 50px;
}
.product-thumb .button-group button i {
	display: inline-block;
	margin-right: 4px;
}
.product-thumb .button-group button:first-child {
	display: block;
	text-align: center;
	width: 100%;
	background-color: #164ba1;
	color: #fff;
	font-weight:  500;
	/* text-transform: capitalize; */
	font-size: 14px;
}
.product-thumb .image {
    padding: 10px;
}
.product-thumb .caption {
	min-height: 153px;
}
.product-thumb .price {
	font-weight: 500;
	font-size: 15px;
}
.product-thumb .price-tax {
	display: none;
}

.manufacturer a {
	display: block;
	width: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 200px;
	background-size: 100%;
}

.relatedProducts {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 12px;
}
.relatedProducts h3 {
	text-align: center;
	margin-bottom: 30px;
}


.list-group a {
	text-transform: lowercase;
}

.list-group a:first-letter {
	text-transform: uppercase;
}

.list-group a span {
	display: inline-block;
}

.list-group a span:first-letter {
	text-transform: uppercase;
}


footer {
	background: #434758;
	padding-top: 50px;
	margin-top: 0px;
	border-top: none;
}
footer hr {
	margin-top: 40px;
}
footer h5 {
	margin-bottom: 15px;
	font-size: 14px;
}
footer ul li {
	margin-bottom: 7px;
}
footer ul li a,
footer ul li a:visited {
	font-size: 14px;
	color: #fff;
}
footer .copyright {
	padding-bottom: 20px;
}
footer .copyright a,
footer .copyright a:visited {
	color: #fff;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin: 0px auto;
}

table
{
	margin: 20px 0px;
}

table tr:nth-child(even)
{
	background: #f0f6ff;
}

table tr td
{
	padding: 20px 20px 20px 5px;
	border-bottom: 1px solid #000;
}

.newsletter-signup
{
	padding: 20px 30px 0 30px;
	background: #434758;
	display: block;
}

.newsletter-signup h2, .newsletter-signup p
{
	color: #fff;
}

.newsletter-signup .btn.btn-primary, .newsletter-signup .btn.btn-primary:hover
{
	background-color: #f0f6ff;
	color: #000;
}



.newsletter-signup .form-group
{
	float: left;
	display: block;
	width: 20%;
	padding: 0px 20px 0px 0px;
}

.fa.fa-facebook-f
{
	background-color: #3e5a99;
    padding: 8px 13px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}

.fa.fa-instagram
{
	background: #d6249f;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    padding: 8px 10px;
    font-size: 20px;
    margin-left: 5px;
    color: #fff;
    border-radius: 50%;
}
