/* Sections 
---------------------------------------
*/
@media only screen and (max-width: 767px) {
  .nav-call-bottom-mob {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
    .container {
      max-width: 1390px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-wrap {
      margin-top: 50px;
    }
    .section-wrap .container {
      display: block;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .section-wrap {
      margin-top: 83px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .cart-detail .section-form {
      width: 100%;
      display: inline-block;
      float: left;
    }
    .cart-detail .section-secure {
      width: 180px;
      display: inline-block;
      float: left;
      display: none;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .cart-detail .section-form {
      width: calc(100% - 180px);
      padding-right: 15px;
    }
    .cart-detail .section-secure {
      display: block;
    }
  }
  
  .cancellation-option {
    background: #ffe6e6;
    border: 1px solid #ff9999;
    color: #cc0000;
    font-weight: bold;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
    .cancellation-option {
      margin: 10px 5px 5px;
    }
  }
  
  .cancellation-option > span {
    font-size: 14px;
    font-weight: bold;
  }
  
  .cancellation-option > span:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: "\f06a";
    top: 2px;
    font-size: 20px;
    padding-right: 5px;
    color: #ff6666;
  }
  
  .cancellationpopup {
    display: none !important;
    background: #1a1a1a;
    color: white;
    -webkit-box-shadow: 0, 2px, 11px, rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0, 2px, 11px, rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0, 2px, 11px, rgba(0, 0, 0, 0.2);
    -o-user-select: 0, 2px, 11px, rgba(0, 0, 0, 0.2);
    box-shadow: 0, 2px, 11px, rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    font-size: 12px;
    z-index: 10;
    /*br { display: none }*/
  }
  
  @media only screen and (max-width: 767px) {
    .cancellationpopup {
      margin: -5px 5px 5px;
    }
  }
  
  .cancellationpopup2 {
    margin: 10px 0;
    background: #f4fff0;
    border-width: 0 0 0 2px;
    border-color: #2db201;
    border-style: solid;
    color: #2db201;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
  }
  
  .cancellationpopup2:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: "\f058";
    top: 2px;
    margin-right: 5px;
    font-size: 20px;
  }
  
  .CartList {
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .inline-error {
    font-size: 12px;
    background: #ffe1e1;
    background: transparent;
    color: #ec2b2b;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
    margin: 5px 0 0 0;
    border-radius: 2px;
    width: 100%;
  }
  
  span.inline-error {
    padding: 0;
    color: #ec2b2b;
  }
  
  div[id*="TopErrors"] .ErrorGroup {
    margin: 10px 0;
    background: #fbeeed;
    border-width: 0 0 0 2px;
    border-color: #d9534f;
    border-style: solid;
    color: #d9534f;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
  }
  
  div[id*="TopErrors"] .ErrorGroup .ErrorGroupText:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: "\f057";
    top: 2px;
    margin-right: 5px;
    font-size: 20px;
  }
  
  /* Timeout Dialogue
  ---------------------------------------
  */
  .timeout-dialogue-modal {
    z-index: 1050;
    font-family: arial;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal {
      margin: 0 !important;
      padding: 0 !important;
      width: 100%;
      z-index: 16000001;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden;
    }
  }
  
  .timeout-dialogue-modal .modal-dialog {
    width: 422px;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-dialog {
      margin: 0 !important;
      padding: 0 !important;
      width: 100%;
      z-index: 16000001;
      position: absolute;
      bottom: 0;
    }
  }
  
  .timeout-dialogue-modal .modal-dialog .modal-content {
    margin-top: 10vh;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-dialog .modal-content {
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 0;
      max-width: 90%;
      margin: 0 auto;
      display: block;
    }
  }
  
  .timeout-dialogue-modal .modal-dialog .modal-header,
  .timeout-dialogue-modal .modal-dialog .modal-body,
  .timeout-dialogue-modal .modal-dialog .modal-footer {
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-dialog .modal-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal:not(.in) .modal-dialog {
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0);
    }
  }
  
  .timeout-dialogue-modal .close {
    position: absolute;
    z-index: 114;
    top: -10px;
    right: -10px;
    background: #0980cc;
    border: 2px solid white;
    text-shadow: none;
    width: 26px;
    height: 26px;
    padding: 0;
    line-height: 22px;
    text-align: center;
    opacity: 1;
    color: white;
    border-radius: 100%;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .close {
      font-size: 44px;
      font-weight: normal;
      background: transparent;
      border: 0;
      top: -30px;
      right: 0;
    }
  }
  
  .timeout-dialogue-modal .close:hover {
    background: gray;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .close:hover {
      background: transparent;
    }
  }
  
  .timeout-dialogue-modal .operator-group {
    position: relative;
    margin-top: -30px;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .operator-group {
      border-top: 4px solid #0f61a8;
      margin-top: 0;
    }
  }
  
  .timeout-dialogue-modal .operator-group .operator-image {
    border-radius: 100%;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  
  @media only screen and (min-width: 768px) {
    .timeout-dialogue-modal .operator-group .operator-image {
      width: 77px;
      height: 77px;
      border: 4px solid #bdccd4;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .operator-group .operator-image {
      width: 100px;
      height: 100px;
      border: 4px solid #0f61a8;
      margin-top: -40px;
    }
  }
  
  .timeout-dialogue-modal .operator-group .operator-status {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .operator-group .operator-status {
      margin-left: -30px;
      color: transparent;
      width: 20px;
      height: 20px;
      overflow: hidden;
    }
  }
  
  .timeout-dialogue-modal .operator-group .operator-status i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: gray;
    border-radius: 100%;
    border: 2px solid white;
    vertical-align: middle;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .operator-group .operator-status i {
      width: 18px;
      height: 18px;
      border-width: 3px;
      vertical-align: top;
    }
  }
  
  .timeout-dialogue-modal .operator-group .operator-status i.online {
    background: #00c93f;
  }
  
  .timeout-dialogue-modal .heading {
    font-size: 22px;
    font-weight: bold;
    color: #0f61a8;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .heading {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      font-size: 18px;
    }
  }

  .footer .footer-wrap-top {
    display: none;
  }
  
  .timeout-dialogue-modal .phone-group {
    width: 100%;
    display: inline-block;
    background: #0f61a8;
    color: white;
    background: url(/Sites/1/images/V2/waiting/callcenter.png) #0c64ad no-repeat;
    background-position: 300px 18px;
    background-size: 59px auto;
    text-align: right;
    padding: 20px 140px 20px 5px;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .phone-group {
      display: none;
    }
  }
  
  .timeout-dialogue-modal .phone-group a {
    color: white;
    display: inline-block;
  }
  
  .timeout-dialogue-modal .phone-group a.us {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .timeout-dialogue-modal .phone-group a.int {
    font-size: 18px;
    font-weight: bold;
  }
  
  .timeout-dialogue-modal .phone-group p {
    font-size: 14px;
  }
  
  .timeout-dialogue-modal .pricealert-group {
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .pricealert-group {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
  }
  
  .timeout-dialogue-modal .pricealert-group h3 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
  }
  
  .timeout-dialogue-modal .pricealert-group small {
    font-size: 11px;
    color: #959899;
    line-height: 1;
  }
  
  .timeout-dialogue-modal .pricealert-group small a {
    color: #959899;
    text-decoration: underline;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterRow {
    width: 70%;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterRow input.form-control {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 0;
    border-radius: 2px 0 0 2px;
    background: white;
    border: 1px solid #e1e1e1;
    font-weight: normal;
    font-size: 12px;
    color: black;
    outline: none;
    z-index: 2;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterRow input.form-control:hover {
    outline: none;
    border-color: #0871b4;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv {
    width: 30%;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton {
    background: #0f61a8;
    border: 1px solid #0d5391;
    text-align: center;
    color: #072b4a;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    height: 38px;
    line-height: 38px;
    border-radius: 0 2px 2px 0;
    padding: 0;
    color: white;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton:hover {
    background: #0c4b83;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton:active {
    background: #051d33;
    outline: none;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton:focus {
    outline: none;
  }
  
  .timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterVal {
    width: 100%;
    color: #ec2b2b;
    font-size: 12px;
    margin-top: 5px;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-footer {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
    }
  }
  
  .timeout-dialogue-modal .modal-footer .btn-group {
    width: 100%;
    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;
    padding: 20px 0;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-footer .btn-group {
      width: 100%;
      padding: 0 20px 10px;
    }
  }
  
  .timeout-dialogue-modal .modal-footer .btn-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #959899;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-footer .btn-group ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-footer .btn-group ul li {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-footer .btn-group ul li:nth-child(1) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-footer .btn-group ul li:nth-child(3) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  }
  
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn {
    background: #f4f4f4;
    border: 1px solid #e7e7e7;
    text-align: center;
    color: #c1c1c1;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    border-color: #e1e1e1;
    color: #70767a;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 15px;
    padding: 0;
    min-width: 160px;
  }
  
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn:hover {
    background: #e0e0e0;
  }
  
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn:active {
    background: #b4b4b4;
    outline: none;
  }
  
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn:focus {
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-footer .btn-group ul .btn {
      width: 100%;
      margin: 0;
      font-size: 18px;
      font-weight: normal;
      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;
      height: 60px;
      margin-bottom: 10px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .timeout-dialogue-modal .modal-footer .btn-group ul .btn i {
      display: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-footer .btn-group ul .btn i {
      margin-right: 10px;
      font-size: 24px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call {
      background: #ff7a3a;
      border: 1px solid #ff6921;
      text-align: center;
      color: #d34500;
      -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      cursor: pointer;
      outline: none;
      -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      border-color: #ff6921;
      color: white;
    }
    .timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call:hover {
      background: #ff5e11;
    }
    .timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call:active {
      background: #ba3c00;
      outline: none;
    }
    .timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call:focus {
      outline: none;
    }
  }
  
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call strong {
    margin-right: 10px;
  }
  
  /* Time out
  ---------------------------------------
  */
  .modal-timeout .modal-dialog {
    width: 500px;
    height: auto;
    margin: 30px auto;
    font-family: arial;
  }
  
  .modal-timeout .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border: 0;
  }
  
  .modal-timeout .modal-header h1 {
    color: #025d8f;
    font-weight: bold;
    font-size: 29px;
    padding-top: 10px;
    line-height: 1.5;
  }
  
  .modal-timeout .modal-header p {
    font-size: 14px;
    color: #808080;
    margin: 5px 0 0;
    line-height: 1.5;
  }
  
  .modal-timeout .modal-header strong {
    color: black;
  }
  
  .modal-timeout .close {
    z-index: 3;
    opacity: 1;
    margin: -10px;
    border-radius: 50%;
    background-color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 1px 6px #000;
    box-shadow: 0 1px 6px #000;
    line-height: 0;
    position: absolute;
    float: none;
    right: 0;
    top: 0;
  }
  
  .modal-timeout .close > span {
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    line-height: 26px;
    color: #FFF;
  }
  
  .modal-timeout .modal-body {
    background-image: -webkit-linear-gradient(#195b8b 30%, #9ab9ce);
    background-image: -moz-linear-gradient(#195b8b 30%, #9ab9ce);
    background-image: -ms-linear-gradient(#195b8b 30%, #9ab9ce);
    background-image: -o-linear-gradient(#195b8b 30%, #9ab9ce);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #195b8b), to(#9ab9ce));
    background-image: linear-gradient(#195b8b 30%, #9ab9ce);
    -webkit-box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
    -o-user-select: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
  }
  
  .modal-timeout .modal-body .top {
    display: block;
    margin-bottom: 10px;
  }
  
  .modal-timeout .modal-body .top img {
    height: 82px;
    width: auto;
    margin: 0 auto 20px;
    display: block;
  }
  
  .modal-timeout .modal-body .bottom {
    display: block;
    margin: 0;
    font-weight: bold;
  }
  
  .modal-timeout .modal-body .bottom .phone {
    border: 1.8px dotted white;
    border-radius: 4px;
    background: url(/Sites/1/images/V2/waiting/callcenter.png) no-repeat;
    background-position: 92% 10px;
    background-size: 68px auto;
    text-align: right;
    padding: 15px 110px 15px 5px;
  }
  
  .modal-timeout .modal-body .bottom .phone p {
    color: #FD8813;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
  }
  
  .modal-timeout .modal-body .bottom .phone h1 {
    color: #fffb00;
    font-size: 34px;
    margin: 5px 0;
    line-height: 1;
  }
  
  .modal-timeout .modal-body .bottom .phone h3 {
    color: white;
    font-size: 20px;
    line-height: 1;
  }
  
  .modal-timeout .modal-body .bottom .phone a:hover h1,
  .modal-timeout .modal-body .bottom .phone a:hover h3 {
    text-decoration: underline;
  }
  
  .modal-timeout .modal-footer {
    color: #9a9a9a;
    font-size: 16px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 40px;
  }
  
  .modal-timeout .modal-footer span {
    margin: 0 10px;
  }
  
  .modal-timeout .btn {
    color: #025D8F;
    font-weight: bold;
    padding: 9px 30px;
    font-size: 16px;
    border: 1px solid #d7dada;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #fff, #dfdddd);
    background-image: -moz-linear-gradient(top, #fff, #dfdddd);
    background-image: -ms-linear-gradient(top, #fff, #dfdddd);
    background-image: -o-linear-gradient(top, #fff, #dfdddd);
    background-image: linear-gradient(to bottom, #fff, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fff, endColorstr=#dfdddd);
    -webkit-box-shadow: 0px 2px 3px #9a9a9a;
    -moz-box-shadow: 0px 2px 3px #9a9a9a;
    box-shadow: 0px 2px 3px #9a9a9a;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  
  .modal-timeout .btn:hover {
    background: #dfdddd;
    border-color: #dfdddd;
  }
  
  .modal-timeout .btn.inline {
    text-decoration: underline;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .modal-timeout .btn.inline:hover {
    background: #eee;
    color: #025d8f;
    text-decoration: none;
  }
  
  @media screen and (max-width: 590px) {
    .modal-timeout .modal-dialog {
      width: auto;
      height: auto;
      margin: 10px;
    }
    .modal-timeout .modal-header {
      padding: 5px 15px;
    }
    .modal-timeout .modal-header img {
      height: 100%;
    }
    .modal-timeout .modal-header h1 {
      font-size: 18px;
    }
    .modal-timeout .modal-header p {
      font-size: 12px;
    }
    .modal-timeout .modal-body .bottom .phone h1 {
      font-size: 24px;
    }
    .modal-timeout .modal-body .bottom .phone h3 {
      font-size: 18px;
    }
    .modal-timeout .modal-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 5px 0 15px;
      height: 140px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  
  /* Purchase Wait
  ---------------------------------------
  */
  @-webkit-keyframes h {
    0% {
      left: -200px;
      width: 30%;
    }
    50% {
      width: 30%;
    }
    85% {
      width: 45%;
    }
    90% {
      left: 100%;
    }
    95% {
      left: 100%;
    }
    to {
      left: 100%;
    }
  }
  
  @keyframes h {
    0% {
      left: -200px;
      width: 30%;
    }
    50% {
      width: 30%;
    }
    85% {
      width: 45%;
    }
    90% {
      left: 100%;
    }
    95% {
      left: 100%;
    }
    to {
      left: 100%;
    }
  }
  
  .purchase-wait-modal .modal-dialog {
    max-width: 855px;
    width: calc(100% - 20px);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border: 0;
  }
  
  .purchase-wait-modal .modal-body {
    padding: 0;
  }
  
  .purchase-wait-modal .Interstitial {
    display: block;
    overflow: hidden;
  }
  
  .purchase-wait-modal .Interstitial .header {
    padding: 1.5rem;
    text-align: center;
    background: #0c64ad;
    color: white;
  }
  
  .purchase-wait-modal .Interstitial .header h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
  }
  
  @media only screen and (max-width: 480px) {
    .purchase-wait-modal .Interstitial .header h3 {
      font-size: 1.3125rem;
      line-height: 1.3125rem;
    }
  }
  
  .purchase-wait-modal .Interstitial .loader {
    height: 6px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #c6e5f7;
  }
  
  .purchase-wait-modal .Interstitial .loader.loader--loading:before {
    display: block;
    position: absolute;
    content: "";
    left: -250px;
    width: 250px;
    height: 6px;
    background-color: #25A7FF;
    -webkit-animation: h 1.6s linear infinite;
    animation: h 1.6s linear infinite;
  }
  
  .purchase-wait-modal .Interstitial .content {
    padding: 1.5rem;
    width: 100%;
  }
  
  @media only screen and (max-width: 480px) {
    .purchase-wait-modal .Interstitial .content {
      padding: 1rem;
    }
  }
  
  .purchase-wait-modal .Interstitial .content .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 1em;
    font-weight: 400;
    text-align: center;
    color: #595959;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  
  @media only screen and (max-width: 480px) {
    .purchase-wait-modal .Interstitial .content .message {
      font-size: 1.3125rem;
      line-height: 1.3125rem;
    }
  }
  
  .purchase-wait-modal .Interstitial .content .banners {
    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;
  }
  
  .purchase-wait-modal .Interstitial .content .banners .trust {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    ustify-content: space-evenly;
    padding: 1rem;
    max-width: 100%;
    border: 1px solid #e4e4e4;
    margin: .75rem;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  @media only screen and (max-width: 480px) {
    .purchase-wait-modal .Interstitial .content .banners .trust {
      margin: .5rem 0;
    }
  }
  
  .purchase-wait-modal .Interstitial .content .banners .trust img {
    margin: 0 1rem 0 0;
  }
  
  .purchase-wait-modal .Interstitial .content .banners .pdp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    background-color: #28c664;
    color: white;
    font-weight: 700;
    margin: .75rem;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  @media only screen and (max-width: 480px) {
    .purchase-wait-modal .Interstitial .content .banners .pdp {
      margin: .5rem 0;
    }
  }
  
  .purchase-wait-modal .Interstitial .content .banners .pdp .pdpText {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    white-space: nowrap;
  }
  
  .purchase-wait-modal .Interstitial .content .banners .pdp i {
    font-size: 32px;
  }
  
  .purchase-wait-modal .Interstitial .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1.2rem 1.2rem 0;
    background: #f5f4f5;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  
  .purchase-wait-modal .Interstitial .footer img {
    margin: 0 1rem 1rem 0;
    width: auto;
    height: 36px;
    opacity: 0.7;
  }
  
  .validate-modal .modal-dialog,
  .validate-modal .modal-content {
    border: 0;
    border-radius: 2px;
    overflow: hidden;
  }
  
  .validate-modal .modal-header,
  .validate-modal .modal-footer {
    padding: 0;
    border: 0;
  }
  
  .validate-modal .validate-modal-body {
    padding: 1.5rem;
    text-align: center;
    background-image: -webkit-linear-gradient(to right, #2bc4cc, #0c64ad);
    background-image: -moz-linear-gradient(to right, #2bc4cc, #0c64ad);
    background-image: -ms-linear-gradient(to right, #2bc4cc, #0c64ad);
    background-image: -o-linear-gradient(to right, #2bc4cc, #0c64ad);
    background-image: -webkit-gradient(linear, left top, right top, from(#2bc4cc), to(#0c64ad));
    background-image: -webkit-linear-gradient(left, #2bc4cc, #0c64ad);
    background-image: -o-linear-gradient(left, #2bc4cc, #0c64ad);
    background-image: linear-gradient(to right, #2bc4cc, #0c64ad);
    color: white;
    font-size: 1.1rem;
    line-height: 1.875rem;
    letter-spacing: 0;
    margin: 0;
  }
  
  .validate-modal .modal-footer {
    height: 6px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #c6e5f7;
  }
  
  .validate-modal .modal-footer:before {
    display: block;
    position: absolute;
    content: "";
    left: -250px;
    width: 250px;
    height: 6px;
    background-color: #25A7FF;
    -webkit-animation: h 1.6s linear infinite;
    animation: h 1.6s linear infinite;
  }
  
  /* Validate Modal
  ---------------------------------------
  */
  .revalidate-modal .modal-dialog {
    min-width: 50%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border: 0;
  }
  
  .revalidate-modal .modal-body {
    padding: 0;
  }
  
  .revalidate-modal .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: -25px;
    font-size: 31px;
    top: -25px;
  }
  
  @media only screen and (max-width: 767px) {
    .revalidate-modal .close {
      right: 10px;
      top: 5px;
      color: #cccccc;
    }
  }
  
  .revalidate-modal .revalidate-modal-header {
    padding: 1.5rem;
    text-align: center;
    background: #0c64ad;
    color: white;
    border: 0;
  }
  
  .revalidate-modal .revalidate-modal-header h4 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
  }
  
  @media only screen and (max-width: 480px) {
    .revalidate-modal .revalidate-modal-header h4 {
      font-size: 1.3125rem;
      line-height: 1.3125rem;
    }
  }
  
  .revalidate-modal .revalidate-modal-body {
    border-top: 6px solid #c6e5f7;
    width: 100%;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-sorry {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0 1rem 0;
    color: #0C6AA0;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-sorry i {
    color: #0c64ad;
    font-size: 40px;
    display: block;
    margin: 15px auto;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-price {
    text-align: center;
    color: #333;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 1.5rem 1.5rem;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 1rem 1rem;
  }
  
  @media screen and (min-width: 56.25em) {
    .revalidate-modal .revalidate-modal-body .revalidate-modal-group {
      padding: 0 1.5rem 1.5rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
    }
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .revalidate-modal-book,
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .revalidate-modal-search {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  @media screen and (min-width: 56.25em) {
    .revalidate-modal .revalidate-modal-body .revalidate-modal-group .revalidate-modal-book,
    .revalidate-modal .revalidate-modal-body .revalidate-modal-group .revalidate-modal-search {
      width: 50%;
    }
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-primary {
    margin: 0 0 .5rem;
    background: #ff7a3a;
    border: 1px solid #ff6921;
    text-align: center;
    color: #d34500;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    border-color: #ff6921;
    color: #fff;
    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;
    font-size: 1.3125rem;
    line-height: 1.5rem;
    padding: .75em 6px;
    white-space: nowrap;
    width: 100%;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-primary:hover {
    background: #ff5e11;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-primary:active {
    background: #ba3c00;
    outline: none;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-primary:focus {
    outline: none;
  }
  
  @media screen and (min-width: 56.25em) {
    .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-primary {
      margin: 0 .5rem 0 0;
    }
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-default {
    margin: .5rem 0 0;
    background: white;
    border: 1px solid #f2f2f2;
    text-align: center;
    color: #cccccc;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    border-color: #b1b1b1;
    color: #6f6f6f;
    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;
    font-size: 1.3125rem;
    line-height: 1.5rem;
    padding: .75em 6px;
    white-space: nowrap;
    width: 100%;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-default:hover {
    background: #ebebeb;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-default:active {
    background: #bfbfbf;
    outline: none;
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-default:focus {
    outline: none;
  }
  
  @media screen and (min-width: 56.25em) {
    .revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-default {
      margin: 0 0 0 .5rem;
    }
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-terms {
    display: inline-block;
    width: 100%;
    padding: 1rem;
    text-align: center;
    color: #808080;
    background: #f5f4f5;
    font-size: 11px;
  }
  
  @media only screen and (max-width: 767px) {
    .revalidate-modal .revalidate-modal-body .revalidate-modal-terms {
      font-size: 12px;
      line-height: 1.5;
    }
  }
  
  .revalidate-modal .revalidate-modal-body .revalidate-modal-terms span {
    padding: 0 5px;
    color: #0C6AA0;
  }
  
  /* RebuttalPops
  ---------------------------------------
  */
  .RebuttalPops .modal-dialog {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  @media (min-width: 576px) {
    .RebuttalPops .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
      min-height: calc(100% - 3.5rem);
    }
  }
  
  .RebuttalPops .modal-content.rounded-corner {
    display: inline-block;
    border-radius: 35px;
    border: none;
  }
  
  .RebuttalPops .modal-content.rounded-corner h6 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .RebuttalPops .modal-content.rounded-corner .flex-sub {
    font-size: 16px;
    text-align: center;
  }
  
  .RebuttalPops .modal-header.baggage-header {
    padding: 0;
    border: 0;
  }
  
  .RebuttalPops .baggage-header-pic {
    width: 100%;
    margin-top: -50px;
  }
  
  .RebuttalPops .modal-body.notice-user {
    padding: 43px 27px 33px;
    display: inline-block;
    width: 100%;
  }
  
  .RebuttalPops .modal-body.notice-user .baggage-para {
    font-size: 18px;
    line-height: 26px;
    margin: 41px 0;
    padding: 0 12px;
  }
  
  .RebuttalPops .modal-body.notice-user .baggage-para span {
    color: #d81212;
    text-decoration: underline;
  }
  
  .RebuttalPops .modal-body.notice-user ul {
    padding: 0;
    margin: 20px 0;
    float: left;
  }
  
  .RebuttalPops .modal-body.notice-user ul li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  
  .RebuttalPops .modal-body.notice-user ul li:before {
    background: url("/sites/1/Images/V3/check-mint-ico.png") no-repeat;
    width: 31px;
    height: 31px;
    content: '';
    float: left;
    margin-right: 12px;
  }
  
  .RebuttalPops .modal-body.notice-user button.cancel {
    background: #f5f7f9;
    border: 1px solid #b6bcc1;
    height: 49px;
    min-width: 141px;
    padding: 12px;
    text-align: center;
    color: #92979b;
    float: left;
  }
  
  .RebuttalPops .modal-body.notice-user button.okay {
    background: #ff7a3a;
    font-weight: bold;
    color: #fff;
    padding: 12px;
    float: right;
  }
  
  .CartList > li[id*="Flight"] {
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .CartList > li[id*="Flight"] .CartHeadlineText {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #3f4d61;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .CartList > li[id*="Flight"] .cartback {
    position: relative;
  }
  
  .CartList > li[id*="Flight"] a[id*="NewFlightLink"] {
    position: absolute;
    top: -35px;
    right: 0;
    text-transform: uppercase;
    text-align: right;
    color: #2e7bcc;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    outline: none;
  }
  
  .CartList > li[id*="Flight"] a[id*="NewFlightLink"]:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: "\f053";
    font-size: 12px;
    margin-right: 5px;
  }
  
  .CartList > li[id*="Flight"] a[id*="NewFlightLink"]:hover {
    color: #ff7a3a;
  }
  
  .CartList > li[id*="Flight"] .flightMain {
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
  }
  
  .CartList > li[id*="Flight"] .flightMain .flighttableHdr {
    display: inline-block;
    width: 100%;
    color: #3f4d61;
    padding: 10px 15px;
    border-bottom: 1px dotted #cdcdcd;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody {
    font-size: 14px;
    display: inline-block;
    width: 100%;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody > tbody,
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody > tbody > tr {
    display: inline-block;
    width: 100%;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody > tbody > tr {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    float: left;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody > tbody > tr > td {
    display: inline-block;
    float: left;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflighttime {
    margin-right: 1%;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflighttime {
      width: 130px;
      padding-bottom: 10px;
      margin: 0;
    }
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightdepart {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightdepart {
      width: calc(100% - 130px);
      padding-bottom: 10px;
    }
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightlogo {
    margin-right: 1%;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightlogo {
      clear: both;
    }
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightlogo img {
    border: 1px solid #e1e1e1;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightinfo {
    position: relative;
    width: 30%;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightinfo {
      width: 70%;
      padding-left: 5px;
    }
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightinfo strong {
    font-size: 14px;
    display: block;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightinfo br {
    display: none;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightcomment {
    color: #0c64ad;
  }
  
  @media only screen and (min-width: 768px) {
    .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightcomment {
      float: right;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflightcomment {
      float: none;
      display: table;
    }
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .NearbyCart {
    display: inline-block;
    width: 100%;
    float: left;
    background: #f5fafe;
    color: #5482a7;
    font-size: 13px;
    padding: 5px 15px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    margin: 0;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .NearbyCart i {
    margin-right: 3px;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .CartDurationNotes {
    display: inline-block;
    width: 100%;
    float: left;
    background: #f5fafe;
    color: #5482a7;
    font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    margin: 0;
  }
  
  .CartList > li[id*="Flight"] .flightMain .cartairquote .CartDurationNotes i {
    margin-right: 3px;
  }
  
  .CartList > li[id*="Flight"] .flightMain > .flightable:not(:first-child) {
    border-top: 1px dotted #e1e1e1;
  }
  
  .CartList > li[id*="Flight"] .flighttableBody tr[id*="SelfTranferRow"] {
    padding: 0 15px !important;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Flight"] .flighttableBody tr[id*="SelfTranferRow"] {
      padding: 10px !important;
    }
  }
  
  .CartList > li[id*="Flight"] .flighttableBody .self-transfer-cell {
    width: 100%;
  }
  
  .CartList > li[id*="Flight"] .flighttableBody .self-transfer-cell .well {
    margin: 0;
    padding: 15px 20px;
    border: 1px solid #e8e851;
    color: #a77415;
    background: #ffffd9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #676767;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Flight"] .flighttableBody .self-transfer-cell .well {
      padding: 10px;
    }
  }
  
  .CartList > li[id*="Flight"] .flighttableBody .self-transfer-cell .text-success {
    color: #a77415;
    text-transform: uppercase;
  }
  
  .CartList > li[id*="Flight"] .flighttableBody .self-transfer-cell .text-success i {
    font-size: 24px;
    vertical-align: middle;
    width: 25px;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Flight"] .flighttableBody .self-transfer-cell .text-success i {
      font-size: 16px;
      width: 18px;
    }
  }
  
  .CartList > li[id*="Flight"] .flighttableBody .self-transfer-cell .text-success ~ div {
    position: relative;
    top: 0;
    padding-left: 28px;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Flight"] .flighttableBody .self-transfer-cell .text-success ~ div {
      padding-left: 0;
    }
  }
  
  .CartList > li[id*="Traveler"] {
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .CartList > li[id*="Traveler"] .CartHeadlineText {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #3f4d61;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .CartList > li[id*="Traveler"] .EnglishNoticeDiv {
    margin: 10px 0 0;
  }
  
  .CartList > li[id*="Traveler"] div[id*="GovernmentHeader"] {
    font-size: 13px;
    line-height: 1.2;
    color: #676767;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"].CartPaxOdd {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 40px;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"].CartPaxEven {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 40px;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls tbody,
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls tr {
    display: table;
    width: 100%;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls > tbody > tr > td {
    float: left;
    width: 100%;
    color: black;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls > tbody > tr:nth-child(1) strong {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #3f4d61;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls > tbody > tr:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls > tbody > tr:not(:first-child) {
      display: table;
    }
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .pax-firstname-box,
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .pax-middlename-box,
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .pax-lastname-box {
    width: 33.33333333%;
    padding: 0 5px;
    font-weight: bold;
    color: #3f4d61;
    line-height: 24px;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .pax-firstname-box,
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .pax-middlename-box,
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .pax-lastname-box {
      width: 100%;
    }
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .CartInput {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 0;
    border-radius: 2px;
    background: white;
    border: 1px solid #e1e1e1;
    font-weight: normal;
    font-size: 15px;
    color: black;
    outline: none;
    z-index: 2;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .CartInput:hover, .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .CartInput:focus {
    outline: none;
    border-color: #ff7a3a;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls .NonLink {
    display: inline-block;
    color: #0c64ad;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls span[id*="cdobadult"] {
    color: black !important;
    visibility: visible !important;
    margin: 5px 0 !important;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.travDtls span[id*="cdobreqcust"] {
    color: #cc0000;
    font-weight: normal;
    line-height: 1.5;
    padding: 0 5px;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl {
    display: inline-block;
    width: 100%;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl tbody,
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl tr {
    display: table;
    width: 100%;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl tr {
      display: block;
    }
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl tr > td {
    font-weight: bold;
    color: #3f4d61;
    line-height: 24px;
    padding: 0 5px;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-gender-box {
    width: 30%;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-gender-box {
      display: block;
      width: 100%;
    }
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-dob-month-box {
    width: 15%;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-dob-month-box {
      display: block;
      width: calc(100% / 3);
      float: left;
    }
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-dob-day-box {
    width: 15%;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-dob-day-box {
      display: block;
      width: calc(100% / 3);
      float: left;
    }
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-dob-year-box {
    width: 15%;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-dob-year-box {
      display: block;
      width: calc(100% / 3);
      float: left;
    }
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-options-button-box {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    top: 40px;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-options-button-box {
      display: inline-block;
      width: 100%;
      top: 0;
      margin: 10px 0 5px;
    }
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-options-button-box .pax-options-button {
    outline: none;
    color: #2e7bcc;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] .pax-options-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    border-top: 1px dotted #cdcdcd;
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] .pax-options-box table.pax-option-table {
    display: inline-block;
    width: 100%;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] .pax-options-box table.pax-option-table tbody,
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] .pax-options-box table.pax-option-table tr {
    display: table;
    width: 100%;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] .pax-options-box table.pax-option-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] .pax-options-box table.pax-option-table tr {
      display: block;
    }
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] .pax-options-box table.pax-option-table tr > td {
    font-weight: bold;
    color: #3f4d61;
    line-height: 24px;
    padding: 0 5px;
  }
  
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] .pax-options-box table.pax-option-table .pax-option-cell {
    width: 25%;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] .pax-options-box table.pax-option-table .pax-option-cell {
      display: block;
      width: 100%;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .CartHeadlineText {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #3f4d61;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] {
    display: inline-block;
    width: 100%;
    padding: 15px 0 0;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .CartHeadlineText {
    display: inline-block;
    width: 100%;
    padding: 25px 0 20px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: #0f7ad3;
    border-radius: 4px 4px 0 0;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .CartHeadlineText {
      font-size: 20px;
      padding: 15px 0 10px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .CartHeadlineText:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: "\f046";
    margin-right: 8px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .CartArea {
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-top {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    margin-bottom: -1px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px;
    border-bottom: 1px dotted #e1e1e1;
    margin-bottom: -1px;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-row .baggage-pax {
    font-weight: bold;
    color: #3f4d61;
    padding-right: 20px;
    padding: 10px 15px;
  }
  
  @media only screen and (min-width: 768px) {
    .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-row .baggage-pax {
      width: 40%;
      text-align: right;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-row .baggage-select {
    position: relative;
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) {
    .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-row .baggage-select {
      width: 50%;
      margin-right: 20%;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-row .baggage-select select.CartInput {
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    width: 100%;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-row .baggage-select select.CartInput:hover {
    outline: none;
    border-color: #ff7a3a;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-row .baggage-select:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 15px;
    content: '\f0dc';
    color: black;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] .baggage-bottom {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #676767;
    font-size: 13px;
    line-height: 1.2;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] .CartHeadlineText {
    display: inline-block;
    width: 100%;
    padding: 25px 0 20px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: #0f7ad3;
    border-radius: 4px 4px 0 0;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] .CartHeadlineText {
      font-size: 20px;
      padding: 15px 0 10px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] .CartHeadlineText:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: "\f046";
    margin-right: 8px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="PopupLink"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: inline-block;
    float: right;
    padding: 10px 0 0 0 !important;
    font-size: 13px !important;
    text-transform: none;
    color: #2e7bcc;
    border: 0;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="PopupLink"] > div {
    margin: 0 !important;
    font-size: inherit !important;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="PopupLink"]:hover {
    color: #ff7a3a;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] .CartArea {
    display: inline-block;
    width: 100%;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] .CartArea [id*="divContentT"] {
    color: white;
    background: #0f7ad3;
    padding: 0 20px 15px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] .CartArea [id*="divContentT"] p {
    margin-bottom: 10px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] .CartArea [id*="divOptions"] table[id*="rdoOptions"] {
    background: #f4f4f4;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divContentT"] > div:nth-child(2) {
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divContentT"] > div:nth-child(2) {
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 5px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divContentT"] > br {
    display: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divContentT"] > div:not(:first-child):not(:nth-child(2)):not(:last-child) {
    font-size: 16px;
    padding: 0 10%;
    line-height: 1.2;
    color: #bedffa;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divContentT"] > div:not(:first-child):not(:nth-child(2)):not(:last-child) {
      font-size: 14px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divContentT"] > div:last-child {
    font-size: 14px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divContentT"] .addon-desc-content {
    font-weight: bold;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divOptions"] table {
    display: block;
    font-size: 12px;
    border-bottom: 1px dotted #e1e1e1;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divOptions"] table tbody,
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divOptions"] table tr {
    width: 100%;
    display: inline-block;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divOptions"] table tr:not(:last-child) {
    border-bottom: 1px dotted #cdcdcd;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divOptions"] table tbody > tr > td {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divOptions"] table tbody > tr > td label {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #4d4d4d;
    padding: 10px 10px 10px 42px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divOptions"] table tbody > tr > td label:hover {
    opacity: 1;
    background: #f8f8f8;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divOptions"] table tbody > tr > td input {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 12px;
    margin: 0;
    z-index: 99;
    /* &:checked + label {
                              font-weight: bold;
                              color: $primary-color;
                              //background: lighten(gray,47%);  
                          } */
  }
  
  .CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divOptions"] table tbody > tr:first-child td label {
    font-weight: bold;
    color: #0c64ad;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .clear {
    clear: both;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser {
    padding: 10px 10px 5px 15px !important;
    margin: 0 -20px -15px;
    display: block;
    background: white;
    border: 1px solid #e1e1e1;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser {
      padding: 10px !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser > .product-chooser-container:nth-child(3) .product-chooser-item {
      margin-top: 15px;
      padding-top: 30px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser > .product-chooser-container:nth-child(3) .product-chooser-label-container:before {
    position: absolute;
    top: -25px;
    left: calc((100% / 2) - 25px);
    display: inline-block;
    content: ' ';
    background: red;
    color: white;
    width: 50px;
    height: 50px;
    border: 6px solid white;
    background: url("/sites/1/Images/V3/CSP-badge.png") no-repeat #FFFFFF;
    background-size: 100% auto;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser.disabled .product-chooser-item {
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-label {
    cursor: pointer;
    width: 100%;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-item button.add {
    color: gray;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-item button.added {
    color: red;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-label-container {
    width: 100%;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container {
    margin: 0;
    padding: 0;
    width: calc(60% / 3);
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container {
      width: 100%;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #428bca;
    height: 28px;
    width: 100%;
    text-align: center;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-price {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: black;
    height: 30px;
    width: 100%;
    text-align: center;
    padding: 0 2px 0 2px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-line {
    display: block;
    color: gray;
    height: 35px;
    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;
    background-color: #f8f8f8;
    padding: 3px 5px;
    font-weight: bold;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-button-button {
    background: #ff7a3a;
    border: 1px solid #ff6921;
    text-align: center;
    color: #d34500;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    font-size: 18px;
    border-radius: 2px;
    color: white;
    font-weight: bold;
    padding: 6px 20%;
    opacity: 1;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-button-button:hover {
    background: #ff5e11;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-button-button:active {
    background: #ba3c00;
    outline: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-button-button:focus {
    outline: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item {
    padding: 30px 0 10px;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    border: 1px solid #e1e1e1;
    margin: 20px 7px;
    background: white;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item {
      margin: 0;
      padding: 10px 0;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item:hover:not(.selected) {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 0 2px #e1e1e1;
    box-shadow: 0 0 0 2px #e1e1e1;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item input {
    position: absolute !important;
    left: 0;
    top: 0;
    visibility: hidden;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item.selected {
    border: 1px solid #0f7ad3;
    -webkit-box-shadow: 0 0 0 2px #0f7ad3;
    box-shadow: 0 0 0 2px #0f7ad3;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item.selected {
      border: 1px solid #0f7ad3;
      -webkit-box-shadow: 0 0 0 2px #0f7ad3;
      box-shadow: 0 0 0 2px #0f7ad3;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item.selected .product-line {
    background: #f5fafe;
    color: #5482a7;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item.selected .product-info-line {
      background: #f5fafe;
      color: #5482a7;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item.selected .product-button-button {
    background: #259400;
    border: 1px solid #1f7b00;
    text-align: center;
    color: #0c2e00;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    color: white;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item.selected .product-button-button:hover {
    background: #1b6b00;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item.selected .product-button-button:active {
    background: #051500;
    outline: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item.selected .product-button-button:focus {
    outline: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-container .product-chooser-item.selected .product-button-button:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: "\f058";
    margin-right: 5px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-line-expanded {
    display: block;
    font-size: 12px;
    color: #676767;
    min-height: 120px;
    width: 100%;
    padding: 4px;
    text-align: left;
    padding: 5px 5px;
    line-height: 1.2;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-line-expanded {
      height: auto;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-line-expanded {
      min-height: 120px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 5px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-chooser-info {
    margin: 0;
    padding: 0 5px 0 0;
    width: 40%;
    text-align: left;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-help {
    height: 90px;
    color: #3f4d61;
    padding: 0;
    text-align: left;
    margin-top: 20px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 35px;
    width: 100%;
    background: #f8f8f8;
    color: #3f4d61;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 5px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line {
      padding-right: 30px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line {
      textalign: center;
      min-height: auto;
      display: table;
      width: 100%;
      padding: 5px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line .popoverLink {
    color: #b3b3b3;
    margin-left: 3px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line .popoverLink {
      position: absolute;
      top: 5px;
      right: 10px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line .popoverLink ~ .popover {
    font-family: inherit;
    font-size: 14px;
    color: #676767;
    width: 240px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line-expanded {
    font-size: 13px;
    color: #676767;
    min-height: 75px;
    padding: 3px 5px;
    text-align: left;
    width: 100%;
    display: inline-block;
    line-height: 1.2;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line-expanded {
      padding: 10px 15px 0;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line-expanded .modal-stop {
    color: #0c64ad;
    text-decoration: underline;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-line-expanded .modal-stop i {
    display: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .product-chooser .product-info-disclaimer {
    font-size: 13px;
    color: #a5a5a5;
    padding: 3px 5px;
    line-height: 1.2;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .modal-stop {
    display: inline-block;
    cursor: pointer;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .modal-stop i {
    margin-right: 3px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .modal-stop:hover {
    text-decoration: underline;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal {
    color: #676767;
    text-align: left;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal .modal-header {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal .modal-body {
    padding: 0;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal .modal-body > div:last-child {
    padding: 0 15px 15px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal strong {
    background: #f4f4f4;
    display: table;
    width: 100%;
    padding: 15px 10px;
    min-height: 50px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 15px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 4px;
    margin-left: 15px !important;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal ul ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal ol ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] #full-support-modal ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="ctl03_divGeneralAddonTitlePopupLink"] {
    color: transparent !important;
    margin-top: -30px;
    width: 100%;
    display: block;
    z-index: 11;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="ctl03_divGeneralAddonTitlePopupLink"]:hover, .CartList > span[id*="UpdatePanelPrice"] [id*="ctl03_divGeneralAddonTitlePopupLink"]:focus {
    color: transparent;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="ctl03_divGeneralAddonTitlePopupLink"]:hover ~ .CartArea div[id*="divContentB"] > div {
    color: #ff7a3a;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .addon-desc-header {
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="_ctl00_divGeneralAddonTitlePopupLink"] {
    font-size: 13px !important;
    padding: 0;
    text-decoration: underline;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .addon-radio-list {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f4f4f4;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    border: 1px solid #e1e1e1;
    border-radius: 0 0 4px 4px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .addon-radio-list label {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #4d4d4d;
    padding: 10px 10px 10px 42px;
    margin: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    border-bottom: 1px dotted #cdcdcd;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .addon-radio-list label:hover {
    background: #f8f8f8;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .addon-radio-list .postchecked label,
  .CartList > span[id*="UpdatePanelPrice"] .addon-radio-list > label:nth-child(2) {
    font-weight: bold;
    color: #0c64ad;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .addon-radio-list > label:last-child {
    border: 0;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .addon-radio-list input[type="radio"] {
    margin: 12px 20px;
    padding: 0;
    z-index: 2;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .addon-radio-list input[type="radio"]:checked + label {
    font-weight: bold;
    color: #0c64ad;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .bundle-select {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 -15px -15px;
    display: block;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .bundle-select .bundle-select-info {
    padding: 0 15px;
    margin: 0 0 20px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .bundle-select .bundle-select-pax {
    padding: 15px 0;
    margin: 0;
    font-weight: bold;
    color: #3f4d61;
    background: white;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px dotted #e1e1e1;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .bundle-select .bundle-select-pax {
      padding: 10px 15px 15px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .bundle-select .bundle-select-pax .btn.dropdown-toggle {
    margin-left: 15px;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .bundle-select .bundle-select-pax .btn.dropdown-toggle {
      width: 100% !important;
      margin: 5px 0 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .bundle-select .bundle-select-pax .bundle-select-pax-select {
      width: 100% !important;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .bundle-select .dropdown-menu {
    padding: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .bundle-select .dropdown-menu {
      width: 100% !important;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .bundle-select .dropdown-menu a {
    padding: 15px 20px;
    font-size: 16px;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .bundle-select .dropdown-menu a {
      font-size: 14px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] .bundle-select .dropdown-menu a .text {
      margin-right: 0;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .bundle-select .dropdown-menu > .active a {
    background: #309ce6;
    color: white;
    font-weight: bold;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] .bundle-select .dropdown-menu > .active .check-mark {
    top: 15px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary {
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: none;
    color: #3f4d61;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart {
      font-size: 12px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tbody,
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr {
    display: inline-block;
    width: 100%;
    float: left;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td {
    height: 38px;
    text-align: center;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td:last-child {
    border-left: 1px dotted #e1e1e1;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td.trans-info, .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td.trans-info-body, .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td.trans-info-grey {
    width: calc(100% / 5);
    display: inline-block;
    float: left;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td.trans-info {
    font-weight: bold;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td.trans-info {
      min-height: 38px;
      line-height: 1;
      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;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td[colspan="3"] {
    display: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td[colspan="4"] {
    width: 70%;
    display: inline-block;
    float: left;
    text-align: right;
    padding-right: 30px;
    text-transform: uppercase;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr:last-child {
    background: #f8f8f8;
    font-size: 16px;
    font-weight: bold;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr:last-child {
      font-size: 12px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr:last-child td {
    height: 45px;
    line-height: 45px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr:last-child td:last-child {
    width: calc(100% - 70%);
    display: inline-block;
    float: left;
    color: #2db201;
    white-space: nowrap;
 }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr:last-child td:last-child {
      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;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr:not(:last-child) {
    border-bottom: 1px dotted #e1e1e1;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr [data-toggle="modal"] {
    text-decoration: underline;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) {
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: none;
    color: #3f4d61;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart {
      font-size: 12px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tbody,
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr {
    display: inline-block;
    width: 100%;
    float: left;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr td {
    height: 38px;
    line-height: 38px;
    text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr td {
      text-align: center;
      min-height: 38px;
      height: auto;
      line-height: 1;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr td:last-child {
    border-left: 1px dotted #e1e1e1;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr td[colspan="3"] {
    width: 0%;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr td[colspan="3"] ~ .trans-info-body {
    width: 80%;
    text-align: right !important;
    padding-right: 30px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:not(:last-child) {
    border-bottom: 1px dotted #e1e1e1;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:not(:last-child) td {
    width: calc(100% / 5);
    display: inline-block;
    float: left;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:not(:last-child) td {
      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;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr td[colspan="3"] {
    width: 0%;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr td[colspan="3"] ~ .trans-info-body {
    width: 80%;
    text-align: right !important;
    padding-right: 30px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr td[colspan="3"] ~ .trans-info-body {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr .CartSumPassengerType,
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr .CartSumPassengers,
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr .CartSumTicketPrice,
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr .CartSumTaxesFees,
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr .CartSumTotal {
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr .CartSumTaxesFees {
    text-decoration: underline;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:last-child {
    background: #f8f8f8;
    font-size: 16px;
    font-weight: bold;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:last-child {
      font-size: 12px;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:last-child td {
    height: 45px;
    line-height: 45px;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:last-child td {
      text-align: center;
      min-height: 38px;
      height: auto;
      line-height: 1;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:last-child td:first-child {
    width: 0;
    display: inline-block;
    float: left;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:last-child td:nth-child(2) {
    width: 80%;
    display: inline-block;
    float: left;
    text-align: right;
    padding-right: 30px;
    text-transform: uppercase;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:last-child td:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:last-child td:last-child {
    width: calc(100% - 80%);
    display: inline-block;
    float: left;
    color: #2db201;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"]:not(.price-summary) table.results-tblcart tr:last-child td:last-child {
      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;
    }
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] .NonLink {
    margin: 0 10px;
    color: #060805;
    text-decoration: underline;
    cursor: pointer;
    border-radius: 4px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] [id="ShowPromo"] {
    position: relative;
    color: black;
    text-decoration: underline;
    cursor: pointer;
    margin: 0;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] #PromoBlock input[type="text"] {
    display: inline-block;
    min-width: 100px;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    border-radius: 2px;
    background: white;
    border: 1px solid #e1e1e1;
    font-weight: normal;
    font-size: 15px;
    outline: none;
    z-index: 2;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] #PromoBlock input[type="text"]:hover, .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] #PromoBlock input[type="text"]:focus {
    outline: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] #PromoBlock input[type="submit"] {
    background: #676767;
    border: 1px solid #5a5a5a;
    text-align: center;
    color: #343434;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 14px;
    padding: 10px;
    border: 0;
    border-radius: 2px;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] #PromoBlock input[type="submit"]:hover {
    background: #535353;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] #PromoBlock input[type="submit"]:active {
    background: #272727;
    outline: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] #PromoBlock input[type="submit"]:focus {
    outline: none;
  }
  
  .CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="DisplayPromoCode"] #PromoBlock input[type="submit"]:hover {
    background: #0079bd;
  }
  
  .CartList > li[id*="CustomerDetail"] {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  
  .CartList > li[id*="CustomerDetail"] .CartHeadlineText {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #3f4d61;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .CartList > li[id*="CustomerDetail"] .CartArea {
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%;
    padding: 15px;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable {
    font-size: 12px;
    width: 100%;
    padding: 0 0 10px 0;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr {
    display: table;
    width: 100%;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .CartInput,
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .CartState {
    display: inline-block;
    float: left;
    width: 60% !important;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 0;
    border-radius: 2px;
    background: white;
    border: 1px solid #e1e1e1;
    font-weight: normal;
    font-size: 15px;
    color: black;
    outline: none;
    z-index: 2;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .CartInput,
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .CartState {
      width: 100% !important;
      margin-bottom: 5px;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .CartInput:hover, .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .CartInput:focus,
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .CartState:hover,
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .CartState:focus {
    outline: none;
    border-color: #ff7a3a;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .payment-label {
    width: 33.33333333%;
    vertical-align: top;
    padding-top: 14px;
    font-size: 14px;
    font-weight: bold;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .payment-label {
      font-size: 12px;
      line-height: 1.5;
      font-weight: normal;
      padding-top: 10px;
      text-align: left;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .payment-input {
    width: 70%;
    padding-left: 20px;
    padding-bottom: 5px;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .payment-input {
      padding-left: 10px;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .ccv-link {
    color: #2e7bcc;
    display: inline-block;
    font-size: 13px;
    margin: 14px 0 0 8px;
    text-decoration: underline;
    outline: none;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .ccv-link:hover {
    color: #ff7a3a;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .ccv-link {
      margin: 0 0 5px;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .cc-name-hint {
    color: #3f4d61;
    display: inline-block;
    margin: 14px 0 0 8px;
    font-size: 13px;
    opacity: 0.7;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .cc-name-hint {
      margin: 0 0 5px;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .cc-img {
    display: inline;
    float: left;
    max-width: 230px;
  }
  
  @media only screen and (min-width: 768px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .cc-img {
      margin: 9px 0 0 8px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .cc-img {
      margin: 0 0 10px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .cc-img {
      max-width: 184px;
      margin: 5px 0 10px;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr input[id*="DebitCardCheckbox"] {
    margin-right: 5px;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr label {
    color: black;
    margin: 0;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr input[id*="CCVerNumber"] {
    display: inline-block;
    width: 80px !important;
    margin-right: 5px;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .NonLink {
    color: #0c64ad;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .Zip {
    width: 29% !important;
    float: left;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .Zip {
      width: 48% !important;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="MONTH"],
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="YEAR"] {
    width: 29% !important;
    float: left;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="MONTH"],
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="YEAR"] {
      width: 48% !important;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="MONTH"] {
    margin-right: 2%;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="IntlCode"] {
    margin-right: 2%;
    width: 29% !important;
    float: left;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="IntlCode"] {
      width: 48% !important;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="IntlCode"] + input {
    width: 29% !important;
    float: left;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="IntlCode"] + input {
      width: 48% !important;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr select[id*="IntlCode"] + input.updnValidationErrorInput {
    background-color: white !important;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .same-phone {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-left: 15px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  @media only screen and (max-width: 767px) {
    .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .same-phone {
      margin: 5px 0;
    }
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .same-phone input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .same-phone label {
    font-size: 13px;
    color: #2e7bcc;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .same-phone label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: white;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 2px;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .same-phone label:after {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
    display: none;
    color: white;
    left: 3px;
    top: 3px;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .same-phone label:hover {
    color: #ff7a3a;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .same-phone input[type="checkbox"]:checked ~ label:before {
    background: #2e7bcc;
    border-color: #2e7bcc;
  }
  
  .CartList > li[id*="CustomerDetail"] .billingCCTable tbody > tr .same-phone input[type="checkbox"]:checked ~ label:after {
    display: block;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .CartHeadline {
    background: white;
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .CartHeadlineText {
    display: inline-block;
    width: 100%;
    border-bottom: 4px solid #0c64ad;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #0c64ad;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] {
    display: block;
    font-size: 14px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    margin: 0;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] tbody,
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] tr {
    width: 100%;
    display: inline-block;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] tbody > tr > td {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] tbody > tr > td label {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #4d4d4d;
    padding: 10px 10px 10px 42px;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] tbody > tr > td label:hover {
    opacity: 1;
    background: #f8f8f8;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] tbody > tr > td input {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 12px;
    margin: 0;
    z-index: 99;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] tbody > tr:first-child td label {
    font-weight: bold;
    color: #0c64ad;
    background: #edf6fe;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] tbody > tr:first-child td label a {
    text-decoration: underline;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] tbody > tr:first-child td label a:hover {
    color: #0c64ad;
    text-decoration: none;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="divContentT"] {
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="divContentB"] {
    display: inline-block;
    width: 100%;
    padding: 5px 15px 10px;
    font-size: 12px;
    text-align: center;
    color: #676767;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-sub {
    font-weight: bold;
    color: #214650;
    padding-bottom: 8px;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-text {
    width: 100%;
    display: inline-block;
    color: #3f4d61;
    margin-bottom: 5px;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-details {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #3f4d61;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-details.collapsing {
    margin: 0;
    padding: 0;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-details ul {
    list-style: circle;
    padding-left: 25px;
    margin: 5px 0;
    font-weight: normal;
    color: #676767;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-footer {
    color: #2e7bcc;
    text-decoration: underline;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-footer:hover {
    color: #ff7a3a;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-radio-list label {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #4d4d4d;
    padding: 10px 10px 10px 42px;
    margin: 0;
    z-index: 1;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-radio-list label:hover {
    opacity: 1;
    background: #f8f8f8;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-radio-list input {
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    margin-top: 12px;
    padding: 10px;
    z-index: 99;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-radio-list input:checked + label {
    font-weight: bold;
    color: #0c64ad;
    background: #edf6fe;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .addon-radio-list > label:not(:last-child) {
    font-weight: bold;
    color: #0c64ad;
    background: #edf6fe;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] [id*="InsuranceItemLabel"]:after {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "Glyphicons Halflings";
    display: inline-block;
    content: '\00ae';
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-top;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .inline-error {
    color: #ff7a3a;
    padding: 10px 15px 0;
    margin: 0;
    font-size: 14px;
    font-family: inherit;
    display: inline-block;
    line-height: 1.5;
    border-radius: 0;
    font-weight: normal;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-content {
    padding: 15px 15px 25px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-content #ins-desc-header {
    font-weight: bold;
    color: #3f4d61;
    padding-bottom: 8px;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-content #ins-desc-body {
    width: 70%;
    float: left;
    color: #3f4d61;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-content:after {
    background: url("/sites/1/Images/V3/TravelGuard.png") no-repeat;
    background-size: 100% auto;
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    right: 15px;
    top: 10px;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options {
    display: block;
    font-size: 14px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options tbody,
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options tr {
    width: 100%;
    display: inline-block;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options tbody > tr > td {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options tbody > tr > td label {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #4d4d4d;
    padding: 10px 10px 10px 42px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options tbody > tr > td label:hover {
    opacity: 1;
    background: #f8f8f8;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options tbody > tr > td input {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 12px;
    margin: 0;
    z-index: 99;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options tbody > tr:first-child td label {
    font-weight: bold;
    color: #0c64ad;
    background: #edf6fe;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options tbody > tr:first-child td label a {
    text-decoration: underline;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-options tbody > tr:first-child td label a:hover {
    color: #2e7bcc;
    text-decoration: none;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-footer {
    display: inline-block;
    width: 100%;
    padding: 5px 15px 10px;
    font-size: 12px;
    text-align: center;
    color: #676767;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-footer a {
    color: #2e7bcc;
    text-decoration: underline;
  }
  
  .CartList > div[id*="UpdatePanelInsurance"] .insurance-footer a:hover {
    color: #ff7a3a;
  }
  
  li[id*="EmailArea"] {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  
  li[id*="EmailArea"] .CartHeadlineText {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #3f4d61;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  li[id*="EmailArea"] .email-description {
    color: #676767;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  
  li[id*="EmailArea"] table.billingCCTable {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
  }
  
  li[id*="EmailArea"] table.billingCCTable tbody,
  li[id*="EmailArea"] table.billingCCTable tr {
    display: table;
    width: 100%;
    float: left;
  }
  
  @media only screen and (max-width: 767px) {
    li[id*="EmailArea"] table.billingCCTable tbody > tr:last-child td:first-child {
      display: none;
    }
    li[id*="EmailArea"] table.billingCCTable tbody > tr:last-child td:last-child {
      width: 100%;
      padding: 0;
    }
  }
  
  li[id*="EmailArea"] table.billingCCTable td:first-child {
    width: 33.33333333%;
    vertical-align: top;
    padding-top: 14px;
    font-size: 14px;
    font-weight: bold;
  }
  
  @media only screen and (max-width: 767px) {
    li[id*="EmailArea"] table.billingCCTable td:first-child {
      font-size: 12px;
      line-height: 1.5;
      font-weight: normal;
      padding-top: 10px;
      text-align: left;
    }
  }
  
  li[id*="EmailArea"] table.billingCCTable td:last-child {
    padding-left: 20px;
  }
  
  li[id*="EmailArea"] table.billingCCTable .CartInput {
    display: inline-block;
    width: 60% !important;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    background: white;
    border: 1px solid #e1e1e1;
    font-weight: normal;
    font-size: 15px;
    color: black;
    outline: none;
    z-index: 2;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  @media only screen and (max-width: 767px) {
    li[id*="EmailArea"] table.billingCCTable .CartInput {
      width: 100% !important;
    }
  }
  
  li[id*="EmailArea"] table.billingCCTable .CartInput:hover, li[id*="EmailArea"] table.billingCCTable .CartInput:focus {
    outline: none;
    border-color: #ff7a3a;
  }
  
  li[id*="EmailArea"] .CartNewsletterOption {
    display: inline-block;
    width: 100% !important;
    padding-top: 15px;
  }
  
  @media only screen and (max-width: 767px) {
    li[id*="EmailArea"] .CartNewsletterOption {
      margin-bottom: 5px;
    }
  }
  
  li[id*="EmailArea"] .CartNewsletterOption label {
    width: auto;
    display: inline;
    position: relative;
    padding: 0 0 0 5px;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    color: #3f4d61;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
  }
  
  @media only screen and (max-width: 767px) {
    li[id*="EmailArea"] .CartNewsletterOption label {
      font-size: 13px;
    }
  }
  
  li[id*="EmailArea"] .CartNewsletterOption label:hover {
    color: #0c64ad;
  }
  
  li[id*="EmailArea"] .CartNewsletterOption input {
    cursor: pointer;
    display: inline;
    position: relative;
    visibility: inherit;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: 0;
  }
  
  li[id*="EmailArea"] .CartNewsletterOption input:checked + label {
    font-weight: bold;
  }
  
  .CartList > li[id*="Terms"] {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  
  .CartList > li[id*="Terms"] .CartHeadlineText {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #3f4d61;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .CartList > li[id*="Terms"] .CartArea {
    text-align: left !important;
    color: #676767;
    font-size: 13px;
  }
  
  .CartList > li[id*="Terms"] .CartArea .CartTermsText {
    margin-bottom: 10px;
  }
  
  .CartList > li[id*="Terms"] .CartArea .termspop {
    color: #2e7bcc;
  }
  
  .CartList > li[id*="Terms"] .CartArea .termspop:hover {
    color: #ff7a3a;
  }
  
  .CartList > li[id*="Terms"] .CartArea .CartTermsButton {
    text-align: center;
    margin: 40px 0;
  }
  
  .CartList > li[id*="Terms"] .CartArea .CartTermsButton .PurchaseButton {
    background: #ff7a3a;
    border: 1px solid #ff6921;
    text-align: center;
    color: #d34500;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    padding: 16px 100px;
  }
  
  .CartList > li[id*="Terms"] .CartArea .CartTermsButton .PurchaseButton:hover {
    background: #ff5e11;
  }
  
  .CartList > li[id*="Terms"] .CartArea .CartTermsButton .PurchaseButton:active {
    background: #ba3c00;
    outline: none;
  }
  
  .CartList > li[id*="Terms"] .CartArea .CartTermsButton .PurchaseButton:focus {
    outline: none;
  }
  
  .CartList > li[id*="Terms"] br {
    display: none;
  }
  
  .CartList > li[id*="Terms"] .CartNewsletterOption {
    display: inline-block;
    padding: 10px 0;
  }
  
  .CartList > li[id*="Terms"] .CartNewsletterOption label {
    width: auto;
    display: inline;
    position: relative;
    padding: 0 0 0 5px;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
    color: #3f4d61;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
  }
  
  .CartList > li[id*="Terms"] .CartNewsletterOption label:before {
    min-width: 18px;
    height: 18px;
    background: white;
    border: 1px solid #a6a6a5;
    border-radius: 2px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -25px;
    display: none;
  }
  
  .CartList > li[id*="Terms"] .CartNewsletterOption label:hover {
    color: #0c64ad;
  }
  
  .CartList > li[id*="Terms"] .CartNewsletterOption input {
    cursor: pointer;
    display: inline;
    position: relative;
    visibility: inherit;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: 0;
  }
  
  .CartList > li[id*="Terms"] .CartNewsletterOption input:checked + label:after {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
    font-size: 14px;
    left: 1px;
    top: 2px;
    color: black;
    display: none;
  }
  