/*--- Reset ---*/
[data-drupal-messages] {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 1000;
    width: 100%;
    max-width: 400px;
    left: unset;
}
#header{
    height: 0 !important;
}
#main-wrapper {
    padding-top: 0 !important;
}
.reset_btn input[type=submit], .reset_btn input[type=submit]:hover, .reset_btn input[type=submit]:before, .reset_btn input[type=submit]:after{
    all: unset;
}
.reset_btn input[type=button], .reset_btn input[type=button]:hover, .reset_btn input[type=button]:before, .reset_btn input[type=button]:after{
    all: unset;
}
.reset_btn, .reset_btn:hover, .reset_btn:before, .reset_btn:after{
    all: unset;
}

/*--- Helpers ---*/
.d-flex{display: flex;}
.tx-center{text-align: center;}
.tx-right{text-align: right;}
.tx-bold{font-weight: 600;}
.mg-b-2{margin-bottom: 2rem !important;}
.d-none{display: none;}
.paso_container{
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    padding: 0 1rem 80px!important;
}
.paso_container.paso_body {
    margin: 30px auto;
    padding: 0 !important;
    line-height: normal;
}
#assistantform > div.paso_container.paso_body{
    text-align: center;
}
.tx-h1 {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
}

/*--- General ---*/
#paso_header{
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15), 0px 0.743666px 3.33379px rgba(0, 0, 0, 0.073481);
    margin-bottom: 2rem;
    display: flex;
    justify-content: right;
    padding: 0.5rem 15%;
    flex-flow: row wrap;
    position: relative;
    border-bottom: 2px solid white;
    background-color: #B56953;
}

body.duna_blanca_alquiler_esqui_andorra_com #paso_header {
  background-color: #019ee1;
}

#paso_header *{
    color: white;
}

#paso_header h3{
    margin: 0;
}
#paso_footer{
    padding: 1rem 0;
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
}
.paso_cta_primary input[type=submit]{
    color: #FAF6F6
}
.paso_cta_primary input[type=submit]:hover{
    color: #000
}
.paso_cta_primary{
    background: #B56953;
    border-radius: 4px;
}
#assistantform {
    background: #FAF9F5;
}
#assistantform h1 {
    text-align: center;
    margin-bottom: 0.7em;
}
#paso_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding-bottom: 32px;
    background-image: linear-gradient(to top, rgba(250, 249, 245, 1) 50%, rgba(250, 249, 245, 0) 100%);
}
#edit-paso-action {
    border-radius: 5px;
}
#edit-paso-action > input {
    font-weight: 600;
    font-size: 15px;
    border: none;
}
.dist_minus, .dist_pluss {
    width: 26px!important;
    height: 26px!important;
}
.dist_minus, .dist_pluss {
    width: 26px;
    height: 26px;
}
.bg-transparent {
    background-color: transparent;
}
@media all and (min-width: 769px) {
    #edit-paso-titulo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
    #edit-paso-date .paso_header_section > div {
        text-align: right;
    }
}
@media all and (max-width: 768px) {
    #edit-paso-titulo {
        margin: 5px 5px 0 0;
    }
    #edit-paso-date {
        width: 100%;
    }
    #edit-paso-date .paso_header_section {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
.cart-block--summary__icon img {
    width: 25px;
    margin-right: 5px;
}
.cart-block--offcanvas-cart-table__title {
    padding: 10px!important;
}
.cart-block--offcanvas-cart-table__quantity {
    text-align: center;
}
#block-cartflyout-2 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
#edit-paso-contador {
    margin-right: auto;
}


/* -- liwindow -- */
.liwindow-container *,
.liwindow-container *::after,
.liwindow-container *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.liwindow-container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 200;
}
/* -- liwindow Modal Dialog -- */
.liwindow-card {
  margin: 0 auto;
  margin-top: 7rem;
  width: 500px;
  max-width: 100%;
  box-shadow: 0px 0px 25px -5px #333;
}
.liwindow-header,
.liwindow-footer,
.liwindow-body {
  background-color: #fff;
}
.liwindow-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.liwindow-close {
  padding: 20px;
  display: inline-block;
  font-size: 1.33rem;
  color: #333;
  font-weight: bold;
  background-color: transparent;
  border: none;
  transition: 0.3s all;
}
.liwindow-close:hover,
.liwindow-close:focus {
  color: #7c4dff;
  background-color: #f3f3f3;
}
.liwindow-close:active {
  color: #7c4dff;
  transform: translate(-3px, -3px);
  transform: scale(0.9);
}
.liwindow-close:focus {
  outline: 1px solid #00bcd4;
}
.liwindow-body {
  padding: 20px;
  color: #333;
  font-size: 18px;
}
.liwindow-header h4 {
  color: #333;
  padding: 20px;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
}
.liwindow-footer {
  text-align: right;
}
.liwindow-btn {
  padding: 20px;
  background-color: transparent;
  border: none;
  color: #9c27b0;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.3s all;
}
.liwindow-btn:hover,
.liwindow-btn:focus {
  color: #7c4dff;
  background-color: #f3f3f3;
}
.liwindow-btn:active {
  color: #7c4dff;
  transform: translate(-3px, -3px);
  transform: scale(0.9);
}
.liwindow-btn:focus {
  outline: 1px solid #00bcd4;
}
.liwindow-hide {
  display: none;
}

.btn-resession {
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.5rem;
}
.btn-resession:hover {
    color: #018786;
}
#block-botonreservas-2 {
    display: none;
}

@media (max-width: 600px) {
    #paso_header {
        display: grid !important;
        grid-template-columns: 10fr 2fr;
        grid-template-rows: 1fr auto;
        padding-right: 0;
        padding-left: 16px;
    }
    #edit-paso-titulo {
        margin: 0 !important;
        display: flex;
        align-items: center;
    }
    #edit-paso-contador {
        order: 1;
        width: 100%;
        margin: 0;
    }
    #edit-paso-contador .d-flex {
        justify-content: center;
        height: 100%;
    }
    .btn-resession {
        padding: 0;
    }
    .paso_header_section.paso_contador {
        display: none;
    }
    #block-cartflyout-2 {
        display: flex;
        justify-content: center;
        margin: 0 !important;
        order: 2;
    }
    #edit-paso-date {
        order: 1;
    }
}