/* ----------

Tesco Realfood 
- Reactive London
- Edible Gifts Page SCSS

---------- */
/* ---------- Base File */
/* ----------

Tesco Realfood 
- Reactive London
- Base SCSS

---------- */
/* ---------- Vars */
/* ---------- Page Width */
/* ---------- Colours */
/* ---------- Font Sizes and Line Height */
/* ---------- Utils */
/* ----------

Binding Site
- Reactive London
- SASS Mixins

---------- */
/* ---------- Layout */
/* ---------- Animation and Transitions */
/* ---------- Misc */
/* ----------

Binding Site
- Reactive London
- Media Queries SCSS

---------- */
/* ---------- Base */
/* ----------

NEO Responsive 
- Reactive London
- Reset SCSS

---------- */
/* ---------- Reset */
html, body, div, span, applet, object, iframe,
h1, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ol, ul, li {
  list-style: none; }

/* ----- HTML5 Display Roles */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote,
q {
  quotes: none;
  content: '';
  content: none; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none; }

/* ----- Emulate Table */
table,
.table {
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-spacing: 0;
  float: none; }

.table {
  display: table; }
  .table > div,
  .table > div > div {
    float: none; }
  .table > div {
    display: table-row; }
    .table > div > div {
      display: table-cell;
      vertical-align: bottom; }

/* ----- Links */
a {
  text-decoration: none;
  cursor: pointer; }

/* ----------

Tesco Realfood
- Reactive London
- Fonts SCSS

---------- */
@font-face {
  font-family: 'n5';
  src: url("../../fonts/xmas/n5-smooth.eot");
  src: url("../../fonts/xmas/n5-smooth.eot?#iefix") format("embedded-opentype"), url("../../fonts/xmas/n5-smooth.woff") format("woff"), url("../../fonts/xmas/n5-smooth.ttf") format("truetype"), url("../../fonts/xmas/n5-smooth.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'trf-xmas';
  src: url("../../fonts/xmas/trf-xmas.eot");
  src: url("../../fonts/xmas/trf-xmas.eot?#iefix") format("embedded-opentype"), url("../../fonts/xmas/trf-xmas.woff") format("woff"), url("../../fonts/xmas/trf-xmas.ttf") format("truetype"), url("../../fonts/xmas/trf-xmas.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ----------

Tesco Realfood
- Reactive London
- Helpers SCSS

---------- */
/* ---------- Display */
.hidden {
  display: none !important; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* ---------- Positioning */
.text-left {
  text-align: left; }

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

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

.text-upper {
  text-transform: uppercase; }

.clear {
  clear: both; }

.text-left img,
.text-right img,
.text-center img {
  display: inline; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* ----------

Tesco Realfood
- Reactive London
- Type SCSS

---------- */
::selection {
  color: #fff;
  background-color: #9d1828; }

/* ----- Fonts and Sizes */
.heading-one {
  font-size: 2.6em; }

.heading-two {
  font-size: 2em; }

.heading-three {
  font-size: 1.5em; }

.text-large {
  font-size: 38px; }

.text-highlight {
  color: #89658a !important; }

.text-grey {
  color: #404040 !important; }

.text-white {
  color: #fff; }

.underlined {
  text-decoration: underline; }

.quote {
  font-style: italic; }

.n5-font {
  font-family: 'n5', Arial, sans-serif;
  font-weight: normal;
  line-height: 92.5%; }

/* ---------- Body */
body {
  font-family: "Tesco", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 14px;
  color: #53504e; }

/* ---------- Links */
a {
  color: #00569e;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:active {
    outline: 0; }

/* ---------- Base */
b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

blockquote {
  color: #53504e;
  font-size: 20px;
  font-style: italic;
  line-height: 1.3; }

/* ---------- Headings */
h1, h2, h3,
h4, h5, h6 {
  color: #00569e;
  line-height: 1.2; }

h1 {
  font-size: 2.6em;
  line-height: 1.1;
  margin-bottom: 15px; }

h2 {
  font-size: 2em;
  margin-bottom: 12px; }

h3 {
  font-size: 1.5em;
  margin-bottom: 8px; }

/* ---------- Paragraphs */
p {
  line-height: 1.3;
  margin-bottom: 12px; }

/* ---------- Lists */
/* ----------

Tesco Realfood
- Reactive London
- Images SCSS

---------- */
img {
  display: block;
  max-width: 100%;
  height: auto; }

/* ----------

Tesco Realfood
- Reactive London
- Grid SCSS

---------- */
/* ---------- Variables */
/* ---------- Rows */
.container {
  max-width: 989px;
  padding: 0 6px;
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .container .container {
    margin-left: -6px;
    margin-right: -6px;
    padding: 0;
    height: auto;
    width: auto; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

/* ---------- Container */
/* ---------- Columns */
/* ----------

Tesco Realfood
- Reactive London
- Buttons SCSS

---------- */
.button, button {
  border: none;
  text-align: center;
  width: 100%;
  outline: none;
  cursor: pointer;
  display: block;
  border-radius: 3px;
  -moz-box-sizing: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 9px 15px;
  background: #00569e;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: all ease-in 0.2s 0s;
  -moz-transition: all ease-in 0.2s 0s;
  -webkit-transition: all ease-in 0.2s 0s;
  -ms-transition: all ease-in 0.2s 0s; }
  .button:not(.ddl-header__mobile-btn):hover, .button:not(.ddl-header__mobile-btn):focus, button:not(.ddl-header__mobile-btn):hover, button:not(.ddl-header__mobile-btn):focus {
    color: #fff;
    background: #00569e; }
  .button > i, button > i {
    margin-left: 4px;
    bottom: 2px; }

@media screen and (min-width: 768px) {
  .button, button, .btn {
    width: auto;
    display: inline-block; } }

/* ----------

Binding Site
- Reactive London
- Modals SCSS

---------- */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 202;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate3d(0, -15%, 0);
    -moz-transform: translate3d(0, -15%, 0);
    -webkit-transform: translate3d(0, -15%, 0);
    -ms-transform: translate3d(0, -15%, 0);
    backface-visibility: visible;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -webkit-transition: -webkit-transform 0.4s, ease-out;
    -moz-transition: -moz-transform 0.4s, ease-out;
    -o-transition: -o-transform 0.4s, ease-out;
    transition: transform 0.4s, ease-out; }
  .modal.in .modal-dialog {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    backface-visibility: visible;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  padding: 10px;
  background-color: #cccccc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  outline: 0;
  border-radius: 10px;
  -moz-box-sizing: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px; }
  .modal-content .close-modal {
    font-size: 14px;
    z-index: 12;
    border: 2px solid #b2b2b2;
    border-radius: 50%;
    -moz-box-sizing: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 16px;
    text-align: center;
    background: #fff;
    padding: 2px 2px 2px 3px;
    line-height: 16px;
    height: 16px;
    font-weight: normal;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #b2b2b2;
    cursor: pointer; }
    .modal-content .close-modal:hover, .modal-content .close-modal:focus {
      color: #9d1828; }
  .modal-content .title {
    font-size: 22px;
    margin-bottom: 20px; }
  .modal-content p:last-child {
    margin-bottom: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }

.modal-body {
  position: relative;
  padding: 0;
  background: #fff;
  border-radius: 6px;
  -moz-box-sizing: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px; }
  .modal-body .inner-padding {
    padding: 16px; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 100px auto; }
  .modal-sm {
    width: 300px; }
  .modal-lg {
    width: 700px; } }

/*

NOTES - Example Markup

<div class="modal fade" id="js-imageLightboxModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-body">
                <h6 class="title">Title</h6>
            </div>
            <a class="close-modal" data-dismiss="modal"><span class="icon icon-close"></span></a>
        </div>
    </div>
</div>

*/
/* ----------

Tesco Realfood
- Reactive London
- Over-rides SCSS

---------- */
/* ---------- Over-rides */
.body > form > header nav {
  padding: 0 10px; }
  .body > form > header nav > ul > li {
    margin-right: 3px; }

.section-breadcrumb .btn-info {
  background: #EBE9EF !important; }

.touch input[type="text"],
.touch input[type='file'] {
  border: 1px solid #CCCBC8;
  -webkit-appearance: none !important; }

/* ---------- Star rating */
.star-rating {
  float: left;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #cccac7;
  margin-right: 10px; }
  .star-rating span {
    font-size: 14px;
    color: #979290;
    display: inline-block;
    float: right;
    margin-top: 2px;
    line-height: 1;
    margin-left: 5px; }
  .star-rating i {
    color: #FF9F1D;
    padding-right: 0;
    margin-left: -2px; }
    .star-rating i:before {
      background-image: -webkit-radial-gradient(30% 30%, circle, #ffd98f 0%, #ffd98f 39%, #f8c348 40%, #ff9f1d 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .star-rating .trf-icon-star-empty:before {
    background-image: none;
    -webkit-text-fill-color: initial;
    color: #cccac7; }

/* ---------- Icons */
.icon-full-screen-link {
  background: url("../../Images/pages/xmas-2014/full-screen-icon.png") 0 0 no-repeat;
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px; }

/* ---------- iFrame Adverts */
.advert {
  background-color: #ffffff;
  padding: 10px 0;
  margin: 0 auto; }
  .advert img, .advert iframe {
    margin: 0 auto; }

/* ---------- Page Specific Styles */
.curated-list .section-page-header h2.title {
  color: #414141;
  font-weight: bold; }

.curated-list .section-page-header h1.title {
  color: #414141;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 12px; }

.curated-list .section-page-header {
  background-color: #fff;
  position: relative; }
  @media screen and (min-width: 768px) {
    .curated-list .section-page-header .header-content {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .curated-list .section-page-header .container {
      padding-left: 0; } }
  @media screen and (min-width: 768px) {
    .curated-list .section-page-header {
      padding: 50px 0; }
      .curated-list .section-page-header p {
        font-size: 20px; } }

.curated-container {
  color: #666;
  line-height: 1.3;
  font-size: 17px;
  padding-bottom: 0;
  counter-reset: li;
  /* Set counter */ }
  @media screen and (min-width: 860px) {
    .curated-container {
      font-size: 18px; } }
  .curated-container p {
    margin-bottom: 25px;
    color: #666; }
  .curated-container li:not(.no-numbering) > .container:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    font-size: 54px;
    padding-bottom: 1em;
    line-height: 125%; }
    @media screen and (min-width: 860px) {
      .curated-container li:not(.no-numbering) > .container:before {
        position: absolute;
        font-size: 75px;
        line-height: 100%;
        text-align: right;
        top: 30px;
        width: 85px; } }
    @media screen and (min-width: 1240px) {
      .curated-container li:not(.no-numbering) > .container:before {
        left: -105px; } }
  .curated-container h2.title {
    color: #414141;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 28px; }
  .curated-container .container {
    padding: 20px 16px 60px 16px; }
    @media screen and (min-width: 860px) {
      .curated-container .container {
        padding: 35px 0; } }
  .curated-container .social-logo {
    position: absolute;
    right: 16px; }
    @media screen and (min-width: 860px) {
      .curated-container .social-logo {
        bottom: 0;
        right: 0; } }
  .curated-container .wrapper {
    max-width: 500px; }
    .curated-container .wrapper img {
      width: 100%;
      height: auto; }
    @media screen and (min-width: 860px) {
      .curated-container .wrapper {
        margin-left: 100px; } }
    @media screen and (min-width: 1240px) {
      .curated-container .wrapper {
        margin: 0; } }

.curated-list-img-container {
  margin-top: 25px;
  max-width: 500px; }

.curated-not-social-content .container {
  padding-bottom: 15px; }
  .curated-not-social-content .container img {
    padding-bottom: 20px; }

.curated-not-social-content.has-border {
  border-bottom: 5px solid #666; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.curated-vine {
  background-color: #F6F5F6;
  border-bottom: 5px solid #28AC87; }
  .curated-vine .social-logo {
    bottom: 0; }
  .curated-vine .embed-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden; }

.curated-instagram {
  border-bottom: 5px solid #679EC0; }
  .curated-instagram .wrapper {
    padding-bottom: 14px; }
  .curated-instagram .embed-container {
    position: relative;
    padding-bottom: 120%;
    height: 0;
    overflow: hidden; }

.curated-youtube {
  border-bottom: 5px solid #E22E28; }
  .curated-youtube .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }

.curated-twitter {
  background-color: #F5F8FA;
  border-bottom: 5px solid #5EA9DD; }

.curated-facebook {
  border-bottom: 5px solid #3B5998; }
  .curated-facebook .social-logo {
    bottom: 0; }

.curated-google-plus {
  background-color: #E5E5E5;
  border-bottom: 5px solid #DF4B38; }
  .curated-google-plus .social-logo {
    bottom: 0; }

.curated-pinterest {
  border-bottom: 5px solid #CA2027; }
  .curated-pinterest .wrapper {
    padding-bottom: 14px; }

.curated-coloured-bg-dark-blue {
  background-color: #BFC4DD !important;
  color: white; }
  .curated-coloured-bg-dark-blue h2.title, .curated-coloured-bg-dark-blue p {
    color: white; }

.curated-coloured-bg-light-blue {
  background-color: #F5F8FA !important; }

.curated-coloured-bg-light-grey {
  background-color: #F6F5F6 !important; }

.curated-coloured-bg-dark-grey {
  background-color: #E5E5E5 !important; }

/** Related collections panel **/
.section-related-collections {
  padding: 20px 0;
  background-color: #ccd5db;
  border-bottom: 20px solid #fff; }
  @media screen and (min-width: 768px) {
    .section-related-collections {
      border-bottom: 50px solid #fff;
      padding-top: 45px; } }
  .section-related-collections h4.title {
    font-weight: bold; }
  .section-related-collections .button {
    font-size: 18px;
    padding: 10px 15px;
    background: #40627c;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s; }
    .section-related-collections .button:hover, .section-related-collections .button:focus {
      background: #243726; }
  .section-related-collections .more-content-cta {
    padding: 25px 0 20px 0; }
  .section-related-collections .heading {
    text-align: center; }
    .section-related-collections .heading .title {
      color: #40627C;
      font-size: 24px;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .section-related-collections .heading .title {
          font-size: 28px;
          margin-bottom: 35px; } }
  .section-related-collections .content-item {
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .section-related-collections .content-item:nth-child(2n+1) {
      clear: left; }
    @media screen and (min-width: 640px) {
      .section-related-collections .content-item {
        width: 25%; }
        .section-related-collections .content-item:nth-child(2n+1) {
          clear: none; } }
  .section-related-collections .image-link {
    display: block; }
  .section-related-collections .title-link {
    display: block;
    padding: 9px 4px 0;
    color: #404040;
    font-size: 16px; }
  .section-related-collections .margin-button,
  .section-related-collections .more-content-cta {
    text-align: center;
    padding: 15px 0; }
    @media screen and (min-width: 768px) {
      .section-related-collections .margin-button,
      .section-related-collections .more-content-cta {
        padding: 25px 0 20px; } }

.curated-campaign img {
  margin-top: 25px;
  max-width: 200px; }
