@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i&display=swap');
header#header {
  position: relative;
  z-index: 999;
}
header#header > .container > .row > [class*='col'] a.custom-logo-link .custom-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 992px) {
  header#header #menu-toggle {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    color: #f90321;
  }
  header#header > .container {
    max-width: auto !important;
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  header#header > .container > .row > [class*='col']:nth-of-type(1) {
    text-align: center;
    margin: 0px !important;
  }
  header#header > .container > .row > [class*='col']:nth-of-type(2) {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
  header#header > .container > .row > [class*='col']:nth-of-type(2) a.btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  header#header > .container > .row > [class*='col']:nth-of-type(2) #menu-toggle {
    text-align: left;
    color: #fff;
    cursor: pointer;
    padding: 0px !important;
  }
}
@media (min-width: 992px) {
  header#header {
    background-color: #fff;
  }
  header#header #menu-toggle {
    display: none !important;
  }
  header#header > .container > .row > [class*='col']:nth-of-type(2) {
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    flex-direction: column;
    padding-top: 30px;
  }
  header#header > .container > .row > [class*='col']:nth-of-type(2) > div:nth-of-type(1) {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
  }
  header#header > .container > .row > [class*='col']:nth-of-type(2) > div:nth-of-type(3) {
    display: block;
  }
  header#header > .container > .row > [class*='col']:nth-of-type(3) a:link, header#header > .container > .row > [class*='col']:nth-of-type(3) a:visited, header#header > .container > .row > [class*='col']:nth-of-type(3) a:hover, header#header > .container > .row > [class*='col']:nth-of-type(3) a:active {
    text-decoration: none;
  }
  header#header input.search-field {
    border-radius: 3px;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    color: #333;
  }
  header#header input.search-submit {
    display: none;
  }
}
nav#nav > div ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav#nav > div ul li a {
  color: #f90321;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
nav#nav > div ul li a:link, nav#nav > div ul li a:visited, nav#nav > div ul li a:hover, nav#nav > div ul li a:active {
  color: #f90321;
  text-decoration: none;
}
@media (max-width: 992px) {
  nav#nav > div {
    background-color: #fff;
    display: none;
  }
  nav#nav > div > ul > li {
    display: block;
  }
  nav#nav > div > ul > li > a {
    color: #fff;
    display: block;
    padding: 6px 12px 6px;
    position: relative;
  }
  nav#nav > div > ul > li > a span {
    color: #f90321;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul {
    display: none;
    background-color: #fff;
    color: #fff;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li > a {
    display: block;
    padding: 6px 24px 6px;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li:first-child > a {
    padding-top: 12px;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li:last-child > a {
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  nav#nav > div > ul {
    text-align: left;
  }
  nav#nav > div > ul > li {
    display: inline-block;
    font-size: 20px;
  }
  nav#nav > div > ul > li > a {
    display: block;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #f90321;
    font-weight: bold;
  }
  nav#nav > div > ul > li > a span {
    display: none;
  }
  nav#nav > div > ul > li.menu-item-has-children {
    position: relative;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul {
    color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #404040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    min-width: 220px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: block !important;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li > a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 4px 12px;
    transition: all 0.2s;
  }
  nav#nav > div > ul > li.menu-item-has-children > ul > li > a:hover, nav#nav > div > ul > li.menu-item-has-children > ul > li > a:active {
    background-color: #000;
  }
  nav#nav > div > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
footer#footer {
  background-color: #fff;
  color: #4a4a4a;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer#footer > .container {
  max-width: 1200px;
}
footer#footer > .container > .row > [class*='col'] {
  padding: 20px;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 992px) {
  footer#footer > .container > .row > [class*='col'] {
    text-align: center;
  }
}
#website-by {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4a4a4a;
  text-transform: uppercase;
}
#website-by > .container .row > [class*='col'] {
  color: #9b9b9b;
  text-decoration: none;
}
#website-by > .container .row > [class*='col'] a {
  color: #9b9b9b;
  text-decoration: none;
}
#website-by > .container .row > [class*='col'] a:link, #website-by > .container .row > [class*='col'] a:visited, #website-by > .container .row > [class*='col'] a:hover, #website-by > .container .row > [class*='col'] a:active {
  color: #9b9b9b;
  text-decoration: none;
}
body.page-template-default #content .page {
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body {
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
sup {
  font-size: 0.6rem;
  position: relative;
  top: -10px;
}
strong, b {
  font-weight: bold;
}
#wrapper {
  width: 100%;
  overflow-x: hidden;
}
main#content {
  background-color: #fff;
  overflow: Hidden;
}
a {
  color: #f90321;
  text-decoration: none;
}
a:link, a:visited {
  color: #f90321;
  text-decoration: none;
}
a:hover, a:active {
  color: #f90321;
  text-decoration: none;
}
.btn {
  border-radius: 0px;
}
.btn.btn-primary {
  background-color: #cf2e2e;
  border-color: #cf2e2e;
  color: #fff !important;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}
.btn.btn-primary:link, .btn.btn-primary:visited, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #cf2e2e !important;
  color: #fff !important;
}
.btn.btn-default {
  background-color: #012d6b;
  border-color: #012d6b;
  color: #fff !important;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}
.btn.btn-default:link, .btn.btn-default:visited, .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
  background-color: #012d6b !important;
  color: #fff !important;
}
#scrollUp {
  height: 60px;
  width: 60px;
  background-color: #000;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  right: 20px;
  bottom: 20px;
  font-size: 0;
  font-family: dashicons;
}
#scrollUp:link, #scrollUp:visited, #scrollUp:hover, #scrollUp:active {
  text-decoration: none;
  color: #fff;
}
#scrollUp:before {
  content: "\f343";
  display: block;
  font-size: 2rem;
  text-align: center;
  line-height: 60px;
}
@media (max-width: 992px) {
  #scrollUp {
    width: 50px;
    height: 50px;
  }
  #scrollUp:before {
    line-height: 50px;
  }
}
nav[aria-label="breadcrumb"] .breadcrumb {
  background-color: transparent !important;
}
nav[aria-label="breadcrumb"] .breadcrumb > li {
  color: #464646;
}
nav[aria-label="breadcrumb"] .breadcrumb > li + li {
  padding-left: 0.5rem;
}
nav[aria-label="breadcrumb"] .breadcrumb > li:not(:first-child):before {
  content: '>';
  padding-right: 0.5rem;
  display: inline-block;
}
nav[aria-label="breadcrumb"] .breadcrumb > li > a {
  color: #464646;
}
nav[aria-label="breadcrumb"] .breadcrumb > li > a:link, nav[aria-label="breadcrumb"] .breadcrumb > li > a:visited, nav[aria-label="breadcrumb"] .breadcrumb > li > a:hover, nav[aria-label="breadcrumb"] .breadcrumb > li > a:active {
  color: #464646;
}
form[name="loginform"] {
  display: block;
  border: 1px solid #efefef;
  background-color: #fff;
  box-shadow: 0 0 3px #000;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 20px 30px;
}
form[name="loginform"]:before {
  content: 'LOGIN';
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
form[name="loginform"] > p label {
  display: blockl;
}
form[name="loginform"] > p input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #999;
  padding-left: 8px;
  padding-right: 8px;
}
form[name="loginform"] > p input[type="submit"] {
  background-color: #00a4e4;
  border-color: #00a4e4;
  color: #fff;
}
form[name="loginform"] > p input[type="submit"]:hover, form[name="loginform"] > p input[type="submit"]:active, form[name="loginform"] > p input[type="submit"]:focus {
  background-color: #00a4e4;
  border-color: #00a4e4;
  color: #fff;
}
body.error404 aside {
  display: none !important;
}
body.error404 #content {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body[class*='woocommerce'] #primary {
  background-color: #fff;
}
body[class*='woocommerce'] #primary > main#main {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
body[class*='woocommerce'] #respond input#submit.alt, body[class*='woocommerce'] a.button.alt, body[class*='woocommerce'] button.button.alt, body[class*='woocommerce'] input.button.alt {
  background-color: #012d6b !important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  text-align: center;
  padding: 0 !important;
  margin: 0;
  font-size: 26px !important;
}
.woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product h2 {
  color: #000;
}
.woocommerce ul.products li.product .price {
  text-align: center;
  color: #012d6b;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 20px !important;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 !important;
  box-shadow: none;
}
.search {
  background-color: #fff;
}
.search header#header + main {
  max-width: 1200px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.search header#header + main main#content .entry-footer {
  display: none !important;
}
.search header#header + main main#content .entry-summary {
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 28.8px;
  text-size-adjust: 100%;
  width: auto !important;
  height: auto !important;
}
.search header#header + main main#content .entry-summary img {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.search header#header + main main#content .navigation .screen-reader-text {
  font-size: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #777;
  text-align: right;
  padding-top: 20px;
}
.search header#header + main main#content .navigation > div {
  text-align: right;
  padding-bottom: 20px;
}
.search header#header + main main#content .navigation > div a {
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.search header#header + main main#content > article .entry-summary a img.attachment-post-thumbnail {
  border-top: 1px solid #f1f1f1;
  padding-bottom: 30px;
}
.search header#header + main main#content > article > header .entry-title a {
  font-size: 24px;
  font-weight: 600;
  padding: 30 0 20px;
  margin: 0 0 15px;
  letter-spacing: 0.6px;
}
.search header#header + main main#content > article > header .entry-meta {
  color: #777 !important;
  font-size: 14px !important;
  padding-bottom: 12px;
}
.search header#header + main main#content > article > header .entry-meta a {
  color: #777 !important;
  transition: all 0.3s ease;
}
.search header#header + main main#content > article > header .entry-meta a:link, .search header#header + main main#content > article > header .entry-meta a:visited, .search header#header + main main#content > article > header .entry-meta a:hover, .search header#header + main main#content > article > header .entry-meta a:active {
  text-decoration: none;
}
.search .navigation.posts-navigation {
  display: none;
}
@media (min-width: 992px) {
  .search header#header + main {
    position: relative;
    display: flex;
    padding-top: 20px;
  }
  .search header#header + main main#content {
    width: 70%;
    padding-right: 2rem;
  }
  .search header#header + main main#content .entry-summary {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 28.8px;
    text-size-adjust: 100%;
  }
  .search header#header + main main#content > article > header .entry-title {
    font-weight: 600;
    line-height: 1.4;
  }
  .search #sidebar {
    width: 30%;
    padding-left: 0px;
  }
  .search #sidebar > div ul {
    padding-left: 0px;
  }
  .search #sidebar > div ul > li {
    display: block;
    overflow-wrap: break-word !important;
    list-style: none;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
  }
  .search #sidebar > div ul > li h3.widget-title {
    display: none;
  }
  .search #sidebar > div ul > li span.screen-reader-text {
    display: none;
  }
  .search #sidebar > div ul > li input.search-field {
    border-radius: 3px;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    color: #333;
  }
  .search #sidebar > div ul > li input.search-submit {
    display: none;
  }
  .search #sidebar > div ul > li ul > li {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px !important;
    letter-spacing: 0.6px !important;
    text-align: left;
    text-size-adjust: 100%;
    width: auto;
    border-style: none !important;
  }
  .search #sidebar > div ul h3 {
    font-size: 0.85rem;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .search main #content {
    width: 100%;
  }
  .search main #content .entry-summary img {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .search main #content .navigation .screen-reader-text {
    font-size: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #777;
    text-align: right;
  }
  .search main #content .navigation > div {
    text-align: right;
  }
  .search main #content .navigation > div a {
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }
  .search #sidebar > div ul {
    padding-left: 0px;
  }
  .search #sidebar > div ul > li {
    display: block;
    overflow-wrap: break-word !important;
    list-style: none;
    font-size: 13px !important;
    font-weight: 400 !important;
    border-width: 0 0 0 3px;
    border-style: solid;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-color: #e60e2d;
  }
  .search #sidebar > div ul > li input.search-submit {
    display: none;
  }
  .search #sidebar > div ul > li ul > li {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px !important;
    letter-spacing: 0.6px !important;
    text-align: left;
    text-size-adjust: 100%;
    width: auto;
    border-style: none !important;
  }
  .search #sidebar > div ul h3 {
    font-size: 0.85rem;
    padding-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width: 200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0, 0, 0, 0.8);
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0, 0, 0, 0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
@media (max-width: 992px) {
  body.woocommerce main#content, body.woocommerce-account main#content, body.woocommerce-cart main#content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  body.woocommerce main#content, body.woocommerce-account main#content, body.woocommerce-cart main#content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
body.woocommerce-checkout #customer_details > div[class*='col'] {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  body.woocommerce-checkout #customer_details > div[class*='col'] {
    width: 50% !important;
    flex: 0 0 50% !important;
  }
}
body.woocommerce-checkout #customer_details .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
body.woocommerce-checkout .woocommerce-checkout-payment .add_gift_card_form {
  max-width: 300px;
}
body.woocommerce-checkout .woocommerce-checkout-payment .add_gift_card_form button[name="wc_gc_cart_redeem_send"] {
  background-color: #012d6b;
  color: #fff;
  font-weight: bold;
  border-color: #012d6b !important;
  border-radius: 3px;
}
body.woocommerce-checkout .woocommerce-checkout-payment .place-order {
  display: block !important;
}
.single-product #content > article {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.single-product #sidebar {
  display: none !important;
}
.single-product footer.entry-footer {
  display: none !important;
}
.single-product footer.footer {
  display: none !important;
}
