/* fonts  */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */

* {
    font-family: "Raleway", sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
}

.font-14px {
    font-size: 14px;
}

.font-12px {
    font-size: 12px;
}

/* common class */
.active-menu {
    color: #146eb4 !important;
}

.active {
    color: #146eb4 !important;
}

.remove-text-decoration {
    text-decoration: none;
    color: #1a181e;
    border: 1px solid #ecebeb45;
}

.remove-a-tag-decoration {
    text-decoration: none;
    color: #146eb4;
    font-weight: 600;
}

.remove-a-tag-decoration:hover {
    text-decoration: underline;
}

.border-1px {
    border: 1px solid #80808044;
}

.border-bottom-1px {
    border: 1px solid #80808044;
}

/* Navbar CSS  */

.eshop-navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eshop-navbar-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.eshop-navbar-logo img {
    width: 40px;
}

.eshop-navbar-name {
    position: relative;
    color: #ccc;
    background-color: #f2f2f2;
    border-radius: 10px;
    /* padding: 0px 200px 0px 0px !important; */
    /* width: 100%; */
}

.eshop-navbar-name input {
    background: transparent;
}

.eshop-navbar-name svg {
    position: relative;
    left: 25px;
    bottom: 2px;
    color: #ccc;
    width: 25px;
    height: 50px;
}

.eshop-navbar-search-input {
    border: none;
    padding-left: 25px;
    padding-right: 220px;
    font-size: 1.1arem;
}

.eshop-navbar-search-input:focus {
    border: none;
}

.eshop-navbar-search-input:focus {
    outline: none;
    border: none;
}

.eshop-navbar-search-input-mobile {
    border: none;
    width: 90%;
    padding-left: 25px;
    padding-right: 100%;
    font-size: 1.1arem;
}

.eshop-navbar-search-input-mobile:focus {
    border: none;
    outline: none;
}

.eshop-navbar-items {
    display: flex;
    gap: 25px;

}

.eshop-navbar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.shake {
    animation: shake .7s;
}

@keyframes animateBag {

    0%,
    100% {
        transform: translateX(0px);
    }

    20%,
    80% {
        transform: translateX(-3px) rotate(-7deg);
    }

    40%,
    60% {
        transform: translateX(3px) rotate(7deg);
    }

    50% {
        transform: translateX(0px);
    }
}

@keyframes bounceIn {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    60% {
        transform: translateY(10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -50deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 30deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 30deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -30deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -30deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 20deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 20deg);
    }

    75% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -100deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -100deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.eshop-navbar-item-bagg svg.animated-icon {
    animation: wobble 5s ease-in-out;
}



/* .eshop-navbar-name-responsive-container{
    position: sticky;
    top: 50px;
} */
.eshop-navbar-name-responsive {
    position: relative;
    color: #ccc;
    display: none;
    background-color: #f2f2f2;
    border-radius: 10px;
    top: 1px;
    margin-top: 8px;
}

.eshop-navbar-name-responsive input {
    background: transparent;
    padding: 7px 28px 6px 36px;
}

.eshop-navbar-name-responsive svg {
    position: relative;
    left: 25px;
    color: #ccc;
}

.navbar-tag {
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
}

.eshop-navbar-items-cart-quantity {
    border-radius: 50%;
    background-color: #e50b20;
    position: absolute;
    padding: 0 7px;
    top: 15px;
    color: #fff;
    font-weight: 500;
}

@media only screen and (max-width: 900px) {
    .eshop-navbar-item span {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .eshop-navbar-items-cart-quantity {
        border-radius: 50%;
        background-color: #e50b20;
        position: absolute;
        padding: 0 7px;
        top: 7px;
        color: #fff;
        font-weight: 500;
    }
}

.eshop-navbar-logo h6 {
    font-size: 22px;
    font-weight: 700;
    color: #1b73b6;
}

@media only screen and (max-width: 450px) {
    .eshop-navbar-logo img {
        width: 32px;
    }

    .eshop-navbar-logo h6 {
        font-size: 18px;
        font-weight: 600;
        color: #ff4146;
    }

    .eshop-navbar-name svg {
        width: 15px !important;
        height: 30px !important;
    }

    .eshop-navbar-items-cart-quantity {
        font-size: small;
        border-radius: 50%;
        background-color: #e50b20;
        position: absolute;
        padding: 0 5px;
        top: 5px;
        color: #fff;
        font-weight: 500;
    }
}

.mobile-navbar-container {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .eshop-navbar-name {
        display: none;
    }

    .eshop-navbar-items {
        display: none;
    }

    .eshop-navbar-name-responsive {
        display: block;
    }

    .category h5 {
        font-size: 16px;
        font-weight: 500;
    }
}

/* mobile nav  */

.mobile-nav-container {
    background-color: #fff;
    box-shadow: 0 -1px 3px 0 rgb(0 0 0 / 12%);
    color: #999999;
    font-weight: 500;
}

.active-mobile-nav {
    padding: 6px 13px;
    border-radius: 15px;
    color: #146eb4;
    background-color: #e7f0f7;
}

.active-mobile-nav div svg {
    color: #146eb4;
}

.mobile-navbar-container {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobile-navbar-container {
        display: block;
    }
}

/* Home Page CSS */

.eshop-homepage-categories-list {
    position: fixed;
    top: 90px;
    left: 20px;
    width: 25%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;

    display: flex;
    flex-direction: column;
    gap: 7px;
}

.eshop-homepage-categories-list a {
    text-decoration: none;
    font-weight: 600;
    color: #4d4d4d;
}

.eshop-homepage-categories-list a:hover {
    color: #1b73b6;
}

.eshop-homepage-items-show {
    /* border-top: 2px solid #E6E6E6; */
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    padding-top: 20px;
}

@media only screen and (max-width: 1025px) {
    .eshop-homepage-items-show {
        padding-top: 20px;
    }
}

.eshop-homepage-item-list-show {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eshop-homepage-item-list-show:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 9px;
}

.eshop-homepage-item-list-show button {
    border: 1px solid #83838397;
    color: #838383;
    border-radius: 5px;
    font-weight: 600;
}

.eshop-homepage-item-list-show button:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.eshop-homepage-item-title-quantity {
    color: #fff;
    padding: 0px 9px;
    border-radius: 5px;
    background-color: #1b73b6;
    font-size: 16px;
}

.eshop-homepage-item-image-and-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.eshop-homepage-item-image-and-text img {
    /* width: 150px; */
}

.eshop-homepage-item-image-and-text h6:hover {
    font-weight: 700;
    color: #146eb4;
}

.eshop-homepage-bag-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eshop-homepage-bag-text span {
    color: #a3a3a3;
}

.eshop-homepage-cart-with-item-cart-name {
    display: flex;
    justify-content: space-between;
}

.eshop-homepage-cart-with-item-cart-name a {
    color: #8f8e91;
}

.eshop-homepage-cart-with-item-cart-name h5 span {
    color: #fff;
    padding: 0px 8px;
    border-radius: 5px;
    background-color: #1b73b6;
    font-size: 16px;
}

.eshop-homepage-bag-add-remove-quantity {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.eshop-homepage-bag-add-remove-quantity span {
    font-size: medium;
}

.eshop-homepage-bag-add-remove-quantity div {
    color: #1b73b6;
    border: 1px solid #1b73b6;
    padding: 2px 5px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.eshop-homepage-go-to-bag {
    font-weight: 600;
    color: #fff;
    background-color: #146eb4;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: large;
    padding: 10px 20px;
}

.eshop-homepage-go-to-bag:hover {
    background-color: #4188be;

}

.bi-cart-dash:hover,
bi bi-cart-plus-fill {
    transform: scale(1.6);
}

.bi-cart-plus-fill:hover {
    transform: scale(1.6);
}

.eshop-homepage-best-seller-page {
    display: none;
}

.eshop-home-page-best-seller-items {
    overflow: auto;
}

.sticky-categories-home-page {
    background-color: #4d4d4d;
    width: fit-content;
    border-radius: 18px;
    padding: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.sticky-categories-home-page-container {
    position: fixed;
    bottom: 75px;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .sticky-categories-home-page-container {
        position: fixed;
        bottom: 75px;
        display: block;
        z-index: 2;
    }

    .eshop-homepage-item-image-and-text {
        font-size: 14px;
        font-weight: 500;
    }
}

.hidden-sticky-categories {
    display: none;
}

@media only screen and (max-width: 991px) {
    .eshop-homepage-categories-list-div {
        display: none !important;
    }

    .toastrOptionsDiv {
        display: none !important;
    }

    .eshop-homepage-categories-list {
        display: none;
    }

    .eshop-home-page-empty-cart-column {
        display: none;
    }

    .eshop-home-page-cart-with-item-column {
        display: none;
    }

    .eshop-homepage-best-seller-page {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .eshop-homepage-item-image-and-text img {
        /* width: 120px; */
    }

    .eshop-homepage-item-title-quantity {
        color: #fff;
        padding: 0px 6px;
        border-radius: 5px;
        background-color: #1b73b6;
    }
}

/* single product page */

.eshop-single-product-page-main-container {
    margin: auto;
    max-width: 1080px;
}

.eshop-single-product-page-back-button {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    gap: 10px;
}

.eshop-single-product-page-add-button {
    display: flex;
    gap: 20px;
    color: #1b73b6;
}

.eshop-single-product-page-add-button div {
    border: 1px solid #1b73b6;
    padding: 7px 25px;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    font-size: larger;
}

.eshop-single-product-page-add-button a {
    text-decoration: none;
    border: none;
    background-color: #1b73b6;
    color: #fff;
    padding: 7px 25px;
    border-radius: 5px;
    font-weight: 700;
    font-size: larger;
}

.eshop-single-product-page-add-button a:hover {
    background-color: #4d8dbe;
}

.eshop-single-product-page-more-images {
    display: flex;
    gap: 5px;
}

.eshop-single-product-page-more-images div {
    cursor: pointer;
}

.eshop-single-product-page-features-svg {
    display: flex;
    gap: 25px;
}

.eshop-view-single-product-page-similar-products {
    display: flex;
    overflow: auto;
}

@media only screen and (max-width: 500px) {
    .eshop-single-product-page-add-button {
        display: flex;
        justify-content: left;
        color: #1b73b6;
    }

    .eshop-homepage-bag-add-remove-quantity {
        justify-content: center;
    }
}

/* footer */

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.eshop-footer-main-container {
    margin-top: auto;
    color: #fff;
    width: 100%;
    background-color: #1a181e;
    position: relative;
    /* z-index: 100; */
}

.eshop-footer-features {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eshop-footer-last-test h6 {
    color: #999989;
}

.eshop-footer-last-test div {
    font-weight: 600;
}

.eshop-footer-last-test p {
    font-size: small;
}

/* bag full page */

.eshop-bag-full-page-progress-bar {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.eshop-bag-full-page-progress-bar hr {
    transform: rotateX("90") !important;
    width: 100px;
    border: 1px solid #000000;
}

.eshop-bag-full-page-progress-bar .number {
    font-weight: 500;
    padding: 0px 8px;
    color: #fff;
    background-color: #146eb4;
    border-radius: 50%;
}

.eshop-bag-full-page-progress-bar .text {
    color: #808080;
    font-weight: 600;
}

.eshop-bag-full-page-first-col-page-title {
    display: flex;
    justify-content: space-between;
}

.eshop-bag-full-page-first-col-page-title div {
    font-weight: 600;
}

.eshop-bag-full-page-first-col .col-border {
    display: flex;
    gap: 20px;
    border: 1px solid #80808044;
}

.eshop-bag-single-product-div a {
    color: #1a181e;
}

.eshop-bag-single-product-div .saved-amount {
    /* color: #44B31B !important; */
}

#green {
    font-weight: 600;
    color: #44b31b;
}

.eshop-bag-full-page-product-1 {
    display: flex;
    gap: 20px;
}

.eshop-bag-full-page-product-1-container {
    display: flex;
    justify-content: space-between;
}

.eshop-bag-full-page-product-1-remove-btn {
    color: #808080;
    font-weight: 600;
    cursor: pointer;
}

.eshop-bag-full-page-second-col .row {
    border: 1px solid #80808044;
}

.eshop-bag-full-page-second-col .row a {
    font-weight: 600;
    color: #146eb4;
    text-decoration: none;
}


/* .eshop-bag-box-payments button {
    color: #fff;
    border: none;
    background-color: #146EB4;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px;
    font-size: larger;
} */
.eshop-bag-full-page-payments-btn-a {
    text-decoration: none;
    color: #fff !important;
    border: none;
    background-color: #146eb4;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px;
    font-size: larger;
}

.eshop-bag-full-page-payments-btn-a:hover {
    background-color: #3185c4;
}

.eshop-bag-full-page-payments-btn-a-Go-to-bag {
    text-decoration: none;
    display: block;
    color: #fff !important;
    border: none;
    background-color: #146eb4;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px;
    font-size: larger;
}

.green-background-and-text {
    background-color: #d5fbd6;
    color: #1fb623;
    font-weight: 600;
    padding: 5px;
}

.eshop-bag-full-page-Choose-payment-mode .borderr {
    border: 1px solid #80808044;
}

.eshop-bag-full-page-Choose-payment-mode .borderr button {
    border: none;
    font-weight: 600;
    border-radius: 4px;
    padding: 5px 15px;
    color: #fff;
    background-color: #146eb4;
}

.eshop-bag-full-page-second-col-responsive-payment-mode {
    display: flex;
    align-items: center;
    gap: 20px;
}

.eshop-bag-full-page-second-col-responsive-payment-mode-container {
    display: none !important;
}

.eshop-bag-full-page-product-responsive-image {
    width: fit-content;
}

.eshop-bag-full-page-product-responsive-image {
    width: 150px;
    max-height: auto;
}

@media only screen and (max-width: 991px) {
    .eshop-bag-full-page-second-col-responsive-payment-mode-container {
        display: block !important;
    }

    .eshop-bag-full-page-second-col-responsive-payment-mode-desktop-view {
        display: none;
    }

    .eshop-bag-full-page-progress-bar {
        display: none;
    }

    .eshop-bag-full-page-first-col .first-row {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 500px) {
    .eshop-bag-full-page-second-col-responsive-payment-mode {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .eshop-bag-full-page-second-col-responsive-payment-mode p {
        font-size: small;
    }
}

@media only screen and (max-width: 575px) {
    .eshop-bag-full-page-product-1-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .eshop-bag-full-page-product-responsive-image {
        width: 100px;
        max-height: auto;
    }

    .eshop-bag-full-page-product-1-remove-btn {
        text-align: center;
    }
}

/* order-successfull-page */

.eshop-order-successfull-page {
    height: 86vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eshop-order-successfull-page .container-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 50px; */
}

.eshop-order-successfull-page-btns .track-order-btn {
    text-decoration: none;
    border: 1px solid #146eb4;
    font-weight: 600;
    color: #146eb4;
    border-radius: 5px;
}

.continue-shopping-btn {
    text-decoration: none;
    border: none;
    font-weight: 600;
    color: #fff;
    background-color: #146eb4;
    border-radius: 5px;
}

@media only screen and (max-width: 500px) {
    .eshop-order-successfull-page-btns {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .eshop-order-successfull-page-btns .track-order-btn {
        border: 1px solid #146eb4;
        font-weight: 600;
        color: #146eb4;
        border-radius: 5px;
        width: 100%;
    }

    .continue-shopping-btn {
        border: none;
        font-weight: 600;
        color: #fff;
        background-color: #146eb4;
        border-radius: 5px;
        width: 100%;
    }
}

/* All categories full page */

.eshop-all-categories-full-page-categories-section h6 {
    font-weight: 700;
    font-size: large;
    color: #4d4d4d;
}

/* single categories full page */
.blue-text {
    font-weight: 500;
    color: #146eb4;
}

.eshop-single-categories-full-page-columns {
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-radius: 10px;
}

.eshop-single-categories-full-page-columns a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.eshop-single-categories-full-page-columns a:hover {
    text-decoration: underline;
}

.eshop-single-categories-full-page-columns button {
    width: fit-content;
    border: 1px solid#146EB4;
    border-radius: 5px;
    font-weight: 600;
    color: #146eb4;
}

.eshop-single-categories-full-page-columns button:hover {
    background-color: #146eb4;
    color: #fff;
}

/* account page  */

.eshop-account-page-empty-order-svg-and-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68vh;
}

.eshop-account-page-my-address-edit-btn {
    text-decoration: none;
    font-weight: 600;
    color: #1a181e;
}

.eshop-account-page-my-address-delete-btn {
    font-weight: 600;
    text-decoration: none;
    color: #e50b20;
}

.eshop-account-page-my-address-add-addresses-btn {
    color: #ee741f !important;
    font-weight: 700;
    font-size: larger;
    text-decoration: none;
}

.eshop-account-page-my-address-add-addresses-btn:hover {
    border: 1px solid#808080;
}

.eshop-single-categories-img {
    /* aspect-ratio: 1/1; */
}

.eshop-single-categories-full-page-responsive-card:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 9px;
    scale: 1.01;
}

@media only screen and (max-width: 575px) {
    .eshop-single-categories-full-page-responsive-card {
        display: flex;
        flex-direction: column;
        margin: auto;
        /* justify-content: center; */
        /* align-items: center; */
    }
}

@media only screen and (max-width: 420px) {
    .svg-arrow-categories-page {
        margin: 0;
        padding: 0;
        width: 15px;
        height: 15px;
    }

    .eshop-single-categories-full-page-first-row {
        display: flex;
        align-items: center;
    }

    .eshop-single-categories-full-page-first-row h5 {
        font-size: 18px;
    }

    .eshop-single-categories-full-page-first-row h6 {
        font-size: 14px;
    }

    .eshop-single-categories-full-page-filters span {
        font-size: 14px;
    }
}

/* single order page */

.eshop-single-order-details-page-order-id-div {
    display: flex;
    gap: 5px;
    color: #1a181e;
}

.eshop-single-order-details-page-order-id-div .svg-arr {
    /* width: 15px;
    height: 15px; */
}

.eshop-single-order-details-page-order-id-div .title {
    font-size: 1.1rem;
    font-weight: 600;
}

.eshop-single-order-details-page-orderdetails-container {
    max-width: 900px;
    margin: auto;
}

.eshop-single-order-details-page-order-status-div {
    display: flex;
    gap: 10px;
}

.eshop-single-order-details-page-order-status-items {
    display: flex;
    flex-direction: column;
}

.eshop-single-order-details-page-order-status-items h5 {
    color: #ee741f;
}

.eshop-single-order-details-page-order-status-items span {
    color: #a2a1a6;
    font-weight: 400;
}

.eshop-single-order-details-page-order-status-items button {
    border-radius: 5px;
    color: red;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #ee741f;
    width: fit-content;
}

.eshop-single-order-details-page-shop-name-div {
    display: flex;
    gap: 10px;
}

.eshop-single-order-details-page-shop-name-div img {
    /* width: 50px; */
}

.eshop-single-order-details-page-shop-name-div a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    color: #146eb4;
}

.date-and-time {
    color: #a2a1a6;
}

.eshop-single-order-details-page-tobe-shipped {
    display: flex;
    gap: 10px;
    font-weight: 600;
    color: #a2a1a6;
    font-size: 1.2rem;
}

.eshop-single-order-details-page-item-details {
    display: flex;
    gap: 10px;
}

.border-btn {
    background-color: #e7f0f7;
    border: 1px solid #146eb4;
    border-radius: 2px;
}

.eshop-single-order-details-page-cancelled {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Order-Cancelled-red {
    font-weight: 600;
    color: red;
}

.Order-Cancelled-date {
    font-size: small;
}

@media only screen and (max-width: 500px) {
    .eshop-single-order-details-page-order-id-div .title {
        font-size: 1rem;
        font-weight: 500;
    }

    .eshop-single-order-details-page-order-id-div .svg-arr svg {
        width: 20px;
        height: 20px;
    }

    .eshop-single-order-details-page-tobe-shipped {
        display: flex;
        gap: 10px;
        font-weight: 600;
        color: #a2a1a6;
        font-size: 1.04rem;
    }

    .eshop-single-order-details-page-order-status-items h5 {
        color: #ee741f;
        font-size: 1.04rem;
    }

    .eshop-single-order-details-page-order-status-items button {
        border-radius: 5px;
        color: red;
        font-weight: 500;
        padding: 3px 8px;
        border: 1px solid #ee741f;
        width: fit-content;
    }
}

.sold-out-lable {
    background-color: red;
    color: white;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 5px;
    width: fit-content;
}

.eshop-homepage-item-image-container {
    height: 120px;
    width: 120px;
}

@media only screen and (max-width: 500px) {
    .eshop-homepage-item-image-container {
        height: 96px;
        width: 96px;
    }
}

.padding-bottom-mobile {
    padding-bottom: 1.5rem;
}

.currently-not-accepting-orders-text {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.currently-not-accepting-orders-text {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0px;
    background-color: #e50b20;
    color: #fff;
}

@media only screen and (max-width: 1025px) {
    .padding-bottom-mobile {
        padding-bottom: 4.5rem;
    }

    .currently-not-accepting-orders-text {
        position: fixed;
        bottom: 68px;
        width: 100%;
        padding: 10px 0px;
        background-color: #e50b20;
        color: #fff;
        z-index: 1;
    }
}

.bag-quantity-in-mobile-view {
    background-color: #e50b20;
    /* color: #fff; */
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    bottom: 40px;
    padding: 0px 5px;
    border-radius: 10px;
    color: #fff;
}

#navbar-position {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    overflow-y: auto;
    z-index: 1;
}

.navbar-static {
    position: static;
}

.body-static {
    position: static;
}

#estore-body-position {
    /* position: relative;
    top: 90px; */
    margin-top: 90px;
    -webkit-margin-top: 95px;
}

@media screen and (max-width: 1024px) {
    #estore-body-position {
        /* position: relative;
        top: 90px; */
        margin-top: 130px;
        -webkit-margin-top: 130px;
    }
}

#estore-footer-position {
    position: relative;
    top: 90px;
}

#bag-position {
    /* position: relative; */
    /* top: 90px; */
    /* right: 0; */
    width: 25%;
    /* height: 90%; */
    /* background-color: #333; */
    /* color: #fff; */
    /* overflow-y: scroll; */
    /* padding: 20px; */

}

#mobile-fixed-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
}

/* Style for the menu button */
.estore-categories-mobile-menu {
    position: fixed;
    bottom: 100px;
    right: 10px;
}

/* Style for the popup container */
.estore-categories-mobile-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

/* Style for the popup content */
.estore-categories-mobile-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 80%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #000;
    overflow-y: scroll;
    border-radius: 10px;
}

/* Style for the close button */
.estore-categories-mobile-close {
    position: absolute;
    top: -5px;
    right: 33px;
    cursor: pointer;
    font-size: 3rem;
}

.estore-categories-mobile-popup-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
    overflow-y: scroll;
    gap: 10px;
    margin-top: 30px;
}

.estore-categories-mobile-title {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.estore-categories-mobile-quantity {
    background-color: #999999;
    color: #fff;
    padding: 0px 9px;
    font-weight: 600;
    border-radius: 5px;
}

#home-page-item {
    /* margin-top: 120px; */
}

.per-piece-small-text {
    font-size: 12px;
}

.store-name-pop-up {
    font-size: 16px;
    font-weight: 600;
    margin: 3.5px 0px;
    color: #282828;
}

.store-select-modal-title {
    font-weight: 600;
    color: #282828;
}

.message-on-cake-input {
    margin-top: 10px;
}

.message-on-cake-input input {
    font-size: 14px;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.message-on-cake-input input:focus {
    border: 1px solid #ccc;
    outline: none;
}

.wraper-of-foorer-and-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-of-eshop-profile {
    max-width: 800px;
    width: 100%;
    color: rgb(74, 73, 73);
}

.heading-field-profile {
    color: gray;
    font-weight: 600;
}

.non-active-eshop-account-tabs {
    color: rgb(103, 103, 103);
    font-weight: 700;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
}

.active-eshop-account-tabs {
    color: #146eb4;
    font-weight: 700;
    background-color: #e7f0f7;
    width: 100%;
    border-radius: 10px;
}

/*  login register eshop style */
.container-login-eshop {
    max-width: 500px;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
}

.form-container-eshop-login {
    width: 100%;
    /* border: 1px solid #ccc; */
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.eshop-container-of-login label {
    display: block;
    color: gray;
    font-weight: 600;
    margin-bottom: 5px;
}

.eshop-container-of-login input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 5px;
}

.eshop-container-of-login input:focus {
    outline: none;
}

.button-container-eshop-login button {
    width: 100%;
    background-color: #146eb4;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
}

.link-auth-eshop a {
    text-decoration: none;
    margin-left: 5px;
    font-weight: 600;
}

.header-logo-eshop {
    color: #1b73b6;

}

.addTobtn {
    border-radius: 5px;
    color: #838383;
    border: 1px solid #83838397;
    font-weight: 600;
}

.prod_img_single {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
}

@media only screen and (min-width: 600px) {
    .prod_img_single {
        margin-top: 15px;
        min-width: 70px;
        min-height: 70px;
    }
}