/**
 * 2023 DMConcept
 *
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement
 *
 * @author    DMConcept <support@dmconcept.fr>
 * @copyright 2023 DMConcept
 * @license   Commercial license (You can not resell or redistribute this software.)
 *
 */

.box-reservation input {
    display: none;
}

#dm_fleamarket h2 {
    color: #1E1E1E;
    font-size: 16px;
}
.box-reservation label {
    border: 1px solid #B8B8B8;
    height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 10px;
    color: #505050;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    text-align: center;
    width: 102px;
    cursor: pointer;
    margin: auto;
}

.swiper {
    padding: 1rem !important;
    height: 200px;
}

.box-reservation :disabled+label {
    cursor: not-allowed;
    opacity: .65;
}

.box-reservation :checked+label {
    border: 1px solid #F39200;
    box-shadow: inset 1px -1px 10px rgba(243, 146, 0, 0.2), inset -1px 1px 10px rgba(243, 146, 0, 0.2), 1px 1px 10px rgba(243, 146, 0, 0.2), 1px -1px 10px rgba(243, 146, 0, 0.2);
}

.box-reservation :checked+label::after {
    content: url('./../img/validated');
    position: absolute;
    right: -10px;
    bottom: -8px;
    width: 20px;
    height: 20px;
}

.number-day-reservation {
    color: #1E1E1E;
    font-size: 40px;
    line-height: 16px;
}

.swiper-pagination-bullet-active {
    background: #F39200;
}

#fleamarket-location-block table {
    background: rgba(155, 155, 155, 0.15);
}
#fleamarket-location-block table th:first-child {
    width: 100px;
}

#fleamarket-type-reservation .container-box-reservation {
    display: flex;
    padding: 1rem;
    justify-content: space-evenly;
}

#fleamarket-type-reservation .container-box-reservation .box-type-reservation {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #505050;
    max-width: 150px;
    margin-left: 8px;
    min-height: 220px;
    border-radius: 10px;
}
#fleamarket-type-reservation .container-box-reservation .box-type-reservation .up-box-reservation {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #B8B8B8;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

#fleamarket-type-reservation .box-type-reservation .type-name {
    font-size: 14px;
    font-weight: 800;
}

.type-price {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    font-weight: 800;
    color: #F39200;
}

.type-price .bigger {
    font-size: 40px;
    line-height: 16px;
    vertical-align: bottom;
}

#fleamarket-type-reservation .box-type-reservation .type-desc {
    font-size: 12px;
    text-align: center;
    font-weight: 800;
    line-height: 18px;
}

#fleamarket-type-reservation .box-type-reservation .type-qty-choice {
    display: flex;
    max-width: 100%;
    align-items: center;
    text-align: center;
    min-height: 40px;
    border: 1px solid #B8B8B8;
    border-radius: 0px 0px 10px 10px;
    background: #F7F7F7;
}

#fleamarket-type-reservation .box-type-reservation .type-qty-choice input {
    min-width: 20%;
    border: 0;
    text-align: center;
    height: 100%;
    background: #F7F7F7;
}
#fleamarket-type-reservation .box-type-reservation .type-qty-choice .type-qty-minus,
#fleamarket-type-reservation .box-type-reservation .type-qty-choice .type-qty-plus{
    min-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    height: 100%;
    font-weight: 800;
    cursor: pointer;
}
#fleamarket-type-reservation .box-type-reservation .type-qty-choice .type-qty-minus{
    border-right: 1px solid #B8B8B8;
}
#fleamarket-type-reservation .box-type-reservation .type-qty-choice .type-qty-plus{
    border-left: 1px solid #B8B8B8;
}
#fleamarket-type-reservation > span {
    font-style: italic;
}
#fleamarket-type-reservation > span i{
    color: #F39200;
}

#fleamarket-resume-reservation {
    margin-bottom: 10px;
    font-size: 13px;
    color: #1E1E1E;
}

#fleamarket-resume-reservation-container {
    padding: 15px 15px;
    background: #FFECCF;
}
#fleamarket-resume-reservation-container .type-price {
    margin: 0;
    float: right;
}
#fleamarket-resume-reservation-container .type-price .bigger {
    line-height: 38px;
    vertical-align: top;
}
.disabled {
    cursor: not-allowed !important;
}

#fleamarket-header {
    background: #F39200;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 5px;
}

#fleamarket-header span {
    line-height: 10px;
    display: inline-block;
}

#fleamarket-header a {
    background-color: white;
    height: 35px;
    color: #F39200;
    font-style: normal;
    margin: 0 15px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
}

#fleamarket-header a:hover {
    border-color: #1E1E1E;
}

.fleamarket-type-reservation-information {
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
}

.dm_fleamarket-textdescription p {
    padding-bottom: 10px;
}

#fleamarket-location-block .tabs {
    padding: 0;
}

table.wrapper_table_location {
    width: 100%;
    border-collapse: collapse;
}

.wrapper_table_location thead, tbody {
    display: block;
}

.wrapper_table_location tbody {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.wrapper_table_location thead tr, .wrapper_table_location tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.wrapper_table_location label {
    margin-bottom: 2px !important;
    font-size: 13px;
}

.wrapper_table_location th:first-child, .wrapper_table_location td:first-child {
    width: 50px;
}

.fleamarket-location-box {
    padding: 2px;
}

.fleamarket-location-box-container {
    margin: 0;
}

.fleamarket-location-box-container .btn-info {
    background-color: #f39200;
    border-color: #f39200;
}

.btn-fleamarket-map {
    display: flex;
    align-items: center;
    margin-bottom: 15px; 
    background: #1E1E1E ;
    color: #fff;
    border-radius: 7px;
    float: right;
    font: Normal 500 12px "Creato Display";
    letter-spacing: 0.05em;
    border: 1px solid transparent;
    transition: 0.3s all;
    padding: 7px 5px;
}
.btn-fleamarket-map i{
    margin-right: 5px;
    font-size: 18px;
    font-weight: 400;
}
.btn-fleamarket-map:hover{
    color: black;
    background: #fff;
    border: 1px solid black;

}


