@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quinsi";
  src: url("../fonts/QuinsiRegular.woff2") format("woff2"),
    url("../fonts/QuinsiRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gotham";
  font-weight: 300;
}
* {
  padding: 0;
  margin: 0;
}
p {
  font-size: 14px;
}
a {
  color: rgb(194 151 66);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quinsi";
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}

header .navbar {
  background-color: #0d0d0b;
}
header .navbar .navbar-nav .nav-link {
  color: #ffffff;
}
header .navbar .navbar-nav .nav-link.active {
  color: #c29742;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  top: 65px;
}
.navbar-brand {
  margin: 0;
}
.mobile-navbar {
  display: none;
}

.navbar-brand img {
  height: 90px;
}
.dropdown-menu {
  background-color: #5f664b;
  padding: 0 14px;
}
.dropdown-menu {
  --bs-dropdown-padding-y: 0rem;
}
.dropdown-menu li:first-child {
  padding: 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #545a42;
}
.dropdown-menu li .user-profile {
  display: flex;
  gap: 9px;
  padding: 14px 0;
  align-items: center;
}
.dropdown-menu li .user-profile img {
  width: 37px;
  height: 37px;
  border-radius: 50px;
}
.dropdown-menu li a {
  font-weight: 500;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown-menu li a:hover {
  background: transparent;
  color: #c29742;
}
.icon-btn.dropdown-toggle::after {
  display: none;
}
.dropdown-menu li:last-child a {
  padding-top: 14px;
  padding-bottom: 21px;
  border-top: 1px solid #545a42;
  margin-top: 14px;
}
.dropdown-menu li .user-name p {
  color: #ffffff;
  margin: 0;
  font-weight: 500;
}
.dropdown-menu li .user-name a {
  color: #ffffff;
  text-decoration: none;
}
.icon-btn {
  background-color: #6d7453;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  padding: 6px;
  display: flex;
  justify-self: center;
  align-items: center;
}
.btn-button-border {
  background: transparent;
  font-weight: 500;
  color: #ffffff;
  padding: 8px 15px;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  border: 1px solid #c29742;
}
.btn-button {
  background-color: #c29742;
  font-weight: 500;
  color: #ffffff;
  padding: 8px;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
}
.btn:hover {
  background-color: #c29742;
  font-weight: 500;
  color: #ffffff;
}
.hero-banner {
  height: auto;
  background-size: 100%;
  padding-top: 120px;
  padding-bottom: 274px;
}
.hero-banner h1 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 18px;
}
.hero-banner p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
}
.collection-section {
  background-color: #2f3324;
}
.collection-section .row {
  row-gap: 43px;
}
.heading {
  padding-bottom: 42px;
}
.heading h2 {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 18px;
}
.heading p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
.collection-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
.collection-box img {
  width: 238px;
  height: 238px;
  object-fit: cover;
}
.collection-box a {
  padding: 12px 39px;
  border: 1px solid #c29742;
  color: #c29742;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-style: italic;
  min-width: 140px;
  text-align: center;
}
.offer-banner {
  height: 620px;
  background-size: 100%;
}
.offer-banner span {
  font-family: "Gotham";
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.offer-banner h2 {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 18px;
}
.offer-banner h3 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 18px;
}
.offer-banner p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
}
.offer-banner .container,
.offer-banner .row {
  height: 100%;
}
.featured-products-section {
  background-color: #2f3324;
}
.featured-products-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.featured-products-box h4 {
  margin: 0;
  font-size: 24px;
  color: #ffffff;
}
.featured-products-box p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}
.featured-products-box > img {
  width: 90%;
}
.featured-products-grid {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 32px;
}
.clients-say-section {
  background-color: #040809;
}
.testimonial-box {
  background-color: #2f3324;
  padding: 20px;
  border-radius: 8px;
  color: #ffffff;
}
.testimonial-content p {
  color: #ffffff;
}
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.testimonial-author h5 {
  margin: 0;
  color: #ffffff;
}
.testimonial-author span {
  color: #c29742;
  font-size: 14px;
}
.rating {
  margin-top: 10px;
  color: #ffc107;
}
.video-card {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.video-wrapper {
  position: relative;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.video-card .video-title {
  font-size: 24px;
  margin-top: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.video-card .video-subtitle {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
footer {
  background-color: #0f100c;
  padding-top: 49px;
  border-top: 1px solid #5f664b;
}
.newslettar h3,
.footer-link h3 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 10px;
}
.newslettar p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
.newslettar form {
  display: flex;
  padding: 24px 0;
  gap: 9px;
}
.newslettar .form-control {
  background-color: #5f664b;
  border: 0;
  border-radius: 0;
  padding: 10px 12px;
  color: #ffffff;
}
.newslettar .form-control::placeholder {
  color: #ffffff;
}
.newslettar .form-button {
  background-color: #c29742;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  padding: 10px 12px;
  color: #ffffff;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 13px;
}
.social-media h4 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0;
}
.social-media ul {
  display: flex;
  align-items: center;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media ul li {
  list-style: none;
  background-color: #5f664b;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.social-media ul li:hover {
  background-color: #c29742;
}
.footer-link ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
  list-style: none;
  flex-direction: column;
}
.footer-link li a {
  color: #c29742;
  text-decoration: none;
}
.footer-text {
  margin-top: 25px;
}
.footer-text p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-top: 24px;
  margin: 0;
  text-align: center;
  border-top: 1px solid #5f664b;
  border-bottom: 1px solid #5f664b;
  padding: 14px 0;
}
.copyright p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 20px 0;
}

/* Service Page */
.breadcrumb-main {
  background-color: #2f3324;
}
.breadcrumb {
  margin: 0;
  padding-top: 14px;
  align-items: center;
}
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-size: 14px;
}
.service-section {
  background-color: #2f3324;
  min-height: 70vh;
}
.contact-heading-section {
  background-color: #2f3324;
}
.service-box img {
  width: 100%;
}
.service-box h2 {
  color: #fff;
  font-size: 32px;
  padding: 14px 0;
  margin: 0;
}
.service-box p {
  display: flex;
  gap: 14px;
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.service-box p img {
  width: 24px;
}
.service-section .row {
  row-gap: 42px;
}

/* Contaact Us */
.contact-section {
  background-color: #040809;
}
.contact-info {
  max-width: 310px;
}
.contact-info h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 5px;
}
.contact-info p {
  color: #fff;
  margin-bottom: 0;
}
.contact-info ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 36px;
}
.contact-info ul li {
  color: #fff;
  font-weight: 500;
}
.social-media ul {
  flex-direction: row;
  padding: 0;
  gap: 13px;
}
.contact-info ul li {
  color: #fff;
  font-weight: 500;
  display: flex;
  gap: 9px;
  align-items: center;
}
.contact-info ul li a {
  color: #fff;
  text-decoration: none;
}
.contact-info > ul li:last-child {
  align-items: start;
}
.contact-form h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 0;
}
.contact-form {
  background-color: #2f3324;
  padding: 24px;
  border-radius: 8px;
}
.contact-form form {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.contact-form .form-control {
  background-color: #5f664b;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
  padding: 8px;
}
.contact-form textarea.form-control {
  height: 111px;
}
.contact-form input.form-control[type="button"] {
  background-color: #c29742;
  width: auto;
  padding: 8px 40px;
}
.contact-form .form-control::placeholder {
  color: rgb(255, 255, 255);
}

/* Product Page */

.product-page-section,
.page-heading {
  background-color: #2f3324;
}
.product-page-section .col-md-9 .row {
  row-gap: 32px;
}
.product-page-section .featured-products-box > img {
  width: 100%;
}
.page-heading h2 {
  margin-bottom: 0;
  font-size: 32px;
  color: #ffffff;
  padding-top: 14px;
}
.filter-bar .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1rem;
  --bs-accordion-btn-focus-box-shadow: none;
}
.filter-bar .accordion-header {
  font-size: 14px;
  color: #fff;
}
.filter-bar .accordion-button {
  padding: 18px 0;
  font-size: 14px;
  font-family: "Gotham";
  color: #fff;
  border-bottom: 1px dashed #c9c9c9;
}
.filter-bar .form-check {
  color: #ffffff;
  margin-bottom: 10px;
}
.filter-bar .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.filter-bar .accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow_forward_ios.svg);
}
.filter-bar .accordion-button::after {
  background-image: url(../img/arrow_forward_ios.svg);
}
.filter-bar .accordion-body {
  padding: var(--bs-accordion-body-padding-y) 0;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -2px;
  color: #b68f40;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -2px;
  color: #b68f40;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

/* About Us Page */

.who-we-are {
  background-color: #2f3324;
  padding-top: 12px;
}
.our-journey {
  background-color: #2f3324;
  overflow: hidden;
}

.who-we-are-img img {
  width: 100%;
}
.who-we-are-content span {
  color: #c29742;
  font-size: 18px;
  font-weight: 500;
}
.who-we-are-content h2 {
  color: #ffffff;
  font-size: 32px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.who-we-are-content p {
  color: #ffffff;
  margin-bottom: 14px;
}
.vision-mission .who-we-are-content p {
  margin-bottom: 0;
  font-weight: 500;
}
.who-we-are-content p:last-child {
  margin-bottom: 0;
  font-weight: 500;
}
.vision-mission {
  background-color: #040809;
}
.our-team {
  background-color: #040809;
}
.our-team-box {
  text-align: center;
  display: flex;
  gap: 13px;
  flex-direction: column;
}
.our-team-box h3,
.our-team-box p {
  margin-bottom: 0;
  color: #ffffff;
}
.our-team-box img {
  width: 100%;
}
.vision-mission .who-we-are-content,
.who-we-are .who-we-are-content {
  padding-left: 0;
  width: 100%;
}
.cart-section {
  background-color: #2f3324;
  padding-top: 15px;
  min-height: 70vh;
}
.account-section {
  background-color: #2f3324;
  min-height: 70vh;
}
.cart-box ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 36px;
  flex-direction: column;
}
.cart-box {
  background-color: #5f664b;
  padding: 13px;
}
.cart-box ul li {
  display: flex;
  gap: 15px;
  position: relative;
}
.cart-box ul li img {
  width: 92px;
}
.cart-box ul li .cart-list h4 {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
  color: #ffffff;
  gap: 0;
  font-size: 24px;
}
.cart-box ul li .cart-list span {
  color: #ffffff;
  font-weight: 500;
}
.cart-box ul li .cart-list span.offer-prize {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
}
.remove {
  position: absolute;
  top: 0;
  right: 0;
}
.cart-box ul li .remove img {
  width: 24px;
}
.price-details,
.address-details {
  background-color: #5f664b;
  padding: 13px;
}
.cart-heading,
.address-heading {
  color: #ffffff;
  border-bottom: 1px solid #2f3324;
  padding-bottom: 14px;
}
.cart-total {
  color: #ffffff;
  font-weight: 500;
  padding-top: 14px;
  border-top: 1px solid #2f3324;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-price ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 14px 0;
}
.cart-price ul li {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.add-address {
  color: #ffffff;
  padding: 14px 0;
}
.place-order {
  font-weight: 500;
  font-size: 14px;
  background-color: #c29742;
  padding: 11.5px;
  width: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  border: 1px solid #c29742;
}
.place-order:hover {
  background-color: transparent;
  color: #c29742;
}
.form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}
.form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.1em;
}

.filter-bar .price-input {
  width: 100%;
  display: flex;
  margin: 0px 0 24px;
}
.filter-bar .wrapper {
  padding: 14px 0;
}
.filter-bar .price-input .field {
  display: flex;
  width: 70%;
  height: 40px;
  align-items: center;
  color: #ffffff;
}
.filter-bar .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  margin-left: 12px;
  border-radius: 0;
  text-align: center;
  border: 0;
  background-color: #c29742;
  color: #ffffff;
  font-weight: 500;
}
.filter-bar input[type="number"]::-webkit-outer-spin-button,
.filter-bar input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filter-bar .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.filter-bar .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.filter-bar .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #c29742;
}
.filter-bar .range-input {
  position: relative;
}
.filter-bar .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter-bar input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #c29742;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.filter-bar input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #c29742;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.filter-button {
  background: #c29742;
  border: 0;
  padding: 11.5px;
  color: #ffffff;
  margin-bottom: 24px;
  width: 140px;
  margin-right: auto;
  margin-left: 10.5px;
}
.search {
  position: relative;
}
.search::before {
  position: absolute;
  content: "";
  left: 14px;
  background-image: url(../img/search-icon.svg);
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.search input::placeholder {
  color: #ffffff;
}
.form-control:focus {
  border-color: #fff;
  box-shadow: none;
}
.badge.badge-close {
  padding: 12px 16px;
  border: 1px solid #c29742;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #c29742;
  border-radius: 0;
}
.badge .btn-close {
  padding: 0;
}
.search input#search {
  background: transparent;
  padding-left: 42px;
  color: #fff;
  border-radius: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.nav.nav-pills {
  border-bottom: 1px solid #545a42;
  margin-bottom: 30px;
}
.nav.nav-pills .nav-link {
  color: #fff;
}
.nav.nav-pills .nav-link.active {
  color: #c29742;
  background-color: transparent;
  border-bottom: 2px solid #c29742;
  border-radius: 0;
}
.tab-content .tab-pane .form-group {
  display: flex;
  align-items: center;
  gap: 24px;
}
.tab-content .tab-pane .form-group .form-label {
  margin: 0;
  color: #fff;
  min-width: 70px;
  width: 93px;
}
.tab-content .tab-pane .form-group .form-control {
  background-color: #5f664b;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
  padding: 8px;
}
.form-select {
  background-color: #5f664b;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
  padding: 8px;
}
.form-select:focus {
  border-color: #fff;
  box-shadow: none;
}
.tab-content .tab-pane .form-group .form-control::placeholder {
  color: rgb(255, 255, 255);
}
.tab-content .tab-pane form .row {
  padding-bottom: 30px;
  row-gap: 30px;
}
.save-button {
  width: 100%;
  border: 0;
  padding: 8px;
  background-color: #c29742;
  color: rgb(255, 255, 255);
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #545a42;
}

.order-box {
  background-color: #5f6541;
  padding: 10px 13px;
  border-radius: 5px;
}
.order-box .progress-tracker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.order-box .progress-tracker::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: #8e8e93;
  transform: translateY(-50%);
  z-index: 0;
}
.order-box .step {
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
}
.order-box .step .circle {
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  border-radius: 50%;
  background-color: #5f6541;
  border: 5px solid #8e8e93;
}
.order-box .step.completed .circle {
  background-image: url(../img/check_completed.svg);
  border: 0;
}
.order-box .step.completed::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #34c759;
  height: 2px;
  top: 10px;
}
.order-box .step.completed p {
  color: white;
  font-weight: 500;
}
.order-box .btn {
  font-weight: 500;
  font-size: 14px;
  padding: 13.5px 15.5px;
  border-radius: 0;
}
.order-box .btn-invoice {
  background-color: #d4a43a;
  color: white;
}
.order-box .btn-invoice:hover {
  background-color: white;
  color: #d4a43a;
}
.order-box .btn-outline-light {
  border-color: #d4a43a;
  color: white;
}
.tab-content .tab-pane form .order-box .row {
  padding-bottom: 0;
  row-gap: 0;
}
.order-box .row.text-white {
  border-bottom: 1px solid #545a42;
}
.order-box .row.text-white .col-md {
  padding-bottom: 10px;
}
.order-box .row.text-white .col-md > div {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.tab-pane .form-group .btn-address {
  width: 100%;
  padding: 13.5px;
  background-color: #5f664b;
  border: 0;
  color: #fff;
}
#pills-myaddresses .row {
  margin-bottom: 36px;
}
#pills-myaddresses .row:last-child {
  margin-bottom: 0;
}
.modal-content {
  background-color: #5f664b;
  border: 0;
  border-radius: 4px;
}
.modal-dialog button.btn-close {
  position: absolute;
  top: 22px;
  right: 12px;
  z-index: 999;
}
.modal-body .col-form-label {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
}
.modal-body .form-control {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: 0;
  border-radius: 0;
  padding: 13.5px;
}
.modal-body .save-button {
  width: auto;
  padding: 13.5px 20px;
}
.order-list .col-md > div {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.order-list-main {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 30px;
  padding-top: 48px;
}
.order-list-main > p {
  margin: 0;
  color: #fff;
}
.payment-mode {
  width: fit-content;
  border: 0;
  padding: 8px;
  background-color: #c29742;
  color: rgb(255, 255, 255);
}

/* .login {
    background-color: #2f3324;
    padding: 24px;
    border-radius: 8px;
} */
.login h1 {
  color: #ffffff;
  padding-bottom: 14px;
}
.login h3 {
  color: #ffffff;
  padding-bottom: 14px;
}
.login p {
  color: #ffffff;
  padding-bottom: 14px;
}
.login .form-control {
  background-color: #ffffff !important;
  color: rgb(31, 31, 31);
  border: 0;
  border-radius: 0;
  padding: 8px;
}
.login .button {
  background-color: #c29742 !important;
  border: 0;
  border-radius: 0;
  padding: 8px;
  color: #ffffff;
}
.login .form-group {
  padding-bottom: 24px;
}
.login input.form-control[type="button"] {
  background-color: #c29742 !important;
  width: auto;
  padding: 8px 40px;
}
.login label.form-check-label {
  color: #fff;
}
.login .form-group label.form-check-label {
  color: #fff;
  text-align: start;
  display: block;
  padding-bottom: 4px;
}
.forgot-password {
  text-align: end;
}
.privacy-policy h3 {
  color: #fff;
  padding-top: 24px;
}
.privacy-policy ul {
  padding-top: 14px;
}
.privacy-policy li {
  color: #fff;
}
.product-slider img {
  width: 100%;
}
.product-slider .mySwiper2 {
  margin-bottom: 10px;
}

.product-slider .mySwiper2 .swiper-slide {
  overflow: hidden;
}

.product-slider .mySwiper2 .swiper-slide img {
  transition: transform 0.4s ease;
  cursor: zoom-in;
}

.product-slider .mySwiper2 .swiper-slide:hover img {
  transform: scale(1.6);
}

.cart-container {
  position: relative;
  display: inline-block;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: bold;
  min-width: 18px;
  text-align: center;
}

/* Pagination style starts */
.pagination-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pagination li {
  margin: 0;
}

.pagination li a,
.pagination li span {
  display: block;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ddd;
  color: #2f3325;
  text-decoration: none;
  transition: all 0.3s;
}

.pagination li:first-child a,
.pagination li:first-child span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination li:last-child a,
.pagination li:last-child span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination li a:hover {
  background: #f8f9fa;
}

.pagination .active span {
  background: #2f3325;
  color: white;
  border-color: #2f3325;
}

.pagination .disabled span {
  color: #6c757d;
  background-color: #f8f9fa;
}
/* Pagination style ends */
