@charset "UTF-8";
/*
Theme Name: Pimhill
Author:     Web Orchard
Version:    1.0
*/
.bg.primary {
  background-color: #73AFB6;
}
.bg.primary, .bg.primary a {
  color: white;
}
.bg.primary.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.primary.panel-row-style:not(.not-full-width):before, .bg.primary.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #73AFB6;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.primary.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.primary.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.bg.light {
  background-color: #EEF5F6;
}
.bg.light, .bg.light a {
  color: inherit;
}
.bg.light.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.light.panel-row-style:not(.not-full-width):before, .bg.light.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #EEF5F6;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.light.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.light.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.bg.dark {
  background-color: #231F20;
}
.bg.dark, .bg.dark a {
  color: white;
}
.bg.dark.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.dark.panel-row-style:not(.not-full-width):before, .bg.dark.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #231F20;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.dark.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.dark.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.bg.white {
  background-color: white;
}
.bg.white, .bg.white a {
  color: inherit;
}
.bg.white.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.white.panel-row-style:not(.not-full-width):before, .bg.white.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: white;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.white.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.white.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.bg.secondary {
  background-color: #203468;
}
.bg.secondary, .bg.secondary a {
  color: inherit;
}
.bg.secondary.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.secondary.panel-row-style:not(.not-full-width):before, .bg.secondary.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #203468;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.secondary.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.secondary.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.bg.light-darker {
  background-color: #D7E5EB;
}
.bg.light-darker, .bg.light-darker a {
  color: inherit;
}
.bg.light-darker.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.light-darker.panel-row-style:not(.not-full-width):before, .bg.light-darker.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #D7E5EB;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.light-darker.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.light-darker.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.bg.light-darker-still {
  background-color: #C7DFE2;
}
.bg.light-darker-still, .bg.light-darker-still a {
  color: inherit;
}
.bg.light-darker-still.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.light-darker-still.panel-row-style:not(.not-full-width):before, .bg.light-darker-still.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #C7DFE2;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.light-darker-still.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.light-darker-still.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.bg.primary-barn {
  background-color: #9FAEA4;
}
.bg.primary-barn, .bg.primary-barn a {
  color: white;
}
.bg.primary-barn.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.primary-barn.panel-row-style:not(.not-full-width):before, .bg.primary-barn.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #9FAEA4;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.primary-barn.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.primary-barn.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.bg.light-barn {
  background-color: #E0E6E3;
}
.bg.light-barn, .bg.light-barn a {
  color: inherit;
}
.bg.light-barn.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.light-barn.panel-row-style:not(.not-full-width):before, .bg.light-barn.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #E0E6E3;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.light-barn.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.light-barn.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.bg.success {
  background-color: #AFB673;
}
.bg.success, .bg.success a {
  color: white;
}
.bg.success.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .bg.success.panel-row-style:not(.not-full-width):before, .bg.success.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #AFB673;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.bg.success.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.bg.success.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

.pimhill-barn .bg.primary {
  background-color: #9FAEA4;
}
.pimhill-barn .bg.primary, .pimhill-barn .bg.primary a {
  color: white;
}
.pimhill-barn .bg.primary.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .pimhill-barn .bg.primary.panel-row-style:not(.not-full-width):before, .pimhill-barn .bg.primary.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #9FAEA4;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.pimhill-barn .bg.primary.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.pimhill-barn .bg.primary.panel-row-style:not(.not-full-width):after {
  left: 100%;
}
.pimhill-barn .bg.light {
  background-color: #E0E6E3;
}
.pimhill-barn .bg.light, .pimhill-barn .bg.light a {
  color: inherit;
}
.pimhill-barn .bg.light.panel-row-style:not(.not-full-width) {
  position: relative;
}
@media (min-width: 1025px) {
  .pimhill-barn .bg.light.panel-row-style:not(.not-full-width):before, .pimhill-barn .bg.light.panel-row-style:not(.not-full-width):after {
    width: calc(50vw - 600px);
    background-color: #E0E6E3;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.pimhill-barn .bg.light.panel-row-style:not(.not-full-width):before {
  right: 100%;
}
.pimhill-barn .bg.light.panel-row-style:not(.not-full-width):after {
  left: 100%;
}

* {
  box-sizing: border-box;
}

pre {
  margin: 0;
}

h1, h2, h3, h4, p {
  margin: 1rem 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child {
  margin-bottom: 0;
}

h1 {
  text-transform: uppercase;
  margin: 0;
}

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

a {
  transition: opacity 0.5s;
  text-decoration: none;
  color: inherit;
  opacity: 1;
}
a:hover {
  opacity: 0.5;
}

input, select, textarea {
  border: 1px solid #dddddd;
  padding: 0.25rem;
  border-radius: 0;
  font: inherit;
}
.select2-container--default .select2-selection--single, .select2-dropdown {
  border: 1px solid #dddddd;
  border-radius: 0;
}

label {
  margin-right: 0.5rem;
}

html {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #231F20;
}

body {
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  margin: 0;
  line-height: 1.6;
  background-color: #EEF5F6;
}
body > footer {
  margin-top: auto;
}
body.pimhill-barn {
  background-color: #E0E6E3;
}

body > header:before, body > header:after, footer:before, footer:after, main:before, main:after, section:before, section:after {
  display: table;
  content: "";
  clear: both;
}

.inner, main > div > div > .panel-row-style.bg, main > article > div > div > .panel-row-style.bg, .woocommerce-page > main > article, article > h1 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1233px) {
  .inner, main > div > div > .panel-row-style.bg, main > article > div > div > .panel-row-style.bg, .woocommerce-page > main > article, article > h1 {
    width: 100%;
  }
}
@media (max-width: 1232px) and (min-width: 600px) {
  body > header > .inner, .panel-widget-style:not(.square):not(.rectangle) > .so-widget-sow-editor, footer > .inner, .woocommerce-page > main > article, .woocommerce-page > .inner, article > h1 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media (max-width: 599px) {
  body > header > .inner, .panel-widget-style:not(.square):not(.rectangle) > .so-widget-sow-editor, footer > .inner, .woocommerce-page > main > article, .woocommerce-page > .inner, article > h1 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

blockquote {
  position: relative;
  line-height: 1.25;
  font-weight: 500;
  font-size: 2rem;
  margin: 4rem 0 0;
  padding: 0;
}
blockquote p {
  margin: 0;
}
blockquote:before, blockquote:after {
  font-family: "linotype-sabon", serif;
  position: absolute;
  font-size: 200px;
  opacity: 0.5;
  z-index: 10;
}
blockquote:before {
  content: "‘";
  right: 100%;
  top: -80px;
}
blockquote:after {
  content: "’";
  bottom: -160px;
  left: 100%;
}
blockquote + p:last-child {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 1320px) {
  blockquote {
    max-width: calc(100vw - 120px);
    margin-right: auto;
    margin-left: auto;
  }
}

h1 {
  padding: 1rem 0;
  font-size: 24px;
}

body > header {
  background-color: white;
  transition: all 0.5s;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: 1;
  z-index: 10000;
  top: 0;
  /*&.scrolled {
    $p: 0.5rem;

    border-bottom: 1px solid white;
    background-color: c(primary);
    @at-root .pimhill-barn > header.scrolled { background-color: c(primary-barn); }
    padding-bottom: $p;
    padding-top: $p;
    color: white;

    #logo {
      display: none;
    }

    .shop.button {
      background-color: white;
      color: c(primary);
      @at-root .pimhill-barn > header.scrolled .shop.button { color: c(primary-barn); }
    }

    .header-cart a.cart span {
      background-color: white;
      color: c(primary);
    }
  } */
}
@media (min-width: 768px) {
  body > header {
    position: sticky;
  }
}
@media (max-width: 767px) {
  body > header {
    position: relative;
  }
}
body > header:not(.scrolled) .scrolled-logo {
  display: none;
}
@media (min-width: 768px) {
  body > header > .inner {
    display: flex;
  }
  body > header > .inner > :nth-child(2) {
    margin-left: 3rem;
    margin-right: 1rem;
    flex: 1;
  }
}
@media (max-width: 767px) {
  body > header > .inner {
    text-align: center;
  }
  body > header > .inner > :nth-child(1) img {
    margin: auto;
  }
  body > header > .inner > :nth-child(3) {
    display: none;
  }
}
body > header a[href*=tel] {
  font-weight: 700;
}
body > header .shop.button {
  transition: all 0.5s;
}
#logo,
.scrolled-logo {
  height: 75px;
  max-height: 75px;
  width: auto;
  transition: 1s all;
}
.scrolled #logo,
.scrolled .scrolled-logo {
  height: 48px;
}

#menu-social {
  margin-bottom: 0.75rem;
  height: 1.75rem;
  transition: 1s all;
  overflow: hidden;
}
@media (max-width: 600px) {
  #menu-social {
    margin-top: 0.75rem;
  }
}
.scrolled #menu-social {
  height: 0;
  transition: 1s all;
}

footer {
  background-color: #231F20;
  padding-bottom: 2rem;
  padding-top: 2rem;
  color: white;
}
footer img {
  display: inline-block;
}

.rectangle, .square {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.rectangle:not(.no-hover) > div, .square:not(.no-hover) > div {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: white;
  opacity: 1;
}
.big .rectangle:not(.no-hover) > div, .big .square:not(.no-hover) > div {
  padding: 2rem;
  bottom: 2rem;
  right: 2rem;
  left: 2rem;
  top: auto;
}
.blue .rectangle:not(.no-hover) > div, .blue .square:not(.no-hover) > div {
  background-color: rgba(32, 52, 104, 0.5);
}
.rectangle:hover > div, .rectangle:hover > div a, .rectangle.always > div, .rectangle.always > div a, .square:hover > div, .square:hover > div a, .square.always > div, .square.always > div a {
  opacity: 1;
}
.rectangle a:after, .square a:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.rectangle h3, .square h3 {
  text-transform: uppercase;
  font-weight: 400;
}
.square {
  padding-top: 100%;
}

.rectangle {
  padding-top: 48.65%;
  overflow: hidden;
}

.menu, .menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-main-container, .menu-products-container {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .menu-main-container, .menu-products-container {
    display: block !important;
    overflow: hidden;
  }
  .menu-main-container ul, .menu-products-container ul {
    margin-left: calc(-1px - 0.3rem);
    flex-wrap: wrap;
    display: flex;
  }
  .menu-main-container ul li:first-child, .menu-products-container ul li:first-child {
    margin-left: calc(1px + 0.3rem);
  }
  .menu-main-container ul li:nth-last-child(n+2), .menu-products-container ul li:nth-last-child(n+2) {
    margin-right: 0.3rem;
  }
  .menu-main-container ul li + li, .menu-products-container ul li + li {
    border-left: 1px solid;
    padding-left: 0.3rem;
  }
}
#the-menus .toggly {
  padding-bottom: 0.5rem;
  transition: all 0.5s;
  margin-right: -1rem;
  text-align: center;
  margin-left: -1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #231F20;
}
#the-menus .toggly:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 700;
  content: "";
  width: 1em;
}
#the-menus .toggly.open:before {
  content: "";
}
.scrolled #the-menus .toggly {
  background-color: #73AFB6;
  color: white;
}
.pimhill-barn .scrolled #the-menus .toggly {
  background-color: #9FAEA4;
}

#the-menus {
  padding: 0.25rem 0;
}

@media (min-width: 768px) {
  .scrolled #main-menu {
    color: #231F20;
  }

  #the-menus .toggly {
    display: none;
  }
}
@media (max-width: 767px) {
  #the-menus {
    border-bottom: 1px solid #73AFB6;
    background-color: white;
    position: absolute;
    padding: 0 1rem;
    top: 100%;
    right: 0;
    left: 0;
  }
  .pimhill-barn #the-menus {
    border-color: #9FAEA4;
  }
  #the-menus a {
    font-size: 1.25rem;
    text-align: center;
    padding: 0.5rem;
    display: block;
  }
  #the-menus .toggly ~ div {
    display: none;
  }
}
#social-menu, #social-menu li {
  display: inline-block;
}
#social-menu a {
  font-size: 0;
}
#social-menu a:before {
  font-family: "Font Awesome 5 Brands";
  vertical-align: middle;
  font-size: 1.75rem;
  content: "";
}
#social-menu a[href*=facebook]:before {
  content: "";
}
#social-menu a[href*=twitter]:before {
  content: "";
}
#social-menu a[href*=instagram]:before {
  content: "";
}
#social-menu ~ a {
  margin-left: 1rem;
}

#main-menu {
  transition: color 0.5s;
  letter-spacing: 1px;
  color: #73AFB6;
}
.pimhill-barn #main-menu {
  color: #9FAEA4;
}
#main-menu a[href*="pimhillbarn.co.uk"], #main-menu a[href*="pimhill.com"] {
  font-weight: 700;
}

#product-menu {
  font-size: 0.9rem;
  color: #231F20;
}
@media (min-width: 768px) {
  #product-menu {
    margin-top: 0.25rem;
  }
}

.button {
  background-color: #73AFB6;
  text-transform: uppercase;
  padding: 0.25rem 1.5rem;
  display: inline-block;
  text-align: center;
  font: inherit;
  color: white;
}
.pimhill-barn .button {
  background-color: #9FAEA4;
}
.button.trans {
  border: 1px solid white;
  background: none;
}
.button + .button {
  margin-left: 1rem;
}
button.button {
  border: 0;
  cursor: pointer;
  transition: all 0.5s;
}
button.button:hover {
  opacity: 0.5;
}

.header-cart {
  text-align: center;
  display: flex;
}
.header-cart a.login {
  display: block;
  padding: 0.25rem 0.5rem;
  color: #73AFB6;
  font-size: 1.25rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.header-cart a.cart {
  text-transform: uppercase;
  line-height: 1;
}
.header-cart a.cart span {
  background-color: #73AFB6;
  padding: 0.25rem 1rem;
  transition: all 0.5s;
  font-size: 1.25rem;
  display: block;
  color: white;
}
.header-cart .header-cart-inner > div {
  border: 1px solid #73AFB6;
  background-color: white;
  position: absolute;
  overflow-y: scroll;
  max-height: 60vh;
  max-width: 100vw;
  width: 1200px;
  color: #231F20;
  padding: 1rem;
  display: none;
  z-index: 200;
  right: 0;
  grid-template-columns: 1fr 250px;
  grid-gap: 1rem;
}
.pimhill-barn .header-cart .header-cart-inner > div {
  border-color: #9FAEA4;
}
.header-cart .header-cart-inner > div > :nth-child(1) {
  grid-row: 1;
  grid-column: 2;
}
.header-cart .header-cart-inner > div > :nth-child(2) {
  grid-row: 1;
  grid-column: 1;
}
.header-cart .header-cart-inner > div > :nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}
.header-cart .header-cart-inner > div > :nth-child(4) {
  grid-row: 2;
  grid-column: 1;
}
.header-cart .header-cart-inner > div a.button {
  margin-bottom: 2rem;
}
.header-cart .header-cart-inner:hover > div {
  display: grid;
}

.box {
  background-color: #73AFB6;
  grid-gap: 0.25rem;
  padding: 1rem;
}
.header-cart .box {
  margin-bottom: 1rem;
}
.box-item {
  background-color: #203468;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  color: white;
}
.box-item img {
  width: 100%;
}
.pimhill-barn .box-item {
  background-color: #E0E6E3;
}
.box-item:not(.empty) {
  background-color: #203468;
}
.pimhill-barn .box-item:not(.empty) {
  background-color: #9FAEA4;
}
.box-item .title {
  pointer-events: none;
  position: absolute;
  line-height: 1.2;
  height: 2.4rem;
  right: 0.5rem;
  margin: auto;
  left: 0.5rem;
  z-index: 20;
  bottom: 0;
  top: 0;
}
.box-item .remove {
  background-color: rgba(0, 0, 0, 0.3333333333);
  position: absolute;
  font-size: 0;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.box-item .remove:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 1.5rem;
  content: "";
  right: 0.5rem;
  top: 0.5rem;
  z-index: 20;
}
.box-item .title, .box-item .remove {
  transition: opacity 0.5s;
  opacity: 0;
}
.box-item:hover .title, .box-item:hover .remove {
  opacity: 1;
}

.woocommerce-notices-wrapper {
  margin: 1rem 0;
}

.woocommerce-message {
  padding: 1rem;
  border: 2px solid #AFB673;
  background-color: white;
}
.woocommerce-message .button {
  margin-top: 0;
}

.cart_list .remove {
  font-size: 30px;
}
.cart_list, .cart_list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart_list a:not([href]) {
  display: none;
}
.cart_list li {
  align-items: center;
  display: flex;
}
.cart_list li > * {
  padding: 0.5rem;
}
.cart_list img {
  display: inline-block;
  max-width: 50px;
}
.cart_list .remove + a {
  align-items: center;
  white-space: nowrap;
  display: flex;
}

.cart_totals {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cart_totals tr {
  vertical-align: top;
}
.cart_totals th, .cart_totals td {
  text-align: left;
  font-weight: normal;
}
.cart_totals ul {
  padding: 0 0 0 1.5rem;
  margin: 0;
}

.shop_table.woocommerce-checkout-review-order-table,
.shop_table.cart {
  text-align: left;
}
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.cart th {
  text-transform: uppercase;
  border-bottom: 1px solid #73AFB6;
}
.shop_table.woocommerce-checkout-review-order-table .product-thumbnail, .shop_table.woocommerce-checkout-review-order-table .quantity label,
.shop_table.cart .product-thumbnail,
.shop_table.cart .quantity label {
  display: none;
}
.shop_table.woocommerce-checkout-review-order-table .remove,
.shop_table.cart .remove {
  font-size: 2rem;
}
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td,
.shop_table.cart th,
.shop_table.cart td {
  padding: 0.5rem;
  border-bottom: 1px solid #73AFB6;
}
.shop_table.woocommerce-checkout-review-order-table tbody tr, .shop_table.woocommerce-checkout-review-order-table tfoot tr,
.shop_table.cart tbody tr,
.shop_table.cart tfoot tr {
  background-color: #EEF5F6;
}
.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item:nth-child(2n+1),
.shop_table.cart tbody tr.cart_item:nth-child(2n+1) {
  background-color: white;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-child(2n+1),
.shop_table.cart tfoot tr:nth-child(2n+1) {
  background-color: white;
}
.shop_table.woocommerce-checkout-review-order-table input,
.shop_table.cart input {
  background-color: white;
  border: 1px solid #73AFB6;
  width: 5em;
}
.shop_table.woocommerce-checkout-review-order-table .coupon,
.shop_table.cart .coupon {
  display: none;
}
.shop_table.woocommerce-checkout-review-order-table [name=update_cart],
.shop_table.cart [name=update_cart] {
  float: left;
}
.shop_table.woocommerce-checkout-review-order-table .actions,
.shop_table.cart .actions {
  padding: 1rem 0;
}
.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals,
.shop_table.cart .woocommerce-shipping-totals {
  display: none;
}

.woocommerce-cart-form {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-gap: 2rem;
}
.woocommerce-cart-form .box-container {
  grid-column: span 2;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1rem;
  grid-gap: 1rem;
  display: grid;
}
@media (max-width: 767px) {
  .woocommerce-cart-form .box-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .woocommerce-cart-form .box-container {
    display: block;
  }
}
.woocommerce-cart-form .box-container > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.woocommerce-cart-form .box-container > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.woocommerce-cart-form .box-container > :nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.woocommerce-cart-form .box-container > :nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}
.woocommerce-cart-form .box-container > :nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.woocommerce-cart-form .box-container > :nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.woocommerce-cart-form .box-container > :nth-child(7) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.woocommerce-cart-form .box-container > :nth-child(8) {
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}
.woocommerce-cart-form .box-container > :nth-child(9) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.woocommerce-cart-form .box-container > :nth-child(10) {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.woocommerce-cart-form .box-container > :nth-child(11) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.woocommerce-cart-form .box-container > :nth-child(12) {
  -ms-grid-column: 4;
  -ms-grid-row: 3;
}
.woocommerce-cart-form .box-container > :nth-child(13) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.woocommerce-cart-form .box-container > :nth-child(14) {
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
.woocommerce-cart-form .box-container > :nth-child(15) {
  -ms-grid-column: 3;
  -ms-grid-row: 4;
}
.woocommerce-cart-form .box-container > :nth-child(16) {
  -ms-grid-column: 4;
  -ms-grid-row: 4;
}
.woocommerce-cart-form .box-container > :nth-child(17) {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.woocommerce-cart-form .box-container > :nth-child(18) {
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}
.woocommerce-cart-form .box-container > :nth-child(19) {
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}
.woocommerce-cart-form .box-container > :nth-child(20) {
  -ms-grid-column: 4;
  -ms-grid-row: 5;
}
.woocommerce-cart-form .box-container > :nth-child(21) {
  -ms-grid-column: 1;
  -ms-grid-row: 6;
}
.woocommerce-cart-form .box-container > :nth-child(22) {
  -ms-grid-column: 2;
  -ms-grid-row: 6;
}
.woocommerce-cart-form .box-container > :nth-child(23) {
  -ms-grid-column: 3;
  -ms-grid-row: 6;
}
.woocommerce-cart-form .box-container > :nth-child(24) {
  -ms-grid-column: 4;
  -ms-grid-row: 6;
}
.woocommerce-cart-form .box-container > :nth-child(25) {
  -ms-grid-column: 1;
  -ms-grid-row: 7;
}
.woocommerce-cart-form .box-container > :nth-child(26) {
  -ms-grid-column: 2;
  -ms-grid-row: 7;
}
.woocommerce-cart-form .box-container > :nth-child(27) {
  -ms-grid-column: 3;
  -ms-grid-row: 7;
}
.woocommerce-cart-form .box-container > :nth-child(28) {
  -ms-grid-column: 4;
  -ms-grid-row: 7;
}
.woocommerce-cart-form .box-container > :nth-child(29) {
  -ms-grid-column: 1;
  -ms-grid-row: 8;
}
.woocommerce-cart-form .box-container > :nth-child(30) {
  -ms-grid-column: 2;
  -ms-grid-row: 8;
}
.woocommerce-cart-form .box-container > :nth-child(31) {
  -ms-grid-column: 3;
  -ms-grid-row: 8;
}
.woocommerce-cart-form .box-container > :nth-child(32) {
  -ms-grid-column: 4;
  -ms-grid-row: 8;
}
.woocommerce-cart-form .box-container > :nth-child(33) {
  -ms-grid-column: 1;
  -ms-grid-row: 9;
}
.woocommerce-cart-form .box-container > :nth-child(34) {
  -ms-grid-column: 2;
  -ms-grid-row: 9;
}
.woocommerce-cart-form .box-container > :nth-child(35) {
  -ms-grid-column: 3;
  -ms-grid-row: 9;
}
.woocommerce-cart-form .box-container > :nth-child(36) {
  -ms-grid-column: 4;
  -ms-grid-row: 9;
}
.woocommerce-cart-form .box-container > :nth-child(37) {
  -ms-grid-column: 1;
  -ms-grid-row: 10;
}
.woocommerce-cart-form .box-container > :nth-child(38) {
  -ms-grid-column: 2;
  -ms-grid-row: 10;
}
.woocommerce-cart-form .box-container > :nth-child(39) {
  -ms-grid-column: 3;
  -ms-grid-row: 10;
}
.woocommerce-cart-form .box-container > :nth-child(40) {
  -ms-grid-column: 4;
  -ms-grid-row: 10;
}
.woocommerce-cart-form .box-container > :nth-child(41) {
  -ms-grid-column: 1;
  -ms-grid-row: 11;
}
.woocommerce-cart-form .box-container > :nth-child(42) {
  -ms-grid-column: 2;
  -ms-grid-row: 11;
}
.woocommerce-cart-form .box-container > :nth-child(43) {
  -ms-grid-column: 3;
  -ms-grid-row: 11;
}
.woocommerce-cart-form .box-container > :nth-child(44) {
  -ms-grid-column: 4;
  -ms-grid-row: 11;
}
.woocommerce-cart-form .box-container > :nth-child(45) {
  -ms-grid-column: 1;
  -ms-grid-row: 12;
}
.woocommerce-cart-form .box-container > :nth-child(46) {
  -ms-grid-column: 2;
  -ms-grid-row: 12;
}
.woocommerce-cart-form .box-container > :nth-child(47) {
  -ms-grid-column: 3;
  -ms-grid-row: 12;
}
.woocommerce-cart-form .box-container > :nth-child(48) {
  -ms-grid-column: 4;
  -ms-grid-row: 12;
}
.woocommerce-cart-form .box-container > :nth-child(49) {
  -ms-grid-column: 1;
  -ms-grid-row: 13;
}
.woocommerce-cart-form .box-container > :nth-child(50) {
  -ms-grid-column: 2;
  -ms-grid-row: 13;
}
.woocommerce-cart-form .box-container > :nth-child(51) {
  -ms-grid-column: 3;
  -ms-grid-row: 13;
}
.woocommerce-cart-form .shop_table_responsive.cart {
  width: 100%;
}
.woocommerce-cart-form .cart-collaterals {
  flex: 0 0 25%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 2rem;
}
.woocommerce-cart-form .cart-collaterals .cart_totals table {
  min-width: 10rem;
}
.woocommerce-cart-form .cart-collaterals .cart_totals h2 {
  margin: 0 0 1rem;
}
.woocommerce-cart-form .cart-collaterals .wc-proceed-to-checkout {
  text-align: center;
  margin: auto 0 0;
}
.woocommerce-cart-form .cart-collaterals .wc-proceed-to-checkout .button {
  margin-top: 0;
}

.actions button,
.wc-proceed-to-checkout .button {
  margin-top: 0;
}

.cart_totals th,
.cart_totals td {
  padding-right: 0.5rem;
}
.cart_totals #shipping_method {
  margin: 0;
  padding: 0;
}
.cart_totals .woocommerce-shipping-methods li {
  list-style: none;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error + .woocommerce-message {
  display: none;
}

@media (min-width: 768px) {
  .col2-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col2-set > div {
    flex: 0 0 49%;
  }
}

#customer_details > div {
  padding: 2rem;
  background-color: white;
}

.woocommerce-form-login-toggle {
  background-color: #73AFB6;
  color: white;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 1rem;
}

#order_review table,
.woocommerce-order-details table {
  min-width: 800px;
  border-collapse: collapse;
}
#order_review th, #order_review tr,
.woocommerce-order-details th,
.woocommerce-order-details tr {
  text-align: left;
}
#order_review tr,
.woocommerce-order-details tr {
  vertical-align: top;
}
#order_review tfoot th, #order_review tfoot td,
.woocommerce-order-details tfoot th,
.woocommerce-order-details tfoot td {
  padding: 0.5rem;
}
#order_review tfoot th:first-child,
.woocommerce-order-details tfoot th:first-child {
  text-align: left;
}
#order_review table ul,
.woocommerce-order-details table ul {
  padding: 0 0 0 1.5rem;
  margin: 0;
}

.woocommerce-form-login,
.woocommerce-form-register {
  background-color: white;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.woocommerce-form-login input[type=text], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password],
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=email],
.woocommerce-form-register input[type=password] {
  background-color: #EEF5F6;
}
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row {
  display: flex;
  justify-content: space-between;
}
.woocommerce-form-login .form-row label, .woocommerce-form-login .form-row input,
.woocommerce-form-register .form-row label,
.woocommerce-form-register .form-row input {
  flex: 0 0 49.5%;
}
.woocommerce-form-login .button,
.woocommerce-form-register .button {
  margin: 0 0 0 auto;
}

.woocommerce-form-login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-form-login > p.form-row:nth-child(1) {
  order: 1;
}
.woocommerce-form-login > p.form-row:nth-child(2) {
  order: 2;
}
.woocommerce-form-login > p.form-row:nth-child(3) {
  order: 3;
}
.woocommerce-form-login > p.form-row:nth-child(4) {
  order: 4;
}
.woocommerce-form-login > p.form-row:nth-child(5) {
  order: 5;
}
.woocommerce-form-login > p.form-row:nth-child(6) {
  order: 6;
}
.woocommerce-form-login > p.form-row:nth-child(7) {
  order: 7;
}
.woocommerce-form-login > p.form-row:nth-child(8) {
  order: 8;
}
.woocommerce-form-login > p.form-row {
  flex: 0 0 49.5%;
}
.woocommerce-form-login > p.form-row.woocommerce-form-row--wide {
  flex: 0 0 100%;
}
.woocommerce-checkout .woocommerce-form-login > p.form-row:nth-child(1), .woocommerce-checkout .woocommerce-form-login > p.form-row:nth-child(2), .woocommerce-checkout .woocommerce-form-login > p.form-row:nth-child(3) {
  flex: 0 0 100%;
}

.woocommerce-form-login > p.lost_password {
  order: 2;
}
.woocommerce-checkout .woocommerce-form-login > p.lost_password {
  order: 3;
}

#order_review_heading {
  display: none;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  margin-right: 1rem;
}
.woocommerce-MyAccount-navigation ul li a {
  border: 1px solid #73AFB6;
  display: block;
  margin: 0;
  padding: 1rem;
  text-transform: uppercase;
  background-color: #73AFB6;
  color: white;
}

.woocommerce-MyAccount-content {
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-content .woocommerce-info {
  padding: 1rem;
  border: 2px solid #AFB673;
  background-color: white;
}
.woocommerce-MyAccount-content .woocommerce-info .button {
  margin-top: 0;
}
.woocommerce-MyAccount-content th {
  text-align: left;
}
@media (min-width: 600px) {
  .woocommerce-MyAccount-content .addresses {
    display: flex;
  }
  .woocommerce-MyAccount-content .addresses > div {
    flex: 0 0 50%;
  }
}
.woocommerce-MyAccount-content a.edit {
  border: 1px solid #73AFB6;
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  background-color: #73AFB6;
  color: white;
}

.woocommerce-EditAccountForm .form-row {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
}
.woocommerce-EditAccountForm .form-row label, .woocommerce-EditAccountForm .form-row input {
  flex: 0 0 32.5%;
  flex: 0 0 calc(33% - 1rem);
  margin-right: 1rem;
}
.woocommerce-EditAccountForm .form-row > span {
  display: block;
  flex: 0 0 32.5%;
  flex: 0 0 calc(33% - 1rem);
}

ul.products, ul.products li,
.buy-stuff,
.buy-stuff li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.products.columns-4,
.buy-stuff.columns-4 {
  margin-bottom: 2rem;
  grid-gap: 1rem;
  display: grid;
  display: -ms-grid;
}
@media (max-width: 599px) {
  ul.products.columns-4,
.buy-stuff.columns-4 {
    grid-template-columns: 1fr;
  }
  ul.products.columns-4 > :nth-child(1),
.buy-stuff.columns-4 > :nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(2),
.buy-stuff.columns-4 > :nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(3),
.buy-stuff.columns-4 > :nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(4),
.buy-stuff.columns-4 > :nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(5),
.buy-stuff.columns-4 > :nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(6),
.buy-stuff.columns-4 > :nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(7),
.buy-stuff.columns-4 > :nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(8),
.buy-stuff.columns-4 > :nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(9),
.buy-stuff.columns-4 > :nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(10),
.buy-stuff.columns-4 > :nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(11),
.buy-stuff.columns-4 > :nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(12),
.buy-stuff.columns-4 > :nth-child(12) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(13),
.buy-stuff.columns-4 > :nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 13;
  }
  ul.products.columns-4 > :nth-child(14),
.buy-stuff.columns-4 > :nth-child(14) {
    -ms-grid-column: 1;
    -ms-grid-row: 14;
  }
  ul.products.columns-4 > :nth-child(15),
.buy-stuff.columns-4 > :nth-child(15) {
    -ms-grid-column: 1;
    -ms-grid-row: 15;
  }
  ul.products.columns-4 > :nth-child(16),
.buy-stuff.columns-4 > :nth-child(16) {
    -ms-grid-column: 1;
    -ms-grid-row: 16;
  }
  ul.products.columns-4 > :nth-child(17),
.buy-stuff.columns-4 > :nth-child(17) {
    -ms-grid-column: 1;
    -ms-grid-row: 17;
  }
  ul.products.columns-4 > :nth-child(18),
.buy-stuff.columns-4 > :nth-child(18) {
    -ms-grid-column: 1;
    -ms-grid-row: 18;
  }
  ul.products.columns-4 > :nth-child(19),
.buy-stuff.columns-4 > :nth-child(19) {
    -ms-grid-column: 1;
    -ms-grid-row: 19;
  }
  ul.products.columns-4 > :nth-child(20),
.buy-stuff.columns-4 > :nth-child(20) {
    -ms-grid-column: 1;
    -ms-grid-row: 20;
  }
  ul.products.columns-4 > :nth-child(21),
.buy-stuff.columns-4 > :nth-child(21) {
    -ms-grid-column: 1;
    -ms-grid-row: 21;
  }
  ul.products.columns-4 > :nth-child(22),
.buy-stuff.columns-4 > :nth-child(22) {
    -ms-grid-column: 1;
    -ms-grid-row: 22;
  }
  ul.products.columns-4 > :nth-child(23),
.buy-stuff.columns-4 > :nth-child(23) {
    -ms-grid-column: 1;
    -ms-grid-row: 23;
  }
  ul.products.columns-4 > :nth-child(24),
.buy-stuff.columns-4 > :nth-child(24) {
    -ms-grid-column: 1;
    -ms-grid-row: 24;
  }
  ul.products.columns-4 > :nth-child(25),
.buy-stuff.columns-4 > :nth-child(25) {
    -ms-grid-column: 1;
    -ms-grid-row: 25;
  }
  ul.products.columns-4 > :nth-child(26),
.buy-stuff.columns-4 > :nth-child(26) {
    -ms-grid-column: 1;
    -ms-grid-row: 26;
  }
  ul.products.columns-4 > :nth-child(27),
.buy-stuff.columns-4 > :nth-child(27) {
    -ms-grid-column: 1;
    -ms-grid-row: 27;
  }
  ul.products.columns-4 > :nth-child(28),
.buy-stuff.columns-4 > :nth-child(28) {
    -ms-grid-column: 1;
    -ms-grid-row: 28;
  }
  ul.products.columns-4 > :nth-child(29),
.buy-stuff.columns-4 > :nth-child(29) {
    -ms-grid-column: 1;
    -ms-grid-row: 29;
  }
  ul.products.columns-4 > :nth-child(30),
.buy-stuff.columns-4 > :nth-child(30) {
    -ms-grid-column: 1;
    -ms-grid-row: 30;
  }
  ul.products.columns-4 > :nth-child(31),
.buy-stuff.columns-4 > :nth-child(31) {
    -ms-grid-column: 1;
    -ms-grid-row: 31;
  }
  ul.products.columns-4 > :nth-child(32),
.buy-stuff.columns-4 > :nth-child(32) {
    -ms-grid-column: 1;
    -ms-grid-row: 32;
  }
  ul.products.columns-4 > :nth-child(33),
.buy-stuff.columns-4 > :nth-child(33) {
    -ms-grid-column: 1;
    -ms-grid-row: 33;
  }
  ul.products.columns-4 > :nth-child(34),
.buy-stuff.columns-4 > :nth-child(34) {
    -ms-grid-column: 1;
    -ms-grid-row: 34;
  }
  ul.products.columns-4 > :nth-child(35),
.buy-stuff.columns-4 > :nth-child(35) {
    -ms-grid-column: 1;
    -ms-grid-row: 35;
  }
  ul.products.columns-4 > :nth-child(36),
.buy-stuff.columns-4 > :nth-child(36) {
    -ms-grid-column: 1;
    -ms-grid-row: 36;
  }
  ul.products.columns-4 > :nth-child(37),
.buy-stuff.columns-4 > :nth-child(37) {
    -ms-grid-column: 1;
    -ms-grid-row: 37;
  }
  ul.products.columns-4 > :nth-child(38),
.buy-stuff.columns-4 > :nth-child(38) {
    -ms-grid-column: 1;
    -ms-grid-row: 38;
  }
  ul.products.columns-4 > :nth-child(39),
.buy-stuff.columns-4 > :nth-child(39) {
    -ms-grid-column: 1;
    -ms-grid-row: 39;
  }
  ul.products.columns-4 > :nth-child(40),
.buy-stuff.columns-4 > :nth-child(40) {
    -ms-grid-column: 1;
    -ms-grid-row: 40;
  }
  ul.products.columns-4 > :nth-child(41),
.buy-stuff.columns-4 > :nth-child(41) {
    -ms-grid-column: 1;
    -ms-grid-row: 41;
  }
  ul.products.columns-4 > :nth-child(42),
.buy-stuff.columns-4 > :nth-child(42) {
    -ms-grid-column: 1;
    -ms-grid-row: 42;
  }
  ul.products.columns-4 > :nth-child(43),
.buy-stuff.columns-4 > :nth-child(43) {
    -ms-grid-column: 1;
    -ms-grid-row: 43;
  }
  ul.products.columns-4 > :nth-child(44),
.buy-stuff.columns-4 > :nth-child(44) {
    -ms-grid-column: 1;
    -ms-grid-row: 44;
  }
  ul.products.columns-4 > :nth-child(45),
.buy-stuff.columns-4 > :nth-child(45) {
    -ms-grid-column: 1;
    -ms-grid-row: 45;
  }
  ul.products.columns-4 > :nth-child(46),
.buy-stuff.columns-4 > :nth-child(46) {
    -ms-grid-column: 1;
    -ms-grid-row: 46;
  }
  ul.products.columns-4 > :nth-child(47),
.buy-stuff.columns-4 > :nth-child(47) {
    -ms-grid-column: 1;
    -ms-grid-row: 47;
  }
  ul.products.columns-4 > :nth-child(48),
.buy-stuff.columns-4 > :nth-child(48) {
    -ms-grid-column: 1;
    -ms-grid-row: 48;
  }
  ul.products.columns-4 > :nth-child(49),
.buy-stuff.columns-4 > :nth-child(49) {
    -ms-grid-column: 1;
    -ms-grid-row: 49;
  }
  ul.products.columns-4 > :nth-child(50),
.buy-stuff.columns-4 > :nth-child(50) {
    -ms-grid-column: 1;
    -ms-grid-row: 50;
  }
  ul.products.columns-4 > :nth-child(51),
.buy-stuff.columns-4 > :nth-child(51) {
    -ms-grid-column: 1;
    -ms-grid-row: 51;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  ul.products.columns-4,
.buy-stuff.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  ul.products.columns-4 > :nth-child(1),
.buy-stuff.columns-4 > :nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(2),
.buy-stuff.columns-4 > :nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(3),
.buy-stuff.columns-4 > :nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(4),
.buy-stuff.columns-4 > :nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(5),
.buy-stuff.columns-4 > :nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(6),
.buy-stuff.columns-4 > :nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(7),
.buy-stuff.columns-4 > :nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(8),
.buy-stuff.columns-4 > :nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(9),
.buy-stuff.columns-4 > :nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(10),
.buy-stuff.columns-4 > :nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(11),
.buy-stuff.columns-4 > :nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(12),
.buy-stuff.columns-4 > :nth-child(12) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(13),
.buy-stuff.columns-4 > :nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(14),
.buy-stuff.columns-4 > :nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(15),
.buy-stuff.columns-4 > :nth-child(15) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(16),
.buy-stuff.columns-4 > :nth-child(16) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(17),
.buy-stuff.columns-4 > :nth-child(17) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(18),
.buy-stuff.columns-4 > :nth-child(18) {
    -ms-grid-column: 2;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(19),
.buy-stuff.columns-4 > :nth-child(19) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(20),
.buy-stuff.columns-4 > :nth-child(20) {
    -ms-grid-column: 2;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(21),
.buy-stuff.columns-4 > :nth-child(21) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(22),
.buy-stuff.columns-4 > :nth-child(22) {
    -ms-grid-column: 2;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(23),
.buy-stuff.columns-4 > :nth-child(23) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(24),
.buy-stuff.columns-4 > :nth-child(24) {
    -ms-grid-column: 2;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(25),
.buy-stuff.columns-4 > :nth-child(25) {
    -ms-grid-column: 1;
    -ms-grid-row: 13;
  }
  ul.products.columns-4 > :nth-child(26),
.buy-stuff.columns-4 > :nth-child(26) {
    -ms-grid-column: 2;
    -ms-grid-row: 13;
  }
  ul.products.columns-4 > :nth-child(27),
.buy-stuff.columns-4 > :nth-child(27) {
    -ms-grid-column: 1;
    -ms-grid-row: 14;
  }
  ul.products.columns-4 > :nth-child(28),
.buy-stuff.columns-4 > :nth-child(28) {
    -ms-grid-column: 2;
    -ms-grid-row: 14;
  }
  ul.products.columns-4 > :nth-child(29),
.buy-stuff.columns-4 > :nth-child(29) {
    -ms-grid-column: 1;
    -ms-grid-row: 15;
  }
  ul.products.columns-4 > :nth-child(30),
.buy-stuff.columns-4 > :nth-child(30) {
    -ms-grid-column: 2;
    -ms-grid-row: 15;
  }
  ul.products.columns-4 > :nth-child(31),
.buy-stuff.columns-4 > :nth-child(31) {
    -ms-grid-column: 1;
    -ms-grid-row: 16;
  }
  ul.products.columns-4 > :nth-child(32),
.buy-stuff.columns-4 > :nth-child(32) {
    -ms-grid-column: 2;
    -ms-grid-row: 16;
  }
  ul.products.columns-4 > :nth-child(33),
.buy-stuff.columns-4 > :nth-child(33) {
    -ms-grid-column: 1;
    -ms-grid-row: 17;
  }
  ul.products.columns-4 > :nth-child(34),
.buy-stuff.columns-4 > :nth-child(34) {
    -ms-grid-column: 2;
    -ms-grid-row: 17;
  }
  ul.products.columns-4 > :nth-child(35),
.buy-stuff.columns-4 > :nth-child(35) {
    -ms-grid-column: 1;
    -ms-grid-row: 18;
  }
  ul.products.columns-4 > :nth-child(36),
.buy-stuff.columns-4 > :nth-child(36) {
    -ms-grid-column: 2;
    -ms-grid-row: 18;
  }
  ul.products.columns-4 > :nth-child(37),
.buy-stuff.columns-4 > :nth-child(37) {
    -ms-grid-column: 1;
    -ms-grid-row: 19;
  }
  ul.products.columns-4 > :nth-child(38),
.buy-stuff.columns-4 > :nth-child(38) {
    -ms-grid-column: 2;
    -ms-grid-row: 19;
  }
  ul.products.columns-4 > :nth-child(39),
.buy-stuff.columns-4 > :nth-child(39) {
    -ms-grid-column: 1;
    -ms-grid-row: 20;
  }
  ul.products.columns-4 > :nth-child(40),
.buy-stuff.columns-4 > :nth-child(40) {
    -ms-grid-column: 2;
    -ms-grid-row: 20;
  }
  ul.products.columns-4 > :nth-child(41),
.buy-stuff.columns-4 > :nth-child(41) {
    -ms-grid-column: 1;
    -ms-grid-row: 21;
  }
  ul.products.columns-4 > :nth-child(42),
.buy-stuff.columns-4 > :nth-child(42) {
    -ms-grid-column: 2;
    -ms-grid-row: 21;
  }
  ul.products.columns-4 > :nth-child(43),
.buy-stuff.columns-4 > :nth-child(43) {
    -ms-grid-column: 1;
    -ms-grid-row: 22;
  }
  ul.products.columns-4 > :nth-child(44),
.buy-stuff.columns-4 > :nth-child(44) {
    -ms-grid-column: 2;
    -ms-grid-row: 22;
  }
  ul.products.columns-4 > :nth-child(45),
.buy-stuff.columns-4 > :nth-child(45) {
    -ms-grid-column: 1;
    -ms-grid-row: 23;
  }
  ul.products.columns-4 > :nth-child(46),
.buy-stuff.columns-4 > :nth-child(46) {
    -ms-grid-column: 2;
    -ms-grid-row: 23;
  }
  ul.products.columns-4 > :nth-child(47),
.buy-stuff.columns-4 > :nth-child(47) {
    -ms-grid-column: 1;
    -ms-grid-row: 24;
  }
  ul.products.columns-4 > :nth-child(48),
.buy-stuff.columns-4 > :nth-child(48) {
    -ms-grid-column: 2;
    -ms-grid-row: 24;
  }
  ul.products.columns-4 > :nth-child(49),
.buy-stuff.columns-4 > :nth-child(49) {
    -ms-grid-column: 1;
    -ms-grid-row: 25;
  }
  ul.products.columns-4 > :nth-child(50),
.buy-stuff.columns-4 > :nth-child(50) {
    -ms-grid-column: 2;
    -ms-grid-row: 25;
  }
  ul.products.columns-4 > :nth-child(51),
.buy-stuff.columns-4 > :nth-child(51) {
    -ms-grid-column: 1;
    -ms-grid-row: 26;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ul.products.columns-4,
.buy-stuff.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  ul.products.columns-4 > :nth-child(1),
.buy-stuff.columns-4 > :nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(2),
.buy-stuff.columns-4 > :nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(3),
.buy-stuff.columns-4 > :nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(4),
.buy-stuff.columns-4 > :nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(5),
.buy-stuff.columns-4 > :nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(6),
.buy-stuff.columns-4 > :nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(7),
.buy-stuff.columns-4 > :nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(8),
.buy-stuff.columns-4 > :nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(9),
.buy-stuff.columns-4 > :nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(10),
.buy-stuff.columns-4 > :nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(11),
.buy-stuff.columns-4 > :nth-child(11) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(12),
.buy-stuff.columns-4 > :nth-child(12) {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(13),
.buy-stuff.columns-4 > :nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(14),
.buy-stuff.columns-4 > :nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(15),
.buy-stuff.columns-4 > :nth-child(15) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(16),
.buy-stuff.columns-4 > :nth-child(16) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(17),
.buy-stuff.columns-4 > :nth-child(17) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(18),
.buy-stuff.columns-4 > :nth-child(18) {
    -ms-grid-column: 3;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(19),
.buy-stuff.columns-4 > :nth-child(19) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(20),
.buy-stuff.columns-4 > :nth-child(20) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(21),
.buy-stuff.columns-4 > :nth-child(21) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(22),
.buy-stuff.columns-4 > :nth-child(22) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(23),
.buy-stuff.columns-4 > :nth-child(23) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(24),
.buy-stuff.columns-4 > :nth-child(24) {
    -ms-grid-column: 3;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(25),
.buy-stuff.columns-4 > :nth-child(25) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(26),
.buy-stuff.columns-4 > :nth-child(26) {
    -ms-grid-column: 2;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(27),
.buy-stuff.columns-4 > :nth-child(27) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(28),
.buy-stuff.columns-4 > :nth-child(28) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(29),
.buy-stuff.columns-4 > :nth-child(29) {
    -ms-grid-column: 2;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(30),
.buy-stuff.columns-4 > :nth-child(30) {
    -ms-grid-column: 3;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(31),
.buy-stuff.columns-4 > :nth-child(31) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(32),
.buy-stuff.columns-4 > :nth-child(32) {
    -ms-grid-column: 2;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(33),
.buy-stuff.columns-4 > :nth-child(33) {
    -ms-grid-column: 3;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(34),
.buy-stuff.columns-4 > :nth-child(34) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(35),
.buy-stuff.columns-4 > :nth-child(35) {
    -ms-grid-column: 2;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(36),
.buy-stuff.columns-4 > :nth-child(36) {
    -ms-grid-column: 3;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(37),
.buy-stuff.columns-4 > :nth-child(37) {
    -ms-grid-column: 1;
    -ms-grid-row: 13;
  }
  ul.products.columns-4 > :nth-child(38),
.buy-stuff.columns-4 > :nth-child(38) {
    -ms-grid-column: 2;
    -ms-grid-row: 13;
  }
  ul.products.columns-4 > :nth-child(39),
.buy-stuff.columns-4 > :nth-child(39) {
    -ms-grid-column: 3;
    -ms-grid-row: 13;
  }
  ul.products.columns-4 > :nth-child(40),
.buy-stuff.columns-4 > :nth-child(40) {
    -ms-grid-column: 1;
    -ms-grid-row: 14;
  }
  ul.products.columns-4 > :nth-child(41),
.buy-stuff.columns-4 > :nth-child(41) {
    -ms-grid-column: 2;
    -ms-grid-row: 14;
  }
  ul.products.columns-4 > :nth-child(42),
.buy-stuff.columns-4 > :nth-child(42) {
    -ms-grid-column: 3;
    -ms-grid-row: 14;
  }
  ul.products.columns-4 > :nth-child(43),
.buy-stuff.columns-4 > :nth-child(43) {
    -ms-grid-column: 1;
    -ms-grid-row: 15;
  }
  ul.products.columns-4 > :nth-child(44),
.buy-stuff.columns-4 > :nth-child(44) {
    -ms-grid-column: 2;
    -ms-grid-row: 15;
  }
  ul.products.columns-4 > :nth-child(45),
.buy-stuff.columns-4 > :nth-child(45) {
    -ms-grid-column: 3;
    -ms-grid-row: 15;
  }
  ul.products.columns-4 > :nth-child(46),
.buy-stuff.columns-4 > :nth-child(46) {
    -ms-grid-column: 1;
    -ms-grid-row: 16;
  }
  ul.products.columns-4 > :nth-child(47),
.buy-stuff.columns-4 > :nth-child(47) {
    -ms-grid-column: 2;
    -ms-grid-row: 16;
  }
  ul.products.columns-4 > :nth-child(48),
.buy-stuff.columns-4 > :nth-child(48) {
    -ms-grid-column: 3;
    -ms-grid-row: 16;
  }
  ul.products.columns-4 > :nth-child(49),
.buy-stuff.columns-4 > :nth-child(49) {
    -ms-grid-column: 1;
    -ms-grid-row: 17;
  }
  ul.products.columns-4 > :nth-child(50),
.buy-stuff.columns-4 > :nth-child(50) {
    -ms-grid-column: 2;
    -ms-grid-row: 17;
  }
  ul.products.columns-4 > :nth-child(51),
.buy-stuff.columns-4 > :nth-child(51) {
    -ms-grid-column: 3;
    -ms-grid-row: 17;
  }
}
@media (min-width: 1200px) {
  ul.products.columns-4,
.buy-stuff.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  ul.products.columns-4 > :nth-child(1),
.buy-stuff.columns-4 > :nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(2),
.buy-stuff.columns-4 > :nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(3),
.buy-stuff.columns-4 > :nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(4),
.buy-stuff.columns-4 > :nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  ul.products.columns-4 > :nth-child(5),
.buy-stuff.columns-4 > :nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(6),
.buy-stuff.columns-4 > :nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(7),
.buy-stuff.columns-4 > :nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(8),
.buy-stuff.columns-4 > :nth-child(8) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  ul.products.columns-4 > :nth-child(9),
.buy-stuff.columns-4 > :nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(10),
.buy-stuff.columns-4 > :nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(11),
.buy-stuff.columns-4 > :nth-child(11) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(12),
.buy-stuff.columns-4 > :nth-child(12) {
    -ms-grid-column: 4;
    -ms-grid-row: 3;
  }
  ul.products.columns-4 > :nth-child(13),
.buy-stuff.columns-4 > :nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(14),
.buy-stuff.columns-4 > :nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(15),
.buy-stuff.columns-4 > :nth-child(15) {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(16),
.buy-stuff.columns-4 > :nth-child(16) {
    -ms-grid-column: 4;
    -ms-grid-row: 4;
  }
  ul.products.columns-4 > :nth-child(17),
.buy-stuff.columns-4 > :nth-child(17) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(18),
.buy-stuff.columns-4 > :nth-child(18) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(19),
.buy-stuff.columns-4 > :nth-child(19) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(20),
.buy-stuff.columns-4 > :nth-child(20) {
    -ms-grid-column: 4;
    -ms-grid-row: 5;
  }
  ul.products.columns-4 > :nth-child(21),
.buy-stuff.columns-4 > :nth-child(21) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(22),
.buy-stuff.columns-4 > :nth-child(22) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(23),
.buy-stuff.columns-4 > :nth-child(23) {
    -ms-grid-column: 3;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(24),
.buy-stuff.columns-4 > :nth-child(24) {
    -ms-grid-column: 4;
    -ms-grid-row: 6;
  }
  ul.products.columns-4 > :nth-child(25),
.buy-stuff.columns-4 > :nth-child(25) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(26),
.buy-stuff.columns-4 > :nth-child(26) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(27),
.buy-stuff.columns-4 > :nth-child(27) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(28),
.buy-stuff.columns-4 > :nth-child(28) {
    -ms-grid-column: 4;
    -ms-grid-row: 7;
  }
  ul.products.columns-4 > :nth-child(29),
.buy-stuff.columns-4 > :nth-child(29) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(30),
.buy-stuff.columns-4 > :nth-child(30) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(31),
.buy-stuff.columns-4 > :nth-child(31) {
    -ms-grid-column: 3;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(32),
.buy-stuff.columns-4 > :nth-child(32) {
    -ms-grid-column: 4;
    -ms-grid-row: 8;
  }
  ul.products.columns-4 > :nth-child(33),
.buy-stuff.columns-4 > :nth-child(33) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(34),
.buy-stuff.columns-4 > :nth-child(34) {
    -ms-grid-column: 2;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(35),
.buy-stuff.columns-4 > :nth-child(35) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(36),
.buy-stuff.columns-4 > :nth-child(36) {
    -ms-grid-column: 4;
    -ms-grid-row: 9;
  }
  ul.products.columns-4 > :nth-child(37),
.buy-stuff.columns-4 > :nth-child(37) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(38),
.buy-stuff.columns-4 > :nth-child(38) {
    -ms-grid-column: 2;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(39),
.buy-stuff.columns-4 > :nth-child(39) {
    -ms-grid-column: 3;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(40),
.buy-stuff.columns-4 > :nth-child(40) {
    -ms-grid-column: 4;
    -ms-grid-row: 10;
  }
  ul.products.columns-4 > :nth-child(41),
.buy-stuff.columns-4 > :nth-child(41) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(42),
.buy-stuff.columns-4 > :nth-child(42) {
    -ms-grid-column: 2;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(43),
.buy-stuff.columns-4 > :nth-child(43) {
    -ms-grid-column: 3;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(44),
.buy-stuff.columns-4 > :nth-child(44) {
    -ms-grid-column: 4;
    -ms-grid-row: 11;
  }
  ul.products.columns-4 > :nth-child(45),
.buy-stuff.columns-4 > :nth-child(45) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(46),
.buy-stuff.columns-4 > :nth-child(46) {
    -ms-grid-column: 2;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(47),
.buy-stuff.columns-4 > :nth-child(47) {
    -ms-grid-column: 3;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(48),
.buy-stuff.columns-4 > :nth-child(48) {
    -ms-grid-column: 4;
    -ms-grid-row: 12;
  }
  ul.products.columns-4 > :nth-child(49),
.buy-stuff.columns-4 > :nth-child(49) {
    -ms-grid-column: 1;
    -ms-grid-row: 13;
  }
  ul.products.columns-4 > :nth-child(50),
.buy-stuff.columns-4 > :nth-child(50) {
    -ms-grid-column: 2;
    -ms-grid-row: 13;
  }
  ul.products.columns-4 > :nth-child(51),
.buy-stuff.columns-4 > :nth-child(51) {
    -ms-grid-column: 3;
    -ms-grid-row: 13;
  }
}
ul.products .img,
.buy-stuff .img {
  background-color: #D7E5EB;
  position: relative;
}
ul.products .img img,
.buy-stuff .img img {
  width: 100%;
}
ul.products .img span,
.buy-stuff .img span {
  background-color: rgba(115, 175, 182, 0.8);
  position: absolute;
  margin-right: 0.5rem;
  font-weight: 700;
  padding: 0.5rem;
  color: white;
  left: 0.5rem;
  top: 0.5rem;
}
ul.products h3,
.buy-stuff h3 {
  height: 3.8rem;
  margin: 0.25rem 0;
  text-transform: uppercase;
}
ul.products .moar,
.buy-stuff .moar {
  text-transform: uppercase;
  margin: 0.25rem 0;
  display: block;
}
ul.products .moar:after,
.buy-stuff .moar:after {
  margin-left: 1ch;
  content: ">";
}
ul.products .var,
.buy-stuff .var {
  margin: 0.25rem 0;
}
ul.products .amount,
.buy-stuff .amount {
  font-weight: 700;
}

div.type-product {
  padding: 2rem 0;
}
div.type-product .main-image {
  width: 100%;
}
@media (min-width: 768px) {
  div.type-product {
    display: flex;
  }
  div.type-product > div {
    flex: 1;
  }
  div.type-product > div:nth-child(odd) {
    margin-right: 1rem;
  }
  div.type-product > div:nth-child(even) {
    margin-left: 1rem;
  }
  div.type-product > div:nth-child(1) {
    order: 2;
    margin-left: 1rem;
  }
  div.type-product > div:nth-child(2) {
    order: 1;
    margin-right: 1rem;
  }
}
div.type-product .buy-stuff {
  padding: 1rem;
  background-color: #D7E5EB;
}
div.type-product .buy-stuff .variation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div.type-product .buy-stuff .variation h3 {
  margin-top: 0;
}
@media (max-width: 569px) {
  div.type-product .buy-stuff .variation .var,
div.type-product .buy-stuff .variation .qty {
    flex: 0 0 100%;
    margin: 0;
  }
}
@media (min-width: 570px) {
  div.type-product .buy-stuff .variation .var,
div.type-product .buy-stuff .variation .qty {
    flex: 0 0 50%;
    margin: 0;
  }
}
div.type-product .buy-stuff .variation .var {
  font-weight: bold;
}
div.type-product .buy-stuff .variation .qty label {
  display: none;
}
div.type-product .buy-stuff .variation:nth-of-type(1) .var {
  font-size: 1.25em;
}

.product-image {
  margin-bottom: 2rem;
}
.product-image:before, .product-image:after {
  display: table;
  content: "";
  clear: both;
}

div.type-padding .note,
.woocommerce-products-header h4 {
  background-color: #EEF5F6;
  padding: 2rem;
}

.woocommerce-products-header h4 {
  margin-bottom: 1rem;
}

.woocommerce-error {
  background-color: #862400;
  padding: 1rem 2rem;
  color: white;
}
.woocommerce-error li {
  padding: 0.25rem 0;
  list-style: none;
}
.woocommerce-error li:before {
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  content: "";
}

#customer_details .form-row {
  display: flex;
}
@media (max-width: 1199px) {
  #customer_details .form-row {
    flex-wrap: wrap;
  }
  #customer_details .form-row span, #customer_details .form-row label {
    flex: 0 0 100%;
    background-color: white;
  }
}
@media (min-width: 1200px) {
  #customer_details .form-row span {
    flex: 1;
  }
  #customer_details .form-row label {
    flex: 0 1 250px;
  }
}
#customer_details .form-row input[type=text],
#customer_details .form-row input[type=tel],
#customer_details .form-row input[type=email],
#customer_details .form-row input[type=password],
#customer_details .form-row select,
#customer_details .form-row textarea {
  width: 100%;
}
#customer_details .form-row.create-account {
  margin-top: 1rem;
}
#customer_details .form-row.create-account label {
  flex: 100%;
  display: flex;
  margin-bottom: 0.5rem;
}
#customer_details .form-row.create-account label span {
  order: 1;
  flex: 0 1 250px;
}
#customer_details .form-row.create-account label input {
  order: 2;
  margin-left: 8px;
}

.form-row.notes {
  margin-top: 1rem;
}
.form-row.notes textarea {
  height: 9.6rem;
}
.form-row.place-order {
  margin: 2rem 0;
  display: flex;
}
@media (max-width: 767px) {
  .form-row.place-order {
    flex-wrap: wrap;
  }
  .form-row.place-order > div, .form-row.place-order button, .form-row.place-order input {
    flex: 0 0 100%;
  }
  .form-row.place-order button {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    flex: 50%;
  }
  .form-row.place-order .button {
    margin-left: 10rem;
  }
}

.wc_payment_methods {
  margin-top: 2rem;
}

.woocommerce-mini-cart__empty-message.woocommerce-mini-cart__empty-message.woocommerce-mini-cart__empty-message {
  grid-column: 1/span 2;
  margin: 0;
}

#sister-link {
  transform: translateX(50%) rotateZ(90deg) translateY(calc(50% - 1.1em));
  -ms-transform: translateX(50%) rotateZ(90deg) translateY(50%);
  height: calc(1em + 1rem + 0.75em);
  border: 1px solid #9FAEA4;
  background-color: white;
  color: #9FAEA4;
  transition: all 0.5s;
  text-align: center;
  font-size: 1.5rem;
  position: fixed;
  padding: 0.5rem;
  line-height: 1;
  display: block;
  z-index: 500;
  margin: auto;
  bottom: 0;
  right: 0;
  top: 0;
}
.pimhill-barn #sister-link {
  border-color: #73AFB6;
}
#sister-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "";
  display: block;
}
#sister-link:hover {
  transform: translateX(50%) rotateZ(90deg) scale(1.25) translateY(50%);
  opacity: 1;
}
@media (max-width: 767px) {
  #sister-link {
    display: none;
  }
}

.fader {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 100%;
  -ms-grid-rows: 100%;
}
.fader > div {
  margin: 0 !important;
  position: relative;
  transition: all 3s;
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
}
.fader > :not(.active) {
  pointer-events: none;
  z-index: 1;
}
.fader > .active {
  opacity: 1;
  z-index: 2;
}

.qty {
  background-color: #D7E5EB;
  align-items: center;
  padding: 0.25rem;
}
.qty--inner {
  display: flex;
  justify-content: space-between;
}
.qty a {
  display: block;
  flex: 0 0 50%;
  min-width: 100px;
  padding: 0.25rem;
  background-color: #73AFB6;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.qty input {
  width: 100px;
}

.breadcrumbs {
  font-weight: normal;
  font-size: 1rem;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs, .breadcrumbs li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs li + li:before {
  margin: 0 0.5ch;
  content: ">";
}
.breadcrumbs:after {
  border-bottom: 1px dashed;
  padding-top: 0.5rem;
  display: block;
  width: 100px;
  content: "";
}

.box-example .box-item {
  background-color: #203468;
  text-transform: uppercase;
  min-height: 134px;
}
.box-example .box-item-big,
.box-example .box-item-small {
  justify-content: center;
  text-align: center;
}
.box-example .box {
  padding: 0;
}
.box-example .textwidget > p {
  margin-left: 1rem;
}

.box-fillers, .related {
  padding: 2rem 0;
}
.box-fillers h2, .related h2 {
  text-transform: uppercase;
}
.box-fillers h2:after, .related h2:after {
  border-bottom: 1px dashed;
  padding-top: 0.5rem;
  display: block;
  width: 100px;
  content: "";
}

.box-fillers {
  position: relative;
  background-color: #D7E5EB;
}
@media (min-width: 1025px) {
  .box-fillers:before, .box-fillers:after {
    width: calc(50vw - 600px);
    background-color: #D7E5EB;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.box-fillers:before {
  right: 100%;
}
.box-fillers:after {
  left: 100%;
}
.box-fillers .products li .img, .box-fillers .qty {
  background-color: #C7DFE2;
}

.related {
  position: relative;
  background-color: white;
}
@media (min-width: 1025px) {
  .related:before, .related:after {
    width: calc(50vw - 600px);
    background-color: white;
    position: absolute;
    min-width: 2rem;
    content: "";
    bottom: 0;
    top: 0;
  }
}
.related:before {
  right: 100%;
}
.related:after {
  left: 100%;
}

.var {
  clear: both;
}

.not-available, .not-available + .qty {
  opacity: 0.5;
}

@media (max-width: 1232px) and (min-width: 600px) {
  .block-example-box .panel-row-style.panel-row-style.panel-row-style {
    display: block;
  }
  .block-example-box .panel-row-style.panel-row-style.panel-row-style > div {
    width: auto !important;
  }
}

@media (max-width: 767px) {
  body > header + * {
    margin-top: 37px;
  }
}
#the-menus .mobile-cart {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  #the-menus .mobile-cart {
    display: none;
  }
}
@media (max-width: 767px) {
  #pg-5-0 > .panel-row-style.panel-row-style.panel-row-style {
    display: block;
  }
  #pg-5-0 > .panel-row-style.panel-row-style.panel-row-style > div {
    width: auto !important;
  }
  #pg-5-0 > .panel-row-style.panel-row-style.panel-row-style .block-example-box {
    margin-top: 2rem;
  }
}
.product-popup {
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  position: fixed;
  padding: 3rem;
  display: flex;
  z-index: 200;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.product-popup:not(.active) {
  display: none;
}
.product-popup .button {
  margin-top: 2rem;
}
.product-popup-inner {
  background-color: #73AFB6;
  max-width: 720px;
  position: relative;
  overflow-y: scroll;
  max-height: 80vh;
  padding: 3rem;
  color: white;
}

h4 {
  text-transform: uppercase;
}

.popup-close {
  position: absolute;
  cursor: pointer;
  font-size: 0;
  bottom: 1rem;
  right: 1rem;
}
.popup-close:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.75rem;
  font-weight: 700;
  content: "";
}

iframe {
  max-width: 100%;
}
@media (max-width: 1024px) {
  iframe {
    height: 55vw;
  }
}

.box {
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 36px 36px 36px 36px 36px 36px;
  -ms-grid-rows: 107px 107px;
}

.box-item-big {
  grid-column: span 3;
  -ms-grid-row: 1;
  -ms-grid-column-span: 3;
}
.box-item-big:nth-child(1) {
  -ms-grid-column: 1;
}
.box-item-big:nth-child(2) {
  -ms-grid-column: 4;
}
.box-item-small {
  grid-column: span 2;
  -ms-grid-row: 2;
  -ms-grid-column-span: 2;
}
.box-item-small:nth-child(3) {
  -ms-grid-column: 1;
}
.box-item-small:nth-child(4) {
  -ms-grid-column: 3;
}
.box-item-small:nth-child(5) {
  -ms-grid-column: 5;
}
.box-item-small img {
  max-width: 36px;
}

form.wpcf7-form p input, form.wpcf7-form p select, form.wpcf7-form p textarea {
  width: 100%;
}

.top-footer {
  background: #9FAEA4;
  color: white;
  font-size: 18px;
  padding: 2rem;
}

.sow-slider-image-wrapper h2 {
  font-weight: 400;
}
@media (max-width: 600px) and (min-width: 300px) {
  .sow-slider-image-wrapper h2 {
    font-size: 26px !important;
  }
}
.sow-slider-image-wrapper .intro {
  background: rgba(159, 174, 164, 0.6);
  padding: 1rem;
  bottom: 0;
  position: absolute;
  transform: translate(-50px, 0);
  width: 100%;
}

a#fancybox-right, a#fancybox-left {
  opacity: 1 !important;
}

.enquire-place {
  float: right;
  padding-top: 1rem;
  margin-top: 1rem;
  transition: 1s all;
}
.enquire-place .enquiry-button {
  background-color: #9FAEA4;
  color: white;
  padding: 1rem 2rem;
}

body.scrolled .enquire-place {
  margin-top: 0;
  transition: 0.5s all;
}

#tribe-events {
  max-width: 1200px;
  margin: auto;
}
#tribe-events .tribe-events-has-events {
  background-color: #BE3A34 !important;
}
#tribe-events .tribe-events-has-events .type-tribe_events.status-publish {
  display: none;
}
#tribe-events .tribe-events-has-events .tribe-events-viewmore {
  display: none;
}
#tribe-events .tribe-events-future, #tribe-events tribe-events-past {
  background-color: #9FAEA4;
}

.sow-slide-nav {
  display: none !important;
}

.testimonial-slider .sow-slider-image-wrapper {
  padding: 50px 60px !important;
}

.event-calendar {
  max-width: 1200px;
  margin: auto;
}
.event-calendar ul {
  padding: 10px;
  margin: 6px;
  background-color: white;
  grid-template-columns: [start] repeat(7, 20px) [end] !important;
}
.event-calendar ul li {
  font-size: 13px;
  height: 20px;
}
.event-calendar ul .unavailable {
  background-color: #9FAEA4;
  color: white;
}
.event-calendar ul .available {
  background-color: #e3e3e3;
}

@media (max-width: 1200px) and (min-width: 801px) {
  .event-calendar .year {
    padding: 0 1rem;
    grid-template-columns: [start] repeat(4, 1fr) [end] !important;
  }
  .event-calendar .year h2 {
    text-align: center;
  }
}
@media (max-width: 800px) and (min-width: 601px) {
  .event-calendar .year {
    padding: 0 1rem;
    grid-template-columns: [start] repeat(3, 1fr) [end] !important;
  }
  .event-calendar .year h2 {
    text-align: center;
  }
}
@media (max-width: 600px) and (min-width: 401px) {
  .event-calendar .year {
    padding: 0 1rem;
    grid-template-columns: [start] repeat(2, 1fr) [end] !important;
  }
  .event-calendar .year h2 {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .event-calendar .year {
    padding: 0 1rem;
    display: block !important;
  }
  .event-calendar .year h2 {
    text-align: center;
  }
}
_:-ms-lang(x), #logo,
.scrolled-logo {
  height: 75px;
  max-height: 75px;
  width: auto;
  transition: 1s transform ease;
}
.scrolled _:-ms-lang(x), .scrolled #logo,
.scrolled .scrolled-logo {
  height: 75px;
  transform: scale(0.7);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .event-calendar .year {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .event-calendar .year h2 {
    flex: 0 0 100%;
  }
  .event-calendar .year ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex: 0 0 14%;
  }
  .event-calendar .year ul h3 {
    flex: 0 0 100%;
  }
  .event-calendar .year ul li {
    flex: 0 0 14%;
  }
}

/*# sourceMappingURL=style.css.map */
