@font-face {
    font-family: 'Dinamit';
    src: url('../fonts/Dinamit Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dinamit';
    src: url('../fonts/Dinamit ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dinamit';
    src: url('../fonts/Dinamit Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dinamit';
    src: url('../fonts/Dinamit Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dinamit';
    src: url('../fonts/Dinamit Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Dinamit";
}

.sl-container {
    display: flex
}


.sl-list {
    width: 40%;
    height: 500px;
    overflow: auto;
    margin-top: 10px;
    font-family: "Dinamit", serif;
}

#map {
    width: 60%;
    height: 500px;
    border-radius: 20px;
    margin-top: 20px;

}

#sl-app .item {
    font-family: "Dinamit", serif;
    border-bottom: 1px solid #ddd;
    border: 1px solid #F8F8F8;
    background: #F8F8F8;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 8px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

#sl-app .item .title {
    font-size: 16px;
    font-weight: 400;
}

#sl-app .item .status-div {
    font-size: 12px;
    font-weight: 200;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

#sl-app .item .status-div .status-badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}

#sl-app .item .address {
    margin-top: 5px;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;

    line-height: 1.8;
    color: #102335;
    text-decoration: none;
    display: inline-block;
}

.sl-container .item .view-number,
.sl-single-showroom .view-number {
    font-size: 15px;
    margin-top: 15px;
    vertical-align: middle;
    margin-bottom: 15px;

}

.sl-container .item .view-number span,
.sl-single-showroom .view-number span {
    text-decoration: underline;
    text-decoration-thickness: auto;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.sl-container .item .view-number i,
.sl-single-showroom .view-number i {
    font-size: 18px;
    vertical-align: middle;
}

.closed {
    background: #d2000d;
}


.item:hover {
    background: none !important;
    transition: .5s;
}

.actions {
    margin-top: 8px;
    display: flex;
    gap: 8px
}

.btn {
    padding: 6px 10px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff
}

.notice-btn {
    background: #0073aa
}

.actions .notice-btn.deselect-btn {
    background: #0073aa !important;
    color:white !important;
}

.book-btn {
    background: #28a745
}

.actions .btn i:before {
    display:none !important;

}

#sl-app {
    width: 100% !important;
    max-width: 100% !important;
}

.sl-top {
    padding: 25px;
    border-radius: 76px;
    display: flex;
    background: #F8F8F8;
    justify-content: space-between;
    gap: 25px;
}

.sl-top #search {
    font-family: "Dinamit", serif;
    border-radius: 30px;
    padding: 16px 16px 12px;
    font-size: 14px;
    border: unset;
    background-color: #fff;
    color: #002c57;
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .12);
    font-weight: 400 !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sl-top #searchBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: "Dinamit", serif;
    background-color: #96C9D4;
    color: #102335;
    border: 1px solid #96C9D4;
    height: unset;
    padding: 12px 16px 10px;
    border-radius: 30px;
    text-transform: none;
}

.sl-top #searchBtn i {
    margin-left: 4px;
    font-size: 24px;
}

.sl-top #or {
    padding-top: 15px;
    font-size: 15px;
}

#geo {
    min-width: 160px;
    font-family: "Dinamit", serif;
    background-color: transparent;
    color: #102335;
    border: 1px solid #102335;
    height: unset;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 12px !important;
    text-transform: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#geo i {
    margin-left: 4px;

}

#geo:hover {
    background-color: transparent;
    border-color: #ba4e8e;
    color: #ba4e8e;
}

.btn.book-btn {
    background: #ba4e8e;
    color: white;
    border-color: #ba4e8e;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 16px;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.btn.book-btn i,
.btn.notice-btn i {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 4px;
    font-weight: bold;
}

.btn.book-btn:hover {
    background: white;
    border: 1px solid #ba4e8e;
    color: #ba4e8e;
    transition: .5s;
}

.btn.notice-btn {
    background: transparent;
    color: #102335;
    border: 1px solid #102335;
    padding: 11px 16px;
    border-radius: 50px;
    font-size: 10px;
    text-align: center;
    display: flex;
    font-weight: bold;
}

.btn.notice-btn:hover {
    background: transparent;
    border-color: #ba4e8e;
    color: #ba4e8e;
}
.actions .btn.notice-btn.deselect-store {
    background: #0073aa !important;
    color:white !important;
}

.status-badge {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}

.status-badge.open {
    background: #28a745;
}

.status-badge.closed {
    background: #dc3545;
}

.sl-show-map {
    display: none;
    text-align: center;
    font-size: 13px;
    margin: 25px auto 10px;
    font-weight: 500;
    text-decoration: underline !important;
    text-decoration-thickness: auto !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px !important;
    cursor: pointer;
}


.sl-single-showroom {
    display: flex;
    gap: 30px;
    margin: auto;
    padding: 25px 70px;
}

.sl-single-showroom .sl-single-image {
    width: 40%;
}

.sl-single-showroom .sl-single-image img {
    width: 100%;
    height: 100%;
}

.sl-single-showroom .sl-single-content {
    width: 60%;
}

.sl-single-showroom .sl-single-title {
    font-size: 26px !important;
}

.sl-single-showroom .sl-single-tagline {
    font-size: 14px !important;
}

.sl-single-showroom .sl-two-sides {
    display: flex;
    gap: 30px;
    margin-top: 15px;
    justify-content: space-between;
}

.sl-single-showroom .status-div {
    font-size: 13px !important;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

hr {
    height: 1px;
    margin: 24px 0;

    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.underline {
    text-decoration: underline !important;
    text-decoration-thickness: auto !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px !important;
}

.sl-contact-details {
    width: 40%;
}

.sl-single-showroom .sl-contact-details h3,
.sl-single-showroom .sl-opening-times h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.rtl .sl-single-showroom .sl-contact-details h3, .rtl
.sl-single-showroom .sl-opening-times h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.rtl .sl-single-showroom .sl-contact-details .view-number, .rtl .sl-single-showroom .sl-contact-details .email {
    font-weight:600 !important;
}

.rtl .sl-single-showroom .sl-contact-details .view-number a, .rtl .sl-single-showroom .sl-contact-details .email a{
    color:#102335 !important;
}

.rtl .sl-single-showroom .sl-contact-details .view-number span{
    direction:ltr;
    text-align: right;
}

.sl-single-showroom .sl-contact-details .address {
    font-size: 14px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.8;
    color: #102335;
}

.sl-single-showroom .sl-contact-details .view-number,
.sl-single-showroom .sl-contact-details .email {
    font-size: 13px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500 !important;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sl-single-showroom .sl-contact-details .view-number i,
.sl-single-showroom .sl-contact-details .email i {
    font-size: 18px;
    margin-right: 8px;
}

.sl-single-showroom .whatsapp img {
    width: 30px !important;

}

.sl-opening-times {
    width: 60%;
}

.sl-single-showroom .sl-opening-times table {
    font-size: 12px;
    width: 100%;
    text-align: left;
}

.sl-single-showroom {
    margin-bottom: 100px;

}

.rtl .sl-single-showroom .sl-opening-times table {
    font-size: 14px;
    width: 100%;
    text-align: right;
}

.sl-single-showroom .sl-opening-times table td {
    font-size: 13px !important;
    padding: 8px 8px 8px 8px;
    letter-spacing: 1.5px;
    word-spacing: 5px;
}

.sl-single-showroom .sl-opening-times table tr:nth-child(2n) {
    background: #f6f6f6;
}

@media screen and (max-width: 768px) {
    .sl-show-map {
        display: block;
    }

    .sl-container {
        flex-direction: column-reverse;
        display: none;
    }

    .sl-top {
        flex-direction: column;
        gap: 15px;
        border-radius: 20px;
        text-align: center;
    }

    .sl-top #or {
        padding-top: 0;
    }

    .sl-top #search {
        width: auto;
    }

    #map {
        width: 100%;
        border-radius: 0px;
        height: 300px;
    }

    .sl-list {
        width: 100%;
        height: 100%;
    }

}


.rtl #sl-app .item {
    margin-left: 10px;
    margin-right: unset;

}

.rtl #sl-app #searchBtn i {
    transform: rotate(180deg);
}

.rtl #sl-app .sl-top #geo {
    flex-direction: row-reverse;
    margin-right: 4px;
}

.rtl #sl-app .actions a i {
    transform: rotate(180deg);
    margin-left: unset;
    margin-right: 4px;
}

.rtl #sl-app .actions a {
    text-decoration: none !important;
}

.rtl #sl-app .item .view-number {
    direction: ltr;
    text-align: right;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
}

.rtl #sl-app .item .view-number i {
    margin-right: unset;
    margin-left: 4px;
}

@media screen and (max-width: 1024px) {
    .sl-single-showroom {
        flex-direction: column;
    }

    .sl-single-showroom .sl-single-image {
        width: 100% !important;
    }

    .sl-single-showroom .sl-single-content {
        width: 100% !important;
    }

    .sl-single-showroom .sl-two-sides {
        flex-direction: column;
        gap: 20px;
    }

    .sl-single-showroom .sl-contact-details,
    .sl-single-showroom .sl-opening-times {
        width: 100% !important;
    }

    .sl-single-showroom .sl-single-content .sl-two-sides .actions {
        flex-direction: column;
    }

    .sl-single-showroom .sl-single-content .sl-two-sides .actions .btn.book-btn {
        width: 100%;
        text-align: center;
        display: block;
    }
}