/*----------------------------*\
  Container
\*----------------------------*/
@media (min-width: 1200px) {
  .container {
      width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

/*----------------------------*\
  Typographyfsh
\*----------------------------*/
@font-face {
  font-family: ykkFont1;
  src: url("/fonts/univers-lt-std-47-light-condensed.otf") format("opentype");
}

@font-face {
  font-family: ykkFont2;
  src: url("/fonts/GlacialIndifference-Bold.otf") format("opentype");
}

@font-face {
  font-family: ykkFont2;
  src: url("/fonts/GlacialIndifference-Bold.otf") format("opentype");
}

@font-face {
   font-family: ykkFont3;
  src: url("/fonts/GlacialIndifference-Regular.otf") format("opentype");
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url("/fonts/glyphicons-halflings-regular.ttf") format("truetype");
}


body {
  /*font: 300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: ykkFont3;
  color: #3E4045;
  overflow-x: hidden;
  line-height: 2;
}

.body-bg {
  background-image: url(../img/boeinghub1.jpg);
  background-size: cover;                      
  background-repeat: no-repeat;
  background-position: top center; 
  min-height: calc(100vh - 92px);
}

h1, h2, h3, h4, h5, h6 {
  color: #007fb5;
  margin: 0;
}

a {
  color: #007fb5;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover, a:focus {
  color: #00618B;
  text-decoration: underline;
  outline: none;
}

.font-weak {
  font-weight: 400;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

p {
  font-size: 16px;
  line-height: 1.5;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #DADADA;
}

div {
  overflow-wrap: break-word;
}

/*----------------------------*\
  General
\*----------------------------*/
.valign-top,
.table-style>tbody>tr>td.valign-top {
  vertical-align: top;
}

.valign-bottom,
.table-style>tbody>tr>td.valign-bottom {
  vertical-align: bottom;
}

.valign-middle,
.table-style>tbody>tr>td.valign-middle {
  vertical-align: middle;
}

/*----------------------------*\
  Bootstrap Columns
\*----------------------------*/
.row > div.v-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/*----------------------------*\
  Buttons
\*----------------------------*/
.main-btn, .primary-btn, .secondary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.icon-btn.main-btn, 
.icon-btn.primary-btn,
.icon-btn.secondary-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  border: none;
}

.primary-btn {
  color: #FFF;
  background-color: #007fb5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #00618B;
  text-decoration: none;
}

.secondary-btn {
  color: #3E4045;
  background-color: #C5C5C6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.secondary-btn:hover, .secondary-btn:focus {
  color: #3E4045;
  background-color: #969698;
  text-decoration: none;
}

.btn-center{
  text-align: center !important;
}

.btn-left{
  text-align: left !important;
}


/*----------------------------*\
  Inputs
\*----------------------------*/
.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #2B2F62 inset, 0px 0px 0px 0px #2B2F62;
  box-shadow: 0px 0px 0px 1px #2B2F62 inset, 0px 0px 0px 0px #2B2F62;
}

textarea.input {
  padding: 15px;
}

.input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

/*.input-checkbox>label {
  color: #2B2F62;
}*/

.input-checkbox input[type="checkbox"]:checked+label+.caption, .input-checkbox input[type="radio"]:checked+label+.caption {
  max-height: 800px;
}

.form-control.disabled {
  background-color: #eee;
}


.required-lbl{
  color: #cc0000;
  margin-bottom: 20px;
}

.no-margin{
  margin-bottom: 0 !important;
}

/*----------------------------*\
  Lists
\*----------------------------*/
.list-links .list-links-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-links li>a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:hover, .list-links li>a:focus, .list-links li.active>a {
  /*color: #2B2F62;*/
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.list-links li>a:hover:before, .list-links li>a:focus:before, .list-links li.active>a:before {
  opacity: 1;
  visibility: visible;
}

.bullet-list {
  list-style-type: disc;
  margin-left: 20px;
}

/*----------------------------*\
  Dropdown Menus
\*----------------------------*/

.dropdown-menu>li>.dd-menu-entry-container,
.header-subcategory >.dd-menu-entry-container{
  cursor: pointer;
  display: block;
  padding: 3px 45px 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  position: relative;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.dd-menu-entry-container input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 5px;
  height: 26px;
  width: 25px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "\f00c";
  font-family: "FontAwesome";
  line-height: 25px;
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.dd-menu-entry-container input:checked ~ .checkmark:after {
  display: block;
}

/*----------------------------*\
  Sections
\*----------------------------*/
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-grey {
  background: #343436;
}

.wrapper {
  min-height: 100vh;
  position: relative;
}

/*----------------------------*\
  Header
\*----------------------------*/
header h1 {
  color: #FFF;
  font-family: ykkFont2;
  line-height: 75px;
}

header a {
  color: #FFF;
}

header a:hover, header a:focus {
  color: #FFF;
  text-decoration: underline;
  outline: none;
}

.header-bar {
  width: 100%;
  height: 9px;
  display: block;
  background-image: url(../img/top-bar.jpg);
  background-size: 100% 100%;
}

.header-logo {
  width: 125px;
  max-height: 100px;
  -ms-zoom: 0.97;
}

.banner-img {
  width: 100%;
  height: auto;
}

.blue-bg {
  background-color: #007fb5;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-list:not(.glb-flt-container) {
  color: #FFF;
}

.header-list .dropdown .btn {
  padding-top: 3px;
  padding-bottom: 3px;
}

.header-list .keyword-search {
  display: inline-block;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 28px;
}

.header-list .search-icon {
  font-size: 20px;
}

.filter-search-icon {
  color: #FFF;
}

.top-header-links {
  text-align: right;
  font-family: ykkFont1;
}

.header-filter a {
  color: #3E4045;
}

.header-filter a:hover {
  color: #3E4045;
  text-decoration: none;
}

.header-maincategory a{
  color: #007fb5 !important;
  text-decoration: underline;
}

.header-maincategory a:hover,
.header-maincategory a:focus{
  background-color: #FFF !important;
}

.header-subcategory .dd-menu-entry-container{
  color: #3E4045;
  text-decoration: none;
  padding: 3px 28px;
  font-weight: 400;
}

.header-subcategory:hover,
.header-subcategory:focus{
  background-color: #f5f5f5;
}

@media only screen and (max-width: 441px) {
  header h1 {
    display: none;
  }

  .blue-bg {
    line-height: 1.5;
  }

  .top-header-links {
    margin-top: 20px;
    text-align: center;
  }

  .header-list .dropdown {
    margin-top: 5px;
  }
}

/*----------------------------*\
  Search header
\*----------------------------*/
.header-search .input-group {
  margin: 0;
}

.header-dropdown {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #3E4045;
}

.header-search input[type=text] {
  width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  height: 34px;
  background-color: white;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.header-search input[type=text]:focus {
    width: 100%;
}

/*----------------------------*\
  Account header
\*----------------------------*/

.header-list>li {
  display: inline-block;
  vertical-align: bottom;
}

.header-list>li+li {
  margin-left: 5px;
}

.header-list>li .header-list-icon {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /*color: #2B2F62;*/
  /*background-color: #FFF;*/
  border: 1px solid #DADADA;
}

.header-list .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  /*color: #2B2F62;*/
}

.header-list .input {
  height: 34px;
}

.header-list .input-group {
  width: 150px;
}

.logout {
  color: #595959;
}

.logout:hover {
  color: #595959;
  text-decoration: none;
}

/*----------------------------*\
  Cart header
\*----------------------------*/
.header-cart .header-list-icon .qty {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  background: #2B2F62;
  color: #FFF;
  border-radius: 50%;
}

.header-cart.dropdown .custom-menu {
  width: 300px;
}

#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 2px);
}

.cart-item-no {
  color: #007fb5;
}

.cart-item-no:hover, .cart-item-no:focus {
  color: #00618B;
}

.cart-item-desc,
.cart-item-finish {
  color: #5B5D61;
  font-size: 14px;
}

#shopping-cart .empty-cart{
  color: #5B5D61;
}

/*----------------------------*\
  Navigation
\*----------------------------*/
#navigation .container {
  position: relative;
}

/*----------------------------*\
  Menu nav
\*----------------------------*/

.menu-nav .menu-header {
  display: none;
  padding: 15px;
  text-transform: uppercase;
  color: #FFF;
}

.menu-nav {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

.menu-nav .menu-header>i {
  float: right;
}

.menu-nav .menu-list>li {
  display: inline-block;
}

.menu-nav .menu-list>li>a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  font-size: 24px;
  color: #FFF;
  font-weight: normal;
}

.menu-nav .menu-list>li>a:hover, 
.menu-nav .menu-list>li>a:focus, 
.menu-nav .menu-list>li.dropdown.open>a,
.menu-nav .menu-list>li.current-page a,
.menu-nav .menu-list>li.dropdown:hover>a {
  color: #FFF;
  background-color: #007FB5;
  text-decoration: none;
}

@media only screen and (max-width: 414px) {
  .menu-nav .menu-list>li>a {
    font-size: 14px;
  }
}

/*----------------------------*\
  Dropdowns
\*----------------------------*/

.custom-menu {
  position: absolute;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 999; /* Changed to 999 to fix issues with backdrop */
  top: 100%;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1;
  text-align: left;
}

.dropdown.open>.custom-menu,
.dropdown:hover>.custom-menu {
  opacity: 1;
  visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #004B6C;
  background-color: #FFF;
  padding: 15px !important;
  /*-webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);*/
}

.dropdown.default-dropdown.open>.custom-menu {
  /*-webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);*/
}

.dropdown.default-dropdown>.custom-menu>li>a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
} 

.dropdown.default-dropdown>.custom-menu>li>a:hover {
  text-decoration: none;
  background-color: #515590;
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown>.custom-menu {
  border-left: 2px solid #2B2F62;
  left: 100%;
  top: 0;
  width: 750px;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


/* JMC: Submenu */
.dropdown.default-dropdown>.custom-submenu>li>a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.dropdown.default-dropdown>.custom-submenu>li>a {
  display: block;
  padding: 10px 0px;
  text-transform: uppercase;
  padding: 15px !important;
}

.dropdown.default-dropdown>.custom-submenu {
  border-top: 0;
  background-color: #007fb5;
  padding: 0 !important;
}

/*----------------------------*\
  Mobile nav
\*----------------------------*/
.nav-toggle {
  display: none;
}

.responsive-nav {
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 991px) {
  .nav-toggle {
    display: inline-block;
    float: right;
  }
  header .pull-left, header .pull-right {
    float: none !important;
  }
  header .pull-right {
    margin-top: 10px;
  }
  .responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 270px;
    width: 0%;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
    background-color: #007fb5;
  }
  .responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 2px solid #2B2F62;
  }
  .responsive-nav .dropdown.open .custom-menu {
    display: block;
    min-width: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
   /* Custom Styling for Mobile Menu Sub Menus */
  .responsive-nav .dropdown.open .custom-menu > li {
    border-top: 1px solid #DADADA;
    text-align: center;
  }
  .category-nav .category-list, .menu-nav .menu-list {
    display: none;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    /*max-height: calc(100vh - 100px);*/
    max-height: 100vh;
  }

  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block;
    height: 100vh;
  }
  .menu-nav .menu-header, .category-nav .category-header {
    cursor: pointer;
  }
  .category-nav {
    float: none;
    width: 100%;
  }
  .category-nav .category-list {
    position: static;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li {
    display: block;
  }
  .menu-nav .menu-list>li+li {
    border-top: 1px solid #DADADA;
  }

  .menu-nav .menu-list>li:last-child {
    border-bottom: 1px solid #DADADA;
  }

  #navigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }
}

/*----------------------------*\
  Product
\*----------------------------*/

.product .product-old-price {
  color: #2B2F62;
  font-size: 70%;
}

.product .product-rating {
  display: inline-block;
}

.product .product-rating>i {
  color: #FFB656;
}

.product .product-rating>i.empty {
  color: #DADADA;
}

.product .product-label>span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  color: #FFF;
  background-color: #2B2F62;
  z-index: 22;
}

.product .product-label>span.sale {
  background-color: #2B2F62;
}

.product .product-countdown {
  z-index: 22;
}

.product .product-countdown>li {
  display: inline-block;
  margin-right: -4px;
}

.product .product-countdown>li+li:before {
  content: ":";
  color: #FFF;
  background: #2B2F62;
  padding: 2px;
}

.product .product-countdown>li>span {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  background: #2B2F62;
}

/*----------------------------*\
   Widget product
\*----------------------------*/
.product.product-widget {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product.product-widget .product-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.product.product-widget .product-thumb>img {
  width: 100%;
}

.product.product-widget .product-body {
  padding-top: 10px;
  min-height: 60px;
  font-size: 16px;
}

.product.product-widget .product-price {
  font-size: 18px;
  margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
  font-size: 14px;
  font-weight: 400;
}

.product.product-widget .product-name {
  font-size: 14px;
}

.product.product-widget .cancel-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: transparent;
  border: none;
  color: #DADADA;
}

.product.product-widget .cancel-btn:hover {
  color: #2B2F62;
}

/*----------------------------*\
  Aside
\*----------------------------*/
#aside {
  border: 1px solid #e5e5e5;
}

#aside .aside {
  margin-bottom: 30px;
}

#aside .aside:last-child {
  margin-bottom: 0px;
}

.aside .aside-title {
  position: relative;
  border-bottom: 1px solid #DADADA;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.aside a:hover {
  text-decoration: none;
}

/*----------------------------*\
  Filter List
\*----------------------------*/
.widget-option a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}

.widget-option a:after {
  font-family: FontAwesome;
  font-size: 8px;
  position: absolute;
  right: 0;
}

.collapse-content {
  border-top: 1px solid #f1f1f1;
  padding: 18px 0 22px;
}

.single-widget-opt {
  line-height: 34px;
  display: inline;
  vertical-align: middle;
  overflow: hidden;
}

.single-widget-opt input {
  border: 1px solid #999999;
  line-height: 0;
  margin-right: 10px;
  width: auto;
  display: inline-block !important;
}

.single-widget-opt label {
  cursor: pointer;
  font-size: 15px;
  line-height: 34px;
  margin: 0;
}

.collapse.show {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

.glyphicon-minus:before {
  content: '\2212';
}

.filter-list {
  margin-bottom: 15px;
}

.filter-list>li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

.filter-list>li:last-child {
  margin-right: 0px;
}

.filter-list li a {
  position: relative;
  padding: 0px 5px 0px 20px;
}

.filter-list li a:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 12px;
  font-size: 9px;
  color: #FFF;
  background: #2B2F62;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  height: 12px;
}

li .subCategory{
  margin-bottom: 15px;
}

li .subCategory a{
  margin-bottom: 0;
}

/*----------------------------*\
  Store
\*----------------------------*/

#store {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #DADADA;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DADADA;
}

/*----------------------------*\
  Store Filter
\*----------------------------*/

.row-filter {
  display: inline-block;
  vertical-align: top;
}

.row-filter>a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  /*background-color: #2B2F62;*/
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.row-filter>a:hover {
  opacity: 0.9;
}

/*.row-filter>a.active {
  background-color: #2B2F62;
}*/

.sort-filter {
  display: inline-block;
  margin-left: 15px;
}

.sort-filter select.input {
  width: 120px;
}

.page-filter select.input {
  width: 90px;
  height: 24px;
}

.page-filter {
  display: inline-block;
}

.store-pages {
  display: inline-block;
  margin-left: 15px;
}

.store-pages li {
  display: inline-block;
  margin-right: 6px;
}

.store-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

/*.store-pages li.active {
  color: #2B2F62;
}*/

/*----------------------------*\
  Table
\*----------------------------*/
.table-style {
  margin-bottom: 0;
}

.table-style>tbody>tr>td, .table-style>tbody>tr>th, .table-style>tfoot>tr>td, .table-style>tfoot>tr>th, .table-style>thead>tr>td, .table-style>thead>tr>th {
  padding: 10px;
  vertical-align: middle;
}

.table-style>thead>tr>th {
  color: #fff;
  text-transform: uppercase;
  background-color: #007fb5;
  text-align: left;
  border: none;
  line-height: 1.1;
}

.table-style th.th-center {
  text-align: center;
}

.table-style th.th-right {
  text-align: right;
}


.table-style>tbody>tr:last-child>td {
  border-bottom: 1px solid #DADADA;
}

.table-style>tfoot>tr>td, .table-style>tfoot>tr>th {
  color: #2B2F62;
  text-transform: uppercase;
}

.table-style>tfoot>tr {
  border-bottom: 1px solid #DADADA;
}

.table-style>tfoot>tr>td:not(.empty), .table-style>tfoot>tr>th:not(.empty) {
  padding: 10px;
  background-color: #F6F7F8;
}

.table-style>tbody>tr>.details>a {
  font-size: 18px;
}

.table-style>tbody>tr>.thumb>img {
  width: 60px;
}

.table-style>tbody>tr>.qty .input {
  width: 90px;
}

.table-style>tbody>tr>.price {
  font-size: 18px;
}

.table-style>tbody>tr>.total {
  font-size: 18px;
}

.table-style>tfoot>tr>.sub-total {
  font-size: 18px;
}

.table-style>tfoot>tr>.total {
  font-size: 24px;
  color: #2B2F62;
}

table {
  border-collapse: separate;
}

/* Table Input Columns & Headers */
.table .input-qty,
.cell-header-qty {
  width: 90px;
}

.table .input-item,
.cell-header-item {
  width: 160px;
}

/*----------------------------*\
  Footer
\*----------------------------*/
#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #C5C5C6;
}

#footer a{
  color: -webkit-link;
}

#footer {
  color: #3E4045;
}

#footer h4 {
  color: #007fb5;
  font-weight: normal;
  margin-bottom: 15px;
}

#footer a:hover {
  color: #00B4E8;
  text-decoration: none;
}

#footer li {
  margin-bottom: 10px;
}

#footer i {
  margin-right: 5px;
  margin-left: 5px;
}

.footer-copyright {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-copyright-note {
  margin-top: 50px;
}

.headquarters {
  font-size: 20px;
  font-family: ykkFont2;
}

.address {
  font-size: 16px;
  font-family: ykkFont3;
}

.fa-twitter {
  background-color: #55AAEE;
  padding: 8px;
  border-radius: 50px;
  color: #FFF;
}

.fa-linkedin {
  color: #FFF;
  background-color: #1685B0;
  padding: 8px;
  border-radius: 50px;
}

@media only screen and (max-width: 441px) {
  #footer {
    text-align: center;
  }

  #footer .text-right {
    text-align: center;
  }
}

/*----------------------------*\
  Login
\*----------------------------*/
.login-ovrly {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  color: #007fb5;
}

.login-ovrly .login-btn {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.login-acctno, .login-password {  
  font-size: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width: 414px) {
}

.promo-ovrly {
  background-color: #ffffff;
  border: 5px solid rgba(0, 0, 0, 0.7);
  padding: 10px;
}

/*----------------------------*\
  Checkout
\*----------------------------*/
#checkout .order-summary, .delivery-ins, .payment-option {
  margin-top: 40px;
}

.delivery-ins-area {
  width: 100%;
}

#checkout  .payment-option div {
  padding-left: 0;
}

#checkout .payment-option input {
  vertical-align: middle;
}

#checkout .payment-opt-lbl {
  font-weight: normal;
}

#checkout .order-num {
  margin-top: 20px;
  padding-left: 0;
  display: inline-block;
}

#checkout .order-num span {
  line-height: 30px;
  width: 300px;
  padding-right: 20px;
}

#checkout  #order-num {
  width: 300px;
}

#checkout  .place-order-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.chckout-border {
  border-collapse: inherit;
}

/*----------------------------*\
  Order Inquiry
\*----------------------------*/
#order-inquiry  #lbl-filterby {
  width: 150px !important;
  text-align: left !important;
}

#order-inquiry  #ordershown {
  font-size: 16px;
  text-align: right;
}

#order-inquiry .search-btn button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-header-back-order-allowed {
  width: 50px;
}

.cell-header-est-ship-date {
  width: 150px;
}

/*----------------------------*\
  View Cart
\*----------------------------*/
#view-cart .checkout-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}

#view-cart select.form-control {
  position: unset;
}

@media only screen and (max-width: 414px) {
  .table-style .empty {
    display: none;
  }

  .table-style tbody tr .details a,
  .table-style tbody tr .price,
  .table-style tbody tr .total
  {
    font-size: 14px;
  }

  #view-cart .pull-right {
    float: left !important;
    margin-left: 10px;
  }

  .delivery-ins-area {
    margin-left: 1px;
    margin-right: 1px;
    width: 100%;
  }
}

.search-criteria .input-group {
  padding: 5px 0 5px 0;
}

.order-summary.viewcart {
  margin-top: 0;
}

@media only screen and (max-width: 414px) {
  .tbl-view-cart {
    overflow-x: auto;
  }
}

@media only screen and (min-width: 415px) {
  .tbl-view-cart {
    overflow-x: hidden;
  }
}

/*----------------------------*\
  Common
\*----------------------------*/
.main-content {
  min-height: calc(100vh - 185px);
  padding-bottom: 50px;
}

.page-title {
  font-size: 24px;
  font-weight: bold;
  color: #007fb5;
  padding: 20px 0 20px 0;
}

.normal-label {
  font-weight: normal;
}

.clear {
  clear: both;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.text-right {
  text-align: right;
}

.dv-inline {
  display: inline-block;
  vertical-align: middle;
}

.fn-red {
  color: red;
}

/*table a,
.a-style1 {
  color: #4817E4;
}*/

table a:hover,
a.a-style1:hover {
  /*color: #4817E4;*/
  text-decoration: underline;
}

table>thead>tr>th {
  /*color: #2B2F62;*/
  text-transform: uppercase;
  text-align: center;
}

.tbl-total {
  background-color: #f5f5f5;
}

.tab-content {
  margin-top: 30px;
}

.tab-content .table {
  width: auto;
  margin: auto;
  min-width: 90%;
}

.nav-tabs li.active a {
  /*background-color: #f5f5f5;*/
  /*color: #6439ea;*/
  font-weight: bold
}

.input-group {
  margin-bottom: 20px;
}

td.no-border-rg {
  border-right: none;
}

.no-mr {
  margin: 0;
}

.no-border>thead>tr>th,
.no-border>tbody>tr>td {
  border: none;
}

.td-gray,
.td-gray {
  background-color: #f5f5f5;
}

.section-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dv-card {
  background-color: #f5f5f5;
  padding: 15px;
}

.cards-flex {
  display: flex;
}

.card-flex {
  flex: -1;
}

.dv-sales {
  padding-right: 50px;
}

.pagination {
  margin: 0;
}

.banner-img img {
  width: 100%;
  height: auto;
}

.btn-container {
  text-align: right;
}

.btn-container.btn-container-left {
  text-align: left;
}

.btn-container > a:not(:last-child),
.btn-container > button:not(:last-child) {
  margin-right: 3px;
}

.stackedgraph svg {
    margin-left: 100px;
}
  
.sub-header{
  padding: 20px 0;
}

@media only screen and (max-width: 414px) {
  .cards-flex {
    display: block;
  }

  .card-flex {
    flex: none;
  }

  .dv-sales {
    padding-right: 15px;  
  }

  .btn-container {
    text-align: center;
  }

  .stackedgraph svg {
    width: 300px;
    margin: 0;
  }
}

/*----------------------------*\
  Bootstrap Overrides
\*----------------------------*/
/* Fix for Mobile Menu backdrop */
.menu-nav .dropdown-backdrop {
  position: static;
}

/*----------------------------*\
  Home Page 1
\*----------------------------*/
.home-banner-img {
  max-width: 100%;
  max-height: 84vh;
}

.home .column-chart {
  padding-top: 50px;
}

.recent-orders, .sales-history {
  background-color: #FFF;
  padding: 15px;
  margin-top: 20px;
}

.most-recent-orders {
  font-size: 20px;
  text-transform: uppercase;
}

.home-vieworder-btn {
  padding: 3px 7px;
}

/*----------------------------*\
  Header Cart
\*----------------------------*/
.cart-counter {
  padding: 4px 10px;
  background-color: #007fb5;
}

.header-cart .product.product-widget .product-price {
  font-size: 16px;
}

.header-cart .part-no {
  font-weight: normal;
}

/*----------------------------*\
  Account Inquiry
\*----------------------------*/
.acntinq-jobacct {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 414px) {

  .acntinq-jobacct {
    position: relative;
    margin-top: 20px;
  }
}

/*----------------------------*\
  Account Inquiry Invoice
\*----------------------------*/
.acct-inv-tbl-details {
  border: 1px solid #ddd;
}

/*----------------------------*\
  Checkout Form
\*----------------------------*/
.chckout-fm.input-group-addon {
  min-width: 151px;
}

.chckout-fm.form-control.terms-conditions {
  width: auto;
}

/*----------------------------*\
  Product Details
\*----------------------------*/
.prdtl-product-img {
  /*width: 100%;*/
  height: auto;
  max-height: 370px;
  max-width: 100%;
  width: auto;
}

.prdtl-item-no {
  margin-bottom: 10px;
}

.prdtl-product-name {
  font-size: 16px;
}

.prdtl-qty .form-control {
  width: 100px !important;
  display: inline-block;
}

/*----------------------------*\
  Order Details
\*----------------------------*/
.orddtl-ship-btn,
.orddtl-acknowledge-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 414px) {
  .orddtl-ship-btn,
  .orddtl-acknowledge-btn {
    position: relative;
    margin-top: 20px;
  }
}

/*----------------------------*\
  Autocomplete
\*----------------------------*/
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 150px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: scroll;
  color: #3E4045;
  text-align: left;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 

}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/*----------------------------*\
  Quick shop
\*----------------------------*/
.quickshop-itemno-inp {
  width: 100%;
}

/*----------------------------*\
  Contact Us
\*----------------------------*/
.contactus-inp {
  width: 100%;
}

.contactus-inp .input-group-addon {
  width: 206px;
  text-align: left;
}

.myacct-inp {
  width: 100%;
}

.myacct-inp .input-group-addon {
  width: 138px;
  text-align: left;
}

/*.myacct-col-title {

}*/

/*----------------------------*\
  Modal(Override)
\*----------------------------*/
.modal-footer{
  padding: 0 15px;
}

.modal-footer .cancel{
  margin-top: 0;
  border-radius: 0;
}

/*----------------------------*\
  Quickshop Upload
\*----------------------------*/
.upload-title{
  padding-left: 8px;
    border-left: 4px solid #1F92B6;
    font-size: 30px;
    margin-bottom: 15px;
    color: #58585b;
    line-height: 40px;
}

.upload-btn{
  margin: 0;
}

table.tbl-upload tr th{
  text-align: left;
  text-transform: unset;
}

.errHeader{
  color: #dc3545;
}

.warHeader{
  color: #ffc107;
}

.addHeader{
  color: #28a745;
}

.errorMinus, .addMinus, .warMinus{
  display: none;
}

.addDetail{
  padding-left: 25px;
}

/*----------------------------*\
  My Products
\*----------------------------*/
.fav-btn:hover {
  color: #007fb5;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 1px #007fb5 inset, 0px 0px 0px 0px #007fb5;
  box-shadow: 0px 0px 0px 1px #007fb5 inset, 0px 0px 0px 0px #007fb5;
}

/*----------------------------*\
  Product Landing
\*----------------------------*/
.landing-link > .landing-link-image {
  max-width: 100%;
}

/*----------------------------*\
  Account Summary
\*----------------------------*/

.remittanceModal .modal-body{
   max-height: 500px;
   overflow-y: scroll;
}

.remittanceModal .modal-header .modal-title{
   font-size: 18px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  bottom: 0;
  margin: auto;
  top: 0;
}

/*----------------------------*\
  Rome datepicker(Override)
\*----------------------------*/
  
.rd-date .rd-days-row .rd-day-head {
    background-color: #007fb5 !important;
}

.rd-date .rd-month button {
    color: #007fb5 !important;
}

.rd-date .rd-month .rd-month-label{
  color: #007fb5 !important;
}

.rd-date .rd-days-row .rd-day-body.rd-day-selected{
  background-color: #007fb5 !important;
}

/*----------------------------*\
  Printer Friendly
\*----------------------------*/
.checkout-logo{
   width: 100%;
}


/*----------------------------*\
  Overriding Data Table
\*----------------------------*/
table.dataTable>thead>tr>th:after {
  top: 50%;
  margin-top: -7px;
}