/*-----------------------*/
/* GENERAL */
/*-----------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  font-family: "Montserrat", sans-serif !important; }

.fa {
  font-family: "FontAwesome" !important; }

a {
  transition: all 0.25s ease-in-out; }

/*-----------------------*/
/* TOP NAV */
/*-----------------------*/
/*-----------------------*/
/* HEADER */
/*-----------------------*/
#header {
  border-bottom: 1px solid #CCC;
  transition: all 0.5s ease; }

div.top-area .logo {
  margin-top: 11px; }

div.top-area > a,
#header ul.level-0 {
  display: inline-block; }

#header ul.level-0 > li {
  display: inline-block; }

#header ul.level-0 > li > a {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  padding: 12px 12px 15px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear; }

#header ul.level-1 {
  position: absolute;
  display: none;
  width: 200px; }

#header ul.level-0 > li:hover > ul.level-1 {
  display: block; }

#header ul.level-1 > li {
  border-bottom: none; }

#header ul.level-1 > li > a {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  padding: 10px 12px;
  background: #f5f5f5; }

/*-----------------------*/
/* CATEGORY NAV */
/*-----------------------*/
.navigation-bar ul.main-nav.navigation-menu i {
  display: inline-block; }

.navigation-bar ul.main-nav.navigation-menu > li > a,
.account-links a,
#header ul.level-0 li a {
  font-weight: bold; }

.navigation-bar ul.main-nav.navigation-menu > li > a:hover,
.account-links a:hover,
#header ul.level-0 > li > a:hover {
  border-top: 3px solid #ce0000;
  font-weight: bold; }

/*-----------------------*/
/* CAROUSEL */
/*-----------------------*/
.slideshowcontent {
  width: auto;
  text-align: center;
  bottom: 50%;
  transform: translate(-50%, 50%); }

.slideshowcontent h1 {
  background: transparent;
  font-size: 2em;
  padding: 0px;
  line-height: normal;
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }

.slideshowcontent h2 {
  display: none; }

.slideshowcontent a:link, .slideshowcontent a:visited {
  padding: 10px 20px; }

.sy-pager {
  position: absolute;
  bottom: 0px;
  z-index: 9; }

.slideshow_boxes {
  display: none !important; }

.slideblock {
  display: none !important; }

/*-----------------------*/
/* CONTENT */
/*-----------------------*/
/*-----------------------*/
/* PRODUCT THUMBS */
/*-----------------------*/
.product-list .product .footer label.product-name a,
.product-list .product.featured .footer label.product-name a {
  font-weight: bold; }

.product-list .product .footer label.product-price,
.product-list .product.featured .footer label.product-price {
  font-weight: normal; }

/*-----------------------*/
/* PRODUCT */
/*-----------------------*/
/*-----------------------*/
/* CART/CHECKOUT */
/*-----------------------*/
table.recent-orders tr.shown-details td, a.hide-details {
  color: #FFF !important; }

/*-----------------------*/
/* FOOTER */
/*-----------------------*/
.line {
  background: rgba(255, 255, 255, 0.25); }

/*-----------------------*/
/* MEDIA QUERIES */
/*-----------------------*/
@media screen and (min-width: 661px) {
  #header.fixed {
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15); }
  #search {
    margin: 7px 0px 0px; }
  #header .navigation-bar ul.main-nav.navigation-menu:nth-child(2) > li:first-child {
    display: none; }
  .search input[type="text"] {
    width: 120px; } }

@media screen and (max-width: 660px) {
  #main-container {
    margin-bottom: 100px; }
  .slideshowcontent {
    display: block; }
  .slideshowcontent h1 {
    font-size: 1.15em;
    line-height: normal; }
  .fixed_content {
    margin-top: 0px !important; }
  #header .left ul.level-0 {
    display: none; }
  #header .right ul.level-0, #header ul.level-0 > li {
    display: block; }
  .prod_option_block {
    min-width: 280px; }
  .product-page table.multiple-quantity-grid th, .product-page table.multiple-quantity-grid td {
    font-size: 12px; }
  .search input[type="text"] {
    width: calc(100vw - 75px); } }

@media screen and (min-width: 667px) and (max-width: 812px) {
  #search {
    margin: 25px 5px; } }

body .mobile-only {
  display: none; }

body.home #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  height: 80px;
  background-color: transparent;
  border: none; }

body.home #wrapper.main_content {
  padding-bottom: 10px; }

body.home.scrolled #header {
  background-color: #002747; }

#main-container {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

#main-container #upper-navigation {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

#main-container > #wrapper {
  box-shadow: none;
  padding: 0; }

@media (max-width: 660px) {
  #main-container .top-bar {
    display: none; } }

#header {
  padding-top: 12px;
  z-index: 5 !important; }

#header * {
  box-sizing: border-box; }

#header .logo-link {
  display: inline-block;
  max-width: 200px;
  margin-right: 20px; }

#header .logo-link img {
  display: block;
  width: 100%; }

#header ul.level-0 > li > a:hover {
  border: none;
  color: #2b6287; }

#header ul.level-1 {
  background: rgba(0, 21, 42, 0.82);
  padding: 10px; }

#header ul.level-1 a {
  color: white;
  background-color: transparent !important;
  border: none; }

#header ul.level-1 a:hover {
  background-color: transparent !important;
  border: none; }

#header a:not(.logo-link) {
  color: white;
  border: none !important;
  font-size: 14px; }

#header a:not(.logo-link):hover {
  background-color: transparent; }

#header .left a {
  color: white; }

#header .left .level-0 {
  top: -14px;
  position: relative; }

#header .right .navigation-bar {
  margin: 0;
  float: right; }

#header .right #top-menu {
  margin: 0;
  float: right;
  display: inline-block !important; }

#header .right #top-menu > ul:first-child {
  display: none; }

#header .right .account-links {
  margin: 0;
  float: right;
  display: inline-block !important;
  margin-top: 7px; }

#header .right #search {
  float: right;
  margin: 0;
  margin: 11px 0 0 10px; }

#header .right #search input[type="submit"] {
  height: 33px; }

#header .right a:hover {
  color: #2b6287; }

#header .right .cart-links a {
  padding: 10px;
  display: block; }

@media (min-width: 661px) {
  #header .right #top-menu > .main-nav:first-child {
    display: none !important; }
  #header .right .cart-links {
    float: right;
    margin-top: 13px; }
  #header .right #search {
    display: inline-block;
    margin-top: 17px; } }

@media (max-width: 968px) {
  #header .right #search {
    display: none !important; }
  #header .right .account-links {
    margin-top: 8px; }
  #header .right .cart-links {
    margin-top: 7px; } }

@media (max-width: 660px) {
  #header {
    background-color: #2b6287 !important;
    position: static !important;
    height: auto !important; }
  #header .logo-link {
    margin: 0 auto;
    display: block;
    float: none; }
  #header .right #search, #header .right .navigation-bar {
    width: 100%;
    margin: 0; }
  #header .right #top-menu {
    width: 100%; }
  #header .right .cart-links {
    float: right; }
  #header #dropdown {
    float: left;
    position: absolute;
    bottom: 1px; } }

#slideshow {
  position: relative;
  margin-bottom: 20px; }

#slideshow:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b203a+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #0b203a 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0b203a 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0b203a 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b203a', endColorstr='#007db9e8',GradientType=0 );
  /* IE6-9 */
  z-index: 4;
  opacity: .7; }

@media (max-width: 660px) {
  #slideshow:before {
    display: none; }
  #slideshow .slideshowcontent {
    display: none;
    float: left;
    text-align: left;
    left: 30%; } }

#footer {
  background-color: white;
  color: #bbb;
  margin: 0 auto;
  padding: 10px 0;
  position: relative; }

#footer * {
  box-sizing: border-box; }

#footer .footer-content {
  height: auto;
  padding: 0;
  width: 100%; }

#footer ul {
  margin: 0;
  padding: 0;
  display: block; }

#footer ul li {
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  padding: 0; }

#footer ul li a {
  display: block; }

#footer a {
  text-decoration: none; }

#footer a:hover, #footer a:active {
  padding-left: 0; }

#footer a i {
  font-size: 23px;
  color: #bbb; }

#footer a:hover {
  transition: none !important; }

#footer a:hover i {
  color: #2b6287; }

#footer .left {
  width: 50%;
  text-align: center;
  padding: 50px 15px;
  color: white;
  font-weight: bold;
  font-size: 12px; }

#footer .left .nav {
  margin-bottom: 40px; }

#footer .left .nav ul {
  margin: 0 auto;
  text-align: center; }

#footer .left .nav ul li a {
  font-size: 14px;
  font-weight: bold; }

#footer .left p {
  text-align: center;
  color: white; }

#footer .right {
  width: 50%;
  text-align: center; }

#footer .right a {
  color: #bbb; }

#footer .right .wrap {
  padding: 50px 15px;
  max-width: 500px;
  float: left; }

#footer .right .logo {
  text-align: left;
  display: block;
  width: 100%;
  margin: 0 0 30px 12px; }

#footer .right .logo span {
  font-size: 16px;
  text-transform: uppercase;
  color: #bbb;
  vertical-align: super;
  padding-left: 12px;
  letter-spacing: 3px; }

#footer .right .tagline {
  color: #2b6287;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold; }

@media (min-width: 991px) {
  #footer:before {
    content: " ";
    display: block;
    height: 100%;
    width: 50%;
    left: 0;
    background-color: #002747;
    position: absolute;
    z-index: -1; }
  #footer .right .wrap {
    margin-left: 10%; } }

@media (max-width: 990px) {
  #footer {
    background-color: #002747; }
  #footer .left, #footer .right {
    float: none;
    width: 100%; }
  #footer .right .wrap {
    float: none;
    margin: 0 auto;
    max-width: 400px; } }

@media (max-width: 660px) {
  body .desktop-only {
    display: none !important; }
  body .mobile-only {
    display: block; } }

/*# sourceMappingURL=app.css.map */
.shipping-address-fields{
display:none;
}