h6{
    text-transform: uppercase;
}

body.page-template-block-width-page article{
    background-color: transparent;
    padding: 0;
}
.white-container{
    margin-bottom: 30px;
}


.step-progress, .step-container {
    text-align: center;
    position: relative;
     /*padding-bottom: 0px;*/
    /*margin-top: 50px;*/
   /* background: white;
    border-radius: 22px;
    padding: 20px;*/
}
.step-container .step-header{
max-width: 700px;
text-align: center;
margin: 0 auto 20px;
}
.game-container{
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
}
.game-container .step-header{
    padding-right: 30px;
}
.next-btn-container{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    text-align: center;
}
/*game cards */
.booking-games-swiper{
    overflow: hidden;
}
.booking-games-swiper .swiper-wrapper{
    /*margin: 25px 0 2px 22px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.swiper-slide {
    width: 220px;
  
    position: relative;
    /*padding: 15px 0 0 15px;*/
}
.game-card{
    border-radius: 30px;
    height: 320px;
    margin-top: -14px;
    box-shadow: 0px 3px 35px -22px rgba(40, 183, 235, 1);
}
.game-card .details{
    border-top: 1px solid #fff;
    text-align: left;
    font-size: 13px;
    padding-top: 7px;
    margin-top: 7px;
    height: 47px;
    justify-content: space-between;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 30px;
    
}
.th-swiper-button-prev{
right: 65px;
    left: auto;
}
.nav-game-btns{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}
.th-swiper-button-next:not(.swiper-button-disabled), .th-swiper-button-prev:not(.swiper-button-disabled) {
    
    color: #fff;
    background: var(--main-btn-fill, radial-gradient(closest-side, rgba(0, 175, 238, 1) 0%, rgba(0, 175, 238, 0) 100%), linear-gradient(180deg, rgba(126, 220, 254, 1) 0%, rgba(50, 147, 200, 1) 100%));
}
.th-swiper-button-prev, .th-swiper-button-next {
    color: var(--blue-color);
    padding: 18px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid var(--blue-color);
}
.th-swiper-button-prev:after,
.th-swiper-button-next:after{
        font-size: 18px;
}
.game-info {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    color: #fff;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    border-radius: 0 0 30px 30px;
   /* opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;*/
}
/*.game-card:hover .game-info{
    opacity: 1;
    visibility: visible;
}*/
.game-info h5 {
    font-weight: bold;
    margin-bottom: 6px;
  
}


.radio-game-input{
    margin-left: -9px;
    /*position: absolute;
    top: 6px;
    left: 7px;*/
}
.swiper-wrapper:has(input[type="radio"]:checked) .game-card {
   filter: brightness(0.4);
}
.swiper-slide:has(input[type="radio"]:checked) .game-card{
    outline: 4px solid var(--blue-color);
    filter: brightness(1);
}

.selected-game {
    padding: 10px;
    border: 1px solid var(--blue-color);
    display: inline-block;
    font-size: 18px; 
    /*position: absolute;
    left: 51px;*/
    width: fit-content;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}
.selected-game h5{
    color: var(--blue-color);
    display: inline-block;
    margin-left: 6px;
}
.game-card {
    cursor: pointer;
}

.radio-game-input {
    display: none;
}

/*.swiper-slide label::before {
    content: "";
    position: absolute;
    left: -18px;
    top: -21px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--blue-color);
    border-radius: 50%;
    background-color: #fff ;
    transition: 0.2s;
}


.swiper-slide input.radio-game-input:checked + label::before{
    background-color: var(--blue-color); 
    border-color: var(--blue-color);
    box-shadow: inset 0 0 0 4px white; 
}
*/
/*steps*/
.step-progress{
    padding: 12px 100px;
}
.step-circle {
    width: 61px;
    height: 61px;
    font-size: 56px;
    border-radius: 50%;
    background-color: var(--blue-color);
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}
.step-line {
    height: 2px;
    background-color: var(--blue-color);
    flex: 1;
    margin: auto 3px
}
.step-circle.inactive {
    background-color: transparent;
    color: var(--blue-color);
    border: 2px solid var(--blue-color);
    opacity: 0.4;
    pointer-events: none; 
}
.step-circle.inactive + .step-line,
.step-line:has(+ .step-circle.inactive) {
    opacity: 0.4;
}

/* num players */
.player-counter {
    border: 1px solid var(--grey-inputs-color);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    height: 62px;
}
.num-input-num{
    border-style: solid;
    border-color: var(--grey-inputs-color);
    border-width: 0 1px;
    color: var(--blue-color);
    width: 150px;
}
.num-input-btn{
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    font-size: 24px;
    transition: all 0.2s;
    cursor: pointer;
}

.player-counter button:hover {
    background-color: #f2f2f2;
}

.player-counter span {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    align-content: center;
    height: 100%;
}

/*date time*/
@keyframes blinkDots {
    0%, 80%, 100% { opacity: 0; }
    40% { opacity: 1; }
  }
  .loading-dots{
    text-align:center; 
     margin: 0 auto;
     display: flex;
     justify-content: center;
     gap: 4px;
  }
  .loading-dots .dot{
    width: 10px;
    height: 10px;
    background-color: #555;
    border-radius: 50%;
    display: inline-block;
    opacity: 0;
    animation: blinkDots 1.4s infinite;
  }
  
  .loading-dots  .dot-2 {
    animation-delay: 0.2s;
  }
  
  .loading-dots  .dot-3 {
    animation-delay: 0.4s;
  }
  .owl-carousel .owl-stage{
    width: 100%;
    display: flex;
  }
#game-time-slots,
#game-time-slots-2{
    max-width: 920px;
    margin: 10px auto;
}
#step-4{ 
    min-height: 788px;
}
.time-info-comtainer{
    top: 30px;
    top: 69px;
    left: 102px;
    position: absolute;
}
.time-slots{
    display: flex;
    flex-wrap: wrap;

}
.time-slot.selected .time-card,
.time-slot.selected .time-card .room-slot.disable .status{
    background-color: var(--blue-color);
    color: #fff;
}
.time-slot.selected .time-card .time-header,
.time-slot.selected .time-card .status{
    color: #fff;
}
.time-info{
    margin-bottom: 7px;
}
.time-card {
    width: 110px;
    /*height: 110px;*/
    background: white;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin: 10px;
    display: inline-block;
    border: 1px solid var(--grey-inputs-color);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}

.time-card .time-header {
    font-size: 24px;
    color: var(--blue-color);
    font-weight: 500;
}
.time-card .room-slot{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 45px;
    flex: 1 0 50%;
}
.time-card .room-info {
    /*border-top: 1px solid var(--grey-inputs-color);
    border-bottom: 1px solid var(--grey-inputs-color);*/
    display: flex;
    font-size: 8px;
    flex-wrap: wrap;
}
.time-card .room-name{
    height: 10px;
    border-bottom: 1px solid var(--grey-inputs-color);
}
.room-slot:not(:last-child){ 
    border-right: 1px solid var(--grey-inputs-color);
}

.time-card .status {
    color: var(--blue-color);
    flex: 1;
    align-content: center;
    cursor: pointer;
}
.time-card .status:first-child{
    border-left: none;
}
.time-card .status:last-child{
    border-right: none;
}
.time-slot.disable .time-card,
.time-card .room-slot.disable .status{
    background-color: #f4f4f4;
    pointer-events: none;
    opacity: 0.6;
}
.time-card .gamers-status{
font-size: 11px;
}
.time-card .price-info {
    border-top: 1px solid var(--grey-inputs-color);
    background-color: var(--blue-color);
    color: white;
    padding: 1px 5px;
    font-size: 17px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.time-card .zl-price{
    position: relative;
}
.time-card .price-info.with-discount .zl-price::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--rose-color); 
    transform: rotate(-20deg);
    transform-origin: center;
}
.time-card .price-info.with-discount.peak_hour .zl-price::after{
    background-color: var(--blue-color); 
}
.price-info.peak_hour {
    background-color: var(--rose-color);
}
.time-card .small-text.price-info-text{
    margin-left: 8px;
    font-size: 10px;
}
.time-card .price-number{
    font-size: 17px;
    /*font-size: 13px;*/
}
.time-card .price-currency{
    font-size: 10px;
    margin-left: -3px;
    /*font-size: 9px;*/
    margin-top: 3px;
}
.time-card .small-text {
    font-size: 8px;
}

.date-swiper {
    width: 100%;
    max-width: 845px;
    margin: auto;
}

.date-btn {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    border: 1px solid var(--grey-inputs-color);
    background-color: white;
    cursor: pointer;
    transition: 0.3s;
    font-size: 10px;
    padding: 5px 0;
    justify-content: center;
}

.date-btn.selected {
    border-color: var(--blue-color) !important;
    box-shadow: 0 0 10px rgba(13,202,240,0.4);
}

.date-display,
.booking-choosed-room {
    border: 1px solid var(--blue-color);
    padding: 15px 50px;
    color: var(--blue-color); 
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    font-size: 20px;
}
.booking-choosed-room{
        display: block;
    width: fit-content;
    margin: 10px auto;
}
.day-card .day-number{
    font-size: 56px;
    font-weight: 600;
    color: var(--blue-color);
    line-height: 0.7;
}
.day-card .day-week{
    line-height: 2;
    font-weight: 600;
    margin-top: 8px;
}
.today-date{
    color: var(--blue-color); 
    font-weight: 600;
}
.game-discount-price{
    width: 370px;
    margin: 0 10px;
    max-width: 100%;
    padding: 14px 40px;
    align-content: center;
    /*height: 114px;
    margin-top: 9px;*/
}
.game-discount-price .price-number{
    font-size: 64px;
    line-height: 1.2;
}
.game-discount-price .price-currency{
    font-size: 28px;
}

/*.day-card.border-success{
    border-color: var(--blue-color) !important;
    box-shadow: 0 0 10px rgba(13,202,240,0.4);
}*/
.owl-carousel.owl-drag .owl-item{
    max-width: 100px;
}
.owl-carousel{
    position: relative;
}
.owl-carousel .owl-stage-outer{
    margin: 0 30px;
    z-index: 1;
    padding: 5px 0;
}
.owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 49%;
    z-index: -1;
}
.owl-carousel .owl-nav button.owl-next {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300AFEE'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.owl-carousel .owl-nav button.owl-prev  {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300AFEE'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
/*payment*/

.payment-type:has(input[type="radio"]:checked){
    outline: 2px solid var(--blue-color);
}
.payment-input {
    display: none;
}

.payment-type label{
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    cursor: pointer;
}
.payment-type label::before {
    content: "";
    position: absolute;
    /*left: -18px;
    top: -21px;*/
    left: -25px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--blue-color);
    border-radius: 50%;
    background-color: #fff ;
    transition: 0.2s;
}

.payment-type input.payment-input:checked + label::before {
    background-color: var(--blue-color); 
    border-color: var(--blue-color);
    box-shadow: inset 0 0 0 4px white; 
}

.payment-type{
    margin-top: 15px;
    padding: 10px;
    border: 1px solid var(--grey-inputs-color);
    display: inline-block;
    font-size: 14px; 
    font-weight: 500;
    width: 335px;
    max-width: 100%;
}

/* summary */
/*.summary-content .summ-info, .summary-content .summ-total {
    display: none;
}*/
.summary-content {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    text-align: left;
    gap: 7%;
}
.summary-details-content{
    max-width: 365px;
}
.summary-total-wrap{
    margin-top: -20px;
}
.summary-content .summ-total.summ-total-total{
    max-width: 365px;
    margin-left: 25px;
    display: block;
}
.summ-total-total h6{
    display: flex;
    justify-content: space-between;
}

.summary-image .game-img-wrapper{
    width: 270px;
    max-width: 100%;
    height: 270px;
    margin-left: auto;
    text-align: right;
    margin-bottom: 50px;
    display: flex;
}
.summary-image{
        align-content: center;
    text-align: right;
    margin-left: auto;
}
.summary-image img.game-img {
    /*min-height: 450px;
    width: 460px;*/
    /*min-height: 300px;
    height: 100%;width: 300px;*/
    height: 270px;
    
    object-fit: cover;
    max-width: 100%;
    border-radius: 30px;
    border: 2px solid var(--blue-color);
}
.summary-image img.game-logo-overlay{
    bottom: 17px;
    top: auto;
}
.summary-details {
    flex: 1;
    /*margin-left: 20px;*/
}
.summary-details .summ-info{
    padding-left: 12px; 
    margin-bottom: 12px;
    }
.summary-details .summ-info p{
     margin-bottom: 3px;
}
.summary-details .summ-info h6{
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
}
.summary-content .summ-total{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 7px 12px;
    max-width: 360px;
}
/*Extra small devices ~ Phones (< 768px)
Small devices ~ Tablets (>= 768px)
Medium devices ~ Desktops (>= 992px)
Large devices ~ Desktops (>= 1200px)*/

@media (max-width: 768px){
    .summary-image .game-img-wrapper{
            margin: 0 auto;
    }
    .summary-details-content{
        max-width: 100%;
    }
    
    .game-container{
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .selected-game{
        float: none;
    }
.step-circle {
    width: 37px;
    height: 36px;
    font-size: 38px;
}
.step-progress {
    padding: 17px 12px;
}

.time-info-comtainer{
    margin: 24px 12px;
    position: inherit;
    top: 0;
    left: 0;
}
.time-slots{
    justify-content: space-evenly;
}
.summ-total-total{
    margin-left: 0px;
}
/*new*/
.summary-content .summ-total.summ-total-total{
    margin-left: 0;
    max-width: 100%;
}
.summary-total-wrap{
    margin: -20px auto 0;
}
}