@charset "UTF-8";
.objectFit_container--fallback {
  background-size: cover;
  background-position: center center;
}

.objectFit_container--fallback img {
  display: none;
}

@font-face {
  font-family: 'The Sans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/TheSans_LP_300_Light.woff2") format("woff2"), url("../fonts/TheSans_LP_300_Light.woff") format("woff");
}
@font-face {
  font-family: 'The Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/TheSans_LP_300_Light.woff2") format("woff2"), url("../fonts/TheSans_LP_300_Light.woff") format("woff");
}

@font-face {
  font-family: 'The Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TheSans_LP_500_Regular.woff2") format("woff2"), url("../fonts/TheSans_LP_500_Regular.woff") format("woff");
}

@font-face {
  font-family: 'The Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/TheSans_LP_500_Regular-Italic.woff2") format("woff2"), url("../fonts/TheSans_LP_500_Regular-Italic.woff") format("woff");
}


@font-face {
  font-family: 'The Sans';
  font-style: italic;
  font-weight: 500;
  unicode-range: U+0030-0039;
  src: url("../fonts/TheSans_LP_500_Regular-Italic-Numbers.woff2") format("woff2"), url("../fonts/TheSans_LP_500_Regular-Italic-Numbers.woff") format("woff");
}

@font-face {
  font-family: 'The Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/TheSans_LP_600_SemiBold.woff2") format("woff2"), url("../fonts/TheSans_LP_600_SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'The Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TheSans_LP_700_Bold.woff2") format("woff2"), url("../fonts/TheSans_LP_700_Bold.woff") format("woff");
}

@font-face {
  font-family: 'The Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/TheSans_LP_700_Bold-Italic.woff2") format("woff2"), url("../fonts/TheSans_LP_700_Bold-Italic.woff") format("woff");
}

@font-face {
  font-family: 'The Sans';
  font-style: italic;
  font-weight: 700;
  unicode-range: U+0030-0039;
  src: url("../fonts/TheSans_LP_700_Bold-Italic-Numbers.woff2") format("woff2"), url("../fonts/TheSans_LP_700_Bold-Italic-Numbers.woff") format("woff");
}

@font-face {
  font-family: 'TheSans-Caps';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/TheSans_LP_300_Light.woff2") format("woff2"), url("../fonts/TheSans_LP_300_Light.woff") format("woff");
}
/* compare css starts */
.section_heading {    
  font-size: 42px;    
  font-weight: 100;   
  line-height: 1.1;   
  text-align: center;   
  color: #1d1e20;   
  margin: 0;    
  padding: 0;   
}
  @media (min-width: 760px) {   
  .section_heading {    
    margin-bottom: 20px;    
  }   
}
/* compare css ends */
.datetime-picker {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 998px;
  width: 100%;
}

@media (min-width: 1080px) {
  .datetime-picker {
    padding: 0;
  }
}

.datetime-picker__title {
  font-size: 26px;
  font-weight: 200;
  text-align: center;
}

@media (min-width: 540px) {
  .datetime-picker__title {
    font-size: 42px;
    margin-top: 40px;
  }
}

.datetime-picker__time-wrapper,
.datetime-picker__ticket-wrapper {
  overflow: hidden;
}

@media (min-width: 540px) {
  .datetime-picker__time-wrapper,
  .datetime-picker__ticket-wrapper {
    margin-top: 20px;
  }
}

.datetime-picker__time-wrapper {
  visibility: hidden;
  margin-top: -20px;
}

.datetime-picker__time {
  margin-left: -5px;
  max-height: 100%;
  width: calc(100% + 5px);
  text-align: left;
}

@media (min-width: 760px) {
  .datetime-picker__time {
    margin-left: -10px;
    width: calc(100% + 10px);
  }
}

.datetime-picker__time__slot {
  box-sizing: border-box;
  background-color: #c4eb75;
  display: inline-block;
  position: relative;
  border: 3px solid #c4eb75;
  color: #1d1e20;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  margin: 0 0 5px 5px;
  padding: 10px;
  text-align: center;
  width: calc(25% - 5px);
}

@media (min-width: 540px) {
  .datetime-picker__time__slot {
    font-size: 18px;
    width: calc(20% - 5px);
  }
}

@media (min-width: 760px) {
  .datetime-picker__time__slot {
    border-width: 5px;
    margin: 0 0 10px 10px;
    width: calc(10% - 10px);
  }
}

.datetime-picker__time__slot:hover {
  border-color: #5a5d63;
}

.datetime-picker__time__slot--lt5 {
  background-color: #ff866a;
  border-color: #ff866a;
}

.datetime-picker__time__slot--lt15 {
  background-color: #fad149;
  border-color: #fad149;
}

.datetime-picker__time__slot--disabled {
  background-color: #ffffff;
  border-color: #dee0e2;
  color: #b7b8bd;
  pointer-events: none;
}

.datetime-picker__time__slot--active {
  border-color: #1d1e20;
  pointer-events: none;
}

.no-flexbox .datetime-picker__time__slot {
  float: left;
}

.datetime-picker__slot-info {
  padding: 0;
  list-style-type: none;
  margin: 0;
  color: #1d1e20;
  clear: both;
  font-size: 12px;
  line-height: 16px;
  margin: 20px auto 0px !important;
  margin-bottom: 20px;
}

@media (min-width: 540px) {
  .datetime-picker__slot-info {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 760px) {
  .datetime-picker__slot-info {
    padding: 0;
  }
}

.datetime-picker__slot-info__text {
  padding: 3px 0;
  margin-left: 38px;
  margin-right: 30px;
  position: relative;
}

@media (min-width: 760px) {
  .datetime-picker__slot-info__text {
    display: inline;
  }
}

.datetime-picker__slot-info__text:last-child {
  margin-right: 0;
}

.datetime-picker__slot-info__text::before {
  background-color: #c4eb75;
  content: '';
  height: 10px;
  left: -38px;
  position: absolute;
  top: 6px;
  width: 28px;
}

@media (min-width: 760px) {
  .datetime-picker__slot-info__text::before {
    height: 21px;
    left: -45px;
    top: 2px;
    width: 33px;
  }
}

.datetime-picker__slot-info__text--gt15::before {
  background-color: #c4eb75;
}

.datetime-picker__slot-info__text--lt15::before {
  background-color: #fad149;
}

.datetime-picker__slot-info__text--lt5::before {
  background-color: #ff866a;
}

.datetime-picker__footer {
  clear: both;
  margin: 40px auto;
  text-align: center;
  visibility: hidden;
}

.datetime-picker__footer__checkout {
  display: block;
  margin: 0 auto 15px;
  min-width: 300px;
}

.datetime-picker__footer__add-to-bag {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #7c7c82;
  color: #7c7c82;
  cursor: pointer;
  display: block;
  font-family: 'The Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
  margin: 10px auto;
  outline: none;
  text-align: center;
  text-decoration: none;
  padding: 0 0 5px;
}

.datetime-picker__offline {
  font-size: 14px;
  text-align: center;
}

.datetime-picker__offline__phone {
  color: #6f777b;
  font-size: 13px;
  margin: 15px;
}

.datetime-picker__offline__phone a {
  color: #07c3b3;
  display: block;
  font-size: 24px;
  font-weight: 400;
  padding: 2px 0;
}

@media (min-width: 760px) {
  .datetime-picker__offline__phone {
    display: inline-block;
    margin: 15px 45px;
  }
  .datetime-picker__offline__phone a {
    color: #1d1e20;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: 'The Sans', sans-serif;
  margin: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: white;
  background-attachment: fixed !important; /* 247 changes */
 
  background-position: center top;
  background-size: 100% auto !important; /* 247 changes */
  color: #1d1e20;
}

body.exclusive {
  color: white;
}

@media (min-width: 760px) {
  body {
    background-size: 100% auto;
  }
}

.plain {
  background-image: none;
}

.plain.bag-container {
  background-color: #eaeaeb;
}

.dark {
  background: #1d1e20;
}

.exclusive {
  background: #1d1e20;
}

.btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #06aa9c;
}

.btn:disabled {
  background-color: #eaeaeb;
}

.btn--secondary {
  background-color: #7c7c82;
}

.btn--secondary:hover {
  background-color: #636368;
}

.btn--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.btn--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .btn--tertiary {
    width: auto;
  }
}

.btn--fixed-width {
  max-width: 250px;
}

.btn--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .btn {
    font-size: 15px;
    padding: 15px 20px;
  }
}

/* compare CSS changes starts */
.pod-banner {   
  background-image: url("../images/pod-1.jpg");   
  background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.4), rgba(29, 30, 32, 0.4)), url("../images/pod-1.jpg");    
  background-image: linear-gradient(rgba(29, 30, 32, 0.4), rgba(29, 30, 32, 0.4)), url("../images/pod-1.jpg");    
}  

/* compare CSS changes ends */
.form-heading {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (min-width: 760px) {
  .form-heading {
    font-size: 20px;
  }
}

.form-fieldset {
  position: relative;
  border: 0;
  border-top: 1px solid #eaeaeb;
  margin: 50px 0 0;
  padding: 10px 0 0;
}

@media (min-width: 540px) {
  .form-fieldset {
    margin: 100px 0 0;
  }
}

.form-legend {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: -30px;
  position: absolute;
}

.form-input-container {
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

.form-input-container--padded {
  padding: 20px 0;
}

@media (min-width: 540px) {
  .form-input-container--half {
    display: inline-block;
    width: 49%;
  }
}

.form-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
}

.form-required {
  color: #fd6060;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
  padding-left: 3px;
}

.form__required-label {
  position: absolute;
  right: 0;
  top: -25px;
}

.form-helper-text {
  color: #7c7c82;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
}

.form-input {
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border-radius: 2px;
  border: 1px solid #aaabae;
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  max-width: 280px;
  padding: 10px;
  width: 100%;
}

.form-input--100 {
  max-width: 100%;
}

@media (min-width: 540px) {
  .form-input--50 {
    max-width: 49%;
  }
}

.form-input-checkbox {
  position: absolute;
  left: -9999px;
}

.form-input-checkbox:not(:checked) + span,
.form-input-checkbox:checked + span {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.form-input-checkbox + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #aaabbb;
  border-radius: 2px;
  background-color: none;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.form-input-checkbox:checked + span:before {
  background-color: #07c3b3;
  border-color: #07c3b3;
}

.form-input-checkbox:checked + span:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="364 322 17 13"><g fill="none" fill-rule="evenodd" stroke="%23fff" stroke-width="3" stroke-linecap="square"><path d="M366.5 328.5l4 4M378.5 324.5l-8 8"/></g></svg>') no-repeat;
  background-size: cover;
  content: '';
  height: 10px;
  left: 1px;
  top: 5px;
  position: absolute;
  width: 15px;
}

.form-input-radio {
  position: absolute;
  left: -9999px;
}

.form-input-radio:not(:checked) + span,
.form-input-radio:checked + span {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.form-input-radio + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #aaabbb;
  border-radius: 50%;
  background-color: none;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.form-input-radio:checked + span:before {
  background-color: #07c3b3;
  border-color: #07c3b3;
}

.form-input-radio:checked + span:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="367 322 12 12"><circle cx="373" cy="328" r="6" fill="%23fff" fill-rule="evenodd"/></svg>') no-repeat;
  background-size: cover;
  content: '';
  height: 7px;
  left: 5px;
  top: 7px;
  position: absolute;
  width: 7px;
}

.form-input-select,
.form-input-select--number {
  position: relative;
  width: 100%;
}

.form-input-select::after,
.form-input-select--number::after {
  content: '';
  border: 4px solid transparent;
  border-top-width: 6px;
  border-top-color: currentColor;
  border-bottom: none;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  pointer-events: none;
  /*z-index: -1;*/
}

.form-input-select--number {
  float: right;
  width: 64px;
}

.form-input-select-field {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  border: 1px solid #eaeaeb;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 10px;
  padding-right: 28px;
  width: 100%;
}

.form-input-select-field::-ms-expand {
  display: none;
}

.form-input-select--number .form-input-select-field {
  text-align: center;
}

.form-button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #06aa9c;
}

.form-button:disabled {
  background-color: #eaeaeb;
}

.form-button--secondary {
  background-color: #7c7c82;
}

.form-button--secondary:hover {
  background-color: #636368;
}

.form-button--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.form-button--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .form-button--tertiary {
    width: auto;
  }
}

.form-button--fixed-width {
  max-width: 250px;
}

.form-button--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .form-button {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.form-input-invalid {
  border: 1px solid #fd6060;
}

@media (min-width: 760px) {
  .account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.account-navigation {
  padding: 10px;
}

@media (min-width: 760px) {
  .account-navigation {
    width: 240px;
  }
}

@media (min-width: 1080px) {
  .account-navigation {
    padding: 20px;
  }
}

.account-navigation__title {
  font-size: 24px;
  font-weight: 200;
  line-height: 26px;
  color: #aaabae;
}

.account-navigation__options {
  margin: 20px 0;
  padding: 0;
}

.account-navigation__option {
  list-style-type: none;
  padding: 5px 0;
}

.account-navigation__option__link {
  color: #1d1e20;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.account-navigation__option__link--active {
  font-weight: 700;
}

.account-navigation__option__link:hover {
  border-bottom: 1px solid #07c3b3;
  color: #07c3b3;
  font-weight: 400;
}

.account-main {
  max-width: 692px;
  padding: 10px;
  width: 100%;
}

@media (min-width: 760px) {
  .account-main {
    border-left: 1px solid #eaeaeb;
  }
}

@media (min-width: 1080px) {
  .account-main {
    padding: 20px;
  }
}

.account-main__title {
  font-size: 42px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 46px;
  margin: 0;
  color: #1d1e20;
}

.account-main__intro-text {
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.account-main__gift-aid-fieldset {
  margin: 50px 0 0;
}

.account__submit {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 40px 0;
  min-width: 150px;
}

.account__submit:hover {
  background-color: #06aa9c;
}

.account__submit:disabled {
  background-color: #eaeaeb;
}

.account__submit--secondary {
  background-color: #7c7c82;
}

.account__submit--secondary:hover {
  background-color: #636368;
}

.account__submit--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.account__submit--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .account__submit--tertiary {
    width: auto;
  }
}

.account__submit--fixed-width {
  max-width: 250px;
}

.account__submit--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .account__submit {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (min-width: 760px) {
  .account__addresses--other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.account__address {
  border-bottom: 1px solid #eaeaeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0;
}

.account__address:last-child {
  border-bottom: 0;
}

@media (min-width: 760px) {
  .account__address {
    border-bottom: 0;
    width: 50%;
  }
}

.account__address__update-btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}

.account__address__update-btn:hover {
  background-color: #06aa9c;
}

.account__address__update-btn:disabled {
  background-color: #eaeaeb;
}

.account__address__update-btn--secondary {
  background-color: #7c7c82;
}

.account__address__update-btn--secondary:hover {
  background-color: #636368;
}

.account__address__update-btn--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.account__address__update-btn--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .account__address__update-btn--tertiary {
    width: auto;
  }
}

.account__address__update-btn--fixed-width {
  max-width: 250px;
}

.account__address__update-btn--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .account__address__update-btn {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.account__address__remove-btn {
  color: #aaabae;
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin: 10px 0;
  text-align: left;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.account__address__remove-btn:hover {
  color: #fd6060;
}

.account__address__new {
  border-top: 1px solid #eaeaeb;
  padding: 20px 0;
}

.account__address__new__btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.account__address__new__btn:hover {
  background-color: #06aa9c;
}

.account__address__new__btn:disabled {
  background-color: #eaeaeb;
}

.account__address__new__btn--secondary {
  background-color: #7c7c82;
}

.account__address__new__btn--secondary:hover {
  background-color: #636368;
}

.account__address__new__btn--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.account__address__new__btn--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .account__address__new__btn--tertiary {
    width: auto;
  }
}

.account__address__new__btn--fixed-width {
  max-width: 250px;
}

.account__address__new__btn--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .account__address__new__btn {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (min-width: 760px) {
  .account__address__new__btn {
    display: inline-block;
  }
}

.account__orders {
  margin: 20px 0;
  padding: 0;
}

.account__order {
  list-style-type: none;
  margin: 40px 0;
}

.account__order__headline {
  border-bottom: 1px solid #eaeaeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 10px;
}

@media (min-width: 540px) {
  .account__order__headline {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
}

.account__order__headline__item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 10px;
  width: 50%;
}

@media (min-width: 540px) {
  .account__order__headline__item {
    margin-bottom: 0;
    width: 25%;
  }
}

.account__order__headline__item__heading {
  margin: 0;
  text-transform: uppercase;
}

.account__order__headline__item__val {
  font-weight: 200;
  margin: 0;
}

.account__order__details__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.account__order__details__item__img {
  border: 1px solid #eaeaeb;
  height: 75px;
  margin-right: 10px;
  width: 75px;
}

.account__order__details__item__title {
  color: #1d1e20;
}

.account__order__details__item__btn-details {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  padding: 10px 15px;
}

.account__order__details__item__btn-details:hover {
  background-color: #06aa9c;
}

.account__order__details__item__btn-details:disabled {
  background-color: #eaeaeb;
}

.account__order__details__item__btn-details--secondary {
  background-color: #7c7c82;
}

.account__order__details__item__btn-details--secondary:hover {
  background-color: #636368;
}

.account__order__details__item__btn-details--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.account__order__details__item__btn-details--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .account__order__details__item__btn-details--tertiary {
    width: auto;
  }
}

.account__order__details__item__btn-details--fixed-width {
  max-width: 250px;
}

.account__order__details__item__btn-details--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .account__order__details__item__btn-details {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.bag {
  padding: 10px;
}

@media (min-width: 760px) {
  .bag {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1080px) {
  .bag {
    padding: 0 40px 40px;
  }
}

.bag__title {
  color: #1d1e20;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

@media (min-width: 540px) {
  .bag__title {
    font-size: 52px;
    line-height: 67px;
  }
}

.bag__expiry_msg {
  color: #fd6060;
}

.bag__section {
  background-color: #ffffff;
  margin: 10px 0;
  padding: 10px;
}

@media (min-width: 760px) {
  .bag__section {
    margin: 20px 0;
    padding: 20px;
  }
}

.bag__section__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #1d1e20;
}

.no-flexbox .bag__section__title {
  float: left;
}

.bag__items {
  width: 100%;
}

.bag__item {
  border-bottom: 1px solid #eaeaeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 52px;
  overflow: hidden;
}

@media (min-width: 540px) {
  .bag__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 15px 0 5px;
  }
}

.bag__item--heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7c7c82;
  font-size: 16px;
  padding: 5px 0;
}

@media (max-width: 539px) {
  .bag__item--heading {
    border: 0;
    clip: rect(0 0 0 0);
    /* height: 1px; */
    margin: -1px;
    overflow: hidden;
    padding: 0;
    /* position: absolute;
    width: 1px; */
  }
  .bag__item--heading .bag__section__title{display: none;}
}

.bag__item--no_border {
  border-bottom: 0;
}

@media (min-width: 760px) {
  .bag__item--no_border {
    padding-top: 24px;
  }
}

.bag__item--ticket {
  border-bottom: 0;
  margin-top: 10px;
}

.no-flexbox .bag__item {
  clear: both;
  text-align: right;
  padding: 0;
}

.no-flexbox .bag__item::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

.bag__item__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 15px 0 0;
  width: 100%;
}

.no-flexbox .bag__item__primary {
  display: inline-block;
  float: left;
  margin: 10px 0 0;
}

@media (min-width: 540px) {
  .bag__item__primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    width: 60%;
  }
}

.bag__item--ticket .bag__item__primary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 540px) {
  .bag__item--ticket .bag__item__primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.bag__item--ticket_type .bag__item__primary {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 540px) {
  .bag__item--ticket_type .bag__item__primary {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.no-flexbox .bag__item--ticket_type .bag__item__primary {
  display: inline-block;
}

.bag__item__primary--option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media (max-width: 539px) {
  .bag__item__primary--option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bag__item__primary--summary {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (min-width: 540px) {
  .bag__item__primary--summary {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.bag__item__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
  width: 100%;
}

.no-flexbox .bag__item__secondary {
  display: inline-block;
  float: left;
  margin: 10px 0 0;
}

@media (min-width: 540px) {
  .bag__item__secondary {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    width: 35%;
  }
}

.bag__item__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 20px;
  position: relative;
  width: 68px;
}

.no-flexbox .bag__item__image {
  float: left;
}

@media (min-width: 540px) {
  .bag__item__image {
    width: 120px;
  }
}

.bag__item__image img {
  border: 1px solid #eaeaeb;
  height: 68px;
  width: 68px;
}

@media (min-width: 540px) {
  .bag__item__image img {
    height: 120px;
    width: 120px;
  }
}

.bag__item--ticket .bag__item__image {
  width: 130px;
}

@media (min-width: 540px) {
  .bag__item--ticket .bag__item__image {
    width: 210px;
  }
}

.bag__item--ticket .bag__item__image img {
  height: auto;
  width: 130px;
}

@media (min-width: 540px) {
  .bag__item--ticket .bag__item__image img {
    height: auto;
    width: 210px;
  }
}

.bag__item__promotion {
  text-decoration: none;
  color: inherit;
  background-color: #07c3b3;
  border-radius: 2px;
  color: white;
  font-size: 15px;
  left: 10px;
  line-height: 1;
  margin-right: 10px;
  min-width: 60px;
  padding: 6px 8px 5px;
  position: absolute;
  text-align: center;
  top: 10px;
}

.bag__item__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
  text-align: left;
}

.bag__item__info:last-child {
  margin-right: 0;
}

@media (min-width: 540px) {
  .bag__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bag__item__info--event_title {
  color: #1d1e20;
  font-size: 24px;
  margin: 0;
  text-decoration: none;
}

@media (min-width: 540px) {
  .bag__item__info--event_title {
    font-size: 42px;
  }
}

.bag__item__info--product_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 539px) {
  .bag__item__info--ticket_time:before {
    content: "Time: ";
  }
}

@media (min-width: 540px) {
  .bag__item__info--ticket_time {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75px;
  }
}

.no-flexbox .bag__item__info--ticket_time {
  display: inline-block;
}

.bag__item__info--price {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
  width: 90px;
}

@media (max-width: 539px) {
  .bag__item__info--price span {
    display: block;
  }
}

.no-flexbox .bag__item__info--price {
  display: inline-block;
  vertical-align: 15px;
}

.bag__item__info--ticket_type {
  font-size: 18px;
}

@media (min-width: 540px) {
  .bag__item__info--ticket_type {
    font-size: 16px;
  }
}

.bag__item__info--total {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 75px;
}

.no-flexbox .bag__item__info--total {
  display: inline-block;
  vertical-align: 15px;
}

.bag__item__info--quantity {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 90px;
}

@media (min-width: 540px) {
  .bag__item__info--quantity {
    width: 60px;
  }
}

.no-flexbox .bag__item__info--quantity {
  display: inline-block;
}

.bag__item__info--remove {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 15px;
}

.no-flexbox .bag__item__info--remove {
  display: inline-block;
  vertical-align: 15px;
}

@media (max-width: 539px) {
  .bag__item__info__details {
    margin: 0 0 16px;
  }
}

@media (min-width: 540px) {
  .bag__item__info__details {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 20px 0 10px;
    width: 50%;
  }
}

.bag__item__info__title {
  color: #1d1e20;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  text-decoration: none;
}

@media (min-width: 540px) {
  .bag__item__info__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.bag__item__info__title--members {
  margin: 0 0 20px;
}

@media (min-width: 540px) {
  .bag__item__info__title--members {
    margin: 0 20px 0 0;
  }
}

.no-flexbox .bag__item__info__title--members {
  display: inline-block;
}

.no-flexbox .bag__item__validatebtn {
  display: inline-block;
}

.bag__item__info__desc {
  color: #7c7c82;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  margin: 0;
}

@media (min-width: 540px) {
  .bag__item__info__desc {
    font-size: 16px;
  }
}

.bag__item__price {
  color: #1d1e20;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 20px;
  line-height: 22px;
  padding: 10px 0;
  width: 75px;
}

@media (max-width: 539px) {
  .bag__item__price {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.bag__item__price--ticket {
  font-size: 16px;
}

.bag__item__quantity {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (min-width: 540px) {
  .bag__item__quantity {
    width: 160px;
  }
}

.bag__item__quantity-label {
  color:   #1d1e20;
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  margin-right: 8px;
}

@media (min-width: 540px) {
  .bag__item__quantity-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.bag__item__quantity__select {
  position: relative;
}

.bag__item__quantity__select::after {
  border: 4px solid transparent;
  border-top-width: 6px;
  border-top-color: currentColor;
  border-bottom: none;
  content: '';
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.bag__item__quantity__select-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #aaabae;
  display: block;
  font: inherit;
  font-size: 14px;
  margin: -10px 0 0 0;
  outline: none;
  padding: 10px 28px 10px 10px;
}

.bag__item__quantity__select-input::-ms-expand {
  display: none;
}

.bag__item__icon-remove {
  color: #7c7c82;
  height: 12px;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
  width: 12px;
}

.bag__item__icon-remove:hover {
  color: #fd6060;
}

.bag__item__total {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
  margin: 8px 0 0;
}

@media (min-width: 540px) {
  .bag__item__total {
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
    margin: 0;
    width: 75px;
  }
}

.bag__summary {
  padding: 0;
}

@media (min-width: 760px) {
  .bag__summary {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bag__summary__checkout {
  width: 100%;
}

@media (min-width: 760px) {
  .bag__summary__checkout {
    max-width: 310px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.bag__summary__checkout__info {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}

.bag__summary__checkout__lbl {
  color: #1d1e20;
  font-size: 16px;
  line-height: 18px;
}

.no-flexbox .bag__summary__checkout__lbl {
  margin-right: 10px;
}

.bag__summary__checkout__val {
  color: #7c7c82;
  font-size: 20px;
  font-weight: 200;
  line-height: 22px;
}

.bag__summary__checkout__val--subtotal {
  color: #1d1e20;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.no-flexbox .bag__summary__checkout__val {
  display: inline-block;
}

.bag__summary__checkout__submit {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  margin: 22px 0;
  width: 100%;
}

.bag__summary__checkout__submit:hover {
  background-color: #06aa9c;
}

.bag__summary__checkout__submit:disabled {
  background-color: #eaeaeb;
}

.bag__summary__checkout__submit--secondary {
  background-color: #7c7c82;
}

.bag__summary__checkout__submit--secondary:hover {
  background-color: #636368;
}

.bag__summary__checkout__submit--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.bag__summary__checkout__submit--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .bag__summary__checkout__submit--tertiary {
    width: auto;
  }
}

.bag__summary__checkout__submit--fixed-width {
  max-width: 250px;
}

.bag__summary__checkout__submit--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .bag__summary__checkout__submit {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (min-width: 760px) {
  .bag__summary__checkout__submit {
    margin: 70px 0 0;
  }
  .no-flexbox .bag__summary__checkout__submit {
    margin: 40px 0;
  }
}

.bag__summary__tabs {
  border: 1px solid #eaeaeb;
  border-top: none;
  width: 100%;
}

@media (min-width: 760px) {
  .bag__summary__tabs {
    margin-right: 20px;
    max-width: 500px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .no-flexbox .bag__summary__tabs {
    max-width: 100%;
  }
}

.bag__form-input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border-radius: 2px;
  border: 1px solid #aaabae;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 280px;
  padding: 10px;
  width: 100%;
}

.bag__form-label .bag__form-input {
  margin-top: 4px;
}

.bag__form-submit {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1d1e20;
  font-size: 14px;
  padding: 10px 15px;
}

.bag__form-submit:hover {
  background-color: #06aa9c;
}

.bag__form-submit:disabled {
  background-color: #eaeaeb;
}

.bag__form-submit--secondary {
  background-color: #7c7c82;
}

.bag__form-submit--secondary:hover {
  background-color: #636368;
}

.bag__form-submit--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.bag__form-submit--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .bag__form-submit--tertiary {
    width: auto;
  }
}

.bag__form-submit--fixed-width {
  max-width: 250px;
}

.bag__form-submit--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .bag__form-submit {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.calendar {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.calendar__table {
  border-collapse: collapse;
  display: table;
  margin: 50px auto 0;
  position: relative;
  width: 100%;
}

.calendar__table td, .calendar__table th {
  border: 1px solid #dee0e2;
}

@media (min-width: 540px) {
  .calendar__table {
    margin-top: 80px;
  }
}

.calendar__day--heading {
  color: #1d1e20;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.5;
  text-align: center;
}

@media (min-width: 540px) {
  .calendar__day--heading {
    font-size: 16px;
  }
}

.calendar__day--adj_month {
  pointer-events: none;
}

.calendar__day--adj_month .calendar__day__label {
  color: white;
}

.calendar__day__label {
  border: 3px solid transparent;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 5px;
  text-align: center;
}

@media (min-width: 540px) {
  .calendar__day__label {
    font-size: 32px;
    padding: 10px;
  }
}

@media (min-width: 760px) {
  .calendar__day__label {
    border-width: 5px;
    padding: 15px;
  }
}

.calendar__day__label:hover {
  border-color: #5a5d63;
  color: #1d1e20;
}

.calendar__day__label--disabled {
  background-color: #ffffff;
  border-color: transparent;
  color: #eaeaeb;
  pointer-events: none;
}

.calendar__day__label--active {
  border-color: #1d1e20;
}

.calendar__day__label--active:hover {
  border-color: #1d1e20;
}

.day.adj-month {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: .5;
}

.calendar-item {
  display: block;
  height: 5px;
}

.calendar__controls {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -35px;
  height: 32px;
}

@media (min-width: 540px) {
  .calendar__controls {
    border-bottom: 0;
    top: -50px;
  }
}



.calendar__controls__month {
  color: #1d1e20;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 16px;
  /*line-height: 26px;*/
}

@media (min-width: 540px) {
  .calendar__controls__month {
    letter-spacing: 8px;
    font-size: 24px;
    /*line-height: 32px;*/
  }
}

.calendar__controls__button {
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  padding: 0;
}

.calendar__controls__button:hover {
  color: #7c7c82;
}

.calendar__controls__button--prev {
    float: left;
}
.calendar__controls__button--next {
	float: right;
}
.calendar__subtext {
  padding: 0;
  list-style-type: none;
  margin: 0;
  color: #1d1e20;
  clear: both;
  font-size: 12px;
  line-height: 16px;
  margin: 20px auto 0;
  max-width: 900px;
  padding: 0 20px;
}

@media (min-width: 540px) {
  .calendar__subtext {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 759px) {
  .categories:not(.is-open) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .categories.is-open {
    background-color: rgba(29, 30, 32, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

@media (min-width: 760px) {
  .categories {
    padding: 10px;
  }
}

@media (min-width: 1080px) {
  .categories {
    padding: 20px;
  }
}

@media (max-width: 759px) {
  .categories__container {
    background-color: white;
  }
}

@media (max-width: 759px) {
  .categories__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eaeaeb;
    color: #7c7c82;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
  }
}

@media (min-width: 760px) {
  .categories__title {
    color: #7c7c82;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}

@media (min-width: 1080px) {
  .categories__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.categories__close-icon {
  pointer-events: none;
}

@media (max-width: 759px) {
  .categories__close-icon {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 760px) {
  .categories__close-icon {
    display: none;
  }
}

.categories__categories {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

@media (max-width: 759px) {
  .categories__categories {
    padding: 10px;
  }
}

.categories__category {
  line-height: 1.8;
}

.categories__link {
  text-decoration: none;
  color: inherit;
}

.categories__link:hover {
  text-decoration: underline;
}

.category {
  padding: 0 10px;
}

@media (min-width: 1080px) {
  .category {
    padding: 0 20px;
  }
}

.category__title,
.category__description {
  color: white;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.category__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (min-width: 760px) {
  .category__title {
    font-size: 38px;
  }
}

@media (min-width: 1080px) {
  .category__title {
    font-size: 52px;
  }
}

.category__description {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: 0 1px 3px #1d1e20; /* 247 compare changes */
}

@media (min-width: 760px) {
  .category__description {
    max-width: 580px;
    font-size: 18px;
    margin-bottom: 15px; /* 247 compare changes */
  }
}

@media (min-width: 1080px) {
  .category__description {
    font-size: 20px;
    margin-bottom: 20px; /* 247 compare changes */
  }
}

.category__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;  /* 247 compare changes */
}

.category__button:hover {
  background-color: #06aa9c;
}

.category__button:disabled {
  background-color: #eaeaeb;
}

.category__button--secondary {
  background-color: #7c7c82;
}

.category__button--secondary:hover {
  background-color: #636368;
}

.category__button--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.category__button--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .category__button--tertiary {
    width: auto;
  }
}

.category__button--fixed-width {
  max-width: 250px;
}

.category__button--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .category__button {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.checkout {
  padding: 10px;
}

@media (min-width: 760px) {
  .checkout {
    padding: 20px;
  }
}

@media (min-width: 1080px) {
  .checkout {
    padding: 40px;
  }
}

.checkout__title {
  color: #1d1e20;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

@media (min-width: 540px) {
  .checkout__title {
    font-size: 52px;
    line-height: 67px;
  }
}

.checkout__login__link {
  color: #1d1e20;
  display: inline-block;
  text-decoration: none;
  background-color: #f8f8f8;
  border-radius: 2px;
  padding: 20px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  width: 100%;
}

.checkout__login__link:hover {
  background-color: #ebebeb;
}

@media (min-width: 540px) {
  .checkout__login__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.checkout__login__msg {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  text-align: center;
  padding: 0;
}

@media (min-width: 540px) {
  .checkout__login__msg {
    text-align: left;
  }
}

.checkout__login__btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 10px 20px;
  min-width: 120px;
}

.checkout__login__btn:hover {
  background-color: #06aa9c;
}

.checkout__login__btn:disabled {
  background-color: #eaeaeb;
}

.checkout__login__btn--secondary {
  background-color: #7c7c82;
}

.checkout__login__btn--secondary:hover {
  background-color: #636368;
}

.checkout__login__btn--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.checkout__login__btn--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .checkout__login__btn--tertiary {
    width: auto;
  }
}

.checkout__login__btn--fixed-width {
  max-width: 250px;
}

.checkout__login__btn--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .checkout__login__btn {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (min-width: 540px) {
  .checkout__login__btn {
    margin: 0;
  }
}

@media (min-width: 760px) {
  .checkout__form {
    max-width: 692px;
    width: 60%;
    margin-right: 20px;
  }
}

@media (min-width: 1080px) {
  .checkout__form {
    padding: 0;
  }
}

.no-flexbox .checkout__form {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 760px) {
  .checkout__column {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .no-flexbox .checkout__column {
    text-align: left;
  }
}

.checkout__form__enter-manually {
  border-bottom: 1px solid #aaabae;
  color: #aaabae;
  font-weight: 200;
  padding-bottom: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.checkout__form__enter-manually:hover {
  border-color: #909195;
  color: #838489;
  padding-bottom: 0;
}

.checkout__newsletter-signup {
  margin-top: 30px;
}
/* 247 changes starts */
/*
.checkout__find-address-btn {
  padding: 10px 18px;
}

@media (min-width: 540px) {
  .checkout__find-address-btn {
    position: absolute;
    top: 22px;
    left: 50%;
  }
}
*/
/* 247 changes ends */

.checkout__submit {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 180px;
  margin-top: 30px;
  width: 50%;
}

.checkout__submit:hover {
  background-color: #06aa9c;
}

.checkout__submit:disabled {
  background-color: #eaeaeb;
}

.checkout__submit--secondary {
  background-color: #7c7c82;
}

.checkout__submit--secondary:hover {
  background-color: #636368;
}

.checkout__submit--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.checkout__submit--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .checkout__submit--tertiary {
    width: auto;
  }
}

.checkout__submit--fixed-width {
  max-width: 250px;
}

.checkout__submit--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .checkout__submit {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.checkout__sidebar {
  border: 1px solid #eaeaeb;
  margin: 10px;
}

@media (min-width: 760px) {
  .checkout__sidebar {
    max-width: 385px;
    width: 30%;
  }
}

@media (min-width: 1080px) {
  .checkout__sidebar {
    margin: 0;
  }
}

.no-flexbox .checkout__sidebar {
  display: inline-block;
  vertical-align: top;
}

.checkout__sidebar__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.checkout__sidebar__discounts {
  color: #07c3b3;
  margin: 10px 0 0;
  padding: 0;
}

.checkout__sidebar__discounts__item {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="364 322 17 13"><g fill="none" fill-rule="evenodd" stroke="%2307c3b3" stroke-width="3" stroke-linecap="square"><path d="M366.5 328.5l4 4M378.5 324.5l-8 8"/></g></svg>') no-repeat;
  background-position: left center;
  background-size: 15px;
  list-style-type: none;
  padding: 2px 0 2px 25px;
}

.checkout__sidebar__section {
  border-top: 1px solid #eaeaeb;
  padding: 20px;
}

.checkout__sidebar__section:first-child {
  border-top: 0;
}

.checkout__sidebar__section--alert {
  background: #ffe9e9;
  color: #fd6060;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 10px 20px;
  text-align: center;
  /*text-transform: uppercase;*/
}

.checkout__sidebar__product {
  border-top: 1px solid #eaeaeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  padding: 20px 0 0;
}

.checkout__sidebar__product:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.checkout__sidebar__product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkout__sidebar__product__details {
  max-width: 70%;
}

.checkout__sidebar__product__image {
  border: 1px solid #aaabae;
  width: 75px;
  height: 75px;
  margin-right: 20px;
  /*max-width: 25%;*/
}

.checkout__sidebar__product__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.checkout__sidebar__product__desc {
  color: #7c7c82;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
  margin: 0 0 5px;
}

.checkout__sidebar__product__desc--small {
  font-size: 14px;
}

.checkout__sidebar__product__quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 15px;
}

.checkout__sidebar__product__quantity-label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}

.checkout__sidebar__product__quantity__field {
  width: 65px;
}

.checkout__sidebar__product__remove {
  color: #aaabae;
  font-size: 14px;
  font-weight: 200;
  margin-left: 20px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.checkout__sidebar__product__remove:hover {
  color: #838489;
}

.checkout__sidebar__product__price {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0 0;
}

.checkout__sidebar__summary {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout__sidebar__summary__lbl {
  padding-bottom: 10px;
}

.checkout__sidebar__summary__val {
  color: #7c7c82;
}

.checkout__sidebar__summary__val--big {
  color: #1d1e20;
  font-size: 28px;
  font-weight: 600;
}

.container--max {
  margin: 0 auto; /* 247 compare changes */
  max-width: 1280px;
  width: 100%;  /* 247 compare changes */
}

.container--white {
  background-color: white;
}
  .padded_box {   
  font-size: 20px;    
  padding: 10px;    
}   
@media (min-width: 760px) {   
  .padded_box {   
    padding: 20px;    
  }   
}   
@media (min-width: 1080px) {    
  .padded_box {   
    padding: 70px 100px 50px;   
  }   
}   

.copy p, .copy ol, .copy ul {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.copy p:not(:first-child), .copy ol:not(:first-child), .copy ul:not(:first-child) {
  margin-top: 1em;
}

.exclusive .copy p, .exclusive .copy ol, .exclusive .copy ul {
  color: #aaabae;
}

.copy a {
  color: #07c3b3;
}

.exclusive .copy a {
  color: #af945b;
}

@media (min-width: 760px) {
  .copy--grow p, .copy--grow ol, .copy--grow ul {
    font-size: 17px;
  }
}

@media (min-width: 1080px) {
  .copy--grow p, .copy--grow ol, .copy--grow ul {
    font-size: 19px;
  }
}

.credit {   
  padding: 20px 10px;    
  border-top: 1px solid #eaeaeb;      
}    
.exclusive .credit {    
  border-top-color: #414448;    
}
/* 247 compare changes starts*/

/* @media (max-width: 759px) {
  .credit {
    display: none;
  }
} */

/* 247 compare changes ends*/

@media (min-width: 760px) {
  .credit {
    padding: 20px 0 0;
    /* border-top: 1px solid #eaeaeb; */  /* 247 compare changes starts*/
  }
  /* 247 compare changes starts*/

  /* .exclusive .credit {
    border-top-color: #414448;
  }*/
} 
.credit--category {
  border-bottom: 1px solid #eaeaeb;
  border-top: 0;
  padding: 20px;
    display: flex;
    padding-top: 40px;
}   
.credit__photo {
  width: 60px;
  float: left;
  margin-right: 20px;
}
@media (min-width: 1080px) {
.credit__photo {
  width: 72px;
}

}  
.credit__photo-image {
  display: block;
  width: 100%;
  -ms-interpolation-mode: bicubic;
  border-radius: 100%;
}  
/* @media (min-width: 1080px) {
  .credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
  }
} */

/*
@media (max-width: 1079px) {
  .credit__photo {
    display: none;
  }
}
@media (min-width: 1080px) {
  .credit__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 40px;
  }
  .no-flexbox .credit__photo {
    float: left;
    max-width: 150px;
  }
}

@media (min-width: 1080px) {
  .credit__photo-image {
    display: block;
    width: 100%;
    -ms-interpolation-mode: bicubic;
    border-radius: 100%;
  }
}

@media (min-width: 1080px) {
  .credit__content {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
  .no-flexbox .credit__content {
    margin-left: 200px;
  }
}*/

/* 247 compare changes ends*/
.credit__label {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #aaabae;
  font-weight: 100; /* 247 compare changes */
  /* margin-top: 5px;  247 compare changes */
  /* margin-left: 85px;  247 compare changes */
}

.credit__title {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -.03em;
  line-height: 1.1;
}

@media (min-width: 1080px) {
  .credit__title {
    font-size: 42px;
  }
}
/* 247 changes starts */
.credit__description {
  /* margin-top: 1em; */
  font-weight: 400;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.78;
}
@media (min-width: 760px) {   
  .credit__description {    
    font-size: 18px;    
  }   
}   
.credit__description p {    
  margin: 0;    
}
/* 247 changes ends */

.credit__cta {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #af945b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.credit__cta::after {
  border: 4px solid transparent;
  border-left-width: 6px;
  border-left-color: currentColor;
  border-right: none;
  content: '';
  margin-left: 10px;
}

.credit__cta:hover {
  text-decoration: underline;
}

@media (min-width: 760px) {
  .credit__cta {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  .credit__cta {
    font-size: 16px;
  }
}

@media (max-width: 759px) {
  .filter:not(.is-open) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .filter.is-open {
    background-color: rgba(29, 30, 32, 0.8);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}

@media (min-width: 760px) {
  .filter {
    padding: 10px;
    padding-top: 0;
  }
}

@media (min-width: 1080px) {
  .filter {
    padding: 20px;
    padding-top: 0;
  }
}

@media (max-width: 759px) {
  .filter__container {
    background-color: white;
  }
}

@media (max-width: 759px) {
  .filter__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eaeaeb;
    color: #7c7c82;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
  }
}

@media (min-width: 760px) {
  .filter__title {
    color: #7c7c82;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}

@media (min-width: 1080px) {
  .filter__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.filter__close-icon {
  pointer-events: none;
}

@media (max-width: 759px) {
  .filter__close-icon {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 760px) {
  .filter__close-icon {
    display: none;
  }
}

.filter__fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 759px) {
  .filter__fieldset {
    padding: 10px;
  }
}

@media (min-width: 760px) {
  .filter__fieldset {
    margin-bottom: 10px;
  }
}

@media (min-width: 1080px) {
  .filter__fieldset {
    margin-bottom: 20px;
  }
}

.filter__legend {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
}

@media (max-width: 759px) {
  .filter__legend {
    padding-top: 10px;
  }
}

@media (min-width: 760px) {
  .filter__legend {
    margin-bottom: 10px;
  }
}

.filter__filter {
  line-height: 1.8;
}

.filter__input {
  display: none;
}

.filter__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter__label::before {
  content: '';
  outline: 1px solid #aaabae;
  border: 2px solid white;
  display: block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}

.filter__input:focus + .filter__label::before {
  background-color: #eaeaeb;
}

.filter__input:checked + .filter__label::before {
  background-color: #1d1e20;
  border-color: white;
}

.filter__input:disabled + .filter__label::before {
  outline: 1px solid #d1d2d3;
}

.filter__input:disabled + .filter__label {
  color: #aaabae;
}

@media (max-width: 759px) {
  .filter__buttons {
    padding: 10px;
  }
}

.filter__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.filter__button:hover {
  background-color: #06aa9c;
}

.filter__button:disabled {
  background-color: #eaeaeb;
}

.filter__button--secondary {
  background-color: #7c7c82;
}

.filter__button--secondary:hover {
  background-color: #636368;
}

.filter__button--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.filter__button--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .filter__button--tertiary {
    width: auto;
  }
}

.filter__button--fixed-width {
  max-width: 250px;
}

.filter__button--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .filter__button {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (max-width: 759px) {
  .filter__button {
    width: 100%;
  }
}

.filter__clear {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  color: #aaabae;
  display: inline-block;
  margin-top: 10px;
  /*border-bottom: 1px solid #eaeaeb; /* 247 changes */
}

.footer {
  background-color: #1d1e20;
  color: #aaabae;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  padding: 35px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 760px) {
  .footer {
    padding: 40px;
  }
}

.footer a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.exclusive .footer,
.dark .footer {
  border-top: 1px solid #414448;
}

.footer__connect {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #505054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.footer__connect__mailing-list {
  display: inline-block;
  width: 100%;
}

@media (min-width: 1080px) {
  .footer__connect__mailing-list {
    width: 66%;
  }
}

.footer__connect__social {
  display: inline-block;
  margin: 40px 0 0;
  width: 100%;
}

@media (min-width: 1080px) {
  .footer__connect__social {
    margin: 0;
    width: 33%;
  }
}

.footer__tagline {
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  color: white;
  margin: 0 0 40px;
}

.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__navigation a {
  color: #07c3b3;
  -webkit-transition: border-color 0.2s;
          transition: border-color 0.2s;
}

.footer__navigation a:hover {
  border-color: inherit;
}

.exclusive .footer__navigation a {
  color: #af945b;
}

.footer__navigation__block {
  width: 100%;
}

.no-flexbox .footer__navigation__block {
  display: inline-block;
  float: left;
}

@media (min-width: 540px) {
  .footer__navigation__block {
    width: 50%;
    padding: 0 10px;
  }
  .footer__navigation__block:nth-of-type(odd) {
    padding-left: 0;
  }
  .footer__navigation__block:nth-of-type(even) {
    padding-right: 0;
  }
}

@media (min-width: 760px) {
  .footer__navigation__block {
    width: 25%;
  }
}

.footer__navigation__heading {
  color: white;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.footer__navigation__heading--lower {
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: none;
}

.footer__navigation__items {
  padding: 0;
  list-style-type: none;
  margin-bottom: 35px;
}

.footer__navigation__item {
  font-size: 14px;
  line-height: 25px;
}

@media (min-width: 760px) {
  .footer__small-print__left {
    width: 65%;
  }
}

.footer__small-print {
  clear: both;
}

.footer__small-print__info {
  max-width: 840px;
}

.footer__small-print__legal {
  padding: 0;
  list-style-type: none;
  position: relative; /* 247 commerce */    
  z-index: 999;  /* 247 commerce */   
  overflow: visible; /* 247 commerce */
}

.footer__small-print__legal__item {
  line-height: 25px;
}

@media (min-width: 1080px) {
  .footer__small-print__legal__item {
    display: inline;
  }
  .footer__small-print__legal__item:not(:first-child):before {
    content: '\\\00a0\00a0\\';
    margin-left: 10px;
    padding-right: 10px;
  }
}

.footer__small-print__legal__item a {
  border-color: inherit;
  -webkit-transition: padding 0.2s;
          transition: padding 0.2s;
}

.footer__small-print__legal__item a:hover {
  padding-bottom: 1px;
}

.footer__small-print__right {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: 0; 
  text-align: right; /* 247 changes */
  width: auto; /* 247 changes */
}

.footer__valogo {
  fill: rgba(255, 255, 255, 0.1);
}

.gallery {
  clear: both;
}

@media (min-width: 760px) {
  .gallery {
    margin-top: 20px;
  }
}

.gallery__main {
  border: 1px solid #eaeaeb;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}

.exclusive .gallery__main {
  border-color: #414448;
}

@media (max-width: 759px) {
  .gallery__main {
    border-right: none;
    border-left: none;
  }
}

.gallery__items {
  overflow: hidden;
  position: relative;
}

.gallery__item {
  float: left;
  position: relative;
  width: 100%;
}

.gallery__image {
  position: relative;
  padding-top: 56.25%;
}

.gallery__image embed,
.gallery__image iframe,
.gallery__image object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery__image-src {
  display: block;
  height: 100%;
  margin: auto;
}
/* compar changes starts */
@media (max-width: 759px) {   
  .gallery__image-src + .zoomImg {    
    display: none !important;   
  }   
}
/* compar changes ends */
.gallery__orbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (max-width: 759px) {
  .gallery__orbs {
    margin-top: 10px;
  }
}

@media (min-width: 760px) {
  .gallery__orbs {
    margin-top: 20px;
  }
}

.gallery__orb {
  display: inline-block;
}

.gallery__orb:not(:first-child) {
  margin-left: 10px;
}

@media (min-width: 760px) {
  .gallery__orb:not(:first-child) {
    margin-left: 20px;
  }
}

@media (max-width: 759px) {
  .gallery__orb {
    width: 9px;
    height: 9px;
    border: 1px solid #aaabae;
    border-radius: 100%;
  }
  .gallery__orb.is-current {
    background-color: #aaabae;
  }
}

@media (max-width: 759px) {
  .gallery__thumb {
    display: none;
  }
}

@media (min-width: 760px) {
  .gallery__thumb {
    position: relative;
    padding-top: 56.25%;
    width: 100px;
    border: 1px solid #eaeaeb;
    background-color: white;
  }
  .gallery__thumb embed,
  .gallery__thumb iframe,
  .gallery__thumb object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .gallery__orb.is-current .gallery__thumb {
    border: 3px solid rgba(29, 30, 32, 0.4);
  }
}

@media (min-width: 760px) {
  .gallery__thumb-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 760px) {
  .gallery__thumb-image {
    display: block;
    height: 100%;
    margin: auto;
  }
}

.gallery__prev,
.gallery__next {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background-color: rgba(29, 30, 32, 0.5);
  cursor: pointer;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .5;
}

.gallery__prev span,
.gallery__next span {
  display: none;
}

.gallery__prev:hover, .gallery__prev:focus,
.gallery__next:hover,
.gallery__next:focus {
  opacity: 1;
}

.gallery__prev::after,
.gallery__next::after {
  content: '';
  position: relative;
  margin: auto;
  border: 15px solid transparent;
}

.exclusive .gallery__prev, .exclusive
.gallery__next {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 539px) {
  .gallery__nav {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
   /* position: absolute;*/
    width: 1px;
  }
}

.gallery__prev {
  left: 0;
}

.gallery__prev::after {
  left: -2px;
  border-left: none;
  border-right-color: rgba(255, 255, 255, 0.8);
  border-right-width: 8px;
}

.exclusive .gallery__prev::after {
  border-right-color: rgba(29, 30, 32, 0.8);
}

.gallery__next {
  right: 0;
}

.gallery__next::after {
  right: -2px;
  border-right: none;
  border-left-color: rgba(255, 255, 255, 0.5);
  border-left-width: 8px;
}

.exclusive .gallery__next::after {
  border-left-color: rgba(29, 30, 32, 0.8);
}

.header {
  background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0));
  background-image: linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0));
  padding: 20px 10px;
}

.plain .header {
  background: none;
}

.header--ticket_picker {
  background-size: cover;
  background-position: center center;
  padding: 0;
  position: relative;
  width: 100%;
}

@media (min-width: 1080px) {
  .header {
    padding: 40px 20px;
  }
  .header--ticket_picker {
    padding: 0;
  }
}

.header__background {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 540px) {
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__home-link {
  display: inline-block;
}

.header__logo {
  color: white;
  display: block;
  height: 75px;
  width: 175px;
}

.plain .header__logo {
  color: #aaabae;
}

@media (min-width: 760px) {
  .header__logo {
    height: 100px;
    width: 235px;
  }
}

@media (min-width: 1080px) {
  .header__logo {
    height: 120px;
    width: 300px;
  }
}

.header__ticket-img,
.header__ticket-img-fade {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.header__ticket-img--blur {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.header__ticket-img-fade {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.header__ticket_info__logo {
  display: none;
}

@media (min-width: 760px) {
  .header__ticket_info__logo {
    display: block;
    bottom: 0;
    right: 0;
    vertical-align: bottom;
    fill: #ff9a00;
  }
  .theme-angry-blue .header__ticket_info__logo {
    fill: #2cf4f6;
  }
  .theme-angry-yellow .header__ticket_info__logo {
    fill: #f3f935;
  }
  .theme-baby-blue .header__ticket_info__logo {
    fill: #c9fbff;
  }
  .theme-blue-green .header__ticket_info__logo {
    fill: #12d2a0;
  }
  .theme-blue-sky .header__ticket_info__logo {
    fill: #d0e1f9;
  }
  .theme-blue .header__ticket_info__logo {
    fill: #5bb4f9;
  }
  .theme-bright-yellow .header__ticket_info__logo {
    fill: #fcf05b;
  }
  .theme-childs-blue .header__ticket_info__logo {
    fill: #2cd6f6;
  }
  .theme-cream-yellow .header__ticket_info__logo {
    fill: #fff5b3;
  }
  .theme-cyan .header__ticket_info__logo {
    fill: #69d5d7;
  }
  .theme-dark-pink .header__ticket_info__logo {
    fill: #e172c0;
  }
  .theme-dirty-yellow .header__ticket_info__logo {
    fill: #dbde0e;
  }
  .theme-dust-green .header__ticket_info__logo {
    fill: #b3c74b;
  }
  .theme-dusty-purple .header__ticket_info__logo {
    fill: #cec3d6;
  }
  .theme-dusty-yellow .header__ticket_info__logo {
    fill: #e1dfba;
  }
  .theme-egg-yolk .header__ticket_info__logo {
    fill: #ffd717;
  }
  .theme-eggshell .header__ticket_info__logo {
    fill: #b6d5e1;
  }
  .theme-forest-green .header__ticket_info__logo {
    fill: #0ec335;
  }
  .theme-gold .header__ticket_info__logo {
    fill: #edd256;
  }
  .theme-grey-blue .header__ticket_info__logo {
    fill: #e7f4f6;
  }
  .theme-grey-brown .header__ticket_info__logo {
    fill: #cfc4a2;
  }
  .theme-leaf .header__ticket_info__logo {
    fill: #96c99c;
  }
  .theme-light-brown .header__ticket_info__logo {
    fill: #f4e1c8;
  }
  .theme-light-pink .header__ticket_info__logo {
    fill: #ecc9c2;
  }
  .theme-light-purple .header__ticket_info__logo {
    fill: #ce9cef;
  }
  .theme-lime .header__ticket_info__logo {
    fill: #b9ed69;
  }
  .theme-messy-purple .header__ticket_info__logo {
    fill: #a1abc2;
  }
  .theme-mint-green .header__ticket_info__logo {
    fill: #4bc87f;
  }
  .theme-mud-green .header__ticket_info__logo {
    fill: #bcd096;
  }
  .theme-mud-yellow .header__ticket_info__logo {
    fill: #c2af2d;
  }
  .theme-ocean-blue .header__ticket_info__logo {
    fill: #98f5da;
  }
  .theme-ocean-mint .header__ticket_info__logo {
    fill: #07c3b3;
  }
  .theme-orange .header__ticket_info__logo {
    fill: #ff9a00;
  }
  .theme-peach .header__ticket_info__logo {
    fill: #ffb072;
  }
  .theme-pink .header__ticket_info__logo {
    fill: #f6a2d2;
  }
  .theme-raspberry .header__ticket_info__logo {
    fill: #ff7b90;
  }
  .theme-salmon .header__ticket_info__logo {
    fill: #f87a7a;
  }
  .theme-sand-storm .header__ticket_info__logo {
    fill: #e9e0a4;
  }
  .theme-sand .header__ticket_info__logo {
    fill: #ffd281;
  }
  .theme-silent-green .header__ticket_info__logo {
    fill: #ceffd6;
  }
  .theme-sky-purple .header__ticket_info__logo {
    fill: #f4f5ff;
  }
  .theme-soft-pink .header__ticket_info__logo {
    fill: #f5cdea;
  }
  .theme-strawberry .header__ticket_info__logo {
    fill: #fd6060;
  }
  .theme-summer-pink .header__ticket_info__logo {
    fill: #f1a5b3;
  }
  .theme-tangerine .header__ticket_info__logo {
    fill: #ffac3c;
  }
  .theme-teal-blue .header__ticket_info__logo {
    fill: #87c3bd;
  }
  .theme-teal-green .header__ticket_info__logo {
    fill: #0ad6cb;
  }
  .theme-tru-pink .header__ticket_info__logo {
    fill: #ff89b3;
  }
  .theme-velvet .header__ticket_info__logo {
    fill: #8f82c1;
  }
  .theme-winter-blue .header__ticket_info__logo {
    fill: #87c3d6;
  }
}

@media (min-width: 760px) {
  .header__ticket_info__logo {
    height: 144px;
    width: 252.864px;
  }
}

@media (min-width: 1080px) {
  .header__ticket_info__logo {
    height: 220px;
    width: 386.32px;
  }
}

.header__ticket_info {
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 0 1 auto;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 275px;
  padding: 0 16px;
  z-index: 0;
}

.header__ticket_info__title {
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  padding: 53px 0 32.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  max-width: 600px;
}

.header__ticket_info__title__meta {
  font-size: 16px;
  margin-bottom: 5px;
}

@media (min-width: 540px) {
  .header__ticket_info__title__meta {
    margin-bottom: 10px;
  }
}

.header__ticket_info__title__meta__type {
  color: #ff9a00;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}

.theme-angry-blue .header__ticket_info__title__meta__type {
  color: #2cf4f6;
}

.theme-angry-yellow .header__ticket_info__title__meta__type {
  color: #f3f935;
}

.theme-baby-blue .header__ticket_info__title__meta__type {
  color: #c9fbff;
}

.theme-blue-green .header__ticket_info__title__meta__type {
  color: #12d2a0;
}

.theme-blue-sky .header__ticket_info__title__meta__type {
  color: #d0e1f9;
}

.theme-blue .header__ticket_info__title__meta__type {
  color: #5bb4f9;
}

.theme-bright-yellow .header__ticket_info__title__meta__type {
  color: #fcf05b;
}

.theme-childs-blue .header__ticket_info__title__meta__type {
  color: #2cd6f6;
}

.theme-cream-yellow .header__ticket_info__title__meta__type {
  color: #fff5b3;
}

.theme-cyan .header__ticket_info__title__meta__type {
  color: #69d5d7;
}

.theme-dark-pink .header__ticket_info__title__meta__type {
  color: #e172c0;
}

.theme-dirty-yellow .header__ticket_info__title__meta__type {
  color: #dbde0e;
}

.theme-dust-green .header__ticket_info__title__meta__type {
  color: #b3c74b;
}

.theme-dusty-purple .header__ticket_info__title__meta__type {
  color: #cec3d6;
}

.theme-dusty-yellow .header__ticket_info__title__meta__type {
  color: #e1dfba;
}

.theme-egg-yolk .header__ticket_info__title__meta__type {
  color: #ffd717;
}

.theme-eggshell .header__ticket_info__title__meta__type {
  color: #b6d5e1;
}

.theme-forest-green .header__ticket_info__title__meta__type {
  color: #0ec335;
}

.theme-gold .header__ticket_info__title__meta__type {
  color: #edd256;
}

.theme-grey-blue .header__ticket_info__title__meta__type {
  color: #e7f4f6;
}

.theme-grey-brown .header__ticket_info__title__meta__type {
  color: #cfc4a2;
}

.theme-leaf .header__ticket_info__title__meta__type {
  color: #96c99c;
}

.theme-light-brown .header__ticket_info__title__meta__type {
  color: #f4e1c8;
}

.theme-light-pink .header__ticket_info__title__meta__type {
  color: #ecc9c2;
}

.theme-light-purple .header__ticket_info__title__meta__type {
  color: #ce9cef;
}

.theme-lime .header__ticket_info__title__meta__type {
  color: #b9ed69;
}

.theme-messy-purple .header__ticket_info__title__meta__type {
  color: #a1abc2;
}

.theme-mint-green .header__ticket_info__title__meta__type {
  color: #4bc87f;
}

.theme-mud-green .header__ticket_info__title__meta__type {
  color: #bcd096;
}

.theme-mud-yellow .header__ticket_info__title__meta__type {
  color: #c2af2d;
}

.theme-ocean-blue .header__ticket_info__title__meta__type {
  color: #98f5da;
}

.theme-ocean-mint .header__ticket_info__title__meta__type {
  color: #07c3b3;
}

.theme-orange .header__ticket_info__title__meta__type {
  color: #ff9a00;
}

.theme-peach .header__ticket_info__title__meta__type {
  color: #ffb072;
}

.theme-pink .header__ticket_info__title__meta__type {
  color: #f6a2d2;
}

.theme-raspberry .header__ticket_info__title__meta__type {
  color: #ff7b90;
}

.theme-salmon .header__ticket_info__title__meta__type {
  color: #f87a7a;
}

.theme-sand-storm .header__ticket_info__title__meta__type {
  color: #e9e0a4;
}

.theme-sand .header__ticket_info__title__meta__type {
  color: #ffd281;
}

.theme-silent-green .header__ticket_info__title__meta__type {
  color: #ceffd6;
}

.theme-sky-purple .header__ticket_info__title__meta__type {
  color: #f4f5ff;
}

.theme-soft-pink .header__ticket_info__title__meta__type {
  color: #f5cdea;
}

.theme-strawberry .header__ticket_info__title__meta__type {
  color: #fd6060;
}

.theme-summer-pink .header__ticket_info__title__meta__type {
  color: #f1a5b3;
}

.theme-tangerine .header__ticket_info__title__meta__type {
  color: #ffac3c;
}

.theme-teal-blue .header__ticket_info__title__meta__type {
  color: #87c3bd;
}

.theme-teal-green .header__ticket_info__title__meta__type {
  color: #0ad6cb;
}

.theme-tru-pink .header__ticket_info__title__meta__type {
  color: #ff89b3;
}

.theme-velvet .header__ticket_info__title__meta__type {
  color: #8f82c1;
}

.theme-winter-blue .header__ticket_info__title__meta__type {
  color: #87c3d6;
}

@media (min-width: 540px) {
  .header__ticket_info__title__meta__type {
    display: inline;
    padding-bottom: 0;
  }
}

.header__ticket_info__title__meta__dates {
  display: block;
  font-weight: 500;
}

@media (min-width: 540px) {
  .header__ticket_info__title__meta__dates {
    display: inline;
    margin-left: 5px;
  }
  .header__ticket_info__title__meta__dates:before {
    content: '\\ \00a0 \\';
    margin-right: 10px;
  }
}

.header__ticket_info__title__name {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -.0125em;
  line-height: 1.075;
  text-rendering: optimizeLegibility;
}

@media (min-width: 540px) {
  .header__ticket_info__title__name {
    font-size: 42px;
  }
}

.header__ticket_info__home-link {
   -ms-flex-item-align: end;
   align-self: flex-end;
   float: right;
}

.hero {
  background-repeat: no-repeat;
  background-position: center top;

  background-size: cover;
}

@media (min-width: 540px) {
  .hero {
    padding: 20px 10px;
  }
}

@media (min-width: 1080px) {
  .hero {
    padding: 40px 20px;
  }
}

@media (max-width: 539px) {
  .hero__content {
    padding: 20px 10px;
  }
}

@media (min-width: 540px) {
  .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hero__logo {
  color: white;
  display: block;
  height: 75px;
  width: 175px;
}

@media (min-width: 760px) {
  .hero__logo {
    height: 100px;
    width: 235px;
  }
}

@media (min-width: 1080px) {
  .hero__logo {
    height: 120px;
    width: 300px;
  }
}

.hero__link {
  text-decoration: none;
  color: inherit;
  display: block;
  background-color: rgba(29, 30, 32, 0.6);
  padding: 20px 10px;
  margin-top: 10vh;
  -webkit-transition: background .2s;
          transition: background .2s;
}

.hero__link:hover {
  background-color: rgba(29, 30, 32, 0.7);
}

@media (max-width: 539px) {
  .hero__link {
    text-align: center;
  }
}

@media (min-width: 540px) {
  .hero__link {
    margin: 10vh 0;
    max-width: 420px;
    padding: 20px;
  }
}

@media (min-width: 760px) {
  .hero__link {
    margin: 15vh 0;
    max-width: 540px;
    padding: 30px;
  }
}

.hero__title {
  color: white;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 10px;
}

@media (min-width: 540px) {
  .hero__title {
    font-size: 28px;
  }
}

@media (min-width: 760px) {
  .hero__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1080px) {
  .hero__title {
    font-size: 44px;
  }
}

.hero__cta {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: white;
}

.hero__link:hover .hero__cta {
  border-bottom: 2px solid currentColor;
}

.hero__cta:after {
  border: 4px solid transparent;
  border-left-color: currentColor;
  content: '';
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

@media (min-width: 760px) {
  .hero__cta {
    font-size: 16px;
  }
}

.info-page {
  padding: 10px 20px;
}

@media (min-width: 540px) {
  .info-page {
    padding: 40px 20px;
  }
}

.info-page h1, .info-page h2, .info-page h3, .info-page h4, .info-page h5, .info-page h6, .info-page p, .info-page img, .info-page figure, .info-page form, .info-page blockquote {
  margin: 0 auto;
  max-width: 692px;
}

.info-page h1 {
  color: #1d1e20;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 42px;
  margin: 10px auto 10px;
}

@media (min-width: 540px) {
  .info-page h1 {
    font-size: 42px;
    line-height: 52px;
    margin: 20px auto 40px;
  }
}
/* 247 changes starts */
.info-page h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 40px; 
}
/*
.info-page-sepht {
    margin-top:0px
}
*/
/* 247 changes ends */
.info-page p {
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  color: #1d1e20;
  margin: 20px auto;
}

.info-page img {
  max-width: 100%;
}

.info-page figure {
  margin: 0;
}

.info-page figcaption {
  color: #aaabae;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.info-page .info-page__image {
  margin: 40px auto;
}

.info-page .info-page__image--showcase {
  max-width: 100%;
}

.info-page form {
  padding: 10px 0;
}

.login {
  max-width: 692px;
  padding: 40px;
}

.login__title {
  font-size: 42px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 46px;
  margin: 0 0 40px;
  color: #1d1e20;
}

.login__btn-forgotten {
  color: #aaabae;
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin: 10px 0;
  text-align: left;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.login__btn-forgotten:hover {
  color: #07c3b3;
}

.login__submit {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 40px 0;
}

.login__submit:hover {
  background-color: #06aa9c;
}

.login__submit:disabled {
  background-color: #eaeaeb;
}

.login__submit--secondary {
  background-color: #7c7c82;
}

.login__submit--secondary:hover {
  background-color: #636368;
}

.login__submit--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.login__submit--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .login__submit--tertiary {
    width: auto;
  }
}

.login__submit--fixed-width {
  max-width: 250px;
}

.login__submit--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .login__submit {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.login__register {
  max-width: 692px;
  padding: 40px;
}

.login__register__link {
  color: #1d1e20;
  display: inline-block;
  text-decoration: none;
  background-color: #f8f8f8;
  border-radius: 2px;
  padding: 20px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  width: 100%;
}

.login__register__link:hover {
  background-color: #ebebeb;
}

@media (min-width: 540px) {
  .login__register__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.login__register__msg {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  text-align: center;
  padding: 0;
}

@media (min-width: 540px) {
  .login__register__msg {
    text-align: left;
  }
}

.login__register__btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 10px 20px;
  min-width: 120px;
}

.login__register__btn:hover {
  background-color: #06aa9c;
}

.login__register__btn:disabled {
  background-color: #eaeaeb;
}

.login__register__btn--secondary {
  background-color: #7c7c82;
}

.login__register__btn--secondary:hover {
  background-color: #636368;
}

.login__register__btn--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.login__register__btn--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .login__register__btn--tertiary {
    width: auto;
  }
}

.login__register__btn--fixed-width {
  max-width: 250px;
}

.login__register__btn--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .login__register__btn {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (min-width: 540px) {
  .login__register__btn {
    margin: 0;
  }
}

@media (max-width: 539px) {
  .membership-banner {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (min-width: 540px) {
  .membership-banner {
    text-decoration: none;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(29, 30, 32, 0.8);
    border-radius: 2px;
    border: 1px solid #7c7c82;
    color: #eaeaeb;
    padding: 10px;
  }
  .membership-banner:hover {
    background-color: #1d1e20;
  }
  .membership-banner::after {
    border: 4px solid transparent;
    border-left-color: currentColor;
    border-left-width: 6px;
    border-right: none;
    content: '';
    margin-left: 10px;
  }
}

.msg {
	background-color: #f8f8f8;
    border: 1px solid #dee0e2;
    border-radius: 2px;
    color: #505050;
    font-size: 16px;
    margin: 40px auto;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.msg--alert {
  background-color: #fff3d7;
  border-color: #c89b2e;
  color: #c89b2e;
}

.msg--success {
  background-color: #eafbfa;
  border-color: #04ac9e;
  color: #04ac9e;
}

.msg--danger {
  background-color: #ffe9e9;
  border: solid 1px #cf3d3d;
  color: #cf3d3d;
}

.msg__title {
  color: inherit;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px;
}

.msg__body {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.msg--centered{
	text-align: center;
}
.nav {
  background-color: #1d1e20;
  padding: 10px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1080px) {
  .nav {
    padding: 0 10px;
  }
}

@media (min-width: 1080px) {
  .nav__container {
    position: relative;
    min-height: 44px;
  }
}

.nav__back {
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #aaabae;
  position: relative;
  z-index: 1;
}

.nav__back:hover, .nav__back:focus {
  text-decoration: underline;
}

.nav__back::before {
  border: 4px solid transparent;
  border-right-width: 6px;
  border-right-color: currentColor;
  border-left: none;
  content: '';
  display: inline-block;
  margin-right: 10px;
}
  /* 247 compa changs starts */
@media (max-width: 1079px) {
  .nav__back:not(.nav__back--static) {
    background: #1d1e20;
    border-bottom: 1px solid #414448;
    bottom: -28px;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .nav:not(.is-open) .nav__back:not(.nav__back--static) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
/* 247 compa changs ends */
@media (min-width: 1080px) {
  .nav__back {
    top: 10px;
  }
}

.nav__toggle {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  max-width: 50%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1080px) {
  .nav__toggle {
    display: none;
  }
}

.nav__toggle-icon {
  display: block;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  width: 16px;
}

.no-flexbox .nav__toggle-icon {
  display: inline-block;
}

.nav__toggle-icon span {
  background-color: white;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
  width: 100%;
}

.nav__toggle-icon span:nth-child(1) {
  top: 0;
}

.nav__toggle-icon span:nth-child(2), .nav__toggle-icon span:nth-child(3) {
  top: 7px;
}

.nav__toggle-icon span:nth-child(4) {
  top: 14px;
}

.nav.is-open .nav__toggle-icon span:nth-child(1),
.nav.is-open .nav__toggle-icon span:nth-child(4) {
  left: 50%;
  top: 7px;
  width: 0%;
}

.nav.is-open .nav__toggle-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav.is-open .nav__toggle-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav__toggle-text {
  color: white;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 200;
}

.nav__icon {
  color: #aaabae;
  fill: #aaabae;
  height: 22px;
  margin: 0 10px;
  width: 22px;
}

@media (min-width: 1080px) {
  .nav__icon {
    margin: 0 15px 0 10px;
    position: absolute;
    right: -5px;
    top: 10px;
  }
}

.nav__actions {
  padding: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

@media (min-width: 1080px) {
  .nav__actions {
    right: 0;
    top: 0;
  }
}

.nav__action {
  border-bottom: 1px solid transparent;
  display: inline-block;
}

@media (min-width: 1080px) {
  .nav__action {
    padding: 10px 42px 10px 10px;
    position: relative;
  }
  .nav__action:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1080px) {
  .nav__action--active {
    background-color: white;
    border-bottom: 1px solid white;
  }
}

@media (max-width: 1079px) {
  .nav__action--hidden {
    display: none;
  }
}

.nav__action__link {
  color: white;
  text-decoration: none;
}

.nav__action__link:hover {
  text-decoration: underline;
}

@media (min-width: 1080px) {
  .nav__action--active .nav__action__link {
    color: #1d1e20;
  }
}

.nav__action__text {
  font-size: 15px;
  font-weight: 200;
}

@media (max-width: 1079px) {
  .nav__action__text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (min-width: 1080px) {
  .nav__action--account:hover {
    background-color: white;
  }
  .nav__action--account:hover a {
    text-decoration: none;
  }
  .nav__action--account:hover .nav__action__text {
    color: #1d1e20;
  }
  .nav__action--account:hover .nav__sub__actions {
    display: block;
  }
}

.nav__sub__actions {
  padding: 0;
  list-style-type: none;
  margin: 0;
  background: white;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35);
  display: none;
  margin: 10px 0 0;
  min-width: 230px;
  padding: 20px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.nav__sub__action__link {
  color: #1d1e20;
  display: inline-block;
  padding: 5px 0;
}

.nav__sub__action__link:hover {
  color: #07c3b3;
}

.nav__sub__action__btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #7c7c82;
  margin-top: 10px;
  padding: 10px 15px;
  width: 195px;
}

.nav__sub__action__btn:hover {
  background-color: #06aa9c;
}

.nav__sub__action__btn:disabled {
  background-color: #eaeaeb;
}

.nav__sub__action__btn--secondary {
  background-color: #7c7c82;
}

.nav__sub__action__btn--secondary:hover {
  background-color: #636368;
}

.nav__sub__action__btn--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.nav__sub__action__btn--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .nav__sub__action__btn--tertiary {
    width: auto;
  }
}

.nav__sub__action__btn--fixed-width {
  max-width: 250px;
}

.nav__sub__action__btn--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .nav__sub__action__btn {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.nav__bag {
  text-decoration: none;
  color: inherit;
  color: white;
}

.nav__bag-text {
  font-size: 15px;
  font-weight: 200;
}

.nav__bag:hover .nav__bag-text {
  text-decoration: underline;
}

.nav__bag-count {
  border-radius: 2px;
  border: 2px solid #aaabae;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  top: -5px;
  width: 24px;
}

.nav__bag-count::after {
  border-radius: 4px 4px 0 0;
  border: 2px solid #aaabae;
  content: '';
  display: block;
  height: 4px;
  left: 4px;
  position: absolute;
  top: -8px;
  -webkit-transition: border-color 0.2s;
          transition: border-color 0.2s;
  width: 8px;
}

@media (min-width: 1080px) {
  .nav__bag-count {
    top: 0;
  }
}

.nav__action--active .nav__search-icon {
  display: none;
}

.nav__search-icon--close {
  color: currentColor;
  display: none;
  height: 12px;
  margin: 6px 20px 0 5px;
  width: 12px;
}

@media (max-width: 1079px) {
  .nav__search-icon--close {
    height: 19px;
    margin: 0 9px;
    width: 19px;
    position: relative;
    top: 2px;
  }
}

.nav__action--active .nav__search-icon--close {
  display: block;
}

.nav__search {
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1080px) {
  .nav__search {
    left: -50%;
    width: 200%;
  }
}

.nav__search-mask,
.nav__search-ui {
  background-color: #1d1e20;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-transition: top 0.2s;
          transition: top 0.2s;
}

.nav__search-ui {
  background: white;
  height: auto;
  padding: 0 10px;
  top: -44px;
}

.nav__search-ui--active {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
  top: 100%;
}

.nav__search-form {
  padding: 5px 0;
  white-space: nowrap;
}

@media (max-width: 1079px) {
  .nav__search-submit-box {
    float: right;
    margin: 11px 8px 0 0;
  }
}

.nav__search-submit {
  display: none;
}

.nav__search-submit-icon {
  fill: currentColor;
  height: 22px;
  margin: 3px 0 0;
  width: 22px;
}

@media (min-width: 1080px) {
  .nav__search-submit-icon {
    margin: 0 0 -3px;
  }
}

.nav__search-input {
  border: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
 /* line-height: 1em; */ /* compare 247 changes */
  margin: 0;
  max-width: 90%;
}

@media (min-width: 760px) {
  .nav__search-input {
    width: 700px;
  }
}

.nav__search-form,
.nav__search-suggest {
  margin: auto;
}

@media (min-width: 1080px) {
  .nav__search-form,
  .nav__search-suggest {
    max-width: 30%;
  }
}

.nav__search-suggest {
  border-top: 2px solid #eaeaeb;
  display: none;
  font-size: 18px;
  padding: 15px 0 36px;
}

.nav__search-ui--active .nav__search-suggest {
  display: block;
}

.nav__search-ui--active .nav__search-suggest--hidden {
  display: none;
}

.nav__search-suggest-title {
  color: #aaabae;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .18em;
  margin: 8px 0;
}

.nav__search-more {
  color: #07c3b3;
  font-size: 14px;
  letter-spacing: .18em;
  text-decoration: none;
}

.nav__search-more::after {
  content: '';
  position: relative;
  top: -.1em;
  display: inline-block;
  margin-left: 6px;
  border: 4px solid transparent;
  border-left-color: currentColor;
}

.nav__search-suggest-title,
.nav__search-more {
  text-transform: uppercase;
}

.nav__search-suggestions {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin: 0 0 8px -10px;
}

.nav__search-suggestion {
  color: #1d1e20;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.nav__search-suggestion:hover {
  background: #eaeaeb;
}

.nav__main {
  margin-top: 10px;
  position: relative;
  width: 100%;
}

@media (max-width: 1079px) {
  .nav:not(.is-open) .nav__main {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (min-width: 1080px) {
  .nav__main {
    margin-top: 23px;
  }
}

.nav__items {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

@media (min-width: 1080px) {
  .nav__items {
    border-top: 1px solid #414448;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
}

.nav__item {
  border-top: 1px solid #414448;
  padding: 10px 0;
  position: relative;
}

.nav__item:hover .nav__sub-items {
  display: block;
}

@media (max-width: 1079px) {
  .nav__item:last-child {
    border-bottom: 1px solid #414448;
  }
  .nav__item.nav__item--dropdown:after {
    border: 4px solid transparent;
    border-top-width: 6px;
    border-top-color: #aaabae;
    border-bottom: none;
    content: '';
    position: absolute;
    right: 10px;
    top: 15px;
  }
}

@media (min-width: 1080px) {
  .nav__item {
    border: 1px solid transparent;
    border-bottom: none;
    border-top: none;
    padding: 0 5px;
  }
  .no-flexbox .nav__item {
    display: inline-block;
  }
  .nav__item.nav__item--dropdown:hover {
    border-color: #414448;
    z-index: 2;
  }
  .nav__item.nav__item--dropdown:hover:after {
    border-bottom: 1px solid #1d1e20;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}

.nav__link {
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: white;
  display: block;
}

.nav__item--highlight .nav__link {
  color: #fd6060;
}

@media (min-width: 1080px) {
  .nav__link {
    font-size: 14px;
    letter-spacing: 3px;
    padding: 15px 5px;
  }
}

.nav__sub-items {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: none;
  margin-top: 10px;
}

@media (min-width: 1080px) {
  .nav__sub-items {
    border: 1px solid #414448;
    display: none;
    left: -1px;
    margin-top: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1;
  }
  .nav__item:hover .nav__sub-items {
    background-color: #1d1e20;
    display: block;
    padding: 15px;
  }
}

.nav__sub-link {
  text-decoration: none;
  color: inherit;
  color: #aaabae;
   display: block; /* 247 changes on 23/06/2020 */
  padding: 0px 10px; /* 247 changes on 23/06/2020 */
   line-height: 8px; /* 247 changes on 23/06/2020 */
}

.nav__sub-link:hover, .nav__sub-link:focus {
  text-decoration: underline;
}

@media (max-width: 1079px) {
  .nav__sub-link {
    font-size: 16px;
  }
}

@media (min-width: 1080px) {
  .nav__sub-link {
    white-space: nowrap;
  }
}

.newsletter-signup__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 20px;
}

.newsletter-signup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 540px) {
  .newsletter-signup__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.newsletter-signup__field {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  font-family: 'The Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  height: 44px;
  line-height: 18px;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.newsletter-signup__field:focus {
  border-color: #07c3b3;
}

@media (min-width: 540px) {
  .newsletter-signup__field {
    max-width: 325px;
  }
}

.newsletter-signup__submit {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #07c3b3;
  display: inline-block;
  height: 44px;
  line-height: 0;
  margin: 10px 0 0 0;
  width: 140px;
}

.newsletter-signup__submit:hover {
  background-color: #06aa9c;
}

.newsletter-signup__submit:disabled {
  background-color: #eaeaeb;
}

.newsletter-signup__submit--secondary {
  background-color: #7c7c82;
}

.newsletter-signup__submit--secondary:hover {
  background-color: #636368;
}

.newsletter-signup__submit--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.newsletter-signup__submit--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .newsletter-signup__submit--tertiary {
    width: auto;
  }
}

.newsletter-signup__submit--fixed-width {
  max-width: 250px;
}

.newsletter-signup__submit--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .newsletter-signup__submit {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (min-width: 540px) {
  .newsletter-signup__submit {
    margin: 0 0 0 20px;
  }
}

.exclusive .newsletter-signup__submit {
  border-color: #af945b;
  color: #af945b;
}

.exclusive .newsletter-signup__submit:hover {
  background-color: #af945b;
  color: #1d1e20;
}

.order-confirmation {
  padding: 10px;
}

.order-confirmation__heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: -1.5px;
  margin: 0;
}

@media (min-width: 540px) {
  .order-confirmation__heading {
    font-size: 52px;
    line-height: 1;
  }
}

@media (min-width: 540px) {
  .order-confirmation__heading {
    margin-bottom: 15px;
  }
}

.order-confirmation__description {
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 540px) {
  .order-confirmation__description {
    font-size: 20px;
  }
}

.order-confirmation__details {
  border-top: 1px solid #eaeaeb;
  margin-top: 20px;
  padding-top: 20px;
}

.order-confirmation__details__header {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px;
}

.order-confirmation__details__order-number {
  color: #07c3b3;
  margin-left: 5px;
}

.order-confirmation__details__delivery-date {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}

@media (min-width: 540px) {
  .order-confirmation__details__delivery-date {
    font-size: 20px;
  }
}

.overlay {
  background-color: rgba(29, 30, 32, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  max-width: 100%;
  /*overflow: hidden;*/
}

.overlay__box {
  background-color: white;
  margin: 40px auto;
  max-width: 820px;
  position: relative;
}

@media (min-width: 760px) {
  .overlay__box {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
	/* top: 1500px !important; */
  }
}

.overlay__box--small {
  max-width: 460px;
}

.overlay__box__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  position: relative;
}

@media (min-width: 760px) {
  .overlay__box__header {
    padding: 20px;
  }
}

@media (min-width: 1080px) {
  .overlay__box__header {
    padding: 20px 40px;
  }
}

.overlay__box__title {
  margin: 0;
  font-weight: normal;
  color: #07c3b3;
}

@media (max-width: 759px) {
  .overlay__box__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 760px) {
  .overlay__box__title {
    font-size: 20px;
  }
}

@media (min-width: 1080px) {
  .overlay__box__title {
    font-size: 22px;
  }
}

.overlay__box__title__icon {
  margin-right: 10px;
  height: 16px;
  width: 16px;
}

.overlay__box__close {
  color: #1d1e20;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.overlay__box__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.no-flexbox .overlay__box__close, .overlay__box__close--positioned {
  position: absolute;
  top: 12px;
  right: 20px;
}

.overlay__box__close__icon {
  height: 12px;
  width: 12px;
}

.overlay__box__confirmation {
  border-top: 1px solid #eaeaeb;
  padding: 20px 10px;
}

@media (min-width: 760px) {
  .overlay__box__confirmation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
}

@media (min-width: 1080px) {
  .overlay__box__confirmation {
    padding: 40px;
  }
}

.overlay__box__input {
  border-top: 1px solid #eaeaeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  max-width: 350px;
  margin: auto;
  padding: 0 10px 30px;
}

.overlay__box__confirmation__preview {
  width: 200px;
}

@media (max-width: 759px) {
  .overlay__box__confirmation__preview {
    margin: auto;
  }
}

@media (min-width: 760px) {
  .overlay__box__confirmation__preview {
    margin-right: 20px;
  }
  .no-flexbox .overlay__box__confirmation__preview {
    float: left;
  }
}

@media (min-width: 1080px) {
  .overlay__box__confirmation__preview {
    margin-right: 40px;
  }
}

.overlay__box__confirmation__img {
  display: block;
  width: 100%;
  -ms-interpolation-mode: bicubic;
  border: 1px solid #eaeaeb;
}

@media (max-width: 759px) {
  .overlay__box__confirmation__info {
    margin: auto;
    margin-top: 10px;
    max-width: 420px;
    text-align: center;
  }
}

@media (min-width: 760px) {
  .overlay__box__confirmation__info {
    margin-right: 20px;
  }
}

.overlay__box__confirmation__title {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 540px) {
  .overlay__box__confirmation__title {
    font-size: 20px;
  }
}

@media (min-width: 1080px) {
  .overlay__box__confirmation__title {
    font-size: 24px;
  }
}

.overlay__box__confirmation__desc {
  color: #aaabae;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

@media (min-width: 540px) {
  .overlay__box__confirmation__desc {
    font-size: 16px;
  }
}

@media (max-width: 759px) {
  .overlay__box__confirmation__pricing {
    text-align: center;
    margin-top: 10px;
  }
}

@media (min-width: 760px) {
  .overlay__box__confirmation__pricing {
    text-align: right;
  }
}

.overlay__box__confirmation__price,
.overlay__box__confirmation__reduction {
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 759px) {
  .overlay__box__confirmation__price,
  .overlay__box__confirmation__reduction {
    display: inline;
    font-weight: bold;
  }
}

.overlay__box__confirmation__reduction {
  color: #fd6060;
}

@media (min-width: 760px) {
  .overlay__box__confirmation__reduction {
    font-size: 20px;
  }
}

@media (min-width: 1080px) {
  .overlay__box__confirmation__reduction {
    font-size: 24px;
  }
}

.overlay__box__confirmation__price--reduced {
  font-weight: normal;
  color: #aaabae;
  text-decoration: line-through;
}

@media (max-width: 759px) {
  .overlay__box__confirmation__price--reduced {
    margin-left: 6px;
  }
}

.overlay__box__related {
  border-top: 1px solid #eaeaeb;
  padding: 20px 10px;
}

@media (min-width: 760px) {
  .overlay__box__related {
    padding: 20px;
  }
}

@media (min-width: 1080px) {
  .overlay__box__related {
    padding: 40px;
  }
}

.overlay__box__related__title {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 1em;
}

@media (max-width: 759px) {
  .overlay__box__related__title {
    text-align: center;
  }
}

.overlay__box__input__title {
  margin: 38px 0 35px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.13em;
  text-align: center;
}

@media (min-width: 540px) {
  .overlay__box__input__title {
    margin-top: 25px;
  }
}

.overlay__box__footer {
  border-top: 1px solid #eaeaeb;
  padding: 20px 10px;
  text-align: center;
}

@media (min-width: 760px) {
  .overlay__box__footer {
    padding: 20px;
  }
}

@media (min-width: 1080px) {
  .overlay__box__footer {
    padding: 20px 40px;
  }
}

.overlay__box__btn-primary,
.overlay__box__btn-full {
   margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 276px;
  font-weight: 600;
}

.overlay__box__btn-primary:hover,
.overlay__box__btn-full:hover {
  background-color: #06aa9c;
}

.overlay__box__btn-primary:disabled,
.overlay__box__btn-full:disabled {
  background-color: #eaeaeb;
}

.overlay__box__btn-primary--secondary,
.overlay__box__btn-full--secondary {
  background-color: #7c7c82;
}

.overlay__box__btn-primary--secondary:hover,
.overlay__box__btn-full--secondary:hover {
  background-color: #636368;
}

.overlay__box__btn-primary--tertiary,
.overlay__box__btn-full--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.overlay__box__btn-primary--tertiary:hover,
.overlay__box__btn-full--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .overlay__box__btn-primary--tertiary,
  .overlay__box__btn-full--tertiary {
    width: auto;
  }
}

.overlay__box__btn-primary--fixed-width,
.overlay__box__btn-full--fixed-width {
  max-width: 250px;
}

.overlay__box__btn-primary--centered,
.overlay__box__btn-full--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .overlay__box__btn-primary,
  .overlay__box__btn-full {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.overlay__box__btn-full {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}

.overlay__box__btn-text {
  border-bottom: 1px solid #aaabae;
  color: #aaabae;
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  margin: 10px auto 0;
  text-decoration: none;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.overlay__box__btn-text:hover {
  border-color: #07c3b3;
  color: #07c3b3;
}

.overlay__box__form-input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border-radius: 2px;
  border: 1px solid #aaabae;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}

.overlay__box__form-label .overlay__box__form-input {
  margin-top: 4px;
}

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eaeaeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

@media (min-width: 1080px) {
  .pagination {
    padding: 20px;
  }
}

.no-flexbox .pagination {
  text-align: center;
}

.pagination__prev,
.pagination__next {
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 4px;
  border: solid 1px #aaabae;
  color: #7c7c82;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: 80px;
}

.no-flexbox .pagination__prev {
  float: left;
}

.no-flexbox .pagination__next {
  float: right;
}

.pagination__key {
  font-size: 14px;
}

@media (min-width: 760px) {
  .pagination__key {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.no-flexbox .pagination__pages {
  display: inline-block;
  margin: 10px 0;
}

@media (max-width: 759px) {
  .pagination__pages {
    display: none;
  }
}

.pagination__page {
  text-decoration: none;
  color: inherit;
}

.pagination__page.is-current {
  color: #1d1e20;
}

.pagination__page,
.pagination__gap {
  color: #aaabae;
  font-size: 18px;
}

.pagination__page:not(:first-child),
.pagination__gap:not(:first-child) {
  margin-left: 10px;
}

.payment-cards {
  margin: 0;
  padding: 0;
}

.payment-cards__card {
  display: inline-block;
  width: 58px;
  height: 36px;
  margin: 0 10px 10px 0;
  border: 1px solid #505050;
  position: relative;
}

.payment-cards__card__container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-cards__card__icon {
  width: 100%;
}

.payment-cards__card__icon--visa {
  height: 55%;
  margin: 15% 10%;
  width: 80%;
}

.payment-cards__card__icon--mastercard, .payment-cards__card__icon--jcb {
  height: 60%;
  margin: 12% 0;
}

.payment-cards__card__icon--diners-club {
  height: 80%;
  margin: 5% 0;
}

.postal-address {
  margin: 0;
  padding: 0;
}

.postal-address__line {
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
}

.postal-address__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.postal-address__telephone {
  margin-top: 10px;
}

.product {
  background-color: white;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 760px) {
  .product {
    padding: 20px;
  }
}

@media (min-width: 1080px) {
  .product {
    padding: 40px;
  }
}

.exclusive .product {
  background-color: #1d1e20;
}

.product__exclusives {
  fill: white;
  height: 80px;
  margin: auto;
  width: 110px;
  margin-bottom: 20px;
}

@media (min-width: 760px) {
  .product__exclusives {
    height: 100px;
    width: 130px;
  }
  .no-flexbox .product__exclusives {
    float: right;
  }
}

@media (min-width: 1080px) {
  .product__exclusives {
    margin-bottom: 40px;
  }
}

.product__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

@media (min-width: 540px) {
  .product__heading {
    max-width: 80%;
  }
}

.exclusive .product__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1080px) {
  .exclusive .product__heading {
    margin-bottom: 40px;
  }
}

.no-flexbox .product__heading {
  float: left;
}

.product__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.exclusive .product__meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  margin-top: 8px;
}

.product__promotion {
  text-decoration: none;
  color: inherit;
  background-color: #07c3b3;
  border-radius: 2px;
  color: white;
  font-size: 15px;
  line-height: 1;
  margin-right: 15px;
  padding: 6px 8px 5px;
}

.exclusive .product__promotion {
  background-color: transparent;
  border: 1px solid currentColor;
  color: #07c3b3;
}

.product__label {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #aaabae;
}

.no-flexbox .product__label {
  display: inline-block;
}

.product__header {
  padding: 10px;
}

@media (min-width: 540px) {
  .product__header {
    padding: 20px;
  }
}

@media (min-width: 760px) {
  .product__header {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.exclusive .product__header {
  display: block;
  text-align: center;
}

.product__title {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -.03em;
}

@media (min-width: 760px) {
  .product__title {
    font-size: 36px;
  }
  .exclusive .product__title {
    font-size: 42px;
  }
}

@media (min-width: 1080px) {
  .product__title {
    font-size: 48px;
  }
  .exclusive .product__title {
    font-size: 62px;
  }
}

.exclusive .product__title {
  color: #af945b;
}

@media (max-width: 759px) {
  .product__pricing {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (min-width: 760px) {
  .product__pricing {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 80px;
    text-align: right;
  }
}

.exclusive .product__pricing {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-flexbox .product__pricing {
  padding-top: 30px;
}

.product__price {
  font-size: 20px;
}

@media (min-width: 760px) {
  .product__price:not(.product__price--reduced) {
    font-size: 32px;
  }
}

@media (min-width: 1080px) {
  .product__price:not(.product__price--reduced) {
    font-size: 42px;
  }
}

.product__price--reduced {
  color: #aaabae;
  text-decoration: line-through;
}

.product__price--discount {
  color: #fd6060;
}

@media (min-width: 540px) {
  .product__price--discount {
    margin-left: 10px;
  }
}

.product__reduction {
  color: #fd6060;
}

@media (min-width: 760px) {
  .product__reduction {
    font-size: 32px;
  }
}

@media (min-width: 1080px) {
  .product__reduction {
    font-size: 42px;
  }
}

@media (min-width: 760px) {
  .product__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}

@media (min-width: 1080px) {
  .product__body {
    margin-top: 40px;
  }
}

@media (min-width: 760px) {
  .product__options {
    width: 300px;
    border: 1px solid #eaeaeb;
  }
  .no-flexbox .product__options {
    width: 25%;
    float: right;
  }
  .exclusive .product__options {
    border-color: #414448;
  }
}

@media (min-width: 760px) {
  .product__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 40px;
  }
  .no-flexbox .product__content {
    width: 70%;
  }
}

@media (min-width: 1080px) {
  .product__content {
    margin-right: 80px;
  }
}

.product__related-products {
  clear: both;
}

@media (min-width: 760px) {
  .product__related-products {
    margin-top: 40px;
  }
}

@media (min-width: 1080px) {
  .product__related-products {
    margin-top: 80px;
  }
}

.product-attributes {
  margin: 0;
}

@media (min-width: 760px) {
  .product-attributes {
    /* 247 changes */
    -webkit-column-count: inherit;
       -moz-column-count: inherit;
            column-count: inherit;
    /* 247 changes */        
  }
}

.product-attributes__title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #aaabae;
}

.product-attributes__description {
  margin: 0;
  line-height: 1.4;
}

.product-attributes__description:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 760px) {
  .product-attributes__description {
    font-size: 18px;
  }
}

@media (min-width: 1080px) {
  .product-attributes__description {
    font-size: 20px;
  }
  .product-attributes__description:not(:last-child) {
    margin-bottom: 20px;
  }
}

.product-availability {
  padding: 10px;
}

@media (min-width: 540px) {
  .product-availability {
    padding: 20px;
    padding-top: 0;
  }
}

@media (min-width: 760px) {
  .product-availability {
    padding: 20px;
  }
}

.product-availability__stock {
  font-size: 16px;
}

@media (min-width: 760px) {
  .product-availability__stock {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

.exclusive .product-availability__stock {
  color: #af945b;
}

.product-availability__stock--available {
  color: #07c3b3;
}

.product-availability__note {
  color: #7c7c82;
}

.product-availability__promotion {
  text-decoration: none;
  color: inherit;
  background-color: #eafbfa;
  border-radius: 2px;
  border: 1px solid #07c3b3;
  color: #07c3b3;
  display: block;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.exclusive .product-availability__promotion {
  background-color: transparent;
}

@media (min-width: 760px) {
  .promorow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  min-height: 250px;
}

.no-flexbox .product-box {
  vertical-align: top;
}

.no-flexbox .product-box--half {
  width: 48%;
}

.no-flexbox .product-box--full {
  width: 100%;
}

@media (min-width: 760px) {
  .product-box {
    min-height: 400px;
  }
  .product-box--half + .product-box--half, .product-box--third + .product-box--half, .product-box--half + .product-box--third, .product-box--third + .product-box--third {
    margin-left: 10px;
  }
  .product-box--third:nth-child(3) {
    display: none;
  }
}

@media (min-width: 1080px) {
  .product-box {
    margin-bottom: 20px;
    min-height: 500px;
  }
  .product-box--short {
    min-height: 400px;
    margin-bottom: 0;
  }
  .product-box--half + .product-box--half, .product-box--third + .product-box--half, .product-box--half + .product-box--third, .product-box--third + .product-box--third {
    margin-left: 20px;
  }
  .product-box--third:nth-child(3) {
    display: block;
  }
}

.product-box--white {
  background-color: white;
}

@media (min-width: 760px) {
  .no-flexbox .product-box {
    display: inline-block;
  }
  .no-flexbox .product-box--third {
    width: 32%;
    margin: 0 0 10px;
  }
  .no-flexbox .product-box--third + .no-flexbox .product-box--third {
    margin-left: 0;
  }
  .no-flexbox .product-box--third:nth-child(2) {
    margin-left: 1%;
    margin-right: 1%;
    width: 33%;
  }
}

.product-box__box-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-box__box-link,
.product-box__box-content {
  padding: 10px;
}

.product-box__box-link--light,
.product-box__box-content--light {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.product-box__box-link--content-top,
.product-box__box-content--content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.6), rgba(29, 30, 32, 0) 60%);
  background-image: linear-gradient(rgba(29, 30, 32, 0.6), rgba(29, 30, 32, 0) 60%);
}

.product-box__box-link--content-bottom,
.product-box__box-content--content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0) 40%, rgba(29, 30, 32, 0.6));
  background-image: linear-gradient(rgba(29, 30, 32, 0) 40%, rgba(29, 30, 32, 0.6));
}

@media (min-width: 760px) {
  .product-box__box-link,
  .product-box__box-content {
    padding: 40px;
  }
  .product-box__box-link--content-right,
  .product-box__box-content--content-right {
    -ms-flex-line-pack: center;
        align-content: center;
    margin-left: 66%;
    width: 33%;
  }
  .product-box__box-link--content-top,
  .product-box__box-content--content-top {
    background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.6), rgba(29, 30, 32, 0) 40%);
    background-image: linear-gradient(rgba(29, 30, 32, 0.6), rgba(29, 30, 32, 0) 40%);
  }
  .product-box__box-link--content-bottom,
  .product-box__box-content--content-bottom {
    background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0) 60%, rgba(29, 30, 32, 0.6));
    background-image: linear-gradient(rgba(29, 30, 32, 0) 60%, rgba(29, 30, 32, 0.6));
  }
}

.product-box__title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  margin-bottom: .2em;
}

@media (min-width: 540px) {
  .product-box__title {
    font-size: 36px;
  }
}

@media (min-width: 1080px) {
  .product-box__title {
    font-size: 38px;
  }
}

.product-box__teaser {
  font-size: 16px;
  line-height: 27px;
  margin: 0 auto 10px; /* 247 commrce changes */
}

@media (min-width: 760px) {
  .product-box__teaser {
    font-size: 18px;
  }
}
/* 247 compare changes starts */

@media (min-width: 1080px) {
  .product-box__teaser {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto 20px;
  }
}
.product-box__teaser--centered {
  text-align: center;
 }
 /* 247 compare changes ends */ 
.product-box__background-img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-box__solo-image {
  width: 80%;
  margin: 15px auto;
}

.product-box__cta__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

.product-box__cta__button:hover {
  background-color: #06aa9c;
}

.product-box__cta__button:disabled {
  background-color: #eaeaeb;
}

.product-box__cta__button--secondary {
  background-color: #7c7c82;
}

.product-box__cta__button--secondary:hover {
  background-color: #636368;
}

.product-box__cta__button--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.product-box__cta__button--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .product-box__cta__button--tertiary {
    width: auto;
  }
}

.product-box__cta__button--fixed-width {
  max-width: 250px;
}

.product-box__cta__button--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .product-box__cta__button {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.product-box__cta-text {
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  -ms-flex-item-align: center;
      align-self: center;
}

.product-box__box-link:hover .product-box__cta-text {
  border-bottom: 2px solid currentColor;
}

.product-box__cta-text:after {
  border: 4px solid transparent;
  border-left-color: currentColor;
  content: '';
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.product-box__product {
  margin: 20px 0;
}

@media (min-width: 760px) {
  .product-box__product {
    margin: 40px 0;
  }
}

.product-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

@media (max-width: 539px) {
  .product-box__box-link .product-box__text {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .product-box__box-link .product-box__text:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .product-box__box-link--light .product-box__text {
    background-color: rgba(29, 30, 32, 0.3);
  }
  .product-box__box-link--light .product-box__text:hover {
    background-color: rgba(29, 30, 32, 0.5);
  }
}

@media (min-width: 760px) {
  .product-box__text--left-third {
    width: 33.333%;
  }
}

.product-browser {
  margin-top: 10px;
}

@media (min-width: 760px) {
  .product-browser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1080px) {
  .product-browser {
    margin-top: 20px;
  }
}

.product-browser--search {
  margin: 0;
}

@media (min-width: 760px) {
  .product-browser__header {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #eaeaeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
  }
}

@media (min-width: 1080px) {
  .product-browser__header {
    padding: 15px 20px;
  }
}

.no-flexbox .product-browser__header {
  text-align: right;
}

@media (min-width: 760px) {
  .product-browser__content {
    width: 240px;
  }
  .no-flexbox .product-browser__content {
    float: left;
  }
}

@media (max-width: 759px) {
  .product-browser__showing {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (max-width: 759px) {
  .product-browser__breadcrumb {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (min-width: 760px) {
  .product-browser__breadcrumb {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .no-flexbox .product-browser__breadcrumb {
    float: left;
  }
}

.product-browser__breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-browser__breadcrumb-item:not(:last-child)::after {
  border: 3px solid transparent;
  border-left-color: #aaabae;
  border-left-width: 5px;
  border-right: none;
  content: '';
  margin: 0 8px;
}

.no-flexbox .product-browser__breadcrumb-item {
  display: inline-block;
}

.product-browser__breadcrumb-link {
  text-decoration: none;
  color: inherit;
}

.product-browser__breadcrumb-link:hover {
  text-decoration: underline;
}

.product-browser__breadcrumb-item:last-child .product-browser__breadcrumb-link {
  font-weight: 600;
}

.product-list {
  overflow: hidden;
}

@media (min-width: 760px) {
  .product-list {
    border-left: 1px solid #eaeaeb;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
}

.product-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px -1px 0;
}

.product-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  padding: 10px;
  position: relative;
  width: 50%;
}

.no-flexbox .product-list__item {
  display: inline-block;
  vertical-align: top;
  border-bottom: 0;
  border-top: 1px solid #eaeaeb;
  width: 49.5%;
}

@media (min-width: 760px) {
  .product-list__item {
    width: 33.333%;
  }
  .no-flexbox .product-list__item {
    width: 33%;
  }
}

@media (min-width: 1080px) {
  .product-list__item {
    padding: 20px;
  }
}

.product-notify {
  border-top: 1px solid #eaeaeb;
  padding: 10px;
}

@media (max-width: 759px) {
  .product-notify {
    border-bottom: 10px solid #eaeaeb;
  }
  .exclusive .product-notify {
    border-color: #414448;
  }
}

@media (min-width: 540px) {
  .product-notify {
    padding: 20px;
  }
}

@media (min-width: 760px) {
  .product-notify {
    padding: 20px;
  }
}

.product-pricing {
  padding: 10px;
}

@media (min-width: 540px) {
  .product-pricing {
    padding: 20px;
  }
}

@media (min-width: 760px) {
  .product-pricing {
    padding: 20px;
  }
}

@media (min-width: 760px) {
  .product-pricing__price {
    font-size: 20px;
  }
}

.product-pricing__price:not(.product-pricing__price--reduced) {
  font-size: 28px;
  line-height: 1;
}

@media (min-width: 760px) {
  .product-pricing__price:not(.product-pricing__price--reduced) {
    font-size: 32px;
  }
}

@media (min-width: 1080px) {
  .product-pricing__price:not(.product-pricing__price--reduced) {
    font-size: 42px;
  }
}

.product-pricing__price--reduced {
  color: #aaabae;
  text-decoration: line-through;
}

.product-pricing__reduction {
  color: #fd6060;
  font-size: 28px;
  line-height: 1;
}

@media (min-width: 760px) {
  .product-pricing__reduction {
    font-size: 32px;
  }
}

@media (min-width: 1080px) {
  .product-pricing__reduction {
    font-size: 42px;
  }
}

@media (max-width: 759px) {
  .product-selection {
    border-top: 1px solid #eaeaeb;
    border-bottom: 10px solid #eaeaeb;
  }
  .exclusive .product-selection {
    border-color: #414448;
  }
}

@media (min-width: 540px) {
  .product-selection {
    padding: 20px;
  }
}

@media (min-width: 760px) {
  .product-selection {
    padding: 20px;
  }
}

@media (min-width: 540px) {
  .product-selection__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 760px) {
  .product-selection__fields {
    display: block;
    width: 80%;
  }
}

.product-selection__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 539px) {
  .product-selection__field {
    border-bottom: 1px solid #eaeaeb;
  }
  .exclusive .product-selection__field {
    border-bottom-color: #414448;
  }
}

@media (min-width: 540px) {
  .product-selection__field {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 540px) {
  .product-selection__field:not(:first-child) {
    margin-left: 20px;
  }
}

@media (min-width: 760px) {
  .product-selection__field:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 539px) {
  .product-selection__label {
    width: 25%;
    padding: 10px;
  }
}

@media (min-width: 540px) {
  .product-selection__label {
    margin-right: 10px;
  }
}

@media (min-width: 760px) {
  .product-selection__label {
    width: 40%;
  }
}

@media (max-width: 539px) {
  .product-selection__element {
    width: 50%;
    border-left: 1px solid #eaeaeb;
  }
  .exclusive .product-selection__element {
    border-left-color: #414448;
  }
}

@media (min-width: 760px) {
  .product-selection__element {
    width: 60%;
  }
}

.product-selection__input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  display: block;
  width: 100%;
}

.exclusive .product-selection__input {
  color: white;
}

@media (max-width: 539px) {
  .product-selection__input {
    padding: 10px;
  }
}

@media (min-width: 540px) {
  .product-selection__input {
    border-radius: 2px;
    border: 1px solid #aaabae;
    font-size: 14px;
    padding: 10px;
  }
}

.product-selection__select {
  position: relative;
}

.product-selection__select::after {
  content: '';
  border: 4px solid transparent;
  border-top-width: 6px;
  border-top-color: currentColor;
  border-bottom: none;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.product-selection__select-input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  padding-right: 28px;
}

.exclusive .product-selection__select-input {
  color: white;
}

@media (max-width: 759px) {
  .product-selection__select-input {
    width: 100%;
  }
}

@media (min-width: 540px) {
  .product-selection__select-input {
    border-radius: 2px;
    border: 1px solid #aaabae;
  }
}

@media (max-width: 539px) {
  .product-selection__confirm {
    padding: 10px;
  }
}

@media (min-width: 540px) {
  .product-selection__confirm {
    margin-top: 20px;
  }
}

.product-selection__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  max-width: 340px;
  margin: auto;
  width: 100%;
}

.product-selection__button:hover {
  background-color: #06aa9c;
}

.product-selection__button:disabled {
  background-color: #eaeaeb;
}

.product-selection__button--secondary {
  background-color: #7c7c82;
}

.product-selection__button--secondary:hover {
  background-color: #636368;
}

.product-selection__button--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.product-selection__button--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .product-selection__button--tertiary {
    width: auto;
  }
}

.product-selection__button--fixed-width {
  max-width: 250px;
}

.product-selection__button--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .product-selection__button {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.exclusive .product-selection__button {
  background-color: #af945b;
  color: #1d1e20;
}

.product-thumb__link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 100%;
}

.product-thumb__image {
  border: 0;
  max-width: 100%;
  width: 100%;
  height:75%;
  object-fit : contain;
}

.product-thumb__promotion {
  text-decoration: none;
  color: inherit;
  background-color: #07c3b3;
  border-radius: 2px;
  color: white;
  font-size: 15px;
  left: 0;
  line-height: 1;
  margin-right: 10px;
  padding: 6px 8px 5px;
  position: absolute;
  top: 0;
}

.product-thumb__promotion--exclusive {
  background-color: #af945b;
}

.product-thumb__title,
.product-thumb__price,
.product-thumb__reduction {
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 760px) {
  .product-thumb__title,
  .product-thumb__price,
  .product-thumb__reduction {
    font-size: 16px;
  }
}

.product-thumb__price,
.product-thumb__reduction {
  display: inline;
  font-weight: bold;
}

.product-thumb__title {
  margin-top: 10px;
  margin-bottom: 5px;
}

@media (min-width: 760px) {
  .product-thumb__title {
    margin-top: 20px;
  }
}

.product-thumb__reduction {
  color: #fd6060;
}

.product-thumb__price--reduced {
  font-weight: normal;
  color: #aaabae;
  margin-left: 6px;
  text-decoration: line-through;
}

.product-thumbset {
  /* 247 changes */ 
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  /* 247 changes */ 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-flexbox .product-thumbset {
  text-align: center;
}

.product-thumbset__item {
  width: 50%;
  display: inline-block;
  position: relative;
}

.no-flexbox .product-thumbset__item {
  width: 45%;
}

.product-thumbset__item:nth-last-child(-n+2) {
  display: none;
}

@media (min-width: 540px) {
  .product-thumbset__item:nth-last-child(-n+2) {
    display: inline-block;
  }
  .product-thumbset__item:last-child {
    display: none;
  }
  .no-flexbox .product-thumbset__item {
    width: 30%;
  }
}

@media (min-width: 760px) {
  .no-flexbox .product-thumbset__item {
    width: 23%;
  }
  .product-thumbset__item:last-child {
    display: inline-block;
  }
}

.promo-box {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  padding: 5px;
}

@media (min-width: 760px) {
  .promo-box {
    height: 350px;
  }
}

.promo-box__background-img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.promo-box__anchor {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  -webkit-transition: background-color .3s;
          transition: background-color .3s;
}

.promo-box__anchor:hover {
  background-color: transparent;
}

.promo-box__content {
  color: white;
  margin: auto;
  max-width: 600px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(29, 29, 32, 0.7);
}

.promo-box__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.8px;
}

.promo-box__description {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 40px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.promo-box__cta {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #07c3b3;
  display: inline-block;
  font-size: 12px;
  width: auto;
}

.promo-box__cta:hover {
  background-color: #06aa9c;
}

.promo-box__cta:disabled {
  background-color: #eaeaeb;
}

.promo-box__cta--secondary {
  background-color: #7c7c82;
}

.promo-box__cta--secondary:hover {
  background-color: #636368;
}

.promo-box__cta--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.promo-box__cta--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .promo-box__cta--tertiary {
    width: auto;
  }
}

.promo-box__cta--fixed-width {
  max-width: 250px;
}

.promo-box__cta--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .promo-box__cta {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (min-width: 760px) {
  .promo-box__cta {
    min-width: 270px;
  }
}

.promo-box__cta:hover {
  background-color: #059286;
}

.promos {
  padding: 20px 10px;
}

@media (min-width: 1080px) {
  .promos {
    padding: 20px;
  }
}

.promos--bordered {
  border-top: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
}

.promos__title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  margin-top: 2em;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 540px) {
  .promos__title {
    font-size: 22px;
  }
}

@media (min-width: 760px) {
  .promos__title {
    font-size: 24px;
  }
}

.promos__header {
  font-size: 22px;
  font-weight: 600;
  line-height: 2.2;
  margin: 0 0 20px;
}

.promos__copy {
  color: white;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  margin: 1em auto;
  text-align: center;
}

@media (min-width: 540px) {
  .promos__copy {
    font-size: 28px;
    max-width: 480px;
  }
}

@media (min-width: 760px) {
  .promos__copy {
    font-size: 36px;
    max-width: 760px;
  }
}

@media (min-width: 1080px) {
  .promos__copy {
    font-size: 38px;
    margin: 1.5em auto;
    max-width: 980px;
  }
}

.promos__product-box {
  margin: 0;
  padding: 0;
  text-align: center;
}

.promos__product-box .product-box__cta {
  margin-top: 20px;
}

.register {
  max-width: 692px;
  padding: 40px;
}

.register__title {
  font-size: 42px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 46px;
  margin: 0 0 40px;
  color: #1d1e20;
}

.search__header {
  border-bottom: 1px solid #eaeaeb;
  padding: 12px 10px 3px;
}

@media (min-width: 760px) {
  .search__header {
    padding: 0 20px 38px;
  }
}

.search__header-home-link {
  display: inline-block;
  margin: 9px 49px 0 0;
}

@media (min-width: 760px) {
  .search__header-home-link {
    margin-top: 39px;
  }
}

.search__header-logo {
  color: #aaabae;
  display: block;
  height: 73px;
  width: 170px;
}

.search__header-text {
  vertical-align: bottom;
}

@media (min-width: 760px) {
  .search__header-text {
    display: inline-block;
  }
}

.search__title {
  color: #aaabae;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 16px 0 0;
  text-transform: uppercase;
}

@media (min-width: 760px) {
  .search__title {
    margin: 36px 0 7px;
  }
}

.search__description {
  font-size: 28px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}

@media (min-width: 760px) {
  .search__description {
    font-size: 52px;
  }
}

.search__description--small {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 10px;
}

@media (min-width: 760px) {
  .search__description--small {
    font-size: 28px;
    line-height: 32px;
  }
}

.search__home-btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #07c3b3;
  color: white;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto 20px;
  max-width: 250px;
}

.search__home-btn:hover {
  background-color: #06aa9c;
}

.search__home-btn:disabled {
  background-color: #eaeaeb;
}

.search__home-btn--secondary {
  background-color: #7c7c82;
}

.search__home-btn--secondary:hover {
  background-color: #636368;
}

.search__home-btn--tertiary {
  background-color: #eaeaeb;
  color: #1d1e20;
  width: 100%;
}

.search__home-btn--tertiary:hover {
  background-color: #d0d0d2;
}

@media (min-width: 540px) {
  .search__home-btn--tertiary {
    width: auto;
  }
}

.search__home-btn--fixed-width {
  max-width: 250px;
}

.search__home-btn--centered {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .search__home-btn {
    font-size: 15px;
    padding: 15px 20px;
  }
}

.social-rings {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

@media (min-width: 1080px) {
  .social-rings {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.social-rings__item {
  margin: 0 5px 0 0;
  width: 45px;
  display: inline-block;
}

.social-rings__link {
  display: block;
  padding-bottom: 100%;
  position: relative;
}

.social-rings__icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.social-rings__icon:before {
  content: '';
  border-radius: 50%;
  border: 1px solid #07c3b3;
  display: block;
  opacity: .25;
  -webkit-transition: all .2s;
          transition: all .2s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.exclusive .social-rings__icon:before {
  border-color: #af945b;
}

.social-rings__icon__svg {
  background: transparent;
  color: #07c3b3;
  height: 100%;
  left: 1px;
  top: 1px;
  position: relative;
  width: 100%;
}

.exclusive .social-rings__icon__svg {
  color: #af945b;
}

@media (max-width: 759px) {
  .sort:not(.is-open) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .sort.is-open {
    background-color: rgba(29, 30, 32, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

@media (max-width: 759px) {
  .sort__container {
    background-color: white;
  }
}

@media (max-width: 759px) {
  .sort__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eaeaeb;
    color: #7c7c82;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
  }
}

@media (min-width: 760px) {
  .sort__title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.sort__close-icon {
  pointer-events: none;
}

@media (max-width: 759px) {
  .sort__close-icon {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 760px) {
  .sort__close-icon {
    display: none;
  }
}

@media (max-width: 759px) {
  .sort__field {
    padding: 10px;
  }
}

@media (min-width: 760px) {
  .sort__field {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.no-flexbox .sort__field {
  display: inline;
}

@media (max-width: 759px) {
  .sort__label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (min-width: 760px) {
  .sort__label {
    margin-right: 10px;
  }
}

.no-flexbox .sort__label {
  display: inline-block;
}

.sort__select {
  position: relative;
}

.sort__select::after {
  content: '';
  border: 4px solid transparent;
  border-top-width: 6px;
  border-top-color: currentColor;
  border-bottom: none;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
}

.no-flexbox .sort__select {
  display: inline-block;
}

.sort__select-input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  border: 1px solid #aaabae;
  display: block;
  font-size: 14px;
  padding: 10px;
  padding-right: 28px;
}

.sort__select-input::-ms-expand {
  display: none;
}

@media (max-width: 759px) {
  .sort__select-input {
    width: 100%;
  }
}

@media (min-width: 760px) {
  .tabs--dynamic,
  .tabs--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tabs__button {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
}

.exclusive .tabs__button {
  color: #aaabae;
}

.tabs--static .tabs__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eaeaeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs--static .tabs__button::after {
  border: 4px solid transparent;
  border-top-width: 6px;
  border-top-color: currentColor;
  border-bottom: none;
  content: '';
  float: right;
}

.no-flexbox .tabs--static .tabs__button::after {
  margin-top: 6px;
}

.exclusive .tabs--static .tabs__button {
  border-top-color: #414448;
}

@media (max-width: 759px) {
  .tabs--dynamic .tabs__button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #eaeaeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tabs--dynamic .tabs__button::after {
    border: 4px solid transparent;
    border-top-width: 6px;
    border-top-color: currentColor;
    border-bottom: none;
    content: '';
    float: right;
  }
  .no-flexbox .tabs--dynamic .tabs__button::after {
    margin-top: 6px;
  }
  .exclusive .tabs--dynamic .tabs__button {
    border-top-color: #414448;
  }
}

@media (max-width: 759px) {
  .tabs__button {
    border-top: 1px solid #eaeaeb;
  }
  .tabs--visible .tabs__button {
    border-top-width: 10px;
  }
  .exclusive .tabs__button {
    border-top-color: #414448;
  }
}

@media (min-width: 540px) {
  .tabs__button {
    padding: 20px;
  }
}

@media (min-width: 760px) {
  .tabs__button {
    font-size: 14px;
  }
  .tabs--dynamic .tabs__button,
  .tabs--visible .tabs__button {
    padding: 15px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border: 1px solid transparent;
    border-bottom: none;
  }
  .tabs--dynamic .tabs__button:first-child,
  .tabs--visible .tabs__button:first-child {
    margin-left: 20px;
  }
  .tabs--dynamic .tabs__button.is-default-current, .tabs--dynamic .tabs__button.is-current,
  .tabs--visible .tabs__button.is-default-current,
  .tabs--visible .tabs__button.is-current {
    position: relative;
    font-weight: bold;
    border-color: #eaeaeb;
  }
  .tabs--dynamic .tabs__button.is-default-current::after, .tabs--dynamic .tabs__button.is-current::after,
  .tabs--visible .tabs__button.is-default-current::after,
  .tabs--visible .tabs__button.is-current::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 1px solid white;
  }
  .exclusive .tabs--dynamic .tabs__button.is-default-current::after, .exclusive .tabs--dynamic .tabs__button.is-current::after, .exclusive
  .tabs--visible .tabs__button.is-default-current::after, .exclusive
  .tabs--visible .tabs__button.is-current::after {
    border-bottom-color: #1d1e20;
  }
  .exclusive .tabs--dynamic .tabs__button.is-default-current, .exclusive .tabs--dynamic .tabs__button.is-current, .exclusive
  .tabs--visible .tabs__button.is-default-current, .exclusive
  .tabs--visible .tabs__button.is-current {
    border-color: #414448;
  }
  .exclusive .tabs--dynamic .tabs__button.is-current, .exclusive .tabs--dynamic .tabs__button.is-default-current, .exclusive
  .tabs--visible .tabs__button.is-current, .exclusive
  .tabs--visible .tabs__button.is-default-current {
    color: white;
  }
  .tabs--dynamic .tabs__button:not(.is-current):not(.is-default-current),
  .tabs--visible .tabs__button:not(.is-current):not(.is-default-current) {
    color: #aaabae;
  }
}

.tabs--static .tabs__tab:not(.is-open):not(.is-default-open),
.tabs--dynamic .tabs__tab:not(.is-open):not(.is-default-open) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 760px) {
  .tabs--visible .tabs__tab:not(.is-open):not(.is-default-open) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (max-width: 759px) {
  .tabs--static .tabs__tab.is-default-open,
  .tabs--dynamic .tabs__tab.is-default-open {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (max-width: 759px) {
  .tabs__tab {
    padding:0 10px;/*padding: 10px;*/
  }
}

@media (min-width: 540px) {
  .tabs__tab {
    padding: 20px;
    padding-top: 0;
  }
}

@media (min-width: 760px) {
  .tabs--dynamic .tabs__tab,
  .tabs--visible .tabs__tab {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #eaeaeb;
  }
  .exclusive .tabs--dynamic .tabs__tab, .exclusive
  .tabs--visible .tabs__tab {
    border-top-color: #414448;
  }
}

@media (min-width: 1080px) {
  .tabs--dynamic .tabs__tab,
  .tabs--visible .tabs__tab {
    padding: 40px 0;
  }
}

.tickets {
  /*padding: 10px;*/
}

@media (min-width: 760px) {
  .tickets {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1080px) {
  .tickets {
    padding: 0 40px 40px;
  }
}

.tickets__title {
  color: #1d1e20;
  font-size: 26px;
  font-weight: 200;
  line-height: 1em;
  text-align: center;
}

@media (min-width: 540px) {
  .tickets__title {
    font-size: 44px;
  }
}

.tickets__menu {
  border-collapse: collapse;
  font-size: 20px;
  margin: auto;
  padding: 0 10px;
  width: 100%;
  max-width:998px;
}
@media (min-width: 760px) {
  .tickets__menu {
    padding: 0;
  }
}

td.tickets__menu-type,
td.tickets__menu-price,
td.tickets__menu-quantity,
td.tickets__menu-concession-reveal,
td.tickets__menu-spacer,
td.tickets__menu-total {
  border-top: 1px solid #eaeaeb;
  font-size: 16px;
  height: 71px;
  padding: 12px 0;
  vertical-align: top;
}

@media (min-width: 540px) {
  td.tickets__menu-type,
  td.tickets__menu-price,
  td.tickets__menu-quantity,
  td.tickets__menu-concession-reveal,
  td.tickets__menu-spacer,
  td.tickets__menu-total {
    font-size: 20px;
  }
}

th.tickets__menu-price {
  color: #6f777b;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  padding: 12px 4px;
}

@media (min-width: 540px) {
  th.tickets__menu-price {
    padding: 12px;
  }
}

.tickets__menu--donation th.tickets__menu-price--donation,
.tickets__menu--without-donation th.tickets__menu-price--without-donation {
  background-color: #f6f6f6;
}

.tickets__menu-spacer {
  width: 5px;
}

.tickets__menu-price {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  text-align: center;
  -webkit-transition: background-color .2s, border-color .2s;
          transition: background-color .2s, border-color .2s;
  padding-left: 2em;
  padding-right: 2em;
  width: 65px;
}

@media (min-width: 430px) {
  .tickets__menu-price {
    width: 80px;
  }
}

@media (min-width: 540px) {
  .tickets__menu-price {
    width: 110px;
  }
}

.tickets__menu--donation .tickets__menu-price--donation,
.tickets__menu--without-donation .tickets__menu-price--without-donation {
  background-color: #f6f6f6;
  border-top-color: #f6f6f6;
  border-left-color: #f6f6f6;
  border-right-color: #f6f6f6;
}

.tickets__menu-price__toggle {
  border-radius: 50%;
  border: 1px solid #aaabae;
  display: block;
  height: 22px;
  margin: 5px auto;
  padding: 3px;
  position: relative;
  width: 22px;
}

.tickets__menu--donation .tickets__menu-price--donation .tickets__menu-price__toggle:after,
.tickets__menu--without-donation .tickets__menu-price--without-donation .tickets__menu-price__toggle:after {
  background: #6f777b;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 12px;
}

.tickets__menu-quantity,
.tickets__menu-concession-reveal {
  vertical-align: middle;
}

@media (min-width: 760px) {
  .tickets__menu-quantity {
    width: 250px;
  }
}

.tickets__menu-spacer {
  height: 20px;
  padding: 0;
}

.tickets__menu-hidden {
  display: none;
}

.tickets__menu-submit {
  border: 0;
}

@media (min-width: 540px) {
  .tickets__menu-submit {
    padding-top: 20px;
  }
}

.tickets__menu-info {
  color: #7c7c82;
  font-size: 14px;
}

.tickets__menu-quantity-input {
  font-size: 20px;
}

.tickets__menu-concession-reveal-btn {
  float: right;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 12px 0;
}

.tickets__menu-concession-reveal-btn::after {
  /*content: '﹀';*/
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M0 26.919l6.885-6.877L50 66.332 93.086 20 100 26.907 49.99 80z" fill="%231d1e20"/></svg>') no-repeat 0 -2px;
  content: '';
  display: inline-block;
   height: 14px;
   margin: 0 0 0 10px;
	width: 14px;
	vertical-align: middle;
  /*font-size: 40px;
  line-height: 18px;
  position: relative;
  text-transform: full-width;
  -webkit-transform: scale(0.45, 1);
          transform: scale(0.45, 1);
  top: 12px;
  margin-right: -10px;
  vertical-align: middle;*/
}

.tickets__menu-concession-reveal-btn--revealed:after {
  /*content: '︿';
  top: -10px;*/
   transform: rotate(0.5turn);
    margin-top: -10px;
}

.tickets__menu-donate {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background: #f8f8f8;
  border: 1px solid #eaeaeb;
  font-size: 16px;
  line-height: 22px;
}

.tickets__menu-donate-copy,
.tickets__menu-donate-fields {
  padding: 20px;
}

.tickets__menu-donate-copy {
  border-bottom: 1px solid #eaeaeb;
}

.tickets__menu-donate-input {
  height: 16px;
  margin: 0 18px 6px 0;
  width: 16px;
  vertical-align: middle;
}

.tickets__menu-donate-cost {
  float: right;
}

.tickets__menu-total-name,
.tickets__menu-total-val {
  display: inline-block;
  font-size: 16px;
  margin: 5px 0;
  text-align: right;
  width: 70%;
}

@media (min-width: 540px) {
  .tickets__menu-total-name,
  .tickets__menu-total-val {
    width: 80%;
  }
}

.tickets__menu-total-name {
  text-align: left;
}

@media (min-width: 540px) {
  .tickets__menu-total-name {
    text-align: right;
  }
}

.tickets__menu-total-val {
  width: 28%;
}

@media (min-width: 540px) {
  .tickets__menu-total-val {
    width: 19%;
  }
}

.tickets__menu-total-val--subtotal {
  font-size: 22px;
}

@media (min-width: 540px) {
  .tickets__menu-total-val--subtotal {
    font-size: 32px;
  }
}

.tickets__menu-submit-input,
.tickets__menu-submit-cta {
  text-align: center;
  width: 100%;
}

@media (min-width: 540px) {
  .tickets__menu-submit-input,
  .tickets__menu-submit-cta {
    width: 310px;
  }
}

.tickets__menu-submit-cta {
  border: 1px solid #eaeaeb;
  color: #aaabae;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: auto;
  padding: 15px 20px;
  text-transform: uppercase;
}

@media (min-width: 540px) {
  .tickets__menu-submit-cta {
    font-size: 18px;
  }
}

.tickets__menu-submit-cta--loading {
  color: #1d1e20;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 26px;
}

.tickets__menu-submit-cta--loading img {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

@media (max-width: 759px) {
  .toggles {
    border-bottom: 1px solid #eaeaeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
}

@media (min-width: 760px) {
  .toggles {
    display: none;
  }
}

.toggles__toggle {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border: 1px solid #eaeaeb;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

.toggles__toggle::after {
  border: 3px solid transparent;
  border-top-width: 5px;
  border-top-color: currentColor;
  border-bottom: none;
  content: '';
  margin-left: 5px;
}

.no-flexbox .toggles__toggle::after {
  float: right;
  margin-top: 10px;
}

.toggles__toggle.is-open {
  border-color: #aaabae;
}

.no-flexbox .toggles__toggle {
  margin: 10px 0;
}

.toggles__toggle--category {
  margin-right: auto;
}

.toggles__toggle--sort {
  margin-left: 10px;
}

.no-flexbox .toggles__toggle--sort {
  margin-left: 0;
}

.wrap {
  position: relative;
  padding-bottom: 40px;
}

.no-flexbox body:not(.plain) .wrap {
  background-color: rgba(29, 30, 32, 0.6);
}
    
/* 247 commerce */    
/* latest Changes */    
.newsletter-signup__container {   
  position: relative;   
}   
#email_address-validation-label, #email_address-loader, #email_address-suggestion-label  {    
  position: absolute;   
  left: 0;    
  bottom: -30px;    
}   
.validationemail {    
 background: #343537 !important;    
 border: #343537 !important;    
}   
.validationemail:hover {    
 background: #343537 !important;    
 border: #343537 !important;    
}   
/* search container */    
.search-container {   
    width: 100%;    
    position: absolute;   
    left: 0px;    
    background: #fff;   
    top: 45px;    
    overflow: visible;    
    z-index: 999999;    
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);   
}   
.search-container .search-main {    
  width: 700px;   
  margin: 0px auto;   
}   
.search-container .search-top {   
    margin: 31px 0 0 0;   
    float: left;    
    width: 100%;    
    padding: 0px;   
    position: relative;   
}   
.search-container #search input {   
    font-family: 'The Sans', sans-serif;    
    font-size: 22px;    
    font-weight: 400;   
    line-height: 1;   
    color: #1d1e20;   
    height: 49px;   
    border-radius: 2px;   
    border: solid 1px #aaabae;    
    margin: 0;    
    padding: 15px;    
    transition: background 0.3s ease-in-out 0s;   
    width: 100%;    
    float: left;    
    background: none repeat scroll 0 0 #fff;    
}   
    
.search-container #search button {    
    background: url("../images/search-icon.jpg") no-repeat scroll center center #fff;   
    cursor: pointer;    
    height: 40px;   
    text-indent: -99999em;    
    transition: background 0.3s ease-in-out 0s;   
    width: 40px;    
    border: none;   
    position: absolute;   
    right: 1px;   
    top: 4px;   
}   
.search-container .search-bottom {    
    margin: 14px 0 0 0;   
    float: left;    
    width: 100%;    
    padding: 0px;   
    position: relative;   
}   
.search-container .search-bottom .search-header {   
    width: 100%;    
    font-family: 'The Sans', sans-serif;    
    font-size: 12px;    
    font-weight: 600;   
    line-height: 1.57;    
    letter-spacing: 2px;    
    color: #aaabae;   
    border-bottom: solid 1px #d6d6d6;   
    padding-bottom: 5px;    
    float: left;    
}     
.search-container .search-bottom span {   
      float: left;    
    width: 100%;    
    margin: 0px;    
    padding: 0px;   
    font-family: 'The Sans', sans-serif;    
    font-size: 18px;    
    font-weight: 600;   
    color: #1d1e20;   
    line-height: 30px;    
    font-style: normal;   
}   
.search-container .search-bottom a {    
  width: 100%;    
  font-family: 'The Sans', sans-serif;    
  font-size: 15px;    
  font-weight: bold;    
  line-height: normal;    
  letter-spacing: 1.8px;    
  color: #07c3b3;   
  margin: 20px 0 44px;    
  float: left;    
  text-decoration: none;    
  text-transform: uppercase;    
}   
.search-container .search-bottom a img {    
  width: auto;    
      
 }    
 .nav__sub-link {   
    white-space: nowrap;    
    margin-left: -15px;   
}   
li.nav__sub-item:first-child a {    
  /*margin-left: 0px;   */ /* changes done on 23/06/2020 */
}   
.info-page table {    
    border-collapse: collapse;    
    margin: 0 0 30px;   
}   
.info-page table tr {   
    font-family: 'The Sans', sans-serif;    
    font-size: 20px;    
    font-weight: 200;   
    line-height: 30px;    
    color: #1d1e20;   
}   
.info-page table tr td {    
    font-family: 'The Sans', sans-serif;    
    font-size: 20px;    
    font-weight: 200;   
    line-height: 30px;    
    color: #1d1e20;   
    padding: 10px;    
}   
.info-page table tr th {    
    font-family: 'The Sans', sans-serif;    
    font-size: 20px;    
    font-weight: bold;    
    line-height: 30px;    
    color: #1d1e20;   
    padding: 0px 0px 0px 9px;
}   
.info-page ul li {    
    list-style: none;   
    font-size: 20px;    
    font-weight: 200;   
    line-height: 30px;    
    color: #1d1e20;   
}   
.info-page ul {   
    max-width: 692px;   
        margin: 0 auto;   
        padding: 0px 0 20px;    
}   
.info-page a {    
  text-decoration: none;    
  color: blue;    
  font-weight: 200;   
}   
.info-page a strong {   
  text-decoration: none;    
  color: blue;    
  font-weight: 200;   
}   
address {   
  max-width: 692px;   
        margin: 0 auto;   
        padding: 0px 0 20px;    
}   
.address-customer-main {    
  float: left;    
  width: 100%;    
  margin: 30px 0;   
  padding: 0px;   
}   
.address-customer-left {    
  float: left;    
  width: 50%;   
  margin: 0px 0;    
  padding: 0px;   
}   
.address-customer-right {   
  float: right;   
  width: 50%;   
  margin: 0px 0;    
  padding: 0px;   
}   
.address-customer-main h4 {   
  font-size: 18px;    
  font-weight: 800;   
  line-height: 22px;    
  letter-spacing: 2px;    
  text-transform: uppercase;    
}   
.In-stock {   
  width: 266px;   
  height: 22px;   
 /*  font-family: TheSans-Plain; */   
  font-size: 20px;    
  font-weight: 400;   
  line-height: 1.1;   
  color: #1d1e20;   
}   
.This-product-was-lim {   
  width: 266px;   
  height: 40px;   
  /* font-family: TheSans-Plain; */   
  font-size: 16px;    
  font-weight: 400;   
  line-height: 1.25;    
  color: #7c7c82;   
}   
.hero {   
  background-repeat: no-repeat;   
  background-position: center top;    
  background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-1200/live/published.jpg");    
  background-image: linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-1200/live/published.jpg");    
  background-size: cover;   
}   
@media (max-width: 760px) {   
  .hero {   
 background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-760/live/published.jpg");    
 background-image: linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-760/live/published.jpg");    
  }   
}   
@media (min-width: 761px) {   
  .hero {   
 background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-1080/live/published.jpg");   
 background-image: linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-1080/live/published.jpg");   
  }   
}   
@media (max-width: 540px) {   
  .hero {   
    padding: 20px 10px;   
 background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-540/live/published.jpg");    
 background-image: linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-540/live/published.jpg");    
  }   
}   
@media (min-width: 541px) {   
  .hero {   
 background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-760/live/published.jpg");    
 background-image: linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-760/live/published.jpg");    
  }   
}   
@media (min-width: 1081px) {    
  .hero {   
    padding: 40px 20px;   
 background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-1200/live/published.jpg");   
 background-image: linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-1200/live/published.jpg");   
  }   
}   
@media (min-width: 1200px) {    
  .hero {   
    padding: 40px 20px;   
 background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-1200/live/published.jpg");   
 background-image: linear-gradient(rgba(29, 30, 32, 0.75), rgba(29, 30, 32, 0) 200px), url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-1200/live/published.jpg");   
  }   
}   
/* 247commerce Css Changes -  Starts */   
.overlay__box__confirmation__preview { width: auto;}    
#productCartAddDiv .overlay__box__confirmation__preview img{ width: 117px;}   
/* 247commerce Css Changes -  Ends */     
/* FAQ - starts */    
.faq li { padding: 20px 20px 20px 0px; }    
.faq li.q { background: #4FC2E;   
  font-weight: bold;    
  font-size: 120%;    
  border-bottom: 1px #ddd solid;    
  cursor: pointer;    
}   
.faq li.a {   
    background: #fff;
    display: none;
    color: #000;
    padding: 20px 20px 20px 29px;   
}   
.faq li img {   
margin-right: 10px;   
}   
.rotate {   
-moz-transform: rotate(90deg);    
-webkit-transform: rotate(90deg);   
transform: rotate(90deg);   
}   
.product__related-products .product-thumbset__item  {   
  max-width: 25%;   
}   
/* FAQ - ends */    
/* 247 Whatson Starts */    
@media (min-width: 1080px) {    
#whatsonNav .nav__actions {   
    right: 0 !important;    
    top: 0 !important;    
}   
#whatsonNav .nav__action:last-child {   
    padding-right: 0;   
}   
#whatsonNav .nav__action {    
    padding: 10px 42px 10px 10px;   
    position: relative;   
    top: -2px;    
}   
#whatsonNav .nav__bag {   
    margin-left: 0px !important;    
}   
#whatsonNav .nav__bag-count {   
        top: -3px !important;   
    right: 1px;   
}   
#whatsonNav .nav__icon {    
    margin: 0 15px 0 10px !important;   
    position: absolute;   
    right: -5px;    
    top: 10px;    
}   
#whatsonNav .nav {    
    padding: 0 10px !important;   
}   
}   
#whatsonNav .nav__bag-count::after {    
    border-radius: 4px 4px 0 0;   
    border: 2px solid #aaabae;    
    content: '';    
    display: block;   
    height: 4px;    
    left: 4px;    
    position: absolute;   
    top: -8px;    
    -webkit-transition: border-color 0.2s;    
    transition: border-color 0.2s;    
    width: 8px;   
}   
#whatsonNav .nav__actions {   
    padding: 0;   
    list-style-type: none;    
    margin: 0;    
    position: absolute;   
    right: 10px;    
    top: 10px;    
    z-index: 1;   
}   
#whatsonNav .nav__action {    
    display: block;   
    float: left;    
}   
#whatsonNav .nav__action__link {    
    color: white;   
    text-decoration: none;    
}   
#whatsonNav .nav__action__text {    
    font-size: 15px;    
    font-weight: 200;   
}   
#whatsonNav .nav__search-icon--close {    
    display: none;    
    height: 12px;   
    margin: 6px 20px 0 5px;   
    width: 12px;    
}   
#whatsonNav .nav__icon {    
    fill: #aaabae;    
    height: 22px;   
    margin: 0 10px;   
    width: 22px;    
}   
#whatsonNav .nav__bag {   
    text-decoration: none;    
    color: inherit;   
    color: white;   
    line-height: inherit;   
}   
#whatsonNav .nav__bag-count {   
    border-radius: 2px;   
    border: 2px solid #aaabae;    
    display: inline-block;    
    font-size: 12px;    
    height: 20px;   
    margin-left: 10px;    
    position: relative;   
    text-align: center;   
    top: -5px;    
    width: 24px;    
}   
#whatsonNav .nav {    
    background-color: #1d1e20;    
    padding: 10px;    
    position: relative;   
    z-index: 2;   
}   
#whatsonNav .nav__container {   
  position: relative;   
    min-height: 44px;   
}   
.datetime-picker__time{   
    justify-content: inherit !important;    
}   
.datetime-picker__time__slot{   
  /*border: 1px solid #d6d6d6 !important; */  
}   
.calendar__table .datetime-picker__time__slot--disabled{    
  /*border: 1px solid #efefef !important;*/   
  pointer-events: none;
}   

/* account order page */
.account-orderpage > div.pager:first-of-type {
  display: none;
}
.account-orderpage .count-container {
  display: none;
}
.account-orderpage .pages strong {
  display: none;
}
.account-orderpage .pages {
    text-align: center;
    margin: 0px;
    width: 100%;
    position: relative;
    border-top: 1px solid #ddd;
}
.account-orderpage .pages ol {
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.account-orderpage .pages ol li {
  display: inline;
  float: left;
}
.account-orderpage .pages ol li a.next, .account-orderpage .pages ol li a.previous {
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    border-radius: 4px;
    border: solid 1px #aaabae;
    color: #7c7c82;
    cursor: pointer;
    padding: 10px;
    text-align: center;
}
.account-orderpage .pages ol li a {
    color: #aaabae;
    font-size: 18px;
    text-decoration: none;
}
.account-orderpage .pages ol li  {
    color: #000;
    font-size: 18px;
    text-decoration: none;
        margin-top: 15px;
}
.account-orderpage .pages ol li:not(:first-child), .account-orderpage .pages ol li:not(:first-child) {
    margin-left: 10px;
    margin-top: 15px;
}
.account-orderpage .pages ol li a.next {
      float: right;
    width: 80px;
    position: absolute;
    right: 0px;
    top: 20px;
}
.account-orderpage .pages ol li a.previous {
     float: left;
    width: 110px;
    position: absolute;
    left: 0px;
    top: 20px;
}

.account-addressbook h1 {
  margin: 0 0 60px;
}
.account-addressbook h2 {
      font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
        border-bottom: 1px solid #eaeaeb;
    padding-bottom: 10px;
}
.account-addressbook h3 { 
  display: none;
}
.account-addressbook ol {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}
.account-addressbook ol li {
  float: left;
  width: 50%;
  margin-left: 0px;
  list-style: none;
}
.account-addressbook .account__address__update-btn {
  margin: 0px;
}
.account-addressbook p {
  margin: 0px;
  padding: 0px;
}
.account-addressbook address {
      min-height: 202px;
    font-style: normal;
    line-height: 25px;
}
.account-addressbook .form-input-container:first-of-type {
    margin-bottom: 80px;
}
.account-addressbook .form-input-container:nth-of-type(2) {
    border-bottom: 1px solid #eaeaeb;
}
.account-addressbook .account__submit {
          margin: 20px 0;
}

.account-dashboard h2 {
  font-weight: normal;
}

.account-dashboard .account__address__update-btn {
  margin-top: 0px; 
}

.account-dashboard .box-content .account__address__update-btn {
  margin-top: 20px; 
}

.account-dashboard address {
  margin-top: 30px;
    font-style: normal;
    line-height: 27px;
}

.account-dashboard table {
      width: 100%;
    float: left;
    margin: 0 0 30px;
}

.account-dashboard table td {
  padding: 10px;
}
.account-dashboard table a {
      color: #07c3b3;
}

@media (min-width: 1080px) {
 .nav__item--dropdown:last-child {
  margin-right: -8px;
 }
}
.nav__item--dropdown:last-child {
   color: #fd6060;
}
.bookAttr {
    width: 100%;
    float: left;
    margin-bottom: 15px; margin-top: 5px;
}
/* Checkout changes  */
.checkout__newsletter-signup {
  margin-top: 30px;
}

.checkout__find-address-btn {
  padding: 10px 18px;
}
.checkout__find-address-btn-back {
  padding: 10px 18px;
  position: absolute;
  right: 25%;
  z-index:100;
}
.checkout__find-address-btn-select {
  padding: 10px 18px;
}

@media (min-width: 540px) {
  .checkout__find-address-btn {
    position: absolute;
    top: 22px;
    left: 50%;
  }
  .checkout__find-address-btn-back {
    position: absolute;
    top: 100%;
    right: 13%;
  }
  
  .checkout__find-address-btn-select {
    position: absolute;
    top: 22px;
    right: 0%;
  }
}
/* 9-29-2016 starts */
/* product category */
.product-list__content {
    width: 100%;
}
.datetime-picker__time-wrapper {
  visibility: visible !important;
}
/* checkout select */
.checkout .form-input-select-field {
  line-height: inherit;
  border: 1px solid #aaabae;
}
@media (min-width: 540px) {
  .checkout__find-address-btn-select {
      top: 100% !important;
  }
  .checkout__find-address-btn-back {
      top: 102% !important;
  }
}

@media (min-width: 768px) {
  .product__related-products .product-thumb__image {
      max-width: 240px !important;
  }
  .overlay__box__related__products .product-thumbset__item .product-thumb img {
     max-width: 240px;
  }
  #logOutLnk {
    display: none;
  }
  .myAccAddr {
    max-width: 100% !important;
  }
  .myAccAddr .form-input-container:nth-of-type(2) {
    padding-bottom: 30px;
  }
}
.account-main.form.order-view-info tbody.odd tr.first td.a-left strong {
  font-size: 20px;
  font-weight: 600;
}
.account-main.form.order-view-info tbody.odd tr.first td.a-left div {
  color: #7c7c82;
   font-size: 16px;
   padding: 10px 0 0 0;
}
/* popular products */
@media (max-width: 767px) {
  #billing-edq-singleline .wide.edq_wrapper {
      width: 100%;
  }
  .account-addressbook h1 {
    margin: 0 0 30px;
  }
  .account-main.form.order-view-info h2 a {
    float: left !important;
  }
  .address-order-info-left, .address-order-info-right {
    width: 100% !important;
    margin: 0 10px 10px 0 !important;
    float: left !important;
  }
  .account-addressbook address {
        min-height: 150px !important;
  }
  .account-addressbook .form-input-container:first-of-type {
    margin-bottom: 0px !important;
  }
  .account-addressbook ol li {
      width: 100%;
  }
  .account-addressbook .account__address__update-btn {
      margin: 0 0 20px;
  }
  .privacy-policy-table-h {
      overflow: auto;
      height: 400px;
  }
  .bag__form .bag__item .bag__item__info--product_details {
      float: right;
      width: calc(100% - 68px);
  }
  .bag__form .bag__item .bag__item__image {
      float: left;
  }
  .tabs--dynamic .about-div.tabs__tab #abtTabDiv {
      display: none;
  }
  .product__related-products .product-thumbset__item {
      width: 50%;
      max-width: 50%;
  }
  .product__related-products .tabs--visible .tabs__tab:not(.is-open):not(.is-default-open), 
  .product-thumbset__item:nth-last-child(-n+2) {
      display: block !important;
  }
  .popular-div .product-thumbset__item:nth-last-child(1n+3),
  .recent-div .product-thumbset__item:nth-last-child(1n+3),
  .might-div .product-thumbset__item:nth-last-child(1n+3) {
      display: none !important;
  }
  /*#cart_accessory_items .product-thumbset__item:nth-last-child(1n+3) {
      display: none !important;
  }*/
  .dark .product__content .tabs--static .tabs__tab:not(.is-open):not(.is-default-open), 
  .dark .product__content .tabs--dynamic .tabs__tab:not(.is-open):not(.is-default-open) {
    padding: 10px 10px !important;
  }
  .dark .product__content .tabs--dynamic .tabs__button, .dark .product__content .tabs--visible .tabs__button {
      color: #000 !important;
  }
  .tabs--dynamic .about-div.tabs__tab.is-default-open {
      border: 0;
      clip: rect(0 0 0 0);
      height: 100%;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: inherit;
      width: 100%;
      padding: 10px 10px !important;
  }
  .tabs--dynamic .tabs__button::after {
      border: none !important;
  }
  .product-box__product .product-thumbset .product-thumbset__item:nth-last-child(-n+2) {
      display: none !important;
  }
  .nav__search-input::-webkit-input-placeholder {
      font-size:22px;
      line-height: normal !important;
      vertical-align: middle;
  }
  .nav__search-input:-moz-placeholder {
      font-size:22px;
      line-height: normal !important;
      vertical-align: middle;
  }
  .nav__search-input::-moz-placeholder {
      font-size:22px;
      line-height: normal !important;
      vertical-align: middle;
  }
  .nav__search-input:-ms-input-placeholder {
      font-size:22px;
      line-height: normal !important;
      vertical-align: middle;
  }
  .tabs--dynamic .tabs__button::before {
      border: 4px solid transparent;
      border-top-width: 6px;
      border-top-color: currentColor;
      border-bottom: none;
      content: '';
      float: right;
      position: absolute;
      overflow: visible;
      z-index: 9999;
      right: 10px
  }
  .product__body .product__content .detail-tab {
    border-top: 1px solid #eaeaeb !important;
  }
  .product__body .product__content .about-tab {
    border-top: 1px solid #eaeaeb !important;
  }
}

#selTimeDiv .datetime-picker__footer__checkout {
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 10px;
}
.product__related-products .tabs--visible .tabs__tab:not(.is-open):not(.is-default-open) {
    padding: 20px 0 !important;
}
.exclusive .bag__item__quantity__select-input {
    color: #fff;
}
.exclusive .bag__item__quantity__select-input option {
    color: #000;
    background: #fff;
}
.exclusive .bag__item__quantity__select::after { 
  color: #fff !important;
}
.bag__item__quantity__select::after {
  pointer-events: none;
  top: 20px !important;
}
.bag__item__quantity__select-input {
  margin: 0px !important;
}

input[type="text"]:focus,
textarea:focus {
    -webkit-text-size-adjust: 100%;
}
.tabs--visible .tabs__button.border-open {
   padding: 14px;
}
.product__options .tabs ul {
  padding-left: 10px;
}
.pagination__prev:hover,
.pagination__next:hover {
  color:#000;
}
.faqs-arrow {
    border: 7px solid transparent;
    border-left-width: 10px;
    border-left-color: currentColor;
    border-right: none;
    content: '';
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 7px;
}
.hreflink {
    border-bottom: 1px solid #b7b8bd;
    transition: border-color 0.35s ease 0s;
    color: #1d1e20 !important;
    font-size: 20px !important;
}
.hreflink:hover {
    border-color: #2cf4f6;
}
.account-main.form.order-view-info h2 {
  width: 100%;
  font-family: 'The Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #1d1e20;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaeb;
  padding-bottom: 10px;
  float: left;
  margin-bottom: 10px;
}
.account-main.form.order-view-info h2 a {
    text-decoration: none;
    float: right;
    color: #fd6060;
}
.account-main.form.order-view-info ul {
  padding: 0px;
}
.account-main.form.order-view-info table, 
.account-main.form.order-view-info td, 
.account-main.form.order-view-info th {
    text-align: right;
}
.account-main.form.order-view-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.account-main.form.order-view-info th, .account-main.form.order-view-info td {
    padding: 20px 20px 20px 0px !important;
}
.account-main.form.order-view-info th:last-child, 
.account-main.form.order-view-info td:last-child {
    padding: 20px 0px 20px 0px !important;
}
#my-orders-table td.salesQty {
  text-align: center;
}
#my-orders-table tfoot tr.grand_total td.last {
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}
#my-orders-table th.a-right {
  text-align: right;
}
#my-orders-table th.a-left {
  text-align: left;
}
#my-orders-table td.a-right {
  text-align: right;
}
#my-orders-table td.a-left {
  text-align: left;
}
#my-orders-table tfoot td {
    padding: 5px 0 !important;
}
#my-orders-table tfoot tr.subtotal td {
    padding-top: 35px !important;
}
.account-main.form.order-view-info tr td.last {
  text-align: right;
}
.account-main.form.order-view-info th h4, 
.account-main.form.order-view-info td h4 {
    margin: 0px;
}
.account-main.form.order-view-info .buttons-set a small {
  display: none;
}
.account-main.form.order-view-info .buttons-set a {
    font-size: 15px;
    padding: 15px 20px;
    margin: 0;
    border: none;
    outline: none;
    font: inherit;
    letter-spacing: .18em;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #07c3b3;
    color: white;
    cursor: pointer;
    display: block;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.account-main.form.order-view-info .buttons-set a:hover {
    background-color: #06aa9c;
}
.checkout .form-input-select::after,
.checkout .form-input-select--number::after {
    z-index: 1;
}
.address-order-info {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0px;
}
.address-order-info-left {
    float: left;
    width: 48.4%;
    margin: 0 10px 20px 0;
    padding: 20px;
    background: #eaeaeb;
}
.address-order-info-right {
    float: right;
    width: 48.4%;
    margin: 0 0 20px 10px;
    padding: 20px;
    background: #eaeaeb;
}
.address-order-info address {
    font-style: normal;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #1d1e20;

}
.address-order-info h4 {
    font-style: normal;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #1d1e20;
    letter-spacing: 1.8px;
}
.account-main.form.order-view-info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.account-main.form.order-view-info tr {
  width: 100%;
}
.account-main.form.order-view-info tbody {
  border-bottom: 1px solid #ddd; 
  border-top: 1px solid #ddd;
}
ul.form-list li {
    list-style: none;
}
@media (min-width: 540px) {
  .form-input-container .form-input--50 {
      max-width: 46%;
  }
  .form-input-container .checkout__find-address-btn {
      left: 48%;
  }
}
table#my-orders-table tbody tr td.a-left strong {
    font-size: 20px;
    font-weight: 400;
}
.leadTimeShipCls{
   color: #7c7c82 !important;
    font-size: 16px !important;
    padding: 10px 0 0 0 !important;
}

table#my-orders-table tfoot  tr.grand_total td strong{
  font-size: 16px;
    font-weight: 600;
}
table#my-orders-table tfoot  tr.grand_total td.last strong span.price{
   font-size: 16px;
    font-weight: 600;
}
/* payment */
#co-payment-form fieldset.form-list {
       border: none;
    padding: 0px;
    margin: 20px 0 0 0;
}
#co-payment-form fieldset.form-list #payment_form_worldpaycw_creditcard {
    margin: 0px;
    padding: 0px;
}
#co-payment-form fieldset.form-list #payment_form_worldpaycw_creditcard li {
    list-style: none;
    float: left;
    width: 100%;
}

#co-payment-form fieldset.form-list .input-text {
  outline: none;
  background-color: transparent;
  font: inherit;
  border-radius: 2px;
  border: 1px solid #aaabae;
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}

#co-payment-form fieldset.form-list .select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  border: 1px solid #eaeaeb;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 10px;
  padding-right: 28px;
  width: 100%;
      line-height: inherit;
    border: 1px solid #aaabae;
}
#co-payment-form .multi-control .input-box.select-field::after {
    content: '';
    border: 4px solid transparent;
    border-top-width: 6px;
    border-top-color: currentColor;
    border-bottom: none;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
}
#co-payment-form .form-list .multi-control .input-box {
    display: inline-block;
    width: 100% !important;
}
#co-payment-form img.card-brand-image-color {
 /* display: none;*/
}

#co-payment-form .card-brand-image-box {
    float: left;
}
#co-payment-form .card-brand-image-box img {
    width: 58px;
    height: 36px;
    margin: 0 10px 10px 0;
    border: 1px solid #505050;
    position: relative;
    padding: 5px;
    float: left;
}
#co-payment-form .help-block {
  display: none;
}
#co-payment-form label.control-label.required {
      color: #1d1e20;
}
#co-payment-form label.control-label.required em {
      color: #fd6060;
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    padding-left: 3px;
}
#co-payment-form .multi-control .input-box.select-field {
    float: left;
    width: 48% !important;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
}
#co-payment-form .multi-control .input-box.select-field:last-child {
    margin-right: 0%;
    float: right;
}
/* #co-payment-form #payment_description_worldpaycw_creditcard {
  display: none;
} */
#co-payment-form .form-list .multi-control .input-box.html-field {
  margin: 10px 0; 
}

#co-payment-form .card-brand-image-box,
#co-payment-form .card-brand-image-box,
#co-payment-form .card-brand-image-box {
  display: inline-block;
}


#co-payment-form .card-brand-image-color.brand-is-deselected,
#co-payment-form .card-brand-image-color.brand-is-deselected,
#co-payment-form .card-brand-image-color.brand-is-deselected {
  display:none;
}

#co-payment-form .card-brand-image-grey.brand-is-selected,
#co-payment-form .card-brand-image-grey.brand-is-selected,
#co-payment-form .card-brand-image-grey.brand-is-selected {
  display:none;
}

#co-payment-form .card-brand-image-selection,
#co-payment-form .card-brand-image-selection,
#co-payment-form .card-brand-image-selection {
  margin: 5px 0;
}

#co-payment-form .card-brand-image-selection img,
#co-payment-form .card-brand-image-selection img,
#co-payment-form .card-brand-image-selection img {
  width:auto;
  margin-right: 3px;
}

.product__options .product-selection__fields {
  margin-left: 0px;
    width: 93%;
}


@media (min-width: 1080px) {
  @media screen and (min-width:0\0) {
      .nav__sub-items {
        width: 200px !important;
        }
        .nav__sub-link {
          white-space: normal !important;
        }
    } 
  }
@media (min-width: 1080px) {  
  _:-ms-lang(x), .nav__sub-items {
     width: 200px !important;
   }
   _:-ms-lang(x), .nav__sub-link {
      white-space: normal !important;
    }
    .nav__sub-items {
     width: 200px\9\0;
   }
   .nav__sub-link {
      white-space: normal\9\0;
    }
}
.nav__sub-link {
  white-space: normal\9\0;
}
.nav__sub-link {
  white-space: normal\9;
}
:root .nav__sub-link { 
  white-space: normal \0/IE9; 
}

#abtTabDiv ul li {
      font-size: 19px;
}
@media (min-width: 540px) {
  .checkout__title {
      font-size: 52px;
      line-height: normal;
      margin-top: 0px;
  }
  .checkout__sidebar {
      margin: 105px 0 0 0;
  }
}
.checkout__sidebar {
  border-top: none;
}
.overlay-non-reduction {
    font-size: 24px;
}
/* IE issues */
@media screen and (min-width:0\0) {
  .no-flexbox .sort__field {
    display: flex !important;
  }
  .product-browser__header .product-browser__breadcrumb-item {
    margin: 0 20px 0 0 !important;
  }
  .product-browser__breadcrumb {
    position: relative;
  }
  .product-browser__header :not(:last-child).product-browser__breadcrumb-item::after { 
    position: absolute !important;
    margin-left: 8px !important;
    margin-top: 0;
    top: 8px;
  }
  .gallery__prev::after {
    left: 11px;
    position: absolute;
    top: 35px;
  }
  .gallery__next::after {
    right: 11px;
    position: absolute;
    top: 35px;
  }
  .product-selection__fields .bag__item__quantity__select {
    float: left;
    width: auto;
    text-align: left;
  }
  .product-selection__fields .product-selection__label {
    width: 40%;
    float: left;
  }

  .form-input-checkbox:checked + span:after {
    background: url("../images/checkout-active-ie.png");
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 2px;
  }
  .form-input-radio:checked + span:after {
    background: url("../images/radio-active-ie.png");
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 2px;
  }

}
.no-flexbox .pagination__pages {
  margin-left: auto;
  margin-right: auto;
}
.no-flexbox .sort__field {
  display: flex !important;
}
.disa-clik-lnk:hover {
  color: #7c7c82 !important;
}
.disa-clik-lnk {
  cursor: default !important
}
select::-ms-expand {
    display: none;
}

. ie10 .product-browser__header .product-browser__breadcrumb-item {
  margin: 0 20px 0 0 !important;
}
. ie10 .product-browser__breadcrumb-item:not(:last-child)::after { 
  position: absolute !important;
  margin-left: 8px !important;
  margin-top: -2px;
}
.container--max {
   margin: 0 auto !important;
    max-width: 1280px;
    width: 100%;
}
.sort__select {
  overflow:hidden;
}
:root .sort__select  { 
  width:135px \0/IE9;
    overflow:hidden \0/IE9;
    border:1px solid black \0/IE9;
}
:root .sort__select select  { 
  width:180px \0/IE9;
    border:0px \0/IE9;
}
:root .product-selection__fields .bag__item__quantity__select {
 float: left \0/IE9;
}
:root .product-selection__field {
clear: both \0/IE9;
}
:root .product-selection__fields {
clear: both \0/IE9;
}
:root .product-selection__confirm {
clear: both \0/IE9;
}
/*:root .bag__item__quantity__select  { 
  width:135px \0/IE9;
    overflow:hidden \0/IE9;
    border:1px solid black \0/IE9;
}
:root .bag__item__quantity__select select  { 
  width:180px \0/IE9;
    border:0px \0/IE9;
}*/
select 
{
  -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
   appearance:none; 
}
select ::-ms-expand{display:none}
/* error */
.error {
  background-image: url("../images/error-mob.jpg");
  background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.4), rgba(29, 30, 32, 0.4)), url("../images/error-mob.jpg");
  background-image: linear-gradient(rgba(29, 30, 32, 0.4), rgba(29, 30, 32, 0.4)), url("/images/error-mob.jpg");
  background-size: cover;
}

@media (min-width: 760px) {
  .error {
    background-image: url("../images/error-desk.jpg");
    background-image: -webkit-linear-gradient(rgba(29, 30, 32, 0.4), rgba(29, 30, 32, 0.4)), url("../images/error-desk.jpg");
    background-image: linear-gradient(rgba(29, 30, 32, 0.4), rgba(29, 30, 32, 0.4)), url("../images/error-desk.jpg");
  }
}

.error__container {
  background-color: rgba(29, 30, 32, 0.3);
  margin: 0 auto;
  min-height: 420px;
  padding: 10px;
}

@media (min-width: 760px) {
  .error__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 600px;
    padding: 0px;
  }
}

.error__title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1.1;
  color: white;
  margin: 0 0 10px;
}

@media (min-width: 760px) {
  .error__title {
    font-size: 52px;
    margin-bottom: 20px;
  }
}

.error__text {
  color: white;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 40px;
}

.error__btn {
  color: #1d1e20;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
}

.error__container__attr {
  color: white;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.2;
}

@media (min-width: 760px) {
  .error__container__attr {
    margin: 0 auto;
  }
}

.error__container__attr__link {
  color: white;
  text-decoration: underline;
}

.error__container__attr__link::after {
  content: '';
  position: relative;
  top: -.1em;
  display: inline-block;
  margin-left: 6px;
  border: 4px solid transparent;
  border-left-color: currentColor;
}

.error__container__attr__link:hover {
  text-decoration: none;
}
.add-pop-item {
  text-align: center;
  float: left;
  width: 100%;
    margin-bottom: -10px;
}
.product-thumb__link {
  min-height: 360px;
  height: 100%;
}
.add-pop-item button {
  width: 156px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #07c3b3;
  color: #07c3b3;
  font-size: 15px;
  text-decoration: none;
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  padding: 0 9px;
  background: #fff;
  line-height: 20px;
  cursor: pointer;
      font-family: 'The Sans', sans-serif;
}
.add-pop-item .addedItmCart:hover{
    background-color: rgba(7, 195, 179, 0.15);
    color: #07c3b3 !important;
    border: none;
}
.add-pop-item .added-in-cart:hover{
    
    
}
.add-pop-item .overlay__box__title__icon {
  position: relative;
    top: 2px;
}
.added-in-cart {
      color: #1d1e20 !important;
    border: 0px solid #fff!important;
    background-color: rgba(7, 195, 179, 0.15) !important;
    border-radius: 2px !important;
}
.added-in-cart button:hover{
  background-color: #fff !important;
}
.product-selection__confirm {
  clear: both;
}
@media (max-width: 767px) {
  .product-thumb__link {
    min-height: inherit;
  }
  .product-box__box-content .product-thumbset__item:nth-last-child(1n+3) {
    display: none !important;
  }
  #mainOverlay .product-thumbset__item{width:100% !important;}
  #productCartAddDiv.overlay__box__confirmation {
    padding: 15px !important;
    height: 86px;
  }
  #productCartAddDiv .overlay__box__confirmation__preview {
    float: left;
    width: 56px;
    margin-right: 20px;
  }
  #productCartAddDiv .overlay__box__confirmation__preview img {
    width: 100%;
  }
  #productCartAddDiv .overlay__box__confirmation__info {
    margin-top: 0px;
  }
  #productCartAddDiv .overlay__box__confirmation__title {
    text-align: left !important;
    font-size: 16px !important;
    max-height: 36px;
    overflow: hidden;
  }
  #productCartAddDiv .overlay__box__confirmation__pricing {
    text-align: left !important;
    font-size: 16px;
        color: #1d1e20;
  }
  #mainOverlay .overlay__box__confirmation__price--reduced {
      margin-left: 20px;
  }
  #productCartAddDiv .overlay-non-reduction {
    font-size: 16px !important;
    font-weight: normal;
  }
  #productCartAddDiv .overlay__box__related {
    padding: 20px 20px !important;
  }
  .overlay__box__related .overlay__box__related__title {
        text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-size: 14px !important;
    margin-bottom: 20px;
  }
  #productCartAddDiv  .product-thumbset {
    display: block !important;
  }
  #cart_accessory_items .product-thumbset__item {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    float: left;
    margin-bottom: 20px;
  }
  #cart_accessory_items .product-thumb {
    float: left;
    width: 100%;
    position: relative;
  }
  #cart_accessory_items .product-thumb__link {
     min-height: inherit !important;
    float: left;
    width: 100%;
  }
  #cart_accessory_items .product-thumb__link  img {
    float: left;
    width: 56px;
	background: transparent;
  }
  #cart_accessory_items .product-thumb__link  .product-thumb__title, #cart_accessory_items .product-thumb__link  .product-thumb__title, 
  #cart_accessory_items .product-thumb__link  .product-thumb__price, #cart_accessory_items .product-thumb__link  .product-thumb__reduction {
     font-size: 16px;
     text-align: left;
         float: left;
    margin: 0 0 0 20px;
        width: calc(100% - 85px) !important;
  }
  #mainOverlay .product-thumb__reduction {
    width: auto !important;
  }
  #mainOverlay  #cart_accessory_items .product-thumb__link .product-thumb__reduction {
    width: auto !important;
  }
  #mainOverlay  #cart_accessory_items .product-thumb__link .product-thumb__price {
    width: auto !important;
	min-height: 35px; 
  }
  #mainOverlay .overlay__box__confirmation__price, #mainOverlay .overlay__box__confirmation__reduction {
    font-weight: normal !important;
  }
  #cart_accessory_items .product-thumb__link  product-thumb__price {
    
  }
  #cart_accessory_items .product-thumb__price, #cart_accessory_items .product-thumb__reduction {
        font-weight: normal;
    padding-left: 0px;
    margin-left: 15px !important;
  }
  #cart_accessory_items .add-pop-item {
    position: relative;
  }
  #cart_accessory_items .add-pop-item button {
    width: auto;
    height: auto;
    border-radius: 2px;
    border: none;
    color: #07c3b3;
    font-size: 12px;
    text-decoration: none;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-top: 0px;
    padding: 0px;
    background: #fff;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    left: 76px;
    bottom: -10px;
  }
  #mainOverlay .overlay__box__confirmation__pricing {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 10px;
  }
  #mainOverlay #cart_accessory_items .added-in-cart {
    background-color: inherit !important;
    border-radius: 2px !important;
  }
  #mainOverlay #cart_accessory_items .added-in-cart .overlay__box__title__icon {
     margin-right: 9px !important;
    top: 3px !important;
  }
  #mainOverlay .product-thumb__title {
        max-height: 22px !important;
    overflow: hidden;
  }
  #mainOverlay .overlay__box__btn-primary {
        font-size: 16px !important;
    padding: 12px 20px !important;
    max-width: 100% !important;
    height: 44px;
  }
  #cart_accessory_items .product-thumbset__item:last-child{
    border: none;
        padding-bottom: 0px;
  }
  .checkout__sidebar {
    border: 1px solid #eaeaeb;
    margin: 10px 0 !important;
  }
  /*.checkout__submit { 
    display: none; 
  }*/
  .checkout__sidebar {
    display: none;
  }
  .overlay__box__footer {
    clear: both;
  }
  .overlay{
    z-index: 99999;
  }
  #cart_accessory_items.product-thumbset {
    display: block !important;
  }
  .overlay__box__related {
    padding: 15px !important;
  }
  #billing-edq-singleline .wide.edq_wrapper {
    width: 100%;
    float: left !important;
  }
  .checkout__form__enter-manually {
    text-align: left;
    width: auto;
    float: left !important;
  }
  #mainOverlay .overlay__box {
    width: 94% !important;
  }
  #mainOverlay .overlay__box__title__icon {
    margin-right: 15px;
    top: 0px !important;
  }
  #mainOverlay .overlay__box__header .overlay__box__title {
        font-size: 14px !important;
  }
  #mainOverlay .overlay__box {
    margin: 10px auto;
  }
  #mainOverlay .overlay__box__header {
    height: 44px !important;
        padding: 15px !important;
  }
  .overlay {
    top: -40px !important;
    padding: 0px !important;
  }
  #mainOverlay .overlay__box__footer {
      padding: 20px 20px 40px !important;
  }
  #mainOverlay .overlay__bottom_content {
    position: absolute;
    background: #fff;
    /*top: 135px;*/
	width: 100%;
  }
  #mainOverlay .overlay__box__related__title {
    font-size: 14px !important;
  }


}
.product-thumb__image {
  padding: 15px;
}
.checkout div.edq_error_message {
   clear: both;
    color: #eb340a;
    font-size: 16px;
    font-weight: normal; 
    line-height: normal; 
    margin: 0; 
    min-height: inherit; 
    padding-left: 0px; 
}
.validation-advice {
  color: #eb340a !important;
}

#product_list_content .product-list__content {
  text-align: center;
}
#product_list_content .product-list__content .product-thumb__title {
  text-align: left;
}
#product_list_content .product-list__content .product-thumb__pricing {
  text-align: left;
}

#mainOverlay .overlay__box {
  width: 833px;
}
#mainOverlay .overlay__box__header {
  padding: 20px;
  height: 59px;
  background-color: rgba(7, 195, 179, 0.15);
}
#mainOverlay .overlay__box__title__icon {
  position: relative;
    top: 2px;
}
#mainOverlay .overlay__box__header .overlay__box__title { 
    font-size: 16px;
    color: #1d1e20;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
#mainOverlay .overlay__box__confirmation {
    padding: 20px;
}
#mainOverlay #productCartAddDiv .overlay__box__confirmation__preview img {
    /*width: 56px;*/
}

#mainOverlay .overlay__box__confirmation__preview {
    margin-right: 20px;
}
#mainOverlay .overlay__box__confirmation__title {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  color: #1d1e20;
}
#mainOverlay .overlay-non-reduction {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  text-align: right;
}
#mainOverlay .overlay__box__related {
    padding: 20px;
}
#mainOverlay .overlay__box__related__title {
        font-size: 16px;
    color: #505054;
    text-transform: uppercase;
    font-family: 'The Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}
#mainOverlay .overlay__box__btn-primary, #mainOverlay .overlay__box__btn-full {
      font-size: 18px;
    padding: 18px 20px;
    max-width: 276px;
}
#mainOverlay .overlay__box__btn-text {
      border-bottom: 1px solid #07c3b3;
}
#mainOverlay .product-thumbset__item {
  text-align: center;
  width: 50%;
}
#mainOverlay .overlay__box__related__products .product-thumbset__item .product-thumb img {
      max-width: 160px;
      border: solid 1px #eaeaeb;
}
#mainOverlay .product-thumb__title {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    max-height: 44px;
    overflow: hidden;
}
#mainOverlay .product-thumb__link {
  min-height: 257px;
}
#mainOverlay .add-pop-item {
  margin-bottom: 10px;
}
#mainOverlay .overlay__box__btn-text {
  font-size: 16px;
   color: #07c3b3;
}
#mainOverlay .overlay__box__footer {
      padding: 30px;
}
@media (min-width: 760px) {
  #mainOverlay .overlay__box__confirmation__info {
      width: 515px;
  }
  #mainOverlay .overlay__box__confirmation__pricing {
        position: absolute;
    right: 20px;
  }
}

/* ie9 issues */
@media screen and (min-width:0\0) {
 .membership-banner::after {
      position: absolute;
      top: 18px;
    }
    .hero__content {
      position: relative;
    }
    .membership-banner {
      padding: 10px 25px 10px 10px;
    }
  
}
@media (min-width: 1080px) {
  :root .nav__item--dropdown:last-child {
    padding-right: 0px \0/IE9;
  }
  :root .nav__item {
    padding-right: 36px \0/IE9;
    display: inline-block \0/IE9;
  }
  :root .nav__items {
    text-align: left \0/IE9;
  }
}

@media (min-width: 540px) {
  :root .hero__content {
    position: relative \0/IE9;
  }
  /* jaimuralichanges*/
  :root .membership-banner {
    position: absolute \0/IE9;
    right: 0px \0/IE9;
    top: 0px \0/IE9;
  }
}

@media (min-width: 1200px) {
  :root .hero {
	background-repeat:no-repeat !important;
	background-position :center top !important;
    /*background-image: url("https://s3-eu-west-1.amazonaws.com/imageresizecloudsearch/vamcdn/homecontent/backgroundmainimage/image-1200/live/published.jpg");*/
  }
}

.product-thumb {
  width: 100%;
}
input::-moz-focus-inner { 
  border: 0; 
}
a {
   outline: 0;
}
a:active {
    outline: none;
}
button {
   outline: 0;
}
button:active {
    outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
select::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
/* iphone 5 */
@media screen and (device-aspect-ratio: 40/71) {
#cart_accessory_items .product-thumb__link  .product-thumb__title, 
#cart_accessory_items .product-thumb__link  .product-thumb__title, 
#cart_accessory_items .product-thumb__link  .product-thumb__price, 
#cart_accessory_items .product-thumb__link  .product-thumb__reduction {
width: 180px;
}
#cart_accessory_items .add-pop-item button {
  left: 76px;
}
}

/* iphone 6 */
@media screen and (device-aspect-ratio: 375/667) {
  #cart_accessory_items .product-thumb__link  .product-thumb__title, 
#cart_accessory_items .product-thumb__link  .product-thumb__title, 
#cart_accessory_items .product-thumb__link  .product-thumb__price, 
#cart_accessory_items .product-thumb__link  .product-thumb__reduction {
width: 236px;
}
#cart_accessory_items .add-pop-item button {
  left: 76px;
}
}

.tabs--static .tabs__button.is-current::after {
    border: 4px solid transparent;
    border-bottom-width: 6px;
    border-bottom-color: currentColor;
    border-top: none;
    content: '';
    float: right;
}
.tabs--dynamic .tabs__button.border-open::before {
    /*border: 4px solid transparent; jai comments santhosh*/
    border-bottom-width: 6px;
    border-bottom-color: currentColor;
    border-top: none;
    content: '';
    float: right;
}
.product__content .tabs--dynamic .tabs__button.border-open::before {
    border: none;
   
}

body.exclusive .product__heading {
    max-width: 100% !important;
}

@media (max-width: 767px) {
  .product-box .product-box__box-content .product-thumbset__item:nth-last-child(1n+3) {
      display: block !important;
  }
  .product__content .tabs--dynamic .tabs__button.border-open::before {
    border: none;
    border: 4px solid transparent;
    border-bottom-width: 6px;
    border-bottom-color: currentColor;
    border-top: none;
    content: '';
    float: right;
}
}
@media (min-width: 1080px) {
  .nav__item {
      display: inline-block;
  }
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
  .product-selection__field .bag__item__quantity__select {
      width: 50px;
      overflow: hidden;
      border: 1px solid #aaabae;
      margin-top: 0px;
      margin-bottom: 20px !important;
  }
  .product-selection__field .bag__item__quantity__select select {
      width: 80px;
      padding-right: 0px;
      border: 0;
  }
  .product-selection__field .bag__item__size__select {
      width: 120px;
      overflow: hidden;
      border: 1px solid #aaabae;
      margin-top: -12px;
      margin-bottom: 20px;
      position: relative;
      float: left;
  }
  .membership-banner{ position: absolute;}
  .filter__filter{width:100%;float:left;}
  .filter__label::before{position:relative;top:10px;float:left;}
  .product-thumb__link{min-height:inherit;}
  .product-thumb__title{min-height:45px;}
  .product-thumbset .product-thumbset__item .product-thumb .product-thumb__link {display:block !important;}
  .product-thumbset .product-thumb__link {display:none;}
  .product-box--half{min-height:994px;width:49% !important;}
  #mainOverlay .overlay__box__confirmation{height:95px;}
  #mainOverlay .product-thumbset__item{width:30%;}
  .product-thumbset__item{width:25%;}
  
  .product-selection__field .bag__item__size__select select {
      width: 140px;
      padding-right: 0px;
      border: 0;
  }
}

@media (max-width: 539px) {
  header .hero__content {
      padding: 0;
  }
}
.bag__item__size__select::after {
    border: 4px solid transparent;
    border-top-width: 6px;
    border-top-color: currentColor;
    border-bottom: none;
    content: '';
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.bag__item__size__select::after {
    pointer-events: none;
    top: 20px !important;
}
.bag__item__size__select {
    position: relative;
}
.msgcart{border-radius: 2px;
  background-color: #f8f8f8;
  border: solid 1px #d6d6d6;
padding:20px;
width:100%;}
.msgcart input{float:left;
	 background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 2px;
    float: left;
    height: 18px;
    margin-left: 0;
    margin-right: 0;
    width: 18px;}

.msgcart span{ color: #505054;
    float: right;
    font: inherit;
    margin-left: 0;
    width: calc(100% - 32px);}
/* 247 Ends */


/* POD starts here */


.pod {
  background-color: white;
  margin: 0 auto;
  width: 100%;
  display:block;
}

@media (min-width: 760px) {
  .pod {
    padding: 20px;
  }
}

@media (min-width: 1080px) {
  .pod {
    padding: 40px;
  }
}

.pod__header {
  padding: 10px;
  width: 100%;
}

@media (min-width: 760px) {
  .pod__header {
    padding: 30px 0 10px;
  }
}

@media (min-width: 760px) {
  .pod__lightbox-place,
  .pod__content {
    float: left;
    width: calc(100% - 408px);
  }
}

.pod__lightbox-outer {
  position: relative;
  padding-top: 56.25%;
  margin: 20px 0 10px;
}

.pod__lightbox-outer embed,
.pod__lightbox-outer iframe,
.pod__lightbox-outer object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pod__lightbox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pod__lightbox {
  background: #eaeaeb;
  height: 100%;
  overflow: hidden;
}

.pod__lightbox-cells,
.pod__lightbox-cell {
  height: 100%;
}

.pod__lightbox-cells {
  padding: 0;
  list-style-type: none;
  margin: 0;
  white-space: nowrap;
  width: 300%;
  -webkit-transition: -webkit-transform .5s ease;
          transition: transform .5s ease;
}

.pod__lightbox-cell {
  float: left;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 33.333%;
}

.pod__lightbox-cell--room {
  background: url("../images/pod/room.jpg") center bottom no-repeat;
  background-size: contain;
}

.pod__lightbox-cell--frame {
  padding: 0;
}

.pod__lightbox-img {
  background: white;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 100%;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  width: auto;
}

.pod__lightbox-img--black {
  border-color: #483f45 !important;
  border-image-source: url("../images/pod/frame_black.jpg") !important;
}

.pod__lightbox-img--white {
  border-color: #e6e6e8 !important;
  border-image-source: url("../images/pod/frame_white.jpg") !important;
}

.pod__lightbox-img--natural {
  border-color: #f0decb !important;
  border-image-source: url("../images/pod/frame_natural.jpg") !important;
}

.pod__lightbox-img--limed {
  border-color: #e4d4ca !important;
  border-image-source: url("../images/pod/frame_limed.jpg") !important;
}

.pod__lightbox-img--unframed {
  border: none !important;
}

.pod__lightbox-cell--room .pod__lightbox-img {
  box-shadow: none;
  bottom: 12%;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
  left: 9%;
  position: relative;
  -webkit-transition: -webkit-transform .5s ease;
          transition: transform .5s ease;
}

.pod__lightbox-cell--frame .pod__lightbox-img {
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.pod__lightbox_thumbs {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin: 10px 0;
  text-align: center;
}

@media (min-width: 760px) {
  .pod__lightbox_thumbs {
    margin: 20px 0;
  }
}

.pod__lightbox_thumb {
  border-radius: 100%;
  border: 1px solid #aaabae;
  display: inline-block;
  height: 9px;
  max-width: 86px;
  width: 9px;
}

.pod__lightbox_thumb--active {
  background-color: #aaabae;
}

.pod__lightbox_thumb img {
  display: none;
}

@media (min-width: 760px) {
  .pod__lightbox_thumb {
    border: 3px solid transparent;
    border-radius: 2px;
    height: 60px;
    width: auto;
  }
  .pod__lightbox_thumb--active {
    background: 0;
    border-color: #07c3b3;
  }
  .pod__lightbox_thumb img {
    display: inline-block;
    max-width: 100%;
  }
}

.pod__lightbox_thumb + .pod__lightbox_thumb {
  margin-left: 10px;
}

@media (min-width: 760px) {
  .pod__lightbox_thumb + .pod__lightbox_thumb {
    margin-left: 20px;
  }
}

.pod__content {
  padding-bottom: 10px;
}

@media (min-width: 760px) {
  .pod__content {
    margin-top: 60px;
    padding-bottom: 72px;
  }
}

.pod__video {
  position: relative;
  padding-top: 56.25%;
  margin: 20px 0 0;
  width: 100%;
}

.pod__video embed,
.pod__video iframe,
.pod__video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 760px) {
  .pod__video {
    margin: 40px 0 0;
  }
}

.pod__video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pod__options {
  margin-top: 20px;
}

@media (min-width: 760px) {
  .pod__options {
    float: right;
    margin-left: 20px;
    width: 388px;
  }
}

.pod__subtitle,
.pod__subtitle--highlight,
.pod__artist,
.pod__artist-name,
.pod__options-title,
.pod__options-title--collapse {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.54em;
  letter-spacing: .22em;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 760px) {
  .pod__subtitle,
  .pod__subtitle--highlight,
  .pod__artist,
  .pod__artist-name,
  .pod__options-title,
  .pod__options-title--collapse {
    font-size: 16px;
  }
}

.pod__options-title,
.pod__options-title--collapse {
  margin-bottom: 1em;
}

@media (max-width: 759px) {
  .pod__options-title,
  .pod__options-title--collapse {
    color: #aaabae;
  }
}

.pod__subtitle--highlight,
.pod__artist-name {
  color: #07c3b3;
}

.pod__artist-name {
  display: inline;
  letter-spacing: .06em;
  text-transform: initial;
}

.pod__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21em;
  letter-spacing: -1px;
  margin: .2em 0 .34em;
}

@media (min-width: 760px) {
  .pod__title {
    font-size: 48px;
  }
}

.pod__price {
  display: none;
}

@media (min-width: 760px) {
  .pod__price {
    display: inline-block;
    float: right;
    font-size: 42px;
    margin-top: 2px;
  }
}

.pod__pane,
.pod__pane--collapse {
  border-top: 1px solid #eaeaeb;
  overflow: hidden;
  padding: 20px 10px;
}

@media (min-width: 760px) {
  .pod__pane,
  .pod__pane--collapse {
    padding: 20px 0;
  }
}

@media (max-width: 759px) {
  .pod__pane--collapse {
    cursor: pointer;
    padding-bottom: 0;
    position: relative;
  }
  .pod__pane--collapse::after {
    border: 4px solid transparent;
    border-top-width: 6px;
    border-top-color: currentColor;
    border-bottom: none;
    content: '';
    float: right;
  }
  .no-flexbox .pod__pane--collapse::after {
    margin-top: 6px;
  }
}

.pod__pane--collapse::after {
  position: absolute;
  right: 10px;
  top: 20px;
}

@media (max-width: 759px) {
  .pod__options-title--collapse {
    border-right: 1px solid #eaeaeb;
    margin: -20px 0 0;
    padding: 10px 0;
    width: calc(50% - 10px);
  }
  .pod__pane--collapse-open .pod__options-title--collapse {
    border: 0;
  }
}

@media (max-width: 759px) {
  .pod__options-inputs-collapse {
    height: 0;
  }
  .pod__pane--collapse-open .pod__options-inputs-collapse {
    display: block;
    height: auto;
    padding: 5px 10px 10px;
    text-align: right;
  }
}

.pod__options-label + .pod__options-label {
  margin-left: 8px;
}

@media (min-width: 760px) {
  .pod__options-label:nth-of-type(5n) {
    margin-left: 0;
  }
}

.pod__options-content {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 88px;
}

@media (max-width: 759px) {
  .pod__options-content {
    display: none;
    margin-bottom: 10px;
  }
  .pod__pane--collapse-open .pod__options-content {
    display: inline-block;
  }
  .pod__pane--collapse-shut input:checked ~ .pod__options-content {
    display: inline-block;
    left: 50%;
    position: absolute;
    text-align: left;
    top: 0;
  }
}

.pod__options-size,
.pod__options-frame {
  border: 2px solid transparent;
  border-radius: 2px;
  color: #7c7c82;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  width: 100%;
}

input:checked ~ .pod__options-content .pod__options-size, input:checked ~ .pod__options-content
.pod__options-frame {
  border-color: #07c3b3;
}

@media (max-width: 759px) {
  .pod__pane--collapse-shut input:checked ~ .pod__options-content .pod__options-size, .pod__pane--collapse-shut input:checked ~ .pod__options-content
  .pod__options-frame {
    border: 0;
  }
}

.pod__options-size {
  background: #eaeaeb;
  font-size: 13px;
  padding: 10px 9px;
}

@media (max-width: 759px) {
  .pod__pane--collapse-shut .pod__options-size {
    padding: 0;
  }
}

.pod__options-frame-img {
  width: 100%;
}

@media (max-width: 759px) {
  .pod__pane--collapse-shut .pod__options-frame-img {
    display: none;
  }
}

.pod__options-size-title,
.pod__options-frame-title {
  color: #505050;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 759px) {
  .pod__pane--collapse-shut .pod__options-size-title, .pod__pane--collapse-shut
  .pod__options-frame-title {
    background: white;
    color: #1d1e20;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.pod__options-frame-title {
  background: #eaeaeb;
  padding: 5px 0;
}

.pod__options-frame + .pod__options-frame-title {
  background: 0;
  color: inherit;
}

@media (max-width: 759px) {
  .pod__pane--collapse-open .pod__options-label:nth-of-type(5n) .pod__options-frame-title {
    color: #1d1e20;
    padding: 18px 0;
  }
}

.pod__quantity {
  text-align: right;
  padding: 0 0 20px;
}

@media (max-width: 759px) {
  .pod__quantity {
    border-bottom: 1px solid #eaeaeb;
    margin: -21px 0 0 -10px;
    padding: 0;
    width: calc(100% + 20px);
  }
}

.pod__quantity-title {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  margin-right: 20px;
}

@media (max-width: 759px) {
  .pod__quantity-title {
    color: #aaabae;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    text-align: left;
    width: calc(50% - 10px);
  }
}

@media (max-width: 759px) {
  .pod__quantity-input {
    width: 50%;
  }
}

.pod__quantity-price {
  float: left;
  font-size: 42px;
  line-height: 1em;
}

@media (max-width: 759px) {
  .pod__quantity-price {
    padding: 15px 10px 20px;
    text-align: left;
    width: 100%;
  }
}

.pod__delivery {
  border: solid #eaeaeb;
  border-width: 10px 0 0;
  clear: both;
}

@media (min-width: 760px) {
  .pod__delivery {
    border-width: 0 1px 1px;
  }
}

.pod__delivery-price {
  display: inline-block;
  min-width: 100px;
  width: 30%;
}
.display-none {
  display: none;
}


.copy strong {
  font-weight: 700;
}
.copy em {
  color: #aaabae;
  font-style: normal;
}
.copy-box {
  border-top: 10px solid #eaeaeb;
  margin-top: 10px;
  padding: 10px;
}
@media (min-width: 760px) {
  .copy-box {
    border-width: 1px 0 0;
    margin-top: 30px;
    padding: 24px 0 10px;
  }
}
.copy-box__title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin: 8px 0 18px;
}
.copy-box__pre-title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #aaabae;
  font-weight: 100;
}
.credit {
  padding: 20px 10px;
  border-top: 1px solid #eaeaeb; /* Line No - 3172*/
}
.exclusive .credit {
  border-top-color: #414448;
}
.credit--category {
  border-bottom: 1px solid #eaeaeb;
  border-top: 0;
  padding: 20px;
    display: flex; /* aded vam  */
    padding-top: 40px; /* aded vam  */
}


.product__related-products {
  clear: both;
}

@media (min-width: 760px) {
  .product__related-products {
    margin-top: 40px;
  }
}

@media (min-width: 1080px) {
  .product__related-products {
    margin-top: 80px;
  }
}

.product-attributes {
  margin: 0;
}

@media (min-width: 760px) {
  .product-attributes {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.product-attribute {
  column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.product-attribute:not(:last-child) {
  padding-bottom: 10px;
}

@media (min-width: 1080px) {
  .product-attribute:not(:last-child) {
    padding-bottom: 20px;
  }
}

.product-attributes__title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #aaabae;
}

.product-attributes__description {
  margin: 0;
  line-height: 1.4;
  min-height: 75px; 
}

.product-attributes__description:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 760px) {
  .product-attributes__description {
    font-size: 18px;
  }
}

@media (min-width: 1080px) {
  .product-attributes__description {
    font-size: 20px;
  }
  .product-attributes__description:not(:last-child) {
    margin-bottom: 20px;
  }
}

.copy-box__title {
    font-size: 42px;
    margin: 6px 0 28px;
}
.form-input-select--number .form-input-select-field {
    font-size: 20px;
    padding: 0px 28px 1px 10px;
    text-align: center;
}

.pod__options-size-title {
	text-transform: capitalize;
}
/* tab issue related products */
.tab-display{ display:none;}
@media only screen and (min-width:320px) and (max-width:1023px){
.tab-display{ display:block;}
.tabs--visible .tabs__button { border-top-width: 10px !important;}
.product__related-products .border-open {border-top-width: 10px !important;}
}

/* POD ends Here */
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
.product-thumb__image {
    border: 0 none;
    /*height: 58% !important;*/
	height: auto;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}
}
.product-thumb__image_whatson {
    border: 0;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#date-info{ width:100%; padding:0; margin:70px 0; overflow:hidden;font-size:14px;}
#date-info >p{ padding:0px; text-align:center; font-size:14px;}
.error-pop{ border:solid 1px #cb4947; background:#FBE5E5; color:#000; padding:10px; text-align:center;border-radius: 4px;width: 66%;margin: auto;}
.mem-div{width:100%; padding:0px; margin:10px 16px; overflow:hidden;display: inline-flex;}
.mem-event{ width:48%; float:left; padding:10px;padding-left: 3em;}
.mem-event:nth-child(1){ border-right:solid 1px #CCC; text-align:right;padding-right: 3em;} 
.mem-event > h2{ margin:0; font-size:28px; font-weight:bold;}
.mem-event > p{margin:0;color:#aaabae;padding-left: 2em;}
.mem-event:nth-child(1) > p{margin:0;color: #aaabae;padding-right: 2em;}
.error-alert { border: solid 1px #cf3d3d; background: #ffe9e9; color: #000; padding: 10px; text-align: center; border-radius: 4px;margin-bottom: 10px;width: 66%;margin:1.5em auto 3em; }
.bag__item__event {
  background-color: #eaeaeb;
  background-size: cover;
  height: 90px;
  width: 130px;
}

@media (min-width: 540px) {
  .bag__item__event {
    height: 120px;
    width: 210px;
  }
}
.header__ticket-img-blur {   bottom: -5px;
    filter: blur(20px);
    height: 115%;
    left: -15px;
    top: -15px;
    width: 115%;
  
}

/* New Code for Safari browser*/
.wrap-footer-gap {
    padding-bottom: 40px !important;
    position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .product-browser, .promorow, .footer__navigation, :root .nav__item, .product__body, .product-thumbset {
        display: block;
    }
}

@media only screen and (min-device-width: 766px)  and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome, .product-browser, .promorow, .footer__navigation, :root .nav__item, .product__body {
        display: block;
    }
	::i-block-chrome, .product-thumbset {
        display: inline-table;
    }
/*.hero__link{display: inline-block !important;}*/
.product-browser__content{float: left;}
.product-browser{/* display: inline-table; */}
.product-list__item{ display:inline-table;}
}
/* ----------- iPad landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
.product-thumbset{display: inline-table;}
}
/* ----------- iPad portrait ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
.product-thumbset{display: inline-table;}
.product-thumbset__item{width: 25%;}
}
/* ----------- iPad mini ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
.product-thumbset{display: inline-table;}
.product-thumbset__item{width: 25%;}
}

@media (min-width: 540px) {
  .msg__body {
    font-size: 16px;
  }
}

.datetime-picker__footer-new {
    clear: both;
    margin: 0px;
    text-align: center;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pod__artist-name > a {
    color: #07c3b3;
    text-decoration: none;
}
.pod__subtitle--highlight  > a{
    color: #07c3b3;
    text-decoration: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
.product-attributes__description { margin: 0; line-height: 1.4; min-height: 25px;}
.credit {padding: 20px 10px;border-top: 1px solid #eaeaeb; display:none;}
}
.product-thumb__image_new{
	border: 0;
	max-width: 100%;
	width: 100%;
	height: 250px;
	padding:10px;
	object-fit: contain;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px){
.product-thumb__image_new {
    border: 0 none;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
	height: 200px;
	padding:10px;
}
}

.product-thumb__image{ height:300px !important;}
.product-thumb__title{ min-height:50px;}
.product-thumb__image_pop {height:auto !important;}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px){
.product-thumb__image_new {
    border: 0 none;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
	height: 200px;
	padding:10px;
}
.product-thumb__image{ height:200px !important;}
}


.detail_delivery_bg {  width: 100%;  min-height: 60px;  background-color: #f45a5a;  position: fixed;  bottom: 0px;  z-index: 9999;  }
.delivery_text{
	padding-left:5%; overflow:hidden; padding:9px; color:#FFF;     
}
.Oval-2 {
  width: 44px;
  height: 44px;
  background-color: #ffffff; border-radius:50%; float:left;
}
.VA-logo-footer {
      width: auto;
    height: auto;
    object-fit: contain;
    padding: 12px 5px;
}
.delivery_text > span {float: left; padding: 12px 0 10px 10px;font-size: 18px;line-height: 24px;}
.delivery_text > span:nth-child(3){padding:12px 0 10px 3px;}
.delivery_text > span > strong {font-weight:600;}
.link{ color:#FFF; cursor:pointer;}
@media screen and (min-width:320px) and (max-width:767px){
.delivery_text > span {
    float: left;
    padding: 0 0 0px 10px;
    width: 80%;
 font-size: 16px;
    line-height: 20px;
}
.delivery_text > span:nth-child(3){padding-left: 3.5em; padding-top:0px;}
.delivery_text > span > strong {width: 100%; float: left; font-weight:bold;}
}
@media screen and (min-width:768px) and (max-width:1024px){
.delivery_text > span {float:left; width:auto; padding:0 0 10px 10px;}
}


@media only screen and (min-device-width: 600px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) { 
.delivery_text > span:nth-child(3) {
    padding-left: 0.7em;
    padding-top: 0px;
}
}

@media only screen and (min-device-width: 668px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
.delivery_text > span:nth-child(3) {
    padding-left: 0.7em;
    padding-top: 0px;
}
}

/*----------- iPhone 5 landscape ----------*/
@media only screen and (min-device-width: 500px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
/* .form-input-container{display: block !important;} */
.tabs__button {border-top: 1px solid #eaeaeb; display: block !important;}
.bag__summary__checkout__val{float: right !important; text-align: right !important;}
.bag__summary__checkout__info{display: block !important;}
}
/*----------- iPhone 6 portrait ----------*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) { 
/*.form-input-container{display: inline-block !important;}*/
.tabs__button {border-top: 1px solid #eaeaeb; display: block !important;}
.bag__summary__checkout__val{float: right !important; text-align: right !important;}
.bag__summary__checkout__info{display: block !important;}
}
/*----------- iPhone 6 landscape ----------*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) { 
/*.form-input-container{display: inline-block !important;}*/
.tabs__button {border-top: 1px solid #eaeaeb; display: block !important;}
.bag__summary__checkout__val{float: right !important; text-align: right !important;}
.bag__summary__checkout__info{display: block !important;}
.delivery_text > span:nth-child(3) { padding-left: 8.5%; padding-top: 0px;}
}
/*----------- iPhone 6+ portrait ----------*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) { 
/*.form-input-container{display: inline-block !important;}*/
.tabs__button {border-top: 1px solid #eaeaeb; display: block !important;}
.bag__summary__checkout__val{float: right !important; text-align: right !important;}
.bag__summary__checkout__info{display: block !important;}
}
/*----------- iPhone 6+ landscape ----------*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) { 
/*.form-input-container{display: inline-block !important;}*/
.tabs__button {border-top: 1px solid #eaeaeb; display: block !important;}
.bag__summary__checkout__val{float: right !important; text-align: right !important;}
.bag__summary__checkout__info{display: block !important;}
.delivery_text > span:nth-child(3) { padding-left: 7.5%; padding-top: 0px;}
}
/* gifaid popup */

#validGiftaidDiv  .overlay__box--small {
  max-width: 460px;
  height: 440px;
  border-radius: 4px;
  padding: 20px;
}
#validGiftaidDiv .overlay__box .overlay__box__input_nw .overlay__box__input__title_nw{ text-align: center;}
.overlay__box__input__form > p{ 
    font-size: 18px;
    line-height: 1.78;
    text-align: center;
    color: #383b3f;
    padding: 0;
    width: 380px;
    height: 96px;
    margin: auto;
}
.overlay__box__input__form{ text-align:center;}
.overlay__box__btn-gift{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font: inherit;
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #07c3b3;
    color: #1d1e20;
    cursor: pointer;
    display: block;
    border-radius: 2px;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 216px;
    height: 56px;
    margin: 10px auto;
}
.datetime-picker__footer__add-to-bag_nw{
    width: 106px;
    height: 26px;
    font-size: 16px;
    text-align: center;
    color: #505054;
    border: none;
    background: no-repeat;
    margin: 5px auto;
    padding: 0;
    border-bottom: solid 1px;
	font-family: 'The Sans', sans-serif;
	cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 680px){
	#validGiftaidDiv .overlay__box--small{
		width: 280px;
		height: 380px;
		border-radius: 2px;
	}
	.overlay__box__input__form > p{
		width: 240px;
        height: 108px;
        font-size: 14px;
        line-height: 1.93;
        text-align: center;
        color: #383b3f;
	}
	#validGiftaidDiv .overlay__box .overlay__box__input_nw .overlay__box__input__title_nw {
    text-align: center;
    margin: 0;
    }
}


.Inc__donation {width: auto; border-radius: 2px;background-color: #f9f9f9;border: solid 1px #d6d6d6;padding:31px 31px 20px; overflow:hidden; margin:0 0 48px}
.Inc__donation_img{ width:15%; float:left;  padding:0px;height: auto;mix-blend-mode: multiply;margin-right: 10px;overflow:hidden;text-align: center;}
.Inc__donation_img >img{ width:100%; padding:0;}
.Inc__donation_content, .Inc__donation_contentnw { width:88%; float:left; font-size: 18px; line-height: 1.78; padding:0 10px;}
.Inc__donation_imgbg{ width:101px; float:left;padding:0px;height: auto;mix-blend-mode: multiply;margin-right: 10px;overflow:hidden;text-align: center;}
.Inc__donation_imgbg >img{ width:100%; padding:0;}
.Inc__donation_content {width:84%;}
.Inc__donation_contentnw >p:nth-child(1){font-size: 25px;font-weight: 600;line-height: 1.44;text-align: left;color: #1d1e20;margin: 10px 0;}
.Inc__donation_contentnw >p:nth-child(2){font-size: 18px;line-height: 1.78;text-align: left;color: #383b3f; padding:0; margin:0;}

.form-input-checkbox_nw:not(:checked) + span, .form-input-checkbox_nw:checked + span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.form-input-checkbox_nw:checked + span:before {
    background-color: #FFF;
    border-color: #6f777b;
}
.form-input-checkbox_nw {
    position: absolute;
    left: -9999px;
}
.form-input-checkbox_nw + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px;
    border: solid 2px #6f777b;
    border-radius: 2px;
    background-color: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.form-input-checkbox_nw:not(:checked) + span, .form-input-checkbox_nw:checked + span {
    cursor: pointer;
    padding-left: 45px;
    position: relative;
    line-height: 1.5; 
	font-size: 24px;	
}
.form-input-checkbox_nw:checked + span:after {
    /*background: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="36…e-linecap="square"><path d="M366.5 328.5l4 4M378.5 324.5l-8 8"/></g></svg>) no-repeat;*/
	background: url(../images/giftaidcheck.png) no-repeat;
    background-size: cover;
    content: '';
    height: 15px;
    left: 10px;
    top: 10px;
    position: absolute;
    width: 17px;font-weight: 600;
}
#giftaidseeless{ font-size:14px; margin-top:10px;}

@media only screen and (min-device-width: 320px) and (max-device-width: 680px){
	
	.Inc__donation{ padding:10px;}
	.Inc__donation_img{ width:100%; float:left;padding:0px;height: auto;mix-blend-mode: multiply;margin-right: 10px;margin-bottom: 10px;overflow:hidden;text-align: center;}
	.Inc__donation_content{ width:100%; float:left;}
	.Inc__donation_img >img{ width:auto; padding:0;}
	#giftaidseemore{font-size: 14px; line-height: 1.71;text-align: left; color: #383b3f;}
	.Inc__donation_contentnw >p:nth-child(1){font-size: 18px; line-height: 1.56; text-align: left;margin: 0;}
	.Inc__donation_contentnw >p{ font-size: 14px; line-height: 1.71;}
	.Inc__donation_contentnw >p:nth-child(2){font-size: 14px; line-height: 1.71;text-align: left; color: #383b3f;}  
	
	.Inc__donation_imgbg{float: left; width: 78px;overflow:hidden;}
	.Inc__donation_contentnw{float: left;width: 68%;padding: 0;}
	.txt{ font-size: 18px !important; line-height: 1.56 !important; text-align: left; color: #1d1e20;}	
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px){
	.form-input-checkbox_nw + span:before {
    width: 24px;
    height: 24px;
}
.form-input-checkbox_nw:not(:checked) + span, .form-input-checkbox_nw:checked + span {
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.5; 
	font-size: 24px;	
}
.form-input-checkbox_nw:checked + span:after {
    /*background: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="36…e-linecap="square"><path d="M366.5 328.5l4 4M378.5 324.5l-8 8"/></g></svg>) no-repeat;*/
	background: url(../images/giftaidcheck.png) no-repeat;
    background-size: cover;
    content: '';
    height: 15px;
    left: 6px;
    top: 7px;
    position: absolute;
    width: 17px;
}
/*.form-input-container #billing-edq-back-button-suggestions,.form-input-container #billing-edq-select-button {display: none !important;}*/
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)and (-webkit-min-device-pixel-ratio: 2) {
	.Inc__donation_content {    width: 77%;}
	.Inc__donation_img {    width: 20%;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (-webkit-min-device-pixel-ratio: 2) {
	.delivery_text > span {  float: left;  width: 80%; padding: 0 0 0px 10px;}
	.delivery_text > span:nth-child(3) {padding: 0; margin-left: 1%;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.delivery_text > span {  float: left;  width: 80%; padding: 0 0 0px 10px;}
.delivery_text > span:nth-child(3) {padding: 0; margin-left: 7%;}
}

@media only screen and (min-device-width: 736px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) { 
#mainOverlay .overlay__box { width: 745px; margin:10px auto;}
}

@media only screen and (max-width: 499px) {
   .order-confirmation .share-sub.fb-share-button {
	   width: 100% !important;
   }
}
#opc-address-form-shipping {position: relative;}
#billing-edq-back-button{ top: 100%; }
#shipping-edq-back-button{ top: 100%; }

@media (max-width: 500px) {
 form#opc-address-form-shipping {
  padding-bottom: 50px;
 }

 button#billing-edq-change-address-button {
  top: auto !important;
  bottom: -30px !important;
  right: auto !important;
  left: 0 !important;
  margin: 0 !important;
 }
 
  button#shipping-edq-change-address-button {
  top: auto !important;
  bottom: 0px !important;
  right: auto !important;
  left: 0 !important;
  margin: 0 !important;
 }

 #co-billing-form .form-fieldset {
  margin-top: 75px;
 }
 button#billing-edq-select-button.checkout__find-address-btn-back {
 top: auto !important;
 bottom: -30px;
 right: auto !important;
}
button#shipping-edq-select-button.checkout__find-address-btn-back {
 top: auto !important;
 bottom: -30px;
 right: auto !important;
}
}

select#billing-edq-suggestions.address-select.form-input-select-field,
select#shipping-edq-suggestions.address-select.form-input-select-field {
 height: auto !important;
 -webkit-appearance: menulist-button !important;
}

#mainOverlay #cart_accessory_items .product-thumb .product-thumb__title,
#mainOverlay #cart_accessory_items .product-thumb .product-thumb__price {
 color: #000;
}



.fr-fullheight{
	width: 100%;
	min-height: 60px;
	background-color: #ffffff;
	position: fixed;
	bottom: 0px;
	z-index: 9999;
}
.b-cookie-banner__content-text {
  width: 792px;
  height: 29px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1d1e20;
}


.b-cookie-banner__content-text {
    text-align: left !important;
    display: block !important;
    margin: 0 auto;
    font-size: 18px !important;
    height: auto !important;
    width: 100%;
    max-width: 1280px;
}

.fr-fullheight {
    padding: 10px 0;
}

#cookieBar {
    border-top: 3px solid #b7b8bd;
}

#cookieBar .b-cookie-banner__content-text a {
    color: #1d1e20;
}

#cookieBar .b-cookie-banner__content-text a:hover {
    text-decoration: none;
}

#cookieBar .b-cookie-banner__close-button.js-cookie-banner-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}    

#cookieBar.fr-fullheight {
    min-height: 40px;
}

#cookieBar button  .b-cookie-banner__close-icon {width: 20px !important;height: 20px !important;}

@media (max-width: 1079px) {
    #cookieBar {padding: 10px 35px;}
    #cookieBar .b-cookie-banner__close-button.js-cookie-banner-close {top: 10px;right: 10px;}
}

@media (max-width: 900px) {
    .b-cookie-banner__content-text {
        font-size: 14px !important;
    }
}
@media (max-width: 767px) {
    #cookieBar .b-cookie-banner__close-button.js-cookie-banner-close { 
        position: absolute;
        right: 10px;
        top: auto !important;
        height: 16px;
        bottom: 10px !important;
    }
    .b-cookie-banner__content-text {
        width: auto !important;
        padding: 0;
    }    
    #cookieBar button  .b-cookie-banner__close-icon {width: 16px !important;height: 16px !important;}
    #cookieBar {padding: 10px 35px;}
}
@media (min-width: 1080px) and (max-width: 1280px) {
    .b-cookie-banner__content-text {padding-left: 10px;}
}
@media (min-width: 1282px) and (max-width: 1295px) {
    .b-cookie-banner__content-text {padding-left: 10px;}
}
#billing-new-address-form select{
outline: none;
background-color: transparent;
font: inherit;
font-size: inherit;
line-height: inherit;
font-size: inherit;
border-radius: 2px;
border: 1px solid #aaabae;
display: block;
font-size: 14px;
margin: 0 0 10px;
padding: 10px;
width: 100%;	
}
#shipping-new-address-form select{
outline: none;
background-color: transparent;
font: inherit;
font-size: inherit;
line-height: inherit;
font-size: inherit;
border-radius: 2px;
border: 1px solid #aaabae;
display: block;
font-size: 14px;
margin: 0 0 10px;
padding: 10px;
width: 100%;	
}
#billing-address-select{
outline: none;
background-color: transparent;
font: inherit;
font-size: inherit;
line-height: inherit;
font-size: inherit;
border-radius: 2px;
border: 1px solid #aaabae;
display: block;
font-size: 14px;
margin: 0 0 10px;
padding: 10px;
width: 100%;	
}
#shipping-address-select{
outline: none;
background-color: transparent;
font: inherit;
font-size: inherit;
line-height: inherit;
font-size: inherit;
border-radius: 2px;
border: 1px solid #aaabae;
display: block;
font-size: 14px;
margin: 0 0 10px;
padding: 10px;
width: 100%;	
}
@media (min-width: 1080px) {
  _:-ms-lang(x), .nav__sub-items {
     width: 300px !important;
   }
}