﻿
.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.temp-modal-bg {
    background: rgba(7,18,46,.3215686274509804);
    border: 1px solid #6d7484;
    border-radius: 20px;
}

.skeleton-loader {
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
}

.skeleton-header {
    width: 100%;
    height: 40px;
    background-color: rgba(7,18,46,.2215686274509804);
    margin-bottom: 15px;
    padding: 35px
}

.skeleton-body .skeleton-line {
    width: 100%;
    height: 20px;
    background-color: rgba(7,18,46,.1215686274509804);
    margin-bottom: 10px;
    padding: 20px;
}

.skeleton-secondary-line {
    width: 100%;
    height: 10px;
    background-color: rgba(7,18,46,.1215686274509804);
    margin-bottom: 5px;
    padding: 10px;
}

.todays-hours {
    cursor: pointer;
}

.map_modal_class {
    margin: 0 auto;
    max-width: 310px;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

.modal-content{
    overflow: hidden
}

#imageModal {
    margin-top: 59px
}

.quickview {
    position: absolute;
    bottom: 3px; /* Position 3px from the bottom */
    right: 3px; /* Position 3px from the right */
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: 200px 0;
    }
}

.skeleton-loader {
    animation: shimmer 1.5s infinite linear;
    background: #f0f0f0;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    opacity: 0.5
}

@media (max-width: 992px) {
    .modal-dialog {
        margin-top: 75px;
    }
}
