/* Sections 
---------------------------------------
*/
ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@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;
  }
}

.cart-detail {
  display: inline-block;
  position: relative;
  margin-top: 90px;
  padding: 30px 0;
}

@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;
  }
}

@media only screen and (max-width: 767px) {
  .cart-detail {
    margin-top: 12px;
  }
}

.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;
}

.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;
}

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;
}

.section-secure .section-why-tl {
  width: 100%;
  float: left;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-secure .section-why-tl {
    display: none;
    margin-top: 0;
  }
}

.section-secure .section-why-tl .block {
  border: 1px solid #e1e1e1;
}

.section-secure .section-why-tl .block .header {
  border-bottom: 3px solid #47a3da;
  padding: 6% 2%;
  text-align: center;
  text-transform: uppercase;
  color: #3f4d61;
}

.section-secure .section-why-tl .block .body {
  padding: 10px 10px 0;
}

.section-secure .section-why-tl .block .body ul {
  list-style: none;
  padding-left: 0;
}

.section-secure .section-why-tl .block .body ul li {
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
}

.section-secure .section-why-tl .block .body ul li i {
  vertical-align: middle;
  font-size: 18px;
  margin-top: -2px;
  color: #47a3da;
}

.section-secure .trustpilot-widget {
  float: left;
  margin-top: 20px;
}

#TrustedBox {
  float: left;
}

#TrustedBox .block-ssl {
  background: white;
  border: 1px solid #e1e1e1;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#TrustedBox .block-ssl .header {
  display: block;
  color: #3f4d61;
  padding: 6% 2%;
  font-size: 14px;
  line-height: 1.2em;
  border-bottom: 3px solid #47a3da;
}

#TrustedBox .block-ssl .header i {
  position: absolute;
  color: #C1DBEA;
  font-size: 30px;
  right: 6%;
  top: 1.5%;
}

#TrustedBox .block-ssl .body {
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  padding: 0 10px 10px 10px;
}

#TrustedBox .block-ssl .list {
  border-top: 1px solid #cccccc;
  text-align: center;
  padding-bottom: 10px;
}

#TrustedBox .block-ssl .list:first-child:last-child {
  border: 0;
}

#TrustedBox .block-ssl .list:first-child:not(:last-child) {
  border: 0;
}

#TrustedBox .block-ssl .list a {
  display: block;
  margin: auto;
  margin-top: 15px;
}

#TrustedBox .block-ssl .list span {
  display: block;
  margin: auto;
  margin-top: 15px;
  color: #3f4d61;
}

#TrustedBox .block-ssl ul.list-style {
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  padding: 10% 0 0;
  list-style: none;
  margin: 0;
  color: #3f4d61;
}

#TrustedBox .block-ssl ul.list-style li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
}

#TrustedBox .block-ssl ul.list-style li: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: "\f00c";
  color: #0c64ad;
  position: absolute;
  font-size: 12px;
  top: 2px;
  left: 0;
}

#TrustedBox .block-ssl ul.list-style li a {
  color: #056BA8;
}

#TrustedBox .block-ssl .help-call > span {
  color: black;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  text-decoration: none !important;
}

#TrustedBox .block-ssl .help-call > i {
  color: #0c64ad;
  vertical-align: middle;
  font-size: 20px;
}

#TrustedBox .block-ssl .help-call > h4 {
  color: #0c64ad;
  display: inline;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

/* Time out Modal
---------------------------------------
*/
.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;
  background: #FFA100;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.modal-timeout .modal-header h1 {
  color: #025d8f;
  font-weight: bold;
  font-size: 29px;
  line-height: 1.5;
}

.modal-timeout .modal-header p {
  font-size: 14px;
  color: white;
  margin: 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(white 30%, #CAE6F3);
  background-image: -moz-linear-gradient(white 30%, #CAE6F3);
  background-image: -ms-linear-gradient(white 30%, #CAE6F3);
  background-image: -o-linear-gradient(white 30%, #CAE6F3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), to(#CAE6F3));
  background-image: linear-gradient(white 30%, #CAE6F3);
}

.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 #A5C2D5;
  border-radius: 4px;
  background: url(https://www.cheapflightnow.com/Sites/49/images/V2/waiting/callcenter2.png) white 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: #E00D09;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.modal-timeout .modal-body .bottom .phone h1 {
  color: #E00D09;
  font-size: 34px;
  margin: 5px 0;
  line-height: 1;
}

.modal-timeout .modal-body .bottom .phone h3 {
  color: #1B6696;
  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;
  }
}

@-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%;
  }
}

.validate-modal .modal-dialog {
  margin-top: 10vh;
}

.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: 2rem;
  text-align: center;
  background-image: -webkit-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -moz-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -ms-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -o-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#2b3990), color-stop(49%, #028bd6), to(#47a3da));
  background-image: -webkit-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -o-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  color: white;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin: 0;
}

.validate-modal .modal-footer {
  height: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #e7f4fb;
}

.validate-modal .modal-footer:before {
  display: block;
  position: absolute;
  content: "";
  left: -250px;
  width: 250px;
  height: 6px;
  background-color: orange;
  -webkit-animation: h 1.6s linear infinite;
  animation: h 1.6s linear infinite;
}

.revalidate-modal .modal-dialog {
  max-width: 600px;
  -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;
  }
}

.revalidate-modal .revalidate-modal-header {
  padding: 15px 15px;
  text-align: center;
  border: 0;
  border-radius: 4px 4px 0 0;
  background-image: -webkit-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -moz-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -ms-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -o-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#2b3990), color-stop(49%, #028bd6), to(#47a3da));
  background-image: -webkit-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: -o-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background-image: linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  color: white;
}

.revalidate-modal .revalidate-modal-header h4 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .revalidate-modal .revalidate-modal-header h4 {
    font-size: 18px;
  }
}

.revalidate-modal .revalidate-modal-body {
  border-top: 3px solid orange;
  width: 100%;
}

.revalidate-modal .revalidate-modal-body .revalidate-modal-sorry {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding: 0 20px 0;
  color: #2a3b90;
  font-weight: bold;
}

.revalidate-modal .revalidate-modal-body .revalidate-modal-sorry i.icon {
  background: url(/sites/3/V3/images/icons/icon-warning.svg) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  margin: 15px auto;
  color: transparent;
}

.revalidate-modal .revalidate-modal-body .revalidate-modal-price {
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 15px 1em;
}

.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 15px 15px;
}

@media screen and (min-width: 56.25em) {
  .revalidate-modal .revalidate-modal-body .revalidate-modal-group {
    -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 5px;
  background: #f68627;
  border: 1px solid #f5780f;
  text-align: center;
  color: #b05507;
  -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: #f17222;
  border-radius: 2px;
  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: 18px;
  line-height: 1.5;
  padding: 15px;
  white-space: nowrap;
  width: 100%;
}

.revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-primary:hover {
  background: #ea710a;
}

.revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-primary:active {
  background: #974906;
  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 5px 0 0;
  }
}

.revalidate-modal .revalidate-modal-body .revalidate-modal-group .btn-default {
  margin: 5px 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: #ccc;
  border-radius: 2px;
  color: black;
  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: 18px;
  line-height: 1.5;
  padding: 15px;
  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 5px;
  }
}

.revalidate-modal .revalidate-modal-body .revalidate-modal-terms {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #808080;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  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: #27aae1;
}

/* 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/3/V3/images/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;
}

/* Flight Details
---------------------------------------
*/
.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: #47a3da;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.CartList > li[id*="Flight"] .CartHeadlineText:before {
  display: inline-block;
  content: '';
  background: url("/sites/3/V.2/images/logo-icon.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.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: #47a3da;
  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;
  background: #f8f8f8;
}

.CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody {
  width: 100%;
  display: inline-block;
  font-size: 14px;
}

.CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody tbody {
  width: 100%;
  display: inline-block;
}

.CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody > tbody > tr {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 12px;
}

.CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody > tbody > tr > td {
  display: inline-block;
  float: left;
}

.CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflighttime {
  width: 110px;
}

@media only screen and (max-width: 767px) {
  .CartList > li[id*="Flight"] .flightMain .cartairquote .flighttableBody .cartflighttime {
    padding-bottom: 10px;
  }
}

.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% - 110px);
    padding-bottom: 10px;
    white-space: normal;
  }
}

.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 .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,
.CartList > li[id*="Flight"] .flightMain .cartairquote .CartDurationNotes {
  display: block;
  background: #f5fafe;
  color: #5482a7;
  font-size: 13px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

.CartList > li[id*="Flight"] .flightMain .cartairquote .NearbyCart i,
.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: 10px 10px !important;
  float: left;
}

@media only screen and (max-width: 767px) {
  .CartList > li[id*="Flight"] .flighttableBody tr[id*="SelfTranferRow"] {
    padding: 0 10px 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-radius: 0;
  border: 1px solid orange;
  background: #fbf7df;
  -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: #ff6600;
  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;
  }
}

/* Traveler Details
---------------------------------------
*/
.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: #47a3da;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.CartList > li[id*="Traveler"] .CartHeadlineText:before {
  display: inline-block;
  content: '';
  background: url("/sites/3/V.2/images/logo-icon.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.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: #47a3da;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .CartList > li[id*="Traveler"] div[id*="TravelerRepeater"] table.tsatbl .pax-options-button-box .pax-options-button {
    white-space: normal;
  }
}

.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%;
  }
}

/* Update PanelPrice
---------------------------------------
*/
.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: #47a3da;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.CartList > span[id*="UpdatePanelPrice"] li[id*="Baggage"] {
  display: inline-block;
  width: 100%;
  padding: 10px 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: #244092;
  border-radius: 4px 4px 0 0;
  border-bottom: 3px solid orange;
}

@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 #cdcdcd;
  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 0;
}

@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: #f9f9f9;
  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: #244092;
  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"] {
  text-align: center;
  color: white;
  background: #244092;
  padding: 0 15px 15px;
}

.CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] .CartArea [id*="divContentT"] ul {
  padding: 0;
}

.CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] .CartArea [id*="divOptions"] table[id*="rdoOptions"] {
  background: gray;
  -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-top: 3px solid orange;
  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;
  text-align: center;
  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;
  text-align: center;
  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;
    padding: 0;
  }
}

.CartList > span[id*="UpdatePanelPrice"] li[id*="GeneralAddon"] [id*="divContentT"] > div:last-child {
  font-size: 14px;
  text-align: center;
}

.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 -15px -15px;
  display: block;
  background: white;
  border: 1px solid #e1e1e1;
  border-top: 3px solid orange;
}

@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/3/V.2/images/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:hover:before {
  content: '\f057';
}

.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: 100px;
  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: 100px;
  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;
  text-align: center;
  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"] .select-seat-list {
  display: inline-block;
  width: 100%;
  padding: 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .CartList > span[id*="UpdatePanelPrice"] .select-seat-list {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}

.CartList > span[id*="UpdatePanelPrice"] .select-seat-list ul {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.CartList > span[id*="UpdatePanelPrice"] .select-seat-fine {
  display: inline-block;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  text-align: center;
  padding: 0 10%;
  line-height: 1.2;
  opacity: 1;
}

.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-top: 3px solid orange;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}

.CartList > span[id*="UpdatePanelPrice"] .addon-radio-list label {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  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;
  border-bottom: 1px dotted #cdcdcd;
}

@media only screen and (max-width: 767px) {
  .CartList > span[id*="UpdatePanelPrice"] .addon-radio-list label {
    font-size: 12px;
  }
}

.CartList > span[id*="UpdatePanelPrice"] .addon-radio-list label:hover {
  background: #f8f8f8;
}

.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: #1275ce;
}

.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 20px;
  margin: 0 0 0;
  border-bottom: 3px solid orange;
}

.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;
  white-space: normal;
}

@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;
    left: 0 !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;
  margin: 0;
}

@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;
  line-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;
  background: white;
  padding: 0;
  color: #214650;
}

.CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr td.trans-info {
  font-weight: bold;
  text-transform: uppercase;
}

@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: 80%;
  display: inline-block;
  float: left;
  text-align: right;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: bold;
  background: #f8f8f8;
  color: #13191f;
}

.CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].price-summary table.results-tblcart tr:last-child {
  background: #f8f8f8;
  font-size: 16px;
  font-weight: bold;
}

.CartList > span[id*="UpdatePanelPrice"] [id*="PriceDtl"] [id*="flightSummary"].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"].price-summary table.results-tblcart tr:last-child td {
    text-align: center;
    min-height: 38px;
    height: auto;
    line-height: 1;
    font-size: 12px;
    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"].price-summary table.results-tblcart tr:last-child td:last-child {
  width: calc(100% - 80%);
  display: inline-block;
  float: left;
  color: #2db201;
  font-weight: bold;
  background: #f8f8f8;
}

@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: #2db201;
  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;
}

/* CustomerDetail
---------------------------------------
*/
.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: #47a3da;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.CartList > li[id*="CustomerDetail"] .CartHeadlineText:before {
  display: inline-block;
  content: '';
  background: url("/sites/3/V.2/images/logo-icon.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.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: 220px;
}

@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: 10px 0;
  }
}

@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;
}

/* Travel Insurance
---------------------------------------
*/
.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"] .CartArea {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .CartList > div[id*="UpdatePanelInsurance"] .CartArea {
    font-size: 12px;
  }
}

.CartList > div[id*="UpdatePanelInsurance"] [id*="rdoOptions"] {
  display: block;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}

.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;
  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;
}

.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-details li {
  list-style: circle;
}

.CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-details p {
  margin: 10px 0 0 0;
}

.CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-details br {
  display: none;
}

.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-tcp-radio-list {
  margin-top: 0;
}

.CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-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: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-radio-list label {
    font-size: 12px;
  }
}

.CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-radio-list label:hover {
  opacity: 1;
  background: #f8f8f8;
}

.CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-radio-list > label:not(:last-child) {
  font-weight: bold;
  color: #0c64ad;
  background: #edf6fe;
}

.CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-radio-list > label:last-child {
  color: #4d4d4d;
  font-weight: normal;
}

.CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-radio-list input {
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  margin-top: 12px;
  padding: 10px;
  z-index: 99;
}

.CartList > div[id*="UpdatePanelInsurance"] .addon-tcp-radio-list input:checked + label {
  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;
}

.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/3/V.2/images/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;
  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;
  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;
}

/* EmailArea 
---------------------------------------
*/
li[id*="EmailArea"] {
  display: inline-block;
  width: 100%;
  position: relative;
}

li[id*="EmailArea"] .CartHeadlineText {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  color: #47a3da;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

li[id*="EmailArea"] .CartHeadlineText:before {
  display: inline-block;
  content: '';
  background: url("/sites/3/V.2/images/logo-icon.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

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: #f68627;
}

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;
}

/* Terms 
---------------------------------------
*/
.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: #47a3da;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.CartList > li[id*="Terms"] .CartHeadlineText:before {
  display: inline-block;
  content: '';
  background: url("/sites/3/V.2/images/logo-icon.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.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: #f68627;
  border: 1px solid #f5780f;
  text-align: center;
  color: #b05507;
  -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: #ea710a;
}

.CartList > li[id*="Terms"] .CartArea .CartTermsButton .PurchaseButton:active {
  background: #974906;
  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;
}
