#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}
#cookie-consent-banner button {
    margin: 0 5px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}
#cookie-consent-banner .bg-green-500 { background-color: #22c55e; }
#cookie-consent-banner .bg-gray-500 { background-color: #6b7280; }
/*end*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.4;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
}
#loading-image {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.cpn-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}
.cpn-overlay.active {
    visibility: visible;
    opacity: 1;
}
/* Popup box */
.cpn-box {
    position: relative;
    background: #fff;
    width: 58%;
    max-width: 90%;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.cpn-box img {
    width: 50%;
    object-fit: cover;
}
.cpn-content {
    padding: 20px;
    flex: 1;
}

.cpn-content h2 {
    margin-top: 0;
    font-size: 22px;
    line-height: 27px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

#cpn-form p{
    font-size: 15px;
    line-height: 23px;
}

.cpn-content input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cpn-content button {
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    background: #269c53;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

/* Close button */

.cpn-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    transition: color 0.2s;
    z-index: 999;
    cursor: pointer;
}

.cpn-close:hover {
    color: red;
}
/* Coupon box */
.cpn-coupon-box {
    display: none;
    text-align: center;
    margin-top: 20px;
    border: 1px dashed #666;
    padding: 15px;
    border-radius: 6px;
    font-size: 18px;
    background: #f9f9f9;
}
.cpn-code {
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}
.cpn-copy-btn {
    cursor: pointer;
    font-size: 18px;
    padding: 5px 10px;
    border: none;
    background: #333;
    color: white;
    border-radius: 4px;
}

.main-footer .social-links li a{
    padding-top: 10px;
}
/*.preloader-close{
padding-top: 13px;
}*/
.search_main {
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 58px;
    z-index: 9;
    padding: 20px 32px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #33333363;
    max-height: 400px;
    overflow-y: auto;
}
.hspro_search_list a {
    float: left;
    width: 100%;
    font-size: 14px;
    background: #f4f4f4;
    margin: 3px 0px;
    padding: 5px 10px;
    color: #333;
    border-radius: 100px;
    transition: all 500ms ease;
}
.hspro_search_list a:hover{
    transition: all 500ms ease;
    background: #ccc;
    color:#000;
}


.main-header .search-area{
    width: 280px;
}

.pincod_wrp {
    float: left;
    width: 150px;
    margin-left: -151px;
    background: #fff;
    height: 56px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}


.pincod_wrp input {
    float: left;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}
.main-header .search-area .search-box .form-group input[type='search']{
    height: 56px;
}
.main-header .search-area .search-box .form-group button[type='submit'] {
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 10px;
}
.main-header .search-area {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pincod_wrp svg {
    float: right;
    margin-top: -38px;
    width: 20px;
    margin-right: 4px;
}
.click_postcode_input{
    cursor: pointer;
}
.option-list .icon-7{
  line-height: 2 !important;
}
.item-quantity-selector {
  right: 20px !important;
}

.main-header .search-area .search-box .form-group input[type='search']{
    padding-left: 10px;
}

/*______________________________________________________________________________________________*/
/*______________________________________________________________________________________________*/
/*______________________________________________________________________________________________*/







@media (max-width:1280px) {

    .main-header .search-area {
        width: 230px;
        margin-left: 10%; 
    }

}


@media (max-width:1024px) {

    .main-header .search-area {
        width: 230px; 
        margin-left: 10%; 
    }

    .logo_main {
    float: left;
    width: 90px !important;
    margin-bottom: -20px;
    margin-top: -5px;
}
.mnch_text {
    float: left;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    margin-left: 5px;
    margin-top: 10px;
    font-weight: 500;
}

}





@media screen and (max-width: 900px) {
  
 

  .main-header .search-area {
    width: 200px;
}

.main-header .search-area .search-box .form-group input[type='search']{
    padding: 10px 60px 10px 25px;
}

.mnch_wrp{
    float: right;
}

.mnch_icon{
    float: right;
}

.mnch_text {
        text-align: right;
        margin-left: 0px;
        margin-right: -4px;
        margin-top: 8px;
        font-size: 13px;
        line-height: 17px;
    }






}



@media screen and (max-width: 768px) {

.handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 5px;
    }

    
    .cpn-box {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 90%;
    display: inline-block;
}

.cpn-box img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}






    .main-header .header-lower, .header-upper{
     
        float: left;
        width: 100%;
    }



.main-header .search-area {
        width: 100%;
        float: left;
        border-radius: 100px;
        margin-left: 0px;
        margin-top: 20px;
    }

    .main-header .search-area .search-box {
    width: 100%;
    /* background: red; */
    border-radius: 100px;
    overflow: hidden;
}

.pincod_wrp {
    float: left;
    width: 35%;
    margin-left: 0px;
    background: #fff;
    height: 56px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.header-upper .search-box form{
        float: left;
    width: 65%;
    margin-left: 0%;
    border-left: 1px solid #269c53;
}

.main-header .search-area .search-box .form-group input[type='search'] {
        padding: 2px 60px 2px 25px;
        height: 48px;
    }

    .pincod_wrp{
        height: 48px;
    }


.main-header .search-area .search-box .form-group button[type='submit'] {
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 4px;
}




    }


@media screen and (max-width: 640px) {

    .mnch_wrp {
       
        margin-top: -6px !important;
    }

    .logo_main {
        float: left;
        width: 90px !important;
        margin-bottom: -20px;
        margin-top: -14px;
    }



    .pincod_wrp svg{
        display: none;
    }

    .main-header .search-area {
        width: 100%;
        float: left;
        border-radius: 100px;
        margin-top: 00px;
        margin-bottom: -10px;
        margin-left: 0px;
    }

    .cpn-content h2 {
    
    margin-bottom: 00px;
    margin-top: -10px;
}


}


@media screen and (max-width: 420px) {

    .mnch_text {
        text-align: right;
        margin-left: 0px;
        margin-right: 00px;
        margin-top: 9px;
        font-size: 13px;
    }

    .pincod_wrp svg{
            display: none;
    }

    


    }


    @media screen and (max-width: 400px) {

    .mnch_text {
        text-align: right;
        margin-left: 0px;
        margin-right: 00px;
        margin-top: 9px;
        font-size: 12px;
    }


}


