@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,500i,700,700i);
@charset "UTF-8";
/* inheritance */
/* iphone 7+ */
/* iphone 5 */
.transition {
  transition: all 200ms ease-in-out; }

.easeinoutcubic, .banners-inner .banner-item-img, .banners-inner .banner-item h3, .image-button-img, .image-button a {
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.easeinoutback, .brands .brand-slider-item .inner a, .brands .brand-slider-item .inner a img {
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */ }

body, html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-family: "Open Sans", sans-serif; }

li.sMethod{

	padding: 0.5rem 0 0.5rem 1rem;
	border-radius: .5rem;
	background: #F6F6F6
}

li.sMethod.shipAbholen{
	background: #32e386;
	color:#FFF;
}
li.sMethod.shipSenden{
	color:#333;
}





@media (max-width: 1024px) {
  .site-main {
    padding: 0 !important; } }

h1, h2, h3, h4, h5, p, td {
  line-height: 1.5em;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, p strong, td strong {
    font-weight: 600; }

p {
  font-weight: 500;
  font-size: 1.0rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #000000; }
  p a {
    color: #555;
    text-decoration: underline; }
    p a:hover {
      color: #DC0000;
      text-decoration: none; }

p, ul, li, span, th {
  font-weight: 500; }

a {
  text-decoration: none;
  color: #000000; }
  a:hover {
    text-decoration: underline; }

ins {
  text-decoration: none; }

@media (max-width: 1024px) {
  .nomobile {
    display: none !important; } }

.mobile {
  display: none; }
  @media (max-width: 1024px) {
    .mobile {
      display: block !important; } }

@media (max-width: 540px) {
  .nosmallmobile {
    display: none !important; } }

.restrictwidth, .site-main, .brands .woocommerce, .content-container, .content-inner .header, .home .content-inner, .home.page-template-default .content-inner, .page-template-default .content-inner, .page-template-brand .content-inner, .page-template-cart .content-inner, .error404 .content-inner, .single .content-inner, .category .content-inner, .page .woocommerce .old_container, .archive .woocommerce .old_container, .archive .old_container, .uberheader .item_noline, .usp .sub-menu, .navheader .sub-menu {
  display: block;
  max-width: 920pt;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2rem;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .restrictwidth, .site-main, .brands .woocommerce, .content-container, .content-inner .header, .home .content-inner, .home.page-template-default .content-inner, .page-template-default .content-inner, .page-template-brand .content-inner, .page-template-cart .content-inner, .error404 .content-inner, .single .content-inner, .category .content-inner, .page .woocommerce .old_container, .archive .woocommerce .old_container, .archive .old_container, .uberheader .item_noline, .usp .sub-menu, .navheader .sub-menu {
      padding: 0 1rem; } }

body {
  background-color: #EEE; }

.old_container {
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  padding: 0; }

.content {
  padding: 0 0em;
  background-color: #000000; }
  .content-inner {
    text-align: left; }
    .content-inner h1, .content-inner h2, .content-inner h3, .content-inner h4, .content-inner h5, .content-inner h6 {
      font-family: "Open Sans", sans-serif;
      font-weight: 500; }
    .content-inner h2, .content-inner h3, .content-inner h4 {
      color: #DC0000; }
    .content-inner p {
      margin: 0.5em 0;
      line-height: 1.5em; }

.term-description {
  text-align: left; }
  .term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
  .term-description h1, .term-description h2, .term-description h3, .term-description h4 {
    color: #DC0000; }
  .term-description p {
    margin: 0.5em 0;
    line-height: 1.5em; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: left; }

.aligncenter {
  text-align: left; }

blockquote {
  position: relative;
  font-size: 2em;
  padding-left: 0rem;
  opacity: 1;
  font-style: italic;
  quotes: "“" "”" "‘" "’"; }
  blockquote:before {
    position: absolute;
    color: #000000;
    content: open-quote;
    font-size: 2em;
    top: -1.5rem;
    margin-left: -2.5rem; }

.cookies {
  z-index: 65438;
  position: fixed;
  bottom: 0;
  width: 100vw;
  background-color: #D5EDF9;
  box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.6);
  display: none; }
  .cookies.nag {
    display: block; }
  .cookies__inner {
    max-width: 34rem;
    padding: 2.5rem;
    text-align: center;
    margin: 0 auto; }

.logo-img, .logo a:before {
  display: inline-block;
  width: 10rem;
  height: 6.8125rem;
  margin-top: 0.5625rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 338.7 50.9' style='enable-background:new 0 0 338.7 50.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D6001A;%7D .st1%7Bfill:%23141414;%7D%0A%3C/style%3E%3Cpath class='st0' d='M50.9,25.5C50.9,11.4,39.5,0,25.5,0C11.4,0,0,11.4,0,25.5c0,9.1,4.8,17.1,12.1,21.6L18.2,34l-5.8-2.7L22.8,8.8 l-1.5-0.7l4.1-1.9l4.1-1.9l1.2,4.4l1.2,4.4l-1.5-0.7L19.9,34.9l-6.2,13.2c3.5,1.8,7.5,2.9,11.7,2.9C39.5,50.9,50.9,39.5,50.9,25.5z M29,39.1l-5,10.7l-0.8-0.4l0,0l-1-0.5l5-10.7L24.4,37l6.2-13.3l-0.9-0.4l2.5-1.1l2.5-1.1l0.7,2.6l0.7,2.6l-0.9-0.4L29,39.1z'/%3E%3Cg%3E%3Cpath class='st1' d='M64.9,14.5h9.4c5.6,0,9.2,2.9,9.2,7.8c0,5.2-4,7.9-9.5,7.9h-3v6.3h-6.1V14.5z M73.9,25.4 c2.2,0,3.5-1.1,3.5-2.9c0-1.9-1.3-2.9-3.5-2.9H71v5.8H73.9z'/%3E%3Cpath class='st1' d='M91.9,28.2l-8.4-13.8h7l4.5,8l4.6-8h6.8L98,28.1v8.3h-6.1V28.2z'/%3E%3Cpath class='st1' d='M108.3,14.5h10.4c3.4,0,5.7,0.9,7.2,2.4c1.3,1.3,2,3,2,5.2c0,3.4-1.8,5.6-4.5,6.8l5.3,7.7h-7l-4.4-6.7h-2.7 v6.7h-6.1V14.5z M118.4,25c2.1,0,3.3-1,3.3-2.7c0-1.7-1.3-2.6-3.3-2.6h-4V25H118.4z'/%3E%3Cpath class='st1' d='M130.1,25.5c0-6.3,5.1-11.5,11.9-11.5c6.8,0,11.8,5.1,11.8,11.5c0,6.3-5.1,11.5-11.9,11.5 C135.2,36.9,130.1,31.9,130.1,25.5z M147.6,25.5c0-3.2-2.3-5.9-5.7-5.9c-3.3,0-5.6,2.7-5.6,5.9c0,3.2,2.3,5.9,5.6,5.9 C145.4,31.4,147.6,28.7,147.6,25.5z'/%3E%3Cpath class='st1' d='M158.4,14.5h7.3c6.9,0,11.7,4.8,11.7,11c0,6.2-4.8,11-11.7,11h-7.3V14.5z M165.7,35c6.1,0,10-4.2,10-9.5 c0-5.2-3.9-9.5-10-9.5H160v19H165.7z'/%3E%3Cpath class='st1' d='M183.2,14.5h1.6v22h-1.6V14.5z'/%3E%3Cpath class='st1' d='M191.6,14.5h1.5l8.8,13l8.8-13h1.5v22h-1.6V17.3L202,30h-0.1l-8.7-12.7v19.1h-1.6V14.5z'/%3E%3Cpath class='st1' d='M218.9,14.5h15.7V16h-14v8.7h12.6v1.5h-12.6V35h14.2v1.5h-15.8V14.5z'/%3E%3Cpath class='st1' d='M240,14.5h1.5l15.2,19.2V14.5h1.6v22h-1.2l-15.5-19.6v19.6H240V14.5z'/%3E%3Cpath class='st1' d='M263.5,33.3l1.1-1.2c2.4,2.2,4.7,3.3,7.9,3.3c3.3,0,5.6-1.9,5.6-4.4c0-2.3-1.2-3.7-6.2-4.7 c-5.3-1.1-7.4-2.9-7.4-6.3c0-3.3,3-5.8,7.1-5.8c3.2,0,5.3,0.9,7.6,2.7l-1,1.3c-2.1-1.8-4.2-2.5-6.6-2.5c-3.2,0-5.4,1.9-5.4,4.2 c0,2.3,1.2,3.7,6.4,4.8c5.1,1,7.2,2.9,7.2,6.1c0,3.6-3.1,6-7.3,6C268.8,36.8,266.1,35.6,263.5,33.3z'/%3E%3Cpath class='st1' d='M285.2,14.5h1.6v22h-1.6V14.5z'/%3E%3Cpath class='st1' d='M292.7,25.5c0-6,4.4-11.4,11.1-11.4c6.7,0,11,5.3,11,11.4c0,6-4.4,11.4-11.1,11.4 C297,36.9,292.7,31.5,292.7,25.5z M313.1,25.5c0-5.4-4-9.9-9.4-9.9c-5.4,0-9.3,4.4-9.3,9.9c0,5.4,4,9.9,9.4,9.9 C309.2,35.4,313.1,31,313.1,25.5z'/%3E%3Cpath class='st1' d='M320.4,14.5h1.5l15.2,19.2V14.5h1.6v22h-1.2L322,16.9v19.6h-1.6V14.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center; }
  @media (max-width: 1024px) {
    .logo-img, .logo a:before {
      width: 8rem;
      height: 6.8125rem;
      margin-top: 0.125rem; } }
  @media (max-width: 800px) {
    .logo-img, .logo a:before {
      width: 10rem;
      height: 6.8125rem;
      margin-top: 0.5625rem; } }

.footer-logo, .mainfooter .row {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.9 51' style='enable-background:new 0 0 50.9 51;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23222222;%7D%0A%3C/style%3E%3Cpath class='st0' d='M50.9,25.5C50.9,11.4,39.5,0,25.5,0C11.4,0,0,11.4,0,25.5c0,9.1,4.8,17.1,12.1,21.6L18.2,34l-5.8-2.7L22.8,8.8 l-1.5-0.7l4.1-1.9l4.1-1.9l1.2,4.4l1.2,4.4l-1.5-0.7L19.9,34.9l-6.2,13.2c3.5,1.8,7.5,2.9,11.7,2.9C39.5,50.9,50.9,39.5,50.9,25.5z M29,39.1l-5,10.7l-0.8-0.4l0,0l-1-0.5l5-10.7L24.4,37l6.2-13.3l-0.9-0.4l2.5-1.1l2.5-1.1l0.7,2.6l0.7,2.6l-0.9-0.4L29,39.1z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: right center; }

.image-prev {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath style='fill:%23EDA2BE;' d='M4.5,12L16.7,0l2.8,2.8L10.2,12l9.3,9.2L16.7,24L4.5,12z'/%3E%3C/svg%3E"); }

.image-down {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath style='fill:%23EDA2BE;' d='M12,19.5L0,7.3l2.8-2.8l9.2,9.3l9.2-9.3L24,7.3L12,19.5z'/%3E%3C/svg%3E"); }

.imgfacebook {
  background-image: url(../image/icon_facebook.gif); }

.imginstagram {
  background-image: url(../image/icon_instagram.gif); }

.imgmap {
  background-image: url(../image/map_google.jpg); }

.imgheader {
  background-image: url(../image/mailheader_pyrodimension.jpg); }

.imgmap--emmerich {
  background-image: url(../image/map_emmerich.jpg); }

.imgmap--meppen {
  background-image: url(../image/map_meppen.jpg); }

.imgmap--herzogenrath {
  background-image: url(../image/map_herzogenrath.jpg); }

.imgmap--selfkant {
  background-image: url(../image/map_selfkant.jpg); }

.home .brands .header {
  color: #DC0000; }

.brands {
  background-color: transparent;
  margin-top: 0rem;
  position: relative;
  top: 0;
  margin-bottom: 0; }
  .brands .content-inner .header {
    text-align: center;
    font-size: 2.5rem; }
  .brands .content-inner .content-container {
    margin: 0; }
  .brands .content-inner .copy {
    padding: 3rem 0rem 1rem; }
  .brands .woocommerce {
    background-color: #FFFFFF;
    padding: 2rem; }
    .brands .woocommerce ul.products li.product {
      border: 1px solid #EEE;
      width: 23.5%;
      margin-right: 2%;
      text-align: center; }
      .brands .woocommerce ul.products li.product a {
        width: 80%; }
      .brands .woocommerce ul.products li.product h3 {
        margin-top: 1rem;
        font-size: 1.25rem;
        min-height: 4.5rem;
        color: black;
        font-weight: 700; }
      .brands .woocommerce ul.products li.product p {
        font-size: 0.9375rem;
        margin: 0;
        min-height: 3rem; }
      .brands .woocommerce ul.products li.product .brand-image {
        height: 12rem;
        line-height: 12rem;
        border-bottom: 1px solid #AAA; }
      .brands .woocommerce ul.products li.product img {
        display: inline;
        vertical-align: middle;
        line-height: 12rem; }
      @media (min-width: 1025px) {
        .brands .woocommerce ul.products li.product:nth-child(4), .brands .woocommerce ul.products li.product:nth-child(8), .brands .woocommerce ul.products li.product:nth-child(12), .brands .woocommerce ul.products li.product:nth-child(16), .brands .woocommerce ul.products li.product:nth-child(20), .brands .woocommerce ul.products li.product:nth-child(24), .brands .woocommerce ul.products li.product:nth-child(28), .brands .woocommerce ul.products li.product:nth-child(32), .brands .woocommerce ul.products li.product:nth-child(36) {
          margin-right: 0; } }
      @media (max-width: 1024px) {
        .brands .woocommerce ul.products li.product {
          width: 32%;
          margin-right: 2%; }
          .brands .woocommerce ul.products li.product:nth-child(3), .brands .woocommerce ul.products li.product:nth-child(6), .brands .woocommerce ul.products li.product:nth-child(9), .brands .woocommerce ul.products li.product:nth-child(12), .brands .woocommerce ul.products li.product:nth-child(15), .brands .woocommerce ul.products li.product:nth-child(18), .brands .woocommerce ul.products li.product:nth-child(21), .brands .woocommerce ul.products li.product:nth-child(23), .brands .woocommerce ul.products li.product:nth-child(26), .brands .woocommerce ul.products li.product:nth-child(29), .brands .woocommerce ul.products li.product:nth-child(32), .brands .woocommerce ul.products li.product:nth-child(35) {
            margin-right: 0; } }
      @media (max-width: 800px) {
        .brands .woocommerce ul.products li.product {
          width: 49%;
          margin-right: 2%; }
          .brands .woocommerce ul.products li.product:nth-child(2), .brands .woocommerce ul.products li.product:nth-child(4), .brands .woocommerce ul.products li.product:nth-child(6), .brands .woocommerce ul.products li.product:nth-child(8), .brands .woocommerce ul.products li.product:nth-child(10), .brands .woocommerce ul.products li.product:nth-child(12), .brands .woocommerce ul.products li.product:nth-child(14), .brands .woocommerce ul.products li.product:nth-child(16), .brands .woocommerce ul.products li.product:nth-child(18), .brands .woocommerce ul.products li.product:nth-child(20), .brands .woocommerce ul.products li.product:nth-child(22), .brands .woocommerce ul.products li.product:nth-child(24), .brands .woocommerce ul.products li.product:nth-child(26), .brands .woocommerce ul.products li.product:nth-child(28), .brands .woocommerce ul.products li.product:nth-child(30), .brands .woocommerce ul.products li.product:nth-child(32), .brands .woocommerce ul.products li.product:nth-child(34), .brands .woocommerce ul.products li.product:nth-child(36) {
            margin-right: 0; } }
      @media (max-width: 540px) {
        .brands .woocommerce ul.products li.product {
          width: 100%;
          margin-right: 0; } }
  .brands-inner {
    margin-bottom: 0rem;
    margin-top: 0rem;
    text-align: center; }
  .brands .header {
    padding: 0.25rem 1rem;
    color: #FFFFFF;
    font-size: 3em;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .brands .header {
        font-size: 1.5em; } }
  .brands .brand-slider-holder {
    padding: 0 0 2rem;
    margin-left: -1rem;
    margin-right: -1rem; }
  .brands .brand-slider {
    margin-left: -1em;
    margin-right: -1em;
    padding: 2em;
    width: 100%; }
    .brands .brand-slider-item {
      padding: 1em;
      display: inline-block; }
      .brands .brand-slider-item .inner {
        background-color: #FFF;
        border-radius: 0px;
        height: 8rem;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center; }
        .brands .brand-slider-item .inner:hover {
          opacity: 0.85; }
        .brands .brand-slider-item .inner a {
          width: 100%;
          display: inline-block;
          padding: 1em 1em;
          box-sizing: border-box; }
          .brands .brand-slider-item .inner a img {
            display: inline-block;
            max-width: 100%; }
          .brands .brand-slider-item .inner a:hover img {
            transform: scale(1.075, 1.075); }

.woocommerce ul.products li.product {
  position: relative;
  z-index: 5;
  text-align: center;
  box-sizing: border-box;
  text-align: left;
  background-color: #FFFFFF;
  border: 0;
  margin-bottom: 1em;
  padding-bottom: 0rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }
  .woocommerce ul.products li.product .star-rating {
    display: none; }
  @media (max-width: 540px) {
    .woocommerce ul.products li.product {
      width: 100% !important; }
      .woocommerce-cart .woocommerce ul.products li.product {
        width: calc(10%) !important; } }
  .woocommerce ul.products li.product .image-wrap {
    height: 0;
    padding-top: 100%;
    position: relative; }
    .woocommerce ul.products li.product .image-wrap img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .woocommerce ul.products li.product .location {
    display: none; }
  .woocommerce ul.products li.product .location, .woocommerce ul.products li.product .stock {
    font-style: normal;
    font-size: 0.75rem;
    color: #555;
    margin: 0rem 0 1.5rem 1.5rem;
    text-align: left; }
    .woocommerce ul.products li.product .location:before, .woocommerce ul.products li.product .stock:before {
      margin-right: 0.4rem;
      font-size: 0.875em;
      color: #DC0000; }
    @media (max-width: 414px) {
      .woocommerce ul.products li.product .location, .woocommerce ul.products li.product .stock {
        margin-top: 0.5rem;
        margin-bottom: 2rem; } }
  .woocommerce ul.products li.product .stock {
    margin-bottom: 2.5rem; }
    .woocommerce ul.products li.product .stock.amount-full:before {
      color: #32e386;
      content: "\e033\e033\e033" !important; }
    .woocommerce ul.products li.product .stock.amount-half:before {
      color: orange;
      content: "\e032\e031\e031" !important; }
    .woocommerce ul.products li.product .stock.amount-soldout:before {
      content: "\e031\e031\e031" !important; }
  .woocommerce ul.products li.product:hover {
    z-index: 10;
    background-color: #FFFFFF; }
    .woocommerce ul.products li.product:hover .image-wrap {
      filter: saturate(3); }
  .woocommerce ul.products li.product.outofstock .button, .woocommerce ul.products li.product .add_to_cart_button {
    position: absolute;
    display: none;
    background-color: #32e386;
    border: 1px solid #32e386;
    color: #FFFFFF;
    padding: 0px;
    margin-left: -1px;
    border-radius: 0;
    width: 5rem;
    height: 3rem;
    margin-top: 0;
    display: block;
    line-height: 3em;
    text-indent: -999pt;
    overflow: hidden;
    right: 1rem;
    bottom: 1rem;
    border-radius: 2px; }
    .woocommerce ul.products li.product.outofstock .button:before, .woocommerce ul.products li.product .add_to_cart_button:before {
      color: white;
      position: absolute;
      text-align: center;
      left: 0;
      top: 0;
      font-size: 1.25rem;
      width: 5rem;
      text-indent: 0;
      line-height: 3rem !important; }
    .woocommerce ul.products li.product.outofstock .button:after, .woocommerce ul.products li.product .add_to_cart_button:after {
      content: unset; }
    .woocommerce ul.products li.product.outofstock .button:hover, .woocommerce ul.products li.product .add_to_cart_button:hover {
      background-color: #32e386; }
    .woocommerce ul.products li.product.outofstock .button.added:before, .woocommerce ul.products li.product .add_to_cart_button.added:before {
      content: '\4e'; }
  .woocommerce ul.products li.product.outofstock .button {
    background-color: #bfbaba;
    border-color: #bfbaba; }
    .woocommerce ul.products li.product.outofstock .button:hover {
      background-color: #ddd;
      border-color: #ddd; }
    .woocommerce ul.products li.product.outofstock .button:before {
      content: "\55" !important; }
  .woocommerce ul.products li.product .added_to_cart {
    position: absolute;
    right: .5rem;
    background-color: #FFFFFF;
    border: 1px solid #AAA;
    border-radius: 0.25rem;
    width: calc(100% - 1rem);
    padding: 1rem;
    background-color: #32e386;
    color: white;
    margin-top: -4rem; }
    .woocommerce ul.products li.product .added_to_cart:hover {
      background-color: #32e386; }
  .woocommerce ul.products li.product a {
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    width: 100%; }
    .woocommerce ul.products li.product a img {
      background-color: #FFFFFF;
      margin-bottom: 0; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0.5em 1.5em 0 1.5em;
    font-size: 1rem;
    min-height: 5em;
    font-weight: 500; }
    @media (max-width: 414px) {
      .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 0;
        font-size: 1.25rem; } }
  .woocommerce ul.products li.product .price {
    position: relative;
    bottom: 0.25rem;
    font-weight: bold;
    color: #000000;
    font-size: 1.25rem;
    padding: 0rem;
    margin-left: 1.5rem; }
    @media (max-width: 414px) {
      .woocommerce ul.products li.product .price {
        font-size: 1.75rem; } }
    .woocommerce ul.products li.product .price ins {
      color: #DC0000;
      text-decoration: none; }
    .woocommerce ul.products li.product .price del {
      font-size: 0.75em; }
  .woocommerce ul.products li.product .price {
    text-align: left; }

.woocommerce ul.products .onsale, .woocommerce ul.products span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product span.onsale,
.woocommerce .onsale,
.woocommerce span.onsale {
  width: 100%;
  text-align: center;
  background-color: #DC0000;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.9375rem;
  text-transform: uppercase;
  min-height: 0;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  border-radius: 0rem;
  margin: 0; }

.woocommerce ul.products.single .onsale, .woocommerce ul.products.single span.onsale,
.woocommerce ul.products li.product.single .onsale,
.woocommerce ul.products li.product.single span.onsale,
.woocommerce.single .onsale,
.woocommerce.single span.onsale {
  width: unset;
  margin-top: 1rem; }

.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li.product {
  float: none;
  margin: 1rem 0 0 0; }

ul.products li.product.featured {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0 5rem; }

ul.products li.product.featured h3 {
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
    margin: 1em 0;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 1024px) {
      ul.products li.product.featured h3 {
        font-size: 1.75rem; } }

.content-inner .content-container.featureditems {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important; }

.featureditems {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 2rem 0;
  padding: 0 0.5rem !important;
  flex-direction: row !important;
  background-color: white; }
  .featureditems .featured-button {
    background-color: #DC0000;
    color: white; }
  .featureditems-item {
    flex: 0 0 50%;
    width: 50%;
    padding: 0.75rem;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .featureditems-item {
        flex: 0 0 50%;
        width: 50%; } }
    @media (max-width: 800px) {
      .featureditems-item {
        flex: 0 0 100%;
        width: 100%; } }
    @media (max-width: 540px) {
      .featureditems-item {
        flex: 0 0 100%;
        width: 100%; } }
    .featureditems-item:nth-child(1) .inner, .featureditems-item:nth-child(6) .inner {
      background-color: #f4f4f3; }
      .featureditems-item:nth-child(1) .inner .title h4, .featureditems-item:nth-child(6) .inner .title h4 {
        color: #000000; }
      .featureditems-item:nth-child(1) .inner .cnt span, .featureditems-item:nth-child(6) .inner .cnt span {
        color: white;
        background-color: #DC0000;
        border: 2px solid #DC0000; }
    .featureditems-item:nth-child(2) .inner, .featureditems-item:nth-child(5) .inner {
      background-color: #DC0000; }
      .featureditems-item:nth-child(2) .inner .title h4, .featureditems-item:nth-child(5) .inner .title h4 {
        color: #FFFFFF; }
      .featureditems-item:nth-child(2) .inner .cnt span, .featureditems-item:nth-child(5) .inner .cnt span {
        color: white;
        background-color: #DC0000;
        border: 2px solid #FFFFFF; }
    .featureditems-item:nth-child(3) .inner, .featureditems-item:nth-child(8) .inner {
      background-color: #e1e1e1; }
      .featureditems-item:nth-child(3) .inner .title h4, .featureditems-item:nth-child(8) .inner .title h4 {
        color: #000000; }
      .featureditems-item:nth-child(3) .inner .cnt span, .featureditems-item:nth-child(8) .inner .cnt span {
        color: white;
        background-color: #DC0000;
        border: 2px solid #DC0000; }
    .featureditems-item:nth-child(4) .inner, .featureditems-item:nth-child(7) .inner {
      background-color: #000000; }
      .featureditems-item:nth-child(4) .inner .title h4, .featureditems-item:nth-child(7) .inner .title h4 {
        color: #FFFFFF; }
      .featureditems-item:nth-child(4) .inner .cnt span, .featureditems-item:nth-child(7) .inner .cnt span {
        color: white;
        background-color: transparent;
        border: 2px solid #FFFFFF; }
    .featureditems-item .inner {
      height: 100%;
      width: 100%;
      overflow: hidden;
      display: block;
      background-color: #FAFAFA;
      transition: all 800ms ease-in-out; }
      .featureditems-item .inner .col:first-child {
        flex: 0 0 55%;
        width: 55%; }
      .featureditems-item .inner .col:last-child {
        flex: 0 0 45%;
        width: 45%;
        box-sizing: border-box;
        padding: 0 1.5rem 0 0; }
      .featureditems-item .inner a {
        display: flex;
        flex-direction: row; }
      .featureditems-item .inner:hover {
        box-shadow: 0 0 16px rgba(120, 10, 10, 0.2); }
      .featureditems-item .inner .col:first-child {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
      .featureditems-item .inner .img {
        max-width: 100%;
        height: 16rem;
        position: relative;
        z-index: 5;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        transition: all 300ms ease-in-out; }
        .featureditems-item .inner .img img {
          opacity: 0; }
      .featureditems-item .inner .title {
        z-index: 10;
        background-color: transparent;
        color: #000000;
        font-weight: bold;
        font-size: 2rem;
        padding: 0.5rem 2rem; }
        .featureditems-item .inner .title h4 {
          font-size: 1.5rem;
          font-weight: bold;
          color: #000000; }
      .featureditems-item .inner .cnt {
        padding: 1rem 1rem 1rem 2rem; }
        .featureditems-item .inner .cnt p {
          font-size: 0.825rem; }
        .featureditems-item .inner .cnt span {
          padding: 0.5rem 1rem;
          border: 2px solid white; }
      .featureditems-item .inner a {
        transition: all 400ms ease-in-out;
        display: flex;
        flex-direction: row; }
        .featureditems-item .inner a:hover {
          text-decoration: none; }
          .featureditems-item .inner a:hover .img {
            transform: scale(1.1, 1.1); }

.content {
  background-color: #EEE; }
  .content-container {
    margin: 0 auto !important; }
    .content-container .copy {
      padding-left: 0;
      padding-right: 0; }
  .content iframe {
    border: 0;
    width: 100%; }
  .content .brand-slider-holder {
    padding: 0 2rem;
    margin-top: 7rem; }
    @media (max-width: 1024px) {
      .content .brand-slider-holder {
        padding: 0 1rem; } }
  .content .salespoint {
    flex: 1 0;
    width: 33.3%;
    margin: 0 0.5rem;
    padding-bottom: 1rem;
    background-color: #EEE;
    text-align: left; }
    @media (max-width: 1024px) {
      .content .salespoint {
        width: 100%;
        margin: 0; } }
    .content .salespoint:first-child {
      margin-left: 0; }
    .content .salespoint:last-child {
      margin-right: 0; }
    .content .salespoint .img {
      width: 100%;
      height: 15rem;
      box-sizing: border-box;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      margin-bottom: 1rem; }
      .content .salespoint .img img {
        display: none;
        max-width: 100%;
        height: auto; }
    .content .salespoint h3 {
      padding: 1rem 1rem 1rem 1rem;
      background-color: #FAFAFA;
      font-size: 1.5rem;
      color: #DC0000;
      margin: 0 0 0 0 !important; }
    .content .salespoint h4 {
      font-size: 1.125rem;
      margin: 0.5rem 0 0 2rem !important; }
    .content .salespoint address {
      position: relative;
      text-align: left; }
    .content .salespoint address:before {
      position: absolute;
      top: 0.1rem;
      left: 0.65rem;
      color: #DC0000; }
    .content .salespoint address, .content .salespoint p {
      padding-left: 2rem;
      font-style: normal;
      font-size: 0.9375rem; }
  .content-inner {
    padding: 0;
    margin-bottom: 0rem;
    margin-top: 0rem; }
    @media (max-width: 1024px) {
      .content-inner {
        margin-top: 0rem; } }
    .content-inner .header {
      padding: 0.25rem 1rem;
      color: #000000;
      text-align: left;
      font-size: 2em;
      font-weight: bold;
      font-family: "Open Sans", sans-serif; }
      @media (max-width: 1024px) {
        .content-inner .header {
          font-size: 1.5em; } }
    .content-inner .content-container {
      background-color: white;
      padding: 1em;
      margin: 1rem 0; }
      .content-inner .content-container h1, .content-inner .content-container h2, .content-inner .content-container h3, .content-inner .content-container h4, .content-inner .content-container h5, .content-inner .content-container h6 {
        margin: 1rem 0; }
      .content-inner .content-container p {
        margin-top: 0; }
      .content-inner .content-container #map h3 {
        font-size: 1rem;
        margin: 0 0 0.25rem 0; }
      .content-inner .content-container #map address {
        position: relative;
        text-align: left; }
      .content-inner .content-container #map address:before {
        position: absolute;
        top: 0.1rem;
        left: 0rem;
        color: #DC0000; }
      .content-inner .content-container #map address, .content-inner .content-container #map p {
        padding-left: 1rem;
        font-style: normal;
        font-size: 0.875rem; }

.home .content-inner, .home.page-template-default .content-inner {
  background-color: #FFFFFF;
  position: relative;
  max-width: calc(920pt - 4rem);
  top: -9rem;
  margin-top: 5rem;
  padding-top: 2rem;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  padding-bottom: 0.75em; }
  .home .content-inner > div:first-of-type, .home.page-template-default .content-inner > div:first-of-type {
    margin-top: -2rem !important; }

.page-template-default .content-inner, .page-template-brand .content-inner, .page-template-cart .content-inner, .error404 .content-inner, .single .content-inner, .category .content-inner {
  background-color: #FFFFFF;
  padding: 0 0 0 0;
  margin-bottom: 4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .page-template-default .content-inner .header, .page-template-brand .content-inner .header, .page-template-cart .content-inner .header, .error404 .content-inner .header, .single .content-inner .header, .category .content-inner .header {
    padding-top: 2.5rem;
    margin-top: 0rem;
    margin-bottom: 2rem; }
  .page-template-default .content-inner > div:first-of-type, .page-template-brand .content-inner > div:first-of-type, .page-template-cart .content-inner > div:first-of-type, .error404 .content-inner > div:first-of-type, .single .content-inner > div:first-of-type, .category .content-inner > div:first-of-type {
    margin-top: 4rem; }
  .page-template-default .content-inner.noheader > div:first-of-type, .page-template-brand .content-inner.noheader > div:first-of-type, .page-template-cart .content-inner.noheader > div:first-of-type, .error404 .content-inner.noheader > div:first-of-type, .single .content-inner.noheader > div:first-of-type, .category .content-inner.noheader > div:first-of-type {
    margin-top: 0 !important;
    padding-top: 3rem; }

.page-template-default .content-container, .page-template-brand .content-container, .page-template-cart .content-container, .error404 .content-container, .single .content-container, .category .content-container {
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row; }
  @media (max-width: 1024px) {
    .page-template-default .content-container, .page-template-brand .content-container, .page-template-cart .content-container, .error404 .content-container, .single .content-container, .category .content-container {
      padding: 0 1rem; } }
  .page-template-default .content-container.txtbuttons, .page-template-brand .content-container.txtbuttons, .page-template-cart .content-container.txtbuttons, .error404 .content-container.txtbuttons, .single .content-container.txtbuttons, .category .content-container.txtbuttons {
    padding: 0;
    margin: 0; }
  .page-template-default .content-container.wrapping, .page-template-brand .content-container.wrapping, .page-template-cart .content-container.wrapping, .error404 .content-container.wrapping, .single .content-container.wrapping, .category .content-container.wrapping {
    flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .page-template-default .content-container, .page-template-brand .content-container, .page-template-cart .content-container, .error404 .content-container, .single .content-container, .category .content-container {
      flex-direction: column; } }
  .page-template-default .content-container.faq, .page-template-brand .content-container.faq, .page-template-cart .content-container.faq, .error404 .content-container.faq, .single .content-container.faq, .category .content-container.faq {
    display: block; }
  .page-template-default .content-container.direction_right, .page-template-brand .content-container.direction_right, .page-template-cart .content-container.direction_right, .error404 .content-container.direction_right, .single .content-container.direction_right, .category .content-container.direction_right {
    flex-direction: row-reverse; }
  .page-template-default .content-container .textbutton_bg, .page-template-brand .content-container .textbutton_bg, .page-template-cart .content-container .textbutton_bg, .error404 .content-container .textbutton_bg, .single .content-container .textbutton_bg, .category .content-container .textbutton_bg {
    background-color: #000000;
    color: white;
    box-sizing: border-box; }
    .page-template-default .content-container .textbutton_bg.intro, .page-template-brand .content-container .textbutton_bg.intro, .page-template-cart .content-container .textbutton_bg.intro, .error404 .content-container .textbutton_bg.intro, .single .content-container .textbutton_bg.intro, .category .content-container .textbutton_bg.intro {
      padding: 4rem; }
      @media (max-width: 1024px) {
        .page-template-default .content-container .textbutton_bg.intro, .page-template-brand .content-container .textbutton_bg.intro, .page-template-cart .content-container .textbutton_bg.intro, .error404 .content-container .textbutton_bg.intro, .single .content-container .textbutton_bg.intro, .category .content-container .textbutton_bg.intro {
          padding: 1rem; } }
    .page-template-default .content-container .textbutton_bg h1, .page-template-default .content-container .textbutton_bg h2, .page-template-default .content-container .textbutton_bg h3, .page-template-default .content-container .textbutton_bg h4, .page-template-default .content-container .textbutton_bg h5, .page-template-default .content-container .textbutton_bg h6, .page-template-default .content-container .textbutton_bg p, .page-template-default .content-container .textbutton_bg span, .page-template-brand .content-container .textbutton_bg h1, .page-template-brand .content-container .textbutton_bg h2, .page-template-brand .content-container .textbutton_bg h3, .page-template-brand .content-container .textbutton_bg h4, .page-template-brand .content-container .textbutton_bg h5, .page-template-brand .content-container .textbutton_bg h6, .page-template-brand .content-container .textbutton_bg p, .page-template-brand .content-container .textbutton_bg span, .page-template-cart .content-container .textbutton_bg h1, .page-template-cart .content-container .textbutton_bg h2, .page-template-cart .content-container .textbutton_bg h3, .page-template-cart .content-container .textbutton_bg h4, .page-template-cart .content-container .textbutton_bg h5, .page-template-cart .content-container .textbutton_bg h6, .page-template-cart .content-container .textbutton_bg p, .page-template-cart .content-container .textbutton_bg span, .error404 .content-container .textbutton_bg h1, .error404 .content-container .textbutton_bg h2, .error404 .content-container .textbutton_bg h3, .error404 .content-container .textbutton_bg h4, .error404 .content-container .textbutton_bg h5, .error404 .content-container .textbutton_bg h6, .error404 .content-container .textbutton_bg p, .error404 .content-container .textbutton_bg span, .single .content-container .textbutton_bg h1, .single .content-container .textbutton_bg h2, .single .content-container .textbutton_bg h3, .single .content-container .textbutton_bg h4, .single .content-container .textbutton_bg h5, .single .content-container .textbutton_bg h6, .single .content-container .textbutton_bg p, .single .content-container .textbutton_bg span, .category .content-container .textbutton_bg h1, .category .content-container .textbutton_bg h2, .category .content-container .textbutton_bg h3, .category .content-container .textbutton_bg h4, .category .content-container .textbutton_bg h5, .category .content-container .textbutton_bg h6, .category .content-container .textbutton_bg p, .category .content-container .textbutton_bg span {
      color: inherit; }
  .page-template-default .content-container .copy, .page-template-brand .content-container .copy, .page-template-cart .content-container .copy, .error404 .content-container .copy, .single .content-container .copy, .category .content-container .copy {
    flex: 1 auto;
    padding-top: 1rem;
    width: 50%;
    text-align: left; }
    @media (max-width: 1024px) {
      .page-template-default .content-container .copy, .page-template-brand .content-container .copy, .page-template-cart .content-container .copy, .error404 .content-container .copy, .single .content-container .copy, .category .content-container .copy {
        width: 100%; } }
    .page-template-default .content-container .copy_full, .page-template-brand .content-container .copy_full, .page-template-cart .content-container .copy_full, .error404 .content-container .copy_full, .single .content-container .copy_full, .category .content-container .copy_full {
      width: 100%; }
      .page-template-default .content-container .copy_full img, .page-template-brand .content-container .copy_full img, .page-template-cart .content-container .copy_full img, .error404 .content-container .copy_full img, .single .content-container .copy_full img, .category .content-container .copy_full img {
        max-width: 100%;
        height: auto; }
    .page-template-default .content-container .copy_half, .page-template-brand .content-container .copy_half, .page-template-cart .content-container .copy_half, .error404 .content-container .copy_half, .single .content-container .copy_half, .category .content-container .copy_half {
      width: 50%; }
    .page-template-default .content-container .copy_onethird, .page-template-brand .content-container .copy_onethird, .page-template-cart .content-container .copy_onethird, .error404 .content-container .copy_onethird, .single .content-container .copy_onethird, .category .content-container .copy_onethird {
      width: 40%; }
    .page-template-default .content-container .copy_twothird, .page-template-brand .content-container .copy_twothird, .page-template-cart .content-container .copy_twothird, .error404 .content-container .copy_twothird, .single .content-container .copy_twothird, .category .content-container .copy_twothird {
      width: 60%; }
    .page-template-default .content-container .copy_half:first-child, .page-template-default .content-container .copy_twothird:first-child, .page-template-default .content-container .copy_onethird:first-child, .page-template-brand .content-container .copy_half:first-child, .page-template-brand .content-container .copy_twothird:first-child, .page-template-brand .content-container .copy_onethird:first-child, .page-template-cart .content-container .copy_half:first-child, .page-template-cart .content-container .copy_twothird:first-child, .page-template-cart .content-container .copy_onethird:first-child, .error404 .content-container .copy_half:first-child, .error404 .content-container .copy_twothird:first-child, .error404 .content-container .copy_onethird:first-child, .single .content-container .copy_half:first-child, .single .content-container .copy_twothird:first-child, .single .content-container .copy_onethird:first-child, .category .content-container .copy_half:first-child, .category .content-container .copy_twothird:first-child, .category .content-container .copy_onethird:first-child {
      margin-right: 1rem; }
    .page-template-default .content-container .copy_half:last-child, .page-template-default .content-container .copy_twothird:last-child, .page-template-default .content-container .copy_onethird:last-child, .page-template-brand .content-container .copy_half:last-child, .page-template-brand .content-container .copy_twothird:last-child, .page-template-brand .content-container .copy_onethird:last-child, .page-template-cart .content-container .copy_half:last-child, .page-template-cart .content-container .copy_twothird:last-child, .page-template-cart .content-container .copy_onethird:last-child, .error404 .content-container .copy_half:last-child, .error404 .content-container .copy_twothird:last-child, .error404 .content-container .copy_onethird:last-child, .single .content-container .copy_half:last-child, .single .content-container .copy_twothird:last-child, .single .content-container .copy_onethird:last-child, .category .content-container .copy_half:last-child, .category .content-container .copy_twothird:last-child, .category .content-container .copy_onethird:last-child {
      margin-left: 1rem; }
    .page-template-default .content-container .copy_half img, .page-template-default .content-container .copy_twothird img, .page-template-default .content-container .copy_onethird img, .page-template-brand .content-container .copy_half img, .page-template-brand .content-container .copy_twothird img, .page-template-brand .content-container .copy_onethird img, .page-template-cart .content-container .copy_half img, .page-template-cart .content-container .copy_twothird img, .page-template-cart .content-container .copy_onethird img, .error404 .content-container .copy_half img, .error404 .content-container .copy_twothird img, .error404 .content-container .copy_onethird img, .single .content-container .copy_half img, .single .content-container .copy_twothird img, .single .content-container .copy_onethird img, .category .content-container .copy_half img, .category .content-container .copy_twothird img, .category .content-container .copy_onethird img {
      max-width: 100%;
      height: auto; }
    .page-template-default .content-container .copy_half iframe, .page-template-default .content-container .copy_twothird iframe, .page-template-default .content-container .copy_onethird iframe, .page-template-brand .content-container .copy_half iframe, .page-template-brand .content-container .copy_twothird iframe, .page-template-brand .content-container .copy_onethird iframe, .page-template-cart .content-container .copy_half iframe, .page-template-cart .content-container .copy_twothird iframe, .page-template-cart .content-container .copy_onethird iframe, .error404 .content-container .copy_half iframe, .error404 .content-container .copy_twothird iframe, .error404 .content-container .copy_onethird iframe, .single .content-container .copy_half iframe, .single .content-container .copy_twothird iframe, .single .content-container .copy_onethird iframe, .category .content-container .copy_half iframe, .category .content-container .copy_twothird iframe, .category .content-container .copy_onethird iframe {
      max-width: 100%; }
    @media (max-width: 1024px) {
      .page-template-default .content-container .copy_half, .page-template-default .content-container .copy_twothird, .page-template-default .content-container .copy_onethird, .page-template-brand .content-container .copy_half, .page-template-brand .content-container .copy_twothird, .page-template-brand .content-container .copy_onethird, .page-template-cart .content-container .copy_half, .page-template-cart .content-container .copy_twothird, .page-template-cart .content-container .copy_onethird, .error404 .content-container .copy_half, .error404 .content-container .copy_twothird, .error404 .content-container .copy_onethird, .single .content-container .copy_half, .single .content-container .copy_twothird, .single .content-container .copy_onethird, .category .content-container .copy_half, .category .content-container .copy_twothird, .category .content-container .copy_onethird {
        width: 100%; }
        .page-template-default .content-container .copy_half:first-child, .page-template-default .content-container .copy_half:last-child, .page-template-default .content-container .copy_twothird:first-child, .page-template-default .content-container .copy_twothird:last-child, .page-template-default .content-container .copy_onethird:first-child, .page-template-default .content-container .copy_onethird:last-child, .page-template-brand .content-container .copy_half:first-child, .page-template-brand .content-container .copy_half:last-child, .page-template-brand .content-container .copy_twothird:first-child, .page-template-brand .content-container .copy_twothird:last-child, .page-template-brand .content-container .copy_onethird:first-child, .page-template-brand .content-container .copy_onethird:last-child, .page-template-cart .content-container .copy_half:first-child, .page-template-cart .content-container .copy_half:last-child, .page-template-cart .content-container .copy_twothird:first-child, .page-template-cart .content-container .copy_twothird:last-child, .page-template-cart .content-container .copy_onethird:first-child, .page-template-cart .content-container .copy_onethird:last-child, .error404 .content-container .copy_half:first-child, .error404 .content-container .copy_half:last-child, .error404 .content-container .copy_twothird:first-child, .error404 .content-container .copy_twothird:last-child, .error404 .content-container .copy_onethird:first-child, .error404 .content-container .copy_onethird:last-child, .single .content-container .copy_half:first-child, .single .content-container .copy_half:last-child, .single .content-container .copy_twothird:first-child, .single .content-container .copy_twothird:last-child, .single .content-container .copy_onethird:first-child, .single .content-container .copy_onethird:last-child, .category .content-container .copy_half:first-child, .category .content-container .copy_half:last-child, .category .content-container .copy_twothird:first-child, .category .content-container .copy_twothird:last-child, .category .content-container .copy_onethird:first-child, .category .content-container .copy_onethird:last-child {
          margin-left: 0;
          margin-right: 0; } }
    .page-template-default .content-container .copy_half.textbutton_bg, .page-template-brand .content-container .copy_half.textbutton_bg, .page-template-cart .content-container .copy_half.textbutton_bg, .error404 .content-container .copy_half.textbutton_bg, .single .content-container .copy_half.textbutton_bg, .category .content-container .copy_half.textbutton_bg {
      flex: 0 50%;
      box-sizing: border-box; }
      .page-template-default .content-container .copy_half.textbutton_bg a, .page-template-brand .content-container .copy_half.textbutton_bg a, .page-template-cart .content-container .copy_half.textbutton_bg a, .error404 .content-container .copy_half.textbutton_bg a, .single .content-container .copy_half.textbutton_bg a, .category .content-container .copy_half.textbutton_bg a {
        padding: 2rem 4rem 4rem 1rem;
        display: flex;
        flex-direction: row;
        color: inherit;
        border-color: inherit; }
        @media (max-width: 1024px) {
          .page-template-default .content-container .copy_half.textbutton_bg a, .page-template-brand .content-container .copy_half.textbutton_bg a, .page-template-cart .content-container .copy_half.textbutton_bg a, .error404 .content-container .copy_half.textbutton_bg a, .single .content-container .copy_half.textbutton_bg a, .category .content-container .copy_half.textbutton_bg a {
            padding: 1rem 2rem 2rem 1rem; } }
      .page-template-default .content-container .copy_half.textbutton_bg .col, .page-template-brand .content-container .copy_half.textbutton_bg .col, .page-template-cart .content-container .copy_half.textbutton_bg .col, .error404 .content-container .copy_half.textbutton_bg .col, .single .content-container .copy_half.textbutton_bg .col, .category .content-container .copy_half.textbutton_bg .col {
        flex: 1 auto;
        color: inherit;
        border-color: inherit; }
      .page-template-default .content-container .copy_half.textbutton_bg a, .page-template-default .content-container .copy_half.textbutton_bg a:hover, .page-template-brand .content-container .copy_half.textbutton_bg a, .page-template-brand .content-container .copy_half.textbutton_bg a:hover, .page-template-cart .content-container .copy_half.textbutton_bg a, .page-template-cart .content-container .copy_half.textbutton_bg a:hover, .error404 .content-container .copy_half.textbutton_bg a, .error404 .content-container .copy_half.textbutton_bg a:hover, .single .content-container .copy_half.textbutton_bg a, .single .content-container .copy_half.textbutton_bg a:hover, .category .content-container .copy_half.textbutton_bg a, .category .content-container .copy_half.textbutton_bg a:hover {
        text-decoration: none; }
      .page-template-default .content-container .copy_half.textbutton_bg .header, .page-template-default .content-container .copy_half.textbutton_bg p, .page-template-brand .content-container .copy_half.textbutton_bg .header, .page-template-brand .content-container .copy_half.textbutton_bg p, .page-template-cart .content-container .copy_half.textbutton_bg .header, .page-template-cart .content-container .copy_half.textbutton_bg p, .error404 .content-container .copy_half.textbutton_bg .header, .error404 .content-container .copy_half.textbutton_bg p, .single .content-container .copy_half.textbutton_bg .header, .single .content-container .copy_half.textbutton_bg p, .category .content-container .copy_half.textbutton_bg .header, .category .content-container .copy_half.textbutton_bg p {
        display: block;
        color: inherit;
        border-color: inherit; }
      .page-template-default .content-container .copy_half.textbutton_bg .link, .page-template-brand .content-container .copy_half.textbutton_bg .link, .page-template-cart .content-container .copy_half.textbutton_bg .link, .error404 .content-container .copy_half.textbutton_bg .link, .single .content-container .copy_half.textbutton_bg .link, .category .content-container .copy_half.textbutton_bg .link {
        opacity: 0;
        margin-top: 0.5rem;
        display: inline-block;
        padding: 1rem 2rem;
        border: 1px solid black;
        border-color: inherit;
        border-radius: 0.25rem;
        transition: all 120ms ease-in-out; }
        @media (max-width: 1024px) {
          .page-template-default .content-container .copy_half.textbutton_bg .link, .page-template-brand .content-container .copy_half.textbutton_bg .link, .page-template-cart .content-container .copy_half.textbutton_bg .link, .error404 .content-container .copy_half.textbutton_bg .link, .single .content-container .copy_half.textbutton_bg .link, .category .content-container .copy_half.textbutton_bg .link {
            opacity: 1; } }
        .page-template-default .content-container .copy_half.textbutton_bg .link:hover, .page-template-brand .content-container .copy_half.textbutton_bg .link:hover, .page-template-cart .content-container .copy_half.textbutton_bg .link:hover, .error404 .content-container .copy_half.textbutton_bg .link:hover, .single .content-container .copy_half.textbutton_bg .link:hover, .category .content-container .copy_half.textbutton_bg .link:hover {
          background-color: rgba(0, 0, 0, 0.2); }
      .page-template-default .content-container .copy_half.textbutton_bg a:hover .link, .page-template-brand .content-container .copy_half.textbutton_bg a:hover .link, .page-template-cart .content-container .copy_half.textbutton_bg a:hover .link, .error404 .content-container .copy_half.textbutton_bg a:hover .link, .single .content-container .copy_half.textbutton_bg a:hover .link, .category .content-container .copy_half.textbutton_bg a:hover .link {
        opacity: 1; }
      .page-template-default .content-container .copy_half.textbutton_bg .icon, .page-template-brand .content-container .copy_half.textbutton_bg .icon, .page-template-cart .content-container .copy_half.textbutton_bg .icon, .error404 .content-container .copy_half.textbutton_bg .icon, .single .content-container .copy_half.textbutton_bg .icon, .category .content-container .copy_half.textbutton_bg .icon {
        margin: 1rem 2rem;
        display: inline-block;
        font-size: 4rem;
        color: inherit; }
      .page-template-default .content-container .copy_half.textbutton_bg:first-child, .page-template-default .content-container .copy_half.textbutton_bg:last-child, .page-template-brand .content-container .copy_half.textbutton_bg:first-child, .page-template-brand .content-container .copy_half.textbutton_bg:last-child, .page-template-cart .content-container .copy_half.textbutton_bg:first-child, .page-template-cart .content-container .copy_half.textbutton_bg:last-child, .error404 .content-container .copy_half.textbutton_bg:first-child, .error404 .content-container .copy_half.textbutton_bg:last-child, .single .content-container .copy_half.textbutton_bg:first-child, .single .content-container .copy_half.textbutton_bg:last-child, .category .content-container .copy_half.textbutton_bg:first-child, .category .content-container .copy_half.textbutton_bg:last-child {
        margin: 0; }
      .page-template-default .content-container .copy_half.textbutton_bg:first-child, .page-template-default .content-container .copy_half.textbutton_bg:nth-child(5), .page-template-brand .content-container .copy_half.textbutton_bg:first-child, .page-template-brand .content-container .copy_half.textbutton_bg:nth-child(5), .page-template-cart .content-container .copy_half.textbutton_bg:first-child, .page-template-cart .content-container .copy_half.textbutton_bg:nth-child(5), .error404 .content-container .copy_half.textbutton_bg:first-child, .error404 .content-container .copy_half.textbutton_bg:nth-child(5), .single .content-container .copy_half.textbutton_bg:first-child, .single .content-container .copy_half.textbutton_bg:nth-child(5), .category .content-container .copy_half.textbutton_bg:first-child, .category .content-container .copy_half.textbutton_bg:nth-child(5) {
        background-color: #EEE;
        color: #000000;
        border-color: #000000; }
      .page-template-default .content-container .copy_half.textbutton_bg:nth-child(2), .page-template-default .content-container .copy_half.textbutton_bg:nth-child(6), .page-template-brand .content-container .copy_half.textbutton_bg:nth-child(2), .page-template-brand .content-container .copy_half.textbutton_bg:nth-child(6), .page-template-cart .content-container .copy_half.textbutton_bg:nth-child(2), .page-template-cart .content-container .copy_half.textbutton_bg:nth-child(6), .error404 .content-container .copy_half.textbutton_bg:nth-child(2), .error404 .content-container .copy_half.textbutton_bg:nth-child(6), .single .content-container .copy_half.textbutton_bg:nth-child(2), .single .content-container .copy_half.textbutton_bg:nth-child(6), .category .content-container .copy_half.textbutton_bg:nth-child(2), .category .content-container .copy_half.textbutton_bg:nth-child(6) {
        background-color: #FFFFFF;
        color: #000000;
        border-color: #000000; }
      .page-template-default .content-container .copy_half.textbutton_bg:nth-child(3), .page-template-default .content-container .copy_half.textbutton_bg:nth-child(7), .page-template-brand .content-container .copy_half.textbutton_bg:nth-child(3), .page-template-brand .content-container .copy_half.textbutton_bg:nth-child(7), .page-template-cart .content-container .copy_half.textbutton_bg:nth-child(3), .page-template-cart .content-container .copy_half.textbutton_bg:nth-child(7), .error404 .content-container .copy_half.textbutton_bg:nth-child(3), .error404 .content-container .copy_half.textbutton_bg:nth-child(7), .single .content-container .copy_half.textbutton_bg:nth-child(3), .single .content-container .copy_half.textbutton_bg:nth-child(7), .category .content-container .copy_half.textbutton_bg:nth-child(3), .category .content-container .copy_half.textbutton_bg:nth-child(7) {
        background-color: #DC0000;
        color: #FFFFFF;
        border-color: #FFFFFF; }
      .page-template-default .content-container .copy_half.textbutton_bg:nth-child(4), .page-template-default .content-container .copy_half.textbutton_bg:nth-child(8), .page-template-brand .content-container .copy_half.textbutton_bg:nth-child(4), .page-template-brand .content-container .copy_half.textbutton_bg:nth-child(8), .page-template-cart .content-container .copy_half.textbutton_bg:nth-child(4), .page-template-cart .content-container .copy_half.textbutton_bg:nth-child(8), .error404 .content-container .copy_half.textbutton_bg:nth-child(4), .error404 .content-container .copy_half.textbutton_bg:nth-child(8), .single .content-container .copy_half.textbutton_bg:nth-child(4), .single .content-container .copy_half.textbutton_bg:nth-child(8), .category .content-container .copy_half.textbutton_bg:nth-child(4), .category .content-container .copy_half.textbutton_bg:nth-child(8) {
        background-color: #555;
        color: #FFFFFF;
        border-color: #FFFFFF; }
    .page-template-default .content-container .copy_image, .page-template-brand .content-container .copy_image, .page-template-cart .content-container .copy_image, .error404 .content-container .copy_image, .single .content-container .copy_image, .category .content-container .copy_image {
      width: 50%; }
      .page-template-default .content-container .copy_image img, .page-template-brand .content-container .copy_image img, .page-template-cart .content-container .copy_image img, .error404 .content-container .copy_image img, .single .content-container .copy_image img, .category .content-container .copy_image img {
        max-width: 100%;
        height: auto; }

.page-template-default .copy, .page-template-brand .copy, .page-template-cart .copy, .error404 .copy, .single .copy, .category .copy {
  padding-top: 3rem; }

.page-template-brand.noheader .content-inner > div:first-of-type {
  margin-top: 0;
  padding-top: 4rem; }

.page-template-cart .content-inner .header, .woocommerce-checkout .content-inner .header {
  background-color: #DC0000;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (max-width: 1024px) {
    .page-template-cart .content-inner .header, .woocommerce-checkout .content-inner .header {
      margin-top: -1.5rem; } }

.faq .sections {
  display: flex; }
  @media (max-width: 1024px) {
    .faq .sections {
      flex-direction: column; } }
  .faq .sections .content-group.mobile {
    display: none; }
    @media (max-width: 1024px) {
      .faq .sections .content-group.mobile {
        display: block;
        border-left: 1px solid #EEE;
        border-right: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
        padding: 1rem; } }
  .faq .sections .title {
    flex: 1 0;
    flex-basis: 0;
    border: 1px solid #EEE;
    border-left: 0;
    color: #DC0000; }
    .faq .sections .title.active {
      border-bottom: 0; }
      .faq .sections .title.active a {
        background-color: #FFFFFF;
        color: #000000; }
        @media (max-width: 1024px) {
          .faq .sections .title.active a {
            background-color: #EEE; } }
      @media (max-width: 1024px) {
        .faq .sections .title.active {
          border-bottom: 1px solid #EEE; } }
    .faq .sections .title:first-child {
      border-left: 1px solid #EEE; }
    .faq .sections .title .icon {
      font-size: 3rem;
      color: inherit; }
    .faq .sections .title h4 {
      margin-top: 0.25rem;
      margin-bottom: 0;
      color: inherit;
      font-weight: 100;
      min-height: 3rem; }
    @media (max-width: 1024px) {
      .faq .sections .title {
        text-align: left; }
        .faq .sections .title .icon, .faq .sections .title h4 {
          font-size: 1.25rem;
          display: inline; }
        .faq .sections .title .icon {
          margin-left: 1rem;
          margin-right: 0.5rem;
          position: absolute;
          left: 2rem; } }
    .faq .sections .title a {
      text-align: center;
      display: block;
      background-color: #EEE;
      padding: 1rem 0;
      min-height: 100%;
      box-sizing: border-box; }
      @media (max-width: 1024px) {
        .faq .sections .title a {
          text-align: left;
          padding: 1rem 0 1rem 3rem; } }
    .faq .sections .title a:hover {
      text-decoration: none;
      background-color: #FFFFFF;
      color: #DC0000; }
      @media (max-width: 1024px) {
        .faq .sections .title a:hover {
          background-color: #EEE;
          color: #000000; } }

.faq .content {
  display: block; }
  @media (max-width: 1024px) {
    .faq .content {
      display: none; } }

.faq .question {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #EEE;
  margin-bottom: 1rem; }
  .faq .question:last-child {
    border-bottom: 0; }
  .faq .question h5 {
    font-size: 1rem;
    color: #DC0000;
    margin-bottom: 0.5rem; }
  .faq .question .answer, .faq .question .answer p {
    font-size: 0.9375rem;
    color: #555; }

.faq .content {
  background-color: #FFFFFF;
  border: 1px solid #EEE;
  border-top: 0; }
  .faq .content .content-group {
    display: none; }
    .faq .content .content-group.active {
      display: block; }

.newsletter {
  background-color: #DC0000;
  background: url(../image/header_red.jpg);
  background-size: cover;
  background-position: center center;
  clear: both; }
  .newsletter .mc4wp-form-fields {
    display: flex; }
    @media (max-width: 540px) {
      .newsletter .mc4wp-form-fields {
        flex-wrap: wrap; } }
  .newsletter-inner {
    padding: 1rem 2rem; }
    @media (max-width: 1024px) {
      .newsletter-inner {
        padding: 1rem 1rem; } }
    .newsletter-inner p {
      color: #FFFFFF; }
  .newsletter .header {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.25em;
    line-height: 1.5em;
    font-family: "Open Sans", sans-serif; }
    .newsletter .header em {
      display: block;
      font-style: normal;
      font-size: 0.75em; }
    @media (max-width: 1024px) {
      .newsletter .header {
        font-size: 1.25rem;
        line-height: 1.75em; } }
    @media (max-width: 540px) {
      .newsletter .header {
        display: block;
        width: 100%; } }
  .newsletter .form {
    float: right;
    line-height: 3rem;
    display: inline-block;
    flex: 1 0 40%;
    white-space: nowrap;
    text-align: right; }
    @media (max-width: 1024px) {
      .newsletter .form {
        float: none;
        width: 100%; } }
  .newsletter input {
    display: inline-block;
    font-size: 1em;
    color: #FFFFFF;
    padding: 1em;
    border: 0;
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #FFFFFF; }
    @media (max-width: 1024px) {
      .newsletter input {
        width: 9rem; } }
    @media (max-width: 540px) {
      .newsletter input {
        display: block;
        width: 100%;
        box-sizing: border-box; } }
    .newsletter input[type=submit] {
      background-color: transparent;
      text-transform: uppercase;
      font-weight: bold; }

.banners {
  background-color: white;
  padding: 2rem; }
  @media (max-width: 1024px) {
    .banners {
      padding: 1rem; } }
  .banners-inner {
    padding: 0 1rem;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .banners-inner {
        padding: 0; } }
    .banners-inner .items {
      width: 100%;
      display: flex; }
      @media (max-width: 1024px) {
        .banners-inner .items {
          width: 100%;
          margin: 0;
          display: block;
          padding: 1rem 0;
          box-sizing: border-box; } }
    .banners-inner .banner-item {
      background-color: #000;
      flex: 1;
      display: block;
      width: 50%;
      height: 20rem;
      margin: 1rem;
      box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
      overflow: hidden; }
      @media (max-width: 1024px) {
        .banners-inner .banner-item {
          width: 100%;
          margin: 0 0 1rem 0; } }
      .banners-inner .banner-item-inner {
        text-align: center; }
      .banners-inner .banner-item-img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center; }
        .banners-inner .banner-item-img:hover {
          transform: scale(1.1, 1.1); }
          .banners-inner .banner-item-img:hover h3 {
            transform: scale(1.3, 1.3) translateY(-15px); }
            @media (max-width: 1024px) {
              .banners-inner .banner-item-img:hover h3 {
                transform: scale(1.05, 1.05) translateY(-15px); } }
      .banners-inner .banner-item .button, .banners-inner .banner-item .product-template-default.woocommerce-page .product form.cart .button, .product-template-default.woocommerce-page .product form.cart .banners-inner .banner-item .button {
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0.5);
        border: 2px solid white;
        margin-top: 1rem;
        display: inline-block;
        font-weight: 500;
        text-transform: uppercase; }
        .banners-inner .banner-item .button:after, .banners-inner .banner-item .product-template-default.woocommerce-page .product form.cart .button:after, .product-template-default.woocommerce-page .product form.cart .banners-inner .banner-item .button:after {
          content: unset; }
      .banners-inner .banner-item h3 {
        transform: scale(1.0, 1.00001);
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
        position: relative;
        color: white;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding-top: 8.75rem;
        font-size: 2rem;
        text-shadow: 0 0 35px rgba(0, 0, 0, 0.8); }
        @media (max-width: 1024px) {
          .banners-inner .banner-item h3 {
            font-size: 1.75rem; } }

.mainfooter {
  background-color: #000000;
  color: #FFFFFF; }
  .mainfooter .row {
    padding: 3.5rem 0rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row; }
    @media (max-width: 1024px) {
      .mainfooter .row {
        margin: 0 0; } }
    @media (max-width: 1024px) {
      .mainfooter .row {
        padding: 2rem 0;
        flex-direction: column; } }
    .mainfooter .row .col {
      box-sizing: border-box;
      width: 25%;
      padding-right: 2rem;
      flex: 1;
      color: #FFFFFF; }
      .mainfooter .row .col:first-child {
        flex: 2;
        width: 50%; }
      .mainfooter .row .col:last-child {
        padding-right: 0; }
      .mainfooter .row .col h2, .mainfooter .row .col h3, .mainfooter .row .col h4, .mainfooter .row .col h5, .mainfooter .row .col h6, .mainfooter .row .col p, .mainfooter .row .col span, .mainfooter .row .col a {
        font-size: 0.9375rem;
        font-weight: 500;
        color: inherit; }
      .mainfooter .row .col .menu li a {
        /*
				&:before {
					@extend .arrow_triangle-right;
					margin-right: 0.5rem;
				}*/ }
        .mainfooter .row .col .menu li a:hover {
          text-decoration: none;
          color: #DC0000; }
      .mainfooter .row .col div + h5 {
        margin-top: 2rem; }
      .mainfooter .row .col .header {
        text-transform: none;
        font-weight: bold;
        font-size: 1.5625rem;
        padding-bottom: 0rem;
        margin-bottom: 0.5rem; }
      @media (max-width: 1024px) {
        .mainfooter .row .col {
          width: 100% !important;
          margin-bottom: 1rem; } }
  .mainfooter ul, .mainfooter li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mainfooter .row .col ul.socials, .mainfooter .row .col ul.socials li {
    display: inline-block; }
  .mainfooter .row .col ul.socials li {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem; }
    .mainfooter .row .col ul.socials li a {
      font-size: 1.25rem;
      background-color: #DC0000;
      width: 2rem;
      height: 2rem;
      line-height: 2rem;
      text-align: center;
      color: white;
      border-radius: 2rem;
      transition: all 375ms ease-in;
      display: block; }
    .mainfooter .row .col ul.socials li:hover a {
      background-color: #A6000A;
      text-decoration: none;
      transform: scale(1.25, 1.25) rotateZ(180deg) rotateY(180deg) rotateX(-180deg);
      transition: all 375ms ease-out; }

.footerbar {
  background-color: #202020;
  color: #FFFFFF;
  text-align: center; }
  @media (max-width: 1024px) {
    .footerbar {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .footerbar ul, .footerbar li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
  .footerbar-inner > ul:first-of-type li:after {
    content: " | "; }
    @media (max-width: 1024px) {
      .footerbar-inner > ul:first-of-type li:after {
        content: unset; } }
  .footerbar li:after {
    margin: 0 1rem;
    content: " - "; }
  .footerbar li:last-child:after {
    content: ""; }
  .footerbar a, .footerbar span {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 4em;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .footerbar a, .footerbar span {
        line-height: 1.25em; } }

button.button, .product-template-default.woocommerce-page .product form.cart button.button, .woocommerce button.button, .woocommerce .product-template-default.woocommerce-page .product form.cart button.button, .product-template-default.woocommerce-page .product form.cart .woocommerce button.button, .woocommerce button.button.alt, .woocommerce .product-template-default.woocommerce-page .product form.cart button.alt.button, .product-template-default.woocommerce-page .product form.cart .woocommerce button.alt.button,
.button,
.product-template-default.woocommerce-page .product form.cart .button, .woocommerce .button, .woocommerce .product-template-default.woocommerce-page .product form.cart .button, .product-template-default.woocommerce-page .product form.cart .woocommerce .button, .woocommerce .button.alt, .woocommerce .product-template-default.woocommerce-page .product form.cart .alt.button, .product-template-default.woocommerce-page .product form.cart .woocommerce .alt.button,
a.button,
.product-template-default.woocommerce-page .product form.cart a.button, .woocommerce a.button, .woocommerce .product-template-default.woocommerce-page .product form.cart a.button, .product-template-default.woocommerce-page .product form.cart .woocommerce a.button, .woocommerce a.button.alt, .woocommerce .product-template-default.woocommerce-page .product form.cart a.alt.button, .product-template-default.woocommerce-page .product form.cart .woocommerce a.alt.button {
  background-color: #DC0000;
  color: #FFFFFF;
  font-size: 0.9375em;
  font-weight: 500;
  text-transform: none;
  padding: 1.25em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 0;
  -webkit-appearance: none; }
  @media (max-width: 1024px) {
    button.button, .product-template-default.woocommerce-page .product form.cart button.button, .woocommerce button.button, .woocommerce .product-template-default.woocommerce-page .product form.cart button.button, .product-template-default.woocommerce-page .product form.cart .woocommerce button.button, .woocommerce button.button.alt, .woocommerce .product-template-default.woocommerce-page .product form.cart button.alt.button, .product-template-default.woocommerce-page .product form.cart .woocommerce button.alt.button,
    .button,
    .product-template-default.woocommerce-page .product form.cart .button, .woocommerce .button, .woocommerce .product-template-default.woocommerce-page .product form.cart .button, .product-template-default.woocommerce-page .product form.cart .woocommerce .button, .woocommerce .button.alt, .woocommerce .product-template-default.woocommerce-page .product form.cart .alt.button, .product-template-default.woocommerce-page .product form.cart .woocommerce .alt.button,
    a.button,
    .product-template-default.woocommerce-page .product form.cart a.button, .woocommerce a.button, .woocommerce .product-template-default.woocommerce-page .product form.cart a.button, .product-template-default.woocommerce-page .product form.cart .woocommerce a.button, .woocommerce a.button.alt, .woocommerce .product-template-default.woocommerce-page .product form.cart a.alt.button, .product-template-default.woocommerce-page .product form.cart .woocommerce a.alt.button {
      padding: 1rem 1.25rem; } }
  button.button:hover, .product-template-default.woocommerce-page .product form.cart button.button:hover, .woocommerce button.button:hover, .woocommerce .product-template-default.woocommerce-page .product form.cart button.button:hover, .product-template-default.woocommerce-page .product form.cart .woocommerce button.button:hover, .woocommerce button.button.alt:hover, .woocommerce .product-template-default.woocommerce-page .product form.cart button.alt.button:hover, .product-template-default.woocommerce-page .product form.cart .woocommerce button.alt.button:hover,
  .button:hover,
  .product-template-default.woocommerce-page .product form.cart .button:hover, .woocommerce .button:hover, .woocommerce .product-template-default.woocommerce-page .product form.cart .button:hover, .product-template-default.woocommerce-page .product form.cart .woocommerce .button:hover, .woocommerce .button.alt:hover, .woocommerce .product-template-default.woocommerce-page .product form.cart .alt.button:hover, .product-template-default.woocommerce-page .product form.cart .woocommerce .alt.button:hover,
  a.button:hover,
  .product-template-default.woocommerce-page .product form.cart a.button:hover, .woocommerce a.button:hover, .woocommerce .product-template-default.woocommerce-page .product form.cart a.button:hover, .product-template-default.woocommerce-page .product form.cart .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce .product-template-default.woocommerce-page .product form.cart a.alt.button:hover, .product-template-default.woocommerce-page .product form.cart .woocommerce a.alt.button:hover {
    background-color: #A6000A;
    color: white;
    text-decoration: none; }
  button.button:after, .product-template-default.woocommerce-page .product form.cart button.button:after, .woocommerce button.button:after, .woocommerce .product-template-default.woocommerce-page .product form.cart button.button:after, .product-template-default.woocommerce-page .product form.cart .woocommerce button.button:after, .woocommerce button.button.alt:after, .woocommerce .product-template-default.woocommerce-page .product form.cart button.alt.button:after, .product-template-default.woocommerce-page .product form.cart .woocommerce button.alt.button:after,
  .button:after,
  .product-template-default.woocommerce-page .product form.cart .button:after, .woocommerce .button:after, .woocommerce .product-template-default.woocommerce-page .product form.cart .button:after, .product-template-default.woocommerce-page .product form.cart .woocommerce .button:after, .woocommerce .button.alt:after, .woocommerce .product-template-default.woocommerce-page .product form.cart .alt.button:after, .product-template-default.woocommerce-page .product form.cart .woocommerce .alt.button:after,
  a.button:after,
  .product-template-default.woocommerce-page .product form.cart a.button:after, .woocommerce a.button:after, .woocommerce .product-template-default.woocommerce-page .product form.cart a.button:after, .product-template-default.woocommerce-page .product form.cart .woocommerce a.button:after, .woocommerce a.button.alt:after, .woocommerce .product-template-default.woocommerce-page .product form.cart a.alt.button:after, .product-template-default.woocommerce-page .product form.cart .woocommerce a.alt.button:after {
    margin-left: 1em;
    content: ">"; }

.woocommerce .cart button.button, .woocommerce .product-template-default.woocommerce-page .product form.cart button.button, .product-template-default.woocommerce-page .product .woocommerce form.cart button.button {
  padding: .618em 1em; }
  .woocommerce .cart button.button:disabled, .woocommerce .product-template-default.woocommerce-page .product form.cart button.button:disabled, .product-template-default.woocommerce-page .product .woocommerce form.cart button.button:disabled {
    color: white; }

.woocommerce a.button.wc-forward, .woocommerce .product-template-default.woocommerce-page .product form.cart a.wc-forward.button, .product-template-default.woocommerce-page .product form.cart .woocommerce a.wc-forward.button, .woocommerce button.button.alt, .woocommerce .product-template-default.woocommerce-page .product form.cart button.alt.button, .product-template-default.woocommerce-page .product form.cart .woocommerce button.alt.button {
  color: #FFFFFF;
  background-color: #32e386; }
  .woocommerce a.button.wc-forward:hover, .woocommerce .product-template-default.woocommerce-page .product form.cart a.wc-forward.button:hover, .product-template-default.woocommerce-page .product form.cart .woocommerce a.wc-forward.button:hover, .woocommerce button.button.alt:hover, .woocommerce .product-template-default.woocommerce-page .product form.cart button.alt.button:hover, .product-template-default.woocommerce-page .product form.cart .woocommerce button.alt.button:hover {
    background-color: #32e386; }

.image-button {
  background-color: #000;
  flex: 1;
  display: block;
  width: 100%;
  height: 9rem;
  margin: 1rem;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .image-button-inner {
    width: 100%;
    height: 9rem;
    text-align: center; }
  .image-button-img {
    width: auto;
    height: 9rem;
    background-size: cover;
    background-position: center center; }
  .image-button .button, .image-button .product-template-default.woocommerce-page .product form.cart .button, .product-template-default.woocommerce-page .product form.cart .image-button .button {
    width: auto;
    margin-top: 1rem;
    display: inline-block; }
  .image-button a {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1.0, 1.00001);
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: white;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding-top: 3rem;
    font-size: 2.5rem;
    text-shadow: 0 0 12px black; }
  .image-button:hover a {
    text-decoration: none;
    text-shadow: 0 0 6px black; }

/* info notification thingy */
.woocommerce table th {
  font-weight: 500 !important; }

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 2rem; }

.woocommerce-EditAccountForm fieldset {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.woocommerce-info {
  border-top: 0; }
  .woocommerce-info:before {
    content: "\e016";
    color: #555;
    top: 1.15em; }

.woo .page-title {
  color: #000000;
  font-size: 4rem;
  margin: 0.25rem 0;
  font-family: "Open Sans", sans-serif; }

.woo .woocommerce-result-count {
  font-size: 1rem;
  text-transform: uppercase; }

.up-sells .extra,
.related .extra {
  display: none !important; }

.woocommerce .woocommerce-result-count {
  font-size: 0.875rem;
  font-weight: normal; }

.page .woocommerce ul.order_details, .archive .woocommerce ul.order_details, .archive ul.order_details {
  margin-left: 0;
  padding: 1em 0; }
  .page .woocommerce ul.order_details li, .archive .woocommerce ul.order_details li, .archive ul.order_details li {
    padding-top: 1em;
    padding-bottom: 1em; }

.page .woocommerce .woocommerce-customer-details address, .archive .woocommerce .woocommerce-customer-details address, .archive .woocommerce-customer-details address {
  box-sizing: border-box; }

.page .woocommerce .woocommerce-checkout .col2-set, .archive .woocommerce .woocommerce-checkout .col2-set, .archive .woocommerce-checkout .col2-set {
  float: left;
  width: 49%; }
  .page .woocommerce .woocommerce-checkout .col2-setright, .archive .woocommerce .woocommerce-checkout .col2-setright, .archive .woocommerce-checkout .col2-setright {
    margin-left: 2%; }
    .page .woocommerce .woocommerce-checkout .col2-setright #col_review, .archive .woocommerce .woocommerce-checkout .col2-setright #col_review, .archive .woocommerce-checkout .col2-setright #col_review {
      display: flex;
      flex-direction: column; }
    .page .woocommerce .woocommerce-checkout .col2-setright #order_review_heading, .archive .woocommerce .woocommerce-checkout .col2-setright #order_review_heading, .archive .woocommerce-checkout .col2-setright #order_review_heading {
      order: 1;
      flex: 1 auto; }
    .page .woocommerce .woocommerce-checkout .col2-setright table.shop_table, .archive .woocommerce .woocommerce-checkout .col2-setright table.shop_table, .archive .woocommerce-checkout .col2-setright table.shop_table {
      order: 2;
      flex: 1 auto; }
    .page .woocommerce .woocommerce-checkout .col2-setright #additional, .archive .woocommerce .woocommerce-checkout .col2-setright #additional, .archive .woocommerce-checkout .col2-setright #additional {
      order: 3;
      flex: 1 auto; }
    .page .woocommerce .woocommerce-checkout .col2-setright #payment, .archive .woocommerce .woocommerce-checkout .col2-setright #payment, .archive .woocommerce-checkout .col2-setright #payment {
      order: 4;
      flex: 1 auto; }
  .page .woocommerce .woocommerce-checkout .col2-set .col-1, .page .woocommerce .woocommerce-checkout .col2-set .col-2, .archive .woocommerce .woocommerce-checkout .col2-set .col-1, .archive .woocommerce .woocommerce-checkout .col2-set .col-2, .archive .woocommerce-checkout .col2-set .col-1, .archive .woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%; }
  @media (max-width: 1024px) {
    .page .woocommerce .woocommerce-checkout .col2-set, .archive .woocommerce .woocommerce-checkout .col2-set, .archive .woocommerce-checkout .col2-set {
      width: 100%; } }

.page .woocommerce .woocommerce-checkout #order_review_heading, .archive .woocommerce .woocommerce-checkout #order_review_heading, .archive .woocommerce-checkout #order_review_heading {
  float: left;
  width: 49%;
  margin-left: 1%; }
  @media (max-width: 1024px) {
    .page .woocommerce .woocommerce-checkout #order_review_heading, .archive .woocommerce .woocommerce-checkout #order_review_heading, .archive .woocommerce-checkout #order_review_heading {
      width: 100%;
      margin-left: 0; } }

.page .woocommerce .woocommerce-checkout #order_review, .archive .woocommerce .woocommerce-checkout #order_review, .archive .woocommerce-checkout #order_review {
  float: left;
  width: 49%;
  padding-top: 2.1rem;
  margin-left: 1%; }
  @media (max-width: 1024px) {
    .page .woocommerce .woocommerce-checkout #order_review, .archive .woocommerce .woocommerce-checkout #order_review, .archive .woocommerce-checkout #order_review {
      width: 100%;
      padding-top: 1rem;
      margin-left: 0; } }

.page .woocommerce form .form-row input,
.page .woocommerce form .form-row select,
.page .woocommerce form .form-row textarea, .archive .woocommerce form .form-row input,
.archive .woocommerce form .form-row select,
.archive .woocommerce form .form-row textarea, .archive form .form-row input,
.archive form .form-row select,
.archive form .form-row textarea {
  border-radius: 0;
  padding: 0.75rem;
  background-color: #EEE;
  color: #000000;
  border: 0;
  font-size: 0.875rem; }
  .page .woocommerce form .form-row input#order_comments,
  .page .woocommerce form .form-row select#order_comments,
  .page .woocommerce form .form-row textarea#order_comments, .archive .woocommerce form .form-row input#order_comments,
  .archive .woocommerce form .form-row select#order_comments,
  .archive .woocommerce form .form-row textarea#order_comments, .archive form .form-row input#order_comments,
  .archive form .form-row select#order_comments,
  .archive form .form-row textarea#order_comments {
    height: 6rem; }

.page .woocommerce form .form-row select, .archive .woocommerce form .form-row select, .archive form .form-row select {
  height: 2.5rem;
  line-height: 1rem;
  -webkit-appearance: none; }

.page .woocommerce .select2-container--default .select2-selection--single, .archive .woocommerce .select2-container--default .select2-selection--single, .archive .select2-container--default .select2-selection--single {
  border: 0; }
  .page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, .archive .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, .archive .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #EEE;
    color: #000000;
    border: 0;
    font-size: 0.875rem; }

.page .woocommerce .quantity .qty, .archive .woocommerce .quantity .qty, .archive .quantity .qty {
  padding: 0.5rem; }

.page .woocommerce .old_container, .archive .woocommerce .old_container, .archive .old_container {
  max-width: 940pt;
  padding: 0 10pt;
  display: flex;
  flex-direction: row-reverse; }
  .page .woocommerce .old_container #primary, .archive .woocommerce .old_container #primary, .archive .old_container #primary {
    padding-top: 4rem;
    padding-bottom: 2rem;
    flex: 3; }
  .page .woocommerce .old_container #sidebar, .archive .woocommerce .old_container #sidebar, .archive .old_container #sidebar {
    padding-top: 4rem;
    padding-left: 2rem;
    margin-right: 2rem;
    flex: 1; }
    .page .woocommerce .old_container #sidebar > ul, .archive .woocommerce .old_container #sidebar > ul, .archive .old_container #sidebar > ul {
      background-color: #F3F3F3;
      margin: 0;
      padding: 0; }
    .page .woocommerce .old_container #sidebar aside .textwidget, .page .woocommerce .old_container #sidebar aside .product-categories, .page .woocommerce .old_container #sidebar aside .menu, .archive .woocommerce .old_container #sidebar aside .textwidget, .archive .woocommerce .old_container #sidebar aside .product-categories, .archive .woocommerce .old_container #sidebar aside .menu, .archive .old_container #sidebar aside .textwidget, .archive .old_container #sidebar aside .product-categories, .archive .old_container #sidebar aside .menu {
      padding: 1rem 2rem 2rem; }
    .page .woocommerce .old_container #sidebar aside:last-child, .archive .woocommerce .old_container #sidebar aside:last-child, .archive .old_container #sidebar aside:last-child {
      border-bottom: 0; }
    .page .woocommerce .old_container #sidebar aside .widget-title, .archive .woocommerce .old_container #sidebar aside .widget-title, .archive .old_container #sidebar aside .widget-title {
      background-color: #FFFFFF;
      color: #000000;
      padding: 1.5rem 2rem 1rem 1rem;
      text-transform: none;
      font-weight: bold; }
      .page .woocommerce .old_container #sidebar aside .widget-title:before, .archive .woocommerce .old_container #sidebar aside .widget-title:before, .archive .old_container #sidebar aside .widget-title:before {
        padding-right: 0.5rem; }
    .page .woocommerce .old_container #sidebar aside .product-categories ul, .page .woocommerce .old_container #sidebar aside .product-categories li, .page .woocommerce .old_container #sidebar aside .menu ul, .page .woocommerce .old_container #sidebar aside .menu li, .archive .woocommerce .old_container #sidebar aside .product-categories ul, .archive .woocommerce .old_container #sidebar aside .product-categories li, .archive .woocommerce .old_container #sidebar aside .menu ul, .archive .woocommerce .old_container #sidebar aside .menu li, .archive .old_container #sidebar aside .product-categories ul, .archive .old_container #sidebar aside .product-categories li, .archive .old_container #sidebar aside .menu ul, .archive .old_container #sidebar aside .menu li {
      margin: 0;
      padding: 0; }
    .page .woocommerce .old_container #sidebar aside .product-categories li, .page .woocommerce .old_container #sidebar aside .menu li, .archive .woocommerce .old_container #sidebar aside .product-categories li, .archive .woocommerce .old_container #sidebar aside .menu li, .archive .old_container #sidebar aside .product-categories li, .archive .old_container #sidebar aside .menu li {
      list-style: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 1rem 0;
      font-weight: 500; }
      .page .woocommerce .old_container #sidebar aside .product-categories li.current-cat, .page .woocommerce .old_container #sidebar aside .product-categories li.current-menu-item, .page .woocommerce .old_container #sidebar aside .menu li.current-cat, .page .woocommerce .old_container #sidebar aside .menu li.current-menu-item, .archive .woocommerce .old_container #sidebar aside .product-categories li.current-cat, .archive .woocommerce .old_container #sidebar aside .product-categories li.current-menu-item, .archive .woocommerce .old_container #sidebar aside .menu li.current-cat, .archive .woocommerce .old_container #sidebar aside .menu li.current-menu-item, .archive .old_container #sidebar aside .product-categories li.current-cat, .archive .old_container #sidebar aside .product-categories li.current-menu-item, .archive .old_container #sidebar aside .menu li.current-cat, .archive .old_container #sidebar aside .menu li.current-menu-item {
        color: #DC0000;
        pointer-events: none;
        font-weight: 500; }
        .page .woocommerce .old_container #sidebar aside .product-categories li.current-cat:before, .page .woocommerce .old_container #sidebar aside .product-categories li.current-menu-item:before, .page .woocommerce .old_container #sidebar aside .menu li.current-cat:before, .page .woocommerce .old_container #sidebar aside .menu li.current-menu-item:before, .archive .woocommerce .old_container #sidebar aside .product-categories li.current-cat:before, .archive .woocommerce .old_container #sidebar aside .product-categories li.current-menu-item:before, .archive .woocommerce .old_container #sidebar aside .menu li.current-cat:before, .archive .woocommerce .old_container #sidebar aside .menu li.current-menu-item:before, .archive .old_container #sidebar aside .product-categories li.current-cat:before, .archive .old_container #sidebar aside .product-categories li.current-menu-item:before, .archive .old_container #sidebar aside .menu li.current-cat:before, .archive .old_container #sidebar aside .menu li.current-menu-item:before {
          content: "> "; }
        .page .woocommerce .old_container #sidebar aside .product-categories li.current-cat a, .page .woocommerce .old_container #sidebar aside .product-categories li.current-menu-item a, .page .woocommerce .old_container #sidebar aside .menu li.current-cat a, .page .woocommerce .old_container #sidebar aside .menu li.current-menu-item a, .archive .woocommerce .old_container #sidebar aside .product-categories li.current-cat a, .archive .woocommerce .old_container #sidebar aside .product-categories li.current-menu-item a, .archive .woocommerce .old_container #sidebar aside .menu li.current-cat a, .archive .woocommerce .old_container #sidebar aside .menu li.current-menu-item a, .archive .old_container #sidebar aside .product-categories li.current-cat a, .archive .old_container #sidebar aside .product-categories li.current-menu-item a, .archive .old_container #sidebar aside .menu li.current-cat a, .archive .old_container #sidebar aside .menu li.current-menu-item a {
          color: #DC0000; }
  @media (max-width: 1024px) {
    .page .woocommerce .old_container, .archive .woocommerce .old_container, .archive .old_container {
      flex-direction: column-reverse; }
      .page .woocommerce .old_container #primary, .archive .woocommerce .old_container #primary, .archive .old_container #primary {
        padding-top: 0; }
      .page .woocommerce .old_container #sidebar, .archive .woocommerce .old_container #sidebar, .archive .old_container #sidebar {
        margin-right: 0;
        padding-top: 0;
        padding-left: 0rem;
        padding-right: 0rem; }
        .page .woocommerce .old_container #sidebar aside, .archive .woocommerce .old_container #sidebar aside, .archive .old_container #sidebar aside {
          padding: 0rem; }
          .page .woocommerce .old_container #sidebar aside .widget-title, .archive .woocommerce .old_container #sidebar aside .widget-title, .archive .old_container #sidebar aside .widget-title {
            padding: 1rem 1rem 0.5rem;
            margin-bottom: 0; }
          .page .woocommerce .old_container #sidebar aside .textwidget, .page .woocommerce .old_container #sidebar aside .product-categories, .page .woocommerce .old_container #sidebar aside .menu, .archive .woocommerce .old_container #sidebar aside .textwidget, .archive .woocommerce .old_container #sidebar aside .product-categories, .archive .woocommerce .old_container #sidebar aside .menu, .archive .old_container #sidebar aside .textwidget, .archive .old_container #sidebar aside .product-categories, .archive .old_container #sidebar aside .menu {
            padding: 1rem; }
          .page .woocommerce .old_container #sidebar aside .wpf_form, .archive .woocommerce .old_container #sidebar aside .wpf_form, .archive .old_container #sidebar aside .wpf_form {
            margin-bottom: 0.4rem; }
          .page .woocommerce .old_container #sidebar aside .wpf_item, .archive .woocommerce .old_container #sidebar aside .wpf_item, .archive .old_container #sidebar aside .wpf_item {
            padding: 0; }
            .page .woocommerce .old_container #sidebar aside .wpf_item .wpf_item_name, .archive .woocommerce .old_container #sidebar aside .wpf_item .wpf_item_name, .archive .old_container #sidebar aside .wpf_item .wpf_item_name {
              margin-bottom: 0rem;
              padding-bottom: 0.4rem; }
            .page .woocommerce .old_container #sidebar aside .wpf_item .wpf_items_group, .archive .woocommerce .old_container #sidebar aside .wpf_item .wpf_items_group, .archive .old_container #sidebar aside .wpf_item .wpf_items_group {
              margin-top: 1.5rem; }
          .page .woocommerce .old_container #sidebar aside .product-categories li, .page .woocommerce .old_container #sidebar aside .menu li, .archive .woocommerce .old_container #sidebar aside .product-categories li, .archive .woocommerce .old_container #sidebar aside .menu li, .archive .old_container #sidebar aside .product-categories li, .archive .old_container #sidebar aside .menu li {
            padding: 0.5rem 0; } }

.page .woocommerce .woocommerce-products-header__title, .archive .woocommerce .woocommerce-products-header__title, .archive .woocommerce-products-header__title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #000000; }

a.cart .icon_holder .more .inner {
  position: fixed;
  top: -4.55rem;
  left: 50%;
  border-radius: 0 0 0.5rem 0.5rem;
  transform: translateX(-50%);
  padding: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(55, 0, 0, 0.25);
  color: #000000; }
  a.cart .icon_holder .more .inner:before {
    content: "\e07a";
    color: #FFF;
    background-color: #44AA44;
    border-radius: 2rem;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    line-height: 1.25rem;
    margin-right: 0.5rem;
    font-size: 0.625rem;
    font-family: 'ElegantIcons'; }

.btw {
  display: block;
  font-size: 0.75rem;
  line-height: 1em;
  color: #777; }

.products .btw .extra {
  display: none; }

.woocommerce-cart .woocommerce-shipping-destination {
  display: none; }

.woocommerce-cart a.remove {
  font-size: 2em;
  width: 0.9275em;
  height: 0.9275em; }

.woocommerce-cart .woocommerce #content table.cart .product-name .variation, .woocommerce-cart .woocommerce #content table.cart .product-name .variation *,
.woocommerce-cart .woocommerce table.cart .product-name .variation,
.woocommerce-cart .woocommerce table.cart .product-name .variation *,
.woocommerce-cart .woocommerce-page #content table.cart .product-name .variation,
.woocommerce-cart .woocommerce-page #content table.cart .product-name .variation *,
.woocommerce-cart .woocommerce-page table.cart .product-name .variation,
.woocommerce-cart .woocommerce-page table.cart .product-name .variation * {
  font-size: 0.75rem;
  line-height: 1rem; }

.woocommerce-cart .woocommerce #content table.cart .product-thumbnail,
.woocommerce-cart .woocommerce table.cart .product-thumbnail,
.woocommerce-cart .woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-cart .woocommerce-page table.cart .product-thumbnail {
  display: block;
  text-align: center !important; }
  .woocommerce-cart .woocommerce #content table.cart .product-thumbnail img,
  .woocommerce-cart .woocommerce table.cart .product-thumbnail img,
  .woocommerce-cart .woocommerce-page #content table.cart .product-thumbnail img,
  .woocommerce-cart .woocommerce-page table.cart .product-thumbnail img {
    width: 128px; }
    @media (max-width: 768px) {
      .woocommerce-cart .woocommerce #content table.cart .product-thumbnail img,
      .woocommerce-cart .woocommerce table.cart .product-thumbnail img,
      .woocommerce-cart .woocommerce-page #content table.cart .product-thumbnail img,
      .woocommerce-cart .woocommerce-page table.cart .product-thumbnail img {
        width: auto; } }
  .woocommerce-cart .woocommerce #content table.cart .product-thumbnail:before,
  .woocommerce-cart .woocommerce table.cart .product-thumbnail:before,
  .woocommerce-cart .woocommerce-page #content table.cart .product-thumbnail:before,
  .woocommerce-cart .woocommerce-page table.cart .product-thumbnail:before {
    display: none; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 0.6rem;
  background-color: #EEE;
  color: #000000;
  border: 0;
  font-size: 0.875rem;
  width: 7rem; }

@media (max-width: 1024px) {
  .woocommerce-cart .wc-proceed-to-checkout {
    width: 100%;
    height: 5rem;
    background-color: white;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 1rem;
    z-index: 999999; } }

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive tr td,
  .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important; }
    .woocommerce-cart .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td:before {
      float: unset;
      display: block; }
    .woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-remove,
    .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td.product-remove {
      display: block;
      position: relative;
      top: -8.95rem;
      border-top: 0;
      box-sizing: border-box;
      height: 0;
      overflow: visible; }
      .woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-remove:before,
      .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td.product-remove:before {
        content: unset; }
      .woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-remove a,
      .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td.product-remove a {
        position: relative;
        top: 1.5rem;
        float: right; }
    .woocommerce-cart .woocommerce table.shop_table_responsive tr td.actions .coupon .input-text,
    .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td.actions .coupon .input-text {
      width: 100%;
      margin-bottom: 0.5em; }
    .woocommerce-cart .woocommerce table.shop_table_responsive tr td.actions .coupon .input-text + .button, .woocommerce-cart .woocommerce table.shop_table_responsive tr td.actions .coupon .product-template-default.woocommerce-page .product form.cart .input-text + .button,
    .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td.actions .coupon .input-text + .button,
    .woocommerce-cart .product-template-default.woocommerce-page table.shop_table_responsive tr td.actions .coupon .product form.cart .input-text + .button {
      float: none;
      width: 100%;
      background-color: #444; }
    .woocommerce-cart .woocommerce table.shop_table_responsive tr td.actions:before,
    .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td.actions:before {
      display: none; } }

.widget-title {
  margin-bottom: 1rem; }

.woocommerce .wpf_slider.ui-slider .ui-widget-header {
  background-color: #DC0000; }

.wpf_items_wrapper .wpf_item ul li {
  width: 100%; }

.wpf_item .wpf_item_name {
  font-weight: 500 !important; }

.wpf_item label {
  font-weight: 500 !important; }

.wpf_price_range label:hover, .wpf_price_range label.active, .wpf_price_range input:checked + label {
  color: #DC0000 !important; }

.woocommerce table.shop_attributes.nobottomborder {
  margin-bottom: 0 !important; }
  .woocommerce table.shop_attributes.nobottomborder th, .woocommerce table.shop_attributes.nobottomborder td {
    border-bottom: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #EEE;
  padding: 1rem;
  box-sizing: border-box; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul, .woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-size: 0.9375rem;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    line-height: 3.5rem;
    padding: 0;
    color: #555;
    border-bottom: 1px solid #FFFFFF; }
  .woocommerce-account .woocommerce-MyAccount-navigation li:last-child a {
    border-bottom: 0; }

.woocommerce-MyAccount-content .edit {
  color: #DC0000; }
  .woocommerce-MyAccount-content .edit:before {
    padding-right: 0.5rem; }

.woocommerce .select2-container .select2-selection--single {
  height: 44px; }

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 7px;
  padding-bottom: 7px; }

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px; }

.product-template-default #primary {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 1024px) {
    .product-template-default #primary {
      padding-top: 0; } }

@media (max-width: 1024px) {
  .product-template-default .woocommerce-message {
    padding-top: 3rem;
    border: 1px solid #AAA;
    border-left: 4px solid #32e386; }
    .product-template-default .woocommerce-message:before {
      font-size: 2rem;
      left: 0.5rem;
      top: 3.375rem;
      color: #32e386; }
  .product-template-default.woocommerce a.button.wc-forward, .product-template-default.woocommerce .product-template-default.woocommerce-page .product form.cart a.wc-forward.button, .product-template-default.woocommerce-page .product form.cart .product-template-default.woocommerce a.wc-forward.button {
    margin-bottom: 0.5rem; } }

.product-template-default.woocommerce-page {
  background-color: #FFFFFF; }
  .product-template-default.woocommerce-page h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 2.5em; }
    @media (max-width: 1024px) {
      .product-template-default.woocommerce-page h1 {
        font-size: 1.75rem;
        line-height: 1.15em;
        margin-bottom: 1rem; } }
  .product-template-default.woocommerce-page .product .description {
    clear: both;
    width: 100%;
    margin: 1em 0;
    padding: 1em;
    box-sizing: border-box;
    color: #000000;
    border: 1px solid #EEE; }
    .product-template-default.woocommerce-page .product .description .header {
      margin: 0 0 0.5em;
      padding: 0;
      font-size: 1.3em;
      color: #000000; }
  .product-template-default.woocommerce-page .product .woocommerce-tabs ul.tabs {
    margin-bottom: -2px; }
    .product-template-default.woocommerce-page .product .woocommerce-tabs ul.tabs:after, .product-template-default.woocommerce-page .product .woocommerce-tabs ul.tabs:before {
      border: 0; }
    .product-template-default.woocommerce-page .product .woocommerce-tabs ul.tabs li {
      border: 0;
      background-color: unset; }
      .product-template-default.woocommerce-page .product .woocommerce-tabs ul.tabs li a {
        font-weight: 500 !important; }
      .product-template-default.woocommerce-page .product .woocommerce-tabs ul.tabs li:after, .product-template-default.woocommerce-page .product .woocommerce-tabs ul.tabs li:before {
        content: unset; }
      .product-template-default.woocommerce-page .product .woocommerce-tabs ul.tabs li.active {
        border-bottom: 3px solid red; }
  .product-template-default.woocommerce-page .product .woocommerce-tabs .aiosrs-rating-wrap {
    margin: 1rem 0; }
  .product-template-default.woocommerce-page .product .woocommerce-tabs .panel {
    padding: 2rem;
    background-color: #F3F3F3; }
    .product-template-default.woocommerce-page .product .woocommerce-tabs .panel h2 {
      display: none; }
    .product-template-default.woocommerce-page .product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(even) th,
    .product-template-default.woocommerce-page .product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(even) td {
      font-weight: 500;
      background-color: transparent; }
    .product-template-default.woocommerce-page .product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(odd) th,
    .product-template-default.woocommerce-page .product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(odd) td {
      font-weight: 500;
      background-color: transparent; }
  .product-template-default.woocommerce-page .product h1, .product-template-default.woocommerce-page .product h2 {
    font-family: "Open Sans", sans-serif; }
  .product-template-default.woocommerce-page .product .related > h2 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 2rem; }
  .product-template-default.woocommerce-page .product .brand {
    box-sizing: border-box;
    padding: 1rem;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #EEE;
    text-align: center; }
  .product-template-default.woocommerce-page .product .price {
    margin: 3rem 0;
    font-weight: bold;
    font-size: 2.5rem;
    color: #000000;
    text-align: center; }
  .product-template-default.woocommerce-page .product form.cart .quantity, .product-template-default.woocommerce-page .product form.cart .button {
    float: none;
    width: 100%; }
  .product-template-default.woocommerce-page .product form.cart .quantity label.screen-reader-text {
    width: auto;
    height: auto;
    position: relative !important;
    margin-left: 10%;
    top: -0.5rem;
    font-weight: bold; }
  .product-template-default.woocommerce-page .product form.cart .quantity input {
    font-size: 1rem;
    display: block;
    margin: 0 auto;
    width: 80%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    line-height: 3rem; }
    @media (max-width: 1024px) {
      .product-template-default.woocommerce-page .product form.cart .quantity input {
        width: 90%; } }
  .product-template-default.woocommerce-page .product form.cart .button {
    width: 80%;
    margin: 0.5rem 10%;
    font-weight: bold;
    color: #FFFFFF !important;
    background-color: #32e386 !important; }
    @media (max-width: 1024px) {
      .product-template-default.woocommerce-page .product form.cart .button {
        width: 90%;
        margin: 0.5rem 5%; } }
    .product-template-default.woocommerce-page .product form.cart .button:hover {
      background-color: #32e386 !important; }
  .product-template-default.woocommerce-page .product .woocommerce-product-gallery {
    box-sizing: border-box;
    width: 60%;
    padding: 0 0rem; }
    .product-template-default.woocommerce-page .product .woocommerce-product-gallery__image {
      max-height: 50vh;
      height: 30rem; }
      .product-template-default.woocommerce-page .product .woocommerce-product-gallery__image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
        padding: 0.5rem;
        box-sizing: border-box; }
    @media (max-width: 1024px) {
      .product-template-default.woocommerce-page .product .woocommerce-product-gallery {
        width: 100%; } }
    .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-control-nav li {
      box-sizing: border-box;
      margin: 0.5rem;
      width: calc(25% - 1rem); }
      .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-control-nav li img {
        border: 1px solid #AAA; }
    .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woopv-btn-video, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-viewport .woopv-btn-video, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woopv-thumb-video .woopv-btn-video {
      top: 50%;
      right: 50%;
      margin-right: -1rem;
      margin-top: -1.5rem;
      width: 3rem;
      height: 2.5rem;
      background-color: white;
      border-radius: 0.5rem;
      overflow: visible; }
      .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woopv-btn-video:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-viewport .woopv-btn-video:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woopv-thumb-video .woopv-btn-video:before {
        color: #DC0000;
        font-size: 5rem;
        width: 6rem;
        height: 5rem;
        line-height: 3rem !important;
        margin-left: -1rem; }
        @media (max-width: 1024px) {
          .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woopv-btn-video:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-viewport .woopv-btn-video:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woopv-thumb-video .woopv-btn-video:before {
            font-size: 3rem; } }
      .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woopv-btn-video img, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-viewport .woopv-btn-video img, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woopv-thumb-video .woopv-btn-video img {
        display: none; }
      .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woopv-btn-video:hover, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-viewport .woopv-btn-video:hover, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woopv-thumb-video .woopv-btn-video:hover {
        background-color: #FFFFFF; }
        .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woopv-btn-video:hover:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-viewport .woopv-btn-video:hover:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woopv-thumb-video .woopv-btn-video:hover:before {
          color: #A6000A; }
    .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woopv-thumb-video .woopv-btn-video {
      background-color: transparent;
      pointer-events: none; }
  .product-template-default.woocommerce-page .product .summary {
    width: 35%;
    background-color: #F3F3F3;
    padding-bottom: 3rem;
    color: #000000; }
    .product-template-default.woocommerce-page .product .summary div {
      font-weight: 500; }
    @media (max-width: 1024px) {
      .product-template-default.woocommerce-page .product .summary {
        width: 100%; } }
    .product-template-default.woocommerce-page .product .summary p.stock {
      display: none; }
    .product-template-default.woocommerce-page .product .summary .stock, .product-template-default.woocommerce-page .product .summary .quality, .product-template-default.woocommerce-page .product .summary .calendar, .product-template-default.woocommerce-page .product .summary .age, .product-template-default.woocommerce-page .product .summary .restrict, .product-template-default.woocommerce-page .product .summary .delivery {
      position: relative;
      display: block;
      width: 80%;
      margin: 0 auto;
      text-align: left;
      padding-top: 1rem;
      color: #000000;
      text-indent: -2.75rem;
      padding-left: 5.5rem; }
      @media (max-width: 1024px) {
        .product-template-default.woocommerce-page .product .summary .stock, .product-template-default.woocommerce-page .product .summary .quality, .product-template-default.woocommerce-page .product .summary .calendar, .product-template-default.woocommerce-page .product .summary .age, .product-template-default.woocommerce-page .product .summary .restrict, .product-template-default.woocommerce-page .product .summary .delivery {
          width: 90%; } }
    .product-template-default.woocommerce-page .product .summary .restrict.has-tooltip {
      position: relative; }
      .product-template-default.woocommerce-page .product .summary .restrict.has-tooltip span {
        text-indent: 0;
        position: relative; }
        .product-template-default.woocommerce-page .product .summary .restrict.has-tooltip span:after {
          text-indent: 0;
          position: absolute;
          display: block;
          content: "?";
          color: white;
          background-color: black;
          text-align: center;
          width: 0.75rem;
          line-height: 0.75rem;
          height: 0.75rem;
          border-radius: 0.75rem;
          top: 0rem;
          right: -1rem;
          font-size: 0.625rem; }
    .product-template-default.woocommerce-page .product .summary .restrict_tooltip {
      display: none;
      text-indent: 0;
      position: absolute;
      z-index: 1000;
      background-color: white;
      border-radius: 0.25rem;
      padding: 0.75rem;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
      top: 2.5rem;
      max-width: 16rem;
      font-size: 0.825rem;
      left: 6rem; }
    .product-template-default.woocommerce-page .product .summary .restrict:hover .restrict_tooltip {
      display: block; }
    .product-template-default.woocommerce-page .product .summary .delivery:before {
      position: relative;
      top: 0.65rem;
      left: -0.125rem;
      margin-right: 1rem;
      content: " ";
      width: 1.625rem;
      height: 1.625rem;
      display: inline-block;
      background-repeat: no-repeat; }
    .product-template-default.woocommerce-page .product .summary .stock:before {
      position: relative;
      top: 0.65rem;
      left: -0.25rem;
      margin-right: 1rem;
      content: " ";
      width: 1.75rem;
      height: 1.75rem;
      display: inline-block;
      background-repeat: no-repeat; }
    .product-template-default.woocommerce-page .product .summary .stock.amount-half:before {
      background-color: #EEAA00;
      border-radius: 30px;
      width: 1.25rem;
      height: 1.25rem;
      padding: 0.25rem;
      background-size: 1.25rem auto;
      background-position: center; }
    .product-template-default.woocommerce-page .product .summary .stock.amount-full:before {
      background-color: #32e386;
      border-radius: 30px;
      width: 1.25rem;
      height: 1.25rem;
      padding: 0.25rem;
      background-size: 1.25rem auto;
      background-position: center; }
    .product-template-default.woocommerce-page .product .summary .stock.amount-soldout:before {
      background-color: #D6001A;
      border-radius: 30px;
      width: 1.25rem;
      height: 1.25rem;
      padding: 0.25rem;
      background-size: 1.25rem auto;
      background-position: center; }
    .product-template-default.woocommerce-page .product .summary .calendar {
      display: none; }
      .product-template-default.woocommerce-page .product .summary .calendar:before {
        font-size: 1.25em;
        margin-right: 1.5rem;
        background-image: unset; }
    .product-template-default.woocommerce-page .product .summary .quality:before {
      font-size: 1.25em;
      margin-right: 1.5rem;
      background-image: unset; }
    .product-template-default.woocommerce-page .product .summary .age:before, .product-template-default.woocommerce-page .product .summary .restrict:before {
      font-size: 1.25em;
      margin-right: 1.5rem;
      color: #AA3333;
      background-image: unset; }
    .product-template-default.woocommerce-page .product .summary .location {
      display: none;
      width: 80%;
      border: 1px solid #AAA;
      text-align: center;
      font-style: italic;
      font-size: 1rem;
      color: #000000;
      padding: 1rem;
      box-sizing: border-box;
      margin: -2rem auto 2rem;
      background-color: rgba(255, 255, 255, 0.2); }
      @media (max-width: 1024px) {
        .product-template-default.woocommerce-page .product .summary .location {
          width: 90%; } }
      .product-template-default.woocommerce-page .product .summary .location:before {
        display: block;
        clear: both;
        margin-bottom: 0.4rem;
        font-size: 2.5em;
        color: #DC0000; }

.breadcrumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  top: 4rem; }
  .noheader .breadcrumb {
    top: 0; }
  @media (max-width: 1024px) {
    .breadcrumb {
      position: relative;
      margin-left: 0rem;
      padding: 0 1rem; }
      .page-template-default .breadcrumb,
      .category .breadcrumb,
      .single .breadcrumb {
        padding: 0 2rem; }
      .archive .breadcrumb {
        margin-left: 0rem;
        padding: 0;
        order: 1; } }
  .breadcrumb nav.woocommerce-breadcrumb {
    font-size: 0.875rem;
    border-bottom: 1px solid #EEE;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .breadcrumb nav.woocommerce-breadcrumb span {
      display: inline-block;
      padding: 0 0.5rem 0 0rem;
      color: #555; }
    .single .breadcrumb nav.woocommerce-breadcrumb span,
    .woocommerce .breadcrumb nav.woocommerce-breadcrumb span, .single .breadcrumb nav.woocommerce-breadcrumb a,
    .woocommerce .breadcrumb nav.woocommerce-breadcrumb a, .single .breadcrumb nav.woocommerce-breadcrumb span a,
    .woocommerce .breadcrumb nav.woocommerce-breadcrumb span a {
      font-size: 0.75rem;
      color: inherit;
      font-weight: 500; }
    .category .breadcrumb nav.woocommerce-breadcrumb a,
    .single .breadcrumb nav.woocommerce-breadcrumb a,
    .woocommerce .breadcrumb nav.woocommerce-breadcrumb a, .category .breadcrumb nav.woocommerce-breadcrumb span a,
    .single .breadcrumb nav.woocommerce-breadcrumb span a,
    .woocommerce .breadcrumb nav.woocommerce-breadcrumb span a {
      font-size: 0.75rem;
      font-weight: 500;
      color: #000000; }
      .category .breadcrumb nav.woocommerce-breadcrumb a:hover,
      .single .breadcrumb nav.woocommerce-breadcrumb a:hover,
      .woocommerce .breadcrumb nav.woocommerce-breadcrumb a:hover, .category .breadcrumb nav.woocommerce-breadcrumb span a:hover,
      .single .breadcrumb nav.woocommerce-breadcrumb span a:hover,
      .woocommerce .breadcrumb nav.woocommerce-breadcrumb span a:hover {
        text-decoration: none;
        color: #DC0000; }
    .breadcrumb nav.woocommerce-breadcrumb span:first-child a:before {
      color: #555;
      margin-right: 0.5rem; }
    .breadcrumb nav.woocommerce-breadcrumb span:last-child {
      padding-right: 0.5rem; }
  .category .breadcrumb,
  .single .breadcrumb,
  .woocommerce .breadcrumb {
    top: 0; }
  .woocommerce-cart .breadcrumb,
  .woocommerce-checkout .breadcrumb {
    top: 5rem; }
    .woocommerce-cart .breadcrumb nav,
    .woocommerce-checkout .breadcrumb nav {
      border-bottom: 0; }

.content form input,
.content form select,
.content form textarea {
  border-radius: 0;
  padding: 0.75rem;
  background-color: #EEE;
  color: #000000;
  border: 0;
  font-size: 0.875rem; }

.content form input[type=submit] {
  color: #FFFFFF;
  background-color: #DC0000; }

.content .gform_wrapper textarea.medium, .content .gform_wrapper input.medium {
  width: 100% !important;
  font-size: 0.875rem !important;
  padding: 0.75rem !important; }

.content form select {
  height: 2.5rem;
  line-height: 1rem;
  -webkit-appearance: none; }

.content .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; }

.single-post #primary {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.single-post .breadcrumb {
  top: 0; }

.single-post h1.page-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5em; }

.single .content-inner .content-container,
.category .content-inner .content-container {
  display: block;
  padding-bottom: 3rem; }

.category .old_container {
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  padding: 0;
  max-width: unset; }

.category .content-container .banners-inner {
  padding: 0;
  margin: 0 -1rem; }

.category .banner-item h4 {
  font-size: 20px;
  color: white; }

.category .content-container .banners-inner .banner-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }

@font-face {
  font-family: 'ElegantIcons';
  src: url(../fonts/ElegantIcons.eot);
  src: url(../fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"), url(../fonts/ElegantIcons.woff) format("woff"), url(../fonts/ElegantIcons.ttf) format("truetype"), url(../image/ElegantIcons.svg#ElegantIcons) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-truck, .product-template-default.woocommerce-page .product .summary .delivery:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 122.88 74.34' style='enable-background:new 0 0 122.88 74.34' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M94.42,18.73l-17.98-0.1V6.53c0-1.8-0.73-3.43-1.92-4.61C73.34,0.73,71.71,0,69.91,0H20.07 c-1.8,0-3.43,0.73-4.61,1.92c-1.18,1.18-1.92,2.81-1.92,4.61c0,0.98,0.79,1.77,1.77,1.77c0.98,0,1.77-0.79,1.77-1.77 c0-0.82,0.34-1.57,0.88-2.11c0.54-0.54,1.29-0.88,2.11-0.88h49.84c0.82,0,1.57,0.34,2.11,0.88c0.54,0.54,0.88,1.29,0.88,2.11v55.41 h-9.98c-0.98,0-1.77,0.79-1.77,1.77c0,0.98,0.79,1.77,1.77,1.77h11.75c0.98,0,1.77-0.79,1.77-1.77v-2.01h10.68 c0.81-18.42,27.26-20.96,29.95,0h5.81l-1.79-19.22l-19.07-7.3L94.42,18.73L94.42,18.73z M2.65,37.54c-1.47,0-2.65-0.8-2.65-1.78 c0-0.98,1.19-1.78,2.65-1.78h23.89c1.47,0,2.65,0.8,2.65,1.78c0,0.98-1.19,1.78-2.65,1.78H2.65L2.65,37.54z M8.12,27.96 c-1.1,0-1.99-0.79-1.99-1.77c0-0.98,0.89-1.77,1.99-1.77h18.43c1.1,0,1.99,0.79,1.99,1.77c0,0.98-0.89,1.77-1.99,1.77H8.12 L8.12,27.96z M10.65,18.38c-1.1,0-1.99-0.79-1.99-1.77c0-0.98,0.89-1.77,1.99-1.77h15.89c1.1,0,1.99,0.79,1.99,1.77 c0,0.98-0.89,1.77-1.99,1.77H10.65L10.65,18.38z M26.46,61.93c0.98,0,1.77,0.79,1.77,1.77c0,0.98-0.79,1.77-1.77,1.77h-6.39 c-1.79,0-3.42-0.78-4.61-2.01c-1.18-1.23-1.92-2.91-1.92-4.69v-13c0-0.98,0.79-1.77,1.77-1.77c0.98,0,1.77,0.79,1.77,1.77v13 c0,0.85,0.35,1.66,0.92,2.25c0.54,0.56,1.27,0.92,2.06,0.92H26.46L26.46,61.93z M44.46,50.37c-6.62,0-11.99,5.37-11.99,11.99 c0,6.62,5.37,11.99,11.99,11.99c6.62,0,11.99-5.37,11.99-11.99C56.44,55.74,51.08,50.37,44.46,50.37L44.46,50.37z M44.46,57.75 c-2.54,0-4.61,2.06-4.61,4.61c0,2.54,2.06,4.61,4.61,4.61c2.54,0,4.61-2.06,4.61-4.61C49.06,59.81,47,57.75,44.46,57.75 L44.46,57.75z M102.06,50.37c-6.62,0-11.99,5.37-11.99,11.99c0,6.62,5.37,11.99,11.99,11.99s11.99-5.37,11.99-11.99 C114.05,55.74,108.68,50.37,102.06,50.37L102.06,50.37z M102.06,57.75c-2.54,0-4.61,2.06-4.61,4.61c0,2.54,2.06,4.61,4.61,4.61 s4.61-2.06,4.61-4.61C106.67,59.81,104.61,57.75,102.06,57.75L102.06,57.75z M89.79,23.81l-8.93-0.1V35.2h14.97L89.79,23.81 L89.79,23.81z'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-stock, .product-template-default.woocommerce-page .product .summary .stock:before {
  background-image: url("data:image/svg+xml,%3Csvg height='300px' width='300px' fill='%23000000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='25.092,66.229 20.892,62.025 17.562,65.35 25.092,72.87 34.241,63.726 30.916,60.413 '%3E%3C/polygon%3E%3Cpath d='M53.246,12.218L16.489,28.767v24.271C12.564,55.939,10,60.574,10,65.811c0,8.75,7.138,15.872,15.898,15.872 c3.096,0,5.975-0.898,8.418-2.428l18.93,8.527L90,71.223V28.767L53.246,12.218z M25.898,76.981c-6.17,0-11.188-5.014-11.188-11.171 c0-6.162,5.018-11.178,11.188-11.178c6.177,0,11.195,5.016,11.195,11.178C37.093,71.968,32.076,76.981,25.898,76.981z M53.246,40.172L27.933,28.767l25.313-11.394l25.312,11.394L53.246,40.172z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% auto; }
  .icon-stock--full, .product-template-default.woocommerce-page .product .summary .stock.amount-half:before, .product-template-default.woocommerce-page .product .summary .stock.amount-full:before, .product-template-default.woocommerce-page .product .summary .stock.amount-soldout:before {
    background-image: url("data:image/svg+xml,%3Csvg height='300px' width='300px' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='25.092,66.229 20.892,62.025 17.562,65.35 25.092,72.87 34.241,63.726 30.916,60.413 '%3E%3C/polygon%3E%3Cpath d='M53.246,12.218L16.489,28.767v24.271C12.564,55.939,10,60.574,10,65.811c0,8.75,7.138,15.872,15.898,15.872 c3.096,0,5.975-0.898,8.418-2.428l18.93,8.527L90,71.223V28.767L53.246,12.218z M25.898,76.981c-6.17,0-11.188-5.014-11.188-11.171 c0-6.162,5.018-11.178,11.188-11.178c6.177,0,11.195,5.016,11.195,11.178C37.093,71.968,32.076,76.981,25.898,76.981z M53.246,40.172L27.933,28.767l25.313-11.394l25.312,11.394L53.246,40.172z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  .icon-stock--half {
    background-image: url("data:image/svg+xml,%3Csvg height='300px' width='300px' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='25.092,66.229 20.892,62.025 17.562,65.35 25.092,72.87 34.241,63.726 30.916,60.413 '%3E%3C/polygon%3E%3Cpath d='M53.246,12.218L16.489,28.767v24.271C12.564,55.939,10,60.574,10,65.811c0,8.75,7.138,15.872,15.898,15.872 c3.096,0,5.975-0.898,8.418-2.428l18.93,8.527L90,71.223V28.767L53.246,12.218z M25.898,76.981c-6.17,0-11.188-5.014-11.188-11.171 c0-6.162,5.018-11.178,11.188-11.178c6.177,0,11.195,5.016,11.195,11.178C37.093,71.968,32.076,76.981,25.898,76.981z M53.246,40.172L27.933,28.767l25.313-11.394l25.312,11.394L53.246,40.172z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  .icon-stock--soldout {
    background-image: url("data:image/svg+xml,%3Csvg height='300px' width='300px' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='25.092,66.229 20.892,62.025 17.562,65.35 25.092,72.87 34.241,63.726 30.916,60.413 '%3E%3C/polygon%3E%3Cpath d='M53.246,12.218L16.489,28.767v24.271C12.564,55.939,10,60.574,10,65.811c0,8.75,7.138,15.872,15.898,15.872 c3.096,0,5.975-0.898,8.418-2.428l18.93,8.527L90,71.223V28.767L53.246,12.218z M25.898,76.981c-6.17,0-11.188-5.014-11.188-11.171 c0-6.162,5.018-11.178,11.188-11.178c6.177,0,11.195,5.016,11.195,11.178C37.093,71.968,32.076,76.981,25.898,76.981z M53.246,40.172L27.933,28.767l25.313-11.394l25.312,11.394L53.246,40.172z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .usp .sub-menu li a:before, .navheader .sub-menu li a:before, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .woocommerce ul.products li.product.outofstock .button:before, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .woocommerce-MyAccount-content .edit:before, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .page .woocommerce .old_container #sidebar aside .widget-title:before, .archive .woocommerce .old_container #sidebar aside .widget-title:before, .archive .old_container #sidebar aside .widget-title:before, .icon_calendar, .product-template-default.woocommerce-page .product .summary .calendar:before, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .product-template-default.woocommerce-page .product .summary .quality:before, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .product-template-default.woocommerce-page .product .summary .age:before, .product-template-default.woocommerce-page .product .summary .restrict:before, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .breadcrumb nav.woocommerce-breadcrumb span:first-child a:before, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .woocommerce ul.products li.product.outofstock .button:before, .woocommerce ul.products li.product .add_to_cart_button:before, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .woocommerce ul.products li.product .location:before, .woocommerce ul.products li.product .stock:before, .content .salespoint address:before, .content-inner .content-container #map address:before, .product-template-default.woocommerce-page .product .summary .location:before, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woopv-btn-video:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-viewport .woopv-btn-video:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woopv-thumb-video .woopv-btn-video:before, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.arrow_up:before {
  content: "\21"; }

.arrow_down:before {
  content: "\22"; }

.arrow_left:before {
  content: "\23"; }

.arrow_right:before {
  content: "\24"; }

.arrow_left-up:before {
  content: "\25"; }

.arrow_right-up:before {
  content: "\26"; }

.arrow_right-down:before {
  content: "\27"; }

.arrow_left-down:before {
  content: "\28"; }

.arrow-up-down:before {
  content: "\29"; }

.arrow_up-down_alt:before {
  content: "\2a"; }

.arrow_left-right_alt:before {
  content: "\2b"; }

.arrow_left-right:before {
  content: "\2c"; }

.arrow_expand_alt2:before {
  content: "\2d"; }

.arrow_expand_alt:before {
  content: "\2e"; }

.arrow_condense:before {
  content: "\2f"; }

.arrow_expand:before {
  content: "\30"; }

.arrow_move:before {
  content: "\31"; }

.arrow_carrot-up:before {
  content: "\32"; }

.arrow_carrot-down:before {
  content: "\33"; }

.arrow_carrot-left:before {
  content: "\34"; }

.arrow_carrot-right:before {
  content: "\35"; }

.arrow_carrot-2up:before {
  content: "\36"; }

.arrow_carrot-2down:before {
  content: "\37"; }

.arrow_carrot-2left:before {
  content: "\38"; }

.arrow_carrot-2right:before {
  content: "\39"; }

.arrow_carrot-up_alt2:before {
  content: "\3a"; }

.arrow_carrot-down_alt2:before {
  content: "\3b"; }

.arrow_carrot-left_alt2:before {
  content: "\3c"; }

.arrow_carrot-right_alt2:before {
  content: "\3d"; }

.arrow_carrot-2up_alt2:before {
  content: "\3e"; }

.arrow_carrot-2down_alt2:before {
  content: "\3f"; }

.arrow_carrot-2left_alt2:before {
  content: "\40"; }

.arrow_carrot-2right_alt2:before {
  content: "\41"; }

.arrow_triangle-up:before {
  content: "\42"; }

.arrow_triangle-down:before {
  content: "\43"; }

.arrow_triangle-left:before {
  content: "\44"; }

.arrow_triangle-right:before, .usp .sub-menu li a:before, .navheader .sub-menu li a:before {
  content: "\45"; }

.arrow_triangle-up_alt2:before {
  content: "\46"; }

.arrow_triangle-down_alt2:before {
  content: "\47"; }

.arrow_triangle-left_alt2:before {
  content: "\48"; }

.arrow_triangle-right_alt2:before {
  content: "\49"; }

.arrow_back:before {
  content: "\4a"; }

.icon_minus-06:before {
  content: "\4b"; }

.icon_plus:before {
  content: "\4c"; }

.icon_close:before {
  content: "\4d"; }

.icon_check:before {
  content: "\4e"; }

.icon_minus_alt2:before {
  content: "\4f"; }

.icon_plus_alt2:before {
  content: "\50"; }

.icon_close_alt2:before {
  content: "\51"; }

.icon_check_alt2:before {
  content: "\52"; }

.icon_zoom-out_alt:before {
  content: "\53"; }

.icon_zoom-in_alt:before {
  content: "\54"; }

.icon_search:before, .woocommerce ul.products li.product.outofstock .button:before {
  content: "\55"; }

.icon_box-empty:before {
  content: "\56"; }

.icon_box-selected:before {
  content: "\57"; }

.icon_minus-box:before {
  content: "\58"; }

.icon_plus-box:before {
  content: "\59"; }

.icon_box-checked:before {
  content: "\5a"; }

.icon_circle-empty:before {
  content: "\5b"; }

.icon_circle-slelected:before {
  content: "\5c"; }

.icon_stop_alt2:before {
  content: "\5d"; }

.icon_stop:before {
  content: "\5e"; }

.icon_pause_alt2:before {
  content: "\5f"; }

.icon_pause:before {
  content: "\60"; }

.icon_menu:before {
  content: "\61"; }
  .nav_open .icon_menu:before {
    content: "\4d"; }

.icon_menu-square_alt2:before {
  content: "\62"; }

.icon_menu-circle_alt2:before {
  content: "\63"; }

.icon_ul:before {
  content: "\64"; }

.icon_ol:before {
  content: "\65"; }

.icon_adjust-horiz:before {
  content: "\66"; }

.icon_adjust-vert:before {
  content: "\67"; }

.icon_document_alt:before {
  content: "\68"; }

.icon_documents_alt:before {
  content: "\69"; }

.icon_pencil:before {
  content: "\6a"; }

.icon_pencil-edit_alt:before {
  content: "\6b"; }

.icon_pencil-edit:before, .woocommerce-MyAccount-content .edit:before {
  content: "\6c"; }

.icon_folder-alt:before {
  content: "\6d"; }

.icon_folder-open_alt:before {
  content: "\6e"; }

.icon_folder-add_alt:before {
  content: "\6f"; }

.icon_info_alt:before {
  content: "\70"; }

.icon_error-oct_alt:before {
  content: "\71"; }

.icon_error-circle_alt:before {
  content: "\72"; }

.icon_error-triangle_alt:before {
  content: "\73"; }

.icon_question_alt2:before {
  content: "\74"; }

.icon_question:before {
  content: "\75"; }

.icon_comment_alt:before {
  content: "\76"; }

.icon_chat_alt:before {
  content: "\77"; }

.icon_vol-mute_alt:before {
  content: "\78"; }

.icon_volume-low_alt:before {
  content: "\79"; }

.icon_volume-high_alt:before {
  content: "\7a"; }

.icon_quotations:before {
  content: "\7b"; }

.icon_quotations_alt2:before {
  content: "\7c"; }

.icon_clock_alt:before {
  content: "\7d"; }

.icon_lock_alt:before {
  content: "\7e"; }

.icon_lock-open_alt:before {
  content: "\e000"; }

.icon_key_alt:before {
  content: "\e001"; }

.icon_cloud_alt:before {
  content: "\e002"; }

.icon_cloud-upload_alt:before {
  content: "\e003"; }

.icon_cloud-download_alt:before {
  content: "\e004"; }

.icon_image:before {
  content: "\e005"; }

.icon_images:before {
  content: "\e006"; }

.icon_lightbulb_alt:before {
  content: "\e007"; }

.icon_gift_alt:before {
  content: "\e008"; }

.icon_house_alt:before {
  content: "\e009"; }

.icon_genius:before {
  content: "\e00a"; }

.icon_mobile:before {
  content: "\e00b"; }

.icon_tablet:before {
  content: "\e00c"; }

.icon_laptop:before {
  content: "\e00d"; }

.icon_desktop:before {
  content: "\e00e"; }

.icon_camera_alt:before {
  content: "\e00f"; }

.icon_mail_alt:before {
  content: "\e010"; }

.icon_cone_alt:before {
  content: "\e011"; }

.icon_ribbon_alt:before {
  content: "\e012"; }

.icon_bag_alt:before {
  content: "\e013"; }

.icon_creditcard:before {
  content: "\e014"; }

.icon_cart_alt:before {
  content: "\e015"; }

.icon_paperclip:before {
  content: "\e016"; }

.icon_tag_alt:before {
  content: "\e017"; }

.icon_tags_alt:before {
  content: "\e018"; }

.icon_trash_alt:before {
  content: "\e019"; }

.icon_cursor_alt:before {
  content: "\e01a"; }

.icon_mic_alt:before {
  content: "\e01b"; }

.icon_compass_alt:before {
  content: "\e01c"; }

.icon_pin_alt:before {
  content: "\e01d"; }

.icon_pushpin_alt:before {
  content: "\e01e"; }

.icon_map_alt:before {
  content: "\e01f"; }

.icon_drawer_alt:before {
  content: "\e020"; }

.icon_toolbox_alt:before {
  content: "\e021"; }

.icon_book_alt:before, .page .woocommerce .old_container #sidebar aside .widget-title:before, .archive .woocommerce .old_container #sidebar aside .widget-title:before, .archive .old_container #sidebar aside .widget-title:before {
  content: "\e022"; }

.icon_calendar:before, .product-template-default.woocommerce-page .product .summary .calendar:before {
  content: "\e023"; }

.icon_film:before {
  content: "\e024"; }

.icon_table:before {
  content: "\e025"; }

.icon_contacts_alt:before {
  content: "\e026"; }

.icon_headphones:before {
  content: "\e027"; }

.icon_lifesaver:before {
  content: "\e028"; }

.icon_piechart:before {
  content: "\e029"; }

.icon_refresh:before {
  content: "\e02a"; }

.icon_link_alt:before {
  content: "\e02b"; }

.icon_link:before {
  content: "\e02c"; }

.icon_loading:before {
  content: "\e02d"; }

.icon_blocked:before {
  content: "\e02e"; }

.icon_archive_alt:before {
  content: "\e02f"; }

.icon_heart_alt:before {
  content: "\e030"; }

.icon_star_alt:before {
  content: "\e031"; }

.icon_star-half_alt:before {
  content: "\e032"; }

.icon_star:before, .product-template-default.woocommerce-page .product .summary .quality:before {
  content: "\e033"; }

.icon_star-half:before {
  content: "\e034"; }

.icon_tools:before {
  content: "\e035"; }

.icon_tool:before {
  content: "\e036"; }

.icon_cog:before {
  content: "\e037"; }

.icon_cogs:before {
  content: "\e038"; }

.arrow_up_alt:before {
  content: "\e039"; }

.arrow_down_alt:before {
  content: "\e03a"; }

.arrow_left_alt:before {
  content: "\e03b"; }

.arrow_right_alt:before {
  content: "\e03c"; }

.arrow_left-up_alt:before {
  content: "\e03d"; }

.arrow_right-up_alt:before {
  content: "\e03e"; }

.arrow_right-down_alt:before {
  content: "\e03f"; }

.arrow_left-down_alt:before {
  content: "\e040"; }

.arrow_condense_alt:before {
  content: "\e041"; }

.arrow_expand_alt3:before {
  content: "\e042"; }

.arrow_carrot_up_alt:before {
  content: "\e043"; }

.arrow_carrot-down_alt:before {
  content: "\e044"; }

.arrow_carrot-left_alt:before {
  content: "\e045"; }

.arrow_carrot-right_alt:before {
  content: "\e046"; }

.arrow_carrot-2up_alt:before {
  content: "\e047"; }

.arrow_carrot-2dwnn_alt:before {
  content: "\e048"; }

.arrow_carrot-2left_alt:before {
  content: "\e049"; }

.arrow_carrot-2right_alt:before {
  content: "\e04a"; }

.arrow_triangle-up_alt:before {
  content: "\e04b"; }

.arrow_triangle-down_alt:before {
  content: "\e04c"; }

.arrow_triangle-left_alt:before {
  content: "\e04d"; }

.arrow_triangle-right_alt:before {
  content: "\e04e"; }

.icon_minus_alt:before {
  content: "\e04f"; }

.icon_plus_alt:before {
  content: "\e050"; }

.icon_close_alt:before {
  content: "\e051"; }

.icon_check_alt:before {
  content: "\e052"; }

.icon_zoom-out:before {
  content: "\e053"; }

.icon_zoom-in:before {
  content: "\e054"; }

.icon_stop_alt:before {
  content: "\e055"; }

.icon_menu-square_alt:before {
  content: "\e056"; }

.icon_menu-circle_alt:before {
  content: "\e057"; }

.icon_document:before {
  content: "\e058"; }

.icon_documents:before {
  content: "\e059"; }

.icon_pencil_alt:before {
  content: "\e05a"; }

.icon_folder:before {
  content: "\e05b"; }

.icon_folder-open:before {
  content: "\e05c"; }

.icon_folder-add:before {
  content: "\e05d"; }

.icon_folder_upload:before {
  content: "\e05e"; }

.icon_folder_download:before {
  content: "\e05f"; }

.icon_info:before {
  content: "\e060"; }

.icon_error-circle:before {
  content: "\e061"; }

.icon_error-oct:before {
  content: "\e062"; }

.icon_error-triangle:before {
  content: "\e063"; }

.icon_question_alt:before {
  content: "\e064"; }

.icon_comment:before {
  content: "\e065"; }

.icon_chat:before {
  content: "\e066"; }

.icon_vol-mute:before {
  content: "\e067"; }

.icon_volume-low:before {
  content: "\e068"; }

.icon_volume-high:before {
  content: "\e069"; }

.icon_quotations_alt:before {
  content: "\e06a"; }

.icon_clock:before {
  content: "\e06b"; }

.icon_lock:before, .product-template-default.woocommerce-page .product .summary .age:before, .product-template-default.woocommerce-page .product .summary .restrict:before {
  content: "\e06c"; }

.icon_lock-open:before {
  content: "\e06d"; }

.icon_key:before {
  content: "\e06e"; }

.icon_cloud:before {
  content: "\e06f"; }

.icon_cloud-upload:before {
  content: "\e070"; }

.icon_cloud-download:before {
  content: "\e071"; }

.icon_lightbulb:before {
  content: "\e072"; }

.icon_gift:before {
  content: "\e073"; }

.icon_house:before, .breadcrumb nav.woocommerce-breadcrumb span:first-child a:before {
  content: "\e074"; }

.icon_camera:before {
  content: "\e075"; }

.icon_mail:before {
  content: "\e076"; }

.icon_cone:before {
  content: "\e077"; }

.icon_ribbon:before {
  content: "\e078"; }

.icon_bag:before {
  content: "\e079"; }

.icon_cart:before, .woocommerce ul.products li.product.outofstock .button:before, .woocommerce ul.products li.product .add_to_cart_button:before {
  content: "\e07a"; }

.icon_tag:before {
  content: "\e07b"; }

.icon_tags:before {
  content: "\e07c"; }

.icon_trash:before {
  content: "\e07d"; }

.icon_cursor:before {
  content: "\e07e"; }

.icon_mic:before {
  content: "\e07f"; }

.icon_compass:before {
  content: "\e080"; }

.icon_pin:before, .woocommerce ul.products li.product .location:before, .woocommerce ul.products li.product .stock:before, .content .salespoint address:before, .content-inner .content-container #map address:before, .product-template-default.woocommerce-page .product .summary .location:before {
  content: "\e081"; }

.icon_pushpin:before {
  content: "\e082"; }

.icon_map:before {
  content: "\e083"; }

.icon_drawer:before {
  content: "\e084"; }

.icon_toolbox:before {
  content: "\e085"; }

.icon_book:before {
  content: "\e086"; }

.icon_contacts:before {
  content: "\e087"; }

.icon_archive:before {
  content: "\e088"; }

.icon_heart:before {
  content: "\e089"; }

.icon_profile:before {
  content: "\e08a"; }

.icon_group:before {
  content: "\e08b"; }

.icon_grid-2x2:before {
  content: "\e08c"; }

.icon_grid-3x3:before {
  content: "\e08d"; }

.icon_music:before {
  content: "\e08e"; }

.icon_pause_alt:before {
  content: "\e08f"; }

.icon_phone:before {
  content: "\e090"; }

.icon_upload:before {
  content: "\e091"; }

.icon_download:before {
  content: "\e092"; }

.social_facebook:before {
  content: "\e093"; }

.social_twitter:before {
  content: "\e094"; }

.social_pinterest:before {
  content: "\e095"; }

.social_googleplus:before {
  content: "\e096"; }

.social_tumblr:before {
  content: "\e097"; }

.social_tumbleupon:before {
  content: "\e098"; }

.social_wordpress:before {
  content: "\e099"; }

.social_instagram:before {
  content: "\e09a"; }

.social_dribbble:before {
  content: "\e09b"; }

.social_vimeo:before {
  content: "\e09c"; }

.social_linkedin:before {
  content: "\e09d"; }

.social_rss:before {
  content: "\e09e"; }

.social_deviantart:before {
  content: "\e09f"; }

.social_share:before {
  content: "\e0a0"; }

.social_myspace:before {
  content: "\e0a1"; }

.social_skype:before {
  content: "\e0a2"; }

.social_youtube:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woopv-btn-video:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .flex-viewport .woopv-btn-video:before, .product-template-default.woocommerce-page .product .woocommerce-product-gallery .woopv-thumb-video .woopv-btn-video:before {
  content: "\e0a3"; }

.social_picassa:before {
  content: "\e0a4"; }

.social_googledrive:before {
  content: "\e0a5"; }

.social_flickr:before {
  content: "\e0a6"; }

.social_blogger:before {
  content: "\e0a7"; }

.social_spotify:before {
  content: "\e0a8"; }

.social_delicious:before {
  content: "\e0a9"; }

.social_facebook_circle:before {
  content: "\e0aa"; }

.social_twitter_circle:before {
  content: "\e0ab"; }

.social_pinterest_circle:before {
  content: "\e0ac"; }

.social_googleplus_circle:before {
  content: "\e0ad"; }

.social_tumblr_circle:before {
  content: "\e0ae"; }

.social_stumbleupon_circle:before {
  content: "\e0af"; }

.social_wordpress_circle:before {
  content: "\e0b0"; }

.social_instagram_circle:before {
  content: "\e0b1"; }

.social_dribbble_circle:before {
  content: "\e0b2"; }

.social_vimeo_circle:before {
  content: "\e0b3"; }

.social_linkedin_circle:before {
  content: "\e0b4"; }

.social_rss_circle:before {
  content: "\e0b5"; }

.social_deviantart_circle:before {
  content: "\e0b6"; }

.social_share_circle:before {
  content: "\e0b7"; }

.social_myspace_circle:before {
  content: "\e0b8"; }

.social_skype_circle:before {
  content: "\e0b9"; }

.social_youtube_circle:before {
  content: "\e0ba"; }

.social_picassa_circle:before {
  content: "\e0bb"; }

.social_googledrive_alt2:before {
  content: "\e0bc"; }

.social_flickr_circle:before {
  content: "\e0bd"; }

.social_blogger_circle:before {
  content: "\e0be"; }

.social_spotify_circle:before {
  content: "\e0bf"; }

.social_delicious_circle:before {
  content: "\e0c0"; }

.social_facebook_square:before {
  content: "\e0c1"; }

.social_twitter_square:before {
  content: "\e0c2"; }

.social_pinterest_square:before {
  content: "\e0c3"; }

.social_googleplus_square:before {
  content: "\e0c4"; }

.social_tumblr_square:before {
  content: "\e0c5"; }

.social_stumbleupon_square:before {
  content: "\e0c6"; }

.social_wordpress_square:before {
  content: "\e0c7"; }

.social_instagram_square:before {
  content: "\e0c8"; }

.social_dribbble_square:before {
  content: "\e0c9"; }

.social_vimeo_square:before {
  content: "\e0ca"; }

.social_linkedin_square:before {
  content: "\e0cb"; }

.social_rss_square:before {
  content: "\e0cc"; }

.social_deviantart_square:before {
  content: "\e0cd"; }

.social_share_square:before {
  content: "\e0ce"; }

.social_myspace_square:before {
  content: "\e0cf"; }

.social_skype_square:before {
  content: "\e0d0"; }

.social_youtube_square:before {
  content: "\e0d1"; }

.social_picassa_square:before {
  content: "\e0d2"; }

.social_googledrive_square:before {
  content: "\e0d3"; }

.social_flickr_square:before {
  content: "\e0d4"; }

.social_blogger_square:before {
  content: "\e0d5"; }

.social_spotify_square:before {
  content: "\e0d6"; }

.social_delicious_square:before {
  content: "\e0d7"; }

.icon_printer:before {
  content: "\e103"; }

.icon_calulator:before {
  content: "\e0ee"; }

.icon_building:before {
  content: "\e0ef"; }

.icon_floppy:before {
  content: "\e0e8"; }

.icon_drive:before {
  content: "\e0ea"; }

.icon_search-2:before {
  content: "\e101"; }

.icon_id:before {
  content: "\e107"; }

.icon_id-2:before {
  content: "\e108"; }

.icon_puzzle:before {
  content: "\e102"; }

.icon_like:before {
  content: "\e106"; }

.icon_dislike:before {
  content: "\e0eb"; }

.icon_mug:before {
  content: "\e105"; }

.icon_currency:before {
  content: "\e0ed"; }

.icon_wallet:before {
  content: "\e100"; }

.icon_pens:before {
  content: "\e104"; }

.icon_easel:before {
  content: "\e0e9"; }

.icon_flowchart:before {
  content: "\e109"; }

.icon_datareport:before {
  content: "\e0ec"; }

.icon_briefcase:before {
  content: "\e0fe"; }

.icon_shield:before {
  content: "\e0f6"; }

.icon_percent:before {
  content: "\e0fb"; }

.icon_globe:before {
  content: "\e0e2"; }

.icon_globe-2:before {
  content: "\e0e3"; }

.icon_target:before {
  content: "\e0f5"; }

.icon_hourglass:before {
  content: "\e0e1"; }

.icon_balance:before {
  content: "\e0ff"; }

.icon_rook:before {
  content: "\e0f8"; }

.icon_printer-alt:before {
  content: "\e0fa"; }

.icon_calculator_alt:before {
  content: "\e0e7"; }

.icon_building_alt:before {
  content: "\e0fd"; }

.icon_floppy_alt:before {
  content: "\e0e4"; }

.icon_drive_alt:before {
  content: "\e0e5"; }

.icon_search_alt:before {
  content: "\e0f7"; }

.icon_id_alt:before {
  content: "\e0e0"; }

.icon_id-2_alt:before {
  content: "\e0fc"; }

.icon_puzzle_alt:before {
  content: "\e0f9"; }

.icon_like_alt:before {
  content: "\e0dd"; }

.icon_dislike_alt:before {
  content: "\e0f1"; }

.icon_mug_alt:before {
  content: "\e0dc"; }

.icon_currency_alt:before {
  content: "\e0f3"; }

.icon_wallet_alt:before {
  content: "\e0d8"; }

.icon_pens_alt:before {
  content: "\e0db"; }

.icon_easel_alt:before {
  content: "\e0f0"; }

.icon_flowchart_alt:before {
  content: "\e0df"; }

.icon_datareport_alt:before {
  content: "\e0f2"; }

.icon_briefcase_alt:before {
  content: "\e0f4"; }

.icon_shield_alt:before {
  content: "\e0d9"; }

.icon_percent_alt:before {
  content: "\e0da"; }

.icon_globe_alt:before {
  content: "\e0de"; }

.icon_clipboard:before {
  content: "\e0e6"; }

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none; }

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px; }

.glyph div {
  padding-bottom: 10px; }

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.glyph .fs1 {
  font-size: 2em; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left; }

.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0; }

.uberheader {
  position: absolute;
  z-index: 10000;
  top: 0;
  width: 100%;
  padding: 0.75em 1em;
  box-sizing: border-box;
  height: 2.5em;
  background-color: black;
  font-size: 0.825em;
  line-height: 1em;
  text-align: right; }
  @media (max-width: 1024px) {
    .uberheader {
      position: fixed; } }
  .uberheader .menu-top-header-menu-login-e-a-container {
    display: inline; }
  .uberheader ul, .uberheader li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0; }
  .uberheader .item, .uberheader .item_noline, .uberheader li {
    padding-right: 1em;
    margin-right: 0.25em;
    display: inline-block; }
    .uberheader .item a, .uberheader .item_noline a, .uberheader li a {
      color: white; }
  .uberheader .item_noline {
    pointer-events: none;
    padding: 0;
    border-right: 0;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    margin-top: 1em;
    margin-right: 1em; }
    .uberheader .item_noline .cart {
      pointer-events: auto; }
    @media (max-width: 1024px) {
      .uberheader .item_noline {
        width: unset;
        max-width: unset;
        margin-left: unset;
        margin-right: unset; } }
    .uberheader .item_noline .text_cart {
      display: none; }
    @media (min-width: 1025px) {
      .uberheader .item_noline {
        margin-top: 0;
        right: unset;
        top: 4.55rem;
        left: 0;
        width: 100vw;
        margin-left: 50vw;
        padding-right: 2rem;
        transform: translateX(-50%);
        text-align: right; }
        .uberheader .item_noline #shopping_cart {
          pointer-events: auto;
          display: inline-block; }
          .uberheader .item_noline #shopping_cart:hover {
            background-color: #EEE; }
          .uberheader .item_noline #shopping_cart .total_items {
            width: unset;
            border-radius: 2px;
            border: 1px solid #EEE;
            padding: 0 1rem 0 0.5rem; }
          .uberheader .item_noline #shopping_cart .icon_cart, .uberheader .item_noline #shopping_cart .woocommerce ul.products li.product.outofstock .button:before, .woocommerce ul.products li.product.outofstock .uberheader .item_noline #shopping_cart .button:before, .uberheader .item_noline #shopping_cart .woocommerce ul.products li.product .add_to_cart_button:before, .woocommerce ul.products li.product .uberheader .item_noline #shopping_cart .add_to_cart_button:before {
            display: inline-block;
            background-color: transparent;
            width: unset;
            height: unset;
            line-height: 2.1875rem; }
            .uberheader .item_noline #shopping_cart .icon_cart:before, .uberheader .item_noline #shopping_cart .woocommerce ul.products li.product.outofstock .button:before, .woocommerce ul.products li.product.outofstock .uberheader .item_noline #shopping_cart .button:before, .uberheader .item_noline #shopping_cart .woocommerce ul.products li.product .add_to_cart_button:before, .woocommerce ul.products li.product .uberheader .item_noline #shopping_cart .add_to_cart_button:before {
              color: black; }
          .uberheader .item_noline #shopping_cart .text_cart {
            position: relative;
            top: -0.15rem;
            display: inline-block;
            font-size: 0.875rem;
            line-height: 1rem;
            margin-left: 0.5rem;
            color: black;
            text-transform: uppercase;
            font-weight: bold;
            display: inline-block; } }
  .uberheader .item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0; }
  .uberheader .cartlist {
    display: inline-block;
    padding-right: 4rem; }
  .uberheader .cart:hover {
    text-decoration: none; }
  .uberheader .total_items {
    position: relative;
    width: 3.25rem;
    text-align: center; }
  .uberheader .icon_cart, .uberheader .woocommerce ul.products li.product.outofstock .button:before, .woocommerce ul.products li.product.outofstock .uberheader .button:before, .uberheader .woocommerce ul.products li.product .add_to_cart_button:before, .woocommerce ul.products li.product .uberheader .add_to_cart_button:before {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #DC0000;
    border-radius: 2.25rem;
    color: #DC0000;
    text-align: center;
    position: relative;
    line-height: 2.25rem;
    font-size: 1.25em;
    border: 0;
    border-top: 0;
    color: #555;
    box-sizing: border-box; }
    .uberheader .icon_cart:before, .uberheader .woocommerce ul.products li.product.outofstock .button:before, .woocommerce ul.products li.product.outofstock .uberheader .button:before, .uberheader .woocommerce ul.products li.product .add_to_cart_button:before, .woocommerce ul.products li.product .uberheader .add_to_cart_button:before {
      font-size: 1.125rem;
      color: white; }
    .uberheader .icon_cart:hover, .uberheader .woocommerce ul.products li.product.outofstock .button:hover:before, .woocommerce ul.products li.product.outofstock .uberheader .button:hover:before, .uberheader .woocommerce ul.products li.product .add_to_cart_button:hover:before, .woocommerce ul.products li.product .uberheader .add_to_cart_button:hover:before {
      background-color: #EEE;
      color: #000000; }
  .uberheader .count {
    position: absolute;
    right: 1em;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    top: 0.25em;
    padding: 0.0625em;
    min-width: 1.5em;
    height: 1.5em;
    background-color: #DC0000;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.625em;
    font-size: 0.875em;
    font-weight: 600;
    border-radius: 1.5em; }
    @media (min-width: 1025px) {
      .uberheader .count {
        right: -0.5em;
        top: -0.5em; } }
  .uberheader .count_0 {
    display: none; }

header .search {
  display: inline-block;
  right: 0rem;
  top: -0.5rem;
  position: absolute; }
  @media (max-width: 1024px) {
    header .search {
      position: relative;
      top: unset;
      margin: 0.5rem 0 3rem;
      right: 0.5rem; } }

header .searchbox {
  display: inline-block;
  margin-top: -2em;
  z-index: 100;
  padding: 0;
  border-radius: 2px;
  border: 1px solid #EEE; }
  header .searchbox input, header .searchbox button {
    color: white;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.45rem;
    border: 0;
    -webkit-appearance: none;
    background-color: #FFF;
    border-radius: 3px; }
  header .searchbox input {
    width: 16rem;
    color: #000000;
    padding-right: 4rem; }
    @media (max-width: 1024px) {
      header .searchbox input {
        width: calc(100vw - 6.45rem); } }
  header .searchbox button {
    font-family: 'ElegantIcons';
    position: absolute;
    right: 0;
    visibility: hidden;
    text-transform: uppercase;
    color: #000000;
    background-color: #FFFFFF; }
    header .searchbox button:after {
      visibility: visible;
      content: "\55";
      margin-left: 0.5rem; }

.mainheader, .subpageheader {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.8+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */
  text-align: center; }
  .mainheader .bg, .subpageheader .bg {
    position: relative;
    height: 40em;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .mainheader .bg.mobile, .subpageheader .bg.mobile {
      height: 46em;
      background-position: center top; }

.usp, .navheader {
  position: absolute;
  top: 9rem;
  background-color: rgba(203, 19, 19, 0.8);
  color: white;
  width: 100%;
  height: 2.1rem;
  line-height: 2.1rem;
  z-index: 100001; }
  @media (max-width: 1024px) {
    .usp, .navheader {
      top: 6.5rem; } }
  .usp ul, .usp li, .navheader ul, .navheader li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
  .usp ul, .navheader ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .usp li, .navheader li {
    line-height: 2.125rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: center; }
  .usp .sub-menu, .navheader .sub-menu {
    left: 50%;
    position: absolute;
    display: flex;
    opacity: 0;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: end;
    padding: 0 0 3rem 6rem;
    transition: all 240ms ease-in-out; }
    .usp .sub-menu:before, .navheader .sub-menu:before {
      position: absolute;
      content: "";
      background-color: rgba(203, 19, 19, 0.8);
      width: calc(100% - 4rem);
      left: 2rem;
      height: 100%;
      z-index: -1; }
    .usp .sub-menu li, .navheader .sub-menu li {
      transform: translateY(-1rem);
      transition: all 300ms ease-in-out 100ms;
      width: 25%;
      flex: 0 0 25%;
      text-align: left !important; }
      .usp .sub-menu li a, .navheader .sub-menu li a {
        font-weight: 400;
        font-size: 0.875rem;
        padding: 0.5rem 3rem 0rem 0;
        border: 0;
        position: relative;
        top: 0.15em;
        left: -0.5em;
        margin-bottom: -1rem;
        margin-top: 1rem;
        text-indent: -1.825rem;
        line-height: 1.5em; }
        .usp .sub-menu li a:before, .navheader .sub-menu li a:before {
          margin-right: 1rem; }
        .usp .sub-menu li a:hover, .navheader .sub-menu li a:hover {
          background-color: transparent;
          color: rgba(255, 255, 255, 0.8);
          transform: translateX(0.25rem); }
  .usp .menu-item:hover > .sub-menu, .navheader .menu-item:hover > .sub-menu {
    opacity: 1;
    transform: translateX(-50%) scaleY(1); }
    .usp .menu-item:hover > .sub-menu li, .navheader .menu-item:hover > .sub-menu li {
      transform: translateY(0); }
  .usp li:first-child, .navheader li:first-child {
    text-align: left; }
  .usp li:last-child, .navheader li:last-child {
    text-align: right; }
  .usp .icon, .navheader .icon {
    margin-right: 0.5rem;
    color: #FFF; }
  .usp .icon_star, .usp .product-template-default.woocommerce-page .product .summary .quality:before, .product-template-default.woocommerce-page .product .summary .usp .quality:before, .navheader .icon_star, .navheader .product-template-default.woocommerce-page .product .summary .quality:before, .product-template-default.woocommerce-page .product .summary .navheader .quality:before {
    color: #FFEE44; }
  .usp .icon_lock, .usp .product-template-default.woocommerce-page .product .summary .age:before, .product-template-default.woocommerce-page .product .summary .usp .age:before, .usp .product-template-default.woocommerce-page .product .summary .restrict:before, .product-template-default.woocommerce-page .product .summary .usp .restrict:before, .navheader .icon_lock, .navheader .product-template-default.woocommerce-page .product .summary .age:before, .product-template-default.woocommerce-page .product .summary .navheader .age:before, .navheader .product-template-default.woocommerce-page .product .summary .restrict:before, .product-template-default.woocommerce-page .product .summary .navheader .restrict:before {
    color: #CC3333; }

.navheader {
  display: block;
  background-color: #202020; }
  @media (max-width: 1024px) {
    .navheader {
      display: none; } }
  .navheader ul {
    margin: 0;
    padding: 0; }
  .navheader li.menu-item {
    margin: 0;
    padding: 0; }
    .navheader li.menu-item:hover > a {
      text-decoration: none;
      background-color: rgba(203, 19, 19, 0.8); }
    .navheader li.menu-item > a {
      display: inline-block;
      line-height: 2.125rem;
      color: white;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      transition: all 200ms ease-in-out; }
    .navheader li.menu-item:first-child a {
      border-left: 0; }
    .navheader li.menu-item:last-child a {
      border-right: 0; }
  .navheader ul {
    justify-content: center; }
    .navheader ul li {
      flex-grow: 0; }
  .navheader ul.sub-menu li.menu-item {
    line-height: 1.25rem; }
    .navheader ul.sub-menu li.menu-item:hover a {
      background-color: unset; }
    .navheader ul.sub-menu li.menu-item a {
      border: 0; }

.subpageheader .bg {
  height: 11em; }
  @media (max-width: 1024px) {
    .subpageheader .bg {
      height: 6.5em; } }
  @media (max-width: 1024px) {
    .subpageheader .bg.hasimage {
      height: 6.25em;
      background: none !important; } }
  .subpageheader .bg.hasimage .inner {
    height: 30em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }
  .subpageheader .bg h1.headertitle {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
    padding-top: 22rem;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8); }
    @media (max-width: 1024px) {
      .subpageheader .bg h1.headertitle {
        padding-top: 20rem;
        font-size: 2rem;
        line-height: 1.15em; } }

.logo {
  display: table;
  height: 1.75em;
  position: absolute;
  left: 2rem;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 2em;
  line-height: 0.875em;
  font-weight: light;
  color: #FFFFFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.87); }
  @media (max-width: 540px) {
    .logo {
      font-size: 1.5rem;
      margin-top: 0rem;
      left: 1rem;
      text-align: left; } }
  .logo .break {
    display: inline; }
  .logo-align {
    padding-left: 6rem;
    display: inline-block; }
    @media (max-width: 540px) {
      .logo-align {
        padding-left: 0; } }
  .logo a {
    display: inline-block;
    color: white;
    width: 22rem;
    max-width: 100%;
    height: 5rem; }
    @media (max-width: 1024px) {
      .logo a {
        margin-top: 0.25rem;
        height: 3rem; } }
    @media (max-width: 540px) {
      .logo a {
        text-align: left; } }
    .logo a .text {
      display: none; }
    .logo a:before {
      content: "";
      height: 5rem;
      margin-top: 0;
      width: 100%; }
      @media (max-width: 1024px) {
        .logo a:before {
          height: 3rem;
          max-width: 25rem;
          width: calc(80vw);
          margin-right: 3rem;
          background-size: 80% auto;
          background-position: left center; } }
    .logo a:hover {
      text-decoration: none; }
  .logo strong {
    font-weight: normal;
    font-style: normal;
    color: #DC0000; }
  @media (max-width: 1024px) {
    .logo {
      width: calc(100% - 9rem);
      text-align: center;
      top: -1rem;
      display: block; } }

.menu_container {
  display: inline-block;
  position: absolute;
  right: 2rem;
  text-align: right; }
  @media (min-width: 1025px) {
    .menu_container > div {
      display: none; } }
  .menu_container > div.search {
    display: inline-block; }
    @media (min-width: 1025px) {
      .menu_container > div.search {
        top: 1.5rem;
        right: 11rem; } }
  @media (max-width: 1024px) {
    .menu_container {
      right: 0; } }
  @media (max-width: 540px) {
    .menu_container {
      height: 80vh;
      overflow: scroll; } }

.subheader {
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  width: 100%;
  padding: 0;
  top: 0;
  height: 9em;
  padding-top: 3.5em;
  background-color: white;
  margin-top: 0; }
  @media (max-width: 1024px) {
    .subheader {
      height: 9em; }
      .subheader .menu_container {
        display: none;
        width: 100%;
        background-color: #FFFFFF;
        margin-top: 3em;
        padding: 1rem 0 4rem 0; }
        .nav_open .subheader .menu_container {
          display: block; } }
  @media (max-width: 1024px) {
    .subheader {
      position: fixed;
      height: 6.5rem;
      z-index: 9999; } }
  .subheader .nav-toggle {
    display: none;
    position: absolute;
    right: 0.5rem;
    top: 0rem;
    color: #000000;
    line-height: 1rem;
    vertical-align: middle; }
    @media (max-width: 1024px) {
      .subheader .nav-toggle {
        display: block; } }
    .subheader .nav-toggle a, .subheader .nav-toggle span {
      vertical-align: middle;
      display: inline-block;
      color: inherit; }
    .subheader .nav-toggle span.icon {
      font-size: 2em; }
    .subheader .nav-toggle:hover {
      text-decoration: none;
      color: #DC0000; }
      .subheader .nav-toggle:hover a, .subheader .nav-toggle:hover span {
        text-decoration: none; }
    @media (max-width: 540px) {
      .subheader .nav-toggle span.men {
        display: none; } }
  .subheader .inner {
    position: relative; }
  .subheader ul, .subheader li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0; }
    .subheader ul a, .subheader li a {
      cursor: pointer;
      padding: 0em 0em 0em 0em;
      margin-left: 1.25rem;
      line-height: 2em;
      margin-top: 2.4875em;
      font-size: 0.9375em;
      display: inline-block;
      text-transform: none;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      color: black;
      transform: all 500ms ease-in-out;
      background-color: rgba(0, 0, 0, 0);
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      transition: all 200ms ease-in-out;
      text-align: center; }
      @media (max-width: 1024px) {
        .subheader ul a, .subheader li a {
          margin-top: 2.75em;
          padding-top: 0;
          padding-bottom: 0; } }
      .subheader ul a:hover, .subheader li a:hover {
        text-decoration: none;
        border-bottom: 1px solid #d6001a; }
    @media (max-width: 1024px) {
      .subheader ul, .subheader li {
        position: relative;
        text-align: center;
        display: block;
        margin-bottom: 0.5rem; }
        .subheader ul.menu-item-has-children a, .subheader li.menu-item-has-children a {
          position: relative; }
        .subheader ul.menu-item-has-children .sub-menu, .subheader li.menu-item-has-children .sub-menu {
          overflow: hidden;
          max-height: 0;
          transition: all 500ms ease-in-out; }
        .subheader ul.menu-item-has-children.active .sub-menu, .subheader li.menu-item-has-children.active .sub-menu {
          max-height: 30rem; }
        .subheader ul.menu-item-has-children:after, .subheader li.menu-item-has-children:after {
          font-family: 'ElegantIcons';
          content: "\33";
          color: #FFFFFF;
          position: absolute;
          box-sizing: border-box;
          top: 0.5rem;
          right: 2rem;
          line-height: 1.5rem;
          background-color: #666;
          border-radius: 1.5rem;
          height: 1.5rem;
          width: 1.5rem;
          transition: all 500ms ease-in-out; }
        .subheader ul.menu-item-has-children.active:after, .subheader li.menu-item-has-children.active:after {
          transform: rotate(180deg);
          background-color: #DC0000; }
        .subheader ul a, .subheader li a {
          border: 0;
          box-sizing: border-box;
          width: unset;
          margin: 0;
          line-height: 1.5em;
          display: inline-block;
          padding-bottom: 0.5rem;
          margin: 0.5em 0;
          font-size: 1em; }
          .subheader ul a:hover, .subheader ul a:active, .subheader li a:hover, .subheader li a:active {
            border: 0;
            color: #DC0000; }
        .subheader ul .sub-menu, .subheader li .sub-menu {
          text-align: center; }
          .subheader ul .sub-menu li, .subheader li .sub-menu li {
            display: block;
            margin: 0 0.5rem 0.5rem; }
            .subheader ul .sub-menu li a, .subheader li .sub-menu li a {
              font-weight: normal;
              font-size: 0.875rem;
              text-transform: none;
              color: #DC0000; }
              .subheader ul .sub-menu li a:after, .subheader li .sub-menu li a:after {
                padding-left: unset; }
          .subheader ul .sub-menu a, .subheader li .sub-menu a {
            color: white;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1em;
            font-size: 0.75em;
            margin: 0; }
            .subheader ul .sub-menu a:after, .subheader li .sub-menu a:after {
              padding-left: 1rem;
              color: white;
              content: "•"; } }

/* carrousel mainheader item */
.mainheader .item, .mainheader .item .bg {
  position: relative; }

.mainheader .slide-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 24rem;
  height: 12rem;
  text-align: left;
  color: #FFFFFF;
  text-align: center; }
  @media (max-width: 1024px) {
    .mainheader .slide-content {
      top: 20rem; } }
  .mainheader .slide-content h2 {
    color: #FFFFFF;
    font-size: 3.5em;
    line-height: 1.25em;
    font-family: "Open Sans", sans-serif;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
  .mainheader .slide-content p {
    color: white;
    font-size: 1.6rem; }
  .mainheader .slide-content .button, .mainheader .slide-content .product-template-default.woocommerce-page .product form.cart .button, .product-template-default.woocommerce-page .product form.cart .mainheader .slide-content .button {
    background-color: transparent;
    color: #FFFFFF;
    margin: 0 3rem 0 1rem;
    padding: 1rem 3rem 1rem 3rem;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
    border-radius: 0px;
    border: 3px solid #FFFFFF; }
    @media (max-width: 1024px) {
      .mainheader .slide-content .button, .mainheader .slide-content .product-template-default.woocommerce-page .product form.cart .button, .product-template-default.woocommerce-page .product form.cart .mainheader .slide-content .button {
        display: block;
        margin: 1rem 1rem; } }
    .mainheader .slide-content .button:after, .mainheader .slide-content .product-template-default.woocommerce-page .product form.cart .button:after, .product-template-default.woocommerce-page .product form.cart .mainheader .slide-content .button:after {
      content: unset; }
    .mainheader .slide-content .button:hover, .mainheader .slide-content .product-template-default.woocommerce-page .product form.cart .button:hover, .product-template-default.woocommerce-page .product form.cart .mainheader .slide-content .button:hover {
      background-color: white;
      color: #000000; }
