.reservation .reservable-items-list img {
    border-radius: 4px;
}

.reservation .reservable-items-list .reservable-item-attributes {
    display: block;
    font-size: 11px;
}

.reservation .reservable-items-list .reservable-item .item-body img {
    max-width: 100%;
}

.reservation .reservable-items-list .reservable-item .item-avatar span.select-reservable-item-btn {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 19px;
    padding: 5px 25px;
    background-color: #33cd5f;
    margin-left: 10px;
    border-radius: 4px;
    color: white;
}

.reservation .item-description p {
    font-size: 13px;
}

.reservation-list-veiw ion-item {
    padding: 0;
    margin: 4%;
    box-shadow: 0 0;
    border: none;
    border-radius: 10px;
}

.reservation-list-veiw a.item-content {
    color: inherit;
    text-decoration: none;
    padding: 4%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.reservation-list-veiw a .item-description p {
    padding: 0;
}

.reservation-list-veiw .item-image {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.reservation-list-veiw {
    background-color: #f2f3f5;
}
.reservation .reserve-text {
    display: block;
    position: relative;
    top: -16px;
    margin: 0 -16px;
    color: white;
    text-align: center;
    margin-bottom: 5px;
    background-color: #33cd5f;
    font-weight: bold;
}

.reservation .picker {
    display: flex;
    flex-direction: column;
}

.reservation .picker * {
    box-sizing: border-box;
}

.reservation .picker .picker-1 {
    display: flex;
    margin-bottom: 20px;
    height: 77px;
}

.reservation .picker .picker-1 .picker-1-item-wrapper {
    overflow: hidden;
    white-space: nowrap;
    flex-basis: 60%;
}

.reservation .picker .picker-1 .picker-1-item {
    text-align: center;
    width: 85px;
    display: inline-block;
    padding: 5px;
    line-height: 67px;
}

.reservation .picker .picker-1 .picker-1-item.active {
    color: darkgreen;
    border-bottom: 3px solid darkgreen;
}

.reservation .picker .picker-1 .picker-1-nav-btn {
    flex-basis: 20%;
    text-align: center;
    line-height: 100px;
}

.reservation .picker .picker-1 .picker-1-nav-btn span {
    width: 30px;
    padding-top: 27px;
    border: solid #6d6d6d;
    border-width: 0 3px 3px 0;
    border-radius: 4px;
    display: inline-block;
}

.reservation .picker .picker-1 .picker-1-nav-btn span.nav-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.reservation .picker .picker-1 .picker-1-nav-btn span.nav-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.reservation .picker .picker-2 {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
}

.reservation .picker .picker-2 .picker-2-item {
    height: 35px;
    text-align: center;
    line-height: 35px;
    flex-basis: 22%;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 5px;
}

.reservation .item-attribute-value {
    font-size: 12px;
}

.reservation .item-attribute:last-child {
    border-bottom: 0;
}

.reservation .item-attribute {
    border-bottom: 2px dashed #eee;
    margin-right: 10px;
    list-style: disc;
}

.reservation .item-array-attribute-wrapper {
    font-size: 12px;
}

/* START SLIDER */
.reservation .slider-box {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    text-align: center;
    margin-top: 7px;
}

.reservation .sliders {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.reservation .swiper-slide img {
    width: 97%;
    height: 100%;
    max-width: 100%;
    border-radius: 10px;
    max-height: 100%;
}

.reservation .slider-container {
    width: 100%;
}

/* END SLIDER */
/* START LAYOUT STYLES */
.reservation .item0 {
    margin-top: 0;
}

/* ------no-image------*/
.reservation .item.resrvation-item.no-image {
    margin-top: 9px;
}

.reservation .item.resrvation-item.no-image.item-contact h2.title.ng-binding {
    font-size: 15px;
    padding-right: 8px;
    margin-top: 0;
}

.reservation .item.resrvation-item.no-image.item-contact p.ng-binding {
    font-size: 14px;
    padding-right: 8px;
    padding-top: 5px;
    text-align: right;
}
.reservation .item.resrvation-item.no-image .item-price {
    padding-right: 3%;
}
.reservation .default.resrvation-item.item-thumbnail-right {
    padding-top: 12px;
}
.reservation .default.resrvation-item.item-thumbnail-right .description {
    text-align: right;
}

.reservation .item.resrvation-item.no-image:first-child {
    margin-top: 0;
}

/* ------End Of no-image------*/
/* ------Default------*/
.reservation .resrvation-item.item-thumbnail-right {
    margin-top: 9px;
}

.reservation .resrvation-item.item-thumbnail-right h2.title {
    font-size: 14px;
}

.reservation .resrvation-item.item-thumbnail-right span {
    font-size: 13px;
}

.reservation .resrvation-item.item-thumbnail-right:first-child {
    margin-top: 0;
}

/* ------End of Default------*/
/* ------Grid-1------*/
.reservation .item.resrvation-item.grid-1 {
    float: right;
    width: 46%;
    margin: 2%;
    height: auto;
    padding: 0;
    padding-bottom: 8px;
    border-radius: 5px;
    border: none;
}

@media screen and (min-width: 760px) {
    .reservation .item.resrvation-item.grid-1 {
        width: 23%;
        margin: 1%;
    }
}

.reservation .resrvation-item.grid-1 .background,
.reservation .background,
.reservation .resrvation-item.item-thumbnail-right .background,
.reservation .resrvation-item.grid-1 .item-image {
    background-size: 100%;
    background-size: cover;
    background-position: center;
}
.reservation .resrvation-item.grid-1 .background,
.reservation .resrvation-item.grid-1 .item-image {
    width: 100%;
    height: 155px;
    display: block;
}

.reservation .item-description p {
    font-size: 13px;
    padding: 0 7px;
    text-align: center;
}

.reservation .layoutA .item-description p {
    font-size: 13px;
    padding: 0;
    text-align: right;
}


.reservation .resrvation-item.grid-1 .title {
    white-space: normal;
    text-align: center;
    line-height: 19px;
    overflow: hidden;
    font-size: 14px;
    padding: 14px 6px 0 6px;
}

.reservation .item.resrvation-item.grid-1 span {
    font-size: 13px;
    text-align: center;
    display: block;
}

/* ------End Of Grid-1------*/
/* ------Grid-2------*/
.reservation .item.resrvation-item.grid-2 {
    float: right;
    width: 46%;
    margin: 2%;
    height: auto;
    padding: 0;
    padding-bottom: 8px;
    border-radius: 5px;
    border: none;
}

.reservation .resrvation-item.grid-2 img,
.reservation .resrvation-item.grid-2 .background,
.reservation .resrvation-item.grid-2 .item-image {
    height: 160px;
    width: 100%;
}
.reservation .resrvation-item.grid-2 .item-image {
    background-size: cover;
}

.reservation .resrvation-item.grid-2 .title {
    white-space: normal;
    text-align: center;
    height: 47px;
    overflow: hidden;
    font-size: 14px;
    padding: 14px 6px 0 6px;
}

.reservation .resrvation-item.grid-2 span {
    text-align: center;
    padding: 5px 5px 0;
    display: block;
    font-size: 13px;
}

.reservation .item.item0.resrvation-item.grid-2 {
    width: 94%;
    margin: 0 3% 2% 3%;
}

@media screen and (min-width: 760px) {
    .reservation .item.resrvation-item.grid-2 {
        width: 23%;
    }

    .reservation .item.item0.resrvation-item.grid-2 {
        width: 23%;
    }
}

/* ------Grid-2------*/
/* ------row-1------*/
.reservation .item.resrvation-item.row-1 {
    margin: 6px 3px;
    padding: 0;
    border-radius: 5px;
    border: none;
}

.reservation .resrvation-item.row-1 .background,
.reservation .resrvation-item.row-1 .item-image {
    position: relative;
    padding-top: 57%;
    background-size: cover;
    background-position: center;
}

.reservation .resrvation-item.row-1 .item-title {
    padding: 8px 7px 0px;
    text-align: center;
    font-weight: bold;
}

.reservation .resrvation-item.row-1 .background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.03) linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.75) 100%);
}

.reservation .resrvation-item.row-1 .conters {
    position: absolute;
    top: 0px;
    left: 9px;
}

.reservation .resrvation-item.row-1 span {
    color: #000000;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    display: block;
}

.reservation .resrvation-item.row-1 .attr-title {
    width: 60px;
    padding-left: 5px;
    font-size: 11px;
    color: #888;
    white-space: normal;
    text-align: center;
    border-left: 1px solid #ccc;
    margin-left: 7px;
    float: right;
}

.reservation .resrvation-item.row-1 .button.button-attr {
    background: #f1f1f1;
    font-weight: normal;
    font-size: 11px;
    padding: 0 8px;
    margin: 0 2px;
}

.reservation .resrvation-item.row-1 .attribut-continer ion-scroll {
    white-space: nowrap;
}

.reservation .resrvation-item.row-1 .attribut-continer .button {
    min-width: 30px;
    vertical-align: middle;
}

.reservation .resrvation-item.row-1 .attribut-continer .scroll-view,
.reservation .resrvation-item.row-1 .attribut-continer div {
    direction: ltr !important;
}

.reservation .resrvation-item.row-1 .attribut-continer div.rtl {
    direction: rtl !important;
    display: inline-block;
}

/* ------End Of row-1------*/
/* ------row-2------*/
.reservation .row-2.resrvation-item.item-thumbnail-right {
    border: none;
}

.reservation .row-2.item0 {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.reservation .row-2.item0 .title {
    padding: 5px 7px 0 7px;
    margin-top: 0;
    height: 24px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.reservation .row-2.item0 p.p-padding.ng-binding {
    font-size: 15px;
}

.reservation .row-2.item0 span {
    display: block;
    text-align: center;
}

.reservation .row-2.item0 .background {
    position: initial;
    width: 100%;
    max-width: 100%;
    max-height: 63%;
}

.reservation a.item.item0.row-2.resrvation-item.item-thumbnail-right {
    padding: 0px;
}

@media screen and (min-width: 900px) {
    .reservation .item.item0.row-2 {
        margin: 1%;
        float: right;
        height: 600px;
        width: 55%;
    }
}

/* ------End of row-2------*/
/*------row-3------*/
.reservation .item.item0.resrvation-item.row-3 {
    display: block;
    height: 151px;
    padding-top: 5px;
}

.reservation ion-item.item.item0.row-3.resrvation-item.item-thumbnail-right {
    padding-right: 25px;
}

.reservation .item.resrvation-item.row-3 span {
    font-size: 13px;
    padding-top: 5px;
}

.reservation .resrvation-item.row-3.item0 span {
    padding: 0% 1% 0% 0%;
    font-size: 12px;
    display: inline-block;
}
.reservation .resrvation-item.row-3.item0 span:first-of-type {
    padding: 0% 50% 0% 2%;
}

.reservation .resrvation-item.row-3.item0 .title,
.reservation .resrvation-item.row-3.item0 .item-description {
    padding: 2% 50% 0% 0%;
    margin-top: 0;
    overflow: hidden;
    padding-top: 20px;
    font-size: 16px;
}

.reservation a.item.item0.row-3.resrvation-item.item-thumbnail-right {
    padding-right: 0px;
}

.reservation .resrvation-item.row-3.item0 p.p-padding.ng-binding {
    font-size: 15px;
    text-align: right;
}

/* ------End Of row-3------*/
/* ------Grid-3------*/
.reservation .item.item0.grid-3 {
    display: block;
    float: right;
    width: 62.5%;
    margin: 1.8%;
    height: 222px;
}

.reservation .item.grid-3 {
    display: block;
    float: right;
    width: 29.3%;
    margin: 1.8%;
    height: 106px;
    border: none;
}

.reservation .grid-3 p:first-child {
    display: none;
}

.reservation .grid-3 .item span {
    position: absolute;
    color: white;
    bottom: 5px;
    right: 10px;
    overflow: hidden;
    white-space: normal;
    z-index: 99;
    font-size: 14px;
}

@media screen and (min-width: 900px) {
    .reservation .item.grid-3 {
        display: block;
        float: right;
        width: 23%;
        margin: 1%;
        height: 330px;
    }

    .reservation .item.item0.grid-3 {
        display: block;
        float: right;
        width: 48%;
        margin: 1%;
        height: 329px;
    }

    .reservation .item.item7.grid-3 {
        width: 48% !important;
    }
}

.reservation .item.grid-3 .gradiant-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 69%, black 100%);
}

.reservation .item.item7.grid-3 {
    width: 62%;
}

.reservation .item.grid-3 {
    padding: 0px;
    box-shadow: 0px 0px 3px 3px rgba(114, 114, 114, 0.32);
}

/* ------End Of Grid-3------*/
.reservation .layout2 .item,
.reservation .layout9 .item,
.reservation .layout3 .item {
    margin-bottom: 10px;
    overflow: hidden;
    border-width: 0;
    height: 0;
    position: relative;
}

.reservation .layout2 .item,
.reservation .layout9 .item {
    border-radius: 5px;
    padding-top: 20%;
}

.reservation .layout9 .item {
    background: transparent;
}

.reservation .layout9 .item-contact {
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0);
}

.reservation .layout3 .item {
    border-radius: 15px;
    padding-top: 56.25%;
}

.reservation .layout2 .item i {
    position: absolute;
    top: 50%;
    color: white !important;
    left: 5%;
    font-size: 50px;
    transform: translateY(-50%);
    z-index: 4;
    line-height: 100%;
    vertical-align: middle;
}

.reservation .layout9 .item i {
    display: none;
}

.reservation .layout3 .item i,
.reservation .layout4 .item i,
.reservation .layout5 .item i {
    visibility: hidden;
}

.reservation .layout2 .item span {
    position: absolute;
    color: white !important;
    top: 50%;
    font-size: 16px;
    font-weight: bolder;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    z-index: 4;
}

.reservation .layout9 .item span {
    position: absolute;
    color: white !important;
    top: 50%;
    font-size: 16px;
    font-weight: bolder;
    width: 70%;
    margin-right: 9%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    z-index: 4;
}

.reservation .layout3 .item span {
    position: absolute;
    color: black;
    background-color: white;
    width: 80%;
    padding: 5px 12px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    bottom: 0;
    left: 50%;
    font-size: 18px;
    font-weight: bolder;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translateX(-50%);
    z-index: 4;
}

.reservation .grid-3 .background,
.reservation .layout2 .background,
.reservation .layout3 .background,
.reservation .layout4 .background,
.reservation .layout5 .background,
.reservation .layout6 .background,
.reservation .layout9 .background,
.reservation .layout10 .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.reservation .layout2 .background {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.reservation .layout5 .item:nth-child(odd) {
    margin-left: 5%;
}
.reservation .layout4 .background {
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
}

.reservation .layout5 .background,
.reservation .layout6 .background {
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
}

.reservation .layout6 .background {
    -webkit-box-shadow: inset 0px 28px 36px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 28px 36px -14px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 28px 36px -14px rgba(0, 0, 0, 0.75);
}

.reservation .gradiant-mask {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* default image repeat */
.reservation .layout2:nth-of-type(10n + 1) .background {
    background-image: url("../img/layout2/1.png");
}

.reservation .layout2:nth-of-type(10n + 2) .background {
    background-image: url("../img/layout2/2.png");
}

.reservation .layout2:nth-of-type(10n + 3) .background {
    background-image: url("../img/layout2/3.png");
}

.reservation .layout2:nth-of-type(10n + 4) .background {
    background-image: url("../img/layout2/4.png");
}

.reservation .layout2:nth-of-type(10n + 5) .background {
    background-image: url("../img/layout2/5.png");
}

.reservation .layout2:nth-of-type(10n + 6) .background {
    background-image: url("../img/layout2/6.png");
}

.reservation .layout2:nth-of-type(10n + 7) .background {
    background-image: url("../img/layout2/7.png");
}

.reservation .layout2:nth-of-type(10n + 8) .background {
    background-image: url("../img/layout2/8.png");
}

.reservation .layout2:nth-of-type(10n + 9) .background {
    background-image: url("../img/layout2/9.png");
}

.reservation .layout2:nth-of-type(10n + 10) .background {
    background-image: url("../img/layout2/10.png");
}

.reservation .layout9:nth-of-type(10n + 1) .background {
    background-image: url("../img/layout9/1.png");
}

.reservation .layout9:nth-of-type(10n + 2) .background {
    background-image: url("../img/layout9/2.png");
}

.reservation .layout9:nth-of-type(10n + 3) .background {
    background-image: url("../img/layout9/3.png");
}

.reservation .layout9:nth-of-type(10n + 4) .background {
    background-image: url("../img/layout9/4.png");
}

.reservation .layout9:nth-of-type(10n + 5) .background {
    background-image: url("../img/layout9/5.png");
}

.reservation .layout9:nth-of-type(10n + 6) .background {
    background-image: url("../img/layout9/6.png");
}

.reservation .layout9:nth-of-type(10n + 7) .background {
    background-image: url("../img/layout9/7.png");
}

.reservation .layout9:nth-of-type(10n + 8) .background {
    background-image: url("../img/layout9/8.png");
}

.reservation .layout9:nth-of-type(10n + 9) .background {
    background-image: url("../img/layout9/9.png");
}

.reservation .layout9:nth-of-type(10n + 10) .background {
    background-image: url("../img/layout9/10.png");
}

/* gradiant repeat */
.reservation .layout2:nth-of-type(10n + 1) .gradiant-mask {
    background: linear-gradient(277deg, rgba(66, 57, 57, 0.2889530812) 24%, rgba(255, 48, 48, 0.7175245098) 100%);
}

.reservation .layout2:nth-of-type(10n + 2) .gradiant-mask {
    background: linear-gradient(277deg, rgba(56, 56, 21, 0.2889530812) 24%, rgba(246, 255, 48, 0.7175245098) 100%);
}

.reservation .layout2:nth-of-type(10n + 3) .gradiant-mask {
    background: linear-gradient(277deg, rgba(82, 76, 85, 0.2889530812) 24%, rgba(152, 48, 255, 0.7175245098) 100%);
}

.reservation .layout2:nth-of-type(10n + 4) .gradiant-mask {
    background: linear-gradient(277deg, rgba(68, 60, 67, 0.2889530812) 24%, rgba(255, 48, 236, 0.7175245098) 100%);
}

.reservation .layout2:nth-of-type(10n + 5) .gradiant-mask {
    background: linear-gradient(277deg, rgba(34, 40, 36, 0.2889530812) 24%, rgba(48, 255, 124, 0.7175245098) 100%);
}

.reservation .layout2:nth-of-type(10n + 6) .gradiant-mask {
    background: linear-gradient(277deg, rgba(47, 62, 60, 0.2889530812) 24%, rgba(48, 255, 224, 0.7175245098) 100%);
}

.reservation .layout2:nth-of-type(10n + 7) .gradiant-mask {
    background: linear-gradient(277deg, rgba(54, 57, 64, 0.2889530812) 24%, rgba(48, 101, 255, 0.7175245098) 100%);
}

.reservation .layout2:nth-of-type(10n + 8) .gradiant-mask {
    background: linear-gradient(277deg, rgba(73, 54, 54, 0.289) 24%, rgba(155, 4, 4, 0.7175245098) 100%);
}

.reservation .layout2:nth-of-type(10n + 9) .gradiant-mask {
    background: linear-gradient(277deg, rgba(70, 64, 60, 0.2889530812) 24%, rgba(255, 162, 48, 0.7175245098) 100%);
}

.reservation .layout2:nth-of-type(10n + 10) .gradiant-mask {
    background: linear-gradient(277deg, rgba(4, 5, 4, 0.2889530812) 24%, rgba(170, 255, 48, 0.7175245098) 100%);
}

.reservation .layout4 .item {
    height: 0;
    border-width: 0;
    padding-top: 62.5%;
    position: relative;
    margin: -2px;
}

.reservation .layout4 .item span {
    position: absolute;
    color: white !important;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    font-size: 18px;
    font-weight: bolder;
    overflow: hidden;
    white-space: normal;
    transform: translateY(-50%);
    z-index: 99;
    padding: 20px;
}

.reservation .layout4.padding-fits,
.reservation .layout6.padding-fits {
    padding: 0;
}

.padding-fits {
    line-height: 0;
}

.reservation .layout5 .item {
    width: 47%;
    display: inline-block;
    margin-bottom: 2%;
    border-radius: 20px;
    border: none;
    height: 0;
    padding-top: 42%;
    position: relative;
}

.reservation .layout5:nth-child(odd) ion-item {
    margin-top: 3%;
}

.reservation .layout5 .item span {
    position: absolute;
    color: white !important;
    background-color: rgba(255, 255, 255, 0.274);
    width: 100%;
    text-align: center;
    bottom: 0;
    right: 0;
    border: none;
    font-size: 12px;
    overflow: hidden;
    font-weight: bolder;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 4%;
    z-index: 99;
}

.reservation .layout6 .item {
    overflow: hidden;
    border-width: 0;
    height: 0;
    position: relative;
    padding-top: 40%;
    border-radius: 0;
}

.reservation .layout6 .item i {
    position: absolute;
    top: 40%;
    color: white !important;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    z-index: 4;
    line-height: 100%;
    vertical-align: middle;
}

.reservation .layout6 .item span {
    position: absolute;
    color: white;
    width: 80%;
    padding: 5px 12px;
    text-align: center;
    top: 50%;
    left: 50%;
    font-size: 18px;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.reservation .layout6 .item:nth-of-type(10n + 1) .background {
    background-color: #fa26a0;
}

.reservation .layout6 .item:nth-of-type(10n + 2) .background {
    background-color: #05dfd7;
}

.reservation .layout6 .item:nth-of-type(10n + 3) .background {
    background-color: #e8505b;
}

.reservation .layout6 .item:nth-of-type(10n + 4) .background {
    background-color: #f69e7b;
}

.reservation .layout6 .item:nth-of-type(10n + 5) .background {
    background-color: #b83b5e;
}

.reservation .layout6 .item:nth-of-type(10n + 6) .background {
    background-color: #fa7d09;
}

.reservation .layout6 .item:nth-of-type(10n + 7) .background {
    background-color: #ff4301;
}

.reservation .layout6 .item:nth-of-type(10n + 8) .background {
    background-color: #ade498;
}

.reservation .layout6 .item:nth-of-type(10n + 9) .background {
    background-color: #ede682;
}

.reservation .layout6 .item:nth-of-type(10n + 10) .background {
    background-color: #00bcd4;
}

@media only screen and (min-width: 600px) {
    .reservation .layout4 .item span {
        width: 95%;
        font-size: 22px;
    }

    .reservation .layout2 .item span {
        font-size: 20px;
    }

    .reservation .layout5 .item span {
        font-size: 18px;
    }

    .reservation .layout5 .item {
        width: 48%;
        padding-top: 46%;
    }

    .reservation .layout5 .item:nth-child(odd) {
        margin-left: 4%;
    }
}

.reservation .layoutA.item {
    position: relative;
    overflow: visible;
    margin: 0 1% 16% 8%;
    height: 28vw;
    max-height: 150px;
    top: 52%;
    padding: 0 47% 0 0;
    border-radius: 5px;
    width: 98%;
    border-radius: 10px;
}

.reservation .layoutA.item .item-image {
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    right: 0;
    height: 0;
    padding-top: 45%;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}

.reservation .layoutA.item .item-title {
    padding-top: 4%;
    font-weight: bold;
    font-size: 16px;
}

.reservation .layoutA.item .item-price {
    position: absolute;
    top: 60%;
    font-size: 12px;
}

.reservation .layoutA.item.is-special .item-title p {
    font-weight: bolder !important;
    font-size: 16px !important;
}

.reservation .layoutA.item.is-special {
    background-color: #ffd5d5;
}

.reservation .layoutA.item .item-price .price.with-discount {
    margin-top: -14px;
}

.reservation .layoutA.item .item-description {
    display: none;
}

.reservation .layoutA.item0 {
    margin-top: 30px;
}

.reservation .layoutB.item,
.reservation .layoutC.item {
    position: relative;
    margin-bottom: 4%;
    max-height: 150px;
    width: 100%;
    border-radius: 10px;
    border-width: 0;
}

.reservation .layoutB.item {
    padding: 60% 0 0 0;
}

.reservation .layoutB.is-special .triangle {
    position: absolute;
    width: 5%;
    height: 100%;
    background: linear-gradient(264deg, #a90000, #f7040400);
    top: 0;
    right: 0;
    z-index: -2;
}

.reservation .layoutD.is-special .triangle {
    position: absolute;
    width: 100%;
    height: 4%;
    background: linear-gradient(45deg, #a90000, #ffffff00 100%);
    bottom: 0px;
    left: 0;
    z-index: -2;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.reservation .layoutE.is-special .triangle {
    background-color: #a90000 !important;
}

.reservation .layoutC.item {
    padding-top: 50%;
}

.reservation .layoutB.item .item-image,
.reservation .layoutC.item .item-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.reservation .resrvation-item.grid-1.col .item-title {
    font-weight: bold;
    white-space: normal;
    text-align: center;
    height: 47px;
    overflow: hidden;
    font-size: 14px;
    padding: 14px 6px 0 6px;
    line-height: 19px;
}

.reservation .layoutC.item .item-price,
.reservation .layoutB.item .item-price {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
}

.reservation .layoutC.item .item-price {
	top: 60%;
	right: 40%;
    margin-right: 17px;
}

.reservation .layoutB.item .item-price {
    top: 69%;
    right: 37%;
}

.reservation .layoutB.item .item-price div .free-price {
    margin-right: 27px;
}

.reservation .layoutB.item .item-image {
    z-index: -2;
    width: 100%;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.reservation .layoutC.item .item-image {
    width: 40%;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.reservation .layoutB.item .item-title {
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    width: 100%;
    height: 35%;
    padding: 0 6%;
    overflow: hidden;
}

.reservation .layoutB.item .title {
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    white-space: normal;
}

.reservation .layoutB.item .item-description {
    position: absolute;
    top: 47%;
    height: 27%;
    padding: 0 6%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: -webkit-linear-gradient(#fff8f8, rgba(255, 255, 255, 0.08));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reservation .price.with-discount {
    display: flex;
    flex-direction: column;
}

.reservation .layoutB .padding.list-view-attributes {
    position: absolute;
    bottom: 4%;
    right: 5%;
    width: 77%;
    margin-right: 21%;
}

.reservation .layoutB.item .item-description p,
.reservation .layoutC.item .item-description p {
    color: white;
    font-size: 12px;
    font-weight: normal;
    white-space: normal;
}

.reservation .layoutC.item .item-title {
    position: absolute;
    top: 26%;
    height: 20%;
    right: 45%;
    font-weight: bold;
    width: 52%;
    overflow: hidden;
    padding-left: 1%;
}

.reservation .layoutC.item .item-title .title {
    color: black;
    font-weight: bold;
    font-size: 12px;
}

.reservation .layoutC.item .item-description {
    position: absolute;
    top: 40%;
    height: 44%;
    right: 41%;
    padding: 0 2%;
    overflow: hidden;
    background: -webkit-linear-gradient(#151414, rgba(0, 0, 0, 0.08));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reservation .layoutC.item .triangle {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 25px solid white;
    border-bottom: 25px solid transparent;
}

.reservation .layoutC.item.activated .triangle {
    border-left: 25px solid #d9d9d9 !important;
}

.reservation .layoutD.item {
    position: relative;
    overflow: visible;
    margin: 0 16% 4% 8%;
    height: 33vw;
    max-height: 150px;
    padding: 0;
    border-radius: 5px;
    width: 84%;
    border-radius: 10px;
}

.reservation .layoutD.item {
    animation: 0.3s popInBottom ease;
}

@keyframes popInBottom {
    0% {
        transform: translate3d(0, 30px, 0) scale3d(0.9, 0.9, 0.9);
        opacity: 0.5;
    }

    100% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        opacity: 1;
    }
}

.reservation .layoutD.item .item-image {
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    right: -20%;
    height: 0;
    padding-top: 35%;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}

.reservation .layoutD.item .item-title p {
    font-weight: bold;
    font-size: 14px;
    padding-left: 15px;
}

.reservation .layoutD.item .item-description p {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 0;
    text-align: right;
}

.reservation .layoutA.item .title,
.reservation .layoutD.item .title {
    white-space: nowrap !important;
}

.reservation .layoutA.item .title,
.reservation .layoutD.item .title,
.reservation .layoutE.item .title {
    white-space: nowrap !important;
}

.layoutE-margin-right {
    border-right: 1px solid black;
    margin-right: 6%;
    margin-top: 6%;
}

.reservation .layoutE.item {
    position: relative;
    overflow: visible;
    margin: 4% 12px 0% 8%;
    padding: 11% 2% 2% 2%;
    width: 94%;
    border-radius: 10px;
}

.reservation .layoutE.item .item-image {
    position: absolute;
    display: inline-block;
    top: 50px;
    transform: translateY(-50%);
    width: 15%;
    right: 4%;
    height: 0;
    padding-top: 15%;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.reservation .layoutE.item .item-title p {
    padding-right: 23%;
    font-weight: bold;
    font-size: 14px;
    white-space: normal !important;
}

.reservation .layoutE.item .item-description p {
    font-size: 14px;
    padding-top: 7%;
    white-space: normal;
    text-align: right;
}

.reservation .layoutE .item-price {
    font-size: 11px;
    padding-right: 3%;
}

.reservation .is-layout-E {
    border-right: 1px solid black;
    margin-right: 6%;
    margin-top: 6%;
    padding-top: 1%;
}
.reservation .layoutE .triangle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    right: -17px;
    background-color: #424242;
}

.reservation .layoutB .conters,
.reservation .layoutC .conters,
.reservation .layoutD .conters,
.reservation .layoutE .conters {
    position: absolute;
    top: -2px;
    left: 9%;
}

.reservation .layoutB .visit-count,
.reservation .layoutB .like-count,
.reservation .layoutC .visit-count,
.reservation .layoutC .like-count,
.reservation .layoutD .visit-count,
.reservation .layoutD .like-count,
.reservation .layoutE .visit-count,
.reservation .layoutE .like-count {
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 12px;
    border-radius: 12px;
    padding: 2% 10%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.reservation .layoutC.is-special,
.reservation .layoutD.is-special,
.reservation .layoutE.is-special {
    background-color: unset;
}

.reservation .layoutB .attr-title {
    position: absolute;
    bottom: 25%;
    font-size: 12px;
    opacity: 0.8;
    color: white;
    right: -24%;
}

.layoutC .list-view-attributes {
    display: none;
}

.reservation .layoutD .categoris {
    display: none;
}

.reservation .layoutD .list-view-attributes {
    display: none;
}

.reservation .layoutE .categoris {
    font-size: 12px;
    color: #000000;
    opacity: 0.7;
    font-weight: 600;
    padding: 6% 3% 0 0;
}

.reservation .layoutE .attr-title {
    font-size: 12px;
    opacity: 0.7;
    color: black;
    font-weight: 600;
}

.reservation .layoutE .padding.list-view-attributes {
    padding-top: 0;
}

.reservation .layoutE .button-attr,
.reservation .layoutB .button-attr {
    text-decoration: none;
    color: white;
    font-size: 10px;
    padding: 0 8px;
    line-height: 24px;
    border-radius: 16px;
    margin-left: 5px;
    margin-top: 6px;
    min-height: 0;
}

@media only screen and (min-width: 600px) {
    .reservation .layoutD.item:nth-child(odd) {
        margin-left: 4%;
    }

    .reservation .layoutD.item {
        margin: 0px 6% 2% 0;
        padding: 5% 11% 0 0;
        width: 41%;
        display: inline-block;
    }

    .reservation .layoutD.item .item-image {
        width: 45%;
        padding-top: 45%;
    }

    .reservation .layoutD.item .item-description p {
        font-size: 12px;
    }

    .reservation .layoutD.item .item-title p {
        font-size: 14px;
    }

    .reservation .layoutA.item:nth-child(odd) {
        margin-left: 3%;
    }

    .reservation .layoutA.item {
        margin: 0 1% 5% 0;
        height: 16vw;
        display: inline-block;
        padding: 5% 22% 0 0;
        width: 47%;
    }

    .reservation .layoutC.item .triangle {
        border-top: 45px solid transparent;
        border-left: 45px solid white;
        border-bottom: 45px solid transparent;
    }

    .item.activated .triangle {
        border-left: 45px solid #d9d9d9 !important;
    }

    .reservation .layoutB.item .title {
        font-size: 16px;
    }

    .reservation .layoutC.item .item-title .title {
        font-size: 14px;
    }

    .reservation .layoutE .triangle {
        height: 20px;
        width: 20px;
        right: -36px;
    }

    .reservation .layoutE.item .item-image {
        top: 70px;
    }

    .reservation .layoutE.item {
        padding: 9% 2% 6% 2%;
        margin-right: 26px;
    }

    .reservation .layoutE.item .item-title p {
        font-size: 14px;
    }

    .reservation .layoutE.item .item-description p {
        font-size: 12px;
    }
}

.reservation .layout2 .item:nth-of-type(10n + 1) .background {
    background-image: url("../img/layout2/1.png");
}

.reservation .layout2 .item:nth-of-type(10n + 2) .background {
    background-image: url("../img/layout2/2.png");
}

.reservation .layout2 .item:nth-of-type(10n + 3) .background {
    background-image: url("../img/layout2/3.png");
}

.reservation .layout2 .item:nth-of-type(10n + 4) .background {
    background-image: url("../img/layout2/4.png");
}

.reservation .layout2 .item:nth-of-type(10n + 5) .background {
    background-image: url("../img/layout2/5.png");
}

.reservation .layout2 .item:nth-of-type(10n + 6) .background {
    background-image: url("../img/layout2/6.png");
}

.reservation .layout2 .item:nth-of-type(10n + 7) .background {
    background-image: url("../img/layout2/7.png");
}

.reservation .layout2 .item:nth-of-type(10n + 8) .background {
    background-image: url("../img/layout2/8.png");
}

.reservation .layout2 .item:nth-of-type(10n + 9) .background {
    background-image: url("../img/layout2/9.png");
}

.reservation .layout2 .item:nth-of-type(10n + 10) .background {
    background-image: url("../img/layout2/10.png");
}

.reservation .layout9 .item:nth-of-type(10n + 1) .background {
    background-image: url("../img/layout9/1.png");
}

.reservation .layout9 .item:nth-of-type(10n + 2) .background {
    background-image: url("../img/layout9/2.png");
}

.reservation .layout9 .item:nth-of-type(10n + 3) .background {
    background-image: url("../img/layout9/3.png");
}

.reservation .layout9 .item:nth-of-type(10n + 4) .background {
    background-image: url("../img/layout9/4.png");
}

.reservation .layout9 .item:nth-of-type(10n + 5) .background {
    background-image: url("../img/layout9/5.png");
}

.reservation .layout9 .item:nth-of-type(10n + 6) .background {
    background-image: url("../img/layout9/6.png");
}

.reservation .layout9 .item:nth-of-type(10n + 7) .background {
    background-image: url("../img/layout9/7.png");
}

.reservation .layout9 .item:nth-of-type(10n + 8) .background {
    background-image: url("../img/layout9/8.png");
}

.reservation .layout9 .item:nth-of-type(10n + 9) .background {
    background-image: url("../img/layout9/9.png");
}

.reservation .layout9 .item:nth-of-type(10n + 10) .background {
    background-image: url("../img/layout9/10.png");
}

.reservation .layout3 .item:nth-of-type(10n + 1) .background,
.reservation .layout4 .item:nth-of-type(10n + 1) .background,
.reservation .layout5 .item:nth-of-type(10n + 1) .background,
.reservation .layout6 .item:nth-of-type(10n + 1) .background {
    background-color: #fa26a0;
}

.reservation .layout3 .item:nth-of-type(10n + 2) .background,
.reservation .layout4 .item:nth-of-type(10n + 2) .background,
.reservation .layout5 .item:nth-of-type(10n + 2) .background,
.reservation .layout6 .item:nth-of-type(10n + 2) .background {
    background-color: #05dfd7;
}

.reservation .layout3 .item:nth-of-type(10n + 3) .background,
.reservation .layout4 .item:nth-of-type(10n + 3) .background,
.reservation .layout5 .item:nth-of-type(10n + 3) .background,
.reservation .layout6 .item:nth-of-type(10n + 3) .background {
    background-color: #e8505b;
}

.reservation .layout3 .item:nth-of-type(10n + 4) .background,
.reservation .layout4 .item:nth-of-type(10n + 4) .background,
.reservation .layout5 .item:nth-of-type(10n + 4) .background,
.reservation .layout6 .item:nth-of-type(10n + 4) .background {
    background-color: #f69e7b;
}

.reservation .layout3 .item:nth-of-type(10n + 5) .background,
.reservation .layout4 .item:nth-of-type(10n + 5) .background,
.reservation .layout5 .item:nth-of-type(10n + 5) .background,
.reservation .layout6 .item:nth-of-type(10n + 5) .background {
    background-color: #b83b5e;
}

.reservation .layout3 .item:nth-of-type(10n + 6) .background,
.reservation .layout4 .item:nth-of-type(10n + 6) .background,
.reservation .layout5 .item:nth-of-type(10n + 6) .background,
.reservation .layout6 .item:nth-of-type(10n + 6) .background {
    background-color: #fa7d09;
}

.reservation .layout3 .item:nth-of-type(10n + 7) .background,
.reservation .layout4 .item:nth-of-type(10n + 7) .background,
.reservation .layout5 .item:nth-of-type(10n + 7) .background,
.reservation .layout6 .item:nth-of-type(10n + 7) .background {
    background-color: #ff4301;
}

.reservation .layout3 .item:nth-of-type(10n + 8) .background,
.reservation .layout4 .item:nth-of-type(10n + 8) .background,
.reservation .layout5 .item:nth-of-type(10n + 8) .background,
.reservation .layout6 .item:nth-of-type(10n + 8) .background {
    background-color: #ade498;
}

.reservation .layout3 .item:nth-of-type(10n + 9) .background,
.reservation .layout4 .item:nth-of-type(10n + 9) .background,
.reservation .layout5 .item:nth-of-type(10n + 9) .background,
.reservation .layout6 .item:nth-of-type(10n + 9) .background {
    background-color: #ede682;
}

.reservation .layout3 .item:nth-of-type(10n + 10) .background,
.reservation .layout4 .item:nth-of-type(10n + 10) .background,
.reservation .layout5 .item:nth-of-type(10n + 10) .background,
.reservation .layout6 .item:nth-of-type(10n + 10) .background {
    background-color: #00bcd4;
}

.reservation .no-item {
    margin: auto;
    padding-top: 70%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAQAAABpN6lAAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCwkGFiv/cL2KAAAFQ0lEQVR42u2cXWwUVRSAvztbCC1IEWwbQhBFRJCEn+5spdLENISYSFAaIiKa8hfjb2KI6QsSjRqjkpgQHjBBVJQHtZpCRI0YGwgPYtnZFbBqRKuxkSglgoBCYdu5PuwWWu2W6XRmbgvne9nduXf2nvNl5s7MzuwBQRAEQRAEQRAEQRAE4epCDfwr9hQUl3aWWVa0gWeOXdM244JxAU4Vj3AX10abfI4O9ukdRdtm/G1IQNO42OvUGEm9O8f0s/YWpSMX4NzEZ0wxnX2Ody+suf1cpAKcYvYzHYAMH/AJrapEL6CWkQAcVqvDzdiNWaW6gqXcklvw+ZmF1R1RCtjKGgDSsWVzfuxamp7kfsRMAH1/4r1wFQBoK12rN1IMoDcm1kYmwJlGMzHgUGFVzynoq7KCbygBDtmzwxcAkJquGxkPuCTsdP/X93XwUg8SA1xV+98ZeO4x/TwAs5JzohEQ/54aMoDFS37W9yVALwSgMX64Fznb6QSw7ohGANhNbAVgwcEJEQlgMoDa22s4p/gOQM+ISgB0bgRAdSyKRMCeEYwG4Pc8HbLLr4tOwG1HaAHITsChCygtyL66nXk6nAWgKDoBwM8AjI9EwKDkJIDycUp+hQjQvk+FC/wPqlYm5/XaMNu0jogEUK2qTYc/cHzsAt+e44zpsIPDxxawtDO1Uj/NmLwdynKXREMCX7tAvIGG/K3ODhabTss7V8hRQASIABEgAkSACBABIkAEiAARIAJEgAgQASJABIiA0AWkVjnb0pWmwzcmIG3rN1nh7qqPmU7AkACGARArCeA5wyEpoHw/T+oGtcTfg0mDCd+3xuxNbDIdfBDIUcB0AKYRAaYDMI0IMB2AaUSA6QBMIwJMB2AaEWA6ANOIANMBmCYAAckXnR+cZ0wnYkxA01S1jqk851xvOpVQBXw5Nj0p++7ghEOl3VsKj3MaONF+0nQqIQpIzR3e6v7ivADJtR2/ZlpTd15qm3lSz6NOVVUN0eeHvf0kVsNIYL0zj2ogpu9l96XGRDPNptPwj6ctQO0kA0D28XhXN3hZa2jgSUD5fnUfF3//1Q8lPjUddsQCQN94aWdRt5oOOnIBybt5tdvHp5Ih/zV60AlQ2XuALpuzc4GaazrsqAW8QQun1Qr7cbWEPznqbjYddnB4OgzGf2KKVkpDfJcu8V+tYTDi+VS4K+0rK325GhQBIsB0AKa56gUM5L/DA6RpnFUc1HepUQC6MDm5a8mYozefH9QCUnX6lSAqmfWgQrV0vT114sD8ioOXX8XYLqCfCDz9noy1HvDSLQQBqh1Aj7hMt8u1DzwOTyOEsAvo4wBqnKcgt7vvhJD6ViZ57RvGHNAGwA3OMDvTR68iALc58UXwATj9KLAXwi6gUwCM1H3Ukvp6DKOA/KV4BsZwADJeuoYgYPg+LgCo5fn7dMzPvqojwY+vrWw5HfcPQwJm/aMaAViVLsnXRz0MQFs8Gfz4TmV26/ImN5TDoLsBgNH6td7bUzUsAOB95QY/uqoDoL3Q0+wSioDEXr0PQC9Jbvh/64GEfguAs/7qv/VNcjX3AFDvrdZoSCdCBSv4C0DVOTu613irjzmPWntzJRDX2wFPgXsKUnVqCwDtlsfbtaGdjaUW6Q9zs/F59TG7O4+oYhVn+cU6pAfUY0GO545VNrVMy31cab9tWACk57sNubpz0aJZZ7/stXOI1wLljZSzM/L0j+rF3tMPdQvIkq50l1HDxAhSd3WTVa+32Gf7s1JEf3lxivREa1SYI3Scif3Wv9QFQRAEQRAEQRAEQRCEq5N/AX9KP5f/Gh33AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTExLTA5VDA2OjIyOjQzKzAwOjAwKrxxdAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0xMS0wOVQwNjoyMjo0MyswMDowMFvhycgAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat center 90%;
    color: #ccc;
}

.placeholder-loading::before {
    content: "";
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(287deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    z-index: 99;
}

@keyframes load {
    from {
        left: -150px;
    }

    to {
        left: 100%;
    }
}

.placeholder-loading img {
    height: 100%;
    width: 100%;
    padding-top: 50%;
    background-color: #f4f4f4;
    margin-bottom: 15px;
}

.placeholder-loading .single-new-detail {
    width: 50%;
    height: 22px;
    background: #f4f4f4;
    border-radius: 35px;
}

.placeholder-loading .single-new-detail {
    width: 70%;
    margin-top: 6px;
}

.placeholder-loading div#content {
    min-height: 36vh;
}

.reservation .resrvation-item.item-thumbnail-right {
    line-height: 0;
}

.reservation .resrvation-item.item-thumbnail-right.item .background {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.reservation .item a.item-content {
    min-height: unset;
    box-shadow: unset;
    border-radius: unset;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.reservation .layoutD.item a.item-content {
    padding: 10% 20% 0 0;

}
.reservation .layout10 .item {
    border-radius: 15px;
    margin: 2vh 0 2vh 25px;
    display: inline-block;
    width: 92vw;
    max-width: 400px;
    height: 88vh;
    max-height: 900px;
}

.reservation .layout10 .scroll.padding {
    padding: 0;
}

.reservation .item-price {
    font-size: 11px;
    height: 48px;
}

.reservation .row-3.resrvation-item.item-thumbnail-right .item-content .item-price,
.reservation .resrvation-item.grid-2 .item-content .item-price {
    height: 56px;
}

.reservation .resrvation-item.row-1 .item-content .item-price {
    height: 74px;
}

.reservation .item-price .free-price,
.reservation .item-price .buy-price,
    .reservation .item-price .main-price {
    color: #00c148;
}
.reservation .item-price .with-discount .buy-price {
    color: #e66454;
    text-decoration: line-through;
}

.reservation .item .item-content {
    position: unset;
    padding: 0;
    border: none;
}

.reservation .layout10 .item span {
    position: absolute;
    color: white;
    width: 80%;
    padding: 5px 12px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    bottom: 4%;
    right: 4%;
    font-size: 18px;
    font-weight: bolder;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 4;
    text-align: right;
}

.reservation .layout10 .gradiant-mask {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 4%, rgba(0, 0, 0, 0.1));
}

.reservation .categories div.rtl {
    direction: rtl !important;
    display: inline-block;
    height: 43px;
}

.reservation .products-row .scroll-view,
.reservation .products-row div {
    direction: ltr !important;
    text-align: right;
}

.reservation .products-row div.rtl {
    direction: rtl !important;
    white-space: nowrap;
}

.reservation #taps_title {
    margin: 0 -30px;
}

.reservation .categories {
    padding: 10px;
    padding-left: 0;
}

.reservation .categories ion-scroll {
    white-space: nowrap;
}

.reservation .categories .button {
    border: none;
    border-radius: 20px;
    padding: 6px 16px;
    margin: 0 5px;
    min-height: 30px;
    min-width: 30px;
    font-size: 14px;
    vertical-align: middle;
    line-height: inherit;
    box-shadow: 0px 1px 5px -1px #585858;
}

.reservation .categories .scroll-view,
.reservation .categories div {
    direction: ltr !important;
    text-align: right;
}

.reservation .categories div.rtl {
    direction: rtl !important;
    display: inline-block;
    height: 43px;
}

.reservation .layoutB .padding.list-view-attributes {
    display: none;
}

.reservation .resrvation-item.row-1 .attribut-continer {
    display: none;
}

.reservation .layoutE .padding.list-view-attributes {
    display: none;
}

.reservation .item span.badge {
    width: auto;
    left: 23px;
    right: unset;
    font-size: 12px;
    font-weight: normal;
}

.reservation .item.is_new::before {
    content: " ";
    width: 5px;
    height: 5px;
    background: red;
    position: absolute;
    left: 7px;
    top: 9px;
    border-radius: 50%;
    box-shadow: 0 0 4px red;
    animation: glow 3s infinite ease;
    z-index: 999;
}

.reservation .row-2.item0 .background,
.reservation .row-2.item0 .item-image {
    position: initial;
    width: 100%;
    max-width: 100%;
    max-height: 63%;
    height: 160px;
}

.reservation .row-2.item0 .title {
    height: 35px;
}

.reservation .resrvation-item.row-3.item0 .background,
.reservation .resrvation-item.row-3.item0 .item-image {
    width: 42%;
    max-width: 300px;
    max-height: 86%;
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 6px red;
    }

    50% {
        box-shadow: 0 0 1px red;
    }
}

.reservation .item.resrvation-item.row-1.is_new::before {
    top: 156px;
}

.reservation .item.layoutB.is_new::before {
    top: 14px;
    right: 12px;
}

.reservation .item.layoutC.is_new::before {
    top: 162px;
}

.reservation .item.layoutD.is_new::before {
    top: 111px;
}

.reservation .item.layoutE.is_new::before {
    top: 195px;
}

.item .badge {
    z-index: 999;
}

.reservation .reserved-data {
    display: inline-block;
    font-size: 13px;
    width: 48%;
}

.order-description {
    font-size: 13px;
}

.reservation .order-price {
    color: #2ecc71;
}

.reservation .order-id {
    font-weight: bold;
    width: 48%;
}

.reservation .order-status {
    width: 5px;
    vertical-align: sub;
    position: absolute;
    top: -6%;
    right: 0px;
    height: 104%;
}

.reservation .order-status .confirmed,
.reservation .order-status .pending,
.reservation .order-status .canceled {
    border-radius: 50px;
    width: 5px;
    height: 100%;
    display: inline-block;
}

.reservation .order-status .confirmed {
    background-color: #2ecc71;
}

.reservation .order-status .pending {
    background-color: #f4b04f;
}

.reservation .order-status .canceled {
    background-color: #e66454;
}

.reservation .order-text-status {
    width: 48%;
    font-weight: bold;
}

.reservation .order-text-status.confirmed {
    color: #2ecc71;
}

.reservation .order-text-status.pending {
    color: #f4b04f;
}

.reservation .order-text-status.canceled {
    color: #e66454;
}

.reservation .reserved-list-item.item {
    white-space: normal;
    padding: 16px 16px 40px 11px;
    margin: 1%;
    border-radius: 5px;
    min-height: 105px;
    border-color: #e5e5e5;
}

.reservation .print-order-button,
.reservation .reject-order-button,
.reservation .reserved-more-data {
    width: 104%;
    border: none;
    padding: 7px;
    margin: 1px -12px;
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    background-color: #f7f7f7;
    color: #585757;
    font-size: 12px;
}

.reservation .print-order-button {
    position: static;
    margin: 10px 0 0 1%;
    width: 60%;
    background-color: #2ecc71;
    border: 1px solid #2ecc71;
    color: white;
    border-radius: 5px;
}

.reservation .reject-order-button {
    position: static;
    margin: 10px 1% 0 0;
    width: 36%;
    border-radius: 5px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #5a5a5a;
}

.reservation .reserved-item-more.close {
    display: none;
}

.reservation .refund-bank-id-input {
    width: 22%;
    display: inline-block;
    text-align: center;
}

.reservation .bank-id-box {
    direction: ltr;
    margin: 2% 3% 7%;
}

.reservation .bank-id-box span {
    width: 2.8%;
    display: inline-block;
    text-align: center;
}

.reservation .refund-button {
    border: 1px solid #ebebeb;
    padding: 2% 6%;
    border-radius: 6px;
    margin: 4% 0;
    width: 100%;
    background-color: #2ecc71;
    color: white;
    display: block;
}

.reservation #refund-bank-id-total {
    display: none;
}

.reservation .refund-text,
.reservation .refund-footer {
    margin: 2% 3%;
}

.reservation .bank-id-help {
    margin: 7% 3% 0;
}

.reservation .refund-box {
    margin: 5% 1%;
}

.reservation .refund-text span {
    font-weight: bold;
}

.reservation .reserve-detail-box {
    border: 1px solid #c5c5c5;
    margin: 1% 2%;
    border-radius: 6px;
    padding: 1% 2%;
}

.reservation .reserved-header img,
.reservation .reserved-footer img {
    width: 100%;
    height: auto;
}

.reservation .reserved-header img {
    vertical-align: super;
}

.reservation .reserved-footer img {
    vertical-align: bottom;
}

.reservation .reserved-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.reservation .reserve-detail-box .bold {
    font-weight: bold;
}

.reservation .reserve-detail-box p {
    margin: 0;
}

.reservation .information-box {
    width: 59%;
    display: inline-block;
}

.reservation .qr-code-box {
    width: 40%;
    background-color: #cbcbcb;
    vertical-align: super;
    display: inline-block;
}

.reservation #capture {
    width: 210mm;
    height: 290mm;
    position: relative;
}

.reservation .loading {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
}

.reservation .loading p {
    color: #0abe57;
    font-size: 21px;
}

/* END LAYOUT STYLES */
.reservation pre {
    white-space: pre-wrap;
    text-align: left;
    direction: ltr;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 8px;
    padding: 10px;
    line-height: 1.3;
}

.reservation .validation-error {
    border-top: 4px solid #b83e2c;
    padding: 15px;
    padding-top: 5px;
    margin-bottom: 15px;
    height: 15px;
    opacity: 0;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.reservation .validation-error.ng-active.is-dirty {
    opacity: 1;
}

.reservation .validation-error.ng-inactive {
    opacity: 0;
}

.reservation .error {
    color: #555;
    background-color: #fff;
    font-weight: bold;
    position: absolute;
    left: 20px;
    float: left;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.reservation .error i {
    color: #b83e2c;
    vertical-align: middle;
}

.reservation .error.ng-enter {
    animation-name: enter;
    animation-duration: 0.8s;
}

.reservation .error.ng-leave {
    animation-name: leave;
    animation-duration: 0.8s;
}

@keyframes enter {
    from {
        left: -2000px;
    }

    to {
        left: 20px;
    }
}

@keyframes leave {
    from {
        left: 20px;
    }

    to {
        left: -2000px;
    }
}

.reservation ul.steps-indicator {
    /* ---- steps quantity ---- */
    margin: 0;
    list-style: none;
    display: flex;
    direction: rtl;
    position: relative;
    /* --- http://www.paulirish.com/2012/box-sizing-border-box-ftw/ ---- */
}

.reservation .steps-indicator:before {
    background-color: #e6e6e6;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 28px;
}

.reservation .steps-indicator li:nth-child(1) a:before {
    content: "1";
}

.reservation .steps-indicator li:nth-child(2) a:before {
    content: "2";
}

.reservation .steps-indicator li:nth-child(3) a:before {
    content: "3";
}

.reservation .steps-indicator li:nth-child(4) a:before {
    content: "4";
}

.reservation .steps-indicator li:nth-child(5) a:before {
    content: "5";
}

.reservation .steps-indicator li:nth-child(6) a:before {
    content: "6";
}

.reservation .steps-indicator li:nth-child(7) a:before {
    content: "7";
}

.reservation .steps-indicator li:nth-child(8) a:before {
    content: "8";
}

.reservation .steps-indicator li:nth-child(9) a:before {
    content: "9";
}

.reservation .steps-indicator li:nth-child(10) a:before {
    content: "10";
}

.reservation .steps-indicator li a:before {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    padding-top: 5px;
    margin: 0 auto;
}

.reservation .steps-indicator li.default a:before {
    background: #eee;
    color: #333;
}

.reservation .steps-indicator li.current a:before,
.reservation .steps-indicator li.editing a:before {
    background: #717171;
    color: #fff;
    box-shadow: 0 0 8px 1px #a5a5a5;
}

.reservation .steps-indicator li.done a:before {
    background: #2ecc71;
    color: #fff;
}

.reservation .steps-indicator li.default a,
.reservation .steps-indicator li.done a {
    color: transparent;
}

.reservation .steps-indicator * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reservation ul.steps-indicator li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    text-align: center;
    line-height: 15px;
}

.reservation ul.steps-indicator li a {
    color: #212121;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.25s;
    cursor: pointer;
}

.reservation .steps-indicator li a:hover {
    color: #4d4d4d;
}

.reservation .steps-indicator.steps-2 li {
    width: calc(100% / 2);
}

.reservation .steps-indicator.steps-3 li {
    width: calc(100% / 3);
}

.reservation .steps-indicator.steps-4 li {
    width: calc(100% / 4);
}

.reservation .steps-indicator.steps-5 li {
    width: calc(100% / 5);
}

.reservation .steps-indicator.steps-6 li {
    width: calc(100% / 6);
}

.reservation .steps-indicator.steps-7 li {
    width: calc(100% / 7);
}

.reservation .steps-indicator.steps-8 li {
    width: calc(100% / 8);
}

.reservation .steps-indicator.steps-9 li {
    width: calc(100% / 9);
}

.reservation .steps-indicator.steps-10 li {
    width: calc(100% / 10);
}

.reservation .steps-indicator.steps-11 li {
    width: calc(100% / 11);
}

.reservation .steps-indicator li.default {
    pointer-events: none;
    flex: 1;
}

.reservation .steps-indicator li.default a:hover {
    color: #808080;
}

.reservation .steps-indicator li.current,
.reservation .steps-indicator li.editing {
    pointer-events: none;
    flex: 2;
}

.reservation .item-select select {
    right: 0;
    width: 100%;
    max-width: 100%;
}

.reservation .map-in-form.angular-leaflet-map {
    height: 230px;
}

.reservation .noVissable {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

.reservation .curect-position-btn {
    z-index: 9;
    font-size: 23px;
    position: absolute;
    bottom: 11px;
    right: 10px;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.3);
    min-width: 20px;
    min-height: 0;
    line-height: 0;
    height: 35px;
    width: 35px;
    padding: 0;
}

.reservation .map-continer {
    position: relative;
}

.reservation .validation {
    color: red;
}

.reservation span.icon.ion-ios-star-outline.ionic_rating_icon_off {
    font-size: 30px;
    color: #8c8585 !important;
}

.reservation span.icon.ion-ios-star.ionic_rating_icon_on {
    font-size: 30px;
    color: gold !important;
}

.reservation .steps {
    position: relative;
    padding: 10px;
}

.reservation .total-price h1 {
    font-size: 16px;
    color: white;
}

.reservation .total-price {
    margin-bottom: 15px;
    background: #2ecc71;
    text-align: center;
    padding: 15px 0 7px;
}

.reservation .next-previous-submit {
    padding: 10px 20px;
    border: none;
    font-family: IRANSans;
}

.reservation .item-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 200px;
    -webkit-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99999;
}

.reservation .uploadbtn {
    position: relative;
    width: 87px;
    height: 70px;
    text-align: center;
    border-style: dashed;
    border-width: 2px;
}

.reservation .uploadbtn.fill {
    background-size: cover;
    border-style: solid;
}

.reservation .uploadbtn.fill.button.icon:before {
    visibility: hidden;
}

.reservation .uploadbtn.button.icon:before {
    margin-top: 10px;
    font-size: 33px;
}

.reservation .no-border label {
    border: none;
}

.reservation .no-border .item-checkbox {
    border-bottom: 2px dashed #dedbdb !important;
}

.reservation .no-border .item-checkbox:last-child {
    border-bottom: none !important;
}

.reservation .item-radio-cart input:checked~.item-content {
    border-bottom: solid 3px #777;
    border-right: none;
}

.reservation .item-radio-cart input:checked~.ion-checkmark:before {
    display: none;
}

.reservation .gateways img {
    width: 50px;
    position: absolute;
    left: 30px;
    top: 7px;
}

.reservation .fit-error {
    font-size: 12px;
    margin-right: 10px;
}

.reservation .item-radio-cart input:checked~.item-content {
    border-bottom: solid 3px #777;
    border-right: none;
}

.reservation .item-radio-cart input:checked~.ion-checkmark:before {
    display: none;
}

.reservation .gateways .item {
    border: 0;
}

.reservation .gateways .item-content {
    padding: 16px 49px 16px 16px;
}

.reservation .help-block {
    font-size: 12px;
    margin: 0 10px;
}

.reservation .buttons-countiner {
    margin-top: 20px;
}

.reservation .buttons-countiner .next-previous-submit {
    padding: 2px 20px;
    margin-top: 0;
}

.reservation .item-form textarea {
    padding: 10px 20px;
}

.reservation .button.button-fab {
    border: 1px solid #ccc;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 20;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transition-property: -webkit-transform, box-shadow;
    transition-property: transform, box-shadow;
}

.reservation .button.button-fab.button-fab-bottom-right {
    top: auto;
    right: 16px;
    bottom: 16px;
    left: auto;
    position: absolute;
}

.reservation a.button.button-fab::before {
    margin-top: 7px;
}

.reservation .has-footer+.button.button-fab.button-fab-bottom-right {
    bottom: 60px;
}

.reservation .new-row th {
    width: 40%;
    text-align: right;
    max-width: 200px;
}

.reservation .new-row th,
.reservation .new-row td,
.reservation .table-bordered {
    border: none;
}

.reservation .new-row td img {
    width: 60px;
    border-radius: 5px;
}

.reservation .item-select {
    height: 44px;
    border-radius: 5px;
}

.reservation .item-advance .item0.item-contact {
    margin-top: 0px;
}

.reservation .item-advance .item-contact {
    margin-top: 10px;
}

.reservation .list.form-list-padding {
    background: transparent;
}

.reservation .item-checkbox {
    padding-right: 50px;
}

.reservation .item.item-toggle {
    white-space: initial;
}

.reservation .button-success {
    border-color: #28a54c;
    background: #33cd5f;
    color: #fff;
}

.reservation .apply-coupon {
    font-size: 12px;
    min-height: 32px;
    line-height: 32px;
}

.reservation .prepayment {
    border-bottom: 1px solid #a5a5a5;
}

.reservation .prepayment .list .item-radio .item-content {
    margin: 0;
    padding: 7px 49px 7px 7px;
}

.reservation .prepayment .list .item-radio .radio-icon {
    top: 0;
    padding: 6px;
}

.reservation .item.item-input.item-stacked-label,
.reservation .item.item-input.item-floating-label {
    border: none;
    padding-left: 0;
}

.reservation .item.item-input.item-stacked-label input,
.reservation .item.item-input.item-floating-label input {
    height: 3em;
    padding: 2px 10px;
}

.reservation .item.item-input.item-stacked-label .input-label,
.reservation .item.item-input.item-floating-label .input-label.has-input {
    padding: 5px 13px 0;
    width: auto;
    max-width: none;
    margin: 0;
    font-size: initial;
}

.reservation .item.item-input.item-stacked-label input::placeholder,
.reservation .item.item-input.item-floating-label input::placeholder {
    color: inherit;
    opacity: 0.45;
}

.reservation .item.item-input.item-stacked-label .icon {
    position: absolute;
    bottom: 0.5em;
    right: 0.7em;
    opacity: 0.5;
    font-size: 1.2em;
    min-width: 1em;
    text-align: center;
}

.reservation .item.item-input.item-stacked-label .icon.textarea {
    top: 2em;
}

.reservation .item.item-input.item-stacked-label .icon+input,
.reservation .item.item-input.item-stacked-label .icon+textarea {
    padding-right: 2.7em;
}

.reservation .input-label {
    max-width: 100%;
    width: auto;
    white-space: initial;
}

.reservation .file-input .input-label {
    max-width: 66%;
}

.reservation label.item.item-input.file-input {
    min-height: 80px;
}

.reservation .file-input .uploadbtn {
    position: absolute;
    left: 0px;
}

.reservation .has-error input,
.reservation .has-error textarea,
.reservation .has-error select {
    border: 1px red solid;
}

.reservation .item.item-input.item-currency.has_currency input {
    padding-left: 80px;
}

.reservation .item-currency .currency {
    position: absolute;
    left: 7px;
    bottom: 0.5em;
    width: 66px;
}

.reservation .item-input.item-currency select {
    background: transparent;
    border: 0;
    padding-right: 5px;
    height: 40px;
}

.reservation .item-currency .currency::before {
    content: "";
    height: 30px;
    border-right: 1px solid #c5c5c5;
    margin-left: 5px;
}

.reservation .advance-form-upload {
    width: 200px;
}

.reservation .item {
    border: none;
    box-shadow: 0px 1px 2px 3px rgba(201, 211, 220, 0.25);
}

.reservation .filter-box {
    display: flex;
    margin: 4% 3%;
}

.reservation .filter-box .items-filter {
    width: 33%;
    margin-left: 1%;
}

.reservation .filter-box .items-filter label {
    display: flex;
    font-size: 10px;
    align-items: center;
    justify-content: space-around;
}

.reservation .filter-box .items-filter input,
.reservation .filter-box .items-filter select {
    width: 64%;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #e9eced;
    background-color: #fbfbfb !important;
    color: #1e2125;
    font-size: 10px;
}

.reservation .img-gallery-slider {
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0px 1px 2px 3px rgba(201, 211, 220, 0.25);
    padding: 3% 0;
}

.reservation .img-gallery-slider .img-gallery-slider-box {
    display: flex;
    flex-basis: 81%;
    padding: 2% 2% 1% 3%;
}
.reservation .img-gallery-slider .img-gallery-slider-box.full {
    flex-basis: 100%;
    padding: 0% 0%;
    margin: -3% 0;
}
.reservation .img-gallery-slider .img-gallery-slider-box.full img {
    border-radius: 0;
}
.reservation .img-gallery-slider .img-gallery-slider-box img {
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 7px;
    aspect-ratio:5/3;
}

.reservation .img-gallery-slider .img-gallery-slider-box.preview-box {
    flex-basis: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2% 2% 0.5% 0%;
}

.reservation .img-gallery-slider .img-gallery-slider-box.preview-box div {
    flex-basis: 33%;
    width: 25%;
    margin: 2%;
    flex-grow: 0.5;
    aspect-ratio: 1;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.reservation .img-gallery-slider .img-gallery-slider-box.preview-box img:nth-child(even) {
    margin-right: 4%;
}

.reservation .other-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5% 4% 1%;
    box-shadow: 0px 6px 2px 3px rgba(201, 211, 220, 0.13);
    background-color: #ffffff26;
}

.reservation .other-actions i {
    font-size: 18px;
    margin-right: 2px;
}

.reservation .other-actions label {
    margin-right: 10px;
}

.reservation .other-actions label span {
    vertical-align: text-top;
}

.reservation .other-actions label:first-child {
    margin-left: auto;
    margin-right: 0;
}

.reservation .card {
    font-size: 12px;
    padding: 4% 0%;
    box-shadow: 0px 1px 2px 3px rgba(201, 211, 220, 0.25);
    margin: 17px 6px 17px 6px;
}

.reservation .header-card {
    align-items: center;
    color: #464646;
    padding: 4%;
}

.reservation .header-card .title-box {
    font-weight: bold;
}

.reservation .header-card .price-box {
    border: 1px solid #D9D9D9;
    padding: 5px 10px;
    border-radius: 5px;
    width: 50%;
}

.reservation .header-card .price-box .price-number {
    color: #00C148;
}

.reservation .reserve-card {
    padding: 3% 4% 4%;
    text-align: center;
    color: #464646;
}

.reservation .reserve-card .reserve-button {
    display: block;
    width: 100%;
    padding: 7px 0 9px;
    border-radius: 6px;
    border: none;
    background-color: #00C148;
    color: white;
    padding-top: 11px;
    padding-bottom: 6px;
}

.reservation button {
    font-family: 'IRANSans'
}

.reservation .reserve-card .reserve-button i {
    font-size: 20px;
    vertical-align: sub;
    margin-left: 6px;
}

.reservation .reserve-card span {
    margin-bottom: 3%;
    display: inline-block;
}

.reservation .reserve-detail {
    padding: 4%;
    font-size: 13px;
    color: #464646;
}
.reservation .reserve-detail a {
    text-decoration: none;
}

.reservation .reserve-information .map-button,
.reservation .reserve-detail button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 7px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    color: #14187E;
    background-image: url(../../assets/img/map-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.reservation .reserve-information .map-button i,
.reservation .reserve-detail button i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 6px;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: -2px;
}

.reservation .reserve-detail .reserve-address {
    margin-top: 13px;
}

.reservation .reserve-detail .reserve-call-action {
    text-decoration: none;
    color: #14187E;
    margin-right: 10px;
}

.reservation .reserve-options {
    padding: 4%;
    color: #464646;
}

.reservation .reserve-options p {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.reservation .reserve-options span {
    display: inline-block;
    width: 47%;
    margin-left: 2%;
    margin-top: 2%;
    font-size: 13px;
}

.reservation .reserve-rules {
    padding: 4%;
}

.reservation .reserve-rules p {
    margin: 0;
    font-size: 13px;
}

.reservation .reserve-rules .title {
    font-weight: bold;
}

.reservation .reserve-rules span {
    display: block;
    margin-left: 2%;
    margin-top: 2%;
    font-size: 13px;
}

.reservation .reserve-tags {
    padding: 4%;
    text-align: center;
}

.reservation .reserve-tags a {
    font-size: 12px;
    border: none;
    padding: 5px 14px;
    border-radius: 7px;
    margin-left: 5px;
    color: #464646;
    text-decoration: none;
    background-color: #f1f1f1;
    display: inline-block;
}

.reservation .reserve-rate {
    padding: 4%;
}

.reservation .reserve-rate .divider {
    border-top: 1px solid #D9D9D9;
    margin: 25px 0 8px;
}

.reservation .reserve-rate .header {
    text-align: center;
    color: #464646;
}

.reservation .reserve-rate .header .title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.reservation .reserve-rate .header .description {
    margin-bottom: 10px;
    display: inline-block;
}

.reservation .main-header .is-event {
    visibility: hidden;
}

.reservation .reserve-rate .header .stars {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: auto;
}

.reservation .reserve-rate .header .stars .star-box {
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    padding: 1% 4% 1%;
    border-radius: 10px;
    height: max-content;
}

.reservation .reserve-rate .header .stars .star-box i {
    font-size: 24px;
    line-height: 21px;
    color: #464646;
}

.reservation .reserve-rate .header .stars .star-box span {
    line-height: 17px;
}

.reservation .reserve-rate .body .rate-breif {
    display: flex;
    align-items: center;
}

.reservation .reserve-rate .body .rate-breif span {
    font-size: 15px;
    margin-left: 10px;
    color: #464646;
}

.reservation .reserve-rate .body .rate-breif .star-box {
    display: flex;
}

.reservation .reserve-rate .body .rate-breif .star-box .star {
    font-size: 20px;
    color: #D9D9D9;
    margin-left: 3px;
}

.reservation .reserve-rate .body .rate-breif .star-box .star.filled {
    color: #BACC39;
}

.reservation .reserve-rate .body .rated-users {
    display: flex;
    align-items: center;
    color: #464646;
}

.reservation .reserve-rate .body .rated-users i {
    font-size: 26px;
    margin-left: 10px;
    line-height: 9px;
}

.reservation .reserve-rate .body .rated-users span {
    font-size: 12px;
}

.reservation .reserve-rate .body .rate-complete {
    font-size: 14px;
    margin-top: 10px;
}

.reservation .reserve-rate .body .rate-complete .single-rate-number {
    align-items: center;
    display: flex;
}

.reservation .reserve-rate .body .rate-complete span {
    width: 19px;
}

.reservation .reserve-rate .body .rate-complete .outer-range {
    flex-grow: 1;
    background-color: #d9d9d9;
    height: 6px;
    margin: 0 10px;
    border-radius: 10px;
}

.reservation .reserve-rate .body .rate-complete .outer-range .inner-range {
    background-color: #464646;
    border-radius: 10px;
    height: 100%;
}

.reservation .reserve-rate .body .rate-complete i {
    width: 20px;
    color: #464646;
}

.reservation .options-continer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 99;
}

.reservation .options-continer .scroll,
.reservation .options-continer .scroll-view {
    height: 100%;
}

.reservation .close-select-options {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.reservation .select-options {
    color: #464646;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 4%;
    text-align: center;
    font-size: 15px;
    background-color: white;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    max-height: 89vh;
}

.reservation .select-options .date-picker .header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reservation .select-options .date-picker .header-buttons button {
    color: #dfdfdf;
    background-color: #efefef;
    padding: 2% 4% 2%;
    border: 0;
    border-radius: 8px;
    font-size: 13px;
}

.reservation .select-options .date-picker .header-buttons button i {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    padding-top: 5px;
}

.reservation .select-options .date-picker .header-buttons button.enable {
    background-color: white;
    border: 1px solid #D9D9D9;
    color: #14187E;
}

.reservation .select-options .date-picker .days-title {
    display: flex;
    justify-content: right;
    margin: 12px 0 3px;
}

.reservation .select-options .date-picker .days-title span {
    font-size: 12px;
    flex-basis: 15%;
}

.reservation .select-options .date-picker .days-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.reservation .select-options .date-picker .days-list .active {
    border: 1px solid #00c148;
}

.reservation .select-options .date-picker .days-list span {
    display: inline-block;
    text-align: center;
    flex-basis: 12.2%;
    height: 11vw;
    margin: 1%;
    border-radius: 8px;
    line-height: 2.4;
    background-color: white;
    border: 1px solid #D9D9D9;
    color: #14187E;
    position: relative;
}

.reservation .select-options .date-picker .days-list span p {
    position: absolute;
    bottom: -3px;
    font-size: 9px;
    margin: 0;
    left: 5px;
}

.reservation .select-options .date-picker .days-list span.holiday {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #f00;
}

.reservation .select-options .date-picker .days-list span.holiday.active {
    border: 1px solid #00c148;
}

.reservation .select-options .date-picker .days-list span.not-available {
    background-color: #efefef;
    color: #dfdfdf;
    border: none;
}

.reservation .select-options .date-picker .days-list span.out-of-stock {
    background-color: #efefef;
    color: #ffabaf;
    border: 1px solid #ffabaf;
}

.reservation .select-options .date-picker .days-list .empty-day {
    border: none;
    background-color: white;
}


.reservation .select-options i.ion-ios-arrow-thin-left {
    font-size: 32px;
    position: absolute;
    left: 1%;
    top: 3%;
    width: 50px;
    line-height: 50px;
}


.reservation .select-options i.ion-ios-close-empty {
    font-size: 32px;
    position: absolute;
    right: 1%;
    top: 3%;
    width: 50px;
    line-height: 50px;
}

.reservation .select-options .time-btn-box .container {
    border: 1px solid #D9D9D9;
    height: 31px;
    width: max-content;
    font-weight: bold;
    border-radius: 7px;
    color: #14187E;
    background-color: #ffffff;
    position: relative;
    display: inline-flex;
    margin-left: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    padding: 7px 6px;
    line-height: 1;
    font-size: 11px;
}

.reservation .select-options .time-btn-box .container input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.reservation .select-options .time-btn-box .container .checkmark {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 31px;
    right: -1px;
    border-radius: 8px;
}

.reservation .select-options .time-btn-box .container input:checked~.checkmark {
    border: 1px solid #00c148;
}

.reservation .select-options .continue-btn.disable {
    opacity: 0.7;
}

.reservation .select-options .continue-btn {
    width: 100%;
    border-radius: 8px;
    color: white;
    background-color: #00C148;
    padding: 4%;
    border: navajowhite;
    font-size: 15px;
    line-height: 100%;
    margin-top: 14px;
    font-weight: bold;
}

.reservation .select-options .main-header {
    margin: 0;
}

.reservation .select-options .header-description {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation .select-options .header-description i {
    font-size: 25px;
    margin-left: 10px;
}

.reservation .select-options .type-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.reservation .select-options .type-box .title {
    font-weight: bold;
    flex-grow: 1;
    text-align: right;
    font-size: 13px;
}

.reservation .select-options .type-box .updated-price {
    color: #00C148;
    flex-grow: 0.5;
    text-align: right;
    font-size: 13px;
}

.reservation .select-options .type-box .type-count-box {
    border: 1px solid #D9D9D9;
    padding: 3px 7px;
    border-radius: 5px;
}

.reservation .select-options .type-box .type-count-box i {
    font-size: 22px;
    vertical-align: sub;
    line-height: 0;
}

.reservation .select-options .type-box .type-count-box span {
    margin: 0px 4px;
    font-size: 13px;
}

.reservation .select-options .rules-box {
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    max-height: 58vh;
    overflow-y: scroll;
}
.reservation .select-options .rules-box p {
    margin: 0;
}

.reservation .select-options .accept-rule-box {
    margin-top: 10px;
    text-align: right;
}

.reservation .select-options .accept-rule-box label {
    font-weight: bold;
}

.reservation .select-options .accept-rule-box input {
    margin-left: 10px;
}
.reservation .item.resrvation-item.item-thumbnail-right {
    padding-top: 14px;
    background-color: #f6f6f6;
    border-radius: 8px;
    box-shadow: none;
}

.reservation .item.resrvation-item.item-thumbnail-right .item-image {
    top: 12px;
    border-radius: 8px;
}
.reservation .item.row-2.resrvation-item.item-thumbnail-right.item0 .item-description p{
    text-align: center;
}
.reservation .item.resrvation-item.item-thumbnail-right .item-description p,
.reservation .item.resrvation-item.item-thumbnail-right .date_of_purchase p {
    padding: 0;
    font-size: 12px;
    text-align: right;
}
.reservation .item.resrvation-item.item-thumbnail-right:first-child .date_of_purchase p {
    text-align: center;
}
.reservation .item.resrvation-item.item-thumbnail-right .item-title p {
    font-weight: bold;
}
.reservation .item.resrvation-item.item-thumbnail-right .item-description p {
    color: #a2a2a2;
}
.reservation .item.resrvation-item.item-thumbnail-right .payment-status-box,
.reservation .item.resrvation-item.item-thumbnail-right .status-box {
    display: inline-block;
    font-size: 10px;
}
.reservation .payment-status-box .payed,
.reservation .payment-status-box .pay-when-received,
.reservation .status-box .confirm {
    color: white !important;
    font-size: 10px;
    background-color: #00C148;
    padding: 2px 9px;
    border-radius: 11px;
}
.reservation .payment-status-box .un-payed,
.reservation .status-box .un-confirm {
    color: white !important;
    font-size: 10px;
    background-color: #e66454;
    padding: 2px 9px;
    border-radius: 11px;
}
.reservation .item.resrvation-item.item-thumbnail-right .status-box .cancel {
    color: #929292;
}
.reservation .item.resrvation-item.item-thumbnail-right .download-button {
    border: 1px solid #14187E;
    border-radius: 4px;
    width: 23px;
    height: 23px;
    background-color: transparent;
    color: #14187E;
    font-size: 14px;
    position: absolute;
    left: 4%;
    bottom: 9%;
}
.reservation .empty-reserve-list  p {
    color: #979797;
}
.reservation .empty-reserve-list img {
    filter: grayscale(.7);
}
.reservation .empty-reserve-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 77vh;
    flex-direction: column;
}
.reservation .reserve-alert {
    padding: 4% 2% 4%;
    background-color: #f7f0ee;
    display: flex;
    align-items: center;
    column-gap: 11px;
    box-shadow: inset 0px -1px 9px 0px #00000017;
    display: flex;
    align-items: center;
}
.reservation .reserve-alert.success {
    background-color: #EEF7EE;
}
.reservation .reserve-alert.failed {
    background-color: #f7f0ee;
}
.reservation .reserve-alert p {
    margin: 0;
}
.reservation .reserve-alert .alert-icon,
.reservation .reserve-alert .alert-desc {
    display: inline-block;
    position: relative;
}
.reservation .reserve-alert .close-alert {
    position: absolute;
    left: 2%;
    top: 1%;
    text-align: center;
    font-size: 32px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 100%;
}
.reservation .reserve-alert .alert-icon {
    width: 9%;
    vertical-align: text-bottom;
}
.reservation .reserve-alert .alert-desc {
    margin-right: 13px;
}
.reservation .reserve-alert .alert-desc .confirm-text {
    font-weight: bold;
}
.reservation .single-reserve-desc {
    padding: 4% 4% 0;
    margin: 0;
}
.reservation .reserve-alert .alert-icon i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 37px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reservation .reserve-alert .alert-icon i.ion-ios-checkmark-empty {
    background-color: #5BB318;
}
.reservation .reserve-alert .alert-icon i.ion-ios-close-empty {
    background-color: #e66454;
}
.reservation .single-reserve-header {
    padding: 2% 4% 0;
}
.single-reserve-detail {
    padding: 4% 0% 4%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    margin: 0 20px;
}

.single-reserve-detail.no-border{
    border: none;
}
.reservation .single-reserve-header .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.reservation .action-buttons {
    display: flex;
    margin: 28px 20px;
    justify-content: space-evenly;
}
.reservation .action-buttons button {
    border-radius: 6px;
    padding: 2% 6%;
}
.reservation .action-buttons button i {
    font-size: 22px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: -2px;
}
.reservation .action-buttons .share-button {
    border: 1px solid #14187E;
    background-color: transparent;
    color: #14187E;
}
.reservation .action-buttons .download-button {
    background-color: #14187E;
    color: white;
    border: none;
}
.reservation .visit-single {
    padding: 0 4%;
    font-weight: bold;
}
.reservation .visit-single a {
    text-decoration: none;
    color: black;
}
.reservation .reserve-information {
    padding: 4%;
}
.reservation .reserve-information p {
    margin: 0;
}
.reservation .reserve-information .qr-code {
    display: inline-block;
    width: 48%;
}
.reservation .reserve-information .title {
    font-weight: bold;
    margin-bottom: 4px;
}
.reservation .reserve-information a {
    text-decoration: none;
    height: 48px;
}
.reservation .reserve-information .phone {
    color: #14187e;
    margin-right: 6px;
    padding: .5% 4%;
    border-radius: 5px;
    border: 1px solid #14187e;
    font-size: 12px;
}
.reservation .map-box {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.reservation .item.active,
.reservation .item.activated,
.reservation .item-complex.active .item-content,
.reservation .item-complex.activated .item-content,
.reservation .item .item-content.active,
.reservation .item .item-content.activated {
    background-color: #f4f4f4;
}
.reservation .reserved-single-page .item-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.reservation .checkout-card {
    margin: 10px 10px;
    display: block;
    padding: 11px 10px 0px;
    box-shadow: 0px 1px 2px 2px rgb(193 191 191 / 27%);
    border-radius: 6px;
    background-color: white;
}
.date_of_purchase {
    display: flex;
}
.reservation .item-box .date_of_purchase p {
    display: inline-block;
    margin-left: 26px;
    font-size: 12px;
}
.reservation .item-box .item-title {
    font-weight: bold;
}
.reservation .item-box .item-title p {
    margin: 0;
}
.reservation .price-box {
    padding-bottom: 10px;
}
.reservation .price-box div {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}
.reservation .price-box .total-price-box {
    background-color: #f1f8e9;
    border-radius: 5px;
}
.reservation .price-box .checkout-total-price {
    color: #00C148;
}

.reservation .extra-capacity-box {
    display: block !important;
    padding: 6px 0 !important;
    margin: 3px 0 !important;
    border-top: 1px solid #f3f3f3;
}

.reservation .extra-capacity-box .extra-capacity-current,
.reservation .extra-capacity-box .extra-capacity-row,
.reservation .extra-capacity-box .extra-capacity-price-row {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.reservation .extra-capacity-box .extra-capacity-row {
    display: flex;
    align-items: center;
}

.reservation .extra-capacity-box .extra-capacity-price-row {
    margin-bottom: 0;
}
.reservation .extra-capacity-box .extra-capacity-label,
.reservation .extra-capacity-box .extra-capacity-price-title {
    display: inline-block;
    margin-bottom: 4px;
}
.reservation .extra-capacity-box .extra-capacity-current span {
    display: inline-block;
    width: 100%;
}
.reservation .extra-capacity-box .extra-capacity-price-title {
    white-space: normal;
}
.reservation .extra-capacity-box .extra-capacity-title {
    margin-bottom: 4px;
}
.reservation .extra-capacity-counter {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-right: 6px;
}
.reservation .extra-capacity-counter .btn-counter {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    text-align: center;
    line-height: 26px;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.reservation .extra-capacity-counter .btn-counter:active {
    background-color: #f2f2f2;
}
.reservation .extra-capacity-counter .counter-value {
    min-width: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.reservation .extra-capacity-price-row .extra-capacity-price {
    margin-right: 6px !important;
    color: #00C148 !important;
}

.reservation .price-part {
    display: flex;
    justify-content: center;
}
.reservation .reserve-for {
    display: flex;
    justify-content: space-between;
    border: 1px solid #D9D9D9;
    margin: 5% 10%;
    width: 80%;
    border-radius: 11px;
    position: relative;
}
.reservation .reserve-for .reserve-for-item {
    display: inline-block;
    padding: 4%;
    width: 50%;
    text-align: center;
}
.reservation .reserve-for .reserve-for-identifier {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    right: 0;
    border: 2px solid #0fc452;
    border-radius: 10px;
    transition: all .25s ease;
}
.reservation .other-box {
    display: none;
}
.reservation .reserve-for .reserve-for-identifier.other {
    right: 50%;
}
.reservation .other-box .optional-text,
.reservation .myslef-box .optional-text {
    font-size: 11px;
    color: #9e9e9e;
    margin-right: 4px;
}
.reservation .myslef-box .validation-alert,
.reservation .other-box .validation-alert {
    font-size: 12px;
    font-weight: bold;
    color: #e66454;
}
.reservation .myslef-box,
.reservation .other-box {
    padding-bottom: 13px;
}
.reservation .myslef-box input,
.reservation .other-box input {
    margin-bottom: 10px;
    padding-right: 10px;
}
.reservation .myslef-box input[type="text"],
.reservation .other-box input[type="text"] {
    width: 100%;
}
.reservation .checkout-total-price-title,
.reservation .information-title,
.reservation .gateways-title {
    font-weight: bold;
}
.reservation .disable-input {
    opacity: 0.7;
}
.reservation .bar.bar-footer.button-cart {
    height: 43px;
}
.reservation .bar.bar-footer.button-cart div {
    background-color: #0fc452;
    width: 100%;
    margin: 0;
    color: white;
}
.reservation .gateway-container {
    padding-bottom: 4px;
}
.reservation .gateways-box {
    align-items: center;
    padding: 4px 7px 6px;
    box-shadow: 0px 1px 2px 2px rgb(212 212 212 / 31%);
    border-radius: 5px;
    margin: 15px 0 7px 3px;
    display: inline-flex;
    position: relative;
    flex-grow: 1;
    width: 48%;
}
.reservation .gateways-box img {
    height: 44px;
}
.reservation .gateways-box p {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 10px;
}
.reservation .gateways-box input {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}
.reservation .gateways-box .gatewat-select-border {
    position: absolute;
}
.reservation .gateways-box input:checked ~ .gatewat-select-border {
    border: 2px solid #0fc452;
    right: -1px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 8px;
}
.loginToAccount .popup-buttons button,
.success_confirmReserve .popup-buttons button {
    border-radius: 6px !important;
    margin: 0 8px;
    padding: 0px;
    border: none;
}
.loginToAccount .popup-buttons button.button-assertive,
.success_confirmReserve .popup-buttons button.button-assertive {
    background: #a6a6a6;
}
.loginToAccount .popup .popup-buttons button.button-red-balanced {
    background: rgb(222, 1, 1);
    color: white;
    font-weight: 600;
}
ul.app-border-selection-ul li img {
    width: 50px;
}

.reservation ion-slides {
    position: absolute;
    top: 0;
    left: 0;
}

.span-ion-slides {
    display: block;
    padding-top: 57%;
}
.reservation .landing-slider img.box {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.single-reserve ion-slides,
.single-reserve .swiper-wrapper {
    position: static !important;
}

.reservation .landing-slider {
    background-image: url('data:image/gif;base64,R0lGODlhKwALAPEAAP///wAAAIKCggAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAKwALAAACMoSOCMuW2diD88UKG95W88uF4DaGWFmhZid93pq+pwxnLUnXh8ou+sSz+T64oCAyTBUAACH5BAkKAAAALAAAAAArAAsAAAI9xI4IyyAPYWOxmoTHrHzzmGHe94xkmJifyqFKQ0pwLLgHa82xrekkDrIBZRQab1jyfY7KTtPimixiUsevAAAh+QQJCgAAACwAAAAAKwALAAACPYSOCMswD2FjqZpqW9xv4g8KE7d54XmMpNSgqLoOpgvC60xjNonnyc7p+VKamKw1zDCMR8rp8pksYlKorgAAIfkECQoAAAAsAAAAACsACwAAAkCEjgjLltnYmJS6Bxt+sfq5ZUyoNJ9HHlEqdCfFrqn7DrE2m7Wdj/2y45FkQ13t5itKdshFExC8YCLOEBX6AhQAADsAAAAAAAAAAAA=');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.reservation .date-picker-title {
    font-weight: bold;
    margin-bottom: 18px;
}
.reservation .checkout-title {
    font-weight: bold;
    font-size: 12px;
}
.reservation .discount-input {
    display: flex;
    padding-bottom: 11px;
    justify-content: space-around;
}
.reservation .discount-input input {
    display: inline-block;
    padding: 0 16px 0 0;
    width: 64%;
}
.reservation .discount-input button {
    display: inline-block;
    width: 32%;
    border-radius: 6px;
    border: none;
    background-color: #dedede;
    color: black;
    padding-top: 7px;
    padding-bottom: 6px;
}
.reservation .discount-input button.disable {
    opacity: 0.7;
}
.reservation .discount-success,
.reservation .discount-error {
    padding: 5px 5px 8px;
    color: #e66454;
    font-weight: bold;
}
.reservation .discount-success {
    color: #0fc452;
}
.new-tabs-bottom .reservation .select-options,
.tabs-bottom .reservation .select-options {
    color: #464646;
    position: fixed;
    bottom: 46px;
}
.new-tabs-bottom .reservation ion-content,
.tabs-bottom .reservation ion-content {
    bottom: 50px;
}
.new-tabs-bottom .reservation ion-content.has-footer {
    bottom: 121px;
}
.tabs-bottom .reservation ion-content.has-footer {
    bottom: 95px;
}
.tabs-bottom .reservation .bar.bar-footer.button-cart {
    bottom: 47px !important;
}
.new-tabs-bottom .reservation .bar.bar-footer.button-cart,
.new-tabs-bottom .reservation .select-options {
    bottom: 77px;
}
.reservation .select-options .rules-box {
    padding: 0 3px 0;
}
ion-scroll::-webkit-scrollbar {
    display: none;
}
.reservation .item-title {
    font-weight: bold;
}
.reservation .item-image {
    background-size: cover;
}
.reservation-like-comment-parts {
    position: absolute;
    top: 8px;
    left: 12px;
}
.reservation-like-comment-parts span {
    position: relative;
    color: #cdcdcd;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}
.actions-box {
    display: flex;
    margin-left: 14px;
    margin-right: auto;
}
.actions-box i.isLiked.ion-ios-heart {
    color: #e66454;
}
.actions-box .action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 12px;
}
.action-item i,  .action-item a i{
    font-size: 24px;
    height: 32px;
}
.reservation .cancel-ticket{
    height: fit-content;
}
.reservation .cancel-ticket--btn,
.reservation .download-ticket--btn{
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: .5s;
    border: none;
}
.reservation .cancel-ticket--btn{
    border: 1px solid #DC3545;
    color: #DC3545;
    background: none;
}
.reservation .download-ticket--btn{
    color: white;
}
.reservation .cancel-ticket--btn:active,
.reservation .download-ticket--btn:active{
    border-color: red;
}
.reservation .alert-icon .canceled-icon{
    color: red !important;
}


.reservation-widget *{
    box-sizing: border-box;
 }
.reservation-widget{
    direction: rtl;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'yekan', sans-serif;
    font-size: 11px;
}
.reservation-widget.ticket-card--holder{
    font-family: IRANYekan, "tahoma", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.reservation-widget .field-title{
    color: gray;
    font-size: 11px;
}
.reservation-widget .field-content{
    color: rgb(37, 37, 37);
    font-weight: 600;
    margin: 10px 0;
}
.reservation-widget .buttons-holder{
    margin: 30px 0 60px 0;
    width: 95%;
    max-width: 700px;
    display: flex;
    gap: 10px;
}
.reservation-widget .btn{
    padding: 10px 20px ;
    border-radius: 5px;
    border: none;
    background: none;
    font-weight: 800;
    font-family: 'yekan', sans-serif;
}
.reservation-widget .filled-btn{
    padding: 10px 20px ;
    border-radius: 5px;
    border: none;
    font-weight: 800;
    font-family: 'yekan', sans-serif;
    background: rgb(240, 51, 51);
    color: white;
}
.reservation-widget .filled-btn:disabled{
    background: rgba(253, 0, 0, 0.268);
}
.reservation-widget .bordered-btn{
    padding: 10px 20px ;
    border-radius: 5px;
    background: none;
    font-weight: 800;
    font-family: 'yekan', sans-serif;
    border: 1px solid rgb(201, 201, 201);
    color: rgb(170, 170, 170);
}
.reservation-widget .status-alert{
    width: 95%;
    max-width: 700px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 20px 0 10px 0;
}
.reservation-widget .status-alert.active{
    background-color: #dff0d8;
    color: #5e9479;
}
.reservation-widget .status-alert.deactive{
    background-color: #f8d7da;
    color: #a5715e;
}
.reservation-widget .ticket-card{
    border: 2px dotted rgb(200, 200, 200);
    width: 95%;
    max-width: 700px;
    padding: 10px;
}
.reservation-widget .ticket-card--top{
    width: 100%;
    padding: 64px 0;
}
.reservation-widget .ticket-card--bottom{
    width: 100%;
    padding: 10px 0;
}
.reservation-widget .ticket-card--top{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px dotted rgb(201, 201, 201);
}
.reservation-widget .ticket-card--top img{
    height: 100%;
}
.reservation-widget .ticket-card--bottom--box{
    border: 2px solid gray;
    width: 100%;
}
.reservation-widget .right-holder{
    border-left:  2px dotted rgb(201, 201, 201);
}
.reservation-widget .right-holder .reservatore-name{
    border-bottom: 2px dotted rgb(201, 201, 201);
    padding: 5px 10px;
}
.reservation-widget .right-holder .qr-holder{
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
.reservation-widget .right-holder .qr-holder img{
    width: 95%;
    max-width: 50px;
}
.reservation-widget .left-holder .row-field{
    min-height: 60px;
    padding: 5px;
}
.reservation-widget .left-holder .row-field:not(:last-child){
    border-bottom: 2px dotted rgb(201, 201, 201);
}
.reservation-widget .row-field.ticket-num-holder{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.show-success-revoke{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

@media (min-width: 900px) {
    .reservation-widget .ticket-card--top{
        height: 200px;
    }
    .reservation-widget{
        font-size: 15px;
    }
    .reservation-widget .field-title{
        font-size: 14px;
    }
    .reservation-widget .left-holder .row-field{
        padding: 10px;
    }
}

.reservation .action-item a {
    text-decoration: none;
    display: contents;
}
.reservation .comment-message {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	white-space: normal;
}
.reservation .suggest-item.not-sure {
    color: #989898;
}
.reservation .suggest-item.not-suggested {
	color: #e66454;
}
.reservation .suggest-item.suggested {
	color: #2ecc71;
}
.reservation .suggest-item {
    font-size: 11px;
    display: flex;
    align-items: center;
}
.reservation .suggest-item i {
    line-height: 10px;
	font-size: 17px;
}
.reservation .suggest-item span {
    margin-right: 5px;
}
.reservation .comment-box-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.reservation .comment-author,
.comment-box-header p {
    font-size: 11px;
    color: #989898;
}
.reservation .comment-box-title a {
    text-decoration: none;
    font-weight: normal;
    background-color: #f6f6f6;
    padding: 2px 10px;
    border-radius: 16px;
    font-size: 12px;
}
.reservation .comment-box-title a i {
    margin-left: 3px;
}
.reservation .comment-box.item {
	width: 208px;
	margin: 0 8px;
	border-radius: 10px;
	border: none;
	padding: 8px 13px;
	background-color: #f7f6f6;
	margin-left: auto;
	display: inline-block;
	height: 160px;
}
.reservation .show-all-comments {
    margin: unset;
    margin-right: 4px;
    border-radius: 19px;
    padding-right: 9px;
    background-color: #f7f6f6;
    width: 105px;
    padding-top: 17px;
    height: 160px;
    border: none;
    padding-left: 12px;
    display: inline-block;
    text-align: center;

}
.reservation .special-offers .see-more {
    font-size: 12px;
    text-decoration: none;
}
.reservation .show-all-comments i {
	display: inline-block;
    font-size: 38px;
    border: 1px solid #989898;
    width: 50px;
    height: 50px;
    line-height: 60px;
    border-radius: 50%;
    color: #989898;
    margin-bottom: 16px;
	margin-top: 23px;
}
.reservation .show-all-comments span {
    display: block;
    color: #989898;
    font-size: 12px;
}
.reservation .products-row div.rtl {
	direction: rtl !important;
	display: inline-block;
}
.reservation .products-row div {
	direction: ltr !important;
	text-align: right;
}
.reservation .flex-grow-1 {
    flex-grow: 1;
    width: 100%;
}
.reservation .flex-list {
    white-space: nowrap;
    overflow-x: hidden;
    direction: rtl;
}
.reservation .horizontal-comment-box {
    margin-top: 17px;
    background-color: #fbfbfb;
}
.reservation .comment-box-title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
	margin-top: 8px;
	padding: 13px 13px 13px;
}
.reservation .item-complex .item-content {
	background: inherit;
	padding: 0 0 10px 0;
	position: relative;
    z-index: 2;
}
.reservation a.item-content {
    display: block;
    color: inherit;
    text-decoration: none;
}
@media only screen and (min-width: 600px){
    .reservation .select-options {
        bottom: 13%;
        right: 17%;
        left: 17%;
        border-radius: 15px;
    }
    .reservation .select-options .date-picker .days-list span {
        height: unset;
    }
    .reservation .select-options .continue-btn {
        padding: 2%;
    }
    .reservation .reserve-card .reserve-button {
        padding: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .reservation .reserve-card span {
        margin-bottom: 0;
    }
    .reservation .layoutD.item {
        padding: 5% 6% 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .reservation .select-options {
        max-width: 500px;
        padding: 1%;
        right: 50%;
        transform: translateX(50%);
    }
    .reservation .select-options .date-picker .days-list span {
        height: unset;
    }
    .reservation .bar.bar-footer.button-cart div {
        max-width: 500px;
        right: 50%;
        left: unset;
        transform: translateX(50%);
    }
}
