/**
  * Eshoper Acoris Reservation
  * Main Stylesheet
  *
  * author: MB Eshoper
  * link: https://eshoper.lt
  * since: 1.0.0
 */
.eshoper-acoris-reservation-container {
    max-width: 972px;
    margin: 0 auto;
}

.eshoper-acoris-reservation-modal, .eshoper-acoris-reservation-container * {
    /*font-family: DM Sans, serif !important;*/
}

.eshoper-acoris-reservation-title-wrapper {
    margin: 80px 0 40px 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 10px;
    -webkit-column-gap: 10px;
    width: 100%;
}

.eshoper-acoris-reservation-title {
    color:#170F49;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    max-width: 567px;
    margin: 0 auto;
    text-align: center;
}

.eshoper-acoris-reservation-description {
    color: #6F6C90;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 567px;
    margin: 0 auto;
    text-align: center;
}

.eshoper-acoris-reservation-wrapper {
    padding: 30px 35px 30px 35px;
    gap: 40px;
    border: 1px solid #EFF0F6;
    box-shadow: 0 5px 16px 0 #080F340F;
    background: #fff;
    border-radius: 20px;
    display: flex;
    display: -webkit-flex;
    -webkit-column-gap: 40px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 80px;
}

.eshoper-acoris-reservation-title-container {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.eshoper-acoris-reservation-container-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    color: #170F49;
    margin: 0 !important;
}
.eshoper-acoris-reservation-log-container .eshoper-acoris-reservation-log-main-description,
.eshoper-acoris-reservation-log-container .eshoper-acoris-reservation-additional-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #6F6C90;
}

.eshoper-acoris-reservation-container-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #6F6C90;
    margin: 0 !important;
}

.eshoper-acoris-reservation-product-container {
    box-shadow: 0 2px 6px 0 #13124212;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #EFF0F6;
    cursor: pointer;
}

.eshoper-acoris-reservation-product-image-container {
    max-width: 370px;
    margin-bottom: 15px;
}

.eshoper-acoris-reservation-product-image-container img {
    object-fit: contain;
    width: 100%;
    border-radius: 8px;
}

.eshoper-acoris-reservation-products-slider {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    gap: 15px;
}

.eshoper-acoris-reservation-btn-prev, .eshoper-acoris-reservation-btn-next {
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    width: 45px;
    height: 45px;
    outline: unset !important;
}
.eshoper-acoris-reservation-btn-prev img, .eshoper-acoris-reservation-btn-next img {
    width: 100%;
    object-fit: contain;
}

.eshoper-acoris-reservation-top-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.eshoper-acoris-reservation-slider-buttons {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    gap: 10px;
    align-items: center;
    -webkit-align-items: center;
}

.eshoper-acoris-reservation-product-title-container h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #170F49;
}

.eshoper-acoris-reservation-product-title-container h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #170F49;
}

.eshoper-acoris-reservation-product-title-container p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #6F6C90;
}

.eshoper-acoris-reservation-additional-tools-wrapper {
    display: flex;
    display: -webkit-flex;
    gap: 25px;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.eshoper-acoris-reservation-container .eshoper-acoris-reservation-btn {
    padding: unset;
}

.eshoper-acoris-reservation-tools-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
}
.eshoper-acoris-additional-tools-numbers, .eshoper-acoris-additional-tools-checkbox {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    flex-wrap: wrap;
}
.eshoper-acoris-reservation-tool-container {
    width: calc(50% - 15px);
    height: 55px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    box-shadow: 0 2px 6px 0 #13124212;
    border: 1px solid #EFF0F6;
    padding: 15px 20px 15px 20px;
    gap: 0;
    border-radius: 8px;
    align-items: center;
    -webkit-align-items: center;
}

.eshoper-acoris-additional-tools-additional {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.eshoper-acoris-reservation-button-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.eshoper-acoris-reservation-btn {
    padding: 15px 40px 15px 40px;
    gap: 8px;
    border-radius: 10px;
    max-width: 150px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 0;
}

.eshoper-acoris-reservation-tool-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #170F49;
}
.eshoper-acoris-reservation-input {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    gap: 5px;
}


.eshoper-acoris-reservation-number {
    border: 0;
    max-width: 30px;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 20px;
    text-align: center !important;
    text-align: -webkit-center !important;
    text-align: -moz-center !important;
    color: #170F49 !important;
    background: unset !important;
    box-shadow: unset !important;
    padding: 0 !important;
    outline: unset !important;
    border: unset !important;
}

.eshoper-acoris-reservation-number:focus,
.eshoper-acoris-reservation-number:focus-visible {
    outline: unset !important;
    border: unset !important;
}
.eshoper-acoris-reservation-tool-button {
    border-width: 1px;
    border-style: solid;
    border-color: #B6B6B6;
    border-radius: 30px;
    width: 24px;
    outline: unset !important;
    height: 24px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.eshoper-acoris-reservation-number::-webkit-outer-spin-button,
.eshoper-acoris-reservation-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].eshoper-acoris-reservation-number {
    -moz-appearance: textfield ;
}

.eshoper-acoris-reservation-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    outline: 1px solid #B6B6B6;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}


.eshoper-acoris-reservation-checkbox:checked::before {
    content: ' ';
    background: url(../images/check.svg);
    outline: transparent;
    width: 10px;
    height: 7px;
}

.eshoper-acoris-reservation-calendar-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    gap: 30px;
}
.eshoper-acoris-reservation-log-wrapper {
    width: 55.25%;
    display: flex;
    display: -webkit-flex;

}
.eshoper-acoris-reservation-log-container {
    width: 100%;
    padding: 30px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #EFF0F6;
    box-shadow: 0 5px 16px 0 #080F340F;
    height: fit-content;
}

.eshoper-acoris-reservation-log-content-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 20px;
}

.eshoper-acoris-reservation-calendar-container {
    width: 41.66%;
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    border: 1px solid #EFF0F6;
    box-shadow: 0 5px 16px 0 #080F340F;
    padding: 30px;
    gap: 25px;
    border-radius: 20px;
    text-align: start;
    align-items: flex-start;
    height: fit-content;
}

.eshoper-acoris-reservation-log-container .eshoper-acoris-reservation-description,
.eshoper-acoris-reservation-log-container .eshoper-acoris-reservation-title {
    margin: 0;
    text-align: start;
}

.eshoper-acoris-reservation-timetable-wrapper {
    margin-top: 30px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 30px;
    gap: 40px;
    border-radius: 20px;
    border: 1px solid #EFF0F6;
    box-shadow: 0 5px 16px 0 #080F340F;
    margin-bottom: 80px;
}
.eshoper-acoris-reservation-timetable-table td {
    vertical-align: top;
}

.eshoper-acoris-reservation-timetable-table table td,
.eshoper-acoris-reservation-timetable-table table th {
    padding: 12.5px;
    height: 50px;
}

.eshoper-acoris-reservation-timetable-table table th {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #170F49;
    background: unset !important;
}
.eshoper-acoris-reservation-timetable-table table.eshoper-acoris-reservation-timetable-table-names th {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    max-width: 280px;
    min-width: 150px;
    -moz-text-align: center;
    text-align: center;
    border-bottom: 1px solid #EFF0F6;
    border-right: 1px solid #EFF0F6;
    height: 50px;
    background: unset;
}

.eshoper-acoris-reservation-timetable-table table.eshoper-acoris-reservation-timetable-table-names tr:first-child th {
    height: 50.5px;
}
.eshoper-acoris-reservation-timetable-table-names tr:last-child th:last-child {
    border-bottom: 0;
}

.eshoper-acoris-reservation-timetable-table table th.eshoper-acoris-reservation-timetable-table-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #6F6C90;
}

.eshoper-acoris-reservation-timetable-table-times td,
.eshoper-acoris-reservation-timetable-table-times th {
    border-bottom: 1px solid #EFF0F6;
    border-right: 1px solid #EFF0F6;
}
.eshoper-acoris-reservation-timetable-table-times tr th:last-child,
.eshoper-acoris-reservation-timetable-table-times tr td:last-child {
    border-right: 0;
}

.eshoper-acoris-reservation-timetable-table-times tr:last-child th,
.eshoper-acoris-reservation-timetable-table-times tr:last-child td {
    border-bottom: 0;
}

.eshoper-acoris-reservation-timetable-table-block {
    display: block;
}


.eshoper-acoris-reservation-timetable-table-block:last-child {
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;
    width: 100%;
    margin-bottom: 7px;
}
.eshoper-acoris-reservation-timetable-table-inline {
    display: inline-flex;
    width: 100%;
}

.eshoper-acoris-reservation-timetable-table-names {
    border: 1px solid #EFF0F6;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
}

.eshoper-acoris-reservation-timetable-table-times {
    border: 1px solid #EFF0F6;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 0;
}
.eshoper-acoris-reservation-timetable td {
    background: unset !important;
    padding: 0;
}

.eshoper-acoris-reservation-timetable-additional td {
    background: unset !important;
    padding: 0;
}

.eshoper-acoris-reservation-timetable td.eshoper-acoris-reservation-busy {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    vertical-align: middle;
}

.eshoper-acoris-reservation-timetable-additional td.eshoper-acoris-reservation-busy {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    vertical-align: middle;
}

.eshoper-acoris-reservation-busy::before {
    content: ' ';
    background: url('../images/busy.svg');
    width: 8px;
    height: 8px;
    display: block;
}

.eshoper-acoris-reservation-timetable td.eshoper-acoris-reservation-active,
.eshoper-acoris-reservation-timetable-additional td.eshoper-acoris-reservation-active,
.eshoper-acoris-reservation-timetable-table-times td:not(.eshoper-acoris-reservation-busy):hover {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    vertical-align: middle;
    cursor: pointer;
    transition: all ease-in .33s;
}

.eshoper-acoris-reservation-active.eshoper-acoris-reservation-selected::before {
    background: #FFFFFF !important;
    border-radius: 30px;
}

.eshoper-acoris-reservation-active::before,
.eshoper-acoris-reservation-timetable-table-times td:not(.eshoper-acoris-reservation-busy):hover::before
{
    content: ' ';
    background: url('../images/active.svg') no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;

}

.eshoper-acoris-reservation-reservation-top-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
}

.eshoper-acoris-reservation-preview-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    gap: 25px;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.eshoper-acoris-reservation-preview-image {
    width: 30px;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.eshoper-acoris-reservation-preview-busy, .eshoper-acoris-reservation-preview-selected {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    flex-direction: row;
    -webkit-flex-direction: row;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #6F6C90;
}

.eshoper-acoris-reservation-preview-image img {
    width: 10px;
    height: 10px;
}

.eshoper-acoris-reservation-main-timetable-container {
    margin-top: -15px;
}

.eshoper-acoris-reservation-additional-timetable-container .eshoper-acoris-reservation-title-container {
    margin-bottom: 25px;
}

.eshoper-acoris-reservation-modal, .eshoper-acoris-reservation-modal-additional {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(23, 15, 73, 0.6);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    z-index: 99;
}

.eshoper-acoris-reservation-popup-container {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    border: 1px solid #EFF0F6;
    box-shadow: 0 5px 16px 0 #080F340F;
    background: #FAFAFA;
    border-radius: 20px;
    gap: 15px;
    min-width: 385px;
    padding: 25px;
    margin-top: 100px;
}

.eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
}

.eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-content .eshoper-acoris-reservation-popup-content-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    padding: 10px 0;
}

.eshoper-acoris-reservation-popup-content-row .eshoper-acoris-reservation-popup-row-title {
    width: 46.4%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.eshoper-acoris-reservation-popup-content-row .eshoper-acoris-reservation-popup-row-content {
    width: 53.6%;
}
.eshoper-acoris-reservation-popup-row-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #6F6C90;
}

.eshoper-acoris-reservation-popup-bordered {
    border-bottom: 1px solid #EFF0F6
}

.eshoper-acoris-reservation-popup-row-content {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #170F49;
}

.eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-buttons {
    margin-top: 5px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    gap: 10px;
}



.eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-btn {
    max-width: unset;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
}
.eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-btn-secondary {
    padding: 5px 40px;
    height: unset;
}
.eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-title {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-title h4 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 800;
    line-height: 29px;
}

.eshoper-acoris-reservation-log-content {
    margin-top: -10px;
}

.eshoper-acoris-reservation-log-content, .eshoper-acoris-reservation-log-additional-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 10px;
}

.eshoper-acoris-reservation-log-content-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 15px 20px;
    border-radius: 8px;
    gap: 10px;
}

.eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-row-top-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}

.eshoper-acoris-reservation-selection-wrapper .eshoper-acoris-reservation-title,
.eshoper-acoris-reservation-wrapper .eshoper-acoris-reservation-title
{
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    margin: 0;
}

.eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-row-top-container .eshoper-acoris-reservation-log-content-trash {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}
.eshoper-acoris-reservation-log-content-trash svg path {
    transition: all ease-in .167s;
}

.eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #170F49;
}



.eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-info {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    gap: 15px;
}

.eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-info-col {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 33%;
}

.eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-info-col .eshoper-acoris-reservation-log-content-info-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 2px;
    text-align: left;
    color: #6F6C90;
}

.eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-info-col .eshoper-acoris-reservation-log-content-info-description {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #170F49;
}

.eshoper-acoris-reservation-log-information-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 10px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.eshoper-acoris-reservation-products-slider .slick-dots {
    margin-top: 20px;
    position: unset;
}

.slick-dots > li:only-child {
    display: none;
}

.eshoper-acoris-reservation-log-information-content-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    padding: 15px 20px;
    border-radius: 8px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.eshoper-acoris-reservation-log-information-content-row .eshoper-acoris-reservation-information-row-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.eshoper-acoris-reservation-log-information-content-row .eshoper-acoris-reservation-information-row-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}




.eshoper-acoris-reservation-row-primary .eshoper-acoris-reservation-information-row-title,
.eshoper-acoris-reservation-row-primary .eshoper-acoris-reservation-information-row-value {
    color:  #FFFFFF;
}

.eshoper-acoris-reservation-log-buttons-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    gap: 10px;
}

.eshoper-acoris-reservation-log-buttons-container .eshoper-acoris-reservation-btn {
    padding: 0;
}

.eshoper-acoris-reservation-products-wrapper {
    margin-top: -15px;
}

/**
  * Eshoper Acoris reservation
  * jsCalendar theme
*/
.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-title {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 3px 0;
    background: unset !important;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-title-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    float: unset;
    color: #170F49;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-week-days th {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #170F49;
    width: 45px;
    height: 20px;
    padding: 15px 0;
    background: unset !important;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar tbody td {
    border: 1px solid #EFF0F6;
    border-radius: 5px;
    width: 43px;
    height: 43px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #4A3AFF;
    margin: 0;
    cursor: pointer;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar tbody td.jsCalendar-next {
    background: #EFF0F6;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar table {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-nav-left,
.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-nav-right,
.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-title-name {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-nav-left::after {
    content: ' ';
    -webkit-mask: url('../images/calendar-prev.svg') no-repeat 50% 50%;
    mask: url('../images/calendar-prev.svg') no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #4A3AFF;
    display: flex;
    display: -webkit-flex;
    width: 14px;
    height: 14px;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-nav-right::after {
    content: ' ';
    -webkit-mask: url('../images/calendar-next.svg') no-repeat 50% 50%;
    mask: url('../images/calendar-next.svg') no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #4A3AFF;
    display: flex;
    display: -webkit-flex;
    width: 14px;
    height: 14px;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-nav-left.eshoper-acoris-reservation-calendar-disabled::after {
    content: ' ';
    -webkit-mask: url('../images/calendar-prev-disabled.svg') no-repeat 50% 50%;
    mask: url('../images/calendar-prev-disabled.svg') no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #6F6C90;
    background-size: contain;
    display: flex;
    display: -webkit-flex;
    width: 14px;
    height: 14px;
}

.eshoper-acoris-reservation-calendar-content {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-nav-left:hover,
.eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-nav-right:hover {
    background: unset;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar thead {
    margin: 0;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar tbody {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin: 0;
    gap: 5px;
}

.eshoper-acoris-reservation-calendar-content .jsCalendar tbody tr {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    gap: 5px;
}

/**
  * Eshoper Acoris Reservation
  * Slick Slider theme
 */
.eshoper-acoris-reservation-products-slider .slick-list {
    margin: 0 -15px !important;
}

.eshoper-acoris-reservation-products-slider .slick-track {
    display: flex !important;
    gap: 15px;
}

.eshoper-acoris-reservation-products-slider .slick-slide {
    height: inherit !important;
}

.eshoper-acoris-reservation-product-container p {
    margin-bottom: 5px;
}

.eshoper-acoris-reservation-products-slider .slick-dots li {
    width: 7px;
}

.eshoper-acoris-reservation-products-slider .slick-dots li button::before {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #4A3AFF40;
    opacity: 1;
    transition: all ease-in 0.5s;
}

.eshoper-acoris-reservation-products-slider .slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.eshoper-acoris-reservation-products-slider .slick-dots {
    bottom: -40px;
}

.eshoper-acoris-reservation-select {
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    display: block;
    background: #FFFFFF;
    margin: 0;
    position: relative;
    cursor: pointer;
    user-select:  none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    padding: 0;
}

.eshoper-acoris-reservation-select .selected {
    background: #FFFFFF !important;
    border-radius: 5px;
}
.eshoper-acoris-reservation-select.eshoper-acoris-reservation-select-open .selected {
    border-radius: 5px 5px 0 0;
}
.eshoper-acoris-reservation-select::after {
    content: ' ';
    background: url('../images/arrow.svg') center no-repeat;
    width: 10px;
    height: 10px;
    right: 12px;
    top: 18px;
    position: absolute;
    z-index: 98;
}

.eshoper-acoris-reservation-select li {
    padding: 10px 15px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background: #FFFFFF;
    border: 1px solid #EFF0F6;
    transition: all ease-in 0.3s;
    margin-top: -1px;
}
.eshoper-acoris-reservation-select li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.eshoper-acoris-reservation-select li:hover {
    background: #EFF0F6;
}

.eshoper-acoris-reservation-select li:not(.selected) {
    display: none;
}

.eshoper-acoris-reservation-select.eshoper-acoris-reservation-select-open li {
    display: block;
    z-index: 99;
    position: relative;
}

.eshoper-acoris-reservation-select.eshoper-acoris-reservation-select-open::after {
    z-index: 100;
}

.eshoper-acoris-reservation-popup-bordered:first-child {
    border-top: 1px solid #EFF0F6;
}

.eshoper-acoris-reservation .jsCalendar table {
    margin: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.eshoper-acoris-reservation-slider-buttons-mobile {
    display: none;
}

/**
  * Eshoper Responsive Mobile
 */
@media only screen and ( max-width: 600px ) {
    .eshoper-acoris-reservation-container {
        max-width: unset;
        padding: 0 10px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
    .eshoper-acoris-reservation-log-container .eshoper-acoris-reservation-description {
        margin-top: 6px;
    }

    .eshoper-acoris-reservation-log-buttons-container .eshoper-acoris-reservation-btn {
        max-width: 150px;
    }

    .eshoper-acoris-reservation-log-buttons-container .eshoper-acoris-reservation-btn.eshoper-acoris-reservation-btn-secondary {
        max-width: 123px;
    }

    .eshoper-acoris-reservation-log-container .eshoper-acoris-reservation-description:first-child {
        margin:0;
    }

    .eshoper-acoris-reservation-wrapper {
        padding: 20px 20px 50px 20px;
        gap: 30px;
    }
    .eshoper-acoris-reservation-tools-container {
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 10px;
    }

    .eshoper-acoris-reservation-slider-buttons {
        display: none;
    }

    .eshoper-acoris-reservation-container-title, .eshoper-acoris-reservation-container-description {
        text-align: center;
        text-align: -moz-center;
        text-align: -webkit-center;
    }
    .eshoper-acoris-additional-tools-numbers, .eshoper-acoris-additional-tools-checkbox {
        width: 100%;
        gap: 10px;
    }

    .eshoper-acoris-reservation-products-slider .slick-list,
    .eshoper-acoris-reservation-products-slider .slick-track {
        padding-right: 47px;
    }

    .eshoper-acoris-reservation-title-wrapper {
        margin-top: 50px;
    }

    .eshoper-acoris-reservation-title-wrapper .eshoper-acoris-reservation-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
    }

    .eshoper-acoris-reservation-title-wrapper .eshoper-acoris-reservation-description {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        color: #6F6C90;
    }

    .eshoper-acoris-reservation-container-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        text-align: center;
    }

    .eshoper-acoris-reservation-container-description {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
    }

    .eshoper-acoris-reservation-tool-title {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .eshoper-acoris-reservation-tool-container {
        padding: 17px 15px 17px 15px;
    }

    .eshoper-acoris-reservation-number {
        max-width: 24px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .eshoper-acoris-reservation-tool-button {
        width: 20px;
        height: 20px;
    }

    .eshoper-acoris-reservation-title-container {
        width: 100%;
        gap: 4px;
    }

    .eshoper-acoris-reservation-products-slider.slick-dotted.slick-slider {
        padding-right: 20px;
    }

    .eshoper-acoris-reservation-input {
        gap: 2px;
    }

    .eshoper-acoris-reservation-products-wrapper {
        margin-top: -5px;
    }

    .eshoper-acoris-reservation-checkbox {
        width: 18px;
        height: 18px;
    }

    .eshoper-acoris-reservation-slider-buttons-mobile {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-top: -15px;
    }

    .eshoper-acoris-reservation-dots {
        position: relative;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }

    .eshoper-acoris-reservation-dots ul {
        display: flex;
        display: -webkit-flex;
        position: relative;
        bottom: unset;
    }

    .eshoper-acoris-reservation-dots .slick-dots li {
        width: 7px;
        top: 5px;
    }

    .eshoper-acoris-reservation-dots .slick-dots li button::before {
        content: ' ';
        width: 10px;
        height: 10px;
        border-radius: 30px;
        background: #4A3AFF40;
        opacity: 1 !important;
        transition: all ease-in 0.5s;
    }

    .eshoper-acoris-reservation-dots .slick-dots li button:hover:before,
    .eshoper-acoris-reservation-dots .slick-dots li button:focus:before {
        content: ' ';
        background: #4A3AFF;
    }

    .eshoper-acoris-reservation-dots .slick-dots li.slick-active button::before {
        background: #4A3AFF;
    }

    .eshoper-acoris-reservation-title-wrapper {
        gap: 8px;
        padding: 0 10px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .eshoper-acoris-reservation-btn {
        max-width: 100px;
        height: 45px;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        border-radius: 5px;
        text-align: center;
    }

    .eshoper-acoris-reservation-calendar-wrapper {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .eshoper-acoris-reservation-calendar-container {
        width: 100%;
        padding: 20px 15px;
        gap: 15px;
        order: 2;
    }

    .eshoper-acoris-reservation-log-wrapper {
        width: 100%;
    }

    .eshoper-acoris-reservation-selection-wrapper .eshoper-acoris-reservation-title,
    .eshoper-acoris-reservation-wrapper .eshoper-acoris-reservation-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
    }

    .eshoper-acoris-reservation-description {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        text-align: -moz-left;
        text-align: -webkit-left;
        margin: 0;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar tbody td {
        width: 38px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar tbody {
        gap: 3px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar tbody tr {
        gap: 3px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar .jsCalendar-week-days {
        display: flex;
        display: -webkit-flex;
        gap: 3px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-week-days th {
        width: 36px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar-title-row {
        width: 100%;
        display: flex;
        display: -webkit-flex;
    }

    .eshoper-acoris-reservation-reservation-top-container {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 20px;
    }

    .eshoper-acoris-reservation-timetable-wrapper .eshoper-acoris-reservation-container-title,
    .eshoper-acoris-reservation-timetable-wrapper .eshoper-acoris-reservation-container-description {
        text-align: left;
        text-align: -webkit-left;
        text-align: -moz-left;
    }

    .eshoper-acoris-reservation-main-timetable-container {
        margin-top: -10px;
    }

    .eshoper-acoris-reservation-timetable-wrapper {
        gap: 30px;
        padding: 20px 15px;
    }
    .eshoper-acoris-reservation-preview-image {
        width: 24px;
        height: 24px;
    }

    .eshoper-acoris-reservation-preview-image img {
        width: 8px;
        height: 8px;
    }

    .eshoper-acoris-reservation-preview-busy, .eshoper-acoris-reservation-preview-selected {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        gap: 8px;
    }

    .eshoper-acoris-reservation-preview-container {
        gap: 15px;
    }

    .eshoper-acoris-reservation-timetable-table table.eshoper-acoris-reservation-timetable-table-names th {
        min-width: 110px;
	max-width: 300px;
        height: 45px;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
    }

    .eshoper-acoris-reservation-timetable-table table th {
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
    }
    .eshoper-acoris-reservation-timetable-table table td, .eshoper-acoris-reservation-timetable-table table th {
        height: 45px;
    }

    .eshoper-acoris-reservation-additional-timetable-container .eshoper-acoris-reservation-title-container {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .eshoper-acoris-reservation-timetable-table table td, .eshoper-acoris-reservation-timetable-table table th {
        padding: 11.5px;
    }

    .eshoper-acoris-reservation-calendar-content {
        margin-top: -5px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar table {
        margin: 0;
    }

    .eshoper-acoris-reservation-modal, .eshoper-acoris-reservation-modal-additional {
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

    .eshoper-acoris-reservation-popup-container {
        margin: 60px 20px 0 20px;
        min-width: unset;
        width: 100%;
        padding: 20px;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-content .eshoper-acoris-reservation-popup-content-row.eshoper-acoris-reservation-popup-bordered {
        flex-direction: row;
        -webkit-flex-direction: row;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-content .eshoper-acoris-reservation-popup-content-row.eshoper-acoris-reservation-popup-bordered .eshoper-acoris-reservation-popup-row-content {
        width: 53.6%;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-content .eshoper-acoris-reservation-popup-content-row.eshoper-acoris-reservation-popup-bordered .eshoper-acoris-reservation-popup-row-title {
        width: 46.4%;
        margin-bottom: 0;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-content .eshoper-acoris-reservation-popup-content-row {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-content .eshoper-acoris-reservation-popup-content-row .eshoper-acoris-reservation-popup-row-title {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-content .eshoper-acoris-reservation-popup-content-row .eshoper-acoris-reservation-popup-row-content {
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-title h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        margin-bottom: 0;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-popup-buttons {
        margin-top: 0;
        gap: 5px;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-btn-secondary {
        height: 45px;
    }

    .eshoper-acoris-reservation-popup-container .eshoper-acoris-reservation-btn {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .eshoper-acoris-reservation-log-content-container {
        display: none;
    }

    .eshoper-acoris-reservation-log-container {
        padding: 20px 15px;
    }

    .eshoper-acoris-reservation-show {
        display: flex;
        display: -webkit-flex;
        order: 1;
    }

    .eshoper-acoris-reservation-timetable-table table.eshoper-acoris-reservation-timetable-table-names tr:first-child th {
        height: 45px;
    }

    .eshoper-acoris-reservation-log-information-content-row {
        padding: 15px;
    }

    .eshoper-acoris-reservation-log-information-content-row .eshoper-acoris-reservation-information-row-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }

    .eshoper-acoris-reservation-log-information-content-row .eshoper-acoris-reservation-information-row-value {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        text-align: center;

    }

    .eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-info-col .eshoper-acoris-reservation-log-content-info-title {
        font-size: 13px;
        font-weight: 500;
        line-height: 17px;
    }

    .eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-info {
        gap: 15px;
    }

    .eshoper-acoris-reservation-log-content-row .eshoper-acoris-reservation-log-content-info-col {
        width: unset;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
}

@media only screen and (max-width: 787px) {
     .eshoper-acoris-reservation-log-content-container-mobile.acoris-show {
     	display: flex !important;
     }
     
     .eshoper-acoris-reservation-log-content-container-mobile.acoris-hide {
     	display: none !important;
     }
}

/**
  * Mobile S
 */
@media only screen and (max-width: 340px) {
    .eshoper-acoris-reservation-calendar-content .jsCalendar tbody td {
        width: 32px;
    }
    .eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-week-days th {
        width: 30px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
}

/**
  * Mobile M
 */
@media only screen and (min-width: 376px) and (max-width: 394px) {

    .eshoper-acoris-reservation-calendar-content .jsCalendar tbody td {
        width: 45px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-week-days th {
        width: 43px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
}


/**
  * Mobile L
 */
@media only screen and (min-width: 395px) and (max-width: 500px) {
    .eshoper-acoris-reservation-calendar-content .jsCalendar tbody td {
        width: 47px;
    }
    .eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-week-days th {
        width: 45px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
}

/**
  * Tablet Mini
 */
@media only screen and (min-width: 767px) and (max-width: 859px) {

    .eshoper-acoris-reservation-calendar-content .jsCalendar tbody td {
        width: 30px;
        height: 40px;
    }

    .eshoper-acoris-reservation-calendar-wrapper {
        gap: 15px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-week-days th {
        width: 32px;
    }

    .eshoper-acoris-reservation-container {
        padding: 0 20px;
    }

    .eshoper-acoris-reservation-calendar-container {
        gap: 5px;
    }

    .eshoper-acoris-reservation-calendar-container,
    .eshoper-acoris-reservation-log-container,
    .eshoper-acoris-reservation-timetable-wrapper,
    .eshoper-acoris-reservation-wrapper {
        padding: 20px 30px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
    
   .eshoper-acoris-reservation-timetable-table table.eshoper-acoris-reservation-timetable-table-names th {
	line-height: 12px;
   }
}

/**
  *  Tablet Medium
 */
@media only screen and (min-width: 860px) and (max-width: 920px) {

    .eshoper-acoris-reservation-container {
        padding: 0 20px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar tbody td {
        width: 40px;
        height: 45px;
    }

    .eshoper-acoris-reservation-calendar-content .jsCalendar thead .jsCalendar-week-days th {
        width: 42px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
}

.acoris-prev-button-fill {
    fill: green;
}

.acoris-prev-button-stroke {
    stroke: green;
}

.woocommerce-MyAccount-navigation-link--acoris-reservations a:before {
    content: "\f073" !important; /* Unicode for the new icon */
}

.eshoper-acoris-reservation-next-step {
    margin-left: 10px;
}