@charset "UTF-8";
:root {
  --body-font: "Mabry", sans-serif;
  --title-font: "Archive", serif;
  --brand-color: #E8521C;
  --brand-hover: #E04C17;
  --grey-600: #2E3841;
  --grey-500: #899198;
  --grey-400: #90979C;
  --grey-300: #F2F2F2;
  --grey-200: #F5F5F5;
  --yellow-200: #F1F2EB;
  --blue-800: #171738;
  --white: #FFF;
}

@font-face {
  font-family: "Mabry";
  src: url(/fonts/mabry-regular.eot?5178dd4b783963c985464f4ede271146);
  src: url(/fonts/mabry-regular.eot?5178dd4b783963c985464f4ede271146?#iefix) format("embedded-opentype"), url(/fonts/mabry-regular.woff2?2486ffdcdf0f6ef1f5d85bec78abbefc) format("woff2"), url(/fonts/mabry-regular.woff?0336eca80578da3b6a6cb13124a4f642) format("woff"), url(/fonts/mabry-regular.ttf?f9f911e4863b485084a44882a0dd4630) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mabry";
  src: url(/fonts/mabry-medium.eot?bae5cce5442fcdf8f489947d3cbfdfee);
  src: url(/fonts/mabry-medium.eot?bae5cce5442fcdf8f489947d3cbfdfee?#iefix) format("embedded-opentype"), url(/fonts/mabry-medium.woff2?0b03b3df830960a49897bb1f19f11777) format("woff2"), url(/fonts/mabry-medium.woff?9e82c0c4fb6d9e80f064d5ab0c47dd51) format("woff"), url(/fonts/mabry-medium.ttf?b17c49a5903360e101c48da4b72cd881) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Archive";
  src: url(/fonts/archive-regular.eot?e1bed7bb4d4ca593adcd6f5b94a122bc);
  src: url(/fonts/archive-regular.eot?e1bed7bb4d4ca593adcd6f5b94a122bc?#iefix) format("embedded-opentype"), url(/fonts/archive-regular.woff2?1054e0d3d3b5d93ee9c7dc4567fc63ce) format("woff2"), url(/fonts/archive-regular.woff?58814a35484c945e8f66e990821d394e) format("woff"), url(/fonts/archive-regular.ttf?ec2a6bafdcc30fb6dacf06daf5bdc9a8) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Archive";
  src: url(/fonts/archive-semibold.eot?84bc5e0d05d697d907a2679716aa739c);
  src: url(/fonts/archive-semibold.eot?84bc5e0d05d697d907a2679716aa739c?#iefix) format("embedded-opentype"), url(/fonts/archive-semibold.woff2?646ba6c9d6f1ffc1c9a00e19d2c55a0b) format("woff2"), url(/fonts/archive-semibold.woff?7629ec18376dd5512cbe2e469fa9a9b2) format("woff"), url(/fonts/archive-semibold.ttf?b54b474b6f7d11c3b48ea994e063254b) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--body-font);
  background: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  color: var(--grey-600);
  padding-top: 144px;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 81px;
  }
}
@media screen and (max-width: 484px) {
  body {
    padding-top: 55px;
  }
}
body.preview-bar-active, body.admin-bar-active {
  padding-top: 136px;
}
@media screen and (max-width: 600px) {
  body.preview-bar-active, body.admin-bar-active {
    padding-top: 114px;
  }
}
@media screen and (max-width: 484px) {
  body.preview-bar-active, body.admin-bar-active {
    padding-top: 93px;
  }
}
@media screen and (max-width: 412px) {
  body.preview-bar-active, body.admin-bar-active {
    padding-top: 114px;
  }
}

@media screen and (max-width: 820px) {
  body.blog {
    padding-top: 75px;
  }
}
@media screen and (max-width: 484px) {
  body.blog {
    padding-top: 58px;
  }
}

.constrainer {
  max-width: 1170px;
  margin: 0 auto;
}
.constrainer.constrainer-1440 {
  max-width: 1440px;
}
.constrainer.constrainer-1600 {
  max-width: 1600px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  margin: 0 0 16px;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

a {
  text-decoration: none;
  color: #1358a8;
}

img {
  max-width: 100%;
}

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

.notifications {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10001;
  padding-top: 16px;
}
.notifications .notification {
  position: relative;
  max-width: 600px;
  padding: 16px;
  margin: 0 auto;
  margin-bottom: 8px;
  font-size: 14px;
  text-align: center;
}
.notifications .notification .text {
  overflow: hidden;
}
.notifications .notification .fa-exclamation-circle,
.notifications .notification .fa-check-circle {
  margin-right: 4px;
  vertical-align: middle;
  float: left;
  font-size: 20px;
}
.notifications .notification .fa-times {
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.notifications .notification.error {
  color: #fff;
  background: #db4f56;
}
.notifications .notification.success {
  background: #15a319;
  color: #fff;
}

select.primary {
  background: #fff;
  height: 44px;
}

.input-row {
  margin-bottom: 16px;
}
.input-row .label {
  text-align: left;
  color: #5d5f65;
  margin-bottom: 4px;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .input-row .label {
    font-size: 16px;
  }
}
.input-row .error-label {
  text-align: left;
  padding-top: 4px;
  color: #db4f56;
  font-size: 12px;
}

input.primary,
select.primary,
textarea.primary {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0.6em 0.4em;
}
input.primary:focus,
select.primary:focus,
textarea.primary:focus {
  border: 1px solid #1358a8;
}
input.primary.invalid,
select.primary.invalid,
textarea.primary.invalid {
  border: 1px solid #db4f56;
}
input.primary.with-box,
select.primary.with-box,
textarea.primary.with-box {
  min-height: 44px;
}

input[type=submit]:focus {
  border: none;
}

.btn {
  display: inline-block;
  padding: 0.5em 0.6em 0.6em 0.6em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  max-width: 300px;
  font-size: 19px;
}
@media screen and (max-width: 500px) {
  .btn {
    font-size: 17px;
  }
}
.btn:focus {
  outline: none;
}
.btn.primary {
  background: var(--brand-color);
  border-radius: 3px;
  color: #fff;
  border: none;
  letter-spacing: -0.16px;
  padding: 0.68em 0.5em 0.68em 0.5em;
}
.btn.primary[disabled] {
  background: #cccccc;
}
.btn.primary[disabled]:hover {
  background: #cccccc;
}
.btn.primary:hover {
  background: #e8521b;
}
.btn.primary:active {
  background: #e8521b;
}
.btn.secondary {
  border: 2px solid #ccc;
  border-radius: 3px;
  color: #262626;
}
.btn.secondary:hover {
  background: #f5f5f5;
}
.btn.secondary:active {
  background: #f5f5f5;
}
.btn.tertiary {
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
}
.btn.quarternary {
  border: 1px solid #999;
  border-radius: 2px;
  color: #353535;
  padding: 0.5em 0.6em;
}
.btn.quarternary:hover {
  background: #f5f5f5;
}
.btn.quarternary:active {
  background: #e7e7e7;
}
.btn.fifth {
  border-radius: 2px;
  background: #f5f5f5;
}
.btn.six {
  background: var(--blue-800);
  color: var(--white);
  border-radius: 2px;
  font-size: 17px;
  padding: 0.65em 1em 0.65em 1em;
  border: 0;
  font-weight: normal;
}
.btn.six:hover {
  background: #131330;
}
.btn.six:active {
  background: #0D0D23;
}
.btn.facebook {
  background: #3b5998;
  color: #fff;
  border-radius: 3px;
}
.btn.facebook .text {
  vertical-align: middle;
}
.btn.facebook .fa {
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.btn.disabled {
  background-color: #cccccc;
  border-radius: 3px;
  color: #fff;
  cursor: default;
}
.btn.disabled:hover {
  background-color: #cccccc;
  border-radius: 3px;
  color: #fff;
}
.btn.wide {
  padding-left: 2em;
  padding-right: 2em;
}
.btn.extra-wide {
  padding-left: 4em;
  padding-right: 4em;
  max-width: none;
}
.btn.more-rounded {
  border-radius: 10px;
}
.btn.tall {
  padding-top: 1em;
  padding-bottom: 1em;
}
.btn.full {
  width: 100%;
  max-width: none;
}

.tabs .tab {
  background: #fff;
  color: #E8521C;
  font-size: 21px;
  font-weight: 400;
  padding: 1em 0.6em;
  text-align: center;
}
.tabs .tab .arrow {
  display: none;
  position: relative;
  background: #E8521C;
  z-index: 100;
}
.tabs .tab .arrow:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(197, 55, 41, 0);
  border-top-color: #E8521C;
  border-width: 30px;
  margin-left: -30px;
  margin-top: 16px;
}
.tabs .tab.active {
  background: #E8521C;
  color: #fff;
}
.tabs .tab.active .arrow {
  display: block;
}

.tab-content-holder .tab-content {
  display: none;
}
.tab-content-holder .tab-content.active {
  display: block;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
}
.header .logo svg,
.header .logo-holder svg {
  width: 200px;
}
@media screen and (max-width: 1191px) {
  .header .logo svg,
.header .logo-holder svg {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .header .logo svg,
.header .logo-holder svg {
    width: 130px;
  }
}
.header .user-box {
  color: #E8521C;
  line-height: 40px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .header .user-box {
    padding-top: 6px;
  }
}
@media screen and (max-width: 583px) {
  .header .user-box {
    padding-top: 4px;
  }
}
@media screen and (max-width: 484px) {
  .header .user-box {
    line-height: 34px;
    font-size: 14px;
  }
}
.header .user-box a {
  color: #E8521C;
}
.header .user-box .profile-circle {
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-size: contain;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header .user-box .profile-circle {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .header .user-box .profile-circle {
    margin-right: 16px;
  }
}
@media screen and (max-width: 583px) {
  .header .user-box .profile-circle {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 350px) {
  .header .user-box .profile-circle {
    margin-right: 12px;
  }
}
.header .user-box .profile-circle .profile-flyout {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 200px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px;
  transform: translateY(13px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header .user-box .profile-circle .profile-flyout.active {
  display: block;
}
@media screen and (max-width: 600px) {
  .header .user-box .profile-circle .profile-flyout.active {
    display: none;
  }
}
.header .user-box .profile-circle .profile-flyout a {
  display: block;
  color: #353535;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 16px;
}
.header .user-box .profile-circle .profile-flyout a:last-child {
  border-bottom: 0;
}
.header .user-box .profile-circle .profile-flyout a:hover {
  color: var(--brand-hover);
}
.header .user-box .chat-bubble-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
}
.header .user-box .chat-bubble-holder a svg {
  width: 27px;
  color: var(--grey-600);
}
.header .user-box .chat-bubble-holder a svg.active {
  color: var(--brand-color);
}
.header .user-box .chat-bubble-holder a svg:hover {
  color: var(--brand-hover);
}
.header .user-box .chat-bubble-holder .chat-bubble {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 583px) {
  .header .user-box .chat-bubble-holder .chat-bubble {
    width: 30px;
    height: 30px;
  }
}
.header .user-box .chat-bubble-holder .chat-bubble-counter {
  display: none;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: #E8521C;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.header .user-box .chat-bubble-holder .chat-bubble-counter.active {
  display: block;
}
.header .global-search-holder {
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .header .global-search-holder {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  .header .global-search-holder .input-holder input {
    width: 350px;
  }
}
@media screen and (max-width: 1133px) {
  .header .global-search-holder .input-holder input {
    width: 300px;
  }
}
@media screen and (max-width: 1085px) {
  .header .global-search-holder .input-holder input {
    width: 260px;
  }
}
@media screen and (max-width: 1035px) {
  .header .global-search-holder .input-holder input {
    width: 250px;
  }
}
@media screen and (max-width: 990px) {
  .header .global-search-holder .input-holder input {
    width: 270px;
    font-size: 14px;
  }
}
.header .inner {
  padding: 34px 0 15px 0;
}
@media screen and (max-width: 1023px) {
  .header .inner {
    padding: 24px 0 24px 0;
  }
}
@media screen and (max-width: 600px) {
  .header .inner {
    padding: 12px 0 12px 0;
  }
}
.header .inner .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
@media screen and (max-width: 1023px) {
  .header .inner .row {
    min-height: auto;
  }
}
.header .inner .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .inner .nav {
  text-align: right;
  position: relative;
}
.header .inner .nav-item {
  display: inline-block;
  position: relative;
  font-size: 17px;
  padding: 4px 20px;
  color: #353535;
  transition: color 0.25s;
  vertical-align: middle;
}
@media screen and (max-width: 1317px) {
  .header .inner .nav-item {
    font-size: 15px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 1023px) {
  .header .inner .nav-item {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header .inner .nav-item.basket-icon {
    display: inline-block;
  }
}
.header .inner .nav-item.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header .inner .nav-item.mobile {
    display: inline-block;
    padding: 0 8px;
  }
}
.header .inner .nav-item.search svg {
  width: 24px;
  position: relative;
  top: 1px;
}
.header .inner .nav-item:last-child {
  padding-right: 0;
}
.header .inner .nav-item.highlight {
  color: #E8521C;
  font-weight: bold;
}
.header .inner .nav-item:hover {
  color: var(--brand-color);
}
.header .inner .nav-item:hover .flyout {
  display: block;
}
@media screen and (max-width: 600px) {
  .header .inner .nav-item.blog {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header .inner .nav-item.blog.mobile {
    display: inline-block;
  }
}
.header .inner .nav-item.basket {
  padding-right: 0;
}
.header .inner .nav-item.basket svg {
  width: 33px;
}
.header .inner .flyout {
  display: none;
  position: absolute;
  top: 100%;
  right: 20px;
  background: #fff;
  width: 250px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header .inner .flyout.active {
  display: block;
}
@media screen and (max-width: 600px) {
  .header .inner .flyout.active {
    display: none;
  }
}
.header .inner .flyout a {
  display: block;
  color: #353535;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 16px;
  text-align: left;
}
.header .inner .flyout a:last-child {
  border-bottom: 0;
}
.header .inner .flyout a:hover {
  color: #E8521C;
}
.header .menu-icon {
  margin-right: 44px;
  cursor: pointer;
}
@media screen and (max-width: 1317px) {
  .header .menu-icon {
    margin-right: 24px;
  }
}
@media screen and (max-width: 600px) {
  .header .menu-icon {
    margin-right: 16px;
  }
}
.header .menu-icon:hover svg {
  color: var(--brand-hover);
}
@media screen and (max-width: 1014px) {
  .header.version-1 .right {
    display: none;
  }
}
.header.version-5 .right.user-box .profile-circle {
  margin-right: 0;
}
@media screen and (max-width: 914px) {
  .header.version-7 .basket-icon-holder {
    display: none;
  }
}
@media screen and (max-width: 528px) {
  .header.main-logged-out .basket-icon-holder {
    display: none;
  }
}
.header.main-logged-out, .header.version-7 {
  position: absolute;
}
.header.main-logged-out .constrainer, .header.version-7 .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .header.main-logged-out .constrainer, .header.version-7 .constrainer {
    padding: 0 16px;
  }
}
.header.main-logged-out .row, .header.version-7 .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.main-logged-out .logo, .header.version-7 .logo {
  margin-right: 0;
}
@media screen and (max-width: 528px) {
  .header.main-logged-out .logo, .header.version-7 .logo {
    display: none;
  }
}
.header.main-logged-out .logo img, .header.version-7 .logo img {
  max-height: 42px;
  max-width: 200px;
}
.header.main-logged-out .logo-blog, .header.version-7 .logo-blog {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .header.main-logged-out .logo-blog, .header.version-7 .logo-blog {
    max-width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .header.main-logged-out .logo-blog, .header.version-7 .logo-blog {
    display: none;
  }
}
.header.main-logged-out .logo-mobile, .header.version-7 .logo-mobile {
  display: none;
}
@media screen and (max-width: 528px) {
  .header.main-logged-out .logo-mobile, .header.version-7 .logo-mobile {
    vertical-align: middle;
    display: inline-block;
    max-height: 42px;
  }
}
.header.main-logged-out .logo-mobile-blog, .header.version-7 .logo-mobile-blog {
  display: none;
}
@media screen and (max-width: 600px) {
  .header.main-logged-out .logo-mobile-blog, .header.version-7 .logo-mobile-blog {
    vertical-align: middle;
    display: inline-block;
    max-height: 42px;
  }
}
.header.main-logged-out .arrow-down, .header.version-7 .arrow-down {
  display: none;
}
@media screen and (max-width: 528px) {
  .header.main-logged-out .arrow-down, .header.version-7 .arrow-down {
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
  }
}
@media screen and (max-width: 600px) {
  .header.main-logged-out .arrow-down.blog, .header.version-7 .arrow-down.blog {
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
  }
}
.header.main-logged-out .nav, .header.version-7 .nav {
  text-align: right;
}
.header.main-logged-out .nav-item, .header.version-7 .nav-item {
  display: inline-block;
  position: relative;
  font-size: 17px;
  padding: 4px 20px;
  color: #353535;
  transition: color 0.25s;
  vertical-align: middle;
}
@media screen and (max-width: 1317px) {
  .header.main-logged-out .nav-item, .header.version-7 .nav-item {
    font-size: 15px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 528px) {
  .header.main-logged-out .nav-item, .header.version-7 .nav-item {
    display: none;
  }
}
.header.main-logged-out .nav-item.mobile, .header.version-7 .nav-item.mobile {
  display: none;
}
@media screen and (max-width: 528px) {
  .header.main-logged-out .nav-item.mobile, .header.version-7 .nav-item.mobile {
    display: inline-block;
  }
}
.header.main-logged-out .nav-item:last-child, .header.version-7 .nav-item:last-child {
  padding-right: 0;
}
.header.main-logged-out .nav-item.highlight, .header.version-7 .nav-item.highlight {
  color: #E8521C;
  font-weight: bold;
}
.header.main-logged-out .nav-item:hover, .header.version-7 .nav-item:hover {
  color: var(--brand-color);
}
.header.main-logged-out .nav-item:hover .flyout, .header.version-7 .nav-item:hover .flyout {
  display: block;
}
@media screen and (max-width: 600px) {
  .header.main-logged-out .nav-item.blog, .header.version-7 .nav-item.blog {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header.main-logged-out .nav-item.blog.mobile, .header.version-7 .nav-item.blog.mobile {
    display: inline-block;
  }
}
.header.main-logged-out .nav-item.basket, .header.version-7 .nav-item.basket {
  padding-right: 0;
}
.header.main-logged-out .nav-item.basket svg, .header.version-7 .nav-item.basket svg {
  width: 33px;
}
.header.main-logged-out .flyout, .header.version-7 .flyout {
  display: none;
  position: absolute;
  top: 100%;
  right: 20px;
  background: #fff;
  width: 250px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header.main-logged-out .flyout.active, .header.version-7 .flyout.active {
  display: block;
}
@media screen and (max-width: 600px) {
  .header.main-logged-out .flyout.active, .header.version-7 .flyout.active {
    display: none;
  }
}
.header.main-logged-out .flyout a, .header.version-7 .flyout a {
  display: block;
  color: #353535;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 16px;
  text-align: left;
}
.header.main-logged-out .flyout a:last-child, .header.version-7 .flyout a:last-child {
  border-bottom: 0;
}
.header.main-logged-out .flyout a:hover, .header.version-7 .flyout a:hover {
  color: #E8521C;
}
.header.main-logged-out .inner {
  padding: 40px 0 15px 0;
}
.header.version-7 {
  position: fixed;
}
.header.version-7 .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 990px) {
  .header.version-7 .constrainer {
    padding: 0;
  }
}
.header.version-7 .logo {
  max-width: none;
  max-height: none;
  vertical-align: middle;
}
@media screen and (max-width: 1178px) {
  .header.version-7 .logo {
    max-width: 132px;
  }
}
@media screen and (max-width: 914px) {
  .header.version-7 .logo {
    display: none;
  }
}
.header.version-7 .logo-mobile {
  display: none;
}
@media screen and (max-width: 914px) {
  .header.version-7 .logo-mobile {
    vertical-align: middle;
    display: inline-block;
    max-height: 42px;
  }
}
.header.version-7 .inner {
  padding: 34px 0 32px 0;
}
.header.version-7 .arrow-down {
  display: none;
}
@media screen and (max-width: 914px) {
  .header.version-7 .arrow-down {
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
  }
}
.header.version-7 .global-search-holder {
  vertical-align: middle;
  margin-left: 32px;
}
@media screen and (max-width: 1360px) {
  .header.version-7 .global-search-holder .input-holder input {
    width: 350px;
  }
}
@media screen and (max-width: 990px) {
  .header.version-7 .global-search-holder .input-holder input {
    width: 270px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1106px) {
  .header.version-7 .nav-item {
    font-size: 15px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 914px) {
  .header.version-7 .nav-item {
    display: none;
  }
}
.header.version-7 .nav-item.mobile {
  display: none;
}
@media screen and (max-width: 914px) {
  .header.version-7 .nav-item.mobile {
    display: inline-block;
  }
}
.header .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .header .constrainer {
    padding: 0 16px;
  }
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
  max-height: 55px;
  position: relative;
}
@media screen and (max-width: 1137px) {
  .header .logo {
    margin-right: 24px;
  }
}
.header .mobile-search-icon {
  display: none;
  margin-right: 24px;
  vertical-align: top;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1023px) {
  .header .mobile-search-icon {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .header .mobile-search-icon {
    margin-right: 16px;
  }
}
@media screen and (max-width: 350px) {
  .header .mobile-search-icon {
    margin-right: 12px;
  }
}
.header .mobile-search-icon svg {
  width: 24px;
  position: relative;
  top: 1px;
}
.header .mobile-search-icon img {
  display: block;
  height: 30px;
  position: relative;
}
.header .header-nav {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1014px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav a {
  color: #737373;
  font-size: 17px;
  text-decoration: none;
  margin-right: 35px;
}
.header .header-nav a:hover {
  color: #E8521C;
}
.header .header-nav a.current {
  color: #E8521C;
  font-weight: bold;
}
.header .mobile-menu-holder {
  float: right;
  display: none;
  line-height: 53px;
  color: #737373;
  cursor: pointer;
}
@media screen and (max-width: 1014px) {
  .header .mobile-menu-holder {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .header .mobile-menu-holder {
    line-height: 39px;
  }
}
.header a.basket-icon-holder {
  color: var(--grey-600);
}
.header a.basket-icon-holder:hover {
  color: var(--brand-color);
}
.header .basket-icon-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 24px;
  top: 1px;
}
@media screen and (max-width: 750px) {
  .header .basket-icon-holder {
    margin-left: 14px;
  }
}
@media screen and (max-width: 350px) {
  .header .basket-icon-holder {
    margin-left: 10px;
  }
}
.header .basket-icon-holder .icon {
  cursor: pointer;
}
.header .basket-icon-holder .icon svg {
  color: var(--grey-600);
}
.header .basket-icon-holder .icon:hover svg, .header .basket-icon-holder .icon.orange svg {
  color: var(--brand-hover);
}
.header .basket-icon-holder .icon.black {
  cursor: default;
}
.header .basket-icon-holder .icon.black:hover svg {
  color: var(--grey-600);
}
.header .right {
  float: right;
  padding-top: 7px;
}
@media screen and (max-width: 583px) {
  .header .right {
    padding-top: 0;
  }
}
.header .right.user-box {
  color: #E8521C;
  line-height: 40px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .header .right.user-box {
    padding-top: 6px;
  }
}
@media screen and (max-width: 583px) {
  .header .right.user-box {
    padding-top: 4px;
  }
}
@media screen and (max-width: 484px) {
  .header .right.user-box {
    line-height: 34px;
    font-size: 14px;
  }
}
.header .right.user-box a {
  color: #E8521C;
}
.header .right.user-box .profile-circle {
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-size: contain;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header .right.user-box .profile-circle {
    margin-right: 16px;
  }
}
@media screen and (max-width: 583px) {
  .header .right.user-box .profile-circle {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 350px) {
  .header .right.user-box .profile-circle {
    margin-right: 12px;
  }
}
.header .right.user-box .profile-circle .profile-flyout {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 200px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px;
  transform: translateY(13px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header .right.user-box .profile-circle .profile-flyout.active {
  display: block;
}
@media screen and (max-width: 600px) {
  .header .right.user-box .profile-circle .profile-flyout.active {
    display: none;
  }
}
.header .right.user-box .profile-circle .profile-flyout a {
  display: block;
  color: #353535;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 16px;
}
.header .right.user-box .profile-circle .profile-flyout a:last-child {
  border-bottom: 0;
}
.header .right.user-box .profile-circle .profile-flyout a:hover {
  color: var(--brand-hover);
}
.header .right.user-box .chat-bubble-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header .right.user-box .chat-bubble-holder a svg {
  width: 28px;
  color: var(--grey-600);
}
.header .right.user-box .chat-bubble-holder a svg.active {
  color: var(--brand-color);
}
.header .right.user-box .chat-bubble-holder a svg:hover {
  color: var(--brand-hover);
}
.header .right.user-box .chat-bubble-holder .chat-bubble {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 583px) {
  .header .right.user-box .chat-bubble-holder .chat-bubble {
    width: 30px;
    height: 30px;
  }
}
.header .right.user-box .chat-bubble-holder .chat-bubble-counter {
  display: none;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: #E8521C;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.header .right.user-box .chat-bubble-holder .chat-bubble-counter.active {
  display: block;
}
.header .right .btn {
  width: 200px;
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
}
@media screen and (max-width: 1133px) {
  .header .right .btn {
    width: auto;
  }
}
.header .right .login-link {
  width: 200px;
  color: #353535;
  border: 1px solid #999999;
  border-radius: 3px;
  margin-right: 12px;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1133px) {
  .header .right .login-link {
    width: auto;
  }
}
.header .right .logout-link {
  color: #E8521C;
}
@media screen and (max-width: 484px) {
  .header .right .logout-link {
    line-height: 34px;
  }
}

.global-search-holder {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .global-search-holder {
    display: none;
  }
}
.global-search-holder .input-holder {
  position: relative;
}
.global-search-holder .input-holder input {
  width: 400px;
  height: 60px;
  font-size: 24px;
  display: block;
  padding: 8px 8px 8px 50px;
  border: 1px solid var(--grey-300);
  box-shadow: 1px 8px 10px -2px var(--grey-300);
  border-radius: 999999px;
  color: #ccc;
}
.global-search-holder .input-holder input::-webkit-input-placeholder {
  color: #ccc;
}
.global-search-holder .input-holder input::-moz-placeholder {
  color: #ccc;
}
.global-search-holder .input-holder input:-ms-input-placeholder {
  color: #ccc;
}
.global-search-holder .input-holder input:-moz-placeholder {
  color: #ccc;
}
.global-search-holder .input-holder input:focus {
  outline: none !important;
  color: #999;
}
@media screen and (max-width: 940px) {
  .global-search-holder .input-holder input {
    width: 350px;
  }
}
@media screen and (max-width: 750px) {
  .global-search-holder .input-holder input {
    font-size: 16px;
    width: 300px;
  }
}
.global-search-holder .input-holder .category-flyout {
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  right: 0;
  background: #fff;
  padding: 16px 16px 24px 16px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.global-search-holder .input-holder .category-flyout.active {
  display: block;
}
.global-search-holder .input-holder .category-flyout .categories {
  max-height: 300px;
  overflow-y: auto;
}
.global-search-holder .input-holder .category-flyout .categories .category {
  display: block;
  text-decoration: none;
  padding: 12px;
  border-radius: 4px;
}
.global-search-holder .input-holder .category-flyout .categories .category:hover {
  background: #c0eae3;
}
.global-search-holder .input-holder .category-flyout .categories .category .icon {
  vertical-align: middle;
  margin-right: 4px;
}
.global-search-holder .input-holder .category-flyout .categories .category .name {
  vertical-align: middle;
  color: #353535;
}
.global-search-holder .input-holder .focus-flyout {
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  right: 0;
  background: #fff;
  padding: 16px 16px 24px 16px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.global-search-holder .input-holder .focus-flyout.active {
  display: block;
}
.global-search-holder .input-holder .focus-flyout .heading {
  font-size: 20px;
  margin-bottom: 24px;
}
.global-search-holder .input-holder .focus-flyout .top-categories-wrap {
  overflow-x: auto;
  padding-bottom: 12px;
}
.global-search-holder .input-holder .focus-flyout .top-categories {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.global-search-holder .input-holder .focus-flyout .top-categories .category {
  display: block;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  margin-right: 12px;
  text-align: center;
  color: #353535;
  padding: 10px 24px 9px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .global-search-holder .input-holder .focus-flyout .top-categories .category {
    font-size: 14px;
  }
}
.global-search-holder .input-holder .focus-flyout .top-categories .category:hover {
  background: #f5f5f5;
}
.global-search-holder .input-holder .focus-flyout .arrow-box,
.global-search-holder .input-holder .category-flyout .arrow-box {
  position: absolute;
  bottom: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 12px;
  left: 32px;
  border-bottom: 0;
}
.global-search-holder .input-holder .focus-flyout .arrow-box:after,
.global-search-holder .input-holder .focus-flyout .arrow-box:before,
.global-search-holder .input-holder .category-flyout .arrow-box:after,
.global-search-holder .input-holder .category-flyout .arrow-box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.global-search-holder .input-holder .focus-flyout .arrow-box:after,
.global-search-holder .input-holder .category-flyout .arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}
.global-search-holder .input-holder .focus-flyout .arrow-box:before,
.global-search-holder .input-holder .category-flyout .arrow-box:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #cccccc;
  border-width: 13px;
  margin-left: -13px;
}
.global-search-holder .input-holder .icon-search-magnifier {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #999999;
  width: 20px;
}
.global-search-holder .input-holder .icon-search-close {
  position: absolute;
  right: 32px;
  top: 21px;
  color: #999999;
  display: none;
}

.mobile-search-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(100%);
  padding: 24px;
  background: #fff;
  z-index: 1000;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}
.mobile-search-menu.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-search-menu input {
  display: block;
  width: 100%;
  border: 0;
  font-family: var(--body-font);
  font-size: 32px;
  border-bottom: 1px solid #999999;
  color: #5e5f64;
  padding: 12px 4px;
}
.mobile-search-menu input:focus {
  outline: none;
}
.mobile-search-menu .close-icon-row {
  margin-bottom: 16px;
  text-align: right;
}
.mobile-search-menu .close-icon-row img {
  display: inline;
  width: 24px;
  cursor: pointer;
}

.full-page-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--white);
  z-index: 1000;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  overflow: auto;
}
@media screen and (max-width: 700px) {
  .full-page-nav {
    padding: 16px;
  }
}
.full-page-nav.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.full-page-nav .constrainer {
  position: relative;
}
.full-page-nav .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.full-page-nav .close-icon:hover svg {
  color: var(--brand-hover);
}
.full-page-nav .headings-wrap {
  overflow-x: auto;
  padding-bottom: 16px;
  margin-bottom: 46px;
}
@media screen and (max-width: 800px) {
  .full-page-nav .headings-wrap {
    margin-bottom: 16px;
  }
}
.full-page-nav .headings {
  display: flex;
  justify-content: flex-start;
  min-width: 529px;
}
@media screen and (max-width: 700px) {
  .full-page-nav .headings {
    padding-top: 44px;
  }
}
.full-page-nav .headings .heading {
  margin-right: 24px;
  font-size: 17px;
  color: var(--grey-600);
  padding-bottom: 6px;
  cursor: pointer;
}
.full-page-nav .headings .heading.active {
  cursor: default;
}
.full-page-nav .headings .heading.active, .full-page-nav .headings .heading:hover {
  border-bottom: 2px solid var(--grey-600);
}
.full-page-nav .headings .heading a {
  color: var(--grey-600);
}
.full-page-nav .mobile-items {
  display: none;
}
@media screen and (max-width: 1023px) {
  .full-page-nav .mobile-items {
    display: block;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 2px solid #C5C9CC;
  }
}
.full-page-nav .mobile-items .line {
  border-top: 2px solid #C5C9CC;
  margin-top: 32px;
  margin-bottom: 32px;
}
.full-page-nav .mobile-items a {
  display: block;
  margin-bottom: 20px;
  color: #2E3841;
}
.full-page-nav .mobile-items a.highlight {
  color: var(--brand-color);
}
.full-page-nav .nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.full-page-nav .nav .col {
  margin-right: 60px;
}
.full-page-nav .nav a {
  display: block;
  font-size: 17px;
  margin-bottom: 16px;
  color: var(--grey-600);
}
.full-page-nav .nav a:hover {
  color: var(--brand-hover);
}
.full-page-nav .nav a.bold {
  font-weight: 500;
}
.full-page-nav .tab-content {
  display: none;
}
.full-page-nav .tab-content.active {
  display: block;
}

.mobile-profile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(100%);
  padding: 24px;
  background: #fff;
  z-index: 1000;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}
.mobile-profile-menu.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-profile-menu a {
  display: block;
  padding: 16px;
  color: #999999;
  font-size: 18px;
}
.mobile-profile-menu .close-icon-row {
  margin-bottom: 16px;
  text-align: right;
}
.mobile-profile-menu .close-icon-row img {
  display: inline;
  width: 24px;
  cursor: pointer;
}

.footer {
  background: var(--blue-800);
  padding: 52px 32px;
  color: var(--white);
  border-top: 1px solid #f5f5f5;
}
@media screen and (max-width: 860px) {
  .footer {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 570px) {
  .footer {
    padding: 24px 16px;
  }
}
.footer a {
  color: var(--white);
}
.footer .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 723px) {
  .footer .constrainer {
    padding: 0 16px;
  }
}
.footer .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -30px 82px;
  flex-wrap: wrap;
}
.footer .row .col {
  padding: 0 30px;
}
.footer .row .col:nth-child(1) {
  width: 275px;
}
@media screen and (max-width: 1315px) {
  .footer .row .col:nth-child(1) {
    width: 25%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1005px) {
  .footer .row .col:nth-child(1) {
    width: 33.3333%;
  }
}
@media screen and (max-width: 723px) {
  .footer .row .col:nth-child(1) {
    width: 100%;
  }
}
.footer .row .col:nth-child(2) {
  width: 197px;
}
@media screen and (max-width: 1315px) {
  .footer .row .col:nth-child(2) {
    width: 25%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1005px) {
  .footer .row .col:nth-child(2) {
    width: 33.3333%;
  }
}
@media screen and (max-width: 723px) {
  .footer .row .col:nth-child(2) {
    width: 100%;
  }
}
.footer .row .col:nth-child(3) {
  width: 197px;
}
@media screen and (max-width: 1315px) {
  .footer .row .col:nth-child(3) {
    width: 25%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1005px) {
  .footer .row .col:nth-child(3) {
    width: 33.3333%;
  }
}
@media screen and (max-width: 723px) {
  .footer .row .col:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 1315px) {
  .footer .row .col:nth-child(4) {
    width: 25%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1005px) {
  .footer .row .col:nth-child(4) {
    width: 33.3333%;
  }
}
@media screen and (max-width: 723px) {
  .footer .row .col:nth-child(4) {
    width: 100%;
  }
}
.footer .row .col:nth-child(5) {
  width: 369px;
}
@media screen and (max-width: 1315px) {
  .footer .row .col:nth-child(5) {
    width: 100%;
  }
}
@media screen and (max-width: 1005px) {
  .footer .row .col:nth-child(5) {
    width: 66.66666%;
  }
}
@media screen and (max-width: 723px) {
  .footer .row .col:nth-child(5) {
    width: 100%;
  }
}
.footer .row .col .heading {
  font-family: var(--title-font);
  font-size: 21px;
  margin-bottom: 30px;
}
.footer .row .col .link {
  color: var(--white);
  display: block;
  margin-bottom: 23px;
}
.footer .row .col .section {
  margin-bottom: 23px;
}
.footer .row .col .subheading {
  font-weight: 500;
}
.footer .row .col .subheading.chat-link {
  cursor: pointer;
}
.footer .row .col .partner-logo {
  display: block;
  margin: 0 auto 21px;
}
@media screen and (max-width: 1315px) {
  .footer .row .col .partner-logo {
    margin: 0 0 21px 0;
  }
}
.footer .row .col .footer-register-form {
  position: relative;
  width: 309px;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .footer .row .col .footer-register-form {
    width: 100%;
  }
}
.footer .row .col .footer-register-form input[type=text] {
  color: var(--grey-600);
  max-width: 100%;
}
.footer .row .col .footer-register-form .btn {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  padding: 0 16px;
}
.footer .row .col .social-icons {
  margin-bottom: 36px;
}
.footer .row .col .social-icons img {
  margin-right: 20px;
}
.footer .row .col .google-play {
  max-width: 198px;
}
.footer .bottom-row {
  font-size: 14px;
  text-align: center;
}
.footer .bottom-row div {
  margin-bottom: 16px;
}
.footer .bottom-row .logos {
  margin-bottom: 24px;
}
.footer .bottom-row .logos img {
  margin-right: 16px;
}
.footer .bottom-row .logos img:last-child {
  margin-right: 0;
}

.page.payout-details-page {
  color: #020202;
}
.page.payout-details-page .main a {
  color: var(--brand-color);
}
.page.payout-details-page .data-box {
  margin-bottom: 12px;
}
.page.payout-details-page .data-box .label {
  font-size: 18px;
  margin-bottom: 4px;
}
.page.payout-details-page .data-box .total {
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: bold;
}
.page.payout-details-page .payout-box {
  border: 1px solid #C5C9CC;
  padding: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media screen and (max-width: 620px) {
  .page.payout-details-page .payout-box {
    padding: 16px;
  }
}
@media screen and (max-width: 400px) {
  .page.payout-details-page .payout-box.details {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .page.payout-details-page .payout-box.details .left {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .page.payout-details-page .payout-box.details .right {
    padding-left: 0;
    width: 100%;
    flex-basis: auto;
  }
}
@media screen and (max-width: 1080px) {
  .page.payout-details-page .payout-box.schedule .right {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .page.payout-details-page .payout-box.unconnected {
    flex-direction: column;
  }
}
@media screen and (max-width: 620px) {
  .page.payout-details-page .payout-box.unconnected .left {
    order: 2;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .page.payout-details-page .payout-box.unconnected .right {
    order: 1;
    padding-left: 0;
    width: 100%;
    flex-basis: auto;
  }
}
.page.payout-details-page .payout-box .subheading {
  font-size: 18px;
  margin-bottom: 12px;
}
.page.payout-details-page .payout-box .left {
  padding-right: 32px;
  text-align: left;
  flex-grow: 1;
  flex-shrink: 1;
}
.page.payout-details-page .payout-box .left p {
  color: var(--body-font);
  line-height: 1.4;
}
.page.payout-details-page .payout-box .right {
  padding-left: 32px;
  flex-basis: 200px;
  flex-grow: 0;
  flex-shrink: 0;
}
.page.payout-details-page .payout-box .right img {
  width: 100px;
}
.page.inbox {
  margin: 0 32px;
}
@media screen and (max-width: 340px) {
  .page.inbox {
    margin: 0 16px;
  }
}
.page.inbox .heading-row {
  padding-top: 32px;
}
.page.inbox .heading-row h1 {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 28px;
  color: #353535;
}
.page.inbox .heading-row p {
  color: #353535;
  margin-bottom: 0;
}
.page.inbox #cometchat {
  padding-top: 32px;
  padding-bottom: 32px;
}

#cometchat {
  position: relative;
  z-index: 10;
}

#__talkjs_launcher {
  background-color: #E8521C !important;
}

.row-heading {
  text-align: center;
  color: #353535;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.17;
  margin-bottom: 32px;
}

.customer-quotes-row {
  padding: 56px 32px;
}
@media screen and (max-width: 600px) {
  .customer-quotes-row {
    padding: 32px 16px;
  }
}
.customer-quotes-row .constrainer {
  max-width: 864px;
}
.customer-quotes-row .quote-image {
  float: left;
  margin-right: 24px;
}
@media screen and (max-width: 450px) {
  .customer-quotes-row .quote-image {
    width: 32px;
    margin-right: 16px;
  }
}
.customer-quotes-row .quote {
  overflow: hidden;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .customer-quotes-row .quote {
    font-size: 16px;
  }
}
.customer-quotes-row .author-row {
  padding-top: 24px;
  padding-left: 71px;
}
@media screen and (max-width: 450px) {
  .customer-quotes-row .author-row {
    padding-left: 50px;
  }
}
.customer-quotes-row .author-row img {
  vertical-align: middle;
  margin-right: 8px;
}
.customer-quotes-row .author-row .name {
  vertical-align: middle;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .customer-quotes-row .author-row .name {
    display: block;
    margin-top: 16px;
    font-size: 16px;
  }
}

.explore-todelli {
  padding: 32px 0;
}
@media screen and (max-width: 700px) {
  .explore-todelli {
    padding: 31px 0;
  }
}
.explore-todelli .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .explore-todelli .constrainer {
    padding: 0 16px;
  }
}
.explore-todelli .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 886px) {
  .explore-todelli .row {
    overflow-x: auto;
  }
}
.explore-todelli .category-up {
  margin-right: 24px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.02);
  border: 1px solid #dedede;
  border-radius: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #353535;
  transition: box-shadow 0.25s, transform 0.25s;
  transform: perspective(1px) translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 886px) {
  .explore-todelli .category-up {
    margin-right: 12px;
  }
}
.explore-todelli .category-up:hover {
  box-shadow: 2px 2px 16px 4px rgba(0, 0, 0, 0.05);
  transform: perspective(1px) translateZ(0) scale(1.01);
}
.explore-todelli .image {
  height: 98px;
  width: 98px;
  background-size: cover;
  background-repeat: none;
}
@media screen and (max-width: 886px) {
  .explore-todelli .image {
    height: 80px;
  }
}
@media screen and (max-width: 440px) {
  .explore-todelli .image {
    height: 70px;
  }
}
.explore-todelli .label {
  font-size: 24px;
  letter-spacing: -0.16px;
  padding: 0 20px 0 16px;
}
@media screen and (max-width: 1440px) {
  .explore-todelli .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 886px) {
  .explore-todelli .label {
    padding: 0 20px 0 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 440px) {
  .explore-todelli .label {
    padding: 0 16px 0 12px;
    font-size: 16px;
  }
}

.products-row-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
  .products-row-inner {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
@media screen and (max-width: 360px) {
  .products-row-inner {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
.products-row-inner .product.up {
  display: block;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e3e3e3;
  transition: box-shadow 0.25s;
}
.products-row-inner .product.up:hover {
  box-shadow: 2px 2px 8px rgba(53, 53, 53, 0.3);
}
.products-row-inner .product.up .image-holder {
  height: 150px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 360px) {
  .products-row-inner .product.up .image-holder {
    height: 180px;
  }
}
.products-row-inner .product.up .text {
  padding: 16px;
  font-size: 16px;
  color: #5d5f65;
}
@media screen and (max-width: 550px) {
  .products-row-inner .product.up .text {
    font-size: 14px;
    padding: 12px;
  }
}
.products-row-inner .product.up .text .name {
  margin-bottom: 8px;
}
.products-row-inner .product.up .text .price-and-weight .price {
  color: #5d5f65;
}
.products-row-inner .product.up .text .price-and-weight .weight {
  color: #8a8a8a;
  margin-left: 8px;
}

.new-and-noteworthy {
  padding: 32px 0;
}
@media screen and (max-width: 700px) {
  .new-and-noteworthy {
    padding: 16px 0;
  }
}
.new-and-noteworthy .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .new-and-noteworthy .constrainer {
    padding: 0 16px;
  }
}
.new-and-noteworthy .grid {
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
}
.new-and-noteworthy .grid-up {
  width: 24%;
  float: none;
  margin: 0;
  margin-bottom: 1.33333%;
}
.new-and-noteworthy .grid-up:nth-child(9) {
  display: none;
}
@media screen and (max-width: 1280px) {
  .new-and-noteworthy .grid-up:nth-child(9) {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .new-and-noteworthy .grid-up:nth-child(9) {
    display: none;
  }
}
.new-and-noteworthy .grid-up .user-row .text .descr:hover {
  color: inherit;
}
.new-and-noteworthy .btn-row {
  text-align: center;
  padding: 32px 0;
}
@media screen and (max-width: 600px) {
  .new-and-noteworthy .btn-row {
    padding: 8px 0 0;
  }
}
.new-and-noteworthy .btn-row .btn {
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .new-and-noteworthy .btn-row .btn {
    font-size: 16px;
  }
}

.top-regions {
  padding: 32px 0;
}
@media screen and (max-width: 700px) {
  .top-regions {
    padding: 16px 0;
  }
}
.top-regions .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .top-regions .constrainer {
    padding: 0 16px;
  }
}
.top-regions h2 {
  margin-bottom: 8px;
}
.top-regions .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top-regions .row {
    overflow-x: auto;
  }
}
.top-regions .up.region {
  width: 24%;
  margin: 0 0.5%;
  transition: box-shadow 0.25s, transform 0.25s;
  transform: perspective(1px) translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.top-regions .up.region:first-child {
  margin-left: 0;
}
.top-regions .up.region::last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .top-regions .up.region {
    min-width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .top-regions .up.region {
    margin: 0 1%;
  }
}
@media screen and (max-width: 500px) {
  .top-regions .up.region {
    min-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .top-regions .up.region {
    margin: 0 1.5%;
  }
}
.top-regions .up.region:hover {
  box-shadow: 2px 2px 16px 4px rgba(0, 0, 0, 0.05);
  transform: perspective(1px) translateZ(0) scale(1.01);
}

.up.region {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 1280px) {
  .up.region {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .up.region {
    height: 250px;
  }
}
.up.region .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  text-align: center;
  padding: 16px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .up.region .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .up.region .text {
    font-size: 18px;
  }
}
.up.region .text .product-count {
  font-weight: normal;
}

.page.home .meet-the-makers {
  padding: 52px 0;
}
@media screen and (max-width: 700px) {
  .page.home .meet-the-makers {
    padding: 30px 0;
  }
}
.page.home .meet-the-makers h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 52px;
  font-size: 45px;
}
@media screen and (max-width: 960px) {
  .page.home .meet-the-makers h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.page.home .meet-the-makers .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .page.home .meet-the-makers .constrainer {
    padding: 0 16px;
  }
}
.page.home .meet-the-makers .maker-row {
  margin-bottom: 24px;
}
.page.home .meet-the-makers .maker-row:nth-child(odd) .image {
  order: 2;
}
.page.home .meet-the-makers .maker-row:nth-child(odd) .text {
  order: 1;
}
.page.home .meet-the-makers .maker-row:last-child {
  margin-bottom: 0;
}
.page.home .meet-the-makers .maker-row .image {
  background-size: cover;
  background-position: center;
}

.maker-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .maker-row {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
.maker-row .image {
  width: 50%;
  height: 400px;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .maker-row .image {
    order: 1 !important;
    width: 100%;
    margin-bottom: 12px;
    height: 200px;
  }
}
.maker-row .text {
  width: 48%;
  position: relative;
  padding: 32px;
}
@media screen and (max-width: 650px) {
  .maker-row .text {
    padding: 16px;
  }
}
@media screen and (max-width: 500px) {
  .maker-row .text {
    order: 2 !important;
    width: 100%;
    padding-top: 0;
    padding: 0;
  }
}
.maker-row .name {
  font-size: 36px;
  font-family: var(--title-font);
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .maker-row .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 536px) {
  .maker-row .name {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.maker-row .name a {
  color: #353535;
}
.maker-row .description {
  font-size: 19px;
  color: #5d5f65;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .maker-row .description {
    font-size: 17px;
  }
}
@media screen and (max-width: 536px) {
  .maker-row .description {
    font-size: 16px;
  }
}
.maker-row .read-more {
  padding-top: 16px;
  color: var(--brand-color);
  display: inline-block;
  font-size: 19px;
}
.maker-row .read-more:hover {
  color: var(--brand-hover);
}
@media screen and (max-width: 756px) {
  .maker-row .read-more {
    font-size: 18px;
  }
}
@media screen and (max-width: 536px) {
  .maker-row .read-more {
    padding-top: 8px;
    font-size: 16px;
  }
}

.home-hero {
  position: relative;
  padding: 170px 0 32px;
}
@media screen and (max-width: 726px) {
  .home-hero {
    padding: 16px 0 32px;
  }
}
@media screen and (max-width: 600px) {
  .home-hero {
    padding: 16px 0 16px;
  }
}
@media screen and (max-width: 484px) {
  .home-hero {
    padding: 32px 0 0;
  }
}
.home-hero .constrainer {
  max-width: 1000px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .home-hero .constrainer {
    padding: 0 16px;
  }
}
.home-hero .logo {
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .home-hero .logo {
    display: none;
  }
}
.home-hero h1 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .home-hero h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .home-hero h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .home-hero h1 .taste-of {
    display: none;
  }
}
.home-hero .product {
  font-weight: bold;
}
.home-hero .global-search-holder {
  width: 100%;
  display: block;
}
.home-hero .global-search-holder .input-holder input {
  display: block;
  border: 0;
  box-shadow: 2px 3px 10px -2px rgba(53, 53, 53, 0.4);
  border-radius: 3px;
  color: #ccc;
  height: auto;
  border: 1px solid #dedede;
}
.home-hero .global-search-holder .input-holder input::-moz-placeholder {
  color: #90979C;
}
.home-hero .global-search-holder .input-holder input:-ms-input-placeholder {
  color: #90979C;
}
.home-hero .global-search-holder .input-holder input::placeholder {
  color: #90979C;
}
.home-hero .input-holder {
  position: relative;
}
.home-hero .input-holder ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.home-hero .input-holder :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.home-hero .input-holder ::placeholder {
  color: #999;
  opacity: 1;
}
.home-hero .input-holder :-ms-input-placeholder {
  color: #999;
}
.home-hero .input-holder ::-ms-input-placeholder {
  color: #999;
}
.home-hero .input-holder input {
  box-shadow: 0 4px 2px 2px rgba(222, 222, 222, 0.25);
  border: 1px solid #dedede;
  display: block;
  width: 100%;
  font-size: 24px;
  padding: 18px;
}
@media screen and (max-width: 960px) {
  .home-hero .input-holder input {
    font-size: 20px;
    padding: 12px;
  }
}
@media screen and (max-width: 600px) {
  .home-hero .input-holder input {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .home-hero .input-holder input {
    font-size: 16px;
  }
}
.home-hero .input-holder .btn {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  font-size: 24px;
  padding: 0.5em 0.6em 0.6em 0.6em;
}
@media screen and (max-width: 960px) {
  .home-hero .input-holder .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .home-hero .input-holder .btn {
    padding: 0.5em;
  }
}
@media screen and (max-width: 360px) {
  .home-hero .input-holder .btn {
    font-size: 16px;
    padding: 0.6em;
  }
}
.home-hero .input-holder .btn .fa {
  margin-left: 4px;
}

.how-it-works-row {
  padding: 48px 48px 110px;
}
@media screen and (max-width: 916px) {
  .how-it-works-row {
    padding: 32px 32px 64px;
  }
}
@media screen and (max-width: 600px) {
  .how-it-works-row {
    padding: 24px 16px 32px;
  }
}
.how-it-works-row .row-heading {
  font-size: 42px;
}
@media screen and (max-width: 900px) {
  .how-it-works-row .row-heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .how-it-works-row .row-heading {
    font-size: 19px;
  }
}
.how-it-works-row .constrainer {
  max-width: 848px;
}
.how-it-works-row .how-it-works-item {
  position: relative;
}
@media screen and (max-width: 600px) {
  .how-it-works-row .how-it-works-item {
    margin-bottom: 40px;
  }
}
.how-it-works-row .how-it-works-item:nth-child(3n) {
  top: -32px;
}
@media screen and (max-width: 600px) {
  .how-it-works-row .how-it-works-item:nth-child(3n) {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .how-it-works-row .how-it-works-item:nth-child(3n) .text-holder {
    display: none;
  }
}
.how-it-works-row .how-it-works-item:nth-child(4n) {
  top: -64px;
}
@media screen and (max-width: 600px) {
  .how-it-works-row .how-it-works-item:nth-child(4n) {
    top: 0;
  }
}
.how-it-works-row .how-it-works-item .wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 600px) {
  .how-it-works-row .how-it-works-item .wrapper {
    display: block;
  }
}
.how-it-works-row .how-it-works-item .text-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 900px) {
  .how-it-works-row .how-it-works-item .text-holder {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .how-it-works-row .how-it-works-item .text-holder {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    display: block;
    text-align: center;
  }
}
.how-it-works-row .how-it-works-item .text-holder.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .how-it-works-row .how-it-works-item .text-holder.mobile {
    display: block;
  }
}
.how-it-works-row .how-it-works-item .text-holder .heading {
  font-size: 32px;
  color: #E8521C;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .how-it-works-row .how-it-works-item .text-holder .heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .how-it-works-row .how-it-works-item .text-holder .heading {
    font-size: 19px;
  }
}
.how-it-works-row .how-it-works-item .image-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 16px;
}
@media screen and (max-width: 600px) {
  .how-it-works-row .how-it-works-item .image-holder {
    display: block;
  }
}
.how-it-works-row .how-it-works-diagram .constrainer {
  max-width: 980px;
}
.how-it-works-row .how-it-works-diagram .up {
  float: left;
  width: 25%;
}
@media screen and (max-width: 480px) {
  .how-it-works-row .how-it-works-diagram .up {
    width: 100%;
    float: none;
    margin-bottom: 32px;
  }
}
.how-it-works-row .how-it-works-diagram .up .image-holder {
  margin-bottom: 16px;
}
.how-it-works-row .how-it-works-diagram .up .image-holder img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .how-it-works-row .how-it-works-diagram .up .image-holder img {
    max-width: 141px;
  }
}
.how-it-works-row .how-it-works-diagram .up .title {
  text-align: center;
  font-size: 20px;
  color: #353535;
}
@media screen and (max-width: 916px) {
  .how-it-works-row .how-it-works-diagram .up .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 664px) {
  .how-it-works-row .how-it-works-diagram .up .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .how-it-works-row .how-it-works-diagram .up .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .how-it-works-row .how-it-works-diagram .up .title {
    font-size: 18px;
  }
}
.how-it-works-row .how-it-works-diagram .arrow-up {
  float: left;
  width: 12.5%;
  height: 185px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .how-it-works-row .how-it-works-diagram .arrow-up {
    height: 0;
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 480px) {
  .how-it-works-row .how-it-works-diagram .arrow-up {
    display: none;
  }
}
.how-it-works-row .how-it-works-diagram .arrow-up img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .how-it-works-row .how-it-works-diagram .arrow-up img {
    max-width: 90%;
  }
}
.how-it-works-row .more-info-row {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .how-it-works-row .more-info-row {
    font-size: 16px;
  }
}
.how-it-works-row .more-info-row a {
  color: #E8521C;
}

form.register {
  padding: 0;
}

.register,
.register-modal {
  padding: 32px 32px 0;
}
@media screen and (max-width: 543px) {
  .register,
.register-modal {
    padding: 24px 16px;
  }
}
.register .full-page-heading,
.register-modal .full-page-heading {
  max-width: 824px;
}
.register .full-page-lead-paragraph,
.register-modal .full-page-lead-paragraph {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
}
.register .boxes,
.register-modal .boxes {
  max-width: 840px;
  margin: 0 auto;
}
.register .boxes .box,
.register-modal .boxes .box {
  float: left;
  width: 49%;
  margin-right: 2%;
  cursor: pointer;
  display: block;
  line-height: 1.3;
  transition: box-shadow 0.25s, transform 0.25s;
  transform: perspective(1px) translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.register .boxes .box:hover,
.register-modal .boxes .box:hover {
  box-shadow: 2px 2px 16px 4px rgba(0, 0, 0, 0.05);
  transform: perspective(1px) translateZ(0) scale(1.01);
}
@media screen and (max-width: 650px) {
  .register .boxes .box,
.register-modal .boxes .box {
    font-size: 18px;
  }
}
@media screen and (max-width: 543px) {
  .register .boxes .box,
.register-modal .boxes .box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.register .boxes .box:last-child,
.register-modal .boxes .box:last-child {
  margin-right: 0;
}

.register-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  background: rgba(255, 255, 255, 0.95);
  padding: 64px;
  display: none;
  opacity: 0;
}
@media screen and (max-width: 430px) {
  .register-modal {
    padding: 32px;
  }
}
.register-modal .close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .register-modal .close {
    top: 16px;
    right: 16px;
    width: 16px;
  }
}

form.forgot-password {
  padding: 0;
}

.forgot-password {
  text-align: center;
  padding: 32px;
}
@media screen and (max-width: 543px) {
  .forgot-password {
    padding: 24px 16px;
  }
}
.forgot-password .forgot-password-form-holder {
  max-width: 400px;
  margin: 0 auto;
}
.forgot-password .forgot-password-form-holder .btn-row {
  margin-bottom: 24px;
}
.forgot-password .forgot-password-form-holder .btn-row .btn {
  margin: 0 auto;
}

form.reset-password {
  padding: 0;
}

.reset-password {
  text-align: center;
  padding: 32px;
}
@media screen and (max-width: 543px) {
  .reset-password {
    padding: 24px 16px;
  }
}
.reset-password .reset-password-form-holder {
  max-width: 400px;
  margin: 0 auto;
}
.reset-password .reset-password-form-holder .btn-row {
  margin-bottom: 24px;
}

form.login {
  padding: 0;
}

.login {
  text-align: center;
  padding: 32px;
}
@media screen and (max-width: 543px) {
  .login {
    padding: 24px 16px;
  }
}
.login .login-form-holder {
  max-width: 400px;
  margin: 0 auto;
}
.login .login-form-holder .btn {
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .login .login-form-holder .btn {
    font-size: 17px;
  }
}
.login .login-form-holder .btn-row {
  margin-bottom: 24px;
}
.login .disclaimer {
  color: #5d5f65;
}
.login .full-page-lead-paragraph {
  margin-top: 16px;
}
.login .already-have-an-account-row {
  color: #5d5f65;
  margin-bottom: 24px;
}
.login .already-have-an-account-row a {
  color: #1358a8;
}

.full-page-heading {
  color: #5d5f65;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0 auto 32px;
}
@media screen and (max-width: 974px) {
  .full-page-heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 642px) {
  .full-page-heading {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 440px) {
  .full-page-heading {
    font-size: 30px;
  }
}

.full-page-lead-paragraph {
  color: #5d5f65;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 974px) {
  .full-page-lead-paragraph {
    font-size: 20px;
  }
}
@media screen and (max-width: 642px) {
  .full-page-lead-paragraph {
    font-size: 18px;
  }
}
@media screen and (max-width: 440px) {
  .full-page-lead-paragraph {
    font-size: 16px;
  }
}

.box {
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 48px;
  border-radius: 5px;
  color: #E8521C;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 1.67;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .box {
    padding: 24px;
  }
}
.box.second {
  box-shadow: 5px 0 18px 2px rgba(222, 222, 222, 0.25);
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 24px;
  text-align: left;
  color: #353535;
}

.preload-img {
  display: none !important;
}

.featured-location-tabs {
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .featured-location-tabs {
    margin: 0 16px 32px;
  }
}
.featured-location-tabs .tabs .tab {
  float: left;
  width: 50%;
}
@media screen and (max-width: 725px) {
  .featured-location-tabs .tabs .tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 390px) {
  .featured-location-tabs .tabs .tab {
    font-size: 13px;
    padding: 1.4em 0.4em;
  }
}
.featured-location-tabs .tab-content {
  position: relative;
}
.featured-location-tabs .tab-content .grid {
  display: none;
}
.featured-location-tabs .tab-content .grid-map-data-overlap-selling-point,
.featured-location-tabs .tab-content .grid-map-data-overlap-producer {
  width: 270px;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
}
.featured-location-tabs .tab-content .grid-map-data-overlap-selling-point.active,
.featured-location-tabs .tab-content .grid-map-data-overlap-producer.active {
  display: block;
}
.featured-location-tabs .tab-content .grid-map-data-overlap-selling-point .grid-up,
.featured-location-tabs .tab-content .grid-map-data-overlap-producer .grid-up {
  float: none;
  width: 100%;
  margin: 0;
  position: relative;
}
.featured-location-tabs .tab-content .grid-map-data-overlap-selling-point .grid-up .fa-close,
.featured-location-tabs .tab-content .grid-map-data-overlap-producer .grid-up .fa-close {
  display: block;
}
.featured-location-tabs .tab-content .grid-map-data-overlap-selling-point .grid-up .fa-close,
.featured-location-tabs .tab-content .grid-map-data-overlap-producer .grid-up .fa-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
  cursor: pointer;
}
.featured-location-tabs .tab-content .map-holder {
  height: 550px;
}
@media screen and (max-width: 480px) {
  .featured-location-tabs .tab-content .map-holder {
    height: 350px;
  }
}

.register-form {
  text-align: center;
  padding: 32px 32px;
}
@media screen and (max-width: 543px) {
  .register-form {
    padding: 24px 16px;
  }
}
.register-form .constrainer {
  max-width: 400px;
  margin: 0 auto;
}
.register-form .full-page-lead-paragraph {
  margin-top: 16px;
  margin-bottom: 16px;
}
.register-form .already-have-an-account-row {
  color: #5d5f65;
  margin-bottom: 32px;
}
.register-form .already-have-an-account-row a {
  color: #1358a8;
}
.register-form .btn {
  font-size: 19px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .register-form .btn {
    font-size: 17px;
  }
}
.register-form .btn-row {
  text-align: center;
}
.register-form .btn-row.submit-btn-row {
  margin: 32px 0;
}
.register-form .register-form-holder .left {
  width: 48%;
  margin-right: 4%;
  float: left;
}
.register-form .register-form-holder .right {
  width: 48%;
  float: left;
}
.register-form .register-form-holder .disclaimer {
  color: #5d5f65;
}
@media screen and (max-width: 480px) {
  .register-form .register-form-holder .disclaimer {
    font-size: 13px;
  }
}

.register-form.step-three .full-address-details {
  display: none;
}
.register-form.step-three .full-address-details.active {
  display: block;
}
.register-form.step-three .manual-address-form-link-row {
  font-size: 14px;
  text-align: left;
  color: #5d5f65;
  margin-bottom: 16px;
}
.register-form.step-three .btn-row {
  text-align: center;
  padding-top: 32px;
}
.register-form.step-three .btn-row .btn {
  display: inline-block;
  max-width: 300px;
}

.basket-counter {
  background: #E8521C;
  color: #fff;
  position: absolute;
  bottom: -2px;
  right: -4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
}

.typeahead,
.typeahead-holder {
  position: relative;
}
.typeahead .existing,
.typeahead-holder .existing {
  padding-top: 12px;
  text-align: left;
}
.typeahead .existing .selected,
.typeahead-holder .existing .selected {
  padding: 6px 12px;
  border-radius: 100px;
  background: #E8521C;
  color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 13px;
}
.typeahead .existing .selected .fa,
.typeahead-holder .existing .selected .fa {
  float: right;
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
  position: relative;
  top: -1px;
}
.typeahead .results,
.typeahead-holder .results {
  position: relative;
}
.typeahead .results .typeahead-flyout,
.typeahead-holder .results .typeahead-flyout {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100;
  border: 1px solid #d7d7d7;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.typeahead .results .typeahead-flyout .no-results,
.typeahead-holder .results .typeahead-flyout .no-results {
  text-align: left;
  padding: 12px;
  color: #999;
}
.typeahead .results .typeahead-flyout .option,
.typeahead-holder .results .typeahead-flyout .option {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
.typeahead .results .typeahead-flyout .option:hover,
.typeahead-holder .results .typeahead-flyout .option:hover {
  background: #E8521C;
  color: #fff;
}
.typeahead .results .typeahead-flyout .option.add-your-own,
.typeahead-holder .results .typeahead-flyout .option.add-your-own {
  border-top: 1px dashed #ccc;
}

.register-confirmation {
  color: #5d5f65;
  text-align: center;
  padding: 32px;
}
@media screen and (max-width: 543px) {
  .register-confirmation {
    padding: 24px 16px;
  }
}
.register-confirmation .constrainer {
  max-width: 920px;
}
.register-confirmation .icon-holder {
  margin-bottom: 32px;
  position: relative;
  left: 26px;
}
.register-confirmation .icon-holder img {
  display: block;
  margin: 0 auto;
}
.register-confirmation .lead-paragraph {
  font-size: 24px;
}
@media screen and (max-width: 720px) {
  .register-confirmation .lead-paragraph {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .register-confirmation .lead-paragraph {
    font-size: 16px;
  }
}
.register-confirmation .lead-paragraph p:first-child {
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .register-confirmation .lead-paragraph p:first-child {
    margin-bottom: 24px;
  }
}
.register-confirmation .lead-paragraph p:last-child {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .register-confirmation .lead-paragraph p:last-child {
    margin-bottom: 24px;
  }
}
.register-confirmation .btn-row {
  text-align: center;
}
.register-confirmation .btn-row .btn {
  width: 300px;
  font-size: 19px;
}

.admin.user-add,
.admin.category-add {
  margin-bottom: 64px;
}
.admin.user-add .photo-gallery .top-row div,
.admin.user-add .photo-gallery .bottom-row div,
.admin.category-add .photo-gallery .top-row div,
.admin.category-add .photo-gallery .bottom-row div {
  background-size: 20%;
}
.admin.user-add img,
.admin.category-add img {
  max-width: 100%;
}
.admin.user-add .full-page-lead-paragraph,
.admin.category-add .full-page-lead-paragraph {
  text-align: center;
}
.admin.user-add .add-user-form,
.admin.category-add .add-user-form {
  text-align: left;
}
.admin.user-add .subheading,
.admin.category-add .subheading {
  max-width: 800px;
  margin: 0 auto 32px;
  font-weight: normal;
}
.admin.user-add .input-constrainer,
.admin.category-add .input-constrainer {
  max-width: 510px;
  margin: 0 auto;
}
.admin.user-add .label,
.admin.category-add .label {
  margin-bottom: 4px;
  font-size: 18px;
}
.admin.user-add .sublabel,
.admin.category-add .sublabel {
  font-size: 16px;
  margin-bottom: 4px;
}
.admin.user-add textarea,
.admin.category-add textarea {
  min-height: 150px;
}
.admin.user-add .image-holder,
.admin.category-add .image-holder {
  padding-top: 8px;
  margin-bottom: 16px;
}
.admin.user-add .image-upload-area,
.admin.category-add .image-upload-area {
  margin: 16px 0;
  border: 2px dashed #ccc;
  padding: 16px;
  background: url(/images/camera-bg.png?9debdbc78b65a4f7734ad6ef99c752b4) center center no-repeat;
  min-height: 308px;
}
.admin.user-add .image-upload-area .size-label,
.admin.category-add .image-upload-area .size-label {
  color: #5d5f65;
}
.admin.user-add .left,
.admin.category-add .left {
  width: 48%;
  margin-right: 4%;
  float: left;
}
.admin.user-add .right,
.admin.category-add .right {
  width: 48%;
  float: left;
}
.admin.user-add .btn-row.bottom,
.admin.category-add .btn-row.bottom {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.admin.user-add .btn-row.bottom .btn,
.admin.category-add .btn-row.bottom .btn {
  margin-bottom: 16px;
  display: block;
  width: 100%;
}
.admin.user-add .selling-point-categories,
.admin.category-add .selling-point-categories {
  display: none;
}
.admin.user-add .selling-point-categories.active,
.admin.category-add .selling-point-categories.active {
  display: block;
}
.admin.user-add .producer-main-category,
.admin.category-add .producer-main-category {
  display: none;
}
.admin.user-add .producer-main-category.active,
.admin.category-add .producer-main-category.active {
  display: block;
}
.admin.user-add .producer-categories,
.admin.category-add .producer-categories {
  display: none;
}
.admin.user-add .producer-categories.active,
.admin.category-add .producer-categories.active {
  display: block;
}
.admin.user-add .photo-gallery-input,
.admin.category-add .photo-gallery-input {
  display: none;
}

.chat-icon {
  margin-right: 8px;
}

.chat-icon,
.chat-icon-text {
  vertical-align: middle;
}

.photo-gallery .photo-slot {
  border: 2px dashed #ccc;
  background: url(/images/camera-bg.png?9debdbc78b65a4f7734ad6ef99c752b4) center center no-repeat;
  background-size: 20%;
  cursor: pointer;
}
.photo-gallery .photo-slot input {
  display: none;
}
.photo-gallery .top-row {
  margin-bottom: 2%;
}
@media screen and (max-width: 480px) {
  .photo-gallery .top-row {
    margin-bottom: 1%;
  }
}
.photo-gallery .top-row .left {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  .photo-gallery .top-row .left {
    margin-right: 1%;
    width: 49.5%;
  }
}
.photo-gallery .top-row .right {
  float: left;
  width: 49%;
}
@media screen and (max-width: 480px) {
  .photo-gallery .top-row .right {
    width: 49.5%;
  }
}
.photo-gallery .top-row div {
  height: 250px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 480px) {
  .photo-gallery .top-row div {
    height: 120px;
  }
}
.photo-gallery .bottom-row .left {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  .photo-gallery .bottom-row .left {
    margin-right: 1%;
    width: 32.666666%;
  }
}
.photo-gallery .bottom-row .center {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  .photo-gallery .bottom-row .center {
    margin-right: 1%;
    width: 32.666666%;
  }
}
.photo-gallery .bottom-row .right {
  float: left;
  width: 32%;
}
@media screen and (max-width: 480px) {
  .photo-gallery .bottom-row .right {
    width: 32.666666%;
  }
}
.photo-gallery .bottom-row div {
  height: 200px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 480px) {
  .photo-gallery .bottom-row div {
    height: 100px;
  }
}

.admin.order-list .order-list-table tr:nth-child(even) td {
  background: #f6f6f6;
}

.admin.user-list,
.admin.product-list,
.admin.order-list {
  text-align: center;
}
.admin.user-list .full-page-lead-paragraph,
.admin.product-list .full-page-lead-paragraph,
.admin.order-list .full-page-lead-paragraph {
  margin-bottom: 32px;
}
.admin.user-list .full-page-lead-paragraph a,
.admin.product-list .full-page-lead-paragraph a,
.admin.order-list .full-page-lead-paragraph a {
  color: var(--brand-color);
}
.admin.user-list .search-row,
.admin.product-list .search-row,
.admin.order-list .search-row {
  max-width: 640px;
  margin: 0 auto 32px;
}
.admin.user-list .search-row input.primary,
.admin.product-list .search-row input.primary,
.admin.order-list .search-row input.primary {
  width: 90%;
  vertical-align: middle;
  font-size: 18px;
  float: left;
}
.admin.user-list .search-row .btn,
.admin.product-list .search-row .btn,
.admin.order-list .search-row .btn {
  width: 10%;
  vertical-align: middle;
  font-size: 18px;
  float: left;
  padding: 13px;
}
.admin.user-list table.primary,
.admin.product-list table.primary,
.admin.order-list table.primary {
  margin-bottom: 64px;
}
.admin.user-list table.primary .circle,
.admin.product-list table.primary .circle,
.admin.order-list table.primary .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4a90e2;
  display: inline-block;
}

table.primary {
  width: 100%;
}
table.primary th,
table.primary td {
  vertical-align: middle;
}
table.primary th.right,
table.primary td.right {
  text-align: right;
}
table.primary th.left,
table.primary td.left {
  text-align: left;
}
table.primary th.center,
table.primary td.center {
  text-align: center;
}
table.primary th {
  padding: 0 4px 24px 4px;
  border-bottom: 1px solid #979797;
  font-weight: normal;
}
table.primary td {
  padding: 8px 4px;
}

.main-category-search-holder,
.category-search-holder {
  position: relative;
}
.main-category-search-holder .main-category-search-results,
.main-category-search-holder .category-search-results,
.category-search-holder .main-category-search-results,
.category-search-holder .category-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 4px 0;
  border: 1px solid #1358a8;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 100;
}
.main-category-search-holder .main-category-search-results.active,
.main-category-search-holder .category-search-results.active,
.category-search-holder .main-category-search-results.active,
.category-search-holder .category-search-results.active {
  display: block;
}
.main-category-search-holder .main-category-search-results .category-row,
.main-category-search-holder .category-search-results .category-row,
.category-search-holder .main-category-search-results .category-row,
.category-search-holder .category-search-results .category-row {
  padding: 4px 8px;
  cursor: pointer;
}
.main-category-search-holder .main-category-search-results .category-row:hover,
.main-category-search-holder .category-search-results .category-row:hover,
.category-search-holder .main-category-search-results .category-row:hover,
.category-search-holder .category-search-results .category-row:hover {
  background: #1358a8;
  color: #fff;
}

.main-category-tags,
.category-tags {
  padding-top: 16px;
}
.main-category-tags .main-category-tag,
.main-category-tags .category-tag,
.category-tags .main-category-tag,
.category-tags .category-tag {
  display: inline-block;
  background: #1358a8;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #fff;
  padding: 4px;
  font-size: 14px;
}
.main-category-tags .main-category-tag .fa,
.main-category-tags .category-tag .fa,
.category-tags .main-category-tag .fa,
.category-tags .category-tag .fa {
  margin-left: 8px;
  cursor: pointer;
}

.category.more-filters-btn.active {
  background: #E8521C !important;
  color: #fff !important;
}

.grid-page {
  padding: 0 32px 32px;
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  .grid-page {
    padding: 24px;
  }
}
@media screen and (max-width: 884px) {
  .grid-page {
    padding: 24px 16px;
  }
}
.grid-page .constrainer {
  max-width: 1920px;
}
.grid-page .pagination {
  display: none;
}
.grid-page .result-count {
  display: none;
  margin-bottom: 32px;
  font-weight: bold;
  color: #65676c;
}
.grid-page .result-count.active {
  display: block;
}
.grid-page .result-count a {
  color: #E8521C;
  font-weight: normal;
  margin-left: 5px;
}
.grid-page .new-grid-section {
  padding-top: 16px;
}
.grid-page .might-like-grid-section {
  padding-top: 16px;
}
.grid-page .filter-message {
  display: none;
  margin-bottom: 16px;
  color: #5d5f65;
  font-size: 18px;
  font-weight: bold;
}
.grid-page .filter-message.active {
  display: block;
}
.grid-page .filter-message a {
  color: #E8521C;
  font-weight: normal;
}
.grid-page .results-are-limited {
  display: none;
  color: #65676c;
  font-size: 18px;
  margin-bottom: 12px;
}
.grid-page .results-are-limited a {
  color: #E8521C;
}
.grid-page .more-filters {
  display: none;
}
.grid-page .more-filters.active {
  display: block;
}
.grid-page .more-filters .row {
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .grid-page .more-filters .btn-row {
    background: #fff;
    padding: 16px;
    border-top: 1px solid #ccc;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
}
.grid-page .more-filters .btn-row .btn {
  min-width: 300px;
  font-size: 19px;
}
@media screen and (max-width: 600px) {
  .grid-page .more-filters .btn-row .btn {
    width: 100%;
    min-width: 0 !important;
  }
}
.grid-page .more-filters .category-col {
  width: 48%;
  float: left;
  margin-right: 4%;
}
@media screen and (max-width: 520px) {
  .grid-page .more-filters .category-col {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.grid-page .more-filters .location-col {
  width: 48%;
  float: left;
}
@media screen and (max-width: 600px) {
  .grid-page .more-filters .location-col {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {
  .grid-page .more-filters .location-col {
    width: 100%;
    float: none;
  }
}
.grid-page .more-filters .category-col .categories,
.grid-page .more-filters .category-col .countries,
.grid-page .more-filters .location-col .categories,
.grid-page .more-filters .location-col .countries {
  max-height: 302px;
  overflow-y: auto;
  margin-bottom: 16px;
}
.grid-page .more-filters .category-col .categories.active,
.grid-page .more-filters .category-col .countries.active,
.grid-page .more-filters .location-col .categories.active,
.grid-page .more-filters .location-col .countries.active {
  max-height: none;
}
@media screen and (max-width: 520px) {
  .grid-page .more-filters .category-col .categories,
.grid-page .more-filters .category-col .countries,
.grid-page .more-filters .location-col .categories,
.grid-page .more-filters .location-col .countries {
    max-height: none;
  }
}
.grid-page .more-filters .category-col .categories label,
.grid-page .more-filters .category-col .countries label,
.grid-page .more-filters .location-col .categories label,
.grid-page .more-filters .location-col .countries label {
  display: block;
  margin-bottom: 8px;
  color: #5d5f65;
  font-size: 16px;
}
.grid-page .more-filters .category-col .categories label input[type=checkbox],
.grid-page .more-filters .category-col .countries label input[type=checkbox],
.grid-page .more-filters .location-col .categories label input[type=checkbox],
.grid-page .more-filters .location-col .countries label input[type=checkbox] {
  margin-right: 4px;
  vertical-align: middle;
}
.grid-page .more-filters .category-col .categories label .text,
.grid-page .more-filters .category-col .countries label .text,
.grid-page .more-filters .location-col .categories label .text,
.grid-page .more-filters .location-col .countries label .text {
  vertical-align: middle;
}
.grid-page .more-filters .category-col .show-more,
.grid-page .more-filters .location-col .show-more {
  color: #E8521C;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .grid-page .more-filters .category-col .show-more,
.grid-page .more-filters .location-col .show-more {
    display: none;
  }
}
.grid-page .results-holder {
  display: none;
}
.grid-page .results-holder.active {
  display: block;
}
.grid-page .heading {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .grid-page .heading {
    font-size: 24px;
  }
}
.grid-page .subheading {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .grid-page .subheading {
    font-size: 20px;
  }
}
.grid-page .show-all {
  float: right;
  position: relative;
  top: 4px;
}
.grid-page .show-all a {
  text-decoration: none;
  font-size: 18px;
  color: #E8521C;
}
.grid-page .popular-categories {
  margin-bottom: 8px;
}
.grid-page .popular-categories .counter-holder {
  display: none;
}
.grid-page .popular-categories .category {
  border: 1px solid #ccc;
  display: block;
  float: left;
  padding: 10px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 3px;
  font-size: 16px;
  color: #353535;
}
@media screen and (max-width: 1550px) {
  .grid-page .popular-categories .category {
    margin-right: 12px;
    font-size: 15px;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 802px) {
  .grid-page .popular-categories .category {
    font-size: 13px;
  }
}
@media screen and (max-width: 1396px) {
  .grid-page .popular-categories .category:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 1187px) {
  .grid-page .popular-categories .category:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .grid-page .popular-categories .category:nth-child(3) {
    display: none;
  }
}
.grid-page .popular-categories .category.active {
  background: #E8521C !important;
  color: #fff !important;
  border-color: #E8521C !important;
}
.grid-page .popular-categories .category:hover {
  background: #f5f5f5;
}
.grid-page .popular-categories .category.more-filters-btn {
  min-width: 150px;
  text-align: center;
}
@media screen and (max-width: 1015px) {
  .grid-page .popular-categories .category.more-filters-btn {
    min-width: 0;
  }
}
@media screen and (max-width: 1015px) {
  .grid-page .popular-categories .category .long-text {
    display: none;
  }
}
.grid-page .type-selector {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
  position: relative;
  top: -2px;
  position: relative;
  color: #363636;
}
.grid-page .type-selector:hover .flyout {
  display: block;
}
.grid-page .type-selector .fa {
  margin-left: 4px;
}
.grid-page .type-selector .flyout {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  z-index: 1000;
  padding-top: 6px;
}
.grid-page .type-selector .flyout .inner {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 4px 0;
}
.grid-page .type-selector .flyout .arrow {
  position: absolute;
  background: #ffffff;
  top: 7px;
  left: 24px;
}
.grid-page .type-selector .flyout .arrow:after, .grid-page .type-selector .flyout .arrow:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.grid-page .type-selector .flyout .arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.grid-page .type-selector .flyout .arrow:before {
  border-color: rgba(215, 215, 215, 0);
  border-bottom-color: #d7d7d7;
  border-width: 7px;
  margin-left: -7px;
}
.grid-page .type-selector .flyout span {
  display: block;
  padding: 4px 16px;
  text-align: left;
  color: #353535;
  font-weight: normal;
  font-size: 14px;
}
.grid-page .heading-row {
  text-align: center;
  margin-bottom: 32px;
}
.grid-page .heading-row h1 {
  font-size: 48px;
  color: #5d5f65;
  font-weight: normal;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 972px) {
  .grid-page .heading-row h1 {
    font-size: 32px;
  }
}
.grid-page .heading-row .lead-para {
  font-size: 20px;
  color: #5d5f65;
}
@media screen and (max-width: 972px) {
  .grid-page .heading-row .lead-para {
    font-size: 18px;
  }
}
.grid-page .grid-nav {
  margin-bottom: 16px;
  position: relative;
  max-height: 44px;
  padding: 0 80px;
}
@media screen and (max-width: 1023px) {
  .grid-page .grid-nav {
    padding: 0;
  }
}
@media screen and (max-width: 528px) {
  .grid-page .grid-nav {
    max-height: none;
  }
}
.grid-page .grid-nav .category-holder {
  float: left;
  width: 8%;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .grid-page .grid-nav .category-holder {
    position: relative;
  }
}
@media screen and (max-width: 528px) {
  .grid-page .grid-nav .category-holder {
    margin-bottom: 12px;
    width: 20%;
  }
}
.grid-page .grid-nav .category-holder.open {
  width: 20%;
}
@media screen and (max-width: 528px) {
  .grid-page .grid-nav .category-holder.open {
    width: 30%;
  }
}
.grid-page .grid-nav .category-holder:hover .flyout {
  display: block;
}
@media screen and (max-width: 600px) {
  .grid-page .grid-nav .category-holder:hover .flyout {
    display: none;
  }
}
.grid-page .grid-nav .category-holder .mobile-category-filter {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .grid-page .grid-nav .category-holder .mobile-category-filter {
    display: block;
  }
}
.grid-page .grid-nav .category-holder .selected {
  line-height: 42px;
  background: #e5e4e5;
  padding: 0 12px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ccc;
  border-right: 0;
  overflow: hidden;
  max-height: 44px;
}
.grid-page .grid-nav .category-holder .selected .fa {
  float: right;
  line-height: 42px;
  font-size: 24px;
}
.grid-page .grid-nav .category-holder .flyout {
  position: absolute;
  top: 100%;
  left: 80px;
  right: 80px;
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  background: #fff;
  padding: 12px;
  border: 1px solid #d7d7d7;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1023px) {
  .grid-page .grid-nav .category-holder .flyout {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 528px) {
  .grid-page .grid-nav .category-holder .flyout {
    margin-top: -60px;
  }
}
.grid-page .grid-nav .category-holder .flyout .category {
  float: left;
  margin-right: 2%;
  font-size: 14px;
  width: 32%;
  margin-bottom: 2%;
  cursor: pointer;
  transition: color 0.5s;
}
.grid-page .grid-nav .category-holder .flyout .category:hover {
  color: #c33830;
}
.grid-page .grid-nav .category-holder .flyout .category:nth-child(3n) {
  margin-right: 0;
}
.grid-page .grid-nav .search-holder {
  float: left;
  width: 55%;
  padding: 0 8px 0 0;
  position: relative;
}
@media screen and (max-width: 528px) {
  .grid-page .grid-nav .search-holder {
    margin-bottom: 12px;
    width: 80%;
  }
}
.grid-page .grid-nav .search-holder.open {
  width: 40%;
}
@media screen and (max-width: 528px) {
  .grid-page .grid-nav .search-holder.open {
    width: 70%;
  }
}
.grid-page .grid-nav .search-holder .selling-point-search-filter {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.grid-page .grid-nav .search-holder .fa-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #c33830;
  color: #fff;
  vertical-align: middle;
  line-height: 44px;
  padding: 0 12px;
  font-size: 24px;
  cursor: pointer;
}
.grid-page .grid-nav .label-holder {
  float: left;
  width: 5%;
  text-align: center;
  padding: 0 8px;
}
@media screen and (max-width: 528px) {
  .grid-page .grid-nav .label-holder {
    display: none;
  }
}
.grid-page .grid-nav .label-holder .text {
  line-height: 44px;
}
.grid-page .grid-nav .location-holder {
  float: left;
  width: 32%;
  padding: 0;
}
@media screen and (max-width: 528px) {
  .grid-page .grid-nav .location-holder {
    width: 100%;
    float: none;
  }
}
.grid-page .grid-nav .location-holder select {
  height: 44px;
  background: #fff;
}
.grid-page .left {
  float: left;
  width: 60%;
  margin-right: 2%;
}
@media screen and (max-width: 750px) {
  .grid-page .left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.grid-page .right {
  float: left;
  width: 38%;
  position: relative;
  overflow-y: hidden;
}
@media screen and (max-width: 750px) {
  .grid-page .right {
    display: none;
  }
}
.grid-page .right .map {
  position: fixed !important;
  right: 0;
  top: 95px;
  height: calc(100vh - 95px);
}
@media screen and (max-width: 750px) {
  .grid-page .right .map {
    height: 500px;
  }
}
.grid-page .selected-categories {
  margin-bottom: 24px;
}
.grid-page .selected-categories .selected-category {
  display: inline-block;
  background-color: #cacaca;
  border-radius: 2px;
  padding: 4px 8px;
  color: #5d5f65;
  font-size: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.grid-page .selected-categories .selected-category .fa {
  margin-left: 12px;
  font-weight: bold;
  cursor: pointer;
}

.gm-style .grid-up {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.gm-style .grid-up .fa-close {
  display: block !important;
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  font-size: 18px !important;
  z-index: 999 !important;
  cursor: pointer !important;
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  .gm-style .grid-up .fa-close {
    color: #363636 !important;
  }
}

.gm-style-iw {
  width: 270px !important;
  top: 30px !important;
  left: 30px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 2px 2px 0 0 !important;
}
.gm-style-iw > div:first-child {
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6) !important;
  background-color: #fff;
}
.gm-style-iw .grid-up .text-holder {
  height: auto !important;
}
.gm-style-iw .grid-up .text-holder .text {
  padding-bottom: 0;
}
.gm-style-iw .grid-up .image-holder {
  height: 118px;
}
@media screen and (max-width: 480px) {
  .gm-style-iw .grid-up .image-holder {
    display: none !important;
  }
}

.gm-style-iw ~ div {
  display: none !important;
}

.gm-style-iw > div {
  display: block !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
  max-height: 412px !important;
}

button.gm-ui-hover-effect {
  display: none !important;
}

.grid-map-data-overlap {
  width: 270px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
}
.grid-map-data-overlap.active {
  display: block;
}
.grid-map-data-overlap .grid-up {
  float: none;
  width: 100%;
  margin: 0;
  position: relative;
}
.grid-map-data-overlap .grid-up .fa-close {
  display: block;
}
.grid-map-data-overlap .grid-up .fa-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
  cursor: pointer;
}

.placeholders {
  display: none;
}

.skeleton-up {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1440px) {
  .skeleton-up {
    width: 49%;
  }
}
@media screen and (max-width: 442px) {
  .skeleton-up {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.skeleton-up:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .skeleton-up:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1440px) {
  .skeleton-up:nth-child(2n) {
    margin-right: 0;
  }
}
.skeleton-up .image {
  background: #f5f5f5;
  height: 200px;
}
.skeleton-up .text {
  padding: 16px;
  height: 190px;
}
.skeleton-up .text .circle {
  width: 38px;
  height: 38px;
  background: #f5f5f5;
  float: left;
  margin-right: 16px;
  border-radius: 50%;
}
.skeleton-up .text .heading {
  overflow: hidden;
}
.skeleton-up .text .heading .top-bar,
.skeleton-up .text .heading .middle-bar,
.skeleton-up .text .heading .bottom-bar {
  height: 10px;
  background: #f5f5f5;
}
.skeleton-up .text .heading .top-bar {
  margin-bottom: 8px;
}
.skeleton-up .text .heading .middle-bar {
  margin-bottom: 16px;
}

.grid-up {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
}
.grid-up:hover {
  box-shadow: 2px 2px 8px rgba(53, 53, 53, 0.3);
}
@media screen and (max-width: 1440px) {
  .grid-up {
    width: 49%;
  }
}
@media screen and (max-width: 442px) {
  .grid-up {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.grid-up:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .grid-up:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1440px) {
  .grid-up:nth-child(2n) {
    margin-right: 0;
  }
}
.grid-up .fa-close {
  display: none;
}
.grid-up .image-holder {
  position: relative;
  height: 203px;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.grid-up .image-holder .arrow {
  display: block;
  position: absolute;
  font-size: 28px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.grid-up .image-holder .arrow.left-arrow {
  left: 12px;
  float: none;
  width: auto !important;
}
.grid-up .image-holder .arrow.right-arrow {
  right: 12px;
  float: none;
  width: auto !important;
}
.grid-up .image-holder .photo-gallery {
  display: none;
}
.grid-up .image-holder .photo-gallery.active {
  display: block;
}
.grid-up .image-holder img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.grid-up .image-holder .fa-angle-left {
  position: absolute;
  transform: translateY(-50%);
  left: 8px;
  top: 50%;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}
.grid-up .image-holder .fa-angle-right {
  position: absolute;
  transform: translateY(-50%);
  right: 8px;
  top: 50%;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}
.grid-up .text-holder {
  background: #fff;
  padding: 16px;
}
.grid-up .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.grid-up .title a {
  color: #5d5f65;
}
.grid-up .user-row .profile-picture-holder {
  float: left;
  margin-right: 8px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 32px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.grid-up .user-row .text {
  overflow: hidden;
  padding-bottom: 16px;
}
.grid-up .user-row .text .user-name {
  color: #E8521C;
  font-size: 12px;
  margin-bottom: 8px;
}
.grid-up .user-row .text .descr {
  font-size: 16px;
  margin-bottom: 16px;
}
.grid-up .user-row .text .descr:hover {
  color: var(--brand-color);
}
.grid-up .user-row .text .location {
  font-size: 12px;
  color: #5d5f65;
}
.grid-up .cta-row {
  padding: 16px;
}
.grid-up .cta-row a {
  color: #E8521C;
  font-size: 12px;
}

.page.home h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .page.home h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .page.home h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .page.home h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .page.home .grid-up {
    width: 32%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 1023px) {
  .page.home .grid-up {
    width: 49%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 678px) {
  .page.home .grid-up {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .page.home .grid-up:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 472px) {
  .page.home .grid-up:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 672px) {
  .page.home .grid-up:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 672px) {
  .page.home .grid-up:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page.home .grid-up:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page.home .grid-up:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 786px) {
  .page.home .grid-up .descr {
    font-size: 16px;
  }
}

.products-box {
  box-shadow: 5px 0 18px 2px rgba(222, 222, 222, 0.25);
  border: 1px solid #e3e3e3;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10;
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 755px) {
  .products-box {
    position: relative;
    top: 0;
  }
}
.products-box .product-image-row {
  display: block;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  height: 210px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.products-box .product-image-row .arrow {
  color: var(--brand-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
}
.products-box .product-image-row .arrow.left {
  left: 8px;
}
.products-box .product-image-row .arrow.right {
  right: 8px;
}
.products-box .product-image-row .main-image {
  max-height: 182px;
  margin: 0 auto;
  display: block;
}
.products-box .padded-section {
  padding: 24px;
}
@media screen and (max-width: 850px) {
  .products-box .padded-section {
    padding: 16px;
  }
}
.products-box .padded-section h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #8a8a8a;
  font-weight: normal;
  margin-bottom: 16px;
}
.products-box .thumbnails {
  font-size: 0;
  text-align: left;
}
.products-box .thumbnails .thumbnail {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center center;
  border: 2px solid #fff;
}
.products-box .thumbnails .thumbnail.active {
  border: 2px solid var(--brand-color);
}
.products-box .product-details {
  margin-bottom: 16px;
}
.products-box .product-details .name {
  color: #5d5f65;
  font-size: 20px;
  margin-bottom: 16px;
}
.products-box .product-details .name:hover {
  color: var(--brand-color);
}
@media screen and (max-width: 1150px) {
  .products-box .product-details .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .products-box .product-details .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 755px) {
  .products-box .product-details .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 455px) {
  .products-box .product-details .name {
    font-size: 18px;
  }
}
.products-box .product-details .price-and-weight {
  font-size: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 1150px) {
  .products-box .product-details .price-and-weight {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .products-box .product-details .price-and-weight {
    font-size: 16px;
  }
}
@media screen and (max-width: 755px) {
  .products-box .product-details .price-and-weight {
    font-size: 24px;
  }
}
@media screen and (max-width: 455px) {
  .products-box .product-details .price-and-weight {
    font-size: 18px;
  }
}
.products-box .product-details .price-and-weight .price {
  display: inline-block;
  color: #5d5f65;
  margin-right: 16px;
}
@media screen and (max-width: 850px) {
  .products-box .product-details .price-and-weight .price {
    margin-right: 12px;
  }
}
.products-box .product-details .price-and-weight .weight {
  display: inline-block;
  color: #8a8a8a;
}
.products-box .constrainer {
  max-width: 300px;
}
@media screen and (max-width: 1080px) {
  .products-box .constrainer {
    max-width: 100%;
    padding: 0 !important;
  }
}
@media screen and (max-width: 755px) {
  .products-box .constrainer {
    max-width: 300px !important;
  }
}
.products-box .input-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-box .input-row .label {
  display: block;
  color: #5d5f65;
  font-size: 20px;
  line-height: 42px;
  margin-bottom: 0;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 1150px) {
  .products-box .input-row .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .products-box .input-row .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 755px) {
  .products-box .input-row .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 455px) {
  .products-box .input-row .label {
    font-size: 16px;
  }
}
.products-box .input-row input {
  display: block;
  flex-grow: 1;
  padding: 0.3em 0.4em;
}
.products-box .input-row .out-of-stock {
  display: block;
  flex-grow: 1;
  text-align: right;
  color: #b7b7b7;
}
.products-box .btn-row {
  text-align: center;
}
.products-box .btn-row .btn {
  padding: 12px 12px !important;
  max-width: none;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1150px) {
  .products-box .btn-row .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 755px) {
  .products-box .btn-row .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 455px) {
  .products-box .btn-row .btn {
    font-size: 16px;
  }
}
.products-box .btn-row .btn.disabled {
  color: #b5b5b5;
  background: #ccc;
  cursor: default;
}
.products-box .btn-row .btn.enquiry-button {
  display: none;
}
.products-box .btn-row .btn.enquiry-button.active {
  display: inline-block;
}
.products-box .btn-row .btn.hidden {
  display: none;
}
.products-box .question-row {
  color: #5d5f65;
  padding: 24px;
  border-top: 1px solid #e3e3e3;
  margin-top: 12px;
  font-size: 18px;
  display: none;
  opacity: 0;
}
@media screen and (max-width: 1150px) {
  .products-box .question-row {
    font-size: 16px;
  }
}
.products-box .question-row a {
  color: var(--brand-color);
}
.products-box .vat-label {
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  text-align: center;
  color: #5d5f65;
  font-size: 20px;
  padding-top: 16px;
}
@media screen and (max-width: 1150px) {
  .products-box .vat-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 755px) {
  .products-box .vat-label {
    font-size: 18px;
    bottom: -32px;
  }
}
@media screen and (max-width: 455px) {
  .products-box .vat-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 1150px) {
  .products-box .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 755px) {
  .products-box .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 455px) {
  .products-box .btn {
    font-size: 16px;
  }
}

.existing-seller-row {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
@media screen and (max-width: 500px) {
  .existing-seller-row {
    margin: 0 -2%;
  }
}
.existing-seller-row .up {
  margin: 0 1% 2%;
  width: 31.3333%;
}
@media screen and (max-width: 500px) {
  .existing-seller-row .up {
    width: 46%;
    margin: 0 2% 4%;
  }
}
.existing-seller-row .up:last-child {
  margin-right: 0;
}
.existing-seller-row .image-holder {
  background-size: cover;
  background-position: center center;
  height: 120px;
}
.existing-seller-row .description {
  padding: 16px 0 0 0;
  font-size: 16px;
  color: #5d5f65;
}
@media screen and (max-width: 500px) {
  .existing-seller-row .description {
    padding: 12px;
    font-size: 14px;
  }
}

.detail-page .awards-row.active .awards-row-inner .up {
  display: block;
}
.detail-page .awards-row .up {
  width: 31%;
  display: none;
}
@media screen and (max-width: 450px) {
  .detail-page .awards-row .up {
    width: 46%;
  }
}
.detail-page .awards-row .up:nth-child(1), .detail-page .awards-row .up:nth-child(2), .detail-page .awards-row .up:nth-child(3) {
  display: block;
}

.awards-row.active .awards-row-inner .up {
  display: block;
}
.awards-row .awards-row-inner {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1%;
}
@media screen and (max-width: 450px) {
  .awards-row .awards-row-inner {
    margin: 0 -2%;
  }
}
.awards-row .awards-row-inner .up {
  width: 23%;
  padding: 16px;
  margin: 1%;
}
@media screen and (max-width: 1115px) {
  .awards-row .awards-row-inner .up {
    padding: 12px;
  }
}
@media screen and (max-width: 920px) {
  .awards-row .awards-row-inner .up {
    width: 31%;
  }
}
@media screen and (max-width: 450px) {
  .awards-row .awards-row-inner .up {
    width: 46%;
    margin: 2%;
  }
}
.awards-row .awards-row-inner .up:last-child {
  margin-right: 0;
}
.awards-row .awards-row-inner .image-holder {
  margin-bottom: 12px;
}
.awards-row .awards-row-inner .image-holder img {
  max-height: 80px;
  display: block;
  margin: 0 auto;
}
.awards-row .awards-row-inner .name {
  font-size: 16px;
  color: #5d5f65;
  text-align: center;
}
@media screen and (max-width: 1115px) {
  .awards-row .awards-row-inner .name {
    font-size: 14px;
  }
}
.awards-row .awards-row-inner .show-more-row {
  width: 100%;
}

.detail-page {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .detail-page {
    font-size: 16px;
  }
}
.detail-page .show-more-row {
  margin-bottom: 32px;
}
.detail-page .show-more-row .show-more-link {
  color: var(--brand-color);
  font-size: 18px;
}
.detail-page .hero {
  margin-bottom: 18px;
  height: 440px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .detail-page .hero {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .detail-page .hero {
    height: 200px;
  }
}
@media screen and (max-width: 360px) {
  .detail-page .hero {
    height: 150px;
  }
}
.detail-page .constrainer {
  max-width: 1170px;
  padding: 0 32px;
}
@media screen and (max-width: 755px) {
  .detail-page .constrainer {
    padding: 0 16px;
  }
}
.detail-page .subheading {
  color: #65676c;
  font-size: 22px;
  margin-bottom: 24px;
}
@media screen and (max-width: 755px) {
  .detail-page .subheading {
    margin-bottom: 16px;
  }
}
.detail-page .products-box .btn {
  font-size: 19px;
}
@media screen and (max-width: 500px) {
  .detail-page .products-box .btn {
    font-size: 16px;
  }
}
.detail-page .main-content {
  display: flex;
  flex-wrap: wrap;
}
.detail-page .main-content > .left {
  margin-right: 4%;
  width: 63%;
}
@media screen and (max-width: 755px) {
  .detail-page .main-content > .left {
    width: 100%;
    margin-right: 0;
  }
}
.detail-page .main-content > .right {
  width: 33%;
  padding-bottom: 32px;
}
@media screen and (max-width: 755px) {
  .detail-page .main-content > .right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.detail-page .main-content > .right .btn {
  width: 100%;
  margin-bottom: 16px;
  padding: 8px 12px;
  min-width: auto;
}
.detail-page .main-content > .right .btn.secondary {
  margin-bottom: 0;
}
.detail-page .main-content > .right .btn .chat-icon-text {
  position: relative;
  top: -1px;
}
.detail-page .main-content > .right .support {
  font-size: 16px;
  color: #686a6f;
}
@media screen and (max-width: 830px) {
  .detail-page .main-content > .right .support {
    font-size: 14px;
  }
}
@media screen and (max-width: 755px) {
  .detail-page .main-content > .right .support {
    display: none;
  }
}
.detail-page .main-content > .right .support a {
  color: #686a6f;
}
.detail-page .main-content .heading-bar {
  margin-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  .detail-page .main-content .heading-bar {
    margin-bottom: 32px;
  }
}
.detail-page .main-content .heading-bar .image-holder-outer {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .detail-page .main-content .heading-bar .image-holder-outer {
    margin-right: 24px;
  }
}
@media screen and (max-width: 490px) {
  .detail-page .main-content .heading-bar .image-holder-outer {
    float: none;
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.detail-page .main-content .heading-bar .image-holder-outer .image-holder-inner {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 95px;
  margin-bottom: 12px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 490px) {
  .detail-page .main-content .heading-bar .image-holder-outer .image-holder-inner {
    margin: 0 auto 12px;
  }
}
.detail-page .main-content .heading-bar .image-holder-outer .user-name {
  text-align: center;
  color: #5d5f65;
  font-size: 20px;
}
@media screen and (max-width: 755px) {
  .detail-page .main-content .heading-bar .image-holder-outer .user-name {
    font-size: 16px;
  }
}
.detail-page .main-content .heading-bar .text-holder {
  overflow: hidden;
}
.detail-page .main-content .heading-bar .text-holder .name {
  color: #353535;
  font-size: 36px;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .detail-page .main-content .heading-bar .text-holder .name {
    font-size: 28px;
  }
}
@media screen and (max-width: 490px) {
  .detail-page .main-content .heading-bar .text-holder .name {
    font-size: 24px;
    text-align: center;
  }
}
.detail-page .main-content .heading-bar .text-holder .meta-row {
  color: #5d5f65;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .detail-page .main-content .heading-bar .text-holder .meta-row {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .detail-page .main-content .heading-bar .text-holder .meta-row .meta {
    display: block;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 490px) {
  .detail-page .main-content .heading-bar .text-holder .meta-row .meta {
    text-align: center;
  }
}
.detail-page .main-content .heading-bar .text-holder .meta-row .meta:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 990px) {
  .detail-page .main-content .heading-bar .text-holder .meta-row .meta:first-child {
    margin-right: 0;
  }
}
.detail-page .main-content .heading-bar .text-holder .verified-tick {
  padding-top: 16px;
}
.detail-page .main-content .heading-bar .text-holder .verified-tick img {
  vertical-align: middle;
  margin-right: 8px;
}
.detail-page .main-content .heading-bar .text-holder .verified-tick span {
  vertical-align: middle;
  font-size: 20px;
}
.detail-page .main-content .company-story {
  margin-bottom: 32px;
}
.detail-page .main-content .company-story .hidden {
  display: none;
}
.detail-page .main-content .company-story .read-more-company-story {
  padding-top: 8px;
  display: block;
  color: #E8521C;
}
.detail-page .main-content .product-gallery {
  margin-bottom: 32px;
}
.detail-page .main-content .product-gallery .photo-gallery .photo-slot {
  background: none;
  border: none;
}
.detail-page .main-content .product-gallery .photo-gallery .photo-slot img {
  max-width: 100%;
  max-height: 100%;
}
.detail-page .map-row {
  position: relative;
}
@media screen and (max-width: 678px) {
  .detail-page .map-row {
    padding-top: 40px;
  }
}
.detail-page .map-row .grid-map-data-overlap {
  margin-left: 200px;
}
.detail-page .map-row .detail-map {
  height: 564px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 480px) {
  .detail-page .map-row .detail-map {
    height: 350px;
  }
}

.producer-row-old .seller-info .text-holder .descr {
  font-size: 16px;
}

.producer-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  background: #FDFDFD;
}
.producer-row .left-col {
  width: 50%;
  padding-right: 16px;
}
@media screen and (max-width: 900px) {
  .producer-row .left-col {
    padding-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
}
.producer-row .left-col .profile-banner {
  height: 500px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .producer-row .left-col .profile-banner {
    height: 206px;
  }
}
.producer-row .right-col {
  width: 50%;
  padding: 40px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .producer-row .right-col {
    padding-left: 0;
    width: 100%;
  }
}
.producer-row .right-col .seller-info .heading {
  font-weight: normal;
}
.producer-row .right-col .seller-info .location {
  font-size: 18px;
}
.producer-row .right-col .seller-info .bio {
  line-height: 24px;
}
.producer-row .right-col .seller-info .btn.secondary {
  font-size: 18px;
}

.seller-info {
  margin-bottom: 32px;
}
.seller-info .heading {
  text-align: center;
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
  .seller-info .heading {
    font-size: 19px;
  }
}
.seller-info .location {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.seller-info .location img {
  margin-right: 8px;
}
.seller-info .bio {
  margin-bottom: 24px;
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto 52px;
}
@media screen and (max-width: 500px) {
  .seller-info .bio {
    font-size: 16px;
  }
}
.seller-info .questions-heading {
  font-size: 16px;
  color: #5d5f65;
  margin-bottom: 14px;
}
.seller-info .bottom-section {
  max-width: 500px;
  margin: 0 auto;
}
.seller-info .bottom-section .avatar-flag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.seller-info .bottom-section .avatar-flag .profile-picture {
  float: none;
}
.seller-info .bottom-section .avatar-flag .name a {
  color: #353535;
}
@media screen and (max-width: 500px) {
  .seller-info .bottom-section .btn {
    font-size: 16px;
  }
}
.seller-info .name {
  font-size: 18px;
  margin-bottom: 14px;
}
@media screen and (max-width: 500px) {
  .seller-info .name {
    font-size: 16px;
  }
}
.seller-info .profile-picture {
  float: left;
  margin-right: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 95px;
  background: #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1023px) {
  .seller-info .profile-picture {
    margin-right: 24px;
  }
}
@media screen and (max-width: 500px) {
  .seller-info .profile-picture {
    width: 74px;
    height: 74px;
  }
}
.seller-info .profile-picture img {
  max-width: 100%;
  max-height: 100%;
  display: inline;
  vertical-align: middle;
}
.seller-info .text-holder {
  overflow: hidden;
}
.seller-info .text-holder .name {
  margin-right: 30px;
}
.seller-info .text-holder .contact-link {
  color: #E8521C;
  font-size: 14px;
}
@media screen and (max-width: 490px) {
  .seller-info .text-holder .contact-link.hide-when-talkjs-ready {
    text-align: center;
    margin-bottom: 24px;
    margin-left: 0;
    display: block;
  }
}
.seller-info .text-holder .name-row {
  font-size: 20px;
  color: #353535;
  margin-bottom: 24px;
}
@media screen and (max-width: 490px) {
  .seller-info .text-holder .name-row {
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
  }
}
.seller-info .text-holder .descr {
  font-size: 20px;
  max-width: 565px;
}
@media screen and (max-width: 500px) {
  .seller-info .text-holder .descr {
    font-size: 16px;
  }
}

.totals {
  margin-top: 32px;
  font-size: 24px;
  color: #5d5f65;
  margin-bottom: 16px;
}

.pagination {
  font-size: 0;
  margin-bottom: 32px;
}
.pagination svg {
  width: 9px;
  height: 20px;
  position: relative;
  top: 4px;
}
.pagination .page-holder {
  display: inline-block;
}
.pagination .dots {
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
  color: #999999;
}
.pagination .page {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  border: 1px solid #b7b7b7;
  color: #E8521C;
  font-size: 18px;
  margin-right: 8px;
  cursor: pointer;
}
.pagination .page.current {
  background: #E8521C;
  color: #fff;
  cursor: default;
}
.pagination .page .fa {
  font-size: 24px;
}
.pagination .page .fa.fa-angle-right {
  position: relative;
  top: 1px;
  left: 1px;
}
.pagination .page .fa.fa-angle-left {
  position: relative;
  top: 1px;
  left: -1px;
}

.cms {
  color: #353535;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  margin: 0 0 16px;
  font-weight: 400;
}
.cms p {
  margin: 0 0 16px;
  line-height: 1.5;
}
.cms .heading-bar {
  background: #E8521C;
  color: #fff;
  text-align: center;
  padding: 64px 32px;
}
@media screen and (max-width: 600px) {
  .cms .heading-bar {
    padding: 32px 16px;
  }
}
.cms .heading-bar .heading {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .cms .heading-bar .heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .cms .heading-bar .heading {
    font-size: 28px;
  }
}
.cms .heading-bar .subheading {
  font-size: 24px;
}
@media screen and (max-width: 950px) {
  .cms .heading-bar .subheading {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cms .heading-bar .subheading {
    font-size: 18px;
  }
}
.cms .page-content {
  padding: 48px 32px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .cms .page-content {
    padding: 32px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .cms .page-content h2 {
    font-size: 20px;
  }
}
.cms .page-content .our-team-row {
  margin: 0 0 16px;
}
.cms .basic-template .constrainer {
  max-width: 768px;
}

.brand-story-row {
  padding: 48px 32px 0 32px;
  background: #E8521C;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .brand-story-row {
    padding: 32px;
  }
}
@media screen and (max-width: 600px) {
  .brand-story-row {
    padding: 24px 16px;
  }
}
.brand-story-row .constrainer {
  max-width: 864px;
}
.brand-story-row .heading {
  font-size: 42px;
  margin-bottom: 24px;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .brand-story-row .heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .brand-story-row .heading {
    font-size: 19px;
  }
}
.brand-story-row p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 760px) {
  .brand-story-row p {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .brand-story-row p {
    font-size: 16px;
  }
}
.brand-story-row .btn {
  min-width: 300px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 21px;
}
@media screen and (max-width: 760px) {
  .brand-story-row .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .brand-story-row .btn {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    min-width: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .brand-story-row .btn {
    font-size: 17px;
  }
}
.brand-story-row .image-holder {
  float: right;
  margin-left: 32px;
}
@media screen and (max-width: 760px) {
  .brand-story-row .image-holder {
    display: none;
  }
}
.brand-story-row .image-holder img {
  display: block;
  margin: 0 auto;
}

.featured-products-row {
  background: #E8521C;
  padding: 48px 32px;
}
@media screen and (max-width: 600px) {
  .featured-products-row {
    padding: 32px 16px;
  }
}
.featured-products-row .constrainer {
  max-width: 1117px;
}
.featured-products-row .heading {
  text-align: center;
  color: #fff;
  font-size: 41px;
  font-weight: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .featured-products-row .heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .featured-products-row .heading {
    font-size: 19px;
  }
}
.featured-products-row .row {
  margin-bottom: 32px;
}
.featured-products-row .btn-row {
  text-align: center;
}
.featured-products-row .btn-row .btn {
  font-size: 21px;
  padding: 0.42em 0.42em;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .featured-products-row .btn-row .btn {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
  }
}
.featured-products-row .product-up {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 766px) {
  .featured-products-row .product-up {
    width: 49%;
  }
}
@media screen and (max-width: 576px) {
  .featured-products-row .product-up {
    width: 100%;
    margin-right: 0;
  }
}
.featured-products-row .product-up:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 766px) {
  .featured-products-row .product-up:nth-child(3n) {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .featured-products-row .product-up:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .featured-products-row .product-up:nth-child(2n) {
    display: none;
  }
}
.featured-products-row .product-up .image-holder {
  height: 206px;
  background-size: cover;
  background-position: center center;
}
.featured-products-row .product-up .text-holder {
  background: #fff;
  padding: 24px 24px 72px 24px;
  position: relative;
}
@media screen and (max-width: 873px) {
  .featured-products-row .product-up .text-holder {
    padding: 16px 16px 72px 16px;
  }
}
.featured-products-row .product-up .text-holder .profile-card .profile-picture-holder {
  background-size: cover;
  background-position: center center;
  width: 38px;
  height: 38px;
  float: left;
  margin-right: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.featured-products-row .product-up .text-holder .profile-card .text {
  overflow: hidden;
}
.featured-products-row .product-up .text-holder .profile-card .text .name {
  color: #E8521C;
  margin-bottom: 8px;
  font-size: 12px;
}
.featured-products-row .product-up .text-holder .profile-card .text .bio {
  font-size: 16px;
  margin-bottom: 8px;
  color: #353535;
}
@media screen and (max-width: 873px) {
  .featured-products-row .product-up .text-holder .profile-card .text .bio {
    font-size: 14px;
  }
}
.featured-products-row .product-up .text-holder .profile-card .text .location {
  color: #5d5f65;
  font-size: 12px;
}
.featured-products-row .product-up .contact-link {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
@media screen and (max-width: 873px) {
  .featured-products-row .product-up .contact-link {
    font-size: 14px;
  }
}
.featured-products-row .product-up .contact-link span {
  color: #E8521C;
}

.newsletter-signup-row {
  padding: 64px 32px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .newsletter-signup-row {
    padding: 32px 16px;
    background: var(--yellow-200);
  }
}
@media screen and (max-width: 600px) {
  .newsletter-signup-row .constrainer {
    padding: 0 16px;
  }
}
.newsletter-signup-row h2.heading {
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 950px) {
  .newsletter-signup-row h2.heading {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-signup-row h2.heading {
    font-size: 24px;
  }
}
.newsletter-signup-row .input-row {
  margin-bottom: 32px;
}
.newsletter-signup-row .input-row input.primary {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 950px) {
  .newsletter-signup-row .input-row input.primary {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-signup-row .input-row input.primary {
    font-size: 16px;
  }
}
.newsletter-signup-row .btn {
  max-width: 300px;
  display: block;
  font-size: 19px;
  margin: 0 auto;
  line-height: 25px;
}
@media screen and (max-width: 600px) {
  .newsletter-signup-row .btn {
    font-size: 17px;
  }
}
@media screen and (max-width: 450px) {
  .newsletter-signup-row .btn {
    display: block;
    width: 100%;
    max-width: none;
  }
}

.buyer-supplier-template .hero {
  padding: 212px 32px 136px;
  min-height: 550px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .buyer-supplier-template .hero {
    padding: 149px 32px 64px 32px;
  }
}
@media screen and (max-width: 600px) {
  .buyer-supplier-template .hero {
    padding: 80px 16px 50px 16px;
    min-height: 320px;
  }
}
@media screen and (max-width: 485px) {
  .buyer-supplier-template .hero {
    padding: 50px 16px 50px 16px;
  }
}
.buyer-supplier-template .hero .hero-text {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1121px) {
  .buyer-supplier-template .hero .hero-text {
    font-size: 64px;
  }
}
@media screen and (max-width: 800px) {
  .buyer-supplier-template .hero .hero-text {
    font-size: 40px;
    font-weight: normal;
  }
}
.buyer-supplier-template .hero .hero-subtitle {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1121px) {
  .buyer-supplier-template .hero .hero-subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .buyer-supplier-template .hero .hero-subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .buyer-supplier-template .hero .hero-subtitle {
    font-size: 18px;
    font-weight: normal;
  }
}
.buyer-supplier-template .hero .btn-row .btn {
  font-size: 20px;
  padding: 0.6em 2.8em;
  width: 300px;
}
@media screen and (max-width: 600px) {
  .buyer-supplier-template .hero .btn-row .btn {
    font-size: 17px;
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.buyer-supplier-template .how-it-works {
  background: #ffffff;
  text-align: center;
  padding: 50px 32px;
}
@media screen and (max-width: 830px) {
  .buyer-supplier-template .how-it-works {
    padding: 32px 32px;
  }
}
@media screen and (max-width: 600px) {
  .buyer-supplier-template .how-it-works {
    padding: 32px 16px;
  }
}
.buyer-supplier-template .how-it-works .how-it-works-heading {
  font-size: 42px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .buyer-supplier-template .how-it-works .how-it-works-heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .buyer-supplier-template .how-it-works .how-it-works-heading {
    font-size: 19px;
    margin-bottom: 24px;
  }
}
.buyer-supplier-template .how-it-works .how-it-works-up {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .buyer-supplier-template .how-it-works .how-it-works-up {
    width: 185px;
  }
}
@media screen and (max-width: 830px) {
  .buyer-supplier-template .how-it-works .how-it-works-up {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 830px) {
  .buyer-supplier-template .how-it-works .how-it-works-up:last-child {
    margin-bottom: 0;
  }
}
.buyer-supplier-template .how-it-works .how-it-works-up img {
  display: block;
  margin: 0 auto 16px;
}
.buyer-supplier-template .how-it-works .how-it-works-up .text {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .buyer-supplier-template .how-it-works .how-it-works-up .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 830px) {
  .buyer-supplier-template .how-it-works .how-it-works-up .text {
    font-size: 16px;
  }
}
.buyer-supplier-template .how-it-works .arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .buyer-supplier-template .how-it-works .arrow {
    top: -26px;
  }
}
@media screen and (max-width: 830px) {
  .buyer-supplier-template .how-it-works .arrow {
    display: none;
  }
}
.buyer-supplier-template .customer-quotes-row {
  background: #fff;
}
.buyer-supplier-template .faqs-row {
  background: #ffffff;
  padding: 48px 32px;
}
@media screen and (max-width: 600px) {
  .buyer-supplier-template .faqs-row {
    padding: 32px 16px;
  }
}
.buyer-supplier-template .faqs-row .constrainer {
  max-width: 1172px;
}
.buyer-supplier-template .faqs-row .heading {
  font-size: 42px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 950px) {
  .buyer-supplier-template .faqs-row .heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .buyer-supplier-template .faqs-row .heading {
    font-size: 19px;
  }
}
.buyer-supplier-template .faqs-row .faq {
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 6%;
  font-size: 20px;
}
@media screen and (max-width: 950px) {
  .buyer-supplier-template .faqs-row .faq {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .buyer-supplier-template .faqs-row .faq {
    font-size: 16px;
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.buyer-supplier-template .faqs-row .faq:nth-child(2n) {
  margin-right: 0;
}
.buyer-supplier-template .faqs-row .under-faqs {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .buyer-supplier-template .faqs-row .under-faqs {
    font-size: 16px;
  }
}
.buyer-supplier-template .faqs-row .under-faqs a {
  color: #E8521C;
}
.buyer-supplier-template .newsletter-signup-row {
  background: #fff;
}
.post-article {
  padding: 64px 32px;
}
@media screen and (max-width: 600px) {
  .post-article {
    padding: 32px 16px;
  }
}
.post-article .breadcrumbs {
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .post-article .breadcrumbs {
    margin-bottom: 24px;
  }
}
.post-article .breadcrumbs a {
  color: #E8521C;
}
.post-article img {
  height: auto !important;
}
.post-article h1.heading {
  font-size: 28px;
  margin-bottom: 24px;
}
@media screen and (max-width: 950px) {
  .post-article h1.heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .post-article h1.heading {
    font-size: 20px;
  }
}
.post-article .date {
  font-size: 18px;
  margin-bottom: 32px;
}
.post-article .share-row.top {
  margin-bottom: 32px;
}
.post-article .page-content {
  font-size: 18px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .post-article .page-content {
    font-size: 16px;
  }
}
.post-article .page-content p {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .post-article .page-content p {
    margin-bottom: 16px;
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  padding: 60px 16px 16px;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s;
}
.mobile-nav.active {
  pointer-events: auto;
  opacity: 1;
}
.mobile-nav .fa {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #999999;
  font-size: 24px;
  cursor: pointer;
}
.mobile-nav .top-row {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.mobile-nav .top-row .link-row:first-child {
  color: #E8521C;
  padding-top: 0;
}
.mobile-nav .link-row {
  display: block;
  font-size: 17px;
  line-height: 1;
  padding: 20px 0;
  color: #737373;
}

.article-grid .featured-post {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 32px;
}
@media screen and (max-width: 451px) {
  .article-grid .featured-post {
    display: block;
    margin-bottom: 24px;
  }
}
.article-grid .featured-post .left {
  width: 50%;
  display: table-cell;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 451px) {
  .article-grid .featured-post .left {
    display: block;
    width: 100%;
    height: 150px;
  }
}
.article-grid .featured-post .right {
  width: 50%;
  background: #fff;
  display: table-cell;
  vertical-align: top;
  padding: 24px;
  height: 300px;
}
@media screen and (max-width: 752px) {
  .article-grid .featured-post .right {
    padding: 16px;
  }
}
@media screen and (max-width: 451px) {
  .article-grid .featured-post .right {
    display: block;
    width: 100%;
    height: auto;
  }
}
.article-grid .featured-post .right .category {
  color: #E8521C;
  font-size: 12px;
  margin-bottom: 16px;
}
.article-grid .featured-post .right .title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #353535;
}
@media screen and (max-width: 752px) {
  .article-grid .featured-post .right .title {
    font-size: 20px;
  }
}
.article-grid .featured-post .right .date {
  font-size: 16px;
  margin-bottom: 12px;
  color: #353535;
}
@media screen and (max-width: 950px) {
  .article-grid .featured-post .right .date {
    font-size: 14px;
  }
}
.article-grid .featured-post .right .extract {
  font-size: 16px;
  margin-bottom: 16px;
  color: #353535;
}
@media screen and (max-width: 752px) {
  .article-grid .featured-post .right .extract {
    font-size: 14px;
  }
}
.article-grid .featured-post .right .btn-row span {
  color: #E8521C;
  font-size: 12px;
}
.article-grid .post-up {
  background: #fff;
  position: relative;
  display: block;
  color: #353535;
  float: left;
  width: 31.333333%;
  margin-right: 3%;
  margin-bottom: 3%;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 752px) {
  .article-grid .post-up {
    width: 48.5%;
  }
}
@media screen and (max-width: 451px) {
  .article-grid .post-up {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.article-grid .post-up:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 752px) {
  .article-grid .post-up:nth-child(3n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 752px) {
  .article-grid .post-up:nth-child(2n) {
    margin-right: 0;
  }
}
.article-grid .post-up .image-holder {
  height: 203px;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 950px) {
  .article-grid .post-up .image-holder {
    height: 150px;
  }
}
.article-grid .post-up .text-holder {
  background: #fff;
  padding: 24px 24px 56px;
  color: #353535;
}
@media screen and (max-width: 950px) {
  .article-grid .post-up .text-holder {
    padding: 16px 16px 46px;
  }
}
.article-grid .post-up .text-holder .category {
  color: #E8521C;
  font-size: 12px;
  margin-bottom: 16px;
}
.article-grid .post-up .text-holder .title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #353535;
}
@media screen and (max-width: 950px) {
  .article-grid .post-up .text-holder .title {
    font-size: 20px;
  }
}
.article-grid .post-up .text-holder .date {
  font-size: 16px;
  margin-bottom: 12px;
  color: #353535;
}
@media screen and (max-width: 950px) {
  .article-grid .post-up .text-holder .date {
    font-size: 14px;
  }
}
.article-grid .post-up .text-holder .extract {
  font-size: 16px;
  margin-bottom: 16px;
  color: #353535;
}
@media screen and (max-width: 950px) {
  .article-grid .post-up .text-holder .extract {
    font-size: 14px;
  }
}
.article-grid .post-up .text-holder .btn-row {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
@media screen and (max-width: 950px) {
  .article-grid .post-up .text-holder .btn-row {
    bottom: 16px;
    left: 16px;
  }
}
.article-grid .post-up .text-holder .btn-row span {
  color: #E8521C;
  font-size: 12px;
}

.our-team-row {
  margin: 32px 0;
}
.our-team-row .up {
  float: left;
  width: 48%;
}
.our-team-row .up:first-child {
  margin-right: 4%;
}
.our-team-row .up .image-holder {
  margin-bottom: 16px;
}
.our-team-row .up .image-holder img {
  display: block;
}
.pricing-holder {
  padding: 0 32px;
}
@media screen and (max-width: 700px) {
  .pricing-holder {
    text-align: center;
    font-size: 0;
  }
}
@media screen and (max-width: 600px) {
  .pricing-holder {
    padding: 0 16px;
  }
}
.pricing-holder .col {
  float: left;
  width: 30.666%;
  margin-right: 4%;
}
@media screen and (max-width: 700px) {
  .pricing-holder .col {
    display: inline-block;
    width: 48%;
    float: none;
    margin-bottom: 4%;
    font-size: 16px;
    vertical-align: top;
  }
}
@media screen and (max-width: 550px) {
  .pricing-holder .col {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.pricing-holder .col:nth-child(3n) {
  margin-right: 0;
}
.pricing-holder .image-holder {
  margin-bottom: 16px;
}
.pricing-holder .image-holder img {
  display: block;
  margin: 0 auto;
}
.pricing-holder .text-holder {
  text-align: center;
}
.pricing-holder .text-holder .top-text {
  margin-bottom: 32px;
  min-height: 133px;
}
@media screen and (max-width: 550px) {
  .pricing-holder .text-holder .top-text {
    min-height: 0;
  }
}
.pricing-holder .text-holder .btn-row {
  margin-bottom: 32px;
}
.pricing-holder .text-holder .btn-row .btn {
  display: block;
}
.pricing-holder .text-holder .bottom-text {
  font-size: 16px;
}

.page-id-71 .cms .basic-template .constrainer {
  max-width: 900px;
}

.cookie-policy {
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 3px;
  max-width: 382px;
  background: #fff;
  padding: 24px 60px 24px 32px;
  display: none;
  color: #353535;
  box-shadow: 8px -1px 13px -7px rgba(0, 0, 0, 0.2);
  z-index: 2147483648;
  border: 1px solid #d6d6d6;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .cookie-policy {
    font-size: 14px;
    right: 20px;
    padding: 16px 60px 16px 16px;
  }
}
.cookie-policy .close {
  position: absolute;
  right: 28px;
  top: 24px;
  cursor: pointer;
  font-size: 24px;
  margin-left: 16px;
}
.cookie-policy a {
  text-decoration: underline;
  color: #353535;
}

.sidebar-menu .menu-link {
  border: 1px solid #cccccc;
  display: block;
  border-bottom: 0;
  color: #999999;
  padding: 16px;
}
@media screen and (max-width: 800px) {
  .sidebar-menu .menu-link {
    padding: 12px;
    font-size: 14px;
  }
}
.sidebar-menu .menu-link:hover {
  color: var(--brand-color);
}
.sidebar-menu .menu-link.active {
  color: var(--brand-color);
}
.sidebar-menu .menu-link:last-child {
  border-bottom: 1px solid #ccc;
}
.sidebar-menu .menu-link img {
  float: right;
  position: relative;
  top: 1px;
}
.sidebar-menu .menu-wrap {
  display: block;
}
@media screen and (max-width: 700px) {
  .sidebar-menu .menu-wrap {
    display: none;
  }
}
.sidebar-menu .mobile-back-row {
  color: #E8521C;
  font-size: 19px;
  display: none;
}
@media screen and (max-width: 700px) {
  .sidebar-menu .mobile-back-row {
    display: block;
  }
}
.sidebar-menu .mobile-back-row img {
  vertical-align: middle;
  margin-right: 8px;
}
.sidebar-menu .mobile-back-row .text {
  vertical-align: middle;
}

.management {
  padding: 44px 0;
}
@media screen and (max-width: 700px) {
  .management {
    padding: 16px 0 32px;
  }
}
.management .constrainer {
  max-width: 1276px;
  padding: 0 32px;
}
@media screen and (max-width: 994px) {
  .management .constrainer {
    padding: 0 24px;
  }
}
@media screen and (max-width: 500px) {
  .management .constrainer {
    padding: 0 16px;
  }
}
.management .flex-wrap {
  display: flex;
}
@media screen and (max-width: 700px) {
  .management .flex-wrap {
    flex-wrap: wrap;
  }
}
.management .sidebar {
  min-width: 300px;
  margin-right: 46px;
}
@media screen and (max-width: 994px) {
  .management .sidebar {
    margin-right: 24px;
    min-width: 250px;
  }
}
@media screen and (max-width: 800px) {
  .management .sidebar {
    min-width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .management .sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .management .sidebar {
    margin-bottom: 16px;
  }
}
.management .main {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  box-shadow: 5px 0 18px 2px #dedede;
}
@media screen and (max-width: 700px) {
  .management .main {
    border: none;
    box-shadow: none;
  }
}

.your-product-listing .title-row {
  padding: 40px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1054px) {
  .your-product-listing .title-row {
    padding: 24px;
  }
}
@media screen and (max-width: 700px) {
  .your-product-listing .title-row {
    padding: 0 0 16px 0;
  }
}
.your-product-listing .title-row h1 {
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .your-product-listing .title-row h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 994px) {
  .your-product-listing .title-row h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .your-product-listing .title-row h1 {
    font-size: 20px;
  }
}
.your-product-listing .title-row p {
  color: #262626;
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 994px) {
  .your-product-listing .title-row p {
    font-size: 16px;
  }
}
.your-product-listing .add-product-row {
  text-align: center;
  padding: 40px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1054px) {
  .your-product-listing .add-product-row {
    padding: 24px;
  }
}
@media screen and (max-width: 700px) {
  .your-product-listing .add-product-row {
    padding: 24px 0;
  }
}
.your-product-listing .add-product-row h2 {
  font-size: 36px;
  font-weight: 400;
  color: #5d5f65;
}
@media screen and (max-width: 1200px) {
  .your-product-listing .add-product-row h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 994px) {
  .your-product-listing .add-product-row h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .your-product-listing .add-product-row h2 {
    font-size: 18px;
  }
}
.your-product-listing .add-product-row .btn-row .btn {
  font-size: 19px;
  padding: 12px 32px;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .your-product-listing .add-product-row .btn-row .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .your-product-listing .add-product-row .btn-row .btn {
    width: 100%;
    padding: 12px 16px;
  }
}
.your-product-listing .product-listing-row {
  padding: 40px;
}
@media screen and (max-width: 1054px) {
  .your-product-listing .product-listing-row {
    padding: 24px;
  }
}
@media screen and (max-width: 700px) {
  .your-product-listing .product-listing-row {
    padding: 24px 0;
  }
}
.your-product-listing .product-listing-row h3 {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
}
.your-product-listing .product-listing-row .no-products-message {
  color: #aaa;
  font-size: 20px;
}
.your-product-listing .product-listing-row .products .product {
  display: flex;
  padding: 26px;
  border: 1px solid #e3e3e3;
  margin-bottom: 28px;
  flex-wrap: wrap;
  position: relative;
  border-radius: 3px;
}
@media screen and (max-width: 1270px) {
  .your-product-listing .product-listing-row .products .product {
    padding: 16px;
    margin-bottom: 24px;
  }
}
.your-product-listing .product-listing-row .products .product:last-child {
  margin-bottom: 0;
}
.your-product-listing .product-listing-row .products .product .visible-label {
  font-size: 14px;
  position: absolute;
  top: 26px;
  right: 26px;
}
@media screen and (max-width: 1270px) {
  .your-product-listing .product-listing-row .products .product .visible-label {
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 1095px) {
  .your-product-listing .product-listing-row .products .product .visible-label {
    font-size: 12px;
  }
}
@media screen and (max-width: 855px) {
  .your-product-listing .product-listing-row .products .product .visible-label {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.your-product-listing .product-listing-row .products .product .image-holder {
  width: 25%;
}
@media screen and (max-width: 650px) {
  .your-product-listing .product-listing-row .products .product .image-holder {
    width: 100%;
    margin-bottom: 16px;
  }
}
.your-product-listing .product-listing-row .products .product .image-holder .image {
  height: 0;
  padding-bottom: 72%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  .your-product-listing .product-listing-row .products .product .image-holder .image {
    padding-bottom: 40%;
  }
}
.your-product-listing .product-listing-row .products .product .visibility-row {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.your-product-listing .product-listing-row .products .product .visibility-row .left {
  width: 50%;
}
.your-product-listing .product-listing-row .products .product .visibility-row .left .toggle {
  vertical-align: middle;
  display: inline-block;
  margin-right: 32px;
}
.your-product-listing .product-listing-row .products .product .visibility-row .left .toggle:last-child {
  margin-right: 0;
}
.your-product-listing .product-listing-row .products .product .visibility-row .left .label {
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}
.your-product-listing .product-listing-row .products .product .visibility-row .right {
  width: 50%;
  text-align: right;
}
.your-product-listing .product-listing-row .products .product .visibility-row .right .label {
  vertical-align: middle;
  margin-right: 12px;
}
.your-product-listing .product-listing-row .products .product .visibility-row .right .icon,
.your-product-listing .product-listing-row .products .product .visibility-row .right .bin {
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .your-product-listing .product-listing-row .products .product .visibility-row .right .bin {
    width: 16px;
  }
}
.your-product-listing .product-listing-row .products .product .visibility-row .make-hidden,
.your-product-listing .product-listing-row .products .product .visibility-row .make-visible {
  font-size: 34px;
  bottom: 0;
  color: #ccc;
}
@media screen and (max-width: 500px) {
  .your-product-listing .product-listing-row .products .product .visibility-row .make-hidden,
.your-product-listing .product-listing-row .products .product .visibility-row .make-visible {
    font-size: 24px;
  }
}
.your-product-listing .product-listing-row .products .product .text-holder {
  width: 75%;
  padding-left: 24px;
  color: #5d5f65;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .your-product-listing .product-listing-row .products .product .text-holder {
    font-size: 16px;
  }
}
@media screen and (max-width: 1054px) {
  .your-product-listing .product-listing-row .products .product .text-holder {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .your-product-listing .product-listing-row .products .product .text-holder {
    padding-left: 0;
    width: 100%;
  }
}
.your-product-listing .product-listing-row .products .product .text-holder .name {
  margin-bottom: 8px;
}
.your-product-listing .product-listing-row .products .product .text-holder .meta {
  margin-bottom: 16px;
}
.your-product-listing .product-listing-row .products .product .text-holder .price {
  color: #353535;
  font-size: 28px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1270px) {
  .your-product-listing .product-listing-row .products .product .text-holder .price {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1054px) {
  .your-product-listing .product-listing-row .products .product .text-holder .price {
    font-size: 20px;
  }
}
.your-product-listing .product-listing-row .products .product .text-holder .price .weight {
  font-size: 21px;
}
@media screen and (max-width: 1270px) {
  .your-product-listing .product-listing-row .products .product .text-holder .price .weight {
    font-size: 18px;
  }
}
@media screen and (max-width: 1054px) {
  .your-product-listing .product-listing-row .products .product .text-holder .price .weight {
    font-size: 16px;
  }
}
.your-product-listing .product-listing-row .products .product .text-holder .price .ex-vat {
  font-size: 21px;
  color: #999999;
}
@media screen and (max-width: 1270px) {
  .your-product-listing .product-listing-row .products .product .text-holder .price .ex-vat {
    font-size: 18px;
  }
}
@media screen and (max-width: 1054px) {
  .your-product-listing .product-listing-row .products .product .text-holder .price .ex-vat {
    font-size: 16px;
  }
}
.your-product-listing .product-listing-row .products .product .text-holder .btn-row .btn {
  min-width: 130px;
  margin-right: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1270px) {
  .your-product-listing .product-listing-row .products .product .text-holder .btn-row .btn {
    font-size: 14px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 846px) {
  .your-product-listing .product-listing-row .products .product .text-holder .btn-row .btn {
    min-width: 0;
    padding: 8px 16px;
  }
}
.your-product-listing .product-listing-row .products .product .text-holder .btn-row .btn:last-child {
  margin-right: 0;
}

.show-when-talkjs-ready {
  display: none;
}

#inbox-container {
  padding: 32px 0;
}

.conditional-parents {
  display: none;
}
.conditional-parents.active {
  display: block;
}

.hero-image-hidden {
  display: none;
}

.table-holder {
  max-width: 100%;
  overflow-x: auto;
}

input.hidden {
  display: none !important;
}

.brand-profile .brand-section {
  padding: 40px;
}
@media screen and (max-width: 994px) {
  .brand-profile .brand-section {
    padding: 24px;
  }
}
@media screen and (max-width: 700px) {
  .brand-profile .brand-section {
    padding: 16px 0;
  }
}
.brand-profile .profile-cover-box {
  display: flex;
  width: 540px;
  height: 310px;
  border: 2px dashed #ccc;
  background: url(/images/camera-icon.jpg?417cf720068665d60432fb0999ba6348) center center no-repeat;
  margin-bottom: 16px;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .brand-profile .profile-cover-box {
    width: 100%;
  }
}
.brand-profile .profile-cover-box .size {
  color: #5d5f65;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.brand-profile .profile-cover-box .cover-profile-image {
  position: relative;
  z-index: 3;
  max-width: 540px;
  max-height: 310px;
}
@media screen and (max-width: 650px) {
  .brand-profile .profile-cover-box .cover-profile-image {
    max-width: 100%;
    max-height: 200px;
  }
}
.brand-profile .photo-btn-row {
  margin-bottom: 40px;
}
.brand-profile .photo-btn-row .btn {
  min-width: 300px;
}
@media screen and (max-width: 400px) {
  .brand-profile .photo-btn-row .btn {
    width: 100%;
    min-width: 0;
  }
}
.brand-profile .photo-gallery .row {
  display: flex;
  justify-content: space-between;
}
.brand-profile .photo-gallery .row.top {
  margin-bottom: 1%;
}
.brand-profile .photo-gallery .row.top .photo-gallery-slot {
  width: 49.5%;
  height: 210px;
  background-size: 33%;
}
.brand-profile .photo-gallery .row.bottom .photo-gallery-slot {
  width: 32.666666667%;
  height: 110px;
  background-size: 25%;
}
.brand-profile .photo-gallery .photo-gallery-slot {
  cursor: pointer;
  border: 2px dashed #cccccc;
  background: url(/images/camera-icon.jpg?417cf720068665d60432fb0999ba6348) center center no-repeat;
}
.brand-profile .photo-gallery .photo-gallery-slot.has-image {
  background-size: cover !important;
  background-position: center center !important;
}

.order-detail-page {
  padding-top: 0;
}
.order-detail-page .back-row {
  margin-bottom: 16px;
  display: none;
}
@media screen and (max-width: 500px) {
  .order-detail-page .back-row {
    display: block;
  }
}
.order-detail-page .back-row a {
  color: #353535;
  vertical-align: middle;
  font-size: 19px;
  color: #E8521C;
}
.order-detail-page .back-row img {
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.order-detail-page .mobile-back-row {
  display: none;
}
.order-detail-page .title-section {
  margin-bottom: 32px;
}
@media screen and (max-width: 450px) {
  .order-detail-page .title-section {
    text-align: right;
  }
}
@media screen and (max-width: 450px) {
  .order-detail-page .title-section h1 {
    text-align: left;
  }
}
.order-detail-page .title-section h1 img {
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.order-detail-page .title-section h1 .mobile-back-btn {
  display: inline;
}
@media screen and (max-width: 500px) {
  .order-detail-page .title-section h1 .mobile-back-btn {
    display: none;
  }
}
.order-detail-page .title-section .status {
  float: right;
  color: #999;
  font-size: 17px;
  padding: 4px 22px;
  border-radius: 3px;
  border: 1px solid #999;
  position: relative;
  top: 8px;
}
@media screen and (max-width: 995px) {
  .order-detail-page .title-section .status {
    top: 0;
  }
}
@media screen and (max-width: 450px) {
  .order-detail-page .title-section .status {
    display: none;
  }
}
.order-detail-page .title-section .status.mobile {
  display: none;
  float: none;
}
@media screen and (max-width: 450px) {
  .order-detail-page .title-section .status.mobile {
    display: inline-block;
  }
}
@media screen and (max-width: 860px) {
  .order-detail-page .title-section .status {
    font-size: 16px;
    padding: 4px 12px;
  }
}
.order-detail-page .subheading-row .download-invoice-link {
  color: #E8521C;
  float: right;
  font-size: 20px;
}
@media screen and (max-width: 860px) {
  .order-detail-page .subheading-row .download-invoice-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .order-detail-page .subheading-row .download-invoice-link {
    font-size: 14px;
    position: relative;
    top: 4px;
  }
}
.order-detail-page .order-status-bar {
  margin-bottom: 32px;
}
.order-detail-page .action-btn-row {
  display: none;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .order-detail-page .action-btn-row {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 16px;
    background: #fff;
    z-index: 9999;
    border-top: 1px solid #e3e3e3;
  }
}
.order-detail-page .action-btn-row.active {
  display: block;
}
.order-detail-page .action-btn-row .btn:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 500px) {
  .order-detail-page .action-btn-row .btn {
    font-size: 16px;
  }
}
.order-detail-page .box {
  margin-bottom: 16px;
}
@media screen and (max-width: 860px) {
  .order-detail-page .box.second {
    padding: 12px;
  }
}
.order-detail-page .box .row {
  font-size: 20px;
}
@media screen and (max-width: 860px) {
  .order-detail-page .box .row {
    font-size: 16px;
  }
}
.order-detail-page .box .row .label {
  min-width: 100px;
  display: inline-block;
}
.order-detail-page .box .row .value {
  font-weight: bold;
}
.order-detail-page .box.customer-details {
  margin-bottom: 64px;
}
@media screen and (max-width: 860px) {
  .order-detail-page .box.customer-details {
    margin-bottom: 32px;
  }
}
.order-detail-page .box.customer-details .edit-btn,
.order-detail-page .box.customer-details .cancel-btn {
  float: right;
  color: #E8521C;
  font-size: 16px;
}
@media screen and (max-width: 860px) {
  .order-detail-page .box.customer-details .edit-btn,
.order-detail-page .box.customer-details .cancel-btn {
    font-size: 14px;
  }
}
.order-detail-page .box.customer-details .row {
  display: flex;
  align-items: top;
}
.order-detail-page .box.customer-details .address {
  width: 50%;
  color: #999999;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 860px) {
  .order-detail-page .box.customer-details .address {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .order-detail-page .box.customer-details .address {
    font-size: 14px;
  }
}
.order-detail-page .box.customer-details .links {
  width: 50%;
  text-align: right;
}
.order-detail-page .box.customer-details .links a {
  color: #E8521C;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 860px) {
  .order-detail-page .box.customer-details .links a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .order-detail-page .box.customer-details .links a {
    font-size: 14px;
  }
}
.order-detail-page .disclaimer {
  color: #999999;
  font-size: 20px;
  padding-top: 48px;
}
@media screen and (max-width: 860px) {
  .order-detail-page .disclaimer {
    font-size: 16px;
    padding-top: 24px;
  }
}
.order-detail-page .disclaimer a {
  color: #E8521C;
}
.order-detail-page .reference {
  float: right;
}
.order-detail-page .basket .producer .products .product .text .right input {
  border: 0;
  min-width: 80px;
}
@media screen and (max-width: 860px) {
  .order-detail-page .basket .producer .products .product .image-holder {
    flex-basis: 60px;
    height: 50px;
  }
}
@media screen and (max-width: 860px) {
  .order-detail-page .basket .producer .products .product .text .left .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .order-detail-page .basket .producer .products .product .text .left .weight {
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .order-detail-page .basket .producer .products .product .text .right input {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .order-detail-page .basket .producer .products .product .text .right input {
    min-width: 50px;
  }
}
@media screen and (max-width: 860px) {
  .order-detail-page .basket .producer .products .product .text .right .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .order-detail-page .basket .producer .products .delivery {
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .order-detail-page .basket .producer .products .delivery .right {
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .order-detail-page .basket .producer .products .delivery img {
    width: 32px;
  }
}

.order-list-page .main,
.order-detail-page .main,
.payout-details-page .main {
  padding: 40px;
}
@media screen and (max-width: 780px) {
  .order-list-page .main,
.order-detail-page .main,
.payout-details-page .main {
    padding: 16px;
  }
}
@media screen and (max-width: 700px) {
  .order-list-page .main,
.order-detail-page .main,
.payout-details-page .main {
    padding: 0;
  }
}
.order-list-page .main .title-section h1,
.order-detail-page .main .title-section h1,
.payout-details-page .main .title-section h1 {
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 994px) {
  .order-list-page .main .title-section h1,
.order-detail-page .main .title-section h1,
.payout-details-page .main .title-section h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .order-list-page .main .title-section h1,
.order-detail-page .main .title-section h1,
.payout-details-page .main .title-section h1 {
    font-size: 20px;
  }
}
.order-list-page .main h2,
.order-detail-page .main h2,
.payout-details-page .main h2 {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  .order-list-page .main h2,
.order-detail-page .main h2,
.payout-details-page .main h2 {
    font-size: 19px;
  }
}
.order-list-page .main h3,
.order-detail-page .main h3,
.payout-details-page .main h3 {
  font-weight: 400;
  color: #737373;
  font-size: 14px;
}

.account-details .title-section,
.brand-profile .title-section {
  padding: 40px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 994px) {
  .account-details .title-section,
.brand-profile .title-section {
    padding: 24px;
  }
}
@media screen and (max-width: 700px) {
  .account-details .title-section,
.brand-profile .title-section {
    padding: 0 0 16px 0;
  }
}
.account-details .title-section h1,
.brand-profile .title-section h1 {
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 994px) {
  .account-details .title-section h1,
.brand-profile .title-section h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .account-details .title-section h1,
.brand-profile .title-section h1 {
    font-size: 20px;
  }
}
.account-details .title-section p,
.brand-profile .title-section p {
  color: #262626;
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 994px) {
  .account-details .title-section p,
.brand-profile .title-section p {
    font-size: 16px;
  }
}
.account-details .personal-section,
.brand-profile .personal-section {
  padding: 40px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 994px) {
  .account-details .personal-section,
.brand-profile .personal-section {
    padding: 24px;
  }
}
@media screen and (max-width: 700px) {
  .account-details .personal-section,
.brand-profile .personal-section {
    padding: 16px 0;
  }
}
.account-details .company-and-address-section,
.brand-profile .company-and-address-section {
  padding: 40px;
}
@media screen and (max-width: 994px) {
  .account-details .company-and-address-section,
.brand-profile .company-and-address-section {
    padding: 24px;
  }
}
@media screen and (max-width: 700px) {
  .account-details .company-and-address-section,
.brand-profile .company-and-address-section {
    padding: 16px 0;
  }
}
.account-details .intro p,
.brand-profile .intro p {
  color: #5d5f65;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .account-details .intro p,
.brand-profile .intro p {
    font-size: 14px;
  }
}
.account-details .intro p.large,
.brand-profile .intro p.large {
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .account-details .intro p.large,
.brand-profile .intro p.large {
    font-size: 18px;
  }
}
.account-details .profile-image,
.brand-profile .profile-image {
  cursor: pointer;
  max-width: 300px;
  max-height: 300px;
}
@media screen and (max-width: 400px) {
  .account-details .profile-image,
.brand-profile .profile-image {
    max-width: 200px;
    max-height: 200px;
  }
}
.account-details .input-row,
.brand-profile .input-row {
  margin-bottom: 24px;
  max-width: 300px;
}
@media screen and (max-width: 800px) {
  .account-details .input-row,
.brand-profile .input-row {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .account-details .input-row,
.brand-profile .input-row {
    margin-bottom: 16px;
  }
}
.account-details .input-row.wide,
.brand-profile .input-row.wide {
  max-width: 510px;
}
@media screen and (max-width: 800px) {
  .account-details .input-row.wide,
.brand-profile .input-row.wide {
    max-width: 100%;
  }
}
.account-details .input-row .half,
.brand-profile .input-row .half {
  float: left;
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 800px) {
  .account-details .input-row .half,
.brand-profile .input-row .half {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .account-details .input-row .half,
.brand-profile .input-row .half {
    margin-bottom: 16px;
  }
}
.account-details .input-row .half:last-child,
.brand-profile .input-row .half:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .account-details .input-row .half:last-child,
.brand-profile .input-row .half:last-child {
    margin-bottom: 0;
  }
}
.account-details .input-row .label,
.brand-profile .input-row .label {
  font-size: 18px;
  color: #5d5f65;
  margin-bottom: 6px;
}
@media screen and (max-width: 500px) {
  .account-details .input-row .label,
.brand-profile .input-row .label {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.account-details .input-row input,
.account-details .input-row textarea,
.account-details .input-row select,
.brand-profile .input-row input,
.brand-profile .input-row textarea,
.brand-profile .input-row select {
  width: 100%;
  display: block;
}
@media screen and (max-width: 500px) {
  .account-details .input-row input,
.account-details .input-row textarea,
.account-details .input-row select,
.brand-profile .input-row input,
.brand-profile .input-row textarea,
.brand-profile .input-row select {
    font-size: 14px;
  }
}
.account-details .input-row textarea,
.brand-profile .input-row textarea {
  min-height: 160px;
  resize: vertical;
}
.account-details .input-row .bio-wrap,
.account-details .input-row .short-description-wrap,
.brand-profile .input-row .bio-wrap,
.brand-profile .input-row .short-description-wrap {
  position: relative;
}
.account-details .input-row .bio-wrap textarea,
.account-details .input-row .short-description-wrap textarea,
.brand-profile .input-row .bio-wrap textarea,
.brand-profile .input-row .short-description-wrap textarea {
  padding-right: 46px;
}
.account-details .input-row .bio-wrap .shortbio-length-counter,
.account-details .input-row .bio-wrap .short-description-length-counter,
.account-details .input-row .short-description-wrap .shortbio-length-counter,
.account-details .input-row .short-description-wrap .short-description-length-counter,
.brand-profile .input-row .bio-wrap .shortbio-length-counter,
.brand-profile .input-row .bio-wrap .short-description-length-counter,
.brand-profile .input-row .short-description-wrap .shortbio-length-counter,
.brand-profile .input-row .short-description-wrap .short-description-length-counter {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 20px;
  color: #cacaca;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 500px) {
  .account-details .input-row .bio-wrap .shortbio-length-counter,
.account-details .input-row .bio-wrap .short-description-length-counter,
.account-details .input-row .short-description-wrap .shortbio-length-counter,
.account-details .input-row .short-description-wrap .short-description-length-counter,
.brand-profile .input-row .bio-wrap .shortbio-length-counter,
.brand-profile .input-row .bio-wrap .short-description-length-counter,
.brand-profile .input-row .short-description-wrap .shortbio-length-counter,
.brand-profile .input-row .short-description-wrap .short-description-length-counter {
    font-size: 16px;
  }
}
.account-details .input-row .bio-wrap .shortbio-length-counter.invalid,
.account-details .input-row .bio-wrap .short-description-length-counter.invalid,
.account-details .input-row .short-description-wrap .shortbio-length-counter.invalid,
.account-details .input-row .short-description-wrap .short-description-length-counter.invalid,
.brand-profile .input-row .bio-wrap .shortbio-length-counter.invalid,
.brand-profile .input-row .bio-wrap .short-description-length-counter.invalid,
.brand-profile .input-row .short-description-wrap .shortbio-length-counter.invalid,
.brand-profile .input-row .short-description-wrap .short-description-length-counter.invalid {
  color: #db4f56;
}
.account-details .btn-row,
.brand-profile .btn-row {
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .account-details .btn-row,
.brand-profile .btn-row {
    padding-top: 32px;
  }
}
@media screen and (max-width: 500px) {
  .account-details .btn-row,
.brand-profile .btn-row {
    padding-top: 24px;
  }
}
.account-details .btn-row .btn,
.brand-profile .btn-row .btn {
  display: inline-block;
  width: 300px;
}
@media screen and (max-width: 400px) {
  .account-details .btn-row .btn,
.brand-profile .btn-row .btn {
    width: 100%;
  }
}

.product-buy-box .minimum-qty-error {
  display: none;
  text-align: left;
  font-size: 14px;
  color: #d30000;
  margin-bottom: 16px;
}
.product-buy-box .minimum-qty-error.active {
  display: block;
}
.product-buy-box .input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .product-buy-box .input-row {
    max-width: none;
  }
}
.product-buy-box .input-row .label {
  font-size: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 1200px) {
  .product-buy-box .input-row .label {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .product-buy-box .input-row .label {
    font-size: 16px;
  }
}
.product-buy-box .input-row input {
  text-align: center;
  flex-grow: 1;
  display: block;
  font-size: 18px;
  padding: 7px;
  line-height: 33px;
}
@media screen and (max-width: 1200px) {
  .product-buy-box .input-row input {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .product-buy-box .input-row input {
    font-size: 16px;
  }
}
.product-buy-box .input-row .out-of-stock {
  flex-grow: 1;
  color: #b7b7b7;
  text-align: left;
}
.product-buy-box .btn-row {
  font-size: 0;
}
@media screen and (max-width: 500px) {
  .product-buy-box .btn-row {
    text-align: center;
  }
}
.product-buy-box .btn {
  width: 48%;
  font-size: 19px;
}
.product-buy-box .btn:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 500px) {
  .product-buy-box .btn:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .product-buy-box .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .product-buy-box .btn {
    width: 100%;
    max-width: none;
  }
}
.product-buy-box .btn.add-to-basket {
  min-width: 300px;
  background: #171738;
  font-size: 18px;
}
.product-buy-box .btn.add-to-basket.added-to-basket {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .product-buy-box .btn.add-to-basket {
    min-width: 0;
  }
}
.product-buy-box .qty-btn {
  width: 66px;
  height: 50px;
  line-height: 44px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #E8521C;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-buy-box .qty-btn.down {
  margin-right: 8px;
}
.product-buy-box .qty-btn.up {
  margin-left: 8px;
}
.product-buy-box .min-qty-row {
  padding: 16px 0 24px 0;
  color: #65676c;
  font-size: 16px;
}
@media screen and (max-width: 860px) {
  .product-buy-box .min-qty-row {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 500px) {
  .product-buy-box .min-qty-row {
    font-size: 14px;
    padding-top: 0;
  }
}
.product-buy-box .min-qty-row .left {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
.product-buy-box .min-qty-row .right {
  display: inline-block;
}
.product-buy-box .min-qty-row .right img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.product-buy-box .btn-row {
  margin-bottom: 16px;
}
.product-buy-box .btn-row .btn.disabled {
  display: none;
}
.product-buy-box .checkout-btn {
  display: inline-block;
}

.bar {
  background: #1358ab;
  color: #fff;
  padding: 8px 0;
}
@media screen and (max-width: 650px) {
  .bar {
    font-size: 14px;
  }
}
.bar .constrainer {
  max-width: 1984px;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1288px) {
  .bar .constrainer {
    padding: 0 16px;
  }
}
.bar .actions .btn {
  min-width: 200px;
  background: #fff;
  color: #1358ab;
  margin-left: 8px;
}
@media screen and (max-width: 650px) {
  .bar .actions .btn {
    min-width: 0;
    font-size: 14px;
  }
}

.mobile-image-holder {
  display: none;
}
@media screen and (max-width: 860px) {
  .mobile-image-holder {
    display: block;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 800px) {
  .mobile-image-holder {
    margin-bottom: 16px;
  }
}

.product-detail {
  position: relative;
}
.product-detail .product-buy-box .input-row {
  max-width: 300px;
}
@media screen and (max-width: 500px) {
  .product-detail .product-buy-box .input-row {
    max-width: none;
  }
}
.product-detail .product-buy-box .checkout-btn {
  min-width: 300px;
}
.product-detail .back-row {
  max-width: 1584px;
  padding: 16px 32px 16px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .product-detail .back-row {
    padding: 16px;
  }
}
.product-detail .back-row a {
  color: #E8521C;
}
.product-detail .back-row a img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.product-detail .cols {
  display: flex;
}
@media screen and (max-width: 860px) {
  .product-detail .cols {
    flex-wrap: wrap;
  }
}
.product-detail .cols .left-col {
  width: 60%;
}
@media screen and (max-width: 860px) {
  .product-detail .cols .left-col {
    width: 100%;
    order: 2;
  }
}
.product-detail .cols .right-col {
  width: 40%;
  padding-left: 30px;
}
@media screen and (max-width: 860px) {
  .product-detail .cols .right-col {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
.product-detail .product-main-content {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}
.product-detail .expander {
  border-bottom: 1px solid #e3e3e3;
  padding: 16px 0;
}
.product-detail .expander.description {
  display: none;
}
@media screen and (max-width: 500px) {
  .product-detail .expander.description {
    display: block;
  }
}
.product-detail .expander .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.product-detail .expander .heading {
  font-size: 24px;
  color: #353535;
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .product-detail .expander .heading {
    font-size: 19px;
  }
}
.product-detail .expander .content {
  height: 0;
  overflow: hidden;
}
.product-detail .close-icon-row {
  text-align: right;
  padding: 32px 32px 16px 0;
}
@media screen and (max-width: 650px) {
  .product-detail .close-icon-row {
    padding: 16px 16px 16px 0;
  }
}
.product-detail .constrainer {
  padding: 0 32px;
}
@media screen and (max-width: 800px) {
  .product-detail .constrainer {
    padding: 0 16px;
  }
}
.product-detail .subheading {
  font-size: 28px;
  color: #353535;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .product-detail .subheading {
    font-size: 24px;
  }
}
@media screen and (max-width: 720px) {
  .product-detail .subheading {
    font-size: 18px;
  }
}
.product-detail .product-details-row.left {
  margin-bottom: 16px;
}
@media screen and (max-width: 860px) {
  .product-detail .product-details-row.left {
    margin-bottom: 0;
    display: none;
  }
}
.product-detail .product-details-row .image-holder-outer {
  position: relative;
}
@media screen and (max-width: 860px) {
  .product-detail .product-details-row .image-holder-outer.desktop-version {
    display: none;
  }
}
.product-detail .product-details-row .image-holder-outer .image-holder {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
}
@media screen and (max-width: 860px) {
  .product-detail .product-details-row .image-holder-outer .image-holder {
    height: 500px;
  }
}
@media screen and (max-width: 800px) {
  .product-detail .product-details-row .image-holder-outer .image-holder {
    height: 450px;
  }
}
@media screen and (max-width: 540px) {
  .product-detail .product-details-row .image-holder-outer .image-holder {
    height: 400px;
    background-position: top center;
  }
}
@media screen and (max-width: 390px) {
  .product-detail .product-details-row .image-holder-outer .image-holder {
    height: 350px;
    background-position: top center;
  }
}
.product-detail .product-details-row .image-holder-outer .arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  cursor: pointer;
}
.product-detail .product-details-row .image-holder-outer .arrows .arrow {
  width: 44px;
  height: 44px;
  background: #FFF;
  border-radius: 3px;
  color: #E8521C;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail .product-details-row .image-holder-outer .arrows .arrow.left .fa {
  position: relative;
  left: -2px;
}
.product-detail .product-details-row .image-holder-outer .arrows .arrow.right .fa {
  position: relative;
  left: 2px;
}
.product-detail .product-details-row .image-holder-outer .thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.product-detail .product-details-row .image-holder-outer .thumbs .thumb {
  height: 60px;
  width: 60px;
  background-size: cover;
  background-position: center;
  margin-right: 8px;
  border: 2px solid #fff;
  cursor: pointer;
}
.product-detail .product-details-row .image-holder-outer .thumbs .thumb.active {
  border: 2px solid #E8521C;
  cursor: default;
}
.product-detail .product-details-row .image-holder-outer .thumbs .thumb:last-child {
  margin-right: 0;
}
.product-detail .product-details-row .text-holder .product-name {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .product-detail .product-details-row .text-holder .product-name {
    font-size: 28px;
  }
}
@media screen and (max-width: 720px) {
  .product-detail .product-details-row .text-holder .product-name {
    font-size: 22px;
  }
}
.product-detail .product-details-row .text-holder .category {
  color: #8A8A8A;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .product-detail .product-details-row .text-holder .category {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  .product-detail .product-details-row .text-holder .category {
    font-size: 14px;
  }
}
.product-detail .product-details-row .text-holder .category .name {
  color: var(--brand-color);
}
.product-detail .product-details-row .text-holder .category .name:hover {
  color: var(--brand-hover);
}
.product-detail .product-details-row .text-holder .description,
.product-detail .product-details-row .text-holder .full-description {
  color: #5d5f65;
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  .product-detail .product-details-row .text-holder .description,
.product-detail .product-details-row .text-holder .full-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  .product-detail .product-details-row .text-holder .description,
.product-detail .product-details-row .text-holder .full-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .product-details-row .text-holder .description,
.product-detail .product-details-row .text-holder .full-description {
    display: none;
  }
}
.product-detail .product-details-row .text-holder .description .descr-show-more,
.product-detail .product-details-row .text-holder .full-description .descr-show-more {
  color: #E8521C;
}
.product-detail .product-details-row .text-holder .full-description {
  display: none;
}
.product-detail .product-details-row .text-holder .proposition-row {
  display: flex;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .product-detail .product-details-row .text-holder .proposition-row {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 720px) {
  .product-detail .product-details-row .text-holder .proposition-row {
    margin-bottom: 8px;
  }
}
.product-detail .product-details-row .text-holder .proposition-row .proposition {
  margin-right: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 720px) {
  .product-detail .product-details-row .text-holder .proposition-row .proposition {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.product-detail .product-details-row .text-holder .proposition-row .proposition:last-child {
  margin-right: 0;
}
.product-detail .product-details-row .text-holder .proposition-row .proposition .icon-holder {
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.product-detail .product-details-row .text-holder .proposition-row .proposition .icon-holder .icon {
  display: block;
  margin: 0 auto;
}
.product-detail .product-details-row .text-holder .proposition-row .proposition .name {
  text-align: center;
  color: #65676c;
  font-size: 14px;
}
@media screen and (max-width: 720px) {
  .product-detail .product-details-row .text-holder .proposition-row .proposition .name {
    font-size: 12px;
  }
}
.product-detail .product-details-row .text-holder .price-and-weight {
  color: #353535;
  margin-bottom: 16px;
}
.product-detail .product-details-row .text-holder .price-and-weight .price {
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .product-detail .product-details-row .text-holder .price-and-weight .price {
    font-size: 24px;
  }
}
@media screen and (max-width: 720px) {
  .product-detail .product-details-row .text-holder .price-and-weight .price {
    font-size: 20px;
  }
}
.product-detail .product-details-row .text-holder .price-and-weight .weight {
  font-size: 21px;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .product-detail .product-details-row .text-holder .price-and-weight .weight {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .product-detail .product-details-row .text-holder .price-and-weight .weight {
    font-size: 16px;
  }
}
.product-detail .product-details-row .text-holder .price-and-weight .ex-vat {
  font-size: 21px;
  display: inline-block;
  color: #999999;
}
@media screen and (max-width: 1200px) {
  .product-detail .product-details-row .text-holder .price-and-weight .ex-vat {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .product-detail .product-details-row .text-holder .price-and-weight .ex-vat {
    font-size: 16px;
  }
}
.product-detail .ingredients-row {
  padding: 32px 0 16px;
}
.product-detail .ingredients-row .constrainer {
  max-width: 1250px;
}
.product-detail .ingredients-row .ingredients {
  color: #5d5f65;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .product-detail .ingredients-row .ingredients {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .product-detail .ingredients-row .ingredients {
    font-size: 16px;
  }
}
.product-detail .nutritional-value-row {
  padding: 16px 0;
}
.product-detail .nutritional-value-row .constrainer {
  max-width: 1250px;
}
.product-detail .available-row {
  padding: 16px 0;
}
.product-detail .available-row .constrainer {
  max-width: 1250px;
}
.product-detail .available-row .available-text {
  color: #5d5f65;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .product-detail .available-row .available-text {
    font-size: 16px;
  }
}
.product-detail .awards-row {
  padding: 16px 0;
  margin-bottom: 0;
}
.product-detail .awards-row.active .awards-row-inner .up {
  display: block;
}
.product-detail .awards-row .constrainer {
  max-width: 1250px;
}
.product-detail .awards-row .subheading {
  margin-bottom: 24px;
}
.product-detail .awards-row .award.up {
  border: 0;
  width: auto;
  box-shadow: none;
  margin-bottom: 16px;
  width: 16.6666%;
  margin-right: 0;
  padding: 0 8px;
  display: none;
}
.product-detail .awards-row .award.up:nth-child(1), .product-detail .awards-row .award.up:nth-child(2), .product-detail .awards-row .award.up:nth-child(3), .product-detail .awards-row .award.up:nth-child(4), .product-detail .awards-row .award.up:nth-child(5) {
  display: block;
}
@media screen and (max-width: 850px) {
  .product-detail .awards-row .award.up {
    width: 25%;
  }
}
@media screen and (max-width: 650px) {
  .product-detail .awards-row .award.up {
    width: 33%;
    margin-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .product-detail .awards-row .award.up {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .product-detail .awards-row .award.up .name {
    font-size: 12px;
  }
}
.product-detail .awards-row .award.up .image-holder {
  height: 120px;
}
@media screen and (max-width: 650px) {
  .product-detail .awards-row .award.up .image-holder {
    height: 80px;
  }
}
.product-detail .awards-row .award.up .image-holder img {
  max-height: 120px;
  height: auto;
}
@media screen and (max-width: 650px) {
  .product-detail .awards-row .award.up .image-holder img {
    max-height: 80px;
  }
}
.product-detail .awards-row .awards-row {
  padding: 0;
}
.product-detail .chef-quote-row {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #FDFDFD;
  width: 90%;
  padding: 32px 0;
}
@media screen and (max-width: 860px) {
  .product-detail .chef-quote-row {
    margin-top: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .product-detail .chef-quote-row {
    flex-wrap: wrap;
    background: transparent;
  }
}
.product-detail .chef-quote-row .image-col {
  width: 40%;
  position: relative;
  right: -64px;
}
@media screen and (max-width: 860px) {
  .product-detail .chef-quote-row .image-col {
    right: 32px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 520px) {
  .product-detail .chef-quote-row .image-col {
    width: 100%;
    right: 0;
    margin-left: 0;
    order: 1;
    margin-bottom: 32px;
  }
}
.product-detail .chef-quote-row .image-holder {
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 100%;
}
@media screen and (max-width: 450px) {
  .product-detail .chef-quote-row .image-holder {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 520px) {
  .product-detail .chef-quote-row .image-holder {
    margin: 0 auto;
  }
}
.product-detail .chef-quote-row .chef-quote {
  width: 60%;
  padding-right: 32px;
  color: #353535;
  font-size: 24px;
  font-style: italic;
  line-height: 1.4;
  padding: 64px;
}
@media screen and (max-width: 1023px) {
  .product-detail .chef-quote-row .chef-quote {
    font-size: 24px;
    line-height: 1.4;
    padding-left: 32px;
  }
}
@media screen and (max-width: 620px) {
  .product-detail .chef-quote-row .chef-quote {
    font-size: 18px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .product-detail .chef-quote-row .chef-quote {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
@media screen and (max-width: 450px) {
  .product-detail .chef-quote-row .chef-quote {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
}
.product-detail .reviews-row .constrainer {
  max-width: 1250px;
}
.product-detail .reviews-row .subheading {
  margin-bottom: 32px;
}
.product-detail .producer-row-outer {
  padding: 32px 0;
}
.product-detail .producer-row-outer .subheading {
  margin-bottom: 24px;
}
.product-detail .producer-row-outer .constrainer {
  max-width: 1250px;
}
.product-detail .stockists-row .up.existing-seller {
  width: 31%;
  max-width: 219px;
}
@media screen and (max-width: 900px) {
  .product-detail .stockists-row .up.existing-seller {
    width: 47.5%;
  }
}
.product-detail .more-products-row {
  margin-bottom: 48px;
}
.product-detail .more-products-row .owl-stage {
  display: flex;
  align-items: stretch;
}
.product-detail .more-products-row .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.product-detail .more-products-row .top .heading {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .product-detail .more-products-row .top .heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .more-products-row .top .heading {
    font-size: 19px;
  }
}
.product-detail .more-products-row .top .carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail .more-products-row .top .carousel-controls .show-all-link {
  font-size: 21px;
  color: #E8521C;
  margin-right: 32px;
}
@media screen and (max-width: 900px) {
  .product-detail .more-products-row .top .carousel-controls .show-all-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .more-products-row .top .carousel-controls .show-all-link {
    display: none;
  }
}
.product-detail .more-products-row .top .carousel-controls .arrow-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail .more-products-row .top .carousel-controls .arrow-buttons .arrow {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #f5f5f5;
  color: #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail .more-products-row .top .carousel-controls .arrow-buttons .arrow img.active {
  display: none;
}
.product-detail .more-products-row .top .carousel-controls .arrow-buttons .arrow img.inactive {
  display: block;
}
.product-detail .more-products-row .top .carousel-controls .arrow-buttons .arrow.active {
  color: #FFF;
  background-color: #E8521C;
  cursor: pointer;
}
.product-detail .more-products-row .top .carousel-controls .arrow-buttons .arrow.active img.active {
  display: block;
}
.product-detail .more-products-row .top .carousel-controls .arrow-buttons .arrow.active img.inactive {
  display: none;
}
.product-detail .more-products-row .top .carousel-controls .arrow-buttons .arrow.left {
  margin-right: 12px;
}
.product-detail .more-products-row .other-product-up {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-detail .more-products-row .other-product-up .image {
  height: 175px;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  display: block;
}
.product-detail .more-products-row .other-product-up .text {
  font-size: 16px;
}
.product-detail .more-products-row .other-product-up .text .producer-link {
  color: #E8521C;
  margin-bottom: 4px;
  line-height: 19px;
  font-size: 14px;
}
.product-detail .more-products-row .other-product-up .text .product-name {
  color: #353535;
  line-height: 25px;
}
.product-detail .more-products-row .other-product-up .text .weight {
  color: #8a8a8a;
  margin-bottom: 4px;
  line-height: 25px;
}
.product-detail .more-products-row .other-product-up .buy-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product-detail .more-products-row .other-product-up .price {
  font-size: 18px;
  color: #353535;
}
.product-detail .more-products-row .other-product-up .buy .btn {
  max-width: 75px;
  padding: 0.5em 1.2em;
  font-size: 18px;
}

.why-shop-food-at-todelli .heading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .why-shop-food-at-todelli .heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .why-shop-food-at-todelli .heading {
    font-size: 19px;
  }
}
.why-shop-food-at-todelli .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.why-shop-food-at-todelli .row .col {
  padding: 0 2px;
  height: 498px;
  flex-shrink: 0;
  flex-grow: 0;
  width: calc(25% - 4px);
  margin-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  .why-shop-food-at-todelli .row .col {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 600px) {
  .why-shop-food-at-todelli .row .col {
    height: 220px;
  }
}
@media screen and (max-width: 417px) {
  .why-shop-food-at-todelli .row .col:first-child .text .heading {
    min-height: 51px;
  }
}
.why-shop-food-at-todelli .row .col .inner {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.why-shop-food-at-todelli .row .col .text {
  padding: 56px 28px;
}
@media screen and (max-width: 600px) {
  .why-shop-food-at-todelli .row .col .text {
    padding: 12px;
  }
}
@media screen and (max-width: 417px) {
  .why-shop-food-at-todelli .row .col .text {
    padding-right: 48px;
  }
}
.why-shop-food-at-todelli .row .col .text .subheading {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 12px;
}
@media screen and (max-width: 1240px) {
  .why-shop-food-at-todelli .row .col .text .subheading {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .why-shop-food-at-todelli .row .col .text .subheading {
    font-size: 13px;
  }
}
.why-shop-food-at-todelli .row .col .text .heading {
  font-weight: 500;
  font-size: 36px;
  color: #FFF;
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .why-shop-food-at-todelli .row .col .text .heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .why-shop-food-at-todelli .row .col .text .heading {
    font-size: 20px;
  }
}

.chat-to-team {
  padding: 28px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  flex-wrap: wrap;
}
.chat-to-team .btn {
  margin-left: 16px;
}
@media screen and (max-width: 620px) {
  .chat-to-team .btn {
    width: 100%;
    margin-top: 32px;
  }
}

.stockists-row {
  padding: 32px 0;
}
.stockists-row .existing-seller-row.active .up.existing-seller {
  display: block !important;
}
.stockists-row .constrainer {
  max-width: 1250px;
}
.stockists-row .subheading {
  margin-bottom: 32px;
}
.stockists-row .up.existing-seller {
  float: none;
  margin-right: 0;
  margin: 0 1% 2%;
  width: 31%;
  display: none;
}
.stockists-row .up.existing-seller:nth-child(1), .stockists-row .up.existing-seller:nth-child(2), .stockists-row .up.existing-seller:nth-child(3) {
  display: block;
}
@media screen and (max-width: 500px) {
  .stockists-row .up.existing-seller {
    width: 48%;
  }
}
.stockists-row .up.existing-seller .name {
  margin-bottom: 8px;
}
.stockists-row .up.existing-seller a {
  color: var(--brand-color);
}

.reviews {
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.reviews .review {
  width: 50%;
  padding: 0 16px;
  margin-bottom: 32px;
  color: #353535;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .reviews .review {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .reviews .review {
    width: 100%;
    margin-bottom: 24px;
  }
}
.reviews .review .author-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.reviews .review .author-row .image-holder {
  min-width: 60px;
  height: 60px;
  background-size: cover;
  border-radius: 50%;
}
.reviews .review .author-row .text {
  flex-grow: 1;
  padding-left: 10px;
}
.reviews .review .quote-wrapper {
  font-size: 20px;
  color: #5d5f65;
}
@media screen and (max-width: 850px) {
  .reviews .review .quote-wrapper {
    font-size: 14px;
  }
}
.reviews .review .quote-wrapper .truncated-quote {
  display: none;
}
.reviews .review .quote-wrapper .truncated-quote.active {
  display: block;
}
.reviews .review .quote-wrapper .quote {
  display: none;
}
.reviews .review .quote-wrapper .quote.active {
  display: block;
}
.reviews .review .quote-wrapper .show-more {
  cursor: pointer;
  padding-top: 8px;
  font-size: 18px;
  color: #E8521C;
}
@media screen and (max-width: 850px) {
  .reviews .review .quote-wrapper .show-more {
    font-size: 14px;
  }
}

.show-more-link {
  font-size: 18px;
  color: #E8521C;
  font-weight: bold;
}

.permission-error {
  padding: 200px 0;
  text-align: center;
}

.circle-loading-animation .circle-loader {
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #81d6c7;
  -webkit-animation: loader-spin 1.2s infinite linear;
          animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
@media screen and (max-width: 800px) {
  .circle-loading-animation .circle-loader {
    width: 5em;
    height: 5em;
  }
}
.circle-loading-animation .load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #81d6c7;
  transition: border 500ms ease-out;
}
.circle-loading-animation .checkmark {
  display: none;
  position: relative;
  top: 4px;
}
.circle-loading-animation .checkmark.draw:after {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: checkmark;
          animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
@media screen and (max-width: 800px) {
  .circle-loading-animation .checkmark.draw:after {
    -webkit-animation-name: checkmark_small;
            animation-name: checkmark_small;
  }
}
.circle-loading-animation .checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 7px solid #81d6c7;
  border-top: 7px solid #81d6c7;
  content: "";
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .circle-loading-animation .checkmark:after {
    height: 2.5em;
    width: 1.25em;
    left: 1.25em;
    top: 2.5em;
  }
}

@-webkit-keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
    @media screen and (max-width: 800px) {
      width: 1.25em;
    }
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
    @media screen and (max-width: 800px) {
      height: 2.5em;
      width: 1.25em;
    }
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
    @media screen and (max-width: 800px) {
      height: 2.5em;
      width: 1.25em;
    }
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
    @media screen and (max-width: 800px) {
      width: 1.25em;
    }
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
    @media screen and (max-width: 800px) {
      height: 2.5em;
      width: 1.25em;
    }
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
    @media screen and (max-width: 800px) {
      height: 2.5em;
      width: 1.25em;
    }
  }
}
@-webkit-keyframes checkmark_small {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.25em;
    opacity: 1;
  }
  40% {
    height: 2.5em;
    width: 1.25em;
    opacity: 1;
  }
  100% {
    height: 2.5em;
    width: 1.25em;
    opacity: 1;
  }
}
@keyframes checkmark_small {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.25em;
    opacity: 1;
  }
  40% {
    height: 2.5em;
    width: 1.25em;
    opacity: 1;
  }
  100% {
    height: 2.5em;
    width: 1.25em;
    opacity: 1;
  }
}
.loading-page {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
}
.loading-page.active {
  display: flex;
}
.loading-page .icon {
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite;
}

.product-add {
  position: relative;
  padding: 32px 0 64px;
}
.product-add .constrainer {
  max-width: 1285px;
  padding: 0 32px;
}
@media screen and (max-width: 850px) {
  .product-add .constrainer {
    padding: 0 16px;
  }
}
.product-add select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.product-add .step-one .input-row .label a {
  color: #E8521C;
}
.product-add .select-holder {
  position: relative;
  max-width: 400px;
}
@media screen and (max-width: 550px) {
  .product-add .select-holder {
    max-width: 100%;
  }
}
.product-add .select-holder .arrow {
  position: absolute;
  pointer-events: none;
  right: 12px;
  top: 18px;
}
.product-add .video-link-new-row {
  font-size: 18px;
  margin-bottom: 12px;
}
.product-add .video-link-new-row.hidden {
  display: none;
}
.product-add .video-link-new-row span {
  color: var(--brand-color);
  cursor: pointer;
}
.product-add .video-link-new-row .new {
  font-weight: bold;
  font-size: 14px;
}
.product-add .video-link-row {
  display: block;
}
.product-add .video-link-row.hidden {
  display: none;
}
.product-add .video-preview {
  margin-bottom: 12px;
}
.product-add .step {
  display: none;
}
.product-add .step.active {
  display: flex;
}
.product-add .step.step-one .right {
  background-image: url(/images/step01.svg?83ed80dd22efc1112a7f8a734b7ed3d4);
}
.product-add .step.step-one .btn-row {
  max-width: 400px;
  text-align: left;
}
.product-add .step.step-one .btn-row .btn {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 400px) {
  .product-add .step.step-one .btn-row .btn {
    font-size: 18px;
  }
}
.product-add .step.step-one .small-disclaimer {
  text-align: left;
  max-width: 400px;
}
.product-add .step.step-two .right {
  background-image: url(/images/step02.svg?91c4f279e43a9cd27c216a96a8c42449);
}
.product-add .step.step-two .small-disclaimer {
  color: #999999;
  margin-top: 4px;
}
.product-add .step.step-two .btn-row .btn:first-child {
  width: 150px !important;
}
@media screen and (max-width: 400px) {
  .product-add .step.step-two .btn-row .btn:first-child {
    width: 90px !important;
  }
}
.product-add .step.step-two .btn-row .btn:last-child {
  width: 200px !important;
}
@media screen and (max-width: 400px) {
  .product-add .step.step-two .btn-row .btn:last-child {
    width: 180px !important;
  }
}
.product-add .step.step-three .right {
  background-image: url(/images/step03.svg?18a7821049718a7d4a78aa3e3ddcccbd);
}
.product-add .step.step-three .btn-row .btn:first-child {
  width: 150px !important;
}
@media screen and (max-width: 400px) {
  .product-add .step.step-three .btn-row .btn:first-child {
    width: 90px !important;
  }
}
.product-add .step.step-three .btn-row .btn:last-child {
  width: 200px !important;
}
@media screen and (max-width: 400px) {
  .product-add .step.step-three .btn-row .btn:last-child {
    width: 180px !important;
  }
}
.product-add .step.step-four .right {
  background-image: url(/images/step04.svg?d731968d0ac30a26ec9dc3ca36b37942);
}
.product-add .step.step-four .input-row .small-disclaimer {
  color: #999999;
  margin-top: 4px;
}
.product-add .step.step-four .btn-row .btn:first-child {
  width: 150px !important;
}
@media screen and (max-width: 400px) {
  .product-add .step.step-four .btn-row .btn:first-child {
    width: 90px !important;
  }
}
.product-add .step.step-four .btn-row .btn:last-child {
  width: 200px !important;
}
@media screen and (max-width: 400px) {
  .product-add .step.step-four .btn-row .btn:last-child {
    width: 180px !important;
  }
}
.product-add .step.step-two .btn-row, .product-add .step.step-three .btn-row, .product-add .step.step-four .btn-row {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
}
@media screen and (max-width: 550px) {
  .product-add .step.step-two .btn-row, .product-add .step.step-three .btn-row, .product-add .step.step-four .btn-row {
    max-width: 100%;
  }
}
.product-add .step.step-two .btn-row .btn, .product-add .step.step-three .btn-row .btn, .product-add .step.step-four .btn-row .btn {
  font-size: 19px;
}
@media screen and (max-width: 550px) {
  .product-add .step.step-two .btn-row .btn, .product-add .step.step-three .btn-row .btn, .product-add .step.step-four .btn-row .btn {
    width: 120px;
  }
}
@media screen and (max-width: 400px) {
  .product-add .step.step-two .btn-row .btn, .product-add .step.step-three .btn-row .btn, .product-add .step.step-four .btn-row .btn {
    font-size: 18px;
  }
}
.product-add .step .left {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .product-add .step .left {
    width: 100%;
  }
}
.product-add .step .right {
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (max-width: 800px) {
  .product-add .step .right {
    display: none;
  }
}
.product-add .step .inner {
  padding: 0 46px;
}
@media screen and (max-width: 1023px) {
  .product-add .step .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .product-add .step .inner {
    padding-right: 0;
  }
}
.product-add .step .logo {
  margin-bottom: 46px;
}
@media screen and (max-width: 1023px) {
  .product-add .step .logo {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 850px) {
  .product-add .step .logo img {
    max-width: 150px;
  }
}
.product-add .step .step-row {
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 950px) {
  .product-add .step .step-row {
    font-size: 16px;
  }
}
.product-add .step .input-row.typeahead-holder {
  max-width: 400px;
}
@media screen and (max-width: 550px) {
  .product-add .step .input-row.typeahead-holder {
    max-width: 100%;
  }
}
.product-add .step .input-row .label {
  margin-bottom: 8px;
}
@media screen and (max-width: 950px) {
  .product-add .step .input-row .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 484px) {
  .product-add .step .input-row .label {
    font-size: 14px;
  }
}
.product-add .step .input-row input.primary,
.product-add .step .input-row textarea.primary,
.product-add .step .input-row select.primary {
  max-width: 400px;
}
@media screen and (max-width: 550px) {
  .product-add .step .input-row input.primary,
.product-add .step .input-row textarea.primary,
.product-add .step .input-row select.primary {
    font-size: 14px;
    max-width: 100%;
  }
}
.product-add .step .input-row textarea.primary {
  height: 100px;
}
.product-add .step .radio-row {
  margin-bottom: 8px;
}
.product-add .step .radio-row label {
  color: #5d5f65;
}
.product-add .step .radio-row input {
  margin-right: 8px !important;
}
.product-add .step .price-wrap {
  font-size: 0;
}
.product-add .step .price-wrap .currency-box {
  background-color: #f5f5f5;
  display: inline-block;
  color: #5d5f65;
  font-size: 18px;
  text-align: center;
  width: 62px;
  padding: 10px 0;
  border: 1px solid #ccc;
  border-right: 0;
  vertical-align: middle;
  height: 44px;
}
.product-add .step .price-wrap input.primary {
  max-width: 338px;
  display: inline-block;
  font-size: 16px;
  border-left: 0;
  vertical-align: middle;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 6px 10px;
}
@media screen and (max-width: 550px) {
  .product-add .step .price-wrap input.primary {
    max-width: 100%;
    width: calc(100% - 62px);
  }
}
.product-add .step .weight-wrap,
.product-add .step .select-wrap,
.product-add .step .price-wrap-outer {
  font-size: 0;
}
@media screen and (max-width: 800px) {
  .product-add .step .weight-wrap,
.product-add .step .select-wrap,
.product-add .step .price-wrap-outer {
    max-width: 400px;
  }
}
@media screen and (max-width: 550px) {
  .product-add .step .weight-wrap,
.product-add .step .select-wrap,
.product-add .step .price-wrap-outer {
    max-width: none;
  }
}
.product-add .step .weight-wrap select,
.product-add .step .select-wrap select,
.product-add .step .price-wrap-outer select {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  border-right: 0;
  height: 44px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0 38px 0 12px;
  background: url(/images/arrow-down.png?f600c0a6e63078de77bcaef71af62be7) 92% 52% no-repeat;
}
@media screen and (max-width: 1052px) {
  .product-add .step .weight-wrap select,
.product-add .step .select-wrap select,
.product-add .step .price-wrap-outer select {
    width: 100%;
    background: url(/images/arrow-down.png?f600c0a6e63078de77bcaef71af62be7) 98% 52% no-repeat;
    border-right: 1px solid #ccc;
  }
}
.product-add .step .weight-wrap input.primary,
.product-add .step .select-wrap input.primary,
.product-add .step .price-wrap-outer input.primary {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  max-width: 272px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 1052px) {
  .product-add .step .weight-wrap input.primary,
.product-add .step .select-wrap input.primary,
.product-add .step .price-wrap-outer input.primary {
    max-width: 100%;
  }
}
.product-add .step .minimum-order-wrap select {
  min-width: 128px;
  background: #f5f5f5;
  width: auto;
}
@media screen and (max-width: 1052px) {
  .product-add .step .minimum-order-wrap select {
    width: 100%;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 800px) {
  .product-add .step .price-wrap-outer {
    max-width: 400px;
  }
}
@media screen and (max-width: 550px) {
  .product-add .step .price-wrap-outer {
    max-width: none;
  }
}
.product-add .step .price-wrap-outer select {
  margin-right: 16px;
  border-right: 1px solid #ccc;
}
.product-add .step .price-wrap-outer .price-wrap {
  display: inline-block;
  min-width: 272px;
}
@media screen and (max-width: 1052px) {
  .product-add .step .price-wrap-outer .price-wrap {
    width: 100%;
  }
}
.product-add .step .price-wrap-outer .price-wrap .currency-box {
  width: 46px;
}
.product-add .step .price-wrap-outer input.primary {
  max-width: 225px;
}
@media screen and (max-width: 1052px) {
  .product-add .step .price-wrap-outer input.primary {
    max-width: none;
    width: calc(100% - 46px);
  }
}
.product-add .step .radio-row input {
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.product-add .step .radio-row label {
  margin-right: 16px;
}
@media screen and (max-width: 550px) {
  .product-add .step .radio-row label {
    display: block;
    margin-right: 0;
  }
}
.product-add .step .radio-row label:last-child {
  margin-right: 0;
}
.product-add .step .image-upload-row {
  padding-top: 16px;
}
.product-add .step .image-upload-row .placeholder-image-new {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  width: 107px;
  height: 90px;
  overflow: visible;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-add .step .image-upload-row .placeholder-image-new.has-image {
  border: 1px dashed #cccccc;
}
.product-add .step .image-upload-row .placeholder-image-new.has-image > img {
  display: none;
}
.product-add .step .image-upload-row .placeholder-image-new.details img {
  position: relative;
  top: -4px;
}
.product-add .step .image-upload-row .placeholder-image-new .remove-photo {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  display: none;
  cursor: pointer;
}
.product-add .step .image-upload-row .placeholder-image-new .remove-photo.active {
  display: block;
}
.product-add .step .image-upload-row .placeholder-image-new .remove-photo img {
  display: block;
}
.product-add .step .image-upload-row .placeholder-image {
  display: inline-block;
  border: 2px dashed #cccccc;
  width: 107px;
  height: 90px;
  background: url(/images/camera-icon.jpg?417cf720068665d60432fb0999ba6348) center center no-repeat;
  background-size: 30%;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.product-add .step .image-upload-row .placeholder-image.has-image {
  background-size: contain;
}
.product-add .step .image-upload-row .placeholder-image .remove-photo {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 2;
  display: none;
  cursor: pointer;
}
.product-add .step .image-upload-row .placeholder-image .remove-photo.active {
  display: block;
}
.product-add .step .image-upload-row .btn {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
@media screen and (max-width: 400px) {
  .product-add .step .image-upload-row .btn {
    width: auto;
    font-size: 18px;
  }
}
.product-add .step .btn-row {
  padding-top: 40px;
  margin-bottom: 12px;
}
@media screen and (max-width: 484px) {
  .product-add .step .btn-row {
    padding-top: 24px;
  }
}
.product-add .step .btn-row .btn {
  font-size: 21px;
  width: 300px;
}
@media screen and (max-width: 950px) {
  .product-add .step .btn-row .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .product-add .step .btn-row .btn {
    font-size: 16px;
  }
}
.product-add .step .small-disclaimer {
  color: #5d5f65;
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  .product-add .step .small-disclaimer {
    font-size: 14px;
  }
}
.product-add .input-row .error-label {
  display: none;
}
.product-add .input-row .error-label.active {
  display: block;
}
.product-add h2.heading {
  color: #5d5f65;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 1210px) {
  .product-add h2.heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 950px) {
  .product-add h2.heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 484px) {
  .product-add h2.heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 755px) {
  .sticky-on-mobile {
    position: fixed;
    bottom: 8px;
    left: 8px;
    right: 8px;
    text-align: center;
    z-index: 999;
  }
}
.sticky-on-mobile .btn {
  margin: 0 auto !important;
}
@media screen and (max-width: 755px) {
  .sticky-on-mobile .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 755px) {
  .sticky-on-mobile .btn .chat-icon {
    width: 34px;
  }
}

.four-oh-four {
  padding: 64px 0;
  color: #5d5f65;
}
.four-oh-four .constrainer {
  max-width: 1040px;
}
.four-oh-four .row {
  display: flex;
}
.four-oh-four .left {
  flex-basis: 144px;
  flex-grow: 0;
  flex-shrink: 0;
}
.four-oh-four .right {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.four-oh-four h1 {
  font-weight: 400;
  font-size: 32px;
}
.four-oh-four p {
  font-size: 20px;
}
.four-oh-four p a {
  color: #ef6952;
}

@media screen and (max-width: 450px) {
  body.preview-bar-active .minibasket {
    top: 114px;
  }
}

.minibasket {
  position: absolute;
  top: 100%;
  right: -10px;
  background: #fff;
  border: 1px solid #ccc;
  width: 400px;
  display: none;
  opacity: 0;
  border-radius: 4px;
  margin-top: 15px;
}
@media screen and (max-width: 450px) {
  .minibasket {
    width: 100%;
    left: 0;
    right: 0;
    top: 42px;
    position: fixed;
    z-index: 9999;
  }
}
.minibasket .no-products {
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .minibasket .no-products {
    padding: 12px;
  }
}
.minibasket .no-products p {
  margin-bottom: 16px;
  line-height: 1.3;
  color: #353535;
}
.minibasket .no-products .btn-row {
  padding: 0;
  border: 0;
  text-align: center;
  display: block;
}
.minibasket .no-products .btn-row .btn {
  margin: 0;
}
.minibasket .products {
  padding: 16px;
  max-height: 280px;
  overflow-y: auto;
}
@media screen and (max-width: 450px) {
  .minibasket .products {
    padding: 12px;
  }
}
.minibasket .products .product {
  display: flex;
  align-items: top;
  margin-bottom: 16px;
}
.minibasket .products .product:last-child {
  margin-bottom: 0;
}
.minibasket .products .product .image-holder {
  width: 88px;
  height: 72px;
  margin-right: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 88px;
}
@media screen and (max-width: 450px) {
  .minibasket .products .product .image-holder {
    width: 60px;
    height: 50px;
    flex-basis: 60px;
  }
}
.minibasket .products .product .text-holder {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: top;
  line-height: 1;
  color: #353535;
}
.minibasket .products .product .text-holder .left {
  padding-right: 8px;
  display: block;
}
.minibasket .products .product .text-holder .right {
  float: none;
  padding: 0;
}
.minibasket .products .product .text-holder .name {
  display: block;
  margin-bottom: 16px;
}
.minibasket .products .product .text-holder .weight {
  display: block;
  color: #65676c;
  text-align: left;
}
.minibasket .btn-row {
  border-top: 1px solid #ccc;
  padding: 16px;
  display: flex;
}
@media screen and (max-width: 450px) {
  .minibasket .btn-row {
    padding: 12px;
  }
}
.minibasket .btn-row .btn {
  line-height: 1.2;
  padding: 12px 16px;
  width: 200px;
}
.minibasket .btn-row .btn.secondary {
  margin-right: 16px;
  color: #353535;
}
@media screen and (max-width: 450px) {
  .minibasket .btn-row .btn.secondary {
    margin-right: 12px;
  }
}
@media screen and (max-width: 450px) {
  .minibasket .btn-row .btn {
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px;
  }
}
.minibasket .btn-row .btn.primary {
  color: #fff;
}

.basket-expander .heading {
  display: flex;
  padding: 24px;
  padding-bottom: 0;
}
@media screen and (max-width: 1050px) {
  .basket-expander .heading {
    padding: 12px;
    padding-bottom: 0;
  }
}
.basket-expander .heading .left {
  width: 100%;
  flex-grow: 1;
  font-size: 24px;
}
@media screen and (max-width: 1050px) {
  .basket-expander .heading .left {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .basket-expander .heading .left {
    font-size: 16px;
  }
}
.basket-expander .heading .right {
  margin-left: 16px;
  text-align: right;
}
.basket-expander .heading .right img.rotated {
  transform: rotate(180deg);
}
.basket-expander .expanded {
  display: none;
}
.basket-expander .expanded.active {
  display: block;
}
.basket-expander .delivery {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .basket-expander .delivery {
    padding: 16px 12px;
  }
}
.basket-expander .delivery .left {
  width: 100%;
  flex-grow: 1;
}
.basket-expander .delivery .left img {
  vertical-align: middle;
  margin-right: 4px;
}
@media screen and (max-width: 1050px) {
  .basket-expander .delivery .left img {
    width: 32px;
  }
}
.basket-expander .delivery .right {
  margin-left: 16px;
  text-align: right;
}
.basket-expander .products {
  padding: 24px 0 0;
}
@media screen and (max-width: 1050px) {
  .basket-expander .products {
    padding: 12px 0;
  }
}
.basket-expander .products .product {
  display: flex;
  align-items: top;
  padding: 24px;
}
@media screen and (max-width: 1050px) {
  .basket-expander .products .product {
    padding: 12px;
  }
}
.basket-expander .products .product:last-child {
  margin-bottom: 0;
}
.basket-expander .products .product .image-holder {
  width: 70px;
  height: 55px;
  flex-basis: 70px;
  margin-right: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 770px) {
  .basket-expander .products .product .image-holder {
    width: 50px;
    height: 35px;
    flex-basis: 50px;
  }
}
@media screen and (max-width: 580px) {
  .basket-expander .products .product .image-holder {
    width: 70px;
    height: 55px;
    flex-basis: 70px;
  }
}
.basket-expander .products .product .text-holder {
  color: #353535;
  width: 100%;
}
.basket-expander .products .product .text-holder .left {
  margin-bottom: 16px;
}
.basket-expander .products .product .text-holder .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.basket-expander .products .product .text-holder .right input {
  width: 60px;
  padding: 0;
  text-align: left;
  border: 0;
  cursor: default;
}
@media screen and (max-width: 1050px) {
  .basket-expander .products .product .text-holder .right input {
    font-size: 14px;
    padding: 4px;
  }
}
@media screen and (max-width: 770px) {
  .basket-expander .products .product .text-holder .right input {
    width: 40px;
  }
}
.basket-expander .products .product .text-holder .right input:focus {
  outline: none;
}
.basket-expander .products .product .text-holder .right .price {
  flex-grow: 1;
  width: 100%;
  text-align: right;
}
.basket-expander .products .product .text-holder .name {
  margin-bottom: 8px;
}
.basket-expander .products .product .text-holder .weight {
  color: #65676c;
}

.checkout-process {
  color: #5d5f65;
}
.checkout-process .constrainer {
  max-width: 1280px;
  padding: 0 32px;
}
@media screen and (max-width: 790px) {
  .checkout-process .constrainer {
    padding: 0 16px;
  }
}
.checkout-process .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  .checkout-process .flex-wrap {
    flex-wrap: wrap;
  }
}
.checkout-process .main {
  flex-basis: 750px;
}
@media screen and (max-width: 1050px) {
  .checkout-process .main {
    width: 70%;
  }
}
@media screen and (max-width: 580px) {
  .checkout-process .main {
    width: 100%;
  }
}
.checkout-process .sidebar {
  flex-basis: 420px;
}
@media screen and (max-width: 1280px) {
  .checkout-process .sidebar {
    margin-left: 46px;
  }
}
@media screen and (max-width: 1050px) {
  .checkout-process .sidebar {
    margin-left: 32px;
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .checkout-process .sidebar {
    margin-left: 16px;
  }
}
@media screen and (max-width: 580px) {
  .checkout-process .sidebar {
    width: 100%;
    flex-basis: auto;
    margin-left: 0;
  }
}
.checkout-process .sidebar .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.checkout-process h1 {
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .checkout-process h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 640px) {
  .checkout-process h1 {
    font-size: 24px;
  }
}
.checkout-process .delivery-message {
  text-align: center;
  color: #999999;
  font-size: 16px;
  padding: 24px 16px;
}
@media screen and (max-width: 1050px) {
  .checkout-process .delivery-message {
    font-size: 14px;
  }
}
.checkout-process .delivery-message a {
  color: #E8521C;
}
.checkout-process h2 {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .checkout-process h2 {
    font-size: 18px;
  }
}
.checkout-process .box {
  box-shadow: 5px 0 18px 2px rgba(222, 222, 222, 0.25);
  padding: 24px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 24px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1050px) {
  .checkout-process .box {
    padding: 12px;
  }
}
.checkout-process .form-row label {
  color: #5d5f65;
  display: block;
  margin-bottom: 16px;
}
.checkout-process .form-row #card-errors {
  color: #eb1c25;
  font-size: 14px;
  padding-top: 16px;
}
@media screen and (max-width: 1050px) {
  .checkout-process .payment-form-row label {
    font-size: 16px;
  }
}
.checkout-process .payment-form-row .btn-row {
  padding-top: 24px;
}
@media screen and (max-width: 520px) {
  .checkout-process .payment-form-row .btn-row {
    padding-top: 16px;
  }
}
.checkout-process .payment-form-row .btn-row .btn {
  width: 150px;
  padding: 0.4em 0.6em;
}
.checkout-process .payment-form-row .payment-disclaimer {
  font-size: 14px;
  color: #999999;
}
.checkout-process .payment-form-row .powered-by-stripe {
  padding: 32px 0 0;
}
.checkout-process .payment-form-row .powered-by-stripe img {
  float: left;
  margin-right: 8px;
}
@media screen and (max-width: 520px) {
  .checkout-process .payment-form-row .powered-by-stripe img {
    width: 78px;
    float: none;
  }
}
.checkout-process .payment-form-row .powered-by-stripe .text {
  overflow: hidden;
  font-size: 14px;
  color: #999999;
  line-height: 1.3;
}
@media screen and (max-width: 520px) {
  .checkout-process .payment-form-row .powered-by-stripe .text {
    font-size: 12px;
  }
}
.checkout-process .payment-details-row {
  color: #999999;
  font-size: 18px;
}
.checkout-process .payment-details-row .edit {
  float: right;
  color: #ef6952;
  font-weight: bold;
}
.checkout-process .payment-details-row p {
  margin-bottom: 0;
}
.checkout-process .final-step {
  text-align: center;
  padding: 32px 0 64px;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 580px) {
  .checkout-process .final-step {
    display: none;
  }
}
.checkout-process .final-step.show {
  opacity: 1;
}
.checkout-process .final-step p {
  color: #999;
}
.checkout-process .final-step a {
  color: #ef6952;
  font-weight: normal;
}
.checkout-process .final-step .btn {
  width: 300px;
  max-width: 100%;
  margin-bottom: 44px;
}

.basket .producer .producer-name {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .basket .producer .producer-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .basket .producer .producer-name {
    font-size: 18px;
  }
}
.basket .producer .products {
  box-shadow: 5px 0 18px 2px rgba(222, 222, 222, 0.25);
  padding: 24px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1050px) {
  .basket .producer .products {
    padding: 16px;
  }
}
@media screen and (max-width: 580px) {
  .basket .producer .products {
    margin-bottom: 16px;
  }
}
.basket .producer .products .product {
  display: flex;
  margin-bottom: 16px;
}
.basket .producer .products .product:last-child {
  margin-bottom: 0;
}
.basket .producer .products .product .image-holder {
  flex-basis: 96px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 1050px) {
  .basket .producer .products .product .image-holder {
    margin-right: 16px;
  }
}
@media screen and (max-width: 790px) {
  .basket .producer .products .product .image-holder {
    flex-basis: 60px;
    height: 50px;
  }
}
.basket .producer .products .product .text {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 385px) {
  .basket .producer .products .product .text {
    flex-wrap: wrap;
  }
}
.basket .producer .products .product .text .left {
  width: 50%;
}
@media screen and (max-width: 385px) {
  .basket .producer .products .product .text .left {
    width: 100%;
    margin-bottom: 16px;
  }
}
.basket .producer .products .product .text .left .name {
  font-size: 20px;
  color: #353535;
  margin-bottom: 12px;
}
@media screen and (max-width: 1050px) {
  .basket .producer .products .product .text .left .name {
    font-size: 16px;
  }
}
.basket .producer .products .product .text .left .weight {
  font-size: 20px;
  color: #5d5f65;
}
@media screen and (max-width: 1050px) {
  .basket .producer .products .product .text .left .weight {
    font-size: 16px;
  }
}
.basket .producer .products .product .text .right {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 385px) {
  .basket .producer .products .product .text .right {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.basket .producer .products .product .text .right .bin {
  display: none;
}
@media screen and (max-width: 385px) {
  .basket .producer .products .product .text .right .bin {
    display: inline-block;
    vertical-align: middle;
  }
}
.basket .producer .products .product .text .right input {
  display: inline;
  width: 100px;
  text-align: left;
  vertical-align: middle;
  padding: 8px;
  border: 1px solid #d7d7d7;
}
@media screen and (max-width: 1050px) {
  .basket .producer .products .product .text .right input {
    width: 80px;
  }
}
@media screen and (max-width: 700px) {
  .basket .producer .products .product .text .right input {
    width: 50px;
    font-size: 12px;
  }
}
.basket .producer .products .product .text .right .price {
  display: inline-block;
  width: 90px;
  vertical-align: middle;
  color: #353535;
  font-size: 18px;
}
@media screen and (max-width: 1050px) {
  .basket .producer .products .product .text .right .price {
    width: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 385px) {
  .basket .producer .products .product .text .right .price {
    text-align: right;
  }
}
.basket .producer .products .product .text .right .qty-error {
  padding-top: 8px;
  font-size: 12px;
  color: #d30000;
  display: none;
}
.basket .producer .products .product .text .right .qty-error.show {
  display: block;
}
.basket .producer .products .delivery {
  padding-top: 16px;
  border-top: 1px solid #eaeaea;
  margin-left: 116px;
  display: flex;
  color: #65676c;
}
@media screen and (max-width: 1050px) {
  .basket .producer .products .delivery {
    font-size: 16px;
  }
}
@media screen and (max-width: 790px) {
  .basket .producer .products .delivery {
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .basket .producer .products .delivery {
    font-size: 14px;
  }
}
.basket .producer .products .delivery .left {
  width: 70%;
}
.basket .producer .products .delivery .right {
  width: 30%;
  text-align: right;
  font-size: 18px;
  color: #353535;
}
@media screen and (max-width: 1050px) {
  .basket .producer .products .delivery .right {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .basket .producer .products .delivery .right {
    font-size: 14px;
  }
}
.basket .producer .products .delivery img {
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width: 380px) {
  .basket .producer .products .delivery img {
    width: 34px;
  }
}
.basket .producer .products .delivery .lead-time {
  vertical-align: middle;
}
.basket .producer .products .remove-row {
  text-align: right;
  padding-bottom: 8px;
}
@media screen and (max-width: 385px) {
  .basket .producer .products .remove-row {
    display: none;
  }
}
.basket .producer .products .remove-row img {
  cursor: pointer;
}
.basket .empty-basket {
  text-align: center;
  padding: 64px 0;
}
.basket .empty-basket .icon-row {
  margin-bottom: 16px;
}
.basket .empty-basket .icon-row img {
  display: block;
  margin: 0 auto;
}
.basket .empty-basket p {
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 780px) {
  .basket .empty-basket p {
    font-size: 16px;
  }
}
.basket .empty-basket .btn-row .btn {
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .basket .empty-basket .btn-row .btn {
    font-size: 16px;
  }
}

.checkout-details .delivery-slot .flex-wrap {
  display: flex;
  align-items: center;
}
.checkout-details .delivery-slot .flex-wrap .image-holder {
  flex-basis: 69px;
  margin-right: 24px;
}
@media screen and (max-width: 1050px) {
  .checkout-details .delivery-slot .flex-wrap .image-holder {
    flex-basis: 50px;
    margin-right: 16px;
  }
}
.checkout-details .delivery-slot .flex-wrap .image-holder img {
  position: relative;
}
@media screen and (max-width: 1050px) {
  .checkout-details .delivery-slot .flex-wrap .image-holder img {
    top: 4px;
  }
}
.checkout-details .delivery-slot .flex-wrap .slots {
  flex-grow: 1;
  text-align: left;
  color: #5d5f65;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1050px) {
  .checkout-details .delivery-slot .flex-wrap .slots {
    font-size: 16px;
  }
}
.checkout-details .address-details {
  color: #999999;
  font-size: 18px;
}
@media screen and (max-width: 1050px) {
  .checkout-details .address-details {
    font-size: 14px;
  }
}
.checkout-details .address-details .update-delivery-link {
  float: right;
  color: #E8521C;
  font-weight: bold;
}
.checkout-details .update-address {
  display: none;
}
.checkout-details .update-address .input-row {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .checkout-details .update-address .input-row {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.checkout-details .update-address .input-row label {
  display: block;
}
.checkout-details .update-address .btn-row {
  padding-top: 16px;
  text-align: right;
}
.checkout-details .update-address .btn-row .btn {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .checkout-details .update-address .btn-row .btn {
    font-size: 16px;
  }
}

.basket-summary {
  box-shadow: 5px 0 18px 2px rgba(222, 222, 222, 0.25);
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #353535;
  font-size: 18px;
}
@media screen and (max-width: 1050px) {
  .basket-summary {
    font-size: 16px;
  }
}
.basket-summary .add-promo-code {
  color: var(--brand-color);
  font-size: 16px;
  cursor: pointer;
}
.basket-summary .add-promo-code:hover {
  color: var(--brand-hover);
}
.basket-summary .add-promo-code.hidden {
  display: none;
}
.basket-summary .promo-code-form {
  display: none;
}
.basket-summary .promo-code-form.active {
  display: block;
}
.basket-summary .promo-code-form .promo-error {
  color: #db4f56;
  font-size: 14px;
  margin-bottom: 4px;
}
.basket-summary .promo-code-form .input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.basket-summary .promo-code-form .input-row input[type=text] {
  display: block;
  width: 80%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 44px;
}
@media screen and (max-width: 468px) {
  .basket-summary .promo-code-form .input-row input[type=text] {
    width: 70%;
  }
}
.basket-summary .promo-code-form .input-row .btn {
  width: 20%;
  height: 44px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 468px) {
  .basket-summary .promo-code-form .input-row .btn {
    width: 30%;
  }
}
.basket-summary .subtotals {
  padding: 24px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 1050px) {
  .basket-summary .subtotals {
    padding: 12px;
  }
}
.basket-summary .promo-code {
  padding: 16px 24px;
  color: #E8521C;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
.basket-summary .total {
  padding: 16px 24px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 1050px) {
  .basket-summary .total {
    padding: 12px;
  }
}
.basket-summary .total .label {
  font-size: 24px;
}
@media screen and (max-width: 1050px) {
  .basket-summary .total .label {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .basket-summary .total .label {
    font-size: 16px;
  }
}
.basket-summary .total .price {
  font-weight: bold;
}
.basket-summary .btn-row {
  padding: 24px 24px 24px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .basket-summary .btn-row {
    padding: 12px;
  }
}
@media screen and (max-width: 580px) {
  .basket-summary .btn-row {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
  }
}
.basket-summary .btn-row .btn {
  width: 300px;
  max-width: 100%;
  color: #fff;
}
.basket-summary .btn-row a {
  color: #E8521C;
  font-size: 19px;
}
@media screen and (max-width: 1050px) {
  .basket-summary .btn-row a {
    font-size: 16px;
  }
}
.basket-summary .row {
  display: flex;
  margin-bottom: 16px;
}
.basket-summary .row:last-child {
  margin-bottom: 0;
}
.basket-summary .row .label {
  width: 50%;
}
.basket-summary .row .price {
  width: 50%;
  text-align: right;
}

.order-complete {
  text-align: center;
  color: #5d5f65;
  padding: 48px 0;
}
@media screen and (max-width: 800px) {
  .order-complete {
    padding: 0;
  }
}
.order-complete .constrainer {
  max-width: 640px;
  padding: 0 32px;
}
.order-complete .tick-image,
.order-complete .order-failed-icon {
  display: block;
  margin: 0 auto 24px;
}
.order-complete h1 {
  font-size: 36px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .order-complete h1 {
    font-size: 24px;
  }
}
.order-complete p {
  font-size: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .order-complete p {
    font-size: 16px;
  }
}
.order-complete .order-details {
  padding: 32px;
  box-shadow: 5px 0 18px 2px rgba(222, 222, 222, 0.25);
  border: 1px solid #cccccc;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .order-complete .order-details {
    padding: 16px;
    font-size: 16px;
  }
}
.order-complete .order-details p {
  margin-bottom: 8px;
  line-height: 1;
  font-weight: 400;
}
.order-complete .order-details .delivery-slots {
  font-weight: bold;
  margin-bottom: 16px;
}
.order-complete .order-details .btn-row {
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .order-complete .order-details .btn-row {
    padding-top: 16px;
  }
}
.order-complete .order-details .btn-row .btn {
  font-size: 20px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .order-complete .order-details .btn-row .btn {
    font-size: 16px;
  }
}
.order-complete .retry-btn {
  min-width: 300px;
}

.no-orders {
  text-align: center;
  color: #666;
}
.no-orders .icon-row {
  margin-bottom: 32px;
}
.no-orders .icon-row img {
  margin: 0 auto;
  display: block;
}
.no-orders h1 {
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 8px;
}
.no-orders p {
  font-size: 18px;
  margin-bottom: 32px;
}
.no-orders .btn-row .btn {
  width: 300px;
  max-width: 100%;
}

.order-list .order-list-item {
  cursor: pointer;
  box-shadow: 0 0 18px 2px rgba(222, 222, 222, 0.25);
  border: 1px dashed #cccccc;
  margin-bottom: 24px;
  transition: box-shadow 0.5s;
}
.order-list .order-list-item:hover {
  box-shadow: 0 0 18px 2px #dedede;
}
.order-list .order-list-item .top {
  padding: 24px;
  border-bottom: 1px dashed #cccccc;
}
@media screen and (max-width: 870px) {
  .order-list .order-list-item .top {
    padding: 16px;
  }
}
.order-list .order-list-item .top .status-holder {
  float: right;
}
.order-list .order-list-item .top .status {
  font-size: 17px;
  padding: 4px 16px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  color: #999;
}
@media screen and (max-width: 870px) {
  .order-list .order-list-item .top .status {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.order-list .order-list-item .top .info-icon {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.order-list .order-list-item .top .info-icon:hover .flyout {
  display: block;
}
.order-list .order-list-item .top .info-icon .flyout {
  display: none;
  background: #ea806b;
  color: #fff;
  padding: 12px;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  right: -16px;
  width: 200px;
  border-radius: 8px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.order-list .order-list-item .top .info-icon .flyout .arrow {
  bottom: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(234, 128, 107, 0);
  border-bottom-color: #ea806b;
  border-width: 6px;
  margin-left: -6px;
}
@media screen and (max-width: 780px) {
  .order-list .order-list-item .details {
    font-size: 14px;
    clear: right;
    padding-top: 16px;
  }
}
.order-list .order-list-item .details .row {
  margin-bottom: 12px;
  display: flex;
}
.order-list .order-list-item .details .row:last-child {
  margin-bottom: 0;
}
.order-list .order-list-item .details .label {
  min-width: 90px;
}
@media screen and (max-width: 780px) {
  .order-list .order-list-item .details .label {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .order-list .order-list-item .details .value {
    width: 50%;
    text-align: right;
  }
}
.order-list .order-list-item .bottom {
  padding: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .order-list .order-list-item .bottom {
    padding: 16px;
  }
}
.order-list .order-list-item .bottom .left {
  width: 50%;
}
.order-list .order-list-item .bottom .left .label {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 60px;
}
@media screen and (max-width: 780px) {
  .order-list .order-list-item .bottom .left .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .order-list .order-list-item .bottom .left .label {
    margin-right: 24px;
  }
}
.order-list .order-list-item .bottom .left .total {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .order-list .order-list-item .bottom .left .total {
    font-size: 16px;
  }
}
.order-list .order-list-item .bottom .right {
  width: 50%;
  text-align: right;
}
.order-list .order-list-item .bottom .right .view-link {
  color: #E8521C;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .order-list .order-list-item .bottom .right .view-link {
    font-size: 16px;
  }
}

.order-status-bar {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.order-status-bar .item .icon {
  display: block;
  margin: 0 auto 10px;
}
.order-status-bar .item .text-row {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .order-status-bar .item .text-row {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .order-status-bar .item .text-row {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .order-status-bar .item .text-row {
    font-size: 12px;
  }
}
.order-status-bar .item .text-row .tick {
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 350px) {
  .order-status-bar .item .text-row .tick {
    width: 16px;
  }
}
.order-status-bar .item .text-row .text {
  vertical-align: middle;
  display: inline-block;
}
.order-status-bar .line {
  position: relative;
  top: -10px;
  margin: 0 12px;
  width: 80px;
  border-bottom: 4px solid #ccc;
}
@media screen and (max-width: 980px) {
  .order-status-bar .line {
    width: 40px;
  }
}
@media screen and (max-width: 430px) {
  .order-status-bar .line {
    width: 20px;
    top: -6px;
  }
}
@media screen and (max-width: 350px) {
  .order-status-bar .line {
    margin: 0 8px;
    width: 16px;
  }
}
.order-status-bar .line.active {
  border-bottom: 4px solid #81d6c7;
}

.order-cancelled-form a {
  color: #E8521C;
}
.order-cancelled-form .input-row {
  max-width: 400px;
}
.order-cancelled-form .disclaimer {
  max-width: 400px;
  font-size: 16px;
  color: #999999;
}
.order-cancelled-form textarea {
  font-size: 16px;
  height: 170px;
}
.order-cancelled-form .btn-row {
  text-align: right;
  padding-top: 32px;
}
@media screen and (max-width: 500px) {
  .order-cancelled-form .btn-row {
    padding-top: 0;
  }
}
.order-cancelled-form .btn-row input[type=submit] {
  display: inline-block;
  margin-left: 16px;
}
@media screen and (max-width: 500px) {
  .order-cancelled-form .btn-row input[type=submit] {
    width: 100%;
    display: block;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .order-cancelled-form .btn-row .btn {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 16px;
  }
}

.order-mark-as-shipped-form .email-checkbox {
  display: block;
  margin-bottom: 4px;
}
.order-mark-as-shipped-form .email-checkbox input {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.order-mark-as-shipped-form .preview-link {
  display: inline-block;
  padding-left: 22px;
  color: #E8521C;
}
.order-mark-as-shipped-form .input-row {
  max-width: 400px;
}
.order-mark-as-shipped-form .disclaimer {
  max-width: 400px;
  font-size: 16px;
  color: #999999;
}
.order-mark-as-shipped-form textarea {
  font-size: 16px;
  height: 170px;
}
.order-mark-as-shipped-form .btn-row {
  text-align: right;
  padding-top: 32px;
}
@media screen and (max-width: 500px) {
  .order-mark-as-shipped-form .btn-row {
    padding-top: 0;
  }
}
.order-mark-as-shipped-form .btn-row input[type=submit] {
  display: inline-block;
  margin-left: 16px;
}
@media screen and (max-width: 500px) {
  .order-mark-as-shipped-form .btn-row input[type=submit] {
    display: block;
    width: 100%;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 500px) {
  .order-mark-as-shipped-form .btn-row .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .order-mark-as-shipped-form .btn-row .cancel-btn {
    display: none;
  }
}
.order-mark-as-shipped-form .btn-row .cancel-btn.mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .order-mark-as-shipped-form .btn-row .cancel-btn.mobile {
    display: block;
  }
}

.invoice-template {
  padding: 32px;
  margin: 0;
}

.invoice-wrapper {
  width: 21cm;
  margin: 0 auto;
  color: #5d5f65;
}
.invoice-wrapper .invoice {
  page-break-after: always;
  padding-bottom: 64px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 64px;
}
.invoice-wrapper .row {
  display: flex;
}
.invoice-wrapper .row.first-row {
  margin-bottom: 64px;
}
.invoice-wrapper .row.second-row {
  margin-bottom: 48px;
}
.invoice-wrapper .row .left {
  width: 50%;
}
.invoice-wrapper .row .right {
  width: 50%;
  text-align: right;
}
.invoice-wrapper h1 {
  color: #999;
  font-weight: normal;
  margin-bottom: 32px;
}
.invoice-wrapper .seller-address,
.invoice-wrapper .buyer-address {
  margin-bottom: 24px;
  line-height: 1.4;
}
.invoice-wrapper .buyer-address {
  margin-bottom: 0;
}
.invoice-wrapper .contact-details {
  line-height: 1.5;
}
.invoice-wrapper .invoice-details {
  color: #999;
  line-height: 1.5;
}
.invoice-wrapper .invoice-details .value {
  min-width: 150px;
  display: inline-block;
}
.invoice-wrapper .invoice-line-items {
  margin-bottom: 150px;
}
.invoice-wrapper .invoice-line-items table {
  width: 100%;
}
.invoice-wrapper .invoice-line-items table tr:last-child td {
  border-bottom: 0;
}
.invoice-wrapper .invoice-line-items table th {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #acacac;
}
.invoice-wrapper .invoice-line-items table th.center {
  text-align: center;
}
.invoice-wrapper .invoice-line-items table th.right {
  text-align: right;
}
.invoice-wrapper .invoice-line-items table td {
  padding: 8px 12px;
  border-bottom: 1px solid #acacac;
}
.invoice-wrapper .invoice-line-items table td.center {
  text-align: center;
}
.invoice-wrapper .invoice-line-items table td.right {
  text-align: right;
}
.invoice-wrapper .invoice-line-items table .total {
  font-weight: bold;
  min-width: 100px;
  display: inline-block;
}
.invoice-wrapper .bottom .row {
  margin-bottom: 16px;
}
.invoice-wrapper .terms {
  margin-bottom: 40px;
}

.dialogs {
  display: none;
}

.dialog {
  text-align: left;
  color: #5d5f65;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .dialog {
    font-size: 16px;
  }
}
.dialog .close-btn {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.dialog .title {
  border-bottom: 1px solid #ccc;
  padding: 16px 32px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.dialog .content .content-section {
  padding: 32px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 500px) {
  .dialog .content .content-section {
    padding: 12px;
  }
}
.dialog .content .content-section:last-child {
  border-bottom: 0;
}

.faint-box {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
  padding: 32px;
}

.payout-details-page .title-section h1 {
  margin-bottom: 32px;
}

.toggle {
  background: #cccccc;
  border-radius: 100px;
  height: 24px;
  width: 50px;
  padding: 2px;
  font-size: 0;
  position: relative;
  transition: background-color 0.5s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.toggle.on {
  background: #fa7661;
}
.toggle.on .mechanism {
  left: 3px;
}
.toggle .mechanism {
  width: 70px;
  position: relative;
  left: -23px;
  transition: left 0.5s ease-out;
}
.toggle .on {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
  position: relative;
  top: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.toggle .notch {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 100px;
}
.toggle .off {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
  position: relative;
  top: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.or-divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
.or-divider .line {
  border-bottom: 1px solid #d7d7d7;
  height: 1px;
  flex-grow: 1;
  flex-shrink: 1;
}
.or-divider .message {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 24px;
  font-size: 16px;
  position: relative;
  top: -1px;
  color: #5D5F65;
}

.btn-toggle-label {
  text-align: left;
  font-size: 16px;
  margin-bottom: 8px;
  color: #5D5F65;
}

.btn-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-toggle .btn {
  border: 1px solid #f5f5f5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .btn-toggle .btn {
    font-size: 16px;
  }
}
.btn-toggle .btn:hover {
  background: #E3E3E3;
}
.btn-toggle .btn:first-child {
  margin-right: 4px;
}
.btn-toggle .btn:last-child {
  margin-left: 4px;
}
.btn-toggle .btn.selected {
  border: 1px solid #5D5F65;
}

.clear {
  *zoom: 1;
}
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.new-products {
  margin-bottom: 52px;
}
.new-products .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .new-products .constrainer {
    padding: 0 16px;
  }
}
.new-products .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.new-products .top-row h2 {
  margin-bottom: 0;
}
.new-products .top-row a {
  color: var(--brand-color);
  font-size: 19px;
}
.new-products .grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 54px;
  margin-bottom: 54px;
}
@media screen and (max-width: 991px) {
  .new-products .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 580px) {
  .new-products .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }
}
.new-products .grid .up {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-products .btn-row {
  text-align: center;
}

.up.product .image {
  height: 444px;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .up.product .image {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .up.product .image {
    height: 400px;
  }
}
@media screen and (max-width: 803px) {
  .up.product .image {
    height: 350px;
  }
}
@media screen and (max-width: 750px) {
  .up.product .image {
    height: 300px;
  }
}
@media screen and (max-width: 663px) {
  .up.product .image {
    height: 260px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 440px) {
  .up.product .image {
    height: 200px;
  }
}
@media screen and (max-width: 375px) {
  .up.product .image {
    height: 180px;
  }
}
@media screen and (max-width: 320px) {
  .up.product .image {
    height: 160px;
  }
}
.up.product .image:hover:after {
  opacity: 1;
}
.up.product .image:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(46, 56, 65, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 5;
}
.up.product .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.up.product .producer {
  margin-bottom: 12px;
}
.up.product .producer a {
  font-family: var(--title-font);
  color: var(--brand-color);
  font-size: 14px;
}
.up.product .name {
  font-size: 19px;
  margin-bottom: 8px;
  display: block;
  color: var(--grey-600);
}
@media screen and (max-width: 991px) {
  .up.product .name {
    font-size: 16px;
  }
}
.up.product .propositions {
  font-family: var(--title-font);
  color: var(--grey-400);
  font-size: 14px;
  margin-bottom: 16px;
  min-height: 18px;
}
.up.product .weight.mobile {
  display: none;
}
@media screen and (max-width: 717px) {
  .up.product .weight.mobile {
    display: block;
    color: #90979C;
    font-size: 14px;
  }
}
.up.product .buy-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 663px) {
  .up.product .buy-row .btn {
    font-size: 17px;
  }
}
.up.product .buy-row .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.up.product .buy-row .price {
  font-size: 16px;
  font-weight: 500;
  color: var(--grey-600);
  margin-right: 8px;
}
.up.product .buy-row .weight {
  font-size: 14px;
  color: var(--grey-600);
}
@media screen and (max-width: 717px) {
  .up.product .buy-row .weight {
    display: none;
  }
}

.quote-slider {
  background: var(--yellow-200);
  padding: 90px 0;
}
@media screen and (max-width: 1071px) {
  .quote-slider {
    padding: 48px 0;
  }
}
@media screen and (max-width: 755px) {
  .quote-slider {
    padding: 32px 0;
  }
}
.quote-slider .constrainer {
  position: relative;
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .quote-slider .constrainer {
    padding: 0 16px;
  }
}
.quote-slider .arrow {
  position: absolute;
  top: 50%;
  color: var(--grey-400);
  transform: translateY(-50%);
}
@media screen and (max-width: 755px) {
  .quote-slider .arrow {
    top: 72%;
  }
}
.quote-slider .arrow.active {
  color: var(--grey-600);
  cursor: pointer;
}
.quote-slider .arrow.left {
  left: 53px;
}
@media screen and (max-width: 755px) {
  .quote-slider .arrow.left {
    left: 16px;
  }
}
@media screen and (max-width: 755px) {
  .quote-slider .arrow.left svg {
    width: 33px;
  }
}
.quote-slider .arrow.right {
  right: 53px;
}
@media screen and (max-width: 755px) {
  .quote-slider .arrow.right {
    right: 16px;
  }
}
@media screen and (max-width: 755px) {
  .quote-slider .arrow.right svg {
    width: 33px;
  }
}
.quote-slider .title {
  text-align: center;
  font-family: var(--title-font);
  font-size: 45px;
  font-weight: 600;
  max-width: calc(100% - 200px);
  margin: 0 auto 68px;
}
@media screen and (max-width: 1071px) {
  .quote-slider .title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 755px) {
  .quote-slider .title {
    font-size: 24px;
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.quote-slider .quotes .quote {
  max-width: 800px;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 1071px) {
  .quote-slider .quotes .quote {
    font-size: 24px;
    max-width: calc(100% - 200px);
  }
}
@media screen and (max-width: 755px) {
  .quote-slider .quotes .quote {
    font-size: 20px;
    max-width: calc(100% - 120px);
  }
}

.page.producers.grid-page {
  padding-top: 0;
}
@media screen and (max-width: 884px) {
  .page.producers.grid-page {
    padding-top: 0;
  }
}
.page.producers .explore-todelli .constrainer {
  padding: 0;
}
.page.producers .explore-todelli .category-up.active {
  border-bottom: 4px solid var(--brand-color);
}
.page.producers .explore-todelli .image {
  width: 66px;
  height: 53px;
}
.page.producers .explore-todelli .label {
  font-size: 17px;
}

.page.products .constrainer {
  max-width: 1584px;
  padding: 0 32px;
}
@media screen and (max-width: 600px) {
  .page.products .constrainer {
    padding: 0 16px;
  }
}
.page.products .title-row {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .page.products .title-row {
    margin-bottom: 15px;
  }
}
.page.products .title-row h1 {
  font-family: var(--title-font);
  font-size: 28px;
  margin-right: 12px;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .page.products .title-row h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .page.products .title-row h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .page.products .title-row h1 {
    font-size: 20px;
  }
}
.page.products .title-row .clear {
  font-size: 19px;
  color: var(--brand-color);
  display: inline-block;
}
.page.products .title-row .clear:hover {
  color: var(--brand-hover);
}
.page.products .explore-todelli .category-up.active {
  border-bottom: 4px solid var(--brand-color);
}
.page.products .explore-todelli .image {
  width: 66px;
  height: 53px;
}
.page.products .explore-todelli .label {
  font-size: 17px;
}
.page.products .other-cat-flyout {
  display: none;
  position: absolute;
  width: 280px;
  background: var(--white);
  padding: 24px;
  border: 1px solid var(--yellow-200);
  max-height: 300px;
  overflow-y: auto;
  z-index: 10;
}
.page.products .other-cat-flyout.active {
  display: block;
}
.page.products .other-cat-flyout a {
  margin-bottom: 8px;
  display: block;
  color: var(--grey-600);
  font-size: 17px;
}
.page.products .filters {
  position: -webkit-sticky;
  position: sticky;
  top: 109px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  background: #FFF;
  padding-bottom: 12px;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .page.products .filters {
    top: 85px;
  }
}
@media screen and (max-width: 930px) {
  .page.products .filters {
    position: relative;
    top: auto;
    overflow-x: auto;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 930px) {
  .page.products .filters .left {
    min-width: 863px;
  }
}
.page.products .filters .left .categories {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page.products .filters .left .categories a {
  display: block;
  margin-right: 16px;
  color: var(--grey-600);
  font-size: 17px;
  position: relative;
}
.page.products .filters .left .categories a:hover {
  color: var(--brand-hover);
}
.page.products .filters .left .categories a.active:hover {
  color: var(--grey-600);
}
.page.products .filters .left .categories a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  height: 4px;
  background: var(--brand-color);
}
.page.products .filters .left .categories .other-cats {
  position: relative;
  top: 1px;
}
.page.products .filters .left .categories .other-cats .label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page.products .filters .left .categories .other-cats .label:hover {
  color: var(--brand-hover);
}
.page.products .filters .left .categories .other-cats .label .chevron-down {
  display: block;
  margin-left: 6px;
}
.page.products .filters .left .categories .other-cats .label .chevron-down img {
  width: 14px;
  position: relative;
}
.page.products .filters .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
}
@media screen and (max-width: 1153px) {
  .page.products .filters .right {
    display: none;
  }
}
.page.products .mobile-filters {
  display: none;
}
@media screen and (max-width: 1153px) {
  .page.products .mobile-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.page.products .filters-btn {
  cursor: pointer;
}
.page.products .filters-btn:hover {
  color: var(--brand-hover);
}
.page.products .sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 16px;
  position: relative;
}
.page.products .sort .label {
  margin-right: 8px;
}
.page.products .sort .sort-dropdown {
  display: none;
  position: absolute;
  width: 280px;
  right: 0;
  top: calc(100% + 12px);
  background: var(--white);
  padding: 24px;
  border: 1px solid var(--yellow-200);
  z-index: 20;
}
@media screen and (max-width: 1153px) {
  .page.products .sort .sort-dropdown {
    right: auto;
    left: 0;
  }
}
.page.products .sort .sort-dropdown.active {
  display: block;
}
.page.products .sort .sort-dropdown .option {
  margin-bottom: 8px;
  cursor: pointer;
}
.page.products .sort .sort-dropdown .option:last-child {
  margin-bottom: 0;
}
.page.products .sort .chevron-down {
  margin-left: 4px;
}
.page.products .sort .chevron-down img {
  width: 14px;
  position: relative;
  top: -2px;
}
.page.products .sort .chevron-down svg {
  position: relative;
  top: -2px;
  width: 14px;
}
.page.products .sort .current-sort {
  font-weight: bold;
}
.page.products .sort .sort-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.page.products .sort .sort-label:hover .current-sort {
  color: var(--brand-hover);
}
.page.products .sort .sort-label:hover .chevron-down svg {
  color: var(--brand-hover);
}
.page.products .product-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 54px;
  margin-bottom: 54px;
}
@media screen and (max-width: 991px) {
  .page.products .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 580px) {
  .page.products .product-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }
}
.page.products .product-grid .up {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page.products .ajax-pagination {
  display: none;
}
.page.products .pagination,
.page.products .ajax-pagination {
  font-size: 19px;
}
.page.products .pagination .pagination,
.page.products .ajax-pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 720px) {
  .page.products .pagination .pagination li.page-item,
.page.products .ajax-pagination .pagination li.page-item {
    display: none;
  }
  .page.products .pagination .pagination .page-item:first-child,
.page.products .pagination .pagination .page-item:nth-child(2),
.page.products .pagination .pagination .page-item:nth-last-child(2),
.page.products .pagination .pagination .page-item:last-child,
.page.products .pagination .pagination .page-item.active,
.page.products .pagination .pagination .page-item.disabled,
.page.products .ajax-pagination .pagination .page-item:first-child,
.page.products .ajax-pagination .pagination .page-item:nth-child(2),
.page.products .ajax-pagination .pagination .page-item:nth-last-child(2),
.page.products .ajax-pagination .pagination .page-item:last-child,
.page.products .ajax-pagination .pagination .page-item.active,
.page.products .ajax-pagination .pagination .page-item.disabled {
    display: block;
  }
}
.page.products .pagination .pagination .pages,
.page.products .ajax-pagination .pagination .pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page.products .pagination .pagination .page-item,
.page.products .ajax-pagination .pagination .page-item {
  padding: 0 16px;
  color: var(--grey-600);
  cursor: pointer;
}
.page.products .pagination .pagination .page-item.active,
.page.products .ajax-pagination .pagination .page-item.active {
  font-weight: 500;
  position: relative;
}
.page.products .pagination .pagination .page-item.active:after,
.page.products .ajax-pagination .pagination .page-item.active:after {
  content: "";
  width: 37px;
  height: 2px;
  background: var(--grey-600);
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.page.products .pagination .pagination .page-item a,
.page.products .ajax-pagination .pagination .page-item a {
  color: var(--grey-600);
}
.page.products .cant-find {
  padding: 52px 40px 72px;
  background: var(--yellow-200);
  margin-bottom: 14px;
}
@media screen and (max-width: 550px) {
  .page.products .cant-find {
    padding: 60px 30px;
  }
}
.page.products .cant-find .title {
  font-size: 28px;
  font-family: var(--title-font);
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .page.products .cant-find .title {
    font-size: 20px;
  }
}
.page.products .cant-find p {
  max-width: 780px;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .page.products .cant-find p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 550px) {
  .page.products .cant-find .btn-row {
    text-align: center;
  }
}

.product-filters {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.41);
  z-index: 100;
  display: none;
  height: -webkit-fill-available;
}
.product-filters.active {
  display: block;
}
.product-filters .inner {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--white);
  width: 480px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media screen and (max-width: 480px) {
  .product-filters .inner {
    width: 100%;
    padding: 16px;
  }
}
.product-filters .inner .close-row {
  text-align: right;
  margin-bottom: 65px;
}
.product-filters .inner .close-row img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.product-filters .inner .holder {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.product-filters .inner .holder .top {
  flex-grow: 0;
  flex-shrink: 0;
}
.product-filters .inner .holder .bottom {
  flex-grow: 0;
  flex-shrink: 0;
}
.product-filters .inner .btn-row {
  text-align: center;
  margin-bottom: 102px;
}
.product-filters .inner .clear-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-filters .inner .clear-row .right {
  cursor: pointer;
}
.product-filters .inner .section {
  margin-bottom: 26px;
}
.product-filters .inner .section .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-filters .inner .section .heading .left {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.product-filters .inner .section .heading .left .selected-cuisine,
.product-filters .inner .section .heading .left .selected-characteristics,
.product-filters .inner .section .heading .left .selected-delivery {
  margin-left: 24px;
}
.product-filters .inner .section .heading .right img {
  position: relative;
}
.product-filters .inner .section .options {
  display: none;
}
.product-filters .inner .section .options.active {
  display: block;
}
.product-filters .inner .section .options.price {
  padding-top: 32px;
}
.product-filters .inner .section .options .option {
  font-size: 16px;
  margin-bottom: 8px;
  cursor: pointer;
}
.product-filters .inner .section .options .option.active {
  font-weight: bold;
}

.page.management.stripe .main {
  padding: 40px;
}
@media screen and (max-width: 994px) {
  .page.management.stripe .main {
    padding: 24px;
  }
}
@media screen and (max-width: 700px) {
  .page.management.stripe .main {
    padding: 16px 0;
  }
}
.page.management.stripe .main .btn-row {
  padding-top: 32px;
}

.product-scaffold div {
  background: var(--grey-200);
}
.product-scaffold .image {
  width: 100%;
  height: 444px;
  margin-bottom: 21px;
}
.product-scaffold .details {
  background: none;
}
.product-scaffold .details .title {
  width: 160px;
  height: 16px;
  margin-bottom: 18px;
}
.product-scaffold .details .description-one {
  width: 220px;
  height: 16px;
  margin-bottom: 8px;
}
.product-scaffold .details .description-two {
  width: 220px;
  height: 16px;
  margin-bottom: 16px;
}
.product-scaffold .details .btn-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: none;
}
.product-scaffold .details .btn-row .left {
  width: 85px;
  height: 16px;
}
.product-scaffold .details .btn-row .right {
  width: 75px;
  height: 40px;
}

.noUi-horizontal {
  height: 1px;
  box-shadow: none;
  border: none;
  background: var(--grey-500);
}

.noUi-connect {
  background: var(--grey-600);
}

.noUi-horizontal .noUi-handle {
  border: none;
  box-shadow: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: var(--grey-600);
  right: -6px;
  top: -5px;
}
.noUi-horizontal .noUi-handle:before {
  display: none;
}
.noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  font-size: 14px;
  border: none;
  box-shadow: none;
  font-weight: 500;
}

.hytPlayerWrap {
  display: inline-block;
  position: relative;
}

.hytPlayerWrap.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.hytPlayerWrap.paused::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 50px;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: var(--body-font) !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
