/* -------------------- ROOT -------------------- */

div#tt-shop {
    max-width: 900px;
    margin: auto;
}

.shop-title h1 {
    color: #000000;
}

.shop-title {
    margin-bottom: 20px;
}

#tt-shop .tabs {
    margin-bottom: 30px;
    display: none;
}

.integer-selector {
    display: flex;
}

.tt-mini-btn {
    outline: none;
}

span.tt-mini-btn.next span {
    background: none;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid black;
    margin: 8px 0 0 0;
    padding: 0;
}

span.tt-mini-btn.prev span {
    background: none;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid black;
    margin: 8px 0 0 0;
    padding: 0;
}

span.tt-mini-btn.prev, span.tt-mini-btn.next {
    width: 60px;
    height: 30px;
    display: flex;
    cursor: pointer;
}

span.tt-mini-btn.next {
    justify-content: flex-end;
}

.tt-field.qty {
    width: 2.5rem;
    padding: 2px 8px;
    border: 1px solid #000;
    line-height: initial;
}

#tt-shop .slots-details .hour-line .slots {
    width: 50px;
}

#tt-shop .slots-details .hour-line .btns {
    display: flex;
}

#tt-shop .tt-btn.primary, #tt-shop .tt-btn.add-to-cart.highlight, #tt-cart .checkout-form .pay-wrapper span {
    background: #5AB5A7;
    color: #FFF;
}

#tt-shop .tt-btn.primary:hover, #tt-shop .tt-btn.add-to-cart.highlight:hover, #tt-cart .checkout-form .pay-wrapper span:hover {
    background: #FFF;
    color: #5AB5A7;
}

#tt-shop .field-wrapper {
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.info.item-address {
    display: flex;
}

.info.item-address p {
    font-weight: 600;
}

aside.items-images, .step.selection-step.voucher-or-product-step .items-images {
    float: left;
    width: calc(50% - 60px);
    margin-left: 60px;
    margin-top: -50px;
}

.item-info-separator {
    border-top: 1px solid #676767;
    margin-bottom: 20px;
    margin-top: 15px;
}

.step-actions {
    /* margin-top: 30px; */
    padding-top: 30px;
    /* border-top: 1px solid #676767; */
}

.tt-btn.secondary.back:not(:hover) img:last-child, .back-to-shop-wrapper a.tt-btn.secondary:not(:hover) img:last-child {
    display: none;
}

.tt-btn.secondary.back:hover img:first-child, .back-to-shop-wrapper a.tt-btn.secondary:hover img:first-child {
    display: none;
}

.tt-btn.secondary.back .button-arrows {
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-bottom;
}

/* -------------------- STEP 1 -------------------- */

#tt-shop .tabs>.tab {
    min-width: 150px;
    padding: 10px 25px;
    border: 1px solid #5ab5a7;
    text-align: center;
    color: #5ab5a7;
    background: #FFFFFF;
    font-weight: 600;
}

#tt-shop .tabs>.tab.current {
    background-color: #5ab5a7;
    color: #FFF;
}

#tt-shop .tabs>.tab:first-of-type {
    border-right: none;
}

#tt-shop .tabs>.tab:last-of-type {
    border-left: none;
}

#tt-shop .breadcrumb {
    min-height: 65px;
    align-items: center;
    background: transparent;
    padding-left: 0;
    font-weight: 600;
    margin-bottom: 0px;
}

#tt-shop .breadcrumb ol {
    padding-left: 0;
    width: 50%;
    padding-bottom: 25px;
    border-bottom: 1px solid #676767;
}

#tt-shop .breadcrumb ol li::after {
    margin: 0 10px;
}

#tt-shop .field-wrapper:last-of-type {
    margin-bottom: 0;
}

#tt-shop .step-body {
    /* min-height: 250px; */
    margin-bottom: 25px;
}

#tt-shop .step-body:after {
    content: "";
    display: block;
    clear: both;
}

#tt-shop .select2-container {
    min-width: 350px;
}

#tt-shop .select2-container--default .select2-selection--single {
    border-radius: 0;
}

#tt-shop .step-body .items-descriptions {
    width: calc(50% - 60px);
}

.item-selection {
    width: 50%;
    padding-bottom: 30px;
    float: left;
}

#tt-shop .item-description .info {
    margin: 20px 0;
}

#tt-shop .item-description .info h4 {
    font-size: 1.3rem;
}

.info.item-price .item-info-label, .item-info-label {
    color: #5ab5a7;
    font-weight: 700;
    margin-right: 8px;
}

.info.item-price p {
    font-weight: 700;
}

#tt-shop .tt-btn, #tt-cart .checkout-form .pay-wrapper span {
    min-width: 140px;
    padding: 6px 15px;
    display: inline-block;
    border: 1px solid #5AB5A7;
    text-transform: uppercase;
    text-align: center;
    outline: none;
}

#tt-shop table.calendar tbody .slots-details-line .tt-btn[data-status="booked"] {
    background: #C8181F;
    line-height: 44px;
    padding: 0 10px;
}

#tt-shop table.calendar tbody .slots-details-line .tt-btn[data-status="available"] {
    background: #121d33;
}

#tt-shop .tt-btn.secondary {
    margin-right: 25px;
    background: transparent;
    color: #000;
}

#tt-shop .tt-btn.secondary:hover {
    background: #51B5A7;
    color: #FFF;
}

/* -------------------- STEP 2 - Calendar -------------------- */

.slot-selection {
    width: calc(50% - 50px);
    margin-top: -58px;
    margin-left: 50px;
    float: left;
}

#tt-shop table.calendar {
    table-layout: initial;
    border-collapse: collapse;
    border-spacing: 0;
}

#tt-shop table.calendar tbody td {
    background: #28CB80;
    user-select: none;
    color: #FFFFFF;
}

#tt-shop .slot-selection .month-selector {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 10px 0px 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #676767;
}

#tt-shop .current-month-name {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

#tt-shop .slot-selection .month-selector .arrows {
    margin-left: 43px;
}

#tt-shop table.calendar tbody td, #tt-shop table.calendar tbody td.selected {
    outline: none;
    border: 1px solid rgb(90 181 167);
}

#tt-shop table.calendar tbody td.fake {
    border: none;
    background: transparent;
}

#tt-shop table.calendar tbody td.past.has-not-slots {
    background: none;
    opacity: 1;
}

#tt-shop table.calendar tbody td.today, #tt-shop table.calendar tbody td.today.half-full {
    background: #FFF;
    border-width: 1px;
    color: #000;
}

#tt-shop table.calendar tbody td.half-full {
    background: #ffb100;
    color: #000;
}

#tt-shop table.calendar tbody td.has-not-slots {
    color: #000;
}

#tt-shop table.calendar tbody td.full {
    background: #C61D1B;
    color: #fff;
    opacity: 1;
}

#tt-shop table.calendar tbody td.today .day-number {
    font-size: 1rem;
}

#tt-shop table.calendar tbody td.selected {
    position: relative;
}

#tt-shop table.calendar tbody .slots-details-line td, #tt-shop table.calendar tbody td.selected {
    background: #5ab5a7;
    border: none;
}

#tt-shop table.calendar tbody .slots-details-line .tt-btn {
    padding: 5px 10px;
    border: none;
    text-transform: initial;
    font-size: 13px;
    font-weight: 700;
    margin: 0 3px;
    min-height: 44px;
}

#tt-shop table.calendar tbody .slots-details-line .tt-btn[disabled] {
    pointer-events: none;
}

#tt-shop table.calendar tbody .slots-details-line .tt-btn .tt-btn-n-room {
    text-transform: uppercase;
}

#tt-shop table.calendar tbody .slots-details-line .tt-btn .tt-btn-nb-players {
    font-size: 10px;
}

#tt-shop table.calendar tbody .slots-details-line .slots-details {
    padding: 20px 15px;
}

#tt-shop table.calendar tbody .slots-details-line .hour-line .btns span:last-of-type {
    margin-left: 15px;
}

#tt-shop table.calendar tbody .slots-details-line .hour-line:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .6);
}

#tt-shop table.calendar tbody .slots-details-line .hour-line {
    padding: 7px 0;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    align-items: center;
}

#tt-shop table.calendar tbody .slots-details-line .hour-line .slot .hour {
    padding: 2px 8px;
    background: #28CB80;
}

#tt-shop table.calendar tbody .slots-details-line .hour-line .slot.booked .hour {
    background: #C61D1B;
}

#tt-shop table.calendar tbody .slots-details-line .hour-line .slot:first-of-type {
    margin-right: 10px;
}

#tt-shop .slots-details-line .slots-details .book[data-status="available"].selected {
    background: #30CE71;
}

#tt-shop table.calendar tbody td.selected::after {
    content: '';
    width: 100%;
    height: 15px;
    background: #5ab5a7;
    position: absolute;
    bottom: -15px;
    left: 0;
}

#tt-shop .calendar thead th {
    outline: none!important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

#tt-shop .calendar td, th {
    width: calc(100% / 7);
    height: 3rem;
}

.items-infos .info {
    margin-bottom: 12px;
}

.items-infos .calendars-infos .info {
    display: flex;
}

.items-infos .info .item-info-icon {
    font-weight: 700;
    color: #5ab5a7;
    margin-right: 9px;
}

.items-infos .info .item-info-icon img {
    vertical-align: middle;
    padding-bottom: 4px;
}

.items-infos-flex {
    display: flex;
    flex-wrap: wrap;
}

.info.item-date, .info.item-hours, .info.item-persons, .info.item-price, .info.item-rooms-numbers {
    margin-right: 20px;
    display: flex;
}

/* -------------------- STEP 3 - Panier -------------------- */

#tt-cart .cart-items {
    padding: 0;
}

#tt-cart .cart-items li {
    padding: 25px 0;
    position: relative;
}

#tt-cart .cart-items li>div {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#tt-cart .cart-items li .description {
    padding-left: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    flex: 2;
}

#tt-cart .cart-items li .qty-wrapper {
    text-align: center;
    flex: 2;
}

.delete-cart-item-spacer {
    width: 5.5%;
}

#tt-cart .cart-items li .price-wrapper {
    flex-direction: column;
    justify-content: center;
}

#tt-cart ul.cart-items .delete-cart-item {
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}


#tt-cart .delete-button {
    /* position: relative; */
    opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* transform:translateX(20px); */
}

#tt-cart .delete-button.open {
    opacity:1;
    /* transform:translateX(0px); */
}

#tt-cart .delete-button:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0px;
    background:#edeadbc4;
    opacity:0;
    pointer-events:none;
}

#tt-cart .delete-button.open:before {
    opacity:1;
}

#tt-cart span.delete-button-text {
    margin-bottom: 13px;
}

#tt-cart .delete-button .delete-button-choice {
    z-index: 10;
    position: absolute;
    left: calc(50% - 165px);
    top: calc(50% - 55px);
    display: flex;
    padding: 15px 10px;
    background: #FFFFFF;
    font-size: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 330px;
}


#tt-cart span.delete-button-confirm {
    background: #5ab5a7;
    color: #FFFFFF;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

#tt-cart span.delete-button-cancel {
    background: #e45050;
    color: #FFFFFF;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}




#tt-cart ul.cart-items .delete-cart-item img {
    cursor: pointer;
}

#tt-cart .cart-items li .price-wrapper span:first-of-type {
    font-size: 1.5rem;
}

#tt-cart .cart-items li .price-wrapper span:last-of-type {
    position: relative;
    text-decoration: none;
}

#tt-cart .cart-items li .price-wrapper span:last-of-type:hover {
    text-decoration: underline;
}

#tt-cart .coupon-form .tt-field, #tt-cart .coupon-form .tt-btn.secondary {
    padding: 6px 18px;
    border: 1px solid #5ab5a7;
}

#tt-cart .coupon-form .tt-btn.secondary {
    background: #5ab5a7;
    color: #FFF;
    outline: none;
}

#tt-cart .total-line>div {
    font-size: 1.5rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    width: 50%;
    padding-right: 0;
}

#tt-cart .tva-line {
    font-size: 15px;
    text-transform: none;
}

#tt-cart .total-line>div:last-of-type {
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: 600;
    color: #5ab5a7;
}

#tt-cart .total-line>div.label:not(.total-label) {
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    width: 50%;
}

#tt-cart .total-line .title-label {
    font-weight: 600;
    font-size: 18px;
}

#tt-cart .checkout-form {
    padding-top: 40px;
}

#tt-cart .checkout-form h3 {
    font-size: 1.4rem;
}

#tt-cart .fields>.line:last-of-type {
    margin: 30px 0 5px;
    padding-top: 30px;
    justify-content: flex-end;
    border-top: 1px solid #a3a196;
}

#tt-cart .checkout-form .fields .radio-options {
    padding: 10px;
    padding-left: 0;
}

#tt-cart .checkout-form .fields .radio-options label:first-of-type {
    margin: 0 15px 0 0;
}

#tt-cart .checkout-form .fields .radio-options label:hover {
    cursor: pointer;
}

#tt-cart .checkout-form .fields .field-wrapper {
    margin: 5px 10px;
    width: calc(25% - 30px);
}

#tt-cart .checkout-form .fields .field-wrapper:first-child {
    margin-left: 0;
}

#tt-cart .checkout-form .fields .field-wrapper.full {
    width: 100%;
}

.before-legal-form-message {
    margin-top: 20px;
}

.before-legal-form-message p {
    font-weight: 600;
}

#tt-cart .checkout-form .fields .field-wrapper:nth-child(4) {
    margin-right: 0;
}

#tt-cart .checkout-form .fields .field-wrapper>input, #tt-cart .checkout-form .fields .field-wrapper>select {
    width: 100%;
}

#tt-cart .checkout-form .fields .field-wrapper>.select2.select2-container .select2-selection--single, #tt-cart .checkout-form .fields .field-wrapper>.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px;
}

#tt-cart .checkout-form .fields .field-wrapper input {
    padding: 5px 0 5px 10px;
}

#tt-cart .checkout-form .select2-container {
    width: 100%!important;
}

#tt-cart .checkout-form .pay-wrapper {
    text-align: center;
    margin-left: 15px;
}

.cgv-wrapper {
    margin-right: 30px;
}

.pay-back-buttons {
    display: flex;
}

.cart-info-flex {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.cart-items .info {
    margin-right: 15px;
}

.cart-items .info > h4 {
    text-transform: uppercase;
}

.cart-items .info .item-info-icon {
    display: inline-block;
    vertical-align: top;
    color: #5ab5a7;
    font-weight: 600;
}

.cart-items .info .item-info-icon img {
    height: 1rem;
    vertical-align: text-bottom;
}

.cart-add-reservation {
    font-weight: 600;
}

.cart-add-reservation img {
    height: 1.5rem;
    vertical-align: text-top;
}

.cart-items .info p {
    display: inline-block;
}

.cart-items h3.game-title {
    font-size: 40px;
    color: #000000;
    margin-bottom: 20px;
    display: block;
}

.back-to-shop-wrapper a.tt-btn.secondary {
    min-width: 150px;
    padding: 5px 9px;
    border: 1px solid #5ab5a7;
    outline: none;
    background: none;
    text-align: center;
}

.back-to-shop-wrapper a.tt-btn.secondary .button-arrows {
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.back-to-shop-wrapper a.tt-btn.secondary:hover {
    background: #5ab5a7;
}

.shop-responsive-actions {
    display: none;
}

.back-to-shop-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ------------------------------
        THANKS PAGE
------------------------------ */

#tt-thankyou .thankyou-notice {
    margin-bottom: 20px;
    padding: 0;
    background: transparent;
    color: #121C33;
    font-family: 'l10Bold';
    font-size: 2.7rem;
    text-align: left;
    text-transform: uppercase;
}

#tt-thankyou .thankyou-message .customer-email {
    font-family: 'l10Bold';
    color: #51B5A7;
}

#tt-thankyou .order-summary h2 {
    position: relative;
    color: #51B5A7;
    font-size: 1.7rem
}

#tt-thankyou .order-summary h2::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #121C33;
}

#tt-thankyou .order-summary .line {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#tt-thankyou .line.game .description {
    width: calc((100% - 75px) / 5 * 4);
}

#tt-thankyou .line.voucher-or-product .description {
    width: calc((100% - 75px) / 5 * 3);
}

#tt-thankyou .line.voucher-or-product .qty-wrapper {
    width: calc((100% - 75px) / 5);
}

#tt-thankyou .price-wrapper {
    width: calc((100% - 75px) / 5);
}

#tt-thankyou .line.game h3, #tt-thankyou .line.voucher-or-product .label strong {
    color: #121C33;
    font-family: 'l10Bold';
    font-size: 1.7rem;
    text-transform: uppercase;
}

#tt-thankyou .line.game .cart-info-flex .info {
    margin: 10px 15px 10px 0;
    display: flex;
    align-items: center;
}

#tt-thankyou .line.game .cart-info-flex .info:last-of-type {
    margin-right: 0;
}

#tt-thankyou .line.game .item-info-icon {
    margin-right: 5px;
    display: flex;
    align-items: center;
    color: #51B5A7;
    font-family: 'l10Bold';
}

#tt-thankyou .line.game .item-info-icon img {
    margin-right: 5px;
}

#tt-thankyou .price-wrapper {
    margin-right: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #51B5A7;
    font-family: 'l10Bold';
    font-size: 1.3rem;
}

#tt-thankyou .price-wrapper span {
    text-align: center;
}

#tt-thankyou .line.voucher-or-product .qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#tt-thankyou .line.voucher-or-product .qty-wrapper strong {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: #51B5A7;
    font-family: 'l10Bold';
}

#tt-thankyou .line.total {
    justify-content: flex-end;
    text-align: right;
}

#tt-thankyou .line.total .label {
    margin-right: 20px;
    font-family: 'l10Bold';
    font-size: 1.3rem;
    text-transform: uppercase;
}

#tt-thankyou .line.total .label-tva {
    font-family: 'l10Regular';
    font-size: 1rem;
    text-transform: initial;
}

#tt-thankyou .line.total .price-wrapper {
    font-size: 1.7rem;
}

#tt-thankyou .invitations {
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #121C33;
}

#tt-thankyou .invitations .before-form-message {
    font-family: 'l10Bold';
    font-size: 1.3rem;
}

#tt-thankyou .invitations .player-line {
    margin-bottom: 10px;
}

#tt-thankyou .invitations .player-line .counter-wrapper {
    width: 10%;
    margin-right: 150px;
    display: flex;
    align-items: center;
    color: #51B5A7;
    font-family: 'l10Bold';
}

#tt-thankyou .invitations .player-line .counter-wrapper img {
    margin-right: 5px;
}

#tt-thankyou .invitations .player-line .counter-wrapper span {
    margin-left: 3px;
}

#tt-thankyou .invitations .player-line .fields {
    width: calc(90% - 150px);
    display: flex;
    justify-content: space-between;
}

#tt-thankyou .invitations .player-line .fields input {
    width: 31%;
    height: 40px;
    padding-left: 10px;
    background: #fff;
    color: #121C33;
    border: 1px solid #51B5A7;
    outline: none;
}

#tt-thankyou .invitations .player-line .fields input:last-of-type {
    margin: 0;
}

#tt-thankyou .invitations .player-line .fields input::placeholder {
    color: rgba(18, 28, 51, .5);
    font-family: 'l10Bold';
}

#tt-thankyou .players .head-line {
    margin-bottom: 10px;
    color: #51B5A7;
}

#tt-thankyou .players .actions {
    margin-top: 25px;
    justify-content: flex-start;
}

#tt-thankyou .players .actions .tt-btn.primary {
    padding: 0;
    display: flex;
    align-items: center;
    background: transparent;
    color: #51B5A7;
    outline: none;
    font-family: 'l10Bold';
}

#tt-thankyou .players .actions .tt-btn.primary img {
    margin-right: 10px;
}

#tt-thankyou .players .checkboxes {
    margin-left: 25px;
}

#tt-thankyou .players .checkbox-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

#tt-thankyou .players .checkboxes input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 15px;
    height: 15px;
    position: relative;
    background: #FFF;
    border: 1px solid #51B5A7;
}

#tt-thankyou .players .checkboxes input[type="checkbox"]:checked {
    background: #51B5A7;
}

#tt-thankyou .players .checkboxes input[type="checkbox"]:checked:before {
    content: '\2713';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 13px;
}

#tt-thankyou .bottom-buttons {
    display: flex;
    justify-content: flex-end;
}

#tt-thankyou .bottom-buttons .back-to-home {
    margin-right: 15px;
    padding: 5px 25px;
    display: flex;
    border: 1px solid #5AB5A7;
    outline: none;
    background: transparent;
    color: #121C33;
    font-family: "l10Bold";
    text-align: center;
    text-transform: uppercase;
}

#tt-thankyou .bottom-buttons .back-to-home:hover {
    background: #5AB5A7;
    color: #FFF;
}

#tt-thankyou .bottom-buttons .back-to-home:not(hover) .button-arrows {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

#tt-thankyou .bottom-buttons .back-to-home:not(hover) .button-arrows img:last-of-type {
    display: none;
}

#tt-thankyou .bottom-buttons .back-to-home:hover .button-arrows img:first-of-type {
    display: none;
}

#tt-thankyou .bottom-buttons .back-to-home:hover .button-arrows img:last-of-type {
    display: block;
}

#tt-thankyou .bottom-buttons .send-invitations {
    padding: 5px 25px;
    background: #51B5A7;
    border: 1px solid #51B5A7;
    outline: none;
    color: #FFF;
    font-family: "l10Bold";
    text-transform: uppercase;
}

#tt-thankyou .bottom-buttons .send-invitations:hover {
    background: #FFF;
    color: #121C33;
}

.calendar-promotional-text {
    margin-top: 10px;
    font-size: 14px;
}