 .allstorelink {
        color: red;
        position: relative;
}
.form-popup {
    display: none;
    position: absolute;
    bottom: 84px;
    /* right: 15px;*/
    border: 3px solid white;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: start;
    background-color: white;
    width: 68%;
}
.orderlink {
    padding: 4px 12px;
    font-weight: 600;
    background-color: red;
}
.tech_btn{
    background-color: red;
    border-color: red;
}
.tech_btn:hover, .tech_btn:active, .tech_btn:focus {
    background-color: #c00707 !important;
    border-color: #c00707 !important;
    box-shadow: none !important;
}
.btnremove {
    border: none;
    background: none;
   
    color:grey;
}
.offrbtn {
    background-color: white;
    opacity: 0.75;
   
    text-align: end;
}
.findstore{
    color:white;
    background-color:red;
    border-color:red;
    font-weight:700;
}
.storerw {
    overflow-y: auto;
    max-height: 460px;
}
.required {
    color: red;
}
.agent-order-form .col-6 {
    margin-bottom: 5px;
}
.agent_menu {
    margin-top: 30px;
    position: fixed;
    left: 0;
    right: 0;
    background: #E7E7E7;
    z-index: 99;
    padding-top: 8px;
    padding-bottom: 8px;
    top: 24px;
}
.agent_menu li a:after, .agent_menu li.more_btn .a:after {
    display: none !important;
}
.agent_menu hr {
    display: none;
}
.agent_menu .menu_nav.fixed_navigation {
    top: 0;
    position: relative;
    background: transparent;
}
.agent_menu .menu_nav.fixed_navigation:before, .agentorder .product_modal .modal-body img.img-fluid {
    display: none;
}
.agent_menu .menu_nav.fixed_navigation ul {
    padding: 0;
}
body.agentorder {
    padding-top: 100px;
}
.agent_menu .menu_nav ul li.active, .agent_menu .menu_nav ul li:hover {
    background: #1b1515;
}
.agent_menu .menu_nav ul li {
    padding: 8px 10px;
}
.agent_menu .menu_nav ul li.active a {
    color: #fff;
}
.agent_menu .menu_nav ul li {
    background: #6c6a6a;
}
.agent_menu .menu_nav ul li a, .agent_menu .menu_nav ul .main-item.a {
    color: #fff;
}
.agent_menu .more-container {
    padding: 0;
    max-width: 325px;
}
.agent_menu .more-container ul.sub-menu {
    list-style: none;
}
.agent_menu .more-container ul.sub-menu li {
    padding-left: 15px;
}
.agentorder .menu_items {
    display: none;
}
.agentorder .menu_items .col-md-12 {
    /*visibility: hidden;*/
}
.agent_menu .more-container a {
    width: 100%;
    display: block;
}
.agentorder .menu_items:first-child {
    display: flex;
}
.agent_hidden{
    display: none;
}
.agent_menu{
    margin-left: 0;
}
.agent_menu.content_width {
    max-width: 75%;
}
.agent_menu .store_menu {
    display: inline-block;
    justify-content: unset;
}
.agent_menu .store_menu li {
    width: auto;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.agentorder span.main-item.a .fa-angle-down {
    right: 25px;
}
.agentorder .agent_menu .store_menu  .more-container li {
    display: block;
}
.agentorder .menu_items_grid p.item_head {
    font-size: 20px;
}