﻿@charset "UTF-8";
/* Micro ClearFix Mixin */
.mix_textshadow {
  -webkit-text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 6px;
  text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 6px;
}

.roundedcorner {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Flexbox */
/* Grid Layout */
@font-face {
  font-family: "hugos_handregular";
  src: url("../fonts/HugosHandTwo.eot?#iefix") format("embedded-opentype"), url("../fonts/HugosHandTwo.woff") format("woff"), url("../fonts/HugosHandTwo.ttf") format("truetype"), url("../fonts/HugosHandTwo.svg#HugosHandTwo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "handwriting";
  src: url("../fonts/handwriting.eot");
  src: url("../fonts/handwriting.woff") format("woff"), url("../fonts/handwriting.ttf") format("truetype"), url("../fonts/handwriting.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans W01 Light";
  src: url("'../fonts/GillSansW01Light.woff2'") format("woff2"), url("../fonts/GillSansW01Light.woff") format("woff");
}
@font-face {
  font-family: "Gill Sans W01 Medium";
  src: url("../fonts/GillSansW01Medium.woff2") format("woff2"), url("../fonts/GillSansW01Medium.woff") format("woff");
}
@font-face {
  font-family: "Gill Sans W01 Bold";
  src: url("../fonts/GillSansW01Bold.woff2") format("woff2"), url("../fonts/GillSansW01Bold.woff") format("woff");
}
/* Colours */
/* Nav Colours */
/* Font Sizes */
/* Fonts */
/* Misc */
/* Columns */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1,
.VoucherSentToEmail, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #575756;
  font-family: "Gill Sans W01 Medium", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-y: scroll;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

body {
  display: block !important;
}

body.iframeouter {
  background: #f4f4f4;
}

/*html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    //overflow: hidden;
}*/
/*.snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    //height: auto;
    z-index: 2;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: $pagebackgroundcolour; // url(../images/xmas-background-2400-2.jpg) top center repeat;
    box-shadow: rgba(0,0,0,0.4) 0 0 15px;
    height: 100%;
    min-height: 1000px;
}

.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    background: $drawerbackgroundcolour;
}


.snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.snap-drawer-left {
    left: 0;
    z-index: 1;
}

.snap-drawer-right {
    right: 0;
    z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%;
}*/
/*.snap-drawer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;

    li > a {
        font-family: $bodyfont;
        display: block;
        border-bottom: 1px solid rgba(0,0,0, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(0,0,0,0.1);
        text-decoration: none;
        color: #808080;
        text-indent: 20px;
    }

    ul li a {
        padding-left: 20px;
        font-weight: normal;
    }
}

.menutoggle {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 10px;
}

.snap-drawer form {
    padding: 10px;
    background: $drawersearchback;
}

.snap-drawer #book-slot {
    margin: 10px;
    display: inline-block;
}*/
.image50right img {
  width: 50% !important;
  height: auto !important;
  float: right;
  margin: 0 0 20px 20px;
}

.image50left img {
  width: 50% !important;
  height: auto !important;
  float: left;
  margin: 0 20px 20px 0;
}

.image30left img {
  width: 30% !important;
  height: auto !important;
  float: left;
  margin: 0 20px 20px 0;
}

.image30right img {
  width: 30% !important;
  height: auto !important;
  float: right;
  margin: 0 0 20px 20px;
}

.image100 img {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 600px) {
  .image100-600 img {
    width: 100% !important;
    height: auto !important;
  }
}
.pagerow.hdintro {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 8px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.pagerow.hdintro a {
  text-decoration: none;
}
.pagerow.hdintro .col.col3 {
  text-align: center;
}
.pagerow.hdintro .col.col3:nth-child(1) h3 {
  background: url(../images/arrow.png) no-repeat center left;
}
.pagerow.hdintro .col.col3:nth-child(1) div {
  border-right: 1px solid #6e6762;
}
.pagerow.hdintro .col.col3:nth-child(2) h3 {
  background: url(../images/car.png) no-repeat center left;
  padding-left: 70px;
}
.pagerow.hdintro .col.col3:nth-child(2) div {
  border-right: 1px solid #6e6762;
}
.pagerow.hdintro .col.col3:nth-child(3) h3 {
  background: url(../images/store.png) no-repeat center left;
}
.pagerow.hdintro .col.col3 div {
  margin: 0 10px 3px;
  min-height: 40px;
}
.pagerow.hdintro .col.col3 div h3 {
  margin: 0 10px 0 0 !important;
  font-family: "hugos_handregular" !important;
  text-transform: none !important;
  display: inline-block;
  padding-left: 50px;
  line-height: 34px !important;
  background-size: contain;
}
.pagerow.hdintro .col.col3 div p {
  margin: 0 !important;
  display: inline-block;
}
@media (max-width: 835px) {
  .pagerow.hdintro .col.col3:nth-child(1) h3 {
    line-height: 28px;
  }
}
@media (max-width: 778px) {
  .pagerow.hdintro .col.col3:nth-child(3) h3 {
    line-height: 28px;
  }
}
@media (max-width: 744px) {
  .pagerow.hdintro .col.col3:nth-child(2) h3 {
    line-height: 28px;
  }
}
@media (max-width: 1500px) {
  .pagerow.hdintro .col.col3 div p {
    display: block;
    text-align: center;
  }
}

@media (max-width: 820px) {
  h1.squiggle:before, .squiggle.VoucherSentToEmail:before, h1.squiggle:after, .squiggle.VoucherSentToEmail:after {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .hdintro {
    display: none;
  }
  .page {
    background: none !important;
  }
  section .page .breadcrumbs {
    margin-bottom: 20px;
  }
}
.howToShop {
  height: 51px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 800px) {
  .howToShop {
    margin-top: -10px;
  }
}
.howToShop .optionContainer {
  justify-content: center;
  align-items: center;
  width: 25%;
}
.howToShop .optionContainer a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 670px) {
  .howToShop .optionContainer a {
    flex-direction: column !important;
    margin-top: -10px;
  }
}
.howToShop .optionContainer a img {
  width: 37px;
  height: 37px;
  margin-right: 8px;
}
@media (max-width: 800px) {
  .howToShop .optionContainer a img {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 500px) {
  .howToShop .optionContainer a img {
    height: 20px;
    width: 20px;
  }
}
.howToShop .optionContainer a .text h3 {
  font-size: 20px;
  color: #0B3534;
  text-align: center;
  color: #0B3534;
}
@media (max-width: 1024px) {
  .howToShop .optionContainer a .text h3 {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  .howToShop .optionContainer a .text h3 {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .howToShop .optionContainer a .text h3 {
    font-size: 14px;
  }
}

.whiteborder {
  background-image: none !important;
  border-style: solid;
  border-width: 10px;
  border-image: url(../images/dotted-line-white.png) 10 repeat;
  -moz-border-image: url(../images/dotted-line-white.png) 10 repeat;
  -webkit-border-image: 10 url(../images/dotted-line-white.png) repeat;
  -o-border-image: url(../images/dotted-line-white.png) 10 repeat;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
}

#content-wrapper {
  position: relative;
}

main {
  position: relative;
  background: #fff;
  background-size: contain;
  padding: 60px 50px 0;
  border: solid 1px #ddd;
}

main section {
  padding: 0 0;
}

.siteouter {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  .siteouter main.newmums-banner .newparents {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 750px) {
  .siteouter main.newmums-banner .newmums {
    margin-top: 90px;
  }
}
.siteouter.fullwidth {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .siteouter.fullwidth main {
    padding: 0 0 0;
  }
}

.newmums-bottombanner img {
  width: 109%;
  margin-left: -48px;
}

@media (max-width: 650px) {
  .newmums-bottombanner {
    display: none;
  }
}
.bodyouter main {
  border: 0;
}

.pull {
  float: right;
}

.pagerow.noline.hdintro + .page {
  border-bottom: 1px solid #e6e1dd;
}

.page {
  margin: 0;
  padding: 30px 0 0 0;
}
.page.noline {
  background: none;
  border: none;
}
.page p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 19.5px;
}
.page h1, .page .VoucherSentToEmail {
  font-family: "hugos_handregular";
  color: #768d87;
  font-size: 30px;
  letter-spacing: 1px;
}

.accordion {
  margin-top: 30px;
  border-bottom: solid 1px rgba(87, 87, 86, 0.3);
}
.accordion .accordion_item {
  border-top: solid 1px rgba(87, 87, 86, 0.3);
}
.accordion h3 a {
  display: block;
  padding: 12px 25px 12px 10px;
  text-decoration: none;
  background: url(../images/icons/plus.png) right 10px center no-repeat;
  background-size: 12px 12px;
  font-size: 18px;
  font-style: normal;
}
.accordion h3.current a {
  font-weight: bold;
  background: url(../images/icons/minus.png) right 10px center no-repeat;
  background-size: 12px 2px;
}
.accordion .accordion_content {
  padding: 10px;
}
.accordion .accordion_content h1, .accordion .accordion_content .VoucherSentToEmail {
  font-family: "hugos_handregular";
  color: #768d87;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 39px;
}
.accordion .accordion_content h1.handwritten, .accordion .accordion_content .handwritten.VoucherSentToEmail {
  font-family: "handwriting" !important;
  font-size: 35px;
  line-height: 45.5px;
}
.accordion .accordion_content h1.squiggle, .accordion .accordion_content .squiggle.VoucherSentToEmail {
  text-align: center;
  color: #b1535b;
  text-transform: uppercase;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
.accordion .accordion_content h1.squiggle.checkout, .accordion .accordion_content .squiggle.checkout.VoucherSentToEmail {
  color: #768d87 !important;
}
.accordion .accordion_content h1.large, .accordion .accordion_content .large.VoucherSentToEmail {
  font-size: 62px;
  line-height: 80.6px;
  color: #4f535d;
  margin: 30px 0;
}
@media (max-width: 600px) {
  .accordion .accordion_content h1.large, .accordion .accordion_content .large.VoucherSentToEmail {
    font-size: 42px;
    line-height: 54.6px;
  }
}
@media (max-width: 420px) {
  .accordion .accordion_content h1.large, .accordion .accordion_content .large.VoucherSentToEmail {
    font-size: 36px;
    line-height: 46.8px;
  }
}
.accordion .accordion_content h1.upper, .accordion .accordion_content .upper.VoucherSentToEmail {
  text-transform: inherit;
}
.accordion .accordion_content h2 {
  font-family: "hugos_handregular";
  text-align: center;
  text-transform: inherit;
  margin: 10px 0;
  font-size: 30px;
  padding-bottom: 0;
  line-height: 39px;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
.accordion .accordion_content h2.gill {
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-transform: none;
}
.accordion .accordion_content h2 a {
  font-family: "hugos_handregular";
  text-decoration: none;
  font: inherit;
}
.accordion .accordion_content h2.handwritten {
  font-family: "handwriting" !important;
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
}
.accordion .accordion_content h2.handwritten a {
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
  color: #768d87;
  font-family: "handwriting";
}
.accordion .accordion_content h2.handwritten:before, .accordion .accordion_content h2.handwritten:after {
  display: none;
}
.accordion .accordion_content h2.nosquiggle:before, .accordion .accordion_content h2.nosquiggle:after {
  display: none;
}
.accordion .accordion_content h2.small {
  text-align: left;
  text-transform: none;
  font-size: 32px;
  line-height: 41.6px;
  color: #918783;
}
.accordion .accordion_content h2.small:before, .accordion .accordion_content h2.small:after {
  display: none;
}
.accordion .accordion_content h2.small a {
  color: #918783;
}
.accordion .accordion_content h2.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
.accordion .accordion_content h2.hugowhite a {
  color: #768d87;
}
.accordion .accordion_content h2.lower {
  text-transform: none;
}
.accordion .accordion_content h3 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 27px;
}
.accordion .accordion_content h3.handwritten {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
  line-height: 31.2px !important;
}
.accordion .accordion_content h3.handwritten span {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
}
.accordion .accordion_content h3.handwritten a {
  text-transform: none;
  font-family: "handwriting";
  font-size: 24px;
  line-height: 31.2px;
  color: #768d87;
  text-decoration: underline;
}
.accordion .accordion_content h3.nolowerpad {
  margin: 0 0 0;
}
.accordion .accordion_content h3 a {
  text-decoration: none;
}
.accordion .accordion_content h3.left {
  text-align: left;
}
.accordion .accordion_content h3.lower {
  text-transform: none;
}
.accordion .accordion_content h3.hugogreen {
  font-family: "hugos_handregular";
  color: #768d87;
}
.accordion .accordion_content h3.hugogreen a {
  color: #768d87;
}
.accordion .accordion_content h3.hugored {
  font-family: "hugos_handregular";
  color: #b1535b;
}
.accordion .accordion_content h3.hugored a {
  color: #b1535b;
}
.accordion .accordion_content h3.hugogray {
  font-family: "hugos_handregular";
  color: #918783;
}
.accordion .accordion_content h3.hugogray a {
  color: #768d87;
}
.accordion .accordion_content h3.hugoblack {
  font-family: "hugos_handregular";
  color: #6b6864;
}
.accordion .accordion_content h3.hugoblack a {
  color: #768d87;
}
.accordion .accordion_content h3.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
.accordion .accordion_content h3.hugowhite a {
  color: #768d87;
}
.accordion .accordion_content h3.lower {
  text-transform: none;
}
.accordion .accordion_content h4 {
  font-family: "hugos_handregular";
  text-align: center;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 25px;
}
.accordion .accordion_content h4.handwritten {
  font-family: "handwriting";
}
.accordion .accordion_content h4.handwritten a {
  text-align: center;
  font-family: "handwriting";
  font-size: 20px;
  line-height: 25px;
  color: #768d87;
}
.accordion .accordion_content p {
  margin: 10px 0;
  line-height: 19.5px;
  font-size: 15px;
}
.accordion .accordion_content p.intro {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 18px;
  line-height: 23.4px;
}
.accordion .accordion_content h1, .accordion .accordion_content .VoucherSentToEmail {
  font-family: "hugos_handregular";
  color: #768d87;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 39px;
}
.accordion .accordion_content h1.handwritten, .accordion .accordion_content .handwritten.VoucherSentToEmail {
  font-family: "handwriting" !important;
  font-size: 35px;
  line-height: 45.5px;
}
.accordion .accordion_content h1.squiggle, .accordion .accordion_content .squiggle.VoucherSentToEmail {
  text-align: center;
  color: #b1535b;
  text-transform: uppercase;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
.accordion .accordion_content h1.squiggle.checkout, .accordion .accordion_content .squiggle.checkout.VoucherSentToEmail {
  color: #768d87 !important;
}
.accordion .accordion_content h1.large, .accordion .accordion_content .large.VoucherSentToEmail {
  font-size: 62px;
  line-height: 80.6px;
  color: #4f535d;
  margin: 30px 0;
}
@media (max-width: 600px) {
  .accordion .accordion_content h1.large, .accordion .accordion_content .large.VoucherSentToEmail {
    font-size: 42px;
    line-height: 54.6px;
  }
}
@media (max-width: 420px) {
  .accordion .accordion_content h1.large, .accordion .accordion_content .large.VoucherSentToEmail {
    font-size: 36px;
    line-height: 46.8px;
  }
}
.accordion .accordion_content h1.upper, .accordion .accordion_content .upper.VoucherSentToEmail {
  text-transform: inherit;
}
.accordion .accordion_content h2 {
  font-family: "hugos_handregular";
  text-align: center;
  text-transform: inherit;
  margin: 10px 0;
  font-size: 30px;
  padding-bottom: 0;
  line-height: 39px;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
.accordion .accordion_content h2.gill {
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-transform: none;
}
.accordion .accordion_content h2 a {
  font-family: "hugos_handregular";
  text-decoration: none;
  font: inherit;
}
.accordion .accordion_content h2.handwritten {
  font-family: "handwriting" !important;
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
}
.accordion .accordion_content h2.handwritten a {
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
  color: #768d87;
  font-family: "handwriting";
}
.accordion .accordion_content h2.handwritten:before, .accordion .accordion_content h2.handwritten:after {
  display: none;
}
.accordion .accordion_content h2.nosquiggle:before, .accordion .accordion_content h2.nosquiggle:after {
  display: none;
}
.accordion .accordion_content h2.small {
  text-align: left;
  text-transform: none;
  font-size: 32px;
  line-height: 41.6px;
  color: #918783;
}
.accordion .accordion_content h2.small:before, .accordion .accordion_content h2.small:after {
  display: none;
}
.accordion .accordion_content h2.small a {
  color: #918783;
}
.accordion .accordion_content h2.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
.accordion .accordion_content h2.hugowhite a {
  color: #768d87;
}
.accordion .accordion_content h2.lower {
  text-transform: none;
}
.accordion .accordion_content h3 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 27px;
}
.accordion .accordion_content h3.handwritten {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
  line-height: 31.2px !important;
}
.accordion .accordion_content h3.handwritten span {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
}
.accordion .accordion_content h3.handwritten a {
  text-transform: none;
  font-family: "handwriting";
  font-size: 24px;
  line-height: 31.2px;
  color: #768d87;
  text-decoration: underline;
}
.accordion .accordion_content h3.nolowerpad {
  margin: 0 0 0;
}
.accordion .accordion_content h3 a {
  text-decoration: none;
}
.accordion .accordion_content h3.left {
  text-align: left;
}
.accordion .accordion_content h3.lower {
  text-transform: none;
}
.accordion .accordion_content h3.hugogreen {
  font-family: "hugos_handregular";
  color: #768d87;
}
.accordion .accordion_content h3.hugogreen a {
  color: #768d87;
}
.accordion .accordion_content h3.hugored {
  font-family: "hugos_handregular";
  color: #b1535b;
}
.accordion .accordion_content h3.hugored a {
  color: #b1535b;
}
.accordion .accordion_content h3.hugogray {
  font-family: "hugos_handregular";
  color: #918783;
}
.accordion .accordion_content h3.hugogray a {
  color: #768d87;
}
.accordion .accordion_content h3.hugoblack {
  font-family: "hugos_handregular";
  color: #6b6864;
}
.accordion .accordion_content h3.hugoblack a {
  color: #768d87;
}
.accordion .accordion_content h3.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
.accordion .accordion_content h3.hugowhite a {
  color: #768d87;
}
.accordion .accordion_content h3.lower {
  text-transform: none;
}
.accordion .accordion_content h4 {
  font-family: "hugos_handregular";
  text-align: center;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 25px;
}
.accordion .accordion_content h4.handwritten {
  font-family: "handwriting";
}
.accordion .accordion_content h4.handwritten a {
  text-align: center;
  font-family: "handwriting";
  font-size: 20px;
  line-height: 25px;
  color: #768d87;
}
.accordion .accordion_content p {
  margin: 10px 0;
  line-height: 19.5px;
  font-size: 15px;
}
.accordion .accordion_content p.intro {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 18px;
  line-height: 23.4px;
}
.accordion .accordion_content li {
  font-size: 16px;
  list-style-type: disc;
  line-height: 23px;
  margin-left: 20px;
  margin-bottom: 8px;
}
.accordion .accordion_content div img {
  width: 100%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.video-container {
  position: relative;
  padding-bottom: 54.6%;
  height: 0;
  margin-top: 20px;
  overflow: hidden;
}
.video-container iframe {
  width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#skipnav {
  display: none;
}

#lb {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
@media (min-width: 721px) {
  #lb {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
#lb .overlay {
  width: 100%;
  height: 100%;
  background: #000;
}
#lb .content {
  position: fixed;
  top: 50px;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  background: #fff;
}
#lb .content h1, #lb .content .VoucherSentToEmail {
  font-family: "hugos_handregular";
  color: #768d87;
  font-size: 30px;
}
#lb .lbclose {
  position: fixed;
  top: 10px;
  left: calc(50% - 24px);
  cursor: pointer;
}
@media (min-width: 721px) {
  #lb .lbclose {
    top: 40px;
    left: 50%;
  }
}

.iframe {
  background: #fff;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.iframe .page {
  background: none;
  padding-top: 0;
}
.iframe .wereopen {
  margin-right: -30px !important;
}

.chatbutton {
  position: absolute;
  left: -2px;
  top: 240px;
  z-index: 99999;
  cursor: pointer;
}
.chatbutton:hover {
  left: 0;
}
.chatbutton a, .chatbutton img {
  display: block;
}

.nobr {
  white-space: nowrap;
}

::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  margin-top: -3px;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  line-height: 20px;
  margin-top: -3px;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  line-height: 20px;
  margin-top: -3px;
}

:-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  margin-top: -3px;
}

.cookstyles h1, .cookstyles .VoucherSentToEmail {
  font-family: "hugos_handregular";
  color: #768d87;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 39px;
}
.cookstyles h1.handwritten, .cookstyles .handwritten.VoucherSentToEmail {
  font-family: "handwriting" !important;
  font-size: 35px;
  line-height: 45.5px;
}
.cookstyles h1.squiggle, .cookstyles .squiggle.VoucherSentToEmail {
  text-align: center;
  color: #b1535b;
  text-transform: uppercase;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
.cookstyles h1.squiggle.checkout, .cookstyles .squiggle.checkout.VoucherSentToEmail {
  color: #768d87 !important;
}
.cookstyles h1.large, .cookstyles .large.VoucherSentToEmail {
  font-size: 62px;
  line-height: 80.6px;
  color: #4f535d;
  margin: 30px 0;
}
@media (max-width: 600px) {
  .cookstyles h1.large, .cookstyles .large.VoucherSentToEmail {
    font-size: 42px;
    line-height: 54.6px;
  }
}
@media (max-width: 420px) {
  .cookstyles h1.large, .cookstyles .large.VoucherSentToEmail {
    font-size: 36px;
    line-height: 46.8px;
  }
}
.cookstyles h1.upper, .cookstyles .upper.VoucherSentToEmail {
  text-transform: inherit;
}
.cookstyles h2 {
  font-family: "hugos_handregular";
  text-align: center;
  text-transform: inherit;
  margin: 10px 0;
  font-size: 30px;
  padding-bottom: 0;
  line-height: 39px;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
.cookstyles h2.gill {
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-transform: none;
}
.cookstyles h2 a {
  font-family: "hugos_handregular";
  text-decoration: none;
  font: inherit;
}
.cookstyles h2.handwritten {
  font-family: "handwriting" !important;
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
}
.cookstyles h2.handwritten a {
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
  color: #768d87;
  font-family: "handwriting";
}
.cookstyles h2.handwritten:before, .cookstyles h2.handwritten:after {
  display: none;
}
.cookstyles h2.nosquiggle:before, .cookstyles h2.nosquiggle:after {
  display: none;
}
.cookstyles h2.small {
  text-align: left;
  text-transform: none;
  font-size: 32px;
  line-height: 41.6px;
  color: #918783;
}
.cookstyles h2.small:before, .cookstyles h2.small:after {
  display: none;
}
.cookstyles h2.small a {
  color: #918783;
}
.cookstyles h2.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
.cookstyles h2.hugowhite a {
  color: #768d87;
}
.cookstyles h2.lower {
  text-transform: none;
}
.cookstyles h3 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 27px;
}
.cookstyles h3.handwritten {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
  line-height: 31.2px !important;
}
.cookstyles h3.handwritten span {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
}
.cookstyles h3.handwritten a {
  text-transform: none;
  font-family: "handwriting";
  font-size: 24px;
  line-height: 31.2px;
  color: #768d87;
  text-decoration: underline;
}
.cookstyles h3.nolowerpad {
  margin: 0 0 0;
}
.cookstyles h3 a {
  text-decoration: none;
}
.cookstyles h3.left {
  text-align: left;
}
.cookstyles h3.lower {
  text-transform: none;
}
.cookstyles h3.hugogreen {
  font-family: "hugos_handregular";
  color: #768d87;
}
.cookstyles h3.hugogreen a {
  color: #768d87;
}
.cookstyles h3.hugored {
  font-family: "hugos_handregular";
  color: #b1535b;
}
.cookstyles h3.hugored a {
  color: #b1535b;
}
.cookstyles h3.hugogray {
  font-family: "hugos_handregular";
  color: #918783;
}
.cookstyles h3.hugogray a {
  color: #768d87;
}
.cookstyles h3.hugoblack {
  font-family: "hugos_handregular";
  color: #6b6864;
}
.cookstyles h3.hugoblack a {
  color: #768d87;
}
.cookstyles h3.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
.cookstyles h3.hugowhite a {
  color: #768d87;
}
.cookstyles h3.lower {
  text-transform: none;
}
.cookstyles h4 {
  font-family: "hugos_handregular";
  text-align: center;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 25px;
}
.cookstyles h4.handwritten {
  font-family: "handwriting";
}
.cookstyles h4.handwritten a {
  text-align: center;
  font-family: "handwriting";
  font-size: 20px;
  line-height: 25px;
  color: #768d87;
}
.cookstyles p {
  margin: 10px 0;
  line-height: 19.5px;
  font-size: 15px;
}
.cookstyles p.intro {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 18px;
  line-height: 23.4px;
}

body.fixed {
  position: fixed;
}

html {
  scroll-behavior: smooth;
}

.SagePayPayment {
  width: 100% !important;
  height: 500px !important;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px;
  z-index: 10000;
  text-decoration: none;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid #fff;
}

@media (max-width: 1200px) {
  #lb .content {
    width: 90%;
    margin-left: -45%;
  }
}
@media (max-width: 720px) {
  .nomobile, .chatbutton {
    display: none !important;
  }
  .page {
    background: none;
    margin: 0;
    padding: 0;
  }
  #lb .content {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: 0;
  }
  #lb .content iframe {
    height: 100% !important;
  }
}
input:focus, textarea:focus {
  outline: none;
}

input.fuzzy, #NewAddressForm input:not([type=submit]), input[name=postcode], input[name=pcode], #Content_emailLogon, #Content_passwordLogon, textarea {
  width: 198px;
  padding: 8px 10px 8px;
  border: none;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 3px;
  line-height: 23.4px;
  border: 1px solid #e6e1dd;
  font-size: 16px;
  letter-spacing: 0.5px;
}
input.fuzzy.is-small, #NewAddressForm input.is-small:not([type=submit]), input[name=postcode].is-small, input[name=pcode].is-small, #Content_emailLogon.is-small, #Content_passwordLogon.is-small, textarea.is-small {
  padding: 4px 10px 4px;
}
input.fuzzy:focus, #NewAddressForm input:focus:not([type=submit]), input[name=postcode]:focus, input[name=pcode]:focus, #Content_emailLogon:focus, #Content_passwordLogon:focus, textarea:focus {
  background-color: #F2F2F2;
  border: 1px solid #bbada2;
}

#Content_emailLogon, #Content__resetForm input {
  width: 90%;
}

#Content__resetForm input, #Content__emailInputForm input {
  width: 100%;
  box-sizing: border-box;
}

input.chunky {
  padding: 10px;
  font-size: 32px;
}

.addresslookuplist {
  margin-bottom: 10px;
  border: 1px solid #e6e1dd;
  border-radius: 3px;
  padding: 10px;
}
.addresslookuplist option {
  font-size: 16px;
  padding: 3px 0;
}

.button, .buttonlink {
  background-color: #5e9db4;
  color: #fff;
  font-family: "Gill Sans W01 Medium", sans-serif;
  padding: 9px 18px 8px;
  font-size: 20px;
  line-height: 23px;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.button.disabled, .buttonlink.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.hidden, .buttonlink.hidden {
  display: none;
}
.button:hover, .buttonlink:hover {
  background-color: #478298;
}
.button:focus, .buttonlink:focus {
  background-color: #376575;
  outline: dotted 1px #ccc;
  outline-offset: 3px;
}
.button i, .buttonlink i {
  color: #fff;
}
.button.largebutton, .buttonlink.largebutton {
  font-size: 22px;
}
.button.smallbutton, .buttonlink.smallbutton {
  font-size: 16px;
  padding: 5px 15px 4px;
  display: inline-block;
}
.button.secondary, .buttonlink.secondary {
  color: #5e9db4;
  background: #efefef;
  border: solid 1px #e6e1dd;
}
.button.secondary:hover, .buttonlink.secondary:hover {
  background-color: #d6d6d6;
  color: #fff;
}

.redbutton .button.proceedtocheckout {
  background-color: #b1535b;
  cursor: pointer;
}
.redbutton .button.proceedtocheckout:hover {
  background-color: #6d3136;
}

span.star {
  color: #f00;
  font-size: 14px;
}

fieldset {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
fieldset:last-child {
  background: none;
}
fieldset legend {
  font-family: "hugos_handregular";
  font-size: 18px;
  margin-bottom: 15px;
}
fieldset .fieldgroup.field3 div.fieldcolumn {
  width: 30%;
  margin-right: 3%;
  float: left;
}
fieldset .fieldgroup.field2 div.fieldcolumn {
  width: 47%;
  margin-right: 3%;
  float: left;
}
fieldset.noline {
  border: 0;
  padding: 0;
}
fieldset div {
  margin-bottom: 15px;
}
fieldset div.error {
  background: transparent;
  padding: 0 !important;
}
fieldset div.error input, fieldset div.error .styled-select, fieldset div.error textarea {
  border: solid 1px rgba(240, 0, 0, 0.8) !important;
}
fieldset div label {
  display: block;
}
fieldset div label .small {
  font-size: 12px;
}
fieldset div #pcaButtonBY91 {
  width: 95%;
  box-sizing: border-box;
}
fieldset div input, fieldset div select {
  display: block;
  padding: 5px 7px;
  width: 90%;
  border: solid 1px #ccc;
  font-family: "Gill Sans W01 Medium", sans-serif;
  background: #fff;
}
fieldset div input:focus, fieldset div select:focus {
  background: #F2F2F2;
}
fieldset div span select {
  width: auto !important;
  display: inline-block;
  margin-right: 5px;
}
fieldset div textarea {
  width: 90%;
  height: 80px;
  border: solid 1px #ccc;
  font-family: "Gill Sans W01 Medium", sans-serif;
  padding: 3px 5px;
}
fieldset div.checkbox {
  /* Start - less to sass conversion */
  -ms-zoom: 1;
  zoom: 1;
}
fieldset div.checkbox:before, fieldset div.checkbox:after {
  content: "";
  display: table;
}
fieldset div.checkbox:after {
  clear: both;
}
fieldset div.checkbox label {
  display: inline-block;
  width: 80%;
  float: left;
}
fieldset div.checkbox input {
  width: auto !important;
  background: transparent;
  display: inline-block;
  float: left;
}
.inlineblock {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.inlineblock input {
  margin-bottom: 5px;
  background: #fff !important;
}

form .col1 {
  margin-bottom: 0;
}
form .col1 div input, form .col1 div select {
  width: 95%;
}
form.formnew .col1 {
  width: 100% !important;
}
form .col2, form .colquarter {
  margin-bottom: 0;
}
form .col2 div input, form .col2 div select, form .colquarter div input, form .colquarter div select {
  width: 90%;
}
form .col5double {
  margin-bottom: 0;
}
form .col5double div input, form .col5double div select {
  width: 88%;
}
form .col5 {
  margin-bottom: 0;
}
form .col5 div input, form .col5 div select {
  width: 78%;
}
form .col3 {
  margin-bottom: 0;
}
form .col3 div input, form .col3 div select {
  width: 85%;
}
form input.autowidth {
  width: auto !important;
}
form input[type=radio], form input[type=checkbox] {
  width: auto !important;
}

.error p {
  color: #f00000;
  text-transform: none;
  letter-spacing: 0;
}
.error input, .error select {
  border-color: rgba(240, 0, 0, 0.2);
}

div.error {
  background: rgba(240, 0, 0, 0.08);
  padding: 10px 15px !important;
  margin-bottom: 0px;
  font-size: 15px;
}

div.errorblock p {
  background: rgba(240, 0, 0, 0.08);
  padding: 10px 15px !important;
  margin-bottom: 15px;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: center;
  width: 94%;
}
div.errorblock p span {
  display: block;
  margin-top: 10px;
}
div.errorblock p span .button {
  margin-bottom: 0;
}
div.errorblock p span .button + .button {
  margin-left: 15px;
}

.listbox {
  width: 100%;
  height: 100px;
  font-family: "Gill Sans W01 Medium", sans-serif;
}

.password_Text {
  display: inline-block;
  margin: 5px 0;
}

#password_Show {
  display: none;
  margin-top: 10px;
  margin-bottom: 0px;
}

#password_Show.show {
  display: block;
}

select.formfield {
  padding: 5px 7px;
}

.validation-summary-errors {
  background: rgba(240, 0, 0, 0.08);
  padding: 10px;
  margin: 10px 0;
}
.validation-summary-errors li {
  color: #f00;
}

.checkout-error .field-validation-error {
  color: pink;
}

.success {
  background: lightblue;
  padding: 10px;
  margin: 10px 0;
}

fieldset div label {
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 1px;
  font-size: 14px;
}
fieldset div label .small {
  text-transform: none;
  letter-spacing: 0;
}

input[type=radio] + label {
  letter-spacing: 0;
}

fieldset legend {
  font-family: "hugos_handregular";
  font-size: 22px;
  margin-bottom: 15px;
  padding-top: 20px;
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  /* font-weight: bold; */
  color: #666;
}

fieldset div.checkbox label, fieldset div.radio label {
  margin-top: 0;
  text-transform: none;
}

/*.css-checkbox {
    // display: none;
    // Better than display: none for accessibility reasons
    position: relative;
    z-index: -9999;
}
.css-label span {
    width: 28px;
    height: 28px;
    float: left;
    display: block;
    background-position: 0 0;
    background: url(../images/checkbox.png);
}
.css-checkbox:checked + span {
    background-position: 0 -27px;
    background: url(../images/checkbox.png);
}*/
/*.css-check {
    width: 20px;
    position: relative;
    margin: 20px auto;
    label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: #fcfff4;
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        border-radius: 4px;
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        &:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 4px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            transform: rotate(-45deg);
        }
        &:hover::after {
            opacity: 0.5;
        }
    }
    input[type=checkbox].css-checkbox, .css-checkbox input[type=checkbox] {
        visibility: hidden;
        &:checked + label:after {
            opacity: 1;
        }
    }
}*/
.checkbox-wrapper {
  margin: 0;
}
.checkbox-wrapper label.main-label {
  display: block;
  text-transform: none;
  padding-left: 20px;
  float: left;
  line-height: 18px;
  margin-top: 0;
  letter-spacing: 0;
  font-size: 15px;
}

/*.squaredFour {
    width: 20px;
    position: relative;
    display: block;
    float: left;
    .check-label {
        width: 21px;
        height: 21px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        border: 1px solid #333333;
        //background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        border-radius: 3px;
        //box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        margin-top: 0;
        padding-left: 0;
        &:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 5px;
            left: 5px;
            border: 2px solid #333;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            transform: rotate(-45deg);
        }
        &:hover::after {
            opacity: 0.5;
        }
    }
    input[type=checkbox] {
        visibility: hidden;
        &:checked + .check-label:after {
            opacity: 1;
        }
    }
}*/
.styled-select {
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/dropdown-arrow3.png) no-repeat right center;
  background-size: contain;
  height: 41px;
  width: 90%;
  border: 1px solid #e6e1dd;
  border-radius: 3px;
  margin: 0 20px 0 0;
  padding-right: 40px;
}
.styled-select.mini {
  width: 31% !important;
  padding-right: 40px;
  display: inline-block;
  margin: 0 1% 0 0;
}
.styled-select.mini select {
  width: calc(100% + 100px) !important;
}
@media only screen and (max-width: 450px) {
  .styled-select.mini {
    width: 100% !important;
    margin: 0 0 0 0;
    max-width: 100%;
  }
}
.styled-select #Content__addressLookup + .addressnotlisted {
  padding-top: 5px;
}

/*@media only screen and (max-width: 720px) {
    .mobile-styled-select {
        box-sizing: border-box;
        overflow: hidden;
        background: url(../images/dropdown-arrow3.png) no-repeat right center;
        background-size: contain;
        height: 41px;
        width: 90%;
        border: 1px solid $inputborders;
        border-radius: 3px;
        margin: 0 20px 0 0;
        padding-right: 40px;
        select {
            background: transparent;
            font-size: 14px;
            padding: 5px 100px 5px 10px !important;
            width: 268px;
            font-size: 16px;
            height: 41px;
            width: calc(100% + 100px) !important;
            border: 0;
            appearance: none;
            -webkit-appearance: none;
            box-sizing: border-box;
            font-weight: 400;
        }
        select:focus {
            background: transparent;
        }
    }
}*/
.styled-select select {
  background: transparent;
  font-size: 14px;
  padding: 5px 100px 5px 10px !important; /* If you add too much padding here, the options won't show in IE */
  width: 268px;
  font-size: 16px;
  height: 41px;
  width: calc(100% + 100px) !important;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
}

.styled-select select:focus {
  background: transparent;
}

textarea, input, button, select {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .styled-select select {
    margin-right: -70px;
  }
  fieldset div label {
    margin-top: 5px;
  }
}
.marketingPreferenceDisclaimerItalics {
  font-style: italic !important;
  font-size: 12px !important;
}

small.additional-info {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}

.marketingPreferenceDisclaimer {
  margin-bottom: 5px !important;
}
.marketingPreferenceDisclaimer:last-of-type {
  margin-bottom: 15px !important;
}

.mobile-checkbox-styling {
  -ms-zoom: 1;
  zoom: 1;
}
.mobile-checkbox-styling:before, .mobile-checkbox-styling:after {
  content: "";
  display: table;
}
.mobile-checkbox-styling:after {
  clear: both;
}
.mobile-checkbox-styling.margin-bottom {
  margin-bottom: 15px;
}
.mobile-checkbox-styling.spacing {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.mobile-checkbox-styling .checkbox-label {
  display: block;
  width: calc(100% - 40px);
  float: none;
  margin-left: 15px;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  display: inline-block;
  font-weight: normal;
}
.mobile-checkbox-styling .checkbox-label.margin {
  margin-top: 2px;
}
.mobile-checkbox-styling .checkbox-label span {
  font-style: italic;
}
.mobile-checkbox-styling i {
  font-style: normal;
  float: right;
  width: calc(100% - 30px);
}
.mobile-checkbox-styling input[name=AddInstructions] + strong {
  float: right;
}
.mobile-checkbox-styling + p {
  display: inline-block;
}

.mobile-checkbox-styling.marketing-optin b, .mobile-checkbox-styling.marketing-optin .checkbox-label {
  width: calc(100% - 40px);
  display: inline-block;
  margin-left: 15px;
  letter-spacing: normal;
  float: none;
}
.mobile-checkbox-styling.marketing-optin .checkbox-label {
  text-transform: none;
  line-height: 20px;
}
.mobile-checkbox-styling.marketing-optin .checkbox-label span {
  font-style: normal;
  text-transform: none;
  font-size: 27px;
  line-height: 30.2px;
  color: #666;
  display: block;
  padding-bottom: 5px;
}

.vouchertoggle > p {
  display: inline-block;
}

.specialinstructionsoutercontainer .mobile-checkbox-styling + p {
  margin-top: 5px;
}

#AddInstructions, #AddBox, #IncludeGiftMessage, #IncludeBags, #AddVoucherToggle, #SaveCardDetails, #Content_emailsub, #Content_postsub, input[type=checkbox].styled-checkbox {
  margin: 0 0 0 0;
  border-radius: 3px;
  width: 22px !important;
  height: 22px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #768d87;
  position: relative;
  float: left;
  display: inline-block;
}
#AddInstructions #Content_emailsub, #AddBox #Content_emailsub, #IncludeGiftMessage #Content_emailsub, #IncludeBags #Content_emailsub, #AddVoucherToggle #Content_emailsub, #SaveCardDetails #Content_emailsub, #Content_emailsub #Content_emailsub, #Content_postsub #Content_emailsub, input[type=checkbox].styled-checkbox #Content_emailsub {
  border: 2px solid #666 !important;
}
#AddInstructions:checked, #AddBox:checked, #IncludeGiftMessage:checked, #IncludeBags:checked, #AddVoucherToggle:checked, #SaveCardDetails:checked, #Content_emailsub:checked, #Content_postsub:checked, input[type=checkbox].styled-checkbox:checked {
  background: #768d87;
}
#AddInstructions:checked:after, #AddBox:checked:after, #IncludeGiftMessage:checked:after, #IncludeBags:checked:after, #AddVoucherToggle:checked:after, #SaveCardDetails:checked:after, #Content_emailsub:checked:after, #Content_postsub:checked:after, input[type=checkbox].styled-checkbox:checked:after {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: 2px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#AddInstructions.margin, #AddBox.margin, #IncludeGiftMessage.margin, #IncludeBags.margin, #AddVoucherToggle.margin, #SaveCardDetails.margin, #Content_emailsub.margin, #Content_postsub.margin, input[type=checkbox].styled-checkbox.margin {
  margin-top: 3px;
}

#AddInstructions {
  margin-right: 10px;
  margin-bottom: 20px;
}

.ccslot, .ccslot.selected {
  display: inline-block !important;
}

@media (max-width: 580px) {
  #checkoutnav {
    display: none;
  }
}
fieldset div.checkbox .marketing-optin {
  width: 100%;
}

#registerdetails .checkbox:first-of-type {
  margin-top: 15px;
}

.px.quantity input {
  border: 1px solid #e6e1dd;
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  min-width: 35px;
  display: inline-block;
}

fieldset div.checkbox input[type=radio] {
  border: 1px solid #e6e1dd;
  width: 16px !important;
  margin-top: -1px;
}

input[type=radio]:checked + .radio-label:before {
  color: #fff;
  background-color: #768d87;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio-hidden {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.radio-label {
  font-size: 16px;
  line-height: 18px;
}
.radio-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #a4a4a4;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: sub;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 760px) {
  .newmum1, .newmum2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 24%;
    width: 100%;
  }
}
.newmum1 label, .newmum2 label {
  margin-bottom: 10px;
}

@media (min-width: 760px) {
  .newmums #RegButton {
    margin-left: 45%;
  }
}
@media (min-width: 760px) and (max-width: 1024px) {
  .newmums #RegButton {
    margin-left: 43%;
  }
}
@media (min-width: 760px) {
  .newmums .error {
    text-align: center;
  }
}
@media (min-width: 760px) {
  .newmums fieldset {
    padding-left: 26%;
  }
}
@media (min-width: 760px) and (max-width: 1024px) {
  .newmums fieldset {
    padding-left: 22%;
  }
}
@media (min-width: 760px) and (max-width: 770px) {
  .newmums fieldset {
    padding-left: 13%;
  }
}
@media (min-width: 760px) {
  .newmums .checkbox-label {
    width: 65%;
  }
}
#mainform .optin-wrapper, #registerdetails .optin-wrapper {
  max-width: 800px;
}
#mainform .optin-wrapper p.handwritten, #registerdetails .optin-wrapper p.handwritten {
  font-style: normal;
  font-family: "handwriting";
  text-transform: none;
  font-size: 28px;
  line-height: 30.2px;
  color: #768d87;
  display: block;
}

.fit-box {
  width: 100% !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

#registerdetails label {
  margin-bottom: 10px;
}
#registerdetails label[for=emailsub] {
  margin-left: 25px;
}
#registerdetails .col.col2 .button {
  width: auto;
}

#contentcolumns .manage-addresses input.fuzzy, #contentcolumns .manage-addresses #NewAddressForm input:not([type=submit]), #NewAddressForm #contentcolumns .manage-addresses input:not([type=submit]) {
  width: 100%;
  box-sizing: border-box;
}
#contentcolumns .manage-addresses .col2 input.fuzzy, #contentcolumns .manage-addresses .col2 #NewAddressForm input:not([type=submit]), #NewAddressForm #contentcolumns .manage-addresses .col2 input:not([type=submit]) {
  width: 90%;
}
#contentcolumns .manage-addresses .col1 {
  width: 100% !important;
}
#contentcolumns .manage-addresses .col1 input.fuzzy, #contentcolumns .manage-addresses .col1 #NewAddressForm input:not([type=submit]), #NewAddressForm #contentcolumns .manage-addresses .col1 input:not([type=submit]) {
  width: 95%;
}
#contentcolumns .manage-addresses .col1 #pcaButtonBY91 {
  width: 95%;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #contentcolumns .manage-addresses #pcaButtonBY91 {
    width: 100%;
  }
  #contentcolumns .manage-addresses .col.coldouble {
    width: 100% !important;
  }
  #contentcolumns .manage-addresses .col2 {
    width: 100%;
  }
  #contentcolumns .manage-addresses .col2 input.fuzzy, #contentcolumns .manage-addresses .col2 #NewAddressForm input:not([type=submit]), #NewAddressForm #contentcolumns .manage-addresses .col2 input:not([type=submit]) {
    width: 100%;
  }
  #contentcolumns .manage-addresses .col1 input.fuzzy, #contentcolumns .manage-addresses .col1 #NewAddressForm input:not([type=submit]), #NewAddressForm #contentcolumns .manage-addresses .col1 input:not([type=submit]) {
    width: 100%;
  }
  #contentcolumns .manage-addresses .col1 #pcaButtonBY91 {
    width: 100%;
  }
}

.del-msg {
  margin-top: 15px;
}

.contact-form .signupsection {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.contact-form .sign-up-title {
  width: 36%;
  display: inline-block;
  margin-bottom: 20px;
}
.contact-form .background-box {
  width: 62%;
  background: url(https://www.cookfood.net/Content/images/sign-up-background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 12px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.contact-form .background-box p {
  font-family: "hugos_handregular";
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 0;
}
.contact-form input.fuzzy, .contact-form #NewAddressForm input:not([type=submit]), #NewAddressForm .contact-form input:not([type=submit]) {
  width: 90%;
  box-sizing: border-box;
}
.contact-form fieldset div textarea {
  border: 1px solid #e6e1dd;
  width: 90%;
  box-sizing: border-box;
}
.contact-form fieldset div > label {
  display: inline-block;
  margin-right: 20px;
}
.contact-form .css-label {
  width: 90%;
  display: block;
}
.contact-form small {
  font-style: italic;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1000px) {
  .contact-form small {
    width: 100%;
  }
}
.contact-form .contact-form-body {
  max-height: 0;
  overflow: hidden;
  transition: all 1s ease;
}
.contact-form .contact-form-body .optin {
  max-width: 90%;
  margin-top: 20px;
  float: left;
}
.contact-form .contact-form-body .optin .mobile-checkbox-styling {
  margin: 5px 0 0 !important;
}
.contact-form .contact-form-body .optin p.handwritten {
  font-style: normal;
  font-family: "handwriting";
  text-transform: none;
  font-size: 28px;
  line-height: 30.2px;
  color: #768d87;
  display: block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 490px) {
  .contact-form .contact-form-body .optin {
    max-width: 100%;
  }
}
.contact-form .expanded {
  max-height: none;
}

.data-info {
  font-style: italic;
  font-size: 14px;
}

/* Marketing opt in section */
.registerdetails .addressinfo {
  /*@media only screen and (max-width: 870px) {
      .sign-up-arrow {
          display: none;
      }
      .confetti {
          position: absolute;
          &.confetti-left {
              left: -15%;
          }
          &.confetti-right {
              top: 80px;
          }
      }
  }*/
}
.registerdetails .addressinfo.signupsection {
  position: relative;
}
.registerdetails .addressinfo .sign-up-title {
  width: 36%;
  display: inline-block;
  margin-bottom: 20px;
}
.registerdetails .addressinfo .background-box {
  width: 62%;
  background: url("/Content/images/sign-up-background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 12px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.registerdetails .addressinfo .background-box p {
  font-family: "hugos_handregular";
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 0;
}
.registerdetails .addressinfo .ed-dale {
  position: absolute;
  width: 28%;
  right: -34%;
  z-index: 9;
  top: 50px;
}
.registerdetails .addressinfo .sign-up-arrow {
  width: 50%;
  position: absolute;
  top: 95px;
  right: -15%;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.registerdetails .addressinfo .food-photo {
  width: 28%;
  position: absolute;
  top: 60px;
  left: -34%;
}
.registerdetails .addressinfo .confetti {
  position: absolute;
  z-index: 0;
}
.registerdetails .addressinfo .confetti.confetti-left {
  top: 70px;
  left: -6%;
  width: 27px;
}
.registerdetails .addressinfo .confetti.confetti-right {
  top: 140px;
  right: -5%;
  width: 29px;
}
@media only screen and (max-width: 1180px) {
  .registerdetails .addressinfo .sign-up-arrow {
    right: -30%;
  }
}
@media only screen and (max-width: 870px) {
  .registerdetails .addressinfo .sign-up-title {
    width: 60%;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
  }
  .registerdetails .addressinfo .background-box {
    width: 100%;
    margin-top: -10px;
  }
  .registerdetails .addressinfo .ed-dale {
    position: relative;
    width: 40%;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    float: right;
    top: 0;
  }
  .registerdetails .addressinfo .confetti.confetti-left {
    top: 150px;
    right: -8%;
    width: 27px;
    left: auto;
    transform: rotate(0);
  }
  .registerdetails .addressinfo .confetti.confetti-right {
    top: -12px;
    left: -8%;
    width: 29px;
    transform: rotate(0);
  }
  .registerdetails .addressinfo .sign-up-arrow, .registerdetails .addressinfo .food-photo {
    display: none;
  }
}

/* Contact form in contact.aspx */
.contact-form {
  width: 100%;
}
@media only screen and (min-width: 491px) {
  .contact-form {
    width: 90%;
  }
}
.contact-form .contactenquiry #Content_enquiry_div .styled-select {
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
}
.contact-form .contactenquiry #Content_enquiry_div .styled-select #Content__contactOptions {
  border: 1px solid #777777;
  padding: 5px 10px !important;
  width: calc(100% - 1px) !important;
  margin-left: 1px;
}
.contact-form #Content_contactFormID small {
  font-style: italic;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.contact-form .showEmailGDPR, .contact-form .showPostGDPR .showContactGDPR {
  display: none;
}
.contact-form .neverShow {
  display: none;
}
.contact-form #Content_firstname_div {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}
.contact-form #Content_lastname_div {
  float: right;
  width: calc(50% - 8px);
}
.contact-form #Content_email_div {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}
.contact-form #Content_telephone_div {
  float: right;
  width: calc(50% - 8px);
}
.contact-form #Content_telephone_div::after {
  content: "Please note this will only be used to get back in touch with you about your query.";
  font-style: italic;
  font-size: 14px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 801px) {
  .contact-form #Content_telephone_div::after {
    margin-bottom: 0;
  }
}
.contact-form #Content_telephone_div.hide-info::after {
  content: none;
}
.contact-form #Content_postcode_div {
  float: left;
  clear: left;
  width: calc(50% - 8px);
}
.contact-form #Content_address1_div {
  float: left;
  width: calc(50% - 8px);
  clear: both;
  margin-right: 16px;
}
.contact-form #Content_address2_div {
  float: right;
  width: calc(50% - 8px);
}
.contact-form #Content_town_div {
  float: left;
  width: calc(50% - 8px);
  clear: left;
  margin-right: 16px;
}
.contact-form #Content_county_div {
  float: right;
  width: calc(50% - 8px);
}
.contact-form #Content_yourmessage_div {
  clear: left;
}
.contact-form #Content_yourmessage_div #Content_message {
  width: 100%;
}
.contact-form input.fuzzy, .contact-form #NewAddressForm input:not([type=submit]), #NewAddressForm .contact-form input:not([type=submit]) {
  width: 100% !important;
  box-sizing: border-box;
}

#contentcolumns #Content__panelSidebarLayout .pagecellinner {
  margin: 0 10px 15px 0;
}

.col .loginform .loginform {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.col .loginform .loginform fieldset {
  margin-bottom: 10px;
}
.col .loginform .loginform h2.small {
  text-align: center;
  padding-left: 0;
}
.col .loginform .loginform input {
  width: 100%;
  box-sizing: border-box;
}
.col .loginform .loginform label {
  text-align: left;
  margin: 15px 0 10px;
}

@media (max-width: 600px) {
  fieldset .fieldgroup.field3 div.fieldcolumn {
    width: 95%;
    margin-right: 55;
  }
  fieldset .fieldgroup.field2 div.fieldcolumn {
    width: 95%;
    margin-right: 5%;
  }
  /* Start - less to sass conversion */
  .loginform form h2.small {
    text-align: center;
    padding-left: 0;
  }
  .loginform form input {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 800px) {
  #registerdetails .pagerow .col.col1, #registerdetails .pagerow .col.col2, #registerdetails .pagerow .col.col3, #registerdetails .pagerow .col.col5, #registerdetails .pagerow .col.col5double, #registerdetails .fieldcolumn, #NewAddressForm .pagerow .col.col1, #NewAddressForm .pagerow .col.col2, #NewAddressForm .pagerow .col.col3, #NewAddressForm .pagerow .col.col5, #NewAddressForm .pagerow .col.col5double, #NewAddressForm .fieldcolumn, .selectexistingaddress .pagerow .col.col1, .selectexistingaddress .pagerow .col.col2, .selectexistingaddress .pagerow .col.col3, .selectexistingaddress .pagerow .col.col5, .selectexistingaddress .pagerow .col.col5double, .selectexistingaddress .fieldcolumn {
    width: 100% !important;
  }
  #registerdetails .pagerow .col.col1 input, #registerdetails .pagerow .col.col2 input, #registerdetails .pagerow .col.col3 input, #registerdetails .pagerow .col.col5 input, #registerdetails .pagerow .col.col5double input, #registerdetails .fieldcolumn input, #NewAddressForm .pagerow .col.col1 input, #NewAddressForm .pagerow .col.col2 input, #NewAddressForm .pagerow .col.col3 input, #NewAddressForm .pagerow .col.col5 input, #NewAddressForm .pagerow .col.col5double input, #NewAddressForm .fieldcolumn input, .selectexistingaddress .pagerow .col.col1 input, .selectexistingaddress .pagerow .col.col2 input, .selectexistingaddress .pagerow .col.col3 input, .selectexistingaddress .pagerow .col.col5 input, .selectexistingaddress .pagerow .col.col5double input, .selectexistingaddress .fieldcolumn input {
    width: 100% !important;
    box-sizing: border-box;
  }
  .selectexistingaddress .styled-select {
    width: 100% !important;
    margin: 0 0 0 0;
  }
  .pcaautocomplete.pcatext {
    max-width: 220px !important;
  }
}
header {
  padding: 20px 0 0;
  /*background: url(../images/backgroundtop.png) no-repeat bottom left;*/
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  background-color: #e6e1dd;
  display: block;
  -webkit-overflow-scrolling: touch;
}
header .row {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header h1, header .VoucherSentToEmail, header a.homelink, header .secondarylinks, header .basketlinks {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header h1, header .VoucherSentToEmail, header a.homelink {
  display: block;
  position: relative;
  text-indent: -10000px;
  overflow: hidden;
  width: 395px;
  height: 66px;
  background-image: url(../images/Logo-full-black.png);
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto 10px;
  text-decoration: none;
  border-bottom: none;
  background-size: 100%;
}
header h1:hover, header .VoucherSentToEmail:hover, header a.homelink:hover {
  text-decoration: none;
  border-bottom: none;
}
header .secondarylinks, header .basketlinks {
  position: absolute;
  top: 0;
  font-size: 15px;
}
header .secondarylinks {
  left: 50px;
  padding: 56px 0;
}
header .basketlinks {
  right: 50px;
  padding: 46px 0;
}
header #basketMyBasket, header #basketCheckout {
  float: left;
}
header #basketMyBasket {
  z-index: 9999;
  right: 10px;
}
header #basketMyBasket:after {
  content: "";
}
header #basketMyBasket > a {
  display: block;
  position: relative;
  text-indent: -10000px;
  overflow: hidden;
  width: 30px;
  height: 37px;
  background-image: url(../images/basket2.png);
  background-repeat: no-repeat;
  overflow: visible;
  text-indent: 0;
  width: 100px;
  padding-left: 40px;
  font-size: 16px;
  text-align: center;
  background-position: left center;
  background-size: auto 100%;
}
header #basketMyBasket > a #basket_totalprice {
  display: block;
}
header #basketMyBasket > a:hover {
  border: 0;
}
header #basketMyBasket > a .bubbleout {
  position: absolute;
  top: -2px;
  left: 30px;
  display: block;
  text-align: center;
  background: #575756;
  border-radius: 100%;
  min-width: 22px;
  height: 22px;
}
header #basketMyBasket > a .bubbleout #basket_numitems {
  color: #fff;
}
header #basketMyBasket > a .bubbleout .bubblein {
  line-height: 22px;
  padding: 0;
}
header #basketMyBasket #basket_totalprice {
  font-size: 18px;
}
header li {
  display: inline-block;
  color: #575756;
}
header li.additional:after {
  content: "";
}
header li:last-of-type:after {
  content: "";
}
header a {
  color: #575756;
  text-decoration: none;
  border-bottom: dotted 1px transparent;
}
header a span {
  color: #575756;
}
header .strapline {
  color: #575756;
  text-align: center;
  font-family: "hugos_handregular";
  height: 16px;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #mobileSearch {
  display: none;
}
header #secondaryFinder:after {
  display: none;
}
header .search {
  width: 15%;
  min-width: 150px;
  position: relative;
  float: right;
  box-sizing: border-box;
}
header .search input {
  text-align: right;
  box-sizing: border-box;
  border: 1px solid #e6e1dd;
  padding: 8px 10px 7px;
  margin-bottom: 0;
  min-width: 150px;
  appearance: none;
  -webkit-appearance: none;
  font-size: 13px;
}
header .search #searchresults {
  position: absolute;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  padding: 0;
}
header .search #searchresults a {
  border-bottom: none;
}
header .search #searchresults a.more {
  font-weight: bold;
  display: block;
  color: #575756;
  font-size: 15px;
  padding: 5px 5px;
  background: none !important;
}
header .search #searchresults a.more:hover {
  background: #768d87;
  color: #fff;
}
header .search #searchresults li {
  display: block;
}
header .search #searchresults li:after {
  content: "";
}
header .search #searchresults li a {
  /* Start - less to sass conversion */
  -ms-zoom: 1;
  zoom: 1;
  display: block;
  padding: 5px;
  color: #575756;
}
header .search #searchresults li a:before, header .search #searchresults li a:after {
  content: "";
  display: table;
}
header .search #searchresults li a:after {
  clear: both;
}
header .search #searchresults li a img {
  float: left;
  margin-right: 10px;
}
header .search #searchresults li a span {
  font-size: 15px;
  line-height: 18px;
  display: block;
  margin-left: 70px;
  color: #575756;
}
header .search #searchresults li a:hover {
  background: #768d87;
}
header .search #searchresults li a:hover span {
  color: #fff;
}
header.scrolled .strapline {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
header.scrolled h1, header.scrolled .VoucherSentToEmail, header.scrolled a.homelink {
  display: block;
  position: relative;
  text-indent: -10000px;
  overflow: hidden;
  width: 240px;
  height: 40px;
  background-image: url(../images/Logo-full-black.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
}
header.scrolled .basketlinks {
  padding: 22px 0;
}
header.scrolled .secondarylinks {
  padding: 32px 0;
}
header .totals .subtotal {
  padding: 5px 10px 5px 0;
}

.nav-bar {
  overflow-y: scroll !important;
}
.nav-bar .nav-wrapper {
  float: left;
}

/*@media only screen and (min-width : 1024px) {
    .nav-bar {
        background: $backgroundcolour;
        width: 100%;
        padding-right: $sidepadding;
        padding-left: $sidepadding;
        box-sizing: border-box;
        margin-top: 20px;
        clear: both;
        border-bottom: 1px solid $headerborder;
        overflow: visible !important;
        .nav-wrapper {
            padding-top: 4px;
            padding-bottom: 4px;
            float: none;
            &:after {
                content: "";
                display: table;
                clear: both;
            }
        }
    }
    nav.primary {
        position: relative;
        float: left;
        box-sizing: border-box;
        > ul > li > a > span {
            font-family: $headerfont;
        }
        ul {
            padding: 5px 0 5px 0;
            li {
                color: $forecolour;
                font-size: $navsize;
                display: inline-block;
                &.home-link {
                    display: none;
                }
                a {
                    display: inline-block;
                    .mobile-name {
                        display: none;
                        color: inherit;
                    }
                    .desktop-name {
                        display: block;
                        color: inherit;
                    }
                }
                &.mobilenavpromo {
                    display: none !important;
                }
                &.back, .overview {
                    display: none !important;
                }
                &.active {
                    > a {
                        color: $highlightcolour;
                    }
                }
                &:hover {
                    > a {
                        color: $highlightcolour;
                        border-bottom: 0;
                    }
                }
                &:not(.additional):after {
                    content: " | ";
                }
                &:first-child {
                    a {
                        padding-left: 0;
                    }
                }
                &.additional {
                    :after {
                        content: "";
                    }
                    &:hover {
                        color: $highlightcolour;
                    }
                    &:last-child {
                        a {
                            padding: 5px 10px 5px 10px !important;
                        }
                    }
                    ul {
                        li {
                            a {
                                background: none;
                                color: $forecolour;
                            }
                        }
                    }
                }
                .level1, .level2 {
                    display: none !important;
                }
                a {
                    padding: 5px 10px;
                    font-family: $headerfont;
                    color: $forecolour;
                    text-decoration: none;
                }
                div {
                    display: none;
                }
                &:hover {
                    div {
                        display: block;
                        position: absolute;
                        ul {
                            background: rgba($navigationcolour,0.9);
                            margin-top: 10px;
                            padding: 10px 0 10px 0;
                            box-shadow: rgba(0,0,0,0.4) 0 0 10px;
                            li {
                                display: block;
                                background: none;
                                padding: 0 5px;
                                white-space: nowrap;
                                font-size: $subnavsize;
                                line-height: $subnavsize + 5px;
                                a {
                                    font-family: $bodyfont;
                                    padding: 4px 40px 4px 5px;
                                    display: block;
                                    min-width: 100px;
                                    font-size: $largebodysize;
                                    height: 30px;
                                    box-sizing: border-box;
                                    color: $headertextcolour;
                                    &:hover {
                                        background: $highlightcolour;
                                        color: #fff;
                                        height: 30px;
                                    }
                                }
                                &:after {
                                    content: "";
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}*/
@media only screen and (min-width: 1024px) {
  .nav-bar .button.bookslot {
    float: right;
    margin: 0 10px;
  }
}
.search, #sidenav, .mobile-search {
  position: relative;
}
.search .searchbutton, #sidenav .searchbutton, .mobile-search .searchbutton {
  border: none;
  background: url(../images/mobile-search.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 8px;
  top: 15px;
}
.search #search, .search #sidesearch, #sidenav #search, #sidenav #sidesearch, .mobile-search #search, .mobile-search #sidesearch {
  padding-right: 35px;
  width: 100%;
  border: 1px solid #e6e1dd;
  letter-spacing: 0;
}

#sidenav .searchbutton {
  right: auto;
  left: 172px;
  top: 17px;
}

.promobanner {
  text-align: center;
  margin-bottom: 0;
  background: #e9494b;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.promobanner .confetti-left {
  position: absolute;
  right: 50%;
  height: 100%;
  top: 0;
  width: 50%;
  margin-right: 620px;
  background: url(../images/event-day/promo_strip_left.jpg);
  background-position: top right -1px;
  background-size: contain;
}
.promobanner .confetti-right {
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  width: 50%;
  margin-left: 620px;
  background: url(../images/event-day/promo_strip_right.jpg);
  background-position: top left;
  background-size: contain;
}
.promobanner a.inline {
  text-decoration: none;
  color: #fff;
  font-family: "Gill Sans W01 Medium", sans-serif;
}
.promobanner a.promobutton {
  text-decoration: none;
}
.promobanner .mainpromo {
  padding: 15px 0;
  font-family: #fff;
  font-size: 25px;
  margin: 0 auto;
  color: #fff !important;
}
.promobanner .promo-code {
  color: #e9494b;
  background: white;
  padding: 0 5px;
}
.promobanner .promonodesktop {
  display: none;
}
.promobanner .promonomobile {
  font-family: "Gill Sans W01 Medium", sans-serif;
  color: #fff;
}
.promobanner .terms, .promobanner .until-midnight {
  font-size: 14px;
  color: #fff;
}
.promobanner .terms a, .promobanner .until-midnight a {
  text-decoration: underline;
  color: #fff;
}
.promobanner .promobutton {
  vertical-align: middle;
  background: #fff;
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 8px 10px 4px;
  text-decoration: none;
  font-family: "hugos_handregular";
  line-height: 20px;
  font-size: 15px;
  color: #112f39;
}
@media (max-width: 1200px) {
  .promobanner .promoactions {
    display: block;
    margin-top: 5px;
  }
  .promobanner .confetti-left {
    margin-right: 485px;
  }
  .promobanner .confetti-right {
    margin-left: 485px;
  }
}
@media (max-width: 980px) {
  .promobanner p.mainpromo {
    max-width: 420px;
    padding: 10px 0;
    line-height: 30px;
  }
  .promobanner .promoactions {
    margin-top: 0;
  }
  .promobanner .confetti-left {
    margin-right: 265px;
  }
  .promobanner .confetti-right {
    margin-left: 265px;
  }
}
@media (max-width: 540px) {
  .promobanner .promonomobile {
    display: none;
  }
  .promobanner .ccmobile {
    display: block;
  }
  .promobanner .confetti-left, .promobanner .confetti-right {
    background: none;
  }
  .promobanner .confetti-left {
    margin-right: 170px;
  }
  .promobanner .confetti-right {
    margin-left: 170px;
  }
  .promobanner p.mainpromo {
    max-width: 340px;
    padding: 10px 5px;
    line-height: 25px;
    font-size: 20px;
  }
  .promobanner .promonodesktop {
    display: inline-block;
  }
  .promobanner .mainpromo {
    display: block;
  }
  .promobanner .promoactions {
    display: inline-block;
  }
}

.checkout .promobanner {
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  .checkout .promobanner {
    margin-bottom: 20px;
  }
}
.bannerimage {
  width: 100% !important;
  display: inline-block;
}

.mobilebannerimage {
  display: none;
}

.midbannerimage {
  display: none;
}

header #mini-basket.hidden {
  display: none;
}
header.scrolled #basketMyBasket .basketDropdown {
  margin-top: 20px;
  border-top: 38px solid transparent;
}
header #basketMyBasket {
  position: relative;
}
header #basketMyBasket:hover #mini-basket {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (min-width: 1024px) {
  header #basketMyBasket:hover #added-to-basket {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
header #basketMyBasket .basketDropdown {
  position: absolute;
  top: 0;
  right: -116px;
  border-top: 56px solid transparent;
  width: 500px;
  opacity: 0;
  visibility: hidden;
  border-box: padding-box;
  margin-top: 30px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid rgb(230, 225, 221);
  box-sizing: border-box;
  z-index: 10004;
  pointer-events: all !important;
}
header #basketMyBasket .basketDropdown#added-to-basket {
  pointer-events: none;
}
header #basketMyBasket .basketDropdown#added-to-basket .basket .basketrow {
  border-bottom: 0;
}
header #basketMyBasket .basketDropdown#added-to-basket .basket .itemadded td {
  padding-top: 0;
}
header #basketMyBasket .basketDropdown#added-to-basket .basket .buttons {
  display: none;
}
header #basketMyBasket .basketDropdown#mini-basket {
  visibility: hidden;
  opacity: 0;
}
header #basketMyBasket .basketDropdown.added .basket .basketrow {
  background: none;
  padding: 0;
}
header #basketMyBasket .basketDropdown.added .basket .basketrow .imagecell {
  padding-bottom: 0;
}
header #basketMyBasket .basketDropdown form {
  background-color: #ffffff;
  padding: 20px 30px;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 2px 2px 12px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 2px 2px 12px 0px rgba(51, 51, 51, 0.1);
}
header #basketMyBasket .basketDropdown .basketrow {
  border: 0;
}
header #basketMyBasket .basketDropdown .basketbuttons {
  display: none;
}
header #basketMyBasket .basketDropdown .itemadded td {
  font-family: "Gill Sans W01 Medium", sans-serif;
  text-align: center;
  color: rgb(87, 87, 86);
  font-size: 20px;
  line-height: 20.8px;
  padding: 0 0 5px;
}
header #basketMyBasket .basketDropdown .itemadded td img {
  margin-right: 15px;
  margin-bottom: -8px;
}
header #basketMyBasket .basketDropdown .basket-buttons {
  margin-top: 10px;
}
header #basketMyBasket .basketDropdown .basket-buttons .all-items {
  margin-top: -42px;
  float: left;
  margin-bottom: 10px;
}
header #basketMyBasket .basketDropdown .basket-buttons .full-width {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
header #basketMyBasket .basketDropdown .basket .basketrow {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
header #basketMyBasket .basketDropdown .basket td {
  border: 0;
  line-height: 20px;
  padding: 10px 10px 10px 0;
}
header #basketMyBasket .basketDropdown .basket td .price {
  display: block;
}
header #basketMyBasket .basketDropdown .basket td:nth-child(2) {
  width: 180px;
}
header #basketMyBasket .basketDropdown .basket td.imagecell {
  width: 120px;
}
header #basketMyBasket .basketDropdown .basket td.imagecell img {
  display: block;
  width: 100px;
}
header #basketMyBasket .basketDropdown .basket td.px {
  text-align: right;
}
header #basketMyBasket .basketDropdown .basket .bin {
  text-align: right;
}
header #basketMyBasket .basketDropdown .basket th.px.subtotal {
  border-top: 0;
}
header #basketMyBasket .basketDropdown .basket th {
  border-bottom: 0;
  font-weight: normal;
}

@media (max-width: 1023px) {
  .bodyouter {
    padding-top: 0px;
  }
  header {
    /*position: relative !important;
    top: 0 !important;*/
    min-height: 45px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.scrolled {
    padding: 10px 0 0;
  }
  header #basketMyBasket:hover #mini-basket {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
  }
  header #basketMyBasket .basketDropdown form {
    background: #fff;
    padding: 20px 30px;
    box-shadow: none;
  }
  header #basketMyBasket .basketDropdown#mini-basket {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
  }
  header #basketMyBasket .basketDropdown#added-to-basket {
    width: 100%;
    left: 0;
    right: auto;
    position: fixed;
    margin-top: 0px;
    border-top: 0px;
    top: 0;
  }
  header #basketMyBasket .basketDropdown#added-to-basket .itemadded {
    padding-bottom: 5px;
  }
  header #basketMyBasket .basketDropdown#added-to-basket .itemadded td {
    padding: 0;
  }
  header #basketMyBasket .basketDropdown#added-to-basket .itemadded img {
    display: inline-block;
    width: 34px;
    height: 27px;
    margin-bottom: -7px;
  }
  header #basketMyBasket .basketDropdown#added-to-basket .basketForm {
    max-width: 500px;
    margin: 0px auto;
  }
  header #basketMyBasket .basketDropdown#added-to-basket .basket .buttons {
    display: block;
  }
  header #basketMyBasket .basketDropdown#added-to-basket .basket .buttons td {
    margin: 0;
  }
  header #basketMyBasket .basketDropdown#added-to-basket .basket .buttons a.button {
    background-image: none;
    text-align: center;
    box-sizing: border-box;
    height: auto;
    float: left;
    width: calc(50% - 5px);
    border: 0px;
    padding: 9px 8px 8px 8px;
    margin: 0px;
  }
  header #basketMyBasket .basketDropdown#added-to-basket .basket .buttons a.button + a.button {
    float: right;
  }
  header #basketMyBasket .basketDropdown .basket td {
    padding: 10px 0px;
  }
  header #basketMyBasket .basketDropdown .basket td.px {
    display: none;
  }
  header #basketMyBasket .basketDropdown .basket td.imagecell {
    width: 100px;
  }
  header #basketMyBasket .basketDropdown .basket td.imagecell img {
    display: block;
    width: 80px;
    padding-right: 20px;
  }
  header #basketMyBasket .basketDropdown .basket td .price {
    font-weight: 700;
    margin-top: 5px;
  }
  header #basketMyBasket .basketDropdown .basket td:nth-child(2) {
    width: auto;
    margin-left: 100px;
  }
}
@media (max-width: 720px) {
  .bannerimage {
    display: none;
  }
  .midbannerimage {
    display: inline-block;
    max-width: 671px;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .midbannerimage {
    display: none;
  }
  .mobilebannerimage {
    display: inline-block;
  }
}
html.ie header {
  margin-right: 17px;
}
html.ie header .search input {
  padding: 10px;
  margin-top: 1px;
}

.OfferBanner {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
}
.OfferBanner .Confetti-Left {
  background-size: contain;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 1;
  height: 66px;
}
.OfferBanner .Confetti-Left img {
  width: auto;
  height: 67px;
}
@media (max-width: 540px) {
  .OfferBanner .Confetti-Left {
    display: none;
  }
}
.OfferBanner .OfferContent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 8;
  width: auto;
  flex-shrink: 0;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 540px) {
  .OfferBanner .OfferContent {
    width: 100%;
    flex-wrap: wrap;
    padding: 2%;
  }
}
.OfferBanner .OfferContent p {
  font-size: 26px;
  text-align: center;
}
@media (max-width: 800px) {
  .OfferBanner .OfferContent p {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .OfferBanner .OfferContent p {
    font-size: 18px;
  }
  .OfferBanner .OfferContent p a {
    margin-top: 2%;
  }
}
.OfferBanner .OfferContent .OfferButton {
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
  border: none;
  border-radius: 3px;
  padding: 9px 18px 8px;
  text-decoration: none;
}
.OfferBanner .OfferContent .OfferButton a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .OfferBanner .OfferContent .OfferButton {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .OfferBanner .OfferContent .OfferButton {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 0px;
  }
}
.OfferBanner .Confetti-Right {
  background-size: contain;
  flex-grow: 1;
  align-items: flex-end;
  flex-shrink: 1;
  height: 66px;
}
.OfferBanner .Confetti-Right img {
  width: auto;
  height: 66px;
  transform: scaleX(-1);
}
@media (max-width: 540px) {
  .OfferBanner .Confetti-Right {
    display: none;
  }
}

@media (max-width: 1350px) {
  nav.primary ul li {
    font-size: 18px;
  }
  nav.primary ul li a {
    padding: 6px 5px;
  }
}
@media (max-width: 1150px) {
  nav.primary ul {
    padding: 12px 0 7px 0;
  }
  nav.primary ul li {
    font-size: 15px;
  }
  nav.primary ul li a {
    padding: 0 5px;
  }
}
@media (max-width: 960px) {
  nav.primary ul {
    padding: 12px 0 7px 0;
  }
  nav.primary ul li {
    font-size: 15px;
  }
  nav.primary ul li a {
    padding: 0 5px;
  }
}
@media (max-width: 930px) {
  header .search {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10px auto 0;
  }
  header .search input {
    text-align: left;
  }
  nav.primary ul li {
    background: none !important;
  }
  nav.primary ul li:hover {
    background: none !important;
  }
}
@media (max-width: 810px) {
  nav.primary ul li {
    font-size: 15px;
  }
  nav.primary ul li a {
    padding: 0 2px;
  }
  div#checkoutnav ul li a, div#checkoutnav ul li span {
    font-size: 14px;
  }
}
.accountLinks, .mobile-search {
  display: none;
}

@media (max-width: 1023px) {
  #checkoutnav {
    margin-top: 0 !important;
  }
  .accountLinks, .mobile-search {
    display: block;
  }
  .mobile-search {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(230, 225, 221);
  }
  .mobile-search #search {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
  }
  .mobile-search .searchbutton {
    top: 10px;
  }
  /*nav.primary {
      display: none;
  }*/
  main {
    padding: 10px 25px 0;
  }
  main section#sitebody {
    /*margin-top: -40px;*/
  }
  header {
    padding: 10px 0 0;
    /*.nav-bar {
        display: none;
    }*/
  }
  header .secondarylinks, header .basketlinks {
    vertical-align: bottom;
    position: static;
  }
  header .secondarylinks li:after, header .basketlinks li:after {
    content: "";
  }
  header .secondarylinks a:hover, header .basketlinks a:hover {
    border-bottom: solid 1px transparent;
  }
  header .secondarylinks {
    left: 10px;
  }
  header .basketlinks {
    right: 10px;
  }
  header .secondarylinks, header .basketlinks {
    padding: 0;
  }
  header #toggleMenu {
    position: absolute;
    top: -2px;
    left: 10px;
    display: block;
    margin-right: 5px;
    z-index: 201;
  }
  header #toggleMenu a {
    display: inline-block;
    background: url(../images/menu.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 20px;
    padding: 0 5px 8px;
  }
  header #secondaryLogin, header #secondaryAccount {
    position: absolute;
    top: 0;
    left: 50px;
    display: none;
  }
  header #secondaryLogin a, header #secondaryAccount a {
    display: block;
    position: relative;
    text-indent: -10000px;
    overflow: hidden;
    width: 30px;
    height: 28px;
    background-image: url(../images/login.png);
    background-repeat: no-repeat;
  }
  header #mobileSearch {
    position: absolute;
    top: 0;
    left: 55px;
    display: block;
  }
  header #mobileSearch a {
    display: block;
    position: relative;
    text-indent: -10000px;
    overflow: hidden;
    width: 30px;
    height: 28px;
    background-image: url(../images/mobile-search.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header #secondaryLogOut {
    display: none;
  }
  header #secondaryFinder {
    position: absolute;
    top: 0;
    left: 70px;
  }
  header #secondaryFinder a {
    display: block;
    position: relative;
    text-indent: -10000px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background-image: url(../images/map_finder.png);
    background-repeat: no-repeat;
  }
  header #basketCheckout {
    display: none;
  }
  header #basketMyBasket {
    position: absolute;
    top: -2px;
    z-index: 9999;
    right: 10px;
  }
  header #basketMyBasket > a {
    display: block;
    position: relative;
    text-indent: -10000px;
    overflow: hidden;
    width: 30px;
    height: 25px;
    background-image: url(../images/basket2.png);
    background-repeat: no-repeat;
    overflow: visible;
    padding-left: 0;
    width: 50px;
    text-indent: 0px;
  }
  header #basketMyBasket > a .bubbleout {
    top: -5px;
  }
  header #basketMyBasket > a #itemsText {
    display: none;
  }
  header #basketMyBasket #basket_totalprice {
    text-align: center;
    font-size: 15px;
    padding-top: 27px;
  }
  header #basketMyBasket > a {
    background-position: center center !important;
  }
  header h1, header .VoucherSentToEmail, header a.homelink {
    width: 240px;
    height: 40px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  header p {
    padding-bottom: 10px;
    max-width: 100%;
  }
  header .search {
    display: none;
  }
  header.scrolled .header-inner > .strapline {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-bottom: 0;
  }
  header.scrolled h1, header.scrolled .VoucherSentToEmail, header.scrolled a.homelink {
    margin: 0 auto 10px;
  }
  header.scrolled .secondarylinks, header.scrolled .basketlinks {
    padding: 0;
  }
  #sidenav #sidesearch {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  #sidenav .searchbutton {
    left: 205px;
    top: 21px;
  }
  #sidenav #book-slot {
    padding: 10px 14px 5px;
  }
}
@media (max-width: 550px) {
  header {
    max-width: 100% !important;
  }
  header.scrolled h1, header.scrolled .VoucherSentToEmail, header.scrolled a.homelink {
    height: 35px;
    width: 181px;
  }
  header h1, header .VoucherSentToEmail, header a.homelink {
    height: 35px;
    width: 181px;
  }
  main section#sitebody {
    /*margin-top: -30px;*/
  }
}
@media (max-width: 380px) {
  header.scrolled h1, header.scrolled .VoucherSentToEmail, header.scrolled a.homelink {
    height: 25px;
    width: 122px;
    margin: 0 auto 18px;
  }
  header h1, header .VoucherSentToEmail, header a.homelink {
    height: 25px;
    width: 122px;
    margin: 0 auto 15px;
  }
  header p {
    font-size: 15px;
  }
  main section#sitebody {
    /*margin-top: -25px;*/
  }
}
@media (max-width: 350px) {
  header #secondaryFinder {
    left: 60px;
  }
}
.footer {
  clear: both;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  /*box-shadow: 0px -1px 5px #cccccc;*/
  position: relative;
}
@media (max-width: 991px) {
  .footer {
    box-shadow: none;
  }
}
.footer .is-hidden {
  display: none !important;
}
.footer .col-grid {
  display: flex;
  flex-wrap: wrap-reverse;
}
.footer .col-grid__8-12 {
  flex-basis: 62%;
}
@media (max-width: 1100px) {
  .footer .col-grid__8-12 {
    flex-basis: 100%;
  }
}
.footer .col-grid__4-12 {
  flex-basis: 38%;
}
@media (max-width: 1100px) {
  .footer .col-grid__4-12 {
    flex-basis: 100%;
  }
}
.footer .button {
  width: 100%;
}
.footer__column {
  background: #fffcf8;
}
.footer__content {
  padding: 25px 20px;
  max-width: 991px;
  margin: 0 auto;
  background: #fffcf8;
}
@media (min-width: 767px) {
  .footer__content {
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer__content {
    align-items: flex-start;
  }
}
.footer__content .col-1 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .footer__content .col-1 {
    flex-basis: 26%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.footer__content .col-1 .cook-logo {
  margin: 5px 0 15px;
}
@media (min-width: 767px) {
  .footer__content .col-1 .cook-logo {
    margin-bottom: 20px;
  }
}
.footer__content .col-1 .cook-logo img {
  width: 250px;
}
@media (min-width: 767px) {
  .footer__content .col-1 .cook-logo img {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .footer__content .col-1 .cook-logo img {
    width: 220px;
  }
}
.footer__content .col-1 .cook-logo small {
  text-transform: capitalize;
  font-size: 12px;
  display: block;
  font-family: "hugos_handregular";
  margin-top: 3px;
}
.footer__content .col-1 .address {
  color: #707070;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .footer__content .col-1 .address {
    margin-bottom: 20px;
  }
}
.footer__content .col-1 .social-media a {
  text-decoration: none;
}
.footer__content .col-1 .social-media a img {
  width: 22.87px;
  margin: 0 3px;
  border-radius: 5px;
}
.footer__content .col-1 .shop-finder {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 100;
  color: #575756;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.footer__content .col-1 .shop-finder__map-marker {
  height: 16px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}
.footer__content .col-1 .location-finder {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.footer__content .col-1 .location-finder .name {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 100;
  color: #575756;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
}
.footer__content .col-1 .location-finder .img-state {
  position: absolute;
  left: 0;
}
.footer__content .col-1 .location-finder .img-state img {
  position: absolute;
  transition: all 0.2s ease-in;
  left: 0;
  top: 0;
  height: 18px;
}
.footer__content .col-1 .location-finder .img-state img.on-active {
  visibility: visible;
  opacity: 1;
}
.footer__content .col-1 .location-finder .img-state img.on-hover {
  visibility: hidden;
  opacity: 0;
}
.footer__content .col-1 .location-finder:hover img.on-active {
  visibility: hidden;
  opacity: 0;
}
.footer__content .col-1 .location-finder:hover img.on-hover {
  visibility: visible;
  opacity: 1;
}
.footer__content .col-1 .location-finder:hover .name {
  color: #235356;
}
.footer__content .col-2 {
  position: relative;
}
@media (min-width: 767px) {
  .footer__content .col-2 {
    flex-basis: 68%;
  }
}
@media (min-width: 1400px) {
  .footer__content .col-2 {
    flex-basis: 63%;
  }
}
.footer__content .col-2 .footer-links {
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 767px) {
  .footer__content .col-2 .footer-links {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}
.footer__content .col-2 .footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
  flex-direction: row;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .footer__content .col-2 .footer-logos {
    margin-top: 0;
    justify-content: space-between;
    padding: 0 25px;
  }
}
.footer__content .col-2 .footer-logos img {
  height: 75px;
}
.footer__content .col-2 .footer-logos > * {
  margin: 0 10px 10px;
}
@media (min-width: 768px) {
  .footer__content .col-2 .footer-logos > * {
    margin: 0;
  }
}
.footer__content .col-2 .footer-logos .trustpilot-widget iframe {
  height: 75px !important;
  width: 110px !important;
}
.footer__content .col-2 .footer-col:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .footer__content .col-2 .footer-col {
    margin: 0 10px 15px;
  }
}
@media (min-width: 1400px) {
  .footer__content .col-2 .footer-col {
    display: inline-block;
    vertical-align: top;
  }
}
.footer__content .col-2 .footer-col h4 {
  text-transform: uppercase;
  font-family: "hugos_handregular";
  margin-bottom: 5px;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.2;
}
.footer__content .col-2 .footer-col ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}
@media (min-width: 767px) {
  .footer__content .col-2 .footer-col ul li {
    display: block;
  }
}
.footer__content .col-2 .footer-col ul li a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
  line-height: 1.6;
}
.footer .col-grid__4-12 {
  background-color: #F3F3F3;
  border-radius: 0 10px 0 0;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer .col-grid__4-12 {
    border-radius: 0;
  }
}
.footer .error {
  margin-bottom: 15px;
}

.footer__subfooter {
  background: #235456;
  padding: 20px 40px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__subfooter {
    padding: 20px 30px;
  }
}
.footer__subfooter a,
.footer__subfooter small {
  display: block;
  line-height: 1.4;
  font-size: 13px;
  color: #ffffff;
}
.footer__subfooter .terms {
  flex-basis: 60%;
}
@media (max-width: 767px) {
  .footer__subfooter .terms {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer__subfooter .terms a {
  text-decoration: none;
  display: inline-block;
}
.footer__subfooter .terms .terms__links a {
  margin-right: 4px;
  padding-right: 5px;
  border-right: 1px solid #fff;
}
.footer__subfooter .terms .terms__links a:last-child {
  border: none;
}
@media (max-width: 767px) {
  .footer__subfooter .terms .terms__links a {
    border: none;
    margin: 0 5px;
    padding: 0;
  }
}
.footer__subfooter .copyright {
  flex-basis: 38%;
  text-align: right;
}
@media (max-width: 767px) {
  .footer__subfooter .copyright {
    flex-basis: 100%;
    text-align: center;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.olark-button-text span {
  color: #fff;
}

.responsive_height {
  height: 0;
  padding: 0 0 40% 0; /* responsive slider height = 40% of the browser width; ie. slide image aspect ratio: w10xh4 */
  position: relative;
  overflow: visible;
}

.responsive_height > .container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 720px) {
  .upsell-scroller {
    height: 100%;
    overflow-y: auto;
  }
}
.Upselling-container, .Crosselling-container {
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
}
.Upselling-container .Upselling-text p, .Crosselling-container .Upselling-text p {
  margin: 2px 0 10px 0;
}
.Upselling-container .UpsellCrossell, .Crosselling-container .UpsellCrossell {
  margin-top: 17px;
}
.Upselling-container .UpsellCrossell:first-of-type, .Crosselling-container .UpsellCrossell:first-of-type {
  margin-top: 0px;
}
.Upselling-container .UpsellCrossell .product .gridinner, .Crosselling-container .UpsellCrossell .product .gridinner {
  overflow: hidden;
}
.Upselling-container .UpsellCrossell .product .gridinner .mobileheader, .Crosselling-container .UpsellCrossell .product .gridinner .mobileheader {
  display: none;
}
.Upselling-container .UpsellCrossell .product .gridinner .mainproductimage, .Crosselling-container .UpsellCrossell .product .gridinner .mainproductimage {
  display: block;
  float: left;
  width: 50%;
}
@media (min-width: 550px) {
  .Upselling-container .UpsellCrossell .product .gridinner .mainproductimage, .Crosselling-container .UpsellCrossell .product .gridinner .mainproductimage {
    width: 20%;
  }
}
.Upselling-container .UpsellCrossell .product .gridinner .mainproductimage img, .Crosselling-container .UpsellCrossell .product .gridinner .mainproductimage img {
  min-width: 100px;
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
.Upselling-container .UpsellCrossell .product .gridinner .mainproductimage img.newoverlay, .Crosselling-container .UpsellCrossell .product .gridinner .mainproductimage img.newoverlay {
  height: 25px !important;
  width: 52px !important;
  min-width: 52px !important;
  top: 40px;
  left: 23px;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0 0 0;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .Upselling-container .UpsellCrossell .product .gridinner .product_inner, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner {
    width: 80%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 720px) {
  .Upselling-container .UpsellCrossell .product .gridinner .product_inner, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner {
    width: calc(80% - 160px);
    padding: 0 20px;
  }
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .desktopheader, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .desktopheader {
  margin-bottom: 15px;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .desktopheader h2, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .desktopheader h2 {
  margin-bottom: 5px;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .desktopheader h2 a, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .desktopheader h2 a {
  font-family: hugos_handregular;
  color: rgb(110, 103, 98);
  font-size: 21px;
  line-height: normal;
  letter-spacing: 1px;
  text-decoration: none;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .desktopheader .prodinfo, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .desktopheader .prodinfo {
  display: none;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter {
  margin-top: 10px;
}
@media (min-width: 720px) {
  .Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer {
    height: 20px;
  }
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price {
  position: relative;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .priceouter .prices, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .priceouter .prices {
  float: left;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .priceouter .prices .itemprice, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .priceouter .prices .itemprice {
  font-size: 16px;
  color: #575756;
  padding-left: 0;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .priceouter .productsize, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .priceouter .productsize {
  margin-left: 6px;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .priceouter .productsize .weight, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .priceouter .productsize .weight {
  font-size: 16px;
  color: #575756;
  padding-left: 0;
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addItemLine, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addItemLine {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addItemLine, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addItemLine {
    position: absolute !important;
    width: 90px;
    right: -179px;
    top: -72px;
  }
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine {
  position: relative;
  text-align: left;
  margin-top: 10px;
}
@media (min-width: 550px) {
  .Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine {
    text-align: right;
  }
}
@media (min-width: 720px) {
  .Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine {
    position: absolute;
    text-align: center;
    right: -180px;
    top: -62px;
  }
}
.Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine .addtobasket, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine .addtobasket {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 550px) {
  .Upselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine .addtobasket, .Crosselling-container .UpsellCrossell .product .gridinner .product_inner .prodinfoouter .product_price_outer .product_price .addButtonLine .addtobasket {
    margin-top: 0;
  }
}
.Upselling-container .UpsellCrossell .product .gridinner .prodinfoouter, .Crosselling-container .UpsellCrossell .product .gridinner .prodinfoouter {
  float: right;
  display: block;
  width: 160px;
}
.Upselling-container .UpsellCrossell .product .gridinner .prodinfoouter .productsize, .Crosselling-container .UpsellCrossell .product .gridinner .prodinfoouter .productsize {
  margin: 5px 0;
  display: block;
}
.Upselling-container .UpsellCrossell .product .gridinner .prodinfoouter .stock-status, .Crosselling-container .UpsellCrossell .product .gridinner .prodinfoouter .stock-status {
  width: 100%;
  margin-bottom: 5px;
  float: left;
}
.Upselling-container .UpsellCrossell .product .gridinner .prodinfoouter .addButtonLine .addtobasket, .Crosselling-container .UpsellCrossell .product .gridinner .prodinfoouter .addButtonLine .addtobasket {
  float: left;
}
@media (max-width: 720px) {
  .Upselling-container .UpsellCrossell .product .gridinner .prodinfoouter, .Crosselling-container .UpsellCrossell .product .gridinner .prodinfoouter {
    float: left;
    display: block;
    width: 100%;
  }
}
.Upselling-container .UpCross-product-border, .Crosselling-container .UpCross-product-border {
  background: url("../images/dotted-line.png") center bottom repeat-x;
  float: left;
  display: block;
  clear: both;
  height: 20px;
  overflow: hidden;
  width: 100%;
}

.UpCross-continue-shopping {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  padding: 25px 0px 25px 0px;
}
.UpCross-continue-shopping a i {
  font-family: hugos_handregular;
  font-size: 18px;
}

.slideshow {
  width: 100%;
  height: 100%;
}
.slideshow .sliderinner, .slideshow .slide {
  width: 100%;
  height: 100%;
}
.slideshow .slide {
  position: relative;
}
.slideshow .slide img {
  width: 100% !important;
  height: auto !important;
}
.slideshow .slide a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
}
.slideshow .slide .livetext {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 20px;
  background: rgba(40, 40, 40, 0.7);
}
.slideshow .slide .livetext p {
  color: #fff;
}
.slideshow .slide .livetext h2 {
  color: #fff;
  font-family: "hugos_handregular";
  font-size: 32px;
}

.grid .griditem {
  float: left;
  box-sizing: border-box;
}
.grid .griditem img {
  width: 100%;
  display: block;
  height: auto;
}
.grid .griditem:nth-child(1) {
  width: 50%;
  padding-right: 5px;
}
.grid .griditem:nth-child(2), .grid .griditem:nth-child(3) {
  width: 50%;
  padding-left: 5px;
}
.grid .griditem:nth-child(2) {
  padding-bottom: 10px;
}

.slidenav {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
}
.slidenav li {
  display: inline-block;
}
.slidenav li a {
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  border: solid 0 #fff;
  border-radius: 20px;
  margin: 0 5px;
}
.slidenav li a.active {
  background: #918783;
}

.pagerow, #contentcolumns .newpagelayoutinner .pagerow, .order-listings {
  -ms-zoom: 1;
  zoom: 1;
  border-bottom: 1px solid #e6e1dd;
  margin: 10px 0;
  padding: 10px 15px;
}
.pagerow:before, .pagerow:after, #contentcolumns .newpagelayoutinner .pagerow:before, #contentcolumns .newpagelayoutinner .pagerow:after, .order-listings:before, .order-listings:after {
  content: "";
  display: table;
}
.pagerow:after, #contentcolumns .newpagelayoutinner .pagerow:after, .order-listings:after {
  clear: both;
}
.pagerow .set-width, #contentcolumns .newpagelayoutinner .pagerow .set-width, .order-listings .set-width {
  max-width: 1200px;
  position: relative;
  margin: 10px auto;
}
.pagerow.nomargin, #contentcolumns .newpagelayoutinner .pagerow.nomargin, .order-listings.nomargin {
  margin: 0 0 10px;
}
.pagerow.zeromargin, #contentcolumns .newpagelayoutinner .pagerow.zeromargin, .order-listings.zeromargin {
  margin: 0;
  padding: 0;
}
.pagerow.topline, #contentcolumns .newpagelayoutinner .pagerow.topline, .order-listings.topline {
  border-bottom: 1px solid #e6e1dd;
}
.pagerow.noline, #contentcolumns .newpagelayoutinner .pagerow.noline, .order-listings.noline {
  background: none;
  border: none;
  margin: 0;
}
.pagerow .col, #contentcolumns .newpagelayoutinner .pagerow .col, .order-listings .col {
  float: left;
  position: relative;
}
.pagerow .col h3, #contentcolumns .newpagelayoutinner .pagerow .col h3, .order-listings .col h3 {
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
}
.pagerow .col.pull, #contentcolumns .newpagelayoutinner .pagerow .col.pull, .order-listings .col.pull {
  float: right;
}
.pagerow .col.col1, #contentcolumns .newpagelayoutinner .pagerow .col.col1, .order-listings .col.col1 {
  width: 100%;
}
.pagerow .col.col2, #contentcolumns .newpagelayoutinner .pagerow .col.col2, .order-listings .col.col2 {
  width: 50%;
}
.pagerow .col.col2#favourites-center, #contentcolumns .newpagelayoutinner .pagerow .col.col2#favourites-center, .order-listings .col.col2#favourites-center {
  margin: 0 auto;
  float: none;
}
.pagerow .col.col3, #contentcolumns .newpagelayoutinner .pagerow .col.col3, .order-listings .col.col3 {
  width: 33.3%;
}
.pagerow .col.colquarter, #contentcolumns .newpagelayoutinner .pagerow .col.colquarter, .order-listings .col.colquarter {
  width: 25%;
}
.pagerow .col.colthreequarter, #contentcolumns .newpagelayoutinner .pagerow .col.colthreequarter, .order-listings .col.colthreequarter {
  width: 75%;
}
.pagerow .col .col5, #contentcolumns .newpagelayoutinner .pagerow .col .col5, .order-listings .col .col5 {
  width: 20%;
}
.pagerow .col .col5double, #contentcolumns .newpagelayoutinner .pagerow .col .col5double, .order-listings .col .col5double {
  width: 40%;
}
.pagerow .col.col6, #contentcolumns .newpagelayoutinner .pagerow .col.col6, .order-listings .col.col6 {
  width: 16.5%;
}
.pagerow .col.coldouble, #contentcolumns .newpagelayoutinner .pagerow .col.coldouble, .order-listings .col.coldouble {
  width: 66%;
}
.pagerow .col.colwide, #contentcolumns .newpagelayoutinner .pagerow .col.colwide, .order-listings .col.colwide {
  width: 83.5%;
}
.pagerow .col.centre, #contentcolumns .newpagelayoutinner .pagerow .col.centre, .order-listings .col.centre {
  margin: 0 auto;
  float: none;
  text-align: center;
}
.pagerow .col.centre input, #contentcolumns .newpagelayoutinner .pagerow .col.centre input, .order-listings .col.centre input {
  text-align: center;
}
.pagerow .col.centrecol, #contentcolumns .newpagelayoutinner .pagerow .col.centrecol, .order-listings .col.centrecol {
  margin: 0 auto;
  float: none;
}
.pagerow .col.largetoppad, #contentcolumns .newpagelayoutinner .pagerow .col.largetoppad, .order-listings .col.largetoppad {
  margin-top: 20px;
}
.pagerow .col.centred, #contentcolumns .newpagelayoutinner .pagerow .col.centred, .order-listings .col.centred {
  text-align: center;
}
.pagerow .col.centred input, #contentcolumns .newpagelayoutinner .pagerow .col.centred input, .order-listings .col.centred input {
  text-align: center;
}
.pagerow .col .colcontent, #contentcolumns .newpagelayoutinner .pagerow .col .colcontent, .order-listings .col .colcontent {
  padding: 10px 10px 0;
  margin-bottom: 15px;
}
.pagerow .col .colcontent.extrapad, #contentcolumns .newpagelayoutinner .pagerow .col .colcontent.extrapad, .order-listings .col .colcontent.extrapad {
  padding: 10px 20px 0;
}
.pagerow .col .colcontent p:first-child, #contentcolumns .newpagelayoutinner .pagerow .col .colcontent p:first-child, .order-listings .col .colcontent p:first-child {
  margin-top: 0;
}
.pagerow .col .colcontent li, #contentcolumns .newpagelayoutinner .pagerow .col .colcontent li, .order-listings .col .colcontent li {
  font-size: 15px;
  line-height: 19.5px;
  list-style-type: disc;
  margin-left: 20px;
}
.pagerow .col .colcontent ul.optionlist li, #contentcolumns .newpagelayoutinner .pagerow .col .colcontent ul.optionlist li, .order-listings .col .colcontent ul.optionlist li {
  list-style-type: none;
  margin-left: 0;
}
.pagerow .col .ol-image, #contentcolumns .newpagelayoutinner .pagerow .col .ol-image, .order-listings .col .ol-image {
  padding: 0 0 10px 0;
}
.pagerow .col .ol-image a, #contentcolumns .newpagelayoutinner .pagerow .col .ol-image a, .order-listings .col .ol-image a {
  text-decoration: none;
}
.pagerow .col .ol-image img, #contentcolumns .newpagelayoutinner .pagerow .col .ol-image img, .order-listings .col .ol-image img {
  width: 100% !important;
  height: auto !important;
}
@media only screen and (max-width: 640px) {
  .pagerow .col .ol-image, #contentcolumns .newpagelayoutinner .pagerow .col .ol-image, .order-listings .col .ol-image {
    padding: 0;
  }
}
.pagerow .col .ol-image.noborder, #contentcolumns .newpagelayoutinner .pagerow .col .ol-image.noborder, .order-listings .col .ol-image.noborder {
  background: none;
}
.pagerow .col h1, .pagerow .col .VoucherSentToEmail, #contentcolumns .newpagelayoutinner .pagerow .col h1, .order-listings .col h1, .order-listings .col .VoucherSentToEmail {
  font-family: "hugos_handregular";
  color: #768d87;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 39px;
}
.pagerow .col h1.handwritten, .pagerow .col .handwritten.VoucherSentToEmail, #contentcolumns .newpagelayoutinner .pagerow .col h1.handwritten, .order-listings .col h1.handwritten, .order-listings .col .handwritten.VoucherSentToEmail {
  font-family: "handwriting" !important;
  font-size: 35px;
  line-height: 45.5px;
}
.pagerow .col h1.squiggle, .pagerow .col .squiggle.VoucherSentToEmail, #contentcolumns .newpagelayoutinner .pagerow .col h1.squiggle, .order-listings .col h1.squiggle, .order-listings .col .squiggle.VoucherSentToEmail {
  text-align: center;
  color: #b1535b;
  text-transform: uppercase;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
.pagerow .col h1.squiggle.checkout, .pagerow .col .squiggle.checkout.VoucherSentToEmail, #contentcolumns .newpagelayoutinner .pagerow .col h1.squiggle.checkout, .order-listings .col h1.squiggle.checkout, .order-listings .col .squiggle.checkout.VoucherSentToEmail {
  color: #768d87 !important;
}
.pagerow .col h1.large, .pagerow .col .large.VoucherSentToEmail, #contentcolumns .newpagelayoutinner .pagerow .col h1.large, .order-listings .col h1.large, .order-listings .col .large.VoucherSentToEmail {
  font-size: 62px;
  line-height: 80.6px;
  color: #4f535d;
  margin: 30px 0;
}
@media (max-width: 600px) {
  .pagerow .col h1.large, .pagerow .col .large.VoucherSentToEmail, #contentcolumns .newpagelayoutinner .pagerow .col h1.large, .order-listings .col h1.large, .order-listings .col .large.VoucherSentToEmail {
    font-size: 42px;
    line-height: 54.6px;
  }
}
@media (max-width: 420px) {
  .pagerow .col h1.large, .pagerow .col .large.VoucherSentToEmail, #contentcolumns .newpagelayoutinner .pagerow .col h1.large, .order-listings .col h1.large, .order-listings .col .large.VoucherSentToEmail {
    font-size: 36px;
    line-height: 46.8px;
  }
}
.pagerow .col h1.upper, .pagerow .col .upper.VoucherSentToEmail, #contentcolumns .newpagelayoutinner .pagerow .col h1.upper, .order-listings .col h1.upper, .order-listings .col .upper.VoucherSentToEmail {
  text-transform: inherit;
}
.pagerow .col h2, #contentcolumns .newpagelayoutinner .pagerow .col h2, .order-listings .col h2 {
  font-family: "hugos_handregular";
  text-align: center;
  text-transform: inherit;
  margin: 10px 0;
  font-size: 30px;
  padding-bottom: 0;
  line-height: 39px;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
.pagerow .col h2.gill, #contentcolumns .newpagelayoutinner .pagerow .col h2.gill, .order-listings .col h2.gill {
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-transform: none;
}
.pagerow .col h2 a, #contentcolumns .newpagelayoutinner .pagerow .col h2 a, .order-listings .col h2 a {
  font-family: "hugos_handregular";
  text-decoration: none;
  font: inherit;
}
.pagerow .col h2.handwritten, #contentcolumns .newpagelayoutinner .pagerow .col h2.handwritten, .order-listings .col h2.handwritten {
  font-family: "handwriting" !important;
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
}
.pagerow .col h2.handwritten a, #contentcolumns .newpagelayoutinner .pagerow .col h2.handwritten a, .order-listings .col h2.handwritten a {
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
  color: #768d87;
  font-family: "handwriting";
}
.pagerow .col h2.handwritten:before, .pagerow .col h2.handwritten:after, #contentcolumns .newpagelayoutinner .pagerow .col h2.handwritten:before, #contentcolumns .newpagelayoutinner .pagerow .col h2.handwritten:after, .order-listings .col h2.handwritten:before, .order-listings .col h2.handwritten:after {
  display: none;
}
.pagerow .col h2.nosquiggle:before, .pagerow .col h2.nosquiggle:after, #contentcolumns .newpagelayoutinner .pagerow .col h2.nosquiggle:before, #contentcolumns .newpagelayoutinner .pagerow .col h2.nosquiggle:after, .order-listings .col h2.nosquiggle:before, .order-listings .col h2.nosquiggle:after {
  display: none;
}
.pagerow .col h2.small, #contentcolumns .newpagelayoutinner .pagerow .col h2.small, .order-listings .col h2.small {
  text-align: left;
  text-transform: none;
  font-size: 32px;
  line-height: 41.6px;
  color: #918783;
}
.pagerow .col h2.small:before, .pagerow .col h2.small:after, #contentcolumns .newpagelayoutinner .pagerow .col h2.small:before, #contentcolumns .newpagelayoutinner .pagerow .col h2.small:after, .order-listings .col h2.small:before, .order-listings .col h2.small:after {
  display: none;
}
.pagerow .col h2.small a, #contentcolumns .newpagelayoutinner .pagerow .col h2.small a, .order-listings .col h2.small a {
  color: #918783;
}
.pagerow .col h2.hugowhite, #contentcolumns .newpagelayoutinner .pagerow .col h2.hugowhite, .order-listings .col h2.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
.pagerow .col h2.hugowhite a, #contentcolumns .newpagelayoutinner .pagerow .col h2.hugowhite a, .order-listings .col h2.hugowhite a {
  color: #768d87;
}
.pagerow .col h2.lower, #contentcolumns .newpagelayoutinner .pagerow .col h2.lower, .order-listings .col h2.lower {
  text-transform: none;
}
.pagerow .col h3, #contentcolumns .newpagelayoutinner .pagerow .col h3, .order-listings .col h3 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 27px;
}
.pagerow .col h3.handwritten, #contentcolumns .newpagelayoutinner .pagerow .col h3.handwritten, .order-listings .col h3.handwritten {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
  line-height: 31.2px !important;
}
.pagerow .col h3.handwritten span, #contentcolumns .newpagelayoutinner .pagerow .col h3.handwritten span, .order-listings .col h3.handwritten span {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
}
.pagerow .col h3.handwritten a, #contentcolumns .newpagelayoutinner .pagerow .col h3.handwritten a, .order-listings .col h3.handwritten a {
  text-transform: none;
  font-family: "handwriting";
  font-size: 24px;
  line-height: 31.2px;
  color: #768d87;
  text-decoration: underline;
}
.pagerow .col h3.nolowerpad, #contentcolumns .newpagelayoutinner .pagerow .col h3.nolowerpad, .order-listings .col h3.nolowerpad {
  margin: 0 0 0;
}
.pagerow .col h3 a, #contentcolumns .newpagelayoutinner .pagerow .col h3 a, .order-listings .col h3 a {
  text-decoration: none;
}
.pagerow .col h3.left, #contentcolumns .newpagelayoutinner .pagerow .col h3.left, .order-listings .col h3.left {
  text-align: left;
}
.pagerow .col h3.lower, #contentcolumns .newpagelayoutinner .pagerow .col h3.lower, .order-listings .col h3.lower {
  text-transform: none;
}
.pagerow .col h3.hugogreen, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugogreen, .order-listings .col h3.hugogreen {
  font-family: "hugos_handregular";
  color: #768d87;
}
.pagerow .col h3.hugogreen a, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugogreen a, .order-listings .col h3.hugogreen a {
  color: #768d87;
}
.pagerow .col h3.hugored, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugored, .order-listings .col h3.hugored {
  font-family: "hugos_handregular";
  color: #b1535b;
}
.pagerow .col h3.hugored a, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugored a, .order-listings .col h3.hugored a {
  color: #b1535b;
}
.pagerow .col h3.hugogray, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugogray, .order-listings .col h3.hugogray {
  font-family: "hugos_handregular";
  color: #918783;
}
.pagerow .col h3.hugogray a, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugogray a, .order-listings .col h3.hugogray a {
  color: #768d87;
}
.pagerow .col h3.hugoblack, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugoblack, .order-listings .col h3.hugoblack {
  font-family: "hugos_handregular";
  color: #6b6864;
}
.pagerow .col h3.hugoblack a, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugoblack a, .order-listings .col h3.hugoblack a {
  color: #768d87;
}
.pagerow .col h3.hugowhite, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugowhite, .order-listings .col h3.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
.pagerow .col h3.hugowhite a, #contentcolumns .newpagelayoutinner .pagerow .col h3.hugowhite a, .order-listings .col h3.hugowhite a {
  color: #768d87;
}
.pagerow .col h3.lower, #contentcolumns .newpagelayoutinner .pagerow .col h3.lower, .order-listings .col h3.lower {
  text-transform: none;
}
.pagerow .col h4, #contentcolumns .newpagelayoutinner .pagerow .col h4, .order-listings .col h4 {
  font-family: "hugos_handregular";
  text-align: center;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 25px;
}
.pagerow .col h4.handwritten, #contentcolumns .newpagelayoutinner .pagerow .col h4.handwritten, .order-listings .col h4.handwritten {
  font-family: "handwriting";
}
.pagerow .col h4.handwritten a, #contentcolumns .newpagelayoutinner .pagerow .col h4.handwritten a, .order-listings .col h4.handwritten a {
  text-align: center;
  font-family: "handwriting";
  font-size: 20px;
  line-height: 25px;
  color: #768d87;
}
.pagerow .col p, #contentcolumns .newpagelayoutinner .pagerow .col p, .order-listings .col p {
  margin: 10px 0;
  line-height: 19.5px;
  font-size: 15px;
}
.pagerow .col p.intro, #contentcolumns .newpagelayoutinner .pagerow .col p.intro, .order-listings .col p.intro {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 18px;
  line-height: 23.4px;
}
.pagerow .col .overlay h3, #contentcolumns .newpagelayoutinner .pagerow .col .overlay h3, .order-listings .col .overlay h3 {
  background: rgba(40, 40, 40, 0.7);
  position: absolute;
  bottom: 12px;
  right: 10px;
  left: 10px;
  padding: 12px 10px 10px 10px;
  color: #fff;
  text-align: left;
  font-family: "hugos_handregular";
  text-transform: none;
  font-size: 24px;
  line-height: 24px;
}
.pagerow .col .overlay.altlook h3, #contentcolumns .newpagelayoutinner .pagerow .col .overlay.altlook h3, .order-listings .col .overlay.altlook h3 {
  text-transform: none;
  font-family: "hugos_handregular";
}
.pagerow .col.col1 .imagelist li, #contentcolumns .newpagelayoutinner .pagerow .col.col1 .imagelist li, .order-listings .col.col1 .imagelist li {
  width: 16.6%;
  text-align: center;
}
.pagerow .col.col2 .imagelist li, #contentcolumns .newpagelayoutinner .pagerow .col.col2 .imagelist li, .order-listings .col.col2 .imagelist li {
  width: 33%;
}
.pagerow .col.col2 .imagelist li:nth-child(4), .pagerow .col.col2 .imagelist li:nth-child(5), .pagerow .col.col2 .imagelist li:nth-child(6), #contentcolumns .newpagelayoutinner .pagerow .col.col2 .imagelist li:nth-child(4), #contentcolumns .newpagelayoutinner .pagerow .col.col2 .imagelist li:nth-child(5), #contentcolumns .newpagelayoutinner .pagerow .col.col2 .imagelist li:nth-child(6), .order-listings .col.col2 .imagelist li:nth-child(4), .order-listings .col.col2 .imagelist li:nth-child(5), .order-listings .col.col2 .imagelist li:nth-child(6) {
  display: none;
}
.pagerow .col.col2 .imagelist h3, #contentcolumns .newpagelayoutinner .pagerow .col.col2 .imagelist h3, .order-listings .col.col2 .imagelist h3 {
  text-align: center;
}
.pagerow .col .savelater, #contentcolumns .newpagelayoutinner .pagerow .col .savelater, .order-listings .col .savelater {
  text-align: center;
}
.pagerow .col .imagelist, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist, .order-listings .col .imagelist {
  position: relative;
  -ms-zoom: 1;
  zoom: 1;
}
.pagerow .col .imagelist:before, .pagerow .col .imagelist:after, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist:before, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist:after, .order-listings .col .imagelist:before, .order-listings .col .imagelist:after {
  content: "";
  display: table;
}
.pagerow .col .imagelist:after, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist:after, .order-listings .col .imagelist:after {
  clear: both;
}
.pagerow .col .imagelist li, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li, .order-listings .col .imagelist li {
  margin-left: 0;
  list-style-type: none;
  padding: 10px;
  margin: 5px 0;
  box-sizing: border-box;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.pagerow .col .imagelist li a, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li a, .order-listings .col .imagelist li a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.pagerow .col .imagelist li a.save-item, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li a.save-item, .order-listings .col .imagelist li a.save-item {
  text-decoration: none;
}
.pagerow .col .imagelist li a.save-item p, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li a.save-item p, .order-listings .col .imagelist li a.save-item p {
  line-height: 22px;
}
.pagerow .col .imagelist li div, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li div, .order-listings .col .imagelist li div {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background: $quickviewoverlay;*/
  background: #efefef;
  display: none;
}
.pagerow .col .imagelist li div > p, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li div > p, .order-listings .col .imagelist li div > p {
  /* color: $quickviewtext;*/
  color: #575756;
  text-decoration: none;
  padding: 6px 0 6px;
  /*font-family: $headerfont;*/
  /*font-size: $buttonsize;*/
  font-size: 16px;
  margin: 0;
  font-style: normal;
}
.pagerow .col .imagelist li div, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li div, .order-listings .col .imagelist li div {
  display: block;
  border-radius: 50px;
  width: 54%;
  margin-bottom: 10px;
  margin-left: 22%;
}
@media only screen and (max-width: 850px) {
  .pagerow .col .imagelist li div, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li div, .order-listings .col .imagelist li div {
    width: 60%;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 696px) {
  .pagerow .col .imagelist li div, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li div, .order-listings .col .imagelist li div {
    width: 92%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 450px) {
  .pagerow .col .imagelist li div, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li div, .order-listings .col .imagelist li div {
    width: 107%;
    margin-left: -5%;
    /*   width: 74%;
    margin-left: 14%;*/
  }
}
@media only screen and (max-width: 420px) {
  .pagerow .col .imagelist li div, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li div, .order-listings .col .imagelist li div {
    width: 73%;
    margin-left: 17%;
  }
}
.pagerow .col .imagelist li img, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li img, .order-listings .col .imagelist li img {
  width: 100%;
  display: block;
}
.pagerow .col .imagelist li p, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li p, .order-listings .col .imagelist li p {
  font-family: "Gill Sans W01 Medium", sans-serif;
  text-transform: none;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.pagerow .col .imagelist li p p, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist li p p, .order-listings .col .imagelist li p p {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 18px;
  text-align: center;
}
.pagerow .col .imagelist.fourimage li, #contentcolumns .newpagelayoutinner .pagerow .col .imagelist.fourimage li, .order-listings .col .imagelist.fourimage li {
  width: 25%;
}
.pagerow .nomobilecurl, #contentcolumns .newpagelayoutinner .pagerow .nomobilecurl, .order-listings .nomobilecurl {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  font-style: normal;
}
.pagerow.three-col, #contentcolumns .newpagelayoutinner .pagerow.three-col, .order-listings.three-col {
  text-align: center;
}
.pagerow.three-col h3, #contentcolumns .newpagelayoutinner .pagerow.three-col h3, .order-listings.three-col h3 {
  text-transform: none;
  font-size: 32px;
  margin-top: 10px;
}
.pagerow.three-col p, #contentcolumns .newpagelayoutinner .pagerow.three-col p, .order-listings.three-col p {
  font-size: 16px;
  margin-bottom: 20px;
}
.pagerow.three-col-notext, #contentcolumns .newpagelayoutinner .pagerow.three-col-notext, .order-listings.three-col-notext {
  padding-right: 40px;
  padding-left: 40px;
}
.pagerow.three-col-notext h3, #contentcolumns .newpagelayoutinner .pagerow.three-col-notext h3, .order-listings.three-col-notext h3 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 32px;
  margin-top: 15px;
}
.pagerow.two-col-equal h3, #contentcolumns .newpagelayoutinner .pagerow.two-col-equal h3, .order-listings.two-col-equal h3 {
  font-size: 32px;
  margin-top: 15px;
  text-align: center;
}
.pagerow.nopadding, #contentcolumns .newpagelayoutinner .pagerow.nopadding, .order-listings.nopadding {
  padding: 0;
  margin: 0;
}
.pagerow.bestsellers, #contentcolumns .newpagelayoutinner .pagerow.bestsellers, .order-listings.bestsellers {
  padding: 20px 0;
}
.pagerow.reducedpadding, #contentcolumns .newpagelayoutinner .pagerow.reducedpadding, .order-listings.reducedpadding {
  padding: 10px 0 0;
  margin: 10px 0 0;
}
.pagerow.reducedpadding .col .colcontent, #contentcolumns .newpagelayoutinner .pagerow.reducedpadding .col .colcontent, .order-listings.reducedpadding .col .colcontent {
  margin-bottom: 0;
}
.pagerow.reducedpadding .col .colcontent h2, #contentcolumns .newpagelayoutinner .pagerow.reducedpadding .col .colcontent h2, .order-listings.reducedpadding .col .colcontent h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.newslettersignup {
  text-align: center;
  background-image: none !important;
  border-style: solid;
  border-width: 10px;
  border-image: url(../images/dotted-line-white.png) 10 repeat;
  -moz-border-image: url(../images/dotted-line-white.png) 10 repeat;
  -webkit-border-image: 10 url(../images/dotted-line-white.png) repeat;
  -o-border-image: url(../images/dotted-line-white.png) 10 repeat;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
  background-color: #f4f4f4;
}
.newslettersignup .newsletterentry {
  display: inline-block;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.newslettersignup h2 {
  padding-bottom: 0 !important;
  position: relative;
  text-align: left !important;
  margin: 10px 0 0 160px !important;
}
.newslettersignup h2:before, .newslettersignup h2:after {
  width: 0;
  height: 0;
}
.newslettersignup p {
  margin: 10px 0 10px 160px !important;
  min-height: 3em;
}
.newslettersignup .newslettersignupitems {
  text-align: center;
}
.newslettersignup .newslettersignupitems .fuzzy, .newslettersignup .newslettersignupitems #NewAddressForm input:not([type=submit]), #NewAddressForm .newslettersignup .newslettersignupitems input:not([type=submit]) {
  border: 1px solid #e6e1dd;
  letter-spacing: 0;
}

.col1 .newsletterentry {
  -ms-zoom: 1;
  zoom: 1;
}
.col1 .newsletterentry:before, .col1 .newsletterentry:after {
  content: "";
  display: table;
}
.col1 .newsletterentry:after {
  clear: both;
}
.col1 .newsletterentry h2 {
  float: left;
  margin-right: 20px !important;
}
.col1 .newsletterentry p {
  display: none;
}
.col1 .newsletterentry form {
  margin-top: 30px;
  margin-left: 250px;
}
.col1 .newsletterentry .newslettersignupitems {
  text-align: left;
}

.col.homestartouter {
  width: 100%;
}

.colcontent.homestart {
  text-align: center;
  padding: 0 30px !important;
  margin-bottom: 0 !important;
}
.colcontent.homestart p {
  font-size: 15px !important;
  line-height: 20px !important;
}
.colcontent.homestart .homeextra {
  margin-top: 0;
}
.colcontent.homestart .homeextra p {
  font-size: 13px !important;
}

.banner-loader {
  height: 51px;
}

.fulfillmentlookup .colcontent.homestart {
  text-align: center;
  margin-bottom: 0;
  padding: 0 !important;
}
@media (min-width: 400px) {
  .fulfillmentlookup .colcontent.homestart {
    padding: 0 30px !important;
  }
}
.fulfillmentlookup .colcontent.homestart .homestartouter {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  float: none;
}
.fulfillmentlookup .initialshoppingintro .homestartouter {
  float: none;
  position: relative;
  margin: 0 auto;
}

.startshopping.col2 {
  position: relative;
  margin: 0 auto;
  float: none;
}
.startshopping .col {
  background: none !important;
}
.startshopping h2.maintitle {
  display: block;
  position: relative;
  text-indent: -10000px;
  overflow: hidden;
  width: 100%;
  height: 93px;
  background-image: url(../images/start-shopping2.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0 !important;
  background-position: center center;
  position: relative;
  text-align: center;
  margin: -2px 0 -24px !important;
}
.startshopping h2.maintitle:before, .startshopping h2.maintitle:after {
  width: 0;
  height: 0;
}
.startshopping h2.subtitle {
  display: block;
  position: relative;
  text-indent: -10000px;
  overflow: hidden;
  width: 100%;
  height: 93px;
  background-image: url(../images/our-place-or-yours.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-bottom: 0 !important;
  position: relative;
  text-align: center;
  margin: -2px 0 -24px !important;
}
.startshopping h2.subtitle:before, .startshopping h2.subtitle:after {
  width: 0;
  height: 0;
}
.startshopping p {
  min-height: 3em;
}
.startshopping .addressbutton .button {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 15px;
}
.startshopping .shoppingdetails h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.startshopping .shoppingdetails h2:before {
  display: none;
}
.startshopping .shoppingdetails h2:after {
  display: none;
}
.startshopping .shoppingdetails h2 span {
  font-family: "hugos_handregular";
  color: #b1535b;
  white-space: nowrap;
}
.startshopping .shoppingdetails h3 {
  text-align: left !important;
  font-family: "Gill Sans W01 Medium", sans-serif;
  color: #b1535b;
  text-transform: none;
}

.pagerow.homeinfo.noline {
  margin: 10px 0 0;
}
.pagerow.homeinfo.noline .col.col1 {
  padding: 17px 10px 15px;
  box-sizing: border-box;
}

.verticalbar .col {
  background: url(../images/vertical-bar.png) right top repeat-y;
}
.verticalbar .col .col {
  background: none;
}
.verticalbar .col .colcontent {
  padding: 10px 20px 0;
}
.verticalbar .col:first-child .colcontent {
  padding: 10px 20px 0 10px;
}
.verticalbar .col:last-child {
  background: none;
}
.verticalbar .col:last-child .colcontent {
  padding: 10px 10px 0 20px;
}

.faqitem {
  margin-bottom: 35px;
}
.faqitem .faq-marker {
  top: -140px;
}

.faq-marker {
  position: relative;
  top: -200px;
  height: 0;
}

/* Homepage Fulfillment Service Selector */
.fulfillmentsummary {
  height: 200px;
  /*background: url(../images/vertical-bar.png) left top repeat-y;*/
  overflow: hidden;
  position: relative;
}
.fulfillmentsummary .fulfillmentheaders {
  -ms-zoom: 1;
  zoom: 1;
}
.fulfillmentsummary .fulfillmentheaders:before, .fulfillmentsummary .fulfillmentheaders:after {
  content: "";
  display: table;
}
.fulfillmentsummary .fulfillmentheaders:after {
  clear: both;
}
.fulfillmentsummary .fulfillmentheaders li {
  -ms-zoom: 1;
  zoom: 1;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  display: inline-block;
  float: left;
  width: 50%;
  height: 200px;
  margin-left: 0 !important;
  text-align: center;
  position: relative;
  background: url(../images/vertical-bar.png) right top repeat-y;
}
.fulfillmentsummary .fulfillmentheaders li:before, .fulfillmentsummary .fulfillmentheaders li:after {
  content: "";
  display: table;
}
.fulfillmentsummary .fulfillmentheaders li:after {
  clear: both;
}
.fulfillmentsummary .fulfillmentheaders li div {
  float: left;
  width: 50%;
}
.fulfillmentsummary .fulfillmentheaders li div div {
  width: auto;
  padding: 15px 15px 15px 0;
  text-align: left;
}
.fulfillmentsummary .fulfillmentheaders li div img {
  width: 90%;
}
.fulfillmentsummary .fulfillmentheaders li:last-child {
  background: none;
}
.fulfillmentsummary .fulfillmentheaders li.faded {
  opacity: 0.5;
}
.fulfillmentsummary .fulfillmentheaders.reduced li {
  width: 50%;
}
.fulfillmentsummary .fulfillmenttab {
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/full-width-separator.png) top repeat-x;
  padding: 20px 20px 10px;
  background-size: 100% auto;
}
.fulfillmentsummary .fulfillmenttab h3 {
  color: #b4535a !important;
  text-align: left;
}
.fulfillmentsummary .fulfillmenttab:after {
  top: -18px;
  left: 40px;
  content: " ";
  position: absolute;
  z-index: 20;
  pointer-events: none;
  background: url(../images/pointer-up.png);
  width: 36px;
  height: 26px;
}
.fulfillmentsummary .fulfillmenttab.tab1:after, .fulfillmentsummary .fulfillmenttab.tab1:before {
  left: 10%;
}
.fulfillmentsummary .fulfillmenttab.tab2:after, .fulfillmentsummary .fulfillmenttab.tab2:before {
  left: 43%;
}
.fulfillmentsummary .fulfillmenttab.tab3:after, .fulfillmentsummary .fulfillmenttab.tab3:before {
  left: 76%;
}
.fulfillmentsummary.reduced {
  background: none;
}
.fulfillmentsummary.reduced .fulfillmenttab.tab1:after, .fulfillmentsummary.reduced .fulfillmenttab.tab1:before {
  left: 10%;
}
.fulfillmentsummary.reduced .fulfillmenttab.tab2:after, .fulfillmentsummary.reduced .fulfillmenttab.tab2:before {
  left: 60%;
}

.desktophide {
  display: none;
}

.sectionextrainfo {
  display: none;
}

/*.wereopen {
    background: url(../images/were-open.png) no-repeat;
    width: 100px;
    height: 80px;
    margin-right: -45px;
    margin-left: 20px;
    float: right;

    div {
        font-size: 12px;
        color: $forecolour;
        position: absolute;
        bottom: 10px;
        left: 5px;
        right: 5px;
        text-align: center;
    }
}*/
.shoppingdetails .pagerow.flex {
  display: flex;
}
.shoppingdetails .pagerow .col h3 {
  text-align: center !important;
}

.shoppingresultsinfo .shoppingintro .col1 {
  text-align: center;
}
.shoppingresultsinfo .shoppingintro p {
  text-align: center;
  margin: 0 0 10px 0;
}
.shoppingresultsinfo.verticalbar .col:nth-child(2) {
  background: none;
}

#searchresults2 {
  position: absolute;
  background: #fff;
  border: solid 2px #768d87;
  padding: 5px;
  z-index: 999999;
  min-width: 202px;
}
#searchresults2 fieldset {
  margin-bottom: 10px;
}
#searchresults2 fieldset:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#searchresults2 li {
  list-style: none;
  margin-left: 0;
  display: block;
}
#searchresults2 li a {
  display: block;
  text-decoration: none;
  line-height: 20px;
  padding: 3px;
}
#searchresults2 li a img {
  margin-right: 5px;
  vertical-align: middle;
}
#searchresults2 li a.nocc img {
  opacity: 0.5;
}
#searchresults2 li a span {
  display: inline-block;
  line-height: 20px;
}
#searchresults2 li a span.nocc {
  font-size: 11px;
  color: #909090;
}
#searchresults2 li a:hover {
  background: #768d87;
  color: #fff;
}
#searchresults2 li a:hover span, #searchresults2 li a:hover strong {
  color: #fff;
}

.inlineshopmap {
  width: 100%;
  height: 200px;
}

.shoppingimage {
  float: right;
  margin: 0 0 10px 10px;
}

.topborder {
  border-bottom: 1px solid #e6e1dd;
}

.hovercontainer {
  position: relative;
}
@media (max-width: 640px) {
  .hovercontainer {
    display: none !important;
  }
}

.pagerow .col.hoversource .colcontent {
  margin-bottom: 0;
}

.hoverclose {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  z-index: 9999;
}

p.error {
  color: #f00000;
}

.hoverouter {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
}
.hoverouter a {
  font-size: 13px;
}

.startshopinfo {
  height: 150px;
  line-height: 150px;
}
.startshopinfo span {
  display: inline-block;
  vertical-align: middle;
}
.startshopinfo p {
  color: #b1535b;
}

.reducedwidth .startshopping h2.subtitle {
  margin: 0 0 -10px !important;
}
.reducedwidth .wereopen {
  margin-right: -15px !important;
}

.smallbasketimage {
  float: left;
}

.moredetails {
  background: url(../images/moredetails.png) no-repeat center bottom;
  padding-bottom: 12px;
  text-decoration: none;
  color: #8c7e77;
}

#wantdeliveredswitch, .changeserviceoption, .switchtext, .switchtext a {
  font-size: 15px;
}

.fulfillment-switch {
  text-align: center;
}

.switchtext.cc-switch a {
  line-height: 23px;
  font-size: 15px;
}

p.addressbutton {
  margin: 5px 0 0 !important;
  line-height: 16px !important;
}

.closeshopsearch {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 2px;
  cursor: pointer;
}

.pointer {
  width: 33px;
  height: 20px;
  position: absolute;
  top: 7px;
  background: url(../images/pointerup.png) no-repeat center;
  margin-top: -26px;
  left: 50%;
  margin-left: -19px;
}
.pointer.pointerleft {
  left: 40%;
}
.pointer.pointerright {
  right: 20%;
}

#contentcolumns {
  justify-content: center;
}
#contentcolumns .sidebar-layout {
  -ms-zoom: 1;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#contentcolumns .sidebar-layout:before, #contentcolumns .sidebar-layout:after {
  content: "";
  display: table;
}
#contentcolumns .sidebar-layout:after {
  clear: both;
}
#contentcolumns .sidebar-layout .subnavmenu.col1 {
  text-align: left;
  width: calc(18% - 20px);
  min-width: 250px;
  padding: 15px 0;
  padding-right: 10px !important;
  background: url("../images/dotted-line-vertical.png") top right repeat-y;
  margin-left: 20px;
  margin-top: 10px;
  box-sizing: border-box;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-bottom: 10px;
}
#contentcolumns .sidebar-layout .subnavmenu.col1 > a {
  text-decoration: none;
}
#contentcolumns .sidebar-layout .subnavmenu.col1 ul {
  margin: 0 0 1em 0;
  padding-right: 2%;
}
#contentcolumns .sidebar-layout .subnavmenu.col1 ul ul {
  padding-left: 10px;
}
#contentcolumns .sidebar-layout .subnavmenu.col1 ul > li.active > a {
  color: #768d87;
  font-weight: 700;
  font-family: "Inter" !important;
}
#contentcolumns .sidebar-layout .subnavmenu.col1 ul li {
  list-style-type: none;
  font-size: 16px;
}
#contentcolumns .sidebar-layout .subnavmenu.col1 ul li a {
  padding: 5px 0;
  display: inline-block;
  text-decoration: none;
}
#contentcolumns .sidebar-layout .subnavmenu.col1 ul li a.selected {
  color: #768d87;
  font-weight: 700;
}
#contentcolumns .sidebar-layout .subnavmenu.col1 h4 {
  text-align: left;
  color: #768d87;
  font-family: "Inter" !important;
  font-size: 24px;
  margin: 0 0 16px 0;
}
#contentcolumns .sidebar-layout .sidebar-border {
  box-sizing: border-box;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 82%;
  min-width: 720px;
  float: right;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
#contentcolumns .sidebar-layout .sidebar-border:after {
  content: " ";
  display: table;
}
#contentcolumns .sidebar-layout .pagecell h1, #contentcolumns .sidebar-layout .pagecell .VoucherSentToEmail {
  font-size: 36px;
  line-height: 46.8px;
  margin: 10px 0 10px;
}

.fullwidth #contentcolumns .sidebar-layout .subnavmenu.col1 {
  width: 240px;
  margin-left: 0;
  padding-left: 20px;
}
.fullwidth #contentcolumns .sidebar-layout .sidebar-border {
  width: calc(100% - 240px);
  margin-left: 0;
  box-sizing: border-box;
  padding-left: 12px !important;
}

.DetailsPageAcounts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .DetailsPageAcounts {
    flex-direction: column;
    padding: 0 32px;
  }
}
@media (max-width: 425px) {
  .DetailsPageAcounts {
    padding: 0 24px;
  }
}

/* Tabs */
#contentcolumns .tabs {
  width: 100%;
  display: inline-block;
  height: auto !important;
  margin-left: 1px;
}
#contentcolumns .tabs .tab-links {
  list-style-type: none;
  margin: 0;
  /* Clearfix */
}
#contentcolumns .tabs .tab-links p {
  font-weight: 400;
}
#contentcolumns .tabs .tab-links:after {
  display: block;
  clear: both;
  content: "";
}
#contentcolumns .tabs .tab-links li {
  margin: 0;
  float: left;
  list-style-type: none !important;
  border: 1px solid #918783;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
  margin-left: -1px;
}
#contentcolumns .tabs .tab-links li:nth-child(1) {
  margin-left: 0;
}
#contentcolumns .tabs .tab-links li:hover {
  background: #fff;
}
#contentcolumns .tabs .tab-links li.active {
  border-bottom: 1px solid #ffffff;
}
#contentcolumns .tabs .tab-links li.active, #contentcolumns .tabs .tab-links li.active:hover {
  background: #fff;
  color: #768d87;
}
#contentcolumns .tabs .tab-links li.active .tab-title, #contentcolumns .tabs .tab-links li.active:hover .tab-title {
  color: #768d87;
}
#contentcolumns .tabs .tab-links a {
  padding: 14px 12px 12px;
  display: inline-block;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #847c77;
  transition: all linear 0.15s;
  text-decoration: none;
  text-align: center;
}
#contentcolumns .tabs .tab-links a .tab-title {
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 18px;
  color: #847c77;
  font-weight: normal;
}
#contentcolumns .tabs .tab-links a p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #847c77;
}
#contentcolumns .tabs .row {
  -ms-zoom: 1;
  zoom: 1;
}
#contentcolumns .tabs .row:before, #contentcolumns .tabs .row:after {
  content: "";
  display: table;
}
#contentcolumns .tabs .row:after {
  clear: both;
}
#contentcolumns .tabs .tab-content {
  border-radius: 3px;
  border-top: 0;
  margin-top: -1px;
  -ms-zoom: 1;
  zoom: 1;
}
#contentcolumns .tabs .tab-content .image100 {
  margin: 15px 0;
}
#contentcolumns .tabs .tab-content:before, #contentcolumns .tabs .tab-content:after {
  content: "";
  display: table;
}
#contentcolumns .tabs .tab-content:after {
  clear: both;
}
#contentcolumns .tabs .tab-content .col2 {
  float: left;
}
#contentcolumns .tabs .tab-content .col3 {
  width: 33.33%;
  text-align: center;
}
#contentcolumns .tabs .tab-content .col3 h4 {
  color: #768d87;
  font-size: 23px;
  margin: 10px 0;
}
#contentcolumns .tabs .tab-content .button {
  margin: 10px 0 0;
}
#contentcolumns .tabs .tab {
  padding: 15px;
  display: none;
  background: #fff;
  border: 1px solid #918783;
}
#contentcolumns .tabs .tab .row > .row {
  width: 100%;
  float: left;
  -ms-zoom: 1;
  zoom: 1;
}
#contentcolumns .tabs .tab .row > .row:before, #contentcolumns .tabs .tab .row > .row:after {
  content: "";
  display: table;
}
#contentcolumns .tabs .tab .row > .row:after {
  clear: both;
}
#contentcolumns .tabs .tab .row > .row .col3 {
  margin-bottom: 20px;
}
#contentcolumns .tabs .tab .row > .row .col3:nth-child(3n+4) {
  clear: left;
}
@media (max-width: 720px) {
  #contentcolumns .tabs .tab .row > .row .col3 {
    width: 50%;
  }
  #contentcolumns .tabs .tab .row > .row .col3:nth-child(3n+4) {
    clear: none;
  }
  #contentcolumns .tabs .tab .row > .row .col3:nth-child(2n+3) {
    clear: left;
  }
}
@media (max-width: 480px) {
  #contentcolumns .tabs .tab .row > .row .col3 {
    width: 100%;
  }
}
#contentcolumns .tabs .tab img {
  max-width: 100%;
  margin-top: 10px;
}
#contentcolumns .tabs .tab.active {
  display: block;
}
#contentcolumns .pagecell .image-text {
  position: relative;
}
#contentcolumns .pagecell .image-text p {
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgb(55, 55, 55);
  font-size: 42px;
  line-height: 46px;
  font-family: "hugos_handregular";
  padding: 20px 50px;
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#contentcolumns .pagecell blockquote {
  padding: 20px 8%;
}
#contentcolumns .pagecell blockquote > p {
  font-family: "hugos_handregular";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #a9a09a;
}
#contentcolumns .pagecell blockquote > p:last-of-type {
  margin: 10px 0 10px;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 20px;
  display: block;
  color: #a9a09a;
}

@media (min-width: 1011px) {
  #contentcolumns {
    min-height: 1000px;
  }
}
#contentcolumns .job-layout h1, #contentcolumns .job-layout .VoucherSentToEmail {
  margin-bottom: 20px;
}
#contentcolumns .job-layout.sidebar-layout > .pagecell.col3 {
  width: 80%;
}
#contentcolumns .job-layout .pagecell.col1 h4 {
  text-align: left;
}
#contentcolumns .job-layout .pagecell.col1 hr {
  background: transparent url("../images/full-width-separator.png") center top no-repeat;
  border: 0;
  height: 5px;
  margin: 20px 0;
}
#contentcolumns .job-layout .button.apply {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
}
#contentcolumns .job-layout .button.apply:nth-child(2) {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  #contentcolumns .job-layout .pagecell.col1, #contentcolumns .job-layout .pagecell.col3 {
    width: 100%;
  }
  #contentcolumns .job-layout .button.apply {
    width: auto;
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.stButton {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.st_email_large > .stButton > .stLarge {
  background: url(../images/Email_Grey.png) center no-repeat !important;
  background-size: cover !important;
}

.st_linkedin_large > .stButton > .stLarge {
  background: url(../images/LinkedIn_Grey.png) center no-repeat !important;
  background-size: cover !important;
}

.st_facebook_large > .stButton > .stLarge {
  background: url(../images/Facebook_Grey.png) center no-repeat !important;
  background-size: cover !important;
}

.st_twitter_large > .stButton > .stLarge {
  background: url(../images/Twitter_Grey.png) center no-repeat !important;
  background-size: cover !important;
}

.st_sharethis_large > .stButton > .stLarge {
  background: url(../images/Share_Grey.png) center no-repeat !important;
  background-size: cover !important;
}

.accordion-heading {
  display: none;
}

@media (max-width: 1132px) {
  #contentcolumns .tabs .tab-links a .tab-title {
    font-size: 20px;
  }
}
@media (max-width: 1010px) {
  .siteouter #contentcolumns .sidebar-layout {
    display: block;
  }
  .siteouter #contentcolumns .sidebar-layout .sidebar-border {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    margin-left: 0;
    min-width: unset;
  }
  .siteouter #contentcolumns .subnavmenu.col1 {
    display: none;
  }
  .siteouter #contentcolumns .subnavmenu.col1.account-subnav {
    display: block;
    width: 100%;
    background: none;
    position: relative;
    height: auto;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 0;
  }
  .siteouter #contentcolumns .subnavmenu.col1.account-subnav ul {
    margin-bottom: 0;
  }
}
@media (max-width: 800px) {
  ul.tab-links {
    display: none;
  }
  #contentcolumns .tabs .tab-content {
    padding: 0;
  }
  #contentcolumns .tabs .tab-content .tab {
    padding: 15px;
    display: none;
  }
  #contentcolumns .tabs .tab-content .tab.active {
    display: block;
  }
  #contentcolumns .pagecell .image-text p {
    font-size: 32px;
    line-height: 36px;
  }
  .accordion-heading {
    display: block !important;
    font-family: "hugos_handregular";
    font-size: 24px;
    line-height: 24px;
    padding: 15px 15px 10px;
    cursor: pointer;
    border: 1px solid #918783;
    background: transparent;
    position: relative;
  }
  .accordion-heading:after {
    content: "\f067";
    position: absolute;
    color: #918783;
    right: 20px;
    top: 18px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
  }
  .accordion-heading.active {
    background: #ffffff;
  }
  .accordion-heading.active:after {
    content: "\f068";
  }
}
@media (max-width: 600px) {
  blockquote {
    padding: 20px;
  }
  #contentcolumns .pagecell .image-text p {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 550px) {
  blockquote {
    padding: 20px;
  }
  #contentcolumns .pagecell .textarea {
    padding: 0;
  }
  #contentcolumns .pagecell .image-text p {
    padding: 10px 20px;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.homemodule.pagerow {
  padding: 0;
}
.homemodule.pagerow .section-wrapper {
  -ms-zoom: 1;
  zoom: 1;
}
.homemodule.pagerow .section-wrapper:before, .homemodule.pagerow .section-wrapper:after {
  content: "";
  display: table;
}
.homemodule.pagerow .section-wrapper:after {
  clear: both;
}

.hero-start-shopping, .hero-banner {
  position: relative;
}
.hero-start-shopping .section-wrapper.set-width, .hero-banner .section-wrapper.set-width {
  margin: 0 auto;
}
.hero-start-shopping .image-wrapper, .hero-banner .image-wrapper {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
  min-height: 500px;
  box-sizing: border-box;
}
.hero-start-shopping .image-wrapper .fulfillmentlookup, .hero-banner .image-wrapper .fulfillmentlookup {
  float: none;
  position: static;
}
@media (max-width: 630px) {
  .hero-start-shopping .image-wrapper, .hero-banner .image-wrapper {
    min-height: 480px;
  }
}
.hero-start-shopping .initialshoppingintro, .hero-start-shopping .aftershoppingintro, .hero-banner .initialshoppingintro, .hero-banner .aftershoppingintro {
  position: relative;
  max-width: 630px;
  width: 90%;
  padding: 30px 40px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 12px;
  border-color: transparent;
  border-image: url(../images/dotted-line-border.png) 15 repeat;
  -moz-border-image: url(../images/dotted-line-border.png) 15 repeat;
  -webkit-border-image: url(../images/dotted-line-border.png) 15 repeat;
  -o-border-image: url(../images/dotted-line-border.png) 15 repeat;
}
.hero-start-shopping .initialshoppingintro h1, .hero-start-shopping .initialshoppingintro .VoucherSentToEmail, .hero-start-shopping .initialshoppingintro h2, .hero-start-shopping .initialshoppingintro h3, .hero-start-shopping .initialshoppingintro h4, .hero-start-shopping .aftershoppingintro h1, .hero-start-shopping .aftershoppingintro .VoucherSentToEmail, .hero-start-shopping .aftershoppingintro h2, .hero-start-shopping .aftershoppingintro h3, .hero-start-shopping .aftershoppingintro h4, .hero-banner .initialshoppingintro h1, .hero-banner .initialshoppingintro .VoucherSentToEmail, .hero-banner .initialshoppingintro h2, .hero-banner .initialshoppingintro h3, .hero-banner .initialshoppingintro h4, .hero-banner .aftershoppingintro h1, .hero-banner .aftershoppingintro .VoucherSentToEmail, .hero-banner .aftershoppingintro h2, .hero-banner .aftershoppingintro h3, .hero-banner .aftershoppingintro h4 {
  font-size: 40px !important;
  line-height: 52px !important;
  text-transform: none !important;
  text-align: center !important;
  margin-bottom: 5px !important;
  color: #6e6762 !important;
  font-family: "hugos_handregular" !important;
}
.hero-start-shopping .initialshoppingintro h1:before, .hero-start-shopping .initialshoppingintro .VoucherSentToEmail:before, .hero-start-shopping .initialshoppingintro h1:after, .hero-start-shopping .initialshoppingintro .VoucherSentToEmail:after, .hero-start-shopping .initialshoppingintro h2:before, .hero-start-shopping .initialshoppingintro h2:after, .hero-start-shopping .initialshoppingintro h3:before, .hero-start-shopping .initialshoppingintro h3:after, .hero-start-shopping .initialshoppingintro h4:before, .hero-start-shopping .initialshoppingintro h4:after, .hero-start-shopping .aftershoppingintro h1:before, .hero-start-shopping .aftershoppingintro .VoucherSentToEmail:before, .hero-start-shopping .aftershoppingintro h1:after, .hero-start-shopping .aftershoppingintro .VoucherSentToEmail:after, .hero-start-shopping .aftershoppingintro h2:before, .hero-start-shopping .aftershoppingintro h2:after, .hero-start-shopping .aftershoppingintro h3:before, .hero-start-shopping .aftershoppingintro h3:after, .hero-start-shopping .aftershoppingintro h4:before, .hero-start-shopping .aftershoppingintro h4:after, .hero-banner .initialshoppingintro h1:before, .hero-banner .initialshoppingintro .VoucherSentToEmail:before, .hero-banner .initialshoppingintro h1:after, .hero-banner .initialshoppingintro .VoucherSentToEmail:after, .hero-banner .initialshoppingintro h2:before, .hero-banner .initialshoppingintro h2:after, .hero-banner .initialshoppingintro h3:before, .hero-banner .initialshoppingintro h3:after, .hero-banner .initialshoppingintro h4:before, .hero-banner .initialshoppingintro h4:after, .hero-banner .aftershoppingintro h1:before, .hero-banner .aftershoppingintro .VoucherSentToEmail:before, .hero-banner .aftershoppingintro h1:after, .hero-banner .aftershoppingintro .VoucherSentToEmail:after, .hero-banner .aftershoppingintro h2:before, .hero-banner .aftershoppingintro h2:after, .hero-banner .aftershoppingintro h3:before, .hero-banner .aftershoppingintro h3:after, .hero-banner .aftershoppingintro h4:before, .hero-banner .aftershoppingintro h4:after {
  display: none !important;
}
.hero-start-shopping .initialshoppingintro .intro-text p, .hero-start-shopping .aftershoppingintro .intro-text p, .hero-banner .initialshoppingintro .intro-text p, .hero-banner .aftershoppingintro .intro-text p {
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 300 !important;
  margin-bottom: 20px !important;
  color: #6e6762 !important;
  max-width: 620px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .hero-start-shopping .initialshoppingintro, .hero-start-shopping .aftershoppingintro, .hero-banner .initialshoppingintro, .hero-banner .aftershoppingintro {
    padding: 50px 30px 30px;
  }
  .hero-start-shopping .initialshoppingintro h1, .hero-start-shopping .initialshoppingintro .VoucherSentToEmail, .hero-start-shopping .initialshoppingintro h2, .hero-start-shopping .initialshoppingintro h3, .hero-start-shopping .initialshoppingintro h4, .hero-start-shopping .aftershoppingintro h1, .hero-start-shopping .aftershoppingintro .VoucherSentToEmail, .hero-start-shopping .aftershoppingintro h2, .hero-start-shopping .aftershoppingintro h3, .hero-start-shopping .aftershoppingintro h4, .hero-banner .initialshoppingintro h1, .hero-banner .initialshoppingintro .VoucherSentToEmail, .hero-banner .initialshoppingintro h2, .hero-banner .initialshoppingintro h3, .hero-banner .initialshoppingintro h4, .hero-banner .aftershoppingintro h1, .hero-banner .aftershoppingintro .VoucherSentToEmail, .hero-banner .aftershoppingintro h2, .hero-banner .aftershoppingintro h3, .hero-banner .aftershoppingintro h4 {
    font-size: 32px !important;
    line-height: 41.6px !important;
  }
  .hero-start-shopping .initialshoppingintro .intro-text p, .hero-start-shopping .aftershoppingintro .intro-text p, .hero-banner .initialshoppingintro .intro-text p, .hero-banner .aftershoppingintro .intro-text p {
    font-size: 18px !important;
    line-height: 23.4px !important;
  }
}
@media only screen and (max-width: 500px) {
  .hero-start-shopping .initialshoppingintro .intro-text p, .hero-start-shopping .aftershoppingintro .intro-text p, .hero-banner .initialshoppingintro .intro-text p, .hero-banner .aftershoppingintro .intro-text p {
    margin-bottom: 5px !important;
  }
}
.hero-start-shopping .aftershoppingintro, .hero-banner .aftershoppingintro {
  padding: 40px;
}
.hero-start-shopping .aftershoppingintro .intro-text p, .hero-banner .aftershoppingintro .intro-text p {
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
  color: #6e6762 !important;
}
.hero-start-shopping .aftershoppingintro .intro-text p + p, .hero-banner .aftershoppingintro .intro-text p + p {
  margin-top: 20px !important;
}
@media (max-width: 960px) {
  .hero-start-shopping .initialshoppingintro .col h2, .hero-start-shopping .aftershoppingintro .col h2, .hero-banner .initialshoppingintro .col h2, .hero-banner .aftershoppingintro .col h2 {
    font-size: 30px;
    line-height: 39px;
  }
  .hero-start-shopping .initialshoppingintro #lookupheader p, .hero-start-shopping .aftershoppingintro #lookupheader p, .hero-banner .initialshoppingintro #lookupheader p, .hero-banner .aftershoppingintro #lookupheader p {
    font-size: 18px !important;
    line-height: 23.4px !important;
  }
  .hero-start-shopping .aftershoppingintro, .hero-banner .aftershoppingintro {
    padding: 50px;
  }
}
@media (max-width: 630px) {
  .hero-start-shopping .initialshoppingintro, .hero-start-shopping .aftershoppingintro, .hero-banner .initialshoppingintro, .hero-banner .aftershoppingintro {
    padding: 20px 20px 10px;
  }
  .hero-start-shopping .initialshoppingintro .col h2, .hero-start-shopping .aftershoppingintro .col h2, .hero-banner .initialshoppingintro .col h2, .hero-banner .aftershoppingintro .col h2 {
    font-size: 24px;
    line-height: 31.2px;
  }
  .hero-start-shopping .initialshoppingintro #lookupheader p, .hero-start-shopping .aftershoppingintro #lookupheader p, .hero-banner .initialshoppingintro #lookupheader p, .hero-banner .aftershoppingintro #lookupheader p {
    font-size: 18px !important;
    line-height: 23.4px !important;
  }
  .hero-start-shopping .initialshoppingintro h1, .hero-start-shopping .initialshoppingintro .VoucherSentToEmail, .hero-start-shopping .initialshoppingintro h2, .hero-start-shopping .initialshoppingintro h3, .hero-start-shopping .initialshoppingintro h4, .hero-start-shopping .aftershoppingintro h1, .hero-start-shopping .aftershoppingintro .VoucherSentToEmail, .hero-start-shopping .aftershoppingintro h2, .hero-start-shopping .aftershoppingintro h3, .hero-start-shopping .aftershoppingintro h4, .hero-banner .initialshoppingintro h1, .hero-banner .initialshoppingintro .VoucherSentToEmail, .hero-banner .initialshoppingintro h2, .hero-banner .initialshoppingintro h3, .hero-banner .initialshoppingintro h4, .hero-banner .aftershoppingintro h1, .hero-banner .aftershoppingintro .VoucherSentToEmail, .hero-banner .aftershoppingintro h2, .hero-banner .aftershoppingintro h3, .hero-banner .aftershoppingintro h4 {
    font-size: 24px !important;
    line-height: 31.2px !important;
  }
  .hero-start-shopping .initialshoppingintro .intro-text p, .hero-start-shopping .aftershoppingintro .intro-text p, .hero-banner .initialshoppingintro .intro-text p, .hero-banner .aftershoppingintro .intro-text p {
    font-size: 16px !important;
    line-height: 20.8px !important;
  }
  .hero-start-shopping .aftershoppingintro, .hero-banner .aftershoppingintro {
    padding: 20px 20px;
  }
}

.banner-strip {
  overflow: hidden;
}
.banner-strip .section-wrapper.set-width {
  margin: 0 auto;
  overflow: hidden;
}
.banner-strip .container {
  position: relative;
  height: 50px;
}
.banner-strip img {
  min-width: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.pagerow .col .imagelist {
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  font-style: normal;
}

.pagerow .col .imagelist.fourimage li {
  width: 25%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1023px) {
  #pageheader1_bookSlot {
    float: right;
    display: block;
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Gill Sans W01 Medium", sans-serif;
    font-size: 16px;
    padding: 9px 60px 10px;
  }
  #pageheader1_bookSlot:hover {
    background-color: #768d87;
  }
  #pageheader1_bookSlot.secondary:before {
    background-image: url(../images/tiny_grey_van2.png);
  }
  #pageheader1_bookSlot.secondary.CC:before {
    background-image: url(../images/tiny_grey_arrow.png);
  }
  #pageheader1_bookSlot:before {
    content: "";
    background-image: url(../images/tiny_white_van2.png);
    display: inline-block;
    height: 20px;
    width: 34px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 19px;
  }
  #pageheader1_bookSlot.CC:before {
    height: 22px;
    background-size: 22px;
    background-image: url(../images/tiny_white_arrow.png);
  }
  #pageheader1_bookSlot.secondary:hover {
    background-color: #f4f4f4 !important;
  }
}

.VoucherAddressWrapper .pagerow .col p {
  margin: 5px 0px;
  line-height: 16px;
}

.BlackBorder {
  border: 2px solid #000;
  margin: 0px -2px;
  max-width: 300px;
}

.BlackBorder .InsideBorder {
  margin: 10px;
}

.modal-address {
  display: none;
}

.NewVoucherThumbs img {
  width: 80%;
  clear: both;
  margin: auto;
  display: inline-block;
  float: none;
  margin-top: 10px;
}

.VoucherPadding {
  padding-bottom: 30px;
}

.VoucherAddressWrapper p {
  padding-top: 4px;
}

#SaveDelivery, #proceedButton {
  margin-top: 8px;
}

#vouchernav.VoucherCheckout {
  background-image: none;
}

.VoucherCheckout.isOnline ul li {
  width: 25%;
}

.NewVoucherThumbs h1, .NewVoucherThumbs .VoucherSentToEmail, .BuyOnlineWrapper h1, .BuyOnlineWrapper .VoucherSentToEmail, .BuyGiftWrapper h1, .BuyGiftWrapper .VoucherSentToEmail, .VoucherAddressWrapper h1, .VoucherAddressWrapper .VoucherSentToEmail, .ProcessVoucherPayment h1, .ProcessVoucherPayment .VoucherSentToEmail {
  margin-top: 10px;
}

.vouchervalues .pagerow.noline {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.NewVoucherThumbs img {
  margin-top: 20px;
}

.DeliveryOptionInput {
  padding-top: 5px;
  padding-bottom: 5px;
}

#GiftMessage {
  font-family: "Gill Sans W01 Medium", sans-serif;
}

.voucherccslot {
  background-color: #768d87;
  color: #fff;
  font-family: "hugos_handregular";
  padding: 10px 40px 5px;
  font-size: 18px;
  line-height: 23.4px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #475652;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.ccslot.voucherButton {
  width: auto;
  padding-left: 20px;
}

.voucherhd .ccslot.voucherButton {
  width: auto;
  padding: 15px 40px 10px 40px;
}

.VoucherPadded {
  padding: 0px 10%;
}

.ChooseEVoucherValue img, .ChooseVoucherValue img {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 720px) and (min-width: 641px) {
  .VoucherPage .vouchervalues .ccslot {
    width: 100% !important;
    padding: 7px 20px 7px 20px;
  }
  .VoucherPage .vouchervalues .ccslot.selected {
    padding: 7px 10px 7px 30px;
  }
  .VoucherPage .vouchervalues .ccslot.selected .servicetitle:before {
    left: 5px;
  }
  .VoucherPage .vouchervalues .ccslot .ccslotinner .servicetitle {
    font-size: 14px !important;
  }
}
@media (max-width: 720px) {
  .voucheroptions.pagerow .col.col6 {
    width: 33% !important;
    text-align: center;
  }
  .voucheroptions.pagerow .col.col6 .voucheroption {
    margin-bottom: 15px;
    text-align: center;
    display: inline-block !important;
    float: none !important;
  }
  .voucheroptions.pagerow .col.col6:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 641px) {
  .VoucherMobileShow {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .VoucherMobileHide {
    display: none !important;
  }
  .VoucherMobileShow {
    display: block !important;
  }
  .nomobilepadding {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .nomobiletopmargin {
    margin-top: 0 !important;
  }
  .VoucherPage .button {
    display: block;
  }
  .VoucherPage .vouchervalues .pagerow .col.col3 {
    width: 33.333333% !important;
  }
}
@media (max-width: 580px) {
  .VoucherPage .ccslot.button.selected {
    display: inline-block !important;
  }
  .VoucherSentToEmail {
    font-size: 22px !important;
    line-height: 26.4px !important;
  }
}
@media (max-width: 500px) {
  .VoucherPage .vouchervalues .ccslot {
    padding: 7px 30px 7px 30px;
  }
  .voucheroptions.pagerow .col.col6 {
    width: 50% !important;
    text-align: center;
  }
  .voucheroptions.pagerow .col.col6 .voucheroption {
    margin-bottom: 15px;
    text-align: center;
    display: inline-block !important;
    float: none !important;
  }
  .voucheroptions.pagerow .col.col6:nth-child(3n+4) {
    clear: none;
  }
  .voucheroptions.pagerow .col.col6:nth-child(2n+3) {
    clear: left;
  }
}
.voucheroptions.pagerow .col.col6:nth-child(6n+1) {
  clear: left;
}

@media (min-width: 490px) and (max-width: 620px) {
  .pagerow .voucher-gift-message.col3 {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .VoucherPage .vouchervalues .ccslot {
    padding: 7px 20px 7px 20px;
  }
  .VoucherPage .vouchervalues .ccslot.selected {
    padding: 7px 10px 7px 30px;
  }
  .VoucherPage .vouchervalues .ccslot.selected .servicetitle:before {
    left: 5px;
  }
  .VoucherPage .vouchervalues .ccslot .ccslotinner .servicetitle {
    font-size: 14px !important;
  }
}
.GiftmessageWrapper h1, .GiftmessageWrapper .VoucherSentToEmail {
  margin-top: 0px;
}

.ChooseEmail .EVoucherDescription {
  max-width: 330px;
  margin: 0 auto 10px !important;
  display: inline-block;
}

.NewVoucherThumbs .pagerow .small {
  text-align: center !important;
}

#formCardDetails .button {
  font-family: "hugos_handregular";
}

.VoucherAddressWrapper .button {
  width: auto;
}

.TextForCookShop, .TextForOnline {
  display: none;
}

.errorMessage {
  color: red;
  max-width: 400px;
  margin: auto !important;
}

.flex-columns {
  display: flex;
}

.flex-columns > * {
  flex: 1;
}

.flex-columns h2 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 25px;
  margin: 0 0 15px;
  line-height: 27px;
  text-align: center;
  color: #768d87;
}

@media (max-width: 1050px) {
  .newslettersignupitems {
    margin-left: 160px;
    text-align: left !important;
  }
  .newslettersignupitems label {
    display: block;
  }
  .pagerow.three-col-notext {
    padding-right: 0;
    padding-left: 0;
  }
  .pagerow .col.col2 .newsletterentry {
    background-position: top center;
    background-size: 25%;
    padding-left: 0;
    padding-top: 22%;
  }
  .pagerow .col.col2 .newsletterentry h2 {
    margin-bottom: 0;
  }
  .pagerow .col.col2 .newslettersignup h2 {
    margin: 10px auto !important;
  }
  .pagerow .col.col2 .newslettersignup p {
    margin: 10px 0 !important;
  }
  .pagerow .col.col2 .newslettersignup .newslettersignupitems {
    margin: 0 !important;
    text-align: center !important;
  }
  .pagerow .col .startshopping .homepostcode, .pagerow .col .newslettersignup {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .pagerow .col h2 {
    font-size: 32px;
  }
  .pagerow .col h2:before {
    padding: 0 10px 0 0;
  }
  .pagerow .col h2:after {
    padding: 0 0 0 10px;
  }
  .slidenav {
    bottom: 15px;
  }
  .mediumhide {
    display: none;
  }
  .pagerow .col2.mediumwide {
    width: 100% !important;
  }
}
@media (max-width: 780px) {
  .grid .griditem:nth-child(1) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .grid .griditem:nth-child(2) {
    width: 50%;
    padding-left: 0;
    padding-right: 5px;
    padding-bottom: 0;
  }
  .grid .griditem:nth-child(3) {
    width: 50%;
    padding-right: 0;
    padding-left: 5px;
  }
  .slidenav {
    bottom: 10px;
  }
  .homestart {
    padding: 10px 0 !important;
  }
  .homestart p {
    font-size: 13px !important;
  }
  .pagerow .col.col1 .newslettersignup p {
    display: block;
  }
  .pagerow .col.col1 .newslettersignup h2 {
    display: block;
    position: relative;
    text-indent: -10000px;
    overflow: hidden;
    width: 228px;
    height: 96px;
    background-image: url(../images/cook-signup.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .pagerow .col.col1 .newsletterentry {
    -ms-zoom: 1;
    zoom: 1;
  }
  .pagerow .col.col1 .newsletterentry:before, .pagerow .col.col1 .newsletterentry:after {
    content: "";
    display: table;
  }
  .pagerow .col.col1 .newsletterentry:after {
    clear: both;
  }
  .pagerow .col.col1 .newsletterentry h2 {
    float: none;
    margin-right: 0 !important;
  }
  .pagerow .col.col1 .newsletterentry form {
    margin-left: 0;
  }
  .pagerow .col.col1 .newslettersignup {
    text-align: left;
  }
}
@media (max-width: 720px) {
  .slidenav {
    display: none;
  }
  .pagerow .col.colwide {
    width: 100% !important;
  }
  .pagerow .col.col6, .pagerow .col.col5, .pagerow .col.col5double {
    width: 100% !important;
  }
  .pagerow .col.col6 input, .pagerow .col.col6 select, .pagerow .col.col5 input, .pagerow .col.col5 select, .pagerow .col.col5double input, .pagerow .col.col5double select {
    width: 95% !important;
  }
  .pagerow .col.colthreequarter {
    width: 100% !important;
  }
  .pagerow .col.colquarter {
    width: 50% !important;
  }
  .responsive_height {
    padding: 0 0 40% 0;
  }
  .slideshow .slide .livetext {
    display: none;
    position: relative;
    height: 100%;
    left: auto;
    top: auto;
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .mobilehide {
    display: none;
  }
  .col.startshopping h2.maintitle {
    height: 60px;
  }
  .reducedwidth .col.startshopping {
    background: none !important;
  }
  .reducedwidth .col.startshopping h2.maintitle {
    margin: 0 !important;
  }
  .reducedwidth .pagerow .col.homestartouter {
    background: none;
  }
  .reducedwidth .col.hoversource {
    background: none !important;
  }
  .reducedwidth .shoppingshopinfo, .reducedwidth .shoppingresultsinfo {
    border: 0;
  }
  .reducedwidth .shoppingshopinfo .col, .reducedwidth .shoppingresultsinfo .col {
    background: none !important;
  }
  .reducedwidth .pagerow.shoppingresultsinfo {
    background: none !important;
  }
  .reducedwidth .startshopping h2.subtitle {
    margin: 0 !important;
  }
  .shoppingresultsinfo {
    background: none !important;
  }
  .shoppingresultsinfo .col {
    border: 0;
  }
  .pagerow .colcontent.shoppingresults {
    padding: 15px 0 10px 0 !important;
    margin-bottom: 0;
  }
  .basketad {
    padding: 0 !important;
  }
  .basketad img {
    padding: 10px 0 0 0 !important;
  }
  .wereopen {
    margin-right: 0;
  }
  .fulfillmentsummary {
    height: auto;
    background: none;
  }
  .fulfillmentsummary .fulfillmentheaders li {
    width: 100%;
    background: none;
    height: 150px;
  }
  .hoverouter {
    display: none;
  }
  .pagerow .col.colquarter {
    width: 100% !important;
  }
  .pagerow .col.col2 {
    width: 100% !important;
  }
  .pagerow .col.col2:last-child {
    background: none;
  }
  .pagerow .col.col2 .colcontent {
    padding: 10px;
  }
  .pagerow .col.col1 .newsletterentry {
    background-position: top center;
    background-size: 25%;
    padding-left: 0;
    padding-top: 22%;
  }
  .pagerow .col.col1 .newsletterentry h2 {
    margin-bottom: 0;
  }
  .pagerow .col.col1 .newsletterentry p, .pagerow .col.col1 .newsletterentry .newslettersignupitems {
    margin-left: 0 !important;
    text-align: center !important;
  }
  .pagerow .col.col1 .newslettersignup {
    text-align: center;
  }
  .pagerow .col.col1 .newslettersignup h2 {
    margin: 0 auto !important;
  }
  .pagerow .col h2 {
    font-size: 30px;
  }
  .pagerow .col h2:before {
    padding: 0 10px 0 0;
  }
  .pagerow .col h2:after {
    padding: 0 0 0 10px;
  }
  .pagerow .col h2.nomobilecurl:before {
    display: none;
  }
  .pagerow .col h2.nomobilecurl:after {
    display: none;
  }
  .pagerow .col .imagelist li {
    width: 33%;
  }
  .pagerow.verticalbar .col {
    background: none;
  }
  .pagerow.verticalbar .col .colcontent {
    padding: 10px 0 0;
  }
}
@media (max-width: 600px) {
  .grid .griditem:nth-child(1) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .grid .griditem:nth-child(2) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .grid .griditem:nth-child(3) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .slideshow .slide .livetext h2 {
    font-size: 18px;
  }
  .pagerow .col.col1 .newslettersignup img {
    width: 100%;
  }
  .pagerow .col h2 {
    font-size: 32px;
  }
  .pagerow .col h2:before {
    padding: 0 10px 0 0;
  }
  .pagerow .col h2:after {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 641px) {
  .widehide {
    display: none;
  }
}
@media (max-width: 490px) {
  .pointer {
    display: none;
  }
  .desktophide {
    display: block;
  }
  .mobilehide {
    display: none;
  }
  .pagerow .col.col3 {
    width: 100% !important;
  }
  .pagerow .col.col3:nth-child(1) {
    display: block;
  }
  .pagerow .col.col3:last-child {
    background: none;
  }
  .pagerow .col.col3 .colcontent {
    padding: 10px;
  }
  .pagerow .col.col4, .pagerow .col.coldouble {
    width: 100% !important;
  }
  .pagerow .col h2 {
    font-size: 18px;
  }
  .pagerow .col h2:before {
    padding: 0 10px 0 0;
  }
  .pagerow .col h2:after {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 450px) {
  .slideshow .slide .livetext {
    padding: 10px 15px;
  }
  .slideshow .slide .livetext h2 {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .pagerow .col .imagelist li {
    width: 50%;
  }
  .pagerow .col .imagelist.fourimage li {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .slideshow .slide .livetext h2 {
    font-size: 15px;
  }
  .col.startshopping h2.maintitle {
    background-size: 100%;
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 5px !important;
  }
  .reducedwidth .startshopping h2.subtitle {
    margin: 0 !important;
    height: 50px;
  }
  .homestart {
    padding: 10px !important;
  }
  .homestart p {
    font-size: 13px !important;
  }
  .fulfillmentsummary .fulfillmentheaders li {
    height: auto;
  }
  .fulfillmentsummary .fulfillmentheaders li div div {
    padding-top: 0 !important;
    padding-right: 0 !important;
  }
  .startshopinfo {
    height: auto !important;
    line-height: normal;
  }
  .newsletterentry h2 {
    background-size: 70%;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
.category_hero {
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_hero .content_title {
  max-width: 630px;
  width: 90%;
  text-align: center;
  padding: 30px 0;
}
.category_hero .content_title h1, .category_hero .content_title .VoucherSentToEmail {
  font-size: 62px;
  line-height: 1.3;
}
.category_hero .content_title h1 span, .category_hero .content_title .VoucherSentToEmail span {
  font-family: "hugos_handregular";
  padding: 5px 10px 0;
}
@media (max-width: 650px) {
  .category_hero {
    min-height: 160px;
  }
  .category_hero .content_title h1, .category_hero .content_title .VoucherSentToEmail {
    font-size: 38px;
  }
}

.listings {
  padding-top: 30px;
  position: relative;
  margin: 0 auto;
}
.listings .addtobasket i {
  padding: 5px 13px 0 13px;
}
.listings .listingcontainer {
  padding-left: 40px;
  padding-right: 40px;
  -ms-zoom: 1;
  zoom: 1;
  max-width: 1920px;
  margin: 0 auto;
}
.listings .listingcontainer:before, .listings .listingcontainer:after {
  content: "";
  display: table;
}
.listings .listingcontainer:after {
  clear: both;
}
@media (max-width: 720px) {
  .listings .listingcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.listings .listingnav .back, .listings .listingnav .overview {
  display: none;
}
.listings .listingdetail .productlisting {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
  height: 100%;
}
.listings .listingdetail .productlisting:before, .listings .listingdetail .productlisting:after {
  display: none !important;
}
.listings .listingdetail .productlisting .product {
  -webkit-box-flex: 1 1 33.333%;
  -moz-box-flex: 1 1 33.333%;
  -webkit-flex: 1 1 33.333%;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: none;
  clear: none;
  box-sizing: border-box;
  max-width: 33.333%;
}
.listings .listingdetail .productlisting .product:before, .listings .listingdetail .productlisting .product:after {
  display: none !important;
}
.listings .listingdetail .productlisting .product .gridinner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.listings .listingdetail .productlisting .product .gridinner .prodinfoouter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column-reverse;
  -moz-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
.listings .listingdetail .productlisting .product .gridinner .prodinfoouter .product_price_outer {
  margin-top: auto;
  width: 100%;
}
.listings .listingdetail .productlisting .product.featured {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}
.listings .listingdetail .productlisting .product.featured:hover .mainproductimage img:not(.newoverlay) {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.listings .listingdetail .productlisting .product.featured .gridinner {
  flex-flow: row wrap;
}
.listings .listingdetail .productlisting .product.featured .mainproductimage {
  width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
}
.listings .listingdetail .productlisting .product.featured .mainproductimage img:nth-child(1) {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listings .listingdetail .productlisting .product.featured .prodinfoouter {
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.listings .listingdetail .productlisting .product.featured .prodinfoouter .product_price_outer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px;
}
.listings .listingdetail .productlisting .product.featured .product_inner {
  width: 100%;
  margin: 10px 0 0;
  padding: 5px 10px 2px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listings .listingdetail .productlisting .product {
    display: block;
    width: 25%;
  }
  .listings .listingdetail .productlisting .product .gridinner {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .listings .listingdetail .productlisting .product .gridinner .prodinfoouter {
    display: block;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .listings .listingdetail .productlisting .product .gridinner .prodinfoouter .product_price_outer {
    margin-top: auto;
    width: 100%;
  }
}
.listings .listingdetail .productlisting .product .product_inner {
  margin-top: 15px;
}
.listings .listingdetail .productlisting .product .product_inner h2 {
  margin-bottom: 10px;
}
.listings .listingdetail .productlisting .product .product_inner h2 a {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-weight: 700;
  display: inline;
  font-size: 24px;
  line-height: 28px;
  color: #6e6762;
  text-transform: none;
}
.listings .listingdetail .productlisting .product .gridinner {
  margin: 20px 24px 0 0;
}
@media (max-width: 1200px) {
  .listings .listingdetail .productlisting .product {
    -webkit-box-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .listings .listingdetail .productlisting .product.featured {
    -webkit-box-flex: 1 1 66.6666666667%;
    -moz-box-flex: 1 1 66.6666666667%;
    -webkit-flex: 1 1 66.6666666667%;
    -ms-flex: 1 1 66.6666666667%;
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (max-width: 600px) {
  .listings .listingdetail .productlisting .product {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .listings .listingdetail .productlisting .product.featured {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .listings .listingdetail .productlisting .product.featured .mainproductimage {
    padding-bottom: 65%;
  }
}
@media (max-width: 768px) {
  .listings .listingdetail .productlisting {
    width: 80%;
    margin: 0 auto;
  }
  .listings .listingdetail .productlisting .product {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .listings .listingdetail .productlisting .product .gridinner {
    margin: 10px 0 0 0;
    height: auto !important;
    display: block;
  }
  .listings .listingdetail .productlisting .product .gridinner .product_price_outer {
    position: relative;
  }
  .listings .listingdetail .productlisting .product.featured .gridinner {
    flex-flow: column;
  }
  .listings .listingdetail .productlisting .product.featured .product_inner, .listings .listingdetail .productlisting .product.featured .prodinfoouter {
    width: 100%;
  }
  .listings .listingdetail .productlisting .product.featured .product_inner {
    border-bottom: 0;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .listings .listingdetail .productlisting .product.featured .product_inner p {
    display: none;
  }
}
@media (max-width: 600px) {
  .listings .listingdetail .productlisting {
    width: 100%;
  }
}

.listingoptions {
  padding-left: 10px;
  padding-right: 10px;
}

.tp_widget {
  display: flex;
  flex-direction: row;
}

.widget-section {
  display: flex;
  justify-content: left;
}

.productdetails {
  max-width: 1100px;
  position: relative;
  margin: 20px auto 0;
  padding-top: 10px;
}

.listings .listingdetail .productlisting .product_content {
  /*@extend .product;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 25%;
  -moz-box-flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  text-decoration: none;
  min-height: 220px;
}
.listings .listingdetail .productlisting .product_content .gridinner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 10px 15px 10px 0;
  position: relative;
  overflow: hidden;
}
.listings .listingdetail .productlisting .product_content .gridinner:hover .content_image {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.listings .listingdetail .productlisting .product_content .gridinner:hover .large-link {
  border-bottom-width: 3px;
}
.listings .listingdetail .productlisting .product_content .content_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listings .listingdetail .productlisting .product_content .content_title {
  width: 100%;
  padding: 30px;
  z-index: 1;
}
.listings .listingdetail .productlisting .product_content .content_title.centre {
  align-self: center;
  text-align: center;
  margin: 0 auto;
}
.listings .listingdetail .productlisting .product_content .content_title.centre-left {
  align-self: center;
  text-align: left;
}
.listings .listingdetail .productlisting .product_content .content_title.centre-right {
  align-self: center;
  text-align: right;
}
.listings .listingdetail .productlisting .product_content .content_title.top-right {
  text-align: right;
}
.listings .listingdetail .productlisting .product_content .content_title.top-centre {
  text-align: center;
}
.listings .listingdetail .productlisting .product_content .content_title.bottom-left {
  align-self: flex-end;
}
.listings .listingdetail .productlisting .product_content .content_title.bottom-right {
  align-self: flex-end;
  text-align: right;
}
.listings .listingdetail .productlisting .product_content .content_title.bottom-centre {
  align-self: flex-end;
  text-align: center;
}
.listings .listingdetail .productlisting .product_content h3 {
  line-height: 1.5;
  margin-bottom: 10px;
}
.listings .listingdetail .productlisting .product_content h3 span {
  font-size: 32px;
  font-family: "hugos_handregular";
  padding: 2px 2px 0;
}
.listings .listingdetail .productlisting .product_content .large-link {
  margin-bottom: 0;
}
.listings .listingdetail .productlisting .product_content.coldouble {
  -webkit-box-flex: 1 1 66%;
  -moz-box-flex: 1 1 66%;
  -webkit-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  max-width: 66%;
}
@media (max-width: 1200px) {
  .listings .listingdetail .productlisting .product_content.coldouble {
    max-width: 100%;
  }
}
.listings .listingdetail .productlisting .product_content.coldouble .content_title {
  padding: 32px;
}
.listings .listingdetail .productlisting .product_content.coldouble .content_title h3 {
  line-height: 1.5;
}
.listings .listingdetail .productlisting .product_content.coldouble .content_title h3 span {
  font-size: 32px;
  font-family: "hugos_handregular";
  padding: 2px 2px 0;
}
.listings .listingdetail .productlisting .product_content.colfull {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  min-height: 320px;
}
.listings .listingdetail .productlisting .product_content.colfull .content_title {
  width: 100%;
  max-width: 450px;
}
.listings .listingdetail .productlisting .product_content.colfull h3 {
  line-height: 1.5;
}
.listings .listingdetail .productlisting .product_content.colfull h3 span {
  font-size: 42px;
  font-family: "hugos_handregular";
  padding: 2px 2px 0;
}
@media (max-width: 1200px) {
  .listings .listingdetail .productlisting .product_content .gridinner .content_title h3 span {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .listings .listingdetail .productlisting .product_content {
    -webkit-box-flex: 1 1 33.33333%;
    -moz-box-flex: 1 1 33.33333%;
    -webkit-flex: 1 1 33.33333%;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.3333333333%;
  }
  .listings .listingdetail .productlisting .product_content .gridinner {
    margin-right: 0;
  }
  .listings .listingdetail .productlisting .product_content.coldouble {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .listings .listingdetail .productlisting .large-link {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .listings .listingdetail .productlisting .product_content {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .listings .listingdetail .productlisting .product_content.coldouble {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    min-height: 320px;
  }
}
@media (max-width: 600px) {
  .listings .listingdetail .productlisting a.product_content {
    border-bottom: 0;
    padding: 0;
    min-height: 320px;
  }
  .listings .listingdetail .productlisting a.product_content .gridinner .content_title h3 span {
    font-size: 32px;
  }
}
@media (max-width: 460px) {
  .listings .listingdetail .productlisting .product_content {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .listings .listingdetail .productlisting .product_content .gridinner {
    margin: 10px 0;
  }
}

.campaigns {
  /*@include grid();
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  margin-bottom: 16px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.campaign_content {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  position: relative;
}
.campaign_content .gridinner {
  margin: 0 15px 15px 0;
}
.campaign_content .gridinner a {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.campaign_content .gridinner:hover .content_image {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.campaign_content .gridinner .large-link {
  display: inline-block;
  margin-bottom: 0;
  overflow: initial;
}
.campaign_content .content_image {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.campaign_content .content_title {
  padding: 5%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  text-align: left;
}
.campaign_content h3 {
  line-height: 1.5;
  text-decoration: none;
}
.campaign_content h3 span {
  font-size: 32px;
  font-family: "hugos_handregular";
  padding: 2px 2px 0;
}
.campaign_content.fullwidth {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.campaign_content.fullwidth .content_image {
  padding-bottom: 28%;
}
.campaign_content.fullwidth .content_title {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.campaign_content.fullwidth h3 span {
  font-size: 42px;
}
.campaign_content.fullwidth p {
  max-width: 720px;
  margin: 0 auto 15px;
}
.campaign_content.postcode_results {
  margin-right: 15px;
}
.campaign_content.postcode_results h2 {
  text-transform: unset;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 30px;
}
.campaign_content.postcode_results h3 {
  color: #768d87;
}
.campaign_content.postcode_results p.location {
  font-size: 18px;
  margin: 14px auto 10px;
}
@media (max-width: 800px) {
  .campaign_content h3 span {
    font-size: 26px;
  }
  .campaign_content.fullwidth h3 span {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .campaign_content {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .campaign_content .content_image {
    padding-bottom: 56%;
  }
  .campaign_content.fullwidth .gridinner .content_image {
    padding-bottom: 56%;
  }
}

@media (min-width: 600px) {
  .listings .listingdetail .categorygrid.productlisting {
    margin-right: -15px;
  }
  .listings .listingdetail .categorygrid.productlisting ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    /*@include grid();
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;*/
  }
  .listings .listingdetail .categorygrid.productlisting ul h2 {
    pointer-events: none;
    margin-left: -8px;
    margin-top: 12px;
  }
  .listings .listingdetail .categorygrid.productlisting .categoryitem {
    -webkit-box-flex: 1 1 25%;
    -moz-box-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    overflow: hidden;
    position: relative;
  }
  .listings .listingdetail .categorygrid.productlisting .categoryitem .gridinner {
    margin: 15px 15px 0 0;
  }
  .listings .listingdetail .categorygrid.productlisting .categoryitem .categoryimage {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 73%;
    background-size: cover;
    background-position: center center;
    margin: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .listings .listingdetail .categorygrid.productlisting .categoryitem .categoryimage:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  .listings .listingdetail .categorygrid.productlisting .categoryitem.doublewidth {
    -webkit-box-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .listings .listingdetail .categorygrid.productlisting .categoryitem.doublewidth .categoryimage {
    padding-bottom: 35.25%;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .listings .listingdetail .categorygrid.productlisting .categoryitem {
    -webkit-box-flex: 1 1 33.333333333%;
    -moz-box-flex: 1 1 33.333333333%;
    -webkit-flex: 1 1 33.333333333%;
    -ms-flex: 1 1 33.333333333%;
    flex: 1 1 33.333333333%;
    max-width: 33.333333333%;
  }
  .listings .listingdetail .categorygrid.productlisting .categoryitem.doublewidth {
    -webkit-box-flex: 1 1 66.666666666%;
    -moz-box-flex: 1 1 66.666666666%;
    -webkit-flex: 1 1 66.666666666%;
    -ms-flex: 1 1 66.666666666%;
    flex: 1 1 66.666666666%;
    max-width: 66.666666666%;
  }
}
.listings .listingdetail .categorygrid.productlisting .product_content {
  width: calc(33.3333333333% - 16px);
  display: block;
  float: left;
  margin: 8px;
}
.listings .listingdetail .categorygrid.productlisting .product_content.coldouble {
  display: block;
  max-width: calc(66.6666666667% - 16px);
  width: calc(66.6666666667% - 16px);
}
.listings .listingdetail .categorygrid.productlisting .product_content.coldouble .gridinner {
  padding-bottom: 35%;
}
.listings .listingdetail .categorygrid.productlisting .product_content.colfull {
  width: 100%;
}
.listings .listingdetail .categorygrid.productlisting .product_content.colfull .gridinner {
  height: 320px;
  padding-bottom: 0;
}
.listings .listingdetail .categorygrid.productlisting .product_content .gridinner {
  margin: 0;
  height: 0;
  padding-bottom: 73%;
}
.listings .listingdetail .categorygrid.productlisting .product_content .gridinner .content_title {
  text-align: center !important;
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
}
.listings .listingdetail .categorygrid.productlisting .product_content .gridinner .content_title h3 span {
  font-size: 26px;
}
@media (max-width: 800px) {
  .listings .listingdetail .categorygrid.productlisting .product_content .gridinner .content_title h3 span {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .listings .listingdetail .categorygrid.productlisting .product_content .gridinner {
    margin: 4px 8px 0 0;
  }
  .listings .listingdetail .categorygrid.productlisting .product_content.colfull {
    min-height: 250px;
    margin: 8px 0;
  }
  .listings .listingdetail .categorygrid.productlisting .product_content.colfull .gridinner {
    min-height: 250px;
  }
}

.listings {
  -ms-zoom: 1;
  zoom: 1;
}
.listings:before, .listings:after {
  content: "";
  display: table;
}
.listings:after {
  clear: both;
}
.listings .pagerow > .col1 > .image100 {
  margin-bottom: 20px;
}
.listings .listingnav {
  width: 25%;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .listings .listingnav {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .listings .listingnav {
    width: 25%;
  }
}
.listings .listingnav div {
  margin-right: 25px;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.listings .listingnav div ul {
  margin: 10px 0 0 0;
}
.listings .listingnav div ul ul {
  margin-top: 0;
}
.listings .listingnav div ul li {
  font-size: 16px;
  line-height: 20.8px;
}
.listings .listingnav div ul li div {
  background-image: none;
  border: none;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e1dd;
}
.listings .listingnav div ul li a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 2px 5px;
  margin-left: -5px;
}
.listings .listingnav div ul li a.top {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.listings .listingnav div ul li a:hover {
  color: #768d87;
}
.listings .listingnav div ul li .subnav {
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
}
.listings .listingnav div ul li.top {
  margin-bottom: 15px;
}
.listings .listingnav h3 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.listings .listingdetail {
  width: 75%;
  float: left;
  position: relative;
}
@media (max-width: 1440px) {
  .listings .listingdetail {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .listings .listingdetail {
    width: 75%;
  }
}
.listings .listingdetail .images {
  margin: 15px 0;
}
.listings .listingdetail .images img {
  width: 100%;
  height: auto;
}
.listings .listingdetail h2.subcattitle {
  margin-bottom: 15px;
}
.listings .listingdetail .categorygrid {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0 !important;
  border-bottom: 1px solid #e6e1dd;
}
.listings .listingdetail .categorygrid li {
  text-align: center;
}
.listings .listingdetail .categorygrid li a.gridinner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.listings .listingdetail .categorygrid li a {
  text-decoration: none;
}
.listings .listingdetail .categorygrid li img {
  display: block;
  margin-bottom: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listings .listingdetail .categorygrid li h2 {
  text-transform: inherit;
}
.listings .listingdetail .categorygrid li:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.listings .listingdetail .productlisting {
  -ms-zoom: 1;
  zoom: 1;
}
.listings .listingdetail .productlisting .show-on-details {
  display: none;
}
.listings .listingdetail .productlisting .importantinfo {
  float: left;
  z-index: 1;
  height: 23px;
  width: 150px;
  padding-top: 6px;
  margin: 4px 8px 0 0;
  box-sizing: border-box;
}
.listings .listingdetail .productlisting .importantinfo img {
  float: left;
  padding-left: 3px;
  padding-right: 2px;
  margin-top: -4px;
}
.listings .listingdetail .productlisting .importantinfo h2 {
  padding: 0 !important;
  display: block !important;
}
.listings .listingdetail .productlisting:before, .listings .listingdetail .productlisting:after {
  content: "";
  display: table;
}
.listings .listingdetail .productlisting:after {
  clear: both;
}
.listings .listingdetail .productlisting .categoryitem .subcategory-detail p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 6px;
}
@media (min-width: 601px) {
  .listings .listingdetail .productlisting .categoryitem h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(95% - 15px);
  }
  .listings .listingdetail .productlisting .categoryitem h2 a {
    display: inline;
    color: #fff;
    font-family: "hugos_handregular";
    padding: 5px 5px 0;
    line-height: 1.5;
  }
}
@media (min-width: 800px) {
  .listings .listingdetail .productlisting .categoryitem h2 {
    font-size: 26px;
  }
}
.listings .listingdetail .productlisting .product {
  width: 33.333333333%;
  float: left;
  position: relative;
}
.listings .listingdetail .productlisting .product .mainproductimage img {
  width: 100%;
  height: auto;
}
.listings .listingdetail .productlisting .product .gridinner {
  position: relative;
}
.listings .listingdetail .productlisting .product .gridinner.heightset .product_price_outer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.listings .listingdetail .productlisting .product .prodinfo {
  margin-top: 5px;
  margin-bottom: 5px;
}
.listings .listingdetail .productlisting .product .prodinfo p {
  display: none;
}
.listings .listingdetail .productlisting .product .product_price_outer {
  border-bottom: 1px solid #e6e1dd;
  margin: 0 0 10px;
  padding: 5px 0 2px;
}
.listings .listingdetail .productlisting .product .product_price_outer:before {
  content: "";
  height: 5px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e6e1dd;
  margin-bottom: 10px;
}
.listings .listingdetail .productlisting .product .desktopheader .show-on-listview {
  display: none;
}
.listings .listingdetail .productlisting h2 {
  text-transform: inherit;
}
.listings .listingdetail .productlisting .prodinfo p {
  font-size: 16px;
}
.listings .listingdetail .productlisting .prodinfo img {
  width: auto !important;
}
.listings .listingdetail .product h2 a {
  font-family: "hugos_handregular";
  display: inline;
  margin: 10px 0 0;
  font-size: 24px;
  color: #6e6762;
  text-transform: inherit;
  text-decoration: none;
}
.listings .listingdetail .product h3 {
  font-size: 15px;
}
.listings .listingdetail .product .product_price_outer .product_price {
  margin-bottom: 10px;
  position: relative;
  -ms-zoom: 1;
  zoom: 1;
}
.listings .listingdetail .product .product_price_outer .product_price:before, .listings .listingdetail .product .product_price_outer .product_price:after {
  content: "";
  display: table;
}
.listings .listingdetail .product .product_price_outer .product_price:after {
  clear: both;
}
.listings .listingdetail .product .product_price_outer .product_price div {
  float: right;
}
.listings .listingdetail .product .product_price_outer .product_price .amt {
  float: none;
}
.listings .listingdetail .product .product_price_outer .product_price span {
  font-size: 15px;
}
.listings .listingdetail .listingoptions {
  -ms-zoom: 1;
  zoom: 1;
  padding-bottom: 10px;
  padding-left: 0;
}
.listings .listingdetail .listingoptions:before, .listings .listingdetail .listingoptions:after {
  content: "";
  display: table;
}
.listings .listingdetail .listingoptions:after {
  clear: both;
}
.listings .listingdetail .listingoptions form {
  float: left;
}
.listings .listingdetail .listingoptions form label {
  font-size: 15px;
}
.listings .listingdetail .listingoptions .typegrid {
  float: right;
}
.listings .listingdetail .listingoptions .typegrid a {
  text-decoration: none;
  font-size: 15px;
  padding: 0 5px;
}
.listings .listingdetail .listingoptions .typegrid a img {
  margin-right: 5px;
  margin-bottom: -3px;
}
@media only screen and (max-width: 500px) {
  .listings .listingdetail .listingoptions .typegrid {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-left: -5px;
  }
}
.listings .listingdetail .listingoptions #sortorder {
  margin-left: 5px;
}

.extra-info p {
  display: inline-block;
}

.iframeouter .shoppingresultsinfo .shoppingintro .col1 p.small {
  margin-bottom: 5px;
}

.iframeouter .shoppingresultsinfo .shoppingshopinfo .col1 p.small {
  margin-bottom: -5px;
}

#Content_Content_category_subcategory_grid {
  padding: 10px 10px 0;
}

.savingsummary {
  background: #f1f39b;
  color: #1f7e3c;
  font-weight: bold;
  padding-left: 2px;
  text-transform: uppercase;
  font-weight: 580;
  font-size: 12px;
  border-radius: 50px;
}

.favourite {
  display: block;
  line-height: 37px;
  padding-left: 55px !important;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  margin-left: 0 !important;
  background-size: 36px auto;
  text-decoration: none;
  background-position: center left;
  text-align: left;
}
.favourite:hover {
  background-color: transparent !important;
  color: #575756 !important;
}
.favourite.favourite_vegetarian {
  background-image: url("https://cook.blob.core.windows.net/assets/ProductIcons/V_70pxx70px.png");
}
.favourite.favourite_microwaveable {
  background-image: url("https://cook.blob.core.windows.net/assets/ProductIcons/Microwave_86pxx70px.png");
}
.favourite.favourite_omg {
  background-image: url(../images/low_cal.png);
}
.favourite.favourite_suprising {
  background-image: url(../images/under_400.png);
}
.favourite.favourite_microwaveonly {
  background-image: url("https://cook.blob.core.windows.net/assets/ProductIcons/MicroOnly_86pxx70px.png");
}
.favourite.favourite_glutenfree {
  background-image: url("https://cook.blob.core.windows.net/assets/ProductIcons/GF_70pxx70px.png");
}
.favourite.favourite_dairyfree {
  background-image: url("https://cook.blob.core.windows.net/assets/ProductIcons/DF_70pxx70px.png");
}
.favourite.favourite_onechilli {
  background-image: url("https://cook.blob.core.windows.net/assets/ProductIcons/1Chilli_70pxx70px.png");
}
.favourite.favourite_twochilli {
  background-image: url("https://cook.blob.core.windows.net/assets/ProductIcons/2Chilli_70pxx70px.png");
}

.addtobasket {
  padding: 7px 16px 7px !important;
  margin-top: 2px;
}
.addtobasket i {
  font-size: 18px !important;
}

.newoverlay {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 85px !important;
  height: auto !important;
  z-index: 1;
}

.imbackoverlay {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 140px !important;
  height: auto !important;
  z-index: 1;
}

.listings .listingdetail .productlisting .prodinfo img.symbol {
  width: auto !important;
  margin-right: 5px;
  height: 30px !important;
}

.listings .listingdetail .productlisting .product_inner .desktopheader p {
  margin-bottom: 10px;
  line-height: 20.5px;
}
.listings .listingdetail .productlisting .product_inner .desktopheader .show-on-listview {
  display: inline-block !important;
}
.listings .listingdetail .productlisting .prodinfoouter .product_price_outer:before {
  display: none !important;
}
.listings .listingdetail .productlisting .prodinfoouter .product_price_outer .stock-status {
  width: 32% !important;
  padding-top: 6px;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.listings .listingdetail .productlisting .prodinfoouter .product_price_outer .checkstock {
  width: 32%;
  clear: none;
  text-align: center;
}
.listings .listingdetail .productlisting .prodinfoouter .product_price_outer .checkstock .checkstockbutton {
  text-align: center;
}
.listings .listingdetail .productlisting .prodinfoouter .product_price_outer .extraProductInfo {
  float: left;
  margin-left: 4px;
  margin-right: 10px;
  margin-top: 4px;
}
.listings .listingdetail .productlisting .prodinfoouter .priceouter {
  display: block;
  margin-bottom: 5px;
  width: 68% !important;
  float: left;
  text-align: left;
}
.listings .listingdetail .productlisting .prodinfoouter .priceouter .productsize {
  background: #f3f3f3;
  padding: 10px 2px 9px 5px;
  display: inline-block;
  width: 60%;
  box-sizing: border-box;
}
.listings .listingdetail .productlisting .prodinfoouter .priceouter .productsize > .itemprop {
  font-size: 17px;
  float: left;
  line-height: 18px;
}
.listings .listingdetail .productlisting .prodinfoouter .priceouter .productsize .weight {
  color: #8a8a89;
  font-size: 14px;
  padding-left: 2px;
  width: auto;
  line-height: 18px;
}
@media only screen and (min-width: 720px) and (max-width: 1480px) {
  .listings .listingdetail .productlisting .prodinfoouter .priceouter .productsize {
    padding: 5px;
  }
}
.listings .listingdetail .productlisting .prodinfoouter .priceouter .prices {
  float: right;
  width: 40%;
  text-align: center;
  margin-top: 10px;
  box-sizing: border-box;
}
.listings .listingdetail .productlisting .prodinfoouter .priceouter .prices .savingsummary {
  float: none;
  display: inline-block;
  width: auto;
  max-width: 90%;
  line-height: 14px;
}
.listings .listingdetail .productlisting .prodinfoouter .priceouter .prices .itemprop.itemprice + .savingsummary {
  margin-top: 1px;
}
.listings .listingdetail .productlisting .prodinfoouter .addItemLine, .listings .listingdetail .productlisting .prodinfoouter .addButtonLine, .listings .listingdetail .productlisting .prodinfoouter .slotSelection {
  width: 32%;
  float: right;
}
.listings .listingdetail .productlisting .prodinfoouter .addItemLine .addtobasket, .listings .listingdetail .productlisting .prodinfoouter .addItemLine .bookslot, .listings .listingdetail .productlisting .prodinfoouter .addButtonLine .addtobasket, .listings .listingdetail .productlisting .prodinfoouter .addButtonLine .bookslot, .listings .listingdetail .productlisting .prodinfoouter .slotSelection .addtobasket, .listings .listingdetail .productlisting .prodinfoouter .slotSelection .bookslot {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  padding: 7px 2px 7px !important;
}
.listings .listingdetail .productlisting .prodinfoouter .addItemLine .addtobasket i, .listings .listingdetail .productlisting .prodinfoouter .addItemLine .bookslot i, .listings .listingdetail .productlisting .prodinfoouter .addButtonLine .addtobasket i, .listings .listingdetail .productlisting .prodinfoouter .addButtonLine .bookslot i, .listings .listingdetail .productlisting .prodinfoouter .slotSelection .addtobasket i, .listings .listingdetail .productlisting .prodinfoouter .slotSelection .bookslot i {
  padding: 0;
}

.categoryintro {
  margin-bottom: 30px;
  padding: 0 20px;
}
.categoryintro > h1, .categoryintro > .VoucherSentToEmail {
  text-align: center;
}
.categoryintro .col.coldouble {
  width: 90%;
  float: none;
  text-align: center;
  margin: 0 auto;
  max-width: 1050px;
}
.categoryintro .col.coldouble p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 25px;
}
.categoryintro .productintro__container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-height: 30px;
  padding-bottom: 80px;
  transition: all 0.7s ease-out;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.categoryintro .productintro__container .show-more {
  width: 100%;
  height: 53px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  text-align: center;
}
.categoryintro .productintro__container .show-more .fade {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.categoryintro .productintro__container .show-more .button {
  font-size: 16px !important;
  padding: 7px 14px 6px !important;
}
.categoryintro .productintro__container.hideShowMore {
  max-height: none !important;
  padding-bottom: 0 !important;
}
.categoryintro .productintro__container.hideShowMore .show-more {
  display: none;
}

.filter-bar {
  background: #f4f4f4;
  margin-bottom: 30px;
}
.filter-bar .mobile-filter {
  display: none;
}
.filter-bar .filter-inner {
  max-width: 1920px;
  margin: 0 auto;
  -ms-zoom: 1;
  zoom: 1;
  padding: 0 40px;
  text-align: center;
}
.filter-bar .filter-inner:before, .filter-bar .filter-inner:after {
  content: "";
  display: table;
}
.filter-bar .filter-inner:after {
  clear: both;
}
.filter-bar .filter-inner .title {
  vertical-align: top;
}
.filter-bar .filter-inner .title p {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0;
}
.filter-bar .filter-inner > li {
  position: relative;
  display: inline-block;
  position: relative;
  margin-right: 10%;
  z-index: 15;
}
.filter-bar .filter-inner > li:last-of-type {
  margin-right: 0;
}
.filter-bar .filter-button {
  padding: 10px 0;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  font-size: 18px;
  cursor: pointer;
}
.filter-bar .filter-button span {
  float: left;
  pointer-events: none;
}
.filter-bar .filter-button:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url(../images/icons/chevron.png) center center no-repeat;
  background-size: contain;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}
.filter-bar .filter-button.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-bar .filter-dropdown {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 100%;
  background: #f4f4f4;
  padding: 20px;
  z-index: 5;
  min-width: 250px;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filter-bar .filter-dropdown.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.filter-bar .filter-dropdown li:hover, .filter-bar .filter-dropdown a:hover {
  color: #768d87 !important;
}

.productdetails {
  position: relative;
  -ms-zoom: 1;
  zoom: 1;
  padding: 0 10px 30px 10px;
}
.productdetails:before, .productdetails:after {
  content: "";
  display: table;
}
.productdetails:after {
  clear: both;
}
.productdetails .productsidebar {
  width: 41%;
  float: left;
}
.productdetails .productsidebar img {
  height: auto;
}
.productdetails .productsidebar .sidebarcontent {
  padding: 0 20px 0 0;
}
.productdetails .productsidebar .sidebarcontent .extracontent1 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.productdetails .productsidebar .sidebarcontent .newoverlay {
  left: 20px;
  top: 20px;
}
.productdetails .productsidebar .sidebarcontent .newoverlay {
  left: 20px;
}
.productdetails .productcontents {
  width: 50%;
  float: left;
  position: relative;
}
.productdetails .productcontents h1, .productdetails .productcontents .VoucherSentToEmail {
  font-family: "Gill Sans W01 Medium", sans-serif;
  color: #5e9db4;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.productdetails .productcontents h1 span, .productdetails .productcontents .VoucherSentToEmail span {
  font-family: inherit;
  color: #3e5f5d;
}
.productdetails .productcontents h2 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20.8px;
  margin-bottom: 16px;
  word-spacing: 2px;
}
.productdetails .productcontents p {
  font-size: 16px;
  line-height: 20.8px;
  margin-bottom: 16px;
}
.productdetails .productcontents p.subingredients {
  font-size: 15px;
  line-height: 19.5px;
}
.productdetails .productcontents .nutrisubtablinks h6 {
  padding: 10px 0 6px 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #768D87;
  background: #F4F4F4;
}
.productdetails .productcontents .productcontents__info h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.3px;
  margin: 5px 0 10px;
}
.productdetails .productcontents .productcontents__info p {
  font-size: 14px;
  margin-bottom: 4px;
}
.productdetails .productcontents .accordion_content h3 {
  font-family: "Gill Sans W01 Medium", sans-serif;
}
.productdetails .productcontents .accordion_content .trustpilot-review {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.productdetails .productcontents .symbol {
  padding: 0 0px;
}
.productdetails .productcontents .product-desc {
  margin-bottom: 24px;
}
.productdetails .productcontents .product-desc p {
  font-size: 18px;
  line-height: 25px;
}
.productdetails .productcontents .stock-status {
  text-transform: uppercase;
  text-align: center;
  width: 30%;
  float: right;
  color: #97524d;
}
.productdetails .productcontents .extracontent2 {
  text-align: center;
  padding: 0 55px;
}
.productdetails .productadd {
  width: 100%;
}
.productdetails .productadd .deliveryad {
  text-align: left;
  margin: 10px 0 0 4px;
}
.productdetails .productadd h2 {
  font-family: "hugos_handregular";
  color: #575756;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: inherit;
  font-weight: normal;
}
.productdetails .productadd .product_price_outer {
  text-align: left;
}
.productdetails .productadd .product_price_outer .product_price {
  margin: 10px 0 0 0;
  -ms-zoom: 1;
  zoom: 1;
}
.productdetails .productadd .product_price_outer .product_price:before, .productdetails .productadd .product_price_outer .product_price:after {
  content: "";
  display: table;
}
.productdetails .productadd .product_price_outer .product_price:after {
  clear: both;
}
.productdetails .productadd .product_price_outer .product_price .priceouter {
  display: block;
  margin-bottom: 5px;
  width: 70%;
  float: left;
  text-align: left;
}
.productdetails .productadd .product_price_outer .product_price .priceouter .productsize {
  background: #f3f3f3;
  padding: 9px 10px;
  display: inline-block;
  width: 60%;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .productdetails .productadd .product_price_outer .product_price .priceouter .productsize {
    width: 75%;
  }
}
.productdetails .productadd .product_price_outer .product_price .priceouter .productsize > .itemprop {
  font-size: 18px;
  color: #3e5f5d;
}
.productdetails .productadd .product_price_outer .product_price .priceouter .itemprice {
  font-size: 20px;
  padding: 8px 10px 3px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #3e5f5d;
  font-weight: 550;
}
.productdetails .productadd .product_price_outer .product_price .prices {
  float: right;
  text-align: center;
  width: 40%;
}
@media (min-width: 500px) {
  .productdetails .productadd .product_price_outer .product_price .prices {
    width: 25%;
  }
}
.productdetails .productadd .product_price_outer .product_price .addItemLine, .productdetails .productadd .product_price_outer .product_price .slotSelection {
  width: 30%;
  float: right;
}
.productdetails .productadd .product_price_outer .product_price .addItemLine .inc, .productdetails .productadd .product_price_outer .product_price .addItemLine .red, .productdetails .productadd .product_price_outer .product_price .slotSelection .inc, .productdetails .productadd .product_price_outer .product_price .slotSelection .red {
  padding: 8px 12px 7px 12px;
}
.productdetails .productadd .product_price_outer .product_price .addButtonLine {
  text-align: left;
  width: 30%;
  float: right;
}
.productdetails .productadd .product_price_outer .product_price .addButtonLine .addtobasket {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.productdetails .productadd .product_price_outer .product_price .addButtonLine .addtobasket .show-on-details {
  display: block;
  float: none;
  display: inline-block;
  padding: 0;
  width: auto;
  font-size: 18px !important;
  font-family: "hugos_handregular";
  color: #ffffff;
}
.productdetails .productadd .product_price_outer .product_price .slotSelection {
  text-align: left;
}
.productdetails .productadd .product_price_outer .product_price .slotSelection .bookslot {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.productdetails .productadd .product_price_outer .product_price .extraProductInfo {
  margin-left: 0;
  text-align: center;
  margin-bottom: 0;
  width: 30%;
  float: right;
}
.productdetails .productadd .product_price_outer .product_price .checkstock {
  width: 30%;
  float: right;
}
.productdetails .productadd .product_price_outer .product_price .checkstock .checkstockbutton {
  text-align: center;
  font-weight: 700;
  color: #3f728a;
}
.productdetails .productadd .shopbuy {
  text-align: left;
  font-size: 16px;
  line-height: 20.8px;
}
.productdetails .productadd .shopbuy a {
  white-space: nowrap;
}

.itemprice {
  font-weight: bold;
  display: block;
  font-size: 18px;
}

.nutrition {
  margin-bottom: 10px;
}
.nutrition th, .nutrition td {
  padding: 5px 18px 5px 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
}
@media (max-width: 500px) {
  .nutrition th, .nutrition td {
    padding: 5px 10px 5px 0;
    font-size: 15px;
  }
}
.nutrition th {
  text-align: left;
  font-weight: bold;
}

.product_price div {
  position: relative;
  text-align: center;
}
.product_price div .loading {
  height: 34px;
}
.product_price div .red {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  z-index: 10;
}
.product_price div .inc {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  z-index: 10;
}
.product_price div .button i {
  color: #fff;
  font-size: 12px;
}
.product_price div .amt {
  font-family: "Gill Sans W01 Medium", sans-serif;
  color: #575756;
  font-size: 20px;
  line-height: 40px;
  float: none;
}

.product .product_price div.addItemLine {
  position: relative !important;
  width: 90px;
}

.subcategorylist {
  padding: 20px 0;
  margin-bottom: 20px;
}
.subcategorylist > .col.coldouble {
  width: 66%;
  margin: 0 auto;
  text-align: center;
  max-width: 720px;
}
@media (max-width: 490px) {
  .subcategorylist > .col.coldouble {
    width: 100% !important;
  }
}
.subcategorylist h2.subcattitle a {
  text-decoration: none;
  color: #575756;
  font-size: 32px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 460px) {
  .subcategorylist {
    padding: 20px 0;
  }
}

.productdetails .productsidebar .productimages {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 720px) {
  .productdetails .productsidebar .productimages {
    max-height: 550px;
  }
}
@media (max-width: 460px) {
  .productdetails .productsidebar .productimages {
    max-height: 400px;
  }
}
@media (max-width: 375px) {
  .productdetails .productsidebar .productimages {
    max-height: 350px;
  }
}
.productdetails .productsidebar .productimages img {
  outline: 0;
}
.productdetails .productsidebar .productimages.slick-slider .slick-prev, .productdetails .productsidebar .productimages.slick-slider .slick-next {
  width: 50px;
  height: 50px;
  transform: none;
  -webkit-transform: none;
  z-index: 5;
  opacity: 0.9;
}
.productdetails .productsidebar .productimages.slick-slider .slick-prev {
  left: 0;
  background: url(../images/icons/swipe-left-white.png) center center no-repeat;
  background-size: contain;
}
.productdetails .productsidebar .productimages.slick-slider .slick-next {
  right: 0;
  background: url(../images/icons/swipe-right-white.png) center center no-repeat;
  background-size: contain;
}
.productdetails .productsidebar .thumbnails {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
@media (max-width: 720px) {
  .productdetails .productsidebar .thumbnails {
    display: none;
  }
}
.productdetails .productsidebar .thumbnails.slick-slider .slick-track {
  margin-left: 0 !important;
}
.productdetails .productsidebar .thumbnails.slick-slider .slick-track .slick-prev, .productdetails .productsidebar .thumbnails.slick-slider .slick-track .slick-next {
  width: 50px;
  height: 50px;
  transform: none;
  -webkit-transform: none;
}
.productdetails .productsidebar .thumbnails img {
  width: 25% !important;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 4px 8px;
  outline: 0;
  height: auto;
  max-height: inherit;
  object-fit: cover;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover, .slick-dots li button:focus .slick-active .slick-dots li button {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus .slick-active .slick-dots li button:before {
  opacity: 1;
}

.hdinfo {
  background: #E7E7E7;
  padding: 10px;
  font-size: 16px;
  margin: 0 0 15px 0;
  width: 100%;
}
.hdinfo p {
  margin-bottom: 1em;
}
.hdinfo p:last-child {
  margin-bottom: 0;
}
.hdinfo h2 {
  text-align: left !important;
  font-size: 32px !important;
}
.hdinfo h2:before, .hdinfo h2:after {
  display: none !important;
}

.centre .hdinfo h2 {
  text-align: center !important;
}

#categoryimages {
  position: relative;
}
#categoryimages img {
  position: absolute;
  top: 0;
  left: 0;
}

.checkoutbutton {
  -ms-zoom: 1;
  zoom: 1;
  margin: 20px 0;
}
.checkoutbutton:before, .checkoutbutton:after {
  content: "";
  display: table;
}
.checkoutbutton:after {
  clear: both;
}
.checkoutbutton a {
  float: right;
}

.warninginfo {
  background: url(../images/exclamation.png);
  background-repeat: no-repeat;
  background-position: 3px top;
  padding-left: 20px;
  margin-bottom: 15px;
}
.warninginfo li {
  font-weight: bold;
  font-size: 12px;
}

.selectdelivery, .clickcollectswitch {
  border: solid 2px #768d87;
  background: #fff;
  padding: 10px;
}

.importantinfo {
  margin: 5px 0;
  position: relative;
  background: #f4f4f4;
  border: solid 1px #808080;
  display: inline-block;
  padding: 0;
}
.importantinfo h2 {
  font-family: "hugos_handregular" !important;
  text-transform: none !important;
  font-size: 13px !important;
  padding: 4px 4px 4px 20px;
  margin: 0 !important;
  cursor: pointer;
  display: inline-block !important;
  margin-bottom: 0 !important;
}
.importantinfo div {
  display: none;
}
.importantinfo p {
  display: block !important;
}
.importantinfo a.importantinfoclose {
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.importantinfo.active div {
  display: block;
  padding: 10px 8px;
  border: solid 1px #808080;
  width: 300px;
  background: #e5e0df;
  position: absolute;
  z-index: 99;
  left: -1px;
  right: -1px;
}

.social_recommend img {
  width: auto !important;
}

.social_recommend {
  background-image: none !important;
  border-style: solid;
  border-width: 10px;
  border-image: url(../images/dotted-line-white.png) 10 repeat;
  -moz-border-image: url(../images/dotted-line-white.png) 10 repeat;
  -webkit-border-image: 10 url(../images/dotted-line-white.png) repeat;
  -o-border-image: url(../images/dotted-line-white.png) 10 repeat;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
  padding: 10px 0;
  margin: 15px 0;
}
.social_recommend .PIN_1461766924030_button_pin {
  display: inline-block !important;
  margin-top: 3px !important;
}
.social_recommend .share {
  font-family: "hugos_handregular";
  color: #6e6762;
  font-size: 18px;
  line-height: 14px;
  padding-right: 15px;
  float: left;
  margin-top: 9px;
}
.social_recommend iframe {
  margin-top: 4px !important;
}

.productdeliveryad li {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  -ms-zoom: 1;
  zoom: 1;
  padding-left: 50px;
  position: relative;
}
.productdeliveryad li:before, .productdeliveryad li:after {
  content: "";
  display: table;
}
.productdeliveryad li:after {
  clear: both;
}
.productdeliveryad li img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.productdeliveryad li.currentservice img {
  opacity: 1;
}
.productdeliveryad.noneselected li img {
  opacity: 1;
}

.checkstock {
  position: relative;
}
.checkstock .stockcheckresults {
  padding: 10px;
  border: solid 2px #768d87;
  width: 320px;
  position: fixed;
  top: 14%;
  left: 0px !important;
  background: #fff;
  z-index: 9999;
  border-radius: 8px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 375px) {
  .checkstock .stockcheckresults {
    left: 20px !important;
  }
}
.checkstock .stockcheckresults .stockcheckclose {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  cursor: pointer;
  font-size: 28px;
  padding: 4px 12px 12px;
  line-height: 0.75;
}
.checkstock .stockcheckresults h3 {
  font-size: 18px !important;
}
.checkstock .stockchecktable {
  font-size: 13px;
  text-align: left;
}
.checkstock .stockchecktable th {
  border-bottom: solid 1px #808080;
  padding: 4px 5px 4px;
  text-align: center;
  vertical-align: bottom;
}
.checkstock .stockchecktable th:nth-child(1) {
  text-align: left;
}
.checkstock .stockchecktable td {
  border-bottom: solid 1px #cecece;
  padding: 8px 5px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
}
.checkstock .stockchecktable td .button {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.checkstock .stockchecktable td img {
  display: block;
  margin: 0 auto;
}
.checkstock .stockchecktable td p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  text-align: center;
}
.checkstock .stockchecktable td strong .nowrap {
  float: none !important;
}
.checkstock .stockchecktable td div.ticksmall, .checkstock .stockchecktable td div.crosssmall {
  float: none !important;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.checkstock .stockchecktable td .ticksmall {
  background: url(../images/icons/icons.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0px 0px;
}
.checkstock .stockchecktable td .crosssmall {
  background: url(../images/icons/icons.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -20px 0px;
}

.servicechangeconfirmbox {
  position: absolute !important;
  float: none !important;
  width: auto !important;
  background: #d7e3d0;
  padding: 0 10px 10px;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 0;
}

.checkstockbutton {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 13px;
  display: block;
}

#basketupsellsummary {
  background: #eae7e6;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}
#basketupsellsummary span {
  font-family: "hugos_handregular";
  text-transform: uppercase;
}
#basketupsellsummary p.small {
  color: #768d87;
  /* font-style: italic;*/
  font-size: 12px;
}

.accordion .accordion_content div img {
  width: 25px;
  height: auto;
  margin-right: 4px;
}

.accordion .accordion_content.cookinstabs div {
  margin-right: 5px;
}

.accordion .accordion_content.cookinstabs .disclaimer {
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  line-height: 19px;
  padding-top: 7px;
  margin-bottom: 5px !important;
  margin-top: 18px;
  text-align: center;
}

/*.accordion_content.cookinstabs > div {
    border-bottom: thin dashed;
}*/
.accordion .accordion_content.cookinstabs h2 {
  border-bottom: thin dotted;
  border-top: thin dotted;
  font-size: 15px;
  line-height: 19.5px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 7px;
  text-align: center;
}

.cooking-instructions h2 {
  border: none !important;
}
.cooking-instructions .portion-size h2 {
  background: #f3f3f3;
}

.accordion .accordion_content.cookinstabs h3 {
  font-size: 15px;
  line-height: 19.5px;
  font-weight: bold;
  margin-bottom: 3px;
}

.productdetails .productcontents p {
  font-size: 16px;
  line-height: 21.5px;
  margin-bottom: 14px;
}

.oven1 {
  margin-bottom: 10px;
}

.ovenImg {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
}

.ovenTime {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
}

.ovenPost {
  margin-bottom: 15px;
}

.micro1 div {
  margin-bottom: 10px;
}

.microImg {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
}

.microTime {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
}

.microPost {
  margin-bottom: 15px;
}

@media (max-width: 400px) {
  .importantinfo.active div {
    width: 200px;
  }
}
/* Slot Selection */
.slotSelection a.button {
  font-size: 18px;
  padding: 7px 5px 7px;
  min-width: 78px;
}

.slotSelection .button.smallbutton {
  font-size: 12px;
  padding: 7px 10px 4px;
  text-align: center;
  min-width: 35px;
}

p.extraProductInfo {
  font-size: 13px;
  margin-left: 60px;
  line-height: 13px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 5px;
}
p.extraProductInfo + .checkstock {
  clear: both;
}

.lowstock {
  background: #dfdf3f;
  display: inline-block;
  white-space: nowrap;
  padding: 2px 4px;
  margin: 3px 0;
  font-size: 15px;
  width: 85px !important;
}

.mealbox-contents {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.mealbox-contents h2 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  display: none;
  float: right;
  margin: 0px !important;
  padding: 15px 12px 0 0;
}
@media (max-width: 991px) {
  .mealbox-contents h2 {
    float: none;
    padding: 0;
    margin: 15px !important;
  }
}
.mealbox-contents .nav-tabs {
  margin: 0 10px;
}
.mealbox-contents .nav-tabs .tab-header {
  padding: 0;
  margin: 0;
}
.mealbox-contents .nav-tabs .tab-header li {
  font-size: 15px;
  text-align: center;
  list-style-type: none;
  cursor: pointer;
  display: inline-block;
  padding: 8px 10px 10px;
  border-radius: 3px 3px 0 0;
  margin-bottom: -3px;
  border: 2px solid #f8f8f8;
  border-bottom: none;
  margin-right: -4px;
  position: relative;
  z-index: 0;
  width: 110px;
}
@media (min-width: 600px) {
  .mealbox-contents .nav-tabs .tab-header li {
    font-size: 18px;
    padding: 15px 15px 20px;
    border-radius: 5px 5px 0 0;
    width: auto;
  }
}
.mealbox-contents .nav-tabs .tab-header li.active {
  background: #f6f6f6;
  border: 2px solid #eee;
  border-bottom: none;
}
.mealbox-contents .nav-tabs .tab-body {
  border: 2px solid #f6f6f6;
  padding: 2px 10px;
  background: #f6f6f6;
  border-radius: 0 3px 3px 3px;
  border: 2px solid #eee;
}
@media (min-width: 600px) {
  .mealbox-contents .nav-tabs .tab-body {
    border-radius: 0 5px 5px 5px;
  }
}
.mealbox-contents .nav-tabs .tab-body .tab-content {
  display: none;
  opacity: 0;
}
.mealbox-contents .nav-tabs .tab-body .tab-content.active {
  display: block;
  opacity: 1;
}
.mealbox-contents .nav-tabs .mealbox .owl-carousel {
  margin: 0;
}
.mealbox-contents .nav-tabs .mealbox .owl-carousel .owl-stage {
  display: flex;
}
.mealbox-contents .nav-tabs .mealbox .owl-carousel .owl-stage-outer {
  padding: 3px 2px;
}
.mealbox-contents .nav-tabs .mealbox .owl-carousel .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
}
.mealbox-contents .nav-tabs .mealbox .owl-carousel .owl-nav button {
  position: relative;
  display: inline-block !important;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: #fff;
  border: 1px solid #575756;
  border-radius: 50%;
  z-index: 1;
  margin-left: 15px;
}
.mealbox-contents .nav-tabs .mealbox .owl-carousel .owl-nav button span {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 3px solid #575756;
  border-bottom: 3px solid #575756;
  border-radius: 1px;
}
.mealbox-contents .nav-tabs .mealbox .owl-carousel .owl-nav button span.prev {
  transform: translate(-35%, -50%) rotate(135deg);
}
.mealbox-contents .nav-tabs .mealbox .owl-carousel .owl-nav button span.next {
  transform: translate(-65%, -50%) rotate(-45deg);
}
.mealbox-contents .nav-tabs .mealbox .owl-carousel .owl-nav button.disabled {
  opacity: 0.3;
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container {
  padding: 6px 0 !important;
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__card {
  width: 190px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #bbbbbb;
  height: 100%;
}
@media (min-width: 600px) {
  .mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__card {
    border-radius: 5px;
    width: 280px;
  }
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__card a {
  display: inline-block;
  flex-basis: 45%;
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__img {
  width: 100%;
  height: auto;
  border-radius: 3px 3px 0 0;
}
@media (min-width: 600px) {
  .mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__img {
    width: 100%;
    height: 100%;
  }
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content {
  flex-basis: 55%;
  padding: 11px;
  text-align: center;
}
@media (min-width: 600px) {
  .mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content {
    align-self: center;
  }
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-serves {
  font-size: 13px;
  margin: 0 0 10px;
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-title {
  font-size: 16px;
  font-family: "Gill Sans W01 Medium", sans-serif;
  text-decoration: none;
  color: #575756;
}
@media (min-width: 600px) {
  .mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-title {
    font-size: 20px;
  }
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-cooking {
  font-size: 10px;
  margin-top: 8px;
  justify-content: center;
  display: none;
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-cooking img {
  height: 15px;
  width: auto;
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-cooking .time, .mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-cooking .method {
  margin: 0 4px;
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-cooking .time img, .mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-cooking .time span, .mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-cooking .method img, .mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-cooking .method span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .line-break {
  height: 1px;
  background: #dfdfdf;
  margin: 10px 0 8px;
}
.mealbox-contents .nav-tabs .mealbox .mealbox__container .mealbox__content .product-info img {
  height: 18px;
  width: auto;
  display: inline-block;
  margin: 0 2px;
}

/*iframe {
    height: 700px!important;
}*/
/*@media screen and (min-width: 721px) {
    #lb .content {
        width: 700px!important;
        margin-left: -350px!important;
    }
}*/
.button-inactive {
  opacity: 0.5;
}

.rating-comments {
  padding-top: 30px;
}
.rating-comments h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20.8px;
  margin-bottom: 16px;
  font-family: "hugos_handregular";
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
}
.rating-comments .br-widget {
  text-align: center;
}
.rating-comments .comments-response {
  text-align: center;
}
.rating-comments textarea#comments {
  width: 100%;
  box-sizing: border-box;
}
.rating-comments .disclaimer-text {
  font-style: italic;
}

a.no-decoration {
  text-decoration: none;
}

.no-bottom-line {
  background: none;
  margin-bottom: 10px !important;
}

.notavailable .product, .notavailable .product_card {
  opacity: 0.6;
}
.notavailable .product:hover, .notavailable .product_card:hover {
  opacity: 1;
}

@media (max-width: 930px) {
  .listings .listingnav {
    display: none;
  }
  .listings .listingdetail {
    width: 100%;
  }
  .filter-bar .filter-inner {
    text-align: center;
  }
  .filter-bar .filter-inner .space {
    display: none;
  }
}
@media (max-width: 800px) {
  .filter-bar .mobile-filter {
    display: block;
    width: 100%;
    padding: 10px 40px;
  }
  .filter-bar .mobile-filter:after {
    float: right;
  }
  .filter-bar .filter-inner {
    text-align: center;
    max-height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
  }
  .filter-bar .filter-inner > li {
    margin-right: 0;
    width: 100%;
  }
  .filter-bar .filter-inner.active {
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 1000px;
  }
  .filter-bar .filter-inner .title {
    display: none;
  }
  .filter-bar .dropdown-button {
    display: none;
  }
  .filter-bar .filter-dropdown {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    min-width: 0;
    text-align: left;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .page {
    background: none;
  }
  .productdetails .productsidebar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .productdetails .productsidebar .sidebarcontent {
    padding: 0;
  }
  .productdetails .productsidebar .social_recommend {
    display: none;
  }
  .productdetails .productsidebar .productimages {
    overflow: hidden;
  }
  .productdetails .productsidebar .thumbnails {
    margin-bottom: 30px;
  }
  .productdetails .productcontents {
    width: 100%;
  }
  .productdetails .productadd {
    width: 100%;
  }
  .product .product_price div.addItemLine {
    text-align: left;
  }
  .imagesouter {
    display: none;
  }
  .productintro {
    width: 100% !important;
  }
  .listings .listingdetail .categoryintro {
    padding: 0;
  }
  .listings .listingdetail .categoryintro .categoryintrotext {
    width: 100%;
    float: none;
  }
  .listings .listingdetail .categoryintro .col.coldouble {
    width: 100%;
  }
  .listings .listingdetail .categoryintro .basketmessage {
    clear: left;
    float: none;
    width: 100%;
    padding: 10px 10px 10px 0;
    padding: 15px 0 0;
    margin-bottom: 15px;
    display: none;
    -ms-zoom: 1;
    zoom: 1;
  }
  .listings .listingdetail .categoryintro .basketmessage:before, .listings .listingdetail .categoryintro .basketmessage:after {
    content: "";
    display: table;
  }
  .listings .listingdetail .categoryintro .basketmessage:after {
    clear: both;
  }
  .listings .listingdetail .categoryintro .basketmessage .basketmessageinner {
    margin-left: 0;
    padding: 0 10px;
  }
  #ordercontent.listingdetail .categoryintro {
    padding-left: 0;
  }
  #ordercontent.listingdetail .categoryintro .basketmessage {
    display: block;
  }
}
@media (max-width: 600px) {
  .listings .listingdetail .productlisting .categoryitem, .listings .listingdetail .productlisting .product {
    width: 50%;
  }
  .listings .listingdetail .productlisting .categoryitem .gridinner, .listings .listingdetail .productlisting .product .gridinner {
    margin-top: 10px;
  }
  .listings .listingdetail .productlisting .categoryitem .categoryimage, .listings .listingdetail .productlisting .product .categoryimage {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 73%;
    background-size: cover;
    background-position: center center;
    margin: 0;
  }
}
@media (max-width: 550px) {
  .listings .listingdetail .categoryintro .basketmessage {
    clear: left;
    float: none;
    width: 100%;
    -ms-zoom: 1;
    zoom: 1;
  }
  .listings .listingdetail .categoryintro .basketmessage:before, .listings .listingdetail .categoryintro .basketmessage:after {
    content: "";
    display: table;
  }
  .listings .listingdetail .categoryintro .basketmessage:after {
    clear: both;
  }
  .listings .listingdetail .categoryintro .basketmessage .shoppingbasketheader {
    width: 100%;
    float: none;
  }
}
@media (max-width: 650px) {
  .productdetails .productcontents {
    width: 100%;
    padding-right: 0;
  }
  .productdetails .productadd {
    position: relative;
    position: initial;
    float: none;
    width: 100%;
    padding: 0;
  }
  .productdetails .productadd h2 {
    display: none;
  }
  .productdetails .productadd .product_price_outer {
    padding: 0;
  }
  .productdetails .productadd .product_price_outer .product_price {
    background: none;
    -ms-zoom: 1;
    zoom: 1;
  }
  .productdetails .productadd .product_price_outer .product_price:before, .productdetails .productadd .product_price_outer .product_price:after {
    content: "";
    display: table;
  }
  .productdetails .productadd .product_price_outer .product_price:after {
    clear: both;
  }
  .productdetails .productadd .product_price_outer .product_price .priceouter {
    float: left;
  }
  .productdetails .productadd .product_price_outer .product_price .addItemLine .amt {
    float: none;
  }
  .productdetails .productadd .product_price_outer .product_price div {
    float: right;
  }
  .productdetails .productadd .shopbuy {
    display: none;
  }
  .productdetails .deliveryadouter {
    position: absolute;
    bottom: 0;
    height: 205px;
  }
  .productdetails .productdeliveryad li {
    min-height: 25px;
  }
  .listings .listingdetail .categoryintro .basketmessage {
    padding: 10px 0;
  }
  .listings .listingdetail .basketmessageinner .colcontent {
    margin-bottom: 0;
  }
  .listings .listingdetail .homestart {
    padding: 10px 0 0 !important;
    margin-bottom: 0 !important;
  }
  .listings .listingdetail .product .product_price {
    position: static !important;
  }
  .listings .listingdetail .product .product_price .priceouter .productsize > .itemprop {
    font-size: 18px;
  }
  .product .product_price {
    position: static !important;
  }
  .product .product_price > div {
    position: static !important;
  }
  .product .product_price .checkstock {
    position: static !important;
  }
  .product .product_price .stockcheckresults {
    z-index: 20000;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 5px;
    border: 0;
  }
  .product .product_price .stockcheckresults .stockchecktable {
    margin-top: 30px;
  }
  .product .product_price .stockcheckresults .stockchecktable td .nowrap {
    float: none;
  }
  .product .product_price .stock-status {
    text-transform: uppercase;
    text-align: left !important;
    display: block;
    width: 100% !important;
    padding: 5px 0 0 0;
    font-family: inherit;
    color: #3e5f5d;
  }
}
@media (max-width: 420px) {
  .productdetails .productadd .product_price_outer .product_price .priceouter .productsize {
    width: 70%;
    padding: 9px 5px;
  }
  .productdetails .productadd .product_price_outer .product_price .priceouter .itemprice {
    font-size: 18px;
    padding: 8px 0 3px 0;
  }
  .productdetails .productadd .product_price_outer .product_price .prices {
    width: 30%;
  }
}
@media (max-width: 350px) {
  .startshopping h2.maintitle {
    height: 35px;
  }
}
@media (max-width: 720px) {
  .extracontent1.mobilehide {
    display: none !important;
  }
  .extracontent1.desktophide {
    display: block !important;
  }
  .pagerow.noline.extracontent2 {
    margin: 30px 0 10px;
  }
}
@media (max-width: 420px) {
  .pagerow.noline.extracontent2 {
    padding: 0 25px;
  }
}
@media (max-width: 1250px) {
  .shoppingdetails div.left-wrapper, .shoppingdetails div.right-wrapper {
    float: none;
    width: 100%;
    text-align: center;
  }
  .shoppingdetails div.left-wrapper .button, .shoppingdetails div.right-wrapper .button {
    text-align: center;
  }
}
@media (max-width: 460px) {
  .listings .listingdetail .productlisting .mainproductimage {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
  }
  .listings .listingdetail .productlisting .mainproductimage img:nth-child(1) {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
/*LIST MENU LAYOUT MOB VIEW */
@media (max-width: 600px) {
  .listings .categorygrid ul {
    width: 100%;
  }
  .listings .categorygrid li {
    border-bottom: 1px solid #e6e1dd;
    margin: 0px !important;
    width: 100% !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .listings .categorygrid li:nth-child(1) {
    border-top: 1px solid #e6e1dd;
  }
  .listings .categorygrid li > a {
    text-decoration: none;
    width: 120px;
    min-width: 120px;
    float: left;
    margin: 8px 15px 7px 0px !important;
    height: 87px;
    background-size: cover;
  }
  .listings .categorygrid li h2 a[style] {
    background-color: #FFFFFF !important;
    color: #575756 !important;
  }
  .listings #ordercontent .productlisting .grid-item .gridinner {
    width: 100%;
    margin: 0px;
  }
  .listings #ordercontent .productlisting .grid-item .gridinner > img {
    width: 80px;
    margin: 8px 15px 7px 0px !important;
    float: left;
  }
  .listings #ordercontent .productlisting .grid-item .gridinner .text {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    padding: 5px 0 0;
  }
  .listings #ordercontent .productlisting .grid-item .underlay, .listings #ordercontent .productlisting .grid-item .hover {
    display: none;
  }
  .listings .listingdetail .categorygrid li h2 a, .listings .listingdetail #ordercontent .productlisting .grid-item .gridinner .text h2 {
    font-family: "Gill Sans W01 Medium", sans-serif;
    text-transform: none;
    font-size: 18px;
    display: block;
    padding: 13px 0px;
    color: #575756;
    margin: 0;
  }
  .listings .listingdetail .categorygrid li h2 {
    text-align: left;
  }
}
.popup {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.signuppopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.signuppopup .signupoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.signuppopup .signuppopupinner {
  width: 660px;
  position: relative;
  margin: 0 auto;
  height: 763px;
  margin-top: 15%;
  background: url(../images/popup-10.png) no-repeat;
}
.signuppopup .signuppopupinner form {
  position: relative;
  width: 350px;
  margin: 0 auto;
  padding: 12% 0 0;
  text-align: center;
}
.signuppopup .signuppopupinner form h2, .signuppopup .signuppopupinner form p, .signuppopup .signuppopupinner form h3 {
  font-family: "hugos_handregular";
}
.signuppopup .signuppopupinner form h2 {
  font-size: 78px;
  color: #8b1c7b;
  margin-bottom: 10px;
}
.signuppopup .signuppopupinner form h3 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #8b1c7b;
}
.signuppopup .signuppopupinner form p {
  font-size: 20px;
  line-height: 26px;
  margin: 5px 0;
  color: #575756;
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
}
.signuppopup .signuppopupinner form p.popuperror, .signuppopup .signuppopupinner form p p.optinerror, .signuppopup .signuppopupinner form p p.invalidemailerror {
  font-size: 14px;
  margin: 5px 0;
  color: #f00000;
}
.signuppopup .signuppopupinner form p.mainclose {
  margin: 20px 0;
  font-size: 15px;
}
.signuppopup .signuppopupinner form p a {
  color: #fff;
}
.signuppopup .signuppopupinner form div {
  display: block;
  padding: 10px 0 10px;
}
.signuppopup .signuppopupinner form div.hidden {
  display: none;
}
.signuppopup .signuppopupinner form input[type=text] {
  padding: 10px;
  color: #575756;
  border: none;
  width: 240px;
  max-width: 100%;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.signuppopup .signuppopupinner form input[type=text] + input {
  margin-top: 8px;
}
.signuppopup .signuppopupinner form ::-webkit-input-placeholder {
  color: #575756;
}
.signuppopup .signuppopupinner form :-moz-placeholder { /* Firefox 18- */
  color: #575756;
}
.signuppopup .signuppopupinner form ::-moz-placeholder { /* Firefox 19+ */
  color: #575756;
}
.signuppopup .signuppopupinner form :-ms-input-placeholder {
  color: #575756;
}
.signuppopup .signuppopupinner form button {
  background: #8b1c7b;
  border: none;
  padding: 10px;
  font-family: "hugos_handregular";
  color: #fff;
  font-size: 20px;
  appearance: none;
  -webkit-appearance: none;
  width: 260px;
  max-width: 100%;
  cursor: pointer;
}
.signuppopup .signuppopupinner form button:hover {
  background: #761868;
}
.signuppopup .signuppopupinner form .closepopup {
  background: url(../images/cross.png) no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: -80px;
}
.signuppopup .signuppopupinner form .signupthanks {
  padding: 50px 10px;
}

@media (max-width: 640px) {
  .signuppopup .signuppopupinner {
    width: 100%;
    background-size: 100% auto;
    margin-top: 25%;
  }
  .signuppopup .signuppopupinner form {
    width: 75%;
  }
  .signuppopup .signuppopupinner form h2 {
    font-size: 70px;
  }
  .signuppopup .signuppopupinner form p {
    font-size: 20px;
    padding: 0 20px;
  }
  .signuppopup .signuppopupinner form .closepopup {
    right: -30px;
  }
  .signuppopup .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
}
@media (max-width: 540px) {
  .signuppopup .signuppopupinner form {
    padding: 7% 0 0;
  }
}
@media (max-width: 480px) {
  .signuppopup .signuppopupinner form {
    width: 90%;
    padding: 12% 0 0;
  }
  .signuppopup .signuppopupinner form h2 {
    font-size: 50px;
  }
  .signuppopup .signuppopupinner form input {
    padding: 8px;
    width: 40%;
  }
  .signuppopup .signuppopupinner form input + input {
    margin-top: 0;
  }
  .signuppopup .signuppopupinner form p {
    font-size: 18px;
    padding: 0 5%;
    padding: 0 30px;
    line-height: 23.4px;
  }
  .signuppopup .signuppopupinner form .closepopup {
    right: 10px;
  }
}
@media (max-width: 430px) {
  .signuppopup .signuppopupinner form {
    width: 90%;
    padding: 8% 0 0;
  }
  .signuppopup .signuppopupinner form h2 {
    font-size: 40px;
  }
  .signuppopup .signuppopupinner form h3 {
    font-size: 32px;
  }
  .signuppopup .signuppopupinner form p {
    font-size: 16px;
    padding: 0 5px;
    line-height: 20.8px;
  }
  .signuppopup .signuppopupinner form p.mainclose {
    margin: 10px 0;
  }
  .signuppopup .signuppopupinner form p.popuperror {
    margin: 0;
  }
  .signuppopup .signuppopupinner form div {
    padding-top: 5px;
  }
  .signuppopup .signuppopupinner form input {
    padding: 8px;
    width: 40%;
  }
  .signuppopup .signuppopupinner form input + input {
    margin-top: 0;
  }
  .signuppopup .signuppopupinner form button {
    font-size: 20px;
    padding: 5px;
  }
  .signuppopup .signuppopupinner form .closepopup {
    right: 5px;
    top: 20px;
  }
  .signuppopup .signuppopupinner form .signupthanks {
    padding: 30px 10px;
  }
}
/* Jute bag popup */
.signuppopup.jutebag .signuppopupinner {
  background-color: #d7e5c3;
  background-image: url(../images/dashed-border.png);
  background-size: 100%;
  height: 393px;
}
.signuppopup.jutebag .signuppopupinner .extraimage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 268px;
  height: 394px;
  background-image: url(../images/jutebag.png);
  background-size: auto 100%;
  background-position: bottom right;
  max-width: 45.6558773424%;
  background-repeat: no-repeat;
}
.signuppopup.jutebag .signuppopupinner form {
  width: auto;
  margin: 0 20px 0 45%;
  padding: 8% 0 0;
}
.signuppopup.jutebag .signuppopupinner form h2 {
  margin-left: -120px;
  margin-bottom: 10px;
  font-size: 60px;
  color: #5a7688;
}
.signuppopup.jutebag .signuppopupinner form h3 {
  color: #5a7688;
}
.signuppopup.jutebag .signuppopupinner form p {
  color: #5a7688;
  text-shadow: none;
  margin-bottom: 20px;
  margin-left: -50px;
}
.signuppopup.jutebag .signuppopupinner form p.popuperror {
  margin: 0;
  color: #f00000;
}
.signuppopup.jutebag .signuppopupinner form .closepopup {
  background-image: url(../images/jute-cross.png);
  background-size: 100%;
  top: -15px;
  right: -35px;
  width: 30px;
  height: 30px;
}
.signuppopup.jutebag .signuppopupinner form button {
  background: #5a7688;
}
.signuppopup.jutebag .signuppopupinner form button:hover {
  background: #506979;
}
.signuppopup.jutebag .signuppopupinner form .signupthanks p {
  margin-left: 0;
}

@media (max-width: 640px) {
  .signuppopup.jutebag .signuppopupinner {
    width: 90%;
    background-size: 100% 100%;
    margin-top: 25%;
    height: auto;
  }
  .signuppopup.jutebag .signuppopupinner .extraimage {
    height: 100%;
    max-width: 38.655877%;
  }
  .signuppopup.jutebag .signuppopupinner form {
    padding: 4% 0 0;
    margin: 0 20px 0 35%;
  }
  .signuppopup.jutebag .signuppopupinner form h2 {
    font-size: 50px;
    margin-left: -80px;
  }
  .signuppopup.jutebag .signuppopupinner form p {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .signuppopup.jutebag .signuppopupinner form .closepopup {
    right: -30px;
  }
  .signuppopup.jutebag .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
}
@media (max-width: 480px) {
  .signuppopup.jutebag .signuppopupinner {
    width: 95%;
    background-size: 100% 100%;
    margin-top: 25%;
  }
  .signuppopup.jutebag .signuppopupinner .extraimage {
    height: 100%;
    max-width: 36.655877%;
  }
  .signuppopup.jutebag .signuppopupinner form {
    margin: 0 20px 0 32%;
  }
  .signuppopup.jutebag .signuppopupinner form h2 {
    font-size: 36px;
  }
  .signuppopup.jutebag .signuppopupinner form p {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
  }
  .signuppopup.jutebag .signuppopupinner form .closepopup {
    right: -30px;
  }
  .signuppopup.jutebag .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
}
/* Christmas popup */
.signuppopup.christmas .signuppopupinner {
  background-image: url(../images/popup-xmas.png);
  background-size: 100%;
  height: 763px;
  width: 620px;
}
.signuppopup.christmas .signuppopupinner .extraimage {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 0;
  width: 268px;
  height: 394px;
  background-image: url(../images/popup-xmas-dinner.png);
  background-size: 100%;
  background-position: center;
  max-width: 45.6558773424%;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.signuppopup.christmas .signuppopupinner form {
  width: auto;
  margin: 0 45% 0 20px;
  padding: 3% 0 0;
  text-align: center;
  position: static;
}
.signuppopup.christmas .signuppopupinner form .div {
  padding: 10px 0 5px 0;
}
.signuppopup.christmas .signuppopupinner form h2 {
  font-size: 60px;
  position: relative;
  line-height: 0.75;
  color: #a48a41;
  display: inline;
}
.signuppopup.christmas .signuppopupinner form h2 > span {
  display: inline-block;
  font-family: "hugos_handregular";
  color: #a48a41;
  background: #ffffff;
  box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
  padding-top: 18px;
  line-height: 50px;
  z-index: 0;
}
.signuppopup.christmas .signuppopupinner form h2 > span:nth-child(1) {
  webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  z-index: 5;
}
.signuppopup.christmas .signuppopupinner form h3 {
  color: #a48a41;
}
.signuppopup.christmas .signuppopupinner form p.strapline {
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 20px;
  display: inline;
  box-shadow: 10px 0 0 #a48a41, -10px 0 0 #a48a41;
  background: #a48a41;
  font-size: 24px;
  line-height: 32px;
  margin: 0 5px;
  text-align: center;
  padding-top: 2px;
}
.signuppopup.christmas .signuppopupinner form p.strapline:before {
  content: " ";
  display: block;
  height: 10px;
}
.signuppopup.christmas .signuppopupinner form p.popuperror {
  margin: 0;
  color: #f00000;
  display: block;
  background: none;
  box-shadow: none;
  font-size: 14px;
  font-family: "Gill Sans W01 Medium", sans-serif;
  line-height: 16px;
}
.signuppopup.christmas .signuppopupinner form p.popuperror.hidden {
  display: none;
}
.signuppopup.christmas .signuppopupinner form .closepopup {
  background-image: url(../images/xmas-cross.png);
  background-size: 100%;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 9999999;
}
.signuppopup.christmas .signuppopupinner form button {
  background: #a48a41;
}
.signuppopup.christmas .signuppopupinner form button:hover {
  background: #927b3a;
}
.signuppopup.christmas .signuppopupinner form .signupthanks p {
  margin-left: 0;
}

@media (max-width: 640px) {
  .signuppopup.christmas .signuppopupinner form h2 {
    line-height: 1;
  }
}
@media (max-width: 640px) {
  .signuppopup.christmas .signuppopupinner {
    width: 90%;
    background-size: 100% 100%;
    margin-top: 25%;
    height: auto;
  }
  .signuppopup.christmas .signuppopupinner .extraimage {
    height: 100%;
    max-width: 38.655877%;
  }
  .signuppopup.christmas .signuppopupinner form {
    padding: 4% 0 0;
    margin: 0 40% 0 20px;
  }
  .signuppopup.christmas .signuppopupinner form h2 {
    line-height: 0.75;
  }
  .signuppopup.christmas .signuppopupinner form h2 > span {
    font-size: 50px;
  }
  .signuppopup.christmas .signuppopupinner form p.strapline {
    font-size: 18px;
    padding: 0;
    padding-top: 3px;
    margin-left: 0;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .signuppopup.christmas .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
}
@media (max-width: 480px) {
  .signuppopup.christmas .signuppopupinner {
    width: 95%;
    background-size: 100% 100%;
    margin-top: 25%;
  }
  .signuppopup.christmas .signuppopupinner .extraimage {
    height: 100%;
    max-width: 30%;
  }
  .signuppopup.christmas .signuppopupinner form {
    margin: 0 36% 0 10px;
  }
  .signuppopup.christmas .signuppopupinner form h2 {
    line-height: 0.75;
  }
  .signuppopup.christmas .signuppopupinner form h2 > span {
    font-size: 32px;
    line-height: 24px;
  }
  .signuppopup.christmas .signuppopupinner form p.strapline {
    font-size: 16px;
    padding: 0;
    padding-top: 3px;
    margin-left: 0;
  }
  .signuppopup.christmas .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
}
/* £5 off Popup */
.signuppopup.popup-5off .signuppopupinner {
  background-image: url(../images/background-border.jpg);
  background-size: 100%;
  height: 390px;
}
.signuppopup.popup-5off .signuppopupinner .extraimage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 268px;
  height: 394px;
  background-image: url(../images/beef_bourg_cut_out.png);
  background-size: auto 100%;
  background-position: bottom right;
  max-width: 45.6558773424%;
  background-repeat: no-repeat;
}
.signuppopup.popup-5off .signuppopupinner form {
  width: 60%;
  margin: 0 20px 0 39%;
  padding: 4% 0 0;
}
.signuppopup.popup-5off .signuppopupinner form h2 {
  font-family: "handwriting";
  margin-bottom: 10px;
  font-size: 76px;
  color: #6e6762;
  position: relative;
  display: inline-block;
}
.signuppopup.popup-5off .signuppopupinner form h2:before {
  content: "";
  background-image: url(../images/grey-flash-left.png);
  position: absolute;
  width: 39px;
  height: 61px;
  left: -40px;
  top: 0;
  display: inline-block;
}
.signuppopup.popup-5off .signuppopupinner form h2:after {
  content: " ";
  background-image: url(../images/grey-flash-right.png);
  position: absolute;
  width: 39px;
  height: 61px;
  right: -40px;
  top: 0;
  display: inline-block;
}
.signuppopup.popup-5off .signuppopupinner form h3 {
  color: #6e6762;
}
.signuppopup.popup-5off .signuppopupinner form p {
  color: #6e6762;
  text-shadow: none;
  margin-bottom: 10px;
}
.signuppopup.popup-5off .signuppopupinner form p.popuperror {
  margin: 0;
  color: #f00000;
}
.signuppopup.popup-5off .signuppopupinner form .closepopup {
  background-image: url(../images/green-cross.png);
  background-size: 100%;
  top: -15px;
  right: -22px;
  width: 30px;
  height: 30px;
}
.signuppopup.popup-5off .signuppopupinner form button {
  background: #6e6762;
}
.signuppopup.popup-5off .signuppopupinner form button:hover {
  background: #615a56;
}
.signuppopup.popup-5off .signuppopupinner form .signupthanks p {
  margin-left: 0;
}

@media (max-width: 640px) {
  .signuppopup.popup-5off .signuppopupinner {
    width: 90%;
    background-size: 100% 100%;
    margin-top: 25%;
    height: auto;
  }
  .signuppopup.popup-5off .signuppopupinner .extraimage {
    height: 100%;
    max-width: 38.655877%;
  }
  .signuppopup.popup-5off .signuppopupinner form {
    padding: 4% 0 0;
    margin: 0 20px 0 35%;
  }
  .signuppopup.popup-5off .signuppopupinner form h2 {
    font-size: 56px;
  }
  .signuppopup.popup-5off .signuppopupinner form p {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .signuppopup.popup-5off .signuppopupinner form .closepopup {
    right: -40px;
  }
  .signuppopup.popup-5off .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
}
@media (max-width: 480px) {
  .signuppopup.popup-5off .signuppopupinner {
    width: 95%;
    background-size: 100% 100%;
    margin-top: 25%;
  }
  .signuppopup.popup-5off .signuppopupinner .extraimage {
    height: 100%;
    max-width: 36.655877%;
  }
  .signuppopup.popup-5off .signuppopupinner form {
    margin: 0 20px 0 32%;
  }
  .signuppopup.popup-5off .signuppopupinner form h2 {
    font-size: 50px;
  }
  .signuppopup.popup-5off .signuppopupinner form p {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
  }
  .signuppopup.popup-5off .signuppopupinner form .closepopup {
    right: -40px;
  }
  .signuppopup.popup-5off .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
  .signuppopup.popup-5off .signuppopupinner form input {
    width: 90%;
  }
}
/* Sign up for Christmas Popup 750 */
.signuppopup.merry-christmas .signuppopupinner {
  background-image: url(https://cook.blob.core.windows.net/assets/popup/pop_ups_final_large.jpg);
  background-color: #50545d;
  background-size: 100%;
  height: auto;
  width: 90%;
  margin: 15% 5% 0 5%;
}
@media (min-width: 750px) {
  .signuppopup.merry-christmas .signuppopupinner {
    background-image: url(https://cook.blob.core.windows.net/assets/popup/pop_ups_final_large.jpg);
    height: auto;
    max-width: 700px;
    margin: 12% auto;
  }
}
.signuppopup.merry-christmas .signuppopupinner .extraimage {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 18%;
  background-image: url(https://cook.blob.core.windows.net/assets/popup/pop_ups_final_plates.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 430px) {
  .signuppopup.merry-christmas .signuppopupinner .extraimage {
    background-image: url(https://cook.blob.core.windows.net/assets/popup/pop_ups_final_plates-mob.jpg);
    padding-bottom: 30%;
  }
}
.signuppopup.merry-christmas .signuppopupinner form {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0 0;
  padding-bottom: 18%;
}
@media (min-width: 700px) {
  .signuppopup.merry-christmas .signuppopupinner form {
    max-width: 570px;
  }
}
.signuppopup.merry-christmas .signuppopupinner form input {
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-bottom: 7px;
  box-sizing: border-box;
  height: 32px;
}
@media (min-width: 430px) {
  .signuppopup.merry-christmas .signuppopupinner form input {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 750px) {
  .signuppopup.merry-christmas .signuppopupinner form input {
    width: 100%;
  }
}
.signuppopup.merry-christmas .signuppopupinner form input:nth-child(2) {
  margin-top: 0;
}
.signuppopup.merry-christmas .signuppopupinner form input + input {
  margin-top: 0;
}
.signuppopup.merry-christmas .signuppopupinner form .styled-checkbox {
  border: 2px solid #ffffff;
}
.signuppopup.merry-christmas .signuppopupinner form .styled-checkbox:checked {
  background: #ffffff;
}
.signuppopup.merry-christmas .signuppopupinner form .styled-checkbox:checked:after {
  border: 2px solid #50545d;
  border-top: none;
  border-right: none;
}
.signuppopup.merry-christmas .signuppopupinner form .signupstart {
  padding: 0 0 10px;
}
.signuppopup.merry-christmas .signuppopupinner form .mainclose {
  margin: 0;
  line-height: 26px;
}
.signuppopup.merry-christmas .signuppopupinner form > div > div {
  padding: 0;
  width: 100%;
  margin: 12px auto 0 auto;
}
@media (min-width: 430px) {
  .signuppopup.merry-christmas .signuppopupinner form > div > div {
    margin: 15px auto 0 auto;
  }
}
@media (min-width: 750px) {
  .signuppopup.merry-christmas .signuppopupinner form > div > div {
    max-width: 495px;
  }
}
.signuppopup.merry-christmas .signuppopupinner form > div > div .checkbox-label, .signuppopup.merry-christmas .signuppopupinner form > div > div .checkbox-label small, .signuppopup.merry-christmas .signuppopupinner form > div > div .checkbox-label small a {
  color: #ffffff;
  text-align: left;
}
.signuppopup.merry-christmas .signuppopupinner form h2 {
  font-family: "hugos_handregular";
  margin-bottom: 22px;
  font-size: 52px;
  color: #ffffff;
  position: relative;
  margin-bottom: 10px;
}
.signuppopup.merry-christmas .signuppopupinner form h3 {
  color: #ffffff;
  margin-top: 69px;
}
.signuppopup.merry-christmas .signuppopupinner form p {
  color: #ffffff;
  text-shadow: none;
  font-size: 38px;
  line-height: 42px;
}
.signuppopup.merry-christmas .signuppopupinner form p.strapline {
  font-family: "handwriting";
  margin-bottom: 25px;
}
@media (max-width: 540px) {
  .signuppopup.merry-christmas .signuppopupinner form h2 {
    font-size: 32px;
  }
  .signuppopup.merry-christmas .signuppopupinner form p {
    font-size: 28px;
    line-height: 32px;
  }
  .signuppopup.merry-christmas .signuppopupinner form p.strapline {
    margin-bottom: 15px;
  }
  .signuppopup.merry-christmas .signuppopupinner form .mobile-checkbox-styling .checkbox-label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 430px) {
  .signuppopup.merry-christmas .signuppopupinner form {
    padding: 15px 0 30%;
  }
}
@media (max-width: 380px) {
  .signuppopup.merry-christmas .signuppopupinner form h2 {
    font-size: 26px;
  }
  .signuppopup.merry-christmas .signuppopupinner form p {
    font-size: 24px;
    line-height: 26px;
  }
  .signuppopup.merry-christmas .signuppopupinner form p.strapline {
    margin-bottom: 15px;
  }
}
.signuppopup.merry-christmas .signuppopupinner form p.popuperror {
  margin: 0;
  color: #f00000;
  font-size: 12px;
  margin-top: -6px;
}
@media (min-width: 450px) {
  .signuppopup.merry-christmas .signuppopupinner form p.popuperror {
    font-size: 15px;
    margin-top: -11px;
    margin-left: -15px;
  }
}
@media (min-width: 750px) {
  .signuppopup.merry-christmas .signuppopupinner form p.popuperror {
    margin-left: 0;
  }
}
.signuppopup.merry-christmas .signuppopupinner form p.unsubscribe {
  display: none;
  font-size: 13px;
  font-family: "Gill Sans W01 Medium", sans-serif;
  margin-bottom: 20px;
  margin-top: 3px;
}
@media (min-width: 330px) {
  .signuppopup.merry-christmas .signuppopupinner form p.unsubscribe {
    display: block;
  }
}
@media (min-width: 430px) {
  .signuppopup.merry-christmas .signuppopupinner form p.unsubscribe {
    margin-top: 5px;
  }
}
.signuppopup.merry-christmas .signuppopupinner form .closepopup {
  background-color: #E6653E;
  border-radius: 50%;
  background-image: none;
  top: -19px;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
@media (max-width: 749px) {
  .signuppopup.merry-christmas .signuppopupinner form .closepopup {
    right: -25px;
  }
}
.signuppopup.merry-christmas .signuppopupinner form .closepopup:before {
  content: "X";
  display: block;
  font-size: 18px;
  padding-top: 2px;
}
.signuppopup.merry-christmas .signuppopupinner form button {
  background: #E6653E;
  box-sizing: border-box;
  height: 32px;
  outline: none;
  cursor: pointer;
  width: 60%;
  margin-left: 0;
  font-size: 15px;
}
@media (min-width: 430px) {
  .signuppopup.merry-christmas .signuppopupinner form button {
    height: 40px;
    margin-left: 0;
    font-size: 20px;
  }
}
@media (min-width: 750px) {
  .signuppopup.merry-christmas .signuppopupinner form button {
    width: 260px;
  }
}
.signuppopup.merry-christmas .signuppopupinner form .signupthanks {
  padding: 0;
  width: 80%;
  margin-top: 25px;
  margin-left: 10%;
}
.signuppopup.merry-christmas .signuppopupinner form .signupthanks p {
  display: none;
  margin-left: 0;
  line-height: normal;
}

/* Sign up for tenpercentoff Popup */
.signuppopup.tenpercentoff .signuppopupinner {
  background-image: url(https://cook.blob.core.windows.net/assets/popup/stripe_background.png);
  background-size: 100% 100%;
  height: auto;
  min-height: 420px;
}
.signuppopup.tenpercentoff .signuppopupinner .extraimage {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://cook.blob.core.windows.net/assets/popup/ChickenHamLeekPie_08_lowres_RGB.jpg);
  background-size: auto 107%;
  background-position: center;
  max-width: 41.655877%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.signuppopup.tenpercentoff .signuppopupinner form {
  width: 65%;
  margin: 0 20px 0 38%;
  padding: 4% 0 0;
}
.signuppopup.tenpercentoff .signuppopupinner form .signupstart {
  padding: 0 43px 10px;
}
.signuppopup.tenpercentoff .signuppopupinner form > div > div {
  padding: 5px 0 10px;
}
.signuppopup.tenpercentoff .signuppopupinner form input[type=text], .signuppopup.tenpercentoff .signuppopupinner form button[type=submit] {
  width: 100%;
  box-sizing: border-box;
}
.signuppopup.tenpercentoff .signuppopupinner form h2 {
  font-family: "hugos_handregular";
  margin-bottom: -5px;
  margin-top: 5px;
  font-size: 64px;
  color: #575756;
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.signuppopup.tenpercentoff .signuppopupinner form h2:before {
  content: "";
  background-image: url(https://cook.blob.core.windows.net/assets/popup-envelope.png);
  position: absolute;
  width: 112px;
  height: 92px;
  left: -50px;
  top: -10px;
  display: inline-block;
}
.signuppopup.tenpercentoff .signuppopupinner form h3 {
  color: #575756;
  font-family: "hugos_handregular";
}
.signuppopup.tenpercentoff .signuppopupinner form p {
  color: #6e6762;
  text-shadow: none;
}
.signuppopup.tenpercentoff .signuppopupinner form p.popuperror, .signuppopup.tenpercentoff .signuppopupinner form p.optinerror, .signuppopup.tenpercentoff .signuppopupinner form p.invalidemailerror {
  margin: 0 0 5px;
  color: #f00000;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.signuppopup.tenpercentoff .signuppopupinner form p.unsubscribe {
  font-size: 13px;
  font-family: "Gill Sans W01 Medium", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}
.signuppopup.tenpercentoff .signuppopupinner form p.mainclose {
  margin: 0;
}
.signuppopup.tenpercentoff .signuppopupinner form .closepopup {
  background-image: url(https://cook.blob.core.windows.net/assets/popup/Cross_smaller.png);
  background-size: 100%;
  top: -12px;
  right: 7px;
  width: 30px;
  height: 30px;
}
.signuppopup.tenpercentoff .signuppopupinner form button {
  background: #B9CFBE;
  color: #575756;
}
.signuppopup.tenpercentoff .signuppopupinner form button:hover {
  background: #aac5b0;
}
.signuppopup.tenpercentoff .signuppopupinner form .signupthanks {
  padding: 100px 37px 0px 50px;
}
.signuppopup.tenpercentoff .signuppopupinner form .signupthanks h3 {
  font-family: "handwriting";
  color: #768d87;
  line-height: 52.5px;
}
.signuppopup.tenpercentoff .signuppopupinner form .signupthanks p {
  margin-left: 0;
}
.signuppopup.tenpercentoff .signuppopupinner form .alreadyregistered {
  padding: 75px 32px 0px 37px;
}
.signuppopup.tenpercentoff .signuppopupinner form .alreadyregistered h3 {
  font-family: "handwriting";
  color: #768d87;
  line-height: 52.5px;
}
.signuppopup.tenpercentoff .signuppopupinner form .alreadyregistered p {
  margin: 10px 12px;
}
.signuppopup.tenpercentoff .opt-in .mobile-checkbox-styling .checkbox-label {
  font-size: 14px;
  text-align: left;
  line-height: 17px;
}

@media (max-width: 640px) {
  .signuppopup.tenpercentoff .signuppopupinner {
    width: 90%;
    background-size: 100% 100%;
    margin-top: 25%;
    height: auto;
    background-image: url(https://cook.blob.core.windows.net/assets/popup/plain_background.png);
  }
  .signuppopup.tenpercentoff .signuppopupinner .extraimage {
    height: 100%;
    max-width: 30.655877%;
    background-size: auto 100%;
    background-position: center;
    background-image: url(https://cook.blob.core.windows.net/assets/popup/ChickenHamLeekPie_08_lowres_RGB.jpg);
  }
  .signuppopup.tenpercentoff .signuppopupinner form {
    padding: 4% 0 0;
    margin: 0 20px 0 32%;
  }
  .signuppopup.tenpercentoff .signuppopupinner form input[type=text], .signuppopup.tenpercentoff .signuppopupinner form button[type=submit] {
    width: 100%;
    box-sizing: border-box;
  }
  .signuppopup.tenpercentoff .signuppopupinner form .signupstart {
    padding: 10px 0 10px;
  }
  .signuppopup.tenpercentoff .signuppopupinner form h2 {
    font-size: 56px;
  }
  .signuppopup.tenpercentoff .signuppopupinner form h2:before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 92px;
    left: -30px;
    top: -10px;
  }
  .signuppopup.tenpercentoff .signuppopupinner form p {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .signuppopup.tenpercentoff .signuppopupinner form .closepopup {
    right: -30px;
  }
  .signuppopup.tenpercentoff .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
}
@media (max-width: 480px) {
  .signuppopup.tenpercentoff .signuppopupinner {
    background-image: url(https://cook.blob.core.windows.net/assets/popup/plain_background.png);
    width: 95%;
    background-size: 100% 100%;
    margin-top: 25%;
  }
  .signuppopup.tenpercentoff .signuppopupinner .extraimage {
    display: none;
  }
  .signuppopup.tenpercentoff .signuppopupinner form {
    margin: 0;
    width: 100%;
    padding: 20px 15px 0;
    box-sizing: border-box;
  }
  .signuppopup.tenpercentoff .signuppopupinner form h2 {
    font-size: 56px;
    padding-left: 0px;
    margin-bottom: 5px;
  }
  .signuppopup.tenpercentoff .signuppopupinner form h2:before {
    display: none;
  }
  .signuppopup.tenpercentoff .signuppopupinner form p {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
  }
  .signuppopup.tenpercentoff .signuppopupinner form .closepopup {
    right: -20px;
  }
  .signuppopup.tenpercentoff .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
  .signuppopup.tenpercentoff .signuppopupinner form .signupthanks h3 {
    line-height: 40px;
  }
  .signuppopup.tenpercentoff .signuppopupinner form input {
    width: 90%;
  }
}
.signuppopup.jan-popup .signuppopupinner {
  background-image: url(../images/popup/Background.png);
  background-size: 100% 100%;
  height: 460px;
  width: 360px;
}
@media (min-width: 300px) {
  .signuppopup.jan-popup .signuppopupinner {
    background-size: 100% 100%;
    height: 460px;
    width: 360px;
  }
}
@media (min-width: 719px) {
  .signuppopup.jan-popup .signuppopupinner {
    background-size: 100% 100%;
    height: 460px;
    width: 673px;
    min-height: 420px;
  }
}
.signuppopup.jan-popup .extraimage {
  position: absolute;
  top: 58px;
  right: 12%;
  width: 100%;
  height: 82%;
  background-image: url(../images/popup/LEW.png);
  background-size: auto 93%;
  background-repeat: no-repeat;
  pointer-events: none;
  display: none;
}
@media (min-width: 719px) {
  .signuppopup.jan-popup .extraimage {
    display: block;
  }
}
.signuppopup.jan-popup form {
  height: auto;
  width: 70%;
  margin: 0 20px 0 16%;
  padding: 3% 0 0;
}
@media (min-width: 400px) {
  .signuppopup.jan-popup form {
    height: auto;
    width: 80%;
    margin: 0 20px 0 10%;
    padding: 3% 0 0;
  }
}
@media (min-width: 719px) {
  .signuppopup.jan-popup form {
    height: auto;
    width: 65%;
    margin: 0 20px 0 39%;
    padding: 3% 0 0;
  }
}
.signuppopup.jan-popup form .signupstart {
  padding: 20px 0 15px;
}
.signuppopup.jan-popup form > div > div {
  padding: 5px 0 10px;
}
@media (min-width: 400px) {
  .signuppopup.jan-popup form > div > div {
    padding: 0px 0 10px;
  }
}
.signuppopup.jan-popup form input[type=text], .signuppopup.jan-popup form button[type=submit] {
  width: 90%;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .signuppopup.jan-popup form input[type=text], .signuppopup.jan-popup form button[type=submit] {
    width: 90%;
    box-sizing: border-box;
  }
}
@media (min-width: 719px) {
  .signuppopup.jan-popup form input[type=text], .signuppopup.jan-popup form button[type=submit] {
    width: 70%;
    box-sizing: border-box;
  }
}
.signuppopup.jan-popup form h2 {
  font-family: Hugos Hand Two;
  margin-bottom: -11px;
  font-size: 56px;
  color: #575756;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-top: 8px;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .signuppopup.jan-popup form h2 {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
    padding-top: 8px;
    position: relative;
    font-size: 48px;
  }
}
.signuppopup.jan-popup form h3 {
  color: #6e6762;
}
.signuppopup.jan-popup form p {
  color: #6e6762;
  text-shadow: none;
  margin-bottom: 10px;
  margin: 5px 5px;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 719px) {
  .signuppopup.jan-popup form p {
    color: #6e6762;
    text-shadow: none;
    margin-bottom: 10px;
    margin: 3px 11% 10px;
  }
}
.signuppopup.jan-popup form p.popuperror, .signuppopup.jan-popup form p.optinerror {
  margin: 0 0 5px;
  color: #f00000;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.signuppopup.jan-popup form p.unsubscribe {
  font-size: 13px;
  font-family: "Gill Sans W01 Medium", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}
.signuppopup.jan-popup form p.mainclose {
  margin: 0;
}
.signuppopup.jan-popup form .closepopup {
  background-image: url(../images/popup/cross.png);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -15px;
  right: 11px;
}
@media (min-width: 400px) {
  .signuppopup.jan-popup form .closepopup {
    right: -46px;
    top: -18px;
    position: absolute;
  }
}
@media (min-width: 719px) {
  .signuppopup.jan-popup form .closepopup {
    right: 11px;
    top: -15px;
    position: absolute;
  }
}
.signuppopup.jan-popup form button {
  background: #47AA88;
}
.signuppopup.jan-popup form button:hover {
  background: #3f987a;
}
.signuppopup.jan-popup form .signupthanks {
  padding: 100px 20px;
}
.signuppopup.jan-popup form .signupthanks h3 {
  font-family: "handwriting";
  color: #768d87;
  line-height: 52.5px;
}
.signuppopup.jan-popup form .signupthanks p {
  margin: 10px 30px;
}
.signuppopup.jan-popup form .alreadyregistered {
  padding: 75px 10px;
}
.signuppopup.jan-popup form .alreadyregistered h3 {
  font-family: "handwriting";
  color: #768d87;
  line-height: 52.5px;
}
.signuppopup.jan-popup form .alreadyregistered p {
  margin: 10px 12px;
}
.signuppopup.jan-popup form .opt-in {
  padding: 10px 0 0;
  text-align: left;
}
.signuppopup.jan-popup form .opt-in .mobile-checkbox-styling .checkbox-label {
  font-size: 11px;
  text-align: left;
  margin: 0 0 0 10px;
  line-height: 15px;
}
@media (min-width: 300px) {
  .signuppopup.jan-popup form .opt-in .mobile-checkbox-styling .checkbox-label {
    font-size: 11px;
    text-align: left;
    line-height: 15px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 400px) {
  .signuppopup.jan-popup form .opt-in .mobile-checkbox-styling .checkbox-label {
    font-size: 11px;
    text-align: left;
    line-height: 15px;
  }
}
@media (min-width: 719px) {
  .signuppopup.jan-popup form .opt-in .mobile-checkbox-styling .checkbox-label {
    font-size: 12px;
    text-align: left;
    line-height: 15px;
    width: calc(91% - 49px);
  }
}
@media (max-width: 640px) {
  .signuppopup.jan-popup .signuppopupinne .extraimage form {
    padding: 4% 0 0;
    margin: 0 20px 0 19%;
  }
  .signuppopup.jan-popup .signuppopupinne .extraimage form input[type=text], .signuppopup.jan-popup .signuppopupinne .extraimage form button[type=submit] {
    width: 100%;
    box-sizing: border-box;
  }
  .signuppopup.jan-popup .signuppopupinne .extraimage form .signupstart {
    padding: 10px 0 10px;
  }
  .signuppopup.jan-popup .signuppopupinne .extraimage form h2 {
    font-size: 43px;
  }
  .signuppopup.jan-popup .signuppopupinne .extraimage form h2:before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 92px;
    left: -30px;
    top: -10px;
  }
  .signuppopup.jan-popup .signuppopupinne .extraimage form p {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px;
  }
  .signuppopup.jan-popup .signuppopupinne .extraimage form .closepopup {
    right: -30px;
  }
  .signuppopup.jan-popup .signuppopupinne .extraimage form .signupthanks {
    padding: 50px 10px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .signuppopup.jan-popup .signuppopupinner {
    width: 95%;
    background-size: 100% 100%;
    margin-top: 25%;
  }
  .signuppopup.jan-popup .signuppopupinner .extraimage {
    display: none;
  }
  .signuppopup.jan-popup .signuppopupinner form {
    margin: 0;
    width: 100%;
    padding: 20px 7px 0;
    box-sizing: border-box;
  }
  .signuppopup.jan-popup .signuppopupinner form h2 {
    font-size: 42px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -16px;
    padding-top: 0;
  }
  .signuppopup.jan-popup .signuppopupinner form p {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
  }
  .signuppopup.jan-popup .signuppopupinner form .closepopup {
    right: -17px;
    top: -15px;
  }
  .signuppopup.jan-popup .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
  .signuppopup.jan-popup .signuppopupinner form .signupthanks h3 {
    line-height: 40px;
  }
  .signuppopup.jan-popup .signuppopupinner form input {
    width: 90%;
  }
}

.signuppopup.news-offers .signuppopupinner {
  background-image: url(../images/background-border2.jpg);
  background-size: 100% 100%;
  height: 455px;
  min-height: 420px;
}
.signuppopup.news-offers .signuppopupinner .extraimage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/popup-meal.png);
  background-size: auto 93%;
  background-position: center right;
  max-width: 33.655877%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.signuppopup.news-offers .signuppopupinner form {
  width: 65%;
  margin: 0 20px 0 31%;
  padding: 4% 0 0;
}
.signuppopup.news-offers .signuppopupinner form .signupstart {
  padding: 0 0 10px;
}
.signuppopup.news-offers .signuppopupinner form > div > div {
  padding: 5px 0 10px;
}
.signuppopup.news-offers .signuppopupinner form input[type=text], .signuppopup.news-offers .signuppopupinner form button[type=submit] {
  width: 70%;
  box-sizing: border-box;
}
.signuppopup.news-offers .signuppopupinner form h2 {
  font-family: "handwriting";
  margin-bottom: 10px;
  font-size: 76px;
  color: #88a199;
  position: relative;
  display: inline-block;
  padding-left: 70px;
}
.signuppopup.news-offers .signuppopupinner form h2:before {
  content: "";
  background-image: url(../images/popup-envelope.png);
  position: absolute;
  width: 112px;
  height: 92px;
  left: -50px;
  top: -10px;
  display: inline-block;
}
.signuppopup.news-offers .signuppopupinner form h3 {
  color: #6e6762;
}
.signuppopup.news-offers .signuppopupinner form p {
  color: #6e6762;
  text-shadow: none;
}
.signuppopup.news-offers .signuppopupinner form p.popuperror, .signuppopup.news-offers .signuppopupinner form p.optinerror, .signuppopup.news-offers .signuppopupinner form p.invalidemailerror {
  margin: 0 0 5px;
  color: #f00000;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.signuppopup.news-offers .signuppopupinner form p.unsubscribe {
  font-size: 13px;
  font-family: "Gill Sans W01 Medium", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}
.signuppopup.news-offers .signuppopupinner form p.mainclose {
  margin: 0;
}
.signuppopup.news-offers .signuppopupinner form .closepopup {
  background-image: url(../images/green-cross.png);
  background-size: 100%;
  top: -15px;
  right: -42px;
  width: 30px;
  height: 30px;
}
.signuppopup.news-offers .signuppopupinner form button {
  background: #6e6762;
}
.signuppopup.news-offers .signuppopupinner form button:hover {
  background: #615a56;
}
.signuppopup.news-offers .signuppopupinner form .signupthanks {
  padding: 100px 10px;
}
.signuppopup.news-offers .signuppopupinner form .signupthanks h3 {
  font-family: "handwriting";
  color: #768d87;
  line-height: 52.5px;
}
.signuppopup.news-offers .signuppopupinner form .signupthanks p {
  margin-left: 0;
}
.signuppopup.news-offers .signuppopupinner form .alreadyregistered {
  padding: 75px 10px;
}
.signuppopup.news-offers .signuppopupinner form .alreadyregistered h3 {
  font-family: "handwriting";
  color: #768d87;
  line-height: 52.5px;
}
.signuppopup.news-offers .signuppopupinner form .alreadyregistered p {
  margin: 10px 12px;
}
.signuppopup.news-offers .opt-in .mobile-checkbox-styling .checkbox-label {
  font-size: 14px;
  text-align: left;
}

@media (max-width: 640px) {
  .signuppopup.news-offers .signuppopupinner {
    width: 90%;
    background-size: 100% 100%;
    margin-top: 25%;
    height: auto;
  }
  .signuppopup.news-offers .signuppopupinner .extraimage {
    height: 100%;
    max-width: 38.655877%;
  }
  .signuppopup.news-offers .signuppopupinner form {
    padding: 4% 0 0;
    margin: 0 20px 0 32%;
  }
  .signuppopup.news-offers .signuppopupinner form input[type=text], .signuppopup.news-offers .signuppopupinner form button[type=submit] {
    width: 100%;
    box-sizing: border-box;
  }
  .signuppopup.news-offers .signuppopupinner form .signupstart {
    padding: 10px 0 10px;
  }
  .signuppopup.news-offers .signuppopupinner form h2 {
    font-size: 56px;
  }
  .signuppopup.news-offers .signuppopupinner form h2:before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 92px;
    left: -30px;
    top: -10px;
  }
  .signuppopup.news-offers .signuppopupinner form p {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .signuppopup.news-offers .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
}
@media (max-width: 480px) {
  .signuppopup.news-offers .signuppopupinner {
    width: 95%;
    background-size: 100% 100%;
    margin-top: 25%;
  }
  .signuppopup.news-offers .signuppopupinner .extraimage {
    display: none;
  }
  .signuppopup.news-offers .signuppopupinner form {
    margin: 0;
    width: 100%;
    padding: 20px 15px 0;
    box-sizing: border-box;
  }
  .signuppopup.news-offers .signuppopupinner form h2 {
    font-size: 50px;
    padding-left: 60px;
    margin-bottom: 5px;
  }
  .signuppopup.news-offers .signuppopupinner form h2:before {
    display: none;
  }
  .signuppopup.news-offers .signuppopupinner form p {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
  }
  .signuppopup.news-offers .signuppopupinner form .closepopup {
    right: -20px;
  }
  .signuppopup.news-offers .signuppopupinner form .signupthanks {
    padding: 50px 10px;
  }
  .signuppopup.news-offers .signuppopupinner form .signupthanks h3 {
    line-height: 40px;
  }
  .signuppopup.news-offers .signuppopupinner form input {
    width: 90%;
  }
}
.mobile-dropdown {
  display: block;
  margin: 20px 0 0 0;
  text-align: center;
}
.mobile-dropdown a {
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 641px) {
  .mobile-dropdown {
    display: none;
  }
}

.module-ajaxcontent {
  width: 90%;
  margin: 0 5%;
}
@media (min-width: 640px) {
  .module-ajaxcontent {
    width: 100%;
    margin: 0;
  }
}

.mobile-dropdown-contentCC, .mobile-dropdown-content {
  float: left;
  display: none;
  position: relative;
  width: 100%;
  margin: 10px 0 0 0;
  height: 0px;
  transition: height linear 0.3s;
}
.mobile-dropdown-contentCC.active, .mobile-dropdown-content.active {
  display: block;
  height: auto;
}
@media (min-width: 641px) {
  .mobile-dropdown-contentCC.active, .mobile-dropdown-content.active {
    display: none;
  }
}
.mobile-dropdown-contentCC .more-details, .mobile-dropdown-content .more-details {
  width: 100%;
  text-align: center;
}
.mobile-dropdown-contentCC .more-details .openhours, .mobile-dropdown-content .more-details .openhours {
  width: 100%;
  margin: 0;
}
.mobile-dropdown-contentCC .more-details .openhours tr, .mobile-dropdown-content .more-details .openhours tr {
  border: 1px solid #575756;
}
.mobile-dropdown-contentCC .more-details .openhours tr td:nth-child(2), .mobile-dropdown-content .more-details .openhours tr td:nth-child(2) {
  border-left: 1px solid #575756;
  text-align: right;
}
.mobile-dropdown-contentCC .col.col1, .mobile-dropdown-content .col.col1 {
  background: none;
}
.mobile-dropdown-contentCC .textarea ul li, .mobile-dropdown-content .textarea ul li {
  margin-left: 0 !important;
  list-style-type: none !important;
}

.shoppingshopinfo .col.col1 {
  background: none;
}

.basket, .orderlist {
  width: 100%;
}
.basket th, .orderlist th {
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #ccc;
  font-size: 18px;
  padding: 5px 10px;
}
.basket td.px, .basket th.px, .orderlist td.px, .orderlist th.px {
  text-align: center;
  white-space: nowrap;
}
.basket td, .basket th, .orderlist td, .orderlist th {
  padding: 5px 0;
  vertical-align: middle;
}
.basket td a, .basket th a, .orderlist td a, .orderlist th a {
  text-decoration: none;
  border-bottom: 0;
  position: relative;
}
.basket td a.fulldetailslink, .basket th a.fulldetailslink, .orderlist td a.fulldetailslink, .orderlist th a.fulldetailslink {
  text-decoration: underline;
  white-space: nowrap;
}
.basket td a i.uses-popup, .basket th a i.uses-popup, .orderlist td a i.uses-popup, .orderlist th a i.uses-popup {
  float: left;
}
.basket td a .fa-trash-o:before, .basket th a .fa-trash-o:before, .orderlist td a .fa-trash-o:before, .orderlist th a .fa-trash-o:before {
  float: left;
}
.basket td a div.uses-popup, .basket th a div.uses-popup, .orderlist td a div.uses-popup, .orderlist th a div.uses-popup {
  float: left;
  padding-left: 6px;
  display: none;
}
.basket tr.spacer td, .basket tr.subtotal td, .orderlist tr.spacer td, .orderlist tr.subtotal td {
  border-bottom: none;
}
@media (max-width: 460px) {
  .basket tr.spacer, .orderlist tr.spacer {
    display: none;
  }
}
.basket .totals tr td, .orderlist .totals tr td {
  border-bottom: none;
}
.basket tr.subtotal th, .orderlist tr.subtotal th {
  border-top: solid 1px;
}

.orderlist th {
  font-size: 16px;
  text-align: center;
}
.orderlist td {
  text-align: center;
}
.orderlist .order_ordernumber {
  text-align: left;
}

.promotion-red, .promotion-red strong {
  color: #a00000;
}
.promotion-red span.mobile, .promotion-red strong span.mobile {
  color: #a00000;
  display: inline-block;
}
@media (min-width: 540px) {
  .promotion-red span.mobile, .promotion-red strong span.mobile {
    display: none;
  }
}
.promotion-red span.desktop, .promotion-red strong span.desktop {
  color: #a00000;
  display: none;
}
@media (min-width: 540px) {
  .promotion-red span.desktop, .promotion-red strong span.desktop {
    display: inline-block;
  }
}

.ordersummary th, .introducetable th {
  font-weight: bold;
  text-align: left;
}
.ordersummary th, .ordersummary td, .introducetable th, .introducetable td {
  padding: 5px 10px 5px 0;
}

.introducetable td {
  vertical-align: middle;
}
.introducetable td label {
  white-space: nowrap;
}

#currentdeliveryaddress, #currentbillingaddress {
  margin-bottom: 15px;
  line-height: 19.5px;
}
#currentdeliveryaddress > strong, #currentbillingaddress > strong {
  display: block;
}

.specialinstructionsouter {
  border-top: solid 1px #e6e1dd;
  margin-top: 15px;
  padding-top: 15px;
}
.specialinstructionsouter label, .specialinstructionsouter p {
  display: inline-block;
  margin-bottom: 0 !important;
}
.specialinstructionsouter .OtherInstructions {
  margin: 15px 0 0 0;
}

.securitymessage {
  border: solid 1px #918783;
  margin-bottom: 20px;
  padding: 20px;
}

.pagerow .col p.ordertotal {
  font-size: 15px;
  font-weight: bold;
}

.checkoutarea {
  position: relative;
  padding: 15px;
}

.deliveryslot-information {
  display: none;
}
.deliveryslot-information + .deliveryslot-information .deliveryslot-notselected p {
  margin-top: 6px;
}

.dayheader .deliveryslot-information .deliveryslot-notselected p {
  color: #575756;
  font-weight: bold;
  margin: 8px 0 0 0 !important;
}

.SelectDateBackColor .dayheader .deliveryslot-information .deliveryslot-notselected {
  display: none !important;
}

.dayheader .deliveryslot-information .deliveryslot-selected {
  display: none !important;
}

.SelectDateBackColor .dayheader .deliveryslot-information .deliveryslot-selected {
  display: block !important;
}
.SelectDateBackColor .dayheader .deliveryslot-information .deliveryslot-selected p {
  color: #ffffff;
  font-weight: bold;
  margin: 8px 0 0 0;
}

.deliveryslot-notavailable {
  font-weight: bold;
  margin: 8px 0 0 0 !important;
}

.checkout-payment {
  width: 100%;
  height: 550px;
}

.checkout .siteouter main {
  padding: 10px 50px 0;
}

.checkouterror {
  background: #E7E7E7;
  padding: 10px;
  font-size: 16px;
  margin: 15px 0;
  text-align: center;
}
.checkouterror p {
  margin-bottom: 1em;
}
.checkouterror p:last-child {
  margin-bottom: 0;
}

.disabledbutton {
  opacity: 0.5;
  pointer-events: none;
}

#checkoutnav {
  -ms-zoom: 1;
  zoom: 1;
  margin-bottom: 0;
  margin-top: 10px;
}
#checkoutnav:before, #checkoutnav:after {
  content: "";
  display: table;
}
#checkoutnav:after {
  clear: both;
}
#checkoutnav ul {
  /*&:before {
      background: url(../images/COOK_left_deco_fillbg.png) no-repeat center left;
      content: '';
      width: 10%;
      height: 52px;
      display: inline-block;
      padding: 0 0 0 0;
      float: left;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco_fillbg.png) no-repeat center right;
      width: 10%;
      height: 52px;
      display: inline-block;
      padding: 0 0 0 0;
      float: left;
  }*/
}
#checkoutnav ul li {
  width: 25%;
  float: left;
  text-align: center;
  display: inline-block;
  position: relative;
  background: #efefef;
}
#checkoutnav ul li:not(.active) + li:not(.active) a:before, #checkoutnav ul li:not(.active) + li:not(.active) span:before {
  display: block;
}
#checkoutnav ul li:last-of-type a:after, #checkoutnav ul li:last-of-type span:after {
  display: none;
}
#checkoutnav ul li a, #checkoutnav ul li span {
  display: block;
  /*width: 50px;
  line-height: 60px;*/
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #575756;
  text-decoration: none;
  padding: 8px 0px 8px 10px;
}
#checkoutnav ul li a:before, #checkoutnav ul li a:after, #checkoutnav ul li span:before, #checkoutnav ul li span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
}
#checkoutnav ul li a:before, #checkoutnav ul li span:before {
  display: none;
  border: 16px solid #fff;
  border-left-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 2px;
  z-index: 1;
}
#checkoutnav ul li a:after, #checkoutnav ul li span:after {
  border: 16px solid #efefef;
  border-left-color: #efefef;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: -32px;
  z-index: 2;
}
#checkoutnav ul li a:hover {
  background: #dfdfdf;
}
#checkoutnav ul li a:hover:after {
  border-left-color: #dfdfdf;
}
#checkoutnav ul li.active {
  color: #918783;
  background: #DFE8C9;
}
#checkoutnav ul li.active a:after, #checkoutnav ul li.active span:after {
  border-left-color: #DFE8C9;
}
#checkoutnav ul li.active a:hover {
  background: #d4e0b7;
}
#checkoutnav ul li.active a:hover:after {
  border-left-color: #d4e0b7;
}

.VoucherCheckout ul li {
  width: 20%;
}

.is-hidden {
  display: none !important;
}

.fadeIn {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  animation: 0.2s linear 0.2s fadeIn forwards;
}

.editOrderOptions {
  padding: 20px 0;
  text-align: right;
}
.basketpageinfo .editOrderOptions #updateSubscription {
  display: inline-block;
}
.editOrderOptions #updateSubscription {
  text-align: left;
}

.checkout-summary > .pagerow > .col > .colcontent {
  padding: 10px 5px 0;
}
.checkout-summary .vouchertoggle {
  margin-top: 5px;
  padding: 0 0 20px;
}
.checkout-summary .voucher-title {
  display: inline-block;
  margin-bottom: 0 !important;
}
.checkout-summary .arrow-toggle {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  border-bottom: 2px solid #575756;
  border-right: 2px solid #575756;
  border-radius: 1px;
  transition: all 0.1s ease-in;
  transform: rotate(45deg);
}
.checkout-summary .arrow-toggle--open {
  transform: rotate(-135deg);
  margin: 7px 0 0 10px;
}
.checkout-summary .continuebutton {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px 9px;
}
.checkout-summary .carrier-bags, .checkout-summary .delivery-msg {
  font-style: italic;
  font-size: 14px;
  margin-left: 28px;
  margin-top: 5px;
  display: block;
}
.checkout-summary .xmas-free-bags {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #D9E6EC;
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.instructions-title {
  margin-bottom: 10px !important;
  display: inline-block;
}

.checkout .currentbillingaddressouter.colcontent, .checkout .currentaddresscol.colcontent {
  margin-bottom: 0;
}
.checkout .currentbillingaddressouter.colcontent + .colcontenttickbox, .checkout .currentaddresscol.colcontent + .colcontenttickbox {
  margin-top: 10px;
}
.checkout .currentaddresscol .hdinfo {
  box-sizing: border-box;
}
.checkout .col.colthreequarter {
  position: static;
}
.checkout .nopaddingbottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout .coleighty {
  width: 70%;
}
.checkout .colten {
  width: 10%;
}
.checkout .carrierInline {
  white-space: nowrap;
}
.checkout .carrierInline img, .checkout .carrierInline label {
  display: inline-block;
  white-space: normal;
}
.checkout .carrierInline img {
  vertical-align: top;
}
.checkout .carrierLabel {
  width: 80%;
}
.checkout .footer {
  margin-top: 150px;
}
.checkout .signupTickbox {
  font-style: italic;
  font-size: 14px;
  margin-left: 28px;
  margin-top: 5px;
  display: block;
}
.checkout .signupTickbox span {
  font-weight: bold;
}
.checkout .colcontenttickbox {
  padding-left: 10px;
}
@media (max-width: 720px) {
  .checkout .checkout-summary {
    position: relative;
    top: auto !important;
    right: auto;
    width: 100%;
  }
}

.deladdr_new {
  display: block;
  margin-bottom: 5px;
}
.deladdr_new label {
  display: block;
  background: #aebbb8;
  padding: 10px 5px 10px 30px;
  position: relative;
  font-size: 15px;
}
.deladdr_new label input {
  position: absolute;
  top: 5px;
  left: 5px;
}

.giftmessageouter {
  margin: 15px 0 0 0;
  overflow: hidden;
  padding-bottom: 3px;
}
.giftmessageouter fieldset {
  margin-bottom: 0;
  padding-bottom: 0;
}
.giftmessageouter fieldset #giftmessagearea {
  margin-bottom: 0;
}

.pagerow .col .colcontent .deliverydisclaimer {
  margin-top: -20px;
  font-weight: bold;
  padding: 12px 15px;
  background: #D9E6EC;
  margin-bottom: 20px;
}
.pagerow .col .colcontent .deliverydisclaimer p {
  font-size: 16px;
  margin-bottom: 0;
}

.deliveryvan {
  float: right;
  margin: 0 0 20px 20px;
}

.ui-datepicker {
  width: auto !important;
  max-width: 350px;
}

#checkoutshopmap {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 15px;
}

.shoppingresults {
  text-align: center;
}
.shoppingresults p {
  text-align: center;
}

.ccoption {
  float: left;
  position: relative;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 720px) {
  .ccoption {
    width: 100% !important;
  }
}

.cctext {
  clear: both;
}

.calendarpicker {
  clear: both;
}

.ccslot {
  background-color: #f4f4f4;
  color: #5e9db4;
  font-family: "hugos_handregular";
  padding: 7px 0 7px;
  font-size: 18px;
  line-height: 23.4px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #e6e1dd;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /*float: left;
  text-align: center;
  margin-bottom: 10px;
  height: 150px;
  width: 150px;
  position: relative;
  cursor: pointer;
  background: url(../images/cc-selection-inactive.png) no-repeat;

  &:hover {
      background: url(../images/cc-selection-hover.png) no-repeat;
  }

  &.selected {
      background: url(../images/cc-selection-active.png) no-repeat;

      p {
          color: $navigationcolour; 
      }
  }*/
}
@media (min-width: 721px) {
  .ccslot {
    width: calc(100% - 10px);
    margin-right: 10px;
    padding: 10px 10px 5px 10px;
  }
  .ccslot.nextdayslot.selected p.servicetitle {
    padding-left: 33px;
  }
}
@media (min-width: 900px) {
  .ccslot {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .ccslot {
    width: 180px;
    padding: 7px 0 7px 0;
  }
  .ccslot.nextdayslot.selected p.servicetitle {
    padding-left: 0;
  }
}
.ccslot p {
  text-align: center;
}
.ccslot:hover {
  background-color: #E7E7E7;
}
.ccslot.selected .servicetitle:before {
  content: url(../images/tick-grey2.png);
  background-size: contain;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 14px;
  top: 50%;
  margin-top: -10px;
}

.needitlater.button {
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 23.4px;
  color: #575756;
  background-color: #f4f4f4;
  border: 1px solid #e6e1dd;
  padding: 7px 0 7px;
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 721px) {
  .needitlater.button {
    width: auto;
    padding: 10px 10px 5px 10px;
  }
}
@media (min-width: 1050px) {
  .needitlater.button {
    width: 180px;
    padding: 7px 0 7px 0;
  }
}
.needitlater.button:hover {
  background-color: #E7E7E7;
}
.needitlater.button.selected .servicetitle:before {
  height: 14px;
  top: 50%;
  margin-top: -7px;
  content: url(../images/tick-grey2.png);
  position: absolute;
  left: 10px;
  width: 20px;
}

.ccslotinner p {
  font-family: "hugos_handregular";
  margin: 0;
}
.ccslotinner p.servicetitle {
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 23.4px;
  color: #575756;
  text-align: center;
  margin: 0;
}

.pagerow .servicecol.col2 {
  width: 66.6666666666%;
}

.servicecol .ccoption.futuredate.selected p.servicetitle:before {
  content: url(../images/tick-grey2.png);
  background-size: contain;
  position: relative;
  left: 32px;
  width: 20px;
  height: 14px;
  top: 3px;
  margin-top: -10px;
  z-index: 9999;
}
@media (min-width: 721px) {
  .servicecol .ccoption.futuredate.selected p.servicetitle:before {
    position: absolute;
    left: 14px;
    width: 20px;
    top: 20px;
  }
}
.servicecol .ccoption.futuredate.selected p.servicetitle a {
  width: 192px;
  padding-left: 19px;
  margin-right: 20px;
}
@media (min-width: 721px) {
  .servicecol .ccoption.futuredate.selected p.servicetitle a {
    margin-right: 0;
    padding-left: 30px;
  }
}
.servicecol .ccbutton {
  margin-top: 5px;
}

.ccslotinfo {
  width: 65px;
  margin-top: 32px;
  float: left;
  text-align: center;
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-transform: none;
  font-size: 18px;
}
@media (min-width: 721px) {
  .ccslotinfo {
    display: none;
  }
}
@media (min-width: 900px) {
  .ccslotinfo {
    display: inline-block;
  }
}

.taskunitHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  -o-flex-flow: column;
  flex-flow: column;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
.taskunitHeader div.dayheader {
  margin: 2px 0 2px;
  padding: 10px 2px;
  font-weight: normal;
  min-height: 55px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
}

.taskunit #divInnerSlotOuter .deliveryslot-selected {
  display: none;
}

#slotScheduler {
  width: 100%;
  float: left;
}
#slotScheduler #prevDiv, #slotScheduler #NextDiv {
  width: 20%;
  float: left;
  height: 29px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 10px;
}
#slotScheduler #prevDiv [disabled=disabled], #slotScheduler #NextDiv [disabled=disabled] {
  pointer-events: none;
  opacity: 0.5;
}
#slotScheduler #prevDiv {
  text-align: left;
}
#slotScheduler #WeekDiv {
  width: 60%;
  text-align: center;
  float: left;
  vertical-align: middle;
  height: 25px;
  display: inline-block;
  padding-top: 5px;
}
#slotScheduler #NextDiv {
  text-align: right;
}
#slotScheduler #slotSchedulerOuter {
  float: left;
  width: calc(100% + 4px);
  margin: 0 -2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#slotScheduler #slotSchedulerOuter *, #slotScheduler #slotSchedulerOuter *:before, #slotScheduler #slotSchedulerOuter *:after {
  box-sizing: inherit;
}
#slotScheduler #slotSchedulerOuter .DayItem {
  -webkit-box-flex: 1 1 14.2857142857%;
  -moz-box-flex: 1 1 14.2857142857%;
  -webkit-flex: 1 1 14.2857142857%;
  -ms-flex: 1 1 14.2857142857%;
  flex: 1 1 14.2857142857%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: none;
  clear: none;
  box-sizing: border-box;
  max-width: 14.2857142857%;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit {
  box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
  width: calc(100% - 4px);
  padding: 2px 2px;
  font-weight: 100 !important;
  margin: 2px 2px;
  cursor: pointer;
  font-size: 16px;
  min-height: 66px;
  text-align: center;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit:last-child {
  border-bottom: none;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit:hover #divInnerSlotOuter {
  background-color: rgba(118, 141, 135, 0.3);
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit.NoSlot {
  background: #fff;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit.noslots {
  background: #fff;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit.noslots > div {
  border: 2px solid #ccc;
  padding: 10px 2px;
  border-radius: 3px;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit.active div, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.active strong, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.active .slotName {
  color: #fff;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit.active #divInnerSlotOuter {
  background: #768d87;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit input {
  display: none;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit strong {
  display: block;
  font-size: 16px;
  margin-top: 6px;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit > div {
  min-height: 62px;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit.noslots, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.fully-booked {
  opacity: 0.5;
  pointer-events: none;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit.noslots #divInnerSlotOuter, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.fully-booked #divInnerSlotOuter {
  border: 2px solid #ccc;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit.noslots > div {
  line-height: 19px;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit.NoSlot {
  display: none;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit #divInnerSlotOuter {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: 2px solid #768d87;
  padding: 10px 2px;
  border-radius: 3px;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit #divInnerSlotOuter #divInnerSlot1 {
  text-align: left;
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}
#slotScheduler #slotSchedulerOuter .DayItem .taskunit #divInnerSlotOuter #divInnerSlot2 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  padding-left: 2px;
}

.SelectDateBackColor div.dayheader {
  background-color: #918783 !important;
}
.SelectDateBackColor div.dayheader .slotDate {
  color: #ffffff !important;
}

.DayItem {
  cursor: default;
}
.DayItem.unavailable {
  pointer-events: none;
}
.DayItem.unavailable .taskunitHeader .dayheader > span {
  opacity: 0.5;
}

.calendarbutton {
  background: rgba(118, 141, 135, 0.3);
  border: none;
  padding: 8px 12px;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

#calendarpickupdetails, #chosendate {
  font-family: "hugos_handregular";
  font-size: 18px;
  color: #768d87;
  padding: 10px 0;
  display: inline-block;
}

#CCShopCapacity, #availableCCslots {
  font-family: "hugos_handregular";
  font-size: 18px;
  color: #575756;
  line-height: 24px;
}

#chosendate, #CCShopCapacity {
  color: #575756;
  padding-right: 10px;
}

.middleSection {
  float: right;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.datepickerDiv {
  float: left;
  min-width: 240px;
  box-sizing: border-box;
}

@media (max-width: 810px) {
  .datepickerDiv {
    width: 52%;
  }
}
@media (max-width: 650px) {
  .middleSection {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .datepickerDiv {
    float: left;
    width: 100%;
    min-width: 240px;
  }
}
.basketpageinfo .basketmessageinner .pagerow .col h2 {
  text-align: left;
  line-height: 30px;
}

.basketpageinfo.basketmessage .basketmessageinner .basketad {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.basketpageinfo.basketmessage .basketmessageinner .basketad img {
  padding: 30px 10px 0;
  max-width: 100%;
}

#ajaxloader {
  position: absolute;
  top: 0;
  right: 0;
}

#ajaxloader.popupajaxloader {
  left: 30%;
  right: 30%;
  text-align: center;
  top: 180px;
  background: #fff;
  z-index: 1000;
  padding: 20px;
  border: solid 1px #575756;
}

.addresslookup {
  appearance: none;
  -webkit-appearance: none;
  margin: 5px 0;
}
.addresslookup option {
  padding: 5px;
}

.availablemessage {
  padding: 8px;
  text-align: center;
  background: #E7E7E7;
  clear: both;
  width: 100%;
  margin: 8px 0;
}

.smallavailablemessage {
  padding: 15px;
  text-align: center;
  background: #E7E7E7;
  max-width: 330px;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}

.cconlyshop {
  width: auto;
}

.shoppingresultsinfo .hoversource {
  padding-bottom: 40px;
}
.shoppingresultsinfo .mobile-dropdown-content .more-details {
  text-align: center;
  width: 100% !important;
}
.shoppingresultsinfo .shoppingintro .pagerow .col.col1 {
  background: none;
}
.shoppingresultsinfo .sidesection .col.col1 {
  text-align: center;
}

.shoppingdetails .small {
  margin-top: 0;
  margin-bottom: 0;
}
.shoppingdetails .small.delivery-days, .shoppingdetails .small.delivery-days.smaller {
  font-family: "hugos_handregular";
  font-size: 21px;
  line-height: 28.6px;
  color: #768d87;
  padding-bottom: 5px;
  display: inline-block;
}
.shoppingdetails .small.delivery-days a, .shoppingdetails .small.delivery-days.smaller a {
  font-family: "hugos_handregular";
  font-size: 18px;
  color: #918783;
}
.shoppingdetails .small.delivery-days strong, .shoppingdetails .small.delivery-days.smaller strong {
  font-family: "hugos_handregular";
  font-size: 18px;
  color: #918783;
  font-weight: 400;
}
.shoppingdetails .small.delivery-days.smaller {
  font-size: 18px;
  padding-bottom: 0;
}
.shoppingdetails .wereopen {
  margin-top: 10px;
}
.shoppingdetails .small + .small {
  margin-top: -5px;
}
.shoppingdetails p.shop-name {
  position: relative;
  margin: 20px 0 10px;
  font-family: "hugos_handregular";
  font-size: 18px;
  line-height: 22px;
  color: #918783;
}
.shoppingdetails .actionbutton.button {
  position: relative;
  padding: 10px 20px 9px 20px;
}
.shoppingdetails .actionbutton.button img {
  position: absolute;
  top: 6px;
  left: 10px;
}
.shoppingdetails .left-wrapper {
  float: left;
  width: 50%;
}
.shoppingdetails .left-wrapper.full-width {
  width: 100%;
}
.shoppingdetails .right-wrapper {
  float: left;
  text-align: center;
  width: 50%;
}
.shoppingdetails .right-wrapper .button {
  text-align: center;
}

.more-details {
  text-align: left;
}
.more-details .col.col1 .colcontent {
  margin-bottom: 0;
}
.more-details .col.col1 h3 {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .more-details .col.col1 h3 {
    text-align: center !important;
  }
}
.more-details .col2 + .col2 .colcontent {
  padding-left: 0;
}
.more-details ul {
  list-style-position: inside;
}
.more-details .small.delivery-days.online-call {
  color: #768d87;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  margin-top: 10px;
}
.more-details .small.delivery-days.online-call a {
  color: #768d87;
  text-decoration: none;
}
.more-details .small.delivery-days.online-call a.online-call-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .more-details .small.delivery-days.online-call a.online-call-mobile {
    display: none;
  }
}
.more-details .small.delivery-days.online-call a.online-call-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .more-details .small.delivery-days.online-call a.online-call-desktop {
    display: block;
  }
}

#shoppingPostcode {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 202px;
  box-sizing: border-box;
  border: 1px solid #e6e1dd;
  letter-spacing: 0;
}

#get-going {
  height: 40px;
}

#Content_heading {
  padding-bottom: 10px;
}

#IncludeGiftMessage {
  margin-left: 0;
}

#giftmessagearea {
  margin-top: 10px;
}

.paymentoptions {
  margin-bottom: 20px;
}
.paymentoptions:after {
  content: "";
  display: table;
  clear: both;
}
.paymentoptions img {
  max-width: 50px;
  display: inline;
  border-radius: 3px;
  float: left;
  margin-top: -6px;
}
.paymentoptions .radio {
  margin-bottom: 15px;
  float: left;
  clear: both;
}
.paymentoptions .checkbox-label,
.paymentoptions #SaveCardDetails {
  float: left;
}
.paymentoptions .save-card-details-label {
  float: left;
}
.paymentoptions .card-info {
  font-size: 14px;
  float: left;
  margin-left: 8px;
  margin-top: -8px;
}
.paymentoptions .radio-label::before {
  float: left;
}
.paymentoptions .payment-options-title {
  font-size: 20px !important;
  margin-bottom: 20px !important;
  margin-top: -10px !important;
}

.registerdetails label {
  margin-bottom: 10px;
}

.input-styling {
  padding: 8px 10px 8px;
  border: none;
  font-family: "Gill Sans W01 Medium", sans-serif;
  margin-bottom: 10px;
  border-radius: 3px;
  line-height: 23.4px;
  border: 1px solid #e6e1dd;
}

.selectexistingaddress .fuzzy, .selectexistingaddress #NewAddressForm input:not([type=submit]), #NewAddressForm .selectexistingaddress input:not([type=submit]) {
  height: 41px;
}
.selectexistingaddress .fuzzy.input-styling, .selectexistingaddress #NewAddressForm input.input-styling:not([type=submit]), #NewAddressForm .selectexistingaddress input.input-styling:not([type=submit]) {
  padding: 8px 10px 8px;
  border: none;
  font-family: "Gill Sans W01 Medium", sans-serif;
  margin-bottom: 10px;
  border-radius: 3px;
  line-height: 23.4px;
  border: 1px solid #e6e1dd;
}

#NewAddressForm input:not([type=submit]) {
  border: 1px solid #e6e1dd;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
#NewAddressForm input:not([type=submit]).input-styling {
  padding: 8px 10px 8px;
  border: none;
  font-family: "Gill Sans W01 Medium", sans-serif;
  margin-bottom: 10px;
  border-radius: 3px;
  line-height: 23.4px;
  border: 1px solid #e6e1dd;
}
#NewAddressForm label {
  margin-bottom: 10px;
}
#NewAddressForm .fieldgroup {
  margin-bottom: 0;
}
#NewAddressForm .col1 {
  margin-right: 30px;
  width: calc(100% - 30px);
}
#NewAddressForm .col2 {
  margin-right: 30px;
  width: calc(50% - 30px);
}

#btnChooseAnotherDate {
  cursor: pointer;
  text-decoration: underline;
}

.thanksgiftvoucher a img {
  height: 100%;
  width: 100%;
}

.addvoucher input, .addvoucher .button {
  box-sizing: border-box;
  float: left;
}
.addvoucher #inputContainer {
  margin-top: 10px;
}
.addvoucher #NewVoucherCode {
  width: 72% !important;
  margin-bottom: 0 !important;
}
.addvoucher .button {
  width: 25%;
  padding: 7px 0 6px;
  text-align: center;
  margin-left: 2%;
}
.addvoucher small {
  font-style: italic;
  font-size: 14px;
  float: left;
  margin-bottom: 10px;
}
@media only screen and (min-width: 721px) and (max-width: 900px) {
  .addvoucher #NewVoucherCode {
    width: 100% !important;
  }
  .addvoucher .button {
    width: auto;
    padding: 10px 18px 5px;
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.specinstructions {
  width: 100%;
}
.specinstructions .styled-select {
  width: 100%;
}

.continue-payment {
  width: 100%;
}

#AddVoucherArea .pagerow .col.col1 .colcontent {
  padding-top: 0;
  width: 100%;
  margin-bottom: 0 !important;
}

.checkoutOuter {
  position: relative;
}

.checkout-tabs {
  text-align: center;
  display: table;
  border-bottom: 1px solid #768d87;
  margin: 20px 0;
}
.checkout-tabs a, .checkout-tabs div {
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  margin: 0 10px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #768d87;
  background: #f4f4f4;
  margin-bottom: -2px;
}
.checkout-tabs a.active, .checkout-tabs div.active {
  border: 1px solid #768d87;
  border-bottom: 2px solid #fff;
  background: #ffffff;
  opacity: 1;
}
.checkout-tabs a img, .checkout-tabs a span, .checkout-tabs div img, .checkout-tabs div span {
  vertical-align: middle;
  display: inline-block;
}
.checkout-tabs a span, .checkout-tabs div span {
  font-size: 18px;
  padding: 10px;
}

#DatePickerCalender {
  display: none;
}

#NeedCustomerAddress-form div {
  box-sizing: border-box;
}
#NeedCustomerAddress-form .button {
  float: left;
}
#NeedCustomerAddress-form fieldset {
  overflow: hidden;
}
#NeedCustomerAddress-form fieldset .fieldgroup {
  overflow: hidden;
  margin-bottom: 0;
}
#NeedCustomerAddress-form fieldset .fieldgroup input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px 8px;
  line-height: 23.4px;
  border-radius: 3px;
  border: 1px solid #777;
  font-size: 16px;
  letter-spacing: 1px;
}
#NeedCustomerAddress-form fieldset .fieldgroup.field1 .fieldcolumn .col.col2 {
  width: 100% !important;
}
@media only screen and (min-width: 800px) {
  #NeedCustomerAddress-form fieldset .fieldgroup.field1 .fieldcolumn .col.col2 {
    width: 50% !important;
  }
}
#NeedCustomerAddress-form fieldset .fieldgroup.field1 .fieldcolumn .col.col2 input {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 800px) {
  #NeedCustomerAddress-form fieldset .fieldgroup.field1 .fieldcolumn .col.col2 input {
    width: calc(100% - 7.5px);
  }
}
@media only screen and (min-width: 800px) {
  #NeedCustomerAddress-form fieldset .fieldgroup.field1 .fieldcolumn .col.col2:nth-child(2n) label {
    padding-left: 7.5px;
  }
}
@media only screen and (min-width: 800px) {
  #NeedCustomerAddress-form fieldset .fieldgroup.field1 .fieldcolumn .col.col2:nth-child(2n) input {
    margin-left: 7.5px;
  }
}
#NeedCustomerAddress-form fieldset .fieldgroup.field3 .fieldcolumn {
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 800px) {
  #NeedCustomerAddress-form fieldset .fieldgroup.field3 .fieldcolumn {
    width: calc(33.33% - 10px);
  }
}
@media only screen and (min-width: 800px) {
  #NeedCustomerAddress-form fieldset .fieldgroup.field3 .fieldcolumn:nth-child(2n) {
    margin: 0 15px;
  }
}
#NeedCustomerAddress-form fieldset .fieldgroup .addresslookuplist {
  width: 100%;
  border-radius: 3px;
}
#NeedCustomerAddress-form fieldset .fieldgroup .addresslookuplist.error {
  border-color: red;
}
#NeedCustomerAddress-form label {
  display: none;
}
#NeedCustomerAddress-form label.NeedCustomerAddress_label {
  display: block !important;
  margin-bottom: 10px;
}

#NewAddressForm label {
  display: none;
}
#NewAddressForm label.NeedCustomerAddress_label {
  display: block !important;
  margin-bottom: 10px;
}

.noBillingAddress {
  min-height: 150px;
}

.addressLoader {
  margin-top: 30px;
  position: absolute;
  width: 64px;
  height: 64px;
  left: calc(50% - 32px);
}
.addressLoader.hidden2 {
  display: none;
}

.addressLoader:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #768d87;
  border-color: #768d87 transparent #768d87 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.addressLoader2 {
  margin: 5px 0 0 25px;
  position: relative;
  width: 31px;
  height: 31px;
  left: 0;
  float: left;
}

.addressLoader2:after {
  content: " ";
  display: block;
  width: 22px;
  height: 22px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #768d87;
  border-color: #768d87 transparent #768d87 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.payment-icons {
  padding: 10px 0 5px;
}
div.payment-icons img {
  height: 53px;
}

.pagerow div.boxpurchaseouter.col {
  background: rgba(217, 230, 236, 0.5);
  margin-top: 20px;
}
.pagerow div.boxpurchaseouter.col .colcontent {
  margin: 0;
  padding: 10px 10px 12px;
}
.pagerow div.boxpurchaseouter.col h3 {
  text-align: left;
  margin-bottom: 5px;
}

.giftcard-action {
  display: block;
  padding: 8px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #575756;
  margin: 3px 0 8px;
}

.discount-code-button-wrapper {
  display: block !important;
}

.discountcode-action {
  float: none !important;
  display: block;
  padding: 5px 15px 4px !important;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #575756;
  margin: 0 0 8px 0 !important;
  width: auto !important;
}
.discountcode-action.hidden {
  display: none;
}

.giftcard-action p {
  margin: 0 !important;
}

.giftcard__modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10002;
}
.giftcard__body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 764px;
  width: 100%;
  background: #fff;
  /* margin: 0 20px; */
  z-index: 10003;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .giftcard__body {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .giftcard__body {
    max-width: 400px;
  }
}
@media (max-width: 415px) {
  .giftcard__body {
    max-width: 345px;
  }
}
.giftcard__img {
  padding: 20px;
  flex-basis: 50%;
  text-align: center;
}
@media (max-width: 800px) {
  .giftcard__img {
    display: none;
  }
}
.giftcard__img .nav-tabs {
  border-bottom: 3px solid #768d87;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.giftcard__img .nav-tabs li {
  cursor: pointer;
  list-style-type: none !important;
  display: inline-block;
  margin-left: 0 !important;
  line-height: 1 !important;
  flex-basis: 49%;
  transition: all 0.1s ease-in;
}
.giftcard__img .nav-tabs li.active {
  background-color: #eee;
}
.giftcard__img .nav-tabs li.active:hover {
  background-color: #eee;
}
.giftcard__img .nav-tabs li:hover {
  background-color: #f5f5f5;
}
.giftcard__img .nav-tabs li a {
  text-decoration: none;
  display: inline-block !important;
  padding: 14px 0 10px;
  font-size: 18px;
}
.giftcard__content {
  text-align: center;
  padding: 25px 15px 10px;
  flex-basis: 50%;
  border-left: 1px solid #bbb;
  margin: 15px 0;
}
@media (max-width: 800px) {
  .giftcard__content {
    flex-basis: 100%;
  }
}
@media (max-width: 414px) {
  .giftcard__content {
    padding: 5px 15px 0;
  }
}
.giftcard__content--heading {
  font-size: 35px !important;
}
.giftcard__content--subheading {
  font-weight: bold;
  margin-top: 0 !important;
}
.giftcard__content__item {
  display: none;
}
.giftcard__content__item.active {
  display: block;
}
.giftcard__content .main-error {
  background: rgba(240, 0, 0, 0.08);
  padding: 12px;
  margin-bottom: 10px;
  text-align: center;
  display: none;
}
.giftcard__content .main-error small {
  font-size: 13px;
  color: #f00000;
}
.giftcard__content .giftcard__addAnotherCode {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 15px;
}
.giftcard__content .giftcard__addAnotherCode p.giftcard__confirmation {
  font-size: 20px;
  margin-top: 15px;
}
.giftcard__content .giftcard__total {
  margin-top: 18px;
}
.giftcard__content .giftcard__total p {
  margin: 0 !important;
}
.giftcard__content .giftcard__total .amount-total {
  font-weight: 700;
  font-size: 18px;
}
.giftcard__content .giftcard--confirmedCodes {
  font-size: 15px;
}
@media (max-width: 600px) {
  .giftcard__content .giftcard--confirmedCodes {
    overflow-y: scroll;
    height: 88px;
  }
}
.giftcard__content .giftcard--confirmedCodes p {
  margin-bottom: 10px;
}
.giftcard__content .giftcard--confirmedCodes ul {
  padding: 0;
  text-align: left;
}
.giftcard__content .giftcard--confirmedCodes ul li {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 6px 0;
  background: rgba(223, 232, 201, 0.6);
  font-size: 15px;
  position: relative;
  border-bottom: 2px solid #ddd;
}
.giftcard__content .giftcard--confirmedCodes ul li span.code {
  display: inline-block;
  width: 130px;
}
.giftcard__content .giftcard--confirmedCodes ul li span.amount {
  margin-right: 35px;
  font-weight: 700;
}
.giftcard__content .giftcard--confirmedCodes ul li span.removeCode {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 2px;
  border-radius: 3px;
  background: #575756;
  transform: rotate(-45deg) translateY(-50%);
  cursor: pointer;
}
.giftcard__content .giftcard--confirmedCodes ul li span.removeCode:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  border-radius: 3px;
  background: #575756;
  transform: rotate(-90deg);
}
.giftcard__content .form__control {
  text-align: left;
  margin: 20px 0 10px;
}
.giftcard__content .form__control label {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 2px;
  font-size: 15px;
}
.giftcard__content .form__control label span {
  color: #ff0000;
  font-size: 20px;
}
.giftcard__content .form__control input {
  margin-bottom: 10px;
  border: 1px solid #e6e1dd;
  box-sizing: border-box;
  width: 100%;
}
.giftcard__content .form__control small {
  margin-left: 1px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #f00000;
  display: none;
}
@media (max-width: 767px) {
  .giftcard__content .form__control small {
    text-align: left;
  }
}
.giftcard__content .form__control.is-error {
  background: none;
  padding: 0 !important;
}
.giftcard__content .form__control.is-error input {
  margin-bottom: 6px;
  border: 1px solid #cf5053;
}
.giftcard__content .form__control.is-error small {
  display: block;
  margin-left: 2px;
}
.giftcard__content .form-button {
  background-color: #5e9db4;
  font-family: "Gill Sans W01 Medium", sans-serif;
  padding: 9px 18px 8px;
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
}
.giftcard__content .form-button:hover {
  background-color: #478298;
}
.giftcard__content .form-button__text {
  color: #fff;
  transition: all 0.2s;
}
.giftcard__content .form-button--loading .form-button__text {
  visibility: hidden;
  opacity: 0;
}
.giftcard__content .form-button--loading::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.giftcard__close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #768d87;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.giftcard__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 2px;
  background: #fff;
}
.giftcard__close span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#giftCardImg div {
  margin-top: 16px;
  height: 200px;
  width: 100%;
  background-image: url("https://assets.cookfood.net/gift-cards/giftcard_checkout_graphics3.jpg");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position-x: center;
}

#eGiftCardImg div {
  margin-top: 16px;
  height: 200px;
  width: 100%;
  background-image: url("https://assets.cookfood.net/gift-cards/giftcard_checkout_graphics2.jpg");
  background-repeat: no-repeat;
  background-size: 59%;
  background-position-x: center;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cancelSubscription {
  color: #a00000;
  margin: 10px 0;
}

#MainDeliveryForm {
  display: flex;
}
#MainDeliveryForm .checkout-details-area {
  flex: 1 0 0;
}
#MainDeliveryForm .checkout-summary-area {
  width: 250px;
  margin-left: 50px;
}
@media (max-width: 933px) {
  #MainDeliveryForm {
    display: block;
  }
  #MainDeliveryForm .checkout-summary-area {
    width: 100%;
    margin-left: 0;
  }
}

.newstyles h1, .newstyles .VoucherSentToEmail {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1.7rem;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #575756;
  padding-bottom: 10px;
}

#MainDeliveryForm h2, .newstyles h2 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  font-size: 1.5rem !important;
  margin-bottom: 10px !important;
  color: #768d87 !important;
}

.newstyles h3 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #768d87;
}

.currentaddresscol {
  display: flex;
}
.currentaddresscol > .addresscol {
  width: 50%;
}
@media (max-width: 999px) {
  .currentaddresscol {
    display: block;
  }
  .currentaddresscol > .addresscol {
    width: 100%;
    margin-bottom: 25px;
  }
}

#giftmessagearea textarea {
  width: 100%;
}

#delivery-service-intro, .servicecol, .clickcollectshop {
  border-top: solid 1px #e6e1dd;
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
}

.continue-payment {
  border-top: solid 1px #e6e1dd;
  padding-top: 15px;
  margin-top: 15px;
}

.voucher-code {
  background: #e6e1dd;
  font-family: Courier New, Courier, monospace;
  padding: 2px;
}

#discountCodeAction, #giftCardAction {
  display: block;
  text-align: center;
}

.clickcollectshop {
  display: flex;
}
.clickcollectshop > div {
  width: 50%;
}

.addMoreMeals {
  margin: 10px auto;
  min-width: 200px;
}

@media (max-width: 1023px) {
  .checkout .bodyouter .siteouter main {
    padding: 10px 10px 0;
  }
  .checkout .mobile-search {
    display: none;
  }
  .checkout .bodyouter {
    padding-top: 87px;
  }
}
@media (max-width: 850px) {
  .checkout-summary > .col > .colcontent {
    padding: 10px 0 0;
  }
  .checkout-summary > .col > .colcontent .col .colcontent {
    padding: 10px 5px 0;
  }
}
@media (min-width: 721px) {
  section#DeliveryService .checkout-summary {
    right: -33% !important;
    width: 33% !important;
  }
}
@media (max-width: 720px) {
  .checkout-summary {
    position: static;
    width: 100% !important;
    right: 0 !important;
  }
  .checkout-payment {
    width: 100%;
    height: 950px;
  }
  .pagerow .col.ccoption {
    width: 100% !important;
  }
  .ccslotinfo {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .ccslot, .needitlater.button {
    width: auto;
  }
  .ccoption .ccslot, .ccoption .needitlater.button {
    min-width: 180px;
  }
  .checkout .pagerow .col {
    float: none !important;
  }
}
@media (max-width: 460px) {
  .ccslotinfo {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .checkout-summary {
    box-sizing: border-box;
  }
  .checkout-summary *, .checkout-summary *:before, .checkout-summary *:after {
    box-sizing: inherit;
  }
  .pagerow .col .colcontent.continue-payment {
    padding: 10px 5px 0;
  }
  .basket img {
    display: none;
  }
  .basket td.imagecell {
    padding: 0;
    width: 0;
  }
  .basket td {
    font-size: 15px;
  }
  .pagerow .col .colcontent.currentdeliveryaddressouter {
    margin-bottom: 0;
  }
  .orderlist th {
    display: none;
  }
  .orderlist tr {
    border-bottom: solid 1px #ccc;
  }
  .orderlist td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .orderlist td.order_orderbutton {
    width: auto;
    display: inline-block;
  }
  .orderlist .order_repeatdelivery:before {
    content: " Subscription Delivery:  ";
  }
  .orderlist .order_ordernumber:before, .orderlist .Sub_Order_Number:before {
    content: " Order Number: ";
  }
  .orderlist .order_orderdate:before, .orderlist .Sub_Order_Date:before {
    content: " Order Date: ";
  }
  .orderlist .order_deliverydate:before, .orderlist .Sub_Delivery_Date:before {
    content: " Delivery Date: ";
  }
  .orderlist .order_ordervalue:before, .orderlist .Sub_Order_Value:before {
    content: " Order Value: ";
  }
  .orderlist .order_orderstatus:before, .orderlist .Sub_Order_Status:before {
    content: " Status : ";
  }
  .orderlist .Sub_Frequency:before {
    content: " Weekly Frequency : ";
  }
  .orderitems tr {
    border-bottom: solid 1px #e6e6e6;
  }
  .orderitems tr:nth-child(1) {
    border-top: solid 1px #e6e6e6;
  }
  .orderitems tr.headerline {
    display: none;
  }
  .orderitems tr.odd, .orderitems tr.even {
    padding: 5px 10px;
  }
  .orderitems tr.odd td, .orderitems tr.even td {
    padding: 5px 0;
  }
  .orderitems tr.odd td.order_productname, .orderitems tr.even td.order_productname {
    padding: 5px 0;
  }
  .orderitems tr th {
    border: 0;
    padding: 5px 10px;
    display: inline-block;
  }
  .orderitems tr th.px {
    width: 48%;
    display: inline-block;
    box-sizing: border-box;
  }
  .orderitems tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .orderitems tr td.mobile-hide {
    display: none;
  }
  .orderitems tr td.order_orderbutton {
    width: auto;
    display: inline-block;
  }
  .orderitems .order_productname {
    font-weight: bold;
  }
  .orderitems .order_quantity:before {
    content: " Qty: ";
  }
  .orderitems .order_price:before {
    content: " Unit Price: ";
  }
  .orderitems .order_lineprice:before {
    content: " Line Price: ";
  }
}
@media (max-width: 480px) {
  .currentaddresscol.col.col2 {
    width: 100% !important;
  }
  .currentaddresscol.col.col2 .colcontent {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .basket .button.proceedtocheckout, .basket .button.secondary {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-top: 20px;
    text-align: center;
  }
  .basket .continue-shopping-link {
    white-space: nowrap;
  }
  .basket .button.secondary {
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .basket tr, .basket th, .basket td {
    display: block;
  }
  .basket tr.px, .basket th.px, .basket td.px {
    text-align: left;
  }
  .basket tr.title, .basket th.title, .basket td.title {
    display: none;
  }
  .basket div.uses-popup {
    display: block !important;
  }
  .basket tr.basketrow {
    -ms-zoom: 1;
    zoom: 1;
    display: block;
    padding: 10px 0;
    border-bottom: dotted 1px;
  }
  .basket tr.basketrow:before, .basket tr.basketrow:after {
    content: "";
    display: table;
  }
  .basket tr.basketrow:after {
    clear: both;
  }
  .basket tr.basketrow.remove {
    opacity: 0.5;
    pointer-events: none;
  }
  .basket tr.basketrow img {
    display: block;
    max-width: 100%;
  }
  .basket tr.basketrow td {
    display: block;
    border-bottom: none;
    margin-left: 120px;
  }
  .basket tr.basketrow td .sbl {
    font-weight: bold;
  }
  .basket tr.basketrow td.imagecell {
    width: 120px;
    float: left;
    margin-left: 0;
  }
  .basket tr.basketrow td.priceeach:before {
    content: "Price Each: ";
  }
  .basket tr.basketrow td.quantity:before {
    content: "Qty: ";
  }
  .basket tr.basketrow td.lineprice {
    font-weight: bold;
  }
  .basket tr.basketrow td.lineprice:before {
    content: "Line Total: ";
  }
  .basket tr.totalline {
    -ms-zoom: 1;
    zoom: 1;
  }
  .basket tr.totalline:before, .basket tr.totalline:after {
    content: "";
    display: table;
  }
  .basket tr.totalline:after {
    clear: both;
  }
  .basket tr.totalline td {
    display: none;
  }
  .basket tr.totalline th {
    float: left;
    width: 50%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .basket tr.totalline th:nth-child(2) {
    width: 70%;
  }
  .basket tr.totalline th:nth-child(3) {
    width: 30%;
    text-align: right;
  }
  .trash a {
    padding: 0 !important;
  }
  .trash a .fa {
    height: 35px;
    padding-top: 10px;
    display: block;
  }
  #WeekDiv {
    display: none !important;
  }
  #prevDiv, #NextDiv {
    width: 50% !important;
  }
  #prevDiv a, #NextDiv a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) and (min-width: 0px) {
  #FirstDate {
    font-weight: 300;
    font-size: 13px !important;
  }
  #LastDate {
    font-weight: 300;
    font-size: 13px !important;
  }
}
@media (max-width: 890px) and (min-width: 541px) {
  #WeekDiv {
    width: 50% !important;
    font-size: 14px !important;
  }
  #prevDiv {
    width: 25% !important;
  }
  #NextDiv {
    width: 25% !important;
  }
  #FirstDate {
    font-weight: 300;
    font-size: 14px !important;
  }
  #LastDate {
    font-weight: 300;
    font-size: 14px !important;
  }
}
@media (min-width: 839px) and (max-width: 993px) {
  .taskunit.OptiondivDay0 span, .taskunit.OptiondivDay1 span, .taskunit.OptiondivDay2 span,
  .taskunit.OptiondivDay3 span, .taskunit.OptiondivDay4 span, .taskunit.OptiondivDay5 span,
  .taskunit.OptiondivDay6 span {
    line-height: 20px;
    position: relative;
    display: block;
  }
}
/*@media (max-width: 580px) {

    .taskunitHeader {
        .dayheader {
            font-size: 14px;
        }
    }

    .taskunit {
        &.noslots, &:not(.selected) {
            display: none;
        }

        &.selected {
            width: calc(100vw - 50px) !important;
            margin-left: calc(-100vw + 94px) !important;
        }
    }
}*/
@media (max-width: 580px) and (min-width: 0px) {
  .mobhide {
    display: none;
  }
  .slotDate {
    padding: 0 3px 3px;
  }
  .SelectDateBackColor div.dayheader .slotDate {
    color: #fff;
  }
  .taskunitHeader {
    width: 100% !important;
    background: none;
  }
  .taskunitHeader .dayheader {
    margin-bottom: 4px;
  }
  #slotScheduler #slotSchedulerOuter {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  #slotScheduler #slotSchedulerOuter .DayItem {
    pointer-events: visible !important;
    cursor: pointer !important;
    max-width: 100%;
    display: block;
    width: 100%;
    -webkit-box-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    margin-top: 10px;
    padding: 0 5px;
  }
  #slotScheduler #slotSchedulerOuter .DayItem.available .HeaderDeliveryValue, #slotScheduler #slotSchedulerOuter .DayItem.available .deliveryslot-notselected {
    display: none !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem.available .taskunit {
    display: block !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem.unavailable {
    display: none;
  }
  #slotScheduler #slotSchedulerOuter .DayItem.NoSlot {
    display: none;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunit {
    padding: 2px 0;
    margin: 2px 0;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunit #divInnerSlotOuter {
    padding: 10px;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunit.NoSlot {
    display: none !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunit.active, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.selected {
    height: auto !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunit.active #divInnerSlotOuter, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.selected #divInnerSlotOuter {
    height: auto !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunit.fully-booked {
    pointer-events: none;
    opacity: 0.5;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunit.fully-booked .slotName {
    display: block;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunit .deliveryslot-notavailable {
    margin: 3px 0 0 0 !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunitHeader {
    display: block;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunitHeader div.dayheader {
    margin: 0;
    min-height: 0;
    background: #eee;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .HeaderDeliveryValue {
    pointer-events: visible !important;
    cursor: pointer !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .calendarbutton span {
    display: none;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .HeaderDeliveryValue.SelectDateBackColor {
    color: #fff;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .slotunits .taskunit {
    width: 50%;
    max-width: 50%;
    float: left;
    width: calc(50% - 4px);
  }
  #slotScheduler #slotSchedulerOuter .DayItem .slotunits .taskunit:nth-child(2n+2) {
    margin-left: 4px;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .slotunits .taskunit:only-child {
    width: 100%;
    max-width: 100%;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .taskunit.OptiondivDay0, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.OptiondivDay1, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.OptiondivDay2, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.OptiondivDay3, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.OptiondivDay4, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.OptiondivDay5, #slotScheduler #slotSchedulerOuter .DayItem .taskunit.OptiondivDay6 {
    display: none;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .selected {
    display: block !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .checkIsResponsive {
    display: block !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem #DatePickerCalender {
    display: none;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .HeaderDeliveryValue {
    display: block !important;
    line-height: 19.5px;
    margin-top: 3px;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .NoSlot {
    display: none !important;
  }
  #slotScheduler #slotSchedulerOuter .DayItem .deliveryslot-information + .deliveryslot-information .deliveryslot-notselected p {
    margin-top: 0px !important;
  }
}
@media (max-width: 839px) {
  .taskunit.active #divInnerSlotOuter .deliveryslot-selected {
    display: none;
    color: #ffffff;
    font-weight: bold;
    margin: 3px 0 0 0;
  }
  .taskunit.active #divInnerSlotOuter .deliveryslot-selected p {
    color: #ffffff;
    margin: 0;
  }
}
@media (min-width: 839px) and (max-width: 938px) {
  .checkIsResponsive {
    display: none !important;
  }
  #btnChooseAnotherDate {
    display: block;
  }
  #DatePickerCalender {
    display: none;
  }
}
/* Column Layout */
.contentcolumnouter {
  -ms-zoom: 1;
  zoom: 1;
}
.contentcolumnouter:before, .contentcolumnouter:after {
  content: "";
  display: table;
}
.contentcolumnouter:after {
  clear: both;
}

#contentcolumns {
  position: relative;
  width: 100%;
  -ms-zoom: 1;
  zoom: 1;
  /*
  .newslettersignup {
      background: #7b8129;
      position: relative;
      padding: 15px 10px 10px 340px;
  }

      .newslettersignup img {
          position: absolute;
          bottom: 0;
          left: 0;
      }

      .newslettersignup form {
          float: right;
          text-align: right;
      }

          .newslettersignup form label {
              display: block;
              margin-bottom: 5px;
          }

      .newslettersignup h1, .newslettersignup h2, .newslettersignup p {
          color: #690020;
      }

  #pagecontent .newslettersignup h1, #pagecontent .newslettersignup h2 {
      color: #690020;
      font-size: 2.5em;
      text-align: left;
      text-transform: none;
      margin-bottom: 10px;
  }

  #pagecontent .newslettersignup p {
      margin-bottom: 0;
  }*/
}
#contentcolumns:before, #contentcolumns:after {
  content: "";
  display: table;
}
#contentcolumns:after {
  clear: both;
}
#contentcolumns .pagecell {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
#contentcolumns .pagecell h1, #contentcolumns .pagecell .VoucherSentToEmail {
  font-family: "hugos_handregular";
  color: #768d87;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 39px;
}
#contentcolumns .pagecell h1.handwritten, #contentcolumns .pagecell .handwritten.VoucherSentToEmail {
  font-family: "handwriting" !important;
  font-size: 35px;
  line-height: 45.5px;
}
#contentcolumns .pagecell h1.squiggle, #contentcolumns .pagecell .squiggle.VoucherSentToEmail {
  text-align: center;
  color: #b1535b;
  text-transform: uppercase;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
#contentcolumns .pagecell h1.squiggle.checkout, #contentcolumns .pagecell .squiggle.checkout.VoucherSentToEmail {
  color: #768d87 !important;
}
#contentcolumns .pagecell h1.large, #contentcolumns .pagecell .large.VoucherSentToEmail {
  font-size: 62px;
  line-height: 80.6px;
  color: #4f535d;
  margin: 30px 0;
}
@media (max-width: 600px) {
  #contentcolumns .pagecell h1.large, #contentcolumns .pagecell .large.VoucherSentToEmail {
    font-size: 42px;
    line-height: 54.6px;
  }
}
@media (max-width: 420px) {
  #contentcolumns .pagecell h1.large, #contentcolumns .pagecell .large.VoucherSentToEmail {
    font-size: 36px;
    line-height: 46.8px;
  }
}
#contentcolumns .pagecell h1.upper, #contentcolumns .pagecell .upper.VoucherSentToEmail {
  text-transform: inherit;
}
#contentcolumns .pagecell h2 {
  font-family: "hugos_handregular";
  text-align: center;
  text-transform: inherit;
  margin: 10px 0;
  font-size: 30px;
  padding-bottom: 0;
  line-height: 39px;
  /*&:before {
      background: url(../images/COOK_left_deco.png) no-repeat center left;
      content: '';
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 20px 0 0;
  }

  &:after {
      content: '';
      background: url(../images/COOK_right_deco.png) no-repeat center right;
      width: 46px;
      height: $layouth2size - 10px;
      display: inline-block;
      padding: 0 0 0 20px;
  }*/
}
#contentcolumns .pagecell h2.gill {
  font-family: "Gill Sans W01 Medium", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-transform: none;
}
#contentcolumns .pagecell h2 a {
  font-family: "hugos_handregular";
  text-decoration: none;
  font: inherit;
}
#contentcolumns .pagecell h2.handwritten {
  font-family: "handwriting" !important;
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
}
#contentcolumns .pagecell h2.handwritten a {
  text-transform: none !important;
  text-align: left;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 45.5px;
  color: #768d87;
  font-family: "handwriting";
}
#contentcolumns .pagecell h2.handwritten:before, #contentcolumns .pagecell h2.handwritten:after {
  display: none;
}
#contentcolumns .pagecell h2.nosquiggle:before, #contentcolumns .pagecell h2.nosquiggle:after {
  display: none;
}
#contentcolumns .pagecell h2.small {
  text-align: left;
  text-transform: none;
  font-size: 32px;
  line-height: 41.6px;
  color: #918783;
}
#contentcolumns .pagecell h2.small:before, #contentcolumns .pagecell h2.small:after {
  display: none;
}
#contentcolumns .pagecell h2.small a {
  color: #918783;
}
#contentcolumns .pagecell h2.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
#contentcolumns .pagecell h2.hugowhite a {
  color: #768d87;
}
#contentcolumns .pagecell h2.lower {
  text-transform: none;
}
#contentcolumns .pagecell h3 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 27px;
}
#contentcolumns .pagecell h3.handwritten {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
  line-height: 31.2px !important;
}
#contentcolumns .pagecell h3.handwritten span {
  font-family: "handwriting" !important;
  text-transform: none;
  font-size: 24px !important;
}
#contentcolumns .pagecell h3.handwritten a {
  text-transform: none;
  font-family: "handwriting";
  font-size: 24px;
  line-height: 31.2px;
  color: #768d87;
  text-decoration: underline;
}
#contentcolumns .pagecell h3.nolowerpad {
  margin: 0 0 0;
}
#contentcolumns .pagecell h3 a {
  text-decoration: none;
}
#contentcolumns .pagecell h3.left {
  text-align: left;
}
#contentcolumns .pagecell h3.lower {
  text-transform: none;
}
#contentcolumns .pagecell h3.hugogreen {
  font-family: "hugos_handregular";
  color: #768d87;
}
#contentcolumns .pagecell h3.hugogreen a {
  color: #768d87;
}
#contentcolumns .pagecell h3.hugored {
  font-family: "hugos_handregular";
  color: #b1535b;
}
#contentcolumns .pagecell h3.hugored a {
  color: #b1535b;
}
#contentcolumns .pagecell h3.hugogray {
  font-family: "hugos_handregular";
  color: #918783;
}
#contentcolumns .pagecell h3.hugogray a {
  color: #768d87;
}
#contentcolumns .pagecell h3.hugoblack {
  font-family: "hugos_handregular";
  color: #6b6864;
}
#contentcolumns .pagecell h3.hugoblack a {
  color: #768d87;
}
#contentcolumns .pagecell h3.hugowhite {
  font-family: "hugos_handregular";
  color: #ffffff;
}
#contentcolumns .pagecell h3.hugowhite a {
  color: #768d87;
}
#contentcolumns .pagecell h3.lower {
  text-transform: none;
}
#contentcolumns .pagecell h4 {
  font-family: "hugos_handregular";
  text-align: center;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 25px;
}
#contentcolumns .pagecell h4.handwritten {
  font-family: "handwriting";
}
#contentcolumns .pagecell h4.handwritten a {
  text-align: center;
  font-family: "handwriting";
  font-size: 20px;
  line-height: 25px;
  color: #768d87;
}
#contentcolumns .pagecell p {
  margin: 10px 0;
  line-height: 19.5px;
  font-size: 15px;
}
#contentcolumns .pagecell p.intro {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 18px;
  line-height: 23.4px;
}
#contentcolumns .pagecellinner {
  margin: 0 10px 15px;
  position: relative;
}
#contentcolumns .pagecellinner.removepadding {
  margin: 0;
}
#contentcolumns .pagecell ul {
  margin: 0 0 1em 2em;
}
#contentcolumns .pagecell li {
  line-height: 19.5px;
  font-size: 15px;
  list-style-type: disc;
}
#contentcolumns .pagecell li.ticklist {
  line-height: 16px;
  background: url(../images/tick_transparent_black.png) no-repeat;
  padding-left: 20px;
}
#contentcolumns .shadow {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
#contentcolumns .col1, #contentcolumns .col1 .map {
  width: 25%;
}
#contentcolumns .col2, #contentcolumns .col2 .map {
  width: 50%;
}
#contentcolumns .col3, #contentcolumns .col3 .map {
  width: 75%;
}
#contentcolumns .col4, #contentcolumns .col4 .map {
  width: 100%;
}
#contentcolumns .col1.map, #contentcolumns .col1 .map {
  height: 179px;
}
#contentcolumns .col2.map, #contentcolumns .col2 .map {
  height: 250px;
}
#contentcolumns .col3.map, #contentcolumns .col3 .map {
  height: 300px;
}
#contentcolumns .col4.map, #contentcolumns .col4 .map {
  height: 400px;
}
#contentcolumns .fixedheight1, #contentcolumns .fixedheight1 .map {
  height: 100px;
  overflow: hidden;
}
#contentcolumns .fixedheight2, #contentcolumns .fixedheight2 .map {
  height: 200px;
  overflow: hidden;
}
#contentcolumns .fixedheight3, #contentcolumns .fixedheight3 .map {
  height: 300px;
  overflow: hidden;
}
#contentcolumns .fixedheight4, #contentcolumns .fixedheight4 .map {
  height: 400px;
  overflow: hidden;
}
#contentcolumns .fixedheight5, #contentcolumns .fixedheight5 .map {
  height: 500px;
  overflow: hidden;
}
#contentcolumns .style1 {
  background: transparent;
}
#contentcolumns .style2 {
  background: #918782;
}
#contentcolumns .style3 {
  background: #b3525b;
}
#contentcolumns .style4 {
  background: #6a8f56;
}
#contentcolumns .style4 .button, #contentcolumns .style4 .buttonlink {
  background-color: #b3525b;
}
#contentcolumns .style5 {
  background: #464646;
}
#contentcolumns .style5 .button, #contentcolumns .style5 .buttonlink {
  background-color: #fff;
  color: #575756;
}
#contentcolumns .style6 {
  background: #b7b1a9;
}
#contentcolumns .style7 {
  background: #faeea4;
}
#contentcolumns .style8 {
  background: #fff;
}
#contentcolumns .style2 p, #contentcolumns .style2 h2, #contentcolumns .style2 h1, #contentcolumns .style2 .VoucherSentToEmail, #contentcolumns .style2 h3, #contentcolumns .style2 li, #contentcolumns .style2 a {
  color: #fff !important;
}
#contentcolumns .style3 p, #contentcolumns .style3 h2, #contentcolumns .style3 h1, #contentcolumns .style3 .VoucherSentToEmail, #contentcolumns .style3 h3, #contentcolumns .style3 li, #contentcolumns .style3 a {
  color: #fff !important;
}
#contentcolumns .style4 p, #contentcolumns .style4 h2, #contentcolumns .style4 h1, #contentcolumns .style4 .VoucherSentToEmail, #contentcolumns .style4 h3, #contentcolumns .style4 li, #contentcolumns .style4 a {
  color: #fff !important;
}
#contentcolumns .style5 p, #contentcolumns .style5 h2, #contentcolumns .style5 h1, #contentcolumns .style5 .VoucherSentToEmail, #contentcolumns .style5 h3, #contentcolumns .style5 li, #contentcolumns .style5 a {
  color: #fff !important;
}
#contentcolumns .style2 h2:before, #contentcolumns .style3 h2:before, #contentcolumns .style4 h2:before, #contentcolumns .style5 h2:before {
  background: url(../images/COOK_left_deco_white.png) no-repeat center left;
}
#contentcolumns .style2 h2:after, #contentcolumns .style3 h2:after, #contentcolumns .style4 h2:after, #contentcolumns .style5 h2:after {
  background: url(../images/COOK_right_deco_white.png) no-repeat center right;
}
#contentcolumns .style6 p, #contentcolumns .style6 h2, #contentcolumns .style6 h1, #contentcolumns .style6 .VoucherSentToEmail, #contentcolumns .style6 h3, #contentcolumns .style6 li, #contentcolumns .style6 a {
  color: #575756 !important;
}
#contentcolumns .style7 p, #contentcolumns .style7 h2, #contentcolumns .style7 h1, #contentcolumns .style7 .VoucherSentToEmail, #contentcolumns .style7 h3, #contentcolumns .style7 li, #contentcolumns .style7 a {
  color: #575756 !important;
}
#contentcolumns .style8 p, #contentcolumns .style8 h2, #contentcolumns .style8 h1, #contentcolumns .style8 .VoucherSentToEmail, #contentcolumns .style8 h3, #contentcolumns .style8 li, #contentcolumns .style8 a {
  color: #575756 !important;
}
#contentcolumns .newpageslideshow {
  position: relative;
  overflow: hidden;
}
#contentcolumns .col1 .newpageslideshow {
  width: 100%;
  height: 0;
  padding-bottom: 21.2%;
}
#contentcolumns .col2 .newpageslideshow {
  width: 100%;
  height: 0;
  padding-bottom: 42%;
}
#contentcolumns .col3 .newpageslideshow {
  width: 100%;
  height: 0;
  padding-bottom: 20%;
}
#contentcolumns .col4 .newpageslideshow {
  width: 100%;
  height: 0;
  padding-bottom: 20%;
}
#contentcolumns .newpageslideshow img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
}
#contentcolumns .textarea {
  padding: 15px;
  position: relative;
}
#contentcolumns .rotleft1 {
  -webkit-transform: rotate(-1deg); /* Saf3.1+, Chrome */
  -moz-transform: rotate(-1deg); /* FF3.5+ */
  -ms-transform: rotate(-1deg); /* IE9 */
  -o-transform: rotate(-1deg); /* Opera 10.5 */
  transform: rotate(-1deg);
  -ms-zoom: 1;
  zoom: 1;
}
#contentcolumns .rotleft2 {
  -webkit-transform: rotate(-3deg); /* Saf3.1+, Chrome */
  -moz-transform: rotate(-3deg); /* FF3.5+ */
  -ms-transform: rotate(-3deg); /* IE9 */
  -o-transform: rotate(-3deg); /* Opera 10.5 */
  transform: rotate(-3deg);
  -ms-zoom: 1;
  zoom: 1;
}
#contentcolumns .rotright1 {
  -webkit-transform: rotate(1deg); /* Saf3.1+, Chrome */
  -moz-transform: rotate(1deg); /* FF3.5+ */
  -ms-transform: rotate(1deg); /* IE9 */
  -o-transform: rotate(1deg); /* Opera 10.5 */
  transform: rotate(1deg);
  -ms-zoom: 1;
  zoom: 1;
}
#contentcolumns .rotright2 {
  -webkit-transform: rotate(2deg); /* Saf3.1+, Chrome */
  -moz-transform: rotate(2deg); /* FF3.5+ */
  -ms-transform: rotate(2deg); /* IE9 */
  -o-transform: rotate(2deg); /* Opera 10.5 */
  transform: rotate(2deg);
  -ms-zoom: 1;
  zoom: 1;
}
#contentcolumns .rotright1 img, #contentcolumns .rotright2 img, #contentcolumns .rotleft1 img, #contentcolumns .rotleft2 img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#contentcolumns .pagecell form {
  padding: 0 15px;
}
#contentcolumns .col1 .tweetouter {
  height: 125px;
  position: relative;
}
#contentcolumns .col2 .tweetouter {
  height: 65px;
  position: relative;
}
#contentcolumns .col3 .tweetouter, #contentcolumns .col4 .tweetouter {
  height: 45px;
  position: relative;
}
#contentcolumns .tweetouter div {
  position: absolute;
  top: 0;
  left: 0;
}
#contentcolumns .nearestshopouter {
  background: url(../images/localshop_top.png) no-repeat;
  position: relative;
  padding: 65px 10px 10px;
  margin-bottom: 10px;
}
#contentcolumns .nearestshopouter h2 {
  color: #690020;
  font-size: 1.4em;
  margin-bottom: 5px;
}
#contentcolumns .nearestshopouter h2 span {
  font-size: 1.1em;
  display: block;
  color: #690020;
}
#contentcolumns .nearestshopinner {
  background: #fff;
  padding: 6px;
}
#contentcolumns .nearestshopinner p {
  font-size: 1em;
  color: #690020;
  line-height: 1.3em;
}
#contentcolumns .shopaddress {
  position: relative;
}
#contentcolumns p.telephone {
  position: absolute;
  bottom: 0;
  right: 115px;
  margin-bottom: 0;
}
#contentcolumns p.manager {
  margin-bottom: 0;
}
#contentcolumns .threecolumns .col {
  width: 260px;
  padding: 10px 20px;
  float: left;
  text-align: center;
}
#contentcolumns .twocolumns .col1 {
  float: left;
  width: 350px;
  padding: 0 20px;
}
#contentcolumns .twocolumns .col2 {
  width: 550px;
  float: left;
}

@media (max-width: 990px) {
  #contentcolumns .fixedheight3 {
    height: auto;
  }
}
@media (max-width: 800px) {
  #contentcolumns .col1 {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #contentcolumns .fixedheight3 {
    height: auto;
  }
}
@media (max-width: 720px) {
  #contentcolumns {
    background: none;
  }
}
@media (max-width: 600px) {
  #contentcolumns .col2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #contentcolumns .col1 {
    width: 100%;
  }
}
#shopinfo #map {
  width: 100%;
  height: 570px;
  margin: 0 0 20px 0;
}
#shopinfo #shopscroll {
  width: 941px;
  clear: both;
  background: #ebebd4;
  padding: 15px 0;
  overflow: hidden;
  position: relative;
}
#shopinfo .normalshopscroll {
  height: 120px;
}
#shopinfo #innershopscroll {
  overflow: hidden;
  margin: 0 18px;
}
#shopinfo #shopscroll ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#shopinfo #shopscroll li {
  float: left;
  display: block;
  width: 118px;
  height: 130px;
}
#shopinfo #shopscroll li a {
  text-decoration: none;
}
#shopinfo #shopscroll li h3 {
  font-weight: bold;
  font-size: 1em;
}
#shopinfo #doLeft {
  position: absolute;
  left: 15px;
  top: 128px;
}
#shopinfo #doRight {
  position: absolute;
  right: 19px;
  top: 128px;
}
#shopinfo .tooltip {
  background: #fff;
  border: solid 1px #6d5b4e;
  padding: 2px 4px;
  font-size: 1.1em;
  font-weight: bold;
}
#shopinfo #summarydetails {
  display: none;
}
#shopinfo .shopinfo p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 5px;
}
#shopinfo .shopinfo h2 {
  margin-bottom: 5px;
}
#shopinfo .shopinfo h2 a {
  color: #517553;
  font-family: "hugos_handregular";
  text-decoration: none;
  font-size: 15px;
}
#shopinfo #shopside img {
  margin-bottom: 10px;
  width: 100% !important;
  height: auto !important;
}
#shopinfo #shopmap {
  width: 100%;
  height: 200px;
  margin: 0 0 10px 0;
}
#shopinfo #shopmap .gmnoprint img {
  max-width: none !important;
  width: auto !important;
}
#shopinfo .shopintro {
  margin: 15px 0 15px 0;
}
#shopinfo .shopintroinfo {
  -ms-zoom: 1;
  zoom: 1;
}
#shopinfo .shopintroinfo:before, #shopinfo .shopintroinfo:after {
  content: "";
  display: table;
}
#shopinfo .shopintroinfo:after {
  clear: both;
}
#shopinfo .shopintro h2 {
  margin: 0 0 5px 0;
}
#shopinfo .shopintro p {
  margin: 0;
  padding: 0;
}
#shopinfo .shopintro-col {
  padding-left: 0;
}
#shopinfo #menuembed {
  width: 100% !important;
  height: auto !important;
  position: relative;
  padding-bottom: 4%;
  overflow: hidden;
}
#shopinfo #menuembed object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#shopinfo #menudownload img {
  float: left;
  margin: 0 10px 10px 0;
}
#shopinfo #menudownload p {
  padding-top: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
#shopinfo #menudownload p a {
  text-decoration: none;
}
#shopinfo #menudownload p a:hover {
  text-decoration: underline;
}
#shopinfo p.addressbutton {
  font-size: 1.1em;
}
#shopinfo p.addressbutton .button {
  display: block;
}

table.openhours td, table.openhours th {
  text-align: left;
  padding: 3px 5px;
  font-size: 14px;
}

.weeklink {
  margin-right: 10px;
}

table .openhours tr.odd, table.openhours tr {
  border-bottom: dotted 1px #575756;
}

.shoppicture {
  border-top: solid 6px #fff;
  border-right: solid 6px #fff;
  border-left: solid 6px #fff;
  border-bottom: solid 12px #fff;
  margin-right: 15px;
  -ms-transform: rotate(5deg); /* IE 9 */
  -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
  transform: rotate(5deg);
  float: right;
  width: 130px;
  box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
}

#shopinfo #map .shopinfo h2 {
  font-size: 20px;
}

@media (max-width: 640px) {
  #menudownload {
    display: none;
  }
}
.pagerow .col .newsstoryitem {
  -ms-zoom: 1;
  zoom: 1;
  padding: 20px 20px 20px 0;
  margin: 20px 0 30px;
  border-bottom: 1px solid #918783;
}
.pagerow .col .newsstoryitem:before, .pagerow .col .newsstoryitem:after {
  content: "";
  display: table;
}
.pagerow .col .newsstoryitem:after {
  clear: both;
}
.pagerow .col .newscontent h1, .pagerow .col .newscontent .VoucherSentToEmail {
  font-family: "Gill Sans W01 Medium", sans-serif;
  letter-spacing: 0;
}
.pagerow .col .newsstoryitem h2, .pagerow .col .newsstoryitem h2 a, .pagerow .col .newscontent h2, .pagerow .col .newscontent h2 a {
  font-family: "Gill Sans W01 Medium", sans-serif;
  margin: 0 0 5px;
}
.pagerow .col .newsstoryitem h4, .pagerow .col .newscontent h4 {
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 13px;
  text-align: left;
  line-height: 16.9px;
  margin-bottom: 15px;
  font-style: italic;
}
.pagerow .col .newsstoryitem p, .pagerow .col .newsstoryitem p.intro, .pagerow .col .newscontent p, .pagerow .col .newscontent p.intro {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  font-weight: normal;
}
.pagerow .col .newsstoryitem p:empty, .pagerow .col .newsstoryitem p.intro:empty, .pagerow .col .newscontent p:empty, .pagerow .col .newscontent p.intro:empty {
  display: none;
}
.pagerow .col .newsstoryitem .blogthumb, .pagerow .col .newscontent .blogthumb {
  float: right;
  margin: 0 0 20px 20px;
}
.pagerow .col .newsstoryitem h2.postheader, .pagerow .col .newscontent h2.postheader {
  margin: 15px 0;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 32px;
  color: #768d87;
}
.pagerow .col .newsstoryitem h2.postheader a, .pagerow .col .newscontent h2.postheader a {
  color: #918783;
  font-family: "hugos_handregular";
}
.pagerow .col #newssummary h2 {
  margin: 50px 0 5px;
  padding-bottom: 0;
  font-family: "Gill Sans W01 Medium", sans-serif;
  font-size: 22px;
}
.pagerow .col #newssummary li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 12px;
}

#fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  max-width: 300px;
  overflow: hidden;
}

.sociallinks {
  clear: left;
}

#disqus_thread {
  margin-top: 15px;
}

.voucherhd, .vouchershop {
  text-align: center;
}
.voucherhd .button, .vouchershop .button {
  padding: 15px 20px;
}

#vouchervalues {
  margin-bottom: 15px;
}
#vouchervalues li {
  display: inline-block;
}

.voucheroptions .voucheroption {
  float: left;
}

.voucheroption {
  display: block;
  margin: 0 20px 10px 0;
}

#paymentcol fieldset div span select {
  width: auto;
  display: inline-block;
}
#paymentcol fieldset div span input {
  width: 25%;
}

.voucherThumbs {
  -ms-zoom: 1;
  zoom: 1;
}
.voucherThumbs:before, .voucherThumbs:after {
  content: "";
  display: table;
}
.voucherThumbs:after {
  clear: both;
}
.voucherThumbs img {
  float: left;
  margin: 5px;
}

.CenterAligned {
  text-align: center;
}

.ChooseVoucherValue, .GiftmessageWrapper, .EGiftmessageWrapper {
  display: none;
}

.voucheroptions .voucherdesignimg {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 150px;
  position: relative;
  display: block;
}
.voucheroptions .voucheroption.radio-label {
  float: none;
  width: 100%;
  text-align: center;
}
.voucheroptions .voucheroption.radio-label:before {
  display: none;
}
.voucheroptions .voucheroption.radio-label span {
  display: block;
}
.voucheroptions .voucheroption.radio-label span:before {
  content: "";
  display: inline-block;
  border: 1px solid #a4a4a4;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: sub;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.voucheroptions .voucheroption.radio-label input[type=radio]:checked + span:before {
  color: #fff;
  background-color: #768d87;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
@media (max-width: 680px) {
  .voucheroptions .voucherdesignimg {
    margin: 0 auto 10px;
    max-width: 120px;
  }
  .voucheroptions .voucheroption.radio-label span:before {
    display: block;
    margin: 0 auto 5px;
  }
}

.submitvoucherform {
  margin-bottom: 30px;
}
.submitvoucherform .button {
  width: auto;
}
@media (max-width: 640px) {
  .submitvoucherform .button {
    width: 100%;
  }
}

.VoucherAddressWrapper {
  box-sizing: border-box;
}
.VoucherAddressWrapper *, .VoucherAddressWrapper *:before, .VoucherAddressWrapper *:after {
  box-sizing: inherit;
}

.ChooseVoucher .button p {
  font-family: "hugos_handregular";
  font-size: 18px;
  line-height: 23.4px;
  color: #768d87;
  text-align: center;
  margin: 0;
}

.VoucherPage, .VoucherAddressWrapper {
  box-sizing: border-box;
}
.VoucherPage *, .VoucherPage *:before, .VoucherPage *:after, .VoucherAddressWrapper *, .VoucherAddressWrapper *:before, .VoucherAddressWrapper *:after {
  box-sizing: inherit;
}
.VoucherPage h2, .VoucherAddressWrapper h2 {
  text-transform: none !important;
  margin: 0 !important;
}
.VoucherPage textarea, .VoucherAddressWrapper textarea {
  width: 100%;
  max-width: 100%;
}
.VoucherPage .pagerow .col .colcontent, .VoucherAddressWrapper .pagerow .col .colcontent {
  padding: 10px;
}
.VoucherPage .pagerow .col .colcontent.nomargin, .VoucherAddressWrapper .pagerow .col .colcontent.nomargin {
  margin: 0;
}
@media (max-width: 780px) {
  .VoucherPage .pagerow .col .colcontent, .VoucherAddressWrapper .pagerow .col .colcontent {
    padding: 10px 5px;
  }
}

.voucher-amount-input {
  -ms-zoom: 1;
  zoom: 1;
}
.voucher-amount-input:before, .voucher-amount-input:after {
  content: "";
  display: table;
}
.voucher-amount-input:after {
  clear: both;
}
.voucher-amount-input label {
  width: 100%;
  display: block;
  text-align: left;
}
.voucher-amount-input span {
  display: inline-block;
  text-align: left;
  padding-right: 15px;
}
.voucher-amount-input .field_voucheramount {
  width: calc(100% - 125px);
  display: inline-block;
}
@media (max-width: 410px) {
  .voucher-amount-input label {
    text-align: center;
  }
  .voucher-amount-input label span {
    margin-bottom: 5px;
  }
  .voucher-amount-input .field_voucheramount {
    width: 100%;
  }
}

.vouchervalues .pagerow .col .colcontent {
  padding-bottom: 0;
}
.vouchervalues .button.voucheramount {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 5px 10px;
}
.vouchervalues .button.voucheramount p {
  position: relative;
  font-family: "hugos_handregular";
  font-size: 18px;
  line-height: 23.4px;
  color: #768d87;
  text-align: center;
  margin: 0;
}
.vouchervalues .button.voucheramount.selected p:before {
  height: 14px;
  top: -1px;
  content: url(../images/tick-grey2.png);
  position: absolute;
  left: 0;
  width: 20px;
}
@media (max-width: 780px) {
  .vouchervalues .pagerow .col .colcontent {
    padding-bottom: 0;
  }
  .vouchervalues .button.voucheramount.selected p:before {
    left: -5px;
  }
}
@media (max-width: 410px) {
  .vouchervalues .button.voucheramount p {
    font-size: 14px !important;
  }
  .vouchervalues .button.voucheramount.selected p:before {
    height: 12px;
    left: -8px;
  }
}

.GiftCardBalance h1, .GiftCardBalance .VoucherSentToEmail {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: hugos_handregular;
  font-weight: 400;
  font-style: none;
  line-height: 46.8px;
  text-transform: none;
  letter-spacing: 0;
  color: #768d87;
  margin-bottom: 10px;
}
.GiftCardBalance h1.gcb-stars, .GiftCardBalance .gcb-stars.VoucherSentToEmail {
  position: relative;
  margin: 20px 0 30px;
  display: inline-block;
}
.GiftCardBalance h1.gcb-stars:before, .GiftCardBalance .gcb-stars.VoucherSentToEmail:before, .GiftCardBalance h1.gcb-stars:after, .GiftCardBalance .gcb-stars.VoucherSentToEmail:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -52px;
  width: 200px;
  height: 78px;
}
.GiftCardBalance h1.gcb-stars:before, .GiftCardBalance .gcb-stars.VoucherSentToEmail:before {
  background: url("https://cook.blob.core.windows.net/assets/giftcards/stars_left.gif") no-repeat;
  background-size: contain;
  left: 0;
  margin-left: -200px;
}
.GiftCardBalance h1.gcb-stars:after, .GiftCardBalance .gcb-stars.VoucherSentToEmail:after {
  background: url("https://cook.blob.core.windows.net/assets/giftcards/stars_right.gif") no-repeat;
  background-size: contain;
  right: 0;
  margin-right: -210px;
}

.promosummary {
  padding: 0;
  position: relative;
}
@media (min-width: 541px) {
  .promosummary {
    padding: 0 20px;
  }
}
.promosummary .promooverview {
  text-align: center;
  font-weight: bold;
  color: #a00000;
}
.promosummary h2 {
  font-size: 32px !important;
}
@media (min-width: 450px) {
  .promosummary .promolist .col {
    margin: 0 auto;
    float: none;
  }
}
.promosummary .promolist li {
  margin-bottom: 10px;
  position: relative;
}
.promosummary .promolist li div {
  border: solid 1px #ccc;
  background: #F2F2F2;
  padding: 5px;
  margin: 0 5px 20px 0;
  min-height: 215px;
}
.promosummary .promolist li ul li {
  width: 30%;
  padding-right: 1.5%;
  padding-left: 1.5%;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 450px) {
  .promosummary .promolist li ul li {
    width: 20%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
.promosummary .promolist li ul li img {
  width: 100%;
  height: auto;
}
.promosummary .promolist li ul li p {
  font-weight: bold;
}
.promosummary .promolist li ul li p span {
  display: block;
  font-weight: normal;
}
.promosummary .promolist li ul li p.promosaving {
  font-family: "hugos_handregular";
  font-size: 18px;
  font-weight: normal;
  color: #a00000;
  line-height: 23px;
}
@media (max-width: 449px) {
  .promosummary .promolist li ul li:last-of-type {
    width: 100%;
    padding: 0;
  }
}

.saving {
  background: #e4e837;
  font-weight: bold;
}

.pagerow .col .basket-warning {
  font-size: 16px;
  line-height: 22px;
  padding-top: 5px;
  white-space: pre-wrap;
}

.basket .continue-shopping-link {
  margin: 10px 10px 0;
  display: inline-block;
}
@media (max-width: 480px) {
  .basket .continue-shopping-link {
    margin: 10px 0 0;
  }
}

#basket-detail > .pagerow {
  margin-top: 0;
  padding-top: 0;
}
#basket-detail .basket {
  box-sizing: border-box;
  /*.proddesc {
      width: 45%;
  }*/
}
#basket-detail .basket *, #basket-detail .basket *:before, #basket-detail .basket *:after {
  box-sizing: inherit;
}
#basket-detail .basket tr {
  border-bottom: 1px solid #e6e6e6;
}
#basket-detail .basket tr.spacer {
  border: 0;
}
#basket-detail .basket .totals tr {
  border: 0;
}
#basket-detail .basket .totals .totalline th {
  text-align: right;
  border-bottom: #e6e6e6;
}
#basket-detail .basket .totals .totalline th.number {
  text-align: center;
}
#basket-detail .basket th {
  border: 0;
  font-size: 18px;
  padding: 10px;
}
#basket-detail .basket th.title {
  padding: 10px 0;
}
#basket-detail .basket .item-count {
  border: 0;
}
#basket-detail .basket .item-count th {
  font-size: 22px;
  padding: 10px;
  text-align: left;
}
#basket-detail .basket .title-row {
  border: 0;
}
#basket-detail .basket .title-row th {
  background: #f4f4f4;
  border: 0;
  text-align: center;
}
#basket-detail .basket .section {
  line-height: 20px;
}
#basket-detail .basket a.save-for-later {
  display: inline-block;
  padding: 10px 0 0 0;
  font-size: 12px !important;
  text-decoration: underline;
}
#basket-detail .basket .quantity input {
  padding: 11px 0px;
}
#basket-detail .basket .sbl {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
#basket-detail .basket .imagecell {
  width: 120px;
  padding: 10px 20px 10px 0;
}
#basket-detail .basket .imagecell img {
  display: block;
}
#basket-detail .basket .price, #basket-detail .basket .qty, #basket-detail .basket .total {
  width: 15%;
}
#basket-detail .basket .bin {
  width: 5%;
}
#basket-detail .basket .trash a {
  display: inline-block;
  padding: 0;
}
@media (max-width: 860px) {
  #basket-detail .basket th {
    font-size: 16px;
  }
  #basket-detail .basket .price, #basket-detail .basket .qty, #basket-detail .basket .total, #basket-detail .basket .bin {
    width: auto;
  }
}
@media (max-width: 650px) {
  #basket-detail .basket .sbl {
    display: inline-block;
    padding-right: 6px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19.2px;
  }
  #basket-detail .basket .sbl + span {
    font-size: 16px;
    line-height: 19.2px;
  }
  #basket-detail .basket .item-count th {
    padding: 10px 0;
  }
  #basket-detail .basket #basket-detail .basket .totals .totalline th.number {
    text-align: right;
  }
}
#basket-detail .sales-banner {
  padding: 20px;
  background: #D9E6EC;
  text-align: center;
  margin-bottom: 10px;
}
#basket-detail .sales-banner p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 650px) {
  #basket-detail .sales-banner {
    padding: 15px 20px;
  }
  #basket-detail .sales-banner p {
    font-size: 18px;
    line-height: 22px;
  }
}
#basket-detail .minimum-order {
  margin-top: 10px;
}
#basket-detail .minimum-order p {
  font-size: 18px;
}
#basket-detail .basket-buttons {
  text-align: right;
}

@media (max-width: 460px) {
  .basket-colcontent {
    padding: 10px 0 0 !important;
  }
}
.defrostOver36Hours {
  font-weight: bold;
  padding: 0 !important;
  margin-bottom: -10px !important;
  background: #e4e837;
}

.defrostOver36HoursDeliveryWarning {
  font-weight: bold;
  padding: 0 !important;
  text-align: center;
}
.defrostOver36HoursDeliveryWarning span {
  background: #e4e837;
}

.defrostOver36HoursClickCollectWarning {
  font-weight: bold;
  padding: 0 !important;
  text-align: left;
  line-height: 20px;
}
.defrostOver36HoursClickCollectWarning span {
  background: #e4e837;
}

.basket .right-hand-link {
  text-decoration: underline;
  margin-right: 10px;
}

a.small {
  font-size: 12px !important;
}

.edit-order-banner {
  background: #768d87;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
}
.edit-order-banner p, .edit-order-banner a {
  color: #fff;
}

.popupinner {
  padding: 20px;
}
.popupinner a {
  margin-top: 10px;
}

.basketheaderinfo {
  background: #768d87;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.basketheaderinfo p {
  color: #fff;
  margin: 0;
}
.basketheaderinfo strong {
  color: #fff;
}

.mergebasketview {
  padding: 20px;
  text-align: center;
}

.quantitychange {
  font-size: 10px;
  color: #f00;
}

.change-quantity {
  width: 50px;
  margin: 0 10px;
  border: 1px solid #bbb !important;
}

.change-quantity-buttons {
  padding: 8px 12px;
  color: #fff;
  font-family: "hugos_handregular";
  font-size: 18px;
  line-height: 23.4px;
  display: inline;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  -moz-appearance: none;
  height: 39px;
  box-sizing: border-box;
  cursor: pointer;
}
.change-quantity-buttons .fa {
  color: #fff;
  font-size: 12px;
}

/* MERGE BASKET */
.mergebasket {
  padding: 30px 0 65px 0;
  text-align: center;
}
.mergebasket h1, .mergebasket .VoucherSentToEmail {
  font-family: GillSans !important;
  color: #0D3333 !important;
}
.mergebasket .paragraph {
  margin: 10px 251px !important;
  line-height: 19.5px;
  font-size: 20px !important;
  width: 54% !important;
  text-align: center;
  font-family: GillSans !important;
  color: rgba(13, 51, 51, 0.6) !important;
  padding-bottom: 30px;
}
.mergebasket .actionbutton-div {
  margin-top: 30px;
}
.mergebasket .actionbutton-div a {
  min-width: 312px;
}
.mergebasket .mergebasket-table, .mergebasket .invalid-items-table {
  width: 100%;
}
.mergebasket .mergebasket-table th, .mergebasket .invalid-items-table th {
  display: table-cell;
  color: rgba(13, 51, 51, 0.6);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}
.mergebasket .mergebasket-table td, .mergebasket .invalid-items-table td {
  font-weight: 700;
  margin-top: 11px;
}
.mergebasket .mergebasket-table td span:first-child, .mergebasket .invalid-items-table td span:first-child {
  display: none;
}
.mergebasket .mergebasket-table td span:last-child, .mergebasket .invalid-items-table td span:last-child {
  font-weight: 700;
  margin-top: 11px;
}
.mergebasket .mergebasket-table .merge-button-col-mob, .mergebasket .invalid-items-table .merge-button-col-mob {
  display: none;
}
.mergebasket .mergebasket-table .merge-button-col-desktop, .mergebasket .invalid-items-table .merge-button-col-desktop {
  text-align: right;
  font-weight: 100;
}
.mergebasket .mergebasket-table .merge-button-col-desktop a, .mergebasket .invalid-items-table .merge-button-col-desktop a {
  min-width: 312px;
  text-align: center;
}
@media (max-width: 1020px) {
  .mergebasket .paragraph {
    width: 84% !important;
    margin-left: 12%;
    margin: 10px 28px !important;
    color: rgba(13, 51, 51, 0.6) !important;
    font-size: 20px;
    font-family: GillSans !important;
  }
  .mergebasket .mergebasket-table, .mergebasket .invalid-items-table {
    display: block;
    margin-top: 4%;
  }
  .mergebasket .mergebasket-table tbody, .mergebasket .invalid-items-table tbody {
    display: block;
    width: 100%;
  }
  .mergebasket .mergebasket-table tr, .mergebasket .invalid-items-table tr {
    display: block;
    width: 100%;
  }
  .mergebasket .mergebasket-table tr th, .mergebasket .invalid-items-table tr th {
    display: none;
  }
  .mergebasket .mergebasket-table tr td, .mergebasket .invalid-items-table tr td {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .mergebasket .mergebasket-table tr td.merge-button-col-mob, .mergebasket .invalid-items-table tr td.merge-button-col-mob {
    display: block;
  }
  .mergebasket .mergebasket-table tr td.merge-button-col-mob a, .mergebasket .invalid-items-table tr td.merge-button-col-mob a {
    min-width: 312px;
    font-weight: 100;
  }
  .mergebasket .mergebasket-table tr td.merge-button-col-desktop, .mergebasket .invalid-items-table tr td.merge-button-col-desktop {
    display: none;
  }
  .mergebasket .mergebasket-table tr td span, .mergebasket .invalid-items-table tr td span {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
  }
  .mergebasket .mergebasket-table tr td span:first-child, .mergebasket .invalid-items-table tr td span:first-child {
    display: inline-block;
    text-align: right;
    color: rgba(13, 51, 51, 0.6);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
  }
  .mergebasket .mergebasket-table tr td span:last-child, .mergebasket .invalid-items-table tr td span:last-child {
    font-weight: 700;
    margin-top: 11px;
  }
  .mergebasket .mergebasket-table tr td a.actionbutton.button.large a, .mergebasket .invalid-items-table tr td a.actionbutton.button.large a {
    min-width: 312px;
    text-align: center;
    margin-left: 137%;
    margin-bottom: 93%;
  }
  .mergebasket .mergebasket-table tr td:nth-last-child(2), .mergebasket .invalid-items-table tr td:nth-last-child(2) {
    border-bottom: none;
  }
}
.mergebasket .mergebasketview .pagerow .col h1, .mergebasket .mergebasketview .pagerow .col .VoucherSentToEmail {
  line-height: 30px;
}
.mergebasket .mergebasketview .pagerow .col p {
  margin: 0;
  font-size: 16px;
}
.mergebasket .existing-basket, .mergebasket .invalid-items-table {
  width: 550px !important;
  margin: auto;
}
.mergebasket .existing-basket h1, .mergebasket .invalid-items-table h1, .mergebasket .existing-basket .VoucherSentToEmail, .mergebasket .invalid-items-table .VoucherSentToEmail {
  font-size: 18px !important;
}
.mergebasket .existing-basket img, .mergebasket .invalid-items-table img {
  width: 70px;
}
.mergebasket .existing-basket td, .mergebasket .invalid-items-table td {
  vertical-align: middle;
  text-align: center;
}
.mergebasket .existing-basket th, .mergebasket .invalid-items-table th,
.mergebasket .existing-basket thead,
.mergebasket .invalid-items-table thead,
.mergebasket .existing-basket td,
.mergebasket .invalid-items-table td {
  border-bottom: 1px solid #e6e6e6 !important;
}
.mergebasket .existing-basket span, .mergebasket .invalid-items-table span {
  display: inline !important;
}
.mergebasket .existing-basket span:before, .mergebasket .invalid-items-table span:before {
  content: " ";
}
.mergebasket .existing-basket-choice input {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .mergebasket .existing-basket, .mergebasket .invalid-items-table {
    width: 100% !important;
  }
  .mergebasket .existing-basket img, .mergebasket .invalid-items-table img {
    padding-right: 10px !important;
  }
  .mergebasket .existing-basket td p, .mergebasket .invalid-items-table td p {
    padding-right: 10px !important;
  }
  .mergebasket .existing-basket span, .mergebasket .invalid-items-table span {
    display: block !important;
  }
}
.mergebasket .ok-button {
  cursor: pointer;
}
.mergebasket .invalid-items-table {
  width: 400px !important;
}
.mergebasket .invalid-items-table .clickToRemove {
  cursor: pointer;
}
.mergebasket .invalid-items-table p {
  margin-bottom: 0 !important;
}
.mergebasket .invalid-items-table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1140px) {
  .mergebasket .invalid-items-table {
    width: 100% !important;
    margin-left: 0;
  }
  .mergebasket .invalid-items-table img {
    padding-right: 10px !important;
  }
  .mergebasket .invalid-items-table td p {
    padding-right: 10px !important;
  }
  .mergebasket .invalid-items-table span {
    display: block !important;
  }
  .mergebasket .invalidProducts {
    margin: 25px 5px !important;
  }
}
.mergebasket #Content_stockError {
  padding-bottom: 0;
}
.mergebasket #Content_stockError div {
  width: 80%;
  margin: 0 auto;
}
.mergebasket #Content_stockError div p {
  margin: 0;
}
.mergebasket #Content_stockError div #Content_stockErrorMessage, .mergebasket #Content_stockError div #Content_stockErrorNewMessage {
  display: none;
}
.mergebasket #Content_stockError div #Content_stockErrorMessage.show, .mergebasket #Content_stockError div #Content_stockErrorNewMessage.show {
  display: block;
}
.mergebasket #Content_stockError div #Content_stockErrorMessage p span.bold, .mergebasket #Content_stockError div #Content_stockErrorNewMessage p span.bold {
  font-weight: bold;
}
.mergebasket #Content_stockError div #Content_stockErrorMessage p span.italic, .mergebasket #Content_stockError div #Content_stockErrorNewMessage p span.italic {
  font-style: italic;
}
.mergebasket #Content_stockError div ul#Content_stockErrorItems, .mergebasket #Content_stockError div ul#Content_stockErrorNewItems {
  display: none;
  margin: 20px 0;
}
.mergebasket #Content_stockError div ul#Content_stockErrorItems.show, .mergebasket #Content_stockError div ul#Content_stockErrorNewItems.show {
  display: inline-block;
}
.mergebasket #Content_stockError div ul#Content_stockErrorItems li, .mergebasket #Content_stockError div ul#Content_stockErrorNewItems li {
  margin-top: 5px;
  font-weight: normal;
}
.mergebasket #Content_stockError div ul#Content_stockErrorItems li:first-of-type, .mergebasket #Content_stockError div ul#Content_stockErrorNewItems li:first-of-type {
  margin-top: 0;
}

#sidenav {
  display: none;
}

@media only screen and (max-width: 1023px) {
  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  html.menu-open, body.menu-open {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
  html.menu-open .menu-overlay, body.menu-open .menu-overlay {
    background: rgba(255, 255, 255, 0.7);
    z-index: 10002;
  }
  html.menu-open .menu-overlay #menuClose, body.menu-open .menu-overlay #menuClose {
    position: absolute;
    top: 20px;
    left: 10px;
    display: block;
    background: url(../images/toggle-close.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 20px;
    padding: 5px 5px;
  }
  html.menu-open .snap-drawer .nav-bar ul li .level0.active, html.menu-open .snap-drawer .nav-bar ul li .level0 > .active, html.menu-open .snap-drawer .nav-bar ul li .level1.active, html.menu-open .snap-drawer .nav-bar ul li .level1 > .active, html.menu-open .snap-drawer .nav-bar ul li .level2.active, html.menu-open .snap-drawer .nav-bar ul li .level2 > .active, html.menu-open .snap-drawer .nav-bar ul li .level3.active, html.menu-open .snap-drawer .nav-bar ul li .level3 > .active, body.menu-open .snap-drawer .nav-bar ul li .level0.active, body.menu-open .snap-drawer .nav-bar ul li .level0 > .active, body.menu-open .snap-drawer .nav-bar ul li .level1.active, body.menu-open .snap-drawer .nav-bar ul li .level1 > .active, body.menu-open .snap-drawer .nav-bar ul li .level2.active, body.menu-open .snap-drawer .nav-bar ul li .level2 > .active, body.menu-open .snap-drawer .nav-bar ul li .level3.active, body.menu-open .snap-drawer .nav-bar ul li .level3 > .active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 400ms;
    -moz-transition: -moz-transform 400ms;
    -ms-transition: -ms-transform 400ms;
    -o-transition: -o-transform 400ms;
    transition: transform 400ms;
  }
  .snap-drawers {
    overflow: hidden;
  }
  .snap-drawer .nav-bar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .snap-drawer .nav-bar ul li {
    width: 100%;
  }
  .snap-drawer .nav-bar ul li.home-link {
    display: block;
  }
  .snap-drawer .nav-bar ul li.home-link > a {
    position: relative;
    text-indent: 40px;
  }
  .snap-drawer .nav-bar ul li.home-link > a:before {
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    background: url(../images/home.png) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 18px;
    content: "";
    pointer-events: none;
  }
  .snap-drawer .nav-bar ul li.has-subnav > a, .snap-drawer .nav-bar ul li .mobile-category > a {
    position: relative;
  }
  .snap-drawer .nav-bar ul li.has-subnav > a:after, .snap-drawer .nav-bar ul li .mobile-category > a:after {
    position: absolute;
    top: 13px;
    right: 10px;
    display: block;
    background: url(../images/forward.png) no-repeat center center;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
    pointer-events: none;
  }
  .snap-drawer .nav-bar ul li.back > a {
    position: relative;
    padding-left: 35px !important;
    border-bottom: 0;
  }
  .snap-drawer .nav-bar ul li.back > a:hover {
    border-bottom: 0;
  }
  .snap-drawer .nav-bar ul li.back > a:after {
    position: absolute;
    top: 12px;
    left: 25px;
    display: block;
    background: url(../images/backwards.png) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 16px;
    content: "";
    pointer-events: none;
  }
  .snap-drawer .nav-bar ul li.overview a, .snap-drawer .nav-bar ul li.overview span {
    font-weight: 700;
  }
  .snap-drawer .nav-bar ul li.overview > span {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-indent: 10px;
    padding: 12px 10px 14px 10px;
    font-size: 16px;
  }
  .snap-drawer .nav-bar ul li.desktoppromo {
    display: none !important;
  }
  .snap-drawer .nav-bar ul li > a {
    font-family: "Gill Sans W01 Medium", sans-serif;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 10px 14px 10px !important;
    text-decoration: none;
    color: #575756;
    text-indent: 10px;
  }
  .snap-drawer .nav-bar ul li:hover > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .snap-drawer .nav-bar ul li:after {
    display: none;
  }
  .snap-drawer .nav-bar ul li .subnav, .snap-drawer .nav-bar ul li .mobile-sub-list {
    background: #e6e1dd;
    height: 100%;
    min-height: 560px;
    color: #575756;
    z-index: 30;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: block !important;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: -webkit-transform 400ms;
    -moz-transition: -moz-transform 400ms;
    -ms-transition: -ms-transform 400ms;
    -o-transition: -o-transform 400ms;
    transition: transform 400ms;
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .snap-drawer .nav-bar ul li .subnav ul:last-of-type, .snap-drawer .nav-bar ul li .mobile-sub-list ul:last-of-type {
    padding-bottom: 150px;
  }
  .snap-drawer .nav-bar ul li .subnav .promo-section, .snap-drawer .nav-bar ul li .mobile-sub-list .promo-section {
    display: none;
  }
  .snap-drawer .nav-bar ul li .subnav .category, .snap-drawer .nav-bar ul li .mobile-sub-list .category {
    display: none;
  }
  .snap-drawer .nav-bar ul li .mobile-sub-list {
    min-height: 800px;
  }
  .snap-drawer .nav-bar ul ul li a {
    padding-left: 20px;
    font-weight: normal;
  }
  .snap-drawer .nav-bar ul .accountLinks {
    background: #fff;
  }
  .snap-drawer .nav-bar ul .accountLinks .login {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .snap-drawer .nav-bar ul .accountLinks .login a {
    width: auto;
    display: inline-block;
    border-bottom: 0;
  }
  .snap-drawer .nav-bar ul .accountLinks .login a + a {
    text-indent: 0;
  }
  #toggleMenu {
    z-index: 10003;
  }
  #toggleMenu .menu-word {
    position: absolute;
    font-size: 12px;
    left: 0;
    bottom: -10px;
  }
  #toggleMenu.menu-open {
    display: none !important;
  }
  .snap-drawer #book-slot {
    margin: 10px;
    display: inline-block;
  }
  .snap-drawer {
    -webkit-transition: -webkit-transform 400ms;
    -moz-transition: -moz-transform 400ms;
    -ms-transition: -ms-transform 400ms;
    -o-transition: -o-transform 400ms;
    transition: transform 400ms;
  }
  .snap-drawer .nav-bar {
    z-index: 18;
    position: relative;
    height: auto;
  }
  .snap-drawer.menu-open {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .snap-drawer .nav-bar {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 300px;
    width: 260px;
    z-index: 40;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
    left: 0;
    background: #e6e1dd;
    font-size: 1.4em;
    text-align: left;
    height: 100vh;
    margin-top: -10px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .snap-drawer .nav-bar .bookslot {
    display: none;
  }
  #content-wrapper > header .subnav-underlay {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1023px) {
  html.menu-open .snap-drawer .nav-bar ul li .level0.active, html.menu-open .snap-drawer .nav-bar ul li .level0 > .active, html.menu-open .snap-drawer .nav-bar ul li .level1.active, html.menu-open .snap-drawer .nav-bar ul li .level1 > .active, body.menu-open .snap-drawer .nav-bar ul li .level0.active, body.menu-open .snap-drawer .nav-bar ul li .level0 > .active, body.menu-open .snap-drawer .nav-bar ul li .level1.active, body.menu-open .snap-drawer .nav-bar ul li .level1 > .active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
  .snap-drawer .nav-bar ul li .subnav {
    -webkit-transition: ease all 400ms;
    -moz-transition: ease all 400ms;
    -ms-transition: ease all 400ms;
    -o-transition: ease all 400ms;
    transition: ease all 400ms;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 260px;
  }
  .snap-drawer {
    -webkit-transition: ease all 400ms;
    -moz-transition: ease all 400ms;
    -ms-transition: ease all 400ms;
    -o-transition: ease all 400ms;
    transition: ease all 400ms;
    left: 0;
    position: relative;
  }
  .snap-drawer.menu-open {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 260px;
  }
  .snap-drawer.menu-open header, .snap-drawer.menu-open .menu-overlay {
    left: 260px;
  }
  .snap-drawer .nav-bar {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: -260px;
  }
}
.order-listings .selected {
  font-size: 18px;
}
.order-listings #ordercontent {
  margin-top: 51px;
  width: 100%;
  float: none;
}
.order-listings #ordercontent h1, .order-listings #ordercontent .VoucherSentToEmail {
  text-align: center;
}
.order-listings #ordercontent .basketmessage {
  background: #f4f4f4;
  width: calc(100% - 20px);
  margin: 10px;
}
.order-listings #ordercontent .productlisting.categorygrid {
  margin-right: 0;
}
.order-listings #ordercontent .productlisting.categorygrid .grid-item {
  width: 25%;
  float: left;
}
.order-listings #ordercontent .productlisting.categorygrid ul h2 {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .order-listings #ordercontent .productlisting.categorygrid .grid-item {
    width: 33.333333%;
    float: left;
  }
  .order-listings #ordercontent .productlisting.categorygrid .grid-item:nth-child(4n+5) {
    clear: none;
  }
}
@media (max-width: 1200px) {
  .order-listings #ordercontent .grid-item.quote .gridinner blockquote {
    font-family: "handwriting";
    font-size: 28px;
    line-height: 36.4px;
  }
}
@media (max-width: 1100px) {
  .order-listings #ordercontent .productlisting.categorygrid .grid-item {
    width: 50%;
    float: left;
  }
  .order-listings #ordercontent .productlisting.categorygrid .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .order-listings #ordercontent .productlisting.categorygrid .grid-item:nth-child(2n+3) {
    clear: left;
  }
}
@media (max-width: 1024px) {
  .order-listings #ordercontent .grid-item.quote, .order-listings #ordercontent .grid-item.promo {
    width: 100%;
  }
  .order-listings #ordercontent .grid-item.quote .gridinner {
    padding-bottom: 0;
    height: auto;
  }
  .order-listings #ordercontent .grid-item.quote .gridinner .text {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .order-listings #ordercontent .grid-item.quote .gridinner .text blockquote {
    font-family: "handwriting";
    font-size: 46px;
    line-height: 59.8px;
  }
}
@media (max-width: 600px) {
  .order-listings #ordercontent .productlisting.categorygrid .grid-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-listings #ordercontent .productlisting.categorygrid .grid-item .gridinner {
    margin: 8px 0 !important;
  }
  .order-listings #ordercontent .productlisting.categorygrid .grid-item .gridinner img {
    width: 120px;
    min-width: 120px;
    float: left;
    margin: 8px 15px 7px 0px !important;
  }
  .order-listings #ordercontent .productlisting.categorygrid .grid-item .gridinner .text .hover-text, .order-listings #ordercontent .productlisting.categorygrid .grid-item .gridinner .text .promo-intro {
    display: none !important;
  }
  .order-listings #ordercontent .productlisting.categorygrid .grid-item .gridinner .text h2 {
    color: #575756 !important;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .order-listings #ordercontent .productlisting.categorygrid .grid-item {
    width: 100%;
    float: left;
  }
  .order-listings #ordercontent .grid-item.quote .gridinner .text blockquote {
    padding: 10px 0;
    font-family: "handwriting";
    font-size: 28px;
    line-height: 36.4px;
  }
}

.grid-item {
  display: block;
}
.grid-item.promo .gridinner:hover .hover {
  opacity: 0.7;
}
.grid-item.promo .gridinner .hover-text p {
  color: #ffffff;
}
.grid-item.col.coldouble {
  width: 66.6%;
}
.grid-item.col.coldouble .gridinner:hover p.promo-intro, .grid-item.col.coldouble .gridinner:hover p.hover-text, .grid-item.col.coldouble .gridinner:hover h2 {
  color: #ffffff;
}
.grid-item.col.col3 .gridinner {
  padding-bottom: 70%;
}
.grid-item.col.col3.half-height {
  clear: left;
}
.grid-item.col.col3.half-height .gridinner {
  padding-bottom: calc(35% - 5px);
}
.grid-item.col.col3.half-height .gridinner + .gridinner {
  margin-top: 10px;
}
.grid-item .gridinner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 5px;
  padding: 0;
  margin: 10px !important;
}
.grid-item .gridinner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 !important;
}
.grid-item .gridinner:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid-item .gridinner:hover .underlay {
  background: rgba(108, 103, 98, 0);
}
.grid-item .gridinner:hover .hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
}
.grid-item .gridinner:hover .promo-intro {
  display: none;
  opacity: 0;
  color: #575756;
  /* "both" tells the browser to use the above opacity
  at the end of the animation (best practice) */
  -webkit-animation: display-block-transition 0.5s both;
  animation: display-block-transition 0.5s both;
}
.grid-item .gridinner:hover .hover-text {
  display: block;
  opacity: 1;
  color: #575756;
  /* "both" tells the browser to use the above opacity
  at the end of the animation (best practice) */
  -webkit-animation: display-none-transition 0.5s both;
  animation: display-none-transition 0.5s both;
}
.grid-item .gridinner:hover h2 {
  color: #575756;
}
.grid-item .text {
  top: 50%;
  left: 50%;
  position: absolute;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}
.grid-item h2, .grid-item .promo-intro {
  color: #ffffff;
  text-align: center;
  margin: 5px 0 2px 0;
}
.grid-item h2 {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 30px;
  line-height: 40px;
}
.grid-item .promo-intro, .grid-item .hover-text {
  color: #ffffff;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid-item .promo-intro h1, .grid-item .promo-intro .VoucherSentToEmail, .grid-item .promo-intro h2, .grid-item .promo-intro h3, .grid-item .promo-intro p, .grid-item .hover-text h1, .grid-item .hover-text .VoucherSentToEmail, .grid-item .hover-text h2, .grid-item .hover-text h3, .grid-item .hover-text p {
  text-align: center !important;
}
.grid-item .promo-intro {
  font-family: "handwriting" !important;
  font-size: 35px;
  line-height: 56px;
  opacity: 1;
  display: block;
}
.grid-item .hover-text {
  display: none;
  opacity: 0;
}
.grid-item .hover-text p {
  font-size: 22px;
  line-height: 28.6px;
  color: #575756;
  margin-bottom: 0;
}
.grid-item .underlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  background: rgba(108, 103, 98, 0.45);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid-item .hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid-item.quote .gridinner blockquote {
  font-family: "handwriting";
  font-size: 46px;
  line-height: 59.8px;
}
.grid-item.quote .gridinner blockquote, .grid-item.quote .gridinner .by {
  text-align: center;
  color: #918783;
}
.grid-item.half-height h2 {
  padding-top: 12px;
}

@-webkit-keyframes display-none-transition {
  0% {
    opacity: 0;
  }
}
@keyframes display-none-transition {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes display-block-transition {
  0% {
    opacity: 1;
  }
}
@keyframes display-block-transition {
  0% {
    opacity: 1;
  }
}
@media (max-width: 1500px) {
  .grid-item.quote .gridinner blockquote {
    font-size: 36px;
    line-height: 46.8px;
  }
}
.quick-view-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10002;
}
.quick-view-container.visible {
  display: block;
}
.quick-view-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.quick-view-container .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
}
@media (max-width: 800px) {
  .quick-view-container .quick-view {
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: 63%;
  }
}
@media (max-width: 500px) {
  .quick-view-container .quick-view {
    width: 90%;
  }
}
.quick-view-container .productdetails {
  position: relative;
  margin: 0 auto;
  height: auto;
  background: #fff;
  padding: 5px;
  border-style: solid;
  border-width: 15px;
  border-color: transparent;
  font-style: normal;
  border-radius: 15px;
}
@media (max-width: 500px) {
  .quick-view-container .productdetails {
    border-width: 10px;
  }
}
.quick-view-container .productdetails .sidebarcontent {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 25px 0px 0;
}
@media (max-width: 1024px) {
  .quick-view-container .productdetails .sidebarcontent {
    padding: 15px 20px 0px 0;
  }
}
@media (max-width: 800px) {
  .quick-view-container .productdetails .sidebarcontent {
    padding: 0 0 0 58px;
  }
}
@media (max-width: 700px) {
  .quick-view-container .productdetails .sidebarcontent {
    padding: 0 0 0 0;
  }
}
@media (max-width: 800px) {
  .quick-view-container .productdetails .productcontents {
    width: 100%;
  }
}
.quick-view-container .productsidebar img {
  height: 100%;
}
.quick-view-container .productHeader {
  display: flex;
}
.quick-view-container .productHeader h1, .quick-view-container .productHeader .VoucherSentToEmail {
  color: #3E5F5D;
  margin-bottom: 5px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 34px;
}
@media (max-width: 500px) {
  .quick-view-container .productHeader h1, .quick-view-container .productHeader .VoucherSentToEmail {
    letter-spacing: 0px;
    font-size: 28px;
  }
}
.quick-view-container .productHeader .icons {
  display: inline-flex;
  align-items: center;
}
.quick-view-container .productHeader .icons img {
  margin-left: 10px;
}
.quick-view-container .productHeader .icons .symbol {
  padding: 0px 0px !important;
}

.qv-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/qv-close.png") center bottom repeat-x;
}
@media (max-width: 800px) {
  .qv-close {
    z-index: 444;
    top: 7px;
    right: 7px;
  }
}
@media (max-width: 500px) {
  .qv-close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    z-index: 444;
  }
}

.view-full {
  margin-top: 10px;
}
.view-full p a {
  font-size: 16px;
  line-height: 20px;
}

/* Swipeable sections - bestsellers, you might also like */
.pagerow .col .imagelist.bestsellers {
  text-align: center;
}
.pagerow .col .imagelist.bestsellers li {
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
}
.pagerow .col .imagelist.bestsellers li p {
  margin-bottom: 0;
}
.pagerow .col .imagelist.bestsellers li a:focus {
  outline: none;
}
.pagerow .col .imagelist.bestsellers li:focus {
  outline: none;
}

.pagerow .col .imagelist.bestsellers.saveforlater {
  text-align: center;
}
@media (max-width: 890px) {
  .pagerow .col .imagelist.bestsellers.saveforlater li {
    width: 24%;
  }
}
@media (max-width: 480px) {
  .pagerow .col .imagelist.bestsellers.saveforlater li {
    width: 48%;
  }
}
.pagerow .col .imagelist.bestsellers.saveforlater li {
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
}
.pagerow .col .imagelist.bestsellers.saveforlater li p {
  margin-bottom: 0;
}
.pagerow .col .imagelist.bestsellers.saveforlater li a:focus {
  outline: none;
}
.pagerow .col .imagelist.bestsellers.saveforlater li:focus {
  outline: none;
}

.pagerow .col .imagelist li a:focus {
  outline: none;
}
.pagerow .col .imagelist li:focus {
  outline: none;
}

/* Slider */
.slick-wrapper {
  margin: 0 30px;
}
@media (max-width: 480px) {
  .slick-wrapper {
    margin: 0 25px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("${slick-font-path}slick.eot");
  src: url("${slick-font-path}slick.eot?#iefix") format("embedded-opentype"), url("${slick-font-path}slick.woff") format("woff"), url("${slick-font-path}slick.ttf") format("truetype"), url("${slick-font-path}slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.75;
  margin-top: -25px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: -30px;
  background: url(../images/swipe-left.png) center center no-repeat;
  background-size: contain;
}

.slick-next {
  right: -30px;
  background: url(../images/swipe-right.png) center center no-repeat;
  background-size: contain;
}

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.pagerow .col.col1 .imagelist .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.pagerow .col.col1 .imagelist .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.pagerow .col.col1 .imagelist .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.pagerow .col.col1 .imagelist .slick-dots li button:hover, .pagerow .col.col1 .imagelist .slick-dots li button:focus {
  outline: none;
}
.pagerow .col.col1 .imagelist .slick-dots li button:hover:before, .pagerow .col.col1 .imagelist .slick-dots li button:focus:before {
  opacity: 1;
}
.pagerow .col.col1 .imagelist .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #768d87;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagerow .col.col1 .imagelist .slick-dots li.slick-active button:before {
  color: #768d87;
  opacity: 0.75;
}

.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: "\f005";
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: "\f006";
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: "\f005";
    color: black;
  }
}
#contentcolumns .pagecell .background-img {
  background-size: cover;
  background-position: center center;
  margin: 0;
}
#contentcolumns .pagecell .image-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
#contentcolumns .pagecell .image-text .textarea {
  max-width: 650px;
  position: relative;
  margin: 0 auto;
}
#contentcolumns .pagecell .image-text p {
  position: relative;
  left: 0;
  top: 0;
  webkit-transform: none;
  transform: none;
}

#contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper {
  -ms-zoom: 1;
  zoom: 1;
}
#contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper:before, #contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper:after {
  content: "";
  display: table;
}
#contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper:after {
  clear: both;
}
@media (max-width: 550px) {
  #contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper .textarea {
    margin: 15px !important;
  }
  #contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper h2 {
    font-size: 24px;
    line-height: 31.2px;
  }
  #contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper h2.small {
    font-size: 20px;
    line-height: 26px;
  }
  #contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper h2.handwritten {
    font-size: 28px;
    line-height: 36.4px;
  }
  #contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper h3 {
    font-size: 18px;
    line-height: 23.4px;
  }
}
#contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper .pagecellinner {
  -ms-zoom: 1;
  zoom: 1;
  margin-bottom: 0;
}
#contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper .pagecellinner:before, #contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper .pagecellinner:after {
  content: "";
  display: table;
}
#contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper .pagecellinner:after {
  clear: both;
}
#contentcolumns #Content__panelSidebarLayout .pagerow .section-wrapper .pagecell .pagecellinner > .individual {
  max-width: 100%;
}
#contentcolumns .columns .col.col3 {
  width: 33.3%;
}
#contentcolumns .columns .col.col4 {
  width: 25%;
}
#contentcolumns .columns .col .textarea {
  text-align: center;
}
#contentcolumns .columns .col h2.handwritten {
  text-align: center;
}
#contentcolumns .columns .col img {
  max-width: 100%;
}
#contentcolumns .columns .col.col1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#contentcolumns .columns .col.col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
#contentcolumns .columns .col.col3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
#contentcolumns .columns .col.col4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
@media (max-width: 1000px) {
  #contentcolumns .columns .col.col4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
  }
  #contentcolumns .columns .col.col4:nth-child(3) {
    clear: left;
  }
}
@media (max-width: 490px) {
  #contentcolumns .columns .col.col2, #contentcolumns .columns .col.col3, #contentcolumns .columns .col.col4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
#contentcolumns .columns .img-margin {
  margin-bottom: 30px;
}
#contentcolumns .two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 490px) {
  #contentcolumns .two-columns {
    display: block;
  }
}
#contentcolumns .two-columns .col.col3 {
  width: 33.3%;
}
#contentcolumns .two-columns .col.col2 {
  width: 50%;
}
#contentcolumns .two-columns .col.col2#favourites-center {
  margin: 0 auto;
  float: none;
}
#contentcolumns .two-columns .col {
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  #contentcolumns .two-columns .col {
    padding: 0;
  }
  #contentcolumns .two-columns .col .textarea {
    margin: 0;
  }
}
#contentcolumns .two-columns .col .textarea {
  text-align: center;
}
#contentcolumns .two-columns .col h2.handwritten {
  text-align: center;
}
#contentcolumns .two-columns .col img {
  max-width: 100%;
}
#contentcolumns .two-columns .col.col1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#contentcolumns .two-columns .col.col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
#contentcolumns .two-columns .col.col3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
#contentcolumns .two-columns .col.col4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
@media (max-width: 1000px) {
  #contentcolumns .two-columns .col.col3, #contentcolumns .two-columns .col.col4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
  }
}
@media (max-width: 700px) {
  #contentcolumns .two-columns .col.col2, #contentcolumns .two-columns .col.col3, #contentcolumns .two-columns .col.col4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
  }
  #contentcolumns .two-columns .col:nth-child(2) {
    margin-top: 10px;
  }
}
#contentcolumns .two-columns .img-margin {
  margin-bottom: 30px;
}
#contentcolumns .two-columns.img-right .col {
  order: 1;
}
#contentcolumns .two-columns.img-right .col:nth-child(1) {
  order: 2;
}
@media (max-width: 700px) {
  #contentcolumns .two-columns.img-right .col:nth-child(1) {
    order: 1;
  }
}
#contentcolumns .section-wrapper .pagecell.col4 .centered-max {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
#contentcolumns .quote .pagecell blockquote p {
  color: #575756;
}
#contentcolumns .quote .slick-slider {
  margin: 0;
}
#contentcolumns .quote .slick-slider li {
  outline: 0;
}
#contentcolumns .quote .slick-slider .slick-prev, #contentcolumns .quote .slick-slider .slick-next {
  margin-top: -5px;
}
#contentcolumns .quote .slick-slider .slick-prev {
  left: -30px;
}
#contentcolumns .quote .slick-slider .slick-next {
  right: -30px;
}
#contentcolumns .pagerow .dotted-line {
  padding: 0 0 15px 0 !important;
  background: url(../images/dotted-line.png) center bottom repeat-x;
}
#contentcolumns .pagerow .dotted-line .pagecell .pagecellinner {
  margin: 0;
}
#contentcolumns .pagerow .dotted-line-padding {
  margin: 20px auto !important;
  padding: 0 0 15px 0 !important;
  background: url(../images/dotted-line.png) center bottom repeat-x;
}
#contentcolumns .pagerow .dotted-line-padding .pagecell .pagecellinner {
  margin: 0;
}
#contentcolumns .coloured-cols {
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
#contentcolumns .coloured-cols .col {
  box-sizing: border-box;
  padding: 20px;
}
#contentcolumns .coloured-cols .col h3 {
  font-size: 26px;
  line-height: 34px;
}
#contentcolumns .coloured-cols .col .icon-img {
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
}
#contentcolumns .coloured-cols .col.col1 {
  margin: 20px 1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
}
#contentcolumns .coloured-cols .col.col2 {
  margin: 20px 1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}
#contentcolumns .coloured-cols .col.col3 {
  margin: 20px 1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.3333333333%;
  flex: 0 0 31.3333333333%;
}
#contentcolumns .coloured-cols .col.col4 {
  margin: 20px 1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
}
@media (max-width: 1000px) {
  #contentcolumns .coloured-cols .col.col3, #contentcolumns .coloured-cols .col.col4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}
@media (max-width: 500px) {
  #contentcolumns .coloured-cols .col.col2, #contentcolumns .coloured-cols .col.col3, #contentcolumns .coloured-cols .col.col4 {
    margin: 20px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.pagerow .col.col3, #contentcolumns .newpagelayoutinner .pagerow .col.col3, .order-listings .col.col3 {
  width: 33.3%;
}

.large-link-wrapper {
  margin-top: 15px;
}

.large-link {
  font-size: 18px;
  line-height: 25.2px;
  text-decoration: none;
  display: inline;
  text-align: left;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  padding: 5px 0 0px;
  color: #575756;
  border-bottom: 1px solid #575756;
  -webkit-transition: border-width 0.25s ease;
  -o-transition: border-width 0.25s ease;
  transition: border-width 0.25s ease;
}
.large-link.centered {
  text-align: center;
}
.large-link.green {
  border-bottom: 1px solid #768d87;
  color: #768d87;
}
.large-link.white {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.large-link:hover {
  border-bottom-width: 3px;
}
.large-link + .link-spacer {
  display: inline-block;
  width: 120px;
}
@media (max-width: 768px) {
  .large-link + .link-spacer {
    display: none;
  }
  .large-link + .link-spacer + .large-link {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .large-link {
    font-size: 15px;
    line-height: 21px;
  }
}

.column-accordion {
  float: left;
  position: relative;
  width: 100%;
}
.column-accordion .accordion-content {
  display: none;
  position: relative;
  padding-top: 20px;
}
.column-accordion .accordion-content .textarea {
  padding: 0;
  margin: 15px;
}
.column-accordion .accordion-content .accordion-close {
  background: url("/Content/images/cross-close.svg") no-repeat center center;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.tabs {
  margin-bottom: 30px;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 20px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}

.orderlist tr {
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
}
.orderlist tr.orderline:nth-of-type(odd) {
  background: #F6f6f6;
}
.orderlist tr .order_orderbutton {
  text-align: center;
  white-space: nowrap;
  padding: 10px 10px 5px;
}
.orderlist tr .order_orderbutton .button {
  padding: 10px 10px 5px;
}
.orderlist tr .order_orderstatus {
  text-align: center;
}
.orderlist th {
  text-align: center;
  padding: 5px;
  white-space: nowrap;
}
.orderlist td {
  padding: 10px 2px;
}
.orderlist td.order_ordernumber {
  padding: 10px 0 10px 5px;
}

#contentcolumns .sidebar-layout .subnavmenu.col1.account-subnav {
  margin-left: 0;
  background: none;
}
#contentcolumns .sidebar-layout .subnavmenu.col1.account-subnav ul > li.active {
  border-left: 5px solid #DFE8C9;
  padding-left: 10px;
  background: #f4f4f4;
}
#contentcolumns .sidebar-layout .subnavmenu.col1.account-subnav ul > li.active > a {
  color: #575756;
}
#contentcolumns .sidebar-layout .subnavmenu.col1.account-subnav ul li {
  list-style-type: none;
  font-size: 18px;
  border-bottom: 2px solid #e6e6e6;
}
#contentcolumns .sidebar-layout .subnavmenu.col1.account-subnav ul li:first-of-type {
  border-top: 2px solid #e6e6e6;
}
#contentcolumns .sidebar-layout .subnavmenu.col1.account-subnav ul li a {
  padding: 10px 3px;
  width: 100%;
  font-family: "Inter" !important;
}
#contentcolumns .sidebar-layout .subnavmenu.col1.account-subnav ul li a.selected {
  color: #768d87;
  font-weight: 700;
}
@media (max-width: 1010px) {
  #contentcolumns .sidebar-layout .subnavmenu.col1.account-subnav {
    padding: 0 0 0 0 !important;
    margin-top: 0;
  }
  #contentcolumns .sidebar-layout .subnavmenu.col1.account-subnav ul {
    padding-right: 0;
  }
}
#contentcolumns .sidebar-layout .add-address-form {
  display: none;
  text-align: left;
  margin: 10px;
}
#contentcolumns .sidebar-layout .add-address-form .col.col5 input {
  width: 78%;
}
#contentcolumns .sidebar-layout .add-address-form .col.col5double input {
  width: 88%;
}
#contentcolumns .sidebar-layout #addNewAddress:after {
  content: "+";
  display: inline-block;
  font-size: 32px;
  padding: 0 0 0 10px;
  margin-top: 3px;
  float: right;
  margin-bottom: -3px;
  width: 25px;
}
#contentcolumns .sidebar-layout #addNewAddress.active:after {
  content: "-";
}
#contentcolumns .sidebar-layout .manage-addresses-section.edit-address .add-address-form {
  display: block;
}
#contentcolumns .sidebar-layout .manage-addresses-section.edit-address .add-address {
  display: none;
}

.orders-section {
  margin-top: 20px;
}

.my-account .intro-section {
  text-align: center;
  margin-bottom: 20px;
}
.my-account .intro-section .button {
  margin: 20px 0;
}
.my-account .intro-section > p {
  margin: 10px 0;
}
.my-account .page .pagerow p {
  font-size: 16px;
}
.my-account .page h1, .my-account .page .VoucherSentToEmail, .my-account .page h2, .my-account .page h3 {
  font-family: "Gill Sans W01 Medium", sans-serif;
}
.my-account .page h2.small {
  font-size: 28px;
  text-align: center;
}

.editItemDeadline {
  text-align: center;
}

.hdinfo {
  text-align: center !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hdinfo h2 {
  text-align: center !important;
  margin-bottom: -1%;
}
.hdinfo p {
  margin-bottom: 1em;
  margin-top: 1em;
}
.hdinfo .button {
  margin-right: 5px;
  margin-left: 5px;
}
.hdinfo ul {
  font-weight: bold;
}

.reorder {
  float: right;
  margin-top: -6%;
}

.basketupdatebtns {
  align-content: center;
}

.deladdr {
  border: none;
  position: relative;
  margin: 10px;
  padding: 10px;
  background: #f9f9f9;
  float: left;
  width: calc(50% - 20px);
  height: 220px;
  font-size: 1.2em;
  box-sizing: border-box;
  border: 1px solid #adccba;
}
.deladdr .button {
  cursor: pointer;
}
.deladdr .addressinfo {
  display: block;
  font-size: 15px;
  line-height: 19.5px;
  margin: 10px;
  text-align: left;
  padding-right: 140px;
}
.deladdr .addressinfo .useaddress {
  position: absolute;
  top: 20px;
  right: 20px;
}
.deladdr .addressinfo .billingaddr {
  background: #adccba;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 740px) {
  .deladdr {
    width: 100%;
    margin: 10px 0;
    height: auto;
  }
}

/*.deladdr:hover {
    background: darken(#f3f3f3,5%);
}*/
.deladdr.sel {
  background: #eaf0eb;
}

table.ordersummary {
  margin-bottom: 30px;
}

.editItemDeadline {
  text-align: center;
}

.orderitems th {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}
.orderitems tr.odd, .orderitems tr.even {
  border-bottom: 1px solid #e6e6e6;
}
.orderitems tr td {
  padding: 10px 0;
}
.orderitems tr td.order_productname {
  padding: 10px;
}
.orderitems tr.odd {
  background: #f4f4f4;
}

.account-success {
  background: lightblue;
  padding: 10px;
  margin: 10px 0;
  float: left;
  width: 100%;
}

.delete-all-cards {
  margin-top: 15px;
  margin-bottom: 25px;
  cursor: pointer;
}

.delete-single-card {
  cursor: pointer;
}

.payment-details img {
  max-width: 65px;
  display: inline;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 5px;
}
.payment-details p {
  display: inline;
}
.payment-details .shop-grouping:not(:first-child) {
  padding-top: 20px;
}
.payment-details .shop-grouping table {
  width: 100%;
}
.payment-details .shop-grouping table tr {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.payment-details .shop-grouping .payment-card {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 610px) {
  .payment-details .shop-grouping .payment-card .remove-on-mobile {
    display: none;
  }
}
.payment-details .shop-grouping .payment-card .card-type {
  width: 40%;
}
.payment-details .shop-grouping .payment-card .expiry-date {
  width: 20%;
}
.payment-details .shop-grouping .payment-card .added-date {
  width: 20%;
}
@media (max-width: 820px) {
  .payment-details .shop-grouping .payment-card .added-date {
    display: none;
  }
}
.payment-details .shop-grouping .payment-card .delete-button {
  width: 10%;
}
.payment-details .shop-grouping .has-expired p,
.payment-details .shop-grouping .has-expired strong {
  color: red !important;
}

.order-type-tabs {
  height: 100px;
  border-bottom: 2px solid #7C928C;
  margin-bottom: 24px;
}
@media (min-width: 641px) {
  .order-type-tabs {
    height: 50px;
    margin: 36px 0 !important;
  }
}
.order-type-tabs div {
  display: flex;
  height: 50%;
  cursor: pointer;
}
@media (min-width: 641px) {
  .order-type-tabs div {
    height: 100% !important;
  }
}
.order-type-tabs div h3 {
  display: block;
  margin: auto !important;
}
.order-type-tabs .selected {
  background-color: #eee !important;
}

.giftcard-summaries tr > th {
  text-align: center !important;
}

.giftmessage {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}
.giftmessage.noborder {
  border-bottom: 0 !important;
  padding-bottom: 0px !important;
}
.giftmessage :last-child {
  border-bottom: 10px;
}
.giftmessage p.giftCardMessageHeader {
  color: #575756;
  font-weight: bold !important;
}

table.nomarginbottom {
  margin-bottom: 0px !important;
}

@media (max-width: 680px) {
  td.order_non_repeatdelivery i.fa.fa-minus {
    display: none;
  }
}

.dropdown_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0 !important;
}

.dropdown_item {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  width: 340px;
  margin-right: 10px;
}

.dropdown_item > label {
  margin-top: 10px;
  margin-right: 30px;
  font-size: 16px;
  text-transform: none;
}

.dropdown_row {
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 700px) {
  .dropdown_row {
    display: flex;
    flex-direction: column;
  }
}
.radio_row {
  display: flex;
  flex-direction: row;
}

.radio_row > label {
  margin-left: 15px;
  margin-top: 0;
  text-transform: none;
  font-size: 16px;
}

.radio_row > input {
  border: 2px solid #768d87;
}

.pref_box {
  height: 30px;
  width: 100px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #575756;
  border-color: #ccc;
  border-width: 1px;
}

legend {
  font-family: GillSans !important;
}

input[type=radio] {
  accent-color: #768d87;
}

#contentcolumns.searchpage form {
  padding: 0;
}
#contentcolumns.searchpage h3 {
  text-align: left;
}
#contentcolumns.searchpage .searchtext, #contentcolumns.searchpage .search {
  display: inline-block;
}
#contentcolumns.searchpage .searchtext {
  margin-right: 10px;
}
#contentcolumns.searchpage .search {
  margin-bottom: 15px;
}
#contentcolumns.searchpage h1, #contentcolumns.searchpage .VoucherSentToEmail {
  margin-top: 20px;
}
#contentcolumns .listings .listingdetail {
  width: 100%;
}
#contentcolumns .productlisting.search-results {
  margin: 0;
  width: 100%;
}
#contentcolumns .productlisting.search-results .product {
  width: 25%;
  list-style-type: none;
  text-align: left;
}
#contentcolumns .productlisting.search-results .product .product_inner {
  margin: 15px 0 30px;
}
#contentcolumns .productlisting.search-results .product .product_inner h2 {
  line-height: 28px;
  text-align: left;
  margin-top: 0;
}
#contentcolumns .productlisting.search-results .product .product_inner h2 a {
  font-size: 24px;
  line-height: 28px;
}
#contentcolumns .productlisting.search-results .product:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 1023px) {
  #contentcolumns.searchpage h1, #contentcolumns.searchpage .VoucherSentToEmail {
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  #contentcolumns .productlisting.search-results .product {
    width: 33.3333333333%;
  }
  #contentcolumns .productlisting.search-results .product .product_inner h2 {
    line-height: 24px;
  }
  #contentcolumns .productlisting.search-results .product .product_inner h2 a {
    font-size: 20px;
    line-height: 24px;
  }
  #contentcolumns .productlisting.search-results .product:nth-child(4n+1) {
    clear: none;
  }
  #contentcolumns .productlisting.search-results .product:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 680px) {
  #contentcolumns.searchpage .pagerow {
    margin-top: 0;
  }
  #contentcolumns .productlisting.search-results .product {
    width: 50%;
  }
  #contentcolumns .productlisting.search-results .product:nth-child(3n+1) {
    clear: none;
  }
  #contentcolumns .productlisting.search-results .product:nth-child(4n+1) {
    clear: none;
  }
  #contentcolumns .productlisting.search-results .product:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 450px) {
  #contentcolumns.searchpage h1, #contentcolumns.searchpage .VoucherSentToEmail {
    margin-top: 20px;
  }
  #contentcolumns.searchpage .pagerow {
    margin-top: 0;
    padding-top: 0;
  }
  #contentcolumns .productlisting.search-results .product {
    width: 100%;
  }
  #contentcolumns .productlisting.search-results .product .gridinner {
    margin: 10px 0;
  }
  #contentcolumns .productlisting.search-results .product .product_inner h2 {
    line-height: 24px;
  }
  #contentcolumns .productlisting.search-results .product .product_inner h2 a {
    font-size: 20px;
    line-height: 24px;
  }
}

.bannerheader {
  overflow: hidden;
  box-sizing: border-box;
  background: #fdb733;
  padding: 0px;
  text-align: left;
  /*Left and Right Sections/Picture Sections*/
}
.bannerheader .pagerow {
  background: none;
  padding: 0px;
}
.bannerheader .col {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.bannerheader #headerContent h3, .bannerheader #headerContent p {
  font-family: "hugos_handregular" !important;
  color: #0b3435;
  text-transform: none !important;
  margin-bottom: 0 !important;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  line-height: 24px;
}
@media only screen and (min-width: 0px) {
  .bannerheader #headerContent h3, .bannerheader #headerContent p {
    font-size: 16px;
    line-height: 23px;
    padding: 5px;
  }
}
@media only screen and (min-width: 650px) {
  .bannerheader #headerContent h3, .bannerheader #headerContent p {
    font-size: 16px;
    line-height: 23px;
    padding: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .bannerheader #headerContent h3, .bannerheader #headerContent p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .bannerheader #headerContent h3, .bannerheader #headerContent p {
    font-size: 19px;
    line-height: 24px;
  }
}
.bannerheader #headerContent h3 a, .bannerheader #headerContent p a {
  display: inline-block;
  color: #14585C;
  width: auto;
  text-decoration: underline;
  font-family: "hugos_handregular";
}
.bannerheader #bannerImg {
  display: none;
}
.bannerheader #bannerImg img {
  height: 100%;
}
@media only screen and (min-width: 700px) {
  .bannerheader #bannerImg {
    display: block;
    height: 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .bannerheader #bannerImg {
    height: 80px;
  }
}
@media only screen and (min-width: 650px) {
  .bannerheader .bannerLeft {
    margin-left: -140px;
  }
}
@media only screen and (min-width: 1044px) {
  .bannerheader .bannerLeft {
    margin-left: -90px;
  }
}
@media only screen and (min-width: 1440px) {
  .bannerheader .bannerLeft {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 650px) {
  .bannerheader .bannerRight {
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1044px) {
  .bannerheader .bannerRight {
    margin-right: -90px;
  }
}
@media only screen and (min-width: 1440px) {
  .bannerheader .bannerRight {
    margin-right: 0px;
  }
}
.bannerheader .bannerCloseIcon img {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0px -10px -38px auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  header {
    padding: 0;
  }
  header .header-inner {
    background-color: #e6e1dd;
    padding: 20px 0;
  }
  .nav-bar {
    background: #fff;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    box-sizing: border-box;
    clear: both;
    border-bottom: 1px solid #e6e1dd;
    overflow: visible !important;
  }
  .nav-bar .nav-wrapper {
    padding: 0;
    float: none;
    position: relative;
  }
  .nav-bar .nav-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-bar .nav-wrapper .search #searchform {
    margin-top: 4px;
  }
  .nav-bar .nav-wrapper .button.bookslot {
    margin: 4px 10px 0;
  }
  nav.primary {
    float: left;
    box-sizing: border-box;
  }
  nav.primary * {
    box-sizing: border-box;
  }
  nav.primary .subnav-underlay {
    visibility: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  nav.primary:hover .subnav-underlay {
    visibility: visible;
    opacity: 1;
  }
  nav.primary ul {
    padding: 0;
  }
  nav.primary ul li {
    color: #575756;
    font-size: 20px;
    display: inline-block;
    border-bottom: 3px solid #fff;
  }
  nav.primary ul li a {
    display: inline-block;
    font-family: "Gill Sans W01 Medium", sans-serif;
    padding: 14px 10px 11px;
    color: #575756;
    text-decoration: none;
    border: 0;
  }
  nav.primary ul li:after {
    display: none;
  }
  nav.primary ul li.home-link {
    display: none;
  }
  nav.primary ul li.mobilenavpromo {
    display: none !important;
  }
  nav.primary ul li.back, nav.primary ul li .overview {
    display: none !important;
  }
  nav.primary ul li.active {
    border-bottom: 3px solid #768d87;
  }
  nav.primary ul li.active > a {
    color: #768d87;
  }
  nav.primary ul li:hover {
    border-bottom: 3px solid #768d87;
  }
  nav.primary ul li:hover > a {
    color: #768d87;
  }
  nav.primary ul li .level1, nav.primary ul li .level2 {
    display: none !important;
  }
  nav.primary ul li > div {
    visibility: hidden;
    position: absolute;
    width: calc(100% + 50px);
    background: #fff;
    padding: 30px;
    left: -25px;
    border: 1px solid #e6e1dd;
    z-index: -1;
    margin-top: -53px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  nav.primary ul li > div ul {
    width: 15%;
    float: left;
  }
  nav.primary ul li > div ul li {
    display: block;
    background: none;
    padding: 0 30px 0 0;
    font-size: 16px;
    line-height: 21px;
  }
  nav.primary ul li > div ul li.mobile-category {
    display: none;
  }
  nav.primary ul li > div ul li:hover {
    border-bottom: 3px solid #fff;
  }
  nav.primary ul li > div ul li a {
    font-family: "Gill Sans W01 Medium", sans-serif;
    padding: 4px 0;
    display: block;
    min-width: 100px;
    box-sizing: border-box;
    color: #575756;
    font-size: 18px;
  }
  nav.primary ul li > div ul li a:hover {
    color: #768d87;
  }
  nav.primary ul li > div ul li.category {
    font-size: 18px;
    padding: 0 0 10px;
    margin: 0 30px 5px 0;
    border-bottom: 1px solid #e6e1dd;
    color: #8a8a89;
  }
  nav.primary ul li > div .promo-section {
    width: 24%;
    float: right;
    -ms-zoom: 1;
    zoom: 1;
    margin-right: 16%;
    pointer-events: none;
  }
  nav.primary ul li > div .promo-section:before, nav.primary ul li > div .promo-section:after {
    content: "";
    display: table;
  }
  nav.primary ul li > div .promo-section:after {
    clear: both;
  }
  nav.primary ul li > div .promo-section > p {
    display: block !important;
    -ms-zoom: 1;
    zoom: 1;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }
  nav.primary ul li > div .promo-section > p:before, nav.primary ul li > div .promo-section > p:after {
    content: "";
    display: table;
  }
  nav.primary ul li > div .promo-section > p:after {
    clear: both;
  }
  nav.primary ul li > div .promo-section a {
    padding: 0;
    display: block;
  }
  nav.primary ul li > div .promo-section img {
    display: block;
    width: 100%;
    float: left;
  }
  nav.primary ul li > div .promo-section.double {
    width: calc(48% + 20px);
  }
  nav.primary ul li > div .promo-section.double img {
    width: calc(50% - 10px);
    float: left;
  }
  nav.primary ul li > div .promo-section.double img + img {
    margin-left: 20px;
  }
  nav.primary ul li > div .promo-section.double a {
    display: block;
  }
  nav.primary ul li > div .promo-section.double a + a img {
    margin-left: 20px;
  }
  nav.primary ul li > div .promo-section.promo_section_full_width {
    width: 100%;
    float: none;
  }
  nav.primary ul li > div .promo-section.promo_section_full_width img {
    width: unset;
    max-width: 100%;
  }
  nav.primary ul li > div .promo-section.promo_section_full_width ~ ul {
    margin-top: 10px;
  }
  nav.primary ul li:hover > div {
    margin-top: 3px;
    visibility: visible;
    opacity: 1;
  }
  nav.primary ul li:hover > div .promo-section {
    pointer-events: all;
  }
  header .subnav-underlay nav.primary ul li:hover {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  nav.primary > ul > li > div ul {
    width: 19%;
    float: left;
  }
  nav.primary > ul > li > div .promo-section {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  nav.primary > ul > li {
    font-size: 16px;
  }
  nav.primary > ul > li a {
    padding: 16px 8px 13px;
  }
  nav.primary > ul > li > div ul li {
    font-size: 16px;
  }
}
.IE-11 .siteouter.fullwidth .listings .listingdetail .productlisting .product .gridinner {
  display: block;
}

.bodyouter.old-header-fix {
  padding-top: 182px;
}

@media (max-width: 1023px) {
  .bodyouter.old-header-fix {
    padding-top: 116px;
  }
}
main {
  padding: 0 !important;
}

#basketMyBasket > a {
  width: 140px !important;
}

header li:after {
  content: none;
}

header #basketMyBasket .basketDropdown .basket-buttons .full-width {
  box-sizing: border-box;
  width: 100% !important;
  text-align: center;
}

#subscriptionsOrderSummary {
  margin: 0 auto;
  background: #f9f9f9;
  position: relative;
  z-index: 1;
  padding: 7px;
}
@media only screen and (min-width: 721px) {
  #subscriptionsOrderSummary {
    padding: 0;
  }
}
#subscriptionsOrderSummary img.modalControl {
  width: 20px;
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  right: 8px;
  top: 17px;
}
@media only screen and (min-width: 320px) {
  #subscriptionsOrderSummary img.modalControl {
    width: 22px;
    right: 17px;
    top: 20px;
  }
}
@media only screen and (min-width: 425px) {
  #subscriptionsOrderSummary img.modalControl {
    right: 23px;
  }
}
@media only screen and (min-width: 721px) {
  #subscriptionsOrderSummary img.modalControl {
    width: 18px;
    right: 5px;
    top: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  #subscriptionsOrderSummary img.modalControl {
    width: 20px;
    top: 7px;
    right: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  #subscriptionsOrderSummary img.modalControl {
    right: 15px;
    top: 18px;
  }
}
#subscriptionsOrderSummary p {
  font-size: 14px;
  line-height: 16px;
  margin: 3px 0 3px 32px;
  text-align: left;
  flex-basis: 100%;
}
@media only screen and (min-width: 425px) {
  #subscriptionsOrderSummary p {
    margin: 3px 0 3px 36px;
  }
}
@media only screen and (min-width: 721px) {
  #subscriptionsOrderSummary p {
    font-size: 10px;
    line-height: 10px;
    margin: 3px 0 3px 28px;
  }
}
@media only screen and (min-width: 1024px) {
  #subscriptionsOrderSummary p {
    font-size: 12px;
    margin: 3px 0 3px 33px;
  }
}
@media only screen and (min-width: 1440px) {
  #subscriptionsOrderSummary p {
    margin: 7px 0 5px 35px;
  }
}
#subscriptionsOrderSummary select {
  font-size: 14px;
  border: 2px solid #5e9db4;
  color: #575756;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 3px;
}
@media only screen and (min-width: 721px) {
  #subscriptionsOrderSummary select {
    font-size: 10px;
    padding: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #subscriptionsOrderSummary select {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  #subscriptionsOrderSummary select {
    font-size: 13px;
  }
}
#subscriptionsOrderSummary .showSlot {
  display: block !important;
}
#subscriptionsOrderSummary .delivery-option {
  padding: 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.3s;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 425px) {
  #subscriptionsOrderSummary .delivery-option {
    padding: 20px;
  }
}
@media only screen and (min-width: 721px) {
  #subscriptionsOrderSummary .delivery-option {
    padding: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  #subscriptionsOrderSummary .delivery-option {
    padding: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  #subscriptionsOrderSummary .delivery-option {
    padding: 18px;
  }
}
#subscriptionsOrderSummary .delivery-option.radio-active {
  background: #dfe8c9;
}
#subscriptionsOrderSummary .delivery-option span {
  color: #7f7f7f;
  font-size: 10px;
  margin: 5px 0 0 32px;
  display: none;
  text-transform: uppercase;
  text-align: left;
  flex-basis: 100%;
}
@media only screen and (min-width: 425px) {
  #subscriptionsOrderSummary .delivery-option span {
    flex-basis: unset;
    margin: 5px 0 0 37px;
  }
}
@media only screen and (min-width: 721px) {
  #subscriptionsOrderSummary .delivery-option span {
    font-size: 7px;
    margin: 5px 0 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #subscriptionsOrderSummary .delivery-option span {
    font-size: 10px;
    margin: 3px 0 0 34px;
  }
}
@media only screen and (min-width: 1440px) {
  #subscriptionsOrderSummary .delivery-option span {
    font-size: 11px;
    margin: 5px 0 0 35px;
  }
}
#subscriptionsOrderSummary .delivery-option .delivery-frequency {
  width: 100%;
}
@media only screen and (min-width: 721px) {
  #subscriptionsOrderSummary .delivery-option .delivery-frequency {
    margin-left: 0px;
  }
}
#subscriptionsOrderSummary input[type=radio]:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #5e9db4;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
@media only screen and (min-width: 681px) {
  #subscriptionsOrderSummary input[type=radio]:checked:after {
    top: -3px;
    left: -3px;
  }
}
@media only screen and (min-width: 721px) {
  #subscriptionsOrderSummary input[type=radio]:checked:after {
    width: 12px;
    height: 12px;
    top: -1px;
    left: -1px;
  }
}
#subscriptionsOrderSummary input + label {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 0 10px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 1px;
}
@media only screen and (min-width: 425px) {
  #subscriptionsOrderSummary input + label {
    margin: 0 0 0 15px;
  }
}
@media only screen and (min-width: 721px) {
  #subscriptionsOrderSummary input + label {
    font-size: 15px;
    margin: 0 0 0 7px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 768px) {
  #subscriptionsOrderSummary input + label {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 1024px) {
  #subscriptionsOrderSummary input + label {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0px 0px 0px 12px;
  }
}
@media only screen and (min-width: 1440px) {
  #subscriptionsOrderSummary input + label {
    font-size: 22px;
  }
}

.subscriptions-modal {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 20px;
  left: 0;
  background: rgba(239, 239, 239, 0.8);
  opacity: 0;
  display: none !important;
  pointer-events: none;
}
.subscriptions-modal li {
  margin-left: unset !important;
}
.subscriptions-modal img {
  width: 100%;
  height: auto;
}
.subscriptions-modal .modal-card {
  height: 84%;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #e6e1dd;
}
@media (min-width: 375px) {
  .subscriptions-modal .modal-card {
    max-width: 330px;
    max-height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .subscriptions-modal .modal-card {
    max-width: 440px;
  }
}
.subscriptions-modal .modal-card .modal-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 90%;
  position: relative;
}
.subscriptions-modal .modal-card .cook-logo {
  width: 100px;
}
.subscriptions-modal .modal-card .title {
  text-align: center;
  text-transform: uppercase;
  color: #575656;
  margin-top: 3px;
  font-size: 8px;
  font-weight: 900;
  line-height: 10px;
}
.subscriptions-modal .modal-card .slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.subscriptions-modal .modal-card ul.slides {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.subscriptions-modal .modal-card .slides input {
  display: none;
}
.subscriptions-modal .modal-card .slide-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscriptions-modal .modal-card .slide-container .slide {
  opacity: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  transform: scale(0);
  transition: all 0.7s ease-in-out;
  padding: 20px 20px 0px 20px;
}
.subscriptions-modal .modal-card .slide-container .slide .icon-image {
  display: flex;
  height: 120px;
  width: 120px;
  background: #e2faf7;
  border-radius: 40px;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .subscriptions-modal .modal-card .slide-container .slide .icon-image {
    height: 135px;
    width: 135px;
  }
}
.subscriptions-modal .modal-card .slide-container .slide .icon-image .subs-box {
  width: 75px;
}
@media only screen and (min-width: 1024px) {
  .subscriptions-modal .modal-card .slide-container .slide .icon-image .subs-box {
    width: 85px;
  }
}
.subscriptions-modal .modal-card .slide-container .slide .icon-image .subs-truck {
  width: 75px;
}
@media only screen and (min-width: 1024px) {
  .subscriptions-modal .modal-card .slide-container .slide .icon-image .subs-truck {
    width: 85px;
  }
}
.subscriptions-modal .modal-card .slide-container .slide .icon-image .subs-control {
  width: 55px;
}
@media only screen and (min-width: 1024px) {
  .subscriptions-modal .modal-card .slide-container .slide .icon-image .subs-control {
    width: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  .subscriptions-modal .modal-card .slide-container .slide .modal-text {
    max-width: 70%;
  }
}
.subscriptions-modal .modal-card .slide-container .slide .modal-text h1, .subscriptions-modal .modal-card .slide-container .slide .modal-text .VoucherSentToEmail {
  color: #575656;
  font-size: 24px;
  line-height: 27px;
  margin: 20px 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 320px) {
  .subscriptions-modal .modal-card .slide-container .slide .modal-text h1, .subscriptions-modal .modal-card .slide-container .slide .modal-text .VoucherSentToEmail {
    font-size: 30px;
    line-height: 33px;
  }
}
.subscriptions-modal .modal-card .slide-container .slide .modal-text p {
  color: #878787;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.subscriptions-modal .modal-card .slide-container .nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
}
.subscriptions-modal .modal-card .slide-container .nav .modal-close {
  background: none;
  border: none;
  text-decoration: underline;
  display: none;
  color: #575656;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  margin-bottom: 22px;
}
.subscriptions-modal .modal-card .slide-container .nav label {
  height: 100%;
  display: none;
  position: relative;
  z-index: 9;
  cursor: pointer;
  text-align: center;
  border: solid #5e9db4 2px;
  color: #5e9db4;
  padding: 4px 12px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
}
.subscriptions-modal .modal-card .slide-container .nav .next {
  right: 0;
}

.subscriptions-modal .slides input:checked + .slide-container .slide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
}

.subscriptions-modal .slides input:checked + .slide-container .nav label, .subscriptions-modal .slides input:checked + .slide-container .nav .modalControl {
  display: block;
}

.subscriptions-modal .nav-dots {
  width: 100%;
  bottom: 100px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}
.subscriptions-modal .nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: #d9d9d9;
}

.subscriptions-modal .nav-dots .nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

.subscriptions-modal input#img-1:checked ~ .nav-dots label#img-dot-1,
.subscriptions-modal input#img-2:checked ~ .nav-dots label#img-dot-2,
.subscriptions-modal input#img-3:checked ~ .nav-dots label#img-dot-3 {
  background: #575656;
}

.subscriptions-modal.modalDisplay {
  pointer-events: auto;
  display: block !important;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s linear;
}

.subscriptions-modal .delivery-frequency {
  flex-basis: 100%;
}

div#DeliverySummaryArea .hdinfo {
  padding: 0px;
  border-radius: 8px;
  background: #f9f9f9;
  width: unset;
}
@media only screen and (min-width: 425px) {
  div#DeliverySummaryArea .hdinfo {
    padding: 5px;
  }
}
@media only screen and (min-width: 600px) {
  div#DeliverySummaryArea .hdinfo {
    padding: 20px;
  }
}
@media only screen and (min-width: 721px) {
  div#DeliverySummaryArea .hdinfo {
    padding: 5px;
  }
}

div#DeliverySummaryArea .modal-card li.nav-dots {
  margin-left: 0 !important;
}

div#DeliverySummaryArea h3.left, .order-summary-info p.ordertotal {
  font-size: 20px;
  border-bottom: #e8e8e8 1px solid;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 600;
}

.order-summary-info p.ordertotal {
  border-bottom: none;
}

@media only screen and (min-width: 721px) {
  div#DeliverySummaryArea h3.left {
    font-size: 16px;
  }
}
.order-summary-info {
  text-align: left;
  padding: 10px;
}
@media only screen and (min-width: 721px) {
  .order-summary-info {
    padding: 5px 5px 5px 5px;
  }
}

.order-summary-info h3, .order-summary-info p {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-device-width: 915px) and (max-device-height: 540px) {
  .subscriptions-modal {
    display: none !important;
  }
}
@media screen and (device-width: 653px) and (device-height: 280px) {
  .subscriptions-modal {
    display: none !important;
  }
}
#checkoutnav ul li {
  position: unset;
}

#checkoutnav ul li a:after {
  z-index: 0;
}

#checkoutnav ul li span:after {
  z-index: 1;
}

#checkoutnav ul li span:before {
  z-index: 0;
}

#checkoutnav ul li a, #checkoutnav ul li span {
  z-index: unset;
  position: relative;
}

.orderSection {
  border-bottom: none;
}

.deliverySection {
  border-bottom: none;
}

.orderItems {
  text-align: center;
}

.DeliverySection {
  border-bottom: none;
}

.BlueLink {
  color: steelblue;
}

.cancelSection {
  float: right;
  margin-top: 11px;
}

.SubCancel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.SubCancel .CancelSubOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10002;
}
.SubCancel .CancelSubPopup {
  top: 50%;
  left: 50%;
  z-index: 999999;
  position: fixed;
  transform: translate(-50%, -50%);
  border: 1px solid #e6e6e6;
  width: 90%;
  max-width: 535px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 20px;
  color: #333;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.07);
  background: #fff;
}
@media (max-width: 767px) {
  .SubCancel .CancelSubPopup {
    width: 80%;
  }
}
.SubCancel .CancelSubPopup .CancelSubContent {
  text-align: center;
  margin: auto;
}
.SubCancel .CancelSubPopup .CancelSubContent .CancelSubHead {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #565757;
  font-weight: 600;
}
.SubCancel .CancelSubPopup .CancelSubContent .CancelSubText {
  font-size: 16px;
  margin-top: 5%;
  line-height: 22px;
}
.SubCancel .CancelSubPopup .CancelSubContent .CancelSubText a {
  text-decoration: underline;
}
.SubCancel .CancelSubPopup .CancelSubContent a {
  margin-top: 5%;
}
.SubCancel .CancelSubPopup #confirm-order-number {
  font-weight: 600;
}

.sub-link {
  cursor: pointer;
  text-decoration: underline;
}

body {
  font-family: inherit !important;
  font-size: inherit !important;
  text-align: inherit !important;
  margin: inherit !important;
  line-height: inherit !important;
}

.page-container {
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  .page-container {
    margin-top: 0px;
  }
}
.page-container img {
  width: 100%;
  height: auto;
}
.page-container .shop-img {
  width: 50px;
  height: auto;
  opacity: 0.2;
  position: absolute;
}
.page-container .shop-page {
  margin: 0;
  padding: 0;
}
.page-container .shop-page .shop-image-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: grid;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page .shop-image-mobile {
    display: none;
  }
}
.page-container .shop-page #shop-details-page {
  position: relative;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px -1px 3px rgba(87, 86, 86, 0.16);
  margin-top: -30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page {
    border-radius: 0;
    box-shadow: none;
    max-width: 1700px;
    margin: 0 auto;
  }
}
.page-container .shop-page #shop-details-page #map {
  height: 472px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .page-container .shop-page #shop-details-page #map {
    height: 563px;
  }
}
.page-container .shop-page #shop-details-page .shop-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 25px 20px;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container {
    padding: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container {
    padding: 40px;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-image,
.page-container .shop-page #shop-details-page .shop-container .shop-title,
.page-container .shop-page #shop-details-page .shop-container .shop-address-info,
.page-container .shop-page #shop-details-page .shop-container .shop-open-now,
.page-container .shop-page #shop-details-page .shop-container .shop-cta,
.page-container .shop-page #shop-details-page .shop-container .shop-map-area,
.page-container .shop-page #shop-details-page .shop-container .shop-hours,
.page-container .shop-page #shop-details-page .shop-container .shops-nearby,
.page-container .shop-page #shop-details-page .shop-container .below-container {
  grid-column: 1/13;
  z-index: 10;
  border-bottom: #f8f8f8 solid 2px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-image,
  .page-container .shop-page #shop-details-page .shop-container .shop-title,
  .page-container .shop-page #shop-details-page .shop-container .shop-address-info,
  .page-container .shop-page #shop-details-page .shop-container .shop-open-now,
  .page-container .shop-page #shop-details-page .shop-container .shop-cta,
  .page-container .shop-page #shop-details-page .shop-container .shop-map-area,
  .page-container .shop-page #shop-details-page .shop-container .shop-hours,
  .page-container .shop-page #shop-details-page .shop-container .shops-nearby,
  .page-container .shop-page #shop-details-page .shop-container .below-container {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.page-container .shop-page #shop-details-page .shop-container a {
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
}
.page-container .shop-page #shop-details-page .shop-container a:not(.button) {
  color: #5e9db4;
}
.page-container .shop-page #shop-details-page .shop-container h3 {
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(1rem, 4vw - 1rem, 1.125rem);
}
.page-container .shop-page #shop-details-page .shop-container p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif !important;
  color: #333;
}
.page-container .shop-page #shop-details-page .shop-container button {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  background-color: #5e9db4;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 100%;
}
.page-container .shop-page #shop-details-page .shop-container button:hover {
  background-color: #478298;
}
.page-container .shop-page #shop-details-page .shop-container h1, .page-container .shop-page #shop-details-page .shop-container .VoucherSentToEmail {
  font-size: clamp(1.625rem, 2vw + 1rem, 2.5rem);
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
  color: #3E5F5D;
}
.page-container .shop-page #shop-details-page .shop-container .shop-image {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-image {
    display: grid;
    grid-column: 1/7;
    grid-row: 4/5;
    margin-bottom: 40px;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-image {
    display: grid;
    grid-column: 1/5;
    grid-row: 4/5;
  }
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-image {
    display: grid;
    grid-column: 1/4;
    grid-row: 4/6;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-image img {
  border-radius: 5px;
}
.page-container .shop-page #shop-details-page .shop-container .shop-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-title {
    grid-column: 1/8;
    grid-row: 1/2;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-title p {
  color: #3E5F5D;
  font-weight: 700;
}
.page-container .shop-page #shop-details-page .shop-container .shop-address-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-address-info {
    grid-column: 1/7;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-address-info {
    grid-column: 1/5;
    grid-row: 3/4;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-address-info {
    grid-column: 1/4;
    grid-row: 3/4;
    justify-content: flex-start;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-open-now {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-open-now {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-open-now {
    justify-content: flex-start;
    grid-column: 1/7;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-open-now {
    grid-column: 1/5;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-open-now {
    grid-column: 1/4;
    grid-row: 2/3;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-open-now i {
  font-size: clamp(1rem, 4vw - 1rem, 1.125rem);
  color: orange;
}
.page-container .shop-page #shop-details-page .shop-container .shop-open-now h2 {
  margin-left: 10px;
  color: #3E5F5D;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-open-now h2 {
    font-size: 18px;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-cta {
    grid-column: 7/13;
    grid-row: 2/4;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-cta {
    grid-column: 5/9;
    grid-row: 2/4;
  }
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-cta {
    grid-column: 4/8;
    grid-row: 2/4;
  }
}
@media screen and (min-width: 1600px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-cta {
    margin-left: 50px;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-cta .buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.page-container .shop-page #shop-details-page .shop-container .shop-map-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-map-area {
    grid-row: 5/7;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-map-area {
    grid-column: 9/13;
    grid-row: 2/6;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-map-area {
    grid-column: 8/13;
    grid-row: 2/6;
  }
}
@media screen and (min-width: 1600px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-map-area {
    margin-left: 50px;
    grid-row: 2/7;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-map-area .map-directions-link {
  margin-left: auto;
}
.page-container .shop-page #shop-details-page .shop-container .shop-hours {
  margin-bottom: 40px;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-hours {
    grid-column: 7/13;
    grid-row: 4/5;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-hours {
    grid-column: 5/9;
    grid-row: 4/5;
  }
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-hours {
    grid-column: 4/8;
    grid-row: 4/6;
  }
}
@media screen and (min-width: 1600px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-hours {
    margin-left: 50px;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-hours .shop-hours-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-container .shop-page #shop-details-page .shop-container .shop-hours .shop-hours-container .opening-days {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-hours .shop-hours-container .opening-days {
    justify-content: flex-start;
    gap: 28px;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-hours .shop-hours-container .opening-days p {
  font-family: "Inter", sans-serif !important;
}
.page-container .shop-page #shop-details-page .shop-container .shop-hours .shop-hours-container .opening-hours {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 15px;
  text-align: right;
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container .shop-hours .shop-hours-container .opening-hours {
    justify-content: flex-start;
    gap: 28px;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shop-hours .shop-hours-container .opening-hours i {
  color: #5e9db4;
}
.page-container .shop-page #shop-details-page .shop-container .shops-nearby {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .page-container .shop-page #shop-details-page .shop-container .shops-nearby {
    grid-column: 1/9;
    grid-row: 5/7;
  }
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page #shop-details-page .shop-container .shops-nearby {
    grid-column: 1/8;
    grid-row: 6/7;
  }
}
.page-container .shop-page #shop-details-page .shop-container .shops-nearby h3 {
  font-size: clamp(1rem, 4vw - 1rem, 1.125rem);
}
.page-container .shop-page #shop-details-page .shop-container .shops-nearby .slider-nearby-shops {
  overflow: scroll;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0 0 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-container .shop-page #shop-details-page .shop-container .shops-nearby .slider-nearby-shops a {
  border: #5e9db4 1px solid;
  padding: 10px 12px;
  border-radius: 50px;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
  min-width: 160px;
}
.page-container .shop-page #shop-details-page .shop-container .shops-nearby .slider-nearby-shops a:hover {
  background-color: #478298;
  color: #fff;
}
.page-container .shop-page #shop-details-page .shop-container .shops-nearby .slider-nearby-shops::-webkit-scrollbar {
  display: none;
}
.page-container .shop-page .below-container {
  padding: 0 20px 20px 20px;
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page .below-container {
    padding: 0px 40px 40px 40px;
  }
}
.page-container .shop-page .promo-container {
  justify-content: space-between;
  padding-bottom: 20px;
  min-height: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-container .shop-page .promo-container {
    flex-direction: column-reverse;
  }
}
.page-container .shop-page .cms-block-global-promo {
  width: 100%;
  display: flex;
}
.page-container .shop-page .cms-block-global-promo .global-promo-text {
  flex: 0 0 60%;
}
.page-container .shop-page .cms-block-global-promo .global-promo-image {
  flex: 0 0 42%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-container .shop-page .cms-block-global-promo .global-promo-image a {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .page-container .shop-page .cms-block-global-promo {
    display: block;
  }
  .page-container .shop-page .cms-block-global-promo .global-promo-image {
    display: none;
  }
  .page-container .shop-page .cms-block-global-promo .global-promo-image-mobile {
    flex: 0 0 42%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-container .shop-page .cms-block-global-promo .global-promo-image-mobile a {
    margin-right: 5px;
  }
}
.page-container .shop-page .cms-block {
  box-sizing: border-box;
  flex-grow: 1;
}
.page-container .shop-page .cms-block-shop-promo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-container .shop-page .cms-block-shop-promo .image50 img {
  max-width: 100%;
  height: auto;
}
.page-container .shop-page .image50 {
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-container .shop-page .image50 {
    width: 100%;
    max-width: 200px;
    padding-top: 20px;
  }
}
.page-container .shop-page .img-side-by-side img,
.page-container .shop-page .img-global-promo img {
  max-width: 100%;
  height: auto;
}
.page-container .shop-page .image50::after {
  content: "";
  display: table;
  clear: both;
}
.page-container .shop-page .trustpilot-widget {
  padding: 20px 0;
}
@media screen and (min-width: 1440px) {
  .page-container .shop-page .trustpilot-widget {
    padding: 40px 0;
  }
}

@media (max-width: 1023px) {
  #sitebody #hero {
    margin-top: -21px;
  }
}
@media (min-width: 1024px) {
  #sitebody #hero {
    margin-top: -9px;
  }
}

.page-container {
  max-width: 1700px;
  margin: 0 auto;
}

.landing-page-container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
}

.left-components {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.left-component-wrap {
  display: flex;
  gap: 48px;
}
@media (max-width: 1199px) {
  .left-component-wrap {
    flex-direction: column;
  }
}

.landing-page-title, .landing-page-shops-nearby {
  padding: 0 0 38px 0px;
}

.landing-page-concessions-nearby {
  max-width: 720px;
}

.landing-page-shops-nearby a {
  border: #5e9db4 1px solid;
  padding: 10px 12px;
  border-radius: 50px;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
  min-width: 160px;
  margin-bottom: 12px;
}

.landing-page #map {
  width: 480px;
  height: 830px;
}
@media (max-width: 1199px) {
  .landing-page #map {
    width: 100%;
    height: 280px;
  }
}

.below-landing-page-container {
  width: 100%;
}
