.akshar-logo a img {
    height: 100px !important;
}

.gshop-navmenu ul li i {
    line-height: 3 !important;
}

.gshop-navmenu ul {
    font-family: Inter, sans-serif !important;
}

.gshop-navmenu>ul>.has-submenu>ul {
    background-color: #fff !important;

}

.offcanvas_menu {
    background: #f8f1e7;

}

.header-sticky.sticky-on {
    background-color: #f8f1e7 !important;
}



body {
    background-color: #f8f1e7 !important;
}

.d {

    align-items: start;
}

.contact-info {
    margin-top: 8px;
}

.d {
    display: flex;
    flex-direction: column;
}

.d div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    /* Adjust the spacing between lines */
}

.d div a {
    margin-right: 5px;
    /* Adjust the spacing between the icon and text */
}


/* Media query for screens smaller than 600 pixels */
@media screen and (max-width: 599px) {
    .pd {
        display: none !important;
    }

    .tr {
        margin-top: -97px;
        margin-left: 247px;
    }

}

/* Media query for screens between 600 and 959 pixels */
@media screen and (min-width: 600px) and (max-width: 959px) {
    .pd {
        display: none !important;
    }
}

/* Media query for screens between 960 and 1279 pixels */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .pd {
        display: none !important;
    }
}

@media screen and (min-width: 589px) and (max-width: 767px) {
    .tr {
        margin-top: -97px;
        margin-left: 247px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1185px) {
    .pd {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 2200px) {
    .mobile-menu {
        display: none !important;
    }
}

.input-container {
    display: none;
    /* hide initially */
    align-items: center;
    padding: 10px;
    /* border: 1px solid #f36b2d; Adjust to the color you prefer */
    border-radius: 5px;
    overflow-y: auto;
    /* Use overflow-y for vertical scrollbar */
    max-height: 200px;

}

.input-container.active {
    display: flex;
}

.search-form input {
    border: 1px solid #f36b2d;
    padding: 11px 16px;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
}

.sf {
    max-height: 411px;
    min-height: 0px;
    overflow: auto;
    display: none;
}

.offcanvas_menu {
    top: 0;
    right: -425px;
    z-index: 100;
    background: #fff;
    max-width: 400px;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 37px 45px;
    -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    -webkit-transition: .4s;
    transition: .4s;
}


/* Media query for screens smaller than 600 pixels */
@media screen and (max-width: 599px) {
    .search-form input {
        width: 100%;
    }
}

/* Media query for screens between 600 and 959 pixels */
@media screen and (min-width: 600px) and (max-width: 959px) {
    .search-form input {
        width: 100%;
    }
}

/* Media query for screens between 960 and 1279 pixels */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .search-form input {
        width: 100%;
    }
}

.ptb-120 {
    padding: 32px 0;
}

.product-info {
    width: 2.75rem !important;
    height: -0.25rem !important;
}

.product-icon-img {
    height: 161% !important;
    width: 218% !important;
    margin-top: -11px;
}

.product-detail {
    font-size: 16px !important;
    width: 133px !important;
}