@font-face {
  font-family: 'iconography';
  src: url("../fonts/iconography.eot");
  src: url("../fonts/iconography.eot?#iefix") format("embedded-opentype"), url("../fonts/iconography.woff2") format("woff2"), url("../fonts/iconography.woff") format("woff"), url("../fonts/iconography.ttf") format("truetype"), url("../fonts/iconography.svg#iconography") format("svg");
  font-weight: normal;
  font-style: normal; }

i.icon {
  font-family: 'iconography';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tooltip {
  opacity: 1 !important; }
  .tooltip .tooltip-inner {
    background: rgba(0, 0, 0, 0.8); }

body.popup-no-scroll {
  overflow: hidden; }

#miles-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  box-sizing: border-box;
  padding: 15px 0; }
  #miles-popup * {
    box-sizing: border-box; }
  #miles-popup.active {
    opacity: 1;
    visibility: visible; }
    #miles-popup.active .miles-popup-content {
      right: 0; }

.miles-popup-wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.miles-popup-middle {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  vertical-align: middle; }

.miles-popup-content {
  background: #fff;
  width: 385px;
  margin: 0 0 0 auto;
  position: absolute;
  right: -385px;
  transition: all .3s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
  .miles-popup-content img {
    max-width: 100%; }

.miles-popup-close {
  display: block;
  width: 15px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100; }
  .miles-popup-close img {
    max-width: 100%;
    width: 100%; }

.miles-popup-top {
  position: relative; }
  .miles-popup-top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }

.miles-top-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.6; }
  .miles-top-content h5 {
    font-family: 'Emirates-Medium', Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 8px; }
  .miles-top-content p {
    margin: 0; }
  .miles-top-content p.note {
    margin-top: 5px;
    font-size: 11px; }

.miles-popup-bottom {
  padding: 30px; }
  .miles-popup-bottom .or {
    margin-top: 10px;
    text-align: center;
    color: #474948; }
    .miles-popup-bottom .or a {
      color: #474948; }

.miles-popup-buttons::after {
  display: block;
  clear: both;
  content: ""; }

.miles-popup-buttons a {
  width: 48%;
  display: block;
  padding-left: 5px;
  padding-right: 5px; }

.miles-popup-buttons a.login {
  float: left; }

.miles-popup-buttons a.more {
  float: right; }

@media (max-width: 500px) {
  #miles-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.6); }
  .miles-popup-close {
    top: 10px;
    right: 15px; }
  .miles-popup-content {
    background: #fff;
    max-width: 385px;
    width: 100%;
    position: static;
    margin: 0 auto;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .miles-popup-bottom {
    padding: 20px; }
  .miles-top-content h5 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.2; }
  .miles-top-content p {
    font-size: 13px; }
  .miles-popup-buttons a {
    font-size: 10px; }
  .miles-popup-bottom {
    padding: 20px; }
    .miles-popup-bottom .or {
      font-size: 12px; } }

#skywards-login {
  text-align: center; }
  #skywards-login h5 {
    font-family: 'Emirates-Medium', Georgia, 'Times New Roman', Times, serif; }
  #skywards-login .popup-top {
    padding: 50px 40px 20px 40px; }
    #skywards-login .popup-top .btn {
      padding: 16px 40px;
      font-weight: 700;
      font-family: Helvetica, Arial, sans-serif; }
  #skywards-login .not-skywards {
    background: #f6f6f6;
    padding: 25px 30px; }

#skywards-calc .popup-content {
  padding: 30px;
  text-align: center; }

#skywards-calc h5 {
  font-family: 'Emirates-Medium', Georgia, 'Times New Roman', Times, serif; }

#skywards-calc .note {
  padding: 10px 20px;
  background: #f9f9f9;
  font-size: 12px; }
  #skywards-calc .note strong {
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif; }

#skywards-calc .btn {
  width: 100%;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif; }

#skywards-calc input:read-only {
  background-color: #fff;
  cursor: not-allowed; }

@media (max-width: 380px) {
  #skywards-calc .popup-content {
    padding: 30px 20px; }
  #skywards-calc .popup-close {
    top: 10px;
    right: 10px; } }

#miles-calculator {
  margin-bottom: 20px;
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  margin-top: 30px; }
  #miles-calculator .fields {
    text-align: left;
    margin-bottom: 8px; }
    #miles-calculator .fields::after {
      display: block;
      clear: both;
      content: ""; }
    #miles-calculator .fields .field-miles {
      float: left;
      width: 46%; }
    #miles-calculator .fields .field-cash {
      float: right;
      width: 46%; }
    #miles-calculator .fields .field-label {
      margin-bottom: 3px; }
    #miles-calculator .fields .field-input input {
      padding: 0 20px;
      height: 42px;
      width: 100%; }
    #miles-calculator .fields .field-input input::-webkit-outer-spin-button,
    #miles-calculator .fields .field-input input::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }
    #miles-calculator .fields .field-input input[type=number] {
      -moz-appearance: textfield;
      /* Firefox */ }
  @media (max-width: 380px) {
    #miles-calculator .fields .field-cash,
    #miles-calculator .fields .field-miles {
      width: 100%;
      float: none; } }

#payment-method .popup-content {
  padding: 30px;
  text-align: center; }

#payment-method h5 {
  font-family: 'Emirates-Medium', Georgia, 'Times New Roman', Times, serif; }

#payment-method .btn {
  margin-bottom: 15px;
  width: 100%;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif; }

#payment-method .go-back {
  color: #333; }

@media (max-width: 360px) {
  #payment-method .popup-content {
    padding: 30px 15px; } }

.method-list {
  margin-bottom: 20px; }
  .method-list .method {
    margin-bottom: 10px;
    padding: 30px 20px;
    border: 1px solid #999;
    position: relative;
    text-align: left;
    padding-left: 130px;
    background: #fff;
    transition: all .3s ease;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .method-list .method.active:hover, .method-list .method.active {
      box-shadow: none;
      background: #dcdcdc;
      box-shadow: none; }
    .method-list .method:hover {
      background: #eee; }
    .method-list .method.skywards {
      padding: 20px 20px;
      padding-left: 130px; }
      .method-list .method.skywards .icon {
        display: inline-block;
        width: 100px;
        left: 10px;
        margin-top: -25px; }
  .method-list .condition {
    font-size: 12px;
    display: block;
    color: #1e1d1d;
    margin-top: 5px;
    line-height: 1.3; }
  .method-list img {
    max-width: 100%; }
  .method-list .method-label {
    font-size: 20px;
    line-height: 1.3; }
  .method-list .icon {
    color: #e51837;
    font-size: 55px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px; 
    line-height: 0.5;
  }
  @media (max-width: 480px) {
    .method-list .method {
      cursor: pointer;
      padding: 20px 10px;
      padding-left: 80px; }
      .method-list .method:hover {
        background: #dbdbdb; }
      .method-list .method.skywards {
        padding: 20px 10px;
        padding-left: 80px; }
        .method-list .method.skywards .icon {
          display: inline-block;
          width: 60px;
          left: 10px;
          margin-top: -15px; }
    .method-list .condition {
      font-size: 11px; }
    .method-list .method-label {
      font-size: 15px; }
    .method-list .icon {
      font-size: 33px;
      margin-top: -9px; } }
  @media (max-width: 360px) {
    .method-list .method {
      cursor: pointer;
      padding: 20px 10px;
      padding-left: 70px; }
      .method-list .method:hover {
        background: #dbdbdb; }
      .method-list .method.skywards {
        padding: 20px 0 20px 10px;
        padding-left: 70px; }
        .method-list .method.skywards .icon {
          display: inline-block;
          width: 50px;
          left: 10px;
          margin-top: -15px; }
    .method-list .condition {
      font-size: 9px; }
    .method-list .method-label {
      font-size: 14px; }
    .method-list .icon {
      font-size: 30px;
      margin-top: -9px; } }

#promocode-alert {
  text-align: center; }
  #promocode-alert .popup-content {
    padding: 30px 20px 20px 20px;
    font-size: 16px;
    line-height: 1.4; }
    #promocode-alert .popup-content strong {
      font-weight: 700;
      font-family: Helvetica, Arial, sans-serif; }
  #promocode-alert .buttons {
    margin-top: 30px; }
    #promocode-alert .buttons::after {
      display: block;
      clear: both;
      content: ""; }
    #promocode-alert .buttons .btn {
      width: 49%;
      float: left; }
      #promocode-alert .buttons .btn.btn-primary {
        float: right; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  padding: 20px;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  box-sizing: border-box; }
  .popup * {
    box-sizing: border-box; }
  .popup.active {
    opacity: 1;
    visibility: visible; }
  .popup .popup-wrapper {
    display: table;
    width: 100%;
    height: 100%; }
  .popup .popup-middle {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
  .popup .popup-content {
    position: relative;
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
    background: #fff; }
    .popup .popup-content .popup-close {
      color: #fff;
      display: block;
      margin-bottom: 10px;
      position: absolute;
      top: 20px;
      right: 20px; }
  @media (max-width: 480px) {
    .popup .popup-wrapper {
      vertical-align: top; } }

.loggedin {
  background: #e51837;
  height: 42px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 32px 5px 12px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer; }
  .loggedin * {
    box-sizing: border-box; }
  .loggedin.active:after {
    content: '\f077'; }
  .loggedin.active .loggedin-user {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .5s ease; }
  .loggedin.active .close-overlay {
    display: block; }
  .loggedin .close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer; }
  .loggedin .name {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .loggedin .skywards {
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .loggedin:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    top: 6px;
    right: 6px;
    padding-top: 5px;
    font-family: 'FontAwesome';
    content: '\f078';
    font-size: 14px;
    font-weight: 700; }
  .loggedin .loggedin-user {
    position: absolute;
    top: 120%;
    right: 0;
    background: #fff;
    color: #474948;
    width: 129%;
    padding: 20px 15px;
    font-size: 14px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0s ease; }
    .loggedin .loggedin-user.blue .skywards-info .si-badge {
      background-image: url("../img/tier-blue.png"); }
    .loggedin .loggedin-user.gold .skywards-info .si-badge {
      background-image: url("../img/tier-gold.png"); }
    .loggedin .loggedin-user.platinum .skywards-info .si-badge {
      background-image: url("../img/tier-platinum.png"); }
    .loggedin .loggedin-user.silver .skywards-info .si-badge {
      background-image: url("../img/tier-silver.png"); }
    .loggedin .loggedin-user .name {
      width: 100%;
      font-size: 16px;
      font-weight: 700;
      font-family: Helvetica, Arial, sans-serif; }
    .loggedin .loggedin-user .skywards-info {
      margin: 8px 0;
      padding: 8px 0;
      padding-left: 70px;
      position: relative;
      min-height: 80px;
      border-bottom: 1px solid #ddd; }
      .loggedin .loggedin-user .skywards-info .si-badge {
        position: absolute;
        top: 8px;
        left: 0;
        width: 58px;
        height: 58px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 58px 58px; }
      .loggedin .loggedin-user .skywards-info .si-content {
        position: relative;
        top: 7px; }
        .loggedin .loggedin-user .skywards-info .si-content .total {
          font-size: 12px;
          white-space: nowrap; }
    .loggedin .loggedin-user .account {
      display: block;
      padding: 10px 0;
      color: #e51837;
      padding-left: 28px;
      position: relative; }
      .loggedin .loggedin-user .account i.icon {
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 22px; }
    .loggedin .loggedin-user .logout {
      width: 100%;
      color: #fff;
      padding: 7px;
      margin-top: 8px; }
  @media (max-width: 479px) {
    .loggedin .name {
      padding-top: 7px;
      width: 82px; }
    .loggedin .skywards {
      display: none; }
    .loggedin .loggedin-user {
      width: 300px; }
      .loggedin .loggedin-user .name {
        width: 100%; } }

.product-list a .title {
  height: 120px; }
  .product-list a .title h3 {
    height: 45px; }
  .product-list a .title .price .fiat {
    background: #e51837;
    text-align: center;
    color: #fff;
    padding: 13px 15px;
    box-sizing: border-box; }
  .product-list a .title .price.selection.no-skywards:before {
    display: none !important; }
  .product-list a .title .price.selection.no-skywards .skywards {
    background: #c8c8c8;
    color: #474948;
    padding: 2px 10px; }
    .product-list a .title .price.selection.no-skywards .skywards .text {
      font-weight: 300;
      line-height: 1.1;
      color: #666; }
      .product-list a .title .price.selection.no-skywards .skywards .text strong {
        font-weight: 900;
        color: #333;
        font-family: Helvetica, Arial, sans-serif; }
  .product-list a .title .price.selection {
    overflow: hidden;
    position: relative; }
    .product-list a .title .price.selection:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      content: 'OR';
      font-size: 9px;
      line-height: 20px;
      text-align: center;
      margin: -10px 0 0 -10px;
      background: #fff;
      border-radius: 100px; }
    .product-list a .title .price.selection .fiat {
      width: 50%;
      float: left;
      padding: 13px 8px;
      height: 46px; }
    .product-list a .title .price.selection .skywards {
      width: 50%;
      float: right;
      background: #474948;
      box-sizing: border-box;
      color: #fff;
      padding: 5px 8px 0 8px;
      height: 46px;
      text-align: center;
      line-height: 1.2; }
      .product-list a .title .price.selection .skywards .point {
        font-weight: 700;
        font-size: 16px;
        font-family: Helvetica, Arial, sans-serif; }
      .product-list a .title .price.selection .skywards .text {
        font-size: 11px; }
  @media (max-width: 1199px) {
    .product-list a .title .price.selection.no-skywards .skywards {
      padding: 4px 5px; }
      .product-list a .title .price.selection.no-skywards .skywards .text strong {
        font-size: 10px; }
    .product-list a .title .price.selection:before {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .product-list a .title .price.selection .fiat {
      font-size: 12px; }
    .product-list a .title .price.selection .skywards {
      padding-top: 9px; }
      .product-list a .title .price.selection .skywards .point {
        font-size: 14px; }
      .product-list a .title .price.selection .skywards .text {
        font-size: 9px; } }
  @media (max-width: 979px) {
    .product-list a .title .price.selection.no-skywards .skywards {
      padding: 2px 2px; }
      .product-list a .title .price.selection.no-skywards .skywards .text strong {
        font-size: 9px; }
    .product-list a .title .price.selection:before {
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
    .product-list a .title .price.selection .skywards {
      padding-top: 7px; }
      .product-list a .title .price.selection .skywards .point {
        font-size: 12px; }
      .product-list a .title .price.selection .skywards .text {
        font-size: 9px; } }
  @media (max-width: 767px) {
    .product-list a .title .price.selection.no-skywards .skywards {
      padding: 5px 2px; }
      .product-list a .title .price.selection.no-skywards .skywards .text strong {
        font-size: 9px; }
    .product-list a .title .price.selection:before {
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
    .product-list a .title .price.selection .skywards {
      padding-top: 10px; }
      .product-list a .title .price.selection .skywards .point {
        font-size: 12px; }
      .product-list a .title .price.selection .skywards .text {
        font-size: 9px; } }
  @media (max-width: 480px) {
    .product-list a .title .price.selection.no-skywards .skywards {
      padding: 4px 2px; }
      .product-list a .title .price.selection.no-skywards .skywards .text strong {
        font-size: 11px; } }

.details .price {
  box-sizing: border-box; }
  .details .price * {
    box-sizing: border-box; }
  .details .price.selection {
    position: relative; }
    .details .price.selection::after {
      display: block;
      clear: both;
      content: ""; }
    .details .price.selection:before {
      content: '';
      position: absolute;
      width: 26px;
      height: 26px;
      top: 50%;
      left: 50%;
      content: 'OR';
      font-size: 11px;
      line-height: 25px;
      text-align: center;
      margin: -13px 0 0 -13px;
      background: #fff;
      border-radius: 100px; }
    .details .price.selection .fiat {
      background: #e51837;
      text-align: center;
      color: #fff;
      font-size: 20px;
      width: 50%;
      float: left;
      padding: 0 8px;
      height: 76px;
      line-height: 76px; }
    .details .price.selection .skywards {
      width: 50%;
      float: right;
      background: #474948;
      box-sizing: border-box;
      color: #fff;
      padding: 14px 8px 0 8px;
      height: 76px;
      text-align: center;
      line-height: 1.6; }
      .details .price.selection .skywards .point {
        font-weight: 700;
        font-size: 20px;
        font-family: Helvetica, Arial, sans-serif; }
      .details .price.selection .skywards .tooltip {
        width: 150px; }
      .details .price.selection .skywards .text {
        font-size: 12px; }
        .details .price.selection .skywards .text i {
          position: relative;
          top: 2px;
          width: 15px;
          height: 15px;
          display: inline-block;
          margin-left: 4px;
          background: transparent url(../img/icon-info.svg) no-repeat 0 0;
          background-size: 15px 15px; }
          .details .price.selection .skywards .text i span {
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.8);
            font-style: normal;
            border-radius: 5px;
            width: 100px;
            height: 50px; }
  @media (max-width: 979px) {
    .details .price.selection:before {
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
    .details .price.selection .skywards .text {
      font-size: 10px; } }
  @media (max-width: 479px) {
    .details .price.selection:before {
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }
    .details .price.selection .fiat {
      font-size: 16px; }
    .details .price.selection .skywards {
      padding-top: 10px; }
      .details .price.selection .skywards .point {
        font-size: 16px; }
      .details .price.selection .skywards .text {
        font-size: 10px; }
        .details .price.selection .skywards .text i {
          margin-top: 3px; } }

.voucher.box .voucher-wrapper {
  position: relative;
  font-size: 13px; }

.voucher.box .voucher-remove {
  position: absolute;
  top: 0;
  right: 0; }

.voucher.box .voucher-name {
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif; }

.miles-promo.box {
  padding: 0; }
  .miles-promo.box img {
    max-width: 100%;
    width: 100%; }
  .miles-promo.box .box-content {
    padding: 20px;
    margin-top: 0;
    text-align: center; }
    .miles-promo.box .box-content h6 {
      font-family: 'Emirates-Medium';
      margin-bottom: 10px; }

.cart.box {
  padding: 0;
  box-sizing: border-box; }
  .cart.box * {
    box-sizing: border-box; }
  .cart.box .title {
    padding: 10px 15px;
    margin: 0; }
  .cart.box .with-cash {
    background: #e51837;
    padding: 15px 15px;
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
    padding-left: 0;
    text-align: left;
    padding-left: 70px; 
    display: flex;
    align-items: center;
    min-height: 50px;
  }
    .cart.box .with-cash i.icon {
      content: '';
      position: absolute;
      top: 10px;
      left: 15px;
      font-size: 30px;
      font-weight: 500; }
  .cart.box .with-miles {
    background: #474948;
    padding: 20px 15px 15px 15px;
    color: #fff;
    text-align: left;
    position: relative;
    padding-left: 70px;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif; }
    .cart.box .with-miles:after {
      position: absolute;
      width: 64px;
      height: 24px;
      top: 0;
      left: 50%;
      content: 'AND/OR';
      font-size: 11px;
      line-height: 26px;
      text-align: center;
      margin: -12px 0 0 -32px;
      background: #fff;
      color: #444;
      border-radius: 100px; }
    .cart.box .with-miles:before {
      content: '';
      width: 45px;
      height: 22px;
      display: inline-block;
      position: absolute;
      top: 15px;
      left: 15px;
      background: transparent url("../img/icon-cart-miles.png") no-repeat 0 0; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .cart.box .with-miles:before {
          background-image: url("../img/icon-cart-miles@2x.png");
          background-size: 45px 22px; } }
  .cart.box .price-list {
    padding: 0 15px;
    margin: 0; }
    .cart.box .price-list li {
      margin: 0;
      padding: 18px 0;
      border-bottom: 1px solid #e4e4e4; }
      .cart.box .price-list li:last-child {
        border-bottom: 0; }
      .cart.box .price-list li strong {
        right: 0;
        font-weight: 700;
        font-family: Helvetica, Arial, sans-serif; }
        .cart.box .price-list li strong.calc {
          padding-right: 26px; }
          .cart.box .price-list li strong.calc i {
            cursor: pointer;
            position: absolute;
            top: -2px;
            right: 0;
            width: 19px;
            height: 20px;
            display: inline-block;
            color: #e51837;
            font-size: 22px; }
        .cart.box .price-list li strong .tooltip {
          width: 90px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .cart.box .price-list li strong {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 5px; } }

@media (max-width: 1199px) {
  .cart-details .box .input-append {
    white-space: normal;
    width: 100%; }
    .cart-details .box .input-append input {
      width: 100%;
      box-sizing: border-box; }
    .cart-details .box .input-append .btn {
      width: 100%;
      line-height: 1.4; } }

@media (min-width: 768px) and (max-width: 979px) {
  .voucher.box .voucher-remove {
    position: relative;
    top: 0;
    right: 0; } }

#checkout-content .accept {
  margin-bottom: 20px;
  padding-left: 10px; }
  #checkout-content .accept span {
    padding-left: 10px; }

.cart-breakdown.box {
  padding: 0 0 0 0;
  background: #fff;
  box-sizing: border-box; }
  .cart-breakdown.box * {
    box-sizing: border-box; }
  .cart-breakdown.box .hgroup {
    background: #e51837;
    padding-bottom: 0;
    margin: 0; }
    .cart-breakdown.box .hgroup h3 {
      color: #fff;
      padding: 15px 0; }
  .cart-breakdown.box .cart-desc {
    background: #f9f9f9;
    padding: 15px 20px;
    font-size: 12px; }
    .cart-breakdown.box .cart-desc p:last-child {
      margin-bottom: 0; }
  .cart-breakdown.box .cart-wrapper {
    /* padding: 10px 20px; */
    font-size: 12px; }
    .cart-breakdown.box .cart-wrapper strong {
      /* font-weight: normal; */
      font-family: Helvetica, Arial, sans-serif; }
  .cart-breakdown.box .miles-field .miles-label {
    margin-bottom: 5px; }
  .cart-breakdown.box .miles-field input {
    width: 100%;
    height: 36px; 
    border-color:#c7c7c7;
    margin-bottom: 0;
    border-radius: 3px;
  }
  .cart-breakdown.box .miles-field #miles-update {
    display: none; }
    .cart-breakdown.box .miles-field #miles-update button {
      padding: 6px 15px; }
  .cart-breakdown.box .cart-note {
    background: #f9f9f9;
    padding: 20px 20px;
    color: #888;
    font-size: 12px;
    line-height: 1.4; }
    .cart-breakdown.box .cart-note strong {
      color: #474948;
      font-weight: 700;
      font-family: Helvetica, Arial, sans-serif; }
  .cart-breakdown.box .price-list {
    padding-bottom: 15px; }
    .cart-breakdown.box .price-list li {
      margin: 0;
      padding: 12px 0;
      border-bottom: 1px solid #f9f9f9; }
      .cart-breakdown.box .price-list li strong {
        right: 0; }
      .cart-breakdown.box .price-list li.important.miles {
        border-bottom: 0;
        padding-bottom: 5px; }
      .cart-breakdown.box .price-list li:last-child {
        border-bottom: 0 !important; }
  @media (max-width: 1199px) {
    .cart-breakdown.box .price-list li {
      font-size: 12px; } }
  @media (max-width: 979px) {
    .cart-breakdown.box .price-list li {
      font-size: 12px;
      padding: 10px 0; }
      .cart-breakdown.box .price-list li strong {
        display: block;
        position: static; } }
  @media (max-width: 767px) {
    .cart-breakdown.box .price-list li {
      font-size: 12px;
      padding: 15px 0; }
      .cart-breakdown.box .price-list li strong {
        display: inline;
        position: absolute; } }

.payment-method {
  border-top: 1px solid #f0f0f0;
  box-sizing: border-box;
  padding: 25px 0; }
  .payment-method::after {
    display: block;
    clear: both;
    content: ""; }
  .payment-method * {
    box-sizing: border-box; }
  .payment-method .pm-left {
    width: 30%;
    float: left; }
  .payment-method .pm-right {
    width: 70%;
    float: left; }
  .payment-method.skywards .pm-right {
    padding-left: 25px; }
  .payment-method.cash .pm-right iframe {
    margin-top: -15px; }
  .payment-method .skywards-info {
    font-size: 13px;
    color: #666; }
    .payment-method .skywards-info strong {
      color: #333;
      font-weight: 700;
      font-family: Helvetica, Arial, sans-serif; }
  .payment-method .method {
    position: relative;
    padding-left: 60px; }
    .payment-method .method.skywards .icon {
      left: 0; }
    .payment-method .method .icon {
      position: absolute;
      top: 0;
      left: 10px;
      font-size: 32px;
      color: #e51736;
      width: 50px;
      display: block; }
      .payment-method .method .icon img {
        max-width: 100%; }
    .payment-method .method .method-label {
      font-size: 16px;
      font-weight: 700;
      font-family: Helvetica, Arial, sans-serif; }
      .payment-method .method .method-label .amount {
        display: block;
        margin-top: 4px;
        font-size: 13px;
        font-weight: 400; }
  @media (max-width: 1199px) {
    .payment-method .pm-left {
      width: 25%; }
    .payment-method .pm-right {
      width: 75%; }
    .payment-method .skywards-info {
      font-size: 13px;
      color: #666; }
      .payment-method .skywards-info strong {
        color: #333;
        font-weight: 700;
        font-family: Helvetica, Arial, sans-serif; }
    .payment-method .method {
      position: relative;
      padding-left: 50px; }
      .payment-method .method.skywards .icon {
        left: 0; }
      .payment-method .method .icon {
        left: 5px;
        font-size: 26px;
        width: 40px; }
      .payment-method .method .method-label {
        font-size: 14px;
        line-height: 1.4; }
        .payment-method .method .method-label .amount {
          line-height: 1.3;
          font-size: 11px; } }
  @media (max-width: 979px) {
    .payment-method .pm-left {
      width: 100%; }
    .payment-method .pm-right {
      width: 100%; }
    .payment-method.skywards .pm-right {
      margin-top: 10px;
      padding-left: 50px; }
    .payment-method.cash .pm-right iframe {
      margin-top: 0; } }

/*-- New UI for spend miles --*/
.cart-breakdown.box {
  background:none;
  box-shadow: none;
}
.cart-box {
  padding: 15px 20px 20px 20px;
  background: #ffffff;
  border-radius: 5px;
}
.cart-box.old-box {
  border-radius: 0;
}
.cart-wrapper {
  border-radius: 2px;
  box-shadow: 0 1px 2px rgb(71 73 72 / 25%);
  margin-bottom: 20px;
}
.cart-wrapper.no-shadow {
  box-shadow: none;
}
.spend-miles h4 {
  font-family: 'Emirates-Medium', Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  color: #474948;
  margin-bottom: 10px;
  line-height: 1.3;
}
.spend-miles p{
  font-size: 12px;
  color: #474948;
}
#miles-update {
  display: none;
  margin-top: 20px;
}
.miles-input-wrapper{
  position: relative;
}
.miles-input-wrapper .input-label {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 14px;
}
.cart-breakdown.box .miles-field input[type="text"]:disabled, .cart-breakdown.box .miles-field input[type="text"]:focus{
  background: #ffffff;
}
.price-list li {
  font-size: 14px;
}
.price-list li.miles-redeem-black b{
  font-size: 16px;
}
.price-list li.miles-redeem-black h3 {
  font-size: 16px;
  color: #474948;
  font-family: 'Emirates-Medium', Georgia, 'Times New Roman', Times, serif;
  margin-bottom: 0;
  line-height: 1.3;
}
.cart-breakdown.box .price-list li:first-child {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: none;
  line-height: 1.3;
}
.cart-breakdown.box .price-list li:last-child {
  padding-bottom: 0;
}
.cart-breakdown.box .price-list li.total-pay p{
  margin-bottom: 0;
  font-size: 18px;
  padding-top: 5px;
  font-weight: bold;
}

/*Css for custom radio button*/
.radiobuttonlist__item_org {
  display: flex;
  align-items: flex-start;
  padding-left:23px;
 /* margin-top: 10px;*/
  margin-bottom: 10px;
  white-space: normal;
}

.radiobuttonlist__item_org:last-child {
  margin-bottom: 15px;
}

.radio-button__text {
  padding-left: 10px;
  font-size:14px;
  line-height: 23px;
  color: #474948;
}

.radio-label {
  display: inline-block;
  margin-bottom: 20px;
}

.radio-button__input + .radio-button__text {
  position: relative;
}

  .radio-button__input + .radio-button__text:before {
      position: absolute;
      /*left: -30px;*/
      left: -20px;
  }
  .radio-button__input + .radio-button__text:before {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    box-shadow: inset 4px 4px 0 0 #f6f6f6;
    content: " ";
    left: -23px;
    top:0;
}
.radio-button__input:checked + .radio-button__text:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggc3R5bGU9ImxpbmUtaGVpZ2h0Om5vcm1hbDt0ZXh0LWluZGVudDowO3RleHQtYWxpZ246c3RhcnQ7dGV4dC1kZWNvcmF0aW9uLWxpbmU6bm9uZTt0ZXh0LWRlY29yYXRpb24tc3R5bGU6c29saWQ7dGV4dC1kZWNvcmF0aW9uLWNvbG9yOiMwMDA7dGV4dC10cmFuc2Zvcm06bm9uZTtibG9jay1wcm9ncmVzc2lvbjp0Yjt3aGl0ZS1zcGFjZTpub3JtYWw7aXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsO3NvbGlkLWNvbG9yOiMwMDA7c29saWQtb3BhY2l0eToxIiBkPSJNMTYgMTFjMi43NzUgMCA1IDIuMjI1IDUgNXMtMi4yMjUgNS01IDUtNS0yLjIyNS01LTUgMi4yMjUtNSA1LTV6IiBjb2xvcj0iIzAwMCIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1mYW1pbHk9InNhbnMtc2VyaWYiIG92ZXJmbG93PSJ2aXNpYmxlIiBmaWxsPSIjYzYwYzMwIiBzdHJva2U9IiNjNjBjMzAiLz48cGF0aCBkPSJNMTUuMDUgMjIuMzg0Yy0uNzQtLjEzNi0yLjAwMi0uNjU2LTIuNjc5LTEuMTAyLS45Ni0uNjM1LTEuNTk2LTEuMzk1LTIuMTgtMi42MDgtLjQyNy0uODktLjQ5My0xLjE2NS0uNTQyLTIuMjgzLS4wNjgtMS41NjcuMjAzLTIuNjg1LjkyLTMuNzk0IDIuNTg3LTQuMDA0IDguMjU5LTQuMDAzIDEwLjg2LjAwMS43MTkgMS4xMDUuOTkgMi4yMjMuOTIyIDMuNzkzLS4wNSAxLjExOC0uMTE1IDEuMzkzLS41NDMgMi4yODMtLjI2Ny41NTctLjcwNyAxLjI2Ni0uOTc2IDEuNTc1LS42MzQuNzI3LTEuNzgyIDEuNDg0LTIuNzY0IDEuODIyLS43NzUuMjY3LTIuMzcuNDMyLTMuMDE3LjMxM3oiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTUuMDUgMjIuMzg0Yy0uNzQtLjEzNi0yLjAwMi0uNjU2LTIuNjc5LTEuMTAyLS45Ni0uNjM1LTEuNTk2LTEuMzk1LTIuMTgtMi42MDgtLjQyNy0uODktLjQ5My0xLjE2NS0uNTQyLTIuMjgzLS4wNjgtMS41NjcuMjAzLTIuNjg1LjkyLTMuNzk0IDIuNTg3LTQuMDA0IDguMjU5LTQuMDAzIDEwLjg2LjAwMS43MTkgMS4xMDUuOTkgMi4yMjMuOTIyIDMuNzkzLS4wNSAxLjExOC0uMTE1IDEuMzkzLS41NDMgMi4yODMtLjI2Ny41NTctLjcwNyAxLjI2Ni0uOTc2IDEuNTc1LS42MzQuNzI3LTEuNzgyIDEuNDg0LTIuNzY0IDEuODIyLS43NzUuMjY3LTIuMzcuNDMyLTMuMDE3LjMxM3oiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTUuMDUgMjIuMzg0Yy0uNzQtLjEzNi0yLjAwMi0uNjU2LTIuNjc5LTEuMTAyLS45Ni0uNjM1LTEuNTk2LTEuMzk1LTIuMTgtMi42MDgtLjQyNy0uODktLjQ5My0xLjE2NS0uNTQyLTIuMjgzLS4wNjgtMS41NjcuMjAzLTIuNjg1LjkyLTMuNzk0IDIuNTg3LTQuMDA0IDguMjU5LTQuMDAzIDEwLjg2LjAwMS43MTkgMS4xMDUuOTkgMi4yMjMuOTIyIDMuNzkzLS4wNSAxLjExOC0uMTE1IDEuMzkzLS41NDMgMi4yODMtLjI2Ny41NTctLjcwNyAxLjI2Ni0uOTc2IDEuNTc1LS42MzQuNzI3LTEuNzgyIDEuNDg0LTIuNzY0IDEuODIyLS43NzUuMjY3LTIuMzcuNDMyLTMuMDE3LjMxM3oiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTUuMDUgMjIuMzg0Yy0uNzQtLjEzNi0yLjAwMi0uNjU2LTIuNjc5LTEuMTAyLS45Ni0uNjM1LTEuNTk2LTEuMzk1LTIuMTgtMi42MDgtLjQyNy0uODktLjQ5My0xLjE2NS0uNTQyLTIuMjgzLS4wNjgtMS41NjcuMjAzLTIuNjg1LjkyLTMuNzk0IDIuNTg3LTQuMDA0IDguMjU5LTQuMDAzIDEwLjg2LjAwMS43MTkgMS4xMDUuOTkgMi4yMjMuOTIyIDMuNzkzLS4wNSAxLjExOC0uMTE1IDEuMzkzLS41NDMgMi4yODMtLjI2Ny41NTctLjcwNyAxLjI2Ni0uOTc2IDEuNTc1LS42MzQuNzI3LTEuNzgyIDEuNDg0LTIuNzY0IDEuODIyLS43NzUuMjY3LTIuMzcuNDMyLTMuMDE3LjMxM3oiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) no-repeat 50% 50%;
  background-size: 35px;
  border: 1px solid #c7c7c7;
  box-shadow: none;
}
.radio-button__input {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  outline: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-appearance: radio;
}
/*Radio button ends*/
