* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

a {
    color: #000 !important;
    text-decoration: none !important;

}

h1 {
    font-size: 100px;
}

/* header style */
.header-desktop {
    box-shadow: 0px 0px 10px #c4c4c4;
}

.header-top-left .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
}

.header-top-left .logo img {
    width: 100%;
}

.header-top-mid .header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 10px;
    background: #f7f7f7;
}

.header-top-mid .header-search input[type="text"] {
    width: 95%;
    border: none;
    outline: none;
    background: #f7f7f7;
}

.header-top-mid .header-search i {
    font-size: 20px;
    color: #838383;
}

.header-top-mid {
    position: relative;
}

.search-out-put {
    border: 1px solid #c4c4c4;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 2;
    height: 200px;
    overflow-y: auto;
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #233d9457;

}

::-webkit-scrollbar-thumb {
    background-color: #233d94;
    border-radius: 10px;
}

.search-out-put ul {
    list-style: none;
    padding: 0 20px;
}

.search-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-item img {
    width: 50px;
}


.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.header-top-right .profile-icone {
    border: 1px solid #c4c4c4;
    border-radius: 55%;
    padding: 5px 10px;
    cursor: pointer;
}

.header-cart {
    position: relative;
    border: 1px solid red;
    border-radius: 55%;
    padding: 5px 10px;
    cursor: pointer;
    background: #ff000014;
}

.header-cart .cart-count {
    position: absolute;
    top: -5px;
    left: 25px;
    background: red;
    width: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;

}

.header-bottom {
    position: relative;
}

.header-category-wrapper {
    position: relative;
    display: inline-block;
}

.header-category-show {
    width: 275px;
    display: flex;
    padding: 10px;
    background: #2bbef9;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    justify-content: space-evenly;
    align-items: center;
}

.category-slide {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 275px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.header-category-wrapper:hover .category-slide {
    display: block;
}

.category-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    position: relative;
}

.category-item>a {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.category-item>a:hover {
    background: #e6f7ff;
}

.category-sub-items {
    display: none;
    position: absolute;
    list-style: none;
    padding-left: 0;
    top: 0;
    left: 100%;
    width: 275px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 20;
}

.category-item:hover .category-sub-items {
    display: block;
}

.category-sub-item a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.category-sub-item a:hover {
    background: #f0f8ff;
}


.header-link ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.header-link-item {
    padding: 6px 16px;
    border-radius: 30px;
}

.header-link-item a {
    text-decoration: none;
    color: black;
}

.header-link-item:hover {
    background: #edfaff;
    color: #2bbef9;
    cursor: pointer;
}

.header-link-item:hover a {
    color: #2bbef9;
}






.header-mobile {
    display: none;
}

/* Banner style */


.banner-swiper {
    margin-top: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.bannerSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.bannerSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* side-box style */
.side-box {
    margin-top: 20px;
}

.side-image img {
    width: 100%;
    margin: 10px 0;
    border-radius: 10px;
}

.side-section {
    padding: 10px;
    border: 0.5px solid #c4c4c4;
    border-radius: 10px;
}

.side-box-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.side-box-item-icon {
    width: 20%;
}

.side-box-item-icon img {
    width: 100%;
}

.side-box-item-content p {
    font-size: 13px;
}

.side-box-pordimg {
    width: 60px;
    height: 60px;
}

.side-box-pordimg img {
    width: 60px;
}

.sidebox-proddetails h6 {
    font-size: 13px;
}

.sidebox-prodprice {
    color: #3bab3b;
}

.sidebox-prodprice span {
    color: #a4a4a4;
    text-decoration: line-through;
    margin-right: 5px;
}

/*best product section stle*/
.best-prod-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.best-prod-header-right button {
    border: 0.3px solid #c4c4c4;
    background: none;
    padding: 2px 10px;
    border-radius: 20px;

}

.bestprodswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.bestprodswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-card {
    width: 100%;
    height: 325px;
    border: 0.3px solid #efeded;
}

.shop-card-image {
    padding: 5px;
    height: 150px;
    position: relative;
}

.shop-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.product-off {
    position: absolute;
    top: 0;
    font-size: 10px;
    left: 0;
    background: #2bbef9;
    color: #fff;
    border-radius: 0 0 5px 0;
    padding: 5px;
}

.shop-card-details {
    text-align: start;
    padding: 0 10px;
}

.shop-card-name {
    height: 40px;

}

.shop-card-name h6 {
    font-size: 14px;
    margin: 0;
}

.shop-stock span {
    font-size: 13px;
    color: #39c339;
    background: #39c33921;
    border: 0.2px solid #39c339;
    padding: 2px 10px;
    border-radius: 10px;
}

.shop-card-review i {
    color: #fd8019;
    font-size: 12px;
}

.shop-card-price span {
    font-size: 14px;
    color: red;
    text-decoration: line-through;
    margin-right: 10px;
}

.shop-add-cart button {
    color: #fff;
    background: #233d94;
    border-radius: 20px;
    font-size: 16px;
    width: 100%;
    padding: 5px 0;
    border: none;
    margin-top: 5px;
}

.shop-add-cart button:hover {
    background: #233d94bd;
}

/*Health Tip Style*/
.heatlth-tip-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 25px;
}

.health-tip {
    background: #f8efea;
    margin: 25px 0px;
    border-radius: 6px;
}

.health-tip-img img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    padding-right: 5px;
}

.heatlth-tip-content h3 {
    font-size: 17px;
}

/*footer page*/
.site-footer {
    background-color: #0f172a;
    color: #d1d5db;
    font-size: 14px;
    padding-top: 40px;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding-left: 0;
    line-height: 2;
}

.footer-links li a {
    color: #d1d5db !important;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links li a:hover {
    color: #2bbef9;
}

.footer-contact li i {
    margin-right: 8px;
    color: #2bbef9;
}

.footer-subscribe {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.footer-subscribe input {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 4px;
    outline: none;
}

.footer-subscribe button {
    background: #2bbef9;
    color: white;
    border: none;
    padding: 0 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.footer-subscribe button:hover {
    background: white;
    color: #2bbef9;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footer-social a i {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    transition: color 0.3s;
}

.footer-social a i:hover {
    color: #ff6f00;
}

.footer-bottom {
    background-color: #1e293b;
    color: #9ca3af;
    font-size: 13px;
}

/*Brand swiper scripts*/
.brandSwiper .swiper-slide {
    height: 130px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #c4c4c4;
    border-radius: 10px;
    cursor: pointer;
    width: 120px;

}

.brandSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.box-image {
    margin: 20px 0;
}

.box-image img {
    width: 100%;
    border-radius: 10px;

}

/*Discount section style*/
.display-section {
    background: #233d94;
    margin-top: 10px;

}

.discount-left {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.discount-details p {
    color: #fff;
}

.discount-details h2 {
    color: #fff;
}

.discount-details span {
    color: #9ca5c6;
}

.Subscribe-form {
    margin-top: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.Subscribe-form i {
    font-size: 25px;
    margin: 0 10px;
    color: #c4c4c4;
}

.Subscribe-form input {
    width: 70%;
    border: none;
    outline: none;
}

.discount-right {
    height: 100%;
    position: relative;
}

.discount-right img {
    position: absolute;
    right: 0;
    width: 90%;
    bottom: 0;
}

/*Product page style*/
.poduct-container {
    background: #f7f8fd;
}

.navigation-bar {
    padding: 20px 0;
    font-size: 15px;
}

.product-content {
    padding: 20px;
    background: #fff;
}

.product-title h1 {
    font-size: 25px;
}

.product-meta {
    display: flex;
    align-items: center;
    gap: 30px;
}

.product-top-items {
    font-size: 14px;
    border-right: 0.5px solid #c4c4c4;
    padding-right: 14px;
}

span.product-top-item {
    color: #c4c4c4;
}

span.product-top-item i {
    color: #fd8019;
}



.product-big-image {
    position: relative;
    width: 410px;
    height: 410px;
}

.product-big-image img {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.product-small-image {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

.product-small-image img {
    width: 15%;
    object-fit: cover;
    border: 0.5px solid #c4c4c4;
    border-radius: 10px;
}

.product-price {
    font-size: 25px;
    color: red;
    font-weight: 500;

}

.product-price span {
    font-size: 16px;
    color: #c4c4c4;
    text-decoration: line-through;
}

.product-short-des p {
    font-size: 14px;
}

.product-qty-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.product-qty input {
    width: 70px;
    border: none;
    text-align: center;
    outline: none;
}

.product-qty .btn {
    width: 45px;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    padding: 5px;
    box-shadow: 0px 2px 5px #c4c4c4;
}

.product-qty .btn:hover {
    background-color: #fcb900;
}

.product-qty .btn:active {
    transform: scale(0.9);
}

.shop-now-btn button {
    width: 100%;
    border: none;
    background: #233d94;
    color: #fff;
    border-radius: 20px;

}

.category-name {
    font-size: 14px;
    cursor: pointer;
}

.category-name span {
    color: #c4c4c4;
}

.Highlights h5 {
    font-size: 16px;
}

.Highlights p {
    font-size: 14px;

}

.Highlights p i {
    font-size: 18px;
    color: #39c339
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.social-link img {
    width: 10%;
}

.social-link img {
    transition: transform 0.2s;
}

.social-link img:hover {
    transform: scale(1.1);
}

.social-link img:active {
    transform: scale(0.9);
}

.details-header {
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0;



}

.details-header h3 {
    font-size: 16px;
    cursor: pointer;

}

#additional-info-content {
    display: none;
}

#reviews-content {
    display: none;
}

#question-answers-content {
    display: none;
}

#description-content p {
    font-size: 14px;
}

.table-hover {
    border: 0.5px solid #c4c4c4;
}

.show-reviews {
    font-size: 14px;
}

.customer-image img {
    width: 100%;

}

.customer-rating i {
    color: #fd8019;
}

.customer-details {
    font-size: 14px;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    font-size: 14px;
}

.rating-star {
    border-right: 1px solid #c4c4c4;
    padding-right: 20px;
    cursor: pointer;
}

.main-btn {
    background: #233d94;
    color: #fff;
    border: navajowhite;
    padding: 10px 20px;
    border-radius: 10px;
}

.rating .rating-star i {
    color: #ddd;
}

.rating .rating-star.selected i {
    color: #fd8019;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 700px;
}

.modal-content img {
    width: 100%;
    height: 73vh;
    transition: transform 0.25s ease;
}

.modal-content img.zoomed {
    transform: scale(2);
    cursor: zoom-out;
}

.close,
.fullscreen {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.fullscreen {
    right: 70px;

}

.slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slider-nav img {
    width: 50px;
    margin: 0 5px;
    cursor: pointer;
}

/*Cart page style*/
.cart-item-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-item-name img {
    width: 14%;
}

.cart-total {
    border: 0.5px solid #c4c4ce;
    padding: 15px;
    border-radius: 10px;
}

.cart-item-mobile {
    display: none;
}

.login-content h2 {
    text-align: center;
    color: #fff;
    padding-top: 30px;
    font-size: 40px;
}

/*login page form*/
.login-content {
    background-image: url("../img/business/background-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow-x: hidden;
}

.login-left {
    height: 450px;
    display: flex;
    background: #fff;
}

.login-register {
    padding-top: 30px;
    width: 70%;
    margin: 0 auto;
}

.business-img {
    width: 70%;
}

.business-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.login-register-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 30%;

}

.login-btn i {
    font-size: 30px;
}

.login-btn {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 33%;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
    transition: background-color 0.3s;
}

.login-right {
    height: 450px;
    background: #fff;
}

.login-form {
    padding: 0 10px;
}

.register-form {
    padding: 0 10px;
}

.forget-form {
    padding: 0 10px;
}

.login-right h5 {
    text-align: center;
    padding: 20px 0px;
}

.form-flid {
    display: flex;
    align-items: center;
    border: 1px solid #c4c4c4;
    padding: 10px;
    border-radius: 5px;
    margin-top: 3rem;
}

.form-flid input {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 10px;
}


.login-register-btn .login-btn.active {
    background-color: #233d94;
    color: #ffff;
}

.form-container>div {
    display: none;
}

.form-container .form-active {
    display: block;
}

/*shop page style*/
.sticky-sidebar {
    padding: 15px;
    border-right: 1px solid #ccc;
}

.widget {
    margin-bottom: 20px;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.filter-items li {
    font-size: 12px;
    margin-top: 11px;
    cursor: pointer;
}

.filter-items {
    list-style: none;
    padding: 0;
    max-height: 150px;
    overflow-y: scroll;
}

.filter-items input[type="checkbox"] {
    margin-right: 10px;
}

.filter-items ul {
    list-style: none;
    padding-left: 20px;
    display: none;
}

.filter-items li.active>ul {
    display: block;
}

.Filter-mobile {
    display: none;
}

.filter-hadding {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px;
    gap: 10px;
    background: #f7f8fd;
    border-radius: 8px;
    margin-top: 15px;
}

.filter-sidebar {
    display: none;
    position: fixed;
    transition: left 5s ease;
    background: #fff;
    z-index: 2;
    width: 100%;
    top: 0;
    height: 100vh
}

.filter-sidebar.open {
    left: 0;
    animation: slideIn 0.3s forwards;
}

.filter-sidebar-close {
    position: fixed;
    right: 19px;
    top: 7px;
    font-size: 25px;
}


@keyframes slideIn {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}


/*checkout styling*/
.checkout-content {
    background: #f1f3f6;
}

.checkout-section {
    background: #ffff;
    box-shadow: 0px 0px 5px #c4c4c4;
}

.checkout-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.csh-left {
    display: flex;
    gap: 10px;

}

.csh-left span {
    background: #f5f3f3;
    padding: 0px 10px;
    height: 50%;
    border-radius: 5px;
    color: #3466ba;
}

.csh-left-h h6 {
    color: #878787;
    font-size: 18px;
}

.csh-left-h i {
    color: #3466ba;
}

.csh-left-h p {
    font-size: 13px;
    margin: 0;
}

.csh-right p {
    margin: 0;
    padding: 5px 20px;
    border: 1px solid #c4c4c4;
    color: #6674f0;
    cursor: pointer;
}

.checkout-change-headding {
    display: flex;
    padding: 15px;
    background: #2874f0;
    gap: 10px;

}

.checkout-change-headding span {
    height: 50%;
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    color: #2874f0;
}

.checkout-change-headding h6 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.chackout-login {
    padding: 15px;
}

.bg-pera {
    color: #878787 !important;
    font-size: 13px;
}

.bg-span {
    color: #2874f0;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.checkout-login-right p {
    font-size: 14px;
    color: #000;
}

.checkout-login-right i {
    color: #2874f0;
    margin-right: 10px;
    font-size: 17px;
}

.checkout-btn {
    color: #fff;
    width: 100%;
    border: none;
    background: #fb641b;
    padding: 10px;
    border-radius: 0;
}

.checkout-address-hedding {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.checkout-address-name span {
    font-size: 14px;
    font-weight: 600;
}

.checkout-address-edit span {
    font-size: 14px;
    cursor: pointer;
    color: #2874f0;
}

.checkout-address {
    padding: 15px;
}

.checkout-address p {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 0;
}

.checkout-address-btn {
    margin-top: 10px;
    width: 40%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 25px;
}

.checkout-address-form {
    padding: 15px;
    background-color: #f5faff;
    display: none;

}

.address-filed {
    border: 0.5px solid #c4c4c4;
    background: #fff;
    margin: 10px 0 0 0;
    padding: 0 10px 5px 10px;
}

label.address-form-lable {
    font-size: 12px;
    color: #758496;
}

.address-filed input {
    border: none;
    outline: none;
    padding: 0;
    width: 100%;
}

.address-filed textarea {
    resize: vertical;
    width: 100%;
    border: none;
    outline: none;
}

button.btn-cancel {
    background: none;
    border: none;
    color: #4b74f0;
    font-weight: 500;
}

.openbox-Delivery {
    display: flex;
    align-items: start;
    gap: 10px;
}

.openbox-Delivery img {
    width: 10%;
}

.openbox-Delivery-content p {
    margin: 0;
    font-weight: 500;
}

.openbox-Delivery-content span {
    font-size: 14px;
    color: #2874f0;
    font-weight: 500;
}

.order-item {
    gap: 10px;
    display: flex;
    align-items: center;
}

.order-item-img {
    width: 10%;
}

.order-item-img img {
    width: 100%;
}

.checkout-change-info {
    display: none;
}

.checkout-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dotted;
    padding-top: 20px;
}

.checkout-total p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.safeandscure {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.safeandscure img {
    width: 12%;
}

.safeandscure span {
    font-size: 13px;
}

.Refund-popup {
    display: none;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #00000059;
    z-index: 1;
}

.Refund-popup-content {
    width: 60%;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 2;
    height: 80%;
    overflow: auto;
    transform: translate(-50%, -50%);
    padding: 15px;
    font-size: 14px;
    text-align: center;
}

.Refund-popup-content ul {
    list-style: number;
    text-align: start;
    line-height: 2.5;
}

.close-Refund-popup {
    position: fixed;
    top: 10%;
    right: 17%;
    font-size: 26px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}

.show-refund {
    cursor: pointer;
}

.place-order-btn {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #c4c4c4;
    background: #fafafa;
}

@media screen and (max-width: 959px) {
    body {
        overflow-x: hidden;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
        padding: 10px 15px;
        box-shadow: 0px 0px 5px #c4c4c4;
    }

    .hamburger i {
        font-size: 20px;
        padding: 5px;
        border: 1px solid #c4c4c4;
        border-radius: 5px;
        box-shadow: 0px 0px 2px #c4c4c4;
    }

    .mobile-logo {
        text-align: center;
    }

    .mobile-logo img {
        width: 100px;
    }

    .header-mobile-rigth {
        float: right;
    }

    #overlaye {
        display: none;
        width: 100%;
        background: #616060ba;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 2;
    }

    #slide-menu {
        display: none;
        width: 80%;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 2;
    }

    .category-slide {
        display: none;
    }

    .side-box {
        display: none;
    }

    .banner-swiper {
        margin-top: 5px;
    }

    .best-prod-left p {
        font-size: 12px;
    }

    .best-prod-header-right button {
        font-size: 10px;
    }

    .health-tip-img img {
        height: 200px;
        object-fit: contain;
    }

    .heatlth-tip-content {
        position: none;
        top: 0;
        transform: translateY(0);
        padding: 20px;
        text-align: center;
    }

    .box-image img {
        margin-bottom: 15px;
    }

    .discount-right img {
        position: relative;
        width: 100%;

    }

    .discount-left {
        padding-top: 1.375rem;
        padding-bottom: 1.375rem;
    }

    .discount-details h2 {
        font-size: 22px;
    }

    .navigation-bar {
        padding: 5px 0;
        font-size: 12px;
    }

    .product-content {
        padding: 5px;
    }

    .product-title h1 {
        font-size: 19px;
    }

    .product-meta {
        gap: 15px;
    }

    .product-top-items {
        font-size: 12px;
        border-right: none;
        padding: 0;
    }

    .product-big-image {
        width: 100%;
        height: 350px;
    }

    .product-price {
        margin-top: 15px;
    }

    .side-box-item-icon {
        width: 10%;
    }

    .side-section {
        margin-top: 40px;
    }

    .product-qty {
        padding: 0 10px;
    }

    .product-qty button {
        width: 30px;
    }

    .details-header {
        display: flex;
        align-items: start;
        gap: 10px;
        flex-direction: column;
    }

    .details-content h5 {
        font-size: 15px;
    }

    .rating-star {
        border-right: none;
        padding-right: 0px;
        display: flex;
        align-items: center;
    }

    .modal-content img {
        height: 80vh;
        object-fit: contain;

    }

    /*Cart-item media*/
    .cart-item-desktop {
        display: none;
    }

    .cart-item-mobile {
        display: block;
    }

    .cart-heading {
        display: none;
    }

    .cart-item-img img {
        width: 100%;
    }

    .cart-item-name {
        font-size: 14px;
    }

    .cart-item-detail-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-qty input {
        width: 30px;
    }

    .cart-item-detail-price p {
        margin: 0;
    }

    /*Login page styleing*/
    .login-content h2 {
        padding-top: 10px;
        font-size: 24px;
    }

    .login-register {
        padding: 0;
    }

    .login-left {
        height: 285px;
        flex-direction: column;
    }

    .business-img {
        width: 100%;
    }

    .login-register-btn {

        align-items: start;
        flex-direction: row;
    }

    .login-btn {
        height: 100%;
    }

    .login-right {
        height: 400px;
        margin-top: 10px;
    }

    .login-right h5 {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .form-flid {
        margin-top: 2rem;
    }

    .forget-form p {
        font-size: 14px;
    }

    /*shop page styleing*/
    .Filter-mobile {
        display: block;
    }

    .checkout-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .csh-left-h h6 {
        font-size: 16px;
    }

    .Refund-popup-content {
        width: 94%;
    }

    .close-Refund-popup {
        top: 3%;
        right: 47%;
    }

    .order-item-img {
        width: 30%;
    }

    .checkout-address-btn {
        width: 100%;
    }

    .place-order-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 13px 10px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
        padding: 20px;
    }

    .hamburger i {
        font-size: 20px;
        padding: 5px;
        border: 1px solid #c4c4c4;
        border-radius: 5px;
        box-shadow: 0px 0px 2px #c4c4c4;
    }

    .mobile-logo {
        text-align: center;
    }

    .mobile-logo img {
        width: 150px;
    }

    .header-mobile-rigth {
        float: right;
    }

    #overlaye {
        display: none;
        width: 100%;
        background: #616060ba;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 2;
    }

    #slide-menu {
        display: none;
        width: 80%;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 2;
    }

    .category-slide {
        display: none;
    }

    .side-box {
        display: none;
    }

    .health-tip-img img {
        height: 200px;
        object-fit: contain;
    }

    .heatlth-tip-content {
        position: none;
        top: 0;
        transform: translateY(0);
        padding: 20px;
        text-align: center;
    }

    .box-image img {
        margin-bottom: 15px;
    }

    /*Cart item-media*/
    .cart-item-desktop {
        display: none;
    }

    .cart-item-mobile {
        display: block;
    }

    .cart-heading {
        display: none;
    }
}