#av_bussiness_reference {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#av_bussiness_reference_notification {
    visibility: hidden;
    width: 100%;
    color: #6C8B00;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    z-index: 1;
    bottom: -30px;
    font-size: 14px;
  }
  
  #av_bussiness_reference_notification.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: -30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: -30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
from {bottom: -30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
from {bottom: -30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

input#bussiness_reference {
    border-radius: 20px !important;
    text-align: center;
}

input#bussiness_reference:focus {
    outline: none !important;
    border-color: #906D4F;
}

#av_bussiness_reference form {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.av_bussiness_reference_tilte {
    padding-top: 1.25rem;
    border-top: 1px solid #ddd;
    text-transform: none !important;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #352E28;
    margin-top: 1.25rem;
}

#av-header-menu-button {
    background-color: #352e28;
    border-radius: 50%;
    border: none !important;
    height: 41px;
    width: 41px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
}

#av-header-menu-button:hover {
    background: #F0EFEF;
    border-color: #F0EFEF;
    color: #352e28;
}

#av-categories-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    /* display: flex; */
    align-items: center;
    justify-content: end;
    display: none;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

#av-close-area {
    width: 100%;
    height: 100%;
    display: none;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

#av-categories-modal {
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 1.25rem;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}

#av-categories-modal::-webkit-scrollbar {
    display: none;
}

#av-categories-modal .av-categories {
    padding: 0 !important;
    margin: 0 !important;
}

#av-categories-modal #av-user-menu {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

#av-categories-modal #av-user-menu #av-user-menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    font-weight: bold;
    color: #352e28;
}

#av-categories-modal .av-categories .av-parent-category-link,
#av-categories-modal .av-categories .av-child-category-link,
#av-categories-modal #av-user-menu ul li a {
    border-top: 0.3px solid #5E2B00;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #352e28;
    font-weight: normal;
    margin: 0;
    display: flex;
}

#av-categories-modal .av-categories .av-active{
    color: #906D4F !important;
}

#av-modal-close-container {
    padding: 0;
}

#av-modal-close {
    cursor: pointer;
    border: none;
    padding: 10px;
    float: right;
    border-radius: 5px;
    background: #FFFFFF;
}

#av-modal-close img {
    width: 24px;
    height: 24px;
}

.av-custom-price-type {
    font-size: 12px;
}

#marvi93-shop-closed-notice {
    background-color: rgba(255, 154, 82, 0.3);
    border-color: #ff9a52;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #352E28;
}

#marvi93-shop-closed-notice p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

.av-estimated-delivery {
    margin-bottom: 0 !important;
    border-left: 2px solid #F0EFEF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #906D4F;
    padding: 10px 15px;
}

.av-product-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .av-product-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #av-categories-modal {
        background: #FFFFFF;
        height: 100%;
        width: 350px;
        box-shadow: 50px 50px 50px 50px rgba(0, 0, 0, 0.5);
    }

    #av-close-area {
        width: 100%;
        height: 100%;
        display: block;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .av-product-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .av-product-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .av-product-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}