@font-face {
  font-family: 'Gill Sans MT';
  src: url('../../qrfont/GillSansMT-Bold.woff2') format('woff2'), url('../../qrfont/GillSansMT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans MT';
  src: url('../../qrfont/GillSansMT-BoldItalic.woff2') format('woff2'), url('../../qrfont/GillSansMT-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans MT';
  src: url('../../qrfont/GillSansMT.woff2') format('woff2'), url('../../qrfont/GillSansMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans MT Ext Condensed';
  src: url('../../qrfont/GillSansMT-ExtraCondensedBold.woff2') format('woff2'), url('../../qrfont/GillSansMT-ExtraCondensedBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans Ultra Bold Condensed';
  src: url('../../qrfont/GillSans-UltraBoldCondensed.woff2') format('woff2'), url('../../qrfont/GillSans-UltraBoldCondensed.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans Ultra';
  src: url('../../qrfont/GillSans-UltraBold.woff2') format('woff2'), url('../../qrfont/GillSans-UltraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans MT Condensed';
  src: url('../../qrfont/GillSansMT-Condensed.woff2') format('woff2'), url('../../qrfont/GillSansMT-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans MT';
  src: url('../../qrfont/GillSansMT-Italic.woff2') format('woff2'), url('../../qrfont/GillSansMT-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'gill_sans_medium';
  src: url('../../qrfont/GillSans-Medium.woff2') format('woff2'), url('../../qrfont/GillSans-Medium.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
}
html, body {
  overflow-x: hidden;
}
body {
  font-family: 'Gill Sans MT';
  font-weight: normal;
  color: #717171;
  font-size: 14px;
}
.home-banner {
  position: relative;
}
.banner-img-wrapper img {
  width: 100%;
}
.banner-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.body-sec {
  padding: 18px 22px 18px;
}
.welcome-msg-sec {
  padding: 0px 10px;
  margin-bottom: 20px;
}
.welcome-msg-sec h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #5C8018;
  margin: 0px 0px 4px;
  font-family: 'gill_sans_medium';
}
.welcome-msg-sec p {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  margin: 0px;
	color: #757575;
}
.search-filter-sec {
  margin-bottom: 16px;
}
.search-filter-sec [class*="row"] {
  margin-left: -2px;
  margin-right: -2px;
}
.search-filter-sec [class*="col"] {
  padding-left: 2px;
  padding-right: 2px;
}
.input-sec input {
  width: 100%;
  height: 44px;
  border-radius: 100px;
  padding: 12px 17px;
  background: url("../../images/qrcode/waitrose/search-icon.svg") no-repeat left 17px center #F9F9F9;
  border: 0px;
  outline: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #ACACAC;
  padding-left: 44px;
}
.filter-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #124634;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.filter-count {
  position: absolute;
  right: 0px;
  top: -7px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  color: #333333;
  background: #C4D600;
}
.tags-shows {
  margin-bottom: 4px;
}
.tag-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  border: solid 1px #D9D9D9;
  padding: 9px 13px 8px;
  margin-right: 6px;
  margin-bottom: 8px;
}
.tag-btn img {
  margin-right: 4px;
  display: block;
}
.tag-btn-ctn {
  flex: 1;
}
.tag-btn-ctn span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #5C8018;
}
.filter-tag {
  margin-bottom: 12px;
  padding-top: 12px;
  border-top: solid 1px #D9D9D9;
}
.filter-tag-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding: 9px 12px 8px;
  margin-right: 6px;
  background: #BEE1911A;
  margin-bottom: 8px;
}
.filter-tag-btn img {
  margin-right: 4px;
  display: block;
}
.filter-tag-btn-ctn {
  flex: 1;
}
.filter-tag-btn-ctn span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #717171;
}
.tag-close {
  margin-left: 8px;
  display: block;
  line-height: normal;
}
.tag-close img {
  margin-right: 0px;
  display: block;
}
.category-list-title {
  margin-bottom: 16px;
}
.category-list-title h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #212121;
  margin: 0px;
}
.view-all-btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #5C8018;
  display: inline-block;
}
.category-list-box {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 16px 20px 16px;
  margin-bottom: 12px;
}
.category-list-box h3 {
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #212121;
  margin-bottom: 6px;
  padding-top: 5px;
}
.category-list-box h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 15px;
	color: #ACACAC;
}
.category-list-box [class*="row"] {
  margin-left: -7px;
  margin-right: -7px;
}
.category-list-box [class*="col"] {
  padding-left: 7px;
  padding-right: 7px;
}
.category-list-box-img img {
  width: 100%;
}
.green-btn {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  padding: 12px 16px;
  background: #fff;
  border-radius: 8px;
  color: #333333;
  border: solid 1px #333333;
  text-transform: uppercase;
}
.green-btn img {
  margin-right: 4px;
  position: relative;
  margin-top: -2px;
}
.category-list-sec {
  padding-bottom: 15px;
}
.alergen-btm-fix-sec {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 12px 12px 15px;
  z-index: 2;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px -1px 10px 0px #00000008;
}
.alergen-notice-box {
  border-radius: 10px;
  padding: 15px 16px 16px;
  background: #fdf2f2;
}
.alergen-notice-box h6 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #D0012B;
}
.alergen-notice-title {
  flex: 1;
}
.alergen-notice-box h6 img {
  margin-right: 4px;
}
.alergen-notice-box p {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  margin: 0px;
  color: #212121;
}
.category-listing-sec-wrap {
  padding-bottom: 100px;
}
.body-sec.active .body-sec-wrap {
  display: none;
}
.filter-block {
  display: none;
}
.body-sec.active .filter-block {
  display: block;
}
.filter-title-close-sec {
  margin-bottom: 14px;
}
.filter-title-close-sec h2 {
  display: flex;
  align-items: center;
  margin: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #212121;
}
.filter-title-close-sec h2 img {
  margin-right: 8px;
}
.filter-title {
  flex: 1;
}
.filtering-close {
  display: inline-flex;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center;
}
.filtering-close img {
  width:100%;
}
.filter-alergen-sec {
  margin-bottom: 16px;
}
.applied-title-sec {
  margin-bottom: 8px;
}
.applied-title-sec h2 {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  margin: 0px;
  color: #212121;
}
.clear-all-btn {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #5C8018;
  padding-left: 17px;
  background: url("../../images/qrcode/waitrose/delete-icon.svg") no-repeat left center;
}
.search-multi-select-sec .dropdown {
  border: 1px solid #D9D9D9;
  padding: 12px 24px 9px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
  min-height: 400px;
}
.multi-input-sec {
  margin-bottom: 16px;
  border-bottom: solid 1px #D9D9D9;
  padding-top: 0px;
  padding-bottom: 12px;
  position: relative;
  height: 46px;
}
.multi-input-sec h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  margin: 0px;
  color: #717171;
}
.multi-input .input-group {
  align-items: center;
  margin: 4px 0 0;
}
.multi-input input[type="search"] {
  width: 100%;
  padding: 0px;
  padding-left: 25px;
  background: url(../../images/qrcode/waitrose/search-icon.svg) no-repeat left center #fff;
  border: 0px;
  outline: none;
  box-shadow: none;
  color: #ACACAC;
  padding-right: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.multi-input input[type="submit"] {
  width: 30px !important;
  height: 30px;
  padding: 0px;
  border: 0px;
  outline: none;
  box-shadow: none;
  background: url("../../images/qrcode/waitrose/multi-submit-arw.svg") no-repeat;
  font-size: 0px;
  margin: 0px !important;
}
.multi-input-sec button {
  padding: 0px;
  margin: 0px;
  background: none;
  outline: none;
  box-shadow: none;
  border: 0px;
  width: 34px;
  height: 34px;
}
.multi-input-sec button img{
    width: 100%;
}
.multi-input {
  border: solid 1px #D9D9D9;
  border-radius: 100px;
  padding: 3px 4px 4px 12px !important;
  display: none;
  margin-bottom: 18px;
  margin-left: -12px;
  margin-right: -12px;
}
.dropdown .dropdown-label {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  margin: 0px;
  color: #212121;
}
.dropdown .dropdown-label span {
  font-weight: 400;
  color: #717171;
}
.dropdown-option {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.dropdown-option input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.dropdown-option span {
  display: block;
  padding-left: 25px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #000000;
}
.dropdown-option span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 17px;
  height: 17px;
  border: solid 2px #5C8018;
  border-radius: 5px;
  background: #fff;
}
.dropdown-option span:after {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.dropdown-option input:checked + span:after {
  opacity: 1;
}
.dropdown-option input:checked + span:before {
  background: #5C8018;
}
.selected-filter-sec {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 12px 24px;
  background: #fff;
  box-shadow: 0px -1px 10px 0px #00000008;
  border-radius: 15px 15px 0 0;
}
.selected-filter-sec .green-btn {
  min-width: 160px;
  padding: 8px 18px 11px;
  text-align: center;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.search-multi-select-sec.active .multi-input-sec {
  display: none;
}
.search-multi-select-sec.active .multi-input {
  display: block;
  height: 46px;
}
.product-detail-title-sec {
  margin-bottom: 25px;
}
.product-detail-title-sec h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 12px;
  color: #212121;
}
.product-detail-title-sec h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #ACACAC;
  margin: 0px;
}
.accordion-sec .accordion-demo {
  margin-top: 0px;
  margin-bottom: 0px;
}
.accordion-sec .accordionjs .acc_section {
  border: 0px;
  border-radius: 0px;
}
.accordion-sec .acc_head {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #212121;
  padding: 17px 0px !important;
  border: 0px !important;
  background: none !important;
  border-top: solid 1px #D9D9D9 !important;
  position: relative;
}
.accordion-sec .acc_head:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 23px;
  width: 8px;
  height: 5px;
  background: url("../../images/qrcode/waitrose/accordion-arw.svg") no-repeat;
}
.accordion-sec .acc_active .acc_head:before {
  rotate: 180deg;
}
.accordion-sec .acc_content {
  padding: 0px !important;
}
.accordion-sec .acc_content p {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #717171;
  margin-bottom: 13px;
}
.nutri-contents label {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #717171;
  margin-bottom: 20px;
}
.nutri-contents [class*="row"] {
  margin-left: 0px;
  margin-right: 0px;
}
.nutri-contents [class*="col"] {
  padding-left: 0px;
  padding-right: 0px;
}
.nutri-contents-box {
  border-radius: 7px;
  border: solid 1px #ededed;
  padding: 8px 8px 1px;
  text-align: center;
  width: 57px;
  margin: 0 0 20px;
}
.nutri-contents-box h5 {
  margin: 0px;
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  color: #212121;
  margin-bottom: 5px;
}
.gbox {
  border: solid 1px #ACACAC;
  border-radius: 4px;
  font-weight: 400;
  font-size: 11px;
  line-height: normal;
  color: #717171;
  padding: 4px;
  background: #f7f7f7;
  margin-bottom: 4px;
}
.gbox {
  border-color: #f8afaf;
  background: #fdecec;
}
.nutri-red .gbox {
  border-color: #f8afaf;
  background: #fdecec;
}
.nutri-orange .gbox {
  border-color: #fad69a;
  background: #fef6e9;
}
.nutri-green .gbox {
  border-color: #9cdaa6;
  background: #eaf7ec;
}
.nutri-ctn-percentage {
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 50%;
  background: #ACACAC;
  font-weight: 500;
  font-size: 10px;
  line-height: normal;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: -12px
}
.nutri-red .nutri-ctn-percentage {
  background: #EE3F3F;
}
.nutri-orange .nutri-ctn-percentage {
  background: #F5A623;
}
.nutri-green .nutri-ctn-percentage {
  background: #78BE20;
}
.total-intake {
  padding-top: 12px;
  padding-bottom: 14px;
  margin-bottom: 22px;
  border-bottom: solid 1px #D9D9D9;
}
.total-intake p {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #ACACAC;
  margin: 0px;
}
.pergram-block label {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #ACACAC;
  display: block;
  margin-bottom: 15px;
}
.per-gm-list-sec {
  margin-bottom: 8px;
}
.per-gm-list {
  margin-bottom: 4px;
  padding: 4px 8px;
  background: #fff;
}
.per-gm-list:last-child {
  margin-bottom: 0px;
}
.per-gm-list span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #717171;
  margin: 0px;
}
.per-gm-list.per-gm-head {
  background: #f8faf6;
}
.per-gm-list.per-gm-head span {
  font-weight: 500;
  color: #212121;
}
.lang {
  position: absolute;
  right: 12px;
  top: 11px;
  padding: 5px 23px 4px 14px;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #FFFFFF;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
}
.lang:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 7px;
  background: url("../../images/qrcode/waitrose/lang-globe.svg") no-repeat;
  width: 10px;
  height: 10px;
}
.selected {
background: #5c8018;;
}
.selected img {
	filter: brightness(0) invert(1);
}
.selected .tag-btn-ctn span {
    color: #fff;
}
.product-detail-modal {
	padding-right: 0 !important;
}
.product-detail-modal .modal-dialog {
    margin: 0px;
    width: 100%;
	    max-width: 100%;
}
.product-detail-modal .modal-content {
	border: 0px;
	border-radius: 0px;
}
.product-detail-modal .modal-body {
	padding: 0px;
}
.product-detail-modal .modal-header {
	text-align: right;
  border: 0;
}
.product-detail-moda .close {
	padding: 0px;
	background: none;
	outline: none;
	box-shadow: none;
}
.product-detail-modal .modal-header .close {
    margin: 0 0 0 auto;
}
.search-filter-sec .input-sec {
    position: relative;
}
.search-filter-sec .input-sec span {
    position: absolute;
    transform: translateY(-50%);
    top: 46%;
    right: 16px;
    cursor: pointer;
}
.multi-input .input-group{
  justify-content: space-between;
}
.multi-input .input-group input:first-of-type {
    width: 90% !important;
    padding: 5px 0;
    padding-left: 25px !important;
    background: url(../../images/qrcode/waitrose/search-icon.svg) no-repeat left center #fff;
    border: 0px;
    outline: none;
    box-shadow: none;
    color: #ACACAC;
    padding-right: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.multi-input {
    position: relative;
}

.multi-input span {
    position: absolute;
    right: 40px;
    top: 46%;
    transform: translateY(-50%);
}
.multi-input input:focus{
     outline: none;
    box-shadow: none;
}
.multi-input .input-group input:first-of-type::placeholder{
  font-size: 12px;
}
.nutri-contents-box.nutri-grey .gbox {
    background: #ACACAC1A;
    border-color: #ACACAC;
}


@media(max-width:387px) {
.multi-input .input-group input:first-of-type {
    width: 86% !important;
}

}
.input-sec input::placeholder{
    color: #ACACAC;
}
.modal {
  background: #fff !important;
  height: 100%;
}
.selected-filter-sec .dropdown-label {
  color: #000;
  font-weight: 500;
}
.selected-filter-sec .dropdown-label span {
  color: #717171;
  font-weight: 400;
}

.no-found {
  padding: 20px 0 0;
  margin: 0 0 182px;
}
.no-found h3 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
}
.no-found p{
  font-weight: normal;
  color: #717171;
  font-size: 14px;
}

.banner-overlay .logo {
  width: 181px;
}
.banner-overlay .logo img {
  width: 100%;
  display: block;
}
.view-all-btn:hover {
  color: #5C8018;
}
.view-all-btn:visited {
  color: #5C8018;
}
.category-list-box a:hover {
  color: #fff;
}





/*...media-strats-here...*/
@media(max-width:991px) {}
@media(max-width:767px) {}
@media(max-width:620px) {
  .banner-only-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 22px;
}
.banner-only-mobile .banner-text-wrapper h3 {
    color: #212121;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}
.banner-only-mobile .banner-img-wrapper {
    width: 76px;
    height: 76px;
}
.banner-text-wrapper {
    flex: 1;
    padding-right: 10px;
}
.banner-only-mobile .banner-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.banner-only-mobile .banner-text-wrapper h5 {
    color: #ACACAC;
    font-size: 12px;
    font-weight: 400;
}
}
@media(max-width:575px) {}