 
/************************************** base css **************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Saira:ital,wght@0,100..900;1,100..900&amp;display=swap");
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

input {
  outline: 0;
}

select {
  outline: 0;
  border: 0;
}


a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

@media (min-width: 768px) {
  .container {
    padding: 0 !important;
  }
}

h1,
h2 {
  font-weight: 700;
  line-height: 120%;
  font-family: "Saira", sans-serif;
  padding: 0;
  margin: 0;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 130%;
  font-family: "Saira", sans-serif;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 64px;
}
@media (max-width: 1199.97px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 48px;
}
@media (max-width: 1199.97px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1199.97px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 32px;
}
@media (max-width: 1199.97px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 14px;
}
@media (max-width: 1199.97px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}
@media (max-width: 1199.97px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 16px;
  }
}

p {
   margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 170%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1199.97px) {
  p {
    font-size: 14px;
  }
}
p.text-xs {
  font-size: 12px;
}
p.text-lg {
  font-size: 18px;
}
@media (max-width: 1199.97px) {
  p.text-lg {
    font-size: 16px;
  }
}

/***************** spacing padding *************/
.pt-100 {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 70px;
  }
}

.pt-200 {
  padding-top: 200px;
}

.ptb-100 {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .ptb-100 {
    padding: 70px 0;
  }
}

.ptb-60 {
  padding: 60px 0;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 767.98px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-45 {
  padding-left: 72px;
  padding-right: 72px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-120 {
  padding: 120px 0px;
}
@media (max-width: 1199.97px) {
  .py-120 {
    padding: 80px 0px;
  }
}
@media (max-width: 991.97px) {
  .py-120 {
    padding: 60px 0px;
  }
}

/*********************** spacing margin ***********************/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-36 {
  margin-bottom: 36px;
}
@media (max-width: 991.97px) {
  .mb-36 {
    margin-bottom: 18px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991.97px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 767.98px) {
  .mt-120 {
    margin-top: 70px;
  }
}

.gap-32 {
  gap: 32px;
}

.gap-12 {
  gap: 12px;
}

/******************************* theme css **********************************/
.bg-light-white {
  background-color: #f6f6f6;
}

.bg-class {
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.text-red {
  color: #f2415a;
}

.bg-pending {
  background-color: #fac03c;
}

.bg-processing {
  background-color: #c6ff29;
  color: #ffffff;
}

.bg-complete {
  background-color: #27be69;
  color: #ffffff;
}

.bg-declined {
  background-color: #f2415a;
  color: #ffffff;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes theme_fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes theme_fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes theme_fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes theme_fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes product-hover {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes product-hover {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flipimage {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
  50% {
    -webkit-transform: scale(0.8) rotateY(90deg);
    transform: scale(0.8) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}

@keyframes flipimage {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
  50% {
    -webkit-transform: scale(0.8) rotateY(90deg);
    transform: scale(0.8) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}

@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/******************************** components ******************************/
/**************** scroll top button ***************/
.info-bar-btn {
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #ffffff;
}

.header-toggle {
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  display: none;
}
@media (max-width: 991.97px) {
  .header-toggle svg {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
  }
}

.template-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 35px;
    padding: 10px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0;
    background: #9c5736;
    text-transform: capitalize;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.template-btn.outline-btn {
  background: transparent;
  border: 1px solid #9a8e8c !important;
  color: #344054 !important;
  font-weight: 600;
}
.template-btn.outline-btn:hover {
  color: #9c5736 !important;
  border: 1px solid #9c5736 !important;
  background-color: transparent !important;
}
.template-btn.lg-btn {
  border-radius: 4px;
  height: 48px;
  font-size: 16px;
}
.template-btn.md-btn {
  padding: 8px 20px;
  border-radius: 4px;
  height: 36px;
  font-size: 14px;
  line-height: 150%;
  /* 21px */
}
.template-btn.sm-btn {
  padding: 8px 20px;
  border-radius: 4px;
  height: 30px;
  font-size: 14px;
  line-height: 150%;
  /* 21px */
}
.template-btn.dark-outline {
  background-color: #ffffff;
  border: 1px solid #1f0300;
  color: #1f0300;
}
.template-btn.dark-outline svg path {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.template-btn.dark-outline:hover {
  color: #ffffff;
  border: 1px solid #745d5d;
  background-color: #745d5d;
}
.template-btn.dark-outline:hover svg path {
  fill: #ffffff;
}
.template-btn.dark-btn {
  background-color: #050404;
}
.template-btn.dark-btn:hover {
  background-color: #745d5d;
}
.template-btn.black-btn {
  background-color: #030712;
}
.template-btn.black-btn:hover {
  background-color: #745d5d;
}
.template-btn.outlinee-btn {
  background: transparent;
  border: 1px solid #9c5736;
  color: #9c5736;
}
.template-btn.outlinee-btn:hover {
  color: #ffffff;
}
.template-btn.yellow-btn {
  background-color: #fac03c;
  color: #1f0300;
}
.template-btn.yellow-btn:hover {
  background-color: #fac03c;
  color: #1f0300;
}
.template-btn.green-btn {
  background-color: #27be69;
  color: #ffffff;
}
.template-btn.green-btn:hover {
  background-color: #27be69;
  color: #ffffff;
}
.template-btn.danger-btn {
  background-color: #f2415a;
  color: #ffffff;
}
.template-btn.danger-btn:hover {
  background-color: #f2415a;
  color: #ffffff;
}
.template-btn:hover {
  background-color: #000;
}
@media (max-width: 1199.97px) {
  .template-btn {
    height: 48px;
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 575.97px) {
  .template-btn {
    font-size: 14px;
    height: 40px;
  }
}

.shop-now-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: inline-block !important;
}

.newsletter-btn {
  width: 75px;
  height: 48px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #030712;
  color: #ffffff;
  border-radius: 0px 8px 8px 0px;
}
@media (max-width: 1199.97px) {
  .newsletter-btn {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .newsletter-btn {
    font-size: 14px;
  }
}

.active-tab-btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #ffffff;
  color: #1f0300;
}
.active-tab-btn.active {
  color: #9c5736;
  border-bottom: 2px solid red;
}
.active-tab-btn.active:hover {
  background-color: transparent;
}
.active-tab-btn.active:hover::before {
  top: -10px;
}
@media (max-width: 767.98px) {
  .active-tab-btn {
    padding: 8px 10px;
  }
}

.state-left-btn {
  border-bottom: 2px solid #b7aead;
}

.state-right-btn {
  border-bottom: 2px solid #b7aead;
}

.icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.icon-btn.icon-btn-lg {
  width: 62px !important;
  height: 60px !important;
}
@media (max-width: 991.97px) {
  .icon-btn.icon-btn-lg {
    width: 52px !important;
    height: 52px !important;
  }
}
@media (max-width: 424.99px) {
  .icon-btn.icon-btn-lg {
    width: 40px !important;
    height: 40px !important;
  }
}
.icon-btn.icon-btn-md {
  width: 48px !important;
  height: 48px !important;
}

.status-btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}

.gs-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: relative;
}
.gs-checkbox-wrapper label {
  color: #1f0300;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  cursor: pointer;
  position: relative;
  margin-left: 28px;
}
.gs-checkbox-wrapper input[type="checkbox"] {
  display: none;
}
.gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label {
  border-color: #9c5736;
  background-color: #ffffff;
}
.gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label svg {
  display: block;
}
.gs-checkbox-wrapper .icon-label {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #796866;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  margin-left: 0;
}
.gs-checkbox-wrapper .icon-label svg {
  display: none;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.gs-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
.gs-radio-wrapper label {
  color: #1f0300;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  position: relative;
  margin-left: 28px;
}
@media (max-width: 399.97px) {
  .gs-radio-wrapper label {
    font-size: 14px;
  }
}
.gs-radio-wrapper input[type="radio"] {
  display: none;
}
.gs-radio-wrapper input[type="radio"]:checked + .icon-label {
  border-color: #9c5736;
  background-color: #ffffff;
}
.gs-radio-wrapper input[type="radio"]:checked + .icon-label svg {
  display: block;
}
.gs-radio-wrapper .icon-label {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #796866;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  margin-left: 0;
}
.gs-radio-wrapper .icon-label svg {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
}

.price-curr {
  background: #e9e6e6;
  width: 40px;
  height: 51px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  right: -6px;
}
@media (max-width: 767.98px) {
  .price-curr {
    height: 50px;
  }
}

.gs-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.gs-pagination li.active a {
  background-color: #9c5736;
  color: #ffffff;
  border: #9c5736;
}
.gs-pagination li.active a svg path {
  fill: #ffffff;
}
.gs-pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 38px;
  padding: 11px 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #9a8e8c;
  background: #ffffff;
  color: #1f0300;
  font-size: 14px;
  line-height: 130%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-pagination li a svg path {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-pagination li a:hover {
  background-color: #9c5736;
  color: #ffffff;
  border: #9c5736;
}
.gs-pagination li a:hover svg path {
  fill: #ffffff;
}
@media (max-width: 399.97px) {
  .gs-pagination li a {
    width: 35px;
    height: 35px;
  }
}

.gs-title-box .title {
    margin-bottom: 24px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: auto;
    font-weight: 300;
    letter-spacing: 1px;
    color: #9C5635;
    border-bottom: 1px solid #9c56352b;
    padding-bottom: 20px;
}
.gs-title-box .title b {
    font-weight: bold;
}
.gs-single-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.gs-single-cat.h3-gs-single-cat {
  position: relative;
}
.gs-single-cat.h3-gs-single-cat .inner-box {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 24px;
  padding: 8px;
  width: calc(100% - 44px);
}
.gs-single-cat.h3-gs-single-cat .cate-img.square {
  width: 244.541px;
  height: 232px;
}
@media (max-width: 575.97px) {
  .gs-single-cat.h3-gs-single-cat .cate-img.square {
    width: 95%;
  }
}
.gs-single-cat:hover .cate-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gs-single-cat:hover h6 {
  color: #9c5736;
}
.gs-single-cat .cate-img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
  height: 100%;
  padding: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid #858585;  
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.gs-single-cat .cate-img.square {
  border: none;
  border-radius: 8px;
  width: 200px;
}
.gs-single-cat h6 {
  color: #1f0300;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-single-cat .title {
  margin-bottom: 4px;
}
.gs-single-cat .des {
  color: #1f0300;
  font-size: 12px;
}

.single-offer-product {
  position: relative;
  overflow: hidden;
}
.single-offer-product .promo-img {
  width: 100%;
  height: 328px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
@media (max-width: 767.98px) {
  .single-offer-product .promo-img {
    height: 200px !important;
  }
}
.single-offer-product.verticle .promo-img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
} 
.single-offer-product.verticle .inner-content {
  top: initial;
  right: 24px;
  bottom: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 32px;
}
.single-offer-product.verticle .inner-content .upper-title {
  font-size: 16px;
}
.single-offer-product.verticle .inner-content .btm-title {
  font-size: 18px;
}
@media (max-width: 575.97px) {
  .single-offer-product.verticle .inner-content {
    right: 8px;
    bottom: 8px;
    padding: 16px;
  }
  .single-offer-product.verticle .inner-content .upper-title,
  .single-offer-product.verticle .inner-content .btm-title {
    font-size: 10px;
  }
  .single-offer-product.verticle .inner-content .main-title {
    font-size: 18px;
  }
}
.single-offer-product .promo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-offer-product .inner-content {
  position: absolute;
  top: 16px;
  right: 16px;
  text-align: right;
  color: #1f0300;
}
.single-offer-product .inner-content .main-title {
  font-weight: 500;
  line-height: 130%;
}
.single-offer-product .inner-content .upper-title,
.single-offer-product .inner-content .btm-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}
@media (max-width: 575.97px) {
  .single-offer-product .inner-content {
    top: 8px;
    right: 8px;
  }
  .single-offer-product .inner-content .upper-title,
  .single-offer-product .inner-content .btm-title {
    font-size: 8px;
  }
  .single-offer-product .inner-content .main-title {
    font-size: 12px;
  }
}
.single-offer-product:hover .promo-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.single-product .img-wrapper,
.single-product-list-view .img-wrapper {
  overflow: hidden;
  position: relative;
}
.single-product .img-wrapper .product-img,
.single-product-list-view .img-wrapper .product-img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.singl___image a img {
    width: 100%;
}
#faetured__pdng {
    padding-bottom: 40px;
}
.latest-post-area .col-lg-6.posts-area.wow-replaced {
    margin-top: 0;
}
section.gs-latest-post-section.py-120 .col-lg-4.posts-area.wow-replaced {
    margin-top: 0;
}
.single-product .img-wrapper .product-badge,
.single-product-list-view .img-wrapper .product-badge,
.single-product .img-wrapper .add-to-wishlist-btn,
.single-product-list-view .img-wrapper .add-to-wishlist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 16px;
  z-index: 5;
}
.single-product .img-wrapper .product-badge,
.single-product-list-view .img-wrapper .product-badge {
  width: 62px;
  height: 29px;
  padding: 4px 16px;
  gap: 10px;
  background-color: #1f0300;
  color: #ffffff;
  left: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.single-product .img-wrapper .add-to-wishlist-btn,
.single-product-list-view .img-wrapper .add-to-wishlist-btn {
  width: 48px;
  height: 48px;
  padding: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #ffffff;
  right: 16px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-product .img-wrapper .add-to-wishlist-btn.active svg path,
.single-product-list-view .img-wrapper .add-to-wishlist-btn.active svg path {
  stroke: #9c5736;
  fill: #9c5736;
}
.single-product .img-wrapper .add-to-wishlist-btn svg path,
.single-product-list-view .img-wrapper .add-to-wishlist-btn svg path {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-product .img-wrapper .add-to-wishlist-btn:hover svg path,
.single-product-list-view .img-wrapper .add-to-wishlist-btn:hover svg path {
  stroke: #9c5736;
}

.single-product .content-wrapper, 
.single-product-list-view .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px;
    background-color: #ffffff;
}
.single-product .price-wrapper strong {
    font-size: 13px;
}


.single-product .product-title, .single-product-list-view .product-title {
    color: #000;
    font-size: 13px; 
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 0.3rem;
}
.single-product .product-title a,
.single-product-list-view .product-title a {
  color: #1f0300;
}
.product__more__details a {
    font-size: 13px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 0.3rem;
}
.single-product .price-wrapper,
.single-product-list-view .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
}
.single-product .price-wrapper h6, .single-product-list-view .price-wrapper h6, .single-product .price-wrapper h4, .single-product-list-view .price-wrapper h4 {
    color: #b3530f;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bottom__para p span {
    color: #b3530f;
    font-size: 12px;
}
.single-product .price-wrapper h6 del,
.single-product-list-view .price-wrapper h6 del,
.single-product .price-wrapper h4 del,
.single-product-list-view .price-wrapper h4 del {
  color: #b7aead;
  font-weight: 400;
}

.single-product .ratings-wrapper,
.single-product-list-view .ratings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

.single-product .rating-title,
.single-product-list-view .rating-title {
  color: #1f0300;
  text-align: right;
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-product .add-to-cart,
.single-product-list-view .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}

.single-product .add-cart,
.single-product-list-view .add-cart {
  width: 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #030712;
}

.single-product .add-cart,
.single-product-list-view .add-cart,
.single-product .compare,
.single-product-list-view .compare,
.single-product .details,
.single-product-list-view .details {
  background-color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-product .add-cart:hover,
.single-product-list-view .add-cart:hover,
.single-product .compare:hover,
.single-product-list-view .compare:hover,
.single-product .details:hover,
.single-product-list-view .details:hover {
  background-color: #9c5736;
  color: #ffffff;
}

.single-product .compare,
.single-product-list-view .compare,
.single-product .details,
.single-product-list-view .details {
  padding: 12px;
  border-radius: 4px;
}
.single-product .compare .icon path,
.single-product-list-view .compare .icon path,
.single-product .details .icon path,
.single-product-list-view .details .icon path {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product .compare:hover,
.single-product-list-view .compare:hover,
.single-product .details:hover,
.single-product-list-view .details:hover {
  background-color: #9c5736;
}
.single-product .compare:hover .icon path,
.single-product-list-view .compare:hover .icon path,
.single-product .details:hover .icon path,
.single-product-list-view .details:hover .icon path {
  stroke: #ffffff;
}

.single-product.list-view,
.list-view.single-product-list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product.list-view .product-title,
.list-view.single-product-list-view .product-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1199.97px) {
  .single-product.list-view .product-title,
  .list-view.single-product-list-view .product-title {
    font-size: 24px;
  }
}
.single-product.list-view .price-wrapper h6,
.list-view.single-product-list-view .price-wrapper h6 {
  font-size: 32px;
}
.single-product.list-view .price-wrapper h6 del,
.list-view.single-product-list-view .price-wrapper h6 del {
  color: #b7aead;
}

.single-product:hover .product-img,
.single-product-list-view:hover .product-img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.single-product:hover .product-title,
.single-product-list-view:hover .product-title {
  color: #9c5736;
}
.single-product:hover .product-title a,
.single-product-list-view:hover .product-title a {
  color: #9c5736;
}

.single-product:hover .add-to-cart,
.single-product-list-view:hover .add-to-cart {
  visibility: visible;
  opacity: 1;
}

.single-product-list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.single-product-list-view .img-wrapper {
  width: 400px;
}
.single-product-list-view .img-wrapper .product-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-product-list-view .content-wrapper {
  padding: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.single-product-list-view .product-title,
.single-product-list-view .price-wrapper h4 {
  font-size: 32px;
}
.single-product-list-view .product-title del,
.single-product-list-view .price-wrapper h4 del {
  font-size: 28px;
}
@media (max-width: 1199.97px) {
  .single-product-list-view .product-title del,
  .single-product-list-view .price-wrapper h4 del {
    font-size: 20px;
  }
}
.single-product-list-view .rating-title {
  font-size: 20px;
}
.single-product-list-view .add-to-cart {
  position: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: visible;
  opacity: 1;
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 991.97px) {
  .single-product-list-view .add-to-cart {
    margin-top: 10px;
  }
}
.single-product-list-view .compare,
.single-product-list-view .details {
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product-list-view .add-cart,
.single-product-list-view .compare,
.single-product-list-view .details {
  background-color: #f8f7f7;
  padding: 12px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-product-list-view .add-cart:hover,
.single-product-list-view .compare:hover,
.single-product-list-view .details:hover {
  background-color: #9c5736;
  color: #ffffff;
}
.single-product-list-view .add-cart {
  width: 100%;
}
@media (max-width: 991.97px) {
  .single-product-list-view .add-cart {
    padding: 12px;
  }
}
@media (max-width: 1199.97px) {
  .single-product-list-view .product-title,
  .single-product-list-view .price-wrapper h4 {
    font-size: 24px;
  }
  .single-product-list-view .rating-title {
    font-size: 18px;
  }
}
@media (max-width: 991.97px) {
  .single-product-list-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-product-list-view .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .single-product-list-view .product-title,
  .single-product-list-view .price-wrapper h4 {
    font-size: 20px;
  }
  .single-product-list-view .rating-title {
    font-size: 16px;
  }
  .single-product-list-view .add-cart {
    padding: 12px;
  }
  .single-product-list-view .content-wrapper {
    padding: 12px 8px;
  }
}

.gs-deal-of-day {
  overflow: hidden;
  background-color: rgba(255, 76, 59, 0.05);
  position: relative;
}
.gs-deal-of-day.gs-deal-of-day-home2
  .deal-of-day-wrapper
  .deal-of-day-content
  .title::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background-color: #1f0300;
  margin-top: 14px;
}
.gs-deal-of-day.gs-deal-of-day-home2
  .deal-of-day-wrapper
  .deal-of-day-content
  .countdown-wrapper
  .countdown-item {
  background-color: #ffeceb;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #9c5736;
}
@media (max-width: 767.98px) {
  .gs-deal-of-day.gs-deal-of-day-home2
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item {
    width: 55px;
    height: 55px;
  }
}
.gs-deal-of-day.gs-deal-of-day-home2 .deal-of-day-img img {
  width: 960px;
}
.gs-deal-of-day.gs-deal-of-day-home3 .deal-of-day-img {
  position: absolute;
  left: 0 !important;
  bottom: 0;
  z-index: -1;
}
.gs-deal-of-day.gs-deal-of-day-home3 .deal-of-day-img img {
  width: 912px;
}
@media (max-width: 1919.97px) {
  .gs-deal-of-day.gs-deal-of-day-home3 .deal-of-day-img img {
    width: calc(50% - 24px);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.gs-deal-of-day.gs-deal-of-day-home3
  .deal-of-day-wrapper
  .deal-of-day-content
  .countdown-wrapper
  .countdown-item {
  border-radius: 4px;
}
.gs-deal-of-day .deal-of-day-wrapper {
  margin-top: 120px;
  margin-bottom: 120px;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .title {
  font-weight: 700;
  line-height: 120%;
  color: #1f0300;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .sub-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #1f0300;
  margin-bottom: 18px;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .deal-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .countdown-wrapper {
  margin-top: 24px;
  width: 345px;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-content
  .countdown-wrapper
  .countdown-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-content
  .countdown-wrapper
  .countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  padding: 14px 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-content
  .countdown-wrapper
  .countdown-item
  .countdown-number,
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-content
  .countdown-wrapper
  .countdown-item
  .countdown-title {
  font-size: 14px;
  font-weight: 600;
  color: #1f0300;
  text-transform: uppercase;
  margin: 0 !important;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product
  .img-wrapper
  .product-badge,
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product-list-view
  .img-wrapper
  .product-badge {
  left: 12px;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product
  .img-wrapper
  .add-to-wishlist-btn,
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product-list-view
  .img-wrapper
  .add-to-wishlist-btn {
  right: 12px;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product
  .content-wrapper,
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product-list-view
  .content-wrapper {
  padding: 16px;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product
  .content-wrapper
  .product-title,
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product-list-view
  .content-wrapper
  .product-title {
  font-size: 14px;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product
  .content-wrapper
  .price-wrapper
  h6,
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product-list-view
  .content-wrapper
  .price-wrapper
  h6 {
  font-size: 16px;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product
  .content-wrapper
  .ratings-wrapper,
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product-list-view
  .content-wrapper
  .ratings-wrapper {
  gap: 6px;
}
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product
  .content-wrapper
  .add-to-cart,
.gs-deal-of-day
  .deal-of-day-wrapper
  .deal-of-day-product
  .single-product-list-view
  .content-wrapper
  .add-to-cart {
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 12px;
}
.gs-deal-of-day .deal-of-day-img {
  position: absolute;
  left: 52%;
  bottom: 0;
}
.gs-deal-of-day .deal-of-day-img img {
  width: 892px;
}
@media (max-width: 1199.97px) {
  .gs-deal-of-day .deal-of-day-img img {
    width: 800px;
    height: 650px;
  }
  .gs-deal-of-day .deal-of-day-wrapper .sub-title {
    font-size: 18px !important;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-description {
    font-size: 16px !important;
  }
}
@media (max-width: 991.97px) {
  .gs-deal-of-day .deal-of-day-img {
    display: none;
  }
  .gs-deal-of-day .deal-of-day-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .gs-deal-of-day .deal-of-day-wrapper .sub-title {
    font-size: 20px !important;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-description {
    font-size: 18px !important;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .title {
    font-size: 32px;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .sub-title {
    font-size: 18px;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .deal-description {
    font-size: 16px !important;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .countdown-wrapper {
    width: 260px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item-wrapper {
    gap: 8px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item {
    padding: 10px 16px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item
    .countdown-number,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item
    .countdown-title {
    font-size: 12px;
  }
}
@media (max-width: 575.97px) {
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .sub-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .deal-description {
    font-size: 14px !important;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item-wrapper {
    margin-bottom: 14px;
    gap: 8px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item {
    padding: 10px 16px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item
    .countdown-number,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item
    .countdown-title {
    font-size: 12px;
  }
}

.gs-partner-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
.gs-partner-section .single-partner img {
  border: 1px solid #e9e6e6;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
  height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gs-partner-section .single-partner img:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 991.97px) {
  .gs-partner-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.gs-sm-recent-post-wrapper .recent-post {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.gs-sm-recent-post-wrapper .recent-post img {
  width: 78px;
  height: 70px;
}
.gs-sm-recent-post-wrapper .recent-post .post-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 6px;
}
.gs-sm-recent-post-wrapper .recent-post .post-date {
  font-size: 12px;
  font-weight: 400;
  color: #bdbdbd;
  margin: 0;
}
.gs-sm-recent-post-wrapper .recent-post .post-date svg {
  margin-right: 8px;
}
.gs-sm-recent-post-wrapper .recent-post:hover .post-title {
  color: #9c5736;
}

.gs-main-single-blog {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .gs-main-single-blog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .gs-main-single-blog .left-side-content {
    width: 100%;
  }
}
.gs-main-single-blog .left-side-content .blog-img {
  width: 312px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .gs-main-single-blog .left-side-content .blog-img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.gs-main-single-blog .right-side-content {
    padding: 0px 25px 20px;
    width: 55%;
}
@media (max-width: 767.98px) {
  .gs-main-single-blog .right-side-content {
      padding: 16px;
      width: 100%;
      padding: 10px 0 !important;
  }
}
.gs-main-single-blog .right-side-content .title {
    display: inline-block;
    color: #1f0300;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
}
.gs-main-single-blog .right-side-content .des {
  color: #4c3533;
}
.gs-main-single-blog .right-side-content .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.gs-main-single-blog .right-side-content .date-wrapper .date-text {
  font-size: 13px;
  color: #4c3533;
}
@media (max-width: 1289.99px) {
  .gs-main-single-blog .right-side-content .date-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 1239.99px) {
  .gs-main-single-blog .right-side-content .title {
    margin-bottom: 10px;
  }
  .gs-main-single-blog .right-side-content .date-wrapper {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .gs-main-single-blog .right-side-content .date-wrapper .date-text {
    font-size: 16px;
  }
}
.gs-main-single-blog:hover .right-side-content .title {
  color: #9c5736;
}

.single-blog-widget {
  padding: 10px 0;
}
.single-blog-widget .widget-title {
  color: #1f0300;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  border-bottom: 1px solid #c7c0bf;
  padding-bottom: 12px;
}
.single-blog-widget .search-form {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #d9d4d4;
  padding: 12px 24px;
}
.single-blog-widget .search-form .input-box {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #796866;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.blog-detail-cms-content h2 {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-detail-cms-content ul {
    list-style: disc;
    margin: 30px 15px;
}
.blog-detail-cms-content ul li {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.related-posts-sec .text-decoration-none strong {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    display: block;
}
.gs-blog-details-wrapper .form-control { 
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;   
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.post__btns button.btn.btn-dark {
    font-size: 13px;
    border-radius: 0;
    margin: 10px 0;
}







@media (max-width: 1199.97px) {
  .single-blog-widget .search-form .input-box {
    font-size: 14px;
  }
}
.single-blog-widget .cat-wrapper {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.single-blog-widget .cat-wrapper li a {
  color: #1f0300;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1199.97px) {
  .single-blog-widget .cat-wrapper li a {
    font-size: 14px;
  }
}
.single-blog-widget .cat-wrapper li a:hover {
  color: #9c5736;
}
.single-blog-widget .cat-wrapper li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #1f0300;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.single-blog-widget .gs-sm-recent-post-wrapper {
  padding-top: 24px;
}
.single-blog-widget .gs-sm-recent-post-wrapper .recent-post:last-child {
  margin-bottom: 0px;
}
.single-blog-widget .gs-sm-recent-post-wrapper .recent-post img {
  width: 80px;
  height: 70px;
}
.single-blog-widget .gs-sm-recent-post-wrapper .post-title {
  color: #000000;
  font-size: 13px;
}
@media (max-width: 1199.97px) {
  .single-blog-widget .gs-sm-recent-post-wrapper .post-title {
    font-size: 16px;
  }
}
.single-blog-widget .gs-sm-recent-post-wrapper .post-date {
  color: #4c3533;
}
.single-blog-widget .tags-wrapper {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.single-blog-widget .tags-wrapper li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #f8f7f7;
  color: #1f0300;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1199.97px) {
  .single-blog-widget .tags-wrapper li a {
    padding: 8px 15px;
    font-size: 14px;
  }
}
.single-blog-widget .tags-wrapper li a:hover {
  background-color: #9c5736;
  color: #ffffff;
}
@media (max-width: 991.97px) {
  .single-blog-widget {
    padding: 12px 0;
  }
}

.single-product-widget {
  padding: 24px 16px;
  background: #ffffff;
}
.single-product-widget .widget-title {
  color: #1f0300;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border-bottom: 1px solid #c7c0bf;
  padding-bottom: 12px;
}
.single-product-widget.contact-vendor-wrapper .widget-title {
  border-bottom: none;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-product-widget.contact-vendor-wrapper .img-wrapper {
  width: 200px;
  margin: 32px auto 24px auto;
}
.single-product-widget.contact-vendor-wrapper .img-wrapper img {
  width: 100%;
}
.single-product-widget.contact-vendor-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
@media (max-width: 991.97px) {
  .single-product-widget.contact-vendor-wrapper ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .single-product-widget.contact-vendor-wrapper ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.single-product-widget.contact-vendor-wrapper ul li span {
  color: #4c3533;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.single-product-widget.contact-vendor-wrapper ul li span b {
  font-weight: 500;
}
.single-product-widget.contact-vendor-wrapper .vendor-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.single-product-widget.contact-vendor-wrapper .vendor-input-wrapper .input-cls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 19px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  border-radius: 6px;
  border: 1px solid #d9d4d4;
  background: #ffffff;
}
.single-product-widget.contact-vendor-wrapper
  .vendor-input-wrapper
  .input-cls.txtarea-cls {
  height: initial;
}

.gs-single-recent-product-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  background: #ffffff;
}
.gs-single-recent-product-widget .img-wrapper {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.gs-single-recent-product-widget .img-wrapper .thumb {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-single-recent-product-widget .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.gs-single-recent-product-widget .content-wrapper .title {
  color: #1f0300;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-single-recent-product-widget .content-wrapper .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.gs-single-recent-product-widget .content-wrapper .price-wrapper .price {
  color: #1f0300;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.gs-single-recent-product-widget .content-wrapper .price-wrapper .price del {
  color: #a0a0a0;
  font-weight: 400;
}
.gs-single-recent-product-widget .content-wrapper .rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.gs-single-recent-product-widget .content-wrapper .rating-wrapper .rating {
  color: #1f0300;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gs-single-recent-product-widget:hover .img-wrapper .thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gs-single-recent-product-widget:hover .content-wrapper .title {
  color: #9c5736;
}

.gs-service-section {
  background-color: #1f0300;
}
.gs-service-section .services-area {
  margin: 60px 0;
}
.gs-service-section .services-area .single-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.gs-service-section .services-area .single-service .icon-wrapper img {
  width: 60px !important;
  height: 60px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.gs-service-section .services-area .single-service .service-content {
  padding-top: 5px;
  color: #ffffff;
}
.gs-service-section .services-area .single-service .service-content h6 {
  font-weight: 500;
}
.gs-service-section .services-area .single-service .service-content p {
  font-weight: 400;
  margin-bottom: 0 !important;
}
@media (max-width: 991.97px) {
  .gs-service-section .service-row {
    margin: 0 !important;
    padding: 20px 0;
  }
  .gs-service-section .services-area {
    margin: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .gs-service-section .services-area {
    margin: 20px 0;
  }
}

.gs-latest-post-section a {
    text-decoration: none;
    color: #9c5734;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}

.gs-latest-post-section .latest-post-area {
  margin: 60px 0;
}

.gs-latest-post-section .single-post {
  overflow: hidden;
  display: inline-block;
}
.gs-latest-post-section .single-post.h2-single-post {
  position: relative;
  width: 100%;
}
.gs-latest-post-section .single-post.h2-single-post .post-img {
  margin-bottom: initial;
}
.gs-latest-post-section .single-post.h2-single-post .blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16%, rgba(255, 76, 59, 0.7)),
    color-stop(99.83%, rgba(255, 76, 59, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(255, 76, 59, 0.7) 0.16%,
    rgba(255, 76, 59, 0) 99.83%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 76, 59, 0.7) 0.16%,
    rgba(255, 76, 59, 0) 99.83%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 76, 59, 0.7) 0.16%,
    rgba(255, 76, 59, 0) 99.83%
  );
}
.gs-latest-post-section .single-post.h2-single-post .post-content {
  padding: 24px;
  position: absolute;
  bottom: -43%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 991.97px) {
  .gs-latest-post-section .single-post.h2-single-post .post-content {
    bottom: -36%;
  }
}
@media (max-width: 767.98px) {
  .gs-latest-post-section .single-post.h2-single-post .post-content {
    bottom: -47%;
  }
}
@media (max-width: 767.98px) {
  .gs-latest-post-section .single-post.h2-single-post .post-content.home-2 {
    bottom: -40%;
  }
}
@media (max-width: 575.97px) {
  .gs-latest-post-section .single-post.h2-single-post .post-content.home-2 {
    bottom: -37%;
  }
}
@media (max-width: 459.99px) {
  .gs-latest-post-section .single-post.h2-single-post .post-content.home-2 {
    bottom: -42%;
  }
}
.gs-latest-post-section .single-post.h2-single-post .post-content .post-title,
.gs-latest-post-section .single-post.h2-single-post .post-content .date,
.gs-latest-post-section .single-post.h2-single-post .post-content .post-desc,
.gs-latest-post-section .single-post.h2-single-post .post-content .read-more {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-latest-post-section .single-post.h2-single-post .post-content .date,
.gs-latest-post-section .single-post.h2-single-post .post-content .post-desc,
.gs-latest-post-section .single-post.h2-single-post .post-content .read-more {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-latest-post-section
  .single-post.h2-single-post
  .post-content
  .read-more::before {
  background-color: #ffffff;
}
.gs-latest-post-section .single-post.h2-single-post:hover .post-content {
  bottom: 0;
}
.gs-latest-post-section .single-post.h2-single-post:hover .date,
.gs-latest-post-section .single-post.h2-single-post:hover .post-desc,
.gs-latest-post-section .single-post.h2-single-post:hover .read-more {
  opacity: 1;
  visibility: visible;
}
.gs-latest-post-section .single-post .post-img {
    max-height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.gs-latest-post-section .single-post .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-latest-post-section .single-post .post-content .post-title {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-latest-post-section .single-post .post-content .post-title:hover {
  color: #9c5736;
}
.gs-latest-post-section .single-post .post-content .date {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.gs-latest-post-section .single-post .post-content .post-desc {
  margin-bottom: 24px;
}
.gs-latest-post-section .single-post .post-content .read-more {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    margin-left: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
    text-align: center;
}
.gs-latest-post-section .single-post .post-content .read-more:hover {
  color: #9c5736;
}
.gs-latest-post-section .single-post .post-content .read-more:hover::before {
  background-color: #9c5736;
} 
.gs-latest-post-section .single-post:hover .post-img img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

@media (max-width: 1199.97px) {
  .gs-latest-post-section .latest-post-area {
    margin: -50px 0;
  }
  .gs-latest-post-section .single-post .post-content .post-desc {
    margin-bottom: 16px;
  }
  .gs-latest-post-section .single-post .post-content .read-more {
    font-size: 16px;
  }
  .gs-latest-post-section .single-post .post-content .read-more::before {
    bottom: 10px;
  }
}

@media (max-width: 991.97px) {
  .gs-latest-post-section .single-post .post-desc {
    margin-bottom: 12px;
  }
  .gs-latest-post-section .single-post .read-more {
    font-size: 14px;
  }
  .gs-latest-post-section .single-post .read-more::before {
    bottom: 8px;
  }
}

.gs-cart-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  > :not(caption)
  > *
  > * {
  padding: 0;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table {
  padding: 0;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
  font-family: "Saira", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding-bottom: 24px;
  border-left: none;
  border-right: none;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead tr {
  border-top: none;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody tr {
  padding: 32px 0;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody td {
  padding-bottom: 32px;
  padding-top: 32px;
  vertical-align: middle;
  text-align: center;
  border-left: none;
  border-right: none;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  td:not(:first-child) {
  padding-left: 10px;
  padding-right: 10px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-product-area {
  width: 290px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-product {
  width: 290px;
  gap: 12px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-product
  img {
  height: 100px;
  width: 100px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-product
  .cart-product-info {
  text-align: left;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-product
  .cart-product-info
  .cart-title {
  font-size: 18px;
  font-weight: 400;
  color: #1f0300;
  margin-bottom: 15px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-product
  .cart-product-info
  a.cart-title:hover {
  color: #9c5736;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-product
  .cart-product-info
  .cart-color {
  font-size: 16px;
  font-weight: 400;
  color: #1f0300;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-price {
  font-size: 18px;
  color: #1f0300;
  font-weight: 400;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-quantity
  input {
  border: none;
  width: 30px;
  text-align: center;
  font-size: 20px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-table
  .table
  tbody
  .cart-quantity
  .cart-quantity-btn {
  width: 40px;
  height: 40px;
  padding: 9px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: #f8f7f7;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
  background-color: #f8f7f7;
  padding: 40px 24px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-summary
  .cart-summary-title {
  color: #000;
  font-weight: 600;
  margin-bottom: 32px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-summary
  .cart-summary-content
  .cart-summary-item:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px solid #c7c0bf;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-summary
  .cart-summary-content
  .cart-summary-subtitle {
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #1f0300;
  margin-bottom: 16px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-summary
  .cart-summary-content
  .cart-summary-price {
  font-size: 18px;
  font-weight: 400;
  color: #1f0300;
  margin-bottom: 16px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-summary
  .cart-summary-content
  .total-cart-price {
  color: #9c5736;
  font-weight: 700;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-summary
  .cart-summary-item:not(:first-child) {
  margin-top: 16px;
}
.gs-cart-section
  .gs-cart-container
  .gs-cart-row
  .cart-summary
  .cart-summary-btn {
  margin-top: 20px;
}
@media (max-width: 1199.97px) {
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody tr {
    padding: 24px 0;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody td {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product-area {
    width: 200px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product {
    width: 250px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    img {
    height: 80px;
    width: 80px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    a.cart-title:hover {
    color: #9c5736;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-color {
    font-size: 12px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-price {
    font-size: 14px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    input {
    width: 20px;
    font-size: 16px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    .cart-quantity-btn {
    width: 30px;
    height: 30px;
    padding: 7px 8px;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
    padding: 24px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-price {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-item:not(:first-child) {
    margin-top: 12px;
  }
}
@media (max-width: 991.97px) {
  .gs-cart-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
    font-size: 14px;
    padding-bottom: 14px;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody tr {
    padding: 20px 0;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product-area {
    width: 200px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product {
    width: 200px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    img {
    height: 70px;
    width: 70px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    a.cart-title:hover {
    color: #9c5736;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-color {
    font-size: 10px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-price {
    font-size: 12px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    input {
    width: 20px;
    font-size: 14px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    .cart-quantity-btn {
    width: 24px;
    height: 24px;
    padding: 5px 6px;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
    padding: 20px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-price {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-item:not(:first-child) {
    margin-top: 10px;
  }
}
@media (max-width: 575.97px) {
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody tr {
    padding: 16px 0;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody td {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product-area {
    width: 200px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product {
    width: 200px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    img {
    height: 60px;
    width: 60px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    a.cart-title:hover {
    color: #9c5736;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-color {
    font-size: 10px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-price {
    font-size: 12px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    input {
    width: 20px;
    font-size: 14px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    .cart-quantity-btn {
    width: 24px;
    height: 24px;
    padding: 5px 6px;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
    padding: 16px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-price {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-item:not(:first-child) {
    margin-top: 8px;
  }
}

.gs-success-invoice-section {
  background-color: #f8f7f7;
  padding-top: 120px;
  padding-bottom: 120px;
}
.gs-success-invoice-section .success-invoice-box {
  background-color: #ffffff;
  padding: 80px 60px;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-header {
  text-align: center;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-header h3 {
  color: #27be69;
  padding-top: 16px;
  font-weight: 600;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-header h5 {
  color: #000;
  font-weight: 400;
  padding-top: 16px;
}
.gs-success-invoice-section
  .success-invoice-box
  .success-invoice-header
  .btn-success-page {
  margin-top: 40px;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-body {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .gs-success-invoice-section .success-invoice-box .success-invoice-body {
    margin-top: 30px;
  }
}
.gs-success-invoice-section .success-invoice-box .success-invoice-body h4 {
  font-weight: 600;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-body p {
  font-size: 18px;
  font-weight: 400;
  padding-top: 6px;
}
.gs-success-invoice-section .success-invoice-box .order-details-area h5 {
  font-weight: 500;
  padding-bottom: 4px;
  margin-top: 32px;
}
.gs-success-invoice-section .success-invoice-box .order-details-area .name,
.gs-success-invoice-section .success-invoice-box .order-details-area .address,
.gs-success-invoice-section
  .success-invoice-box
  .order-details-area
  .contact-number,
.gs-success-invoice-section .success-invoice-box .order-details-area .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
.gs-success-invoice-section .success-invoice-box .order-details-area .name p,
.gs-success-invoice-section .success-invoice-box .order-details-area .address p,
.gs-success-invoice-section
  .success-invoice-box
  .order-details-area
  .contact-number
  p,
.gs-success-invoice-section .success-invoice-box .order-details-area .mail p {
  font-size: 16px;
  font-weight: 400;
}
.gs-success-invoice-section .success-invoice-box .payment-information p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
@media (max-width: 399.97px) {
  .gs-success-invoice-section .success-invoice-box .payment-information p {
    font-size: 14px;
  }
}
.gs-success-invoice-section .success-invoice-box .ordered-products span {
  font-weight: 500;
}
.gs-success-invoice-section .success-invoice-box .ordered-products h4 {
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
.gs-success-invoice-section .success-invoice-box .ordered-products table {
  width: 100%;
  overflow: hidden;
}
.gs-success-invoice-section .success-invoice-box .ordered-products table thead {
  background-color: #030712;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  thead
  th {
  font-size: 18px;
  font-weight: 400;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  color: #ffffff;
  border-right: none;
  border-left: none;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  thead
  th:first-child {
  padding-left: 20px;
}
.gs-success-invoice-section .success-invoice-box .ordered-products table tbody {
  /* Remove padding-left for the first td element */
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  tbody
  tr {
  border-bottom: 1px solid #c7c0bf;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  tbody
  tr:last-child {
  border-bottom: none;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  tbody
  .product-img {
  width: 200px;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  tbody
  td {
  padding-left: 40px;
  border-right: none;
  border-left: none;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  tbody
  td:first-child {
  padding-left: 0;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  tbody
  td {
  padding-top: 24px;
  padding-bottom: 24px;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  tbody
  td
  img {
  width: 200px;
  height: 200px;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  tbody
  .product-details {
  width: 500px;
}
.gs-success-invoice-section
  .success-invoice-box
  .ordered-products
  table
  tbody
  .product-details
  h6 {
  padding-bottom: 16px;
}
@media (max-width: 991.97px) {
  .gs-success-invoice-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .gs-success-invoice-section .success-invoice-box {
    padding: 40px 30px;
  }
  .gs-success-invoice-section .ordered-products h6 {
    font-size: 16px;
    padding-bottom: 4px !important;
  }
  .gs-success-invoice-section .ordered-products p {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 767.98px) {
  .gs-success-invoice-section .ordered-products table tbody td {
    padding-left: 20px !important;
  }
}
@media (max-width: 399.97px) {
  .gs-success-invoice-section {
    padding: 30px 10px;
  }
  .gs-success-invoice-section .success-invoice-box {
    padding: 30px 20px;
  }
  .gs-success-invoice-section .success-invoice-box .order-details-area .name p,
  .gs-success-invoice-section
    .success-invoice-box
    .order-details-area
    .address
    p,
  .gs-success-invoice-section
    .success-invoice-box
    .order-details-area
    .contact-number
    p,
  .gs-success-invoice-section .success-invoice-box .order-details-area .mail p {
    font-size: 14px;
  }
}

.gs-faq-section {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 991.97px) {
  .gs-faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.gs-faq-section .faq-box .hyp-accordians {
  background-color: transparent;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-button {
    background-color: #f8f7f7;
    color: #1f0300;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    margin-bottom: 10px;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-button:not(.collapsed) {
  color: #9c5736;
}
.gs-faq-section .faq-box .hyp-accordians .show {
  color: #9c5736;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-item {
  border-bottom: none;
  border-width: thin;
  margin-bottom: 5px;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-item:last-child {
  margin-bottom: 0;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-body {
    font-size: 13px;
    font-weight: 300;
    color: #4c3533;
    padding: 0 20px 5px;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9c5736;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-button:after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 25px;
    background-image: none;
    font-weight: 100;
    color: #1f0300;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(0px);
}
.gs-faq-section .faq-box .hyp-accordians
  .accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  content: "-";
  font-size: 40px;
  -webkit-transform: translate(-5px, -4px);
  -ms-transform: translate(-5px, -4px);
  transform: translate(-5px, -4px);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #9c5736;
}
@media (max-width: 1199.97px) {
  .gs-faq-section .faq-box .accordion-button {
    font-size: 20px !important;
  }
  .gs-faq-section .faq-box .accordion-body {
    font-size: 16px !important;
  }
}
@media (max-width: 991.97px) {
  .gs-faq-section .faq-box .accordion-button {
    font-size: 18px !important;
  }
  .gs-faq-section .faq-box .accordion-body {
    font-size: 14px !important;
  }
}

.gs-contact-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 991.97px) {
  .gs-contact-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.gs-contact-section h3 {
  margin-bottom: 48px;
}
@media (max-width: 575.97px) {
  .gs-contact-section h3 {
    margin-bottom: 24px;
  }
}
.gs-contact-section .contact-information .common-wrapper {
  padding: 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 24px;
  margin-bottom: 32px;
}
.gs-contact-section .contact-information .common-wrapper h5 {
  font-weight: 500;
  margin-bottom: 8px;
}
.gs-contact-section .contact-information .common-wrapper h6 {
  font-weight: 400;
}
.gs-contact-section .contact-information .common-wrapper .icon-wrapper {
  border-radius: 60px;
  width: 88px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gs-contact-section .contact-information .common-wrapper .icon-wrapper svg {
  width: 40px;
  height: 40px;
}
.gs-contact-section .contact-information .common-wrapper .details-wrapper {
  width: calc(100% - 113px);
}
.gs-contact-section .contact-information .address {
  background: rgba(9, 30, 66, 0.1);
}
.gs-contact-section .contact-information .address .address-icon {
  background-color: #351c1a;
}
.gs-contact-section .contact-information .contact-number {
  background: rgba(255, 161, 26, 0.1);
}
.gs-contact-section .contact-information .contact-number .number-icon {
  background-color: #ffa11a;
}
.gs-contact-section .contact-information .fax-number {
  background: rgba(39, 190, 105, 0.1);
}
.gs-contact-section .contact-information .fax-number .fax-icon {
  background-color: #27be69;
}
.gs-contact-section .contact-information .email-address {
  background: rgba(18, 67, 238, 0.1);
}
.gs-contact-section .contact-information .email-address .email-icon {
  background-color: #1243ee;
}
.gs-contact-section .leave-reply-section {
  padding-left: 20px;
}
.gs-contact-section .leave-reply-section h4 {
  color: black;
  margin-top: 70px;
  margin-bottom: 35px;
}
@media (max-width: 575.97px) {
  .gs-contact-section .leave-reply-section h4 {
    font-size: 26px;
  }
}
.gs-contact-section .leave-reply-section .form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .gs-contact-section .leave-reply-section .form-area .form-group {
    margin-bottom: 10px;
  }
}
.gs-contact-section .leave-reply-section .form-area .form-group .form-control {
  background-color: transparent;
  border: 1px solid #ced2d9;
  border-radius: 12px;
  color: black;
  padding: 17px 100px 17px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gs-contact-section
  .leave-reply-section
  .form-area
  .form-group
  .form-control:focus {
  border-color: none;
}
.gs-contact-section
  .leave-reply-section
  .form-area
  .form-group
  ::-webkit-input-placeholder {
  color: black;
}
.gs-contact-section
  .leave-reply-section
  .form-area
  .form-group
  :-ms-input-placeholder {
  color: black;
}
.gs-contact-section
  .leave-reply-section
  .form-area
  .form-group
  ::-ms-input-placeholder {
  color: black;
}
.gs-contact-section .leave-reply-section .form-area .form-group ::placeholder {
  color: black;
}
.gs-contact-section .leave-reply-section .form-area .form-group textarea {
  height: 274px;
  width: 100%;
}
.gs-contact-section .leave-reply-section .form-area .btn-forms {
  margin-top: 16px;
  width: 100%;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .gs-contact-section .leave-reply-section .form-area .form-row {
    gap: 0 !important;
  }
  .gs-contact-section .leave-reply-section .form-area .btn-forms {
    margin-top: 0px;
  }
}
@media (max-width: 1199.97px) {
  .gs-contact-section .contact-information .common-wrapper {
    padding: 24px 30px;
    gap: 20px;
  }
  .gs-contact-section .contact-information .common-wrapper h5 {
    font-size: 18px;
  }
  .gs-contact-section .contact-information .common-wrapper h6 {
    font-size: 16px;
  }
  .gs-contact-section .contact-information .common-wrapper .icon-wrapper {
    width: 68px;
    height: 68px;
  }
  .gs-contact-section .contact-information .common-wrapper .icon-wrapper svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991.97px) {
  .gs-contact-section .leave-reply-section {
    padding-left: 0px;
  }
}
@media (max-width: 575.97px) {
  .gs-contact-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .gs-contact-section .leave-reply-section {
    padding-bottom: 0px;
  }
}
@media (max-width: 424.99px) {
  .gs-contact-section .contact-information .common-wrapper {
    padding: 24px 5px;
    gap: 10px;
  }
}
@media (max-width: 399.97px) {
  .gs-contact-section .contact-information .common-wrapper {
    padding: 24px 5px;
    gap: 5px;
  }
  .gs-contact-section .contact-information .common-wrapper h5 {
    font-size: 16px;
  }
  .gs-contact-section .contact-information .common-wrapper h6 {
    font-size: 14px;
  }
  .gs-contact-section .contact-information .common-wrapper .details-wrapper {
    padding-top: 5px;
  }
}

.gs-reg-section .reg-area {
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #f8f7f7;
  padding: 60px 40px;
}
@media (max-width: 991.97px) {
  .gs-reg-section .reg-area {
    padding: 30px;
  }
}
.gs-reg-section .reg-area .reg-content h4 {
  margin-bottom: 22px;
}
.gs-reg-section .reg-area .form-group label {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  padding-bottom: 2px;
}
@media (max-width: 767.98px) {
  .gs-reg-section .reg-area .form-group label {
    margin-top: 12px;
  }
}
.gs-reg-section .reg-area .form-group .form-check-input:focus {
  border-color: #d9d4d4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gs-reg-section .reg-area .form-group .form-check-label {
  margin-top: 0px;
  font-weight: 400;
}
.gs-reg-section .reg-area .form-group .login-forgot a {
  color: #9c5736;
  font-weight: 400;
  text-decoration: none;
}
.gs-reg-section .reg-area .form-group .login-or {
  font-size: 18px;
  margin-top: 32px;
  font-family: "Saira", sans-serif;
}
.gs-reg-section .reg-area .form-group .login-outline {
  width: 100%;
  margin-bottom: 16px;
}
.gs-reg-section .reg-area .form-group .form-control {
  padding: 16px 10px;
}
.gs-reg-section .reg-area .form-group .form-control:focus {
  border-color: #d9d4d4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .gs-reg-section .reg-area .form-group .form-control {
    padding: 12px 10px;
  }
}
.gs-reg-section .reg-area .form-group .pass-wrapper {
  position: relative;
}
.gs-reg-section .reg-area .form-group .pass-wrapper .eye-off,
.gs-reg-section .reg-area .form-group .pass-wrapper .eye-on {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.gs-reg-section .reg-area .form-group .pass-wrapper .eye-on {
  display: none;
}
.gs-reg-section .reg-area .form-group .pass-wrapper .confirm-eye-off,
.gs-reg-section .reg-area .form-group .pass-wrapper .confirm-eye-on {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.gs-reg-section .reg-area .form-group .pass-wrapper .confirm-eye-on {
  display: none;
}
.gs-reg-section .reg-area .form-group .btn-forms {
  margin-top: 32px;
  width: 100%;
  font-weight: 400;
}
.gs-reg-section .reg-area .form-group .login-redirect {
  margin-top: 36px;
  text-align: center;
}
.gs-reg-section .reg-area .form-group .login-redirect a {
  color: #9c5736;
  font-weight: 500;
}

@media (max-width: 991.97px) {
  .gs-reg-section .reg-area {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.gs-product-type-card {
  padding: 40px;
  border-radius: 8px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.gs-product-type-card.box1 {
  border-left: 4px solid #25cd7f;
}
.gs-product-type-card.box1 .icon {
  background: #25cd7f;
}
.gs-product-type-card.box2 {
  border-left: 4px solid #ffb134;
}
.gs-product-type-card.box2 .icon {
  background: #ffb134;
}
.gs-product-type-card.box3 {
  border-left: 4px solid #da55f0;
}
.gs-product-type-card.box3 .icon {
  background: #da55f0;
}
.gs-product-type-card.box4 {
  border-left: 4px solid #0ea5e9;
}
.gs-product-type-card.box4 .icon {
  background: #0ea5e9;
}
.gs-product-type-card:hover.box1 {
  border-left: 4px solid #25cd7f;
}
.gs-product-type-card:hover.box1 .title {
  color: #25cd7f;
}
.gs-product-type-card:hover.box2 {
  border-left: 4px solid #ffb134;
}
.gs-product-type-card:hover.box2 .title {
  color: #ffb134;
}
.gs-product-type-card:hover.box3 {
  border-left: 4px solid #da55f0;
}
.gs-product-type-card:hover.box3 .title {
  color: #da55f0;
}
.gs-product-type-card:hover.box4 {
  border-left: 4px solid #0ea5e9;
}
.gs-product-type-card:hover.box4 .title {
  color: #0ea5e9;
}
.gs-product-type-card:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.gs-product-type-card .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-product-type-card .icon i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-product-type-card .title {
  text-transform: capitalize;
  color: #351c1a;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.gs-extra-basic-plan {
  border-radius: 8px;
  border: 1px solid #d9d4d4;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 24px 24px 40px 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-extra-basic-plan::after {
  content: "";
  width: 100%;
  background-color: #1f0300;
  height: 153px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-extra-basic-plan .title {
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.gs-extra-basic-plan .circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 5px solid #ffffff;
  background: #030712;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-extra-basic-plan .circle-wrapper .cr-title {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.gs-extra-basic-plan .circle-wrapper .cr-sm-title {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gs-extra-basic-plan .pricing-title {
  color: #1f0300;
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  position: relative;
  z-index: 1;
}
.gs-extra-basic-plan .list-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.gs-extra-basic-plan .list-wrapper .list {
  color: #4c3533;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gs-extra-basic-plan .template-btn.outline-btn:hover {
  background-color: #9c5736 !important;
  color: #ffffff !important;
  border: 1px solid #9c5736 !important;
}
.gs-extra-basic-plan:hover {
  border: 1px solid #9c5736;
}
.gs-extra-basic-plan:hover::after {
  background-color: #9c5736;
}
.gs-extra-basic-plan:hover .circle-wrapper {
  background: #9c5736;
}
.gs-extra-basic-plan:hover .template-btn.outline-btn {
  background-color: #9c5736;
  color: #ffffff !important;
  border: 1px solid #9c5736 !important;
}

.gs-breadcrumb-section {
  padding: 115px 0px;
  position: relative;
}
@media (max-width: 1199.97px) {
  .gs-breadcrumb-section {
    padding: 40px 0px;
  }
}
.gs-breadcrumb-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 42, 66, 0.5);
  z-index: 1;
}
.gs-breadcrumb-section .content-wrapper {
  position: relative;
  z-index: 2;
}
.gs-breadcrumb-section .breadcrumb-title {
  text-align: center;
  margin-bottom: 8px;
  color: #ffffff;
}
.gs-breadcrumb-section .bread-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.gs-breadcrumb-section .bread-menu li {
  position: relative;
}
.gs-breadcrumb-section .bread-menu li::after {
  content: "//";
  color: #ffffff;
  margin-left: 8px;
}
.gs-breadcrumb-section .bread-menu li:last-child::after {
  content: "";
  margin-left: 0px;
}
.gs-breadcrumb-section .bread-menu li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-breadcrumb-section .bread-menu li a:hover {
  color: #9c5736;
}

.gs-vendor-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.gs-vendor-breadcrumb.has-mb {
  margin-bottom: 40px;
}
@media (max-width: 991.97px) {
  .gs-vendor-breadcrumb.has-mb {
    margin-bottom: 20px;
  }
}
.gs-vendor-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gs-vendor-breadcrumb ul li::after {
  content: "/";
  color: #4c3533;
  margin-left: 8px;
}
@media (max-width: 767.98px) {
  .gs-vendor-breadcrumb ul li::after {
    margin-left: 4px;
  }
}
.gs-vendor-breadcrumb ul li:last-child::after {
  content: initial;
}
.gs-vendor-breadcrumb ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #4c3533;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
}
.gs-vendor-breadcrumb ul li a:hover {
  color: #9c5736;
}
@media (max-width: 767.98px) {
  .gs-vendor-breadcrumb ul li a {
    font-size: 16px;
  }
}
@media (max-width: 424.99px) {
  .gs-vendor-breadcrumb ul li a {
    font-size: 14px;
  }
}
.gs-vendor-breadcrumb ul li .home-icon-vendor-panel-breadcrumb {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-vendor-breadcrumb ul li .home-icon-vendor-panel-breadcrumb:hover {
  stroke: #9c5736;
}
@media (max-width: 767.98px) {
  .gs-vendor-breadcrumb ul {
    gap: 4px;
  }
}

.gs-footer-section {
  background-color: #FFFAF7;
  overflow: hidden;
}
.gs-footer-section .newslatter {
  background-color: #9c5736;
}
.gs-footer-section .newslatter.newslatter2 {
  background-color: #e9e6e6;
}
.gs-footer-section
  .newslatter.newslatter2
  .newslatter-area
  .newslatter-content
  h2 {
  color: #030712;
}
.gs-footer-section .newslatter .newslatter-area {
  margin: 40px 0;
}
.gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
  color: #ffffff;
}
.gs-footer-section .newslatter .newslatter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .gs-footer-section .newslatter .newslatter-form {
    margin-top: 0;
  }
}
.gs-footer-section .newslatter .newslatter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
}
.gs-footer-section .newslatter input {
  width: 350px;
  height: 48px;
  border-radius: 8px 0px 0px 8px;
  border: none;
  outline: none;
  padding: 0 20px;
}
.gs-footer-section
  .newslatter
  form
  input[type="email"]::-webkit-input-placeholder {
  font-size: 18px;
  color: #1f0300;
}
.gs-footer-section .newslatter form input[type="email"]:-ms-input-placeholder {
  font-size: 18px;
  color: #1f0300;
}
.gs-footer-section .newslatter form input[type="email"]::-ms-input-placeholder {
  font-size: 18px;
  color: #1f0300;
}
.gs-footer-section .newslatter form input[type="email"]::placeholder {
  font-size: 18px;
  color: #1f0300;
}
@media (max-width: 1199.97px) {
  .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
    padding-top: 10px;
  }
  .gs-footer-section
    .newslatter
    form
    input[type="email"]::-webkit-input-placeholder {
    font-size: 16px;
  }
  .gs-footer-section
    .newslatter
    form
    input[type="email"]:-ms-input-placeholder {
    font-size: 16px;
  }
  .gs-footer-section
    .newslatter
    form
    input[type="email"]::-ms-input-placeholder {
    font-size: 16px;
  }
  .gs-footer-section .newslatter form input[type="email"]::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1099.99px) {
  .gs-footer-section .newslatter input {
    width: 270px;
  }
}
@media (max-width: 991.97px) {
  .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
    padding-top: 18px;
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .gs-footer-section .newslatter .newslatter-area {
    margin: 10px 0;
  }
  .gs-footer-section .newslatter .newslatter-area .newslatter-content {
    text-align: center;
  }
  .gs-footer-section
    .newslatter
    form
    input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .gs-footer-section
    .newslatter
    form
    input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .gs-footer-section
    .newslatter
    form
    input[type="email"]::-ms-input-placeholder {
    font-size: 14px;
  }
  .gs-footer-section .newslatter form input[type="email"]::placeholder {
    font-size: 14px;
  }
  .gs-footer-section .newslatter .newslatter-form form {
    margin-top: 0px;
    margin-bottom: 17px;
  }
}
@media (max-width: 575.97px) {
  .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 399.97px) {
  .gs-footer-section .newslatter input {
    width: 200px;
  }
}
.gs-footer-section .footer-row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gs-footer-section .footer-row h5 {
    text-transform: capitalize;
    padding-bottom: 15px;
    margin: 0;
    color: #000;
    font-size: 14px;
}
@media (max-width: 1199.97px) {
  .gs-footer-section .footer-row h5 {
    padding-bottom: 24px;
  }
}
@media (max-width: 991.97px) {
  .gs-footer-section .footer-row h5 {
    padding-bottom: 10px;
  }
}
.gs-footer-section .footer-row .left-info {
  color: #ffffff;
}
.gs-footer-section .footer-row .left-info img {
  margin-bottom: 40px;
  width: 186px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1199.97px) {
  .gs-footer-section .footer-row .left-info img {
    margin-bottom: 20px;
  }
}
.gs-footer-section .footer-row .left-info a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.gs-footer-section .footer-row .left-info a:hover {
  color: #9c5736;
}
.gs-footer-section .footer-row .left-info a svg {
  margin-right: 15px;
}
.gs-footer-section .footer-row .left-info .social-links {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gs-footer-section .footer-row .left-info .social-links a {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* Use inline-flex for centering */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gs-footer-section .footer-row .left-info .social-links a i {
  color: #1f0300;
}
.gs-footer-section .footer-row .left-info .social-links a svg {
  margin: 0 !important;
}
.gs-footer-section .footer-row .left-info .social-links a .footer-icon path {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-footer-section .footer-row .left-info .social-links a:hover {
  background-color: #9c5736;
}
.gs-footer-section .footer-row .left-info .social-links a:hover i {
  color: #ffffff;
}
.gs-footer-section
  .footer-row
  .left-info
  .social-links
  a:hover
  .footer-icon
  path {
  fill: #ffffff !important;
}
.gs-footer-section .footer-row ul > li {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: sans-serif;
}
.gs-footer-section .footer-row ul > li a {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    font-family: sans-serif;
}

.gs-footer-section .footer-row ul > li a:hover {
  color: #9c5736;
}
@media (max-width: 1199.97px) {
  .gs-footer-section .footer-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991.97px) {
  .gs-footer-section .footer-row {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .gs-footer-section .footer-row h5 {
    padding-top: 10px;
  }
  .gs-footer-section .footer-row .left-info img {
    width: 150px;
  }
  .gs-footer-section .footer-row .left-info a {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .gs-footer-section .footer-row .left-info .social-links {
    margin-top: 32px;
  }
  .gs-footer-section .footer-row .left-info .social-links a {
    width: 32px;
    height: 32px;
  }
  .gs-footer-section .footer-row ul > li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .gs-footer-section .footer-row .recent-post-wrapper .recent-post img {
    width: 60px;
    height: 54px;
  }
  .gs-footer-section
    .footer-row
    .recent-post-wrapper
    .recent-post
    .recent-post-content
    h6 {
    font-size: 14px;
  }
  .gs-footer-section
    .footer-row
    .recent-post-wrapper
    .recent-post
    .recent-post-content
    .post-date {
    font-size: 12px;
  }
}
.gs-footer-section .gs-footer-bottom {
  background-color: #353535;
}
.gs-footer-section .gs-footer-bottom .footer-bottom-content {
  text-align: center;
}
.gs-footer-section .gs-footer-bottom .footer-bottom-content p {
  margin: 0 !important;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #ffffff;
}

.header-section {
  position: relative;
  z-index: 10 !important; 
}
@media (max-width: 991.97px) {
  .header-section .crete-navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.info-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #9C5736;
    overflow: visible;
}
@media (max-width: 767.98px) {
  .info-bar {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.info-bar .info-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-bar a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.info-bar a:hover {
  color: #d9d4d4;
}
.info-bar .info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .info-bar .info-left {
    display: none;
  }
}
.info-bar .info-left .wows {
  gap: 32px;
}
.info-bar .info-left .wows li {
  font-size: 16px;
  font-weight: 400;
}
.info-bar .info-left .wows .info-left-icon {
  padding-bottom: 2px;
}
.info-bar .info-right .wows {
  gap: 32px;
}
.info-bar .info-right .wows .info-bar-btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.info-bar .info-right .wows .info-bar-btn:hover {
  background-color: #619747;
}
@media (max-width: 1199.97px) {
  .info-bar .info-left .wows li {
    font-size: 14px;
  }
  .info-bar .info-right .wows {
    gap: 16px;
  }
  .info-bar .info-right .wows li {
    font-size: 14px !important;
  }
  .info-bar .info-right .info-bar-btn {
    font-size: 14px;
  }
}
@media (max-width: 991.97px) {
  .info-bar .info-right .wows {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .info-bar .info-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-bar .info-row .info-left .wows {
    gap: 16px;
  }
  .info-bar .info-row .info-left .wows li {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 619.99px) {
  .info-bar .info-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 459.99px) {
  .info-bar .info-row .info-left ul {
    display: block;
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #ffffff;
}

.dropdown-menu {
  min-width: 100%;
  text-align: center;
  z-index: 9;
  padding: 0;
  border-radius: 0;
}

.dropdown-menu > li:last-child {
  border-bottom: 2px solid #9c5736;
  /* Add your desired border properties here */
}

/* Optional: Style the dropdown items */
.dropdown-item {
  color: #333;
  height: 44px;
  padding: 9px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-bottom: 1px solid #e9e6e6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.pages_dropdown {
  padding: 13px 24px;
}

/* Optional: Hover effect on dropdown items */
.dropdown-item:hover {
  background-color: #f8f9fa;
}

/* Optional: Style the dropdown toggle button */
.dropdown-toggle {
  color: #ffffff;
  border: none;
  position: relative;
}
.dropdown-toggle::after {
  margin-left: 0.255em;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  border-radius: 2px;
}

.dropdown-toggle-black {
  color: #1f0300;
}

.menus__dropdown {
  color: #1f0300 !important;
}

.navbar-icon {
  margin-right: 10px;
}

.dropdown__item {
  color: black !important;
}

.dropdown__item:hover {
  color: #ffffff !important;
  background-color: #9c5736;
}

.dropdown-menu.show {
  left: 4px !important;
  top: 6px !important;
}

.pages-dropdown.show {
  -webkit-transform: translate3d(-43px, 30px, 0px) !important;
  transform: translate3d(-43px, 30px, 0px) !important;
}

.header-top {
    padding: 5px 0;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-top.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding: 18px 0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1199.97px) {
  .header-top.sticky {
    padding: 16px 0;
  }
}
@media (max-width: 991.97px) {
  .header-top.sticky {
    padding: 10px 0;
  }
}
.header-top .create-navbar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top .create-navbar .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    margin-left: -95px;
} 
a.header-logo-wrapper {
    position: relative;
    top: 6px;
}
.header-top .create-navbar .nav-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-top .create-navbar .nav-center .nav-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 38px;
}
.container.custom-containerr {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    padding-bottom: 20px !important;
}
.header-top .create-navbar .nav-center .nav-menus li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.header-top .create-navbar .nav-center .nav-menus li .has-submenu-icon {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-top
  .create-navbar
  .nav-center
  .nav-menus
  li
  .has-submenu-icon
  svg
  path {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#categories__sec {
    padding-top: 60px;
    padding-bottom: 30px;
}
#padding__shrt {
    padding-bottom: 0;
}
section.gs-explore-product-section.bg-white {
    padding-top: 50px;
}
#categories__sec .gs-title-box.text-center {
    position: relative;
} 
.header-top .create-navbar .nav-center .nav-menus li a {
    color: #1f0300;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: normal;
    font-weight: normal;
    font-family: sans-serif;
    font-size: 13px;
}
.header-top .create-navbar .nav-center .nav-menus li.has-megamenu {
  position: initial;
}
.header-top .create-navbar .nav-center .nav-menus li:hover .submenu,
.header-top .create-navbar .nav-center .nav-menus li:hover .megamenu {
  opacity: 1;
  visibility: visible;
  top: 95%;
  background-color: #ffffff;
}
.header-top .create-navbar .nav-center .nav-menus li.active > a {
  color: #9c5736;
}
.header-top .create-navbar .nav-center .nav-menus li.active > a::after {
  content: "";
  position: absolute;
  height: 1px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #9c5736;
}
.header-top .create-navbar .nav-center .nav-menus li > a {
  position: relative;
}
.header-top .create-navbar .nav-center .nav-menus li > a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  bottom: -5px;
}
.header-top .create-navbar .nav-center .nav-menus li > a.dropdown-item::after {
  content: initial;
}
.header-top .create-navbar .nav-center .nav-menus li:hover > a {
  color: #9c5736;
}
.header-top .create-navbar .nav-center .nav-menus li:hover > a::after {
  width: 100%;
  height: 1px;
  background-color: #9c5736;
}
.header-top .create-navbar .nav-center .nav-menus li:hover > .has-submenu-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-top
  .create-navbar
  .nav-center
  .nav-menus
  li:hover
  > .has-submenu-icon
  svg
  path {
  fill: #9c5736;
}
.header-top .create-navbar .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 17px;
}
.header-top .create-navbar .nav-right .icon-circle { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}
.header-top .create-navbar .nav-right .icon-circle svg path {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
} 
.header-top .create-navbar .nav-right .icon-circle a svg {
    width: 18px;
}
.header-top .create-navbar .nav-right button#searchIcon svg {
    width: 19px;
}
#logo_area_headder {
    padding-bottom: 0;
    position: initial;
}
#logo_area_headder .container.custom-containerr {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    padding-bottom: 20px !important;
}
@media (max-width: 1199.97px) {
  .header-top {
    padding: 16px 0;
  }
  .header-top .custom-container.container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-top .create-navbar .nav-left img {
    width: 150px;
  }
  .header-top .create-navbar .nav-center {
    display: none;
  }
  .header-top .create-navbar .nav-center .nav-menus {
    gap: 20px;
  }
  .header-top .create-navbar .nav-center .nav-menus li {
    font-size: 14px;
  }
  .header-top .create-navbar .nav-right {
    gap: 10px;
  }
  .header-top .create-navbar .nav-right .icon-circle {
    width: 40px;
    height: 40px;
  }
  .header-top .create-navbar .nav-right .icon-circle svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991.97px) {
  .header-top {
    padding: 10px 0;
  } 
  .header-top .create-navbar .nav-left img {
    margin-left: 15px;
  }
  .header-top .create-navbar .nav-right {
    gap: 10px;
  }
  .header-top .create-navbar .nav-right .icon-circle {
    width: 40px;
    height: 40px;
  }
  .header-top .create-navbar .nav-right .icon-circle svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 459.99px) {
  .header-top {
    padding: 0;
  }
  .header-top .custom-container.container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-top .create-navbar .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
  .header-top .create-navbar .nav-left svg {
    width: 22px;
    height: 22px;
  }
  .header-top .create-navbar .nav-left img {
    margin: 0 !important;
    width: 40% !important;
  }
  .header-top .create-navbar .nav-center {
    display: none;
  }
  .header-top .create-navbar .nav-right {
    gap: 0px;
  }
  .header-top .create-navbar .nav-right .icon-circle {
    width: 34px;
    height: 34px;
  }
  .header-top .create-navbar .nav-right .icon-circle svg {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 349.99px) {
  .header-top {
    padding: 10px 0;
  }
  .header-top .custom-container.container {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-top .create-navbar .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-top .create-navbar .nav-left svg {
    width: 22px;
    height: 22px;
  }
  .header-top .create-navbar .nav-left img {
    margin-left: -15px;
    width: 110px;
  }
  .header-top .create-navbar .nav-center {
    display: none;
  }
  .header-top .create-navbar .nav-right {
    gap: 4px;
  }
  .header-top .create-navbar .nav-right .icon-circle {
    width: 30px;
    height: 30px;
  }
  .header-top .create-navbar .nav-right .icon-circle svg {
    width: 15px;
    height: 15px;
  }
}

.megamenu {
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  padding: 30px;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.megamenu .single-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.megamenu .single-menu:last-child {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.megamenu .single-menu h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.megamenu .single-menu h5 a {
    font-weight: bold !important;
    font-size: 14px !important;
}
.megamenu .single-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.megamenu .single-menu ul li {
  margin: 0;
  padding: 0;
  line-height: 22px;
  position: relative;
}
.megamenu .single-menu ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 2px;
  background: var(--blue-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.megamenu .single-menu ul li a {
  color: var(--text-color);
  text-transform: capitalize !important;
  font-size: 16px;
  font-weight: 400;
}
.megamenu .single-menu ul li:hover::after {
  opacity: 1;
  width: 20px;
  visibility: visible;
}
.megamenu .single-menu ul li:hover a {
  color: var(--blue-color);
}
.megamenu .single-menu .banner-1 {
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  padding: 25px;
  background-size: 100%;
  background-position: center;
  transition: all 0.3s;
  position: relative;
}
.megamenu .single-menu .banner-1 .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
  -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
  transition: all 4s cubic-bezier(0, 0, 0.1, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 100%;
  height: 100%;
}
.megamenu .single-menu .banner-1:hover .banner-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.megamenu .single-menu .banner-1 .inner-box {
  width: 220px;
  position: relative;
  z-index: 20;
}
.megamenu .single-menu .banner-1 .tag-line {
  color: var(--light-red-color);
}
.megamenu .single-menu .banner-1 .title {
  color: var(--dark-color);
  font-size: 32px;
  font-weight: 600;
}
.megamenu .single-menu .banner-1 .badge-title {
  display: block;
  color: var(--white-color);
}
.megamenu .single-menu .banner-1 .tag-line,
.megamenu .single-menu .banner-1 .badge-title {
  font-weight: 500;
  font-size: 14px;
}
.megamenu .single-menu .banner-1 .badge-title {
  text-align: center;
  padding: 5px 8px;
  display: block;
  text-transform: uppercase;
}
.megamenu .single-menu .banner-1 .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.megamenu .single-menu .banner-1 .price-wrapper .current-price {
  font-weight: 500;
  font-size: 24px;
  color: var(--yellow-color);
  display: inline-block;
  margin-right: 10px;
}
.megamenu .single-menu .banner-1 .price-wrapper .old-price {
  font-weight: 500;
  font-size: 16;
  color: var(--white-color);
}
.megamenu .single-menu .banner-1 .btn {
  font-size: 14px;
  padding: 8px 13px;
}
.menu__listing {
    margin-bottom: 50px;
}
.megamenu.cat-megamenu {
    max-width: 1236px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 40px;
    height: 450px;
    overflow-y: scroll; 
    z-index: 11;
}
.megamenu.cat-megamenu .single-menu {
    overflow: hidden;
    margin: 10px 0;
}
.megamenu.cat-megamenu .single-menu .banner-1 {
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  padding: 25px;
  background-size: 100%;
  height: 100%;
  background-position: center;
  transition: all 0.3s;
  position: relative;
}
.megamenu.cat-megamenu .single-menu .banner-1 .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
  -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
  transition: all 4s cubic-bezier(0, 0, 0.1, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 100%;
  height: 100%;
}
.megamenu.cat-megamenu .single-menu .banner-1:hover .banner-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.megamenu.cat-megamenu .single-menu .banner-1 .inner-box {
  text-align: center;
  position: relative;
  z-index: 20;
  width: 260px;
  margin: 30px auto auto auto;
}
.megamenu.cat-megamenu .single-menu .banner-1 .tag-line {
  color: var(--dark-color);
}
.megamenu.cat-megamenu .single-menu .banner-1 .title {
  color: var(--dark-color);
  font-size: 32px;
  font-weight: 600;
}
.megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
  display: block;
  color: var(--white-color);
}
.megamenu.cat-megamenu .single-menu .banner-1 .tag-line,
.megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
  font-weight: 500;
  font-size: 14px;
}
.megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
  text-align: center;
  padding: 5px 8px;
  display: block;
  text-transform: uppercase;
}
.megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper .current-price {
  font-weight: 500;
  font-size: 24px;
  color: var(--yellow-color);
  display: inline-block;
  margin-right: 10px;
}
.megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper .old-price {
  font-weight: 500;
  font-size: 16;
  color: var(--white-color);
}
.megamenu.cat-megamenu .single-menu .banner-1 .btn {
  font-size: 14px;
  padding: 8px 13px;
}

.has-submenu:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 130%;
}

.has-submenu .dropdown-menu {
  display: block;
  top: 170%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.has-submenu .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 1px solid #9c5736;
}
.has-submenu .dropdown-menu li .dropdown-item {
  border-bottom: 1px solid #e9e6e6;
}

.search-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background-color: #ffffff;
}
.search-bar.show {
  display: block;
}
.search-bar .search-form {
  margin: 56px 120px;
}
.search-bar .search-form .input__group {
  border-radius: 0px 8px 8px 0px;
  position: relative;
}
.search-bar .search-form .input-group-prepend,
.search-bar .search-form .input-group-append {
  position: relative;
}
.search-bar .search-form .form__control {
  height: 60px;
  background-color: #f8f7f7;
  border-color: #f8f7f7;
}
.search-bar .search-form .form__control:focus {
  color: none;
  background-color: none;
  border-color: #f8f7f7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-bar .search-form .search-category-dropdown {
  height: 60px;
  border-radius: 0;
  width: 280px;
  background-color: #f8f7f7;
  color: #1f0300;
}
.search-bar .search-form .search-category-dropdown:hover {
  color: #9c5736;
}
.search-bar .search-form .search-separator {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #9a8e8c;
  width: 1px;
  height: 36px;
  z-index: 9;
}
.search-bar .search-form .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 60px !important;
  z-index: 1000;
  min-width: 70%;
}
.search-bar .search-form .search-icn {
  width: 72px;
  height: 60px;
  border-radius: 0;
  border-radius: 0px 8px 8px 0px;
  background-color: #9c5736;
  border-color: #9c5736;
}
@media (max-width: 991.97px) {
  .search-bar .search-form {
    margin: 40px 80px;
  }
  .search-bar .search-form .search-category-dropdown {
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  .search-bar .search-form {
    margin: 30px 20px;
  }
}
@media (max-width: 575.97px) {
  .search-bar .search-form {
    margin: 30px 20px;
  }
  .search-bar .search-form .search-category-dropdown {
    width: 130px;
    height: 50px;
  }
  .search-bar .search-form .form__control {
    height: 50px;
  }
  .search-bar .search-form .search-icn {
    width: 60px;
    height: 50px;
  }
  .search-bar .search-form .search-separator {
    height: 30px;
    top: 10px;
  }
}
@media (max-width: 399.97px) {
  .search-bar .search-form {
    margin: 30px 10px;
  }
  .search-bar .search-form .search-category-dropdown {
    font-size: 14px;
    width: 120px;
  }
  .search-bar .search-form .form__control {
    height: 50px;
    font-size: 14px;
  }
  .search-bar .search-form .search-icn {
    width: 60px;
    height: 50px;
  }
  .search-bar .search-form .search-separator {
    height: 30px;
    top: 10px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(3, 7, 18, 0.5);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}  

/************************ mobile menu start ****************/
.mobile-menu {
  width: 290px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -300px;
  background-color: #ffffff;
  z-index: 60;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow-y: scroll;
}
.mobile-menu .mobile-menu-top {
  width: 100%;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #9c5736;
}
.mobile-menu .close:hover {
  color: #800b00;
}
.mobile-menu .tab-content .tab-pane {
  padding: 24px 12px;
}
.mobile-menu .tab-content .tab-pane .product-cat-widget {
  padding-top: 0px;
}
.mobile-menu .tab-content .tab-pane ul li {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 12px;
}
.mobile-menu .tab-content .tab-pane ul li a {
  color: #1f0300;
  text-transform: capitalize;
}
.mobile-menu .tab-content .tab-pane .gs-dashboard-user-sidebar-wrapper li {
  margin-bottom: 0;
}
.mobile-menu .tab-content .tab-pane .gs-dashboard-user-sidebar-wrapper li svg {
  width: 16px;
  height: 16px;
}
.mobile-menu
  .tab-content
  .tab-pane
  .gs-dashboard-user-sidebar-wrapper
  li
  a
  span {
  font-size: 14px;
}
.mobile-menu
  .tab-content
  .tab-pane
  .gs-dashboard-user-sidebar-wrapper
  li.active
  a,
.mobile-menu
  .tab-content
  .tab-pane
  .gs-dashboard-user-sidebar-wrapper
  li:hover
  a {
  color: #ffffff;
}
.mobile-menu .mobile-nav-menu {
  margin-top: 32px;
}
.mobile-menu .mobile-nav-menu li {
  display: block;
}
.mobile-menu .mobile-nav-menu li + li {
  border-top: 1px solid #9c5736;
}
.mobile-menu .mobile-nav-menu li a {
  display: block;
  color: #9a8e8c;
  padding: 10px 0;
  font-weight: 600;
}
.mobile-menu .mobile-nav-menu li a:hover {
  color: #9c5736;
}
.mobile-menu .mobile-nav-menu li.has-submenu {
  position: relative;
}
.mobile-menu .mobile-nav-menu li.has-submenu > i {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 8px;
}
.mobile-menu .mobile-nav-menu li.has-submenu > i.icon-rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper {
  padding-left: 15px;
  display: none;
}
.mobile-menu .mobile-search input {
  width: 100%;
}
.mobile-menu .mobile-search button span {
  padding: 0;
  width: 50px;
  height: 50px;
}
@media (max-width: 1199.97px) {
  .mobile-menu.active {
    left: 0;
  }
}
.mobile-menu .info-right {
  margin-top: 20px;
  display: none;
}
@media (max-width: 619.99px) {
  .mobile-menu .info-right {
    display: block;
  }
  .mobile-menu .info-right ul > li {
    padding-right: 10px;
  }
}

.nav.flex-column .collapse-item ul {
  margin-left: 20px;
  /* Adjust this value as needed */
}

.collapse-item ul {
  margin-left: 20px;
}
.collapse-item ul li {
  font-weight: 400 !important;
}
.collapse-item ul li a {
  font-weight: 400 !important;
}

/* Plus and Minus Icons */
.collapse-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  /* Plus icon */
  float: right;
  margin-right: 5px;
}

.collapse-icon.collapsed::before {
  content: "\f068";
  /* Minus icon */
}

/* Toggle icon when nav-link is collapsed or expanded */
.nav-link[aria-expanded="true"] .collapse-icon::before {
  content: "\f068";
  /* Minus icon */
  color: #9c5736;
}

.nav-link[aria-expanded="false"] .collapse-icon::before {
  content: "\f067";
  /* Plus icon */
  color: #9c5736;
}

.collapse-item.collapse .collapse-icon::before {
  content: "\f068";
  /* Minus icon */
  color: #9c5736;
}

.collapse-item ul li:first-child {
  margin-top: 10px;
}

.collapse-item ul li a.nav-link:hover {
  color: #9c5736 !important;
}

.collapse-item ul li a.nav-link {
  font-weight: 400;
  /* Set font weight to 400 */
}

.nav__link:hover {
  color: #9c5736 !important;
}

.language-dropdown > .dropdown {
  /* Optional: Style the dropdown items */
  /* Optional: Hover effect on dropdown items */
}
.language-dropdown > .dropdown .dropdown-toggle {
  color: #1f0300;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.language-dropdown > .dropdown .dropdown-toggle:hover {
  color: #9c5736;
}
.language-dropdown > .dropdown .dropdown-menu {
  min-width: 100%;
  text-align: center;
  z-index: 9;
  padding: 0;
  border-radius: 0;
  overflow-y: auto;
}
.language-dropdown > .dropdown .dropdown-item {
  color: #333;
  height: 44px;
  padding: 9px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-bottom: 1px solid #e9e6e6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.language-dropdown > .dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
}

.user-dashboard-sidebar {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1199.97px) {
  .user-dashboard-sidebar {
    position: fixed;
    top: 0;
    z-index: 10;
    left: -300px;
    width: 300px;
  }
  .user-dashboard-sidebar.active {
    left: 0;
  }
}

.gs-user-panel-review {
  background-color: #f8f7f7;
  overflow: hidden;
}

.gs-dashboard-user-sidebar-wrapper {
  width: 312px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 48px 24px 48px 24px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.gs-dashboard-user-sidebar-wrapper li.active a,
.gs-dashboard-user-sidebar-wrapper li:hover a {
  background: #9c5736;
  color: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper li.active a svg.has-fill path,
.gs-dashboard-user-sidebar-wrapper li:hover a svg.has-fill path {
  fill: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper li.active a svg.has-stroke path,
.gs-dashboard-user-sidebar-wrapper li:hover a svg.has-stroke path {
  stroke: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper li.has-sub-menu a .angle-down {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-dashboard-user-sidebar-wrapper li.has-sub-menu a:not(.collapsed) {
  background: #9c5736;
  color: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper
  li.has-sub-menu
  a:not(.collapsed)
  svg.has-fill
  path {
  fill: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper
  li.has-sub-menu
  a:not(.collapsed)
  svg.has-stroke
  path {
  stroke: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper
  li.has-sub-menu
  a:not(.collapsed)
  .angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gs-dashboard-user-sidebar-wrapper li.has-sub-menu .sidebar-sub-menu {
  margin-left: 40px;
}
.gs-dashboard-user-sidebar-wrapper
  li.has-sub-menu
  .sidebar-sub-menu
  .sidebar-sub-menu-item {
  padding: 13px 32px;
  color: #796866;
  border-left: 1px solid #796866;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #ffffff;
  border-radius: 0;
}
.gs-dashboard-user-sidebar-wrapper
  li.has-sub-menu
  .sidebar-sub-menu
  .sidebar-sub-menu-item:hover,
.gs-dashboard-user-sidebar-wrapper
  li.has-sub-menu
  .sidebar-sub-menu
  .sidebar-sub-menu-item.active {
  border-color: #9c5736;
  color: #9c5736;
}
.gs-dashboard-user-sidebar-wrapper li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  border-radius: 6px;
  background: #ffffff;
  color: #1f0300;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-dashboard-user-sidebar-wrapper li a svg.has-fill path {
  fill: #1f0300;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-dashboard-user-sidebar-wrapper li a svg.has-stroke path {
  stroke: #1f0300;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-dashboard-user-sidebar-wrapper li a span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1199.97px) {
  .gs-dashboard-user-sidebar-wrapper li a {
    padding: 10px 15px;
    gap: 8px;
  }
}
@media (max-width: 1399.97px) {
  .gs-dashboard-user-sidebar-wrapper {
    width: 288px;
  }
}
@media (max-width: 1199.97px) {
  .gs-dashboard-user-sidebar-wrapper {
    width: 100%;
    padding: 24px 12px 24px 12px;
  }
}

.gs-dashboard-user-content-wrapper .ud-page-title-box,
.gs-vendor-order-invoice .ud-page-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}
@media (max-width: 991.97px) {
  .gs-dashboard-user-content-wrapper .ud-page-title-box,
  .gs-vendor-order-invoice .ud-page-title-box {
    margin-bottom: 14px;
  }
}

.gs-dashboard-user-content-wrapper .gs-single-statatics,
.gs-vendor-order-invoice .gs-single-statatics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics h5,
.gs-dashboard-user-content-wrapper .gs-single-statatics p,
.gs-vendor-order-invoice .gs-single-statatics h5,
.gs-vendor-order-invoice .gs-single-statatics p {
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics.first-child,
.gs-vendor-order-invoice .gs-single-statatics.first-child {
  background: #eff0ff;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics.second-child,
.gs-vendor-order-invoice .gs-single-statatics.second-child {
  background: #e9f9f6;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics.third-child,
.gs-vendor-order-invoice .gs-single-statatics.third-child {
  background: #fff7eb;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics.fourth-child,
.gs-vendor-order-invoice .gs-single-statatics.fourth-child {
  background: #e5f9ff;
}

.gs-dashboard-user-content-wrapper .recent-orders-table,
.gs-vendor-order-invoice .recent-orders-table {
  margin-top: 48px;
}
@media (max-width: 991.97px) {
  .gs-dashboard-user-content-wrapper .recent-orders-table,
  .gs-vendor-order-invoice .recent-orders-table {
    margin-top: 24px;
  }
}

.gs-dashboard-user-content-wrapper .acc-info-wrapper,
.gs-vendor-order-invoice .acc-info-wrapper {
  margin-top: 48px;
  background-color: #f8f7f7;
  padding: 24px 24px 8px 24px;
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper h4,
.gs-vendor-order-invoice .acc-info-wrapper h4 {
  margin-bottom: 24px;
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper,
.gs-vendor-order-invoice .acc-info-wrapper .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper,
  .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul,
.gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul li,
.gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul li {
  color: #4c3533;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul li span,
.gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul li span {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul li,
  .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul li {
    font-size: 16px;
  }
}

.gs-dashboard-user-content-wrapper .gs-checkout-wrapper,
.gs-vendor-order-invoice .gs-checkout-wrapper {
  padding: 0;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.gs-dashboard-user-content-wrapper .gs-checkout-wrapper .checkout-step-wrapper,
.gs-vendor-order-invoice .gs-checkout-wrapper .checkout-step-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 991.97px) {
  .gs-dashboard-user-content-wrapper
    .gs-checkout-wrapper
    .checkout-step-wrapper,
  .gs-vendor-order-invoice .gs-checkout-wrapper .checkout-step-wrapper {
    margin-bottom: 30px;
  }
}

.gs-dashboard-user-content-wrapper .user-purchase-title-wrapper,
.gs-vendor-order-invoice .user-purchase-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .gs-dashboard-user-content-wrapper .user-purchase-title-wrapper,
  .gs-vendor-order-invoice .user-purchase-title-wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 399.97px) {
  .gs-dashboard-user-content-wrapper .user-purchase-title-wrapper h4,
  .gs-vendor-order-invoice .user-purchase-title-wrapper h4 {
    font-size: 20px;
  }
}

.gs-dashboard-user-content-wrapper .purchase-address-wrapper,
.gs-vendor-order-invoice .purchase-address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 60px;
}
.gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item,
.gs-vendor-order-invoice .purchase-address-wrapper .address-item {
  width: calc(50% - 32px);
}
.gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item h5,
.gs-vendor-order-invoice .purchase-address-wrapper .address-item h5 {
  margin-bottom: 16px;
}
.gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item ul,
.gs-vendor-order-invoice .purchase-address-wrapper .address-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.gs-dashboard-user-content-wrapper
  .purchase-address-wrapper
  .address-item
  ul
  li
  span,
.gs-vendor-order-invoice .purchase-address-wrapper .address-item ul li span {
  font-weight: 600;
}
.gs-dashboard-user-content-wrapper
  .purchase-address-wrapper
  .address-item
  ul
  li
  .pay-status,
.gs-vendor-order-invoice
  .purchase-address-wrapper
  .address-item
  ul
  li
  .pay-status {
  color: #f2415a;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .gs-dashboard-user-content-wrapper .purchase-address-wrapper,
  .gs-vendor-order-invoice .purchase-address-wrapper {
    margin-bottom: 30px;
  }
  .gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item,
  .gs-vendor-order-invoice .purchase-address-wrapper .address-item {
    width: 100%;
    /* Two items per row */
  }
  .gs-dashboard-user-content-wrapper
    .purchase-address-wrapper
    .address-item
    ul
    li,
  .gs-vendor-order-invoice .purchase-address-wrapper .address-item ul li {
    font-size: 14px;
  }
  .gs-dashboard-user-content-wrapper
    .purchase-address-wrapper
    .address-item
    ul
    li
    svg,
  .gs-vendor-order-invoice .purchase-address-wrapper .address-item ul li svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767.98px) {
  .gs-dashboard-user-content-wrapper .order-products-header,
  .gs-vendor-order-invoice .order-products-header {
    margin-bottom: 10px;
  }
}

.gs-dashboard-user-content-wrapper .table tr th,
.gs-vendor-order-invoice .table tr th {
  color: #ffffff;
  font-size: 18px;
  font-weight: 00;
  padding: 16px;
}

.gs-dashboard-user-content-wrapper .table tr td,
.gs-vendor-order-invoice .table tr td {
  padding: 16px;
}
.gs-dashboard-user-content-wrapper .table tr td .td-title,
.gs-vendor-order-invoice .table tr td .td-title {
  font-weight: 500;
  line-height: 130%;
  font-size: 20px;
}
.gs-dashboard-user-content-wrapper .table tr td ul li,
.gs-vendor-order-invoice .table tr td ul li {
  font-size: 16px;
}
.gs-dashboard-user-content-wrapper .table tr td ul li span,
.gs-vendor-order-invoice .table tr td ul li span {
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .gs-dashboard-user-content-wrapper .table tr th,
  .gs-vendor-order-invoice .table tr th {
    font-size: 14px;
    padding: 12px;
  }
  .gs-dashboard-user-content-wrapper .table tr td,
  .gs-vendor-order-invoice .table tr td {
    padding: 12px;
  }
  .gs-dashboard-user-content-wrapper .table tr td .td-title,
  .gs-vendor-order-invoice .table tr td .td-title {
    font-size: 16px;
  }
  .gs-dashboard-user-content-wrapper .table tr td ul li,
  .gs-vendor-order-invoice .table tr td ul li {
    font-size: 14px;
  }
}

.back-btn {
  background-color: #e9e6e6;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Horizontal centering */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #351c1a;
}
.back-btn:hover {
  background-color: #9c5736;
  color: #ffffff;
}

.gs-deposit-title {
  margin-left: 40px;
}
.gs-deposit-title h3 {
  margin-left: 16px;
}

.deposit-area {
  background-color: #ffffff;
  max-width: 610px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c7c0bf;
  border-radius: 12px;
  padding: 40px;
}
.deposit-area .deposit-area-title {
  background-color: #f8f7f7;
  margin-bottom: 8px;
}
.deposit-area .deposit-area-title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 29px 85px;
}
.deposit-area .form-group label {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1f0300;
}
@media (max-width: 767.98px) {
  .deposit-area .form-group label {
    font-size: 14px;
  }
}
.deposit-area .form-group .form-control {
  width: 100%;
  padding: 19px 24px;
  color: #796866;
}
.deposit-area .form-group .form-control:focus {
  border-color: #b7aead;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.deposit-area .form-group .form-control::-webkit-input-placeholder {
  color: #796866;
}
.deposit-area .form-group .form-control:-ms-input-placeholder {
  color: #796866;
}
.deposit-area .form-group .form-control::-ms-input-placeholder {
  color: #796866;
}
.deposit-area .form-group .form-control::placeholder {
  color: #796866;
}
@media (max-width: 767.98px) {
  .deposit-area .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .deposit-area .form-group .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .deposit-area .form-group .form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .deposit-area .form-group .form-control::placeholder {
    font-size: 14px;
  }
}
.deposit-area .form-group .form-control:disabled {
  background-color: #f8f7f7;
}
.deposit-area .form-group .form-control .current {
  padding-top: 19px;
  padding-left: 19px;
}
@media (max-width: 767.98px) {
  .deposit-area .form-group .form-control .current {
    font-size: 14px;
    padding-left: 0px;
    padding-top: 3px;
  }
}
@media (max-width: 767.98px) {
  .deposit-area .form-group .form-control {
    padding: 19px 12px;
  }
}
.deposit-area .form-group .form__control {
  padding: 0px;
  height: 65px;
  border: 1px solid #e9e6e6 !important;
}
.deposit-area .form-group .btn-forms {
  margin-top: 32px;
  width: 100%;
}
.deposit-area .form-group .multi-btn {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767.98px) {
  .deposit-area .form-group .nice-select::after {
    right: 20px;
    width: 10px;
  }
}
.deposit-area .form-group .dropdown-container {
  position: relative;
}
.deposit-area .form-group .payment_method {
  font-size: 16px;
  color: #796866;
}
.deposit-area .form-group .payment_method option {
  font-size: 16px;
  color: #796866;
}
.deposit-area .form-group .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.deposit-area .form-group .input-with-addon {
  position: relative;
}
.deposit-area .form-group .currency-addon {
  font-size: 16px;
  position: absolute;
  top: 21px;
  right: 24px;
  color: #555;
}
.deposit-area .form-group .withdraw-fee {
  font-size: 18px;
  color: #1f0300;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .deposit-area .form-group .withdraw-fee {
    font-size: 14px;
  }
}
.deposit-area.vendor-deposit-area {
  max-width: 752px;
  width: 100%;
}
.deposit-area.vendor-deposit-area,
.deposit-area.vendor-reset-password-area {
  margin-top: 60px;
}
@media (max-width: 991.97px) {
  .deposit-area.vendor-deposit-area,
  .deposit-area.vendor-reset-password-area {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .gs-deposit-title {
    margin-top: 20px;
  }
  .deposit-area {
    padding: 20px;
    margin-top: 20px;
  }
  .deposit-area .deposit-area-title h4 {
    padding: 15px 20px;
  }
  .deposit-area .form-group label {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .deposit-area .form-group .form-control {
    padding: 6px 12px;
  }
}

@media (max-width: 767.98px) {
  .deposit-area .form-group .form__control {
    height: 39px;
  }
  .deposit-area .form-group .currency-addon {
    top: 8px;
  }
}

.gs-order-track-section .gs-order-track-title p {
  margin-top: 12px;
  font-size: 18px;
}

.gs-order-track-section .order-track-area {
  border: 1px solid #e9e6e6;
  padding: 40px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.gs-order-track-section .order-track-area .order-track-title {
  background-color: #f8f7f7;
  margin-bottom: 8px;
}
.gs-order-track-section .order-track-area .order-track-title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 50px;
  text-align: center;
}
.gs-order-track-section .order-track-area .form-group label {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1f0300;
}
@media (max-width: 767.98px) {
  .gs-order-track-section .order-track-area .form-group label {
    font-size: 14px;
  }
}
.gs-order-track-section .order-track-area .form-group .form-control {
  width: 100%;
  padding: 19px 24px;
  color: #796866;
}
.gs-order-track-section .order-track-area .form-group .form-control:focus {
  border-color: #b7aead;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gs-order-track-section
  .order-track-area
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #796866;
}
.gs-order-track-section
  .order-track-area
  .form-group
  .form-control:-ms-input-placeholder {
  color: #796866;
}
.gs-order-track-section
  .order-track-area
  .form-group
  .form-control::-ms-input-placeholder {
  color: #796866;
}
.gs-order-track-section
  .order-track-area
  .form-group
  .form-control::placeholder {
  color: #796866;
}
@media (max-width: 767.98px) {
  .gs-order-track-section
    .order-track-area
    .form-group
    .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .gs-order-track-section
    .order-track-area
    .form-group
    .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .gs-order-track-section
    .order-track-area
    .form-group
    .form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .gs-order-track-section
    .order-track-area
    .form-group
    .form-control::placeholder {
    font-size: 14px;
  }
}
.gs-order-track-section .order-track-area .form-group .form-control:disabled {
  background-color: #f8f7f7;
}
@media (max-width: 767.98px) {
  .gs-order-track-section .order-track-area .form-group .form-control {
    padding: 19px 12px;
  }
}
.gs-order-track-section .order-track-area .form-group .btn-width {
  width: 100%;
}
.gs-order-track-section .order-track-area .form-group .btn-forms {
  margin-top: 32px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .gs-order-track-section .gs-order-track-title p {
    font-size: 14px;
  }
  .gs-order-track-section .order-track-area {
    padding: 20px;
    margin-top: 20px;
  }
  .gs-order-track-section .order-track-area .order-track-title h4 {
    padding: 29px 20px;
    font-size: 20px;
  }
  .gs-order-track-section .order-track-area .form-group label {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .gs-order-track-section .order-track-area .form-group .form-control {
    padding: 12px 12px;
  }
}

@media (max-width: 767.98px) {
  .gs-order-track-section .order-track-area .form-group .btn-forms {
    margin-top: 16px;
  }
}

.gs-edit-profile-section .edit-profile-area {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.gs-edit-profile-section .edit-profile-area .edit-profile-title {
  background-color: #f8f7f7;
  margin-bottom: 8px;
}
.gs-edit-profile-section .edit-profile-area .edit-profile-title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 29px 85px;
}
@media (max-width: 575.97px) {
  .gs-edit-profile-section .edit-profile-area .multi-form-wrapper {
    gap: 0 !important;
  }
}
.gs-edit-profile-section .edit-profile-area .single-form-wrapper {
  width: 100% !important;
}
.gs-edit-profile-section .edit-profile-area .pro-btn-forms {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991.97px) {
  .gs-edit-profile-section .edit-profile-area .pro-btn-forms {
    width: 50%;
    margin-top: 16px;
    padding: 0;
  }
}
.gs-edit-profile-section .edit-profile-area .btn-forms {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991.97px) {
  .gs-edit-profile-section .edit-profile-area .btn-forms {
    margin-top: 16px;
  }
}
.gs-edit-profile-section .edit-profile-area .profile-img {
  margin-top: 20px;
}
.gs-edit-profile-section .edit-profile-area .profile-img img {
  width: 100%;
}
@media (max-width: 991.97px) {
  .gs-edit-profile-section .edit-profile-area .profile-img img {
    width: 50%;
  }
}

.gs-dashboard-outlet {
  width: calc(100% - 312px);
  overflow: hidden;
  padding: 48px 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  padding-bottom: 120px;
}
@media (max-width: 1399.97px) {
  .gs-dashboard-outlet {
    width: calc(100% - 288px);
  }
}
@media (max-width: 1199.97px) {
  .gs-dashboard-outlet {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .gs-dashboard-outlet {
    padding: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.user-table {
  width: 100%;
}
.user-table table {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.user-table .view-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-table .view-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #030712;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.user-table .view-btn:hover {
  background-color: #745d5d;
}
.user-table .view-btn.delete-btn {
  background-color: #f2415a;
}
.user-table .view-btn.delete-btn:hover {
  background-color: #619747;
}
.user-table .view-btn.edit-btn {
  background-color: #147fff;
}
.user-table .view-btn.edit-btn:hover {
  background-color: #0061d4;
}
.user-table th {
  background-color: #f8f7f7;
  text-align: center;
  padding: 20px 16px;
}
.user-table th .header-title {
  color: #9c5736;
}
.user-table th.customer-name {
  min-width: 244px;
}
.user-table th.product-name {
  min-width: 392px;
}
.user-table th.affiliate-bonus {
  min-width: 290px;
}
.user-table td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 16px;
}
.user-table td.product-name,
.user-table td .product-name {
  max-width: 360px;
}
.user-table td.address,
.user-table td .address {
  max-width: 280px;
}
.user-table td.message,
.user-table td .message {
  max-width: 374px;
}
.user-table td.subject,
.user-table td .subject {
  max-width: 227px;
}
.user-table td.actions,
.user-table td .actions {
  max-width: 118px;
}
.user-table td.actions .actions-btns-wrapper,
.user-table td .actions .actions-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.user-table td.actions .actions-btns-wrapper .template-btn.md-btn,
.user-table td .actions .actions-btns-wrapper .template-btn.md-btn {
  padding: 8px 16px;
}
.user-table td .table-img {
  max-width: 80px;
  max-height: 80px;
}
.user-table td .table-icon-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .user-table th {
    font-size: 14px;
    background-color: #f8f7f7;
    text-align: center;
    padding: 10px 8px;
  }
  .user-table th .header-title {
    color: #9c5736;
  }
  .user-table th.customer-name {
    min-width: 180px !important;
  }
  .user-table th.product-name {
    min-width: 300px;
  }
  .user-table th.affiliate-bonus {
    min-width: 200px;
  }
  .user-table td {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
  }
  .user-table td img {
    position: relative;
    z-index: 0;
  }
  .user-table td.product-name,
  .user-table td .product-name {
    max-width: 360px;
  }
  .user-table td.address,
  .user-table td .address {
    max-width: 280px;
  }
  .user-table td.message,
  .user-table td .message {
    max-width: 374px;
  }
  .user-table td.subject,
  .user-table td .subject {
    max-width: 227px;
  }
  .user-table td.actions,
  .user-table td .actions {
    max-width: 118px;
  }
  .user-table td.actions .actions-btns-wrapper,
  .user-table td .actions .actions-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .user-table td.actions .actions-btns-wrapper .template-btn.md-btn,
  .user-table td .actions .actions-btns-wrapper .template-btn.md-btn {
    padding: 8px 16px;
  }
}

.table-title {
  margin-bottom: 28px;
}
@media (max-width: 991.97px) {
  .table-title {
    margin-bottom: 14px;
  }
}

table.gs-data-table thead tr th {
  border-bottom: 0;
  padding: 19px 16px;
  background-color: #f8f7f7;
  color: #9c5736;
  font-family: Saira;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

table.gs-data-table tbody tr td {
  padding: 24px 16px;
  color: #351c1a;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 767.98px) {
  table.gs-data-table tbody tr td {
    padding: 12px 8px;
  }
}

@media (max-width: 767.98px) {
  table.gs-data-table thead tr th {
    padding: 10px 16px !important;
    font-size: 14px;
  }
  table.gs-data-table tbody tr td {
    font-size: 14px;
  }
}

table tr {
  border-top: 1px solid #e6e8ec;
  border-bottom: 1px solid #e6e8ec;
}

table td,
table th {
  border-right: 1px solid #e6e8ec;
  border-left: 1px solid #e6e8ec;
}

.dt-layout-row {
  margin-bottom: 28px;
}
.dt-layout-row label {
  margin-left: 9px;
  color: #1f0300;
  font-family: Saira;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
}

.dt-layout-table {
  overflow-x: scroll;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 0;
}

div.dt-container {
  z-index: 1;
}
div.dt-container .dt-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
}
div.dt-container .dt-paging .dt-paging-button {
  width: 49px;
  height: 48px;
  padding: 11px 9px;
  border-radius: 2px;
  border: 1px solid var(--neutral-500, #978d8f);
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Saira;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  background: #9c5736;
  color: #ffffff !important;
}
div.dt-container .dt-paging .dt-paging-button.current {
  border: 0;
  background: #9c5736;
  color: #ffffff !important;
}
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #9c5736;
  color: #ffffff !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled {
  background-color: #e9e6e6;
}
div.dt-container .dt-paging .dt-paging-button.disabled:hover {
  background-color: #e9e6e6;
}
div.dt-container .dt-paging .dt-paging-button.previous,
div.dt-container .dt-paging .dt-paging-button.next,
div.dt-container .dt-paging .dt-paging-button.first,
div.dt-container .dt-paging .dt-paging-button.last {
  font-size: 32px;
}
@media (max-width: 767.98px) {
  div.dt-container .dt-paging {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  div.dt-container .dt-paging .dt-paging-button {
    width: 40px;
    height: 40px;
    padding: 8px 6px;
    font-size: 16px;
  }
  div.dt-container .dt-paging .dt-paging-button.previous,
  div.dt-container .dt-paging .dt-paging-button.next,
  div.dt-container .dt-paging .dt-paging-button.first,
  div.dt-container .dt-paging .dt-paging-button.last {
    font-size: 20px;
  }
}

.dt-search {
  display: inline-block;
  position: relative;
  right: 250px;
}
@media (max-width: 991.97px) {
  .dt-search {
    right: 0;
  }
}

.data-table-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: absolute;
  top: 0;
}
@media (max-width: 991.97px) {
  .data-table-btn-wrapper {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .data-table-btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.data-table-btn {
  width: 230px;
  height: 37px;
  position: relative;
  bottom: -5px;
  z-index: 2;
}
@media (max-width: 991.97px) {
  .data-table-btn {
    bottom: 0;
    width: 214px;
  }
}

.vendor-table-wrapper,
.user-table-wrapper {
  padding: 32px;
  border-radius: 12px;
  background: #ffffff;
}
.vendor-table-wrapper .title,
.user-table-wrapper .title {
  color: #1f0300;
}
.vendor-table-wrapper .user-table th .header-title,
.user-table-wrapper .user-table th .header-title {
  color: #1f0300;
}
.vendor-table-wrapper .dt-column-order,
.user-table-wrapper .dt-column-order {
  display: none;
}
.vendor-table-wrapper .user-table td .table-img,
.user-table-wrapper .user-table td .table-img {
  max-width: 60px;
  max-height: 60px;
}
.vendor-table-wrapper table.gs-data-table thead tr th,
.user-table-wrapper table.gs-data-table thead tr th {
  text-align: left;
}
.vendor-table-wrapper .user-table td,
.user-table-wrapper .user-table td {
  text-align: left;
}
.vendor-table-wrapper table.dataTable thead > tr > th.dt-orderable-asc,
.vendor-table-wrapper table.dataTable thead > tr > th.dt-orderable-desc,
.vendor-table-wrapper table.dataTable thead > tr > th.dt-ordering-asc,
.vendor-table-wrapper table.dataTable thead > tr > th.dt-ordering-desc,
.vendor-table-wrapper table.dataTable thead > tr > td.dt-orderable-asc,
.vendor-table-wrapper table.dataTable thead > tr > td.dt-orderable-desc,
.vendor-table-wrapper table.dataTable thead > tr > td.dt-ordering-asc,
.vendor-table-wrapper table.dataTable thead > tr > td.dt-ordering-desc,
.user-table-wrapper table.dataTable thead > tr > th.dt-orderable-asc,
.user-table-wrapper table.dataTable thead > tr > th.dt-orderable-desc,
.user-table-wrapper table.dataTable thead > tr > th.dt-ordering-asc,
.user-table-wrapper table.dataTable thead > tr > th.dt-ordering-desc,
.user-table-wrapper table.dataTable thead > tr > td.dt-orderable-asc,
.user-table-wrapper table.dataTable thead > tr > td.dt-orderable-desc,
.user-table-wrapper table.dataTable thead > tr > td.dt-ordering-asc,
.user-table-wrapper table.dataTable thead > tr > td.dt-ordering-desc {
  padding-right: 16px;
}
.vendor-table-wrapper table td,
.vendor-table-wrapper table th,
.user-table-wrapper table td,
.user-table-wrapper table th {
  border-right: 0;
  border-left: 0;
}
.vendor-table-wrapper .user-table td .product-name,
.user-table-wrapper .user-table td .product-name {
  max-width: 180px;
}
.vendor-table-wrapper .user-table td .category,
.user-table-wrapper .user-table td .category {
  max-width: 139px;
}
.vendor-table-wrapper .user-table td .title,
.user-table-wrapper .user-table td .title {
  max-width: 328px;
}
.vendor-table-wrapper .user-table td .product-title,
.user-table-wrapper .user-table td .product-title {
  max-width: 235px;
}
.vendor-table-wrapper .user-table td .details,
.user-table-wrapper .user-table td .details {
  max-width: 790px;
}
.vendor-table-wrapper .user-table td .customer .key,
.vendor-table-wrapper .user-table td .rider .key,
.user-table-wrapper .user-table td .customer .key,
.user-table-wrapper .user-table td .rider .key {
  font-weight: 600;
  line-height: 170%;
}
.vendor-table-wrapper .user-table td .customer .value,
.vendor-table-wrapper .user-table td .rider .value,
.user-table-wrapper .user-table td .customer .value,
.user-table-wrapper .user-table td .rider .value {
  line-height: 170%;
}
.vendor-table-wrapper .user-table td .status,
.user-table-wrapper .user-table td .status {
  max-width: 127px;
}
.vendor-table-wrapper .user-table td .status .nice-select,
.user-table-wrapper .user-table td .status .nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  outline: 0;
  border: 0;
  padding: 8px 12px 8px 16px;
  background-color: #27be69;
  min-width: 100%;
  width: 127px;
}
.vendor-table-wrapper .user-table td .status .nice-select .list,
.user-table-wrapper .user-table td .status .nice-select .list {
  max-height: initial;
  overflow-y: initial;
}
.vendor-table-wrapper .user-table td .status .nice-select.active,
.user-table-wrapper .user-table td .status .nice-select.active {
  background-color: #27be69;
}
.vendor-table-wrapper .user-table td .status .nice-select.deactive,
.user-table-wrapper .user-table td .status .nice-select.deactive {
  background-color: #f2415a;
}
.vendor-table-wrapper .user-table td .status .nice-select .current,
.user-table-wrapper .user-table td .status .nice-select .current {
  padding: 0;
  font-size: 14px;
  font-family: Saira;
  color: #ffffff;
}
.vendor-table-wrapper .user-table td .status .nice-select:focus,
.user-table-wrapper .user-table td .status .nice-select:focus {
  outline: none;
}
.vendor-table-wrapper .user-table td .status .nice-select::after,
.user-table-wrapper .user-table td .status .nice-select::after {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  right: 8px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.4726 5.47259C12.4106 5.4101 12.3369 5.36051 12.2556 5.32666C12.1744 5.29282 12.0872 5.27539 11.9992 5.27539C11.9112 5.27539 11.8241 5.29282 11.7428 5.32666C11.6616 5.36051 11.5879 5.4101 11.5259 5.47259L8.47256 8.52592C8.41058 8.58841 8.33685 8.638 8.25561 8.67185C8.17437 8.7057 8.08723 8.72312 7.99923 8.72312C7.91122 8.72312 7.82408 8.7057 7.74284 8.67185C7.6616 8.638 7.58787 8.58841 7.52589 8.52592L4.47256 5.47259C4.41058 5.4101 4.33685 5.36051 4.25561 5.32666C4.17437 5.29282 4.08723 5.27539 3.99923 5.27539C3.91122 5.27539 3.82408 5.29282 3.74284 5.32666C3.6616 5.36051 3.58787 5.4101 3.52589 5.47259C3.40173 5.5975 3.33203 5.76647 3.33203 5.94259C3.33203 6.11871 3.40173 6.28768 3.52589 6.41259L6.58589 9.47259C6.96089 9.84712 7.46922 10.0575 7.99923 10.0575C8.52923 10.0575 9.03756 9.84712 9.41256 9.47259L12.4726 6.41259C12.5967 6.28768 12.6664 6.11871 12.6664 5.94259C12.6664 5.76647 12.5967 5.5975 12.4726 5.47259Z' fill='white'/%3E%3C/svg%3E");
}
.vendor-table-wrapper .user-table td .status .form-control:focus,
.user-table-wrapper .user-table td .status .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vendor-table-wrapper table thead tr:first-child,
.user-table-wrapper table thead tr:first-child {
  border-top: 0;
  border-bottom: 0;
}
.vendor-table-wrapper table tbody tr:first-child,
.user-table-wrapper table tbody tr:first-child {
  border-top: 0;
}
.vendor-table-wrapper.all-products-table-wrapper .user-table td .product-name,
.vendor-table-wrapper.product-catalogs-table-wrapper
  .user-table
  td
  .product-name,
.user-table-wrapper.all-products-table-wrapper .user-table td .product-name,
.user-table-wrapper.product-catalogs-table-wrapper
  .user-table
  td
  .product-name {
  max-width: 412px;
}
@media (max-width: 767.98px) {
  .vendor-table-wrapper,
  .user-table-wrapper {
    padding: 16px;
  }
}

.user-table-wrapper {
  padding: 0px;
}

.order-delivery-table-wrapper .dt-search,
.all-orders-table-wrapper .dt-search,
.product-catalogs-table-wrapper .dt-search,
.order-details-table-wrapper .dt-search {
  right: 0;
}

.order-delivery-table-wrapper td,
.order-details-table-wrapper td {
  vertical-align: top;
}

.recent-products-table-wrapper,
.recent-orders-table-wrapper {
  height: 100%;
  padding: 24px;
}
.recent-products-table-wrapper div.dt-container div.dt-layout-cell,
.recent-orders-table-wrapper div.dt-container div.dt-layout-cell {
  display: none;
  padding: 0 0;
}
.recent-products-table-wrapper .dt-layout-row,
.recent-orders-table-wrapper .dt-layout-row {
  margin-bottom: 0;
}
.recent-products-table-wrapper table tr:last-child,
.recent-orders-table-wrapper table tr:last-child {
  border-bottom: 0;
}

.thead-bg th {
  background-color: #030712;
  text-align: left;
  padding-left: 8px;
}
.thead-bg th .title {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .thead-bg th .title {
    font-size: 16px;
  }
}

.tbody-product td.td-product-name {
  max-width: 161px;
}

@media (max-width: 767.98px) {
  .tbody-product td span {
    font-size: 14px;
  }
  .tbody-product td li {
    font-size: 14px;
  }
}

.gs-vendor-sidebar-wrapper {
  background: #ffffff;
}
.gs-vendor-sidebar-wrapper .gs-dashboard-user-sidebar-wrapper {
  padding: 40px 24px 40px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-vendor-sidebar-wrapper .gs-dashboard-user-sidebar-wrapper li a {
  position: relative;
}
.gs-vendor-sidebar-wrapper .gs-vendor-sidebar-logo-wrapper a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-vendor-sidebar-wrapper.collapsed .gs-vendor-sidebar-logo-wrapper a {
  position: absolute;
  opacity: 0;
}
.gs-vendor-sidebar-wrapper.collapsed .label {
  position: absolute;
  opacity: 0;
  left: 62px;
}
.gs-vendor-sidebar-wrapper.collapsed .gs-dashboard-user-sidebar-wrapper {
  padding: 40px 16px 40px 16px;
  width: 104px;
}
.gs-vendor-sidebar-wrapper.collapsed
  .gs-dashboard-user-sidebar-wrapper
  .has-sub-menu {
  position: relative;
}
.gs-vendor-sidebar-wrapper.collapsed
  .gs-dashboard-user-sidebar-wrapper
  .has-sub-menu
  a {
  display: block;
}
.gs-vendor-sidebar-wrapper.collapsed
  .gs-dashboard-user-sidebar-wrapper
  .has-sub-menu
  a
  .angle-down {
  display: none;
}
.gs-vendor-sidebar-wrapper.collapsed
  .gs-dashboard-user-sidebar-wrapper
  .has-sub-menu
  .sidebar-sub-menu {
  margin-left: 15px;
  width: 220px;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 5 !important;
}

.gs-vendor-sidebar-logo-wrapper {
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1399.97px) {
  .gs-vendor-sidebar-logo-wrapper {
    height: 92px;
  }
}

.gs-vendor-header-outlet-wrapper {
  width: calc(100% - 312px);
  overflow: hidden;
  background: #f8f7f7;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1399.97px) {
  .gs-vendor-header-outlet-wrapper {
    width: calc(100% - 288px);
  }
}
@media (max-width: 1199.97px) {
  .gs-vendor-header-outlet-wrapper {
    width: 100%;
  }
}
.gs-vendor-header-outlet-wrapper.increased-width {
  width: calc(100% - 104px);
}
@media (max-width: 1199.97px) {
  .gs-vendor-header-outlet-wrapper.increased-width {
    width: 100%;
  }
}

.gs-vendor-header {
  padding: 32px 40px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1399.97px) {
  .gs-vendor-header {
    padding: 16px 40px;
  }
}
@media (max-width: 767.98px) {
  .gs-vendor-header {
    padding: 10px 20px;
  }
}
.gs-vendor-header .header-toggle {
  display: inline-block;
}
.gs-vendor-header .vendor-header-search-wrapper {
  width: 100%;
  max-width: 513px;
}
.gs-vendor-header .vendor-header-search-wrapper .vendor-header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: var(--spacing-xxs, 2px) var(--spacing-4xl, 32px)
    var(--spacing-xxs, 2px) var(--spacing-3xl, 24px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  color: #4c3533;
  background: var(--neutral-50, #f8f7f8);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-left: 60px;
}
@media (max-width: 991.97px) {
  .gs-vendor-header .vendor-header-search-wrapper .vendor-header-search {
    height: 52px;
  }
}
.gs-vendor-header
  .vendor-header-search-wrapper
  .vendor-header-search::-webkit-input-placeholder {
  color: #9a8e8c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gs-vendor-header
  .vendor-header-search-wrapper
  .vendor-header-search:-ms-input-placeholder {
  color: #9a8e8c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gs-vendor-header
  .vendor-header-search-wrapper
  .vendor-header-search::-ms-input-placeholder {
  color: #9a8e8c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gs-vendor-header
  .vendor-header-search-wrapper
  .vendor-header-search::placeholder {
  color: #9a8e8c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gs-vendor-header .vendor-header-search-wrapper .vendor-header-search:focus,
.gs-vendor-header .vendor-header-search-wrapper .vendor-header-search:active {
  border: 1px solid #9c5736;
}
.gs-vendor-header .vendor-header-search-wrapper .input-search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 24px;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
}
@media (max-width: 991.97px) {
  .gs-vendor-header .vendor-header-search-wrapper .input-search-icon {
    -webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);
  }
}
.gs-vendor-header .user-dropdown-wrapper {
  position: relative;
  cursor: pointer;
  width: 233px;
}
@media (max-width: 767.98px) {
  .gs-vendor-header .user-dropdown-wrapper {
    width: auto;
  }
}
.gs-vendor-header .user-dropdown-wrapper .user-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #f8f7f7;
  position: relative;
}
@media (max-width: 991.97px) {
  .gs-vendor-header .user-dropdown-wrapper .user-dropdown {
    padding: 6px 10px;
  }
}
.gs-vendor-header .user-dropdown-wrapper .user-dropdown svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  right: 20px;
  top: 10px;
}
.gs-vendor-header .user-dropdown-wrapper .user-dropdown.show svg {
  rotate: 180deg;
}
.gs-vendor-header .user-dropdown-wrapper .avatar {
  border-radius: 40px;
  border: 1px solid #9c5736 !important;
  width: 40px;
  height: 40px;
}
.gs-vendor-header .user-dropdown-wrapper .user-name {
  font-size: 16px;
  line-height: 125%;
  text-transform: capitalize;
  font-weight: 600;
}
.gs-vendor-header .user-dropdown-wrapper .user-designation {
  color: #737791;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-toggle {
  color: #1f0300;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-toggle::after {
  display: none;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-menu.show {
  left: auto !important;
}
.gs-vendor-header
  .user-dropdown-wrapper
  .dropdown-menu
  li:last-child
  .dropdown-item {
  border-bottom: 1px solid #9c5736;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-menu li .dropdown-item {
  border-bottom: 1px solid #e9e6e6;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  color: #1f0300;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-item svg path {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-item:hover {
  background-color: #9c5736;
  color: #ffffff;
}
.gs-vendor-header
  .user-dropdown-wrapper
  .dropdown-item:hover
  svg.has-fill
  path {
  fill: #ffffff;
}
.gs-vendor-header
  .user-dropdown-wrapper
  .dropdown-item:hover
  svg.has-stroke
  path {
  stroke: #ffffff;
}

.gs-vendor-outlet {
  padding: 40px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .gs-vendor-outlet {
    padding: 20px;
  }
}

.table-area {
  margin-top: 32px;
}

.nice-select.nice-select-vendor {
  background-color: #f8f7f7;
}
.nice-select.nice-select-vendor::after {
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 24px;
  content: "\f0d7";
}

.vendor-panel-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  background: #fff;
}
.vendor-panel-info-card.total-item-sold {
  border-left: 4px solid #25cd7f;
}
.vendor-panel-info-card.current-balance {
  border-left: 4px solid #ffb134;
}
.vendor-panel-info-card.total-earning {
  border-left: 4px solid #da55f0;
}
.vendor-panel-info-card.pending-commision {
  border-left: 4px solid #5b68ff;
}
.vendor-panel-info-card.total-order {
  border-left: 4px solid #ee1243;
}
.vendor-panel-info-card.order-delivered {
  border-left: 4px solid #27ae60;
}
.vendor-panel-info-card.order-processing {
  border-left: 4px solid #0ea5e9;
}
.vendor-panel-info-card.order-pending {
  border-left: 4px solid #fb923c;
}
@media (max-width: 1919.97px) {
  .vendor-panel-info-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1199.97px) {
  .vendor-panel-info-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .vendor-panel-info-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 575.97px) {
  .vendor-panel-info-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.vendor-panel-info-card .title-and-value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 1919.97px) {
  .vendor-panel-info-card .title-and-value-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1199.97px) {
  .vendor-panel-info-card .title-and-value-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .vendor-panel-info-card .title-and-value-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 575.97px) {
  .vendor-panel-info-card .title-and-value-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.vendor-panel-info-card .title {
  color: #574240;
  line-height: 160%;
  font-size: 20px;
}
@media (max-width: 1599.99px) {
  .vendor-panel-info-card .title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .vendor-panel-info-card .title {
    font-size: 16px;
  }
}
@media (max-width: 575.97px) {
  .vendor-panel-info-card .title {
    font-size: 14px;
  }
}
.vendor-panel-info-card .value {
  color: #1f0300;
}
.vendor-panel-info-card img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-group span.text-danger {
  display: inline-block;
  margin-top: 8px;
}

.form-group label {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 12px;
  color: #1f0300;
}
@media (max-width: 767.98px) {
  .form-group label {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
.form-group label.label-btn {
  cursor: pointer;
}

.form-group .form-control {
  width: 100%;
  padding: 12px 20px;
  color: #796866;
}
.form-group .form-control:focus {
  border-color: #b7aead;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #796866;
}
.form-group .form-control:-ms-input-placeholder {
  color: #796866;
}
.form-group .form-control::-ms-input-placeholder {
  color: #796866;
}
.form-group .form-control::placeholder {
  color: #796866;
}
@media (max-width: 767.98px) {
  .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form-group .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .form-group .form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .form-group .form-control::placeholder {
    font-size: 14px;
  }
}
.form-group .form-control:disabled {
  background-color: #f8f7f7;
}
.form-group .form-control .current {
  padding-top: 16px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .form-group .form-control .current {
    font-size: 14px;
    padding-left: 13px;
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .form-group .form-control {
    padding: 12px 12px;
  }
}

.form-group .nice-select::after {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 767.98px) {
  .form-group .nice-select::after {
    right: 20px;
  }
}

.form-group .dropdown-container {
  position: relative;
}

.form-group .payment_method {
  font-size: 16px;
  color: #796866;
}

.form-group .payment_method option {
  font-size: 16px;
  color: #796866;
}

.form-group .form__control {
  padding: 0px;
  height: initial !important;
  border: 1px solid #e9e6e6 !important;
}
@media (max-width: 767.98px) {
  .form-group .form__control {
    height: 50px;
  }
}

.form-group .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.gs-extra-search-box-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
}
.gs-extra-search-box-form .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 767.98px) {
  .gs-extra-search-box-form .form-control {
    padding: 10px 12px;
  }
}
.gs-extra-search-box-form .template-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 20px;
  height: 50px;
}
@media (max-width: 767.98px) {
  .gs-extra-search-box-form .template-btn {
    height: 46px;
  }
}

.gs-modal .modal-dialog {
  width: calc(100% - 16px);
}
.gs-modal .modal-dialog.assign-rider-modal-dialog {
  max-width: 801px;
}
.gs-modal .modal-dialog.image-gallery-modal-dialog {
  max-width: 920px;
}
.gs-modal .modal-dialog.image-gallery-modal-dialog .modal-img {
  max-height: 400px;
}
.gs-modal .modal-dialog.confirm-delete-modal-dialog {
  max-width: 514px;
}
.gs-modal .modal-dialog.edit-service-modal-dialog {
  max-width: 600px;
}
.gs-modal .modal-dialog.edit-service-modal-dialog .edit-service-modal-img {
  max-height: 400px;
}
.gs-modal .modal-dialog.send-message-modal-dialog {
  max-width: 650px;
}
.gs-modal .modal-dialog.transaction-details-modal-dialog {
  max-width: 668px;
}
.gs-modal .modal-dialog .modal-content {
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.97px) {
  .gs-modal .modal-dialog .modal-content {
    padding: 20px;
  }
}
.gs-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #e9e6e6;
}
@media (max-width: 991.97px) {
  .gs-modal .modal-dialog .modal-content .modal-header {
    padding-bottom: 12px;
    gap: 12px;
  }
}
.gs-modal .modal-dialog .modal-content .modal-header .title {
  color: #1f0300;
}
.gs-modal .modal-dialog .modal-content .modal-header .sub-title {
  color: #1f0300;
  font-weight: 400;
}
.gs-modal .modal-dialog .modal-content .modal-header .gs-modal-close-btn {
  font-size: 32px;
  color: #9c5736;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-modal .modal-dialog .modal-content .modal-header .gs-modal-close-btn:hover {
  color: #800b00;
}
.gs-modal .modal-dialog .modal-content .modal-header [data-bs-dismiss="modal"] {
  padding-right: 0;
  padding-top: 0;
}
.gs-modal .modal-dialog .modal-content .modal-header.delete-modal-header {
  padding-bottom: 0;
  border-bottom: none;
}
.gs-modal .modal-dialog .modal-content.assign-rider-modal-content,
.gs-modal .modal-dialog .modal-content.image-gallery-modal-content,
.gs-modal .modal-dialog .modal-content.edit-service-modal-content,
.gs-modal .modal-dialog .modal-content.send-message-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 991.97px) {
  .gs-modal .modal-dialog .modal-content.assign-rider-modal-content,
  .gs-modal .modal-dialog .modal-content.image-gallery-modal-content,
  .gs-modal .modal-dialog .modal-content.edit-service-modal-content,
  .gs-modal .modal-dialog .modal-content.send-message-modal-content {
    gap: 16px;
  }
}
.gs-modal .modal-dialog .modal-content.edit-service-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
}
@media (max-width: 991.97px) {
  .gs-modal .modal-dialog .modal-content.edit-service-modal-content {
    gap: 12px;
  }
}
.gs-modal .modal-dialog .modal-content.edit-service-modal-content label {
  margin-top: 0;
}
.gs-modal .modal-dialog .modal-content.confirm-delete-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 991.97px) {
  .gs-modal .modal-dialog .modal-content.confirm-delete-modal-content {
    gap: 20px;
  }
}
.gs-modal
  .modal-dialog
  .modal-content.confirm-delete-modal-content
  .title-des-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 991.97px) {
  .gs-modal
    .modal-dialog
    .modal-content.confirm-delete-modal-content
    .title-des-wrapper {
    gap: 8px;
  }
}
.gs-modal
  .modal-dialog
  .modal-content.confirm-delete-modal-content
  .title-des-wrapper
  .sub-title {
  line-height: 170%;
}
.gs-modal .modal-dialog .modal-content label {
  margin-top: 0px;
}
.gs-modal .modal-dialog .modal-content .transaction-info-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 28px;
}
.gs-modal .modal-dialog .modal-content .transaction-info-wrapper .info-list {
  width: 100%;
}
.gs-modal
  .modal-dialog
  .modal-content
  .transaction-info-wrapper
  .info-list
  .info-list-item {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
  border-bottom: 1px solid #e9e6e6;
  color: #1f0300;
  font-size: 20px;
  line-height: 120%;
}
.gs-modal
  .modal-dialog
  .modal-content
  .transaction-info-wrapper
  .info-list
  .info-list-item
  .info-type {
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Saira", sans-serif;
}
.gs-modal
  .modal-dialog
  .modal-content
  .transaction-info-wrapper
  .info-list
  .info-list-item
  .info {
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
  word-break: break-all;
  white-space: normal;
}
.gs-modal
  .modal-dialog
  .modal-content
  .transaction-info-wrapper
  .info-list
  .info-list-item:last-child {
  border-bottom: none;
}
@media (max-width: 1599.99px) {
  .gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item {
    gap: 24px;
  }
}
@media (max-width: 1199.97px) {
  .gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item {
    font-size: 18px;
  }
}
@media (max-width: 991.97px) {
  .gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item {
    padding: 12px 0;
  }
}
@media (max-width: 767.98px) {
  .gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item {
    font-size: 16px;
  }
}
@media (max-width: 575.97px) {
  .gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item {
    font-size: 14px;
  }
}
@media (max-width: 991.97px) {
  .gs-modal .modal-dialog .modal-content .transaction-info-wrapper {
    gap: 14px;
  }
}

.gs-chart-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  background: #ffffff;
  padding: 24px;
}
.gs-chart-wrapper.vendor-monthly-sales-chart {
  margin-top: 32px;
}
@media (max-width: 991.97px) {
  .gs-chart-wrapper.vendor-monthly-sales-chart {
    margin-top: 16px;
  }
}
.gs-chart-wrapper .apexcharts-toolbar {
  display: none;
}
.gs-chart-wrapper .chart-title-dropdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px;
}
@media (max-width: 991.97px) {
  .gs-chart-wrapper .chart-title-dropdown-wrapper {
    margin-bottom: 12px;
    gap: 12px;
  }
}
@media (max-width: 575.97px) {
  .gs-chart-wrapper .chart-title-dropdown-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gs-chart-wrapper .chart-title-dropdown-wrapper .chart-title {
  color: #1f0300;
  font-weight: 500;
}
.gs-chart-wrapper
  .chart-title-dropdown-wrapper
  .nice-select.nice-select-vendor {
  min-width: 157px;
}
.gs-chart-wrapper .chart-title-dropdown-wrapper .form-group .form__control {
  border: none !important;
}

.account-information .account-info-box {
  border: 1px solid #e9e6e6;
  border-radius: 8px;
  padding: 24px;
  min-height: 227px;
}
.account-information .account-info-box h5 {
  font-weight: 500;
  margin-bottom: 18px;
}
.account-information .account-info-box .account-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Ensures items wrap if they don't fit in a single line */
  gap: 10px;
}
.account-information .account-info-box .icon-box {
  background-color: rgba(255, 177, 52, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.account-information .account-info-box h6 {
  font-weight: 400;
  margin-bottom: 8px;
}
.account-information .account-info-box h4 {
  font-weight: 600;
}

.accept-reject-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .accept-reject-btn {
    gap: 12px;
  }
}

.delivery-address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.account-info-item .info-title {
  font-size: 16px;
  font-weight: 500;
}

.account-info-item .info-content {
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
}

.delivery-details {
  margin-top: 32px;
}
.delivery-details h5 {
  margin-bottom: 16px;
}

.ordered-products h5 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.ordered-products .ordered-tbg th {
  background-color: #4c3533;
  text-align: left;
  padding-left: 16px;
}
.ordered-products .ordered-tbg th .title {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .ordered-products .ordered-tbg th .title {
    font-size: 16px;
  }
}

.ordered-products .product-title-width {
  max-width: 400px !important;
}

.ordered-products .tbody-product td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.ordered-products .tbody-product td span {
  font-weight: 500;
}

.custom-table-rider tr .title {
  color: #1f0300;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 991.97px) {
  .custom-table-rider tr .title {
    font-size: 16px;
  }
}

.overlayed-img-wrapper {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
.overlayed-img-wrapper .template-btn {
  font-size: 14px;
  padding: 0 16px;
  color: #ffffff;
}
.overlayed-img-wrapper .overlay-on-img {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.overlayed-img-wrapper .overlayed-img {
  width: 100%;
}
.overlayed-img-wrapper .content-on-overlay {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlayed-img-wrapper .fadeIn-bottom {
  top: 80%;
}
.overlayed-img-wrapper .fadeIn-top {
  top: 20%;
}
.overlayed-img-wrapper:hover .overlay-on-img {
  opacity: 1;
}
.overlayed-img-wrapper:hover .content-on-overlay {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.gallery-extra-remove-btn {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2415a;
  border-radius: 50%;
  color: white;
  font-size: 11px;
}

.right-1 {
  right: 1px !important;
}

.img-wh-80 {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.position-abs-center {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-extra-tags-remove-btn {
  position: absolute;
  top: -9px;
  right: -12px;
}

ul.tagit li.tagit-choice-editable {
  padding: 2px 5px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: static !important;
  right: 0.1em;
  top: 50%;
  margin-top: initial !important;
  line-height: initial !important;
  background: #f2415a;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  /* padding: 10px; */
  font-size: 12px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.ui-widget.ui-widget-content {
  padding: 5px 20px !important;
  border-radius: 5px !important;
}

.nicEdit-main {
  width: 98% !important;
}
.nicEdit-main:focus-visible {
  outline: none !important;
}

.overlayed-img-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

.product-license-remove-btn {
  width: 48px;
  height: 48px;
  background: #f2415a;
  color: white !important;
  border-radius: 5px;
}

.pricing-details-extra-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.pricing-details-extra-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.pricing-details-extra-ul .title {
  color: #4c3533;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.pricing-details-extra-ul .content {
  color: #4c3533;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.product-stocks-wraper {
  margin-bottom: 24px;
}

.w-150 {
  width: 150px !important;
  height: 150px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.product-main-slider .slick-track {
  gap: 0;
}

.title-hover-color {
  color: #1f0300;
}
.title-hover-color:hover {
  color: #9c5736;
}

.max-w-480 {
  max-width: 480px !important;
}

@media (max-width: 767.98px) {
  .succss-icon {
    width: 60px;
    height: 60px;
  }
}

.color-show-btn {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.bottom-12 {
  bottom: 12px;
}

@media (max-width: 576px) {
  .custom-gap-sm-2 {
    gap: 0.7rem !important;
  }
}

.gs-vendor-header-noti {
  position: absolute;
  top: 124px;
  right: 37px;
  max-width: 400px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 24px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  max-height: 300px;
  overflow-y: scroll;
}
.gs-vendor-header-noti.active {
  opacity: 1;
  visibility: visible;
}
.gs-vendor-header-noti .clear-btn {
  font-size: 14px;
  background: #f2415a;
  padding: 4px 10px;
  color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .gs-vendor-header-noti .clear-btn {
    padding: 2px 6px;
  }
}
@media (max-width: 1399.97px) {
  .gs-vendor-header-noti {
    top: 92px;
  }
}
@media (max-width: 991.97px) {
  .gs-vendor-header-noti {
    top: 85px;
  }
}
@media (max-width: 767.98px) {
  .gs-vendor-header-noti {
    top: 72px;
    right: 19px;
    max-width: 270px;
    padding: 24px 16px;
  }
}
.gs-vendor-header-noti .title {
  color: #1f0300;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .gs-vendor-header-noti .title {
    font-size: 16px;
  }
}
.gs-vendor-header-noti ul li {
  border-top: 1px solid #e9e6e6;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.gs-vendor-header-noti ul li:last-child {
  padding-bottom: 0px;
}
.gs-vendor-header-noti ul li a {
  color: #9c5736;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-vendor-header-noti ul li a:hover {
  color: rgba(255, 76, 59, 0.9);
}
.gs-vendor-header-noti ul li .sm-info-1 {
  color: #796866;
}
.gs-vendor-header-noti ul li .sm-info-1 {
  color: #1f0300;
}

@media (max-width: 424.99px) {
  .vendor-res-header-logo {
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

#banner_code {
  outline: none;
  border: none;
}

.table-responsive {
  overflow-y: hidden;
}

/****************************** page styles ******************************/
/********************** hero section start **********************/
.hero-slider-wrapper .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.hero-slider-wrapper .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0;
  border-radius: 50%;
  background-color: rgba(255, 76, 59, 0.2);
}
.hero-slider-wrapper .slick-dots li.slick-active button {
  width: 40px;
  height: 16px;
  border-radius: 8px;
  background-color: #9c5736;
}
@media (max-width: 575.97px) {
  .hero-slider-wrapper .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .hero-slider-wrapper .slick-dots li.slick-active button {
    width: 24px;
    height: 12px;
  }
}
@media (max-width: 575.97px) {
  .hero-slider-wrapper .slick-dots {
    bottom: -25px;
  }
}

.hero-slider-wrapper .slick-current.slick-active .subtitle,
.hero-slider-wrapper .slick-current.slick-active .title,
.hero-slider-wrapper .slick-current.slick-active .des,
.hero-slider-wrapper .slick-current.slick-active .hero-shop-now-btn {
  -webkit-animation: 1.4s ease-in-out fadeInUp;
  animation: 1.4s ease-in-out fadeInUp;
}

.hero-slider-wrapper .slick-current.slick-active .title {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.hero-slider-wrapper .slick-current.slick-active .des {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.hero-slider-wrapper .slick-current.slick-active .hero-shop-now-btn {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.gs-hero-section {
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: bottom;
  height: 500px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199.97px) {
  .gs-hero-section {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .gs-hero-section {
    height: 120px;
    background-position: left;
  }
}
@media (max-width: 767.98px) {
  .gs-hero-section .hero-content {
    text-align: center;
  }
}
.gs-hero-section .hero-content .subtitle {
  margin-bottom: 6px;
}
.gs-hero-section .hero-content .title {
  margin-bottom: 24px;
}
.gs-hero-section .hero-content .des {
  margin-bottom: 48px;
}

/********************** hero section end **********************/
/********************** gs-cate-section start **********************/
.gs-cate-section {
  padding: 120px 0px;
}
@media (max-width: 1199.97px) {
  .gs-cate-section {
    padding: 80px 0px;
  }
}
@media (max-width: 991.97px) {
  .gs-cate-section {
    padding: 60px 0px;
  }
}

/********************** gs-cate-section end **********************/
/********************** gs-offer-section start **********************/
.gs-offer-section {
  padding-bottom: 120px;
}
.gs-offer-section .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1199.97px) {
  .gs-offer-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.97px) {
  .gs-offer-section {
    padding-bottom: 60px;
  }
}

/********************** gs-offer-section end **********************/
/********************** gs-explore-product-section start **********************/
.gs-explore-product-section {
  padding: 120px 0px;
}
.gs-explore-product-section .explore-tab-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
.gs-explore-product-section .explore-tab-navbar li .nav-link {
  color: #030712;
  font-family: "Saira", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.gs-explore-product-section .explore-tab-navbar li .nav-link.active {
  color: #9c5736;
  border-bottom: 2px solid #9c5736;
}
@media (max-width: 1199.97px) {
  .gs-explore-product-section {
    padding: 80px 0;
  }
}
@media (max-width: 991.97px) {
  .gs-explore-product-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .gs-explore-product-section .explore-tab-navbar {
    gap: 20px;
  }
  .gs-explore-product-section .explore-tab-navbar li .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 575.97px) {
  .gs-explore-product-section .explore-tab-navbar {
    gap: 10px;
  }
}

/********************** gs-explore-product-section end **********************/
.error-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.error-wrapper .error-img {
  max-width: 700px;
  width: 100%;
  height: 485px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #9c5736 !important;
  color: #ffffff !important;
}

.gs-offer-section.home-3 .single-offer-product {
  border-radius: 12px;
}

.gs-service-section.mome-3 {
  padding: 60px 0px;
  background-color: #ffffff;
}
@media (max-width: 991.97px) {
  .gs-service-section.mome-3 {
    padding: 30px 0px;
  }
}
.gs-service-section.mome-3 .service-row {
  background-color: #1f0300;
  border-radius: 16px;
}
@media (max-width: 991.97px) {
  .gs-service-section.mome-3 .service-row {
    border-radius: 8px;
  }
}

.gs-partner-section.home-3 {
  margin-top: 0;
  margin-bottom: 0;
}
.gs-partner-section.home-3 .title-box-and-partners-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199.97px) {
  .gs-partner-section.home-3 .title-box-and-partners-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gs-partner-section.home-3 .title-box-wrapper {
  width: 424px;
  height: 312px;
  overflow: hidden;
  padding: 32px 24px;
  background-color: #ffffff;
}
@media (max-width: 1399.97px) {
  .gs-partner-section.home-3 .title-box-wrapper {
    height: 424px;
  }
}
@media (max-width: 1199.97px) {
  .gs-partner-section.home-3 .title-box-wrapper {
    width: 65%;
    text-align: center;
    height: auto;
    background-color: transparent;
    padding: 0;
    padding-bottom: 16px;
  }
}
@media (max-width: 991.97px) {
  .gs-partner-section.home-3 .title-box-wrapper {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .gs-partner-section.home-3 .title-box-wrapper {
    width: 100%;
  }
}
.gs-partner-section.home-3 .gs-partners {
  width: calc(100% - 448px);
}
@media (max-width: 1199.97px) {
  .gs-partner-section.home-3 .gs-partners {
    width: 100%;
  }
}

.gs-footer-section.home-3 .newslatter2 {
  background-color: #ffffff;
}
.gs-footer-section.home-3 .newslatter2 .news-latter-input {
  border: 1px solid #e9e6e6;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-footer-section.home-3 .newslatter2 .news-latter-input:focus {
  border: 1px solid #1f0300;
}
.gs-footer-section.home-3
  .newslatter2
  .news-latter-input::-webkit-input-placeholder {
  color: #796866;
}
.gs-footer-section.home-3
  .newslatter2
  .news-latter-input:-ms-input-placeholder {
  color: #796866;
}
.gs-footer-section.home-3
  .newslatter2
  .news-latter-input::-ms-input-placeholder {
  color: #796866;
}
.gs-footer-section.home-3 .newslatter2 .news-latter-input::placeholder {
  color: #796866;
}

.gs-latest-post-section.home-3 .single-post.h2-single-post {
  border-radius: 12px;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
  overflow: hidden;
  margin: 16px;
  padding: 16px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  max-height: 80px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media (max-width: 1399.97px) {
  .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
    max-height: 108px;
  }
}
@media (max-width: 1199.97px) {
  .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
    max-height: 99px;
  }
}
@media (max-width: 991.97px) {
  .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
    max-height: 95px;
  }
}
@media (max-width: 767.98px) {
  .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
    max-height: 68px;
  }
}
@media (max-width: 575.97px) {
  .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
    max-height: 89px;
  }
}
.gs-latest-post-section.home-3 .single-post.h2-single-post .post-title {
  color: #030712;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post .post-title:hover {
  color: #9c5736;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post .post-desc {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  color: #4c3533;
  font-size: 14px;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post:hover .post-content {
  max-height: 100%;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post:hover .poster {
  opacity: 1;
  visibility: visible;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post:hover .post-desc {
  opacity: 1;
  visibility: visible;
}

.gs-latest-post-section.home-3 .post-img {
  height: 288px;
  width: 100%;
}
@media (max-width: 1399.97px) {
  .gs-latest-post-section.home-3 .post-img {
    height: 334px;
  }
}
@media (max-width: 1199.97px) {
  .gs-latest-post-section.home-3 .post-img {
    height: 340px;
  }
}
@media (max-width: 991.97px) {
  .gs-latest-post-section.home-3 .post-img {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .gs-latest-post-section.home-3 .post-img {
    height: 242px;
  }
}
@media (max-width: 575.97px) {
  .gs-latest-post-section.home-3 .post-img {
    height: auto;
  }
}

.gs-latest-post-section.home-3 .poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-top: 12px;
  opacity: 0;
  visibility: hidden;
}
.gs-latest-post-section.home-3 .poster .poster-avater-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.gs-latest-post-section.home-3 .poster .avater {
  width: 100%;
  height: 100%;
}
.gs-latest-post-section.home-3 .poster .poster_name-and-post_date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3px;
}
.gs-latest-post-section.home-3 .poster .poster_name {
  color: #030712;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.gs-latest-post-section.home-3 .poster .post_date {
  color: #030712;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.gs-latest-post-section.home-3 .latest-post-area {
  margin: -25px 0;
}

/********************** blog start **********************/
.gs-blog-wrapper {
    padding: 20px 0 50px;
    background-color: transparent;
}
@media (max-width: 991.97px) {
  .gs-blog-wrapper {
    padding: 20px 0;
  }
  .col-12.col-lg-4.mt-40.mt-lg-0.wow-replaced {
    margin-top: 0;
}
}
.gs-blog-wrapper .gs-main-blog-wrapper .gs-main-single-blog {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .gs-blog-wrapper .gs-main-blog-wrapper .gs-main-single-blog {
    margin-bottom: 20px;
  }
}
.gs-blog-wrapper .gs-blog-sidebar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 24px;
  background: #ffffff;
}
.gs-blog-wrapper .gs-blog-sidebar-wrapper.right-side {
  margin-left: 24px;
  margin-right: 0px;
}
@media (max-width: 991.97px) {
  .gs-blog-wrapper .gs-blog-sidebar-wrapper {
    margin-right: 0px;
  }
  .gs-blog-wrapper .gs-blog-sidebar-wrapper.right-side {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.gs-blog-wrapper .gs-blog-sidebar-wrapper .single-blog-widget:last-child {
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (max-width: 991.97px) {
  .gs-blog-wrapper .gs-blog-sidebar-wrapper .single-blog-widget:last-child {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

.gs-blog-details-wrapper .gs-blog-card .fea-img {
  margin-bottom: 16px;
}

.gs-blog-details-wrapper .gs-blog-card .fea-title {
  margin-top: 24px;
}

.gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1399.97px) {
  .gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper {
    gap: 10px;
  }
}
.gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper .single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #4c3533;
}
.gs-blog-details-wrapper
  .gs-blog-card
  .meta-info-wrapper
  .single-meta:last-child {
  border-right: none;
}
.gs-blog-details-wrapper
  .gs-blog-card
  .meta-info-wrapper
  .single-meta
  a.meta-title:hover {
  color: #9c5736;
}
.gs-blog-details-wrapper
  .gs-blog-card
  .meta-info-wrapper
  .single-meta
  .meta-title {
  display: inline-block;
  color: #4c3533;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
  padding-right: 30px;
}
@media (max-width: 1399.97px) {
  .gs-blog-details-wrapper
    .gs-blog-card
    .meta-info-wrapper
    .single-meta
    .meta-title {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper .single-meta {
    border-right: none;
  }
  .gs-blog-details-wrapper
    .gs-blog-card
    .meta-info-wrapper
    .single-meta
    .meta-title {
    padding-right: 0px;
  }
}

/********************** blog end **********************/
.gs-product-sidebar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.gs-product-sidebar-wrapper .price-range {
  padding-top: 24px;
}
.gs-product-sidebar-wrapper .price-range .ui-widget.ui-widget-content {
  border: none;
  height: 8px;
  background: #e9e6e6;
  border-radius: 2px;
}
.gs-product-sidebar-wrapper .price-range .ui-slider .ui-slider-range {
  background-color: #9c5736;
}
.gs-product-sidebar-wrapper .price-range .ui-slider-handle {
  cursor: pointer;
  top: -10px;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #9c5736;
}
.gs-product-sidebar-wrapper .price-range .ui-slider-handle.ui-state-active {
  background-color: #9c5736;
}
.gs-product-sidebar-wrapper .price-range .ui-slider-handle:focus-within {
  color: #9c5736;
  outline: none;
}
.gs-product-sidebar-wrapper .price-range .range_output {
  width: 100%;
  margin-top: 24px;
  color: #1f0300;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border: none;
}
.gs-product-sidebar-wrapper .warranty-type {
  padding-top: 24px;
}
.gs-product-sidebar-wrapper .warranty-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.gs-product-sidebar-wrapper .gs-recent-post-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}

.mobile-menu-widget > .single-product-widget {
  padding: 0;
}

.product-cat-widget {
  padding-top: 24px;
}
.product-cat-widget ul li.main-list {
  margin-bottom: 24px;
}
.product-cat-widget ul li.main-list:last-child {
  margin-bottom: 0;
}
.product-cat-widget ul li a {
  color: #1f0300;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}
.product-cat-widget ul li a:hover {
  color: #9c5736;
}
.product-cat-widget ul li a[data-bs-toggle="collapse"] {
  position: relative;
}
.product-cat-widget ul li a[data-bs-toggle="collapse"]::after {
  content: "-";
  font-size: 24px;
  position: absolute;
  right: 0;
}
.product-cat-widget ul li a[data-bs-toggle="collapse"][aria-expanded="true"] {
  color: #9c5736;
}
.product-cat-widget
  ul
  li
  a[data-bs-toggle="collapse"][aria-expanded="true"]::after {
  content: "";
}
.product-cat-widget
  ul
  li
  a[data-bs-toggle="collapse"][aria-expanded="false"]::after {
  content: "";
}
.product-cat-widget ul li button[aria-expanded="true"] {
  color: #9c5736;
}
.product-cat-widget ul li button[aria-expanded="true"] .fa-solid.fa-minus {
  display: block;
}
.product-cat-widget ul li button[aria-expanded="true"] .fa-solid.fa-plus {
  display: none;
}
.product-cat-widget ul li button[aria-expanded="false"] .fa-solid.fa-plus {
  display: block;
}
.product-cat-widget ul li button[aria-expanded="false"] .fa-solid.fa-minus {
  display: none;
}
.product-cat-widget ul li ul li {
  margin-bottom: 0 !important;
}
.product-cat-widget ul li ul li a {
  margin-bottom: 16px;
}

.product-nav-wrapper {
  background-color: #ffffff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-nav-wrapper h5 {
  font-weight: 500;
}
.product-nav-wrapper .sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-nav-wrapper .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 991.97px) {
  .product-nav-wrapper .filter-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.product-nav-wrapper .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.product-nav-wrapper .btn-wrapper .grid-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  padding: 13px 9px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #c7c0bf;
}
.product-nav-wrapper .btn-wrapper .grid-btn.active svg path {
  fill: #9c5736;
}

.attribute-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.single-product-details-content-wrapper {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 991.97px) {
  .single-product-details-content-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.single-product-details-content-wrapper hr {
  padding: 0;
  margin: 24px 0;
}
.single-product-details-content-wrapper .product-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product-details-content-wrapper .product-breadcrumb li::after {
  content: "/";
  margin-left: 10px;
}
.single-product-details-content-wrapper
  .product-breadcrumb
  li:last-child::after {
  content: "";
  margin-left: 0px;
}
.single-product-details-content-wrapper .product-breadcrumb li a {
  color: #030712;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .single-product-details-content-wrapper .product-breadcrumb li a {
    font-size: 16px;
  }
}
.single-product-details-content-wrapper .product-breadcrumb li a:hover {
  color: #9c5736;
}
.single-product-details-content-wrapper .gs-product-details-gallery-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.single-product-details-content-wrapper
  .gs-product-details-gallery-wrapper
  .gal-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 38px;
  padding: 9px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #9c5736;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #ffffff;
  font-size: 14px;
}
.single-product-details-content-wrapper .product-nav-slider {
  margin-top: 24px;
}
.single-product-details-content-wrapper
  .gs-product-details-gallery-wrapper
  .product-nav-slider
  .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.single-product-details-content-wrapper
  .gs-product-details-gallery-wrapper
  .main-img {
  width: 648px !important;
  height: 648px !important;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 1399.97px) {
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .main-img {
    height: 400px !important;
  }
}
@media (max-width: 1199.97px) {
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .main-img {
    width: 470px !important;
  }
}
@media (max-width: 991.97px) {
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .main-img {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .main-img {
    height: 350px !important;
  }
}
.single-product-details-content-wrapper
  .gs-product-details-gallery-wrapper
  .nav-img {
  width: 150px !important;
  height: 150px !important;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 767.98px) {
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .nav-img {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (max-width: 424.99px) {
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .nav-img {
    width: 80px !important;
    height: 80px !important;
  }
}
.single-product-details-content-wrapper .product-info-wrapper h3 {
  color: #1f0300;
  margin-bottom: 12px;
}
.single-product-details-content-wrapper .product-info-wrapper .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.single-product-details-content-wrapper
  .product-info-wrapper
  .price-wrapper
  h5 {
  color: #1f0300;
}
.single-product-details-content-wrapper
  .product-info-wrapper
  .price-wrapper
  h5
  del {
  font-weight: 400;
}
.single-product-details-content-wrapper
  .product-info-wrapper
  .price-wrapper
  .product-badge {
  display: inline-block;
  height: 38px;
  padding: 9px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  background-color: #030712;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 32px;
}
.single-product-details-content-wrapper .product-info-wrapper .rating-wrapper {
  padding-top: 12px;
}
.single-product-details-content-wrapper .product-stocks-wraper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.single-product-details-content-wrapper .product-stocks-wraper ul li {
  color: #4c3533;
}
.single-product-details-content-wrapper .product-stocks-wraper ul li span {
  color: #1f0300;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.single-product-details-content-wrapper .product-stocks-wraper ul li span b {
  font-weight: 500;
}
.single-product-details-content-wrapper .attribute-wrapper .attribute-title {
  color: #1f0300;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
  display: block;
}
.single-product-details-content-wrapper .variation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.single-product-details-content-wrapper .varition-title {
  color: #1f0300;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.single-product-details-content-wrapper .variation-sizes {
  margin-bottom: 24px;
}
.single-product-details-content-wrapper .variation-sizes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.single-product-details-content-wrapper
  .variation-sizes
  ul
  li
  input[type="radio"] {
  display: none;
}
.single-product-details-content-wrapper .variation-sizes ul li label {
  cursor: pointer;
  min-width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #030712;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-transform: capitalize;
  border: 1px solid #d9d4d4;
  background: #ffffff;
}
.single-product-details-content-wrapper
  .variation-sizes
  ul
  li
  input[type="radio"]:checked
  + label {
  border-color: #030712;
  background-color: #030712;
  color: #ffffff;
}
.single-product-details-content-wrapper .variation-colors {
  margin-bottom: 24px;
}
.single-product-details-content-wrapper .variation-colors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.single-product-details-content-wrapper
  .variation-colors
  ul
  li
  input[type="radio"] {
  display: none;
}
.single-product-details-content-wrapper .variation-colors ul li label {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.single-product-details-content-wrapper
  .variation-colors
  ul
  li
  input[type="radio"]:checked
  + label {
  border-color: #030712;
  background-color: #030712;
  color: #ffffff;
  outline: 2px solid;
  width: 40px;
  height: 40px;
  border: 4px solid #ffffff;
}
.single-product-details-content-wrapper .add-qty-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.single-product-details-content-wrapper
  .add-qty-wrapper
  .product-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product-details-content-wrapper
  .add-qty-wrapper
  .product-input-wrapper
  .action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 9px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: #e9e6e6;
  color: #1f0300;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-transform: capitalize;
}
.single-product-details-content-wrapper
  .add-qty-wrapper
  .product-input-wrapper
  .qty-input {
  height: 40px;
  padding: 9px 10px;
  color: #1f0300;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-transform: capitalize;
  border: none;
  outline: none;
  width: 60px;
  max-width: 100%;
  background-color: rgba(233, 230, 230, 0.4);
}
.single-product-details-content-wrapper
  .add-qty-wrapper
  .product-input-wrapper
  input[type="number"]::-webkit-inner-spin-button,
.single-product-details-content-wrapper
  .add-qty-wrapper
  .product-input-wrapper
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.single-product-details-content-wrapper .wish-compare-report-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 24px;
}
@media (max-width: 1199.97px) {
  .single-product-details-content-wrapper .wish-compare-report-wrapper {
    gap: 10px;
  }
}
.single-product-details-content-wrapper
  .wish-compare-report-wrapper
  .link
  .title {
  color: #1f0300;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-product-details-content-wrapper
  .wish-compare-report-wrapper
  .link
  svg
  path {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-product-details-content-wrapper
  .wish-compare-report-wrapper
  .link:hover {
  color: #9c5736;
}
.single-product-details-content-wrapper
  .wish-compare-report-wrapper
  .link:hover
  .title {
  color: #9c5736;
}
.single-product-details-content-wrapper
  .wish-compare-report-wrapper
  .link:hover
  svg
  path {
  stroke: #9c5736;
}
.single-product-details-content-wrapper .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.single-product-details-content-wrapper .share-links .share-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.single-product-details-content-wrapper .store-seller-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  background-color: #f8f7f7;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-product-details-content-wrapper .store-seller-wrapper span {
  color: #1f0300;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.single-product-details-content-wrapper .store-seller-wrapper span b {
  font-weight: 500;
}
.single-product-details-content-wrapper
  .store-seller-wrapper
  .action-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.single-product-details-content-wrapper
  .store-seller-wrapper
  .action-btns-wrapper
  .template-btn {
  padding: 8px 20px;
}

.tab-product-des-wrapper .nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 991.97px) {
  .tab-product-des-wrapper .nav-tabs {
    margin-bottom: 20px;
  }
}

.tab-product-des-wrapper .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 18px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #030712;
  color: #030712;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 120%;
}
.tab-product-des-wrapper .nav-link:hover {
  background: #9c5736;
  color: #ffffff;
  border: 1px solid #9c5736;
}
.tab-product-des-wrapper .nav-link.active {
  background: #9c5736;
  color: #ffffff;
  border: none;
}
@media (max-width: 1199.97px) {
  .tab-product-des-wrapper .nav-link {
    height: 48px;
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 575.97px) {
  .tab-product-des-wrapper .nav-link {
    font-size: 14px;
    height: 40px;
  }
}

.tab-product-des-wrapper .review-tab-content-wrapper .stars {
  display: inline-block;
}

.tab-product-des-wrapper .review-tab-content-wrapper .name {
  font-weight: 500;
  margin: 4px 0;
}

.tab-product-des-wrapper .review-tab-content-wrapper .reating-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.tab-product-des-wrapper .review-tab-content-wrapper .comment-body {
  margin-bottom: 16px;
}

.tab-product-des-wrapper .review-tab-content-wrapper .review-area .title {
  margin-top: 30px;
  margin-bottom: 5px;
}

.tab-product-des-wrapper
  .review-tab-content-wrapper
  .review-area
  .star-area
  .star-list
  li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #bdbdbd;
  position: relative;
}
.tab-product-des-wrapper
  .review-tab-content-wrapper
  .review-area
  .star-area
  .star-list
  li
  i {
  cursor: pointer;
  margin-right: -3px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.tab-product-des-wrapper
  .review-tab-content-wrapper
  .review-area
  .star-area
  .star-list
  li.active
  i,
.tab-product-des-wrapper
  .review-tab-content-wrapper
  .review-area
  .star-area
  .star-list
  li:hover
  i {
  color: #fac451;
}
.tab-product-des-wrapper
  .review-tab-content-wrapper
  .review-area
  .star-area
  .star-list
  li::after {
  position: absolute;
  content: "||";
  top: 0px;
  right: -18px;
}
.tab-product-des-wrapper
  .review-tab-content-wrapper
  .review-area
  .star-area
  .star-list
  li:last-child::after {
  display: none;
}

.tab-product-des-wrapper .review-tab-content-wrapper .write-comment-area {
  padding-top: 20px;
}
.tab-product-des-wrapper
  .review-tab-content-wrapper
  .write-comment-area
  textarea {
  width: 100%;
  height: 190px;
  background: #fff;
  color: #888888;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
  resize: none;
  outline: 0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.tab-product-des-wrapper
  .review-tab-content-wrapper
  .write-comment-area
  textarea:focus {
  border-color: #9c5736;
}

.tab-product-des-wrapper .sholesell-tab-content-wrapper .price-summary {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  opacity: 666;
  border-radius: 0 0 5px 5px;
}
.tab-product-des-wrapper
  .sholesell-tab-content-wrapper
  .price-summary
  .price-summary-content
  .title {
  font-weight: 500;
  background: #e9e6e6;
  color: #1f0300;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.tab-product-des-wrapper
  .sholesell-tab-content-wrapper
  .price-summary
  .price-summary-content
  .price-summary-list {
  padding: 5px 20px 15px;
}
.tab-product-des-wrapper .sholesell-tab-content-wrapper .price-summary li {
  font-size: 13px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  border-bottom: 1px solid #e9e6e6;
  padding: 12px 0;
}
.tab-product-des-wrapper
  .sholesell-tab-content-wrapper
  .price-summary
  li:last-child {
  border-bottom: none;
}

.gs-product-cards-slider-area {
  padding: 120px 0;
}
.gs-product-cards-slider-area.more-products-by-seller {
  background: #f6f6f6;
}
.gs-product-cards-slider-area .title {
  margin-bottom: 60px;
}
@media (max-width: 991.97px) {
  .gs-product-cards-slider-area .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.97px) {
  .gs-product-cards-slider-area {
    padding: 60px 0;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .slick-track {
    gap: 0;
  }
}

.slick-dots {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 991.97px) {
  .slick-dots {
    margin-top: 5px;
  }
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0;
  border-radius: 50%;
  background-color: rgba(255, 76, 59, 0.2);
}
.slick-dots li.slick-active button {
  border-radius: 8px;
  background-color: #9c5736;
}
@media (max-width: 575.97px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 575.97px) {
  .slick-dots {
    bottom: 35px;
  }
}

.gs-checkout-wrapper {
  padding: 120px 0;
}
@media (max-width: 991.97px) {
  .gs-checkout-wrapper {
    padding: 60px 0;
  }
}
.gs-checkout-wrapper .checkout-step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
  position: relative;
}
.gs-checkout-wrapper .checkout-step-wrapper .line {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: calc(100% - 100px);
  height: 1px;
  background-color: transparent;
  border-top: 1px dashed #030712;
  z-index: 1;
}
.gs-checkout-wrapper .checkout-step-wrapper .line-2 {
  position: absolute;
  top: 32%;
  z-index: 2;
  width: calc(50% - 50px);
  border-top: 1px solid #9c5736;
  left: 50px;
}
.gs-checkout-wrapper .checkout-step-wrapper .line-3 {
  position: absolute;
  top: 32%;
  z-index: 2;
  width: calc(50% - 50px);
  border-top: 1px solid #9c5736;
  right: 50px;
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step {
  position: relative;
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: #e9e6e6;
  color: #796866;
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
  color: #796866;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step.active .step-btn {
  background-color: #9c5736;
  color: #ffffff;
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step.active .step-txt {
  color: #9c5736;
}
@media (max-width: 767.98px) {
  .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
    font-size: 16px;
  }
}
@media (max-width: 459.99px) {
  .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
    font-size: 14px;
  }
}
@media (max-width: 399.97px) {
  .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
    font-size: 12px;
  }
}
.gs-checkout-wrapper .address-wrapper .form-title {
  margin-bottom: 24px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .label-cls {
  color: #1f0300;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 19px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #9a8e8c;
  color: #796866;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1199.97px) {
  .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls {
    padding: 12px 20px;
  }
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select {
  padding: 0px;
  height: 60px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
  padding: 19px 24px;
}
@media (max-width: 1199.97px) {
  .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select {
    height: 48px;
  }
  .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
    padding: 12px 20px;
  }
}
@media (max-width: 575.97px) {
  .gs-checkout-wrapper .address-wrapper .input-wrapper .label-cls {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
  }
  .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls {
    padding: 10px 20px;
  }
  .gs-checkout-wrapper
    .address-wrapper
    .input-wrapper
    .input-cls::-webkit-input-placeholder {
    font-size: 14px;
  }
  .gs-checkout-wrapper
    .address-wrapper
    .input-wrapper
    .input-cls:-ms-input-placeholder {
    font-size: 14px;
  }
  .gs-checkout-wrapper
    .address-wrapper
    .input-wrapper
    .input-cls::-ms-input-placeholder {
    font-size: 14px;
  }
  .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls::placeholder {
    font-size: 14px;
  }
  .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
    font-size: 14px;
  }
}
.gs-checkout-wrapper .summary-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 32px 24px;
  background-color: #f8f7f7;
}
.gs-checkout-wrapper .summary-box .summary-title {
  margin-bottom: 16px;
}
.gs-checkout-wrapper .summary-box .summary-inner-box {
  margin-top: 32px;
}
.gs-checkout-wrapper .summary-box .inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.gs-checkout-wrapper .summary-box .coupon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gs-checkout-wrapper .summary-box .coupon-wrapper button {
  width: 132px;
  padding: 18px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: #050404;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-checkout-wrapper .summary-box .coupon-wrapper button:hover {
  background-color: #745d5d;
}
@media (max-width: 399.97px) {
  .gs-checkout-wrapper .summary-box .coupon-wrapper button {
    padding: 14px 40px;
  }
}
.gs-checkout-wrapper .summary-box .coupon-wrapper input {
  padding: 15px 16px;
  color: #574240;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  width: calc(100% - 132px);
}
@media (max-width: 399.97px) {
  .gs-checkout-wrapper .summary-box .coupon-wrapper input {
    padding: 5px;
  }
}
.gs-checkout-wrapper .summary-box .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.gs-checkout-wrapper .summary-box .details-wrapper .price-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gs-checkout-wrapper .summary-box .details-wrapper .price-details span {
  color: #1f0300;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.gs-checkout-wrapper
  .summary-box
  .details-wrapper
  .price-details
  span.right-side {
  color: #4c3533;
}
@media (max-width: 399.97px) {
  .gs-checkout-wrapper .summary-box .details-wrapper .price-details span {
    font-size: 16px;
  }
}
.gs-checkout-wrapper .summary-box .final-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}
.gs-checkout-wrapper .summary-box .final-price span {
  color: #1f0300;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.gs-checkout-wrapper .summary-box .final-price span.total-amount {
  color: #9c5736;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.gs-checkout-wrapper .summary-box .btn-wrappers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.gs-checkout-wrapper .shipping-billing-address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  background-color: #f8f7f7;
}
.gs-checkout-wrapper
  .shipping-billing-address-wrapper
  .single-addres
  .single-addres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.gs-checkout-wrapper
  .shipping-billing-address-wrapper
  .single-addres
  .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.gs-checkout-wrapper
  .shipping-billing-address-wrapper
  .single-addres
  .edit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #050404;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-checkout-wrapper
  .shipping-billing-address-wrapper
  .single-addres
  .edit-btn:hover {
  background-color: #745d5d;
}
.gs-checkout-wrapper .shipping-billing-address-wrapper .single-addres h5 {
  margin-bottom: 16px;
}
.gs-checkout-wrapper .shipping-billing-address-wrapper .single-addres ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.gs-checkout-wrapper .shipping-billing-address-wrapper .single-addres ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.gs-checkout-wrapper
  .shipping-billing-address-wrapper
  .single-addres
  ul
  li
  span {
  color: #030712;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 399.97px) {
  .gs-checkout-wrapper .shipping-billing-address-wrapper {
    padding: 10px;
  }
  .gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    ul
    li
    svg {
    width: 16px;
    height: 16px;
  }
  .gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    ul
    .title {
    font-size: 14px;
  }
}
.gs-checkout-wrapper .product-infos-wrapper {
  margin-top: 40px;
  padding: 24px;
  background-color: #f8f7f7;
}
.gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper {
  border-radius: 12px;
  padding: 24px;
  background-color: #ffffff;
}
.gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul li span {
  color: #1f0300;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul li span b {
  font-weight: 500;
}
@media (max-width: 399.97px) {
  .gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul li span {
    font-size: 14px;
  }
}
.gs-checkout-wrapper .product-infos-wrapper .product-list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.gs-checkout-wrapper
  .product-infos-wrapper
  .product-list
  .checkout-single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #b7aead;
}
@media (max-width: 767.98px) {
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    img {
    width: 100%;
  }
}
.gs-checkout-wrapper
  .product-infos-wrapper
  .product-list
  .checkout-single-product
  .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.gs-checkout-wrapper
  .product-infos-wrapper
  .product-list
  .checkout-single-product
  .product-specifications-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.gs-checkout-wrapper
  .product-infos-wrapper
  .product-list
  .checkout-single-product
  .product-specifications-list
  .specification-name {
  font-weight: 500;
  color: #1f0300;
  line-height: 130%;
}
.gs-checkout-wrapper
  .product-infos-wrapper
  .product-list
  .checkout-single-product
  .product-specifications-list
  .specification {
  color: #4c3533;
  line-height: 130%;
}
@media (max-width: 399.97px) {
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list
    .specification-name {
    font-size: 14px;
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list
    .specification {
    font-size: 14px;
  }
}
.gs-checkout-wrapper
  .product-infos-wrapper
  .product-list
  .checkout-single-product
  .product-title {
  color: #1f0300;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-checkout-wrapper
  .product-infos-wrapper
  .product-list
  .checkout-single-product
  .product-title:hover {
  color: #9c5736;
}
.gs-checkout-wrapper
  .product-infos-wrapper
  .product-list
  .checkout-single-product:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.gs-checkout-wrapper .select-payment-list-wrapper {
  padding: 40px 24px;
  background-color: #f8f7f7;
}
.gs-checkout-wrapper .select-payment-list-wrapper .title {
  margin-bottom: 32px;
}
.gs-checkout-wrapper .select-payment-list-wrapper .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.gs-checkout-wrapper .select-payment-list-wrapper .gs-radio-wrapper {
  gap: 12px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.gs-checkout-wrapper
  .select-payment-list-wrapper
  .gs-radio-wrapper
  .icon-label {
  top: 3px;
}
.gs-checkout-wrapper
  .select-payment-list-wrapper
  .gs-radio-wrapper
  .label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-left: 32px;
}
.gs-checkout-wrapper
  .select-payment-list-wrapper
  .gs-radio-wrapper
  .label-wrapper
  .label-title {
  color: #4c3533;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.gs-checkout-wrapper
  .select-payment-list-wrapper
  .gs-radio-wrapper
  .label-wrapper
  .lable-subtitle {
  color: #4c3533;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gs-checkout-wrapper .transection-wrapper {
  margin-top: 32px;
  padding: 24px;
  border-radius: 8px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.gs-checkout-wrapper .transection-wrapper .transection-title {
  color: #4c3533;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.gs-checkout-wrapper .transection-wrapper .transection-title b {
  font-weight: 500;
}

.gs-compare-wrapper table td {
  padding: 16px;
  min-width: 180px;
  vertical-align: top;
}
.gs-compare-wrapper table td .product-title {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  color: #1f0300;
}
.gs-compare-wrapper table td .product-title:hover {
  color: #9c5736;
}
.gs-compare-wrapper table td.btn-wrapper a:first-child {
  margin-bottom: 16px;
}
@media (max-width: 991.97px) {
  .gs-compare-wrapper table td.btn-wrapper a:first-child {
    margin-bottom: 8px;
  }
}

.gs-user-affiliate-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 991.97px) {
  .gs-user-affiliate-content-wrapper {
    gap: 24px;
  }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 991.97px) {
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper {
    gap: 24px;
  }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-box-wrapper,
.gs-user-affiliate-content-wrapper
  .affiliate-program-wrapper
  .affiliate-banner-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 28px;
}
@media (max-width: 991.97px) {
  .gs-user-affiliate-content-wrapper
    .affiliate-program-wrapper
    .copy-box-wrapper,
  .gs-user-affiliate-content-wrapper
    .affiliate-program-wrapper
    .affiliate-banner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gs-user-affiliate-content-wrapper
  .affiliate-program-wrapper
  .title-des-wrapper {
  width: 291px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 459.99px) {
  .gs-user-affiliate-content-wrapper
    .affiliate-program-wrapper
    .title-des-wrapper {
    width: 100%;
  }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-box {
  width: calc(100% - 291px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  background-color: #f8f7f7;
}
@media (max-width: 991.97px) {
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-box {
    width: 100%;
  }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .img-wrapper {
  width: calc(100% - 291px);
}
@media (max-width: 991.97px) {
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .img-wrapper {
    width: 100%;
  }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .img-wrapper img {
  max-width: 370px;
}
@media (max-width: 767.98px) {
  .gs-user-affiliate-content-wrapper
    .affiliate-program-wrapper
    .img-wrapper
    img {
    max-width: initial;
  }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-text {
  overflow-x: scroll;
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #9c5736;
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-btn:hover {
  background-color: #619747;
}
.gs-user-affiliate-content-wrapper .pagination-wrapper {
  margin-top: 44px;
}
@media (max-width: 991.97px) {
  .gs-user-affiliate-content-wrapper .pagination-wrapper {
    margin-top: 14px;
  }
}

.gs-user-conversation-content-wrapper {
  overflow: hidden;
  padding: 48px 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .gs-user-conversation-content-wrapper {
    padding: 20px;
  }
}
.gs-user-conversation-content-wrapper .ud-page-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.gs-user-conversation-content-wrapper .left-arrow-btn {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  background: #e9e6e6;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-user-conversation-content-wrapper .left-arrow-btn:hover {
  background: #c7c0bf;
}
.gs-user-conversation-content-wrapper .conversation-boxes-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
.gs-user-conversation-content-wrapper
  .conversation-boxes-wrapper
  .conversation-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  background: #f8f7f7;
}
.gs-user-conversation-content-wrapper
  .conversation-boxes-wrapper
  .conversation-box
  .message-and-time-wrapper {
  min-height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  border-left: 1px solid #d9d4d4;
  padding-left: 24px;
}
.gs-user-conversation-content-wrapper
  .conversation-boxes-wrapper
  .conversation-box
  .message-and-time-wrapper
  .time {
  color: #796866;
}
.gs-user-conversation-content-wrapper
  .conversation-boxes-wrapper
  .conversation-box
  .message-and-time-wrapper
  .message {
  color: #1f0300;
}
.gs-user-conversation-content-wrapper
  .conversation-boxes-wrapper
  .conversation-box.conversation-right {
  background: #fff5f5;
}
.gs-user-conversation-content-wrapper
  .conversation-boxes-wrapper
  .conversation-box.conversation-right
  .message-and-time-wrapper {
  border-left: 0;
  padding-left: 0;
  border-right: 1px solid #d9d4d4;
  padding-right: 24px;
}
@media (max-width: 767.98px) {
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box
    .message-and-time-wrapper {
    padding-left: 0;
    border-left: 0;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box.conversation-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box.conversation-right
    .message-and-time-wrapper {
    border-right: 0 !important;
    padding-right: 0;
  }
}
.gs-user-conversation-content-wrapper
  .conversation-boxes-wrapper
  .message-sender-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .message-sender-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.gs-user-conversation-content-wrapper
  .conversation-boxes-wrapper
  .message-sender-box
  .avater {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}
.gs-user-conversation-content-wrapper
  .conversation-boxes-wrapper
  .message-sender-box
  .message-sender {
  color: #1f0300;
}
.gs-user-conversation-content-wrapper .send-message-form {
  margin-top: 60px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767.98px) {
  .gs-user-conversation-content-wrapper .send-message-form {
    margin-top: 30px;
    gap: 16px;
  }
}
.gs-user-conversation-content-wrapper .send-message-form .message-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 171px;
  padding: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #e9e6e6;
  outline: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-user-conversation-content-wrapper .send-message-form .message-input:focus {
  border: 1px solid #9c5736;
}
.gs-user-conversation-content-wrapper
  .send-message-form
  .conversation-reply-btn {
  width: 100%;
}

.vendor-edit-profile-section-wrapper .gs-edit-profile-section {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px 60px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 18px;
}
@media (max-width: 991.97px) {
  .vendor-edit-profile-section-wrapper .gs-edit-profile-section {
    padding: 16px 16px 30px 16px;
    gap: 4px;
  }
}
.vendor-edit-profile-section-wrapper
  .gs-edit-profile-section
  .edit-profile-area {
  width: 100%;
  margin-top: 0;
}
.vendor-edit-profile-section-wrapper
  .gs-edit-profile-section
  .edit-profile-area
  .btn-forms {
  width: 305px;
  margin-top: 50px;
}
@media (max-width: 575.97px) {
  .vendor-edit-profile-section-wrapper
    .gs-edit-profile-section
    .edit-profile-area
    .btn-forms {
    width: 100%;
    margin-top: 30px;
  }
}

.attachment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 32px;
  gap: 16px;
}
.attachment-box .title {
  color: #351c1a;
  line-height: 120%;
}
.attachment-box .description {
  color: #796866;
  line-height: 120%;
}
.attachment-box .template-btn {
  margin-top: 8px;
}
.attachment-box .template-btn.outline-btn {
  font-weight: 400;
}
.attachment-box .input-file {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.attachment-box .dark-btn {
  color: #ffffff;
  cursor: pointer;
  padding: 18px 40px;
}
.attachment-box .fileName {
  margin-left: 10px;
}

.gs-vendor-order-invoice {
  padding: 48px 48px 80px 48px;
  background-color: #ffffff;
}
.gs-vendor-order-invoice .vendor-table-wrapper {
  padding: 0;
}
.gs-vendor-order-invoice .calculation-list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.gs-vendor-order-invoice .calculation-list .calculation-list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
.gs-vendor-order-invoice .calculation-list .calculation-list-item .amount {
  min-width: 161px;
}
@media (max-width: 767.98px) {
  .gs-vendor-order-invoice .calculation-list .calculation-list-item .amount {
    min-width: 112px;
  }
}
.gs-vendor-order-invoice .calculation-list .calculation-list-item:last-child {
  border-top: 1px solid #d9d4d4;
  padding-top: 16px;
}
@media (max-width: 991.97px) {
  .gs-vendor-order-invoice .calculation-list .calculation-list-item {
    gap: 60px;
    font-size: 16px;
  }
}
@media (max-width: 991.97px) {
  .gs-vendor-order-invoice {
    padding: 24px 24px 40px 24px;
  }
}
@media (max-width: 575.97px) {
  .gs-vendor-order-invoice {
    padding: 12px 12px 20px 12px;
  }
}

.gs-order-info-cards-wrapper {
  margin-bottom: 28px;
}
.gs-order-info-cards-wrapper .order-info-card {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 28px;
  border-radius: 12px;
  background: #ffffff;
}
.gs-order-info-cards-wrapper .order-info-card .title {
  color: #1f0300;
  font-weight: 500;
}
.gs-order-info-cards-wrapper .order-info-card .info-list {
  width: 100%;
}
.gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  border-bottom: 1px solid #e9e6e6;
  color: #1f0300;
  font-size: 16px;
  line-height: 120%;
}
.gs-order-info-cards-wrapper
  .order-info-card
  .info-list
  .info-list-item
  .info-type {
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item .info {
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
  word-break: break-all;
  white-space: normal;
}
.gs-order-info-cards-wrapper
  .order-info-card
  .info-list
  .info-list-item:last-child {
  border-bottom: none;
}
@media (max-width: 1599.99px) {
  .gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item {
    gap: 24px;
  }
}
@media (max-width: 991.97px) {
  .gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item {
    padding: 12px 0;
    font-size: 14px;
  }
}
.gs-order-info-cards-wrapper .order-info-card.order-details-card .info-type {
  min-width: 141px;
}
.gs-order-info-cards-wrapper .order-info-card.billing-details-card .info-type,
.gs-order-info-cards-wrapper .order-info-card.shipping-address-card .info-type {
  min-width: 99px;
}
@media (max-width: 991.97px) {
  .gs-order-info-cards-wrapper .order-info-card {
    gap: 14px;
  }
}
@media (max-width: 767.98px) {
  .gs-order-info-cards-wrapper .order-info-card {
    padding: 16px;
  }
}

.gs-vendor-profile-banner {
  padding: 32px 32px 80px 32px;
  border-radius: 12px;
  background: #ffffff;
}
.gs-vendor-profile-banner .title {
  color: #1f0300;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 991.97px) {
  .gs-vendor-profile-banner .title {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .gs-vendor-profile-banner .title {
    margin-bottom: 14px;
  }
}
.gs-vendor-profile-banner .banner-des-btn-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
@media (max-width: 991.97px) {
  .gs-vendor-profile-banner .banner-des-btn-wrapper {
    gap: 24px;
  }
}
.gs-vendor-profile-banner .banner-des-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0px 68px 0px 68px;
  gap: 26px;
}
.gs-vendor-profile-banner .banner-des-wrapper .des {
  color: #4c3533;
  line-height: 120%;
}
@media (max-width: 991.97px) {
  .gs-vendor-profile-banner .banner-des-wrapper {
    padding: 0;
  }
}
.gs-vendor-profile-banner .banner-wrapper {
  height: 366px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.gs-vendor-profile-banner .banner-wrapper .banner {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gs-vendor-profile-banner .banner-wrapper .change-banner-btn {
  position: absolute;
  bottom: 24px;
  right: 47px;
  cursor: pointer;
}
@media (max-width: 991.97px) {
  .gs-vendor-profile-banner .banner-wrapper {
    height: 280px;
  }
}
@media (max-width: 575.97px) {
  .gs-vendor-profile-banner .banner-wrapper {
    height: 180px;
  }
}
@media (max-width: 991.97px) {
  .gs-vendor-profile-banner {
    padding: 16px 16px 40px 16px;
  }
}

.gs-vendor-bulk-product-upload {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  background: #ffffff;
  padding: 48px 48px 80px 48px;
} 
@media (max-width: 991.97px) {
  .gs-vendor-bulk-product-upload {
    padding: 24px 24px 40px 24px;
    gap: 24px;
  }
}
.gs-vendor-bulk-product-upload .title-downdload-btn-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 991.97px) {
  .gs-vendor-bulk-product-upload .title-downdload-btn-wrapper {
    gap: 16px;
  }
}
.gs-vendor-bulk-product-upload .upload-box {
  width: 100%;
  max-width: 873px;
  padding: 102px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
  border: 1px dashed #1f0300;
  background: #f8f7f7;
}
@media (max-width: 991.97px) {
  .gs-vendor-bulk-product-upload .upload-box {
    padding: 52px 12px;
    gap: 12px;
  }
}
.gs-vendor-bulk-product-upload .upload-box .upload-box-texts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991.97px) {
  .gs-vendor-bulk-product-upload .upload-box .upload-box-texts-wrapper {
    gap: 8px;
  }
}
.gs-vendor-bulk-product-upload
  .upload-box
  .upload-box-texts-wrapper
  .upload-box-title {
  color: #1f0300;
}
.gs-vendor-bulk-product-upload
  .upload-box
  .upload-box-texts-wrapper
  .upload-box-title
  .link {
  color: #9c5736;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gs-vendor-bulk-product-upload
  .upload-box
  .upload-box-texts-wrapper
  .upload-box-title
  .link:hover {
  color: #619747;
}
.gs-vendor-bulk-product-upload
  .upload-box
  .upload-box-texts-wrapper
  .upload-box-des {
  color: #1f0300;
  line-height: 120%;
}
.gs-vendor-bulk-product-upload .upload-box .dz-message {
  display: none;
}
.gs-vendor-bulk-product-upload .import-btn {
  cursor: pointer;
}

.select-product-types-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  background: #ffffff;
}
.select-product-types-wrapper .title {
  color: #1f0300;
}
.select-product-types-wrapper .inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 991.97px) {
  .select-product-types-wrapper .inputs-wrapper {
    gap: 20px;
  }
}
.select-product-types-wrapper .inputs-wrapper .label {
  color: #4c3533;
  font-family: Saira;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1199.97px) {
  .select-product-types-wrapper .inputs-wrapper .label {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .select-product-types-wrapper .inputs-wrapper .label {
    font-size: 16px;
  }
}

.add-product-form {
  margin-top: 8px;
}
@media (max-width: 991.97px) {
  .add-product-form {
    margin-top: 0;
  }
}
.add-product-form .form-group {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  border-radius: 12px;
  background: #ffffff;
}
@media (max-width: 991.97px) {
  .add-product-form .form-group {
    gap: 16px;
    padding: 16px;
  }
}
.add-product-form .form-group label {
  margin-top: 0;
}
.add-product-form .form-group .check-box-label {
  margin-bottom: 0;
}
.add-product-form .form-group .input-label-wrapper {
  width: 100%;
}
.add-product-form .physical-product-inputes-wrapper,
.add-product-form .digital-product-inputes-wrapper,
.add-product-form .upload-by-file,
.add-product-form .upload-by-url {
  display: none;
}
.add-product-form .physical-product-inputes-wrapper.show,
.add-product-form .digital-product-inputes-wrapper.show,
.add-product-form .upload-by-file.show,
.add-product-form .upload-by-url.show {
  display: initial;
}
.add-product-form .lebel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.add-product-form .lebel-box .main-label {
  color: #1f0300;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 991.97px) {
  .add-product-form .lebel-box .main-label {
    font-size: 14px;
  }
}
.add-product-form .lebel-box .sub-label {
  color: #796866;
  font-size: 12px;
  line-height: 170%;
}
@media (max-width: 991.97px) {
  .add-product-form .lebel-box .sub-label {
    font-size: 10px;
  }
}
.add-product-form .color-input {
  width: 64px;
  padding: 18px;
  border: 1px solid #d9d4d4;
  border-left: none;
  border-radius: 0 8px 8px 0;
}

.add-product-form-sidebar .img {
  max-width: 429px;
  cursor: pointer;
  max-height: 429px;
  -o-object-fit: cover;
  object-fit: cover;
}

.add-product-form-sidebar .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1919.97px) {
  .feature-tag-keyword-input-wrapper,
  .feature-tag-color-input-wrapper {
    width: 100%;
  }
}

@media (max-width: 991.97px) {
  .feature-tag-keyword-input-wrapper,
  .feature-tag-color-input-wrapper {
    width: 50%;
  }
}

@media (max-width: 575.97px) {
  .feature-tag-keyword-input-wrapper,
  .feature-tag-color-input-wrapper {
    width: 100%;
  }
}

.gs-vendor-erning .total-erning-box {
  width: 100%;
  max-width: 814px;
  margin-bottom: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 28px;
  border-radius: 12px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.97px) {
  .gs-vendor-erning .total-erning-box {
    margin-bottom: 24;
    padding: 24px;
    gap: 14px;
  }
}
.gs-vendor-erning .total-erning-box .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 44px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #f8f7f7;
}
@media (max-width: 991.97px) {
  .gs-vendor-erning .total-erning-box .title-wrapper {
    padding: 22px 20px;
  }
}
.gs-vendor-erning .total-erning-box .title-wrapper .title {
  color: #1f0300;
}
.gs-vendor-erning .total-erning-box .filter-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 23px;
}
@media (max-width: 991.97px) {
  .gs-vendor-erning .total-erning-box .filter-box {
    gap: 12px;
  }
}
@media (max-width: 575.97px) {
  .gs-vendor-erning .total-erning-box .filter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gs-vendor-erning .total-erning-box .filter-box .filter-input {
  display: inline-block;
  max-height: 56px;
}
@media (max-width: 1199.97px) {
  .gs-vendor-erning .total-erning-box .filter-box .filter-input {
    max-height: 48px;
  }
}
@media (max-width: 575.97px) {
  .gs-vendor-erning .total-erning-box .filter-box .filter-input {
    max-height: 40px;
    width: 100%;
  }
}
.gs-vendor-erning .total-erning-box .filter-box .fitler-reset-btns-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 23px;
}
@media (max-width: 991.97px) {
  .gs-vendor-erning .total-erning-box .filter-box .fitler-reset-btns-wrapper {
    gap: 12px;
  }
}
@media (max-width: 575.97px) {
  .gs-vendor-erning
    .total-erning-box
    .filter-box
    .fitler-reset-btns-wrapper
    button {
    width: calc(50% - 6px);
  }
}
.template-btn.unique_btn {
  background-color: #F2C200;
}

.template-btn.unique_btn:hover {
  background-color: #F8E080;
}
#arrivals_section {
    padding-bottom: 10px;
    padding-top: 60px;
}
#arrivals_section .container { 
    padding-bottom: 40px !important; 
}   
.cate-slider-content {
    text-align: center;
}
.cate-slider-content .post-title a {
    font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
    color: #333333b8;
    line-height: 24px;
    display: block;
    margin: 10px 0 0;
}
.cate-slider-content .read-more a {
    color: #bd7f16;
    font-weight: normal;
    font-size: 13px;
    text-decoration: underline;
}
.cate-slider-content .post-title {
    line-height: initial;
}
#megamenu__wdth {
    width: 20%;
    padding: 10px;
}

.find-us-on img {
    width: 55%;
    margin-bottom: 10px;
}  




/*--========================                           ======================== 
========================  Top Header Patti Slide Css Start Here ======================== 
/*--========================                           ========================  */

/* MAIN ANNOUNCEMENT BAR (no dots) */
.announcement-slider {
  --bg: #9C5736;
  --text: #fef7e8;
  --arrow-size: 32px;
  
  background: var(--bg);
  color: var(--text);
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  animation: subtleRise 0.4s ease-out;
} 
.slider-container {
  position: relative;
  width: 100%;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
} 
.slider-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  will-change: transform;
} 
.slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px;
  min-height: 35px;
  font-weight: 450;
} 
.slide-content {
    max-width: 90%;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    /* text-decoration: underline; */
}
.slide-content a {
  color: inherit;  
  text-underline-offset: 3px;
  font-weight: 500;
  transition: opacity 0.2s;
}
.slide-content a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.slide-content strong {
  font-weight: 600; 
} 
/* navigation buttons only */
.slider-nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: transparent;
  backdrop-filter: blur(2px);
  border: none;
  width: auto;
  height: auto;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 12;
  color: white;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  padding: 0;
} 
.btn-prev {
  left: 8%;
}
.btn-next {
  right: 8%;
} 
@media (max-width: 640px) {
  .slide {
      padding: 12px 40px;
  }
  .slide-content {
      font-size: 0.85rem;
  }
  .slider-nav-btn {
    width: 28px;
    height: 28px;
    font-size: 30px;
}
  .btn-prev {
      left: 6px;
  }
  .btn-next {
      right: 6px;
  }
}

@keyframes subtleRise {
  0% { opacity: 0; transform: translateY(4px);}
  100% { opacity: 1; transform: translateY(0);}
} 
.slider-nav-btn:focus-visible {
  outline: 2px solid #ffd966;
  outline-offset: 2px;
}



/*--========================                           ======================== 
========================  Top Header Patti Slide Css End Here ======================== 
/*--========================                           ========================  */




/*--========================                           ======================== 
========================  Beds WEB Page Css Start Here ======================== 
/*--========================                           ========================  */

.palette--light.bg--neutral {
  background: #ffffff;
}

.wrapper {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding-inline: 0;
}

.section-padding {
  padding-top: var(--PT, 20px);
  padding-bottom: var(--PB, 64px);
}

/* ========== COLLECTION NAV (Filter / Sort) ========== */
.collection__nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}
.collection__nav__buttons {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.collection__filters__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f5f5f5;
  padding: 8px 18px;
  border-radius: 40px;
  transition: 0.2s;
  cursor: pointer;
  border: none;
}
.collection__filters__toggle svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}
.popout {
  position: relative;
}
.popout__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  padding: 8px 18px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
}
.popout-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: white;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  border-radius: 18px;
  list-style: none;
  padding: 8px 0;
  min-width: 210px;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.popout:hover .popout-list,
.popout:focus-within .popout-list {
  opacity: 1;
  visibility: visible;
}
.popout-list__item a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  color: #111;
  font-size: 0.85rem;
}
.popout-list__item--current a {
  background: #f0f0f0;
  font-weight: 600;
}
.collection__active__filters__wrapper {
  margin: 16px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.collection__count {
  font-size: 0.85rem;
  color: #4a4a4a;
  font-weight: 500;
}

/* ========== FILTER SIDEBAR (DRAWER) ========== */
.collection__filters__wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: min(420px, 86%);
  height: 100dvh;
  background: white;
  z-index: 1000;
  transition: left 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 2px 0 30px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
}
.collection__filters__wrapper.open {
  left: 0;
}
.drawer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #ececec;
}
.cart__drawer__title {
  font-size: 1.35rem;
  font-weight: 600;
}
.drawer__button {
  background: none;
  border: none;
  cursor: pointer;
}
.drawer__button svg {
  width: 26px;
  height: 26px;
  stroke: #111;
}
.collection__filters__inner {
  padding: 24px;
  flex: 1;
  overflow-y: auto;
}
.sidebar__filter__group {
  margin-bottom: 28px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.sidebar__heading {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px 0;
}
.sidebar__navigation__list {
  list-style: none;
  margin-top: 18px;
  padding-left: 6px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.filter__button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter__button label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 0.9rem;
}
.filter__price__fields {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}
.filter__price__field {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 60px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
}
.filter__price__field input {
  border: none;
  width: 100%;
  outline: none;
  background: transparent;
  font-size: 0.85rem;
}
.drawer__underlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(3px);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.drawer__underlay.active {
  visibility: visible;
  opacity: 1;
}

/* ========== PRODUCT GRID (exact original layout with hover image swap) ========== */
.collection__content {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.js-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 18px;
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 90%;
  }
  .js-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 24px;
  }
}
.product-grid-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0;
  transition: all 0.2s;
  position: relative;
}
.product-grid-item__container {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background: #fafafa;
  aspect-ratio: 1 / 1;
}
/* Hover image swap logic */
.product-grid-item__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-grid-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}
.product-grid-item__image--secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-grid-item__container:hover .product-grid-item__image--primary {
  opacity: 0;
}
.product-grid-item__container:hover .product-grid-item__image--secondary {
  opacity: 1;
}
/* tag styles original */
.tag_nre {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tag_best {
  background: #9c5736;
  padding: 5px 12px;
  border-radius: 0;
  text-align: center;
}
.tag_best p {
  font-size: 10px;
  font-weight: 300;
  color: white;
  margin: 0;
  letter-spacing: 0.3px;
}
/* quick add button + hover effects */
.grid-item-atc {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 8;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  width: 90%;
}
.product-grid-item__container:hover .grid-item-atc {
  opacity: 1;
  transform: translateY(0);
}
.stain-button-canvas {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  padding: 10px 16px;
  font-weight: 600;  
  font-size: 0.8rem;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
}
.stain-button-canvas:hover {
  background: #f2f2f2;
  transform: scale(0.96);
}
.product__grid__info {
  padding: 8px 8px 8px 0px;
  text-align: left;
}
.product__grid__title {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 4px;
}
.product__grid__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 0.9rem;
}
.price.on-sale {
  color: #b45f2b;
  font-weight: 700;
}
.compare-at {
  text-decoration: line-through;
  color: #8a8a8a;
  font-size: 0.8rem;
}
.compare-at_discount {
  font-size: 0.7rem;
  background: #f2eee9;
  padding: 2px 8px;
  border-radius: 40px;
  font-weight: 500;
}
.new_line p {
  font-size: 12px;
  color: #9e5635;
  margin-top: 5px;
  font-weight: 300;
}
.new_line p strong {
  font-weight: 700;
}
@media (max-width: 640px) {
  .tag_best p { font-size: 8px; }
  .tag_nre { top: 8px; left: 8px; }
  .stain-button-canvas { padding: 5px 10px; font-size: 0.7rem; }
}

/* infinite loader style original */
.collection__infinite-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: auto;
  margin-top: 40px;
  padding: 12px 26px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 12px 30px rgba(17,17,17,0.06);
  color: rgba(17,17,17,0.72);
}
.collection__infinite-loader__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.collection__infinite-loader__dots {
  display: inline-flex;
  gap: 6px;
}
.collection__infinite-loader__dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.22;
  animation: collection-infinite-loader 1s ease-in-out infinite;
}
.collection__infinite-loader__dots span:nth-child(2) { animation-delay: 0.15s; }
.collection__infinite-loader__dots span:nth-child(3) { animation-delay: 0.3s; }
@keyframes collection-infinite-loader {
  0%,80%,100% { opacity: 0.22; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-3px); }
}
.text-center {
  text-align: center;
}
a {
  text-decoration: none;
  color: inherit;
} 


/*--========================                           ======================== 
========================  Beds WEB Page Css Start Here ======================== 
/*--========================                           ========================  */










/*--========================                           ======================== 
========================  Product Detail Page Css Start Here ======================== 
/*--========================                           ========================  */ 
.product-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 20px 48px;
}

/* breadcrumb */
.breadcrumb {
    font-size: 14px;
    color: #000;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 10px;
}
.breadcrumb a {
    color: #000;
    text-decoration: none;
}
.breadcrumb span {
    color: #a45b38;
    font-weight: 500;
}

/* 2 column layout */
.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.gallery-column {
    flex: 1.2;
    min-width: 280px;
}
.info-column {
    flex: 1;
    min-width: 280px;
}

/* Image Gallery Grid */
.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    background: #fafafc;
    border: 1px solid #f0f0f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gallery-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 2;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
 

/* price area */
.price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    margin: 8px 0 4px;
}
.current-price {
    font-size: 18px;
    font-weight: 400;
    color: #c7a04e;
}
.old-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #9b9b9b; 
    font-weight: normal;
}
.discount-badge {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px 4px 10px;
    background: #eee !important;
    border-radius: 40px;
}
 
.short-desc {
    font-size: 13px;
    color: #303030;
    margin: 15px 0;
    font-weight: normal;
}
 

/* variant radios - Size Selection */
.variant-group {
    margin: 20px 0 12px;
}
.variant-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}
.radio-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.radio-btn {
    display: inline-block;
}
.radio-btn input {
    display: none;
}
.radio-btn label {
    background: #f4f4f6;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid #e2e2e6;
    transition: all 0.2s;
}
.radio-btn input:checked + label {
    background: #000;
    color: white;
    border-color: #000;
} 
  
/* buttons */
.action-buttons {
    display: block;
    margin: 20px 0;
}
.btn-add-cart {
    color: #a45b38;
    border: 1px solid #a45b38;
    padding: 14px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
    width: 45%;
}
.btn-buy-now {
    background: #94D4FD;
    color: #000;
    border: none;
    padding: 14px;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    width: 48%;
    letter-spacing: 2px;
    border: 1px solid #94d4ff;
}
  
/* ACCORDION WITH ANIMATION */
.accordion-wrapper {
    margin-top: 12px;
}
.accordion-item {
    border-bottom: 1px solid #ececec;
}
.accordion-header {
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    padding: 18px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1e1e1e;
}
.accordion-header .icon {
    font-size: 20px;
    font-weight: 400;
    color: #a45b38;
    transition: transform 0.2s;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.33, 1, 0.68, 1);
    font-size: 14px;
    color: #4b4b4b;
    line-height: 1.55;
}
.accordion-content.show {
    max-height: 500px;
}
.accordion-content-inner {
    padding-bottom: 18px;
}
.key-feature-list {
    list-style: none;
    padding-left: 0;
}
.key-feature-list li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.key-feature-list li::before {
    content: "✓";
    color: #a45b38;
    font-weight: bold;
}

/* ========== LIGHTBOX MODAL (NO HOVER ZOOM) ========== */
.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
}
.image-modal.active {
    visibility: visible;
    opacity: 1;
}
.modal-inner {
    max-width: 85vw;
    max-height: 85vh;
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
}
.modal-inner img {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 12px;
}
.close-modal {
    position: absolute;
    top: 28px;
    right: 32px;
    color: white;
    font-size: 38px;
    cursor: pointer;
    font-weight: 300;
    transition: 0.2s;
    z-index: 10001;
}
.close-modal:hover {
    transform: scale(1.1);
}  

@media (max-width: 750px) {
    .product-page {
        padding: 16px;
    }
    .product-title {
        font-size: 24px;
    }
    .current-price {
        font-size: 24px;
    }
    .offer-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    } 
    .product-grid { 
        gap: 0px;
    }
    .product-grid .col-lg-6.mt-4 {
        padding: 0 12px;
    }
} 

 
/*--========================                           ======================== 
========================  Product Detail Page Css End Here ======================== 
/*--========================                           ========================  */
 

/*--========================                           ======================== 
========================  LogIn Page Css Start Here ======================== 
/*--========================                           ========================  */

.login__pagedata .login-card {
    width: 28%;
    overflow: hidden;
    transition: all 0.2s ease;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 30px 25px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 4%);
    text-align: left;
}
#emailStepError .alert.alert-danger {
    font-size: 13px;
    padding: 5px 10px !important;
    height: auto;
    line-height: initial;
}
p.mt-2.small.text-muted .text-dark.fw-semibold {
    text-decoration: underline;
}
/* step visibility */
.login__pagedata .step {
    transition: opacity 0.28s ease, transform 0.28s ease;
}
.login__pagedata .step-hidden {
    display: none;
}
.login__pagedata .step-visible {
    display: block;
    animation: fadeSlideUp 0.32s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
}
@keyframes fadeSlideUp {
    0% { opacity: 0; transform: translateY(12px); }
    100% { opacity: 1; transform: translateY(0); }
} 
/* headers */
.login__pagedata .step-header {
    margin-bottom: 0.8rem;
}
.login__pagedata .step-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 5px;
}
.login__pagedata .step-desc {
    color: #000;
    line-height: 1.4;
    font-size: 14px;
}
/* email input */
.login__pagedata .input-group {
    margin: 1.2rem 0 0.5rem 0;
    display: block;
}
.login__pagedata .email-input-wrapper input {
    display: block;
    background: #fff;
    border: 1.5px solid #c6bcbc;
    border-radius: 5px;
    transition: all 0.2s;
    padding: 12px 15px;
    width: 100%;
}
::placeholder{
    font-weight: 400;
    font-family: sans-serif;
    font-size: 15px;
    color: #000 !important;
}
.login__pagedata .email-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    font-family: inherit;
}
.login__pagedata .email-input::placeholder {
    color: #94a3b8;
    font-weight: 450;
} 
/* OTP inputs */
.login__pagedata .otp-group {
    margin: 12px 0;
}
.login__pagedata .otp-input-container {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.login__pagedata .otp-digit {
    width: 100%;
    background: #f8fafd;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding: 0.75rem 0;
    font-family: 'Inter', monospace;
    transition: 0.2s;
    color: #1e2b3c;
}
.login__pagedata .otp-digit:focus {
    border-color: #d9d9d9;
    box-shadow: 0 0 0 3px rgb(227 227 227 / 20%);
    outline: none;
    background: white;
}
/* resend row */
.login__pagedata .resend-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.login__pagedata .timer-text {
    color: #ff7a2f;
}
.login__pagedata .resend-link {
    background: none;
    border: none;
    color: #6a8cd7;
    font-weight: 400;
    font-size: 0.8rem;
    cursor: pointer;
    text-decoration: underline;
}
.login__pagedata .resend-link:disabled {
    opacity: 0.5;
    cursor: default;
} 
/* checkbox */
.login__pagedata .checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 15px 0;
}
.login__pagedata .checkbox-row input {
    width: 14px;
    height: 14px;
    accent-color: #ff7a2f;
    cursor: pointer;
}
.login__pagedata .checkbox-row label {
    font-size: 13px;
    color: #000;
    font-weight: 300;
    cursor: pointer;
    position: relative;
    top: 1px;
}
/* buttons */
.login__pagedata .next-button {
    background: #7b2c13;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 12px 18px;
    font-weight: 500;
    font-size: 14px;
    color: white;
    display: block;
    cursor: pointer;
    transition: all 0.25s ease;
}
.login__pagedata .next-button span.arrow-icon {
    margin-left: 5px; 
    position: relative; 
    top: -1px;
}
.login__pagedata .next-button:hover {
    background: #561f0d;
    transform: scale(0.98);
} 
.login__pagedata .back-link {
    margin-top: 16px;
    text-align: center;
}
.login__pagedata .back-link button {
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #5c6f87;
    cursor: pointer;
    text-decoration: underline;
    padding: 6px 12px;
}
.login__pagedata .back-link button:hover {
    color: #ff7a2f;
} 
/* toast messages */
.login__pagedata .toast-msg {
    background: #fff6ed;
    padding: 12px 18px;
    border-radius: 0;
    font-size: 13px;
    color: #aa4e1c;
    margin-top: 1rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.login__pagedata .success-toast {
    background: #e9f9ef;
    border-left-color: #2b8c4e;
    color: #166534;
} 
.login__pagedata .info-note {
    margin-top: 15px;  
    font-size: 13px;
    color: #000;
    border-top: 1px solid #edf2f7;
    padding-top: 11px;
}
#sendOtpBtn {
    font-size: 14px;
    border-radius: 0;
    margin-top: 5px;
}

/*--========================                           ======================== 
========================  LogIn Page Css End Here ======================== 
/*--========================                           ========================  */




/*--========================                           ======================== 
======================== Our Stroy Page Css Start Here ======================== 
/*--========================                           ========================  */

.story_bg {
    position: relative; 
}
.story_bg img {
    width: 100%;
    padding: 20px 0 0;
}
.ourstroy-bg {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    left: 15%;
}
.ourstroy-bg h3 {
    color: #fff;
    font-weight: normal;
    font-size: 40px;
}
.gs-blog-details-wrapper .gs-blog-card .fea-title {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
.gs-blog-card h4 {
    font-size: 14px;
    margin-bottom: 10px;
}
.gs-blog-card p {
    margin-bottom: 10px;
}
.gs-blog-card ul li {
    margin-bottom: 10px;
}
.data_section_img img {
    width: 100%;
}
.data_section_text h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 0; 
}
.data_section_text p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    font-family: sans-serif;
}
#our__strybox {
    margin: 60px 0;
}

.chair_img img { 
    text-align: center;
}
.chair_texting {
    margin-bottom: 20px;
}
.chair_texting h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: -1px;
}
.chair_img img {
    text-align: center;
    width: 20%;
    display: block;
    margin: 30px auto;
}
.standard__cta {
    border: 1px solid #bfbfbf;
    color: #000;
    padding: 8px 18px;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 14px;
}
#kosmos__text {
    width: 100%;
    margin: 0 auto;
} 



/*--========================                           ======================== 
======================== Our Stroy Page Css End Here ======================== 
/*--========================                           ========================  */

 


/*--========================                           ======================== 
======================== Testimonial Section Css Start Here ======================== 
/*--========================                           ========================  */ 

.testimonial-section {
  margin-bottom: 2rem;
} 
.title-badge h2 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: ui-monospace;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 2px;
}   
/* slider + image card layout */
.testimonial-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-track-container {
  flex: 1;
  overflow: hidden;
  border-radius: 28px;
}
.testimonial-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}
.testimonial-card {
    flex: 0 0 100%;
    background: #FEF5EE;
    border-radius: 10px;
    padding: 25px 20px 17px;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.customer-avatar {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #ede6dc;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgb(0 0 0 / 5%);
}
.customer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-content {
    flex: 1; 
    align-items: center;
    display: flex;
}
.customer-rating { 
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.customer-name h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1f1f2b;
}
.stars {
    color: #f5b342;
    font-size: 14px;
    letter-spacing: 5px;
    margin-top: 5px;
}
.review-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.review-text {
    color: #3c3c44;
    margin-bottom: 10px;
}
.review-text p {
    font-size: 14px;
    font-weight: normal;
    color: #000;
} 
.slider-arrow {
    display: flex;
    cursor: pointer;
    color: #4e3e30;
    font-size: 22px;
} 

/* FAQ section - redesigned with LEFT side plus/minus icons */
.faq-title {
    font-size: 30px;
    font-weight: 600;
    color: #2c2b2b;
    text-align: center;
    margin-bottom: 20px;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.accordion-item {
    border-bottom: none !important;
    border: none;
    border-radius: 0 !important;
}
#accordionWrapper .accordion-item .accordion-header {
    padding: 5px 0 !important;
    border-bottom: 0px solid #eee !important;
    font-weight: normal !important;
}
#reviews__data h3 {
    font-size: 14px;
}
#reviews__data .justify-content-between strong {
    font-size: 14px;
}
#reviews__data .d-block.mt-1 {
    font-size: 13px;
}
#reviews__data .mb-0.mt-1.text-muted {
    font-size: 12px;
}
#reviews__data select.form-select {
    font-size: 13px;
}
#reviews__data button.btn.btn-dark.w-100 {
    font-size: 13px;
    border-radius: 0;
}




/* New accordion header with left icon + title */
.accordion-header {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-weight: 400;
    color: #2b2b2f;
}
/* left side icon style — plus/minus */
.accordion-icon-left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 1rem;
  font-weight: 600;
  color: #333333a6;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.accordion-header h3 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}
/* original right chevron removed, no extra element */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.accordion-content-inner {
  padding-bottom: 1.2rem;
  padding-left: 0px;
  color: #5b5b66;
  line-height: 1.5;
  font-size: 13px;
}
.accordion-item.active .accordion-content {
  max-height: 360px; /* enough space for longer answers */
}

#our__bts {
    padding-left: 0;
}
#our__btss {
    padding-right: 0;
}

/* responsive adjustments */
@media (max-width: 780px) { 
  .testimonial-card { padding: 1.2rem; flex-direction: column; align-items: center; text-align: center; }
  .customer-avatar { width: 70px; height: 70px; }
  .customer-rating { justify-content: center; gap: 0.5rem; }
  .slider-arrow { width: 20px; height: 40px; font-size: 1.2rem; margin-left: 10px; }
  #nextArrow {
    margin-left: 0;
    margin-right: 15px;
  }
  .faq-title { font-size: 1.6rem; }
  .accordion-content-inner {
    padding-left: 1.5rem;
  }
}
@media (max-width: 550px) {
  .testimonial-header { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .accordion-header h3 { font-size: 0.9rem; }
  .accordion-icon-left { width: 18px; height: 18px; font-size: 0.9rem; }
}
#customer-stories .container {
    margin: 0 auto;
    padding: 60px 0 20px !important;
    border-top: 1px solid rgba(237, 141, 181, 0.24);
    border-bottom: 1px solid rgba(237, 141, 181, 0.24);
    margin-bottom: 50px;
}
#faqAccordion .accordion-item {
    border-bottom: 1px solid #eee !important;
    padding-bottom: 9px;
    padding-top: 7px;
}
.accordion-content-inner p {
    font-size: 13px;
    margin-top: 10px;
}
.home-cate-slider.slick-initialized.slick-slider .slick-track { 
    gap: 0px;
}
.title-badge h2 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 30px;
    color: #c3a289fa;
}
.review__arrow {
    text-align: center;
    margin-top: 20px;
}
.review__arrow h4 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.review__arrow a {
    background: #9B5635;
    color: #fff;
    padding: 10px 25px;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}
.customer_faq {
    position: relative;
    padding-left: 30px;
} 
.footer__firsttext a {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.social-links .wow-replaced {
    color: #000;
    font-size: 13px;
    margin-right: 8px;
} 
.footer__firsttext p b {
    font-weight: normal;
}
.footer__firsttext p {
    color: #000;
}

/*--========================                           ======================== 
======================== Testimonial Section Css End Here ======================== 
/*--========================                           ========================  */ 


/*--========================                           ======================== 
======================== FOOTER CSS Start Here ======================== 
/*--========================                           ========================  */ 

.footer-container {
    display: flex;
}  
/* ---------- FOOTER STYLES (exactly as per image) ---------- */
.mini__footer {
    background-color: #9B5635;
    color: #e5e0d8;
    padding: 25px 0 10px;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-brand {
    width: 32%;
}
/* Brand column (left side) */  
.copyright { 
  margin-top: 1.8rem; 
}
.copyright p {
    font-family: inherit;
    line-height: 20px;
    font-weight: normal;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
}

/* footer links columns styling (matching the image data) */
.footer-links {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.link-column {
  min-width: 170px;
}
.link-column h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.link-column ul {
  list-style: none;
}
.link-column li { 
  font-size: 14px;  
} 
.link-column a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
    word-break: break-word;
    font-size: 13px;
}
.link-column a:hover {
  color: #e2c6a3;
  text-decoration: underline;
}
.footer-links .contact-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer-links .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-links .contact-item span {
  font-size: 0.85rem;
}

/* small adjustments for email & phone lines */
.link-column .email-block, 
.link-column .phone-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sub-contact {
  margin-left: 28px;
  font-size: 0.8rem;
  color: #cfc8bc;
}

/* responsiveness */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-links {
    gap: 2rem;
  }
  .footer-brand {
    text-align: left;
  }
}
@media (max-width: 650px) {
  .footer-links {
    flex-direction: column;
    gap: 1rem;
  }
  .link-column {
    width: 100%;
  }
  .mini__footer {
    padding: 20px 0;
  }
  .footer-brand h2 {
    font-size: 1.7rem;
  }
  .copyright_text div {
      font-size: 13px;
      margin-top: 4px;
  }
}
/* thin scrollbar from previous request kept for consistency */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #e9e2da;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #c8aa7a;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a5724b;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #c8aa7a #e9e2da;
} 


/*--========================                           ======================== 
======================== FOOTER CSS End Here ======================== 
/*--========================                           ========================  */ 

#border-btm {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px !important;
    padding-top: 7px !important;
}


/*--========================                           ======================== 
======================== CART PAGE CSS Start Here ======================== 
/*--========================                           ========================  */ 
 #cart_page {
    margin-bottom: 50px;
}
#cart_page .container { 
    margin-top: 20px;
}
.cart-wrapper { 
  margin: 0 auto;
}

.cart-wrapper h1 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
/* Header row */
.cart-wrapper .cart-header {
    display: grid;
    grid-template-columns: 1fr 230px 175px 120px;
    align-items: center;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000; 
}
.cart-wrapper .cart-header span {
    background: #eeeeee75;
    padding: 5px 10px;
    border: 1px solid #eeeeee75;
}
.browsing_btn {
    position: absolute;
    margin-top: 30px;
}

/* Item row */
.cart-wrapper .cart-item {
  display: grid;
  grid-template-columns: 1fr 220px 160px 120px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #eee;
  gap: 12px;
}
.cart-wrapper .item-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-wrapper .item-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: #f5f2ef;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cart-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* SVG placeholder icons */
.cart-wrapper .item-img svg {
  width: 54px;
  height: 54px;
  opacity: 0.35;
}
.cart-wrapper .item-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}
.cart-wrapper .btn-remove {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    border: 1px solid #ccc;
    padding: 4px 12px !important;
    border-radius: 2px;
    cursor: pointer;
    background: white;
    color: var(--text) !important;
    transition: border-color 0.2s, color 0.2s;
    text-decoration: none;
}
.cart-wrapper .btn-remove:hover { border-color: var(--rust); color: var(--rust); }
/* Price column */
.cart-wrapper .item-price {
  font-size: 0.88rem;
}
.cart-wrapper .price-original {
  color: var(--strike);
  text-decoration: line-through;
  font-size: 0.82rem; 
  margin-bottom: 2px;
}
.cart-wrapper .price-discounted {
    color: #000;
    font-weight: 500;
    font-size: 13px; 
    margin-bottom: 4px;
}
span.price-offer {
    font-size: 13px;
    margin-left: 5px;
}
.cart-wrapper .price-saving {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}
/* Quantity column */
.cart-wrapper .qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  width: fit-content;
  border-radius: 2px;
}
.cart-wrapper .qty-btn {
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.cart-wrapper .qty-btn:hover { background: #f5f2ef; }
.cart-wrapper .qty-value {
  width: 36px;
  text-align: center;
  font-size: 0.9rem;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  line-height: 36px;
  user-select: none;
}
/* Total column */
.cart-wrapper .item-total {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}
/* Summary */
.cart-wrapper .cart-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 28px;
  gap: 12px;
}
.cart-wrapper .summary-line {
  display: flex;
  align-items: baseline;
  gap: 0;
  font-size: 1rem;
}
.cart-wrapper .summary-label {
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.02em;
  min-width: 130px;
  text-align: right;
}
.cart-wrapper .summary-amount {
  font-size: 14px;
  font-weight: 500;
  min-width: 120px;
  text-align: right;
}
.cart-wrapper .subtotal-row {
  font-size: 1rem;
  display: flex;
  align-items: baseline;
  gap: 0;
}
.cart-wrapper .subtotal-label {
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.02em;
  min-width: 130px;
  text-align: right;
}
.cart-wrapper .subtotal-amount { 
    font-size: 14px;
    font-weight: 500;
    min-width: 120px;
    text-align: right;
} 
.cart-wrapper .divider-light {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 8px 0 12px 0;
}
.cart-wrapper .total-row {
  display: flex;
  align-items: baseline;
  gap: 0px; 
}
.cart-wrapper .total-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  min-width: 130px;
  text-align: right;
  color: #1a1a1a;
}
.cart-wrapper .total-amount {
  font-size: 14px;
  font-weight: 700;
  min-width: 120px;
  text-align: right;
  color: #9c5736;
}
.cart-wrapper .btn-checkout {
    color: white;
    border: none;
    padding: 10px 50px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    transition: background 0.2s;
    background: #9c5736;
    width: auto;
    align-self: flex-end;
    letter-spacing: 1px;
    margin-top: 0;
}
.cart-wrapper .btn-checkout:hover {
    background: #000;
} 

/* ── Responsive ── */
@media (max-width: 768px) {
  .cart-wrapper .cart-header { display: none; }
  .cart-wrapper .cart-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 15px 0;
  }
  .cart-wrapper .item-info { align-items: flex-start; }
  .item-price,
  .item-total {
    text-align: left;
  }
  .cart-wrapper .item-total::before {
    content: "Total: ";
    color: var(--muted);
    font-size: 0.78rem;
  }
  .cart-wrapper .btn-checkout {
    width: 100%;
    padding: 16px;
  } 
  .cart-wrapper .cart-summary { align-items: stretch; }
  .cart-wrapper .subtotal-row { justify-content: space-between; }
  .cart-wrapper .summary-line { justify-content: space-between; }
  .cart-wrapper .total-row { justify-content: space-between; }
  .cart-wrapper .summary-label, 
  .cart-wrapper .subtotal-label,
  .cart-wrapper .total-label { min-width: auto; text-align: left; }
  .cart-wrapper .summary-amount,
  .cart-wrapper .subtotal-amount,
  .cart-wrapper .total-amount { min-width: auto; }
}

@media (max-width: 480px) {
  .cart-wrapper .item-img { width: 70px; height: 70px; }
  .cart-wrapper h1 { 
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}  

/*--========================                           ======================== 
======================== CART PAGE CSS End Here ======================== 
/*--========================                           ========================  */



/*--========================                           ======================== 
======================== CONTACT US PAGE CSS Start Here ======================== 
/*--========================                           ========================  */

 #contactus__page {
    padding: 40px 0 70px;
} 
.contact-wrapper { 
  overflow: hidden; 
} 
/* page title - same as cart */
.contact__page__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
  border-left: 4px solid #c7a04e;
  padding-left: 12px;
} 
.contact__subtitle {
  color: #7c6b58;
  margin-bottom: 2rem;
  font-size:13px;
  padding-left: 1.2rem;
} 
/* two column layout */
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
} 
/* left side - contact info cards */
.contact__info {
  background: #fefbf7;
  border-radius: 24px;
  padding: 1.8rem;
} 
.info__heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #2c2c2c;
  display: flex;
  align-items: center;
  gap: 0.5rem;
} 
.info__heading svg {
  stroke: #c7a04e;
} 
.info__detail {
  margin-bottom: 2rem;
} 
.info__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.8rem;
} 
.info__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid #eae1d5;
}  
.info__icon svg {
  width: 20px;
  height: 20px;
  stroke: #c7a04e;
  stroke-width: 1.5;
  fill: none;
}

.info__content h4 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.25rem;
  color: #2c2c2c;
}

.info__content p, .info__content a {
  color: #7c6b58;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}

.info__content a:hover {
  color: #c7a04e;
}
   
/* right side - form */
.contact__form {
  background: #ffffff;
  border-radius: 24px;
  padding: 1.8rem;
  border: 1px solid #f0e9e2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
}

.form__heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.form__sub {
    color: #7c6b58;
    font-size: 13px;
    margin-bottom: 15px;
}

.form__group input,
.form__group select,
.form__group textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  border: 1px solid #e0d6cd;
  border-radius: 20px;
  background: #fefcf9;
  transition: all 0.2s;
  outline: none;
}

.form__group input:focus,
.form__group select:focus,
.form__group textarea:focus {
  border-color: #c7a04e;
  box-shadow: 0 0 0 3px rgba(199, 160, 78, 0.1);
}

.form__group textarea {
  resize: vertical;
  min-height: 110px;
}

.form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 15px;
}

/* submit button */
.submit__btn {
  background-color: #1c1c1c;
  color: white;
  border: none;
  padding: 1rem 1.8rem;
  font-size: 14px;
  font-weight: 600;
  border-radius: 48px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  font-family: inherit;
  width: 100%;
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.submit__btn:hover {
  background-color: #c7a04e;
}

/* back to cart link */
.back__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 1.8rem;
  color: #4a3a2a;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.back__link svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.back__link:hover {
  color: #c7a04e;
}

/* required star */
.required-star {
  color: #c0392b;
  margin-left: 2px;
}

/* responsive */
@media (max-width: 850px) {
  .contact-wrapper {
    padding: 10px;
  }
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 550px) {
  .form__row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .info__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .info__icon {
    width: 36px;
    height: 36px;
  }
} 

/*--========================                           ======================== 
======================== CONTACT US PAGE CSS End Here ======================== 
/*--========================                           ========================  */



/*--========================                           ======================== 
======================== Dashboard CSS Start Here ======================== 
/*--========================                           ========================  */

/* Main Container */
.profile-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

/* Back Button */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    color: #4a3a2a;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500; 
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border: 1px solid #eae1d5;
}

.back-link i {
    font-size: 0.8rem;
}

.back-link:hover {
    background: #c7a04e;
    color: white;
    border-color: #c7a04e;
    transform: translateX(-3px);
}

/* Header Section */
.profile-header {
    margin-bottom: 1rem;
}

.page-title {
  font-size: 14px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 5px;
}

.page-subtitle {
    color: #000;
    font-size: 13px;
}
 

/* ========== LEFT SIDEBAR ========== */
.profile-sidebar {
    background: white; 
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0,0,0,0.05);
    border: 1px solid #eae1d5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-sidebar:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

/* Cover Image */
.profile-cover {
    background: linear-gradient(135deg, #c7a04e, #a07d3a);
    height: 100px;
    position: relative;
}

/* Avatar Section */
.profile-avatar-wrapper {
    text-align: center;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    padding-bottom: 1rem;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #e8e0d7, #d9cec0);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    position: relative;
}

.profile-avatar i {
    font-size: 48px;
    color: #c7a04e;
}

.avatar-edit-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #c7a04e;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    cursor: pointer;
    transition: all 0.2s;
}

.avatar-edit-btn i {
    font-size: 14px;
    color: white;
}

.avatar-edit-btn:hover {
    background: #a07d3a;
    transform: scale(1.05);
}

/* Profile Info */
.profile-info {
    text-align: center;
    padding: 0;
}
.profile-name {
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.25rem;
    margin-top: 15px;
} 
.profile-email {
    font-size: 0.8rem;
    color: #7c6b58;
    margin-bottom: 0.75rem;
} 
.member-since {
    display: inline-block;
    background: #f5efe8;
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-size: 0.7rem;
    color: #c7a04e;
    font-weight: 500;
} 

/* Navigation Menu */
.profile-nav {
    padding: 1.2rem;
    border-top: 1px solid #eee;
}

.nav-title {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #a48f78;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    margin-bottom: 0.3rem; 
    color: #4a3a2a;
    text-decoration: none;
    transition: all 0.2s ease;
}

.nav-item i {
    width: 22px;
    font-size: 1.1rem;
    color: #a48f78;
}

.nav-item span {
    font-size: 13px;
    font-weight: 400;
}

.nav-item:hover {
    background: #f5efe8;
    color: #c7a04e;
}

.nav-item:hover i {
    color: #c7a04e;
}

.nav-item.active {
    background: linear-gradient(135deg, #f5efe8, #fefbf7);
    color: #c7a04e;
    border-left: 3px solid #c7a04e;
}

.nav-item.active i {
    color: #c7a04e;
}

/* ========== RIGHT CONTENT ========== */
.profile-content {
    background: white; 
    padding: 20px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.05);
    border: 1px solid #eae1d5;
}

/* Form Sections */
 
.page-header {
    position: relative;
}
.section-title {
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0e9e2;
}
.section-title i {
    color: #c7a04e;
    font-size: 1.2rem;
} 
/* Form Grid */
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-group.full-width {
    grid-column: span 2;
}

.form-group label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #5a4a3a;
    letter-spacing: 0.3px;
    margin-top: 0;
}

.required-star {
    color: #c0392b;
    margin-left: 2px;
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 0.8rem 1rem; 
    font-size:13px;
    border: 1.5px solid #eae1d5;
    transition: all 0.2s ease;
    outline: none;
    color: #2c2c2c;
    margin-bottom: 11px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #c7a04e;
    box-shadow: 0 0 0 3px rgba(199, 160, 78, 0.1);
} 
::placeholder {
    font-size: 13px;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #c4b8a8;
    font-size:13px;
} 


.btn-primary {
    background: #c7a04e;
    border: none;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary:hover {
    background: #a07d3a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(199, 160, 78, 0.3);
}

.btn-secondary {
    background: transparent;
    border: 1.5px solid #eae1d5;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #5a4a3a;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary:hover {
    border-color: #c7a04e;
    color: #c7a04e;
    background: #fefbf7;
}

/* Alert/Toast Message */
.toast-message {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #2c2c2c;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.toast-message.show {
    opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .profile-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .profile-sidebar {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .profile-container {
        padding: 1rem 0;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .form-group.full-width {
        grid-column: span 1;
    }
    
    .form-actions {
        flex-direction: column-reverse;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .profile-content {
        padding: 18px;
    }
    .form-hint {
        margin-top: 20px;
    }
    .form-group input, .form-group select, .form-group textarea { 
        border-radius: 5px; 
    }
    .form-section {
      margin-bottom: 1rem;
    }
    .page-title {
      font-size: 24px; 
      margin-bottom: 5px;
      letter-spacing: 0;
    }

}





/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-sidebar,
.profile-content {
    animation: fadeInUp 0.5s ease forwards;
}

.profile-content {
    animation-delay: 0.1s;
}





/*--========== MY ORDER Css Start Here ==========--*/

/* ========== ORDERS CONTENT ========== */ 
#my__orders .orders-content {
    background: white; 
    padding: 1.5rem;
    box-shadow: 0 8px 28px rgba(0,0,0,0.05);
    border: 1px solid #eae1d5;
}

/* main container card style */
#my__orders .orders-container {
  max-width: 1440px;
  margin: 0 auto;
}

/* header / panel heading */ 
#my__orders .title-section h2 {
  font-size: 22px;
  font-weight: 500; 
  color: #000;
  margin-bottom: 0.25rem;
}  

/* main card */
#my__orders .orders-card {
  background: #ffffff; 
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.2s ease;
}

/* responsive table wrapper */
#my__orders .table-responsive {
  overflow-x: auto;
  width: 100%;
}

/* redesigned table */
#my__orders .order-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.875rem; 
}

#my__orders .order-table thead tr {
  background: #f8fafd;
  border-bottom: 1px solid #e9edf2;
}

#my__orders .order-table th {
  padding: 8px 10px;
  font-weight: 600;
  font-size: 14px; 
  text-transform: uppercase;
  color: #000;
  background: #f9fbfe;
  border-bottom: 1px solid #e6edf4;
  text-align: left;
  white-space: nowrap;
}
.info-section strong {
    font-size: 13px;
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.info-timeline strong {
    font-size: 13px;
}
span.status_pnd {
    font-size: 13px;
}
.order__details__btns .btn.btn-dark {
    font-size: 13px;
    padding: 6px 10px 0;
    border-radius: 0;
}
.card-header-item {
    background: #fdfdfd;
    padding: 10px;
    border: 1px solid #eee;
}
.order__details__btns button.btn.btn-outline-danger {
    font-size: 13px;
    padding: 7px 10px 5px;
    border-radius: 0;
}
#my__orders .order-table td {
  padding: 10px;
  font-size: 13px;
  vertical-align: top;
  border-bottom: 1px solid #eff2f8;
  background-color: #ffffff;
  transition: background 0.2s;
  white-space: nowrap;
}

#my__orders .order-table tbody tr:hover td {
  background-color: #fafcff;
}

/* order id badge style */
#my__orders .order-id {
  font-weight: 700;
  color: #1f6392;
  background: #eef4fa;
  display: inline-block;
  padding: 0.2rem 0.75rem;
  border-radius: 40px;
  font-size: 0.8rem;
  letter-spacing: -0.2px;
}

/* shipping detail block */
#my__orders .shipping-detail {
  display: flex;
  flex-direction: column;
  gap: 0.35rem; 
}
#my__orders .customer-name { 
  color: #1f2f3e;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
} 
#my__orders .address-text {
  color: #4d627a;
  font-size: 0.75rem;
  line-height: 1.45;
  margin: 0;
}
#my__orders .contact-row {
  font-size: 0.73rem;
  font-weight: 500;
  color: #2c6e5c;
  background: #ebf6f2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.2rem 0.6rem;
  border-radius: 40px;
  width: fit-content;
  margin-top: 5px;
}
#my__orders .contact-row i {
  font-size: 0.7rem;
}

/* status pills */
#my__orders .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff0e0;
  color: #c46f2e;
  font-weight: 600;
  font-size: 0.7rem;
  padding: 0.35rem 1rem;
  border-radius: 100px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
#my__orders .status-pill i {
  font-size: 0.7rem;
}
#my__orders .status-pending {
  background: #ffefdb;
  color: #c2691e;
}

/* order cost style */
#my__orders .order-cost {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
#my__orders .order-cost small {
  font-size: 0.7rem;
  font-weight: 500;
  color: #5f7c9a;
}
#my__orders .order-date {
  font-weight: 500;
  color: #4f6f8f;
  font-size: 0.8rem;
  white-space: nowrap;
}

/* action buttons modern */
#my__orders .action-list {
  display: flex;
  gap: 12px;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
#my__orders .action-list li {
  display: inline-block;
}
#my__orders .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f0f4f9;
  border-radius: 36px;
  padding: 0.45rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
  color: #2c6282;
  transition: all 0.2s;
  border: 1px solid #e2e9f0;
}
#my__orders .action-btn i {
  font-size: 0.8rem;
}
#my__orders .action-btn:hover {
  background: #e6edf5;
  color: #1d4e6e;
  border-color: #cbdae6;
  transform: translateY(-1px);
}
#my__orders .cancel-btn {
  background: #fff5f2;
  color: #bc5a2c;
  border-color: #ffe0d4;
}
#my__orders .cancel-btn:hover {
  background: #fee9e2;
  color: #a3451a;
}

/* empty message (not needed but fallback) */
#my__orders .no-orders-msg {
  text-align: center;
  padding: 3rem;
  color: #8a9bb0;
} 

/* for better spacing on mobile */
@media (max-width: 680px) { 
  #my__orders .title-section h2 {
    font-size: 1.5rem;
  }
  #my__orders .order-table th, .order-table td {
    padding: 1rem 0.9rem;
  }
  #my__orders .action-btn {
    padding: 0.35rem 0.8rem;
  }
}
.orders-content {
    background: white;
    padding: 20px;
    box-shadow: 0 8px 28px rgb(0 0 0 / 5%);
    border: 1px solid #eae1d5;
}


/*--========== MY ORDER CSS END HERE ==========--*/



/*--========== PROFILE OVERVIEW Css Start Here ==========--*/

/* ========== RIGHT CONTENT - PROFILE OVERVIEW ========== */
.overview-content {
    background: white;
    padding: 20px;
    box-shadow: 0 8px 28px rgb(0 0 0 / 5%);
    border: 1px solid #eae1d5;
} 
/* Welcome Banner */
.welcome-banner {
    background: linear-gradient(135deg, #fefbf7, #faf8f5);
    padding: 20px;
    margin-bottom: 1rem;
    border: 1px solid #f0e9e2;
    position: relative;
    overflow: hidden;
} 
.welcome-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(199, 160, 78, 0.05);
    border-radius: 50%;
} 



/* Info Sections Grid */
.info-sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
} 
.info-section {
    background: #fefbf7; 
    padding: 1.2rem;
    border: 1px solid #f0e9e2;
    transition: all 0.3s ease;
} 
.info-section:hover {
    border-color: #c7a04e;
} 
.info-section strong {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 10px;
}
.section-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #eae1d5;
} 
.section-header i {
    font-size: 1.2rem;
    color: #c7a04e;
} 
.section-header h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
} 
.info-row {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    font-size: 14px;
    color: #000;
} 
.info-label {
    color: #a48f78;
    font-weight: 500;
    font-size: 13px;
}
.info-value {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}    
/* Toast Message */
.toast-message {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #2c2c2c;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.toast-message.show {
    opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .profile-overview-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .profile-sidebar {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .profile-overview-container {
        padding: 1rem;
    }
    
    .overview-content {
        padding: 1rem;
    }
    
    .info-sections {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    
    .welcome-banner {
        padding: 1rem;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-sidebar,
.overview-content {
    animation: fadeInUp 0.5s ease forwards;
}

.stat-card, .info-section, .recent-activity, .membership-card {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.stat-card:nth-child(1) { animation-delay: 0.05s; }
.stat-card:nth-child(2) { animation-delay: 0.1s; }
.stat-card:nth-child(3) { animation-delay: 0.15s; }
.stat-card:nth-child(4) { animation-delay: 0.2s; }
.info-section:nth-child(1) { animation-delay: 0.25s; }
.info-section:nth-child(2) { animation-delay: 0.3s; }
.recent-activity { animation-delay: 0.35s; }
.membership-card { animation-delay: 0.4s; }


/*--========== PROFILE OVERVIEW Css End Here ==========--*/


/*--========== My Wishlist Css End Here ==========--*/
/* ========== RIGHT CONTENT - MY WISHLIST ========== */
.wishlist-content {
    background: white; 
    padding: 1rem;
    box-shadow: 0 8px 28px rgb(0 0 0 / 5%);
    border: 1px solid #eae1d5;
}

/* Wishlist Header */
.wishlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.wishlist-count {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f5efe8;
    padding: 0.4rem 1rem;
    border-radius: 50px;
}

.wishlist-count i {
    color: #c7a04e;
    font-size: 0.9rem;
}

.wishlist-count span {
    font-size: 14px;
    font-weight: 500;
    color: #2c2c2c;
}

.wishlist-actions {
    display: flex;
    gap: 0.8rem;
}

.wishlist-action-btn {
    background: transparent;
    border: 1px solid #eae1d5;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #4a3a2a;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.wishlist-action-btn:hover {
    background: #c7a04e;
    border-color: #c7a04e;
    color: white;
}

.wishlist-action-btn:hover i {
    color: white;
}

/* Wishlist Grid */
.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 5px 20px;
}

/* Wishlist Item Card */
.wishlist-item {
    background: white;
    border-radius: 0;
    margin-bottom: 0.8rem;
    border: aliceblue;
    transition: all 0.3s ease;
}
.product-image img {
    width: 100%;
} 

/* Remove Button */
.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.remove-btn i {
    font-size: 0.8rem;
    color: #a48f78;
}

.remove-btn:hover {
    background: #c0392b;
}

.remove-btn:hover i {
    color: white;
}

/* Product Image */
.product-image { 
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8e0d7;
    position: relative;
} 
/* Product Details */
.product-details {
    padding: 20px 0;
}

.product-title {
    font-size: 13px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 0.3rem;
}

.product-sku {
    font-size: 0.7rem;
    color: #a48f78; 
}

.product-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0;
}

.current-price {
    font-size: 13px;
    font-weight: 800;
    color: #c7a04e;
}

.original-price {
    font-size: 0.8rem;
    color: #a48f78;
    text-decoration: line-through;
}

.discount {
    font-size: 0.7rem;
    color: #2e7d32;
    background: #e8f5e9;
    padding: 0.2rem 0.5rem;
    border-radius: 50px;
}
  
/* Action Buttons */
.product-actions {
    display: flex;
    gap: 0.8rem;
}

.add-to-cart-btn {
    flex: 1;
    background: #c7a04e;
    border: none;
    padding: 0.7rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.add-to-cart-btn:hover {
    background: #a07d3a;
    transform: translateY(-2px);
}

.view-details-btn {
    background: transparent;
    border: 1px solid #eae1d5;
    padding: 0.7rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #4a3a2a;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.view-details-btn:hover {
    border-color: #c7a04e;
    color: #c7a04e;
}

/* Empty Wishlist State */
.empty-wishlist {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-wishlist i {
    font-size: 5rem;
    color: #eae1d5;
    margin-bottom: 1rem;
}

.empty-wishlist h3 {
    font-size: 1.3rem;
    color: #2c2c2c;
    margin-bottom: 0.5rem;
}

.empty-wishlist p {
    color: #a48f78;
    margin-bottom: 1.5rem;
}

.shop-now-btn {
    background: #c7a04e;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.shop-now-btn:hover {
    background: #a07d3a;
    transform: translateY(-2px);
}

/* Toast Message */
.toast-message {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #2c2c2c;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.toast-message.show {
    opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .my-wishlist-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .profile-sidebar {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .my-wishlist-container {
        padding: 1rem;
    }
    
    .wishlist-content {
        padding: 1rem;
    }
    
    .wishlist-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .wishlist-grid {
        grid-template-columns: 1fr;
    }
    
    .product-actions {
        flex-direction: column;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-sidebar,
.wishlist-content {
    animation: fadeInUp 0.5s ease forwards;
}

.wishlist-item {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.wishlist-item:nth-child(1) { animation-delay: 0.05s; }
.wishlist-item:nth-child(2) { animation-delay: 0.1s; }
.wishlist-item:nth-child(3) { animation-delay: 0.15s; }
.wishlist-item:nth-child(4) { animation-delay: 0.2s; }

/*--========== My Wishlist Css End Here ==========--*/

 
/*--========================                           ======================== 
======================== Dashboard PAGE CSS End Here ======================== 
/*--========================                           ========================  */


/*--============ Bulk Queries CSS Start Here =============--*/ 
.bilkform-wrapper .page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 50px;
}

/* Title */
.bilkform-wrapper h1 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}

/* Chair SVG illustration */
.bilkform-wrapper .chair-wrap {
  margin-bottom: 28px;
}
.bilkform-wrapper .chair-wrap svg {
  width: 80px;
  height: auto;
}

/* Subtitle */ 
.bilkform-wrapper .subtitle {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 48px;
    color: #000;
}

/* Form */
.bilkform-wrapper .form-card {
  width: 100%;
  max-width: 740px;
}

.bilkform-wrapper .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}

.bilkform-wrapper .field {
  margin-bottom: 25px;
  position: relative;
}

.bilkform-wrapper .field label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.bilkform-wrapper .field input,
.field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
  padding: 6px 0 10px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.25s;
  resize: none;
  border-radius: 0;
}
.bilkform-wrapper .field input:focus {
    box-shadow: none;
    outline: none;
}
.bilkform-wrapper .field input::placeholder,
.field textarea::placeholder {
  color: transparent;
} 

/* Floating label effect */
.bilkform-wrapper .field .floating-label {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 13.5px;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  pointer-events: none;
  transition: all 0.2s ease;
}
 
.bilkform-wrapper .field textarea {
  height: 38px;
  line-height: 1.5;
}

/* Submit button */
.bilkform-wrapper .submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.bilkform-wrapper .form-control:focus {
    color: var(--bs-body-color);
    background: transparent;
    border-color: #000000;
    outline: none;
    box-shadow: none;
}
.bilkform-wrapper .btn-submit {
    background: var(--white);
    color: var(--text-dark);
    border: 1.5px solid #c0bab3;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 40px;
    transition: background 0.22s, color 0.22s, border-color 0.22s;
}

.bilkform-wrapper .btn-submit:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* Responsive */
@media (max-width: 600px) {
  .bilkform-wrapper .form-grid { grid-template-columns: 1fr; gap: 0; }
  .bilkform-wrapper .breadcrumb { padding: 14px 16px; }
} 
.bilkform-wrapper {
    background: #faf9f7; 
    border-radius: 20px;
    margin: 10px auto 50px;
}

/*--============ Bulk Queries CSS End Here =============--*/ 


/*------====================== CHECKOUT CSS START HERE ==================---*/ 
#checkout_page {
    padding: 20px 0 50px;
}
 /* main container */
#checkout_page .checkout-wrapper { 
    margin: 0 auto;
}  
 
/* left column: forms */
#checkout_page .form-section { 
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
    padding: 20px;
    margin-bottom: 20px; 
}
#checkout_page .form-section h2 {
    font-size: 14px;
}
#checkout_page .form-section h2 i {
    color: #e7c776;
    font-size: 14px;
}
#checkout_page .subtext {
    font-size: 0.8rem;
    color: #6c7e97;
    margin-bottom: 24px;
    padding-left: 12px;
    border-left: 3px solid #cbdbe0;
}
/* form styling */
#checkout_page .input-field {
    margin-bottom: 20px;
}
#checkout_page .row-2col {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
#checkout_page .row-2col .input-field {
    flex: 1;
}
#checkout_page .form-section label { 
    margin-bottom: 6px; 
}
#checkout_page input, select {
    width: 100%;
    padding: 10px 12px;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    border: 1.5px solid #e2eaf1;
    border-radius: 0;
    transition: 0.2s;
    outline: none;
    color: #1e2a3a;
}
#checkout_page textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    border: 1.5px solid #e2eaf1;
    border-radius: 0;
    transition: 0.2s;
    outline: none;
    color: #1e2a3a;
}
#checkout_page textarea:focus {
    border-color: #2b7a6e;
    box-shadow: 0 0 0 3px rgba(43, 122, 110, 0.12);
}
#checkout_page input:focus, select:focus {
    border-color: #2b7a6e;
    box-shadow: 0 0 0 3px rgba(43, 122, 110, 0.12);
}
.checkbox label {
    text-transform: inherit;
    font-weight: normal; 
    font-size: 13px;
}
.checkbox label input[type="checkbox"] {
    width: 15px !important;
    margin-right: 2px;
    position: relative;
    top: 2px;
}
.checkbox label a {
    color: #8f87ff;
    text-decoration: underline;
}


/* Order summary (right side) */
#checkout_page .order-summary-card {
    background: white;
    box-shadow: 0 12px 30px rgb(0 0 0 / 5%);
    padding: 20px;
    position: sticky;
    top: 24px;
}
#checkout_page .order-summary-card h3 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid #eef3fa;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
#checkout_page .cart-item {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
    align-items: center;
}
#checkout_page .item-thumb {
    width: 68px;
    height: 68px;
    background: #fdfbef;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #ebc286;
}
#checkout_page .item-thumb img {
    width: 100%;
    height: 100%;
}
#checkout_page .item-info {
    flex: 1;
}
#checkout_page .item-name {
    font-weight: 700;
    margin-bottom: 6px;
}
#checkout_page .item-price {
    font-size: 0.75rem;
    color: #000;
    font-weight: 500;
    text-align: left;
}
#checkout_page .item-total {
    font-weight: 700;
}
#checkout_page .divider-light {
    height: 1px;
    background: #edf2f7;
    margin: 16px 0;
}
#checkout_page .price-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 13px;
}
#checkout_page .price-line.bold-total {
    font-weight: 800;
    font-size: 14px;
    border-top: 2px dashed #e2eaf1;
    padding-top: 16px;
    margin-top: 12px;
}
#checkout_page .checkout-button {
    width: 100%;
    background: #9c5736;
    border: none;
    padding: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    border-radius: 50px;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
}
#checkout_page .checkout-button:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#checkout_page .secure-footer {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    font-size: 0.7rem;
    color: #7f8fa4;
} 
#checkout_page .secure-footer .fab {
    font-size: 24px;
}
#checkout_page .secure-footer .fas {
    font-size: 24px;
}
@media (max-width: 800px) {
    #checkout_page .checkout-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    #checkout_page .form-section {
        padding: 22px;
    }
}
/* static effect for demo - required fields */
#checkout_page .required-star:after {
    content: "*";
    color: #c2410c;
    margin-left: 4px;
}
.address__value {
    position: relative;
    margin: 20px 0;
}
.address__value table.order-table {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}
.address__value h2 {
    margin-bottom: 20px !important;
    display: block;
}
.address__value table th {
    white-space: nowrap;
    padding: 10px;
    background: #f9f9f9;
    font-size: 14px;
}
.address__value table td {
    padding: 10px;
    font-size: 13px;
}
.address__value table td img {
    width: 80px;
    height: 80px;
}
/* each option as radio card */
.option {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 12px;
    border: 1.8px solid #c19d6652;
    transition: all 0.2s;
    border-radius: 10px;
}
.address__value table.order-table .fas.fa-indian-rupee-sign {
    font-size: 11px;
}
span.price-original {
    text-decoration: line-through;
    font-size: 13px;
    margin-left: 5px;
    color: #9b9999;
}
.option input {
  display: none; /* hide default radio */
} 
.option label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 12px 10px 8px;
    cursor: pointer;
    width: 100%;
} 
.info {
  flex: 1;
} 
.method-name {
    font-weight: 700;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
} 
/* custom fake radio circle */
.custom-radio {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 2px solid #b9cfec;
  background: white;
  display: inline-block;
  transition: 0.1s;
}

/* when radio checked: style using :has + sibling + general selector */
.option:has(input:checked) {
    border-color: #c19d6652; 
}

.option:has(input:checked) .custom-radio {
  border-color: #9c5736;
  background: #9c5736;
  box-shadow: inset 0 0 0 3px white;
} 
.sming_btn {
    background: #000;
    color: #FFF;
    padding: 5px 10px;
    font-size: 13px;
}
.sming_btn:hover {
    background: #333; 
}






/*------====================== CHECKOUT CSS END HERE ==================---*/ 


/*------====================== MY ADDRESS PAGE CSS START HERE ==================---*/ 
button.adding_address.btn.btn-primary {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 6px 20px;
    font-weight: normal;
    font-size: 13px;
}
#exampleModal .modal-dialog {
    max-width: 700px;
}
#exampleModal .modal-dialog .form-control {
    padding: 7px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin: 7px 0;
    appearance: auto;
    font-size: 13px;
} 
#exampleModals .modal-dialog {
    max-width: 700px;
}
#exampleModals .modal-dialog .form-control {
    padding: 7px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin: 7px 0;
    appearance: auto;
    font-size: 13px;
}
/*------====================== MY ADDRESS PAGE CSS END HERE ==================---*/ 


/*------====================== View Order Detail PAGE CSS START HERE ==================---*/

/* main container */
.order-detail-container {
  max-width: 1400px;
  margin: 0 auto;
} 
  
.card-header-modern .card-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1f3e54;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-header-modern .card-title i {
  color: #2c7da0;
  font-size: 1.1rem;
}

/* two column layout (info + address) */
 
.row-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.info-col {
  flex: 1;
  min-width: 240px;
}
.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}
table.info-table td {
    border: none;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.address-block {
  background: #f9fbfe;
  border-radius: 20px;
  padding: 1.2rem 1.4rem;
  border: 1px solid #eef2f8;
}
.address-label {
  font-weight: 700;
  color: #1f3e54;
  margin-bottom: 10px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.address-text {
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.contact-chip {
  background: #eef3f0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.35rem 1rem;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #2c6e5c;
}

/* product table redesign */
.table-wrapper {
    padding: 0;
    margin: 30px 0;
}
.product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem; 
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.product-table thead tr {
  background: #f1f5f9;
}
.product-table th {
  text-align: left;
  padding: 1rem 1rem;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #4a607a;
  border-bottom: 1px solid #e2eaf1;
  white-space: nowrap;
}
.product-table td {
  padding: 1.1rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid #eff2f8;
  color: #2d3e52;
  white-space: nowrap;
  width: 100%; 
} 
.product-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-name {
  font-weight: 700;
  color: #1f405b;
  margin-bottom: 5px;
}
.spec-row {
  font-size: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #5e778f;
}
.spec-badge {
  background: #f0f4f9;
  padding: 0.2rem 0.6rem;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.totals-row td {
  background: #fafcff;
  font-weight: 500;
}
.totals-label {
  font-weight: 700;
  color: #2c4c6c;
}
.payable-amount {
  font-weight: 800;
  font-size: 14px;
  color: #1f6e43;
}
.order-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff0e0;
  padding: 0.3rem 1.2rem;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c46f2e;
}
hr {
  margin: 1rem 0;
  border: 0;
  height: 1px;
  background: #eef2f8;
}
@media (max-width: 760px) { 
  .product-table th, .product-table td {
    padding: 0.8rem 0.6rem;
  }
  .table-wrapper {
    padding: 0 1rem 1.5rem 1rem;
  }
  .details-split {
    padding: 1.2rem;
  }
  .card-header-modern {
    padding: 1rem 1.2rem;
  }
}
.shipping-method-light {
  color: #2c7a5e;
  background: #eafaf5;
  padding: 0.2rem 0.6rem;
  border-radius: 30px;
  font-size: 0.7rem;
  display: inline-block;
} 
/*------====================== View Order Detail PAGE CSS END HERE ==================---*/ 


/*--========== Delivery And Return Css ===========--*/
#delivery_return_page {
    padding: 50px 0;
}
/* Main Heading */
#delivery_return_page h1 {
    font-size: 14px;
    color: #222;
    margin-bottom: 6px;
    border-left: 5px solid #e60000;
    padding-left: 10px;
}
#delivery_return_page .sub {
    color: #000;
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 13px;
}
/* Section Headings */
#delivery_return_page h2 {
    font-size: 14px;
    color: #000;
    margin: 25px 0 7px 0; 
}
/* Subheadings */
#delivery_return_page h3 {
    font-size: 14px;
    color: #000;
    margin: 20px 0 10px 0;
} 
/* Paragraphs */
#delivery_return_page p {
    font-size: 13px;
    color: #000;
    margin-bottom: 12px;
}
/* Lists */
#delivery_return_page ul {
    margin: 10px 0 15px 30px;
    list-style: disc;
}
#delivery_return_page li {
    font-size: 13px; 
    color: #000000;
    margin-bottom: 6px;
}  
 
/*--========== Delivery And Return Css ===========--*/
 














/*----============ NEW THEME CSS START HERE ==================*/

.list-unstyled li a {
    font-size: 13px;
}
.copyright_text div {
    font-size: 13px;
}
.page-header.py-4.bg-light.border-bottom {
    padding: 10px 0 !important;
    background: transparent !important;
    border-bottom: none !important;
}
.page-header.py-4.bg-light.border-bottom h1 {
    font-size: 14px;
}
.contact__informtn {
    padding: 20px;
}
.contact__informtn h4 {
    font-size: 14px;
}
.contact__informtn h6 {
    font-size: 14px;
}
.contact__informtn .text-muted {
    font-size: 13px;
} 
.contact__informtn i {
    margin-right: 10px;
    font-size: 15px !important;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgb(0 0 0 / 3%);
    border: 1px solid #eae1d5;
    color: #c7a04e !IMPORTANT;
}
.contact__informtn{
    background: #fefbf7;
    border-radius: 24px;
}
.contact__infofrm {
    border-radius: 35px;
    padding: 20px;
    border: 1px solid #f0e9e2;
    box-shadow: 0 4px 14px rgb(0 0 0 / 2%);
}
.add_info {
    display: flex;
    gap: 0px;
}
.contact__infofrm h4 {
    font-size: 14px;
}
.contact__infofrm input.form-control {
    width: 100%;
    padding: 0.9rem 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    border: 1px solid #e0d6cd;
    border-radius: 20px;
    background: #fefcf9;
    transition: all 0.2s;
    outline: none;
}
.contact__infofrm textarea.form-control {
    width: 100%;
    padding: 0.9rem 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    border: 1px solid #e0d6cd;
    border-radius: 20px;
    background: #fefcf9;
    transition: all 0.2s;
    outline: none;
}

.faqs_page {
    padding: 20px 0 60px;
}
.faqs_page .accordion-button {
    background-color: #f8f7f7 !important;
    color: #1f0300 !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px !important;
    margin-bottom: 6px;
    padding: 12px 15px;
}
button.accordion-button.bg-white {
    color: #9c5736 !important;
}
button.accordion-button.collapsed.bg-white {
    color: #000000 !important;
} 
.cms__bracdcrm h3 {
    font-size: 16px;
    margin-top: 15px;
} 

.header-top .create-navbar .nav-center .nav-menus li .fa-solid {
    display: none;
}
.header-top i.fa-solid.fa-chevron-down {
    display: block !important;
    font-size: 13px;
    margin-left: 2px;
    font-weight: bold !important;
}
.left-side-content {
    width: 42%;
}


#insights_section .text-muted {
    font-size: 13px;
}
.single-menu.mt-30 {
    margin-top: 0;
}
.megamenu-usp-box {
    background: #fff8f5;
    padding: 12px 0;
}
.megamenu-usp-icon img {
    width: 25%;
    display: block;
    margin: 10px auto;
}
.megamenu-usp-item {
    text-align: center;
}
.megamenu-usp-item .megamenu-usp-label {
    font-size: 13px;
    font-weight: 700;
    color: #ae6a44;
}
.login__pagedata .step .form-control {
    padding: 8px 15px 8px;
    height: auto;
    line-height: initial;
    min-height: auto;
    font-size: 14px;
}
.login__pagedata .resend-row #resendOtpBtn {
    font-size: 14px;
}
button#verifyOtpBtn {
    font-size: 14px;
    border-radius: 0;
}
button#backToEmailBtn {
    font-size: 13px;
    background: #eee;
    padding: 4px 15px;
    margin-bottom: 10px;
}
#otpStepError .alert.alert-danger {
    font-size: 13px;
    padding: 3px 10px !important;
    height: initial;
    line-height: initial;
}
#modePassword h2 {
    font-size: 14px;
}
#modePassword label.form-label {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin-bottom: 2px;
}
#modePassword .form-control {
    padding: 8px 12px;
    height: auto;
    line-height: initial;
    min-height: auto;
    border-radius: 0;
    font-size: 13px;
}
a.small.text-muted.text-decoration-none {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
#modePassword .form-check.mb-3 {
    font-size: 14px;
    color: #000;
}
#modePassword .btn.btn-dark.btn-lg.w-100 {
    font-size: 14px;
}
#recent-orders strong {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 0;
    margin: 0;
    border: none;
}
a.d-block.py-3.px-3.text-decoration-none.text-dark.fw-semibold.bg-light {
    background: linear-gradient(135deg, #f5efe8, #fefbf7);
    color: #c7a04e;
    border-left: 3px solid #c7a04e;
}
#recent-orders .table thead tr th {
    font-size: 14px;
}
#recent-orders .table td {
    font-size: 13px;
}
#account_page .card.border-0.shadow-sm.sticky-top {
    z-index: auto;
}
#account_page a.btn.btn-sm.btn-outline-dark {
    font-size: 13px;
    border-radius: 0;
    padding: 2px 10px;
    width: 100%;
}
.overview-content span.badge.bg-secondary {
    font-weight: normal;
    border-radius: 0;
}

.welcome-greeting {
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.welcome-greetings {
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c; 
}
.welcome-greeting span {
    color: #c7a04e;
}
.welcome-message {
    color: #000;
    font-size: 13px;
    margin-bottom: 0;
} 
#my__orders__data {
    border-radius: 0;
}
#my__orders__data strong {
    font-size: 13px;
}
#my__orders__data small {
    font-size: 13px;
}
#my__orders__data .text-truncate {
    font-size: 13px;
}
#my__orders__data .text-muted {
    font-size: 13px;
    color: #000;
}
#my__orders__data a.btn.btn-sm.btn-outline-dark {
    font-size: 13px;
    border-radius: 0;
}
#my__orders__data span.badge.bg-warning {
    border-radius: 0;
    background: #9c5736 !important;
}
#wishlist__product .text-center.mt-2 {
    text-align: left !important;
}
#wishlist__product .text-center.mt-2 a {
    font-size: 13px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 0.3rem;
}
#wishlist__product .d-flex.justify-content-center.align-items-center.gap-2.mt-1 {
    display: block !important;
    font-size: 14px;
    margin-top: 0 !important;
    margin-bottom: 3px;
}
#wishlist__product .d-flex.justify-content-center.align-items-center.gap-2.mt-1 strong {
    font-size: 13px;
    font-weight: 800;
    color: #c7a04e;
}
#wishlist__product small.text-muted.text-decoration-line-through {
    font-size: 0.8rem;
    color: #a48f78 !important;
    text-decoration: line-through !important;
}
.info-section.border-dark {
    background: #fefbf7;
    padding: 1.2rem;
    border: 1px solid #f0e9e2 !important;
    transition: all 0.3s ease;
}
.info-sectioniner .justify-content-between strong {
    font-size: 13px;
    border-bottom: none;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
}
.info-sectioniner span.badge.bg-success.mb-2 {
    border-radius: 0;
    font-weight: normal;
}
.info-sectioniner .justify-content-between span.badge.bg-light.text-dark.text-uppercase {
    border-radius: 0;
    background: #fff !important;
}
.info-sectioniner .text-muted.small {
    font-size: 13px;
    color: #000 !important;
}
.info-sectioniner button.btn.btn-sm.btn-outline-dark {
    font-size: 13px;
    border-radius: 0;
    padding: 0 10px;
    background: #dfd396;
    border: 1px solid #4e4c0869;
    color: #4e4c08;
}
.info-sectioniner button.btn.btn-sm.btn-outline-secondary {
    font-size: 13px;
    border-radius: 0;
    padding: 5px 10px;
    background: #fbf8e6;
    border: 1px solid #4e4c0838;
    color: #4e4c08;
}
.info-sectioniner button.btn.btn-sm.btn-outline-danger {
    border-radius: 0;
}
.add_aadress_form .form-label {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
}
.add_aadress_form .form-control {
    border-radius: 0;
    font-size: 13px;
    padding: 10px;
}
.add_aadress_form .form-check { 
    font-size: 13px;
    color: #000;
}
#addrForm .modal-footer button.btn.btn-light {
    font-size: 13px;
    border-radius: 0;
} 
#addrForm .modal-footer button.btn.btn-dark {
    font-size: 13px;
    border-radius: 0;
}
.profile__form .form-label {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.profile__form .form-control {
    font-size: 13px;
    border-radius: 0;
    padding: 10px 10px;
}
.profile__form .form-check { 
    font-size: 13px;
}
.profile__form button.btn.btn-dark {
    font-size: 13px;
    border-radius: 0;
}
 
#profile__sidebar .card-body.text-center.py-4.border-bottom {
    background: linear-gradient(135deg, #c7a04e, #a07d3a);
}
#profile__sidebar .card-body.text-center.py-4.border-bottom h6 {
    font-size: 14px;
    color: #fff;
}
#profile__sidebar small {
    font-size: 13px;
    color: #fff;
}
.leftmenu__sidebar li a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.leftmenu__sidebar li a .fa-solid {
    width: 22px;
    font-size: 14px;
    color: #a48f78; 
}
.leftmenu__sidebar li button .fa-solid {
    width: 22px;
    font-size: 14px;
    color: #a48f78; 
}
.leftmenu__sidebar li button {
    font-size: 13px;
    color: #000 !important;
    font-weight: 600;
}
.product__more__details span.fw-bold {
    font-size: 13px;
    font-weight: 800;
    color: #c7a04e;
}
.product__more__details span.text-muted.text-decoration-line-through.ms-1.small {
    font-size: 13px;
}
.product__more__details .text-success.small {
    color: #b3530f !important;
    font-size: 13px;
}
.products__listing__heading {
    font-size: 14px;
}
.gs-blog-sidebar-wrapper .single-blog-widget form {
    margin-top: 15px;
}
.cart-summary h5 {
    font-size: 13px;
}
.cart-summary .subtotal-row {
    font-size: 13px;
}
.cart-summary .summary-line {
    font-size: 13px;
}
.total-row span {
    font-size: 13px !important;
}
.total-amount {
    font-size: 13px !important; 
}
.proced_btn {
    border-radius: 0;
    color: white;
    border: none;
    padding: 10px 50px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    transition: background 0.2s;
    background: #9c5736;
    width: auto;
    margin-top: 0;
}
.proced_btn:hover { 
    background: #000; 
}

h2#swal2-title {
    font-size: 14px;
}
button.swal2-confirm.swal2-styled {
    font-size: 13px;
    border-radius: 0;
}
button.swal2-confirm.swal2-styled:hover {
  background: #000;
}
button.swal2-cancel.swal2-styled {
    border-radius: 0;
    font-size: 13px;
}
button.swal2-cancel.swal2-styled:hover {
  background: #000;
}
.cart-summary .btn.btn-dark.btn-lg.w-100 {
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
    transition: background 0.2s;
    background: #9c5736;
    width: auto;
    margin-top: 0;
    border-radius: 0;
}
#couponForm button.btn.btn-dark {
    font-size: 12px;
}
.select__bxing .addr-card {
    font-size: 13px;
}

.form-check.mb-3 {
    font-size: 13px;
}
.checkout-sidebar-right .card.border-0.shadow-sm.sticky-top {
    z-index: auto;
}
#payment__statusing label {
    font-size: 13px;
}
.checkout-sidebar-right .d-flex.justify-content-between.mb-3 {
    font-size: 14px;
}
.checkout-sidebar-right strong.ttl_amnt {
    font-size: 14px;
}
.checkout-sidebar-right button.btn.btn-dark.w-100.btn-lg.fw-bold {
    border-radius: 0;
    font-size: 14px;
    background: #9c5736;
    border-color: #9c5736;
}
.placing_text {
    font-size: 12px;
    color: #000 !important;
}
.placing_text span {
    font-size: 13px;
    color: #000;
}
div#swal2-html-container {
    font-size: 13px;
    color: #000;
}
#newbread_crumb {
    padding: 5px 0 15px;
}





/*----============ NEW THEME CSS END HERE ==================*/










span.star__missing {
    color: red;
}





















/*--===================== Responsive Css Start Here ========================  */ 

@media (max-width: 767px) {

  .container.custom-containerr {  
      padding-bottom: 5px !important;
  }
  #arrivals_section { 
      padding-top: 30px;
  }
  #arrivals_section .container {
      padding-bottom: 10px !important;
  }
  #customer-stories .container { 
      padding: 30px 0 20px !important; 
  }
  .title-badge h2 { 
      margin-bottom: 0px;
      padding-bottom: 20px; 
  }
  #customer-stories .container { 
      max-width: 94%;
      border: none !important;
      margin-bottom: 20px;
  }
  .customer_faq {  
      padding-left: 0;
      border: none;
  }
  .customer_faq:before {
     display: none;
  }
  .gs-footer-section .footer-row ul > li a { 
      font-size: 15px; 
  }
  .mobile-menu .mobile-menu-top { 
      padding: 10px; 
  }
  #border-btm { 
      padding-bottom: 0 !important;
      padding-top: 0 !important;
  }
  #contactus__page {
      padding: 20px 0 20px;
  }
  .contact__info { 
      border-radius: 15px;
      padding: 20px;
  }
  .info__detail {
      margin-bottom: 0;
  } 
  .contact__form {
      background: #ffffff;
      border-radius: 15px;
      padding: 20px; 
  }
  .login__pagedata .login-card {
      width: 90%; 
      margin: 30px auto;
  }
  .my-orders-container {
      padding: 1rem 5px;
  }
  .orders-content {
      margin-top: 25px;
  }
  .order-tab { 
      padding: 5px 8px; 
      font-size: 10px; 
  }
  .ourstroy-bg h3 { 
      font-size: 16px;
  }
  .ourstroy-bg { 
      top: 30%; 
      width: 80%; 
      left: 8%;
  }
  #section_story {
      margin-top: -30px;
  }
  .data_section_text h3 {
      font-size: 20px;
      line-height: 27px; 
      margin-bottom: 15px;
      margin-top: 15px;
      width: 100%;
  }
  .data_section_text p {
      margin-bottom: 15px;
      font-size: 14px;  
  }
  #our__strybox {
      margin: 40px 0;
  }
  .chair_texting h3 {
      font-size: 18px;
      line-height: 28px;  
      margin-top: 20px; 
  }
  #kosmos__text {
      width: 100%;
      margin: 30px auto 0;
  }
  #kosmos__text h3 {
      font-size: 20px;
  }
  .gallery-item { 
      border-radius: 0; 
  }
  .usp-item {
      font-size: 12px; 
      width: 28%; 
      padding: 10px 0;
      border-radius: 0px;
      margin: 0 6px; 
  }
  .address-grid {  
      padding: 10px;
  }
  .wishlist-item { 
      border-radius: 20px;  
      padding: 15px; 
      text-align: center;
  }
  .wishlist-icon {
      width: 60px;
      height: 60px;  
      margin: 0 auto 10px;
  }
  .wishlist-details {
      margin-bottom: 7px;
  }
  .profile-avatar { 
      margin-bottom: 18px;
  }
  .profile-stats { 
      padding: 10px 0; 
      margin: 0;
  }
  .wishlist-dialog-alldata .product-name { 
      color: #000; 
      min-height: 28px;
      line-height: 1.4;
  }
  .wishlist-dialog-alldata .delete-btn { 
      font-size: 20px; 
      padding: 12px;
  }
  .bilkform-wrapper { 
      width: 100%; 
  }
  .hero-content {
      padding: 30px 0 !important; 
  }
  span.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill.bg-danger {
      top: 4px !important;
      left: 30px !important;
  }
  .browsing_btn {
      position: inherit;
      margin-top: 0px;
      margin-bottom: -30px;
  }
  .cart-wrapper .item-img {
      width: 130px;
      height: 90px;
  }
  .cart-wrapper .item-name { 
      margin-bottom: 0px; 
  }
  .cart-wrapper .price-original { 
      display: inline-block !important;
  }
  #cart_page { 
      padding-top: 20px !important;
  }
  section.login__pagedata.py-5 {
      padding: 0 !important;
  }
  .login__pagedata .step .form-control {
      padding: 5px; 
      font-size: 14px;
      width: 40px !important;
      height: 40px !important;
      border-radius: 5px;
  }
  #stepEmail #emailInput {
      width: 100% !important;
      padding: 10px !important;
  }
  .checkout-steps.d-flex.justify-content-center.mb-4 {
      display: block !important;
  }
  .checkout-steps.d-flex.justify-content-center.mb-4 .step {
      margin-bottom: 10px;
      padding-left: 0 !important;
  }
  #checkput__page {
      padding-top: 20px !important;
  }
  .card-header.bg-white.py-3.d-flex.justify-content-between.align-items-center {
      padding: 6px 8px !important;
  }
  .card-header.bg-white.py-3 .fw-bold.text-uppercase {
      font-size: 11px !important;
  }
  a.d-block.py-3.px-3.text-decoration-none.text-dark.fw-semibold.bg-light { 
      padding: 9px 15px !important;
  }
  .leftmenu__sidebar li a { 
      padding: 9px 15px !important;
  } 
  .leftmenu__sidebar li button { 
      padding: 9px 15px !important;
  }
  #recent-orders .table thead tr th { 
      white-space: nowrap;
  }
  .info-section { 
      padding: 10px; 
  }
  .card-header.bg-white.d-flex.justify-content-between {
      padding: 10px;
  }
  .position-absolute .badge {
      font-size: 9px;
      font-weight: normal;
      letter-spacing: 1px;
      width: auto;
      border-radius: 0;
  }
  .add_aadress_form .form-control {  
      padding: 5px 10px;
  }
  .add_aadress_form .form-label {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 1px;
  }
  .card-body.p-0.table-responsive th, tr {
      white-space: nowrap;
  }
  #logo_area_headder .container.custom-containerr { 
      padding-bottom: 13px !important;
  }
  #our_story_bg .container {
      padding: 0;
  }
  #section_story .container {
      padding: 0;
  }
  #section_story .container .data_section_text h3 {
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 10px;
      margin-top: 5px; 
  }
  #our__strybox .col-md-6 {
      padding-right: 0;
      padding-left: 0;
  }
  .gs-blog-wrapper.py-5 {
      padding-top: 0 !important;
  }
  .col-12.col-lg-8.gs-main-blog-wrapper {
      margin-top: -10px;
  }





}



