#expressbee-logo {

    padding-left: 10px;
    padding-top: 50px;
}

.os-wrapper {

    max-width: 480px;
    


}

.os-hero {

    background-image: url("/assets/img/image.jpg");
    background-size: cover;
    height: 30vh;


}

.merchants {

    padding-left: 10px;
    padding-right: 10px;
}

.merchant-image img {

    width: 75px !important;
    height: 75px !important;
    border-radius: 0 !important;
    object-fit: cover;

}

#merchantlist {

    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;

}

.merchantitem {

    border: 1px solid #919191;
    padding: 2px;
    width: 32%;

}

.merchantitem img {
    width: 100%;
    overflow: hidden;
}

.header-title {
    padding-top: 20px;
    padding-left: 10px;

}

.header-title h2 {

    font-size: 24px;

}

/* Styles for the modal */
.modal {
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 95%;
    position: relative;
     top: 50%;
    transform: translateY(-50%);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.order-form {

    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.order-button {

    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #0bdd12;
    box-shadow: 0px 0.5px 0.5px #EFEFEF, 0px 1px 0.5px rgba(239, 239, 239, 0.5);
    border-radius: 12px;
    border: 0;
    outline: none;
    color: #050505;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);


}


.footer-links ul li {

    color: #454545;
    font-size: 16px;
    list-style-type: none !important;


}

.footer-links li {

    margin-bottom: 8px;

}

.social-footer {

    text-align: center;
    margin-top: 20px;

}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

/* background-color: rgb(255, 255, 255); */
  background-color: rgb(255, 255, 255);
   background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.merchant-title {

    display: flex;
    flex-direction: column;
    align-items: center;
}

.delivery-fee {

    width: 200px;
    font-size: 14px;
    background: #f0f0f0;
    border-radius: 6px;

}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.owl-nav {
    
    position: absolute;
    top: 50%;
    display: flex;
    width: 100%;
    /* justify-content: space-around; */
    padding-left: -100px;


}

.owl-prev {
    
    margin-right: 80%;
    margin-left: 8%;

}
