.pag-bt.active, .pag-bt.w--current {
    border-style: none;
    border-width: 0px;
    background-color: #3899ec;
    box-shadow: 1px 1px 3px 0 dimgrey;
    color: #fff;
}
.post-pag-bt {
  width:100%;
}
.w-select-short {
    width: 75px;
}
.errorlist li {
    list-style-type: none;
}
.errorlist li {
    color: #e52828 !important;
    background: url(/public/images/errorlist_li_background.png) no-repeat 0px 1px;
    padding-left: 18px;
    display: block;
    font-size: 12px !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
}
.messages li {
    height: 2em;
    line-height: 2em;
    font-size: 125%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    list-style-type: none;
}
.messages .success {
    background-color: #20a2ff;
}
.messages .error {
    background-color: #ff4f3f;

}
ul.messages {
  padding-left:initial;
}
.cart_item a {
    cursor: pointer;
}
.w-input-field-sm {
  width: 76px;
  height: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
}
.w-input-field-med {
  width: 100px;
  /*height: 24px;*/
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 15px;
}
.cart-page-loader {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000000;
}

.cart-list-additional-items li {
    list-style-type: none;

}
.cart-list-additional-items {
    padding-left: 0px;

}
.auto-hide-paragraph {
  display:none;
}
.auto-hide-description {
  display:none;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.cart-required-field-label { 
  color:red;
}

.discount-item-amount {
  color:red;
}
.cart-price-credit {
  color:red;
}
@media (min-width: 991px)
{
    .cart_item_change_participants {
    max-width: 150px;
    }
}

.w-slider {
  height:450px;
}


@media (max-width: 991px) {
    .w-slider {
      height:450px;
    }
}
@media (max-width: 767px) {
    .w-slider {
      height:350px;
    }
}
@media (max-width: 479px) {
      .w-slider {
      height:250px;
    }
}


