#xyereservation-top {
    cursor: pointer;
    float: right;
    clear: right;
    margin-left: 10px;
    margin-top: 10px;
}
#xyereservation-top > a:focus,
#xyereservation-top > a:active {
    text-decoration: none;
}
/** MODAL */
#xyereservation-summary {
    color: #232323;
}
#xyereservation-summary a {
    color: #28A3ED;
    text-decoration: none;
}
#xyereservation-summary a:hover {
    color: #0F79B9;
}
#xyereservation-summary .modal-dialog {
    min-width: 75%;
}
#xyereservation-summary .modal-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
#xyereservation-summary .modal-body {
    padding: 0;
    height: 80vh;
}
#xyereservation-summary .modal-title {
    display: inline-block;
}
#xyreservation-summary-container {
    display: flex;
    height: 100%;
    overflow: auto;
}
#xyreservation-summary-container .xyreservation-summary-leftcol {
    flex: 0 1 auto;
    padding: 20px 35px;
}
#xyreservation-summary-container .xyreservation-summary-rightcol {
    flex: 1 0 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    padding: 20px 15px;
}
#xyereservation-summary .alert {
    position: relative;
    background-color: #DFF5F9;
    border-color: #25B9D7;
    margin-bottom: 20px;
}
#xyereservation-summary .alert > i {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #25B9D7;
    float: left;
    font-size: 46px;
    line-height: 1 !important;
}
#xyereservation-summary .alert.opened {
    height: auto !important;
}
#xyereservation-summary .alert.opened > a {
    display: none !important;
}
#xyereservation-summary .alert > a {
    position: absolute;
    display: none;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    background-color: #DFF5F9;
}
#xyereservation-summary .alert > a:hover .material-icons {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}
#xyereservation-summary .alert > a .material-icons {
    animation: small-up-down 2s ease-in-out infinite;
}
#xyereservation-summary .alert .alert-text {
    margin-left: 46px;
    margin-bottom: 0;
    color: #363A41;
}
#xyereservation-summary .form_box {
    padding: 20px 15px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.20);
    text-align: center;
}
#xyereservation-summary .form_box h4 {
    font-size: 24px;
    font-weight: normal;
    color: #363A41;
    margin-bottom: 20px;
}
#xyereservation-summary .form_box .form_fields .custom-radio {
    margin-right: 5px;
}
#xyereservation-summary .form_box .form_fields .radio-inline+.radio-inline {
    margin-left: 15px;
}
#xyereservation-summary .form_box .form_fields .form-group > div {
    text-align: left;
}
#xyereservation-summary .form-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}
#xyereservation-summary .form-footer button {
    flex: 0 0 40%;
}
#xyereservation-summary .condition-label {
    margin-left: 2.5rem;
}
#xyereservation-summary .condition-label label {
    text-align: inherit;
}
#xyereservation-summary .reservation-product-list-container {
    position: relative;
    flex: 0 1 80%;
    width: 100%;
}
#xyereservation-summary .reservation-product-list-container ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
    overflow: auto;
}
#xyereservation-summary .reservation-product-list-container ul li {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#xyereservation-summary .reservation-product-list-container ul li:last-child {
    border-bottom-width: 0;
}
#xyereservation-summary .reservation-product-list-container ul li img {
    float: left;
    width: 125px;
    margin-right: 15px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
#xyereservation-summary .reservation-product-list-container ul li .product-info {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#xyereservation-summary .reservation-product-list-container ul li .product-name {
    color: #363A41;
}
#xyereservation-summary .reservation-product-list-container ul li .qty {
    float: left;
    margin-right: 15px;
}
#xyereservation-summary .reservation-product-list-container ul li .product-price {
    display: block;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
#xyereservation-summary .reservation-product-list-container ul li .reservation-store {
    margin-top: 10px;
}
#xyereservation-summary .reservation-product-list-container ul li .reservation-store .material-icons {
    font-size: 32px;
}
#xyereservation-summary .reservation-total {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
#xyereservation-summary .reservation-info {
    color: #777;
    font-style: italic;
    font-size: 13px;
    text-align: justify;
    padding: 15px 0;
    margin-bottom: 20px;
}
.force-hide {
    display: none !important;
}
#xyreservation-summary-container .xyreservation-submit.active {
    display: block;
    flex: none;
    margin: auto;
    padding: 0;
    border: 2px solid #FFF;
    background: #FFF !important;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #29a3ed;
    -webkit-animation: spin 1.5s infinite cubic-bezier(0.75, 0, 0.125, 1);
    -moz-animation: spin 1.5s infinite cubic-bezier(0.75, 0, 0.125, 1);
    -o-animation: spin 1.5s infinite cubic-bezier(0.75, 0, 0.125, 1);
    animation: spin 1.5s infinite cubic-bezier(0.75, 0, 0.125, 1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: default;
    box-shadow: none;
    outline: none;
}
#xyreservation-summary-container .xyreservation-submit.active span {
    display: none;
}
/** #region RESPONSIVE **/
/** AFFICHAGE EN COLONNE **/
@media (max-width: 991px) {
    #xyereservation-summary .modal-dialog {
        width: 100%;
    }
    #xyreservation-summary-container {
        flex-direction: column;
    }
    #xyreservation-summary-container .xyreservation-summary-leftcol {
        flex: 10 0 auto;
        order: 1;
        padding: 0px 15px;
    }
    #xyreservation-summary-container .xyreservation-summary-rightcol {
        flex: 1 1 auto;
        padding: 15px 15px 0 15px;
    }
    #xyreservation-summary-container .xyreservation-summary-rightcol h5 {
        margin-bottom: 0;
    }
    #xyereservation-summary .reservation-total {
        margin-bottom: 0;
        padding: 7px 0 15px 0;
    }
    #xyereservation-summary .reservation-info {
        margin-bottom: 0;
        padding: 0 0 15px 0;
    }
    #xyereservation-summary .reservation-product-list-container ul {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        left: 0;
        right: 0;
        margin-bottom: 0;
    }
    #xyereservation-summary .reservation-product-list-container ul li {
        flex: 0 0 auto;
        border-bottom: none;
        padding: 15px 10px 10px 10px;
        max-width: 300px;
    }
    #xyereservation-summary .reservation-product-list-container ul li:first-child {
        padding-left: 0;
    }
    #xyereservation-summary .reservation-product-list-container ul li img {
        width: 100px;
        margin-right: 10px;
    }
    #xyereservation-summary .reservation-product-list-container ul li .product-info {
        margin-bottom: 0.5rem;
    }
    #xyereservation-summary .reservation-product-list-container ul li .product-price {
        margin-top: 48px;
    }
    #xyereservation-summary .reservation-product-list-container ul li .reservation-store {
        font-size: 0.9rem;
        margin-top: 5px;
    }
    #xyereservation-summary .reservation-product-list-container ul li .reservation-store .material-icons {
        font-size: 24px;
    }
    #xyereservation-summary .alert.alert-info {
        padding: 0.5rem;
        height: 60px;
        overflow: hidden;
    }
    #xyereservation-summary .alert.alert-info > i {
        display: none;
    }
    #xyereservation-summary .alert.alert-info .alert-text {
        margin-left: 0;
        font-size: 0.8rem;
    }
    #xyereservation-summary .alert > a {
        display: block;
    }
    #xyereservation-summary .form_box {
        box-shadow: none;
        padding: 0;
    }
    #xyereservation-summary .form_box h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #xyereservation-summary .form_box .form-group {
        margin-bottom: 0.5rem;
    }
    #xyereservation-summary .form_box .form-group .form-control-label {
        padding-top: 0.3rem;
    }
    #xyereservation-summary .form_box .form_fields .form-group.title-group > div {
        text-align: center;
    }
    #xyereservation-summary .form-footer {
        flex-direction: column;
        margin-top: 5px;
    }
    #xyereservation-summary .form-footer button {
        flex: 0 0 40%;
        margin: 5px 0;
    }
}

/** AFFICHAGE POUR TELEPHONES (la modal prend 100% de la hauteau de page) **/
@media (max-width: 575px) {
    #xyereservation-summary .modal-dialog {
        height: 100%;
        overflow: hidden;
    }
    #xyereservation-summary .close {
        color: #DC3545;
        font-size: 2rem;
        opacity: 0.8;
    }
    #xyereservation-summary .modal-content {
        height: 100%;
    }
    #xyereservation-summary .modal-body {
        height: 100%;
        overflow: auto;
        padding-bottom: 70px;
    }
}

/** AFFICHAGE POUR GRANDES TABLETTES **/
@media (min-width: 992px) and (max-width: 1199px) {
    #xyereservation-summary .modal-dialog {
        min-width: 95%;
    }
    #xyereservation-summary .modal-body {
        height: 85vh;
    }
    #xyreservation-summary-container .xyreservation-summary-leftcol {
        padding: 15px 20px;
    }
    #xyereservation-summary .alert i {
        display: none;
    }
    #xyereservation-summary .alert .alert-text {
        margin-left: 0;
    }
    #xyereservation-summary .form_box h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}
/** #endregion **/

/** #region KEYFRAMES **/
@keyframes small-up-down {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    80% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
/** #endregion **/
