.headingpart h4 {
    color: #247cfc;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

.productpart {
    height: 200px;
    width: 100%;
}

.productpart img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.salepart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iconpart {
    float: right;
}

.gridsystem {
    display: grid;
    margin: 15px 0;
}

.card.custumcard {
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    border: 1px solid #000;
}

.card.custumcard:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #247cfc;
}

.slick-prev,
.slick-next {
    display: none !important;
}

/* img.img-fluid.sliderimage {
    max-width: 400px;
} */

/* .slidercontent {
    margin-top: 100px;
} */

.sliderpart {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.sliderpart {
    margin-top: 20px;
}

img.img-fluid.sliderimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1200px) {

    .u-hamburger__inner,
    .u-hamburger__inner::before,
    .u-hamburger__inner::after {
        background-color: #fff !important;
    }

    /* .slidercontent {
        margin-top: 50px;
    } */

}

@media (max-width:767px) {
    .product_img.banner_bot {
        margin-top: 25px;
    }
}

@media screen and (max-width:576px) {

    img.img-fluid.sliderimage {
        max-width: 100%;
    }

    .u-header-topbar__nav-item+.u-header-topbar__nav-item-border::before,
    .u-header-topbar__nav-item+.u-header-topbar__nav-item-border-single>div::before {
        content: '|';
        color: #e5c100;
        margin: 0;
        -webkit-font-smoothing: antialiased;
    }

    .sliderpart {
        height: auto !important;
    }

    .u-slick__pagination li span {
        width: 5px;
        height: 5px;

    }
}

.product_img a img {
    width: 100%;
    border-radius: 5px;
    height: auto !important;
}

.product_banner {
    padding-bottom: 30px;
}

.address_card {
    padding: 33px 30px 27px;
    border-radius: 5px;
    border: 1px solid #a9aaad80 !important;
    height: 100%;
}

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.67rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0px;
  /* background: #fb641b !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  border: none;
  color: #fff; */
  transition: all 0.2s ease-in-out;
}
.address_img {
    margin-bottom: 5px;
}

.address_img img {
    width: 40px;
}

.address_body {
    text-align: center;
}

.address_text h2 {
    color: #262d34;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 3px;
}

.address_text p {
    color: rgba(38, 45, 52, 0.8);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.14px;
}

.footer_address {
    padding-bottom: 25px;
}

.card_header {
    background-color: red;
    width: 100px;
    height: 100px;
}

/*  */
.slider-component {
    margin-block: 1rem;
}

.slider--header {
    font-size: 1.75em;
    font-weight: 300;
    margin-block: 1rem;
    margin-inline: 2.75em;
}

.swiper {
    margin-block: 1rem;
}

.swiper-slide {
    aspect-ratio: 1.7777777778;
    border-radius: 0.5em;
    overflow: hidden;
}

/*  */
.modal-body {
    padding: 3px;
}

/* swiper */
/* Main wrapper */
.brands-carousel-unique {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.brands-viewport {
    overflow: hidden;
    width: 100%;
}

.brands-track {
    display: flex;
    gap: 20px;
    /* <-- SPACE BETWEEN CARDS */
    transition: transform .6s ease;
    will-change: transform;
    padding: 10px 0;
}

/* Cards */
.brands-slide {
    flex: 0 0 auto;
    background: #fff;
    border-radius: 12px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Buttons */
.brands-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    z-index: 10;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    transition: background 0.3s ease;
}

.brands-prev {
    left: 8px;
}

.brands-next {
    right: 8px;
}

@media (max-width: 768px) {
    .brands-slide {
        padding: 15px;
    }

    .brands-track {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .brands-track {
        gap: 10px;
    }

    .brands-slide {
        flex: 0 0 100%;
        /* ✅ Full width on mobile */
    }
}

/*  */


.product_inner_img img {
    transition: all ease 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 194px;

}

.swiper_card {
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.product_swiper {
    position: relative;
}

.product_inner_img {
    position: relative;
}

.product_inner_img {
    overflow: hidden;
    border-radius: 10px;
}

.product_details {
    margin-top: 12px;
}

/* .quick_view {
    background: #247cfc75;
    width: 250px;
    height: 194px;
    top: 19px;
    position: absolute;
    border-radius: 6px;
    display: none;
} */
.swiper_card:hover .quick_view {
    display: block;
}

.quick_view a i {
    position: absolute;
    top: 84px;
    left: 128px;
    color: #247cfc;
    background: #fff;
    font-size: 17px;
    width: 39px;
    padding: 10px;
    border-radius: 50%;
    display: none;
    transition: all 0.5s ease-in-out;
}

.swiper_banner {
    background: #ffff;
    border-radius: 0.3125rem !important;
    box-shadow: 0px 5px 10px 0px rgba(20, 85, 172, 0.05);
}

.swiper_card:hover .quick_view a i {
    display: block;
}

.swiper_card:hover .product_inner_img img {
    transform: scale(1.14);
}

.product_details h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;
    margin: 0;
}

.product_details h3 a {
    color: #121111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product_details h4 {
    color: #373f50;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.products_view a {
    color: #247cfc;
    font-size: 14px;
    font-weight: 700;
}

.product_main_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0c0c0c;
}

img.category_img {
    height: 100px;
}

.category_heading h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.category_heading {
    margin: 20px 0;
}

.scan_qrcode img {
    border: 1px solid #afacac;
    border-radius: 6px;
}

h5.scan_title {
    color: #242424;
    font-size: 16px;
    font-weight: 600;
}

.online_shoping_img {
    border: 1px solid #afacac;
    padding: 20px;
    border-radius: 6px;
}

.online_shoping_img img {
    border-radius: 6px;
}

/* new */
.order_changeLogin {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    background: #f1f3f6;
}

.placeorder_change {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #247cfc;
    padding: 14px;
}

.placeorder_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_data {
    padding: 18px 24px;
        background: #f1f3f6;
}
.placeorder_badge h4 span {
    font-size: 13px;
    color: #2874f0;
    background-color: #fff;
    border-radius: 2px;
    padding: 3px 7px;
    vertical-align: baseline;
    margin-right: 17px;
}

.placeorder_login h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.placeorder_login p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

button.btn_change {
    padding: 0 32px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    color: #2874f0;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    margin-left: auto;
    cursor: pointer;
    text-transform: uppercase;
}

button.btn_change:hover {
    color: #2874f0;
}

.extra_data {
    display: none;
    /* By default hidden */
}

.change_order {
    display: none;
    /* By default hidden */
}

.tracking_order span {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
}

ul.order_item li {
    list-style-type: none;
}

ul.order_item li img {
    width: 18px;
}

button.btn_checkout {
    background: #fb641b;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: none;
    color: #fff;
    width: 100%;
    height: 48px;
    font-size: 14px;
    border-radius: 3px;
}
a.btn_checkout {
    background: #fb641b;
    border-radius: 1px;
    border: 1px solid #fb641b;
    margin-top: 15px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    padding: 4px 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 700;
}
a.btn_checkout:hover {
    color: #fff;
}
button.btn_checkout:hover {
    color: #fff;
}

ul.order_item {
    margin: 0;
    padding-left: 0;
    line-height: 30px;
    padding-top: 12px;
}

ul.order_item li span {
    color: #212121;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 400;
}

a.checkout_title span {
    color: #212121;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 600;
}

span.text-terms {
    font-size: 14px;
    color: #878787;
    font-weight: 500;
}
.placeorder_login h3 a:hover {
    color: #fff;
}

.shield_title img {
    width: 30px;
}
.shield_title span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: #878787;
}
.shield_title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
button.minus_btn {
    width: 35px;
    height: 35px;
    /* background: linear-gradient(#fff, #f9f9f9); */
    display: inline-block;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    padding-top: 2px;
    line-height: 1.5;
    padding-left: 14px;
    margin-top: 4px;
    margin-right: 9px;
}
button.plus_btn {
    width: 35px;
    height: 35px;
    /* background: linear-gradient(#fff, #f9f9f9); */
    display: inline-block;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    padding-top: 2px;
    line-height: 1.8;
    padding-left: 12px;
    margin-top: 4px;
    margin-left: 9px;
}