@import url('https://fonts.googleapis.com/css?family=Merriweather|Montserrat:400,400i,600,700&display=swap');
/*
 Theme Name: Spray Gun
 Author: Blue Frontier
 Description: Custom Theme
 Version: 0.0.1
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.col-1, .col-2, .col-3, .col-4 {
  display: block;
  max-width: 100%; }

body, a {
  color: #1c1c1c;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px; }

p {
  font-family: 'Merriweather', serif; }
  p a {
    font-family: 'Merriweather', serif; }

button, .button, .uk-button, .view-product-btn {
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 600 !important; }

button:not(.ccc-link,.ccc-icon--dark) {
    background-color: #25b6a7 !important;
    text-transform: uppercase;
}

.ccc-notify-buttons .ccc-notify-link {
    text-decoration: none !important;
}

.btn-pink button, .btn-pink a {
  background-color: #e74542 !important;
  color: #fff !important;
  font-weight: 600 !important; }

.btn-yellow button, .btn-yellow a {
  background-color: #fdcb35 !important;
  color: #1c1c1c !important;
  font-weight: 600 !important; }

h1 {
  font-size: 30px;
  text-transform: uppercase; }

h2 {
  font-size: 30px;
  text-transform: uppercase; }

h3 {
  font-size: 30px;
  text-transform: uppercase; }

.vc_section {
  padding: 0;
  margin: 0; }

.vc_row {
  margin: 0; }

.vc_column_container .vc_column-inner {
  margin: 0;
  padding: 0; }

.wpb_button, .wpb_content_element {
  margin: 0;
  padding: 0; }

#mobileLogin {
  display: none;
  position: absolute;
  right: 80px;
  top: 30px;
  z-index: 11; }
  #mobileLogin a {
    font-size: 12px; }
    #mobileLogin a:before {
      content: "";
      width: 15px;
      height: 15px;
      display: inline-block;
      vertical-align: baseline;
      margin-right: 5px;
      margin-bottom: -2px;
      background: url('../../uploads/2019/09/login-icon.svg') bottom no-repeat;
      background-size: contain; }
  @media (max-width: 1366px) {
  #mobileLogin {
    display: inline-block; } }

#mobileMenu {
  display: none;
  padding-top: 80px;
  position: absolute;
  width: 100%;
  z-index: 10;
  background: #fff; }
  @media (max-width: 1366px) {
  #mobileMenu {
    display: block; } }
  #mobileMenu #mobileMenuToggle {
    width: 25px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2; }
    #mobileMenu #mobileMenuToggle .m-line {
      background: #737373;
      height: 2px;
      width: 100%;
      display: block;
      position: absolute; }
      #mobileMenu #mobileMenuToggle .m-line:nth-child(1) {
        top: 0; }
      #mobileMenu #mobileMenuToggle .m-line:nth-child(2) {
        top: 50%;
        transform: translateY(-50%); }
      #mobileMenu #mobileMenuToggle .m-line:nth-child(3) {
        bottom: 0; }
    #mobileMenu #mobileMenuToggle:hover {
      cursor: pointer; }
  #mobileMenu ul#menu-menu-1 {
    padding: 30px 0;
    background: #4b4b4b;
    display: none; }
    #mobileMenu ul#menu-menu-1 > li {
      position: relative; }
      #mobileMenu ul#menu-menu-1 > li a, #mobileMenu ul#menu-menu-1 > li span {
        color: #fff;
        padding: 10px 5%;
        display: inline-block;
        text-transform: uppercase; }
      #mobileMenu ul#menu-menu-1 > li > ul {
        display: none;
        background: #737373; }
        #mobileMenu ul#menu-menu-1 > li > ul > li a, #mobileMenu ul#menu-menu-1 > li > ul > li span {
          text-transform: none; }
      #mobileMenu ul#menu-menu-1 > li .mobile-child-dd-toggle {
        display: block;
        position: absolute;
        top: 5px;
        right: 5%;
        background: url(images/menu-down-arrow.svg) center no-repeat;
        background-size: contain;
        width: 30px;
        height: 12px;
        padding: 10px;
        z-index: 2; }
        #mobileMenu ul#menu-menu-1 > li .mobile-child-dd-toggle:hover {
          cursor: pointer; }
  #mobileMenu .menu-cta {
    display: none; }

#header #primary-header {
  height: 250px;
  position: relative; }
  #header #primary-header #mainLogo .main-logo {
    height: 190px;
    padding: 20px;
    margin-left: 18px;
    box-sizing: border-box; }
    #header #primary-header #mainLogo .main-logo img {
      height: 100%; }
    @media (max-width: 480px) {
        #header #primary-header #mainLogo .main-logo a {
          display: block;
          width: 300px;
          margin: 0 auto; }
          #header #primary-header #mainLogo .main-logo a img {
            width: 100%;
            height: auto; } }
    @media (max-width: 480px) {
      #header #primary-header #mainLogo .main-logo {
        margin-left: 0; } }
    @media (max-width: 1366px) {
    #header #primary-header #mainLogo {
      text-align: center;
      padding-top: 60px;
      margin-left: 0; } }
  #header #primary-header #mainMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #4b4b4b;
    color: #fff; }
    #header #primary-header #mainMenu ul#menu-menu-1 {
      border-bottom: 3px solid #25b6a7;
      padding-left: 20px;
      float: left;
      width: 100%; }
    #header #primary-header #mainMenu ul#menu-menu-1 > li {
      float: left; }
      #header #primary-header #mainMenu ul#menu-menu-1 > li > a {
        text-decoration: none !important; }
      #header #primary-header #mainMenu ul#menu-menu-1 > li:last-child {
        float: right;
        padding-right: 30px; }
        #header #primary-header #mainMenu ul#menu-menu-1 > li:last-child a, #header #primary-header #mainMenu ul#menu-menu-1 > li:last-child span {
          font-weight: 600; }
      #header #primary-header #mainMenu ul#menu-menu-1 > li.menu-item-has-children > a:after, #header #primary-header #mainMenu ul#menu-menu-1 > li.menu-item-has-children span:after {
        content: "";
        width: 12px;
        height: 12px;
        background: url(images/menu-down-arrow.svg) center no-repeat;
        background-size: contain;
        display: inline-block;
        margin-top: -3px;
        margin-left: 10px;
        vertical-align: middle;
        padding: 8px; }
      @media (max-width: 1282px) {
      #header #primary-header #mainMenu ul#menu-menu-1 > li:last-child {
        display: none; } }
      @media (max-width: 1366px) {
      #header #primary-header #mainMenu ul#menu-menu-1 > li > a, #header #primary-header #mainMenu ul#menu-menu-1 > li > span {
        padding: 20px 10px !important; } }
    #header #primary-header #mainMenu ul#menu-menu-1 li {
      display: inline-block; }
      #header #primary-header #mainMenu ul#menu-menu-1 li a, #header #primary-header #mainMenu ul#menu-menu-1 li span {
        display: block;
        padding: 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px; }
        @media (max-width: 1320px) {
      #header #primary-header #mainMenu ul#menu-menu-1 li a, #header #primary-header #mainMenu ul#menu-menu-1 li span {
        font-size: 14px; } }
      #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu {
        position: absolute;
        z-index: 10;
        background: #3b3b3b;
        width: 100%;
        left: 0;
        display: none;
        border: none;
        flex-wrap: wrap;
        padding: 0;
        padding-top: 30px; }
        #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu li {
          display: block;
          float: none; }
          #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu li a, #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu li span {
            text-transform: none;
            font-weight: 600;
            padding: 10px 20px; }
        #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu .menu-col {
          width: 25%;
          padding-left: 20px; }
          #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu .menu-col ul {
            float: none;
            border: none;
            padding-left: 0; }
        #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu #menuCTA {
          width: 100%;
          background: url('../../uploads/2019/09/menu-cta-bg.png') bottom center no-repeat;
          background-size: cover;
          padding-top: 40px; }
          #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu #menuCTA ul {
            display: flex;
            border: none;
            padding: 0; }
            #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu #menuCTA ul li {
              width: 33%;
              padding-left: 20px; }
              #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu #menuCTA ul li a {
                display: block;
                padding: 40px 20px;
                text-transform: uppercase;
                font-weight: 300;
                font-size: 23px; }
                #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu #menuCTA ul li a:after {
                  content: "";
                  background: url('../../uploads/2019/09/right-arrow-white.svg') center no-repeat;
                  background-size: contain;
                  width: 30px;
                  height: 20px;
                  display: inline-block;
                  vertical-align: middle;
                  margin-left: 20px;
                  margin-top: -4px; }
              #header #primary-header #mainMenu ul#menu-menu-1 li .sub-menu #menuCTA ul li:hover {
                background: transparent !important; }
      #header #primary-header #mainMenu ul#menu-menu-1 li:hover {
        background: #3b3b3b; }
        #header #primary-header #mainMenu ul#menu-menu-1 li:hover > .sub-menu {
          display: flex; }
    @media (max-width: 1366px) {
    #header #primary-header #mainMenu {
      display: none; } }
  #header #primary-header #topTel {
    line-height: 60px;
    color: #fff;
    border-bottom: 3px solid #25b6a7;
    display: none; }
    @media (max-width: 1366px) {
    #header #primary-header #topTel {
      display: block;
      background: #4b4b4b;
      text-align: center; } }
  #header #primary-header .top-tel a {
    color: #fff; }
    #header #primary-header .top-tel a:before {
      content: "";
      width: 15px;
      height: 15px;
      display: inline-block;
      vertical-align: baseline;
      margin-right: 10px;
      margin-bottom: -2px;
      background: url('../../uploads/2019/09/tel-icon.svg') bottom no-repeat;
      background-size: contain; }
    @media (max-width: 1366px) {
      #header #primary-header .top-tel a {
        line-height: 60px; } }
  #header #primary-header #topMenu {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    padding-right: 30px; }
    #header #primary-header #topMenu ul li {
      display: inline-block; }
      #header #primary-header #topMenu ul li a {
        display: block;
        padding: 10px;
        font-size: 14px; }
        #header #primary-header #topMenu ul li a:before {
          content: "";
          width: 15px;
          height: 15px;
          display: inline-block;
          vertical-align: baseline;
          margin-right: 10px;
          margin-bottom: -2px; }
      #header #primary-header #topMenu ul li:nth-child(1) a:before {
        background: url('../../uploads/2019/09/account-icon.svg') bottom no-repeat;
        background-size: contain; }
      #header #primary-header #topMenu ul li:nth-child(2) a:before {
        background: url('../../uploads/2019/09/wishlist-icon.svg') bottom no-repeat;
        background-size: contain; }
      #header #primary-header #topMenu ul li:nth-child(3) a:before {
        background: url('../../uploads/2019/09/checkout-icon.svg') bottom no-repeat;
        background-size: contain; }
      .logged-in #header #primary-header #topMenu ul li:nth-child(4) {
        display: none; }
        #header #primary-header #topMenu ul li:nth-child(4) a:before {
          background: url('../../uploads/2019/09/login-icon.svg') bottom no-repeat;
          background-size: contain; }
      #header #primary-header #topMenu ul li:nth-child(5) {
        display: none; }
        .logged-in #header #primary-header #topMenu ul li:nth-child(5) {
          display: inline-block; }
        #header #primary-header #topMenu ul li:nth-child(5) a:before {
          background: url('../../uploads/2019/09/login-icon.svg') bottom no-repeat;
          background-size: contain; }
    @media (max-width: 1366px) {
    #header #primary-header #topMenu {
      display: none; } }
  #header #primary-header #shoppingCart {
    position: absolute;
    bottom: 95px;
    right: 0;
    width: 180px;
    text-align: right;
    padding-right: 40px; }
    #header #primary-header #shoppingCart h2 {
      font-size: 14px;
      display: none; }
    #header #primary-header #shoppingCart .sp-mini-cart, #header #primary-header #shoppingCart .woocommerce-mini-cart__empty-message {
      font-family: 'Merriweather', serif;
      font-size: 20px;
      margin-bottom: 10px;
      color: #737373; }
    #header #primary-header #shoppingCart .woocommerce-mini-cart__buttons.buttons a.button {
      padding: 0;
      background: transparent !important;
      color: #25b6a7 !important;
      font-weight: 700;
      font-size: 12px; }
    #header #primary-header #shoppingCart .woocommerce-mini-cart__buttons.buttons a.button.checkout {
      display: none; }
    @media (max-width: 1366px) {
    #header #primary-header #shoppingCart {
      z-index: 11;
      left: 5%;
      width: 50%;
      text-align: left;
      top: 26px;
      bottom: auto; } }
  #header #primary-header #productSearch {
    position: absolute;
    bottom: 80px;
    right: 200px;
    width: 40%; }
    #header #primary-header #productSearch .woocommerce-product-search {
      position: relative; }
    #header #primary-header #productSearch .woocommerce-product-search input[type="search"] {
      border: none;
      border-bottom: 2px solid #737373;
      width: 100%;
      padding-right: 50px;
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
    #header #primary-header #productSearch .woocommerce-product-search button {
      width: 20px;
      height: 20px;
      background: url('../../uploads/2019/09/search-icon.svg') bottom no-repeat transparent;
      background-color: transparent !important;
      background-size: contain;
      border: none;
      overflow: hidden;
      text-indent: 40px;
      position: absolute;
      top: 10px;
      right: 0; }
    @media (max-width: 1366px) {
    #header #primary-header #productSearch {
        position: revert;
	    top: 0;    
	    width: 80%;
	    margin: 0 auto;
	    padding: 10px; } }

  #header #primary-header #breadcrumb {
    display: none; }
  @media (max-width: 1366px) {
    #header #primary-header {
      height: auto; } }

.uk-slideshow {
  border-bottom: 10px solid #fff; }
  .uk-slideshow .uk-overlay-panel {
    padding-left: 10%;
    padding-right: 10%; }
  .uk-slideshow h3 {
    font-size: 50px;
    font-weight: 700; }
  .uk-slideshow p {
    font-size: 20px; }
  @media (max-width: 767px) {
  .uk-slideshow h3 {
    font-size: 30px; }
  .uk-slideshow p {
    font-size: 16px; } }

#featuredCategories {
  padding: 0 5%;
  padding-top: 90px; }
  #featuredCategories h2 {
    text-align: center;
    margin-bottom: 40px; }
  #featuredCategories > div:nth-child(2) > div {
    padding: 10px; }
  #featuredCategories > div:nth-child(3) {
    padding-top: 60px;
    text-align: center; }
  #featuredCategories figure {
    width: 100%; }
  #featuredCategories figure > div {
    width: 100%; }
    #featuredCategories figure > div img {
      width: 100% !important; }
  #featuredCategories .wpb_text_column.wpb_content_element {
    padding: 30px 40px; }
  #featuredCategories .wpb_text_column.wpb_content_element h3 {
    margin-bottom: 20px; }
    @media (max-width: 1080px) and (min-width: 767px) {
    #featuredCategories .wpb_text_column.wpb_content_element h3 {
      font-size: 24px; } }
  #featuredCategories .wpb_text_column.wpb_content_element p {
    line-height: 1.4em; }
    @media (max-width: 1080px) and (min-width: 767px) {
    #featuredCategories .wpb_text_column.wpb_content_element p {
      font-size: 14px; } }
    #featuredCategories .wpb_text_column.wpb_content_element p:last-child {
      margin-top: 30px;
      text-align: right;
      text-transform: uppercase; }
    #featuredCategories .wpb_text_column.wpb_content_element p:last-child a {
      color: #25b6a7;
      font-family: 'Montserrat', sans-serif; }
      #featuredCategories .wpb_text_column.wpb_content_element p:last-child a:after {
        content: "";
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        background: url('../../uploads/2019/09/right-arrow-green.svg') center no-repeat;
        background-size: contain;
        position: relative;
        top: -2px;
        margin-left: 10px; }
        @media (max-width: 1080px) and (min-width: 767px) {
      #featuredCategories .wpb_text_column.wpb_content_element p:last-child a:after {
        content: none; } }

#featuredProducts, .upsells.products {
  padding-top: 90px;
  padding-left: 5%;
  padding-right: 5%; }
  #featuredProducts h2, .upsells.products h2 {
    text-align: center;
    margin-bottom: 40px; }
  #featuredProducts .vc_section, .upsells.products .vc_section {
    padding: 0;
    margin: 0; }
  #featuredProducts .slick-next, .upsells.products .slick-next {
    right: -3%;
    z-index: 20;
    width: 12px;
    height: 40px;
    margin-top: -40px;
    background: url('images/carousel-next.svg') center no-repeat;
    background-color: transparent !important;
    background-size: contain; }
  #featuredProducts .slick-next:before, .upsells.products .slick-next:before {
    display: none; }
  #featuredProducts .slick-prev, .upsells.products .slick-prev {
    left: -3%;
    z-index: 20;
    width: 12px;
    height: 40px;
    margin-top: -40px;
    background: url('images/carousel-prev.svg') center no-repeat;
    background-color: transparent !important;
    background-size: contain; }
  #featuredProducts .slick-prev:before, .upsells.products .slick-prev:before {
    display: none; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  clear: none !important;
  height: auto;
  padding: 10px !important; }
  .woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
    border: 1px solid #eee !important; }
  .woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
    text-align: left !important;
    font-family: 'Merriweather', serif;
    text-transform: initial;
    line-height: 24px;
    min-height: 88px; }
  .woocommerce ul.products li.product .product__category-title, .woocommerce-page ul.products li.product .product__category-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  @media (max-width: 1199.99px) {
    .woocommerce ul.products li.product .product__category-title, .woocommerce-page ul.products li.product .product__category-title {
      min-height: 48px; } }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-family: 'Merriweather', serif;
    font-size: 20px !important;
    color: #1c1c1c !important;
    width: 100%;
    text-align: right; }
  .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    background: #73bae7 !important;
    border-radius: 0;
    font-weight: normal;
    font-size: 13px;
    padding: 16px 30px !important;
    width: 100%;
    text-align: center; }
  .woocommerce ul.products li.product .button i, .woocommerce-page ul.products li.product .button i {
    margin-right: 10px;
    font-size: 13px; }
  .woocommerce ul.products li.product .view-product-btn, .woocommerce-page ul.products li.product .view-product-btn {
    padding: 16px 30px;
    float: right;
    margin-top: 1em;
    line-height: 1;
    width: 100%;
    font-size: 13px;
    text-align: center; }
  .woocommerce ul.products li.product .view-product-btn i, .woocommerce-page ul.products li.product .view-product-btn i {
    margin-right: 10px;
    font-size: 13px; }
  .woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
    display: none; }
  .woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart {
    display: none; }
  @media (max-width: 1230px) and (min-width: 767px) {
    .woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .view-product-btn, .woocommerce-page ul.products li.product .view-product-btn, .woocommerce ul.products li.product.outofstock .product_type_simple, .woocommerce-page ul.products li.product.outofstock .product_type_simple {
      width: 100%; } }
  @media (max-width: 480px) {
    .woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .view-product-btn, .woocommerce-page ul.products li.product .view-product-btn, .woocommerce ul.products li.product.outofstock .product_type_simple, .woocommerce-page ul.products li.product.outofstock .product_type_simple {
      width: 100%; } }

.woocommerce span.onsale {
  border-radius: 0;
  top: 0 !important;
  left: 40px !important;
  width: 100px;
  background: #e74542;
  text-transform: uppercase;
  margin: 0 !important; }

.button-row {
  display: flex; }
  .button-row > div {
    position: relative;
    overflow: hidden;
    width: 50%; }
  .button-row > div:before {
    content: "";
    display: block;
    position: absolute;
    background: url('../../uploads/2019/09/left-spray.png') no-repeat center left;
    height: 100%;
    width: 248px;
    z-index: 2;
    left: 0;
    top: 0;
    background-size: cover;
    pointer-events: none; }
  .button-row > div:after {
    content: "";
    display: block;
    position: absolute;
    background: url('../../uploads/2019/09/right-spray.png') no-repeat center left;
    height: 100%;
    width: 248px;
    z-index: 2;
    right: 0;
    top: 0;
    background-size: cover;
    pointer-events: none; }
  .button-row > div:first-child {
    border-right: 5px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdd530+0,e74542+100 */
    background: #fdd530;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fdd530 0%, #e74542 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fdd530 0%, #e74542 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fdd530 0%, #e74542 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd530', endColorstr='#e74542',GradientType=1);
    /* IE6-9 */ }
  .button-row > div:last-child {
    border-left: 5px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#72bae7+0,25b6a7+100 */
    background: #72bae7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #72bae7 0%, #25b6a7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #72bae7 0%, #25b6a7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #72bae7 0%, #25b6a7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72bae7', endColorstr='#25b6a7',GradientType=1);
    /* IE6-9 */ }
  .button-row .vc_btn3-container {
    margin: 0;
    width: 100%; }
  .button-row .vc_btn3-container button, .button-row .vc_btn3-container a {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 23px; }
    .button-row .vc_btn3-container button:after, .button-row .vc_btn3-container a:after {
      content: "";
      background: url('../../uploads/2019/09/right-arrow-white.svg') center no-repeat;
      background-size: contain;
      width: 30px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      margin-top: -4px; }
  @media (max-width: 767px) {
  .button-row {
    flex-wrap: wrap; }
    .button-row > div {
      width: 100%;
      border: none !important;
      border-bottom: 5px solid #fff !important; } }

.fullwidth-image-box {
  width: 100%;
  padding: 200px 20%;
  text-align: center; }
  .fullwidth-image-box h3 {
    margin-bottom: 30px; }

#homeFooterButtons {
  display: none;
  border-bottom: 10px solid #fff; }
  #homeFooterButtons button {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

#genericFooterButtons {
  border-bottom: 10px solid #fff; }
  #genericFooterButtons a {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  #genericFooterButtons .vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
    top: 0;
    transition: all 0.2s ease-in-out;
    line-height: normal;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px; }

#emailSubscribe {
  background: #2f2f2f;
  padding: 40px 5%;
  color: #fff;
  text-align: center;
  border-bottom: 10px solid #fff; }
  #emailSubscribe p, #emailSubscribe span {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    display: inline-block; }
  #emailSubscribe form {
    margin-bottom: 0px; }
  #emailSubscribe .wpcf7-email,
  #emailSubscribe .ginput_container_email input {
    line-height: 44px;
    color: #737373;
    margin-left: 20px;
    padding: 0 20px;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 18px;
    min-height: 48px; }
  #emailSubscribe .ginput_container_email,
  #emailSubscribe .gform_footer {
    margin-top: 0 !important;
    margin-left: 0 !important;
    text-align: center;
  }
  #emailSubscribe .gform_wrapper div.validation_error {
    display: none;
  }
  #emailSubscribe .gfield_description.validation_message {
    color: #fff;
  }
  #emailSubscribe .gform_wrapper li.gfield.gfield_error {
    border: none !important;
    background: none !important;
  }
  #emailSubscribe .ginput_container_email input {
    margin-top: 0 !important;
    margin-left: 0 !important;
    min-width: 400px;
  }
  #emailSubscribe .gf_simple_horizontal {
    display: table;
    max-width: 55%;
  }
  #emailSubscribe .wpcf7-submit,
  #emailSubscribe .gform_button.button {
    border: none;
    text-transform: uppercase;
    background-color: #e74542 !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    font-size: 14px;
    padding: 4px 20px;
    line-height: 40px;
    position: relative;
    top: -1px; }
  @media (max-width: 1080px) {
  #emailSubscribe {
    text-align: center; }
    #emailSubscribe p, #emailSubscribe span {
      display: block; }

    #emailSubscribe .wpcf7-email {
      margin: 20px 0;
      width: 100%;
      max-width: 500px; } }

#footerInner {
  display: flex;
  flex-wrap: wrap; }
  #footerInner .footer-col-2, #footerInner .footer-col-3 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 20px !important; }
  #footerInner > div {
    padding: 50px; }
  #footerInner > div.footer-logo {
    padding: 30px;
    padding-top: 50px; }
    #footerInner > div.footer-logo img {
      width: 100%;
      max-width: 400px;
      display: block; }
    #footerInner > div.footer-logo .footer-icons {
      margin-top: 60px; }
    #footerInner > div.footer-logo .footer-icons ul {
      display: flex;
      align-items: baseline; }
      #footerInner > div.footer-logo .footer-icons ul li {
        display: inline-block;
        margin-right: 15px; }
        #footerInner > div.footer-logo .footer-icons ul li:last-child {
          margin-right: 0; }
  #footerInner > div:nth-child(1) {
    width: 30%; }
  #footerInner > div:nth-child(2) {
    width: 30%; }
    #footerInner > div:nth-child(2) ul li a {
      padding: 10px;
      display: inline-block;
      line-height: 1.4em;
      text-transform: uppercase; }
    #footerInner > div:nth-child(2) ul:last-child {
      margin-top: 34px; }
      #footerInner > div:nth-child(2) ul:last-child li {
        display: inline-block; }
        #footerInner > div:nth-child(2) ul:last-child li a {
          padding: 10px;
          font-size: 13px; }
  #footerInner > div:nth-child(3) {
    background: #fdcb35;
    padding: 50px;
    padding-left: 70px;
    flex-grow: 1; }
    #footerInner > div:nth-child(3) p {
      padding: 10px;
      line-height: 1.4em;
      position: relative; }
    #footerInner > div:nth-child(3) p:before {
      content: "";
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: -2px;
      position: absolute;
      left: -20px;
      top: 15px; }
    #footerInner > div:nth-child(3) p.footer-tel {
      font-size: 20px; }
      #footerInner > div:nth-child(3) p.footer-tel:before {
        background: url('../../uploads/2019/09/footer-tel-icon.svg') bottom no-repeat;
        background-size: contain; }
    #footerInner > div:nth-child(3) p.footer-address:before {
      background: url('../../uploads/2019/09/footer-address-icon.svg') bottom no-repeat;
      background-size: contain;
      top: 12px; }
    #footerInner > div:nth-child(3) p.footer-email:before {
      background: url('../../uploads/2019/09/footer-email-icon.svg') bottom no-repeat;
      background-size: contain;
      top: 8px; }
  @media (max-width: 1200px) {
    #footerInner > div:nth-child(1) {
      width: 50%; }

    #footerInner > div:nth-child(2) {
      width: 50%; } }
  @media (max-width: 767px) {
    #footerInner > div {
      width: 100% !important; } }

.product-cats {
  display: block;
  width: 100%;
  clear: both; }
  .product-cats .category h2 {
    font-size: 16px; }

.woocommerce-breadcrumb {
  margin-bottom: 30px;
  color: #1c1c1c;
  font-family: 'Merriweather', serif;
  line-height: 1.4em; }
  .woocommerce-breadcrumb a {
    color: #1c1c1c;
    font-family: 'Merriweather', serif;
    text-decoration: none;
    font-weight: 600; }
  .woocommerce-breadcrumb span {
    margin: 0px 10px;
    font-weight: 700; }

body.archive header#cat-main-header {
  margin-bottom: 80px;
  min-height: 600px; }
  @media (max-width: 1320px) {
    body.archive header#cat-main-header {
      min-height: 400px; } }
  body.archive header#cat-main-header .cat-featured-image {
    display: none; }
  body.archive header#cat-main-header .header-render-wrapper {
    overflow: hidden;
    padding-bottom: 60px; }
    body.archive header#cat-main-header .header-render-wrapper .header-left {
      width: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      float: left;
      position: absolute;
      z-index: 1; }
    body.archive header#cat-main-header .header-render-wrapper .header-left img {
      width: 100%; }
    @media (max-width: 767px) {
      body.archive header#cat-main-header .header-render-wrapper .header-left {
        min-height: 0px; } }
    body.archive header#cat-main-header .header-render-wrapper .header-right {
      display: flex;
      float: right;
      align-items: center;
      justify-content: center;
      width: 52%;
      padding: 100px 10% 100px 5%;
      box-sizing: border-box;
      background: #fdcb35;
      min-height: 450px;
      position: relative; }
    body.archive header#cat-main-header .header-render-wrapper .header-right::after {
      content: url('images/splatter_8bit.png');
      position: absolute;
      right: -230px; }
    body.archive header#cat-main-header .header-render-wrapper .header-right .woocommerce-breadcrumb {
      color: black;
      margin-bottom: 60px; }
      body.archive header#cat-main-header .header-render-wrapper .header-right .woocommerce-breadcrumb a {
        color: black;
        text-decoration: none;
        font-weight: 400; }
    body.archive header#cat-main-header .header-render-wrapper .header-right h1.woocommerce-products-header__title {
      font-family: Montserrat, sans-serif;
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px; }
    body.archive header#cat-main-header .header-render-wrapper .header-right h2, body.archive header#cat-main-header .header-render-wrapper .header-right h3, body.archive header#cat-main-header .header-render-wrapper .header-right h4, body.archive header#cat-main-header .header-render-wrapper .header-right p, body.archive header#cat-main-header .header-render-wrapper .header-right li {
      margin-bottom: 1rem;
      line-height: 1.2em; }
    body.archive header#cat-main-header .header-render-wrapper .header-right p {
      line-height: 1.4em;
      font-size: 15px; }
    body.archive header#cat-main-header .header-render-wrapper .header-right a {
      text-decoration: underline; }
    body.archive header#cat-main-header .header-render-wrapper .header-right a[title="Read More"] {
      font-family: Montserrat, sans-serif;
      font-weight: 600; }
    @media (max-width: 1282px) {
      body.archive header#cat-main-header .header-render-wrapper .header-right {
        padding: 40px 10% 40px 5%; }
        body.archive header#cat-main-header .header-render-wrapper .header-right .woocommerce-breadcrumb {
          margin-bottom: 40px; } }
    @media (max-width: 1080px) {
    body.archive header#cat-main-header .header-render-wrapper .header-left {
      width: 100%;
      position: relative; }
    body.archive header#cat-main-header .header-render-wrapper .header-right {
      width: 100%;
      min-height: 350px; } }
  body.archive .subcats-wrapper {
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%; }
  body.archive .subcats-wrapper > h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px; }
  body.archive .subcats-wrapper ul.product-cats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    body.archive .subcats-wrapper ul.product-cats li.category {
      display: flex;
      width: 30%;
      margin-bottom: 20px;
      align-items: center; }
    body.archive .subcats-wrapper ul.product-cats li.category img {
      display: block;
      width: 150px !important; }
    body.archive .subcats-wrapper ul.product-cats li.category h2 {
      padding: 30px;
      align-self: center;
      font-size: 20px; }
    @media (max-width: 1200px) {
      body.archive .subcats-wrapper ul.product-cats li.category {
        width: 46% !important; } }
    @media (max-width: 767px) {
      body.archive .subcats-wrapper ul.product-cats li.category {
        width: 46% !important;
        text-align: center;
        flex-direction: column; }
        body.archive .subcats-wrapper ul.product-cats li.category img {
          width: 100% !important; } }
  body.archive .products-title {
    padding: 50px;
    background: #e74542;
    width: 50%;
    text-align: right;
    position: absolute; }
  body.archive .products-title.search-no-results {
    position: initial;
    margin-bottom: 30px; }
  body.archive .products-title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: normal; }
  @media (max-width: 767px) {
    body.archive .products-title {
      margin-top: 0;
      text-align: left;
      position: relative;
      width: 100%; } }
  body.archive .woocommerce-result-count {
    display: none; }
  body.archive .woocommerce-ordering {
    width: 52%;
    background: #f68d42;
    padding: 40px;
    padding-top: 35px;
    padding-right: 5%;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: right; }
  body.archive .woocommerce-ordering .filter-label {
    color: #fff;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 14px;
    padding-bottom: 15px; }
    body.archive .woocommerce-ordering .filter-label a {
      color: #fff;
      font-family: 'Merriweather', serif;
      font-style: italic;
      font-size: 14px;
      padding-bottom: 15px;
      margin-left: 15px; }
  body.archive .woocommerce-ordering select {
    background: transparent;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    padding-right: 24px;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    outline: none;
    background: url(images/menu-down-arrow.svg) center right no-repeat;
    min-width: 180px; }
    body.archive .woocommerce-ordering select.orderby {
      margin-right: 20px; }
    @media (max-width: 1030px) and (min-width: 768px), (max-width: 519px) {
      body.archive .woocommerce-ordering select.orderby {
        margin-right: 0px; } }
    body.archive .woocommerce-ordering select:focus {
      box-shadow: none;
      outline: none; }
    body.archive .woocommerce-ordering select option {
      color: black; }
  @media (max-width: 767px) {
    body.archive .woocommerce-ordering {
      margin-top: 0;
      width: 100%; } }
  body.archive .products {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  @media (max-width: 1200px) {
      body.archive .products .product {
        width: 46% !important; } }
    @media (max-width: 767px) {
    body.archive .products .product {
      width: 100% !important; } }

body.single-product .outofstock .tinv-wraper {
  bottom: 0px !important; }
  body.single-product .woocommerce-breadcrumb {
    padding: 30px 5%;
    padding-top: 40px; }
  body.single-product .woocommerce-breadcrumb a {
    color: #25b6a7;
    font-weight: initial; }
  body.single-product .sku_wrapper {
    font-weight: 700; }
  body.single-product .sku_wrapper .sku {
    font-weight: initial; }
  body.single-product .woocommerce-product-gallery {
    padding-left: 5%; }
  body.single-product .woocommerce-product-gallery .flex-viewport {
    border: 1px solid #ddd; }
  @media (max-width: 767px) {
    body.single-product .woocommerce-product-gallery {
      padding-right: 5%; } }
  body.single-product .flex-control-thumbs li {
    border: 1px solid #ddd;
    margin-right: 10px !important;
    margin-top: 10px !important; }
  body.single-product .summary.entry-summary {
    padding-right: 5%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    line-height: 24px; }
  body.single-product .summary.entry-summary > * {
    width: 100%;
    order: 30;
    margin-bottom: 20px; }
  body.single-product .summary.entry-summary a {
    text-decoration: underline; }
  body.single-product .summary.entry-summary .woocommerce-product-rating {
    display: none; }
  body.single-product .summary.entry-summary .stock.out-of-stock {
    text-align: right;
    position: relative; }
    body.single-product .summary.entry-summary .stock.out-of-stock::before {
      content: "x";
      font-family: sans-serif;
      margin-right: 5px;
      position: absolute;
      margin-left: -15px;
      top: -1px; }
  body.single-product .summary.entry-summary .stock.in-stock {
    display: none; }
  body.single-product .summary.entry-summary .stock-notifier-text {
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #25b6a7;
    margin-top: -20px; }
  body.single-product .summary.entry-summary .cwginstock-subscribe-form {
    display: flex;
    justify-content: flex-end; }
    body.single-product .summary.entry-summary .cwginstock-subscribe-form .panel-primary {
      border-color: #25b6a7;
      max-width: 530px; }
    body.single-product .summary.entry-summary .cwginstock-subscribe-form .panel-primary .panel-heading {
      background-color: #25b6a7;
      border-color: #25b6a7; }
    body.single-product .summary.entry-summary .cwginstock-subscribe-form .panel-primary .panel-body {
      padding: 25px 10px; }
    body.single-product .summary.entry-summary .cwginstock-subscribe-form .panel-primary .cwg_iagree_checkbox {
      padding-bottom: 5px; }
    body.single-product .summary.entry-summary .cwginstock-subscribe-form .panel-primary .cwgstock_email {
      line-height: 44px;
      color: #737373;
      padding: 0 20px;
      font-family: 'Merriweather', serif;
      font-size: 14px;
      text-align: left !important;
      margin-bottom: 1rem; }
    body.single-product .summary.entry-summary .cwginstock-subscribe-form .panel-primary .cwgstock_output {
      padding-top: 15px; }
    body.single-product .summary.entry-summary .cwginstock-subscribe-form .panel-primary .form-group {
      text-align: left !important;
      margin-bottom: 0px; }
      body.single-product .summary.entry-summary .cwginstock-subscribe-form .panel-primary .form-group .cwgstock_button {
        width: 200px;
        background-color: #25b6a7;
        border: none;
        padding: 10px 0px; }
  body.single-product .summary.entry-summary .quantity {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 40px 0 0 !important; }
    body.single-product .summary.entry-summary .quantity label {
      width: initial;
      height: initial;
      position: initial;
      font-family: 'Merriweather', serif;
      font-size: 18px;
      margin-right: 24px; }
  body.single-product .summary.entry-summary .product_title.entry-title {
    order: 1;
    font-family: 'Merriweather', serif;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-transform: none; }
  body.single-product .summary.entry-summary .product_meta {
    order: 2; }
  body.single-product .summary.entry-summary .woocommerce-product-details__short-description {
    order: 3; }
  body.single-product .summary.entry-summary .price {
    color: #1c1c1c;
    order: 4;
    text-align: right;
    font-size: 32px; }
    body.single-product .summary.entry-summary .price ins {
      text-decoration: none; }
  body.single-product .summary.entry-summary .cart {
    order: 5;
    display: flex;
    justify-content: flex-end; }
    body.single-product .summary.entry-summary .cart input.input-text.qty {
      border: none;
      border-bottom: 2px solid #737373;
      width: 100px;
      font-size: 32px;
      font-family: 'Merriweather', serif; }
      body.single-product .summary.entry-summary .cart input.input-text.qty:focus {
        outline: none;
        box-shadow: none; }
  body.single-product .summary.entry-summary a.compare {
    position: absolute;
    right: 11%;
    display: block;
    width: auto;
    margin-bottom: 0;
    bottom: -14px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 600; }
    body.single-product .summary.entry-summary a.compare:before {
      content: "";
      width: 30px;
      height: 20px;
      display: inline-block;
      background: url(images/compare-arrows.svg) center no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin-right: 10px;
      margin-top: -4px; }
  body.single-product .summary.entry-summary .tinv-wraper {
    bottom: 30px;
    right: 5%;
    top: auto;
    margin-right: 160px; }
    body.single-product .summary.entry-summary .tinv-wraper .tinvwl_add_to_wishlist_button {
      width: 180px;
      font-size: 14px; }
    body.single-product .summary.entry-summary .tinv-wraper .tinvwl_add_to_wishlist_button:before {
      vertical-align: middle;
      margin-right: 10px !important;
      margin-top: -3px !important; }
    body.single-product .summary.entry-summary .tinv-wraper .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
      display: inline-block;
      text-transform: uppercase;
      color: #1c1c1c;
      font-weight: 600; }
  body.single-product .summary.entry-summary .single_add_to_cart_button {
    font-weight: initial;
    width: 50%;
    padding: 25px; }
  @media (max-width: 767px) {
    body.single-product .summary.entry-summary {
      padding-left: 5%;
      margin-bottom: 5em !important; } }
  body.single-product .product.outofstock a.compare {
    bottom: -23px; }
  body.single-product .woocommerce-tabs.wc-tabs-wrapper {
    display: flex; }
  body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    width: 30%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: visible; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs:before {
      display: none; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
      display: block;
      border: none;
      background: none;
      margin: 0;
      padding: 0;
      margin-bottom: 5px; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:before {
      display: none; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:after {
      display: none; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
      text-transform: uppercase;
      font-weight: normal;
      padding: 40px;
      background: #f68d42;
      color: #fff;
      display: block;
      width: 110%;
      font-size: 26px;
      line-height: 35px; }
      @media (max-width: 959px) {
      body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
        font-size: 22px; } }
      body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a::after {
        content: "";
        background: url(../../uploads/2019/09/right-arrow-white.svg) center no-repeat;
        background-size: contain;
        width: 40px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        margin-top: -4px; }
        @media (max-width: 1080px) and (min-width: 768px) {
      body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a::after {
        content: none; } }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
      background: #fdcb35;
      color: #1c1c1c;
      width: 120%; }
      body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a::after {
        background: url(images/right-arrow-black.svg) center no-repeat;
        width: 38px; }
  body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    width: 70%;
    background: #f6f4f4;
    padding: 60px;
    padding-left: 140px;
    margin-top: 40px; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2, body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 {
      font-size: 24px;
      margin-bottom: 20px; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
      line-height: 1.4em;
      color: #737373;
      margin-bottom: 1em; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel li {
      margin-bottom: 1em;
      font-family: 'Merriweather', serif; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel a {
      text-decoration: underline; }
  @media (max-width: 767px) {
    body.single-product .woocommerce-tabs.wc-tabs-wrapper {
      display: block; }
      body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
        width: 100%;
        display: block; }
        body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
          width: auto !important;
          display: block; }
          body.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
            width: auto !important;
            padding: 20px; }
      body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
        width: 100%;
        margin-top: 0;
        padding: 30px 5%; } }
  body.single-product .woocommerce-tabs.wc-tabs-wrapper .tinv-wraper {
    position: initial;
    margin-top: 70px; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper .tinv-wraper a {
      position: initial;
      width: 180px; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper .tinv-wraper a::before {
      margin-right: 10px !important; }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper .tinv-wraper a .tinvwl_add_to_wishlist-text {
      display: inline-block;
      text-transform: uppercase;
      color: #1c1c1c;
      font-weight: 600;
      font-size: 14px;
      position: relative;
      top: -3px; }
  body.single-product .upsells.products {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%; }
  body.single-product .upsells.products h2 {
    text-align: center;
    margin-bottom: 60px; }
  body.single-product .upsells.products ul.products li.product {
    margin: auto; }
  @media (max-width: 767px) {
    body.single-product .upsells.products ul.products li.product {
      width: 100%; } }

@media (min-width: 767px) {
    #buyersGuides {
      padding: 200px 10%; } }
  #buyersGuides h2 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 2rem; }
  #buyersGuides h2 + p {
    font-size: 24px;
    color: #737373; }
  #buyersGuides a {
    padding: 20px 40px;
    font-size: 18px; }

body.woocommerce-cart #main {
  padding: 40px 5%; }
  body.woocommerce-cart #main .woocommerce-cart-form__cart-item img {
    width: 100px; }

body.page-id-1461 #main {
  padding: 40px 5%; }
  body.page-id-1461 #main .tinvwl-table-manage-list thead tr {
    background: #f6f4f4; }
    body.page-id-1461 #main .tinvwl-table-manage-list tbody tr {
      border-bottom: 1px solid #ddd; }
  body.page-id-1461 #main .ftinvwl.ftinvwl-times::before {
    position: relative;
    right: 2px;
    top: -1px; }

body.home #homeFooterButtons {
  display: block; }
  body.home #genericFooterButtons {
    display: none; }

.woocommerce-pagination {
  margin-bottom: 60px; }

.tinv-wraper {
  position: absolute;
  top: 0;
  right: 0; }

.tinvwl_add_to_wishlist-text {
  display: none; }

.tinvwl_add_to_wishlist_button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #e74542;
  margin: 0 !important; }
  .tinvwl_add_to_wishlist_button:before {
    font-size: 30px !important;
    margin: 0 !important; }
  @media (max-width: 480px) {
  .tinvwl_add_to_wishlist_button {
    right: 0px; } }

.banner-image {
  width: 100%; }
  .banner-image figure {
    width: 100%; }
  .banner-image figure div {
    width: 100%; }
    .banner-image figure div img {
      width: 100%; }
  .banner-image #breadcrumb {
    padding: 0 5%;
    margin-top: 40px; }

body.text-page #main h1, body.text-page #main h2, body.text-page #main h3, body.text-page #main h4, body.text-page #main p, body.text-page #main li {
  margin-bottom: 1rem;
  line-height: 1.2em; }
  body.text-page #main h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2rem; }
  body.text-page #main h2 {
    font-size: 24px; }
  body.text-page #main p {
    line-height: 1.4em; }
    body.text-page #main p a {
      text-decoration: underline; }
  body.text-page #main .vc_column_container {
    padding: 60px 5%; }
  body.text-page #main .vc_column_container.banner-image {
    padding: 0; }

body.all-categories #main {
  padding: 60px 10%; }
  body.all-categories #main h1 {
    text-align: center;
    margin-bottom: 40px; }
  body.all-categories #main ul.products {
    display: flex;
    flex-wrap: wrap; }

body.woocommerce-account #main, body.woocommerce-checkout #main, body.woocommerce-cart #main {
  padding: 60px 10%; }
  body.woocommerce-account #main h2, body.woocommerce-checkout #main h2, body.woocommerce-cart #main h2, body.woocommerce-account #main h3, body.woocommerce-checkout #main h3, body.woocommerce-cart #main h3 {
    margin-top: 20px;
    margin-bottom: 20px; }
    body.woocommerce-account #main h2#order_review_heading, body.woocommerce-checkout #main h2#order_review_heading, body.woocommerce-cart #main h2#order_review_heading, body.woocommerce-account #main h3#order_review_heading, body.woocommerce-checkout #main h3#order_review_heading, body.woocommerce-cart #main h3#order_review_heading {
      padding-top: 40px;
      margin-top: 40px;
      border-top: 1px solid #ddd; }
  body.woocommerce-account #main p, body.woocommerce-checkout #main p, body.woocommerce-cart #main p {
    line-height: 1.4em;
    margin-bottom: 1rem; }
    body.woocommerce-account #main p a, body.woocommerce-checkout #main p a, body.woocommerce-cart #main p a {
      text-decoration: underline; }
  body.woocommerce-account #main .form-row, body.woocommerce-checkout #main .form-row, body.woocommerce-cart #main .form-row {
    display: block; }
  body.woocommerce-account #main input:not([type="submit"]), body.woocommerce-checkout #main input:not([type="submit"]), body.woocommerce-cart #main input:not([type="submit"]), body.woocommerce-account #main textarea, body.woocommerce-checkout #main textarea, body.woocommerce-cart #main textarea {
    padding: 10px; }
  body.woocommerce-account #main input#coupon_code, body.woocommerce-checkout #main input#coupon_code, body.woocommerce-cart #main input#coupon_code {
    width: 200px; }
  @media (max-width: 600px) {
      body.woocommerce-account #main .coupon .button, body.woocommerce-checkout #main .coupon .button, body.woocommerce-cart #main .coupon .button {
        width: 100%; }
      body.woocommerce-account #main .coupon #coupon_code, body.woocommerce-checkout #main .coupon #coupon_code, body.woocommerce-cart #main .coupon #coupon_code {
        width: 100%;
        margin-bottom: 10px; } }
  body.woocommerce-account #main .woocommerce-MyAccount-navigation, body.woocommerce-checkout #main .woocommerce-MyAccount-navigation, body.woocommerce-cart #main .woocommerce-MyAccount-navigation {
    padding-right: 50px;
    padding-bottom: 30px; }
    body.woocommerce-account #main .woocommerce-MyAccount-navigation ul li, body.woocommerce-checkout #main .woocommerce-MyAccount-navigation ul li, body.woocommerce-cart #main .woocommerce-MyAccount-navigation ul li {
      border-bottom: 1px solid #ddd; }
      body.woocommerce-account #main .woocommerce-MyAccount-navigation ul li:last-child, body.woocommerce-checkout #main .woocommerce-MyAccount-navigation ul li:last-child, body.woocommerce-cart #main .woocommerce-MyAccount-navigation ul li:last-child {
        border: none; }
      body.woocommerce-account #main .woocommerce-MyAccount-navigation ul li a, body.woocommerce-checkout #main .woocommerce-MyAccount-navigation ul li a, body.woocommerce-cart #main .woocommerce-MyAccount-navigation ul li a {
        padding: 10px;
        display: block; }
  body.woocommerce-account #main .actions button, body.woocommerce-checkout #main .actions button, body.woocommerce-cart #main .actions button {
    padding: 15px 20px; }
  /*@media (max-width: 768px) {
      body.woocommerce-account #main .shop_table, body.woocommerce-checkout #main .shop_table, body.woocommerce-cart #main .shop_table {
        display: block; } }*/

body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center; }
  body.woocommerce-checkout #ship-to-different-address #ship-to-different-address-checkbox {
    margin-right: 10px; }

body.search-no-results.post-type-archive-product .products-title {
  position: initial;
  margin-bottom: 30px; }

body.error404 .vc_column_container {
  padding: 60px 5%; }

html.ios .tinv-wishlist .tinvwl-table-manage-list i.ftinvwl-times::before, html.android .tinv-wishlist .tinvwl-table-manage-list i.ftinvwl-times::before {
  top: 1px !important; }



/*this is over rides*/

body.archive header#cat-main-header .header-render-wrapper{
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
body.archive header#cat-main-header{
  min-height: auto;
  margin-bottom: 0;
}
body.archive header#cat-main-header .header-render-wrapper{
  padding-bottom: 0;
}
/*out of stock message and position*/
.archive .out-of-stock{
  color: red;
  float: left;
  position: relative;
  padding-left: 15px;
  margin-top: -.5em;
}
.archive .out-of-stock:before{
  content: "x";
  font-family: sans-serif;
  margin-right: 5px;
  left: 0;
  position: absolute;
}
.woocommerce-Price-amount.amount{
	text-align: right;
}
.archive  ins{
	text-decoration: none;
}