/*
Theme Name: Charlton Equipment
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Charlton Equipment
Version: 5.5
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Charlton Equipment
Tags: 
*/
/*	
    --------------------------------------------------
    CSS RESET 
	--------------------------------------------------
*/
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/*
  3. Allow percentage-based heights in the application
*/
html, body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/*
  Added
*/
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/*
  6. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/*
  8. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Improved heading in supported browsers */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/* improve readability with max-width on paragraphs and lists */
/* prevent orphans in supported browsers */
p,
li {
  text-wrap: pretty;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*	
    --------------------------------------------------
    Body
	--------------------------------------------------
*/
body {
  background: #FFF;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#skipnav {
  display: none;
}

/*	
    --------------------------------------------------
   	Grid
	-------------------------------------------------- 
*/
.container {
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
}

.wsidebar .container {
  padding: 0;
}

.main-content-inner {
  display: grid;
  max-width: 100%;
  grid-template-columns: minmax(20px, 1fr) minmax(50px, 410px) minmax(50px, 410px) minmax(50px, 410px) minmax(20px, 1fr);
}

.fullscreen {
  grid-column: 1/6;
}

.fullwidth {
  grid-column: 2/5;
}

.twothirds {
  grid-column: 3/5;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
}

.col.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

@media (max-width: 1270px) {
  .col.sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
/* tablet */
@media (max-width: 1000px) {
  .main-content-inner {
    grid-template-columns: 20px minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) 20px;
  }
  .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns.four {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .col.sidebar {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .columns.revmob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* small Mobile */
@media (max-width: 650px) {
  .container {
    max-width: 100%;
  }
  .columns,
.columns.four {
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    gap: 0;
  }
  .columns .col,
.col.sidebar {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  .col.sidebar {
    margin-top: 50px;
  }
}
/*	
  ----------------------------------------------------------------
  Base - Typography and other classes - included into TinyMCE
	----------------------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404833;
  margin: 20px 0 6px 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #B20000;
  text-decoration: none;
  font-weight: 800;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 46px;
  color: #404833;
  font-weight: 800;
  margin: 20px 0 6px 0;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 42px;
  color: #404833;
  font-weight: 800;
  margin: 20px 0 6px 0;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 34px;
  color: #404833;
  font-weight: 600;
  margin: 20px 0 6px 0;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 30px;
  color: #404833;
  font-weight: 600;
  margin: 20px 0 6px 0;
}

h5,
h6 {
  font-size: 24px;
  line-height: 30px;
  color: #404833;
  font-weight: 600;
  margin: 20px 0 6px 0;
}

/* Mobile */
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2,
.h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h3,
.h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4,
.h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h5,
h6 {
    font-size: 20px;
    line-height: 26px;
  }
  h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
    display: none;
  }
}
p {
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-weight: normal;
  margin: 0 0 24px 0;
}

p.smallmargin {
  margin: 0 0 10px 0;
}

p img {
  margin: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

ul {
  margin: 0 0 24px 20px;
  padding: 0;
}

ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: url(images/bullet.png); /* Also change .white-text Helper Class in _misc.scss */
}

ul ul {
  margin: 10px 0 10px 60px;
  padding: 0;
}

ol {
  margin: 0 0 24px 20px;
  padding: 0;
}

ol li {
  margin: 0 0 12px 0;
  padding: 0 0 0 4px;
}

ol ol {
  margin: 10px 0 10px 60px;
  padding: 0;
}

blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  line-height: 22px;
}

blockquote p {
  padding: 0 0 0 45px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 22px;
  border: none;
}

p.wp-caption-text {
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center !important;
  padding: 0 20px 0 20px;
  color: #666;
  font-style: normal;
  margin: 0;
}

.gallery-caption {
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: center !important;
  padding: 10px 20px 0 20px;
  color: #666;
  font-style: normal;
  margin: 0;
}

/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
  color: #B20000;
  line-height: inherit;
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: inherit;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}

a:visited {
  line-height: inherit;
  color: #B20000;
}

a:hover {
  color: #1F3392;
  font-weight: bold;
  text-decoration: none !important;
}

a.box {
  display: inline-block;
  margin: 0;
  padding: 13px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 600 !important;
  position: relative;
  background: #B20000;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  border-radius: 0;
  border: 1px solid #FFF;
}

a.box:visited {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
}

a.box:after {
  font-size: 14px;
  content: "\f054";
  padding-left: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a.box.back:before {
  font-size: 16px;
  content: "\f054";
  padding-right: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a.box.back:after {
  display: none;
}

a.box.rev {
  padding: 0;
  color: #B20000;
  background: none;
}

a.box.rev:visited {
  color: #B20000;
}

a.box.white {
  color: #FFF;
}

a.box.white:visited {
  color: #FFF;
}

a.box.pdf:after {
  font-size: 18px;
  padding-left: 8px;
  content: "\f1c1";
}

a.box.view_more::after {
  content: "\f078";
}

a.box:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #1F3392;
  text-decoration: none !important;
}

a.box.rev:hover {
  color: #1F3392;
  text-decoration: inherit;
  font-weight: inherit;
  background: none;
}

a.box.white:hover {
  color: #FFF;
}

p + p.linkwrap {
  margin-top: -10px;
}

/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
/* Utility classes */
.no-pad {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.color-white {
  color: #FFF;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clearfloats {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
}

div[id*=gallery-] {
  margin: 20px 0 20px 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.two div[id*=gallery-] {
  grid-template-columns: 1fr 1fr;
}

.accordiancontent div[id*=gallery-] {
  margin: 30px 0 !important;
}

div[id*=gallery-] .gallery-item {
  margin: 0 !important;
}

.gallery-item {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.gallery br {
  display: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  div[id*=gallery-] {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
div[id*=gallery-] img {
  border: none !important;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

div[id*=gallery-] img:hover {
  opacity: 0.8;
}

img[class*=wp-image-] {
  margin-top: 0;
  margin-bottom: 0;
}

/* Images sizes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 4px 30px 20px 0 !important;
  display: block;
}

.alignright {
  float: right;
  margin: 4px 0 20px 30px !important;
  display: block;
}

.widget {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-caption {
  padding: 0;
  border: none;
}

@media handheld, only screen and (max-width: 767px) {
  .alignleft {
    max-width: 40% !important;
    height: auto;
  }
  .alignright {
    max-width: 40% !important;
    height: auto;
  }
  .main-content-inner img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .attachment-thumbnail {
    max-width: 100% !important;
    height: auto !important;
  }
}
.fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

.fancybox-toolbar {
  right: auto !important;
  left: 0;
  top: 0;
}

/* Object Fit Image */
.object-fit-image {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}

.object-fit-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}

/* Appear Items */
.has-animation {
  opacity: 0;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.has-animation.animate-in {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

/* Helper Classes */
.clear-first-child-margin-top > *:first-child {
  margin-top: 0;
}

.clear-last-child-margin-bottom > *:last-child {
  margin-bottom: 0;
}

.clear-child-margin-top-bottom > *:first-child {
  margin-top: 0;
}

.clear-child-margin-top-bottom > *:last-child {
  margin-bottom: 0;
}

.white-text {
  color: #FFF;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text p,
.white-text ul,
.white-text a {
  color: #FFF;
}
.white-text a:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
}
.white-text a:hover:not(a.box),
.white-text a:visited:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
  opacity: 0.6;
}
.white-text ul li {
  list-style: url(images/bullet_white.png);
}

/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
/* Header */
.site-header {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #17256E;
  border-bottom: 4px solid #FFF;
}

.site-header .wrap {
  position: static;
}

.site-header__pad {
  height: 200px;
  position: relative;
}

body.home .site-header {
  background-color: transparent;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

@media (max-width: 767px) {
  body.home .site-header {
    position: relative;
    background-color: #17256E;
    border-bottom: 4px solid #FFF;
  }
}
@media (max-width: 640px) {
  .site-header__pad {
    height: 240px;
  }
  body.home .site-header {
    position: static;
    background-color: #17256E;
    border-bottom: 4px solid #FFF;
  }
}
/* Site Branding */
.site-branding {
  width: 350px;
  height: 119px;
  position: absolute;
  top: 32px;
  left: 0;
}

.site-branding__site-title {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.site-branding__site-title a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -4000px;
  background: url(images/logo.png) no-repeat;
  background-size: contain;
}

/* Mobile */
@media (max-width: 767px) {
  .site-branding {
    width: 350px;
    height: 119px;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 640px) {
  .site-branding {
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
/* Social */
.social {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.social a {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.social a:hover {
  color: #FFF;
  opacity: 0.6;
}

@media (max-width: 1250px) {
  .mobile-menu-cover .tool .social {
    position: static;
    margin: 0 0 50px 0;
  }
  .mobile-menu-cover .tool .social a {
    font-size: 28px;
    line-height: 30px;
    color: #404833;
    padding: 0;
    margin: 0 20px 0 0;
  }
  .mobile-menu-cover .tool .social a:hover {
    color: #B20000;
  }
}
/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */
.mobile-hamburger {
  height: 30px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 50%;
  top: 32px;
  -webkit-transform: translate(calc(1230px/2), 0);
          transform: translate(calc(1230px/2), 0);
  z-index: 999999;
  background: #17256E;
}

@media (max-width: 1270px) {
  .mobile-hamburger {
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 640px) {
  .mobile-hamburger {
    top: 20px;
  }
}
.mobile-hamburger__link {
  background: url(images/mob.png) right top no-repeat !important;
  display: block;
  height: 30px;
  padding: 0 40px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #FFF;
}
.mobile-hamburger__link:hover {
  color: #FFF;
  font-weight: 600;
  opacity: 0.6;
}

.mobile-hamburger.open .mobile-hamburger__link {
  background: url(images/mob.png) right -30px no-repeat !important;
}

.mobile-hamburger__cart a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #FFF;
  padding: 0 10px;
}
.mobile-hamburger__cart a:hover {
  color: #FFF;
  font-weight: 600;
  opacity: 0.6;
}
.mobile-hamburger__cart .mobile-hamburger__cart-number {
  padding: 0 4px;
}

.mobile-hamburger.open {
  background: transparent;
}

.mobile-menu-cover {
  display: none;
  background: #1F3392;
  color: #FFF;
  padding: 60px 20px 30px 20px;
  clear: both;
  margin: 0 auto;
  position: fixed;
  top: 28px;
  right: 50%;
  -webkit-transform: translate(calc(1230px/2), 0);
          transform: translate(calc(1230px/2), 0);
  max-width: 350px;
  min-width: 350px;
  z-index: 99999;
}

@media (max-width: 1270px) {
  .mobile-menu-cover {
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 640px) {
  .mobile-menu-cover {
    top: 15px;
  }
}
@media (max-width: 500px) {
  .mobile-menu-cover {
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.mob-nav-container {
  margin: 0;
  padding: 0;
}

.mob-nav-menu {
  margin: 0 0 20px 0;
  padding: 0;
}

.mob-nav-menu .menu-item {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

.mob-nav-menu .menu-item a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.mob-nav-menu .menu-item a:hover {
  color: #FFF;
  opacity: 0.6;
}

.mob-nav-menu .sub-menu {
  display: none;
  margin: 0 0 10px 0;
  padding: 0;
  z-index: 99999;
  padding: 0;
}

.mob-nav-menu .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #444;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}

.mob-nav-menu .sub-menu .menu-item:first-child a {
  padding-top: 4px;
}

.mob-nav-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 10px;
}

/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */
/* Alert */
.alertbar {
  background: #B20000;
  padding: 15px 0;
  color: #FFF;
}

.alertbar .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.alertbar .text {
  font-size: 16px;
  color: #FFF;
}

.alertbar .text p {
  font-size: 16px;
  color: #FFF;
  margin: 0;
}

.alertbar .text a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

.alertbar .text a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.alertbar .close {
  font-size: 20px;
  color: #FFF;
  margin: 4px 0 0 0;
}

.alertbar .close:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* Slideshow */
/* Stop Chrome Slick Flicker */
.slick-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Video */
.home-video {
  position: relative;
  height: 550px;
  background-color: #1F3392;
  z-index: 10;
}
.home-video .wrap {
  position: relative;
  z-index: 20;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.home-video .wrap .bannertitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-video .wrap .bannertitle h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #FFF;
  text-align: center;
  margin: 0 0 15px 0;
  text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
}
.home-video .home-videoplayer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: center top;
     object-fit: center top;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-video .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: #17256e;
  opacity: 0.65;
}

@media (max-width: 1024px) {
  .home-video .wrap {
    max-width: 100%;
    padding: 0 50px 100px 50px;
  }
  .home-video .wrap .bannertitle h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .home-video {
    height: 400px;
  }
  .home-video .wrap {
    max-width: 100%;
    padding: 0 30px 50px 30px;
  }
  .home-video .wrap .bannertitle h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 580px) {
  .home-video .searchbar__form {
    width: 100% !important;
  }
  .home-video .search-term {
    width: 100% !important;
    min-width: 280px !important;
    height: 30px !important;
    font-size: 14px !important;
    line-height: 30px !important;
    padding: 0 4px !important;
  }
  .home-video .search-submit {
    height: 30px !important;
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 0 5px !important;
  }
  .home-video .search-submit span {
    display: none !important;
  }
  .home-video .search-submit i {
    padding-left: 0 !important;
  }
}
/* Home Brands */
.brands-wrap {
  padding: 80px 0;
}
.brands-wrap .wrap-intro {
  text-align: center;
  margin-bottom: 50px;
}
.brands-wrap .wrap-intro h2 {
  font-size: 34px;
  line-height: 42px;
}
.brands-wrap .pwb-pagination-wrapper {
  display: none;
}

.pwb-brands-cols-outer {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 50px 30px !important;
}
.pwb-brands-cols-outer .pwb-brands-col3 {
  width: auto !important;
}
.pwb-brands-cols-outer .pwb-brands-col3 a {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  color: #1F3392;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .brands-wrap {
    padding: 50px 0;
  }
  .brands-wrap .wrap-intro h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .pwb-brands-cols-outer {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
  }
  .pwb-brands-cols-outer .pwb-brands-col3 a {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 700px) {
  .pwb-brands-cols-outer {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
  }
}
/* Home Product Categories */
.product-cat-wrap {
  padding: 80px 0;
  background-color: #1F3392;
  background-image: url(images/product_category_back.png);
  background-position: center top;
  background-size: cover;
}
.product-cat-wrap .wrap-intro {
  text-align: center;
  margin-bottom: 30px;
}
.product-cat-wrap .wrap-intro h2 {
  font-size: 34px;
  line-height: 42px;
}

@media (max-width: 900px) {
  .product-cat-wrap {
    padding: 50px 0;
  }
  .product-cat-wrap .wrap-intro h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */
/* Page wrap */
.pagewrap {
  padding: 60px 0 80px 0;
  background-color: #F8F4EC;
  min-height: 600px;
}

/* Page header */
#header {
  background-color: #EFEFEF;
  height: 300px;
  position: relative;
  overflow: hidden;
}

#header img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.page-header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(calc(-1230px/2), 0);
          transform: translate(calc(-1230px/2), 0);
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}

.page-header h1,
.page-header .blog-title {
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.65);
}

/* Mobile */
@media (max-width: calc(1230px + 40px)) {
  .page-header .wrap {
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding-left: 20px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  #header {
    height: 160px;
  }
  .page-header h1,
.page-header .blog-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px 0;
  }
}
/* Main Content */
.intro {
  font-size: 20px;
  line-height: 1.5;
}

.intro p {
  font-size: 20px;
  line-height: 1.5;
}

/*	--------------------------------------------------
   	Sidebar
	-------------------------------------------------- */
.sidebar h3,
.sidebar .h3 {
  font-size: 22px;
  line-height: 28px;
}

.sidebar h4,
.sidebar .h4 {
  font-size: 20px;
  line-height: 26px;
}

.sidebar .fullwidthphoto {
  margin-bottom: 30px;
}

/*	--------------------------------------------------
   	Pager
	-------------------------------------------------- */
ul.pager {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav-below {
  margin: 30px 0 0 0;
}

ul.pager li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

ul.pager a {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 700 !important;
  position: relative;
  background: #B20000;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  border-radius: 0;
}

ul.pager a:visited {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
}

ul.pager a:after {
  font-size: 16px;
  content: "\f054";
  padding-left: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ul.pager a:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #1F3392;
  text-decoration: none !important;
}

ul.pager .previous a:before {
  font-size: 16px;
  content: "\f053";
  padding-right: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ul.pager .previous a:after {
  display: none;
}

/* Mobile */
/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */
.searchbar {
  position: relative;
  width: 100%;
  background: #B20000;
  border-bottom: 3px solid #FFF;
}
.searchbar .searchbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.searchbar h3 {
  color: #FFF;
  font-size: 34px;
  line-height: 44px;
  margin: 0;
}

@media (max-width: 1230px) {
  .searchbar {
    padding: 30px 0;
  }
  .searchbar .searchbar__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    height: auto;
  }
}
@media (max-width: 580px) {
  .searchbar {
    padding: 20px 0;
  }
  .searchbar h3 {
    color: #FFF;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
  }
  .searchbar .searchbar__form {
    width: 100% !important;
  }
  .searchbar .search-term {
    width: 100% !important;
    height: 30px !important;
    font-size: 14px !important;
    line-height: 30px !important;
    padding: 0 4px !important;
  }
  .searchbar .search-submit {
    height: 30px !important;
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 0 5px !important;
  }
  .searchbar .search-submit span {
    display: none !important;
  }
  .searchbar .search-submit i {
    padding-left: 0 !important;
  }
}
/* Instagram Section */
.instagram-section {
  position: relative;
  background: #1F3392;
  overflow: hidden;
  padding: 60px 0;
}

.instagram-section .headline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.instagram-section .headline-flex .tool {
  position: relative;
  top: auto;
  background-color: transparent;
}
.instagram-section .headline-flex .tool span {
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
  font-weight: 600;
}
.instagram-section .headline-flex .tool .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.instagram-section .headline-flex .tool .social a {
  font-size: 24px;
}
.instagram-section .headline-flex .social {
  margin-right: 0;
}

.instagram-section h2 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  color: #FFF;
}

/* mobile */
@media (max-width: 1120px) {
  .instagram-section .container {
    padding: 0 20px;
  }
  .instagram-section .headline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .instagram-section h2 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }
  .instagram-section .social.header {
    margin: 0;
  }
}
/* Instagram */
#sb_instagram {
  width: 100%;
}

#sbi_images {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: 100%;
}

#sbi_images .sbi_item {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

#sbi_images .sbi_photo_wrap {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* mobile */
@media (max-width: 767px) {
  #sbi_images {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100% !important;
  }
}
#colophon {
  padding: 40px 0 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-30%, #1f3392), to(#101a49));
  background: linear-gradient(#1f3392 -30%, #101a49 100%);
}

.site-footer {
  background: #17256E;
  padding: 0 0 100px 0;
}

.site-footer h4,
.site-footer p {
  color: #FFF;
}

.site-footer a {
  color: #FFF;
  font-weight: 400;
}

.site-footer a:hover {
  color: #FFF;
  opacity: 0.8;
}

.site-footer a:visited {
  color: #FFF;
}

/* Mobile */
@media (max-width: 767px) {
  .site-footer {
    padding: 0 0 30px 0;
  }
}
/* Mobile */
.footercolumns {
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footercolumns .col.loc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footercolumns .col.loc .site-branding {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 280px;
  height: 96px;
  margin-bottom: 10px;
}
.footercolumns .col.loc p {
  font-size: 16px;
  margin-bottom: 0;
}
.footercolumns .col.links h3 {
  margin-top: 0;
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
}
.footercolumns .col.links .footer-nav {
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 500px;
}
.footercolumns .col.links .footer-nav li {
  margin: 0;
  list-style: none;
}
.footercolumns .col.links .footer-nav a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.footercolumns .col.links .footer-nav a:hover {
  color: #FFF;
  opacity: 0.6;
}

@media (max-width: 860px) {
  .footercolumns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    gap: 30px !important;
  }
  .footercolumns .col.loc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footercolumns .col.links h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
/* Copyright */
.site-info {
  font-size: 12px;
  line-height: 16px;
}

.site-info p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px 0;
}

.site-info a {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 5px;
}

.site-info a:hover {
  text-decoration: underline;
}

/*	--------------------------------------------------
   	Flexible Content
	-------------------------------------------------- */
/* UL columns */
.ul_two ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.ul_three ul {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.ul_four ul {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.ul_two ul li,
.ul_three ul li,
.ul_four ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

@media (max-width: 1200px) {
  .ul_four ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (max-width: 1000px) {
  .ul_three ul,
.ul_four ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (max-width: 700px) {
  .ul_two ul,
.ul_three ul,
.ul_four ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .ul_two ul li,
.ul_three ul li,
.ul_four ul li {
    -webkit-column-break-inside: auto;
       -moz-column-break-inside: auto;
            break-inside: auto;
  }
}
/* Padding Before and After */
.pad_before_small {
  padding-top: 30px;
}

.pad_before_med {
  padding-top: 50px;
}

.pad_before_large {
  padding-top: 80px;
}

.pad_after_small {
  padding-bottom: 30px;
}

.pad_after_med {
  padding-bottom: 50px;
}

.pad_after_large {
  padding-bottom: 80px;
}

/* Block Background */
.block_background_light {
  background-color: #F8F4EC;
  padding: 54px 0 30px 0;
}

.block_background_dark {
  background-color: #17256E;
  padding: 54px 0 30px 0;
  color: #FFF;
}
.block_background_dark h1,
.block_background_dark h2,
.block_background_dark h3,
.block_background_dark p,
.block_background_dark ul,
.block_background_dark a {
  color: #FFF;
}
.block_background_dark a:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
}
.block_background_dark a:hover:not(a.box),
.block_background_dark a:visited:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
  opacity: 0.6;
}
.block_background_dark ul li {
  list-style: url(images/bullet_white.png);
}

/*	--------------------------------------------------
   	Flexible Content Styles
	-------------------------------------------------- */
/* Headline */
.testing {
  color: green;
}

/* Headline Left Intro */
.headline_left_intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .headline_left_intro {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .headline_left_intro .headline br {
    display: none;
  }
}
/* Spacer Block */
.spacer_small {
  height: 20px;
}

.spacer_medium {
  height: 40px;
}

.spacer_large {
  height: 60px;
}

.spacer_lumbo {
  height: 80px;
}

/* 1 Column */
/* 4 Column / Multi Column */
.column_image.object-fit-image {
  padding-bottom: 66%;
  margin: 0 0 20px 0;
}

.fullwidth.columns.four .linkwrap {
  margin-bottom: 50px;
}

.columns.four.button_end .col {
  position: relative;
  padding-bottom: 60px;
}
.columns.four.button_end .col .linkwrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Full width Photo */
.fullwidthphoto {
  margin-bottom: 30px;
}

.fullwidthphoto img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Highlight Box */
.highlight_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px 0;
  gap: 30px;
}

.block_background_light .highlight_box,
.block_background_dark .highlight_box {
  margin: 0 0 24px 0;
}

.highlight_box.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.highlight_box .imagecol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

.highlight_box.narrow .imagecol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}

.highlight_box img {
  display: block;
  max-width: 100%;
  height: auto;
}

.highlight_box p.caption {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 0 0;
  text-align: center;
}

.highlight_box ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

@media (max-width: 1100px) {
  .highlight_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 30px 0;
  }
  .highlight_box .imagecol {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .highlight_box.narrow .imagecol {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .highlight_box ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .highlight_box.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .highlight_box .imagecol {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
/* Hero Image & Text */
.hero_image {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-attachment: fixed;
}
.hero_image .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero_image .text.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero_image .text .wrap {
  padding: 50px 30px;
  max-width: 600px;
  background-color: rgba(16, 26, 73, 0.5);
}

/* Mobile */
@media (max-width: 767px) {
  .hero_image {
    background-attachment: scroll;
    padding: 60px 0;
  }
  .hero_image .container {
    padding: 0;
    margin: 0;
  }
  .hero_image .text {
    padding: 0 20px;
  }
  .hero_image .text.right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero_image .text .wrap {
    padding: 20px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
/* Page Quote */
.page-quote {
  padding: 0;
  margin: 60px 180px;
}

.page-quote .quotetext {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.page-quote .quotetext p {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.page-quote .by {
  font-weight: 400;
  text-align: center;
}

/* small screen - hide on ipad */
@media (max-width: 767px) {
  .page-quote {
    padding: 0;
    margin: 40px 0;
  }
  .page-quote .quotetext {
    font-size: 26px;
    line-height: 36px;
  }
  .page-quote .quotetext p {
    font-size: 26px;
    line-height: 36px;
  }
}
/* Video embeds */
.vwrap {
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gallery */
.galleryblock {
  text-align: center;
  margin-bottom: 60px;
}
.galleryblock h3 {
  text-align: left;
}
.galleryblock p {
  text-align: left;
  margin-bottom: 20px;
}
.galleryblock a.box {
  margin-top: 30px;
}

.gallery_custom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.gallery_custom a:nth-child(n+5) {
  display: none;
}

/* Accordion */
.accordianwrap {
  margin: 10px 0 30px 0;
  border-top: 1px solid #dddddd;
}

.accordianwrap.add {
  margin: -31px 0 30px 0;
}

.accordiantitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

.accordiantitle .fa-solid {
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
  color: #B20000;
  float: left;
  margin: 0;
}

.accordiantitle:hover .fa-solid {
  cursor: pointer;
  color: #1F3392;
}

.accordiantitle.open .closedicon {
  display: none;
}

.accordiantitle.open .openicon {
  display: block;
}

.accordiantitle .openicon {
  display: none;
}

.accordiantitle h3 {
  line-height: 30px;
  font-size: 20px;
  color: #404833;
  padding: 0 0 0 8px;
  margin: 0;
  font-weight: 700;
}

.accordiantitle:hover h3 {
  cursor: pointer;
  color: #444;
}

.accordiantitle.open:hover h3 {
  cursor: pointer;
}

.accordiancontent {
  display: none;
  padding: 20px 34px 1px 34px;
  margin: 0;
}
.accordiancontent ul {
  margin-left: 30px;
}

/* Mobile */
@media (max-width: 767px) {
  .accordiancontent {
    display: none;
    padding: 20px 0 1px 0;
    margin: 0;
  }
}
/* Color Box */
.color_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  background-color: #1F3392;
}

.color_box .imagecol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
  position: relative;
}
.color_box .imagecol .object-fit-image {
  padding: 0;
  width: 100%;
  height: 100%;
}

.color_box .text {
  padding: 30px;
}

/* Mobile */
@media (max-width: 767px) {
  .color_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 285px;
    margin: 50px auto;
  }
  .color_box .imagecol {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 285px;
  }
  .color_box .text {
    padding: 20px;
  }
}
/* Reviews */
.reviews_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
.reviews_grid .review_text {
  margin: 0 0 10px 0;
}
.reviews_grid .review_text p {
  margin: 0;
  font-weight: 700;
}
.reviews_grid .review_by {
  margin: 0;
}

.block_background_light .reviews_grid,
.block_background_dark .reviews_grid {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .reviews_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
/* Button */
p.linkwrap.center {
  text-align: center;
}

p.linkwrap.right {
  text-align: right;
}

/* Link Bar */
.link_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.link_bar.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link_bar.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Logo Slider */
/* Stop Chrome Slick Flicker */
.slick-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.logo_slideshow {
  width: calc(100% - 80px);
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  margin: 0 auto !important;
}

.logo_slideshow.slick-initialized {
  opacity: 1;
}

.logo_slideshow .logo {
  height: 120px;
  position: relative;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}

.logo_slideshow a.logo:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.8;
}

.logo_slideshow img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  height: auto;
  margin: 0 auto;
}

/* Arrows */
.logo_slideshow .slick-prev, .logo_slideshow .slick-next {
  width: 30px;
  height: 50px;
}

.logo_slideshow .slick-prev {
  left: -40px;
  z-index: 99;
}

.logo_slideshow .slick-next {
  right: -40px;
  z-index: 99;
}

.logo_slideshow .slick-prev:before,
.logo_slideshow .slick-next:before {
  font-size: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
  opacity: 1;
  color: #BFBFBF;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #1F3392;
}

/*	--------------------------------------------------
   	Form - Gravity Forms (labels inside)
	-------------------------------------------------- */
/* Theme */
.gform_wrapper .gform_fields {
  grid-column-gap: 16px !important;
  grid-row-gap: 16px !important;
}

.gform_wrapper h3 {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
  margin: 10px 0 -5px 0 !important;
}

.woocommerce-checkout h3,
.woocommerce-checkout .h3 {
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    padding-left: 4px !important;
}

.gform_wrapper input[type=color],
.gform_wrapper input[type=date],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=email],
.gform_wrapper input[type=month],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=search],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=time],
.gform_wrapper input[type=url],
.gform_wrapper input[type=week],
.gform_wrapper select,
.gform_wrapper textarea {
  font-size: 18px !important;
  line-height: 26px !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid #CCCCCC !important;
}

.gform_wrapper textarea.textarea {
  height: 140px !important;
  display: block !important;
  margin: 0 !important;
}

.gform_wrapper select {
  padding: 5px 10px !important;
}

/* Address */
.gform_wrapper .ginput_container_address {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gform_wrapper .ginput_container_address span {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .ginput_container_address span.address_city {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
}

.gform_wrapper .ginput_container_address span.address_state {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(40% - 16px) !important;
          flex: 0 0 calc(40% - 16px) !important;
  margin-left: 16px !important;
}

.gform_wrapper .ginput_container_address span.address_zip {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(20% - 16px) !important;
          flex: 0 0 calc(20% - 16px) !important;
  margin-left: 16px !important;
}

/* Submit */
.gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  margin: 0;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 600 !important;
  position: relative;
  background: #B20000 !important;
  text-transform: uppercase !important;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  border-radius: 0 !important;
  border: none !important;
  -webkit-appearance: none;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #1F3392 !important;
  cursor: pointer !important;
}

/* Error */
h2.gform_submission_error {
  text-transform: none;
}

p.gform_required_legend {
  display: none;
}

.gform_wrapper .gform_validation_errors {
  background: #fff9f9;
  border: 1.5px solid #c02b0a;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 15px !important;
  position: relative;
  width: 100%;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 13px !important;
  margin-top: 8px;
  padding: 0 !important;
}

/* Placeholder color */
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder,
.ginput_container_select select:first-child {
  color: #777777;
}

/* Focus color */
.gfield input[type=text]:focus,
.gfield input[type=email]:focus,
.gfield input[type=tel]:focus,
.gfield input[type=url]:focus,
.gfield input[type=number]:focus,
.gfield input[type=password]:focus,
.gfield select:focus,
.gfield textarea:focus {
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  padding: 10px !important;
  box-shadow: none !important;
}

.gfield select:focus {
    padding: 5px 10px !important;
}

/* Focus visible */
.gfield :focus-visible {
  outline: none !important;
}

.gform_ajax_spinner {
  margin: 5px 0 0 20px !important;
  width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
}

/* List items */
.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) button.add_list_item,
.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) button.delete_list_item {
  background-color: #B20000 !important;
}

/*	--------------------------------------------------
   	Woocommerce
	-------------------------------------------------- */
/* Page Header */
.page-header-red {
  background-color: #B20000;
  color: #FFF;
  padding: 30px 0;
  margin-bottom: 70px;
}
.page-header-red .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header-red .container h1 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  color: #FFF;
}

/* Product Search */
.search_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_products label {
  display: none;
}
.search_products .search-term {
  background-color: #FFF;
  border: 1px solid #FFF;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  width: 375px;
  padding: 0 10px;
}
.search_products .search-term.empty {
  border: 1px solid #B20000;
}
.search_products .search-term:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search_products .search-submit {
  background-color: #B20000;
  color: #FFF;
  border: 1px solid #FFF;
  height: 50px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  padding: 0 10px;
  text-wrap: none;
  white-space: nowrap;
}
.search_products .search-submit i {
  padding-left: 10px;
}
.search_products .search-submit:hover {
  background-color: #1F3392;
  cursor: pointer !important;
}

@media (max-width: 580px) {
  .search_products {
    width: 100% !important;
  }
  .search_products .search-term {
    width: 100% !important;
    height: 30px !important;
    font-size: 14px !important;
    line-height: 30px !important;
    padding: 0 4px !important;
  }
  .search_products .search-submit {
    height: 30px !important;
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 0 5px !important;
  }
  .search_products .search-submit span {
    display: none !important;
  }
  .search_products .search-submit i {
    padding-left: 0 !important;
  }
}
.mobile-menu-cover .search-term {
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 4px;
}

.mobile-menu-cover .search-submit {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  padding: 0 5px;
}
.mobile-menu-cover .search-submit span {
  display: none;
}
.mobile-menu-cover .search-submit i {
  padding-left: 0;
}

/* Change default woocommerce color theme global variables */
.wc-block-components-notice-banner.is-success {
  background-color: #FFF !important;
  border-color: #1F3392 !important;
  color: #1F3392 !important;
}

.wc-block-components-notice-banner.is-success > svg {
  background-color: #1F3392 !important;
  fill: #FFF !important;
}

.main-content-inner .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  background: transparent !important;
  color: #1F3392 !important;
  opacity: 1 !important;
  text-decoration: none !important;
  font-size: 16px !important;
  line-height: 26px !important;
  text-transform: uppercase !important;
}
.main-content-inner .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
  color: #B20000 !important;
}

.wc-block-components-notice-banner.is-info {
  background-color: #FFF !important;
  border-color: #1F3392 !important;
}

.wc-block-components-notice-banner.is-info > svg {
  background-color: #1F3392 !important;
}

/* Product Grid */
.woocommerce .products ul,
.woocommerce ul.products {
  display: block !important;
  margin: 0 0 0 24px;
  -webkit-column-count: 4 !important;
     -moz-column-count: 4 !important;
          column-count: 4 !important;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none;
}

.woocommerce ul.products li {
  list-style: url(images/bullet_white.png);
}
.woocommerce ul.products li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
}
.woocommerce ul.products li a:hover {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .woocommerce .products ul,
.woocommerce ul.products {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
}
@media (max-width: 540px) {
  .woocommerce .products ul,
.woocommerce ul.products {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
}
/* Product category */
.wcpt-filter-column .wcpt-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wcpt .wcpt-item-row .wcpt-filter {
  z-index: 99999 !important;
}

.wcpt-dropdown-option > label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wcpt-trigger_filter [data-wcpt-slug],
.wcpt-trigger_filter [data-wcpt-slug] span,
.wcpt-archive_redirect [data-wcpt-slug],
.wcpt-archive_redirect [data-wcpt-slug] span {
  text-decoration: none;
  cursor: pointer;
}

.wcpt-heading:last-child, .wcpt-cell:last-child {
  text-align: right;
  width: 220px;
}

body.tax-product_cat #header,
body.single-product #header {
  margin-bottom: 0;
}

.fullwidth.parent-cat {
  margin-top: 70px;
}

.woo_cat_header {
  background-color: #B20000;
  padding: 25px 0;
}
.woo_cat_header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woo_cat_header .container h1 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  color: #FFF !important;
}

@media (max-width: 767px) {
  .woo_cat_header {
    padding: 20px 0;
  }
  .woo_cat_header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .woo_cat_header .container h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* Breadcrumb */
.woocommerce-breadcrumb::before,
.woocommerce-breadcrumb::after {
  display: none !important;
}

.woocommerce-breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  color: #FFF !important;
}

.woocommerce-breadcrumb a {
  font-weight: 600 !important;
  color: #FFF !important;
}

@media (max-width: 767px) {
  .woocommerce-breadcrumb {
    font-size: 16px;
  }
  .woocommerce-breadcrumb a {
    font-weight: 600;
    color: #FFF;
  }
}
/* Product Single */
.pwb-single-product-brands a {
  margin-right: 10px;
}

.woocommerce div.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 494px;
          flex: 0 0 494px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: auto;
  clear: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce div.product div.images {
  margin-bottom: 0;
}

.related.products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (max-width: 767px) {
  .woocommerce div.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.woocommerce div.product .product_title {
  font-size: 28px;
  line-height: 36px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: none;
}

.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
  display: none;
}

.product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.related.products h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: 0;
}

.related.products ul.products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.related.products li.product {
  width: auto !important;
  margin: 0 !important;
}

.related.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 15px 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.related.products li.product h2.woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 28px;
  text-transform: none;
  margin: 0 0 10px 0;
  padding: 0;
  color: #B20000;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.related.products li.product a:hover h2.woocommerce-loop-product__title {
  color: #1F3392;
}

.related.products ul.products li.product .button {
  display: none;
}

@media (max-width: 767px) {
  .related.products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Product Tables plugin */
.wcpt-taxonomy-term-separator .wcpt-text {
  font-size: 18px !important;
}

.wcpt-filter .wcpt-filter-heading {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* 
.wcpt-dropdown-menu {
  max-height: 300px !important;
}
*/
.wcpt-heading-row {
  border-bottom: 1px solid #A9AEB0;
  background: transparent;
}

.wcpt-table th.wcpt-heading {
  background: transparent;
}

.wcpt-table th {
  text-align: left !important;
}

#wcpt-801 .wcpt-1567700801889 {
  text-align: left !important;
}

#wcpt-801 thead .wcpt-1567700495078 {
  width: 200px !important;
}

#wcpt-801 thead .wcpt-1567700801888 {
  width: 240px !important;
}

#wcpt-801 thead .wcpt-553042264 {
  width: auto !important;
}

body table.wcpt-table .wcpt-title {
  font-weight: 600;
}

body table.wcpt-table .wcpt-1567700495090 a {
  font-weight: 600;
}

@media (max-width: 767px) {
  .wcpt-item-row.flexit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
/* mobile table tweaks */
h4.table-product-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.float-right {
  float: right;
}

body a.wcpt-rn-button.wcpt-rn-filter {
  float: right;
}

/* Cart / checkout */
.cart-collaterals {
  display: none !important;
}

.cart-meta {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.wc_payment_methods {
  display: none !important;
}

.woocommerce table.cart th.product-price, .woocommerce table.cart td.product-price {
  display: none !important;
}

.woocommerce table.cart th.product-subtotal, .woocommerce table.cart td.product-subtotal {
  display: none !important;
}

#payment div.form-row {
  padding: 0 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

table.cart th.product-remove,
table.cart th.product-quantity {
  width: 1%;
}

table.cart th.product-thumbnail {
  width: 124px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
  height: auto;
}

#order_review_heading {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  margin-top: 30px;
}

/* My Account */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  max-width: 600px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}

.woo-my-account-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  float: none;
  width: auto !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  float: none;
  width: auto !important;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-size: 22px;
  line-height: 30px;
}

.woocommerce-MyAccount-content h2.myaccount {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 20px 0;
}

.woocommerce-MyAccount-navigation ul {
  max-width: 100%;
  background-color: #B20000;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 5px 14px;
  color: #FFF;
  background: none;
  white-space: nowrap;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #FFF;
  opacity: 0.6;
}
.woocommerce-MyAccount-navigation ul li:first-child a {
  padding-top: 14px;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  padding-bottom: 14px;
}

.woocommerce-orders-table__cell-order-actions a.order-again {
  margin-left: 20px;
}

.woocommerce-MyAccount-orders th.woocommerce-orders-table__header-order-number {
  width: 100px;
}

.woocommerce-MyAccount-orders tr td:last-child {
  width: 1%;
  white-space: nowrap;
}

.woocommerce-MyAccount-content mark {
  background-color: transparent;
  color: #444;
  font-weight: 700;
}

@media (max-width: 767px) {
  .woo-my-account-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .woocommerce-orders-table__cell-order-actions::before {
    display: none;
  }
  .woocommerce-MyAccount-orders tr td:last-child {
    width: auto;
    white-space: nowrap;
  }
}
/* Buttons */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  background: #B20000 !important;
  color: white !important;
  text-shadow: transparent !important;
  border-color: none !important;
  border-radius: 0 !important;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 600 !important;
}

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background: #1F3392 !important;
  background-color: #1F3392 !important;
  color: white !important;
  text-shadow: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: none !important;
}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background: #1F3392 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: transparent !important;
  color: white !important;
  border-color: none !important;
}

/* Info bar */
.woocommerce-info {
  border-top-color: #B20000;
}

.woocommerce-info::before {
  color: #B20000;
}

/*	--------------------------------------------------
	Print
	-------------------------------------------------- */
.showprint {
  display: none;
}

@media print {
  body {
    padding: 20px !important;
  }
  .container {
    padding: 0;
    margin: 0;
  }
  .showprint {
    display: block;
  }
  .hideprint {
    display: none;
  }
  .printlogo {
    margin: 15px 0;
  }
  .header-pad {
    display: none;
  }
  .page-header {
    margin: 0;
    padding: 0;
  }
  .page-header .wrap {
    display: block;
    height: auto;
  }
  .page-header h1 {
    color: #000;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .main-content-inner {
    margin: 0;
  }
  p {
    margin: 0 0 20px 0;
  }
  #colophon a {
    display: none !important;
  }
}