/* cmsms stylesheet: prolific modified: 10/30/25 14:20:50 */



.no-js .top-bar {
  display: none;  }

html, body {
  height: 100%;
}

body {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #000000;
  display: flex;
  flex-direction: column;
}

#wrapper {
  flex: 1 0 auto;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #FF6021;
  transition: all 0.2s ease;
}

a:hover, a.menuactive, a:focus {
  color: #D3D3D3;
}

a.thumbnail:hover {
  box-shadow: 0 0 1px 1px #FF6021;
  cursor: zoom-in;
}

h1 {
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1rem;
  height: 2.75rem;
  overflow: hidden;
  font-weight: 400;
}

h2, h3, h4 {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

h2 {
  font-size: 1.1rem;
  color: #FF6021;
  text-transform: uppercase;
}

#top-bar h1 a, #main-menu h1 a {
  transition: all 0.5s ease;
  color: #FF6021;
  text-transform: uppercase;
  vertical-align: bottom;
  font-size: 2rem;
  border-style: solid;
  border-width: 0 1px;
  border-color: #D3D3D3;
  padding: 0.15rem 0.5rem 0 0.5rem;
}

.top-bar {
  padding: 0.5rem 0 0 0;
  transition: all 0.3s ease;
}

.is-stuck.top-bar {
  padding: 0;
}

.top-bar, .top-bar ul {
  z-index: 100;
}

.top-bar, .top-bar ul {
  background-color: #000000;
}

.menu-toggle {
  float: right;
  padding-top: 0.25rem;
}


#top-menu {
  font-size: 0.8rem;
  text-transform: uppercase;
}

#top-menu .is-dropdown-submenu, #main-menu .is-dropdown-submenu {
  min-width: 10rem;
}

#top-menu .is-dropdown-submenu {
  text-align: right;
}

#top-menu a, #top-menu button {
  color: #D3D3D3;
}

#top-menu button:hover {
  cursor: pointer;
  color: #FF6021;
}

#top-menu a.menuactive, #top-menu .menuparent.menuactive > a, #top-menu a:hover, #top-menu .is-active > a {
  color: #FF6021;
}

#top-menu i {
  color: #FF6021;
}

#main-menu, #main-menu ul {
  z-index: 90;
}

#main-menu h1 {
  height: auto;
  padding-top: 0.25rem;
}

#main-menu h1 a {
  font-size: 1.2rem;
  padding: 0 0.3rem 0.125rem 0.3rem;
  display: inline-block;
  line-height: 1.2rem;
  border-color: #2F2E2F;
}

#main-menu, #main-menu .drilldown a, #main-menu .is-drilldown-submenu {
  background: #D3D3D3;
}

#main-menu a {
  color: #000000;
  font-size: 0.8rem;
  text-transform: uppercase;
}

#main-menu a.menuactive, #main-menu .menuparent.menuactive > a, #main-menu a:hover, #main-menu .is-active > a, #main-menu button:hover {
  color: #FF6021;
  cursor: pointer;
}

#main-menu-left {
  padding: 0;
}

#main-menu-center, #main-menu-right {
  opacity: 0;
  transition: opacity 0.5s ease;
  padding-top: 0.25rem;
}

#main-menu-right li a {
  padding: 0.7rem 0.5rem;
}


.is-stuck #main-menu-center, .is-stuck #main-menu-right {
  opacity: 1;
}


.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  border-color: #D3D3D3 transparent transparent;
}

#main-menu .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  border-color: #2F2E2F transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #2F2E2F;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  transparent #2F2E2F transparent transparent;
}

.drilldown .is-drilldown-submenu-parent>a:after {
  border-color: transparent transparent transparent #2F2E2F;
}

.drilldown .js-drilldown-back>a:before {
  border-color: transparent #2F2E2F transparent transparent;
}


#loading {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  z-index: 9999;
}

.loading #loading {
  display: inline;
}

#loading-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


#slider {
  margin: 0.5rem auto;
}

#slider .orbit-image {
  position: relative;
}

#slider .orbit-caption {
  background-color: rgba(255,255,255,0.7);
  padding: 0.25rem;
}

#slider .orbit-caption h3 {
  margin: 0;
  color: #2F2E2F;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8rem;
}

#slider .orbit-caption h4 {
  color: #2F2E2F;
  font-size: 0.6rem;
  margin: 0;
}

#slider .orbit-next, #slider .orbit-previous {
  display: none;
}

#slider:hover .orbit-next, #slider:hover .orbit-previous {
  display: block;
  cursor: pointer;
}

ul.orbit-container {
    height: auto !important;
}

li.orbit-slide {
    max-height: none !important;
}

#products, #content {
  margin-top: 1rem;
}


#products_nav > ul > li {
  border: 1px solid #D3D3D3;
  margin-bottom: 0.5rem;
}

#products_nav .accordion-menu a {
  color: #000000;
  text-transform: uppercase;
  font-size: 0.8rem;
}

#products_nav .accordion-menu .is-submenu-item a {
  text-transform: none;
  color: #2F2E2F;
}

#products_nav .accordion-menu a:hover, #products_nav .accordion-menu a:focus, #products_nav .accordion-menu a.active {
  color: #FF6021;
}

#products_nav .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
  border-color: #2F2E2F transparent transparent;
}

.products_category .accordion-content{
  border: 0;
  padding: 0;
}

.products_category_divider {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  background: #D3D3D3;
  border-left: 0.5rem solid #FF6021;
  padding: 0.2rem 0.5rem;
  color: #000000;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}

a.products_category_divider:hover, a.products_category_divider:focus {
  color: #000000;
}

a.products_category_divider:after {
  font-family: FontAwesome;
  content: "\f0c1";    float: right;
  color: #2F2E2F;
}

a.products_category_divider[aria-expanded="false"]:after, a.products_category_divider[aria-hidden="true"]:after {
  font-family: FontAwesome;
  content: "\f0fe";    float: right;
  color: #2F2E2F;
}

a.products_category_divider[aria-expanded="true"]:after, a.products_category_divider[aria-hidden="false"]:after, .is-active a.products_category_divider:after {
  font-family: FontAwesome;
  content: "\f146";    float: right;
  color: #2F2E2F;
}

.products_item_wrapper {
  padding: 0;
  margin-bottom: 1rem;
  position: relative;
  min-height: 137px;
}

.products_item {
  border: 1px solid #D3D3D3;
  padding: 1rem;
  font-size: 0.8rem;
  position: relative;
  background-size: 25% auto;
  background-position: 95% 10%;
  background-repeat: no-repeat;
  color: #2F2E2F;
  height: 100%;
  min-height: 100px;

}

.sidebar .products_item {
  background-position: 95% 2%;
}

.products_pipe {
  color: #D3D3D3;
}

.products_price {
  color: #FF6021;
}

.products_item h4 {
  color: #000000;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.2rem;
}

.products_description {
  max-width: 75%;
}

.products_buttons {
  vertical-align: middle;
}

.products_buttons form {
  display: inline;
}

.products_buttons input[type="number"], .products_buttons select {
  font-size: 0.75rem;
  display: inline-block;
  width: 3rem;
  margin: 0 0.75rem 0.5rem 0;
  height: 2rem;
}

.products_buttons select {
  width: auto;
  max-width: 75%;
  vertical-align: bottom;
  background-color: rgba(255,255,255,0.75);
}

.products_buttons .cms_form {
  margin: 0;
  padding: 0;
}

.sidebar .products_buttons select {
  max-width: 100%;
}

.products_buttons .button {
  font-size: 0.8rem;
  padding: 0.5rem;
  margin: 0 0.5rem 0 0;
  background: #2F2E2F;
  display: inline-block;
}

.sidebar .products_buttons span {
  display: none;
}

.sidebar .products_buttons .button i {
  display: inline-block;
  min-width: 2rem;
}

#product_details .products_buttons {
  margin-bottom: 1rem;
}

.products_item_image {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0x;
  right: 0;
  padding: 0 0.2rem;
  overflow: hidden;
}

.products_item_image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 95%;
}

.products_album {
  margin-bottom: 1rem;
}


form .middle label {
  line-height: 2rem;
}

form .required label:before {
  content: "*";
  color: #FF6021;
}

form h4 {
  text-transform: uppercase;
  color: #FF6021;
}

.contactform {
  padding: 0.5rem;
  border: 1px solid #D3D3D3;
  border-radius: 0.5rem;
  margin: 0;
  margin-bottom: 1rem;
}

.cms_form {
  padding: 0.5rem;
}

.cms_form .fieldset {
  border: 1px solid #D3D3D3;
  border-radius: 0.5rem;
  margin-top: 0;
}

.viewcartform .products_category_divider {
  border: 0;
  padding: 0.25rem 0;
}

.viewcartform input[type="number"] {
  margin-bottom: 0;
}

.viewcartform .sku {
  padding: 0.25rem 0;
  vertical-align: middle;
}

.viewcartform .sku i {
  margin-right: 0.5rem;
}

.viewcartform input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}

.viewcartform .odd {
  background-color: #f8f8f8;
}

input:checked~.switch-paddle {
  background: #2F2E2F;
}

.captchapict {
  margin-bottom: 1rem;
}


.divider {
  background: #D3D3D3;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #000000;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #2F2E2F;
}

#social-media {
  margin: 0;
}


#news-feed {
  margin-top: 1rem;
}

.sidebar #news {
  margin-top: 2rem;
}

.card-image {
  position: relative;
  height: 180px;
  background-position: center center;
  background-size: cover;
}

.sidebar .card-image {
  height: 120px;
  position: relative;
  border-bottom: 2px solid #FF6021;
}

.card h4 {
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}

.card-image h4 {
  color: #000000;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  margin: 0;
  padding: 0.5rem 1rem;
}

.card-section h4 {
  color: #FF6021;
}


.button {
  background: #2F2E2F;
  color: #D3D3D3;
  border-radius: 5px;
}

.button:hover {
  background: #FF6021;
  color: #D3D3D3;
}

.button:focus {
  background: #D3D3D3;
  color: #2F2E2F;
}

.button.tiny {
  background: white;
  color: #000000;
  border: 0.5px solid #2F2E2F
}

.button.tiny:hover {
  background: #D3D3D3;
}


footer {
  background: #000000;
  color: #D3D3D3;
  width: 100%;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #D3D3D3;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #D3D3D3;
}

footer i {
  margin-right: 0.5rem;
}

footer .drilldown a, footer .drilldown .is-drilldown-submenu {
  background-color: #000000;
  color: #D3D3D3;
}

footer .drilldown a:hover, footer .drilldown a:focus, .drilldown a.menuactive {
  color: #FF6021;
}

footer .drilldown .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent #D3D3D3;
}

footer .drilldown .js-drilldown-back>a::before {
  border-color: transparent #D3D3D3 transparent transparent;
}

#copyright {
  border-top: 0.5px solid #D3D3D3;
}

#copyright span {
  margin: 0 1rem;
}


.top-bar #mobile-search input {
  border: 0;
  max-width: none;
  width: calc(100% - 50px);
  display: inline-block;
}

#mobile-search .input-group-button {
  display: inline-block;
  white-space: nowrap;
}

#mobile-search .input-group-button button {
  width: 50px;
  background: #FF6021;
  color: #D3D3D3;
}

#mobile-search .input-group-button button:hover {
  background: #2F2E2F;
  color: #000000;
}


#cartModal {
  overflow-x: hidden;
}


/* Small only */
@media screen and (max-width: 39.9375em) {

  #top-menu .dropdown.menu a {
    padding: .7rem .5rem;
  }

  #top-menu .dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1.2rem;
  }

  .products_buttons .button i {
    min-width: 2rem;
    display: inline-block;
  }

  .viewcartform input[type="number"] {
    width: 3rem;
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0.75rem 0.5rem 0;
    height: 2rem;
  }

  table.stack tfoot {
    display: initial;
  }

  .g-recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .top-bar {
    padding: 2rem 0;
  }

  #main-menu-left {
    padding-left: 0.75rem;
  }

  #slider {
    min-height: 10vw;
    margin: 1rem auto;
  }

  #slider .orbit-caption {
    padding: 0.5rem 0.75rem 1rem 0.75rem;
  }

  #slider .orbit-caption h3 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  #slider .orbit-caption h4 {
    font-size: 0.9rem;
  }

  .products_item {
    background-position: 95% center;
  }

  .cms_form {
    padding: 1rem;
  }

  .contactform {
    padding: 1rem;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  #main-menu .dropdown.menu a, #main-menu .dropdown.menu .menu-text {
    padding: 0.7rem 0.5rem;
  }

  #main-menu .dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
  }

}

/* Large and up */
@media screen and (min-width: 64em) {

  #main-menu-left {
    padding-left: 0;
  }

  .products_item_wrapper:nth-child(odd) {
    padding-right: 1rem;
  }

  #slider {
    margin-top: 2rem;
    min-height: 12vw;
  }

  #slider .orbit-caption {
    width: 50%;
    top: 70%;
    transform: translateY(-30%);
    border-right: 1rem solid #FF6021;
    padding: 1rem;
  }

  #slider .orbit-caption.right {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1rem solid #FF6021;
  }

  #slider .orbit-caption h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  #slider .orbit-caption h4 {
    font-size: 1rem;
  }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
