﻿/*______        _    _              
 |  _  \        | |  | |             
 | | | |___  ___| | _| |_ ___  _ __  
 | | | / _ \/ __| |/ / __/ _ \| '_ \ 
 | |/ /  __/\__ \   <| || (_) | |_) |
 |___/ \___||___/_|\_\\__\___/| .__/ 
                              | |    
                              |_|*/
/*
    This file contains all SASS variables that are shared across Little Label and Fabled Override Styles
    This file is imported into the Override.scss and _FabledOverride file to be used by the Little Label Styles.
*/
/*Assets*/
/*Shared Style Mixins for Little Label and Fabled*/
/*Modernised Footer Styling*/
#platform_modernisation_footer {
  overflow: hidden;
}

#backToNextBanner {
  height: 44px;
  width: 100%;
  background-color: #000000;
  margin: 0 auto;
  vertical-align: middle;
  cursor: default;
}

#backToNextBanner #backToNext {
  height: 30px;
  width: 88px;
  margin: 7px;
  float: left;
}

#backToNextBanner #backToNext #backToNextArrow {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
}

#backToNextBanner #backToNext p {
  color: white;
  font-family: azo-sans, sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 0 0 0 7px;
  display: inline-block;
}

#backToNextBanner #backToNext #backToNextIcon {
  height: 18px;
  width: 50px;
  display: inline-block;
  margin: 0 0 0 7px;
  padding-left: 1px;
}

#backToNextBanner #backToNext-shoppingBagText {
  display: none;
  height: 30px;
  margin: 7px;
  vertical-align: middle;
  border-left: 1px solid #FFFFFF;
  padding-left: 8px;
  letter-spacing: 0.4px;
  font-family: "Azo Sans", "azo-sans", sans-serif;
}

#backToNextBanner #backToNext-shoppingBagText > span {
  line-height: 30px;
}

#backToNextBanner #backToNextClose {
  height: 30px;
  width: 30px;
  margin: 7px;
  display: inline-block;
  position: absolute;
  right: 1px;
  cursor: pointer;
  text-align: center;
}

#backToNextBanner #backToNextClose .backToNextCloseIcon {
  display: table-cell;
  margin: inherit;
  width: 50%;
  transform: translateY(-2px);
}

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