
  /* Default Values */
  @import url("https://fonts.googleapis.com/css2?family=Oxygen&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200&display=swap");
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Roboto", sans-serif;
  }

  html {
    font-size: 62.5%;
  }

  body {
    background-color: #f8f4f4;
  }

  input,
  select {
    border: none;
    outline: none;
  }

  select {
    cursor: pointer;
  }

  input {
    padding: 0.8rem;
  }

  input[type="radio"] {
    accent-color: #f55d2c;
  }

  button {
    border-radius: 4px;
    border: none;
    outline: none;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    padding: 0.7rem 1.2rem;
    font-size: 1.2rem;
    border-radius: 0.48rem;
    background-color: #f55d2c;
    color: #fff;
    cursor: pointer;
  }

  a {
    color: #495057;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
  }

  img {
    height: 100%;
    width: 100%;
  }

  i {
    font-size: 1.8rem;
    cursor: pointer;
  }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .defaultPadding {
    padding: 0.23rem 5.7rem;
  }

  .mt4 {
    margin-top: 4rem;
  }

  .mt3 {
    margin-top: 3rem;
  }

  .mt2 {
    margin-top: 2rem;
  }

  .mt1 {
    margin-top: 1rem;
  }

  .mrlAuto {
    margin: 0.1rem auto;
  }
  .ptb1{
    padding-top:1.5rem;
      padding-bottom:1.5rem;

  }

  @media only screen and (max-width: 1196px) {
    .defaultPadding {
      padding: 0.23rem 0rem;
    }
  }

  @media only screen and (max-width: 1178px) {
    .defaultPadding {
      padding: 0.23rem 0rem;
    }
  }

  @media only screen and (max-width: 1050px) {
    .defaultPadding {
      padding: 0.23rem 0rem;
    }
  }

  @media only screen and (max-width: 827px) {
    .defaultPadding {
      padding: 0.23rem 0rem;
    }
  }

  @media only screen and (max-width: 573px) {
    .defaultPadding {
      padding: 0.23rem 0rem;
    }
  }
  section.defaultPadding {
    background-color:#f5f5f7!important;
  }
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }

  .justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .dble {
    pointer-events: none;
  }

  .active-search-li {
    background-color: #f55d2c;
  }

  .active-search-li a {
    color: #fff;
  }

  .active-search-li:hover a {
    color: #000;
  }

  .fadeup {
    -webkit-animation: fadeup 0.05s linear 1;
            animation: fadeup 0.05s linear 1;
  }

  @-webkit-keyframes fadeup {
    0% {
      top: 290%;
    }
    100% {
      top: 200%;
    }
  }

  @keyframes fadeup {
    0% {
      top: 290%;
    }
    100% {
      top: 200%;
    }
  }

  .main-banner-slider {
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, 0.87);
  }

  .main-banner-slider .container {
    width: 100%;
    padding: 0.5rem 2rem;
  }

  .main-banner-slider .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .main-banner-slider .container .row .owl-carousel .item {
    background-color: #fff;
    padding: 0.6rem;
    border-radius: 5px;
    position: relative;
  }

  .main-banner-slider .container .row .owl-carousel .item img {
    border-radius: 5px;
  }

  .main-banner-slider .container .row .owl-carousel .item .detail {
    position: absolute;
    top: 0;
    padding: 1.5rem 1.5rem 1.1rem;
    width: 22rem;
    top: 18%;
    border-radius: 0 50px 50px 0;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .main-banner-slider .container .row .owl-carousel .item .detail h5:nth-child(1) {
    font-size: 12px;
    font-weight: 600;
    color: #f55d2c;
    margin-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
  }

  .main-banner-slider .container .row .owl-carousel .item .detail h5:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
  }

  .main-banner-slider .container .row .owl-carousel .item .detail h5:nth-child(3) {
    font-weight: 500;
    font-weight: 500;
    font-size: 14px;
    color: #8f91ac;
    text-align: left;
    line-height: 24px;
  }

  @media only screen and (max-width: 731px) {
    .main-banner-slider .container {
      padding: 0.5rem 3.5rem;
    }
  }

  /* ==============================
    RESET & BODY
  ============================== */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  ul { list-style: none; }
  a { text-decoration: none; color: inherit; }

  /* FIXED: Calculated padding for body */
  /* Topbar (50px) + TopHeader (70px) + BottomHeader (54px) = 174px */
  body {
    padding-top: 70px; 
  }

  /* ==============================
    RESPONSIVE SEARCH
  ============================== */
  .responsive-search {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10003; /* Higher than everything */
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(230, 92, 91, 0.9)), to(rgba(245, 93, 44, 0.9)));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
  }

  .responsive-search .closediv {
    width: 92%;
    max-width: 35rem;
  }

  .responsive-search .closediv i {
    margin-left: 95%;
    font-size: 2rem;
    color: #f8f4f4;
  }

  .responsive-search .seachbox {
    background-color: #fff;
    width: 95%;
    min-height: 5rem;
    max-width: 35rem;
    padding: 1.2rem;
    height: 40rem;
    overflow: auto;
  }

  .responsive-search .seachbox form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .responsive-search .seachbox form input {
    width: 90%;
    border: 1px solid #e1e4e8;
    border-right: none;
  }

  .responsive-search .seachbox form button {
    height: 100%;
    border: 1px solid #e1e4e8;
    border-left: none;
    padding: 0.5rem;
    border-radius: 0;
    background-color: transparent;
  }

  .responsive-search .seachbox form button i {
    color: #000;
  }

  .responsive-search .seachbox .location {
    margin-top: 2rem;
    top: 200%;
    right: -10%;
    width: 100%;
    padding: 0.5rem 0.8rem;
    z-index: 8;
  }

  .responsive-search .seachbox .location ul {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.3rem;
    background-color: #fff;
  }

  .responsive-search .seachbox .location ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    color: #495057;
    font-weight: 500;
    padding: 0.4rem 0;
    cursor: pointer;
    text-transform: capitalize;
  }

  .responsive-search .seachbox .location ul li a {
    text-transform: capitalize;
  }

  .responsive-search .seachbox .location ul li:hover {
    background-color: rgba(253, 234, 214, 0.3);
  }

  .responsive-search .seachbox .location ul li i {
    margin-right: 0.4rem;
    font-size: 1.8rem;
    background-color: transparent;
    padding: 0;
    color: #f69733;
    position: relative;
  }

  .responsive-search .seachbox .location ul li i:hover {
    background-color: transparent;
  }

  .responsive-search .seachbox .location input {
    width: 100%;
    border: 1px solid #f55d2c;
  }

  /* ==============================
    MOBILE SLIDER MENU
  ============================== */
  .slider {
    background-color: #000;
    height: 100vh;
    position: fixed;
    /* FIXED: Slider starts below topbar */
    top: 70px; 
    left: 0;
    width: 85%;
    max-width: 320px;
    transition: transform 0.4s ease;
    transform: translateX(-100%);
    z-index: 10001; /* Below search, above header */
    /* FIXED: Reduced padding-top to match smaller header */
    padding-top: 120px; 
    overflow-y: auto;
  }

  .slider.active {
    transform: translateX(0);
  }

  .slider ul {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    list-style: none;
  }

  .slider ul li {
    text-align: left;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    padding: 14px 8px;
    cursor: pointer;
    text-transform: capitalize;
    border-bottom: 1px solid #222;
  }

  .slider ul li a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    display: block;
  }

  .slider ul li a:hover {
    color: #f55d2c;
  }

  .slider ul li .inner-ul {
    background-color: #111;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .slider ul li.open .inner-ul {
    height: auto;
  }

  .slider ul li .inner-ul li {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 10px 10px 20px;
    border-bottom: none;
  }

  /* ==============================
    HEADER WRAPPER
  ============================== */
  .header {
    position: fixed;
    /* FIXED: Push header down by 50px (height of topbar) */
    top: 0px; 
    width: 100%;
    z-index: 10000; /* Below topbar */
    background: #000;
  }

  /* ==============================
    TOP HEADER
  ============================== */
  .top-header {
    background: #000;
  }

  .top-header .th {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    /* FIXED: Changed height from 180px to 70px for proper alignment */
    height: 70px; 
    padding: 0 20px;
  }

  /* Logo */
  .logo img {
    width: 150px;
  }

  /* Brand Name */
  .name {
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
  }

  .name span {
    display: block;
    font-size: 16px;
    color: #f55d2c;
  }

  /* ==============================
    SEARCH BOX
  ============================== */
  .searchbox {
    margin-left: 40px;
    display: flex;
    align-items: center;
  }

  .searchbox span,
  .searchbox form {
    background: #fff;
    height: 38px;
  }

  .searchbox span {
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 6px 0 0 6px;
  }

  .searchbox form {
    display: flex;
    width: 280px;
    border-radius: 0 6px 6px 0;
  }

  .searchbox input {
    flex: 1;
    border: none;
    padding: 0 10px;
    font-size: 13px;
    outline: none;
  }

  .searchbox button {
    border: none;
    background: none;
    padding-right: 10px;
    cursor: pointer;
  }

  /* ==============================
    RIGHT ICONS
  ============================== */
  .rightbox {
    margin-left: auto;
  }

  .rightbox ul {
    list-style: none;
  }

  .rightbox ul li {
    display: inline-block;
    margin-left: 14px;
  }

  .rightlink {
    color: #fff;
    font-size: 14px;
  }

  .wl {
    position: relative;
  }

  .icon_wishlist {
    background: rgba(255,255,255,0.12);
    padding: 10px;
    border-radius: 50%;
  }

  .noti_count1 {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #f55d2c;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
  }

  /* ==============================
    USER DROPDOWN
  ============================== */
  .user {
    position: relative;
  }

  .user .userpanel {
    position: absolute;
    top: 120%;
    right: 0;
    background: #111;
    width: 200px;
    display: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.7);
  }

  .user:hover .userpanel {
    display: block;
  }

  .userpanel li {
    padding: 12px 16px;
    color: #fff;
    font-size: 13px;
  }

  .userpanel li:hover {
    background: rgba(255,255,255,0.08);
  }

  /* ==============================
    BOTTOM NAVBAR
  ============================== */
  .bottom-header {
    background: #000;
  }

  .sub-header {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0 16px;
  }

  .sub-header nav {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .sub-header nav .div {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 8px;
    cursor: pointer;
    white-space: nowrap;
  }

  .sub-header nav .div:hover {
    color: #f55d2c;
  }

  .sub-header nav .div .userpanel {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f5f5f7;
    min-width: 220px;
    display: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
  }

  .sub-header nav .div:hover .userpanel {
    display: block;
  }

  .sub-header nav .div .userpanel li {
    padding: 12px 16px;
    font-size: 16px;
    color: black;
  }

  .sub-header nav .div .userpanel li:hover {
    background: rgba(255,255,255,0.08);
  }

  /* ==============================
    MOBILE ICONS
  ============================== */
  .srch {
    display: none;
    margin-left: auto;
    padding: 5px;
    color: #fff;
  }

  .hamberger {
    display: none;
    padding: 7px;
    color: #fff;
    cursor: pointer;
  }

  /* ==============================
    RESPONSIVE
  ============================== */
  @media (max-width: 1200px) {
  body{
    padding-top:70px;
    }
    .header{
      top:0px;
    }
    .searchbox,
    .sub-header nav {
      display: none;
    }

    .srch,
    .hamberger {
      display: block;
    }

    .rightbox ul li {
      display: none;
    }

    .rightbox ul li.user,
    .rightbox ul li.cart {
      display: inline-block;
    }
  }
  /* CONTAINER */
/* ================= WRAPPER ================= */
.apple-categories {
  padding: 18px 48px;
  background: #ffffff;
}

/* ================= ITEM ================= */
.apple-categories .cat {
  text-align: center;
  cursor: pointer;
}

/* ================= IMAGE ================= */
.apple-categories .cat img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto 8px;
  transition: transform 0.25s ease;
}

/* ================= TEXT ================= */
.apple-categories .cat span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1f;
  line-height: 1.2;
  white-space: nowrap;
}

/* ================= LINKS ================= */
.apple-categories .cat a {
  text-decoration: none;
  color: inherit;
}

/* ================= HOVER ================= */
@media (hover: hover) {
  .apple-categories .cat:hover img {
    transform: scale(1.08);
  }

  .apple-categories .cat:hover span {
    color: #0071e3;
  }
}

/* ================= OWL NAV ================= */
.apple-categories .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff !important;
  border: 1px solid #d2d2d7 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.apple-categories .owl-nav .owl-prev {
  left: 10px;
}

.apple-categories .owl-nav .owl-next {
  right: 10px;
}

.apple-categories .owl-nav span {
  font-size: 22px;
  line-height: 1;
  color: #1d1d1f;
}

/* ================= DISABLE DOTS ================= */
.apple-categories .owl-dots {
  display: none;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .apple-categories {
    padding: 14px 32px;
  }

  .apple-categories .cat img {
    width: 56px;
    height: 56px;
  }

  .apple-categories .cat span {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .apple-categories {
    padding: 12px 24px;
  }

  .apple-categories .cat img {
    width: 52px;
    height: 52px;
  }

  .apple-categories .cat span {
    font-size: 11px;
  }
}  /* ===== SECTION BLACK BG ===== */
  section.defaultPadding {
    background: #000;
  }

  /* ===== Heading ===== */
  section .container .heading span {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ff6a3d;
    margin-bottom: 10px;
    display: block;
  }

  section .container .heading h2 {
    font-size:3rem;
    font-weight: 600;
    color: #ffffff;
  }

  /* ===== Card ===== */
  section .container .cate-slider .category-Item {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    text-align: center;

    border: 1px solid #eee;
    position: relative;
    overflow: hidden;

    transition: transform 0.45s ease, box-shadow 0.45s ease;
  }

  /* ===== Light shine overlay ===== */
  section .container .cate-slider .category-Item::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
      circle,
      rgba(255, 106, 61, 0.15),
      transparent 60%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  /* ===== Hover animation ===== */
  section .container .cate-slider .category-Item:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 25px 60px rgba(255, 106, 61, 0.35);
  }

  section .container .cate-slider .category-Item:hover::after {
    opacity: 1;
  }

  /* ===== Image ===== */
  section .container .cate-slider .category-Item .cate-img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: transform 0.45s ease;
  }

  section .container .cate-slider .category-Item:hover .cate-img {
    transform: scale(1.1) rotate(-2deg);
  }

  section .container .cate-slider .category-Item .cate-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* ===== Text ===== */
  section .container .cate-slider .category-Item h4 {
    font-size: 14px;
    font-weight: 600;
    color: #2b2f4c;
    margin: 0;
    transition: color 0.35s ease, letter-spacing 0.35s ease;
  }

  section .container .cate-slider .category-Item:hover h4 {
    color: #ff6a3d;
    letter-spacing: 0.6px;
  }

  /* ================= Product Card ================= */
  section .container .product-slider .productBox {
      width: 100%;
      display: block;
      background: #fff;
      border-radius: 12px; /* smooth rounded corners */
      text-align: center;
      padding: 15px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08); /* soft shadow */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      overflow: hidden;
      border: 1px solid #f0f0f0; /* subtle border for premium feel */
  }

  section .container .product-slider .productBox:hover {
      transform: translateY(-5px); /* lift on hover */
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  }

  /* ================= Product Image ================= */
  section .container .product-slider .productBox .product-image {
      width: 100%;
      display: block;
      height: 200px;              /* smaller fixed container height */
      position: relative;
      margin-bottom: 15px;
      overflow: hidden;

      /* bottom border only */
      border: none;
      border-bottom: 2px solid #eceaea; /* light grey */

      border-radius: 0;           /* remove rounded corners */
      box-shadow: none;           /* optional: cleaner look */
      transition: border-color 0.3s ease;
  }

  section .container .product-slider .productBox .product-image img {
      width: 150px;               /* small fixed size */
      height: 150px;
      object-fit: contain;        /* keeps full image visible */
      margin: 0 auto;             /* center horizontally */
      display: block;
      transition: transform 0.3s ease;
  }

  section .container .product-slider .productBox:hover .product-image {
      border-bottom-color: #b5b5b5; /* slightly darker grey on hover */
  }
  /* ================= Offer Badge ================= *
  section .container .product-slider .productBox .product-image .topOption .offer {
      top: 10px;
      left: 10px;
      font-size: 12px;
      font-weight: 600;
      padding: 5px 12px;
      background: linear-gradient(135deg, #f55d2c, #f69733);
      border-radius: 50px;
      color: #fff;
      text-transform: uppercase;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  /* ================= Wishlist Icon ================= */
  section .container .product-slider .productBox .product-image .topOption .wishlist {
      right: 10px;
      top: 10px;
      height: 35px;
      width: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: rgba(246, 151, 51, 0.15);
      color: #f55d2c;
      font-size: 18px;
      cursor: pointer;
      transition: all 0.3s ease;
  }

  section .container .product-slider .productBox .product-image .topOption .wishlist:hover {
      background-color: #f55d2c;
      color: #fff;
      transform: scale(1.1);
  }

  /* ================= Product Details ================= */
  section .container .product-slider .productBox .product-detail p {
      font-size: 13px;
      font-weight: 500;
      color: #6f6c6c;
      margin-bottom: 5px;
  }

  section .container .product-slider .productBox .product-detail h4 {
      font-size: 19px;
      font-weight: 700;
      margin: 5px 0 10px 0;
      color: black;
      cursor: pointer;
      transition: color 0.3s ease;
  }

  section .container .product-slider .productBox .product-detail h4:hover {
      color: #f55d2c;
  }

  /* ================= Price ================= */
  section .container .product-slider .productBox .product-detail .price {
      font-size: 18px;
      font-weight: 700;
      color: #f55d2c;
      margin-bottom: 10px;
  }

  section .container .product-slider .productBox .product-detail .price span {
      color: #c7c7c7;
      text-decoration: line-through;
      margin-left: 8px;
      font-weight: 500;
  }

  /* ================= Quantity + Cart Row ================= */
  section .container .product-slider .productBox .product-detail .cartqt {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
  }

  section .container .product-slider .productBox .product-detail .cartqt .quantity input.qty-text {
      width: 50px!important;
      height: 30px;
      font-size: 15px;
      font-weight: 500;
      text-align: center;
      margin: 0 -3px;
  }

  section .container .product-slider .productBox .product-detail .cartqt .ct-icon i {
      font-size: 2rem;
      color: #f55d2c;
      cursor: pointer;
      transition: transform 0.3s ease, color 0.3s ease;
  }

  section .container .product-slider .productBox .product-detail .cartqt .ct-icon i:hover {
      color: #f69733;
      transform: scale(1.1);
  }


  section .container .cate-slider .owl-nav .owl-next,
  section .container .product-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 50%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  section .container .cate-slider .owl-nav .owl-prev,
  section .container .product-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
  }

  @media only screen and (max-width: 573px) {
    .ct-row {
      padding: 0.23rem 2rem;
    }
  }

  @media only screen and (max-width: 325px) {
    .ct-row {
      padding: 0.23rem 1.5rem;
    }
  }


.shop-section {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #f5f5f7;
  align-items: stretch;
}

/* LEFT BANNER */
.offer-banner {
  flex: 0 0 320px;   /* FIXED WIDTH */
  max-width: 320px;
  background: linear-gradient(145deg, #ffd9a0, #ffefcc);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  position: relative;
  overflow: hidden;
}

.offer-banner img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* RIGHT SIDE */
.products {
  flex: 1;
  min-width: 0; /* REQUIRED FOR OWL */
}
@media (max-width: 991px) {
  .shop-section {
    flex-direction: column;
  }

  .offer-banner {
    max-width: 100%;
    flex: none;
  }
}
.product-carousel {
  width: 100%;
}

.product-carousel .owl-stage {
  display: flex;
}

.product-carousel .owl-item {
  display: flex;
}
.product-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.45s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Glow Effect */
.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0,0,0,0.08), transparent 70%);
  opacity: 0;
  transition: 0.4s;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

.product-card:hover::before {
  opacity: 1;
}
.product-img {
  height: 230px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.product-img img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-card:hover img {
  transform: scale(1.1);
}
.product-card h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0;
  color: #111;
  min-height: 48px;
}

.price {
  margin: 10px 0 15px;
}

.price .new {
  font-size: 19px;
  font-weight: 800;
  color: #e63946;
}

.price .old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
}
.btn {
  margin-top: auto;
  padding: 14px;
  margin-bottom:10px!important;
  border-radius: 12px;
  background: linear-gradient(135deg, #000, #333);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}
.banner-row .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .banner-row .row1 .ban {
    height: 30rem;
  }

  .banner-row .row1 .ban img {
    border-radius: 5px;
  }

  .banner-row .row1 .long-banner {
    width: 100%;
    height: 40rem;
  }

  .banner-row .row1 .long-banner img {
    border-radius: 5px;
  }

  @media only screen and (max-width: 1290px) {
    .banner-row .row1 .ban {
      height: 28rem;
    }
  }

  @media only screen and (max-width: 1225px) {
    .banner-row .row1 .ban {
      height: 25rem;
    }
  }

  @media only screen and (max-width: 1071px) {
    .banner-row .row1 .ban {
      height: 23rem;
    }
  }

  @media only screen and (max-width: 989px) {
    .banner-row .row1 .ban {
      height: 35rem;
    }
    .banner-row .row1 .ban:nth-child(2) {
      display: none;
    }
  }

  @media only screen and (max-width: 987px) {
    .banner-row .row1 .ban {
      height: 33rem;
    }
  }

  @media only screen and (max-width: 926px) {
    .banner-row .row1 .ban {
      height: 30rem;
    }
  }

  @media only screen and (max-width: 863px) {
    .banner-row .row1 .ban {
      height: 28rem;
    }
  }

  @media only screen and (max-width: 787px) {
    .banner-row .row1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .banner-row .row1 .ban {
      margin: 0.5rem .0;
      height: 35rem;
    }
  }

  @media only screen and (max-width: 522px) {
    .banner-row .row1 .ban {
      height: 32rem;
    }
    .banner-row .row1 .long-banner {
      width: 100%;
      height: 12rem;
    }
  }

  @media only screen and (max-width: 522px) {
    .banner-row .row1 .ban {
      height: 30rem;
    }
  }

  /* ---------- BREADCRUMB / PATH ---------- */
  .path {
    padding-top: 120px;
    font-size: 14px;
    color: #2b2f4c;
    background: #f4f6fb;
  }

  .path .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;

    width: 100%;
    padding: 18px 50px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  }

  /* breadcrumb links */
  .path .container a {
    color: #8f91ac;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
  }

  /* separator */
  .path .container a::after {
    content: "›";
    margin: 0 10px;
    color: #c7c7c7;
  }

  .path .container a:last-child::after {
    content: "";
  }

  /* hover effect */
  .path .container a:hover {
    color: #f55d2c;
  }

  /* current page */
  .path .container a:last-child {
    color: #2b2f4c;
    font-weight: 600;
    pointer-events: none;
  }

  /* ---------- MOBILE ---------- */
  @media only screen and (max-width: 768px) {
    .path {
      padding-top: 90px;
    }

    .path .container {
      padding: 14px 20px;
      font-size: 13px;
    }

    .path .container a::after {
      margin: 0 6px;
    }
  }


  /* ================= MAIN WRAPPER ================= */
  .single-product .row {
    padding: 4rem 5rem;
    background: #f4f5f9;
    font-family: 'Poppins', sans-serif;
  }

  .single-product .innerrow {
    background-color: #fff;
    padding: 2rem;
    border-radius: 16px;
    display: flex;
    gap: 2.5rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.07);
    transition: all 0.3s ease;
  }

  /* ================= LEFT IMAGE ================= */
.single-product .left {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;      /* 🔥 REQUIRED */
  align-items: center;
}

.mainImage {
  width: 100%;
  max-width: 380px;
  padding: 18px;
  background: #f9f9f9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;         /* 🔥 SPACE BEFORE THUMBNAILS */
}

.mainImage img {
  max-width: 100%;
  max-height: 420px;
  width: auto;
  height: auto;
  object-fit: contain;        /* 🔥 NO CROPPING */
  border-radius: 12px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

 .mainImage:hover img {
  transform: scale(1.06);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

.subimages {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.subimages .sub img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 6px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.subimages .sub img:hover {
  transform: scale(1.15);
  border-color: #f55d2c;
}
@media (max-width: 768px) {
  .mainImage {
    max-width: 100%;
    padding: 14px;
  }

  .mainImage img {
    max-height: 300px;
  }
  .subimages {
    display: grid;                     /* 🔥 CHANGE */
    grid-template-columns: repeat(4, 1fr); /* 🔥 4 IN ONE ROW */
    gap: 8px;
    width: 100%;
    max-width: 360px;
  }

  .subimages .sub img {
    width: 100%;                       /* 🔥 AUTO SCALE */
    height: 70px;
  }
}
.single-product .left {
  justify-content: center;
}
@media (max-width: 768px) {
  .single-product .innerrow {
    flex-direction: column;
  }

  .single-product .left {
    width: 100%;
  }
}
  /* ================= RIGHT CONTENT ================= */
  .single-product .right {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .right h2 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #2b2f4c;
    margin-bottom: 1rem;
    text-transform: capitalize;
  }

  .no-stock p {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
  }

  .no-stock span {
    color: #8f91ac;
    margin-left: 6px;
  }

  /* ================= PRICE ================= */
  .product-group-dt {
    background: #f9f9f9;
    padding: 22px;
    border-radius: 12px;
    margin-top: 1.5rem;
  }

  .product-group-dt ul {
    list-style: none;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }

  .main-price {
    font-size: 22px;
    font-weight: 700;
  }

  .color-discount {
    color: #f55d2c;
  }

  .mrp-price span {
    text-decoration: line-through;
    color: #9a9a9a;
  }

  /* ================= QTY + WISHLIST ================= */
  .gty-wish-share {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .buttons_added {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .buttons_added .plus,
  .buttons_added .minus {
    background: #2b2f4c;
    color: #fff;
    width: 36px;
    height: 36px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s ease;
  }

  .buttons_added .plus:hover,
  .buttons_added .minus:hover {
    background: #f55d2c;
  }

  .buttons_added .qty {
    width: 60px;
    height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
  }

/* ===== TAB BUTTONS ===== */
.tab-buttons {
  margin-top:20px;
  display: flex;
  gap: 12px;
  width: 100%;
}

/* ===== BUTTON COMMON ===== */
.tab-buttons button {
  flex: 1;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

/* ADD TO CART */
.order-btn {
  background: #f55d2c;
  color: #fff;
}

/* BUY NOW */
.buy-now-btn {
  background: #2b2f4c;
  color: #fff;
}

/* ===== HOVER ===== */
.tab-buttons button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* ===== MOBILE (STACK ONE BELOW ONE) ===== */
@media (max-width: 576px) {
  .tab-buttons {
    flex-direction: column!important;   /* 🔥 ek ke niche ek */
    gap: 8px!important;
  }

  .tab-buttons button {
    width: 100%;
    font-size: 13px;
    padding: 12px;
  }
}
  /* ================= DELIVERY INFO ================= */
  .down {
    margin-top: 2rem;
    background: #f9f9f9;
    padding: 22px;
    border-radius: 12px;
  }

  .down ul {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .down ul li {
    flex: 1;
    min-width: 220px;
    display: flex;
    align-items: center;
  }

  .pdp-icon i {
    font-size: 3rem;
    color: #f55d2c;
  }

  .pdp-text-dt span {
    font-size: 16px;
    font-weight: 600;
    display: block;
  }

  .pdp-text-dt p {
    font-size: 14px;
    color: #3e3f5e;
  }

  /* ================= PRODUCT TABS ================= */
  .product-tabs {
    margin-top: 2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    padding: 2rem;
  }

  .tabs-header {
    display: flex;
    gap: 1rem;
    border-bottom: 2px solid #efefef;
    margin-bottom: 1.5rem;
  }

  .tab-link {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #8f91ac;
    border-radius: 12px 12px 0 0;
  }

  .tab-link.active {
    color: #f55d2c;
    border-bottom: 3px solid #f55d2c;
  }

  .tab-link:hover {
    color: #f55d2c;
  }

  .tab-content {
    display: none;
    font-size: 16px;
    color: #3e3f5e;
    line-height: 1.8rem;
  }

  .tab-content.active {
    display: block;
  }

  .tab-content ul {
    padding-left: 20px;
    list-style-type: disc;
  }

  .tab-content table {
    width: 100%;
    border-collapse: collapse;
  }

  .tab-content table td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  /* ================= RELATED PRODUCTS ================= */
  .product-container {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .product-container .card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    padding: 1rem;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    text-align: center;
  }

  .product-container .card img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }

  .product-container .card:hover img {
    transform: scale(1.05);
  }

  .product-container .detail h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.5rem 0;
    color: #2b2f4c;
  }

  .cart-item-price {
    font-weight: 600;
    color: #f55d2c;
  }

  .cart-item-price span {
    font-weight: 400;
    color: #9a9a9a;
  }

  /* ================= RESPONSIVE ================= */
  @media (max-width: 1192px) {
    .down ul {
      flex-direction: column;
    }
    .down ul li {
      width: 100%;
    }
  }

  @media (max-width: 880px) {
    .single-product .row {
      padding: 2rem 1rem;
    }
    .innerrow {
      flex-direction: column;
    }
  
    .mainImage img {
      max-width: 100%;
    }
    .tabs-header {
      flex-direction: column;
    }
  }




  /* ==========================
    My Orders / Cart Page - Professional Colorful Design
    ========================== */



  /* Banner/Header */
  .myorders .headbanner {
    background: linear-gradient(135deg, #f55d2c, #ff8c42);
    position: relative;
    padding: 60px 0;
    min-height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .myorders .headbanner .userimage {
    border: 3px solid #fff;
    height: 9rem;
    width: 9rem;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  }

  .myorders .headbanner .userimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .myorders .headbanner h4 {
    font-size: 28px;
    margin: 20px 0 8px;
  }

  .myorders .headbanner p {
    font-size: 16px;
    font-weight: 500;
  }

  .myorders .headbanner p a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: underline;
  }

  /* Earn Points Badge */
  .myorders .headbanner .earn-points {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 20px;
    margin-top: 10px;
  }

  .myorders .headbanner .earn-points img {
    width: 24px;
    margin-right: 8px;
  }

  /* Main Cart Body */
  .myorders .myac-body {
    padding: 5rem 0;
    background-color: #fef6f0;
    font-family: 'Poppins', sans-serif;
  }

  .myorders .myac-body .row {
    display: flex;
    gap: 2rem;
    padding: 1rem 6rem;
    flex-wrap: wrap;
  }

  /* Left Sidebar */
  .myorders .myac-body .row .left {
    flex-basis: 26%;
  }

  .myorders .myac-body .row .left .ul-wrapper {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  }

  .myorders .myac-body .row .left .ul-wrapper ul li {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #2b2f4c;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s all ease;
  }

  .myorders .myac-body .row .left .ul-wrapper ul li:hover {
    background: linear-gradient(90deg, #f55d2c, #ff8c42);
    color: #fff;
  }

  .myorders .myac-body .row .left .ul-wrapper ul li:hover a {
    color: #fff;
  }

  .myorders .myac-body .row .left .ul-wrapper ul li i {
    margin-right: 12px;
    font-size: 1.6rem;
  }

  /* Right Cart Table */
  .myorders .myac-body .row .right {
    flex-basis: 72%;
  }

  .myorders .myac-body .row .right .pdpt-bg {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 12px 25px rgba(0,0,0,0.07);
    margin-top: 20px;
  }

  .myorders .myac-body .row .right .pdpt-bg .pdpt-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
  }

  .myorders .myac-body table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
  }

  .myorders .myac-body table th,
  .myorders .myac-body table td {
    padding: 14px 10px;
    text-align: left;
  }

  .myorders .myac-body table th {
    color: #ff6b3c;
    font-weight: 600;
    border-bottom: 2px solid #ff6b3c;
  }

  .myorders .myac-body table td {
    color: #3e3f5e;
    font-weight: 500;
    vertical-align: middle;
  }

  .myorders .myac-body table tr:hover {
    background-color: #fff0eb;
    transition: 0.3s all ease;
  }

  .myorders .myac-body table img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  /* Quantity Buttons */
  .myorders .myac-body .btnbv button {
    background: #ff8c42;
    color: #fff;
    border: none;
    padding: 6px 14px;
    margin: 2px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s all ease;
  }

  .myorders .myac-body .btnbv button:hover {
    background: #f55d2c;
  }

  /* Checkout Button */
  .myorders .myac-body .cktout button {
    background: linear-gradient(90deg, #f55d2c, #ff8c42);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: 0.3s all ease;
  }

  .myorders .myac-body .cktout button:hover {
    background: linear-gradient(90deg, #ff8c42, #f55d2c);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  /* Responsive Adjustments */
  @media (max-width: 1168px) {
    .myorders .myac-body .row {
      padding: 1rem 2rem;
    }
  }

  @media (max-width: 838px) {
    .myorders .myac-body .row {
      flex-direction: column;
    }
    .myorders .myac-body .row .left,
    .myorders .myac-body .row .right {
      flex-basis: 100%;
      margin: 0;
    }
    .myorders .myac-body .row .right {
      margin-top: 2rem;
    }
  }

  @media (max-width: 538px) {
    .myorders .myac-body table th,
    .myorders .myac-body table td {
      padding: 8px;
      font-size: 13px;
    }
    .myorders .myac-body .btnbv button {
      padding: 4px 10px;
      font-size: 12px;
    }
    .myorders .myac-body .cktout button {
      font-size: 1rem;
      padding: 10px 18px;
    }
  }

  .mywallet .headbanner {
    background: linear-gradient(135deg, #f55d2c, #ff8c42);
    position: relative;
    padding: 50px 0;
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mywallet .headbanner::before {
    content: "";
    background: linear-gradient(135deg, #f55d2c, #ff8c42);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.02;
  }

  .mywallet .headbanner .userimage {
    border: 2px solid white;
    height: 9rem;
    width: 9rem;
    border-radius: 50%;
  }

  .mywallet .headbanner .userimage img {
    border-radius: inherit;
  }

  .mywallet .headbanner h4 {
    font-size: 24px;
    color: #2b2f4c;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 18px;
  }

  .mywallet .headbanner p {
    font-size: 14px;
    color: #3e3f5e;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
  }

  .mywallet .headbanner p a {
    color: #3e3f5e !important;
    font-size: 16px;
    margin-left: 5px;
  }

  .mywallet .headbanner .earn-points {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 11px 5px 10px;
    border-radius: 5px;
  }

  .mywallet .headbanner .earn-points img {
    width: 24px;
    margin-right: 7px;
  }

  .mywallet .myac-body {
    padding-top: 5rem;
  }

  .mywallet .myac-body .row {
    padding: 0.8rem 8rem;
  }

  .mywallet .myac-body .row .left {
    padding-right: 1.5rem;
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
  }

  .mywallet .myac-body .row .left .ul-wrapper {
    background-color: #fff;
    border-radius: 4px;
  }

  .mywallet .myac-body .row .left .ul-wrapper ul {
    list-style: none;
    border-radius: 4px;
  }

  .mywallet .myac-body .row .left .ul-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

  .mywallet .myac-body .row .left .ul-wrapper ul li:hover {
    background-color: #e98b3381;
    color: #000;
  }

  .mywallet .myac-body .row .left .ul-wrapper ul li:hover a {
    color: #000;
  }

  .mywallet .myac-body .row .left .ul-wrapper ul li i {
    margin-right: 1rem;
    font-size: 1.8rem;
  }

  .mywallet .myac-body .row .left .ul-wrapper ul .active {
    background-color: #f55d2c;
    color: #fff;
  }

  .mywallet .myac-body .row .left .ul-wrapper ul .active a {
    color: #fff;
  }

  .mywallet .myac-body .row .right {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    margin-left: 1.5rem;
  }

  .mywallet .myac-body .row .right h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
  }

  .mywallet .myac-body .row .right h4 i {
    margin-right: 5px;
  }

  .mywallet .myac-body .row .right .pdpt-bg {
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
            box-shadow: 0 1px 2px 0 #e9e9e9;
  }

  .mywallet .myac-body .row .right .pdpt-bg .pdpt-title h4 {
    border-bottom: 1px solid #efefef;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2f4c;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 {
    overflow-y: auto;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10::-webkit-scrollbar {
    display: none;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 .history-list {
    list-style: none;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 .history-list li {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #efefef;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 .history-list li .purchase-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 .history-list li .purchase-history .purchase-history-left h4 {
    font-size: 16px;
    color: #2b2f4c;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 500;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 .history-list li .purchase-history .purchase-history-left p {
    font-size: 14px;
    font-weight: 500;
    color: #3e3f5e;
    text-align: left;
    margin-bottom: 8px;
    line-height: 24px;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 .history-list li .purchase-history .purchase-history-left p ins {
    text-decoration: none;
    text-transform: uppercase;
    color: #f55d2c;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 .history-list li .purchase-history .purchase-history-left span {
    font-weight: 400;
    font-size: 13px;
    color: #3e3f5e;
    text-align: left;
    display: block;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 .history-list li .purchase-history .purchase-history-right {
    margin-left: auto;
    text-align: center;
  }

  .mywallet .myac-body .row .right .pdpt-bg .order-body10 .history-list li .purchase-history .purchase-history-right span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #f55d2c;
    text-align: center;
  }

  .mywallet .myac-body .row .right .pdpt-bg2 {
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
            box-shadow: 0 1px 2px 0 #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
  }

  .mywallet .myac-body .row .right .pdpt-bg2 .imgbox {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #f9f9f9;
    border-radius: 100%;
    border: 2px solid #efefef;
    padding: 18px 0;
  }

  .mywallet .myac-body .row .right .pdpt-bg2 .imgbox img {
    border-radius: inherit;
  }

  .mywallet .myac-body .row .right .pdpt-bg2 .rewrd-title {
    display: block;
    margin-top: 20px;
    font-weight: 500;
    color: #3e3f5e;
    font-size: 14px;
    text-align: center;
  }

  .mywallet .myac-body .row .right .pdpt-bg2 .cashbk-price {
    color: #2b2f4c;
    margin-top: 12px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
  }

  @media only screen and (max-width: 1168px) {
    .mywallet .myac-body .row {
      padding: 0.5rem 2rem;
    }
  }

  @media only screen and (max-width: 838px) {
    .mywallet .myac-body .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .mywallet .myac-body .row .left {
      margin-right: 0;
      padding-right: 0;
    }
    .mywallet .myac-body .row .right {
      margin-top: 3rem;
      margin-left: 0;
    }
  }

  @media only screen and (max-width: 400px) {
    .mywallet .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .mywallet .myac-body .row .right
  .pdpt-bg
  .track-order
  .bs-wizard
  .bs-wizard-step
  .bs-wizard-stepnum {
      font-size: 1.2rem;
    }
  }

  @media only screen and (max-width: 538px) {
    .mywallet .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .mywallet .myac-body .row .right .pdpt-bg .pdpt-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }

  .wishlist .headbanner {
    background: linear-gradient(135deg, #f55d2c, #ff8c42);
    position: relative;
    padding: 50px 0;
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .wishlist .headbanner::before {
    content: "";
    background: linear-gradient(135deg, #f55d2c, #ff8c42);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.02;
  }

  .wishlist .headbanner .userimage {
    border: 2px solid white;
    height: 9rem;
    width: 9rem;
    border-radius: 50%;
  }

  .wishlist .headbanner .userimage img {
    border-radius: inherit;
  }

  .wishlist .headbanner h4 {
    font-size: 24px;
    color: #2b2f4c;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 18px;
  }

  .wishlist .headbanner p {
    font-size: 14px;
    color: #3e3f5e;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
  }

  .wishlist .headbanner p a {
    color: #3e3f5e !important;
    font-size: 16px;
    margin-left: 5px;
  }

  .wishlist .headbanner .earn-points {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 11px 5px 10px;
    border-radius: 5px;
  }

  .wishlist .headbanner .earn-points img {
    width: 24px;
    margin-right: 7px;
  }

  .wishlist .myac-body {
    padding-top: 5rem;
  }

  .wishlist .myac-body .row {
    padding: 0.8rem 8rem;
  }

  .wishlist .myac-body .row .left {
    padding-right: 1.5rem;
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
  }

  .wishlist .myac-body .row .left .ul-wrapper {
    background-color: #fff;
    border-radius: 4px;
  }

  .wishlist .myac-body .row .left .ul-wrapper ul {
    list-style: none;
    border-radius: 4px;
  }

  .wishlist .myac-body .row .left .ul-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

  .wishlist .myac-body .row .left .ul-wrapper ul li:hover {
    background-color: #e98b3381;
    color: #000;
  }

  .wishlist .myac-body .row .left .ul-wrapper ul li:hover a {
    color: #000;
  }

  .wishlist .myac-body .row .left .ul-wrapper ul li i {
    margin-right: 1rem;
    font-size: 1.8rem;
  }

  .wishlist .myac-body .row .left .ul-wrapper ul .active {
    background-color: #f55d2c;
    color: #fff;
  }

  .wishlist .myac-body .row .left .ul-wrapper ul .active a {
    color: #fff;
  }

  .wishlist .myac-body .row .right {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    margin-left: 1.5rem;
  }

  .wishlist .myac-body .row .right h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
  }

  .wishlist .myac-body .row .right h4 i {
    margin-right: 5px;
  }

  .wishlist .myac-body .row .right .pdpt-bg {
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
            box-shadow: 0 1px 2px 0 #e9e9e9;
  }

  .wishlist .myac-body .row .right .pdpt-bg .wish-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }

  .wishlist .myac-body .row .right .pdpt-bg .wish-item .cart-product-img {
    width: 130px;
    position: relative;
  }

  .wishlist .myac-body .row .right .pdpt-bg .wish-item .cart-product-img img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f7f7f7;
  }

  .wishlist .myac-body .row .right .pdpt-bg .wish-item .cart-product-img .offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #f55d2c;
    padding: 1px 10px 0px;
    border-radius: 3px;
    line-height: 20px;
  }

  .wishlist .myac-body .row .right .pdpt-bg .wish-item .cart-text {
    margin-left: 20px;
    width: 100%;
    position: relative;
  }

  .wishlist .myac-body .row .right .pdpt-bg .wish-item .cart-text h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2b2f4c;
    text-align: left;
    margin-bottom: 10px;
  }

  .wishlist .myac-body .row .right .pdpt-bg .wish-item .cart-text .cart-item-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #f55d2c;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
  }

  .wishlist .myac-body .row .right .pdpt-bg .wish-item .cart-text .cart-item-price span {
    color: #c7c7c7;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;
  }

  .wishlist .myac-body .row .right .pdpt-bg .wish-item .cart-text .cart-close-btn {
    position: absolute;
    top: 2px;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #2b2f4c;
  }

  @media only screen and (max-width: 1168px) {
    .wishlist .myac-body .row {
      padding: 0.5rem 2rem;
    }
  }

  @media only screen and (max-width: 838px) {
    .wishlist .myac-body .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .wishlist .myac-body .row .left {
      margin-right: 0;
      padding-right: 0;
    }
    .wishlist .myac-body .row .right {
      margin-top: 3rem;
      margin-left: 0;
    }
  }

  @media only screen and (max-width: 400px) {
    .wishlist .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .wishlist .myac-body .row .right
  .pdpt-bg
  .track-order
  .bs-wizard
  .bs-wizard-step
  .bs-wizard-stepnum {
      font-size: 1.2rem;
    }
  }

  @media only screen and (max-width: 538px) {
    .wishlist .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .wishlist .myac-body .row .right .pdpt-bg .pdpt-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }

  .address .headbanner {
    background: linear-gradient(135deg, #f55d2c, #ff8c42);
    position: relative;
    padding: 50px 0;
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .address .headbanner::before {
    content: "";
    background: url(../images/svg/banner.svg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.02;
  }

  .address .headbanner .userimage {
    border: 2px solid white;
    height: 9rem;
    width: 9rem;
    border-radius: 50%;
  }

  .address .headbanner .userimage img {
    border-radius: inherit;
  }

  .address .headbanner h4 {
    font-size: 24px;
    color: #2b2f4c;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 18px;
  }

  .address .headbanner p {
    font-size: 14px;
    color: #3e3f5e;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
  }

  .address .headbanner p a {
    color: #3e3f5e !important;
    font-size: 16px;
    margin-left: 5px;
  }

  .address .headbanner .earn-points {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 11px 5px 10px;
    border-radius: 5px;
  }

  .address .headbanner .earn-points img {
    width: 24px;
    margin-right: 7px;
  }

  .address .myac-body {
    padding-top: 5rem;
  }

  .address .myac-body .row {
    padding: 0.8rem 8rem;
  }

  .address .myac-body .row .left {
    padding-right: 1.5rem;
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
  }

  .address .myac-body .row .left .ul-wrapper {
    background-color: #fff;
    border-radius: 4px;
  }

  .address .myac-body .row .left .ul-wrapper ul {
    list-style: none;
    border-radius: 4px;
  }

  .address .myac-body .row .left .ul-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

  .address .myac-body .row .left .ul-wrapper ul li:hover {
    background-color: #e98b3381;
    color: #000;
  }

  .address .myac-body .row .left .ul-wrapper ul li:hover a {
    color: #000;
  }

  .address .myac-body .row .left .ul-wrapper ul li i {
    margin-right: 1rem;
    font-size: 1.8rem;
  }

  .address .myac-body .row .left .ul-wrapper ul .active {
    background-color: #f55d2c;
    color: #fff;
  }

  .address .myac-body .row .left .ul-wrapper ul .active a {
    color: #fff;
  }

  .address .myac-body .row .right {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    margin-left: 1.5rem;
  }

  .address .myac-body .row .right h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
  }

  .address .myac-body .row .right h4 i {
    margin-right: 5px;
  }

  .address .myac-body .row .right .pdpt-bg {
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
            box-shadow: 0 1px 2px 0 #e9e9e9;
  }

  .address .myac-body .row .right .pdpt-bg .pdpt-title {
    border-bottom: 1px solid #efefef;
  }

  .address .myac-body .row .right .pdpt-bg .pdpt-title h4 {
    border-bottom: 1px solid #efefef;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2f4c;
  }

  .address .myac-body .row .right .pdpt-bg .add-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
    background: #f55d2c;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .address .myac-body .row .right .pdpt-bg .add-btn button {
    padding: 1rem;
    font-size: 1.35rem;
  }

  .address .myac-body .row .right .pdpt-bg .address-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    border-bottom: 1px solid #efefef;
  }

  .address .myac-body .row .right .pdpt-bg .address-item .address-icon1 {
    margin-right: 10px;
    background: #f55d2c;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
  }

  .address .myac-body .row .right .pdpt-bg .address-item .address-icon1 i {
    font-size: 16px;
  }

  .address .myac-body .row .right .pdpt-bg .address-item .address-dt-all h4 {
    color: #2b2f4c;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .address .myac-body .row .right .pdpt-bg .address-item .address-dt-all p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    line-height: 24px;
  }

  .address .myac-body .row .right .pdpt-bg .address-item .action-btns {
    margin-top: 10px;
    list-style: none;
  }

  .address .myac-body .row .right .pdpt-bg .address-item .action-btns li {
    display: inline-block;
    margin-right: 5px;
  }

  .address .myac-body .row .right .pdpt-bg .address-item .action-btns li .action-btn {
    font-size: 16px;
    color: #3e3f5e;
  }

  @media only screen and (max-width: 1168px) {
    .address .myac-body .row {
      padding: 0.5rem 2rem;
    }
  }

  @media only screen and (max-width: 838px) {
    .address .myac-body .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .address .myac-body .row .left {
      margin-right: 0;
      padding-right: 0;
    }
    .address .myac-body .row .right {
      margin-top: 3rem;
      margin-left: 0;
    }
  }

  @media only screen and (max-width: 400px) {
    .address .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .address .myac-body .row .right
  .pdpt-bg
  .track-order
  .bs-wizard
  .bs-wizard-step
  .bs-wizard-stepnum {
      font-size: 1.2rem;
    }
  }

  @media only screen and (max-width: 538px) {
    .address .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .address .myac-body .row .right .pdpt-bg .pdpt-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }

  .newaddress .headbanner {
    background: rgba(245, 93, 44, 0.3);
    position: relative;
    padding: 50px 0;
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .newaddress .headbanner::before {
    content: "";
    background: linear-gradient(135deg, #f55d2c, #ff8c42);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.02;
  }

  .newaddress .headbanner .userimage {
    border: 2px solid white;
    height: 9rem;
    width: 9rem;
    border-radius: 50%;
  }

  .newaddress .headbanner .userimage img {
    border-radius: inherit;
  }

  .newaddress .headbanner h4 {
    font-size: 24px;
    color: #2b2f4c;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 18px;
  }

  .newaddress .headbanner p {
    font-size: 14px;
    color: #3e3f5e;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
  }

  .newaddress .headbanner p a {
    color: #3e3f5e !important;
    font-size: 16px;
    margin-left: 5px;
  }

  .newaddress .headbanner .earn-points {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 11px 5px 10px;
    border-radius: 5px;
  }

  .newaddress .headbanner .earn-points img {
    width: 24px;
    margin-right: 7px;
  }

  .newaddress .myac-body {
    padding-top: 5rem;
  }

  .newaddress .myac-body .row {
    padding: 0.8rem 8rem;
  }

  .newaddress .myac-body .row .left {
    padding-right: 1.5rem;
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
  }

  .newaddress .myac-body .row .left .ul-wrapper {
    background-color: #fff;
    border-radius: 4px;
  }

  .newaddress .myac-body .row .left .ul-wrapper ul {
    list-style: none;
    border-radius: 4px;
  }

  .newaddress .myac-body .row .left .ul-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

  .newaddress .myac-body .row .left .ul-wrapper ul li:hover {
    background-color: #e98b3381;
    color: #000;
  }

  .newaddress .myac-body .row .left .ul-wrapper ul li:hover a {
    color: #000;
  }

  .newaddress .myac-body .row .left .ul-wrapper ul li i {
    margin-right: 1rem;
    font-size: 1.8rem;
  }

  .newaddress .myac-body .row .left .ul-wrapper ul .active {
    background-color: #f55d2c;
    color: #fff;
  }

  .newaddress .myac-body .row .left .ul-wrapper ul .active a {
    color: #fff;
  }

  .newaddress .myac-body .row .right {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    margin-left: 1.5rem;
  }

  .newaddress .myac-body .row .right h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
  }

  .newaddress .myac-body .row .right h4 i {
    margin-right: 5px;
  }

  .newaddress .myac-body .row .right .pdpt-bg {
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
            box-shadow: 0 1px 2px 0 #e9e9e9;
  }

  .newaddress .myac-body .row .right .pdpt-bg .pdpt-title {
    border-bottom: 1px solid #efefef;
  }

  .newaddress .myac-body .row .right .pdpt-bg .pdpt-title h4 {
    border-bottom: 1px solid #efefef;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2f4c;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody {
    background-color: #fff;
    padding: 15px 20px;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form {
    width: 100%;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group {
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product- {
    margin-top: 7px;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now li {
    margin-right: 5px;
    width: 50px;
    height: 36px;
    position: relative;
    text-align: center;
    display: inline-block;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now li input[type="radio"] {
    display: none;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now li input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now label {
    padding: 5px;
    cursor: pointer;
    background: #c7c7c7;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now input[type="radio"]:checked + label,
  .newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now .Checked + label {
    background: #f55d2c;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row label {
    font-size: 1.3rem;
    font-weight: 500;
    color: #2b2f4c;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row input, .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row select {
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    margin-top: 1.8rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row input:focus, .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row select:focus {
    border-color: #f55d2c;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row select {
    padding: 0.8rem 0;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 .lt,
  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 .ft {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 .save-address {
    background-color: transparent;
    color: #f55d2c;
    border: 1px solid #f55d2c;
  }

  .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 .save-address:hover {
    background-color: #f55d2c;
    color: #fff;
  }

  @media only screen and (max-width: 1168px) {
    .newaddress .myac-body .row {
      padding: 0.5rem 2rem;
    }
  }

  @media only screen and (max-width: 838px) {
    .newaddress .myac-body .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .newaddress .myac-body .row .left {
      margin-right: 0;
      padding-right: 0;
    }
    .newaddress .myac-body .row .right {
      margin-top: 3rem;
      margin-left: 0;
    }
  }

  @media only screen and (max-width: 400px) {
    .newaddress .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .newaddress .myac-body .row .right
  .pdpt-bg
  .track-order
  .bs-wizard
  .bs-wizard-step
  .bs-wizard-stepnum {
      font-size: 1.2rem;
    }
  }

  @media only screen and (max-width: 538px) {
    .newaddress .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .newaddress .myac-body .row .right .pdpt-bg .pdpt-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }

  .cart .myac-body {
    padding-top: 5rem;
  }

  .cart .myac-body .row {
    padding: 0.8rem 8rem;
  }

  .cart .myac-body .row .left {
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
  }

  .cart .myac-body .row .left .ul-wrapper {
    background-color: #fff;
    border-radius: 4px;
    padding: 0.5rem;
  }

  .cart .myac-body .row .left .ul-wrapper h4 {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
  }

  .cart .myac-body .row .left .ul-wrapper table {
    width: 100%;
    padding: 1.2rem 0;
  }

  .cart .myac-body .row .left .ul-wrapper table tr td h6 {
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
  }

  .cart .myac-body .row .left .ul-wrapper .update-btn {
    padding: 1.2rem 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .cart .myac-body .row .left .ul-wrapper .update-btn input {
    width: 80%;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e1e4e8;
  }

  .cart .myac-body .row .left .ul-wrapper .update-btn button {
    border-radius: 0 4px 4px 0;
  }

  .cart .myac-body .row .left .ul-wrapper .cktout {
    padding: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .cart .myac-body .row .left .ul-wrapper .cktout button {
    width: 90%;
    padding: 1.2rem 0;
  }

  .cart .myac-body .row .right {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    margin-right: 1.5rem;
  }

  .cart .myac-body .row .right .pdpt-bg {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
            box-shadow: 0 1px 2px 0 #e9e9e9;
  }

  .cart .myac-body .row .right .pdpt-bg .pdpt-title {
    border-bottom: 1px solid #efefef;
  }

  .cart .myac-body .row .right .pdpt-bg .pdpt-title h4 {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2f4c;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table {
    width: 100%;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table thead th {
    border-bottom: 1px solid #efefef;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table thead th h5 {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2f4c;
    text-transform: capitalize;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr {
    margin-bottom: 2rem;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td {
    border-bottom: 1px solid #efefef;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .product a {
    background: #f9f9f9;
    padding: 0.5rem;
    border: 1px solid #efefef;
    border-radius: 5px;
    width: 8rem;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .product h6 {
    font-size: 14px;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;
    font-weight: 500;
    margin-top: 2rem;
    max-width: 12rem;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .price h6 {
    font-size: 16px;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;
    font-weight: 700;
    margin-top: 2rem;
    max-width: 12rem;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .qty .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .qty .box input {
    width: 3.5rem;
    font-size: 1.4rem;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .qty .box .btnbv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .qty .box .btnbv button {
    padding: 0.1rem 0.5rem;
    font-size: 1.4rem;
    border-radius: 0;
    margin: 0.1rem 0;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .qty .box .btnbv button:first-child {
    border-radius: 4px 4px 0 0;
  }

  .cart .myac-body .row .right .pdpt-bg .order-body10 table tbody tr td .qty .box .btnbv button:last-child {
    border-radius: 0 0 4px 4px;
  }

  @media only screen and (max-width: 1168px) {
    .cart .myac-body .row {
      padding: 0.5rem 2rem;
    }
  }

  @media only screen and (max-width: 957px) {
    .cart .myac-body .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cart .myac-body .row .left {
      padding-left: 0rem;
      margin-top: 3rem;
      width: 100%;
      max-width: 54rem;
      margin: 4rem auto;
    }
    .cart .myac-body .row .right {
      padding-right: 0rem;
      margin-right: 0;
      width: 100%;
      max-width: 54rem;
      margin: 0.5rem auto;
    }
  }

  @media only screen and (max-width: 400px) {
    .cart .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .cart .myac-body .row .right
  .pdpt-bg
  .track-order
  .bs-wizard
  .bs-wizard-step
  .bs-wizard-stepnum {
      font-size: 1.2rem;
    }
  }

  @media only screen and (max-width: 538px) {
    .myorders .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .myorders .myac-body .row .right .pdpt-bg .pdpt-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }

  @media only screen and (max-width: 640px) {
    .cart .myac-body .row .right .pdpt-bg .order-body10 {
      overflow-x: auto;
    }
    .cart .myac-body .row .right .pdpt-bg .order-body10::-webkit-scrollbar {
      display: none;
    }
  }

  .checkout .myac-body {
    padding-top: 5rem;
  }

  .checkout .myac-body .row {
    padding: 0.8rem 8rem;
  }

  .checkout .myac-body .row .left {
    padding-left: 1.5rem;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .checkout .myac-body .row .left .ul-wrapper {
    background-color: #fff;
    border-radius: 4px;
    padding: 0.5rem;
  }

  .checkout .myac-body .row .left .ul-wrapper h4 {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-item:last-child {
    border-bottom: 0;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-item .cart-product-img {
    width: 130px;
    position: relative;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-item .cart-product-img img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f7f7f7;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-item .cart-product-img .offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #f55d2c;
    padding: 1px 10px 0px;
    border-radius: 3px;
    line-height: 20px;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-item .cart-text {
    margin-left: 20px;
    width: 100%;
    position: relative;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-item .cart-text h4 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
    color: #2b2f4c;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-left: 0;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-item .cart-text .cart-item-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #f55d2c;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-item .cart-text .cart-item-price span {
    color: #c7c7c7;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;
  }

  .checkout .myac-body .row .left .ul-wrapper .total-checkout-group {
    padding: 20px 20px 0;
    margin-top: 10px;
  }

  .checkout .myac-body .row .left .ul-wrapper .total-checkout-group .cart-total-dil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .checkout .myac-body .row .left .ul-wrapper .total-checkout-group .cart-total-dil h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    line-height: 24px;
    border-bottom: 0;
    padding: 0;
  }

  .checkout .myac-body .row .left .ul-wrapper .total-checkout-group .cart-total-dil span {
    color: #8f91ac;
    font-size: 16px;
    margin-left: auto;
    font-weight: 400;
    line-height: 24px;
  }

  .checkout .myac-body .row .left .ul-wrapper .saving-total {
    padding: 20px 20px 0;
  }

  .checkout .myac-body .row .left .ul-wrapper .saving-total h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    line-height: 24px;
    padding: 0;
    border-bottom: 0;
  }

  .checkout .myac-body .row .left .ul-wrapper .saving-total span {
    color: #8f91ac;
    font-size: 16px;
    margin-left: auto;
    font-weight: 400;
    line-height: 24px;
  }

  .checkout .myac-body .row .left .ul-wrapper .cart-total-dil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .checkout .myac-body .row .left .ul-wrapper .main-total-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  .checkout .myac-body .row .left .ul-wrapper .main-total-cart h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2b2f4c;
    line-height: 24px;
  }

  .checkout .myac-body .row .left .ul-wrapper .main-total-cart span {
    color: #f55d2c;
    font-size: 18px;
    margin-left: auto;
    font-weight: 700;
    line-height: 24px;
  }

  .checkout .myac-body .row .left .ul-wrapper .cktout {
    text-align: center;
    padding: 1.5rem;
    font-weight: 500;
    font-size: 14px;
    color: #2b2f4c;
  }

  .checkout .myac-body .row .left .promocode {
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    line-height: 24px;
    display: block;
    -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
            box-shadow: 0 1px 2px 0 #e9e9e9;
  }

  .checkout .myac-body .row .left .promoform {
    background: #fff;
    padding: 19px 20px;
    padding-bottom: 15px;
    border-top: 1px solid #e9e9e9;
    display: none;
  }

  .checkout .myac-body .row .left .promoform form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .checkout .myac-body .row .left .promoform form input {
    width: 80%;
    border: 1px solid #e1e4e8;
    border-radius: 4px 0 0 4px;
  }

  .checkout .myac-body .row .left .promoform form button {
    border-radius: 0 4px 4px 0;
  }

  .checkout .myac-body .row .right {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    margin-right: 1.5rem;
  }

  .checkout .myac-body .row .right .pdpt-bg {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
            box-shadow: 0 1px 2px 0 #e9e9e9;
  }

  .checkout .myac-body .row .right .pdpt-bg .step {
    border-top: 1px solid #f3f3f3;
    color: #2b2f4c;
    font-size: 14px;
    padding: 25px;
    position: relative;
    cursor: pointer;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .tittle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .tittle span {
    border-radius: 50%;
    border: 1px solid #f55d2c;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    margin-right: 20px;
    padding: 6px;
    text-align: center;
    width: 32px;
    color: #fff;
    background: #f55d2c;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .tittle h4 {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span {
    overflow: hidden;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody {
    background-color: #fff;
    padding: 15px 0px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group {
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group .product-radio {
    margin-top: 7px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group .product-radio .product-now {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group .product-radio .product-now li {
    margin-right: 5px;
    width: 50px;
    height: 36px;
    position: relative;
    text-align: center;
    display: inline-block;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group .product-radio .product-now li input[type="radio"] {
    display: none;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group .product-radio .product-now li input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group .product-radio .product-now label {
    padding: 5px;
    cursor: pointer;
    background: #c7c7c7;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group .product-radio .product-now input[type="radio"]:checked + label,
  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group .product-radio .product-now .Checked + label {
    background: #f55d2c;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .form-group .product-radio .ttl {
    font-size: 13px;
    font-weight: 500;
    color: #2b2f4c;
    padding-bottom: 1.5rem;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .time-radio .form .fields .field {
    margin: 1rem 0;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .time-radio .form .fields .field label {
    margin-left: 1rem;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row label {
    font-size: 1.3rem;
    font-weight: 500;
    color: #2b2f4c;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row input, .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row select {
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    margin-top: 1.8rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row input:focus, .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row select:focus {
    border-color: #f55d2c;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row select {
    padding: 0.8rem 0;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .lt,
  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .ft {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .save-address {
    background-color: transparent;
    color: #f55d2c;
    border: 1px solid #f55d2c;
    padding: 0.9rem 2rem;
    border-radius: 4px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .save-address:hover {
    background-color: #f55d2c;
    color: #fff;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .next-step {
    background-color: #f55d2c;
    color: #f55d2c;
    border: 1px solid #f55d2c;
    color: #fff;
    padding: 0.9rem 2rem;
    border-radius: 4px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .next-step:hover {
    background-color: #f55d2c;
    color: #fff;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .address-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    border-bottom: 1px solid #efefef;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .address-item .address-icon1 {
    margin-right: 10px;
    background: #f55d2c;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .address-item .address-icon1 i {
    font-size: 16px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .address-item .address-dt-all h4 {
    color: #2b2f4c;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .address-item .address-dt-all p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    line-height: 24px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .address-item .action-btns {
    margin-top: 10px;
    list-style: none;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .address-item .action-btns li {
    display: inline-block;
    margin-right: 5px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .formbody .address-fieldset .row2 .address-item .action-btns li .action-btn {
    font-size: 16px;
    color: #3e3f5e;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .row2 .next-step {
    background-color: #f55d2c;
    color: #f55d2c;
    border: 1px solid #f55d2c;
    color: #fff;
    padding: 0.9rem 2rem;
    border-radius: 4px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span .row2 .next-step:hover {
    background-color: #f55d2c;
    color: #fff;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .span-open {
    overflow: visible;
    min-height: 0;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .rpt100 {
    margin: 2rem 0;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .rpt100 .radio--group-inline-container_1 {
    width: 100%;
    width: 100%;
    display: block;
    margin-bottom: 22px !important;
    list-style: none;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .rpt100 .radio--group-inline-container_1 li {
    display: inline-block;
    width: 33.333%;
    margin-right: 10px;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .rpt100 .radio--group-inline-container_1 li .radio-item_1 {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
  }

  .checkout .myac-body .row .right .pdpt-bg .step .rpt100 .radio--group-inline-container_1 li .radio-item_1 .radio-label_1 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 16px;
    color: #2b2f4c;
    cursor: pointer;
    padding: 15px 20px;
    background: #f9f9f9;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin-bottom: 0.8rem;
  }

  @media only screen and (max-width: 1168px) {
    .checkout .myac-body .row {
      padding: 0.5rem 2rem;
    }
  }

  @media only screen and (max-width: 1101px) {
    .checkout .myac-body .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .checkout .myac-body .row .left {
      padding-left: 0rem;
      width: 100%;
      max-width: 54rem;
      margin: 4rem auto;
    }
    .checkout .myac-body .row .right {
      padding-right: 0rem;
      margin-right: 0;
      width: 100%;
      max-width: 54rem;
      margin: 1rem auto;
    }
  }

  @media only screen and (max-width: 400px) {
    .checkout .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .checkout .myac-body .row .right
  .pdpt-bg
  .track-order
  .bs-wizard
  .bs-wizard-step
  .bs-wizard-stepnum {
      font-size: 1.2rem;
    }
  }

  @media only screen and (max-width: 538px) {
    .checkout .myac-body .row {
      padding: 0.5rem 1rem;
    }
    .checkout .myac-body .row .right .pdpt-bg .pdpt-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }

  @media only screen and (max-width: 640px) {
    .checkout .myac-body .row .right .pdpt-bg .step .span .formbody {
      padding: 15px 2px;
    }
  }

  .order-placed {
    margin-top: 40px;
  }

  .order-placed .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .order-placed .container .justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .order-placed .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    padding: 1rem;
    margin-left: -15px;
  }

  .order-placed .container .row .order-placed-dt {
    text-align: center;
    padding: 20px 0 14px;
    float: left;
    width: 100%;
  }

  .order-placed .container .row .order-placed-dt .icon-circle {
    font-size: 56px;
    color: #f55d2c;
  }

  .order-placed .container .row .order-placed-dt h2 {
    font-size: 30px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: center;
    margin-bottom: 25px;
  }

  .order-placed .container .row .order-placed-dt p {
    font-size: 16px;
    font-weight: 500;
    color: #3e3f5e;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg {
    margin-top: 40px;
    background: #fff;
    border-radius: 5px;
    float: left;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
            box-shadow: 0 1px 2px 0 #e9e9e9;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .title585 {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #efefef;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .title585 .pln-icon {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .title585 h4 {
    float: left;
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #2b2f4c;
    line-height: 50px;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .address-placed-dt1 {
    list-style: none;
    padding: 20px;
    width: 100%;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .address-placed-dt1 li {
    margin-bottom: 10px;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .address-placed-dt1 li p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #2b2f4c;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .address-placed-dt1 li p i {
    margin-right: 1rem;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .address-placed-dt1 li p span {
    margin-left: 10px;
    font-weight: 400;
    color: #3e3f5e;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .stay-invoice {
    float: left;
    width: 100%;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .stay-invoice .st-hm {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .stay-invoice .invc-link {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #f55d2c;
    padding: 5px 15px;
    border-radius: 5px;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .placed-bottom-dt {
    padding: 20px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
    width: 100%;
  }

  .order-placed .container .row .order-placed-dt .delivery-address-bg .placed-bottom-dt span {
    font-weight: 600;
    color: #f55d2c;
  }

  /* ================= MAIN LAYOUT ================= */
  .view-product {
    background: #f9fafb;
    border-top: 1px solid #ececec;
  }

  .view-product .searchrow {
    display: flex;
    gap: 2rem;
    padding: 2rem;
  }

  /* ================= LEFT FILTER ================= */
  .view-product .left {
    width: 260px;
  }

  .shop-by-depertment {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.6rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  }

  .shop-by-depertment h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #222;
    text-transform: capitalize;
  }

  .shop-by-depertment ul {
    list-style: none;
    width: 100%;
  }

  .shop-by-depertment li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #eee;
  }

  .shop-by-depertment li:last-child {
    border-bottom: none;
  }

  .shop-by-depertment a,
  .shop-by-depertment label {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .shop-by-depertment a:hover,
  .shop-by-depertment label:hover {
    color: #f55d2c;
  }

  .shop-by-depertment input[type="checkbox"] {
    accent-color: #f55d2c;
  }

  /* ================= PRICE RANGE ================= */
  .shop-by-depertment input[type="range"] {
    width: 100%;
    margin: 0.8rem 0;
    accent-color: #f55d2c;
  }

  .shop-by-depertment .inrow {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
  }

  .shop-by-depertment .inrow .in {
    padding: 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shop-by-depertment .inrow h4 {
    font-size: 13px;
    font-weight: 500;
  }

  .underline {
    color: #f55d2c;
    font-weight: 600;
    cursor: pointer;
  }

  /* ================= RIGHT PRODUCTS ================= */
  .view-product .right {
    flex: 1;
  }

  .view-product .right h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.8rem;
    color: #222;
  }

  /* ================= PRODUCT GRID ================= */
  .outerbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 1.8rem;
  }

  /* ================= PRODUCT CARD ================= */
  .product {
    background: #ffffff;
    border-radius: 14px;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    transition: all 0.35s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  }

  .product:hover {
    transform: translateY(-6px);
    border-color: #f55d2c;
    box-shadow: 0 16px 36px rgba(245,93,44,0.16);
  }

  /* ================= PRODUCT IMAGE ================= */
  .product .image {
    height: 210px;
    margin-bottom: 0.6rem;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: #fafafa;
  }

  .product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
  }

  .product:hover img {
    transform: scale(1.06);
  }

  /* ================= PRODUCT DETAILS ================= */
  .product .detail {
    padding-top: 0.2rem;
    text-align: center;
  }

  .product .detail h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0.2rem;
    line-height: 1.3;
    min-height: 34px;
  }

  .product .detail h4 a {
    color: #222;
    text-decoration: none;
  }

  .product .detail h4 a:hover {
    color: #f55d2c;
  }

  .product .detail p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #f55d2c;
  }

  /* ================= RESPONSIVE ================= */
  @media (max-width: 900px) {
    .view-product .searchrow {
      flex-direction: column;
    }

    .view-product .left {
      width: 100%;
    }

    .product .image {
      height: 190px;
    }
  }

  .footer {
    background-color: black;
    padding: 0.2rem;
  }

  .footer .footer-row1 {
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
  }

  .footer .footer-row1 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer .footer-row1 .container .ul1 {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .footer-row1 .container .ul1 li {
    margin: 0.2rem 1rem;
  }

  .footer .footer-row1 .container .ul1 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
  }

  .footer .footer-row1 .container .ul1 li a i {
    color: white;
    margin-right: 0.5rem;
  }

  .footer .footer-row1 .container .ul2 {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .footer .footer-row1 .container .ul2 li {
    margin: 0.2rem 0.5rem;
  }

  .footer .footer-row1 .container .ul2 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
  }

  .footer .footer-row1 .container .ul2 li a i {
    color: white;
    margin-right: 0.2rem;
  }

  .footer .footer-row2 {
    padding-bottom: 50px;
    border-bottom: 1px solid #f5f5f5;
  }

  .footer .footer-row2 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer .footer-row2 .container .row {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
        grid-template-columns: auto auto auto auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .footer .footer-row2 .container .row .ul1 {
    list-style: none;
  }

  .footer .footer-row2 .container .row .ul1 .heading h4 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
  }

  .footer .footer-row2 .container .row .ul1 .ul-sub {
    list-style: none;
    padding-top: 1rem;
  }

  .footer .footer-row2 .container .row .ul1 .ul-sub li {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    position: relative;
    left: 0;
    padding-bottom: 0.9rem;
  }

  .footer .footer-row2 .container .row .ul1 .ul-sub .dbnt {
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .footer .footer-row2 .container .row .ul1 .ul-sub .dbnt a {
    margin-right: 0;
  }

  .footer .footer-row2 .container .row .ul1 .t {
    padding-top: 0.5rem;
  }

  .footer .footer-row2 .container .row .ul1 .t .dbnt {
    height: 2.5rem;
    margin: 0.1rem 0.32rem;
  }

  .footer .footer-row2 .container .row .ul1 .t form {
    border: 1px solid #e1e4e8;
    border-radius: 5px;
  }

  .footer .footer-row2 .container .row .ul1 .t form button {
    background-color: #f55d2c;
  }

  .footer .footer-row2 .container .row .ul1 .thd {
    margin-top: 2em;
  }

  .footer .footer-3 {
    padding: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer .footer-3 span {
    font-size: 1.2rem;
    color: white;
  }

  @media only screen and (max-width: 481px) {
    .footer .footer-row1 .container .ul1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }

  @media only screen and (max-width: 816px) {
    .footer .footer-row2 .container .row {
      -ms-grid-columns: auto auto;
          grid-template-columns: auto auto;
    }
    .footer .footer-row2 .container .row .ul1 {
      margin-top: 2rem;
    }
  }

  @media only screen and (max-width: 523px) {
    .footer .footer-row2 .container .row {
      padding-left: 0rem;
      padding-right: 0rem;
    }
  }

  @media only screen and (max-width: 480px) {
    .footer .footer-row2 .container .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
    }
    .footer .footer-row2 .container .row .ul1 {
      width: 100%;
    }
    .footer .footer-row2 .container .row .ul1 .da {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .footer .footer-row2 .container .row .ul1 .nl {
      width: 100%;
    }
    .footer .footer-row2 .container .row .ul1 .nl form {
      width: 100%;
    }
    .footer .footer-row2 .container .row .ul1 .nl form input {
      width: 85%;
    }
    .footer .footer-row2 .container .row .ul1 .nl form button {
      width: 14%;
    }
  }
  /*# sourceMappingURL=style.css.map */

  .footer {
      font-family: Arial, sans-serif;
      background: black;
      color:white;
  }

  /* TOP BAR */
  .footer-top {
      background: black;
      border-bottom: 1px solid #e5e7eb;
      padding: 10px 30px;
    color:white!important;
  }

  .footer-top-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .footer-contact a {
      margin-right: 20px;
      font-size: 14px;
      color: white!important;
      text-decoration: none;
  }

  .footer-contact i {
      margin-right: 6px;
      color: #f55d2c;
  }

  .footer-social a {
      margin-left: 14px;
      font-size: 18px;
      color: white;
  }

  .footer-social a:hover {
      color: white;
  }

  /* MIDDLE */
  .footer-middle {
      background: black;
      padding: 45px 30px;
  }

  .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 50px;
  }

  .footer-col h4 {
      font-size: 17px;
      margin-bottom: 14px;
      color: white;
  }

  .footer-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .footer-col ul li {
      margin-bottom: 10px;
  }

  .footer-col ul li a {
      font-size: 15px;
      color: white;
      text-decoration: none;
  }

  .footer-col ul li a:hover {
      color: white;
  }

  /* NEWSLETTER */
  .newsletter-form {
      display: flex;
  }

  .newsletter-form input {
      flex: 1;
      padding: 12px;
      border: 1px solid #d1d5db;
      border-radius: 6px 0 0 6px;
  }

  .newsletter-form button {
      padding: 0 18px;
      border: none;
      background: #f55d2c;
      color: #fff;
      border-radius: 0 6px 6px 0;
      cursor: pointer;
  }

  /* BOTTOM */
  .footer-bottom {
      background: black;
      text-align: center;
      padding: 14px 0;
      font-size: 14px;
      color: white!important;
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
      .footer-top-inner {
          flex-direction: column;
          gap: 10px;
      }

      .footer-grid {
          grid-template-columns: 1fr;
          gap: 30px;
      }
  }





  /* ===== Contact Section Scope ===== */
  .contact-page * {
      box-sizing: border-box;
  }

  /* ===== Page ===== */
  .contact-page {
      padding: 70px 24px;
  }

  /* ===== Wrapper ===== */
  .contact-page .contact-wrapper {
      max-width: 1250px;
      margin: 0 auto;
  }

  /* ===== Rows ===== */
  .contact-page .contact-row {
      display: flex;
      gap: 40px;
      margin-bottom: 40px;
      align-items: stretch;
  }

  /* ===== Columns ===== */
  .contact-page .col-address,
  .contact-page .col-map {
      flex: 1;
      display: flex;
  }

  /* ===== Cards (Scoped) ===== */
  .contact-page .contact-card {
      background: #ffffff;
      border-radius: 14px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
      width: 100%;
      display: flex;
      flex-direction: column;
  }

  .contact-page .contact-card-body {
      padding: 40px;
      flex: 1;
  }

  /* ===== Headings ===== */
  .contact-page h3 {
      font-size: 34px;
      font-weight: 700;
      color: #000;
      margin-bottom: 30px;
  }

  .contact-page .contact-card-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 18px;
      color: #000;
  }

  /* ===== Form ===== */
  .contact-page .form-row {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
  }

  .contact-page .form-half {
      width: 48%;
  }

  .contact-page .form-full {
      width: 100%;
  }

  .contact-page input[type="text"],
  .contact-page input[type="email"],
  .contact-page textarea {
      width: 100%;
      padding: 18px 20px;
      font-size: 17px;
      border-radius: 10px;
      border: 2px solid #ddd;
      color: #000;
  }

  .contact-page input:focus,
  .contact-page textarea:focus {
      outline: none;
      border-color: #f55d2c;
  }

  .contact-page textarea {
      min-height: 170px;
      resize: vertical;
  }

  /* ===== Button ===== */
  .contact-page .btn-submit {
      margin-top: 20px;
      padding: 16px 40px;
      font-size: 18px;
      font-weight: 600;
      background: #f55d2c;
      color: #000;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      align-self: flex-end;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .contact-page .btn-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(245, 93, 44, 0.45);
  }

  /* ===== Address ===== */
  .contact-page .address-info p {
      font-size: 18px;
      margin-bottom: 14px;
  }

  .contact-page .address-info strong,
  .contact-page .address-info a {
      color: #f55d2c;
      font-weight: 600;
  }

  /* ===== Map ===== */
  .contact-page .map-container {
      flex: 1;
      border-radius: 14px;
      overflow: hidden;
  }

  .contact-page .map-container iframe {
      width: 100%;
      height: 100%;
      border: 0;
  }

  /* ===== Responsive ===== */
  @media (max-width: 900px) {
      .contact-page .contact-row {
          flex-direction: column;
      }

      .contact-page .form-half {
          width: 100%;
      }

      .contact-page .btn-submit {
          align-self: stretch;
          text-align: center;
      }
  }
  /* ===== BASE ===== */
  .site-footer {
      background: #0b0b0b;
      color: #cfcfcf;
      font-size: 15px;
  }

  /* ===== CONTAINER ===== */
  .footer-wrap {
      max-width: 1280px;
      margin: auto;
      padding: 0 24px;
  }

  /* ===== TOP FEATURES ===== */
  .footer-features {
      border-bottom: 1px solid rgba(255,255,255,0.08);
      padding: 18px 0;
  }
  .features-grid {
      display: flex;
      justify-content: space-between;
      gap: 20px;
  }
  .feature-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 500;
      color: #fff;
  }
  .feature-item i {
      color: #f55d2c;
      font-size: 20px;
  }

  /* ===== MAIN ===== */
  .footer-main {
      padding: 70px 0;
  }
  .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
      gap: 50px;
  }

  /* ===== HEADINGS ===== */
  .footer-col h4 {
      color: #fff;
      font-size: 18px;
      margin-bottom: 20px;
  }

  /* ===== LINKS ===== */
  .footer-col ul {
      list-style: none;
  }
  .footer-col li {
      margin-bottom: 12px;
  }
  .footer-col a {
      color: #cfcfcf;
      transition: color 0.3s;
  }
  .footer-col a:hover {
      color: #f5b400;
  }

  /* ===== BRAND ===== */
  .footer-logo {
      height: 80px;
      margin-bottom: 18px;
  }
  .footer-brand p {
      line-height: 1.7;
      max-width: 320px;
  }

  /* ===== SOCIAL ===== */
  .footer-social {
      margin-top: 18px;
  }
  .footer-social a {
      color: #f55d2c;
      font-size: 18px;
      margin-right: 14px;
  }

  /* ===== CONTACT ===== */
  .footer-info li {
      display: flex;
      gap: 10px;
      align-items: center;
  }
  .footer-info i {
      color: #f55d2c;
  }

  /* ===== NEWSLETTER ===== */
  .footer-newsletter {
      display: flex;
      margin-top: 18px;
  }
  .footer-newsletter input {
      flex: 1;
      padding: 12px;
      border: none;
      outline: none;
  }
  .footer-newsletter button {
      background: #f55d2c;
      border: none;
      padding: 0 22px;
      font-weight: 600;
      cursor: pointer;
  }

  /* ===== BOTTOM ===== */
  .footer-bottom {
      background: #000;
      padding: 10px 0;
  }
  .footer-bottom-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
  }
  .footer-payments img {
      height: 28px;
      margin-left: 10px;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px) {
      .features-grid {
          flex-direction: column;
          align-items: center;
          text-align: center;
      }
      .footer-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }
  @media (max-width: 600px) {
      .footer-grid {
          grid-template-columns: 1fr;
      }
      .footer-bottom-inner {
          flex-direction: column;
          gap: 12px;
          text-align: center;
      }
  }
.wishlist{
  color:#f55d2c;
  font-size:18px;
  font-weight:700;
}