/** Shopify CDN: Minification failed

Line 3944:59 Unexpected "\".pagination-custom\""

**/
/* #preview-bar-iframe{
  display: none;
} */
/* Fonts */
@font-face {
  font-family: 'din-bold';
  font-style: normal;
  font-weight: bold;
  src: url("//grillscapes.com/cdn/shop/t/85/assets/din-bold.ttf?v=108572969588675403421749161176") format("truetype"); }

@font-face {
  font-family: 'din-medium';
  font-style: normal;
  font-weight: 500;
  src: url("//grillscapes.com/cdn/shop/t/85/assets/din-medium.ttf?v=123962237831287306611749161176") format("truetype"); }

@font-face {
  font-family: 'din';
  font-style: normal;
  font-weight: 400;
  src: url("//grillscapes.com/cdn/shop/t/85/assets/din.ttf?v=176140736838173157911749161176") format("truetype"); }

/* Colors */
::selection {
  background: #cc5500; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400; }

* {
  box-sizing: border-box; }

body {
  font: 400 100%/0.8 "Open Sans", sans-serif !important;
  color: #111111;
  letter-spacing: normal;
  overflow-wrap: break-word;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  margin: 0; }

.icon-fallback-text .icon {
  display: inline-block; }

.product__img-wrapper.supports-js .product__img {
  position: absolute;
  top: 0;
  width: 100%; }

.icon-fallback-text li .icon {
  font-size: 22px;
  line-height: 22px; }

.icon-fallback-text .icon {
  display: none; }

.icon-facebook:before {
  content: "\66"; }

.icon-fallback-text .icon:before {
  display: inline;
  font-family: icons;
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (min-width: 1250px) {
  .wide--one-fifth {
    width: 20%; } }
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

.grid--full:after, .grid--rev:after, .grid-uniform:after, .grid:after {
  content: "";
  display: table;
  clear: both; }

.grid, .grid--full, .grid--rev, .grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0; }

.site-header .grid, .site-header .grid--full, .site-header .grid--rev {
  display: table;
  table-layout: fixed;
  width: 100%; }

.site-header .grid--full > .grid__item, .site-header .grid--rev > .grid__item, .site-header .grid > .grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle; }

.visually-hidden {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

img {
  max-width: 100%; }

ol,
ul,
li,
p,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  padding: 0; }

li {
  text-decoration: none;
  list-style: none; }

a {
  text-decoration: none;
  color: #111111;
  cursor: pointer; }

a:hover,
a:focus,
.text-link:hover,
.text-link:focus {
  color: inherit; }

h1,
h2 {
  font-family: "Oswald", sans-serif, "Arial";
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px; }

h3, .h3 {
  font-family: "Oswald", sans-serif, "Arial";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: 0.67px; }

h4, .h4 {
  font-family: "Oswald", sans-serif, "Arial";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px; }

h5, .h5 {
  font-family: "Oswald", sans-serif, "Arial";
  font-weight: 400; }

h6, .h6 {
  font-family: "Open Sans", sans-serif; }

.displaymb.calls a {
  color: #fff; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #111111; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }
  .lowercase::first-letter {
    text-transform: capitalize; }

.margin-auto {
  margin: 0 auto; }

.capitalize {
  text-transform: capitalize !important; }

.flex {
  display: flex; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.clear {
  clear: both; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.hidden {
  display: none !important; }

.visible {
  display: block; }

.align-center {
  align-items: center;
  justify-content: center; }

.opacity-zero {
  opacity: 0; }

.btn-red.bread-promo {
  padding: 20px; }

/* Buttons */
.btn-red {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  border: none;
  text-transform: uppercase;
  max-width: 165px;
  color: white;
  background-color: #cc5500; }
  .btn-red:hover {
    color: white; }
  .btn-red:hover {
    background-color: #e6751b; }

.btn-with-red-border {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  border: none;
  text-transform: uppercase;
  max-width: 273px;
  padding: 17px 0px;
  color: #000000;
  border-bottom: 3px solid #cc5500; }
  .btn-with-red-border:hover {
    color: #111111; }

.shopify-challenge__container {
  padding-top: 50px; }
  .shopify-challenge__container .shopify-challenge__button.btn {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    border: none;
    text-transform: uppercase;
    max-width: 165px;
    color: white;
    background-color: #cc5500;
    padding: 14.5px 0px; }
    .shopify-challenge__container .shopify-challenge__button.btn:hover {
      color: white; }
    .shopify-challenge__container .shopify-challenge__button.btn:hover {
      background-color: #e6751b; }

/* Sales Tag */
.sales-tag {
  background-color: #cc5500;
  padding: 3px 10px;
  position: absolute;
  font-family: "Oswald", sans-serif, "Arial";
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: white;
  z-index: 1; }

/*** WRAPPER for Header + content + footer */
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0px; }

/*Whole page + navigation content + footer content to come under this */
.mainWrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%; }

/*Content*/
.headerWrapper {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%; }

/*Content*/
.contentWrapper-380 {
  max-width: 380px;
  width: 100%; }

.contentWrapper-780 {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 40px;
  padding-bottom: 40px; }

.contentWrapper-980 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px; }

.contentWrapper {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px !important;
  padding-right: 30px !important; }

/*Content
Check why was this changed????
*/
.contentWrapper-1240 {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  /*@include wrapper-padding-15;*/ }

.contentWrapper-1300 {
  max-width: 1300px;
  margin: 0 auto !important;
  width: 100%;
  padding-left: 30px !important;
  padding-right: 30px !important;
  /*@include wrapper-padding-15;*/ }

.contentWrapper-1420 {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px !important;
  padding-right: 30px !important;
  /*@include wrapper-padding-15;*/ }

.contentWrapper-1140 {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px !important;
  padding-right: 30px !important;
  /*@include wrapper-padding-15;*/ }

.contentWrapper-1160 {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.contentWrapper-1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px !important;
  padding-right: 30px !important; }

/* pass your own width 
  <li class="grid-width" style="--grid-width: 980px">
*/
.grid-width {
  width: var(--grid-width); }

.section-header {
  margin: 7px 0 0; }

/***** Header *****/
/*Top Bar with extra options*/
.supports-js .logo__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px; }

.header-bar {
  padding: 11px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
  background: #161d1f;
  color: #fff; }
  .header-bar .freeShippingSection {
    float: left; }
    .header-bar .freeShippingSection h5, .header-bar .freeShippingSection .h5 {
      font-size: 18.3px;
      line-height: 1;
      letter-spacing: 0.5px;
      color: white;
      text-transform: uppercase;
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-truck.png?v=4791392863766470121749161176) no-repeat left center/29px;
      min-height: 18px;
      padding-left: 50px; }
  .header-bar ul {
    display: flex;
    float: right;
    margin: 0; }
    .header-bar ul li a {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 14.3px;
      line-height: 1.29;
      letter-spacing: normal;
      text-align: center;
      color: white;
      margin-left: 40px; }

@media screen and (max-width: 1024px) {
  .bnr-banner .bnr-btn a {
    padding: 15px 15px !important; }

  .header-bar {
    text-align: center; }
    .header-bar ul {
      display: flex;
      float: unset;
      margin: 0;
      flex-direction: row;
      justify-content: space-evenly;
      width: 100%; }
      .header-bar ul li a {
        margin-left: 0px; }
    .header-bar .freeShippingSection {
      float: none;
      display: inline-block; } }
#searchBarToggle {
  display: none; }

@media screen and (max-width: 480px) {
  .header-bar {
    display: none;
    padding: 11px 0 12px; }
    .header-bar ul {
      display: none; }
    .header-bar .freeShippingSection h5, .header-bar .freeShippingSection .h5 {
      font-size: 12.3px;
      line-height: 1.17;
      letter-spacing: 0.34px;
      background-size: 20px;
      min-height: 12px;
      padding-left: 32px; }

  .headerSearchSectionMobile {
    display: block;
    height: 42px;
    transition: all 0.2s ease-in-out;
    overflow: hidden; }
    .headerSearchSectionMobile:not(.active) {
      height: 0;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      border-bottom: none !important; }

  .wrapper.main-content {
    margin-top: 58px !important; }

  .mobile-menu {
    top: 58px !important; }

  .site-header .headerLogoSection .headerLogo {
    right: 35px !important; }

  #searchBarToggle {
    display: block;
    margin-right: 10px;
    height: 19px; }
    #searchBarToggle:not(.active) .magnify-close {
      display: none; }
    #searchBarToggle.active .magnify {
      display: none; } }
.site-header {
  padding: 0px;
  position: fixed;
  width: 100%;
  z-index: 5;
  background: #fff;
  top: 40px; }
  .site-header .headerLogoSection {
    padding: 21.5px 0;
    display: inline-block !important;
    width: 100%;
    position: relative; }
    .site-header .headerLogoSection .headerLogo {
      position: absolute;
      right: 0;
      left: 20px;
      top: 14px;
      max-width: 393px;
      width: 100%; }
    .site-header .headerLogoSection .logo__image-wrapper {
      width: 393px; }
    .site-header .headerLogoSection .headerLeftSection {
      align-items: center;
      margin-right: 30px; }
    .site-header .headerLogoSection .headerRightSection {
      align-items: center;
      margin-top: 4px; }
    .site-header .headerLogoSection .headerSearchSection,
    .site-header .headerLogoSection .headerSearchSectionMobile {
      margin-right: 40px; }
      .site-header .headerLogoSection .headerSearchSection form,
      .site-header .headerLogoSection .headerSearchSectionMobile form {
        position: relative;
        height: 40px;
        margin-bottom: 0px; }
      .site-header .headerLogoSection .headerSearchSection .header-bar__search-submit,
      .site-header .headerLogoSection .headerSearchSectionMobile .header-bar__search-submit {
        right: 0;
        background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-search.png?v=118332930721346352611749161176) no-repeat left center/14px;
        height: 40px;
        width: 30px;
        border: none; }
        .site-header .headerLogoSection .headerSearchSection .header-bar__search-submit .icon-search,
        .site-header .headerLogoSection .headerSearchSectionMobile .header-bar__search-submit .icon-search {
          display: none; }
      .site-header .headerLogoSection .headerSearchSection .header-bar__search-input,
      .site-header .headerLogoSection .headerSearchSectionMobile .header-bar__search-input {
        width: 200px;
        height: 40px;
        border: solid 1px #dadada;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: normal;
        color: #111111;
        padding-left: 20px;
        border-radius: 0px; }
      .site-header .headerLogoSection .headerSearchSection .header-bar__search-input:placeholder,
      .site-header .headerLogoSection .headerSearchSectionMobile .header-bar__search-input:placeholder {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: normal; }
    .site-header .headerLogoSection .cart-page-link {
      order: 6;
      width: 22px;
      height: 19px;
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-cart.png?v=78561783804150394161749161176) no-repeat left center/22px;
      position: relative;
      margin-right: 18px; }
      .site-header .headerLogoSection .cart-page-link .icon-cart,
      .site-header .headerLogoSection .cart-page-link .cart-count::before,
      .site-header .headerLogoSection .cart-page-link .cart-count::after {
        display: none; }
      .site-header .headerLogoSection .cart-page-link .cart-count {
        width: 20px;
        height: 20px;
        background-color: #cc5500;
        border-radius: 50%;
        color: #fff;
        display: block;
        top: -14px;
        right: -20px;
        font-size: 12px;
        padding-top: 5px; }
    .site-header .headerLogoSection .customerAccountOuter:hover ul {
      display: block; }
    .site-header .headerLogoSection .customerloginLinkOuter {
      margin-right: 40px;
      order: 5;
      position: relative; }
      .site-header .headerLogoSection .customerloginLinkOuter ul {
        position: absolute;
        display: none;
        width: 100px;
        height: 90px;
        left: -40px;
        padding: 20px;
        z-index: 1;
        top: 30px;
        background: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
        .site-header .headerLogoSection .customerloginLinkOuter ul li {
          margin-bottom: 10px; }
          .site-header .headerLogoSection .customerloginLinkOuter ul li:last-child {
            margin-bottom: 0px; }
    .site-header .headerLogoSection .customerloginLink {
      display: block;
      width: 17px;
      height: 30px;
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-user.png?v=49305618173611055561749161176) no-repeat left center/17px; }
    .site-header .headerLogoSection .getInTouchSection {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-phone.png?v=53074506101060817051749161176) no-repeat left center/18px;
      padding-left: 33px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin-right: 40px; }
      .site-header .headerLogoSection .getInTouchSection h5, .site-header .headerLogoSection .getInTouchSection .h5 {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #111111; }
      .site-header .headerLogoSection .getInTouchSection a {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        font-size: 24.3px;
        line-height: normal;
        letter-spacing: normal;
        color: #161d1f; }
    .site-header .headerLogoSection .priceMoneyGuaranteeSection {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-tick.png?v=112449537361902426121749161176) no-repeat left center/20px;
      padding-left: 35px;
      min-height: 20px; }
      .site-header .headerLogoSection .priceMoneyGuaranteeSection h5, .site-header .headerLogoSection .priceMoneyGuaranteeSection .h5 {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #111111;
        margin: 0px;
        padding: 0; }
  .site-header .headerNavigation {
    border-top: solid 1px #f0f0f0;
    padding: 0px 0;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);*/
    border-bottom: solid 1px #f0f0f0;
    padding: 4px 0px 0px 0px;
    display: flex; }
    .site-header .headerNavigation .site-nav {
      margin-top: 0px;
      padding: 0px 0;
      display: flex;
      justify-content: center; }
      .site-header .headerNavigation .site-nav li {
        position: inherit; }
      .site-header .headerNavigation .site-nav .site-nav--has-dropdown.show-menu .headerHoverSubmenu {
        display: block; }
      .site-header .headerNavigation .site-nav .site-nav--has-dropdown:hover .site-nav__link {
        border-bottom: 3px solid #cc5500; }
      .site-header .headerNavigation .site-nav .site-nav__link {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        font-size: 14.3px;
        line-height: 1.29;
        letter-spacing: normal;
        color: #111111;
        padding: 11px 15px 11px 15px;
        border-bottom: 3px solid transparent;
        display: block; }
      .site-header .headerNavigation .site-nav .site-nav--has-dropdown.show-menu .site-nav__link,
      .site-header .headerNavigation .site-nav .site-nav__link:hover {
        border-bottom: 3px solid #cc5500; }
    .site-header .headerNavigation .headerHoverSubmenu {
      width: 100%;
      padding: 20px 0 15px;
      border-top: solid 1px #f0f0f0;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
      display: none;
      background-color: white;
      position: absolute;
      transform: translateX(-50%);
      left: 50%;
      max-width: 1300px; }
      .site-header .headerNavigation .headerHoverSubmenu .headerSubmenuBreadcrumbs {
        justify-content: flex-start;
        align-items: center; }
        .site-header .headerNavigation .headerHoverSubmenu .headerSubmenuBreadcrumbs a {
          font-size: 14px;
          line-height: 1.14;
          letter-spacing: normal;
          color: #111111;
          margin-left: 40px;
          padding-right: 14px;
          background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-arrow-right-orange.png?v=64618268632239592771749161176) no-repeat right center/4px; }
      .site-header .headerNavigation .headerHoverSubmenu .itemList.brands-list {
        margin-left: 0; }
        .site-header .headerNavigation .headerHoverSubmenu .itemList.brands-list li {
          width: 20%;
          margin-right: 0;
          padding-right: 2%;
          padding-bottom: 15px; }
          .site-header .headerNavigation .headerHoverSubmenu .itemList.brands-list li h5, .site-header .headerNavigation .headerHoverSubmenu .itemList.brands-list li .h5 {
            padding: 0 0 5px 0;
            font-size: 1.2rem;
            margin-bottom: 5px;
            border-bottom: 1px solid #e1e1e1;
            margin-top: 0; }
          .site-header .headerNavigation .headerHoverSubmenu .itemList.brands-list li div a {
            font-weight: 400; }
      .site-header .headerNavigation .headerHoverSubmenu .itemList {
        padding: 10px 0 20px; }
        .site-header .headerNavigation .headerHoverSubmenu .itemList li {
          width: 13%;
          margin-right: 5%; }
          .site-header .headerNavigation .headerHoverSubmenu .itemList li .imageWrapper img {
            max-width: 60%; }
          .site-header .headerNavigation .headerHoverSubmenu .itemList li h5, .site-header .headerNavigation .headerHoverSubmenu .itemList li .h5 {
            /*font-size: 12.3px;*/
            line-height: normal;
            letter-spacing: 1px;
            color: #111111;
            margin: 10px 0 0 0; }
            .site-header .headerNavigation .headerHoverSubmenu .itemList li h5.uppercase, .site-header .headerNavigation .headerHoverSubmenu .itemList li .h5.uppercase {
              font-size: 12.3px; }
        .site-header .headerNavigation .headerHoverSubmenu .itemList li:last-child {
          margin-right: 0; }
      .site-header .headerNavigation .headerHoverSubmenu .subMenu {
        border-top: solid 1px #f0f0f0;
        padding: 20px 0 14px; }
      .site-header .headerNavigation .headerHoverSubmenu .submenuList {
        width: 15.66%;
        float: left;
        margin-bottom: 0;
        margin-right: 1.2%; }
        .site-header .headerNavigation .headerHoverSubmenu .submenuList h5, .site-header .headerNavigation .headerHoverSubmenu .submenuList .h5 {
          font-size: 14.3px;
          line-height: 1.29;
          letter-spacing: normal;
          color: #111111;
          margin: 0 0 10px 0;
          text-align: left; }
        .site-header .headerNavigation .headerHoverSubmenu .submenuList ul {
          margin-left: 0; }
          .site-header .headerNavigation .headerHoverSubmenu .submenuList ul li {
            text-align: left; }
          .site-header .headerNavigation .headerHoverSubmenu .submenuList ul a {
            font-family: "Open Sans", sans-serif;
            font-size: 13px;
            line-height: 1.23;
            letter-spacing: normal;
            font-weight: normal;
            color: #111111;
            margin: 0 0 5px; }
            .site-header .headerNavigation .headerHoverSubmenu .submenuList ul a.submenu-shop-all {
              padding-right: 14px;
              background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-arrow-right-orange.png?v=64618268632239592771749161176) no-repeat right center/4px; }
        .site-header .headerNavigation .headerHoverSubmenu .submenuList:nth-child(6n) {
          margin-right: 0; }
  .site-header .headerSearchSectionMobile {
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
    margin-right: 0px;
    display: none;
    padding: 5px 20px; }
    .site-header .headerSearchSectionMobile form {
      position: relative;
      height: 30px;
      margin-bottom: 0px; }
    .site-header .headerSearchSectionMobile .header-bar__search-submit {
      right: 0;
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-search.png?v=118332930721346352611749161176) no-repeat left center/14px;
      height: 30px;
      width: 30px;
      left: auto;
      border: none; }
      .site-header .headerSearchSectionMobile .header-bar__search-submit .icon-search {
        display: none; }
    .site-header .headerSearchSectionMobile .header-bar__search-input {
      width: 100%;
      height: 30px;
      border: solid 1px #dadada;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      line-height: normal;
      letter-spacing: normal;
      color: #111111;
      padding-left: 20px;
      border-radius: 0px;
      margin-bottom: 0px; }
    .site-header .headerSearchSectionMobile .header-bar__search-input:placeholder {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 1.14;
      letter-spacing: normal; }
  .site-header .mobilePhone {
    display: none; }

.fixed-body {
  position: fixed; }

.mobile-menu-bg {
  opacity: 0.6;
  background-color: #111111;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  display: none;
  transition: 0.5s; }
  .mobile-menu-bg.active {
    display: block; }

.mobile-menu {
  position: fixed;
  height: 100%;
  width: 280px;
  z-index: 5;
  top: 151px;
  overflow: scroll;
  background: #ffffff;
  transition: 0.5s;
  transform: translate3d(-280px, 0, 0); }
  .mobile-menu.active {
    transform: translate3d(0, 0, 0); }
  .mobile-menu .mobile-menu-inner {
    padding-bottom: 200px; }
    .mobile-menu .mobile-menu-inner a, .mobile-menu .mobile-menu-inner span {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400; }
    .mobile-menu .mobile-menu-inner > ul > li {
      padding: 13px 0px 13px 20px;
      border-bottom: solid 1px #f0f0f0; }
      .mobile-menu .mobile-menu-inner > ul > li > a {
        font-size: 14.3px;
        line-height: 1.29; }
      .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer {
        display: none;
        position: absolute;
        height: 100%;
        background: #fff;
        width: 100%;
        left: 0;
        top: 0;
        padding: 20px 0 0 0; }
        .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer > ul {
          padding: 0px;
          margin: 0; }
          .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer > ul > li {
            padding: 13px 0px 13px 40px;
            border-bottom: solid 1px #f0f0f0; }
            .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer > ul > li.sub-has-child {
              background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-plus-black.png?v=120892108452813418371749161176) no-repeat right 20px top 15px/10px; }
            .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer > ul > li.sub-has-child.active {
              background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-minus-black.png?v=169315534050831150651749161176) no-repeat right 20px top 19px/10px; }
            .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer > ul > li > a {
              font-family: "Oswald", sans-serif, "Arial";
              font-weight: 400;
              font-size: 14.3px;
              line-height: 1.29; }
            .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer > ul > li ul {
              padding-top: 15px;
              display: none; }
              .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer > ul > li ul li {
                margin-bottom: 10px; }
                .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer > ul > li ul li:last-child {
                  margin-bottom: 0; }
        .mobile-menu .mobile-menu-inner > ul > li .submenu-child-outer .back-button {
          background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-left-arrow-black.png?v=103576139265360966241749161176) no-repeat left top 4px/6px;
          padding-left: 23px;
          line-height: 1.71;
          letter-spacing: 1px;
          text-transform: uppercase;
          margin-left: 20px; }
      .mobile-menu .mobile-menu-inner > ul > li.has-child {
        background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-right-arrow-black.png?v=57950846923726205901749161176) no-repeat right 20px top 17px/6px; }
    .mobile-menu .mobile-menu-inner .contact-section {
      padding: 26px 0 30px 20px;
      border-bottom: solid 1px #f0f0f0; }
    .mobile-menu .mobile-menu-inner .socail-section {
      padding: 20px; }
      .mobile-menu .mobile-menu-inner .socail-section .social-icons li {
        margin: 0;
        margin-right: 15px; }
    .mobile-menu .mobile-menu-inner .priceMoneyGuaranteeSection {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-tick.png?v=112449537361902426121749161176) no-repeat left center/20px;
      padding-left: 35px;
      min-height: 20px;
      justify-content: flex-start; }
      .mobile-menu .mobile-menu-inner .priceMoneyGuaranteeSection h5, .mobile-menu .mobile-menu-inner .priceMoneyGuaranteeSection .h5 {
        font-family: "Open Sans", sans-serif;
        font-size: 15.3px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #111111;
        margin: 0px;
        padding: 0; }
    .mobile-menu .mobile-menu-inner .getInTouchSection {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-phone.png?v=53074506101060817051749161176) no-repeat left center/18px;
      padding-left: 33px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 30px; }
      .mobile-menu .mobile-menu-inner .getInTouchSection h5, .mobile-menu .mobile-menu-inner .getInTouchSection .h5 {
        font-family: "Open Sans", sans-serif;
        font-size: 14.3px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #111111; }
      .mobile-menu .mobile-menu-inner .getInTouchSection a {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        font-size: 18.3px;
        line-height: normal;
        letter-spacing: normal;
        color: #161d1f; }
    .mobile-menu .mobile-menu-inner .social-icons li a {
      color: #000; }
    .mobile-menu .mobile-menu-inner .social-icons li a:hover {
      color: #000; }
    .mobile-menu .mobile-menu-inner .social-icons li .icon {
      font-size: 20px; }

@media screen and (max-width: 1239px) {
  .site-header .headerLogoSection .headerLeftSection {
    display: none; } }
/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .site-header .headerLogoSection {
    padding: 22px 0; }
    .site-header .headerLogoSection .headerLogo {
      max-width: 356px;
      margin: 0 auto;
      top: 5px;
      left: 0; }
  .site-header .headerNavigation {
    display: none; }
  .site-header .headerLogoSection .customerloginLinkOuter {
    margin-right: 25px; }
  .site-header .mobilePhone {
    display: block;
    width: 19px;
    height: 19px;
    background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-phone-black.png?v=162795260141263378211749161176) no-repeat left center/19px;
    margin-right: 25px; }
  .site-header .mobile-nav {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    margin-top: 5px;
    background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-hamburger.png?v=67834135148078171081749161176) no-repeat center/22px !important; }
    .site-header .mobile-nav.active {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-cross-black.png?v=33778929379217641681749161176) no-repeat center/18px !important; }
  .site-header .headerLeftSection {
    display: none; }
  .site-header .headerSearchSectionMobile {
    display: block; }
  .site-header .headerSearchSection {
    display: none; } }
@media screen and (max-width: 750px) {
  .site-header .headerLogoSection .headerLogo {
    max-width: 300px;
    top: 10px; } }
@media screen and (max-width: 600px) {
  .site-header .headerLogoSection {
    padding: 17px 0; }
    .site-header .headerLogoSection .headerLogo {
      max-width: 200px;
      top: 15px; }
  .site-header .customerloginLinkOuter, .site-header .mobilePhone {
    display: none; }

  .mobile-menu {
    top: 139px; } }
@media screen and (max-width: 480px) {
  .site-header {
    top: 0; }
    .site-header .headerLogoSection .customerloginLinkOuter {
      margin-right: 15px; }
    .site-header .mobilePhone {
      margin-right: 15px; } }
/* Logo Bar*/
/* Nav Bar */
ul, ol li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #111111; }

/* Mobile Menu */
/****** Components ****** /
/* Hero */
.component-hero-banner li {
  /*main-hero-slider issue fix */
  /*min-height:327px;*/
  display: none;
  position: relative;
  /*main-hero-slider issue fix */
  /*padding: 66px 0 66px;*/
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .component-hero-banner li > .full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex; }
  .component-hero-banner li > img {
    width: 100%;
    /*main-hero-slider issue fix*/
   /* position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left:0;
    top:0;
  */ }
  .component-hero-banner li .mobile-img {
    display: none; }
  .component-hero-banner li .content {
    width: 100%;
    z-index: 3;
    position: relative;
    color: white; }
    .component-hero-banner li .content h5, .component-hero-banner li .content .h5 {
      font-size: 24.3px;
      line-height: normal;
      letter-spacing: 2px;
      margin: 0 0 12px;
      color: #ffffff; }
    .component-hero-banner li .content h2 {
      font-size: 64px;
      line-height: 0.88;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #ffffff; }
    .component-hero-banner li .content .btn-red {
      max-width: 185px;
      margin-top: 40px;
      min-width: 185px; }
  .component-hero-banner li:first-child {
    display: block; }
  .component-hero-banner li.bg-overlay::before {
    opacity: 0.5;
    background-color: #111111;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
.component-hero-banner ul .owl-item li {
  display: block; }
.component-hero-banner .owl-nav {
  position: absolute;
  top: 45%;
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  right: 0px;
  left: 0; }
.component-hero-banner .owl-prev,
.component-hero-banner .owl-next {
  position: absolute;
  right: 20px;
  background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-right-arrow.png?v=159071247767966468121749161176) no-repeat right center/10px !important;
  font-size: 0px !important;
  width: 10px !important;
  height: 20px !important; }
.component-hero-banner .owl-prev {
  left: 20px;
  right: auto;
  transform: rotate(180deg); }
.component-hero-banner .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center; }
  .component-hero-banner .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    border: solid 1px #ffffff;
    border-radius: 50% !important;
    background: transparent !important; }
  .component-hero-banner .owl-dots .owl-dot.active span {
    border: solid 1px #cc5500;
    background: #cc5500 !important; }

@media screen and (min-width: 1441px) {
  .component-hero-banner li {
    /*main-hero-slider issue fix */
    /*min-height: 23vw;*/
    display: flex !important;
    align-items: center;
    justify-content: center; } }
/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .component-hero-banner li .content h2 {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 1px; }
  .component-hero-banner li .content h5, .component-hero-banner li .content .h5 {
    font-size: 18.3px;
    letter-spacing: 1.5px;
    margin: 0 0 10px; }
  .component-hero-banner li .content .btn-red {
    margin-top: 20px;
    max-width: 144px; } }
@media screen and (max-width: 480px) {
  .component-hero-banner li {
    /*main-hero-slider issue fix */
    /*padding: 45px 20px 47px;*/
    min-height: 211px; }
    .component-hero-banner li .mobile-img {
      display: block; }
    .component-hero-banner li .desktop-img {
      display: none; }
    .component-hero-banner li .content h2 {
      font-size: 24px;
      line-height: 1.08;
      letter-spacing: .5px; }
    .component-hero-banner li .content h5, .component-hero-banner li .content .h5 {
      font-size: 12.3px;
      letter-spacing: 0.8px;
      line-height: 1.5;
      margin: 0 0 8px; }
    .component-hero-banner li .content .btn-red {
      margin-top: 15px;
      max-width: 144px; } }
/* Full Width CTA with text */
.component-full-width-cta-with-text {
  padding: 70px 30px;
  min-height: 310px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .component-full-width-cta-with-text > img {
    position: absolute;
    width: 100vw;
    height: auto;
    object-fit: cover;
    left: 0;
    top: 0; }
  .component-full-width-cta-with-text .mobile-img {
    display: none; }
  .component-full-width-cta-with-text > .full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex; }
  .component-full-width-cta-with-text .contentWrapper-1300 {
    z-index: 2;
    position: relative;
    margin: auto; }
  .component-full-width-cta-with-text h5, .component-full-width-cta-with-text .h5 {
    margin: 0px 0 10px 0;
    color: white; }
  .component-full-width-cta-with-text h2 {
    color: white;
    text-transform: uppercase; }
  .component-full-width-cta-with-text .btn-red {
    padding: 20.5px 0;
    margin-top: 40px; }
  .component-full-width-cta-with-text.bg-overlay::before {
    opacity: 0.5;
    background-color: #111111;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

@media screen and (min-width: 1441px) {
  .component-full-width-cta-with-text {
    height: 22vw;
    display: flex;
    align-items: center;
    justify-content: center; } }
/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .component-full-width-cta-with-text {
    padding: 87.5px 30px; }
    .component-full-width-cta-with-text .btn-red {
      padding: 13px 0;
      max-width: 125px;
      margin-top: 20px; } }
@media screen and (max-width: 480px) {
  .mobile-img {
    display: block; }

  .desktop-img {
    display: none; }

  .component-full-width-cta-with-text {
    padding: 40px 38px;
    min-height: 192px; }
    .component-full-width-cta-with-text .mobile-img {
      display: block; }
    .component-full-width-cta-with-text .desktop-img {
      display: none; }
    .component-full-width-cta-with-text h6, .component-full-width-cta-with-text .h6 {
      margin: 0px 0 8px 0; }
    .component-full-width-cta-with-text .btn-red {
      margin-top: 15px; } }
/* 1/3rd CTA with text */
.component-one-third-cta-with-text {
  padding: 0 0px; }
  .component-one-third-cta-with-text li {
    position: relative;
    width: 32%;
    margin-left: 1%;
    min-height: 318px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 50px 100px; }
    .component-one-third-cta-with-text li > .full-link {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 4;
      display: flex; }
    .component-one-third-cta-with-text li .imageWrapper {
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      top: 0px;
      right: 0px; }
    .component-one-third-cta-with-text li .imageWrapper img {
      width: 100%;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .component-one-third-cta-with-text li .mobile-img {
      display: none; }
    .component-one-third-cta-with-text li .content {
      z-index: 3;
      position: relative;
      text-align: center;
      color: white;
      margin: auto; }
    .component-one-third-cta-with-text li h5, .component-one-third-cta-with-text li .h5 {
      font-size: 14.3px;
      line-height: 1.14;
      letter-spacing: normal;
      margin: 0px 0 9px;
      color: white; }
    .component-one-third-cta-with-text li h3, .component-one-third-cta-with-text li .h3 {
      line-height: 1;
      letter-spacing: 1px;
      color: white; }
    .component-one-third-cta-with-text li .btn-red {
      padding: 17.5px 40px;
      max-width: none;
      display: inline-block;
      width: auto;
      margin-top: 21px; }
  .component-one-third-cta-with-text li.bg-overlay::before {
    opacity: 0.5;
    background-color: #111111;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }

@media screen and (min-width: 1441px) {
  .component-one-third-cta-with-text {
    max-width: 100%; }
    .component-one-third-cta-with-text li {
      height: 22vw;
      display: flex;
      align-items: center;
      justify-content: center; } }
/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .component-one-third-cta-with-text li {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
    margin-right: 0% !important;
    min-height: 270px; }
    .component-one-third-cta-with-text li .btn-red {
      padding: 10px 20px;
      max-width: auto;
      display: inline-block;
      width: auto; } }
@media screen and (max-width: 768px) {
  .component-one-third-cta-with-text li {
    padding: 59px 50px 69px;
    min-height: 270px; } }
@media screen and (max-width: 480px) {
  .component-one-third-cta-with-text {
    padding: 0 20px; }
    .component-one-third-cta-with-text li {
      padding: 63px 20px 60px;
      min-height: 220px; }
      .component-one-third-cta-with-text li h5, .component-one-third-cta-with-text li .h5 {
        font-size: 12.3px;
        line-height: 1.5;
        letter-spacing: 0.8px;
        margin: 0px 0 5px; }
      .component-one-third-cta-with-text li h3, .component-one-third-cta-with-text li .h3 {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.5px; }
      .component-one-third-cta-with-text li .btn-red {
        margin-top: 15px; }
      .component-one-third-cta-with-text li .mobile-img {
        display: block; }
      .component-one-third-cta-with-text li .desktop-img {
        display: none; } }
/* Logo List*/
.component-logo-list {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 59px 40px 88px;
  color: white;
  position: relative; }
  .component-logo-list h2 {
    margin: 0 0 78px 0; }
  .component-logo-list .component-logo-list-ul .imageWrapper {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .component-logo-list .component-logo-list-ul .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    /*display: none;*/ }
  .component-logo-list .component-logo-list-ul .owl-prev,
  .component-logo-list .component-logo-list-ul .owl-next {
    position: absolute;
    right: 0px;
    background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-right-arrow.png?v=159071247767966468121749161176) no-repeat right center/10px !important;
    font-size: 0px !important;
    width: 10px !important;
    height: 20px !important; }
  .component-logo-list .component-logo-list-ul .owl-prev {
    left: 0px;
    right: auto;
    transform: rotate(180deg); }
  .component-logo-list .component-logo-list-ul .owl-item {
    visibility: hidden; }
  .component-logo-list .component-logo-list-ul .owl-item.cloned {
    visibility: hidden; }
  .component-logo-list .component-logo-list-ul .owl-item.active {
    visibility: visible !important; }
  .component-logo-list .component-logo-list-ul .owl-item.cloned.active {
    visibility: visible !important; }

/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .component-logo-list {
    padding: 59px 20px 88px; }
    .component-logo-list .component-logo-list-ul .imageWrapper {
      align-items: center; } }
@media screen and (max-width: 768px) {
  .component-logo-list .component-logo-list-ul .imageWrapper {
    height: 20vw;
    align-items: center; }
  .component-logo-list .component-logo-list-ul .owl-nav {
    top: 30%; }

  .component-tabs-square .component-tabs-square-list {
    overflow-x: scroll !important; }

  .component-inner ul li div a {
    display: block; }

  .component-inner ul li div a img {
    object-fit: contain; } }
@media screen and (max-width: 480px) {
  .component-logo-list {
    padding: 38px 0px 60px; }
    .component-logo-list h2 {
      margin: 0 0 38px 0; } }
/* Carousal for products */
/* Tabs Square Full-Width */
.component-tabs-square .component-tabs-square-list {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #f0f0f0; }
  .component-tabs-square .component-tabs-square-list ul {
    max-width: 1253px;
    /*white-space: nowrap;*/
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: unset; }
  .component-tabs-square .component-tabs-square-list li {
    width: 179px;
    text-align: center;
    padding: 25px 10px;
    opacity: 0.79;
    cursor: pointer;
    display: inline-block;
    flex: 2 0 auto; }
    .component-tabs-square .component-tabs-square-list li .imageWrapper {
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .component-tabs-square .component-tabs-square-list li .imageWrapper img:last-child {
        display: none; }
    .component-tabs-square .component-tabs-square-list li h5, .component-tabs-square .component-tabs-square-list li .h5 {
      font-size: 12.3px;
      line-height: 1.11;
      letter-spacing: normal;
      color: #111111;
      margin: 12px 0 0; }
    .component-tabs-square .component-tabs-square-list li:hover, .component-tabs-square .component-tabs-square-list li.active {
      background-color: #fff;
      opacity: 1; }
      .component-tabs-square .component-tabs-square-list li:hover .imageWrapper img:last-child, .component-tabs-square .component-tabs-square-list li.active .imageWrapper img:last-child {
        display: block; }
      .component-tabs-square .component-tabs-square-list li:hover .imageWrapper img:first-child, .component-tabs-square .component-tabs-square-list li.active .imageWrapper img:first-child {
        display: none; }
.component-tabs-square .component-tabs-square-section {
  padding: 40px 0 0; }
  .component-tabs-square .component-tabs-square-section .component-inner {
    display: none; }
    .component-tabs-square .component-tabs-square-section .component-inner.active {
      display: block; }
  .component-tabs-square .component-tabs-square-section h2 {
    margin: 0 0 20px;
    text-transform: uppercase; }
  .component-tabs-square .component-tabs-square-section li {
    margin: 0 0 40px;
    width: 16%;
    margin-right: 5%;
    text-align: center; }
    .component-tabs-square .component-tabs-square-section li h5, .component-tabs-square .component-tabs-square-section li .h5 {
      font-size: 12.3px;
      line-height: normal;
      letter-spacing: 1px;
      color: #111111;
      margin: 20px 0 0; }
  .component-tabs-square .component-tabs-square-section li:nth-child(5n) {
    margin-right: 0; }

.wrapper.main-content {
  margin-top: 186px; }

/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .wrapper.main-content {
    margin-top: 151px; } }
@media screen and (max-width: 600px) {
  .wrapper.main-content {
    margin-top: 126px; } }
.component-product-section {
  padding: 40px 40px; }
  .component-product-section ul {
    margin-top: 40px; }
  .component-product-section li {
    width: 100%;
    margin-right: 0%;
    position: relative; }
    .component-product-section li h5, .component-product-section li .h5 {
      font-size: 14.3px;
      line-height: 1.14;
      letter-spacing: normal;
      color: #4a90e2;
      margin: 10px 0; }
    .component-product-section li::before {
      content: '';
      width: 1px;
      height: 100%;
      background-color: #dadada;
      position: absolute;
      top: 0;
      right: -15%; }
    .component-product-section li:last-child {
      margin-right: 0; }
      .component-product-section li:last-child::before {
        display: none; }
  .component-product-section a.btn-with-red-border {
    margin-top: 28px; }
  .component-product-section .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%; }
  .component-product-section .owl-prev,
  .component-product-section .owl-next {
    position: absolute;
    right: 0px;
    background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-right-arrow-black.png?v=57950846923726205901749161176) no-repeat right center/10px !important;
    font-size: 0px !important;
    width: 10px !important;
    height: 20px !important; }
  .component-product-section .owl-prev {
    left: 0px;
    right: auto;
    transform: rotate(180deg); }

@media screen and (max-width: 768px) {
  .component-product-section .imageWrapper {
    height: 26vw;
    position: relative; }
  .component-product-section img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    left: 0;
    top: 0; } }
@media screen and (max-width: 480px) {
  .component-product-section .owl-prev,
  .component-product-section .owl-next {
    background-size: 5px !important; }
  .component-product-section .owl-prev {
    left: -13px; }
  .component-product-section .owl-next {
    right: -13px; }
  .component-product-section ul {
    margin-top: 30px; }
  .component-product-section li h5, .component-product-section li .h5 {
    font-size: 12.3px;
    line-height: 1.17;
    margin: 10px 0 14px; }
  .component-product-section li p {
    font-size: 12px;
    line-height: 1.17; } }
.bestSellersSection li::before {
  display: none; }
.bestSellersSection li {
  width: 100%;
  margin-right: 0%; }
  .bestSellersSection li p {
    margin: 0 0 10px; }
  .bestSellersSection li .priceSection {
    margin: 0 0 20px;
    min-height: 18px; }
    .bestSellersSection li .priceSection span {
      font-size: 14px;
      line-height: 1.14;
      letter-spacing: normal;
      color: #111111; }
    .bestSellersSection li .priceSection .oldPrice {
      text-decoration: line-through;
      color: #cc5500;
      margin-right: 11px; }
  .bestSellersSection li h5, .bestSellersSection li .h5 {
    font-size: 12.3px;
    line-height: normal;
    letter-spacing: 1px;
    color: #111111;
    height: 56px;
    overflow: hidden; }
  .bestSellersSection li .btn-red {
    max-width: 187px;
    padding: 10px 0; }
.bestSellersSection .btn-with-red-border {
  max-width: 160px; }
.bestSellersSection .owl-nav {
  position: absolute;
  top: 20%;
  width: 100%; }
.bestSellersSection .owl-prev,
.bestSellersSection .owl-next {
  position: absolute;
  right: 0px;
  background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-right-arrow-black.png?v=57950846923726205901749161176) no-repeat right center/10px !important;
  font-size: 0px !important;
  width: 10px !important;
  height: 20px !important; }
.bestSellersSection .owl-prev {
  left: 0px;
  right: auto;
  transform: rotate(180deg); }
.bestSellersSection .owl-item {
  visibility: hidden; }
.bestSellersSection .owl-item.cloned {
  visibility: hidden; }
.bestSellersSection .owl-item.active {
  visibility: visible !important; }
.bestSellersSection .owl-item.cloned.active {
  visibility: visible !important; }

.main-content:after {
  display: none; }

@media screen and (max-width: 480px) {
  .component-product-section {
    padding: 40px 20px !important; }

  .bestSellersSection ul {
    margin-top: 30px; }
  .bestSellersSection .owl-prev,
  .bestSellersSection .owl-next {
    background-size: 5px !important; }
  .bestSellersSection .owl-prev {
    left: -13px; }
  .bestSellersSection .owl-next {
    right: -13px; }
  .bestSellersSection li h5, .bestSellersSection li .h5 {
    font-size: 10.3px;
    line-height: 1.17;
    margin: 10px 0 14px; }
  .bestSellersSection li p {
    font-size: 12px;
    line-height: 1.17; }
  .bestSellersSection li .priceSection span {
    font-size: 12px;
    line-height: 1.12; } }
/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .component-tabs-square .component-tabs-square-section li {
    width: 30%;
    margin-right: 5%; }
  .component-tabs-square .component-tabs-square-section li:nth-child(5n) {
    margin-right: 5%; }
  .component-tabs-square .component-tabs-square-section li:nth-child(3n) {
    margin-right: 0; }
  .component-tabs-square .component-tabs-square-list li {
    width: 170px; } }
@media screen and (max-width: 480px) {
  .component-tabs-square .component-tabs-square-section {
    padding: 40px 0 0; }
    .component-tabs-square .component-tabs-square-section h2 {
      margin: 0 0 20px; }
    .component-tabs-square .component-tabs-square-section li {
      width: 45%;
      margin-right: 10% !important;
      margin: 0 0 20px; }
      .component-tabs-square .component-tabs-square-section li h5, .component-tabs-square .component-tabs-square-section li .h5 {
        margin: 11px 0 0; }
    .component-tabs-square .component-tabs-square-section li:nth-child(even) {
      margin-right: 0% !important; }
  .component-tabs-square .component-tabs-square-list {
    display: none; }
    .component-tabs-square .component-tabs-square-list li {
      width: 130px;
      padding: 25px 10px; }
    .component-tabs-square .component-tabs-square-list:hover {
      background-color: #f0f0f0; } }
/* Footer */
.footerWrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 30px !important;
  padding-right: 30px !important; }

.site-footer {
  padding: 41px 0 0;
  border-top: 1px solid #f2f2f2; }
  .site-footer hr.hr--small {
    margin: 15px 0 0 0; }
  .site-footer .contentWrapper-1300 .grid__item {
    width: 19.33%;
    margin-right: 3%; }
  .site-footer .contentWrapper-1300 .footer-newsletter {
    width: 33%;
    margin-right: 0%;
    padding-left: 0px; }
    .site-footer .contentWrapper-1300 .footer-newsletter .contact-form {
      position: relative; }
      .site-footer .contentWrapper-1300 .footer-newsletter .contact-form .errors {
        height: 28px;
        background-color: #d02e2e;
        border-color: #d02e2e; }
        .site-footer .contentWrapper-1300 .footer-newsletter .contact-form .errors ul {
          margin: 0; }
        .site-footer .contentWrapper-1300 .footer-newsletter .contact-form .errors li {
          color: #fff;
          text-align: center;
          font-family: "Open Sans", sans-serif; }
    .site-footer .contentWrapper-1300 .footer-newsletter h2 {
      margin: 0 0 18px;
      text-transform: uppercase; }
    .site-footer .contentWrapper-1300 .footer-newsletter p {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 12.3px;
      line-height: normal;
      letter-spacing: 1px;
      margin: 0px 0 27px;
      text-transform: uppercase; }
    .site-footer .contentWrapper-1300 .footer-newsletter .input-group-field {
      width: 100%;
      height: 45px;
      border: solid 1px #979797;
      max-width: 100%;
      padding-right: 155px;
      padding-left: 19px;
      line-height: 1.43;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #797979; }
    .site-footer .contentWrapper-1300 .footer-newsletter .btn-red {
      background: #cc5500;
      width: 147px;
      height: 45px;
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 12.3px;
      line-height: normal;
      letter-spacing: 3px;
      position: absolute;
      top: 0px;
      right: 0px; }
      .site-footer .contentWrapper-1300 .footer-newsletter .btn-red:hover {
        background: #e6751b; }
    .site-footer .contentWrapper-1300 .footer-newsletter ul {
      margin-top: 30px; }
      .site-footer .contentWrapper-1300 .footer-newsletter ul li {
        margin-right: 20px; }
      .site-footer .contentWrapper-1300 .footer-newsletter ul li:last-child {
        margin-right: 0; }
  .site-footer .site-footer__links li {
    margin: 0 0 15px 0; }
  .site-footer .site-footer__links a {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 14.3px;
    line-height: 1.29;
    letter-spacing: normal;
    color: #111111; }
  .site-footer .social-icons li a {
    color: #000; }
  .site-footer .social-icons li a:hover {
    color: #000; }
  .site-footer .social-icons li .icon {
    font-size: 25px; }
  .site-footer .footerBottomSection {
    border: solid 1px #f0f0f0;
    padding: 20px 0 5px; }
    .site-footer .footerBottomSection .grid__item {
      display: flex;
      justify-content: space-between;
      width: 100% !important;
      margin: 0 !important; }
    .site-footer .footerBottomSection .footerCopyright p,
    .site-footer .footerBottomSection .footerCopyright a {
      font-size: 12px;
      line-height: 1.5;
      color: #4a4a4a;
      font-family: "Open Sans", sans-serif; }
    .site-footer .footerBottomSection .footerCopyright span {
      margin: 0 10px; }

/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .site-footer .contentWrapper-1300 {
    padding-left: 44px !important;
    padding-right: 44px !important; }
    .site-footer .contentWrapper-1300 .grid__item {
      width: 30%;
      margin-right: 5%;
      padding-left: 0px; }
    .site-footer .contentWrapper-1300 .grid__item:nth-child(3) {
      margin-right: 0%; }
    .site-footer .contentWrapper-1300 .site-footer__links li {
      margin: 0 0 10px 0;
      text-align: left; }
    .site-footer .contentWrapper-1300 .footer-newsletter {
      width: 100% !important;
      margin-right: 0% !important;
      padding-left: 0px;
      text-align: center;
      margin-top: 10px; }
      .site-footer .contentWrapper-1300 .footer-newsletter ul {
        justify-content: center; } }
@media screen and (max-width: 768px) {
  .site-footer .footerBottomSection .grid__item {
    flex-direction: column; }
  .site-footer .footerCopyright {
    margin-bottom: 5px; } }
@media screen and (max-width: 480px) {
  .site-footer {
    padding: 10px 0 0; }
    .site-footer .contentWrapper-1300 {
      padding-left: 20px !important;
      padding-right: 20px !important; }
      .site-footer .contentWrapper-1300 .input-group {
        width: 100%; }
      .site-footer .contentWrapper-1300 .footer-newsletter p {
        font-family: "Open Sans", sans-serif;
        line-height: 1.17;
        max-width: 201px;
        margin: 0 auto;
        margin-bottom: 27px; }
      .site-footer .contentWrapper-1300 .grid__item {
        width: 47%;
        margin-right: 6% !important;
        margin-bottom: 18px; }
      .site-footer .contentWrapper-1300 .grid__item:nth-child(even) {
        margin-right: 0 !important; }
      .site-footer .contentWrapper-1300 .site-footer__links li a {
        font-size: 12px;
        line-height: 1.5; }
    .site-footer .footerBottomSection .footerCopyright span {
      display: none; }
    .site-footer .footerBottomSection .footerCopyright p,
    .site-footer .footerBottomSection .footerCopyright a {
      font-size: 8px;
      line-height: 1.75;
      letter-spacing: normal;
      display: block; } }
select {
  /*background:url(//grillscapes.com/cdn/shop/t/85/assets/icon-down-arrow-black.png?v=11700114705382570511749161176) no-repeat right 20px center /10px;*/
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.14; }

.breadcrumb {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  padding-top: 11px;
  margin-bottom: 18px;
  margin-top: 5px; }
  .breadcrumb span {
    color: #111;
    text-decoration: underline; }
  .breadcrumb a {
    color: #797979 !important; }
  .breadcrumb .breadcrumb__sep {
    color: #797979 !important;
    font-size: 12px;
    text-decoration: none; }

#shopify-section-product-template .breadcrumb {
  margin-bottom: 0px; }

/*Product Compare*/
body .sa_cmp_title {
  font-family: "Oswald", sans-serif, "Arial" !important;
  font-size: 42px !important;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  color: #111111;
  text-transform: uppercase !important;
  margin-bottom: 40px !important;
  margin-top: 25px !important; }
body .sp_compare_tbl ul.sp_product_heading > li {
  font-family: "Oswald", sans-serif, "Arial";
  font-weight: 400;
  font-size: 14.3px;
  line-height: 1.29;
  letter-spacing: normal;
  color: #111111; }
body .sp_compare_tbl ul.sp_product_con > li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: normal;
  color: #111111;
  font-weight: normal;
  text-transform: capitalize; }
  body .sp_compare_tbl ul.sp_product_con > li strike,
  body .sp_compare_tbl ul.sp_product_con > li .sa_cmp_discount,
  body .sp_compare_tbl ul.sp_product_con > li .money {
    font-family: "Open Sans", sans-serif; }
  body .sp_compare_tbl ul.sp_product_con > li strike,
  body .sp_compare_tbl ul.sp_product_con > li .sa_cmp_discount {
    color: #cc5500; }
  body .sp_compare_tbl ul.sp_product_con > li .sa_cmp_discount {
    margin-top: 5px; }
body .sp_compare_tbl .sp_add_to_cart .sa_cmp_addcart {
  height: 44px;
  font-family: "Oswald", sans-serif, "Arial";
  font-weight: 400;
  font-size: 12.3px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 3px;
  color: #ffffff;
  background: #cc5500;
  padding: 0px 40px;
  border-radius: 0px;
  text-transform: uppercase; }
body .sp_compare_tbl .sp_close {
  width: 20px;
  height: 20px;
  background-color: #cc5500 !important;
  border-radius: 50%;
  font-size: 10px;
  line-height: 20px;
  top: 15px;
  right: 15px; }
body .sp_product_con p.sp_add_title {
  font-family: "Oswald", sans-serif, "Arial";
  font-weight: 400;
  font-size: 14.3px;
  line-height: 1.29;
  letter-spacing: normal;
  color: #111111; }
body .sp_form_control.SACMP_get_coll,
body .sp_form_control.SACMP_get_pro {
  letter-spacing: normal;
  padding: 0px 28px 0px 5px;
  color: #111111;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.14;
  font-weight: normal;
  margin-left: 0px;
  padding-left: 20px;
  height: 40px;
  border: solid 1px #bababa;
  background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-down-arrow-black.png?v=11700114705382570511749161176) no-repeat right 10px center/10px; }
body .sp_compare_tbl ul.sp_product_heading > li,
body .sp_compare_tbl ul.sp_product_con > li {
  border-bottom: 1px solid #d5d5d5 !important;
  border-right: 1px solid #d5d5d5 !important; }
body .sp_compare_tbl ul.sp_product_heading,
body .sp_compare_tbl ul.sp_product_con {
  border-top: 1px solid #d5d5d5; }

/*PDP*/
#sa_ca_wrapper .ca_bottom .ca_flap {
  width: 182px;
  height: 45px;
  border-radius: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  color: #ffffff; }
  #sa_ca_wrapper .ca_bottom .ca_flap .SP_triangle {
    border-width: 0 5px 7px !important; }

body #sa_ca_wrapper .sa_ca_idelete {
  width: 15px !important;
  height: 15px !important;
  background-color: #cc5500 !important;
  border-radius: 50% !important;
  font-size: 8px !important;
  font-weight: 500;
  line-height: 15px !important; }

#sa_ca_wrapper .sa_ca_item .sa_ca_pimg {
  border: none !important; }

body #sa_ca_wrapper .sa_ca_item .sa_ca_summary a,
#sa_ca_wrapper .sa_ca_item .sa_ca_summary a span {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1.17 !important;
  letter-spacing: normal !important;
  color: #111111 !important; }

body #sa_ca_wrapper .sa_ca_item .sa_ca_summary .sa_ca_ptitle {
  margin-bottom: 10px; }

#sa_ca_wrapper .sa_ca_item {
  margin-bottom: 22px !important; }

#sa_ca_wrapper .compare-controls .btn {
  padding: 17.5px 0px !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  font-family: "din" !important;
  font-size: 12px !important;
  border-radius: 0px !important;
  height: 45px !important;
  min-height: auto !important;
  letter-spacing: 3px !important;
  width: 137px;
  margin-right: 20px;
  margin-top: 20px;
  vertical-align: top; }

body #sa_ca_wrapper .compare-controls .ca_Rmvall {
  border: 2px solid #111111;
  font-size: 12px;
  height: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  color: #111111 !important;
  width: 162px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 1 !important;
  padding: 12.5px 0 !important;
  margin: 20px 0 0 !important; }

#sa_ca_wrapper .compare-controls {
  padding: 0px 15px 15px 15px !important; }

#sa_ca_wrapper .sa_ca_content {
  padding: 15px 50px 6px 20px !important; }

#sa_ca_wrapper .sa_ca_content .close .SP_triangle {
  left: 9px !important; }

#sa_ca_wrapper .compare-controls p.ca_com_text {
  bottom: 0px !important; }

#sa_ca_wrapper .sa_ca_content .close {
  width: 40px !important; }

#sa_ca_wrapper * {
  font-family: "Oswald", sans-serif, "Arial" !important; }

.product-single {
  /*Add to compare*/
  /* Component Tab - PDP */ }
  .product-single .selector-wrapper {
    display: none; }
  .product-single #infiniteoptions-container label {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 12.3px;
    line-height: normal;
    letter-spacing: 1px;
    color: #111111;
    text-transform: uppercase;
    display: none; }
  .product-single .prodSwapper__dropTitle:before {
    content: '';
    background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-down-arrow-black.png?v=11700114705382570511749161176) no-repeat center/10px;
    width: 10px;
    height: 10px;
    top: 13px; }
  .product-single .spb-select select, .product-single select.single-option-selector {
    font-size: 14px;
    line-height: 1.14;
    font-family: "din-bold" !important;
    font-size: 14px;
    line-height: normal !important;
    letter-spacing: 1px;
    color: #111;
    text-transform: uppercase;
    width: 100% !important;
    height: 40px;
    /* line-height: 40px !important; */
    padding-left: 20px;
    position: relative;
    border: 1px solid black;
    margin-top: 7px;
    margin-bottom: 30px; }
  .product-single input.SPCMP_Add[type='button'],
  .product-single input.SPCMP_Add[type='button']:hover {
    border: 2px solid #111111;
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 12.3px;
    height: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    text-align: center;
    color: #111111;
    width: 100%;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    opacity: 1 !important; }
  .product-single .productImageSection {
    width: 58%; }
    .product-single .productImageSection .productImage li.active {
      display: block; }
    .product-single .productImageSection .productImage li {
      display: none; }
  .product-single .productContentSection {
    width: 42%;
    padding-left: 40px; }
    .product-single .productContentSection .product-single__title {
      text-transform: uppercase;
      margin: 0 0 8px; }
    .product-single .productContentSection h5, .product-single .productContentSection .h5, .product-single .productContentSection .productSubheading {
      font-size: 19px;
      line-height: 1.25;
      letter-spacing: normal;
      color: #222;
      margin: 15px 0;
      font-family: "Open Sans", sans-serif;
      font-weight: 600; }
    .product-single .productContentSection .vendor a {
      color: #cc5500; }
  .product-single .productModel {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: normal;
    color: #111111;
    display: block;
    margin: 0 0 17px; }
  .product-single .h3, .product-single .h3 {
    font-size: 13px;
    line-height: 1.38;
    color: #cc5500;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
    display: block; }
    .product-single .h3 span, .product-single .h3 span {
      font-size: 14px;
      line-height: 1.14;
      color: #111111; }
  .product-single .productVarriant {
    margin-bottom: 33px; }
    .product-single .productVarriant div {
      margin: 0 0 10px; }
    .product-single .productVarriant label {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 12.3px;
      line-height: normal;
      letter-spacing: 1px;
      margin: 0 0 7px;
      color: #111111;
      text-transform: uppercase; }
    .product-single .productVarriant select {
      height: 40px;
      width: 100% !important;
      border: solid 1px #4a4a4a;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 1.14;
      letter-spacing: normal;
      color: #111111;
      text-transform: capitalize; }
  .product-single .productOldPrice {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.14;
    color: #111111;
    text-decoration: line-through;
    font-weight: 400; }
  .product-single .productPriceSection {
    margin: 10px 0 11px;
    align-items: center; }
  .product-single .product-single__price {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 32.3px;
    line-height: 1;
    letter-spacing: normal;
    color: #111111; }
  .product-single .freeShipping {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 16.3px;
    line-height: 1.13;
    letter-spacing: normal;
    color: #cc5500;
    margin-left: 10px; }
  .product-single .savePrice {
    margin: 0 0 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #cc5500; }
  .product-single .product-single__prices {
    margin-bottom: 30px !important; }
  .product-single .paymentNote {
    display: flex;
    /*     align-items: center; */
    justify-content: space-between; }
    .product-single .paymentNote #bread-checkout-btn-product {
      width: 480px; }
    .product-single .paymentNote .paymentInfo {
      max-width: 150px;
      width: 100%;
      font-family: "Open Sans", sans-serif;
      font-size: 16.3px;
      line-height: 1.13;
      letter-spacing: normal;
      color: #4a4a4a;
      font-weight: normal; }
      .product-single .paymentNote .paymentInfo span {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        color: #cc5500; }
    .product-single .paymentNote .learnMore {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 14.3px;
      line-height: 1.29;
      letter-spacing: normal;
      color: #258bcf;
      float: right;
      text-decoration: underline;
      width: 290px;
      margin-bottom: 0px; }
  .product-single .subheading {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 16.3px;
    line-height: normal;
    letter-spacing: 1px;
    color: #111111;
    margin-bottom: 15px; }
  .product-single .js-show-extraOptions-heading {
    display: none; }
  .product-single .product-single__quantity {
    display: flex;
    align-items: center;
    float: left;
    margin-right: 20px; }
    .product-single .product-single__quantity .quantity-selector {
      margin: 0 0 0 19px;
      width: 60px !important;
      height: 45px;
      border: solid 1px #4a4a4a;
      text-align: center;
      font-size: 14px;
      line-height: 1.14;
      letter-spacing: normal;
      color: #111111;
      font-family: "Open Sans", sans-serif; }
    .product-single .product-single__quantity label {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 12.3px;
      line-height: normal;
      letter-spacing: 1px;
      color: #111111;
      text-transform: uppercase; }
  .product-single .shopify-payment-button__button,
  .product-single .shopify-payment-button {
    display: none !important; }
  .product-single #AddToCart.btn-red {
    max-width: 330px;
    padding: 12px 0px; }
  .product-single .product-single__photos {
    margin-bottom: 10px; }
  .product-single .product-single__thumbnails {
    margin: 8px 0 0 0; }
  .product-single .product-single__thumbnails li {
    padding-left: 0px;
    width: 85px;
    margin-right: 10px;
    cursor: pointer;
    height: 85px;
    position: relative; }
    .product-single .product-single__thumbnails li img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-single .product-single__thumbnails li.active {
    border: solid 1px #161d1f; }
  .product-single .product-single__thumbnails li:last-child {
    margin-right: 0; }
  .product-single .product-description h1, .product-single .product-description .h1,
  .product-single .product-description h2, .product-single .product-description .h2,
  .product-single .product-description h3, .product-single .product-description .h3,
  .product-single .product-description h4, .product-single .product-description .h4,
  .product-single .product-description h5, .product-single .product-description .h5,
  .product-single .product-description h6, .product-single .product-description .h6 {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 15.3px; }
  .product-single .product-description p {
    margin-top: 10px; }
  .product-single .product-description ul,
  .product-single .product-description ol {
    margin-top: 10px; }
    .product-single .product-description ul li,
    .product-single .product-description ol li {
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
      list-style-type: circle;
      line-height: 1.14;
      font-size: 14px; }
  .product-single .productExtraInfo {
    margin: 30px 0 0; }
    .product-single .productExtraInfo h5, .product-single .productExtraInfo .h5 {
      font-size: 12.3px;
      line-height: normal;
      letter-spacing: 1px;
      color: #111111;
      text-transform: uppercase;
      margin: 0 0 36px;
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400; }
    .product-single .productExtraInfo .learnMore-btn {
      cursor: pointer;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      display: block;
      width: 100%;
      letter-spacing: 3px;
      font-family: "Open Sans", sans-serif;
      border: none;
      text-transform: uppercase;
      max-width: 165px;
      color: white;
      border: solid 2px #111111;
      max-width: 100%;
      line-height: normal;
      padding: 13px 10px;
      color: #111111; }
      .product-single .productExtraInfo .learnMore-btn:hover {
        color: white; }
      .product-single .productExtraInfo .learnMore-btn:hover {
        color: #111111; }
    .product-single .productExtraInfo ul .freeShippingDetail {
      /*
      background:url(//grillscapes.com/cdn/shop/t/85/assets/icon-truck-red.png?v=141949474281723753001749161176) no-repeat left top /29px;
      padding-left: 40px;
      */
      margin: 0 0 32px; }
    .product-single .productExtraInfo ul .priceMatchDetail {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-tick.png?v=112449537361902426121749161176) no-repeat left top/20px;
      padding-left: 40px; }
    .product-single .productExtraInfo ul h5, .product-single .productExtraInfo ul .h5 {
      margin: 0 0 10px; }
  .product-single .banner {
    margin: 60px 0 0 0;
    background: url(//grillscapes.com/cdn/shop/t/85/assets/dummy-hetsan-bg.png?v=134024183494694257051749161176) no-repeat center center/cover;
    padding: 22px 66px 20px 0;
    display: inline-block;
    width: 100%;
    color: #fff;
    position: relative; }
    .product-single .banner .imageWrapper {
      position: absolute;
      left: 0;
      width: 341px;
      height: 100%;
      top: 0; }
    .product-single .banner .imageWrapper img {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      top: 0; }
    .product-single .banner .content {
      float: right; }
      .product-single .banner .content h3, .product-single .banner .content .h3 {
        margin: 0 0 16px; }
      .product-single .banner .content a {
        max-width: 262px;
        padding: 20.5px 0; }
  .product-single .tabs .tab-switch__trigger.h3 {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 12.3px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111111;
    margin: 0px;
    border-right: solid 1px #dadada;
    padding: 3px 30px 3px 0px;
    opacity: 0.5;
    width: 100%; }
  .product-single .tabs .tab-switch__trigger.h3.is-active {
    opacity: 1; }
  .product-single .tabs .tab-switch__nav {
    text-align: center;
    list-style: none;
    border-top: none;
    border-bottom: solid 1px #f0f0f0;
    margin: 40px 0 60px; }
  .product-single .tabs .tab-switch__nav li {
    padding: 20px 0px 20px 30px;
    margin-bottom: 0;
    border-right: 0px; }
  .product-single .tabs .halfSection.leftSection p, .product-single .tabs #warranty .rte p {
    padding: 10px 0; }
  .product-single .tabs .halfSection.leftSection h4, .product-single .tabs .halfSection.leftSection h5, .product-single .tabs .halfSection.leftSection h6, .product-single .tabs .halfSection.leftSection .h4, .product-single .tabs .halfSection.leftSection .h5, .product-single .tabs .halfSection.leftSection .h6, .product-single .tabs #warranty .rte h4, .product-single .tabs #warranty .rte h5, .product-single .tabs #warranty .rte h6, .product-single .tabs #warranty .rte .h4, .product-single .tabs #warranty .rte .h5, .product-single .tabs #warranty .rte .h6 {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1px;
    color: #111111;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .product-single .tabs .halfSection.leftSection h5, .product-single .tabs .halfSection.leftSection .h5, .product-single .tabs #warranty .rte h5, .product-single .tabs #warranty .rte .h5 {
    font-size: 12.3px; }
  .product-single .tabs .halfSection.leftSection ul, .product-single .tabs #warranty .rte ul {
    margin-left: 35px; }
  .product-single .tabs .halfSection.leftSection li, .product-single .tabs #warranty .rte li {
    margin-bottom: 10px;
    list-style: disc; }
  .product-single .tabs .halfSection.leftSection a, .product-single .tabs .halfSection.leftSection p a, .product-single .tabs #warranty .rte a, .product-single .tabs #warranty .rte p a {
    color: #cc5500; }
  .product-single .tabs .tab-switch__content {
    max-width: 920px;
    margin: 0 auto; }
    .product-single .tabs .tab-switch__content .halfSection {
      width: 62%; }
      .product-single .tabs .tab-switch__content .halfSection h5, .product-single .tabs .tab-switch__content .halfSection .h5 {
        font-size: 12.3px;
        line-height: normal;
        letter-spacing: 1px;
        color: #111111;
        margin: 0 0 10px;
        text-transform: uppercase; }
      .product-single .tabs .tab-switch__content .halfSection ul {
        margin-left: 0; }
      .product-single .tabs .tab-switch__content .halfSection li {
        margin-bottom: 10px;
        line-height: initial; }
      .product-single .tabs .tab-switch__content .halfSection .downloadPDF {
        display: inline-block;
        font-weight: normal;
        background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-pdf.png?v=27127737209769063181749161176) no-repeat left center/23px;
        padding: 6px 0 6px 40px;
        margin: 10px 0 0;
        font-family: "Open Sans", sans-serif;
        text-decoration: underline;
        font-size: 13px;
        line-height: 1.38;
        letter-spacing: normal;
        color: #cc5500; }
    .product-single .tabs .tab-switch__content .halfSection:first-child {
      padding-right: 80px; }
    .product-single .tabs .tab-switch__content .halfSection:last-child {
      padding-left: 0;
      width: 38%; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-summary-actions-newreview {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-plus.png?v=139642026558747219351749161176) no-repeat left center/13px;
      cursor: pointer;
      padding-left: 20px;
      display: block; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-summary-caption {
      margin: 0; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-form-title {
      text-transform: uppercase; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-summary-caption,
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-summary-actions-togglereviews,
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-summary-actions-newreview {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 12.3px;
      line-height: normal;
      letter-spacing: 1px;
      color: #111;
      text-transform: uppercase;
      margin: 0; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-header-title {
      text-align: center;
      text-transform: uppercase; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-icon-star:before,
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-icon-star-half-alt:before,
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-icon-star-empty:before {
      color: #cc5500; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-button {
      cursor: pointer;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      display: block;
      width: 100%;
      letter-spacing: 3px;
      font-family: "Open Sans", sans-serif;
      border: none;
      text-transform: uppercase;
      max-width: 165px;
      color: white;
      padding: 14.5px 40px;
      max-width: none;
      width: auto;
      background-color: #cc5500; }
      .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-button:hover {
        color: white; }
      .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-button:hover {
        background-color: #cc5500; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-form-review-rating a,
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-form-review-rating a:hover {
      opacity: 1; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-review-reportreview {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-review-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-review-header .spr-starratings {
        order: 1; }
      .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-review-header .spr-review-header-byline {
        width: 50%;
        order: 2;
        float: right;
        text-align: right;
        font-size: 11px;
        font-style: normal; }
      .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-review-header .spr-review-header-title {
        width: 100%;
        order: 3;
        margin: 8px 0;
        text-align: left;
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        font-size: 15.3px; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-review-content {
      margin: 0; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-review-footer {
      display: none; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form label {
      text-transform: uppercase;
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 12.3px;
      line-height: normal;
      letter-spacing: 1px;
      color: #111111;
      height: auto;
      width: auto;
      text-align: left;
      margin: 0 0 7px; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form input[type=text],
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form input[type=number],
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form input[type=tel],
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form input[type=email],
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form input[type=password],
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form textarea,
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form select {
      height: 40px;
      border: solid 1px #979797;
      margin: 0 0 10px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 1.14; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form ::-webkit-input-placeholder {
      /* WebKit browsers */
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form :-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form input::placeholder {
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form textarea::-webkit-input-placeholder {
      /* WebKit browsers */
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form textarea:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form textarea::placeholder {
      color: transparent; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form .spr-form-contact div,
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form .spr-form-review div {
      margin: 0px 0 0px 0; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form .spr-form-review .spr-form-review-rating {
      margin-bottom: 10px; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .new-review-form .spr-form-actions {
      margin-top: 15px; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-form-message-success {
      margin: 20px;
      background: #287528;
      padding: 0.8em 1em;
      color: #fff;
      text-align: center; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-form-message-error {
      background: #C0363A;
      color: #FFF;
      text-align: center; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-form-message {
      padding: 0.8em 1em;
      margin: 1em 0 1em 0; }
    .product-single .tabs .tab-switch__content .tab-legal-content {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.14;
      letter-spacing: normal;
      color: #111; }
      .product-single .tabs .tab-switch__content .tab-legal-content p {
        display: contents; }
      .product-single .tabs .tab-switch__content .tab-legal-content img {
        width: 50px;
        float: left;
        margin-right: 10px; }

@media screen and (max-width: 1279px) {
  .product-single .paymentNote {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .product-single .paymentNote .learnMore {
      width: 100%;
      margin-top: 10px; } }
@media screen and (max-width: 980px) {
  .product-single .banner .content a {
    padding: 13px 0; }
  .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-button {
    padding: 7px 40px;
    min-height: auto; } }
@media screen and (max-width: 880px) {
  .product-single .banner {
    padding: 30px 20px 37px; }
    .product-single .banner .imageWrapper {
      display: none; }
    .product-single .banner .content {
      float: none; } }
.one-quarter {
  width: 25%; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

[class*=push--] {
  position: relative; }

.text-center {
  text-align: center !important; }

input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
  width: 100%;
  max-width: 100%;
  display: block;
  color: #333; }

@media screen and (min-width: 769px) {
  .section-header {
    display: table;
    width: 100%;
    text-align: left; }

  .cart__row--table-large .grid__item {
    display: table-cell;
    vertical-align: middle; }

  .section-header {
    display: table;
    width: 100%;
    text-align: left; }

  .tab-switch__nav-outer {
    display: block !important; }
    .tab-switch__nav-outer ul li {
      display: inline-block !important; }

  .post-large--hide {
    display: none !important; }

  .push--post-large--one-half {
    left: 50%; }

  .post-large--text-right {
    text-align: right !important; }

  .post-large--one-half {
    width: 50%; } }
@media screen and (max-width: 768px) {
  .small--hide {
    display: none !important; }

  .product-single .paymentNote {
    flex-wrap: nowrap;
    justify-content: space-between; }
    .product-single .paymentNote .learnMore {
      float: right;
      margin-top: 0px; }
  .product-single .productImageSection {
    width: 100%; }
  .product-single .productContentSection {
    width: 100%;
    padding-left: 0;
    padding-top: 15px; }
  .product-single .mobileCategaryListView {
    display: block; }
  .product-single .tab-switch__nav-outer {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 100%;
    right: 0px;
    left: 0px;
    margin: 0px auto; }
  .product-single .tabs .tab-switch__nav {
    padding: 20px 20px;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0px; }
    .product-single .tabs .tab-switch__nav li {
      padding: 0;
      margin-bottom: 10px; }
      .product-single .tabs .tab-switch__nav li:last-child {
        margin-bottom: 0px; }
      .product-single .tabs .tab-switch__nav li.active {
        display: none; }
      .product-single .tabs .tab-switch__nav li a {
        padding: 0px !important;
        border: none !important; }
  .product-single .tab-switch__content {
    margin-top: 40px !important; }
  .product-single .tabs .tab-switch__content .halfSection:first-child {
    margin-top: 20px; }
  .product-single .tabs .tab-switch__content .halfSection {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .product-single .productExtraInfo h5, .product-single .productExtraInfo .h5 {
    margin: 0 0 20px; } }
@media screen and (max-width: 600px) {
  .product-single .spr-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .product-single .spr-summary-caption {
    margin: 10px 0 !important; } }
@media screen and (max-width: 520px) {
  .product-single .paymentNote .learnMore {
    float: none;
    margin-top: 10px; } }
@media screen and (max-width: 480px) {
  .product-single {
    margin-top: 20px; }
    .product-single #AddToCart.btn-red {
      padding: 7px 0px;
      min-height: auto; }
    .product-single .paymentNote {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .product-single .paymentNote .paymentInfo {
        max-width: 128px; }
      .product-single .paymentNote .learnMore {
        width: 100%;
        margin-top: 10px; }
    .product-single .productContentSection .product-single__title {
      font-size: 24px;
      line-height: 1.17;
      letter-spacing: 0.5px;
      margin: 0 0 10px; }
    .product-single .productContentSection h5, .product-single .productContentSection .h5 {
      font-size: 16.3px;
      line-height: 1.13; }
    .product-single .productExtraInfo .learnMore-btn {
      padding: 13px 80px;
      margin-bottom: 30px; }
    .product-single .productExtraInfo hr {
      display: none; }
    .product-single .productExtraInfo ul p {
      margin-left: -40px; }
    .product-single .freeShippingDetail {
      background-size: 23px !important; }
    .product-single .product-single__thumbnails li {
      width: 40px;
      height: 40px; }
    .product-single .productVarriant select {
      font-size: 12px;
      line-height: 1.17; }
    .product-single .productVarriant label {
      font-size: 11px;
      line-height: 1.09;
      letter-spacing: 0.8px; }
    .product-single .productOldPrice {
      font-size: 12px;
      line-height: 1.17; }
    .product-single .product-single__price {
      font-size: 24px; }
    .product-single .freeShipping {
      font-size: 12px;
      line-height: 1.33;
      margin-left: 5px; }
    .product-single .savePrice {
      margin: 0 0 24px;
      font-size: 12px;
      line-height: 1.17; }
    .product-single .paymentNote .paymentInfo {
      font-size: 14px;
      line-height: 1.29; }
    .product-single .paymentNote .learnMore {
      font-size: 12px;
      line-height: 1.17; }
    .product-single .productExtraInfo h5, .product-single .productExtraInfo .h5 {
      font-size: 11.3px;
      line-height: 1.09;
      letter-spacing: 0.8px; }
    .product-single .productExtraInfo .priceMatchDetail h5, .product-single .productExtraInfo .priceMatchDetail .h5 {
      margin-bottom: 15px !important;
      margin-top: 5px !important; }
    .product-single .banner {
      margin: 20px 0 0 0; }
    .product-single .banner .content h3, .product-single .banner .content .h3 {
      margin: 0 0 13px;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.5px; }
    .product-single .product-single .tabs .tab-switch__content .halfSection h5, .product-single .product-single .tabs .tab-switch__content .halfSection .h5 {
      font-size: 11.3px;
      line-height: 1.09;
      letter-spacing: 0.8px;
      margin: 0 0 5px; }
    .product-single .tabs .tab-switch__content #shopify-product-reviews .spr-review-header .spr-review-header-byline {
      text-align: left;
      display: block;
      width: 100%;
      margin-top: 10px; }
    .product-single .tab-switch__content #shopify-product-reviews .new-review-form label {
      font-size: 11px;
      line-height: 1.09;
      letter-spacing: 0.8px;
      margin: 0 0 10px; } }
@media screen and (max-width: 370px) {
  .product-single .productExtraInfo .learnMore-btn {
    padding: 13px 50px; } }
/*Cart*/
#CartSection {
  padding: 40px 0; }
  #CartSection .section-header__title {
    text-align: center;
    text-transform: uppercase; }
  #CartSection .cartProduct {
    align-items: center; }
    #CartSection .cartProduct small {
      font-size: 14px;
      line-height: 1.14; }
  #CartSection .productHeading {
    float: left;
    position: absolute; }
  #CartSection .cart__row + .cart__row {
    margin-top: 35px;
    border-top: 1px solid #f0f0f0; }
  #CartSection .cart__row {
    padding-top: 20px; }
  #CartSection .cart__product-title,
  #CartSection .cart__remove {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #111111;
    text-transform: capitalize; }
  #CartSection .cart__product-title span {
    margin: 21px 0 20px 0;
    display: block; }
  #CartSection .cart__remove small {
    color: #cc5500;
    text-decoration: underline;
    font-size: 14px; }
  #CartSection .cart__quantity-selector {
    width: 60px;
    height: 45px;
    border: solid 1px #4a4a4a;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.14; }
  #CartSection .cart__row--table-large {
    display: flex;
    align-items: center; }
  #CartSection .grid__item .h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 14.3px;
    font-weight: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #111111; }
  #CartSection .h4, #CartSection .h4 {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 12.3px;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #111111;
    text-transform: uppercase; }
  #CartSection .cartTotalSection {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end; }
    #CartSection .cartTotalSection .cart__subtotal {
      margin-bottom: 24px;
      max-width: 335px;
      width: 100%;
      justify-content: space-between; }
      #CartSection .cartTotalSection .cart__subtotal .h5 {
        margin: 0; }
      #CartSection .cartTotalSection .cart__subtotal .shipping.h5 {
        color: #cc5500; }
    #CartSection .cartTotalSection .grandTotal {
      margin-bottom: 30px; }
      #CartSection .cartTotalSection .grandTotal span {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        font-size: 14.3px;
        line-height: 1.29;
        letter-spacing: normal;
        color: #111111; }
    #CartSection .cartTotalSection .btn-red {
      width: 100%;
      margin-bottom: 20px;
      max-width: 335px; }
    #CartSection .cartTotalSection a.btn-red {
      padding: 20.5px 0; }
    #CartSection .cartTotalSection button.btn-red {
      padding: 15px 0;
      margin-top: 30px; }
  #CartSection .cartOrderSummarySection {
    padding-top: 40px !important; }
  #CartSection .continueShoppingBtn {
    position: absolute;
    left: 0px;
    width: 282px;
    padding: 15px 40px 15px 62px;
    border: solid 1px #161d1f;
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    font-size: 12.3px;
    line-height: normal;
    letter-spacing: 3px;
    color: #161d1f;
    background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-left-arrow.png?v=120295998603471858331749161176) no-repeat left 42px center/13px; }
  #CartSection .cart__continue-btn {
    margin: 10px 0 0; }
    #CartSection .cart__continue-btn a {
      color: #cc5500;
      text-decoration: underline; }
  #CartSection .paymentNote {
    display: flex;
    align-items: center;
    max-width: 335px;
    width: 100%; }
    #CartSection .paymentNote .paymentInfo {
      text-align: left;
      width: 100%;
      font-family: "Open Sans", sans-serif;
      font-size: 16.3px;
      line-height: 1.13;
      letter-spacing: normal;
      color: #4a4a4a;
      font-weight: normal; }
      #CartSection .paymentNote .paymentInfo span {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        color: #cc5500; }

@media screen and (max-width: 768px) {
  #CartSection .cart__header-labels {
    display: none; }
  #CartSection .cart__mini-labels,
  #CartSection .continueShoppingBtn {
    display: none; }
  #CartSection .cart__row--table-large {
    align-items: center;
    flex-wrap: wrap; }
  #CartSection .cart__quantity-selector {
    margin: 0; }
  #CartSection .cart__row--table-large .grid__item.post-large--one-half:last-child {
    margin-top: 20px; } }
@media screen and (max-width: 480px) {
  .shopify-section-cart-template {
    margin-bottom: -30px; }

  #CartSection {
    padding: 10px 0 0; }
    #CartSection .cartProduct {
      flex-direction: column; }
      #CartSection .cartProduct .one-third,
      #CartSection .cartProduct .two-thirds {
        width: 100%; }
      #CartSection .cartProduct .cart__image-wrapper {
        margin-bottom: 10px; }
      #CartSection .cartProduct .cart__image-wrapper,
      #CartSection .cartProduct img {
        max-width: none;
        max-height: none; }
    #CartSection .cart__product-title span {
      margin: 15px 0; }
    #CartSection .cart__row--table-large .grid__item.post-large--one-half:last-child .grid__item {
      width: 50%; }
    #CartSection .cart__row--table-large .grid__item.post-large--one-half:last-child .grid__item:nth-child(2) {
      display: none; }
    #CartSection .grid__item .h5,
    #CartSection .cart__remove small {
      font-size: 12.3px;
      line-height: 1.17; }
    #CartSection .cart__quantity-selector {
      width: 40px;
      height: 30px; }
    #CartSection .cartTotalSection .btn-red {
      max-width: none; }
    #CartSection .cartTotalSection a.btn-red {
      padding: 13px 0; }
    #CartSection .cartTotalSection .cart__subtotal {
      max-width: none; } }
/*Pagination*/
.pagination-custom li span,
.pagination-custom li a {
  font-family: "Oswald", sans-serif, "Arial";
  font-weight: 400;
  font-size: 14.3px;
  line-height: 1.14;
  letter-spacing: normal;
  color: #111111;
  padding: 0px 3.5px 10px;
  margin-left: 10px; }
.pagination-custom li.active span {
  color: #cc5500;
  border-bottom: 2px solid #cc5500; }
.pagination-custom .pageNext a,
.pagination-custom .pagePrev a {
  background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-right-arrow-black.png?v=57950846923726205901749161176) no-repeat right center/5px;
  font-size: 0px !important;
  width: 5px !important;
  height: 10px !important;
  font-size: 0px;
  margin: 3px 20px; }
.pagination-custom .pagePrev a {
  transform: rotate(180deg);
  margin: 3px 10px; }
.pagination-custom li.disabled {
  display: none; }

/*Search*/
#search-results .section-header {
  text-align: center;
  padding: 35px 0 27px; }

#search-results {
  /*Pagination*/ }
  #search-results #snize-search-results-grid-mode li.snize-product span.snize-title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 300; }
  #search-results .grid__item {
    padding-left: 0px; }
  #search-results .grid {
    margin-left: 0px; }
  #search-results .post-large--two-thirds {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
    float: none;
    left: auto; }
  #search-results .snize-pagination {
    margin: 40px; }
    #search-results .snize-pagination li span,
    #search-results .snize-pagination li a {
      font-family: "Oswald", sans-serif, "Arial" !important;
      font-size: 14.3px;
      line-height: 1.14;
      letter-spacing: normal;
      color: #111111;
      padding: 0px 3.5px 10px;
      margin-left: 10px;
      border: none; }
    #search-results .snize-pagination li a.active {
      background: transparent;
      color: #cc5500;
      border-bottom: 2px solid #cc5500; }
    #search-results .snize-pagination .snize-pagination-prev,
    #search-results .snize-pagination .snize-pagination-next {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-right-arrow-black.png?v=57950846923726205901749161176) no-repeat right center/5px;
      font-size: 0px !important;
      width: 5px !important;
      height: 10px !important;
      font-size: 0px;
      margin: 3px 20px; }
    #search-results .snize-pagination .snize-pagination-prev {
      transform: rotate(180deg);
      margin: 3px 10px; }
    #search-results .snize-pagination li .disabled {
      display: none; }

/*Login and Form*/
.linkAccounts, .linkAccountsBig,
#customer_register_link {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #cc5500;
  text-decoration: underline;
  margin: 23px 0;
  display: block; }

.linkAccountsBig {
  font-size: 16px;
  line-height: 1.25; }

#create-account h1 {
  margin-bottom: 20px; }

.formSection h1 {
  text-transform: uppercase; }
.formSection .section-header p {
  margin-top: 20px;
  margin-bottom: 24px; }
.formSection #RecoverPasswordForm .section-header {
  margin-bottom: 40px; }
.formSection label {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif, "Arial";
  font-weight: 400;
  font-size: 12.3px;
  line-height: normal;
  letter-spacing: 1px;
  color: #111111;
  height: auto;
  width: auto;
  text-align: left !important;
  margin: 0 0 7px;
  width: 100%;
  display: block; }
.formSection input[type=text],
.formSection input[type=number],
.formSection input[type=tel],
.formSection input[type=email],
.formSection input[type=password],
.formSection textarea,
.formSection select {
  height: 40px;
  border: solid 1px #979797;
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.14;
  background-color: transparent; }
.formSection textarea {
  height: 160px; }
.formSection .btn-red {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  border: none;
  text-transform: uppercase;
  max-width: 165px;
  color: white;
  background-color: #cc5500;
  margin: 31px auto;
  padding: 14.5px 40px;
  max-width: none;
  width: auto; }
  .formSection .btn-red:hover {
    color: white; }
  .formSection .btn-red:hover {
    background-color: #e6751b; }
.formSection form {
  margin-bottom: 0px; }
  .formSection form .grid {
    margin-left: -20px; }
    .formSection form .grid .grid__item {
      padding-left: 20px; }
.formSection .form-success {
  margin: 20px;
  background: #287528;
  padding: 0.8em 1em;
  color: #fff;
  text-align: center;
  border: non; }
.formSection .form-error,
.formSection .errors {
  border: none;
  background: #C0363A;
  color: #FFF;
  text-align: center; }
  .formSection .form-error ul,
  .formSection .errors ul {
    margin-left: 0px; }
  .formSection .form-error li,
  .formSection .errors li {
    color: #FFF;
    font-weight: 400; }

.createAccountSection .errors {
  margin-top: 20px; }

/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .formSection .btn-red {
    padding: 10px 0;
    padding: 9.5px 40px;
    min-height: auto; } }
@media screen and (max-width: 480px) {
  .formSection .section-header__title {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.5px; }
  .formSection label {
    font-size: 11px;
    line-height: 1.09;
    letter-spacing: 0.8px;
    margin: 0 0 10px; }
  .formSection #RecoverPasswordForm .section-header {
    margin-bottom: 20px; }
  .formSection .section-header {
    margin-bottom: 20px;
    margin-top: 0px; }
  .formSection .btn-red {
    margin-top: 30px; }

  .formSection.contentWrapper-780 {
    padding-top: 10px !important;
    padding-bottom: 20px !important; }

  .linkAccounts,
  #customer_register_link {
    font-size: 12px;
    line-height: 1.17; } }
.loginSection .section-header {
  margin-bottom: 0; }
.loginSection .linkAccounts {
  margin-top: 24px;
  display: block; }

.resetPasswordSection .btn-red {
  margin-bottom: 0px; }

/*My Account*/
.myAccountSection {
  padding: 40px 0; }
  .myAccountSection .grid {
    margin-left: 0px; }
  .myAccountSection h1 {
    margin: 0 0 21px; }
  .myAccountSection .section-header {
    margin-bottom: 35px; }
  .myAccountSection .table-wrapper td,
  .myAccountSection .table-wrapper th {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    letter-spacing: normal;
    font-size: 14.3px;
    color: #111111; }
  .myAccountSection .table-wrapper th {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    line-height: 1.29;
    padding: 0 0 23px; }
  .myAccountSection .table-wrapper td {
    font-family: "Open Sans", sans-serif;
    line-height: 1.14;
    padding: 32px 0; }
  .myAccountSection .table-wrapper td a {
    font-size: 13px;
    line-height: 1.31;
    color: #cc5500; }
  .myAccountSection .grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .myAccountSection .grid .orderDetails {
      width: 75%;
      margin-right: 6%; }
    .myAccountSection .grid .addressDetails {
      width: 19%; }
      .myAccountSection .grid .addressDetails p {
        line-height: 2.16; }
      .myAccountSection .grid .addressDetails a {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: normal;
        color: #cc5500;
        text-decoration: underline; }

@media screen and (max-width: 768px) {
  .myAccountSection .grid .orderDetails {
    width: 100%;
    margin-right: 0%; }
  .myAccountSection .grid .addressDetails {
    width: 100%; } }
@media (max-width: 600px) {
  .myAccountSection table thead {
    display: none; }
  .myAccountSection table tbody tr {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    border: solid 1px #d7d7d7; }
  .myAccountSection table tbody td {
    text-align: right;
    padding: 20px !important;
    position: relative;
    background: #fff; }
  .myAccountSection table tbody td:first-child {
    border-top: none; }
  .myAccountSection table tbody td:before {
    content: 'Order';
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 14px !important;
    line-height: 1.43;
    letter-spacing: normal;
    font-weight: bold; }
  .myAccountSection table tbody td:nth-child(2):before {
    content: 'Date'; }
  .myAccountSection table tbody td:nth-child(3):before {
    content: 'Payment Status'; }
  .myAccountSection table tbody td:nth-child(4):before {
    content: 'Fulfillment Status'; }
  .myAccountSection table tbody td:nth-child(5):before {
    content: 'Total'; }
  .myAccountSection table tbody tr:last-child {
    margin-bottom: 0; }
  .myAccountSection table tbody tr td:last-child {
    border-bottom: none; } }
@media (max-width: 480px) {
  .myAccountSection {
    padding: 10px 0 20px; }
    .myAccountSection h1 {
      margin: 0 0 10px; }
    .myAccountSection .section-header {
      margin-bottom: 20px; } }
/*Order Detail*/
.orderDetailSection {
  padding: 40px 0; }
  .orderDetailSection .section-header {
    margin: 0 0 40px; }
  .orderDetailSection h1 {
    margin: 0 0 11px; }
  .orderDetailSection .addressSection {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 86px; }
    .orderDetailSection .addressSection div {
      width: 50%; }
      .orderDetailSection .addressSection div h2 {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        font-size: 24.3px;
        line-height: 1;
        letter-spacing: normal;
        color: #111111; }
    .orderDetailSection .addressSection p {
      line-height: 2.16; }
  .orderDetailSection .table-wrapper .orderTable {
    border: none;
    margin-bottom: 0; }
  .orderDetailSection .table-wrapper td,
  .orderDetailSection .table-wrapper th {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    letter-spacing: normal;
    font-size: 14.3px;
    color: #111111; }
  .orderDetailSection .table-wrapper th {
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.29;
    padding: 0 0 23px; }
  .orderDetailSection .table-wrapper td {
    font-family: "Open Sans", sans-serif;
    line-height: 1.14;
    padding: 30px 0 !important; }
  .orderDetailSection .table-wrapper td a {
    font-size: 13px;
    line-height: 1.31;
    color: #cc5500; }
  .orderDetailSection .orderTable tfoot tr:last-child td {
    font-weight: normal;
    border-bottom: none; }

@media screen and (max-width: 768px) {
  .orderDetailSection .table-wrapper .orderTableFooter .order-discount--title {
    display: none !important; }
  .orderDetailSection .table-wrapper .orderTableFooter .order-discount {
    text-align: right;
    display: block;
    width: 100%; } }
@media (max-width: 600px) {
  .orderDetailSection .table-wrapper .orderTable thead {
    display: none; }
  .orderDetailSection .table-wrapper .orderTable tbody .order-table__product div {
    width: 100%; }
  .orderDetailSection .table-wrapper .orderTable tbody tr {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    border: solid 1px #d7d7d7; }
  .orderDetailSection .table-wrapper .orderTable tbody td {
    text-align: right;
    padding: 20px !important;
    position: relative;
    background: #fff;
    display: block; }
  .orderDetailSection .table-wrapper .orderTable tbody td:first-child {
    border-top: none; }
  .orderDetailSection .table-wrapper .orderTable tbody td:before {
    content: 'Item';
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 14px !important;
    line-height: 1.43;
    letter-spacing: normal;
    font-weight: bold; }
  .orderDetailSection .table-wrapper .orderTable tbody td:nth-child(2):before {
    content: 'SKU'; }
  .orderDetailSection .table-wrapper .orderTable tbody td:nth-child(3):before {
    content: 'Price'; }
  .orderDetailSection .table-wrapper .orderTable tbody td:nth-child(4):before {
    content: 'Quantity'; }
  .orderDetailSection .table-wrapper .orderTable tbody td:nth-child(5):before {
    content: 'Total'; }
  .orderDetailSection .table-wrapper .orderTable tbody tr:last-child {
    margin-bottom: 0; }
  .orderDetailSection .table-wrapper .orderTable tbody tr td:last-child {
    border-bottom: none; } }
@media (max-width: 480px) {
  .orderDetailSection {
    padding: 10px 20px; }
    .orderDetailSection .section-header {
      margin: 0 0 20px; }
    .orderDetailSection .addressSection div {
      width: 100%;
      margin-bottom: 20px; }
      .orderDetailSection .addressSection div h2 {
        font-size: 16px;
        line-height: 1.13;
        letter-spacing: 0.4;
        margin-bottom: 10px; }
    .orderDetailSection .addressSection {
      margin-bottom: 10px; } }
/*My address*/
.myAddressSection {
  padding: 40px 0; }
  .myAddressSection .section-header {
    margin-bottom: 9px; }
  .myAddressSection .myaddressOuter {
    display: flex;
    flex-wrap: wrap;
    margin: 38px 0 0 0; }
    .myAddressSection .myaddressOuter .newAddress {
      width: 50%;
      padding-right: 20px; }
    .myAddressSection .myaddressOuter .addressList {
      width: 50%;
      padding-left: 60px; }
      .myAddressSection .myaddressOuter .addressList h2 {
        margin: 0 0 9px; }
      .myAddressSection .myaddressOuter .addressList p {
        line-height: 2.16; }
      .myAddressSection .myaddressOuter .addressList a {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: normal;
        color: #cc5500;
        text-decoration: underline; }
      .myAddressSection .myaddressOuter .addressList form {
        margin-bottom: 10px; }
    .myAddressSection .myaddressOuter h2, .myAddressSection .myaddressOuter .h2, .myAddressSection .myaddressOuter h4, .myAddressSection .myaddressOuter .h4 {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 14.3px;
      line-height: 1.29;
      letter-spacing: normal;
      color: #111111;
      margin: 0 0 19px; }
  .myAddressSection .btn-red {
    margin: 30px 0; }
  .myAddressSection .addressDefaultCheckbox {
    margin: 0; }
    .myAddressSection .addressDefaultCheckbox label {
      display: inline-block !important;
      position: relative;
      padding-left: 15px;
      margin-bottom: 0;
      padding-top: 2px; }
      .myAddressSection .addressDefaultCheckbox label:after {
        z-index: 2;
        content: "";
        vertical-align: middle;
        text-align: center;
        position: absolute;
        cursor: pointer;
        height: 20px;
        width: 20px;
        top: 0px;
        left: -17px;
        background: #fff;
        border-radius: 2px;
        border: solid 1px #161d1f; }
    .myAddressSection .addressDefaultCheckbox input[type=checkbox]:checked + label:after {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-tick-chk.png?v=64126667669738902571749161176) no-repeat 2px 5px/13px; }
    .myAddressSection .addressDefaultCheckbox input[type=checkbox] {
      visibility: hidden; }

@media screen and (max-width: 768px) {
  .myAddressSection {
    padding: 40px 0; }
    .myAddressSection .section-header {
      margin-bottom: 9px; }
    .myAddressSection .myaddressOuter .newAddress {
      width: 100%;
      padding-right: 0px; }
    .myAddressSection .myaddressOuter .addressList {
      width: 100%;
      padding-left: 0px;
      margin-top: 40px; } }
@media screen and (max-width: 480px) {
  .myAddressSection {
    padding: 10px 0 0px; }
    .myAddressSection .myaddressOuter {
      margin: 20px 0 0 0; }
    .myAddressSection .myaddressOuter .addressList a {
      font-size: 12px;
      line-height: 1.17; } }
/*Contact US*/
.contactSection p {
  text-align: left;
  margin: 0 0 40px; }
  .contactSection p a {
    color: #cc5500; }
.contactSection ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px; }
  .contactSection ul a {
    font-family: "Oswald", sans-serif, "Arial";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #111111;
    text-transform: uppercase; }
  .contactSection ul .phone a {
    background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-phone.png?v=53074506101060817051749161176) no-repeat left center/18px;
    padding-left: 33px; }
  .contactSection ul .email a {
    background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-message.png?v=173203522871447059191749161176) no-repeat left center/26px;
    padding-left: 41px; }
.contactSection .errors ul {
  display: inline; }

@media screen and (max-width: 480px) {
  .contactSection p {
    margin: 0 0 34px; }
  .contactSection ul {
    margin-top: 20px;
    flex-direction: column;
    margin-bottom: 20px; }
    .contactSection ul a {
      font-size: 16px;
      line-height: 1.13;
      letter-spacing: 0.4px; }
    .contactSection ul .phone {
      margin-bottom: 20px; }
    .contactSection ul .phone a {
      background-size: 15px !important;
      padding-left: 30px; }
    .contactSection ul .email a {
      background-size: 20px !important;
      padding-left: 35px; }
  .contactSection .btn-red {
    margin-top: 20px;
    margin-bottom: 0px; } }
/*404*/
.fourZeroFourSection {
  text-align: center;
  padding: 60px 0; }
  .fourZeroFourSection img {
    margin-bottom: 30px; }
  .fourZeroFourSection h1 {
    margin: 0 0 20px; }
  .fourZeroFourSection p {
    font-family: "Oswald", sans-serif, "Arial";
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    margin: 0 0 40px; }
  .fourZeroFourSection a {
    padding: 20.5px 0;
    max-width: 192px; }

/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .fourZeroFourSection a {
    padding: 13px 40px;
    max-width: none;
    width: auto;
    display: inline-block; } }
@media screen and (max-width: 480px) {
  .fourZeroFourSection {
    padding: 20px 0; }
    .fourZeroFourSection img {
      margin-bottom: 10px;
      max-width: 240px !important; }
    .fourZeroFourSection h1 {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 1.17;
      letter-spacing: 0.5px; }
    .fourZeroFourSection p {
      font-size: 16px;
      line-height: 1.13;
      letter-spacing: 0.4px;
      margin: 0 0 10px; } }
/* used for just this page https://grillscapes.com/policies/privacy-policy*/
.shopify-policy__container {
  max-width: 980px !important;
  line-height: 20px;
  margin: 30px auto !important;
  padding-top: 0px; }
  .shopify-policy__container h1 {
    margin: 0 0 40px; }
  .shopify-policy__container img {
    margin: 0 0 40px; }
  .shopify-policy__container h2 {
    font-size: 28px;
    text-align: left; }
  .shopify-policy__container h3, .shopify-policy__container .h3 {
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
    text-transform: uppercase; }
  .shopify-policy__container ul li {
    list-style: disc; }
  .shopify-policy__container ul, .shopify-policy__container ol {
    margin: 20px 35px; }
  .shopify-policy__container ol li {
    list-style: decimal; }
  .shopify-policy__container p {
    margin: 10px 0 !important; }
  .shopify-policy__container a {
    padding: 20.5px 0;
    max-width: 261px;
    margin-top: 40px;
    color: #cc5500 !important; }

.full-width-content .contentWrapper-980 {
  padding-top: 0px;
  margin-top: -20px; }
  .full-width-content .contentWrapper-980 h1 {
    margin: 0 0 40px; }
  .full-width-content .contentWrapper-980 img {
    margin: 0 0 40px; }
  .full-width-content .contentWrapper-980 h2 {
    font-size: 28px;
    text-align: left; }
  .full-width-content .contentWrapper-980 h3, .full-width-content .contentWrapper-980 .h3 {
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
    text-transform: uppercase; }
  .full-width-content .contentWrapper-980 ul li {
    list-style: disc; }
  .full-width-content .contentWrapper-980 ul, .full-width-content .contentWrapper-980 ol {
    margin: 20px 35px; }
  .full-width-content .contentWrapper-980 ol li {
    list-style: decimal; }
  .full-width-content .contentWrapper-980 p {
    margin: 10px 0 !important; }
  .full-width-content .contentWrapper-980 a {
    padding: 20.5px 0;
    max-width: 261px;
    margin-top: 40px; }

/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .full-width-content .contentWrapper-980 {
    text-align: center; }
    .full-width-content .contentWrapper-980 h1 {
      text-align: left; }
    .full-width-content .contentWrapper-980 p {
      text-align: left; }
    .full-width-content .contentWrapper-980 a {
      padding: 13px 40px;
      max-width: none;
      width: auto;
      display: inline-block;
      margin: 0 auto;
      margin-top: 40px; } }
@media screen and (max-width: 480px) {
  .full-width-content .contentWrapper-980 {
    padding-top: 10px;
    margin-top: 0px;
    padding-bottom: 20px; }
    .full-width-content .contentWrapper-980 h1 {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 1.17;
      letter-spacing: 0.5px; }
    .full-width-content .contentWrapper-980 img {
      margin: 0 0 10px; }
    .full-width-content .contentWrapper-980 a {
      margin-top: 20px; } }
.btn {
  display: inline-block; }

/*Need Help*/
.needHelpSection .contentWrapper-980 {
  padding-top: 0px;
  margin-top: -20px; }
  .needHelpSection .contentWrapper-980 h1,
  .needHelpSection .contentWrapper-980 p {
    margin: 0 0 40px; }
  .needHelpSection .contentWrapper-980 .contactButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px; }
    .needHelpSection .contentWrapper-980 .contactButton a {
      padding: 20.5px 0;
      max-width: 230px;
      text-align: left;
      letter-spacing: 1px; }
    .needHelpSection .contentWrapper-980 .contactButton a.phone {
      font-size: 14px;
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-phone-white.png?v=90795154411036749521749161176) no-repeat left 35px center/16px #cc5500;
      padding-left: 35px; }
    .needHelpSection .contentWrapper-980 .contactButton a.email {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-message-white.png?v=3410278533201235031749161176) no-repeat left 35px center/18px #cc5500;
      padding-left: 35px; }
  .needHelpSection .contentWrapper-980 ul {
    border-top: solid 1px #f0f0f0; }
    .needHelpSection .contentWrapper-980 ul li.active p {
      display: block; }
    .needHelpSection .contentWrapper-980 ul li {
      border-bottom: solid 1px #f0f0f0;
      padding: 20px 0 0px; }
      .needHelpSection .contentWrapper-980 ul li p {
        display: none;
        margin-bottom: 60px; }
      .needHelpSection .contentWrapper-980 ul li h4, .needHelpSection .contentWrapper-980 ul li .h4 {
        padding-left: 45px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.5px;
        color: #111111;
        text-transform: uppercase;
        margin: 0 0 19px;
        background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-plus.png?v=139642026558747219351749161176) no-repeat left center/15px;
        cursor: pointer; }
    .needHelpSection .contentWrapper-980 ul li.active h4, .needHelpSection .contentWrapper-980 ul li.active .h4 {
      background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-minus.png?v=173518907687894771111749161176) no-repeat left center/15px; }

/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .needHelpSection .contentWrapper-980 .contactButton a {
    padding: 13px 0px; } }
@media screen and (max-width: 600px) {
  .needHelpSection .contentWrapper-980 {
    padding-top: 10px;
    margin-top: 0px; }
    .needHelpSection .contentWrapper-980 .contactButton {
      justify-content: center;
      flex-direction: column; }
      .needHelpSection .contentWrapper-980 .contactButton a {
        max-width: none;
        width: auto;
        background-position: left 40px center !important; }
      .needHelpSection .contentWrapper-980 .contactButton a.phone {
        padding-left: 72px;
        margin-bottom: 10px;
        padding-right: 40px; }
      .needHelpSection .contentWrapper-980 .contactButton a.email {
        padding-left: 80px;
        padding-right: 40px; } }
@media screen and (max-width: 480px) {
  .needHelpSection .contentWrapper-980 {
    padding-bottom: 10px; }
    .needHelpSection .contentWrapper-980 h1,
    .needHelpSection .contentWrapper-980 p {
      margin: 0 0 10px; }
    .needHelpSection .contentWrapper-980 .contactButton {
      margin-bottom: 19px; }
    .needHelpSection .contentWrapper-980 ul li {
      padding: 10px 0 0px; }
      .needHelpSection .contentWrapper-980 ul li p {
        margin-bottom: 10px; }
      .needHelpSection .contentWrapper-980 ul li h4, .needHelpSection .contentWrapper-980 ul li .h4 {
        padding-left: 30px;
        font-size: 16px;
        line-height: 1.13;
        letter-spacing: 0.4px;
        margin: 0 0 10px; }
    .needHelpSection .contentWrapper-980 ul li:last-child {
      border: none; } }
/*Article*/
.mobileCategaryListView {
  display: none;
  border-top: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  padding: 15px 0;
  font-family: "Oswald", sans-serif, "Arial";
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14.3px;
  line-height: 1.29;
  letter-spacing: normal;
  background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-plus-black.png?v=120892108452813418371749161176) no-repeat right center/10px;
  cursor: pointer; }

.mobileCategaryListView.active {
  background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-minus-black.png?v=169315534050831150651749161176) no-repeat right center/10px; }

.aritclesSection .showInSmall {
  display: none; }
.aritclesSection .section-header {
  margin: 0 0 40px; }
.aritclesSection .section-header--breadcrumb {
  margin: 9px 0 0 0; }
.aritclesSection .aritclesOuter {
  margin-top: -5px;
  display: flex;
  flex-wrap: wrap; }
  .aritclesSection .aritclesOuter .leftSidebar {
    width: 21%;
    padding-top: 15px; }
    .aritclesSection .aritclesOuter .leftSidebar a {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 14.3px;
      line-height: 1.29;
      letter-spacing: normal;
      margin: 0 0 16px;
      display: inline-block; }
    .aritclesSection .aritclesOuter .leftSidebar a:hover,
    .aritclesSection .aritclesOuter .leftSidebar a.active {
      border-bottom: solid 2px #cc5500;
      margin: 0 0 12px;
      padding-bottom: 2px; }
  .aritclesSection .aritclesOuter .articlesList {
    width: 79%; }
    .aritclesSection .aritclesOuter .articlesList ul {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      .aritclesSection .aritclesOuter .articlesList ul:not(".pagination-custom") {
        margin-left: -40px; }
      .aritclesSection .aritclesOuter .articlesList ul li {
        width: 33.33%;
        padding-left: 40px;
        margin-bottom: 44px; }
        .aritclesSection .aritclesOuter .articlesList ul li .imageWrapper {
          margin: 0 0 15px;
          height: 200px;
          position: relative;
          overflow: hidden; }
          .aritclesSection .aritclesOuter .articlesList ul li .imageWrapper img {
            width: 100%;
            position: absolute;
            height: 100%;
            object-fit: cover; }
        .aritclesSection .aritclesOuter .articlesList ul li h4, .aritclesSection .aritclesOuter .articlesList ul li .h4 {
          font-size: 20px;
          line-height: 1.2;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          margin: 0 0 10px; }
      .aritclesSection .aritclesOuter .articlesList ul.pagination-custom li {
        width: auto; }

/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .aritclesSection .aritclesOuter .articlesList ul {
    padding-left: 20px; }
    .aritclesSection .aritclesOuter .articlesList ul li {
      width: 50%; } }
@media screen and (min-width: 769px) {
  .aritclesSection .aritclesOuter .leftSidebar ul {
    display: block !important; } }
@media screen and (max-width: 768px) {
  .aritclesSection .js-blog-page-title {
    display: block; }
  .aritclesSection .showInSmall {
    display: block;
    width: 100%; }
  .aritclesSection .hideInSmall {
    display: none; }
  .aritclesSection .aritclesOuter .leftSidebar {
    width: 100%; }
    .aritclesSection .aritclesOuter .leftSidebar ul {
      display: none;
      position: absolute;
      background: #ffffff;
      width: 100%;
      right: 0px;
      left: 0px;
      margin: 0px auto;
      padding: 20px 20px;
      z-index: 1;
      text-align: center; }
    .aritclesSection .aritclesOuter .leftSidebar .mobileCategaryListView {
      display: block; }
    .aritclesSection .aritclesOuter .leftSidebar a.active {
      display: none; }
  .aritclesSection .aritclesOuter .articlesList {
    width: 100%; }
    .aritclesSection .aritclesOuter .articlesList ul {
      padding-left: 0px; } }
@media screen and (max-width: 480px) {
  .aritclesSection .section-header {
    margin: 0 0 10px; }
  .aritclesSection .aritclesOuter .leftSidebar {
    padding-top: 0px; }
    .aritclesSection .aritclesOuter .leftSidebar .mobileCategaryListView,
    .aritclesSection .aritclesOuter .leftSidebar a {
      font-size: 11px;
      line-height: 1.09;
      letter-spacing: 0.8px;
      margin-bottom: 10px; }
  .aritclesSection .aritclesOuter .articlesList ul {
    margin-left: 0px; }
    .aritclesSection .aritclesOuter .articlesList ul li {
      width: 100%;
      padding-left: 0px;
      margin-bottom: 20px; }
      .aritclesSection .aritclesOuter .articlesList ul li .imageWrapper {
        margin: 0 0 10px; }
      .aritclesSection .aritclesOuter .articlesList ul li h4, .aritclesSection .aritclesOuter .articlesList ul li .h4 {
        font-size: 16px;
        line-height: 1.13;
        letter-spacing: 0.4px; } }
.articleDetailSection .contentWrapper-980 {
  padding-top: 0px;
  margin-top: -20px; }
  .articleDetailSection .contentWrapper-980 .section-header {
    margin: 10px 0 40px; }
  .articleDetailSection .contentWrapper-980 .section-header--title {
    margin-top: 0px; }
  .articleDetailSection .contentWrapper-980 .content {
    margin: 0 0 20px; }
    .articleDetailSection .contentWrapper-980 .content img {
      margin: 0 0 20px; }
    .articleDetailSection .contentWrapper-980 .content .articleBody p {
      margin: 20px 0; }
    .articleDetailSection .contentWrapper-980 .content .articleBody img {
      margin: 20px 0; }
    .articleDetailSection .contentWrapper-980 .content .articleBody h4, .articleDetailSection .contentWrapper-980 .content .articleBody .h4 {
      margin: 0 0 26px;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.5px;
      text-transform: uppercase; }

@media screen and (max-width: 480px) {
  .articleDetailSection .contentWrapper-980 {
    padding-top: 10px;
    margin-top: 0px;
    padding-bottom: 30px; }
    .articleDetailSection .contentWrapper-980 .section-header {
      margin: 0 0 10px; }
    .articleDetailSection .contentWrapper-980 .content {
      margin: 0 0 10px; }
      .articleDetailSection .contentWrapper-980 .content img {
        margin: 0 0 10px; }
      .articleDetailSection .contentWrapper-980 .content h4, .articleDetailSection .contentWrapper-980 .content .h4 {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 1.13;
        letter-spacing: 0.4px; } }
.badge--sold-out {
  z-index: 4 !important; }

/* collections*/
.collectionSection .showSmallScreen {
  display: none; }
.collectionSection .SPCMP_chk_lbl {
  margin: 11px 0 0 0; }
  .collectionSection .SPCMP_chk_lbl span {
    display: inline-block !important;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
    padding-top: 0px;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.14 !important;
    letter-spacing: normal !important;
    color: #111111 !important; }
    .collectionSection .SPCMP_chk_lbl span:after {
      z-index: 2;
      content: "";
      vertical-align: middle;
      text-align: center;
      position: absolute;
      cursor: pointer;
      width: 15px;
      height: 15px;
      border: solid 1px #dadada;
      top: 0px;
      left: -17px;
      background: #fff;
      border-radius: 2px; }
  .collectionSection .SPCMP_chk_lbl input[type=checkbox]:checked + span:after {
    background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-tick-chk.png?v=64126667669738902571749161176) no-repeat center/10px; }
  .collectionSection .SPCMP_chk_lbl input[type=checkbox] {
    visibility: hidden; }
.collectionSection .section-header hr {
  border-top: solid #f0f0f0;
  border-width: 1px 0 0;
  margin: 0 0 10px; }
.collectionSection .section-header--breadcrumb {
  margin: 0px; }
.collectionSection .collectionOuter {
  margin-top: -5px;
  display: flex;
  flex-wrap: wrap; }
  .collectionSection .collectionOuter .collectionListSection {
    width: 100%;
    padding-bottom: 50px; }
    .collectionSection .collectionOuter .collectionListSection .pagination-custom {
      margin-bottom: 0px; }
    .collectionSection .collectionOuter .collectionListSection .section-header h1 {
      display: block;
      text-transform: uppercase; }
    .collectionSection .collectionOuter .collectionListSection .section-header .section-header__link--right {
      display: block;
      text-align: left; }
    .collectionSection .collectionOuter .collectionListSection .section-header .form-horizontal {
      width: 285px;
      padding-left: 20px;
      height: 40px;
      border: solid 1px #bababa;
      display: flex;
      align-items: center; }
      .collectionSection .collectionOuter .collectionListSection .section-header .form-horizontal label {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        font-size: 14.3px;
        font-weight: normal;
        line-height: 1.14;
        letter-spacing: normal;
        text-transform: capitalize; }
      .collectionSection .collectionOuter .collectionListSection .section-header .form-horizontal select {
        border: none;
        font-style: normal;
        letter-spacing: normal;
        height: 38px;
        min-height: auto;
        padding: 0px 28px 0px 5px;
        color: #111111;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: normal;
        font-weight: normal;
        margin-left: 0px;
        max-width: 210px !important;
        /*background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-down-arrow-black.png?v=11700114705382570511749161176) no-repeat right 0px center/10px;*/ }
    .collectionSection .collectionOuter .collectionListSection .grid-uniform {
      margin-left: 40px;
      display: flex;
      flex-wrap: wrap; }
      .collectionSection .collectionOuter .collectionListSection .grid-uniform .large--one-quarter {
        width: 23%;
        margin-right: 2% !important; }
      .collectionSection .collectionOuter .collectionListSection .grid-uniform .grid__item {
        padding-left: 0px; }
        .collectionSection .collectionOuter .collectionListSection .grid-uniform .grid__item:nth-child(4n) {
          margin-right: 0%; }
      .collectionSection .collectionOuter .collectionListSection .grid-uniform .grid-link__meta {
        margin: 10px 0 0;
        font-family: "Open Sans", sans-serif; }
      .collectionSection .collectionOuter .collectionListSection .grid-uniform .grid-link__image {
        margin: 0 0 15px; }
      .collectionSection .collectionOuter .collectionListSection .grid-uniform .grid-link__title {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0px;
        text-transform: none;
        font-weight: 400; }
      .collectionSection .collectionOuter .collectionListSection .grid-uniform .itemPrice {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: normal;
        color: #111111;
        font-weight: 600; }
      .collectionSection .collectionOuter .collectionListSection .grid-uniform .oldPrice {
        text-decoration: line-through;
        color: #cc5500;
        margin-right: 11px; }

@media screen and (max-width: 1090px) {
  .collectionSection .collectionOuter .collectionListSection .grid-uniform .large--one-quarter {
    width: 29.5%;
    margin-right: 5.75% !important; }
    .collectionSection .collectionOuter .collectionListSection .grid-uniform .large--one-quarter:nth-child(3n) {
      margin-right: 0% !important; } }
@media screen and (max-width: 767px) {
  .side-banner {
    border-top: 2px solid #bababa; }
    .side-banner a {
      display: block; }
      .side-banner a img {
        margin: 25px auto 15px auto;
        display: block; }

  .collectionSection .collectionOuter .showSmallScreen {
    display: block;
    width: 100%;
    margin-bottom: 0px; }
  .collectionSection .collectionOuter .hideSmallScreen {
    display: none; }
  .collectionSection .collectionOuter .leftSidebar {
    width: 100%;
    border-top: 2px solid #bababa;
    border-bottom: 2px solid #bababa;
    padding: 7px 0 5px;
    margin-bottom: 20px; }
    .collectionSection .collectionOuter .leftSidebar .filter-menu {
      margin-bottom: 0px; }
      .collectionSection .collectionOuter .leftSidebar .filter-menu .pt-mobile-header a.pt-nav-toggle {
        width: 100%;
        left: 0;
        right: 0;
        transform: translate(0%, 7px);
        -webkit-transform: translate(0%, 7px);
        background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-plus-black.png?v=120892108452813418371749161176) no-repeat right top/10px; }
        .collectionSection .collectionOuter .leftSidebar .filter-menu .pt-mobile-header a.pt-nav-toggle span {
          display: none; }
        .collectionSection .collectionOuter .leftSidebar .filter-menu .pt-mobile-header a.pt-nav-toggle p {
          margin: 0 0 0 0px;
          font-family: "Oswald", sans-serif, "Arial";
          font-weight: 400;
          font-size: 14.3px !important;
          font-weight: bold;
          line-height: 1.09;
          letter-spacing: 0.8px;
          text-align: center;
          color: #111111;
          text-transform: uppercase; }
      .collectionSection .collectionOuter .leftSidebar .filter-menu .pt-mobile-header {
        height: 30px; }
      .collectionSection .collectionOuter .leftSidebar .filter-menu .pt-mobile-header a.pt-nav-toggle.active {
        background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-minus-black.png?v=169315534050831150651749161176) no-repeat right top/10px; }
  .collectionSection .collectionOuter .collectionListSection {
    width: 100%; }
    .collectionSection .collectionOuter .collectionListSection .section-header {
      margin-left: 0px;
      margin-top: 10px; }
      .collectionSection .collectionOuter .collectionListSection .section-header .form-horizontal {
        margin-top: 20px; }
        .collectionSection .collectionOuter .collectionListSection .section-header .form-horizontal select {
          width: auto !important; }
    .collectionSection .collectionOuter .collectionListSection .grid-uniform {
      margin-left: 0px; }
      .collectionSection .collectionOuter .collectionListSection .grid-uniform .large--one-quarter {
        width: 50%;
        margin: 0 !important;
        padding: 10px; }
        .collectionSection .collectionOuter .collectionListSection .grid-uniform .large--one-quarter .grid-link__image {
          height: 200px !important;
          overflow: hidden; } }
@media screen and (min-width: 768px) {
  .collectionSection .has_group_selected {
    display: block !important; } }
@media screen and (max-width: 767px) {
  .collectionSection .has_group_selected {
    display: none !important; }
    .collectionSection .has_group_selected.active {
      display: block !important; } }
@media screen and (max-width: 480px) {
  .collectionSection .collectionOuter {
    margin-top: 20px; }
    .collectionSection .collectionOuter .leftSidebar .filter-menu .pt-mobile-header a.pt-nav-toggle p {
      font-size: 11px !important; }
    .collectionSection .collectionOuter .collectionListSection .section-header .form-horizontal {
      width: 100%; }
      .collectionSection .collectionOuter .collectionListSection .section-header .form-horizontal label {
        width: 70px; }
      .collectionSection .collectionOuter .collectionListSection .section-header .form-horizontal select {
        width: 100% !important;
        background-position: right 22px center;
        margin-left: auto; } }
/*Custom Kitchen*/
.customKitchenTemplate .heroSection {
  padding: 55px 0;
  background: url(//grillscapes.com/cdn/shop/t/85/assets/dummy-main-home-about@2x.jpg?v=160022705539252146121749161176) center center/cover; }
  .customKitchenTemplate .heroSection .contentBox {
    background: rgba(255, 255, 255, 0.9);
    max-width: 440px;
    padding: 40px; }
  .customKitchenTemplate .heroSection h1,
  .customKitchenTemplate .heroSection p {
    margin: 0 0 20px; }
  .customKitchenTemplate .heroSection .btn-red {
    max-width: 190px;
    padding: 17px 30px; }
.customKitchenTemplate .half-half-with-heading-list {
  position: relative; }
  .customKitchenTemplate .half-half-with-heading-list .block {
    padding: 36px 0 0;
    width: 40.4%;
    margin-right: 19.2%; }
  .customKitchenTemplate .half-half-with-heading-list .block:last-child {
    margin-right: 0; }
  .customKitchenTemplate .half-half-with-heading-list .content {
    max-width: 420px;
    text-align: center; }
  .customKitchenTemplate .half-half-with-heading-list .imageWrapper {
    margin-bottom: 30px; }
  .customKitchenTemplate .half-half-with-heading-list h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.31;
    letter-spacing: .67px; }
  .customKitchenTemplate .half-half-with-heading-list ul {
    text-align: left; }
  .customKitchenTemplate .half-half-with-heading-list li {
    margin-bottom: 35px; }
.customKitchenTemplate .half-half-with-heading-list::before {
  content: '';
  width: 1px;
  background: #979797;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  position: absolute; }
.customKitchenTemplate .beforeAfterSection {
  padding: 40px 0 0; }
  .customKitchenTemplate .beforeAfterSection h2 {
    margin-bottom: 40px; }
  .customKitchenTemplate .beforeAfterSection .half-half-image ul {
    padding-left: 20px;
    margin: 0; }
  .customKitchenTemplate .beforeAfterSection .half-half-image li {
    width: 50%;
    padding-right: 20px;
    position: relative; }
    .customKitchenTemplate .beforeAfterSection .half-half-image li img {
      width: 100%; }
  .customKitchenTemplate .beforeAfterSection .half-half-image span {
    height: 40px;
    background-color: #ffffff;
    font-family: "din-bold";
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 14px 17px 12px; }
  .customKitchenTemplate .beforeAfterSection .testimonialSection {
    padding: 60px 60px 0; }
    .customKitchenTemplate .beforeAfterSection .testimonialSection li {
      display: flex;
      align-items: center;
      max-width: 900px;
      margin: 0 auto; }
    .customKitchenTemplate .beforeAfterSection .testimonialSection .imageWrapper {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      margin-right: 40px;
      overflow: hidden; }
    .customKitchenTemplate .beforeAfterSection .testimonialSection .content {
      max-width: 720px; }
      .customKitchenTemplate .beforeAfterSection .testimonialSection .content p {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        font-size: 24.3px;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 20px; }
      .customKitchenTemplate .beforeAfterSection .testimonialSection .content span {
        font-family: "Oswald", sans-serif, "Arial";
        font-weight: 400;
        font-size: 12.3px;
        line-height: normal;
        letter-spacing: 1px; }
  .customKitchenTemplate .beforeAfterSection .owl-dots {
    text-align: center;
    margin-top: 14px; }
    .customKitchenTemplate .beforeAfterSection .owl-dots .owl-dot span {
      width: 12px !important;
      height: 12px !important;
      border: solid 1px #000000;
      border-radius: 50% !important;
      background: transparent !important; }
    .customKitchenTemplate .beforeAfterSection .owl-dots .owl-dot.active span {
      border: solid 1px #cc5500;
      background: #cc5500 !important; }
  .customKitchenTemplate .beforeAfterSection .owl-next {
    right: 30px; }
  .customKitchenTemplate .beforeAfterSection .owl-prev {
    left: 30px; }
.customKitchenTemplate .formSection {
  padding: 20px 0 0; }
  .customKitchenTemplate .formSection h2 {
    margin-bottom: 20px; }
  .customKitchenTemplate .formSection .btn-red {
    margin-bottom: 0px !important; }
.customKitchenTemplate .four-block-with-image {
  padding-bottom: 40px; }
  .customKitchenTemplate .four-block-with-image h2 {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 37px;
    text-align: center;
    font-size: 36.3px;
    font-family: "Oswald", sans-serif, "Arial";
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal; }
  .customKitchenTemplate .four-block-with-image li {
    width: 100%; }
    .customKitchenTemplate .four-block-with-image li img {
      width: 100%; }
    .customKitchenTemplate .four-block-with-image li .imageWrapper {
      margin-bottom: 19px; }
    .customKitchenTemplate .four-block-with-image li h4, .customKitchenTemplate .four-block-with-image li .h4 {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 14.3px;
      line-height: 1.14;
      letter-spacing: normal;
      margin-bottom: 5px; }
    .customKitchenTemplate .four-block-with-image li span {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 1.14;
      letter-spacing: normal; }
  .customKitchenTemplate .four-block-with-image .owl-nav {
    width: 100%;
    max-width: 100%;
    top: 35%;
    bottom: auto; }
.customKitchenTemplate .howItWorkSection {
  padding: 40px 0; }
  .customKitchenTemplate .howItWorkSection h2 {
    margin-bottom: 40px; }
  .customKitchenTemplate .howItWorkSection ul li {
    position: relative;
    clear: both;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%; }
    .customKitchenTemplate .howItWorkSection ul li h4, .customKitchenTemplate .howItWorkSection ul li .h4 {
      font-family: "Oswald", sans-serif, "Arial";
      font-weight: 400;
      font-size: 24.3px;
      line-height: 1;
      letter-spacing: normal;
      margin-bottom: 20px; }
    .customKitchenTemplate .howItWorkSection ul li img {
      width: 100%; }
    .customKitchenTemplate .howItWorkSection ul li .imageWrapper {
      width: 50%;
      padding-left: 30px;
      position: relative; }
    .customKitchenTemplate .howItWorkSection ul li .content {
      width: 50%;
      padding-right: 30px; }
    .customKitchenTemplate .howItWorkSection ul li img.light {
      position: absolute;
      top: 0;
      opacity: 0;
      left: 0;
      width: 100%;
      padding-left: 30px; }
  .customKitchenTemplate .howItWorkSection ul .container {
    display: flex;
    max-width: 700px;
    align-items: center;
    clear: both; }
  .customKitchenTemplate .howItWorkSection ul li::before {
    content: '';
    width: 752px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: url(//grillscapes.com/cdn/shop/t/85/assets/divider-full.png?v=98174423940971140771749161176) no-repeat center/752px !important; }
  .customKitchenTemplate .howItWorkSection ul li.rightContent .container {
    float: right; }
    .customKitchenTemplate .howItWorkSection ul li.rightContent .container .content {
      order: 2;
      padding-left: 30px;
      padding-right: 0; }
    .customKitchenTemplate .howItWorkSection ul li.rightContent .container .imageWrapper {
      order: 1;
      padding-right: 30px;
      padding-left: 0px; }
    .customKitchenTemplate .howItWorkSection ul li.rightContent .container img.light {
      position: absolute;
      top: 0;
      opacity: 0;
      left: 0;
      width: 100%;
      padding-left: 0px;
      padding-right: 30px; }
  .customKitchenTemplate .howItWorkSection ul li.rightContent::before {
    background: url(//grillscapes.com/cdn/shop/t/85/assets/divider-full2.png?v=5277602438017478651749161176) no-repeat center/752px !important; }
  .customKitchenTemplate .howItWorkSection ul li:last-child::before {
    display: none; }
  .customKitchenTemplate .howItWorkSection ul li.halfdivider::before {
    background: url(//grillscapes.com/cdn/shop/t/85/assets/divider-half.png?v=122832867448532588461749161176) no-repeat right center/380px !important; }
  .customKitchenTemplate .howItWorkSection ul li:last-child {
    padding-bottom: 0; }
  .customKitchenTemplate .howItWorkSection ul li.visibleLight img.light {
    opacity: 1 !important; }
  .customKitchenTemplate .howItWorkSection ul li.centerContent .container {
    margin: 0 auto;
    justify-content: center;
    padding-top: 45px; }
    .customKitchenTemplate .howItWorkSection ul li.centerContent .container .content {
      padding-right: 0px;
      max-width: 320px;
      width: 100%; }
.customKitchenTemplate .owl-nav {
  position: absolute;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 20%; }
.customKitchenTemplate .owl-prev,
.customKitchenTemplate .owl-next {
  position: absolute;
  right: 0px;
  background: url(//grillscapes.com/cdn/shop/t/85/assets/icon-right-arrow-black.png?v=57950846923726205901749161176) no-repeat right center/10px !important;
  font-size: 0px !important;
  width: 10px !important;
  height: 20px !important; }
.customKitchenTemplate .owl-prev {
  left: 0px;
  right: auto;
  transform: rotate(180deg); }
.customKitchenTemplate .owl-item {
  visibility: hidden; }
.customKitchenTemplate .owl-item.cloned {
  visibility: hidden; }
.customKitchenTemplate .owl-item.active {
  visibility: visible !important; }
.customKitchenTemplate .owl-item.cloned.active {
  visibility: visible !important; }

@media screen and (max-width: 1100px) {
  .customKitchenTemplate .beforeAfterSection .owl-nav {
    bottom: 25%; } }
@media screen and (max-width: 1050px) {
  .customKitchenTemplate .beforeAfterSection .testimonialSection .content {
    max-width: 600px; } }
/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .customKitchenTemplate .beforeAfterSection .testimonialSection li {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .customKitchenTemplate .beforeAfterSection .testimonialSection li .imageWrapper {
      margin-bottom: 30px; } }
@media screen and (max-width: 820px) {
  .customKitchenTemplate .howItWorkSection ul li::before,
  .customKitchenTemplate .howItWorkSection ul li.rightContent::before {
    width: 100% !important;
    background-size: 100% !important; }

  .customKitchenTemplate .howItWorkSection ul li.halfdivider::before {
    background-size: 50% !important; } }
@media screen and (max-width: 768px) {
  .customKitchenTemplate .howItWorkSection ul .container {
    flex-direction: column !important;
    float: left; }
  .customKitchenTemplate .howItWorkSection ul li {
    margin-bottom: 20px; }
    .customKitchenTemplate .howItWorkSection ul li .content {
      width: 100% !important;
      padding-right: 0px !important;
      padding-left: 0px !important;
      order: 2;
      max-width: 320px !important;
      margin-bottom: 20px; }
    .customKitchenTemplate .howItWorkSection ul li img.light {
      padding-right: 0px !important;
      padding-left: 0px !important; }
    .customKitchenTemplate .howItWorkSection ul li .imageWrapper {
      width: 100%;
      padding-left: 0px !important;
      padding-right: 0px !important;
      max-width: 320px;
      order: 1;
      margin-bottom: 20px; }
  .customKitchenTemplate .howItWorkSection ul li:last-child {
    margin-bottom: 0; }
    .customKitchenTemplate .howItWorkSection ul li:last-child .content {
      margin-bottom: 0; }
  .customKitchenTemplate .howItWorkSection ul li.leftContent::before {
    background: url(//grillscapes.com/cdn/shop/t/85/assets/divider-half2.png?v=72558842393546018901749161176) no-repeat center/380px !important; }
  .customKitchenTemplate .howItWorkSection ul li.rightContent::before {
    background: url(//grillscapes.com/cdn/shop/t/85/assets/divider-half.png?v=122832867448532588461749161176) no-repeat center/380px !important; }
  .customKitchenTemplate .half-half-with-heading-list::before {
    display: none; }
  .customKitchenTemplate .half-half-with-heading-list .contentWrapper {
    flex-wrap: wrap; }
  .customKitchenTemplate .half-half-with-heading-list .block {
    width: 100% !important;
    margin-right: 0% !important;
    border-bottom: 1px solid #979797;
    padding-top: 0; }
  .customKitchenTemplate .half-half-with-heading-list .block:last-child {
    border: none;
    padding-top: 36px; }
  .customKitchenTemplate .half-half-with-heading-list .content {
    max-width: 100%;
    margin: 0 auto; }
  .customKitchenTemplate .beforeAfterSection .half-half-image ul {
    padding-left: 0; }
    .customKitchenTemplate .beforeAfterSection .half-half-image ul li {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 20px; }
    .customKitchenTemplate .beforeAfterSection .half-half-image ul li:last-child {
      margin-bottom: 0; } }
@media screen and (max-width: 480px) {
  .customKitchenTemplate h2 {
    margin-bottom: 20px !important; }
  .customKitchenTemplate .howItWorkSection ul .container {
    float: none !important; }
  .customKitchenTemplate .howItWorkSection ul li .content {
    max-width: 100% !important; }
  .customKitchenTemplate .howItWorkSection ul li {
    padding-bottom: 0; }
    .customKitchenTemplate .howItWorkSection ul li .imageWrapper {
      max-width: 240px; }
    .customKitchenTemplate .howItWorkSection ul li h4, .customKitchenTemplate .howItWorkSection ul li .h4 {
      font-size: 20px;
      margin-bottom: 20px; }
  .customKitchenTemplate .howItWorkSection ul li::before {
    display: none !important; }
  .customKitchenTemplate .howItWorkSection ul li.centerContent .container {
    padding-top: 10px; }
  .customKitchenTemplate .heroSection .contentBox {
    padding: 20px; }
  .customKitchenTemplate .heroSection h1 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.5px;
    margin: 0 0 10px; }
  .customKitchenTemplate .heroSection .btn-red {
    padding: 13px 0; }
  .customKitchenTemplate .half-half-with-heading-list h2,
  .customKitchenTemplate .half-half-with-heading-list .imageWrapper {
    margin-bottom: 20px; }
  .customKitchenTemplate .owl-prev,
  .customKitchenTemplate .owl-next {
    background-size: 5px !important; }
  .customKitchenTemplate .owl-prev {
    left: -25px; }
  .customKitchenTemplate .owl-next {
    right: -25px; }
  .customKitchenTemplate .beforeAfterSection .testimonialSection .content p {
    font-size: 16px;
    line-height: 1.13; }
  .customKitchenTemplate .beforeAfterSection .owl-prev {
    left: 10px; }
  .customKitchenTemplate .beforeAfterSection .owl-next {
    right: 10px; }
  .customKitchenTemplate .beforeAfterSection .testimonialSection {
    padding: 30px 30px 0; }
  .customKitchenTemplate .four-block-with-image h2 {
    font-size: 20px;
    line-height: 1.17; } }
/*Responsivness*/
@media screen and (min-width: 480px) {
  .wrapper {
    padding: 0 0px; } }
/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .btn-red {
    padding: 10px 0; }

  .contentWrapper-780,
  .contentWrapper-1300,
  .contentWrapper-1240 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100% !important;
    overflow: hidden; } }
@media screen and (max-width: 768px) {
  .section-header__title,
  .section-header--title {
    font-size: 35px;
    margin-bottom: 15px; }

  .breadcrumb {
    margin-bottom: 30px; } }
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 0 0px; }

  h2 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.5px; }

  p {
    font-size: 12px;
    line-height: 1.12; }

  .section-header__title,
  .section-header--title {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.5px; }

  .section-header--breadcrumb {
    display: none; } }
/*Financing*/
.component-full-width-cta-with-text-v3 {
  padding: 70px 0px;
  background: url(//grillscapes.com/cdn/shop/t/85/assets/Denver-2_Dark.jpg?v=44045316274577423631749161176) center center/cover;
  color: #fff; }
  .component-full-width-cta-with-text-v3 h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .component-full-width-cta-with-text-v3 h5, .component-full-width-cta-with-text-v3 .h5 {
    margin: 0 0 40px; }

@media screen and (max-width: 480px) {
  .component-full-width-cta-with-text-v3 {
    padding: 40px 0px; }
    .component-full-width-cta-with-text-v3 h2 {
      margin: 0 0 10px 0; }
    .component-full-width-cta-with-text-v3 h5, .component-full-width-cta-with-text-v3 .h5 {
      margin: 0 0 15px; } }
/***************/
.component-three-column-cta-with-heading {
  padding: 70px 0; }
  .component-three-column-cta-with-heading h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .component-three-column-cta-with-heading ul {
    display: flex;
    margin: 40px 0 0 0;
    flex-wrap: wrap; }
    .component-three-column-cta-with-heading ul li {
      width: 30%;
      margin-right: 5%; }
      .component-three-column-cta-with-heading ul li img {
        max-width: 50px; }
      .component-three-column-cta-with-heading ul li h4, .component-three-column-cta-with-heading ul li .h4 {
        margin: 15px 0 0 0; }
      .component-three-column-cta-with-heading ul li p {
        margin: 15px 0 0 0; }
      .component-three-column-cta-with-heading ul li:last-child {
        margin-right: 0; }

@media screen and (max-width: 600px) {
  .component-three-column-cta-with-heading ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px; }
    .component-three-column-cta-with-heading ul li:last-child {
      margin-bottom: 0; } }
@media screen and (max-width: 480px) {
  .component-three-column-cta-with-heading {
    padding: 40px 0; }
    .component-three-column-cta-with-heading h2 {
      margin: 0 0 10px 0; }
    .component-three-column-cta-with-heading ul {
      margin: 30px 0 0 0; } }
/***************/
.component-full-width-cta-with-text-v2 {
  padding: 50px 0;
  border-top: 1px solid #f0f0f0; }
  .component-full-width-cta-with-text-v2 h3, .component-full-width-cta-with-text-v2 .h3 {
    margin: 0 0 40px 0;
    text-transform: uppercase; }

@media screen and (max-width: 480px) {
  .component-full-width-cta-with-text-v2 {
    padding: 40px 0px; }
    .component-full-width-cta-with-text-v2 h3, .component-full-width-cta-with-text-v2 .h3 {
      margin: 0 0 15px 0;
      font-size: 24px;
      line-height: 1.17;
      letter-spacing: 0.5px; } }
/***************/
.component-full-content-v2 {
  padding: 70px 0;
  background-color: #f0f0f0; }
  .component-full-content-v2 h2 {
    margin: 0 0 40px 0;
    text-transform: uppercase; }
  .component-full-content-v2 a {
    color: #cc5500; }
  .component-full-content-v2 .small-content {
    margin: 40px 0 0 0; }
    .component-full-content-v2 .small-content p {
      font-size: 12px; }

@media screen and (max-width: 480px) {
  .component-full-content-v2 {
    padding: 40px 0; }
    .component-full-content-v2 h2 {
      margin: 0 0 15px 0; }
    .component-full-content-v2 .small-content {
      margin: 20px 0 0 0; } }
@media screen and (max-width: 740px) {
  .component-full-width-cta-with-text.nobg .full-link h2 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.5px; }

  .component-full-width-cta-with-text.nobg .btn-red {
    margin-top: 5px !important; }

  .component-full-width-cta-with-text.nobg .full-link h5, .component-full-width-cta-with-text.nobg .full-link .h5 {
    margin: 0px 0 5px 0; } }
/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1140px) {
  .component-one-third-cta-with-text.nobg ul li {
    width: 32%;
    margin-left: 1%; }

  .component-one-third-cta-with-text.nobg .full-link h3, .component-one-third-cta-with-text.nobg .full-link .h3 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.5px; }

  .component-one-third-cta-with-text.nobg .btn-red {
    margin-top: 5px !important; }

  .component-one-third-cta-with-text.nobg .full-link h5, .component-one-third-cta-with-text.nobg .full-link .h5 {
    margin: 0px 0 5px 0; } }
@media screen and (max-width: 640px) {
  .component-one-third-cta-with-text.nobg .full-link h3, .component-one-third-cta-with-text.nobg .full-link .h3 {
    font-size: 17px;
    line-height: 1.17;
    letter-spacing: 0.5px; }

  .component-one-third-cta-with-text.nobg .btn-red {
    margin-top: 5px !important;
    padding: 5px 10px;
    font-size: 10px; }

  .component-one-third-cta-with-text.nobg .full-link h5, .component-one-third-cta-with-text.nobg .full-link .h5 {
    margin: 0px 0 5px 0;
    font-size: 12px; } }
.displaymb {
  display: none; }

.header-bar .freeShippingSection h5.calls, .header-bar .freeShippingSection .h5.calls {
  background: none;
  padding-left: 0; }

@media screen and (max-width: 480px) {
  .hidemb {
    display: none; }

  .displaymb {
    display: block !important; }

  .component-one-third-cta-with-text.nobg ul li {
    width: 100%;
    margin-left: 0%; }

  .component-one-third-cta-with-text.nobg .full-link h3, .component-one-third-cta-with-text.nobg .full-link .h3 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.5px; }

  .component-one-third-cta-with-text.nobg .btn-red {
    margin-top: 15px !important;
    font-size: 12px;
    padding: 10px 15px; }

  .component-one-third-cta-with-text.nobg .full-link h5, .component-one-third-cta-with-text.nobg .full-link .h5 {
    margin: 0px 0 10px 0;
    font-size: 14.3px; } }
@media screen and (max-width: 640px) {
  .side-banner {
    display: none; }

  .zls-sptwndw.siqembed.siqtrans.zsiq-mobhgt.zsiq-newtheme.siq_rht.zsiq_size2.siqanim {
    width: 100%;
    max-width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000045; } }
.free-ship-label {
  color: green;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px; }

#cookieConsentContainer {
  z-index: 999;
  width: max-content;
  min-height: 20px;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 50%;
  display: none;
  transform: translateX(50%);
  align-items: center;
  border-radius: 3px;
  box-shadow: 0 0 10px #00000038; }

#cookieConsentContainer .cookieDesc {
  flex-grow: 2; }

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  line-height: 20px;
  display: block; }

.cookieConsentContainer .cookieDesc p a {
  color: #e67618; }

#cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: "Oswald",sans-serif,"Arial";
  font-weight: 400;
  font-size: 14.3px;
  line-height: 1.29;
  letter-spacing: .5px;
  transition: background 0.3s;
  color: #333;
  padding: 10px 20px;
  background: #f8f8f8;
  text-transform: uppercase; }

#cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #e67618; }

@media (max-width: 640px) {
  #cookieConsentContainer {
    top: 15px;
    right: 15px;
    width: calc(100% - 30px);
    transform: none;
    flex-direction: column;
    text-align: center;
    bottom: unset; }

  #cookieConsentContainer .cookieDesc {
    margin-bottom: 10px; }

  #cookieConsentContainer .cookieDesc img {
    width: 40px; } }
.site-header .headerNavigation .headerHoverSubmenu a:hover {
  color: #cd5701 !important; }

@media (min-width: 641px) {
  #shopify-section-sm-component-product-carousel .component-product-section {
    padding: 40px 0 !important; }

  #shopify-section-sm-component-product-carousel .component-product-section .component-carousel-ul {
    padding: 35px 0; } }
.additional_seo {
  padding: 32px 0;
  margin-left: 40px; }

@media (max-width: 639px) {
  #search-results .post-large--two-thirds {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  #search-results .snize-pagination {
    margin: 20px 0px 0px 0px; }

  #search-results .snize-pagination .snize-pagination-prev, #search-results .snize-pagination .snize-pagination-next {
    background: url(/cdn/shop/t/22/assets/icon-right-arrow-black.png?v=5795084692372620590) no-repeat center center/5px; }

  .collectionSection .collectionOuter .collectionListSection .section-header h1.hideSmallScreen {
    display: none; }

  .additional_seo {
    padding: 12px 0;
    margin-left: 0px; }

  .mt-2 {
    margin-top: 2rem; }

  .zls-sptwndw #siqcht {
    overflow: auto;
    max-width: 90vw;
    margin-left: auto; }

  .zls-sptwndw #siqcht #siqiframe {
    min-height: 460px !important;
    max-height: 520px !important;
    border-radius: 22px; } }
@media (max-width: 340px) {
  .zls-sptwndw #siqcht #siqiframe {
    min-height: 460px !important;
    top: 0;
    border-radius: 22px; }

  .zls-sptwndw #siqcht {
    max-width: 100vw;
    margin-left: auto; } }
.target-item {
  font-weight: 600; }

@media screen and (max-width: 1380px) {
  .site-header .grid--full > .grid__item.contentWrapper-1300:not(.headerLogoSection) {
    padding: 0 5px; }

  .site-header .headerNavigation .site-nav .site-nav__link {
    padding: 11px 15px 11px 10px; }

  .site-header .headerNavigation .site-nav {
    justify-content: space-around; } }
@media screen and (max-width: 1290px) {
  .site-header .headerNavigation .site-nav .site-nav__link {
    padding: 11px 0px 11px 5px; } }
.sales-badge {
  position: absolute;
  z-index: 2;
  padding: 3px 10px;
  top: 0; }

.testimonials-h {
  margin-top: 45px; }

.additional_seo p {
  margin-bottom: 20px; }

.additional_seo blockquote p {
  margin-bottom: 0px; }

.additional_seo ol,
.additional_seo ul {
  padding-left: 40px;
  padding-bottom: 10px; }

.additional_seo ol li {
  list-style: decimal;
  font-weight: 400; }

.additional_seo ul li {
  list-style: disc;
  font-weight: 400; }

.product-single.redesigned #AddToCart.btn-red {
  font-size: 18px !important; }

.paymentNote .learnMore {
  display: none; }

.h5 {
  display: block;
  font-size: .94118em;
  line-height: 1.6;
  font-family: Oswald,sans-serif,Arial;
  font-weight: 400;
  margin: 0;
  padding: 0; }

@media (max-width: 640px) {
  #shopify-section-sm-component-product-carousel .component-product-section .component-carousel-ul {
    padding: 0; }

  .tab-switch__content.toggle:not(.is-hidden) .toggle-inner {
    display: block; }

  .drow-grid.padded.top {
    padding: 5px 0; }

  .tab-switch__content.toggle .toggle-inner {
    padding-top: 0;
    padding-bottom: 15px; } }
@media (max-width: 980px) {
  #shopify-section-sm-component-product-carousel .component-product-section .component-carousel-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0 15px; }
    #shopify-section-sm-component-product-carousel .component-product-section .component-carousel-ul li:before {
      content: none !important; }
    #shopify-section-sm-component-product-carousel .component-product-section .component-carousel-ul li:nth-child(n + 5) {
      display: none; } }
.product-single #AddToCart.btn-red span {
  font-family: Oswald,sans-serif,Arial !important; }

.contentWrapper-1300 {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px !important;
  padding-right: 30px !important; }

.template-search .searchResultItems .grid {
  width: 16%;
  margin-right: 4%;
  margin-left: 0;
  margin-bottom: 20px; }

.template-search .searchResultItems .grid .grid__item h2 a {
  font-family: din-bold;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1px;
  color: #111;
  text-transform: uppercase;
  margin: 20px 0 10px;
  display: block; }
