.product-link-wrapper {
    background-color: #f1f1f1;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    justify-content: start;
    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.suggestions-list ul li a {
    width: 100%;
    display: flex;
    gap: 10px;
}

.product-link-wrapper img {
    width: 100%;
    height: auto;
    transition: opacity 0.2s;
}

.product-link-wrapper span {
    display: block;
    margin-top: 8px;
    text-align: center;
}

.suggestions-list {
    width: 100%;
}

/* Visual feedback for touch */
.product-link-wrapper.active-touch {
    opacity: 0.8;
}

/* Fix for iOS devices */
@supports (-webkit-touch-callout: none) {
    .product-link-wrapper {
        outline: none;
    }
}

.product-link-wrapper img {
    width: 100%;
    height: auto;
}

.product-link-wrapper span {
    display: block;
    margin-top: 8px;
    text-align: center;
}

.product-link-wrapper:hover {
    background-color: #e9e5e5;
}

.product-link-wrapper {
    cursor: pointer !important;
    user-select: none;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.product-link-wrapper img {
    width: 100%;
    height: auto;
    transition: opacity 0.2s;
}

.product-link-wrapper span {
    display: block;
    margin-top: 8px;
    text-align: center;
}

/* Visual feedback for touch */
.product-link-wrapper.active-touch {
    opacity: 0.8;
}

a.product-link-wrapper {
    display: flex;
}

/* Fix for iOS devices */
@supports (-webkit-touch-callout: none) {
    .product-link-wrapper {
        outline: none;
    }
}

@media (max-width: 1400px) {
    .exo-menu>li>a {
        font-size: 12px;
    }

    .mega-menu-wrap h2 {
        font-size: 17px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    ul#product-list li a.product-img {
        height: 285px;
        display: block;
        overflow: hidden;
        border-radius: 20px;
    }

    .like-card a.product-img {
        height: 280px;
    }

    .tabs .tab-btn:nth-of-type(1) {
        width: 32%;
    }

    .product-list-tittle {
        text-align: center;
        padding: 20px 10px 0px 10px;
    }

    .payement-detail-btn {
        margin: 55px 0px 50px 0px;
    }

    .map-ftr iframe {
        height: 95px;
    }

    .social-icon li:nth-child(1) img {
        width: 24px;
    }

    .social-icon li:nth-child(2) img {
        width: 11px;
    }

    .product-link-wrapper {
        height: 170px;
    }

    .checkbox-container label {
        position: relative;
        padding-left: 22px;
    }

    .checkbox-container label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 13px;
        height: 13px;
    }

    .checkbox-container input[type="checkbox"]:checked+label::after {
        content: "✔";
        position: absolute;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 8px;
        color: #fff;
    }

    span.selectedCode {
        font-size: 15px;
    }

    .product-info h1 {
        font-weight: 400;
        line-height: 31px;
        padding-bottom: 10px;
    }

    .center-section img {
        width: 45%;
        padding-top: 5px;
    }

    span.logo-text {
        font-size: 17px;
        letter-spacing: 1.3px;
    }

    .pro-code {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .mega-menu-wrap ul li a {
        font-size: 15px;
        line-height: 33px;
    }

    .menu-item-three ul li p {
        font-size: 14px;
        line-height: 28px;
    }

    span.current-price {
        font-size: 12px;
        line-height: 24px;
    }

    span.original-price {
        font-size: 12px;
        line-height: 24px;
    }

    .flase-sale-right h2 {
        text-align: center;
        font-size: 22px;
    }

    a.promo-view {
        font-size: 16px;
    }

    .day-count span {
        font-size: 16px;
    }

    .day-count {
        padding-top: 5px;
    }

    h2 {
        font-size: 25px;
    }

    .flase-sale-right {
        padding: 20px;
    }

    .price-detail span.current-price {
        display: inline;
        width: auto;
        font-size: 22px;
    }

    .price-detail span.small-text {
        font-size: 21px;
    }

    .categories-section ul li span {
        font-size: 16px;
        line-height: 26px;
    }

    .categories-section {
        padding: 35px 0px 0px 0px;
    }

    .categories-section ul li {
        padding-bottom: 28px;
    }

    .floral-heading h2 {
        font-size: 72px;
        line-height: 61px;
    }

    .floral-heading span {
        font-size: 31px;
        line-height: 54px;
    }

    .payment-method a:first-child img {
        width: 93px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    footer h2 {
        font-size: 15px;
    }

    .featured-link a {
        font-size: 12px;
        line-height: 20px;
    }

    .quick-link a {
        font-size: 12px;
        line-height: 20px;
    }

    .contact-link p {
        font-size: 12px;
        line-height: 20px;
        width: 65%;
    }

    .contact-link a {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 13px;
    }

    .location-ftr {
        padding-bottom: 13px;
    }

    ul.payment-list li img {
        width: 54px;
    }

    .owl-carousel.owl-theme.like-product.owl-loaded.owl-drag .owl-item img {
        height: 290px;
    }

    .pay-ftr ul {
        padding-top: 5px;
    }

    a.shop-location {
        padding-top: 13px;
        font-size: 13px;
    }

    .terms-ftr a {
        font-size: 12px;
    }

    .copy-right a {
        font-size: 14px;
    }

    .order-success h1 {
        font-size: 26px;
    }

    .order-success h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .order-success h3 {
        font-size: 15px;
    }

    .order-success a {
        font-size: 14px;
    }

    .order-success-section {
        min-height: 575px;
    }

    .order-failure-section {
        min-height: 575px;
    }

    .empty-bg-section {
        min-height: 575px;
    }

    .order-success h3 {
        padding: 13px 0px;
    }

    .change-mob-popup h2 {
        font-size: 19px;
    }

    .add-num label {
        font-size: 16px;
        padding: 6px 0px;
        display: block;
    }

    .change-mob-popup {
        padding: 13px 27px;
    }

    .dropdown-btn img {
        width: 34px;
        padding-left: 10px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {
        font-size: 25px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab ul li a {
        font-size: 14px;
        font-weight: 600;
    }

    .add-new-items a {
        padding: 15px 5px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content p {
        font-weight: 400;
        color: #333;
        line-height: 23px;
        font-size: 15px;
    }

    .form-submit button {
        font-size: 12px;
        min-width: 175px;
        min-height: 40px;
        letter-spacing: 1px;
    }

    .popup-content .close-btn {
        position: absolute;
        top: 5px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content .order-item-numm p {
        line-height: 22px;
        font-size: 15px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content .order-item-expect p {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content .order-item-numm a {
        font-size: 14px;
        padding: 5px 0px
    }

    .order-info h2 {
        font-size: 17px;
        line-height: 16px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content .price {
        font-size: 15px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content .order-info p {
        font-size: 14px;
        line-height: 26px;
    }

    .order-header {
        margin-bottom: 10px;
        padding: 15px 25px;
    }

    .tabs button:last-child {
        margin-left: -37px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content .order-returns a {
        font-size: 14px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content .order-returns p {
        font-size: 13px;
    }

    .order-summary h3 {
        font-size: 21px;
    }

    .order-summary h4 {
        font-size: 22px;
        padding-bottom: 0px;
    }

    .discount-num {
        margin-bottom: 0px;
    }

    .sub-to {
        margin-bottom: 0px;
    }

    span.current-price {
        padding-right: 6px;
    }

    .proceed-btn a {
        font-size: 17px;
    }

    .order-summary span {
        font-size: 18px;
        line-height: 24.49px;
    }

    .order-summary h4 {
        font-size: 20px;
    }

    .item-details a {
        font-size: 16px;
        line-height: 30px;
    }

    .free-deliv {
        gap: 10px;
    }

    .my-bag h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-list-item ul li a img {
        height: auto;
        object-fit: cover;
    }

    .product-price a {
        font-size: 19px;
        padding-bottom: 0px;
    }

    .categories-section ul li .product-list {
        height: 170px;
    }

    .owl-carousel.owl-theme.owl-banner .item img {
        height: 485px;
        object-fit: cover;
    }

    section.banner-slider.sm-none {
        min-height: 70vh;
    }

    .price-detail span.original-price {
        font-size: 20px;
    }

    section.sub-icon ul {
        margin: 0 auto;
    }

    span.small-text {
        font-size: 15px;
    }

    .product-list-tittle h1 {
        font-size: 25px;
    }

    .owl-carousel.owl-theme.like-product.owl-loaded.owl-drag .owl-nav img {
        width: 20px;
    }

    .dropdown-content-filter ul li {
        font-size: 15px;
    }

    .count-list span {
        font-size: 15px;
    }

    .main-image {
        padding-left: 20px;
    }

    .prev-btns {
        left: 28px;
    }

    span.count {
        top: 26px;
        right: 29px;
        font-size: 8px;
        height: 13px;
        width: 13px;
    }

    .right-section img {
        width: 19px;
    }

    .right-section ul li:first-child img {
        width: 20px;
    }

    .left-section img {
        width: 20px;
    }

    .map-ftr {
        padding: 6px 0px;
    }

    ul.payment-list li img {
        width: 60px;
    }

    section.sub-icon ul li:nth-child(2) img {
        width: 24px;
    }

    section.sub-icon ul li:nth-child(3) img {
        width: 22px;
    }

    section.sub-icon ul li:nth-child(1) img {
        width: 17px;
    }

    .add-to-bag {
        font-size: 16px;
    }

    .buy-now {
        font-size: 16px;
    }

    .tabs-like label {
        font-size: 16px;
        font-weight: 500;
        line-height: 19.8px;
        max-width: max-content;
        padding: 10px 30px;
    }

    .left-section {
        width: 10%;
    }

    .right-section {
        align-items: end;
        width: 10%;
        justify-content: end;
    }

    .top-content .sm-none {
        text-align: center;
    }

    .dropdown-products span {
        color: #1E1E1E;
        font-size: 19px;
    }

    .my-bag h2 {
        font-size: 21px;
    }

    h2.delivery-tp {
        margin-bottom: 0;
    }

    .sort-options label {
        font-size: 19px;
    }

    .change-mob-popup .close {
        top: 5px;
        right: 15px;
    }

    .form-sender h2 {
        margin-bottom: 20px;
    }

    span.small-text {
        font-size: 15px;
    }

    span.original-price {
        width: auto;
    }

    span.current-price {
        font-size: 13px;
    }

    span.original-price {
        font-size: 13px;
    }

    .product-list-item .product-price a {
        font-size: 15px;
    }

    section.check-out-section .placeholder {
        position: absolute;
        top: 48%;
    }

    .menu-item-three ul li img {
        height: 255px;
    }

    .owl-carousel.owl-theme.like-product.owl-loaded.owl-drag .owl-item img {
        height: auto;
        object-fit: fill;
    }

    .verify-btn {
        width: 80%;
        max-width: 420px;
    }

    .quantity-input {
        width: 60px;
        text-align: center;
        font-size: 20px;
    }

    .d-flex.wr-2 h2 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .exo-menu>li>a {
        font-size: 10px;
    }

    .exo-menu>li>a {
        padding: 19px 5px;
    }

    .menu-item-three ul li p {
        font-size: 10px;
        line-height: 28px;
    }

    span.small-text {
        font-size: 10px;
    }

    span.original-price {
        font-size: 9px;
    }

    span.current-price {
        font-size: 10px;
    }

    .day-count div {
        text-align: center;
        padding: 0px 5px;
    }

    .categories-section ul li img {
        width: 95px;
        max-height: 195px;
    }

    .categories-section ul li span {
        font-size: 14px;
        line-height: 21px;
    }

    .contact-link img {
        padding-right: 10px;
    }

    .contact-link a {
        font-size: 9px;
        line-height: 20px;
        padding-bottom: 17px;
    }

    .map-ftr iframe {
        border-radius: 13px;
        height: 71px;
        width: 184px;
    }

    ul.payment-list li img {
        width: 48px;
    }

    .product-list-item ul li a img {
        height: 240px;
        object-fit: fill;
    }

    .order-summary span {
        font-size: 11px;
        line-height: 24.49px;
    }

    .form-sender {
        width: 80%;
    }

    input[type="text"]::placeholder {
        font-size: 15px;
    }

    .promo-code li:first-child img {
        width: 19px;
        height: auto;
    }

    .receiver-form {
        width: 80%;
        margin: 0 auto;
    }

    .receiver-form {
        width: 80%;
        margin: 0 auto;
    }

    section.banner-slider.sm-none {
        min-height: 35vh;
    }

    footer h2 {
        font-size: 11px;
    }

    .sort-options {
        margin-bottom: 20px;
        position: absolute;
        right: 0px;
        top: -12px;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab ul li a {
        font-size: 12px;
        font-weight: 600;
    }

    .change-mob-popup {
        width: 65%;
    }

    .popup-content {
        max-width: 83%;
    }

    .product-list-item .product-price a {
        font-size: 13px;
    }

    .tabs .tab-btn:nth-of-type(1) {
        width: 53%;
    }

    .tabs button:last-child {
        margin-left: -37px;
        width: 45%;
    }

    .order-info h2 {
        font-size: 13px;
        line-height: 24px;
    }

    .buy-now {
        width: 50%;
        padding: 20px 18px;
        text-align: center;
    }

    .add-to-bag {
        padding: 14px 24px;
        width: 50%;
        text-align: center;
        border-radius: 30px;
    }

    .add-to-bag {
        font-size: 11px;
    }

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

    .owl-carousel.owl-theme.like-product.owl-loaded.owl-drag .owl-item img {
        height: 280px;
        object-fit: fill;
    }
}

@media (max-width:768px) {
    .owl-carousel.owl-theme.owl-banner .item img {
        height: 100% !important;
        object-fit: cover;
    }

    section.sub-icon {
        padding: 15px 0px;
        min-height: 50px;
    }

    .date-delivery input[type="date"] {
        min-height: 50px;
    }

    .overlay-text {
        flex-direction: column;
    }

    .overlay-text h2 {
        font-size: 22px;
        line-height: 20px;
        padding-top: 16px;
    }

    .overlay-text p {
        font-size: 9px;
        line-height: 28px;
    }

    .round-icon img {
        width: 43px;
    }

    .flas-text {
        width: 99%;
        margin: 0 auto;
    }

    .round-icon {
        padding-left: 0px;
        width: 100%;
    }

    .hours {
        border-left: 1px solid #000000;
        border-right: none;
    }

    .seconds {
        display: none;
    }

    .day-count div {
        text-align: center;
        padding: 0px 15px;
    }

    .minutes {
        display: none;
    }

    .day {
        border-right: none;
    }

    .categories-section ul li {
        width: 100%;
        padding-bottom: 0px;
        padding-top: 15px;
    }

    .categories-section ul li .product-list {
        height: 96px;
        align-items: center;
        position: relative;
        z-index: 9999;
        pointer-events: auto;
    }

    .categories-section ul li .product-list img,
    .categories-section ul li .product-list span {
        pointer-events: none;
    }

    .categories-section ul li span {
        font-size: 15px;
        font-weight: 500;
        line-height: 16px;
        padding: 0;
        margin-right: 10px;
        width: 61%;
        display: block;
        text-align: right;
    }

    .categories-section ul li img {
        width: 100px !important;
        padding-bottom: 0px;
        max-height: 87px;
        padding-left: 15px;
    }

    h2 {
        font-size: 19px;
        line-height: 40px;
        font-weight: 600;
    }

    .fav_card img {
        width: 100%;
        height: max-content;
    }

    .categories-section ul {
        padding-top: 5px;
    }

    .floral-left {
        padding: 10px;
        flex-direction: column;
        width: 70%;
    }

    .floral-heading h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .floral-heading span {
        font-size: 21px;
        line-height: 35px;
    }

    .floral-heading {
        width: 100%;
    }

    .floral-right img {
        width: 100%;
        min-height: 210px;
    }

    .floral-right {
        width: 30%;
    }

    .payment-method {
        display: flex;
        gap: 15px;
        padding-top: 20px;
    }

    .floral-heading h2 {
        display: block;
        width: 100%;
    }

    .floral-heading a {
        background-color: #1E1E1E;
        min-width: 100px;
        padding: 10px;
        font-size: 13px;
    }

    .sm-none {
        display: none;
    }

    .lg-none {
        display: block;
    }

    section.fav_best_sellers {
        padding: 40px 0px 0px 11px;
    }


    section.flower-feeds-section {
        padding: 32px 0px 0px 0px;
    }

    ul.terms-mobile-vew li a span {
        text-transform: uppercase;
    }

    section.flower-feeds-section span {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .date-delivery {
        padding-bottom: 10px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    section.online-shop a {
        padding: 25px;
        font-size: 15px;
    }

    .featured-link {
        width: 100%;
        display: none;
    }

    .quick-link {
        width: 100%;
        display: none;
    }

    .contact-link {
        width: 100%;
        display: flex;
        border-bottom: 1.2px solid #BF9151;
        padding-bottom: 15px;
    }

    nav {
        border-bottom: none;
    }

    .contact-link h2 {
        display: none;
    }

    .map-ftr {
        padding: 0px 0px;
        text-align: right;
        width: 50%;
    }

    .map-ftr iframe {
        border-radius: 13px;
        width: 85%;
        height: 99px;
    }

    .ftr-location {
        width: 50%;
    }

    .contact-link p {
        font-size: 15px;
        line-height: 20px;
        width: 100%;
    }

    .location-ftr {
        padding-bottom: 5px;
        width: 100%;
    }

    .contact-link img {
        padding-right: 10px;
        width: 23px;
    }

    .contact-link a {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 2px;
    }

    .pay-ftr h2 {
        display: none;
    }

    .pay-ftr {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0px 0px;
        border-top: 1.2px solid #BF9151;
        padding-top: 20px;
    }

    ul.payment-list {
        order: 2;
    }

    ul.social-icon {
        order: 1;
    }

    .terms-ftr {
        display: none;
    }

    ul.terms-mobile-vew li a {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    ul.terms-mobile-vew {
        padding: 20px 0px;
    }

    .center-section img {
        padding-top: 0px;
        width: 35%;
    }

    .left-section {
        width: 85%;
        justify-content: end;
        gap: 2px;
        padding: unset;
        position: absolute;
        top: 30px;
        right: 85px;
    }

    .vertical-dashboard ul li img {
        width: 40%;
    }

    .dashboard-mob.open ul li a {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .dashboard-mob.open ul {
        display: flex;
        flex-direction: column;
        gap: 23px;
        width: 90%;
        margin: 0 auto;
    }

    .dashboard-mob.open ul li {
        border-bottom: 0.5px solid #A7A9A2;
        padding-bottom: 20px;
    }

    .user-name-mob {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0px;
    }

    .user-name-mob p {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
    }

    .user-name-mob p span {
        font-size: 17px;
        font-weight: 500;
        line-height: 25px;
        text-align: left;
    }

    .day-count h3 {
        font-size: 30px;
        line-height: 40px;
    }

    nav .content {
        display: none;
    }

    .product-list-tittle h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
    }

    .product-list-tittle span {
        font-size: 14px;
        line-height: 24px;
    }

    .product-list-item ul li {
        width: 47%;
        margin-bottom: 35px;
    }

    .main-image img {
        height: 100%;
    }

    .fav_list li img {
        height: 100%;
    }

    .product-list-item ul li a img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    a.product-img {
        height: 205px;
    }

    .product-price a {
        font-size: 14px;
    }

    .breadcrumb li {
        font-size: 12px;
        line-height: 30px;
    }

    .thumbnail-container {
        display: none;
    }

    .product-faq {
        width: 100%;
    }

    .main-image {
        position: relative;
        width: 100%;
    }

    .tabs-like label {
        font-size: 15px;
    }

    .product-info {
        width: 100%;
        padding-left: 0px;
    }

    .add-to-bag {
        padding: 19px 10px;
        text-align: center;
        border-radius: 50px;
        width: 50%;
    }

    .free-deliv img {
        padding-top: 5px;
    }

    .buy-now {
        padding: 19px 40px;
        text-align: center;
        color: #000000;
        width: 50%;
    }

    .additional-info {
        margin-top: 25px;
    }

    section.like-product-slider {
        padding: 20px 0px 0px 8px;
    }

    .info-share {
        padding-top: 25px;
    }

    .price-detail {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .tabs-like label {
        margin-top: 15px;
    }

    .info-share a {
        display: none;
    }

    .bag-item-list {
        width: 100%;
    }

    .coupon-order {
        width: 100%;
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .bag-list {
        flex-direction: column;
    }

    .step p {
        margin-top: 8px;
        font-size: 11px;
        line-height: 14.38px;
    }

    a.promo-view {
        font-size: 14px;
    }

    span#removePromoCode {
        font-size: 12px;
        right: 60px !important;
    }

    .step:not(:first-child)::before {
        visibility: hidden;
    }

    .header-back a {
        padding: 9px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
    }

    .right-checkout li a {
        color: #ffff;
        font-size: 9px;
    }

    .order-bg {
        height: 120px;
        margin-right: 5px;
        width: 100%;
    }

    li.order-list .order-bg {
        width: 80px;
        margin-right: 10px;
        height: 80px;
    }

    .product-gallery {
        flex-wrap: wrap;
    }

    div#free-delivery-message-desktop {
        display: none;
    }

    .fixed-app {
        z-index: 1;
    }

    .tabs {
        margin-top: 20px;
    }

    .status-tracking ul {
        overflow: hidden;
    }

    .status-tracking img {
        width: 18px;
        padding-right: 1px;
    }

    .add-delete {
        align-items: baseline;
    }

    .back-home {
        display: flex;
        align-items: center;
        padding-top: 10px;
    }

    .back-home h2 {
        text-align: center;
        width: 90%;
    }

    .promo-apply {
        display: none;
    }

    a.promo-apply-mob {
        font-size: 13px;
        font-weight: 600;
        line-height: 24.38px;
        text-align: left;
        text-transform: uppercase;
    }

    .promo-code li:first-child {
        justify-content: space-between;
    }

    .order-summary h3 {
        padding-bottom: 30px;
    }

    .free-deliv {
        padding-top: 10px;
        align-items: self-start;
        margin: 0 auto;
        padding-bottom: 5px;
    }

    .free-deliv p {
        text-align: left;
    }

    .form-sender {
        width: 100%;
    }

    .left-group {
        width: 100%;
        padding-bottom: 10px;
    }

    .right-group {
        width: 100%;
        padding-top: 10px;
    }

    .radio-button-group label:before {
        border: 2px solid #a49b9b;
    }

    .radio-button-group.pt {
        padding-bottom: 20px;
    }

    .radio-button-group {
        padding-bottom: 5px;
        flex-wrap: wrap;
    }

    .receiver-form {
        width: 100%;
        padding-bottom: 118px;
    }

    /*.order-summary .proceed-btn {
        display: none;
    }*/

    div#receiver-details {
        margin-bottom: 0px;
    }

    .order-views {
        display: flex;
    }

    div#popup .right-group {
        padding-bottom: 10px;
    }

    .d-flex.wr-2 {
        justify-content: space-between;
        align-items: baseline;
    }

    .d-flex.wr-2 h2 {
        font-size: 18px;
    }

    .proceed-btn {
        width: 100%;
        padding: 6px 0px;
        margin: 0 auto;
    }

    .lg-none.none {
        display: none;
    }

    .share-options a img {
        width: 30px;
    }

    .share-options {
        position: absolute;
        top: 38px;
        left: -13px;
        background-color: #fff;
        padding: 3px;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 10;
    }

    svg.bi.bi-chevron-left {
        color: #ffffff !important;
    }

    /*/

    li.order-list .order-header {
        flex-wrap: wrap;
    }*/

    .form-sender .right-group {
        width: 100%;
        padding-top: 0px;
    }

    .receiver-form .date-delivery {
        padding-bottom: 0px;
    }

    div#view-bag .item-details span.current-price {
        font-size: 15px;
    }

    .receiver-form .radio-button-group {
        display: flex;
        flex-direction: column;
    }

    h2.lg-none.pb {
        padding-top: 30px;
    }

    .ps {
        padding-top: 10px;
    }

    .row-group {
        padding-top: 10px;
    }

    .choose-payment-left {
        width: 100%;
    }

    .choose-payment-right {
        width: 100%;
    }

    form.payment-row {
        flex-wrap: wrap;
        padding: 0px 0px;
    }

    .order-summary {
        padding: 16px;
        margin-bottom: 80px;
    }

    .login-container form {
        width: 100%;
        padding-top: 30px;
    }

    .resend-otp {
        width: 100%;
        text-align: center;
    }

    .order-success h1 {
        font-size: 22px;
        line-height: 40px;
    }

    .order-success h2 {
        width: 90%;
        margin: 0 auto;
    }

    .empty-bg-section p {
        width: 90%;
    }

    .empty-bg-section {
        min-height: auto;
    }

    .order-success {
        min-height: 50vh;
    }

    .order-success img {
        width: 50%;
    }

    .product-list-item .product-price a {
        font-size: 14px;
        min-height: auto;
        line-height: 19px;
    }

    .filter-mob-accordion .filter-mob-accordion-item {
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 10px;
    }

    .apply-btn a {
        background: #1E1E1E;
        min-width: 95%;
        color: #fff;
        text-align: center;
        padding: 20px 55px;
        border-radius: 50px;
        margin: 0 auto;
        font-size: 20px;
        font-weight: 500;
        line-height: 13px;
        text-transform: uppercase;
    }

    .apply-btn {
        padding: 20px 0px;
        text-align: center;
        margin-top: 30px;
    }

    .filter-mob-accordion button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 0;
        color: #7288a2;
        font-size: 1.15rem;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;
    }

    .filter-mob-accordion button:hover,
    .filter-mob-accordion button:focus {
        cursor: pointer;
        color: #090909;
    }

    .filter-mob-accordion button:hover::after,
    .filter-mob-accordion button:focus::after {
        cursor: pointer;
        color: #262828;
        border: 1px solid #212323;
    }

    .filter-mob-accordion button .filter-mob-accordion-title {
        padding: 1em 1.5em 1em 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 13px;
        text-align: left;
        color: #1E1E1E;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
    }

    .filter-close {
        position: absolute;
        top: -65px;
        transform: translate(-50%, -50%);
    }

    .filter-mob-icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url('/images/banner.webp');
        background-size: contain;
        background-color: #D9D9D9;
        background-repeat: no-repeat;
        background-position: center;
    }

    .filter-mob-accordion button .filter-mob-icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border-radius: 22px;
    }

    .filter-mob-accordion button[aria-expanded='true'] {
        color: #000000;
    }

    .filter-mob-accordion button[aria-expanded='true'] .filter-mob-icon::after {
        width: 0;
    }

    .filter-mob-accordion button[aria-expanded='true']+.filter-mob-accordion-content {
        opacity: 1;
        max-height: 9em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }

    .filter-mob-accordion .filter-mob-accordion-content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 200ms linear, max-height 200ms linear;
        will-change: opacity, max-height;
    }

    .filter-mob-accordion .filter-mob-accordion-content p {
        font-size: 1rem;
        font-weight: 300;
        margin: 2em 0;
    }

    .like-filter-radio {
        font-family: Arial, sans-serif;
    }

    .like-filter-radio h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .radio-container {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .radio-container input[type="radio"] {
        display: none;
    }

    .radio-container .custom-radio {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 20px;
        background-color: #fff;
        position: relative;
        background: #D9D9D9;
    }

    .radio-container input[type="radio"]:checked+.custom-radio {
        background-color: #2E2381;
    }

    .radio-container input[type="radio"]:checked+.custom-radio::after {
        content: "✔";
        color: #fff;
        font-size: 14px;
        font-weight: 200;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .price-range input[type="range"] {
        width: 100%;
    }

    a.filter-button {
        background: #2E2381;
        color: #ffffff;
        padding: 17px 21px;
        border-radius: 40px;
        display: flex;
        align-items: center;
        gap: 15px;
        width: 207px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }

    section.h-3.lg-none {
        padding: 20px;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .filter-btn-mob {
        position: fixed;
        bottom: 30px;
    }

    .price-range {
        flex: unset;
        position: relative;
        width: 100%;
        display: flex;
        padding-bottom: 10px;
    }

    .filter-price-range {
        display: flex;
        flex-wrap: wrap;
        box-shadow: none;
        border: none;
    }

    .d-price {
        display: flex;
        gap: 40px;
        align-items: center;
    }

    .row-msg img {
        width: 28px;
    }

    .popup-content {
        max-width: 95%;
    }

    .phone-input input {
        width: 80%;
    }

    .popup-content .close-btn {
        position: absolute;
        top: 9px;
    }

    .tabs button:last-child {
        margin-left: -22px;
        width: 70%;
    }

    .tabs .tab-btn:nth-of-type(1) {
        width: 65%;
    }

    .status-tracking li {
        margin-right: 7px;
        font-size: 11px;
    }

    .order-header {
        margin-bottom: 10px;
        padding: 15px 10px;
    }

    .order-header p {
        font-size: 15px;
        line-height: 23px;
    }

    .order-header a {
        font-size: 10px;
    }

    .order-info h2 {
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 140px;
    }

    .order-item-numm {
        padding-right: 15px;
    }

    .order-returns a {
        font-size: 10px;
    }

    .order-returns p {
        font-size: 10px;
    }

    #search-popup {
        z-index: 9;
        width: 90%;
    }

    .reason-returns p {
        font-size: 10px !important;
        font-weight: 500 !important;
        color: #000000 !important;
        line-height: 14px !important;
    }

    section.floral-section img {
        width: 100%;
    }

    .center-section {
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }

    .feature-box {
        width: 100%;
    }

    section.banner-slider {
        min-height: 50vh;
    }

    .owl-carousel.owl-theme.owl-banner .owl-dots {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    a.toggle-menu {
        left: 5px;
        z-index: 99;
        color: #2e2381;
    }

    .right-section ul li:first-child {
        border-right: none;
        padding: 0;
    }

    .copy-right {
        padding: 0px 0px 15px 0px;
    }

    section.categories-section h2 {
        padding-bottom: 25px;
    }

    .tabs button {
        padding: 10px 8px;
    }

    .custom-modal-content {
        max-width: 95% !important;
    }

    .tabs .tab-btn:nth-of-type(1) {
        width: 65%;
    }

    .request-cancel button {
        min-width: max-content;
    }

    .vertical-dashboard ul li span {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 19px;
        line-height: 1.75rem;
        text-transform: uppercase;
    }

    .custom-modal-content h4 {
        line-height: 20px !important;
    }

    .custom-modal-content button {
        padding: 6px 55px !important;
    }

    div#ongoing-orders .order-place {
        flex-wrap: wrap;
        align-items: center;
    }

    input[type="text"]::placeholder {
        font-size: 15px;
    }

    div#ongoing-orders h4 {
        font-size: 17px;
        line-height: 30px;

    }

    div#Tab3 .orders-header {
        margin-bottom: 0px;
    }

    .dashboard-link {
        width: 15%;
    }

    .top-content {
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .dashboard-mob {
        top: 58px;
    }

    span.menu-icon-close svg.bi.bi-x-lg {
        fill: black;
    }

    section.online-shop {
        padding-top: 25px;
    }

    .owl-carousel.owl-theme.like-product.owl-loaded.owl-drag .owl-item img {
        height: auto !important;
        object-fit: fill;
        min-height: 110px;
    }

    .prev-btns,
    .next-btns,
    .zoom-btn {
        align-items: center;
        display: flex;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        justify-content: center;
    }

    .main-image {
        padding-left: 0px;
    }

    .proceed-btn a {
        background-color: #2e2381;
        color: #ffffff;
    }

    div#sender-details {
        padding: 0 20px;
    }

    .info-share h1 {
        text-transform: uppercase;
    }

    .color-option input[type="radio"]:checked+.color-circle::before {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
    }

    .color-options {
        margin-top: 0px;
        padding-top: 15px;
        min-height: 30px;
    }

    .quantity-selector {
        padding-top: 0px;
    }

    .add-delete p {
        font-size: 15px;
    }

    .order-items-summary .order-bg {
        width: 40%;
    }

    .order-items-summary .bag-item img {
        width: 90px;
        height: 135px;
        object-fit: contain;
        text-align: center;
    }

    .info-item p {
        font-size: 17px;
    }

    .btn-fixed {
        position: fixed;
        bottom: 0px;
        background-color: #fff;
        width: 100%;
        padding: 0px 15px;
        z-index: 9999;
    }

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

    .prev-btns {
        left: 5px;
    }

    .next-btns {
        right: 5px;
    }

    .price-detail span.current-price {
        font-size: 20px;
        font-weight: 600;
        line-height: 40px;
        font-family: 'Montserrat', sans-serif;
    }

    .price-detail span {
        font-weight: 600;
        font-size: 15px;
    }

    .info-item p {
        font-weight: 500;
    }

    .action-buttons button {
        font-size: 13px;
    }

    .action-buttons {
        margin: 20px auto;
    }

    .checkout-steps {
        margin-bottom: 0px;
        align-items: baseline;
        max-width: 100%;
        padding: 25px 0px;
    }

    .bag-list .bag-item {
        margin-top: 0px;
    }

    section.banner-slider.lg-none {
        min-height: 15vh;
    }

    section#flash_sale_sec_8 {
        display: none !important;
    }

    .bag-list {
        padding: 10px 0px;
    }

    .quantity-input {
        font-size: 16px;
        text-align: center;
        width: 40px;
    }

    .product-det-page .quantity-buttons {
        width: 100px;
    }

    .bag-list .quantity-buttons {
        width: 100px;
    }

    button.buy-now.buy-now-btn.stock-out {
        margin: 0 auto;
        color: #000 !important;
        width: 90%;
    }

    .dot-navigation {
        margin-bottom: 25px;
    }

    .circle-check {
        width: 36px;
        height: 36px;
    }

    .bag-item img {
        width: 100px;
        height: 100%;
        object-fit: cover;
        margin: 0;
    }

    span.small-text {
        font-size: 17px;
    }

    .delete-item img {
        height: 15px;
        width: 14px;
        margin-right: 4px;
    }

    .promo-code li {
        padding: 14px 30px;
    }

    .promo-code li:first-child {
        background-color: #f2f2f2;
        padding: 10px 10px;
        gap: 9px;
    }

    .promo-code li:first-child img {
        width: 24px;
        height: auto;
    }

    .date-delivery input {
        color: #000 !important;
        text-align: left !important;
    }

    .total p span {
        font-weight: 300;
    }

    .proceed-btn-fixed {
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-top: 10px;
        z-index: 1000;
    }

    .unicode_input_with_arrows {
        display: inline-flex;
        align-items: center;
        background-color: #f0f0f0;
        border-radius: 25px;
        padding: 5px 5px;
        gap: 0px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .send-detail-btn {
        margin: 8px 0px 13px 0px;
        text-align: center;
    }

    .payement-detail-btn {
        margin: 20px 0px 13px 0px;
        text-align: center;

    }

    div#receiver-details {
        padding: 0px 20px;
    }

    .share-modal-content {
        position: absolute;
        bottom: 90px !important;
    }

    .form-sender {
        padding: 0px 0px;
        padding-bottom: 125px;
    }

    .price p {
        font-size: 13px;
    }

    .payement-detail-btn a {
        font-size: 14px;
        min-width: 95%;
        display: inline-block;
    }

    .proceed-btn a {
        font-size: 16px;
        font-weight: 600;
    }

    .send-detail-btn a {
        font-size: 14px;
        display: inline-block;
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content {

        padding: 7px 4px 0px 0px;
    }

    .order-section ul {
        padding-left: 0;
    }

    .right-tab-content .container {
        max-width: 100%;
        width: 100% !important;
        padding: 0 !important;
    }

    .right-tab-content {
        width: 100%;
        padding-left: 0;
    }

    .change-mob-popup {
        width: 95%;
    }

    div#Tab1 .right-group {
        padding-top: 0px;
    }

    .change-mob-popup .close {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    #vertical-tab {
        padding: 12px 0px 45px 0;
    }

    div#Tab1 .form-submit {
        padding-bottom: 0px;
    }

    .address-book {
        min-height: 50vh;
    }

    .filter-mob-accordion button .filter-mob-icon::before {
        content: '';
        display: block;
        position: absolute;
        top: -9px;
        left: 22%;
        transform: translateX(-50%);
        width: 22px;
        height: 22px;
        background-image: url(../images/icons/filter-btm.png);
        background-size: 40%;
        background-repeat: no-repeat;
        transform: translateX(-50%) rotate(180deg);
    }

    .filter-mob-accordion button .filter-mob-icon::after {
        content: '';
        display: block;
        position: absolute;
        top: 9px;
        left: 70%;
        transform: translateX(-50%);
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .filter-mob-accordion button[aria-expanded='true'] .filter-mob-icon::before {
        display: none;
    }

    .filter-mob-accordion button[aria-expanded='true'] .filter-mob-icon::after {
        display: block;
        background-image: url(../images/icons/filter-tp.png);
        background-color: #2E2381 !important;
        position: absolute;
        top: 0px;
        left: 53%;
        transform: translateX(-50%);
        width: 22px;
        height: 22px;
        background-size: 10px;
        background-repeat: no-repeat;
        border-radius: 20px;
        background-position: center;
        transform: translateX(-50%) rotate(180deg);
    }

    #vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    ul.promo-code input[type="text"] {
        min-width: 225px;
    }

    .popup-content {
        width: 90%;
        max-height: 90vh;
        overflow: auto;
    }

    .my-bag .popup-content {
        width: 96%;
        padding: 20px 16px;
        padding-top: 25px;
    }

    .pro-code ul li a {
        padding-top: 10px;
    }

    .pro-code-row a {
        padding: 9px 28px !important;
    }

    .pro-code-row h3 {
        font-size: 17px;
    }

    .right-checkout {
        padding: 10px 0px;
        display: none;
    }

    span.count {
        top: 28px;
        right: 3px;
        font-size: 9px;
        height: 18px;
        width: 18px;
    }

    section.check-out-section {
        padding-bottom: 0px;
    }

    span.current-price {
        font-size: 16px;
    }

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

    span.small-text {
        font-size: 16px;
    }

    .order-summary span {
        font-size: 14px;
        line-height: 24.49px;
    }

    span#summary_total_2 {
        font-size: 18px;
    }

    span#summary_total {
        font-size: 18px;
    }

    .receiver-text p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    section.check-out-section h2 {
        font-size: 24px;
        line-height: 40px;
    }

    section.check-out-section .my-bag h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    section.check-out-section .input-group {
        position: relative;
        padding-bottom: 10px;
    }

    section.check-out-section .old-price {
        margin-left: 3px;
    }

    section.check-out-section .price p {
        font-size: 13px;
    }

    .d-price {
        gap: 17px;
    }

    section.check-out-section h2.lg-none.pb {
        padding-top: 10px;
    }

    .item-details-order a {
        font-size: 17px;
        font-weight: 400;
    }

    section.check-out-section .sub-to {
        margin-bottom: 0px;
        padding: 0px 0px;
    }

    .receiver-num {
        margin-bottom: 20px;
    }

    .textarea-container textarea {
        height: 75px;
        padding: 11px;
        font-size: 16px;
    }

    .phone-input input {
        font-size: 16px;
    }

    .receiver-num {
        width: 100%;
        min-width: 100%;
    }

    .radio-button-group {
        gap: 4px;
    }

    .bag-list .quantity-buttons {
        overflow: hidden;
        position: relative;
    }

    .bag-list .quantity-buttons button.increase-btn {
        position: absolute;
        right: 2px;
        top: 4px;
    }

    .bag-list .quantity-buttons .decrease-btn {
        left: 2px;
        top: 4px;
        position: absolute;
    }

    .change-mob-popup h2 {
        font-size: 14px;
        line-height: 28.76px;
    }

    .change-mob-popup {
        padding: 13px 10px;
    }

    .reason-returns {
        width: 94%;
    }

    .buy-now {
        font-size: 13px;
    }

    .order-details img {
        width: 100%;
    }

    .order-header-numb {
        padding: 15px 10px;
    }

    .bag-item-list .quantity-input {
        width: 100%;
        box-sizing: border-box;
    }

    .flase-sale-right {
        padding: 4px 0px 0px 0px;
    }

    .right-section {
        align-items: end;
        width: 20%;
        width: 100%;
        /* width: 15%; */
        gap: 20px;
    }

    .copy-right a {
        font-size: 14px;
    }

    ul.payment-list li img {
        width: 33px;
    }

    .pay-ftr ul {
        gap: 7px;
    }

    section.like-product-slider .owl-nav {
        display: none !important;
    }

    .free-deliv.sm-none {
        display: none !important;
    }

    .pro-code {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .otp-inputs input {
        width: 46px;
        height: 50px;
    }

    .main-image .price-detail {
        align-items: center;
    }

    .Suggestions-list {
        max-height: 355px;
        overflow: auto;
    }

    .owl-carousel.owl-theme.like-product.owl-loaded.owl-drag {
        padding-bottom: 0px;
    }

    .owl-carousel.owl-theme.like-product.owl-loaded.owl-drag .owl-dots {
        display: none;
    }

    .product-list-item ul {
        justify-content: space-between;
    }

    .like-card .product-price span.original-price {
        font-size: 15px !important;
    }

    .quantity-buttons {
        touch-action: manipulation;
    }

    section.sub-icon ul {
        width: 95%;
        margin: 0 auto;
        gap: 30px;
    }

    section.sub-icon ul li:nth-child(3) img {
        width: 18px;
    }

    section.sub-icon ul li:nth-child(2) img {
        width: 17px;
        padding-bottom: 11px;
    }

    section.sub-icon ul li:nth-child(1) img {
        width: 14px;
    }

    section.categories-section h2 {
        position: relative;
        padding-bottom: 25px;
        padding-left: 15px;
    }

    section.categories-section h2::before,
    section.categories-section h2::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: .8px;
        background-color: #BF9151;
    }

    section.categories-section h2::before {
        bottom: 29px;
    }

    section.categories-section h2::after {
        bottom: 25px;
    }

    section.flower-feeds-section.home-bg h2 {
        position: relative;
        padding-bottom: 18px;
        padding-left: 15px;
    }

    section.flower-feeds-section.home-bg .owl-flower-feeds {
        padding-left: 15px;
    }

    section.flower-feeds-section.home-bg span {
        padding-left: 15px;
    }

    section.flower-feeds-section.home-bg h2::before,
    section.flower-feeds-section.home-bg h2::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: .8px;
        background-color: #BF9151;
    }

    section.flower-feeds-section.home-bg h2::before {
        bottom: 20px;
    }

    section.flower-feeds-section.home-bg h2::after {
        bottom: 15px;
    }

    section.online-shop.home-bg .container {
        width: 100%;
    }

    section.online-shop.home-bg h2 {
        position: relative;
        padding-bottom: 25px;
        padding-left: 15px;
    }

    section.online-shop.home-bg .description {
        width: 95%;
        margin: 0 auto;
    }

    section.online-shop.home-bg h2::before,
    section.online-shop.home-bg h2::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: .8px;
        background-color: #BF9151;
    }

    section.online-shop.home-bg h2::before {
        bottom: 20px;
    }

    section.online-shop.home-bg h2::after {
        bottom: 15px;
    }

    section.flower-feeds-section.home-bg {
        padding-left: 0px;
    }

    section.categories-section .container {
        width: 100%;
    }

    section.categories-section ul {
        width: 95%;
        margin: 0 auto;
    }

    .item .top-right-icon {
        padding: 0px !important;
    }

    .item .top-right-icon {
        padding: 0px !important;
    }

    .social-icon li:nth-child(2) img {
        width: 21px;
        padding-left: 10px;
    }

    .bag-item-list ul li {
        margin-top: 14px !important;
    }

    .bag-item-list ul li:first-child {
        margin-top: 0 !important;
    }

    .sec3-product-name {
        -webkit-line-clamp: 2;
        white-space: normal;
        line-height: 1.4em;
        max-height: calc(2 * 1.4em);
    }

    .free-shipping {
        align-items: self-start;
    }

    .right-section ul {
        display: flex;
    }



    div#view-bag span.small-text {
        font-size: 15px;
    }

    section.flower-feeds-section.home-bg .owl-dots {
        display: none;
    }

    .container-left .owl-nav {
        display: none !important;
    }

    section.like-product-slider {
        padding-bottom: 20px;
    }

    div#ongoing-orders .order-place.b-btm {
        padding: 8px 0px !important;
    }

    div#ongoing-orders .order-place {
        padding-bottom: 0px !important;
        margin-bottom: 3px;
        gap: 9px;
    }

    .owl-carousel.order-carousel.owl-loaded.owl-drag {
        width: 42%;
    }

    .owl-carousel.order-carousel button.owl-next {
        position: absolute;
        right: -23px;
    }

    .checkbox-container {
        padding-top: 10px;
    }

    div#receiver-details .receiver-form .radio-button-group {
        padding-top: 8px;
    }

    div#receiver-details h2.ps {
        padding-bottom: 10px;
    }

    .receiver-feilds.reciever_block.f-2 {
        padding-bottom: 8px;
    }

    div#receiver-details.my-bag h2 {
        font-size: 20px;
        margin-bottom: 0 !important;
    }

    div#sender-details .form-sender h2 {
        margin-bottom: 14px;
    }

    div#sender-details .input-group {
        position: relative;
        padding-bottom: 5px;
    }

    div#sender-details .left-group {
        padding-bottom: 13px;
    }

    .main-image h1 {
        font-weight: 400;
    }

    .empty_items h2 {
        color: #B82B4D;
        font-weight: 600;
        text-align: center;
        display: block;
        font-size: 30px;
        line-height: 50px;
    }

    .product-list-tittle.top {
        padding-top: 0px;
    }

    section.online-shop h2 {
        line-height: 30px;
    }

    .empty_items img {
        width: 48%;
        margin: 0 auto;
        display: block;
    }

    .close-btn {
        position: absolute;
        top: 111px;
        right: 50px;
        cursor: pointer;
    }

    .offer_popup-content img {
        width: 90%;
    }

    span.logo-text {
        font-size: 14px;
        letter-spacing: .2px;
    }

    ul#product-list li a.product-img {
        height: 175px;
        display: block;
        overflow: hidden;
        border-radius: 20px;
    }

    .product-list-tittle {
        text-align: center;
        padding: 20px 0px 5px 10px;
    }

    .like-card a.product-img {
        height: 125px;
    }

    section.categories-section.mt-1 {
        padding-top: 12px;
        min-height: 260px;
    }

    section.categories-section.mt-1 h2 {
        padding-bottom: 0px;
    }

    .login-container.customer_login form {
        width: 100%;
        padding-top: 7px;
    }

    .login-container.customer_login {
        min-height: 310px;
    }

    section.categories-section.mt-1 h2::before {
        bottom: 2px;
    }

    section.categories-section.mt-1 h2::after {
        bottom: 6px;
    }

    .categories-section {
        padding: 19px 0px 0px 0px;
    }

    .owl-carousel.owl-theme.owl-banner.owl-loaded.owl-drag .item {
        height: 70vh !important;
    }

    .categories-section ul li .product-list {
        transition: none;
    }

    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .product-link-wrapper {
        height: 96px;
        align-items: center;
        pointer-events: auto;
    }

    * {
        touch-action: manipulation;
    }

    .login-container.customer_register .input-box .input-group {
        width: 100%;
        margin-bottom: 0px;
    }

    .login-container.customer_register form {
        width: 90%;
        padding-top: 0px;
    }



    .mb-w.lg-none {
        width: 100%;
    }

    .product-det-page .price-detail {
        align-items: center;
    }

    button.share-button.sm-none {
        display: none;
    }

    button.zoom-btn.share-button.lg-none {
        display: flex;
        height: 40px;
        width: 40px;
        background: rgb(255 255 255);
        color: #fff;
    }

    button.zoom-btn.sm-none {
        display: none;
    }

    .left-tab-tittle {
        display: none;
    }

    .like-product .item img {
        width: 100% !important;
    }

    .like-card a.product-img {
        height: 100%;
    }

    .main-image {
        max-height: 470px;
    }

    .dot-navigation {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .user-name-mob {
        padding-top: 60px;
    }

    .menu-icon-close {
        position: relative;
        z-index: 1000;
    }

    .dashboard-mob {
        z-index: 9;
    }

    .dashboard-mob {
        top: 0px;
    }

    .suggestions-list ul {
        padding: 0;
    }

    .right-tab-content .order-info {
        width: 60%;
    }
}

@media (hover: hover) and (pointer: fine) {
    .product-link-wrapper:hover {
        background-color: #e9e5e5;
    }
}