.disneyticket-related {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid;
  border-color: #d4d4d4;
  border-radius: 3px 3px 0px 0px;
}

.disneyticket-related .disneyticket-title {
  padding: 5px 10px;
  /* margin-bottom: .5rem; */
  border-bottom: 1px solid;
  border-color: #d4d4d4;
  border-radius: 3px 3px 0px 0px;
  background-color: #069;
  color: #FFF;
  font-size: 13px;
  line-height: 27px;
  font-size: 13px;
  text-transform: uppercase;
}

.disneyticket-related .disneyticket-container-products > div {
  padding: 1.25rem;
}
.disneyticket-related .disneyticket-container-products > div > img {
  max-height: 10rem;
  min-height: 10rem;
}

.disneyticket-related .disneyticket-container-products > div > *:not(:last-child) {
  padding-bottom: 1rem;
}

.disneyticket-container-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.disneyticket-container-products > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.disneyticket-container-products > div > span {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.disneyticket-container-products > div > span > strong {
  text-align: justify;
  font-size: 1rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
}


.product-view-disney_ticket .category-info {
  float: none;
}

.disneyticket-title-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.disneyticket-title {
  color: #069;
  font-weight: bold;
}

.disneyticket-title-container .disneyticket-title {
  font-size: 1.2rem;
}

.disneyticket-moreinfo-title {
  font-size: 1rem;
  color: #f84a4a;
  font-weight: bold;
  /* justify-content: flex-end; */
  
}
.disneyticket-moreinfo-title a {
  color: #f84a4a;
  text-decoration: underline;
}

.lblTitle > a {
  display: flex;
  justify-content: space-between;
}
.lblTitle > a > span {
  color: #f84a4a;
  /* text-decoration: underline; */
  /* font-size: .5rem; */
}


.disneyticket-moreinfo-description {
  font-size: 16px;
}


#disneyticket-calendar-widget {
  display: inline-block;
  /* box-sizing: border-box; */
  clear: both;
}
.calendar-desc {
  width: 22%;
  /* float: right; */
  background: #1a5975;
  color: #fff;
  padding: 15px;
  display: flex;
  flex-flow: column;
  /* justify-content: space-between; */
}
.calendar-desc h2 {
  color: #fff;
  font-size: 180%;
  border-bottom: 1px solid #fff;
  padding: 0px 0px 6px;
  font-weight: bold;
}
.calendar-desc .livelo-points {
  display: none;
  padding: 0;
}
.calendar-desc .livelo-points img {
  width: 25px;
  height: 25px;
  padding: 0;
  padding-right: 5px;
}

#disneyticket-calendar-widget {
  /* width: 78%; */
  display: flex;
  flex: 1;
  /* min-height: 100%; */
}
.calendar-desc .resume .livelo-points {
  display: flex;
}
.resume label {
  display: block;
  margin-bottom: 5px;
  clear: both;
}
.resume .useDate span {
  display: block;
}

.resume .box-price {
  border-top: 1px solid #fff;
  display: block;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  vertical-align: bottom;
}

div div.day div.day-content a {
  display: block;
  height: 86px;
}
.box-price .sub-price {
  white-space: nowrap;
}
/* .disney-ticket .days,
.disney-ticket .adult,
.disney-ticket .childs,
.disney-ticket .box-types,
.disney-ticket .typeVoucher {
  display: inline-block;
} */
.day-content .bx-price {
  font-size: 140%;
}
div div.day div.day-content a.selected {
  background: #3c879c;
}
div div.day div.day-content a {
  text-align: right;
  margin: 2px;
  padding: 0px 5px;
}

.filters > div > label.lblTitle {
  display: block;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
  padding-bottom: 4px;
}

.filters i {
  color: #069;
  border: 1px solid #069;
  padding: 4px 5px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 110%;
}
.resume label > i {
  padding-right: 4px;
  height: 30px;
  float: left;
  clear: both;
}
.resume label.useDate i {
  height: 60px;
}

div div label.lblTitle {
  font-weight: bold;
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
}

/* .days {
  min-width: 105px; */
/* } */

.filters select {
  width: 100%;
}
/* .childs,
.adult {
  min-width: 125px;
  padding: 0 10px;
  text-align: center;
} */
/* .childs {
  width: 125px; */
/* } */
.childs input,
.adult input {
  width: 35px;
  text-align: center;
  font-weight: bold;
  border: 0px;
  font-size: 110%;
}

/* .box-types {
  width: 385px;
} */
/* .box-types,
.typeVoucher {
  vertical-align: top;
  margin-left: 20px;
} */
/* .typeVoucher {
  width: 125px;
  margin-left: 15px;
} */

.box-types {
  min-width: 500px;
  max-width: 500px;
}

.box-types > div {
  display: flex;
  flex-flow: wrap;
}

.box-types > div > div {
  flex: 1;
  min-width: 50%;
}

input.isVoucher {
  float: left;
}

.filters {
  padding: 10px 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 -.5em;
}

.filters > div {
  margin: 0 .5em;
}

.resume {
  min-height: 208px;
  margin-bottom: auto;
}
.jscalendar-header-list-months {
  height: 40px;
}
div div.day div.day-content a.selected > .text {
  padding: 5px;
}
div div.day div.day-content a.selected > .text > label.lbl-day-flex {
  top: 9px;
}
div div.day div.day-content a.selected {
  background: #069;
  width: 100%;
  margin: 0;
  padding: 0px 0px 0px 0px;
  height: 90px;
}
div div.day div.day-content a,
div.day div.day-content a.default {
  background: #fff;
}
div div.day div.day-content a *,
div.day {
  color: #676767;
}
div div.day div.day-content a:hover,
div div.day div.day-content a.default:hover {
  background: #069;
  height: 85px;
}
div div.day div.day-content a.selected:hover,
div div.day div.day-content a.default.selected:hover {
  height: 90px;
}
div div.day div.day-content a:hover .item-day,
div div.day div.day-content a.default:hover .item-day {
  display: block;
}

.add-to-box {
  display: flex;
  clear: none;
}

.add-to-box .add-to-cart {
  width: 100%;
}
.product-view .add-to-cart button.button {
  max-width: 100%;
  width: 100%;
  border-radius: 30px;
}
.product-view .add-to-cart button.button span {
  width: 100%;
  border-radius: 20px;
}
.add-to-box * {
  box-sizing: border-box;
}

.tr_disney label {
  font-weight: bold;
}
.tr_disney span {
  font-weight: normal;
}
.tr_disney span .price {
  font-weight: bold;
}
.cart-item-options {
  /*text-transform: uppercase;*/
  font-style: italic;
}
.tr_disney .product-name a {
  /*text-transform: uppercase;*/
  text-align: left;
}

.cart-item-options .child-item-options {
  margin-left: 20px;
  margin-bottom: 0;
}

.cart-item-options li {
  padding: 2px 0px;
}
.day-content .text .item-day {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 8px;
}
div.day div.day-content a:hover,
div.day div.day-content a.default:hover {
  text-shadow: none;
}
.day-content .text {
  text-align: left;
  box-sizing: border-box;
  margin-top: 2px;
  display: block;
}
.day-content .paymentTypes {
  display: block;
  max-width: 100%;
  white-space: normal;
  font-size: 85%;
  line-height: 100%;
}
.day-container div.day {
  background: #fff;
}

div div.day span.day-number {
  float: right;
  margin: 4px 4px;
}
div .jscalendar-header-list-months {
  border-color: #069;
  background: #069;
}
div div.day div.day-content a.selected .item-day,
div.day div.day-content a.selected:hover .item-day {
  display: block;
}
div div.day div.day-content a.selected *,
div.day div.day-content a.selected:hover * {
  color: #fff;
}
.resume .box-price .parcel {
  font-weight: normal;
  font-size: 160%;
  line-height: 200%;
}
.resume .box-price .price {
  font-size: 220%;
  font-weight: 700;
  color: #fff;
}
.prod-description {
  font-size: 90%;
  margin-bottom: 5px;
  margin-top: 5;
}
.promotion-resume {
  font-size: 90%;
  margin-top: 20px;
  margin-bottom: 5px;
}
.promotion-resume > img {
  margin-right: 10px;
}
.box-calendar {
  display: flex;
  flex-wrap: wrap;
}
.box-calendar button.btn-addtocart span span {
  padding: 5px 15px !important;
}

#disneyticket-calendar-widget div.day-see-more {
  display: none;
}

span.box-price .price {
  white-space: nowrap;
  vertical-align: top;
}
.bx-price span.cents {
  font-size: 50%;
  vertical-align: text-top;
  line-height: 205%;
}
.prime-box input[type="checkbox"],
.typeVoucher input[type="radio"],
.typeVoucher input[type="checkbox"],
.box-types input[type="radio"] {
  display: none;
}
.radio {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #069;
  border-radius: 16px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

.prime-box input:checked ~ .radio .dot {
  background: transparent;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0px;
  vertical-align: middle;
  font-size: 80%;
  color: #069;
}
.prime-box span.dot {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
input:checked ~ .radio .dot {
  background: #069;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0px;
}
.prime-box span.dot::before {
  content: "\f00c";
}

.prime-box .radio/*,
.typeVoucher .radio*/ {
  border-radius: 3px;
}

.prime-box {
  margin-top: 15px;
}
.prime-box label {
  font-size: 130%;
}
.resume .prime i.fas {
  font-size: 150%;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  opacity: 0.5;
}
.prime-box *,
div.box-types > div label,
div.typeVoucher > div label {
  cursor: pointer;
  margin-bottom: 4px;
}

.filters > div label {
  display: block;
  width: 100%;
  padding-bottom: 4px;  
}

.box-price .paymentTypes {
  display: block;
}
div .calendar-desc .box-price .paymentTypes {
  font-family: inherit;
}

div.day-content
  > a.item
  > span.text
  > span.box-price
  > span.paymentTypes
  span.sub-price,
div .calendar-desc .box-price .paymentTypes .sub-price {
  font-size: 1rem;
  font-weight: bold;
}

div .calendar-desc .box-price .sub-info {
  font-size: 0.6rem;
}


div
  .calendar-desc
  .box-price
  span.paymentTypes
  > span.price-spotlight
  > span.sub-price {
  font-size: 1.625rem;
}

div .calendar-desc .box-price span.paymentTypes > span.price-spotlight {
  text-align: center;
}

div.day-content
  > a.item
  > span.text
  > span.box-price
  > span.paymentTypes
  span.sub-price:nth-last-child(1),
div .calendar-desc .box-price .paymentTypes .sub-price:nth-last-child(1) {
  font-size: inherit;
  font-weight: normal;
}

div.day-content
  > a.item
  > span.text
  > span.box-price
  > span.paymentTypes
  span.sub-price:nth-last-child(1) {
  font-weight: bold;
}

.jscalendar-header-list-months > i {
  display: inline-block;
  color: #fff;
  width: 14px;
  font-size: 200%;
  margin: -33px 10px 0px;
  vertical-align: middle;
  line-height: 38px;
  box-sizing: border-box;
  cursor: pointer;
}
.jscalendar .internalSlider {
  display: inline-block;
  width: 440px;
  overflow: hidden;
}
.internalSlider .jscalendar-header-list-months {
  position: relative;
  height: 38px;
  white-space: nowrap;
  box-sizing: border-box;
}
.month-item {
  width: 88px;
  box-sizing: border-box;
}
.jscalendar-header-list-months .prev.disabled,
.jscalendar-header-list-months .next.disabled {
  opacity: 0.4;
}
.jscalendar > .jscalendar-header-list-months {
  overflow: hidden;
}
.jscalendar > .jscalendar-header-list-months > .month-item {
  display: none;
}
.jscalendar > .jscalendar-header-list-months > .month-item:nth-child(1),
.jscalendar > .jscalendar-header-list-months > .month-item:nth-child(2),
.jscalendar > .jscalendar-header-list-months > .month-item:nth-child(3),
.jscalendar > .jscalendar-header-list-months > .month-item:nth-child(4),
.jscalendar > .jscalendar-header-list-months > .month-item:nth-child(5) {
  display: inline-block;
}
.ico-disney-minor-price {
  background-image: url("icodsn.png");
  background-size: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.min-price {
  /* background-image: url("icodsn.png");
  background-repeat: no-repeat;
  background-position: left 2px; */
  float: left;
  width: 17px;
}

.promotion-price {
  float: left;
  width: 17px;
}

span.box-price .price {
  font-weight: normal;
}

.box-price .paymentTypes {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
  font-size: 108%;
}

div.day .box-price .paymentTypes {
  position: absolute;
  bottom: 10px;
}

.calendar-desc .error {
  color: #f98686;
}
.tr_disney .product-name img {
  display: block;
  margin: 0 auto;
}
span.old-price {
  display: block;
  margin: 0;
  font-size: 80%;
  text-decoration: line-through;
  line-height: 10px;
  height: 10px;
}
.resume span.old-price {
  height: auto;
  line-height: initial;
}
.day-content .old-price .bx-price {
  font-size: 100%;
}
span.item-day.has-old-price {
  margin-bottom: 4px !important;
}
.filters > #prime-option {
  /* display: none; */
}
.resume .old-price ~ .box-price {
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

a.selected .icon-prime {
  top: 12px;
}
.icon-prime {
  background: #bcbbb1;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 8px;
  left: 28%;
  content: "O";
  color: #00d3f5 !important;
  font-size: 200%;
  border-radius: 12px;
}

.calendar-desc .icon-prime {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  margin-right: 10px;
}
.prod-description label.lbl-day-flex {
  margin-left: 0px;
  position: relative;
  float: left;
  margin-right: 10px;
  top: 0px;
}
label.lbl-day-flex {
  border: 2px solid #d5d5d5;
  padding: 1px 2px;
  border-radius: 6px;
  margin-left: 34%;
  cursor: pointer;
  position: absolute;
  top: 7px;
  font-size: 8px;
  color: #757575 !important;
  line-height: 10px;
  background: #fff;
}

.disney-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 2rem; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.disney-modal_content {
  background-color: #fefefe;
  margin: auto;
  padding: 1rem;
  border: 1px solid #888;
  width: 80%;
  max-height: 80%;
  display: flex;
  flex-direction: column;
}

.disney-modal_header {
  font-size: 1rem;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 0.75rem;
  height: 1.25rem;
}

.disney-modal_body {
  overflow: auto;
}

.disney-modal_body p {
  margin: 0;
}

.disney-modal_footer {
  height: 1rem;
  border-top: 1px solid #c8c8c8;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1rem 0;
}

.disney-modal_footer button.button {
  height: 1.75rem;
  margin: 2px;
}

.disney-modal_footer button.button#disney-modal-cancel-btn {
  background-color: #f84a4a;
}

.disney-modal_footer button.button#disney-modal-confirm-btn {
  background-color: #4da84d;
}
a:hover label.tplabels {
  color: #676767 !important;
}
a:hover label.tplabels:hover {
  color: #fff !important;
}
label.tplabels {
  display: block;
  font-size: 70%;
  text-size-adjust: auto;
  white-space: normal;
  border: 1px solid rgb(224, 242, 255);
  border-radius: 4px;
  cursor: pointer;
  line-height: 80%;
  margin-bottom: 1px;
  padding: 4px;
  background: rgb(224, 242, 255);
}
label.tplabels:hover {
  font-size: 80%;
  background: transparent;
}

@media (max-width: 800px) {
  #disneyticket-calendar-widget {
    width: 100%;
  }
  .calendar-desc {
    width: 100%;
  }
}
@media (max-width: 640px) {
  /*@media (max-width:490px){*/

  /* .disney-ticket .days,
  .disney-ticket .adult,
  .disney-ticket .childs,
  .disney-ticket .box-types,
  .disney-ticket .typeVoucher {
    display: inline-block;
    width: 48%;
    padding: 10px 0px;
  } */
  /* .disney-ticket .days {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
  } */
  .box-types {
    min-width: auto;
    max-width: auto;
  }

  .box-types,
  .typeVoucher {
    height: auto;
  }
  /* .disney-ticket .box-types {
    width: 100%;
  } */

  /* .box-types div {
    width: auto;
    padding-right: 4%;
  } */
  #disneyticket-calendar-widget {
    width: 100%;
  }
  .calendar-desc {
    width: 100%;
  }
  .jscalendar .internalSlider {
    display: inline-block;
    width: 200px;
  }
  #disneyticket-calendar-widget div.day-see-more {
    display: block;
  }
  div div.day div.day-content a,
  div div.day div.day-content a.selected:hover,
  div div.day div.day-content a.default.selected:hover,
  div div.day div.day-content a.selected {
    height: 64px;
  }
  div div a .item-day {
    color: rgba(0, 0, 0, 0) !important;
  }
  div.day-see-more div a .item-day {
    color: #fff !important;
  }
  .day-see-more .box-price {
    display: block;
  }
  .day-see-more .price {
    font-size: 180%;
  }
  .day-see-more .parcel {
    font-size: 150%;
    vertical-align: baseline;
    line-height: 40px;
  }
  .day-content .text .item-day {
    margin-bottom: 2px;
  }
  div div.day div.day-content a.selected > .text {
    padding: 0px;
  }
  .day-content .paymentTypes {
    font-size: 92%;
  }
  .day-content .day-see-more span.parcel {
    display: inline-block;
  }

  .day-content span.parcel {
    display: block;
    line-height: 8px;
    font-size: 10px;
  }
  .day-content .day-see-more .bx-price {
    font-size: 110%;
    display: block;
  }

  div.day-content
    > a.item
    > span.text
    > span.box-price
    > span.paymentTypes
    span.sub-price {
    font-size: 0.62rem;
  }

  .day-content .bx-price {
    font-size: 75%;
  }
  .day-see-more .box-price span.paymentTypes {
    display: block;
  }
  .btn-cart > span {
    height: 34px !important;
  }
  div div.day div.day-content a.selected {
    padding: 4px;
  }

  .jscalendar > .jscalendar-header-list-months > .month-item:nth-child(3),
  .jscalendar > .jscalendar-header-list-months > .month-item:nth-child(4),
  .jscalendar > .jscalendar-header-list-months > .month-item:nth-child(5) {
    display: none;
  }
  label.lbl-day-flex {
    right: 2px;
    top: 8px;
  }
  .prod-description label.lbl-day-flex {
    right: 0;
    top: 0px;
  }
}

@media only screen and (min-width: 540px) {
  div.day .box-price .paymentTypes {
    font-size: 140%;
  }
}

@media only screen and (max-width: 490px) {
  .day-content .text {
    margin-top: -3px;
  }

  div div.day div.day-content a.selected > .text > label.lbl-day-flex {
    top: 4px;
  }

  label.lbl-day-flex {
    top: 2px;
  }

  label.lbl-day-flex {
    border: 1px solid #d5d5d5;
  }
}
