* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kumbh Sans", serif;
}

html {
  font-size: 62.5%;
}
body {
  /* background-color: #f1f2f4; */
}
:root {
  --light-blue: #0c74d6;
  --dark-blue: #0766bf;
  --bg-color: #ffffff;
  --light-white: #ffffff;
  --font-kumbh-sans: "Kumbh Sans", serif;
  /* --main: #000; */
  --color-difer: #f1f1f0;
  --primary: #e43131;
  --main: #181818;
  --secondary: #4d4e4f;
  --secondary-2: #a0a0a0;
  --white: #ffffff;
  --surface: #f7f7f7;
  --critical: #f03e3e;
  --warning: #9391e1;
  --success: #3dab25;
  --yellow: #f0a750;
  --line: #e9e9e9;
  --pink: #ec749d;
  --blue: #0c74d6;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4rem;
  text-transform: capitalize;
  font-weight: 600;
}
h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
}
h4 {
  font-size: 1.6rem;
  font-weight: 500;
}
h6 {
  color: var(--secondary);
  font-size: 1.4rem;
  font-weight: 600;
}
p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
a {
  display: block;
  text-decoration: none;
}
li {
  list-style: none;
}

/* ============= */
.wrapper-heading {
  max-width: 132rem;
  margin: auto;
  padding: 9.6rem 2.8rem 0rem 2.8rem;
}
.wrapper {
  max-width: 132rem;
  margin: auto;
  padding: 9.6rem 2.8rem;
}
.grid {
  display: grid;
  gap: 9rem;
}
.grid-two-cols {
  grid-template-columns: 1fr 1fr;
}
.grid-three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-four-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* ==========Reused Code=========== */
.common-btn {
  font-size: 1.6rem;
  color: var(--bg-color);
  background-color: var(--main);
  padding: 2rem;
  border-radius: 30rem;
  text-align: center;
  transition: all 0.3s ease;
}
.common-btn:hover {
  background-color: var(--secondary);
}
.d-flex-code1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.d-flex-code2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
/* ==========Reused Code=========== */

/* =======Click To Top Button======= */
/* =======Click To Top Button======= */
/* =======Click To Top Button======= */
/* =======Click To Top Button======= */
/* =======Click To Top Button======= */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  /* padding: 15px; */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 2rem;
}

.back-to-top:hover {
  background-color: #333;
}

/* =======top header======= */
/* =======top header======= */
/* =======top header======= */
/* =======top header======= */
/* =======top header======= */
.header-box .menu-btn i {
  font-size: 2.5rem;
  color: var(--bg-color);
  display: none;
}
header {
  background-color: var(--light-blue);
  width: 100%;
}
header .top-header {
  max-width: 132rem;
  margin: auto;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-box {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: 60%;
}
.header-from {
  width: 100%;
}
.top-header-input {
  display: flex;
}
.top-header-input input {
  width: 80%;
  padding: 1.5rem 0.7rem;
  outline: none;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border: none;
}
.top-header-input input ::placeholder {
  font-size: 2.5rem;
  font-family: var(--font-kumbh-sans);
}
.top-header-input button {
  padding: 1.5rem 3rem;
  border: none;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #000;
  color: var(--bg-color);
  cursor: pointer;
  transition: all 0.3s linear;
}
.top-header-input button:hover {
  background-color: var(--secondary);
}
/* =====header box2======== */
.header-box2 {
  color: var(--light-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}
.header-box2 .hotline-no {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#hl {
  font-weight: 500;
}
.header-box2 .hotline-no i {
  font-size: 2.5rem;
  padding: 0.5rem;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--light-white);
}
.hl-span span {
  font-size: 1.3rem;
}
.mobile-search-icon {
  display: none;
}
/* ========== */
/* ========== */
.mobile-search-icon-input-overlay {
  z-index: 99 !important;
}
.mobile-search-icon-input-openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.mobile-search-icon-input-openBtn:hover {
  background: #bbb;
}

.mobile-search-icon-input-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.mobile-search-icon-input-overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.mobile-search-icon-input-overlay .mobile-search-icon-input-closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.mobile-search-icon-input-overlay .mobile-search-icon-input-closebtn:hover {
  color: #ccc;
}

.mobile-search-icon-input-overlay input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.mobile-search-icon-input-overlay input[type="text"]:hover {
  background: #f1f1f1;
}

.mobile-search-icon-input-overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 13px;
  border: none;
  cursor: pointer;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.mobile-search-icon-input-overlay button:hover {
  background: #bbb;
}

/* ========== */
/* ========== */
.top-header-profile-icons {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.top-header-profile-icons i {
  font-size: 2.5rem;
}
.top-header-profile-icons i #sup3 {
  font-size: 1rem;
  background-color: red;
  padding: 0.2rem 0.6rem;
  border-radius: 50%;
}

/* ======= */
.profile-container {
  position: relative;
  display: inline-block;
}

.profile-btn {
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  background: none;
}

.dropdown-menu-thp {
  display: none;
  position: absolute;
  top: 144%;
  right: -82px;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
  min-width: max-content;
}

.dropdown-menu-thp.show {
  display: block;
}

.dropdown-menu-thp a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  font-size: 1.6rem;
}
.dropdown-menu-thp a:hover {
  background-color: #f1f1f1;
}
.quantity {
  display: inline-flex;
  /* border: 2px solid #3498db; */
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.cart-bg-change {
  background-color: var(--color-difer);
}
.quantity button {
  /* background-color: #3498db; */
  color: var(--main);
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
  background: transparent;
}

.quantity button:hover {
  /* background-color: #2980b9; */
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}
.thpi-sc {
  cursor: pointer;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}
/* ************ */

.header-cart-bag {
  color: var(--main);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: fixed;
  right: 0;
  z-index: 999;
  background-color: var(--bg-color);
  max-width: 700px;
  height: 100vh;
  /* padding: 2rem; */
  transform: translate(100%);
  transition: transform 0.3s linear 0s;
  overflow: auto;
  white-space: nowrap;
}
.header-cart-bag-show {
  transform: translate(0%);
}
.h-c-b {
  display: flex;
  align-items: center;
  gap: 2rem;
  /* margin-top: 1rem; */
  justify-content: space-around;
  border-bottom: 1px solid var(--line);
  padding: 1rem;
}
.cart-p-name {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h-c-b img {
  width: 10%;
  height: auto;
}
.h-c-c-b {
  font-size: 2rem;
  background-color: var(--bg-color);
  padding: 1rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: end;
  align-items: end;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.h-c-c-b:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  color: var(--blue);
}
.header-card-delete-icon i {
  font-size: 2rem;
  background-color: var(--secondary-2);
  padding: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--bg-color);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-card-delete-icon i:hover {
  background-color: var(--blue);
}
.header-cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eaeaea;
  padding: 2rem;
}
.mobile-cart-btn a {
  margin-top: 2rem;
  width: 100%;
  /*display: inline;
  */
  background-color: var(--dark-blue);
  padding: 2rem;
  font-size: 1.6rem;
  text-align: center;
  color: var(--bg-color);
  text-transform: uppercase;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
/* ************ */
/* =======Navbar======= */
/* =======Navbar======= */
/* =======Navbar======= */
/* =======Navbar======= */
/* =======Navbar======= */
/* nav {
  background-color: var(--dark-blue);
  width: 100%;
}
.navbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  max-width: 132rem;
  padding: 2rem 0;
  margin: auto;
}
.navbar ul li {
  font-size: 1.7rem;
}
.navbar ul li a {
  color: var(--light-white);
  text-transform: uppercase;
} */
nav {
  position: sticky;
  z-index: 100;
  width: 100%;

  background: var(--dark-blue);
}
nav .wrapper-nav {
  position: relative;
  max-width: 132rem;
  padding: 2rem 3rem;
  height: 7rem;
  line-height: 7rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-nav .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper-nav .nav-links {
  display: inline-flex;
}
.nav-links li {
  list-style: none;
}
.mobile-nav-input i {
  display: none;
}
.nav-links li a {
  color: var(--light-white);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  background: var(--light-white);
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.nav-drop-links {
  color: #3a3b3c !important;
}
.nav-drop-links:hover {
  background-color: var(--light-blue);
  color: var(--light-white) !important;
}
/* .mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
} */
.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.row .mega-links li {
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover {
  color: #f2f2f2;
}
.wrapper-nav .btn {
  color: var(--light-white);
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper-nav .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  padding: 0.5rem;
  color: var(--main);
}
.wrapper-nav .btn.close-btn .cb {
  transition: all 0.5s ease;
}
.wrapper-nav .btn.close-btn .cb:hover {
  transform: rotate(180deg);
}
@media screen and (max-width: 970px) {
  .wrapper-nav .btn {
    display: block;
  }
  .wrapper-nav .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: -100%;
    background: var(--bg-color);
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 1rem;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: var(--light-white);
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  /* .nav-links .mobile-item:hover {
    background: var(--dark-blue);
    color: var(--light-white);
  } */
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .close-btn i {
    background-color: var(--secondary-2);
    padding: 1rem;
    color: var(--bg-color);
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .close-btn i:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    background-color: var(--blue);
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
}
nav input {
  display: none;
}
/* *********** */
.mobile-nav-contact-box {
  display: none;
}
/* *********** */

/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
.slider-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  font-family: "montserratregular";
  font-size: 1.4rem;
  padding: 0.9rem 2rem;
  color: #fff;
  line-height: 2.8rem;
}

/* ====================== */

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}
.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
  height: 70vh;
  transition: all 0.4s ease;
  /* margin-top: 6.5rem; */
  /* min-height: 100vh; */
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 30vh;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px; */
  text-align: left;
}
.slide-btns {
  margin: 40px 60px;
}
.hero-style .slide-title h2 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 40px 60px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 19px;
    margin: 0 0 6px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 2rem;
  /* font-weight: 500; */
  line-height: 1.25;
  letter-spacing: normal;
  color: #000;
  margin: 40px 60px;
  transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 30px;
    max-width: 232px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/* ====hero slider bg overlay==== */
.slide-bg-image {
  position: relative;
  z-index: 2;
}
.clearfix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bg-overlay);
  z-index: 3;
  width: 100%;
  height: 100%;
}
.slide-title,
.slide-text,
.swiper-pegination,
.swiper-button-nex,
.swiper-button-perv {
  z-index: 4;
  position: relative;
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 15px 32px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--main);
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}
.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}
/* =======Popular Categories======= */
/* =======Popular Categories======= */
/* =======Popular Categories======= */
/* =======Popular Categories======= */
/* =======Popular Categories======= */
.Popular-Categories {
  width: 100%;
  height: 100%;
  position: relative;
}
.Popular-Categories .wrapper-heading {
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.Popular-Categories .wrapper {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.owl-carousel {
  position: relative;
}
.Popular-Categories img {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  width: 100%;
  height: auto;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 1.3rem !important;
  color: #0000;
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  border: 1px solid #000 !important;
  margin: 0 2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 30%;
}
.owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 30%;
}
.pc-box p {
  text-align: center;
  padding-top: 1.6rem;
  color: var(--main);
}

.owl-nav .owl-prev:hover {
  background-color: var(--light-blue) !important;
  color: var(--light-white) !important;
  border: 1px solid var(--dark-blue) !important;
}
.owl-nav .owl-next:hover {
  background-color: var(--light-blue) !important;
  color: var(--light-white) !important;
  border: 1px solid var(--dark-blue) !important;
}

/* =======Deal of the Day======= */
/* =======Deal of the Day======= */
/* =======Deal of the Day======= */
/* =======Deal of the Day======= */
/* =======Deal of the Day======= */
.deal-day {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--color-difer);
  padding-top: 2rem;
}
.deal-day .wrapper-heading {
  /* text-align: center; */
  padding-top: 0;
}
.deal-day .wrapper {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
/* .deal-box .deal-data {
  background: var(--bg-color);
  padding: 0.5rem;
  border-radius: 1rem;
} */
.deal-box a {
  color: var(--main);
}
.deal-img-main {
  position: relative;
}
.deal-img {
  background-color: var(--bg-color);
  border-radius: 1rem;
}
.deal-img span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: var(--critical);
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  color: var(--bg-color);
  font-weight: 500;
  font-size: 1.3rem;
}
.deal-box .deal-img img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}
/* ======== */
.deal-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: #000000;
  /* border-bottom-right-radius: 1.5rem; */
  /* border-bottom-left-radius: 1.5rem; */
  position: absolute;
  bottom: 2px;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--main);
  animation: deal-marquee 5s linear infinite;
  -webkit-animation: deal-marquee 5s linear infinite;
}

.marquee-content p {
  color: var(--bg-color);
  font-weight: 400;
  font-size: 1.3rem;
}

.marquee-content i {
  color: var(--critical);
  font-size: 1.6rem;
}

@keyframes deal-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ======== */
.deal-box .deal-data {
  margin-top: 2rem;
}
.deal-box .deal-data p {
  padding-bottom: 1rem;
}
.deal-data .deal-price {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.deal-data .deal-price h4 {
  font-size: 2.2rem;
  color: var(--success);
}
.deal-data .deal-price .more-rate {
  font-size: 1.2rem;
  color: #ffffff;
  text-decoration: line-through;
  background: red;
  padding: 0.5rem;
  border-radius: 30rem;
}
.deal-box .deal-button {
  margin-top: 1rem;
  background-color: var(--main);
  color: var(--light-white);
  padding: 1rem;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  transition: all 0.3s linear;
  text-align: center;
  cursor: pointer;
}
.deal-box .deal-button:hover {
  /* background-color: var(--secondary); */
}
.deal-box .deal-button .add_t_c {
  font-size: 1.6rem;
  background-color: var(--main);
  color: var(--light-white);
  border: none;
  outline: none;
  cursor: pointer;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 1.3rem !important;
  color: #0000;
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  border: 1px solid #000 !important;
  margin: 0 2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 40%;
}
.owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 40%;
}

.owl-nav .owl-prev:hover {
  background-color: var(--light-blue) !important;
  color: var(--light-white) !important;
  border: 1px solid var(--dark-blue) !important;
}
.owl-nav .owl-next:hover {
  background-color: var(--light-blue) !important;
  color: var(--light-white) !important;
  border: 1px solid var(--dark-blue) !important;
}
/* =======Super Sale======= */
/* =======Super Sale======= */
/* =======Super Sale======= */
/* =======Super Sale======= */
/* =======Super Sale======= */
.super-sale {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 7rem;
}
.super-sale .wrapper {
  background-color: rgba(228, 49, 49, 0.1);
  padding: 4rem;
}
.super-sale .super-sale-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 0;
}
.super-sale-box #super-code0 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 2rem;
}
.super-sale-box #super-code1 {
  border: 3px dotted var(--critical);
  padding: 1rem 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.super-sale-box #super-code2 {
  font-weight: 400;
}
.super-sale-box a {
  color: var(--bg-color);
  font-size: 1.6rem;
  padding: 1rem 2rem;
  background-color: var(--main);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.super-sale-box a:hover {
  background-color: #00000086;
}
.super-sale-1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* =======New Features======= */
/* =======New Features======= */
/* =======New Features======= */
/* =======New Features======= */
/* =======New Features======= */
.new-features {
  width: 100%;
  height: 100%;
  position: relative;
}
.new-features .wrapper {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.new-features .grid {
  gap: 2rem;
}
.nf-box-main {
  position: relative;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}

.nf-box {
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.nf-box a {
  color: var(--main);
}

.nf-box img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  transition: transform 0.5s linear;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}

.nf-box-main:hover .nf-box img {
  border-radius: 1.5rem;
  transform: scale(1.1); /* Scale image when hovering over nf-box-main */
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nf-box .nf-box-data {
  position: absolute;
  top: 30%;
  left: 10%;
}

.nf-box-data {
  width: 50%;
}

.nf-box-data h3 {
  font-size: 2rem;
  padding-bottom: 1rem;
}
/* *********** */
.slider-nf {
  display: none;
}
/* *********** */
/* =======Our Featured Offers======= */
/* =======Our Featured Offers======= */
/* =======Our Featured Offers======= */
/* =======Our Featured Offers======= */
/* =======Our Featured Offers======= */
.featured-offers {
  width: 100%;
  height: 100%;
  position: relative;
}
.featured-offers .wrapper-heading {
  padding-top: 3rem;
}
.featured-offers .wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.featured-offers .grid {
  gap: 3rem;
}

.featured-offers .f-offers-box a {
  color: var(--main);
}
.featured-offers .f-offers-box img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 5s linear;
}
.f-offers-box {
  overflow: hidden;
  border-radius: 50%;
}
.f-offers-box:hover img {
  /* border-radius: 15rem.; */
  transform: scale(1.1); /* Scale image when hovering over nf-box-main */
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.featured-offers .f-feature-box-main h3 {
  text-align: center;
  padding-top: 2rem;
  font-size: 2rem;
  font-weight: 500;
  text-transform: capitalize;
}
/* =======Delivery line======= */
/* =======Delivery line======= */
/* =======Delivery line======= */
/* =======Delivery line======= */
/* =======Delivery line======= */
.delivery-line {
  width: 100;
  background-color: #00000036;
  height: 0.5px;
}
/* =======delivery======= */
/* =======delivery======= */
/* =======delivery======= */
/* =======delivery======= */
/* =======delivery======= */
.delivery {
  width: 100%;
  height: 100%;
  position: relative;
}
.delivery .wrapper {
  padding: 2rem 2.8rem;
}
.delivery-box {
  text-align: center;
}
.delivery-box i {
  font-size: 5rem;
}
.delivery-box h3 {
  padding: 1rem 0;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 2rem;
}
/* =======Brand Logo======= */
/* =======Brand Logo======= */
/* =======Brand Logo======= */
/* =======Brand Logo======= */
/* =======Brand Logo======= */
.brand-logo .wrapper {
  padding: 3rem 2.8rem;
}
.barnd-img a img {
  max-width: 70%;
  height: auto;
}
/* =======Footer======= */
/* =======Footer======= */
/* =======Footer======= */
/* =======Footer======= */
/* =======Footer======= */
footer {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--main);
}
footer .footer-box img {
  width: 70%;
  height: auto;
}
footer .footer-box p {
  color: var(--secondary-2);
  padding-top: 2rem;
}
footer .footer-box h3 {
  color: var(--bg-color);
  text-transform: capitalize;
  font-weight: 500;
  padding-bottom: 2rem;
}
footer .footer-box ul li a {
  color: var(--secondary-2);
  padding: 1rem 0;
  font-size: 1.6rem;
}

.footer-box3 .footer-d i {
  color: var(--bg-color);
  font-size: 2rem;
  vertical-align: middle;
}
/* =======Sub Footer======= */
/* =======Sub Footer======= */
/* =======Sub Footer======= */
/* =======Sub Footer======= */
/* =======Sub Footer======= */
.sub-footer {
  background-color: var(--main);
  border-top: 1px solid #f3f3f341;
}
.sub-footer .wrapper {
  padding: 1rem 2.8rem;
}
.sf-data {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-color);
}
.sf-data a {
  font-size: 1.6rem;
  color: var(--secondary-2);
}
/* ============ */
/* ============ */
/* ============ */
/* ============ */
/* ============ */
.owl-carousel .owl-dots {
  display: block !important; /* Ensure dots are always visible */
  text-align: center; /* Center the dots */
  margin-top: 2rem;
}

.owl-carousel .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ccc;
  border-radius: 50%;
}

.owl-carousel .owl-dot.active {
  background-color: #000 !important;
}
.owl-carousel .owl-dot {
  background-color: #a5a5a5 !important;
}
/* ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ */

/* ================common heading================= */
/* ===============common heading================== */
/* ===============common heading================== */
/* ===============common heading================== */
/* ===============common heading================== */
/* ===============common heading================== */
/* ===============common heading================== */
.common-heading {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/commonheading/ch.png);
  background-size: cover;
  background-position: center;
}
.common-heading .wrapper {
  padding: 6.8rem 0 9rem;
  text-align: center;
}
.common-heading .flex-ch {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.flex-ch p a {
  color: var(--main);
}
/* ================shop listing================= */
/* ===============shop listing================== */
/* ===============shop listing================== */
/* ===============shop listing================== */
/* ===============shop listing================== */
/* ===============shop listing================== */
/* ===============shop listing================== */
.shop-listing {
  width: 100%;
  height: 100%;
  position: relative;
}
.shop-listing .grid {
  gap: 2rem;
}
.shop-listing .wrapper {
  padding-top: 3rem;
}
.sl-left-listing h3 {
  text-transform: capitalize;
  font-weight: 500;
}
.sl-left-listing {
  text-transform: capitalize;
  /* background-color: red; */
  border-right: 1px solid var(--line);
  padding-right: 1rem;
}
.sl-left-listing-mobile {
  /* display: block; */
  width: 70%;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0px;
  padding: 2rem;
  background-color: #fff;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: translate(-100%);
  transition: transform 0.3s linear 0s;
}
.left-listing-mobile-show {
  transform: translate(0%) !important;
}
.filter-btn-sl {
  background-color: transparent;
  border: none;
  outline: none;
}

.web-hide-btn {
  display: none;
}
.sl-left-data {
  padding-top: 2rem;
}
.sl-left-data p a {
  color: var(--main);
  padding: 0.6rem 0;
  font-size: 1.6rem;
}
.sl-left-data p a:hover {
  color: var(--blue);
}
.grid-shop-listing {
  grid-template-columns: 1fr 4fr;
}
/* === */
.flex-shop-listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sl-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(180, 180, 180, 0.571);
  padding: 0.6rem 2rem;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 0.5rem;
}
.sl-right {
  display: flex;
  align-items: center;
  gap: 3rem;
}

/* === */
.best_selling-dropbtn {
  color: var(--main);
  padding: 0.7rem 2rem;
  /* font-size: 16px; */
  border: 1px solid rgba(180, 180, 180, 0.571);
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 0.5rem;
  background: transparent;
}

.best_selling-dropbtn:hover,
.best_selling-dropbtn:focus {
  border: 1px solid rgb(0, 0, 0);
}

.best_selling-dropdown {
  position: relative;
  display: inline-block;
}

.best_selling-dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.best_selling-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
}
.show {
  display: block;
}

/* ==== */
.sl-left-data3 div {
  margin: 2rem 0;
}
.sl-left-data3 div label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
.sl-left-data3 div label input {
  width: 20px;
  height: 20px;
}
.tf-check:checked {
  border-color: var(--main);
  background-color: var(--main);
  color: #fff;
}
.tf-check {
  position: relative;
  background: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid var(--secondary-2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}
.tf-check::before {
  font-weight: 500;
  font-family: "remixicon";
  content: "\EB7B";
  position: absolute;
  color: var(--white);
  opacity: 0;
  font-size: 12px;
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* === */
.checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
label {
  font-size: 16px;
}
/* ======shop listing right css === */
.shop-listing-right {
  overflow: hidden;
}
.product-names h3 {
  font-weight: 500;
  color: var(--success);
  /* text-align: center; */
}

.shop-listing-right .sl-r-img {
  position: relative;
  width: 100%;
  height: 100%;
  /* border: 1px solid var(--line);
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem; */
}
.sl-r-img span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: var(--bg-color);
  background-color: var(--primary);
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.shop-listing-right .sl-r-img img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  /* position: absolute; */
}

.sl-r-img-h-icon i {
  font-size: 1.6rem;
  color: var(--bg-color);
  background-color: var(--dark-blue);
  border-radius: 50%;
  padding: 1rem;
  position: absolute;
  top: 2rem;
  right: -4rem;
  transition: all 0.3s ease;
}
.sl-r-img:hover .sl-r-img-h-icon i {
  right: 2rem;
}

/* == */
.sl-r-img-h-btn {
  position: absolute;
  bottom: -28%;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
}
.sl-r-img-h-btn .shp {
  color: var(--main);
  text-align: center;
  font-size: 1.6rem;
  background-color: var(--dark-blue);
  padding: 1.5rem;
  margin: 0;
  color: var(--bg-color);
}
.sl-r-img:hover .sl-r-img-h-btn {
  bottom: 1%;
}

/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* Pagination styles */
.pagination {
  text-align: center;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  margin: 0 5px;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.pagination a:hover {
  background-color: #f1f1f1;
}

.pagination .prev,
.pagination .next {
  font-weight: bold;
}

.pagination .page {
  background-color: #fff;
}

.pagination .page.active {
  background-color: var(--dark-blue);
  color: #fff;
}

/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */

/* ==========Price input range============ */
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
  /* flex-direction: column; */
  gap: 1rem;
}
/* .sl-left-data2{
	margin-right:2rem ;
  } */
.price-input .field {
  display: flex;
  width: 100%;
  height: 34px;
  align-items: center;
  gap: 0.4rem;
  flex-direction: column;
}
.field h4 {
  color: rgb(90, 90, 90);
  font-size: 1.2rem;
}
.field input {
  width: 82%;
  height: 100%;
  outline: none;
  font-size: 15px;
  margin-left: 2px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  color: rgb(90, 90, 90);
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 3px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  margin-top: 3rem;
}
.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #161616;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  /* top: 3rem; */
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #161616;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #161616;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.material-a {
  color: var(--bg-overlayk);
  font-size: 1.3rem;
  padding: 0.5rem 0;
}
.material-a:hover {
  color: var(--black);
}

/* =======shop details zoom image css========= */
/* =======shop details zoom image css========= */
/* =======shop details zoom image css========= */
.product-details {
  position: relative;
  width: 100%;
  margin: 0 0 5rem 0;
}
.product-details-data h2 {
  padding: 2rem 0;
}
.img-selection {
  position: absolute;
  left: 0;
  bottom: -16%;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

.img-thumbnail:first-of-type {
  margin-top: 0;
}

.img-thumbnail {
  width: 300px;
  height: 100px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-thumbnail img {
  width: 57%;
  height: auto;
}
.img-thumbnail:hover {
  opacity: 1;
}

.img-thumbnail.selected {
  opacity: 1;
}

.big-img {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  cursor: zoom-in;
  overflow: hidden;
}
.big-img img {
  width: 100%;
  height: auto;
}
.big-img img.zoom {
  position: absolute;
  transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
}

.display-img {
  width: 100%;
}

/* *************** */
.shop-details-price {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#big-price-less {
  color: var(--secondary-2);
  text-decoration: line-through;
}
.shop-details-price span {
  background-color: var(--critical);
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  color: var(--bg-color);
  font-weight: 500;
  font-size: 1.3rem;
}
/* =======shop details zoom image css========= */
/* =======shop details zoom image css========= */
/* =======shop details zoom image css========= */

/* =======shop details plus and minus data button css========= */
/* =======shop details plus and minus data button css========= */
.sd-data-btn {
  height: 50px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--line);
  border-radius: 44px;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
  margin-bottom: 3rem;
}
.sd-data-btn span {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.sd-data-btn span.num {
  font-size: 1.6rem;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.sd-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.sd-btn .common-btn {
  width: 80%;
  background-color: var(--dark-blue);
}
.sd-btn #wishlist {
  font-size: 2rem;
  /*background-color: var(--dark-blue);
  */
  border: 1px solid var(--secondary);
  color: var(--secondary);
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sd-btn #wishlist:hover {
  background-color: var(--blue);
  color: var(--bg-color);
  border: 1px solid var(--dark-blue);
}
.sku {
  padding: 0.6rem;
}
.sku-color {
  color: var(--secondary);
  padding: 0.5rem;
}
.grantee-cards {
  display: flex;
  align-items: center;
  gap: 2rem;
}
/* =======shop details plus and minus data button css========= */
/* =======shop details plus and minus data button css========= */

/* <!-- ===========
  shop listing description
  ============ --> */
/* <!-- ===========
  shop listing description
  ============ --> */
.sl-description {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--color-difer);
  padding: 2rem;
}
.sl-description .wrapper-heading {
  padding-top: 0rem;
  text-align: center;
  padding-bottom: 2rem;
}
.sl-description .wrapper {
  padding: 2rem 0rem;
}
.des-border {
  /* border: 1px solid var(--line); */
}
.des-box ul li {
  font-size: 1.6rem;
  list-style-type: disc;
}
/* <!-- ===========
  shop listing description
  ============ --> */
/* <!-- ===========
  shop listing description
  ============ --> */

/* <!-- ===========
  shop listing related products
  ============ --> */
/* <!-- ===========
  shop listing related products
  ============ --> */
.sl-related-products {
  position: relative;
  width: 100%;
  height: 100%;
}
/* .rp-bg{
	background: var(--color-difer);
    padding: 1rem;
} */
.sl-related-products .wrapper-heading {
  text-align: center;
}
.sl-related-products .wrapper {
  gap: 3rem;
  padding-top: 3rem;
}
.rp-price {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.rp-price .more-p {
  font-size: 1.2rem;
  color: #ffffff;
  text-decoration: line-through;
  background: red;
  padding: 0.5rem;
  border-radius: 30rem;
}
/* <!-- ===========
  shop listing related products
  ============ --> */
/* <!-- ===========
  shop listing related products
  ============ --> */

/* $$$$$$$$$$$$$$$ My Account $$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$$$$$$ My Account $$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$$$$$$ My Account $$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$$$$$$$ My Account $$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$$$$$$$ My Account $$$$$$$$$$$$$$$$$ */

.my-account {
  position: relative;
  width: 100%;
}
.my-account .grid-three-cols {
  grid-template-columns: 2fr 0.2fr 2fr;
  align-items: center;
}
.left-login-form h2 {
  font-size: 3rem;
  padding-bottom: 2rem;
}
.mc-input {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mc-input i {
  position: absolute;
  right: 2rem;
  font-size: 2rem;
  color: var(--line);
  cursor: pointer;
}

.mc-input input {
  min-width: 100%;
  margin: 1rem 0;
  padding: 2rem;
  font-size: 1.6rem;
  outline: none;
  border-radius: 1rem;
  border: 1px solid var(--line);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.mc-data {
  /* text-align: center; */
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rme-checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.rme-checkbox p {
  text-decoration: none !important;
}
.rme-checkbox a {
  color: var(--secondary-2);
  font-size: 1.7rem;
}
.rme-checkbox a span {
  color: var(--main);
}
.mc-data p {
  font-size: 1.6rem;
  text-decoration: underline;
  /* color: var(--bg-color); */
}
.mc-data p a {
  /* color: var(--bg-color); */
}
.login-btn {
  margin: 2rem 0;
  padding: 1.6rem 4rem;
  background-color: var(--main);
  font-weight: 600;
  border: 1px solid white;
  outline: none;
  color: var(--bg-color);
  font-size: 1.6rem;
  border-radius: 3rem;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.login-btn:hover {
  background-color: var(--bg-color);
  border: 1px solid var(--main);
  color: var(--main);
}
.login-line {
  width: 0.1rem;
  background: var(--line);
  height: 300px;
  margin: auto;
}
/* ======right login form section css======= */
.right-login-form p {
  padding: 3rem 0;
  color: var(--secondary);
  font-size: 1.6rem;
}
.right-login-form .login-btn {
  margin: 0;
  display: inline-block;
}
/* $$$$$$$$$$$$$$$ My profile $$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$$$$$$ My profile $$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$$$$$$ My profile $$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$$$$$$$ My profile $$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$$$$$$$ My profile $$$$$$$$$$$$$$$$$ */
.my-profile {
  position: relative;
  width: 100%;
  height: 100%;
}
.my-profile .grid {
  gap: 2rem;
}
.my-profile .grid-two-cols {
  grid-template-columns: 1fr 4fr;
}
.left-profile {
  padding: 1rem;
}

.mobile-left-profile-humburger {
  display: none;
}
.mobile-left-profile-humburger i {
  font-size: 3rem;
  background-color: var(--dark-blue);
  padding: 1rem;
  font-weight: 500;
  border-radius: 50%;
  color: var(--bg-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.profile-logo {
  display: flex;
  align-items: center;
  gap: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 1rem;
}
.profile-logo img {
  width: 20%;
}

.my-orders {
  margin-top: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}
.my-orders .d-flex-code1 img {
  width: 20%;
}

.my-orders i {
  font-size: 2rem;
  color: var(--secondary);
}
.profile-information {
  padding-left: 4rem;
}

/* ===== */
.ac-setting {
  margin-top: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}
.border-line {
  width: 100%;
  height: 0.1rem;
  background-color: var(--line);
}
.ac-setting .d-flex-code1 img {
  width: 12%;
  /* height: 20%; */
}
.profile-text {
  color: var(--secondary);
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0.5rem;
}
.profile-text:hover {
  color: var(--blue);
  /* background-color: var(--line); */
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
}
/* ================ */
/* Data Table  */
/* ================ */
th,
td {
  font-size: 1.6rem;
}
th {
  color: var(--light-blue);
}
.bg {
  background-color: var(--white);
  border-radius: 5px;
  padding: 1rem;
}
label {
  font-size: 1.6rem;
}
.dt-info {
  font-size: 1.6rem;
}
.pagination {
  background-color: transparent !important;
}
/* ================ */
/* Data Table  */
/* ================ */
/* ======== */
.right-profile {
  padding: 3rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin: 1rem 0;
}
.rp-personal-info {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.rp-personal-info a {
  font-size: 1.4rem;
  color: var(--dark-blue);
  font-weight: 600;
}

.personal-info-form form {
  margin-top: 3rem;
  width: 80%;
}
.personal-info-form form input {
  padding: 1.4rem;
  border: none;
  outline: none;
  background-color: var(--line);
  width: 47%;
}
.profle-info-gender .mc-data {
  justify-content: flex-start;
  gap: 2rem;
}
.profile-delete-acc button {
  background: transparent;
  border: none;
  color: var(--critical);
  font-weight: 500;
  cursor: pointer;
}
.profile-deactivate-acc button {
  background: transparent;
  border: none;
  color: var(--blue);
  font-weight: 500;
  cursor: pointer;
}
/* ============== */
/* ============== */
/* ============== */
/* ============== */
.ma-border {
  border: 1px solid var(--line);
  padding: 2rem;
}
.icon-para {
  color: var(--dark-blue);
  font-weight: 600;
  cursor: pointer;
}
.ana-height {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ana-height-show-content {
  height: 508px !important;
}
.icon-para i {
  font-size: 1.6rem;
}
.ma-border-data input {
  padding: 1.6rem 2rem;
  border: 1px solid var(--line);
  width: 48%;
}
.ma-border-data textarea {
  padding: 1.6rem 2rem;
  border: 1px solid var(--line);
  width: 97%;
  height: 100px;
}
#stateDropdown {
  padding: 1.6rem 2rem;
  width: 118%;
  border: 1px solid var(--line);
}
.save-btn-ma .ma-save-btn button {
  padding: 1.6rem 6rem;
  background-color: var(--dark-blue);
  border: none;
  color: var(--bg-color);
  font-size: 1.7rem;
  cursor: pointer;
}
.cancel-btn-ma h3 {
  padding: 1.6rem;
  margin-left: 3rem;
  background-color: transparent;
  border: none;
  color: var(--dark-blue);
  font-size: 1.7rem;
  cursor: pointer;
  font-weight: 400;
}
/* ============= */
/* ============= */
/* ============= */
/* ============= */
.already-add-address {
  border: 1px solid var(--line);
  padding: 2rem;
}
.aaa-data-top p {
  background-color: var(--line);
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  color: var(--secondary-2);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.aaa-data-top i {
  font-size: 3rem;
  color: var(--secondary-2);
  cursor: pointer;
}
.aaa-edit-save-icons {
  position: relative;
}
.aaa-hover-data-es {
  position: absolute;
  top: 0;
  right: 3rem;
  padding: 1rem 2rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: var(--bg-color);
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  display: none;
}
.aaa-hover-data-es-show {
  display: block !important;
}
.aaa-hover-data-es a {
  font-size: 1.6rem;
  color: var(--main);
  user-select: none;
}
.aaa-hover-data-es a:hover {
  color: var(--dark-blue);
}
.aaa-data-bottom p {
  font-weight: 600;
}

/* ====== */
/* ====== */
/* ====== */
/* ====== */
/* Default styling */
.right-profile > div {
  display: none; /* Sabhi sections ko initially hide rakho */
}

/* Pehla section default visible hoga */
.right-profile > div:first-child {
  display: block;
}

/* Active tab ka effect */

.profile-information a {
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  color: #333;

  border-radius: 5px;
  transition: all 0.3s ease;
}
.pif-button button {
  padding: 1.4rem 2rem;
  margin-top: 3rem;
  border: none;
  background-color: var(--dark-blue);
  color: var(--bg-color);
  cursor: pointer;
  font-weight: 600;
}
.pif-button2 button {
  padding: 1.4rem 2rem;

  border: none;
  background-color: var(--dark-blue);
  color: var(--bg-color);
  cursor: pointer;
  font-weight: 600;
}
.profile-information a:hover,
.profile-information a.active {
  color: #fff;
}

.mw-img img {
  width: 9%;
  height: auto;
}
.mw-price h3 {
  font-size: 2.6rem;
  font-weight: 500;
}
.mw-price .mw-cross-price {
  font-size: 1.4rem;
  text-decoration-line: line-through;
  -moz-text-decoration-line: line-through;
  color: var(--secondary-2);
}
.mw-price .mw-cross-price2 {
  color: var(--success);
  font-weight: 600;
  font-size: 1.4rem;
}
.mw-delete-btn {
  font-size: 2.6rem;
  color: var(--secondary-2);
  cursor: pointer;
}
/* ===========View Cart Css============ */
/* ===========View Cart Css============ */
/* ===========View Cart Css============ */
/* ===========View Cart Css============ */
/* ===========View Cart Css============ */
/* ===========View Cart Css============ */
.view-cart {
  width: 100%;
  height: 100%;
  position: relative;
}
.view-cart .wrapper {
  max-width: 180rem;
  margin: auto;
  padding: 9.6rem 2.8rem;
}
.view-cart .grid {
  gap: 2.6rem;
}
.view-cart .grid-two-cols {
  grid-template-columns: 3fr 1.6fr;
}
.left-view-cart h2 {
  font-weight: 500;
  text-transform: capitalize;
}
.left-view-cart {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 1rem;
}
.left-view-cart-mobile-show {
}
.left-cart-data {
  /* background-color: red; */
  padding: 1rem;
}
.view-cart-increase-decrease {
  height: 50px;
  width: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--light-white);
  border-radius: 44px;
  border: 1px solid var(--secondary-2);
  padding: 0 2rem;
}
.view-cart-increase-decrease button {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background-color: transparent;
}

.view-cart-increase-decrease .num-cart {
  font-size: 1.6rem;
  border-right: 2px solid rgba(105, 104, 104, 0.2);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
  padding: 0 1rem;
}
.view-cart-img {
  width: 10%;
  height: 10%;
}
.view-cart-p-name {
  font-weight: 600;
}
.view-cart-icon i {
  font-size: 2rem;
  background-color: var(--secondary-2);
  color: var(--bg-color);
  padding: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.bg-view-cart {
  background-color: var(--line);
}
/* ======= */
.right-view-cart {
  /* background-color: green; */
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 1rem;
}
.view-cart-subtotal {
  padding: 1rem;
  margin: 2rem 0;
}

.right-view-cart h3,
.right-view-cart h2 {
  font-weight: 500;
  text-transform: capitalize;
}
.view-cart-shipping {
  padding: 2rem;
}
.vc-shipping-details {
  /* margin-left: auto; */
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
input[type="radio"] {
  accent-color: black;
}
.vcs-para {
  font-weight: 600;
}
.vcs-para2 {
  color: var(--secondary);
  font-weight: 500;
}
.view-cart-total {
  padding: 2rem;
}
.view-cart-button {
  margin-top: 3rem;
  text-align: center;
}
.view-cart-button a {
  cursor: pointer;
  border: none;
  padding: 1.6rem 3rem;
  width: 100%;
  background-color: var(--main);
  color: var(--bg-color);
  font-size: 1.6rem;
}
/* ===========Check Out Css============ */
/* ===========Check Out Css============ */
/* ===========Check Out Css============ */
/* ===========Check Out Css============ */
/* ===========Check Out Css============ */
/* ===========Check Out Css============ */
.check-out {
  width: 100%;
  height: 100%;
  position: relative;
}
.check-out .wrapper {
  max-width: 180rem;
  margin: auto;
  padding: 9.6rem 2.8rem;
}
.check-out .grid {
  gap: 2.6rem;
}
.check-out .grid-two-cols {
  grid-template-columns: 3fr 1.6fr;
}
.left-check-out {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 2rem;
}
.check-out-back-btn {
  padding-bottom: 2rem;
}
.check-out-back-btn a {
  color: var(--main);
}
.check-out-back-btn i {
  font-size: 2rem;
}
.check-out-delivered {
  padding: 2rem 0;
}
.check-out-delivered img {
  width: 4%;
}
.check-out-pickup {
  padding: 2rem 0;
}
.check-out-pickup img {
  width: 3%;
}
.check-out-shipping-address {
  padding: 2rem 0;
}
.check-out-shipping-address p:nth-child(1) {
  color: var(--secondary);
}
.check-out-shipping-address .d-flex-code2 {
  border: 1px solid var(--secondary-2);
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.check-out-shipping-address .d-flex-code2 i {
  font-size: 2rem;
  color: var(--secondary-2);
  cursor: pointer;
}
.check-out-payment-method {
  padding: 2rem 0;
}
.check-out-payment-method .d-flex-code1 img {
  width: 5%;
  height: 5%;
  border: 1px solid var(--secondary-2);
  padding: 0.3rem;
  margin-top: 1rem;
}
.check-out-name-card {
  padding: 2rem 0;
}

.check-out-name-card p {
  padding-bottom: 1rem;
  color: var(--secondary);
  font-weight: 500;
}
.check-out-name-card input {
  padding: 1rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid var(--secondary-2);
  outline: none;
}
.check-out-card-number {
  padding: 2rem 0;
}
.check-out-card-number p {
  color: var(--secondary);
  font-weight: 500;
}
.cocn-data {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 1rem;
}
.cocn-data input {
  padding: 1rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid var(--secondary-2);
  outline: none;
}
.cocn-data img {
  position: absolute;
  /*top: 0;
  */
  right: 2rem;
  width: 4%;
  border: 1px solid var(--line);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.check-out-card-exp-cvv {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.ec-data-pb {
  padding-bottom: 1rem;
  color: var(--secondary);
}
.ec-data input {
  padding: 1rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid var(--secondary-2);
  outline: none;
}
.left-btn-make {
  margin: 2rem 0;
}
.check-out-left-back-btn a {
  color: var(--main);
  border: 1px solid var(--secondary-2);
  font-size: 1.6rem;
  padding: 1rem 2.6rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.check-out-left-back-btn a:hover {
  color: var(--bg-color);
  background-color: var(--blue);
  border: var(--bg-color);
}
.check-out-left-confirm-payment-btn a {
  color: var(--bg-color);
  font-size: 1.6rem;
  padding: 1rem 2.6rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background-color: var(--blue);
}
.check-out-left-confirm-payment-btn a:hover {
  color: var(--main);
  border: 1px solid var(--secondary-2);
  background-color: var(--bg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* =======right side css==== */
.right-check-out {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 2rem;
}
.right-co-os {
  font-weight: 600;
  font-size: 1.8rem;
  padding-bottom: 3rem;
}
.right-co-order-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-co-order-list p {
  color: var(--secondary);
  font-weight: 500;
}
.right-co-order-list i {
  color: var(--secondary);
  font-size: 2rem;
}
.right-co-d-d p {
  color: var(--secondary);
  font-weight: 500;
}
.r-co-ot p {
  font-weight: 600;
  font-size: 1.8rem;
}
.r-co-tso {
  padding: 2rem;
  border: 1px solid var(--success);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background-color: #edf9f2;
}
.r-co-tso p:nth-child(1) {
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--success);
}
.r-co-tso p:nth-child(2) {
  font-weight: 700;
  font-size: 2rem;
  color: var(--success);
}
/* ======= */
