.categories-dropdown-wrap.style-2 {
    border: 1px solid #bce3c9;
    border-radius: 10px;
    padding: 21px !important;
}

.banner-img.style-2 {
    height: 424px;
}

.custom_count {
    display: inline-block;
    background-color: #bce3c9;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 20px;
    margin-left: 5px;
    font-size: 12px;
    color: #253d4e;
}

.main-menu > nav > ul > li > a.active {
    color: #fdc040 !important;
}

.main-menu > nav > ul > li ul.sub-menu li a.active {
    color: #fdc040 !important;
}

.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    a.active {
    color: #3bb77e !important;
}

.search-style-3 form button:hover {
    color: #fff;
}

.add-cart {
    width: 100%;
}

.cart_width_set_scroll {
    width: 335px;
}

.cart_height_set_scroll {
    max-height: 235px;
    overflow-y: auto;
}

.product-card-bottom .add-cart .add {
    width: 100%;
    text-align: center;
}

.search_bar_for_mobile_device_home {
    display: none;
}

.current-price {
    font-size: 40px !important;
    text-decoration: none;
    font-weight: 900;
}

#scrollUp {
    width: 32px;
    height: 32px;
    color: #253d4e;
    right: 28px;
    bottom: 50px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 999 !important;
    border: 2px solid #253d4e;
    background-color: #fff;
}

.cart_icon_mright_10 {
    margin-right: 10px;
}

.detail-extralink .detail-qty {
    margin: 0 7px -4px 0;
    background: #fff;
    border: 2px solid #3bb77e !important;
    font-size: 16px;
    font-weight: 700;
    color: #3bb77e;
    border-radius: 5px;
    padding: 11px 20px 11px 30px;
    max-width: 90px;
}

.apply-coupon button {
    min-width: 170px;
    height: 51px;
    border-radius: 0 10px 10px 0;
    background-color: #253d4e;
}

/* Order Tracking css start */
.my-grayBox {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 35px;
    margin-top: 20px;
    border-radius: 10px;
}

.pt45 {
    padding-top: 45px;
}

.my-order-tracking {
    text-align: center;
    position: relative;
    display: block;
}

.my-order-tracking .my-is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    z-index: 2;
}

.my-order-tracking .my-is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: 8px;
    left: 11px;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.my-order-tracking.my-completed .my-is-complete {
    background-color: #27aa80;
}

.my-order-tracking.my-completed .my-is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    opacity: 1;
}

.my-order-tracking p {
    color: #a4a4a4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.my-order-tracking p span {
    font-size: 14px;
}

.my-order-tracking.my-completed p {
    color: #000;
}

.my-order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.my-order-tracking:first-child::before {
    display: none;
}

.my-order-tracking.my-completed::before {
    background-color: #27aa80;
}

.my-order-details {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0;
}

.my-order-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.my-order-label {
    font-weight: 600;
    color: #555;
    flex: 1;
    margin: 0;
}

.my-order-value {
    font-weight: 400;
    color: #333;
    flex: 1;
    margin: 0;
    text-align: right;
}

.add_to_cart_flex{
   display: flex;
   gap:0.5rem;
}

.product-extra-link2 .button.button-add-to-cart {
  position: relative;
  padding: 0px 15px !important;
  border-radius: 5px;
  border: 0;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 14px !important;
  font-family: "Quicksand", sans-serif;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .my-order-details {
        padding: 30px;
    }

    .my-order-row {
        margin-bottom: 20px;
    }

    .my-order-label,
    .my-order-value {
        font-size: 18px;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .my-grayBox .row {
        flex-direction: column;
        align-items: center;
    }

    .my-order-tracking {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
    }

    .my-order-tracking::before {
        display: none; /* Hide the connecting line */
    }

    .my-order-tracking.my-completed::before {
        display: none; /* Ensure no line for completed stages */
    }

    .my-order-tracking .my-is-complete {
        margin-bottom: 20px; /* Add spacing below the icon */
    }

    .my-order-tracking p {
        margin-top: 10px; /* Adjust spacing for text */
    }
}
.my-order-tracking {
    text-align: center;
    position: relative;
    display: block;
}

.my-order-tracking .my-is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #f7be16; /* Default color */
    margin: 0 auto;
    transition: background 0.25s linear;
    z-index: 2;
}

.my-order-tracking .my-is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: 8px;
    left: 11px;
    border: 2px solid transparent;
    border-top: 2px solid white; /* Check if this color is visible */
    border-right: 2px solid white; /* Check if this color is visible */
    transform: rotate(45deg);
    opacity: 0;
}

.my-order-tracking.my-completed .my-is-complete {
    background-color: #27aa80; /* Completed color */
}

.my-order-tracking.my-completed .my-is-complete:after {
    border-color: #fff;
    opacity: 1;
}

.my-order-tracking p {
    color: #a4a4a4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.my-order-tracking.my-completed p {
    color: #000;
}
/* Order Tracking css end */

/* Mobile device bottom bar start */
.bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    /* Ensure the bottom bar is visible */
    justify-content: space-around;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 5px 0px 0px 0px;
    /* Adjust height */
    transform: translateY(0);
    /* Ensure the bottom bar is in place */
    border-radius: 24px 24px 0 0;
    /* Rounded corners at the top */
    z-index: 10;
    /* Ensure the bottom bar is on top of the content */
}

.bottom-bar-item {
    flex: 1;
    text-align: center;
}

.bottom-bar-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #555;
    font-size: 10px;
    /* Smaller text size */
}

.bottom-bar-link i {
    font-size: 15px;
    padding-top: 3px;
    margin-bottom: -3px;
}

.bottom-bar-link.active {
    color: #3bb77e;
}

.mobile-social-icon a {
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    transition-duration: 0.5s;
    height: 30px;
    width: 30px;
    display: inline-flex;
    background: #fff;
    border-radius: 30px;
    line-height: 1;
    align-content: center;
    justify-content: center;
  }

  .product-cart-wrap .product-content-wrap h2 {
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .product-cart-wrap .product-content-wrap .product-price span {
    font-size: 14px !important;
    font-weight: bold;
    color: #3BB77E;
  }

  .product-list-small .product-price {
    color: #3BB77E;
    font-size: 14px !important;
    font-weight: 700;
    margin-top: 10px;
  }

  .hotline p {
    color: #3BB77E;
    font-size: 20px !important;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    display: block;
    line-height: 1;
  }

/* Mobile device bottom bar end */

/* mobile responsive css here */
@media only screen and (max-width: 1199px) {
    .search_bar_for_mobile_device_home {
        display: block;
        margin-top: 10px;
    }

    .search-style-3 form input {
        border: 1px solid #bce3c9;
    }

    .home-slide-cover {
        margin-top: 0px !important;
    }

    .popular-categories {
        padding: 0px;
    }

    .bottom-bar {
        display: flex;
    }

    footer {
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .logo.logo-width-1 a img {
        width: 120px;
        /* min-width: 120px; */
    }

    .mobile-header-wrapper-style
        .mobile-header-wrapper-inner
        .mobile-header-top
        .mobile-header-logo
        a
        img {
        width: 120px;
    }

    .logo.logo-width-1 {
        margin-right: 0;
        position: absolute;
        /* left: 36%; */
        left: 34%;
        transform: translateX(-50%);
    }

    .detail-info .product-price {
        display: flex;
        align-items: center;
        margin: 15px 0px 30px 0;
        margin-top: 15px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .sslcommerz_footer_padding{
        padding-bottom:50px !important;
    }
    .mobile_device_mt_zero {
        margin-top: -10px !important;
    }

    .cart_icon_mright_10 {
        margin-right: 0px;
    }

    .padding_top30 {
        padding-top:30px !important;
    }
    .padding_bottom30 {
        padding-bottom:30px !important;
    }

    .small_device_product > div {
        flex-shrink: 0;
        max-width: 50%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

    .carausel-4-columns-cover .carausel-4-columns {
        overflow: hidden;
        /* margin: 0 auto; */
        max-width: 424px;
    }

    .btn,
    .button {
        display: inline-block;
        border: 1px solid transparent;
        font-size: 11px;
        font-weight: 700;
        padding: 6px;
        border-radius: 4px;
        color: #fff;
        border: 1px solid transparent;
        background-color: #3bb77e;
        cursor: pointer;
        transition: all 300ms linear 0s;
        letter-spacing: 0.5px;
    }

    .product-cart-wrap .product-card-bottom {
        display: block;
        margin-top: 15px;
    }

    .product-cart-wrap .product-content-wrap .product-price span {
        font-size: 13px;
        font-weight: bold;
        color: #3bb77e;
    }

    .product-cart-wrap .product-content-wrap .product-price span.old-price {
        font-size: 13px;
        color: #adadad;
        margin: 0px;
        text-decoration: line-through;
    }

    .product-cart-wrap .product-badges span {
        display: inline-block;
        font-size: 9px;
        line-height: 1;
        border-radius: 10px 0 15px 0;
        color: #fff;
        padding: 7px;
    }

    .product-cart-wrap .product-card-bottom {
        display: block;
        margin-top: 5px;
    }

    .product-cart-wrap .product-img-action-wrap {
        position: relative;
        background-color: #fff;
        overflow: hidden;
        max-height: 320px;
        padding: 12px 12px 5px 12px;
    }

    .product-cart-wrap .product-content-wrap {
        padding: 12px 12px 5px 12px;
    }

    .product-cart-wrap .product-content-wrap h2 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .product-cart-wrap .product-content-wrap .product-price {
        padding-top: 0px;
    }

    .mt-10 {
        margin-top: 0px !important;
    }

    .shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid #f7f8f9;
        color: #777;
        padding: 9px 5px;
        border-radius: 10px;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        border: 1px solid #ececec;
    }

    .shop-product-fillter
        .sort-by-product-area
        .sort-by-product-wrap
        .sort-by-dropdown-wrap
        span
        i {
        font-size: 15px;
        color: #7e7e7e;
        margin-left: 0px;
        position: relative;
        top: 2px;
    }

    .product-cart-wrap .product-card-bottom .add-cart .add {
        position: relative;
        display: inline-block;
        padding: 2px 2px 2px 2px;
        border-radius: 4px;
        background-color: #def9ec;
        font-size: 10px;
        font-weight: 700;
    }

    .product-cart-wrap .product-img-action-wrap .product-action-1 {
        min-width: 0px;
    }

    .custom_d_flex {
        display: block !important;
    }
    .heading_s1 h2{
        font-size: 30px !important;
    }
    button.submit, button[type="submit"] {
        font-size: 16px;
        font-weight: 500;
        padding: 7px 20px;
        color: #ffffff;
        border: none;
        background-color: #3BB77E;
        border: 1px solid #29A56C;
            border-top-color: rgb(41, 165, 108);
            border-right-color: rgb(41, 165, 108);
            border-bottom-color: rgb(41, 165, 108);
            border-left-color: rgb(41, 165, 108);
        border-radius: 10px;
    }

    .table .fixtd {
        width: 50% !important;
        text-align: center;
        float: left;
    }
}
