::selection {
	color: #fff;
	background: #112669;
}

::-moz-selection {
	color: #fff;
	background: #112669;
}

::-webkit-selection {
	color: #fff;
	background: #112669;
}

a:hover, a:focus, a.link {
	color: #999B9E;
}

.search-full, .search-input {
	background: #2a2a2a;
}

.search-close {
	color: #2a2a2a;
}

.btn-primary, .btn-primary, .product:hover .add-fav:hover, .product:hover .add-fav.active
	{
	background-color: #999B9E;
	color: #FFFFFF;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
	{
	background: #2c88c5;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary, .pagination>.active>a,
	.pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover,
	.pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #112669;
	border-color: #112669;
	color: #FFFFFF;
}

.btn-action{
	background-color: #4ec67f;
	color: #FFFFFF;
}

.btn-action:hover, .btn-action:focus, .btn-action:active,
	.btn-action.active, .open .dropdown-toggle.btn-action{
	background-color: #66de97;
	border-color: #66de97;
	color: #FFFFFF;
}

.navbar-top {
	background: #102668;
/*	background: #999B9E; */

}

.navbar-tshop {
	background: #D3D3D3;
}

.site-color {
	color: #999B9E !important;
}

.navbar-nav>li>a {
	color: #fff;
}

.nav>li.active, .nav>li>a:hover, .nav>li>a:focus, .nav>li:hover>a {
	background: #fff;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .cartMenu:hover>a.dropdown-toggle
	{
	background: #112669;
	color: #fff;
}

.dropdown-menu {
	border-top: solid #2a2a2a;
}

.search-box:hover .form-control {
	background: #999B9E;
}

.search-box:hover .btn-nobg {
	color: #999B9E;
}

.searchInputBox .search-btn {
	color: #fff;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(52, 73, 94, 0.7) !important;
}

.action-control a:hover, .action-control a.active {
	color: #fff;
	background: #112669;
}

.product:hover, .featuredImgLook2 .inner:hover {
	border: 1px solid #999B9E;
}

.subCategoryList .thumbnail:hover {
	border: 1px solid #999B9E;
}

.pager2 a {
	border: 1px solid #999B9E;
}

.pager2 a.selected {
	background: #999B9E;
}

.btn-site, .newsLatterBox .btn {
	background: #999B9E;
}

.btn-discover:hover, .btn-site:hover, .newsLatterBox .btn:hover {
	background: #112669;
}

.full {
	width: 100%;
}

.footer a:hover {
	color: #999B9E;
}

.footer {
	
}

.modal-header {
	background: #999B9E;
}

.form-control:focus {
	border-color: #999B9E;
}

.new-product {
	background: rgba(52, 73, 94, 0.95) !important;
}

#pager a.cycle-pager-active {
	background: rgba(52, 73, 94, 0.5);
}

.nav.tree>li.active, .nav.tree>li>a:hover, .nav.tree>li>a:focus, .nav.tree>li:hover>a
	{
	background: none;
	color: #112669;
}

.nav.tree .open-tree>a, .nav.tree .open-tree>a:hover, .nav.tree .open-tree>a:focus
	{
	background: none;
	font-weight: bold;
	color: #112669;
}

.panel-default>.panel-heading {
	border-top: 6px solid #D3D3D3;
	background-color: #103668;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
	.nav-tabs>li:hover>a {
	background: #BFC9CA;
}

.nav-tabs {
	border-bottom: 3px solid #BFC9CA;
}

.socialIcon a:hover {
	background: #999B9E;
}

.cart-actions button, .cart-actions .wishlist {
	background: none repeat scroll 0 0 #4ec67f;
	border: 2px solid #27ae60;
}

.cart-actions button:hover {
	background: #23527c;
	color: #112669;
	border: solid 2px #4ec67f;
}

.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited
	{
	border: 2px solid #999B9E !important;
}

.promo-1 {
	background: none repeat scroll 0 0 #2a2a2a;
}

@media ( max-width : 767px) {
	.miniCartFooter {
		background: #2a2a2a !important;
	}
}

#pager2 span.cycle-pager-active {
	
}

#pager2 span.cycle-pager-active {
	background: #2a2a2a !important;
}

#pager2 span {
	border: 2px solid #2a2a2a
}

.orderStep li.active a {
	background: #999B9E;
}

.orderStep li.active a:after {
	border-top-color: #999B9E !important;
}

.orderStep li a {
	background: #2a2a2a;
}

darkcoilor {
	background: #2a2a2a;
}

citecolor {
	color: #999B9E !important;
}
/* Navbar Styles START ------------- */
.main-nav a,
.main-nav a:not([class]){
        color: #454545;
        text-decoration: none;
        padding: 1.2em 1em;
        display: block;
        text-transform: uppercase;
        font-size: 14px;
	font-weight: 650;
	border-radius: 4px;
}
.main-nav a:hover {
  background-color: #112669;
  color: #fff;
}

.main-nav .menu-item-has-children > a:after {
        content: '';
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        margin-left: 1em;
        margin-top: -0.1em;
        position: relative;
        top: -0.25em;
}

@media(min-width: 768px){
        .main-nav {
                display: flex;
                flex-wrap: wrap;
        }

        .main-nav .menu-item {
                position: relative;
        }
        .main-nav       .sub-menu {
                position: absolute;
                background-color: #fff;
                top: 100%;
                left: -.5em;
                padding: .5em;
                white-space: nowrap;
                visibility: hidden;
                opacity: 0;
                transition: opacity .25s, visibility 0s .25s;
        }

        .main-nav .menu-item:hover .sub-menu,
        .main-nav .menu-item:focus .sub-menu {
                opacity: 1;
                visibility: visible;
                transition-delay: 0s;
        }

        .main-nav .menu-item:focus-within .sub-menu {
                opacity: 1;
                visibility: visible;
                transition-delay: 0s;
        }

        .navbar-collapse nav {
                width: auto;
                float: left;
                z-index: 11;
    margin-top: 8px;
        }
}

@media (max-width: 767px) {
        .main-nav       .sub-menu {
                padding-left: .25em;
                margin-left: 0.75em;
                border-left: 2px solid white;
                margin-top: .25em;
                margin-bottom: 0.25em;
        }

        .navbar-brand {
                margin-left: 0 !important;
        }
}
/* Navbar Styles END ------------- */

.button {
  background-color: #fff;
  border: 2px;
  color: #454545;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

.button1 {border-radius: 16px;}

    .circlelink {
        border-radius: 100%;        
        background: white;
        display:inline-block;
        line-height:100px;
    }
/*
.CircleMenu ul {list-style-type: none; padding: 10; margin: 0;}
.CircleMenu li {display: inline-block;}
.CircleMenu a {
    display: block;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    border: 1px #a2a2a2 solid;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 4vw;
    text-align: center;
    line-height: 15vw;
    margin: 5%;
}
*/
.CircleMenu li a ul {
    display: block;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    border: 1px #a2a2a2 solid;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 4vw;
    text-align: center;
    line-height: 15vw;
    margin: 5%;
}

.circlethumbnail {
    display: inline-block;
    padding: 0px;
    width: 140px;
    margin-top: 35px;
    margin-left: 0px;
    margin-bottom: 35px;
    line-height: 2;
    background-color: #fff;
    border: 3px solid #999B9E;
    border-radius: 400px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.myAccountList .circlethumbnail:hover {
/*        background: #112669; */
	background: #D3D3D3;
        color: #fff;
}
.myAccountList .circlethumbnail:hover a{
       /* color: #fff !important;*/
}

.myAccountList .thumbnail:hover {
	background: #112669;
	color: #fff;
}

.myAccountList .thumbnail:hover a{
        color: #fff !important;

}
.cartMenu a.dropdown-toggle, .cartMenu a#cart-sidebar-toggle {
    padding-bottom: 16px !important;
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
    color: #454545;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 33px;
    display: block;
}

body {
	margin: 0;
	padding: 0;
	color: #454545;
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 21px;
	position: relative;
	background: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
	font-weight: normal;
	margin: 0;
	padding-bottom: 15px !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

p {
	margin: 0 0 3px;
	font-size: 14px;
	font-family: 'Montserrat';
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

.IndSalescontainer {
  position: relative;
  text-align: center;
  color: white;
}

.containercentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.red {
  color: red;
}

.circlerow {
    margin-right: -15px;
    margin-left: -15px;
    width: 103%;
/*    background-color: #D3D3D3; */
    background-color: #102668;
    padding-top: 5px;
    margin-bottom: 30px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.myCircleList li a {
    font-size: 16px;
    display: block;
}

.myAccountList li a i {
    display: block;
    clear: both;
    font-size: 40px;
    margin-bottom: 5px;
}

.myAccountList li a {
    font-size: 15px;
    display: inline-block;
}

.userInfo .CartProductThumb a img, .userInfo .CartProductThumb a img {
    margin-right: 0px;
}

.CartProductThumb a img {
    height: 0;
    max-height: 0px;
}

.CartProductThumb a img, .CartProductThumb a img {
    /* width: 86px; */
    max-width: 100%;
}

.list-view-img img, .viewCart-img img, .submitOrder-img img {
    max-width: 100px !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: uppercase;
}

#manualAddProductTbody input[type="text"] {
    width: 100%;
    text-transform: uppercase;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input[type="text"] {
    border-color: #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
    text-transform: uppercase;
}

#addEditLineNoteModal textarea {
    width: 100%;
    resize: none;
    text-transform: uppercase;
}

.navbar-brand img {
    /* height: 100%; */
    height: fit-content;
    margin-left: -10px;
    margin-bottom: 5px;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 160%;
    height: auto;
}

.searchicon {
    color: white;
    width: 7%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    font-weight: normal;
    margin: 0;
    padding-bottom: 5px !important;
}

.ContactButton {
    background-color: #102668;
    border: 2px;
    color: white;
    padding: 12px 38px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 6px;
}

.ContactButton {
  transition-duration: 0.2s;
}

.ContactButton:hover {
  background-color: #fff;
  color: #103668;
  border: 2px solid #103668;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
    background-color: #103668;
}

.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    color: white;
}

.panel-default2 {
    border-color: #ddd;
}

.badge2 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #103668;
    border-radius: 10px;
}
tr.CartProduct td:nth-child(2) {
    text-align: center;
}

.footable>thead>tr>th, .footable>thead>tr>td {
    background-color: #EBEDED;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center;
    text-transform: uppercase;
}

.category-level-2 li a {
    font-weight: normal !important;
    padding: 2px 2px;
}

.panel-body {
    padding: 5px;
}

.cartFooter {
    padding: 20px;
    border-top: solid 1px #eee;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.nav-stacked.tree>li a {
    color: #454545 !important;
    height: 44px;
}

.ProductLinethumbnail {
    display: inline-block;
    padding: 0px;
    width: 160px;
    margin-left: 0px;
    line-height: 2;
    background-color: #fff;
    border-radius: 400px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

#openItem label {
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: right;
}

.footable>tbody>tr>td.footable-cell-detail {
/*    border-left: none; */
    text-align: center !important;
}

.thanxContent {
    padding: 30px 0 30px;
}

.thanxContent a {
    color: #112669;
    text-decoration: underline;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
    text-transform: uppercase;
}

.footable>tbody>tr>td, .footable>thead>tr>th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center !important;
}

tr.CartProduct td, tr.CartProduct th {
    text-align: center !important;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #454545;
    text-align: center;
}

input[type="username"] {
    border-color: #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
}

.orderStep li.active a i {
    background: #112669;
    color: #FFFFFF;
}

.subCategoryThumb {
    height: 40px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    color: transparent;
}

.subCategoryTitle {
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: white;
    font-size: 15px;
}

#listView-tbody a, #listView-tbody .size {
    color: #454545;
    pointer-events: none !important;
}

h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}


