#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#fe8740;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}


.pick-up-del-box {
    border: 2px solid #432995;
    display: inline-block;
    border-radius: 0 100px 100px 0;
    margin: 0 0 0 -14px;
    position: relative;
    padding: 10px 30px 10px 82px;
}

.pick-up-del-box img {
    position: absolute;
    left: 15px;
    bottom: -11px;
    height: 59px;
}

.pick-up-del-box span {
    color: #432995;
}
.hc-nav-trigger.hc-nav-1, .hc-nav-trigger {
    display: block !important;
}

.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal-backdrop{
    z-index: 10;
}
.gmnoprint {
    display: none;
}

.pac-container.pac-logo.hdpi {
    z-index: 9999999999999;
}

/* new 2025 */
::-webkit-scrollbar {
    height:3px;
}

::-webkit-scrollbar-thumb:horizontal{
    background-color: rgba(0, 0, 0, .15);
        -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
        box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    border-radius: 7px;
}

.col-xs {
    width: 120px;
    min-width: 120px;
}

.close-tag{
    position: absolute;
    right: 14px;
    left: 14px;
    background: #ffe8df !important;
    max-width: 470px;
    margin: 3px auto 0 auto;
}

/* Listing */
.listing-left {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
}

.listing-navbar img{
    width: 30px;
}

.osahan-item-sidebar .nav-link {
    padding: 0px;
    position: relative;
    margin: 7px 0px;
    border: none;
    background: no-repeat;
}

.osahan-item-sidebar .nav-link img {
    height: 45px;
    width: 45px;
    object-fit: contain;
    padding: 3px;
}

.osahan-item-sidebar .nav-link p {
    color: #000000;
    font-size: 11px;
    line-height: 14px;
}

.osahan-item-sidebar .nav-link.active p {
    color: #ed6337;
}
.osahan-item-sidebar .nav-link.active {
    background: none;
}

.osahan-item-sidebar .nav-link.active:after {
    content: "";
    position: absolute;
    width: 6px;
    background: #ed6337;
    top: 0;
    bottom: 0;
    right: -10px;
    border-radius: 9px;
}

.osahan-item-sidebar .nav-link.active img {
    background: #ffe9e2 !important;
}

.border-end {
    border-right: 1px solid #EAF1F5 !important;
}

.border-bottom {
    border-bottom: 1px solid #EAF1F5 !important;
}

.g-0 .col-6 {
    padding: 0;
}

.row.g-0 {
    margin: 0px;
}

.osahan-badge {
    font-size: 8px;
    letter-spacing: 0.4px;
    line-height: 10px;
    padding: 5px 4px 4px 4px;
    border-radius: 0 0 6px 6px;
}

.top-0 {
    top: 0 !important;
}
.osahan-offer-banner-2 {
    height: 112px;
}
/* End new */


/* Categoriest section start*/
.home-ser {
    min-height: 110px; /* increase to the height you want */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Categoriest section End*/

/* Coupon Name Start*/
.cmain {
   background: rgb(248, 248, 248);
   border: 0.1rem solid rgb(207, 207, 207);
   box-sizing: border-box;
   display: flex;
   -webkit-box-pack: justify;
   justify-content: space-between;
   height: 34px;
}

.cmain-t {
   font-size: 13px;
   color: rgb(0 0 0);
   letter-spacing: 0.2rem;
   font-weight: bold;
   text-transform: uppercase;
   border-width: 0.1rem;
   border-color: rgb(207, 207, 207);
   border-image: initial;
   border-style: none dashed none none;
   height: 33px;
   margin: 0px !important;
   padding: 6px 8px 2px 17px;
}

.cmain-l {
   width: 2rem;
   height: 100%;
}

.cmain-ll {
   width: 0.6rem;
   height: 1.3rem;
   background: rgb(255, 255, 255);
   border-top: 0.1rem solid rgb(207, 207, 207);
   border-right: 0.1rem solid rgb(207, 207, 207);
   border-bottom: 0.1rem solid rgb(207, 207, 207);
   border-image: initial;
   box-sizing: border-box;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   border-left: none;
   border-radius: 0px 0.8rem 0.8rem 0px;
   left: 0px;
}

.cmain-lr {
   width: 0.6rem;
   height: 1.3rem;
   background: rgb(255, 255, 255);
   border-top: 0.1rem solid rgb(207, 207, 207);
   border-bottom: 0.1rem solid rgb(207, 207, 207);
   border-left: 0.1rem solid rgb(207, 207, 207);
   border-image: initial;
   box-sizing: border-box;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   border-right: none;
   border-radius: 0.8rem 0px 0px 0.8rem;
   right: 0px;
}
/* Coupon Name End*/

/**************** Sucess/Error Message Start *********************/

.flash-message {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-radius: 12px;
    margin: 12px 15px;
    font-size: 14px;
    position: relative;
}

.flash-message.success {
    background: #e6f9f0;
    border-left: 4px solid #28a745;
    color: #1e7e34;
}

.flash-message.error {
    background: #fdecea;
    border-left: 4px solid #dc3545;
    color: #b02a37;
}

.flash-message.warning {
    background: #fdecea;
    border-left: 4px solid #fe8541;
    color: #b02a37;
}

.flash-icon {
    margin-right: 10px;
    font-size: 15px;
}

.flash-text {
    flex: 1;
}

/* ✅ Rounded Close Button */
.flash-close {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    color: #666;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

/* Hover Effect */
.flash-close:hover {
    background: rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

/**************** Sucess/Error Message End *********************/