/* ==============
 ========= css table of contents =========

 * template name: BBF Canada Global
 * version: 1.0
 * description: Your Daily Needs
 * author: BBF Canada Global


 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> forms
     3.02 --> preloader
     3.03 --> custom cursor
     3.04 --> scroll progress button

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> overview
     5.02 --> category
     5.03 --> about
     5.04 --> shop
     5.05 --> authentication

    ==================================
============== */
@import url("../css/bootstrap.min.css");
@import url("../fonts/css/all.min.css");
@import url("../fonts/css/bbf.css");
@import url("../css/aos.css");
@import url("../css/nice-select.css");
@import url("../css/odometer.css");
@import url("../css/swiper-bundle.min.css");
@import url("../css/jquery-ui.min.css");
/* ==== 
 --------- (1.01) mixins start ---------
 ==== */
/* ==== 
   --------- (1.01) mixins end ---------
   ==== */
/* ==== 
 --------- (1.02) variables start ---------
 ==== */
:root {
  --poppins: "Poppins", sans-serif;
  --template-font: var(--poppins);
  --template-bg: #ffffff;
  --template-color: #667471;
  --base-color: #0b6c0b;
  --white: #ffffff;
  --black: #000000;
  --primary-color: #046a58;
  --secondary-color: #122f2a;
  --tertiary-color: #046a58;
  --quaternary-color: #00715d;
  --quinary-color: #061408;
  --septenary-color: #0c141f;
  --senary-color: #d9d9d9;
  --transition: all 0.4s ease;
  --shadow: 0px 10px 25px 0px rgba(37, 42, 52, 0.08);
  --shadow-secondary: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  --shadow-tertiary: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
}

/* ==== 
   --------- (1.02) variables end ---------
   ==== */
/* ==== 
 --------- (2.01) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: var(--template-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--template-color);
  background-color: var(--template-bg);
  overflow-x: clip;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #b5c8d4;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #076051;
  border-radius: 5px;
}

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

a,
button {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  color: var(--template-color);
}
a i,
a span,
button i,
button span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}
a:focus,
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

hr,
blockquote,
textarea {
  margin: 0px;
  opacity: 1;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
}

/* ==== 
 --------- (2.01) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.02) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--template-color);
}

a,
button {
  font-size: 16px;
  line-height: 24px;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.neutral-top {
  margin-top: -8px;
}

/* ==== 
 --------- (2.02) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.03) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: -3px;
}

span {
  display: inline-block;
}

.unset {
  max-width: unset;
}

.dir-rtl {
  direction: rtl;
}

.bg-img {
  background-color: var(--template-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.lh-0 {
  line-height: 0;
}

.template-color {
  color: var(--template-color);
}

.primary-text {
  color: var(--primary-color);
}

.secondary-text {
  color: var(--secondary-color);
}

.tertiary-text {
  color: var(--tertiary-color);
}

.quaternary-text {
  color: var(--quaternary-color);
}

.quinary-text {
  color: var(--quinary-color);
}

.septenary-text {
  color: var(--septenary-color);
}

.senary-text {
  color: var(--senary-color);
}

.template-bg {
  background-color: var(--template-bg);
}

.primary-bg {
  background-color: var(--primary-color);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.tertiary-bg {
  background-color: var(--tertiary-color);
}

.quaternary-bg {
  background-color: var(--quaternary-color);
}

.quinary-bg {
  background-color: var(--quinary-color);
}

.septenary-bg {
  background-color: var(--septenary-color);
}

.senary-bg {
  background-color: var(--quinary-color);
}

.section-bg-primary {
  background-color: var(--primary-color);
}

.gutter-60 {
  row-gap: 60px;
}

.gutter-40 {
  row-gap: 40px;
}

.gutter-24 {
  row-gap: 24px;
}

.gutter-16 {
  row-gap: 16px;
}

.pt-120 {
  padding-top: 100px;
}

.pt-100 {
  padding-top: 80px;
}

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

.pb-120 {
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 80px;
}

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

.mt-120 {
  margin-top: 100px;
}

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

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

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

.mt-55 {
  margin-top: 35px;
}

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

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

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

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

.mt-24 {
  margin-top: 25px;
}

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

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

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

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

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

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

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

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

.mt-4 {
  margin-top: 4px !important;
}

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

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

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

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

.mb-55 {
  margin-bottom: 35px;
}

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

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

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

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

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

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

.sticky-wrapper {
  position: relative;
}

.sticky-item {
  position: sticky;
  top: 120px;
}

.divider {
  background-color: #ebebec;
}

div {
  line-height: 0px;
}

.section__header {
  margin-bottom: 24px;
}
.section__header h5 {
  font-weight: 500;
  color: var(--black);
  margin-top: -8px;
}

.pagination-two {
  position: relative;
  background-color: rgba(80, 93, 106, 0.3137254902);
}
.pagination-two .swiper-pagination-progressbar-fill {
  background-color: var(--primary-color);
}

.breadcrumb-wrapper {
  padding: 30px 0px;
  border-top: 1px solid #fdf0f0;
  border-bottom: 1px solid #fdf0f0;
}
.breadcrumb-wrapper h6 {
  margin-top: -8px;
  margin-bottom: 4px;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.breadcrumb {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item,
.breadcrumb a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #9b9797;
  text-transform: uppercase;
}
.breadcrumb a:hover {
  color: var(--base-color) !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
  color: #9b9797;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 12px;
  font-size: 16px;
  content: "\e12a";
  font-family: "Phosphor" !important;
  font-weight: 600;
  color: #9b9797;
  margin-top: 0px;
}
.breadcrumb .active {
  color: var(--base-color) !important;
}

.main-pagination {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.main-pagination button,
.main-pagination a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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: 1px solid #9eb3af;
  background-color: transparent;
  color: var(--black);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 800;
  font-size: 14px;
}
.main-pagination button:hover,
.main-pagination a:hover {
  border-color: var(--base-color);
  background-color: var(--base-color);
  color: var(--white);
}
.main-pagination .active {
  border-color: var(--base-color);
  background-color: var(--base-color);
  color: var(--white);
}
.main-pagination button {
  background-color: var(--base-color);
  color: var(--white);
}
.main-pagination button:hover {
  background-color: var(--base-color);
  color: var(--white);
}

.cart-modal-wrapper {
  position: fixed;
  inset: 0px;
  z-index: 9999999;
  height: 100%;
  overflow-y: auto;
  max-width: 1200px;
  margin-inline: auto;
  pointer-events: none;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}
.cart-modal-wrapper::-webkit-scrollbar {
  width: 0px;
}
.cart-modal-wrapper .cart-modal-inner {
  padding: 20px 20px;
  background-color: var(--white);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  border-radius: 10px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: auto;
}
.cart-modal-wrapper .close-cart {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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-radius: 0px;
  border-bottom-left-radius: 50px;
  background-color: var(--base-color);
}
.cart-modal-wrapper .close-cart span {
  color: white;
  font-size: 20px;
  margin-top: -8px;
  margin-right: -8px;
}

.cart-modal-active {
  pointer-events: all;
}
.cart-modal-active .cart-modal-inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal-cart-backdrop {
  position: fixed;
  top: 0px;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5921568627);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.modal-cart-backdrop-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

/* ==== 
 --------- (2.03) global styles end ---------
 ==== */
/* ==== 
 --------- (3.01) forms styles start ---------
 ==== */
.checkout__form .input-single, .leave-wrapper .input-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0px 16px;
  border-radius: 8px !important;
  border: 2px solid #7e7e7e;
  background: #046150;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 30px;
}
.checkout__form .input-single:nth-last-of-type(1), .leave-wrapper .input-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.checkout__form .input-single input,
.checkout__form .input-single textarea,
.checkout__form .input-single .nice-select, .leave-wrapper .input-single input,
.leave-wrapper .input-single textarea,
.leave-wrapper .input-single .nice-select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: transparent;
  color: var(--white);
  border: 0px;
  padding: 13px 0px;
  width: 100%;
}
.checkout__form .input-single input::-webkit-input-placeholder, .checkout__form .input-single textarea::-webkit-input-placeholder, .checkout__form .input-single .nice-select::-webkit-input-placeholder, .leave-wrapper .input-single input::-webkit-input-placeholder, .leave-wrapper .input-single textarea::-webkit-input-placeholder, .leave-wrapper .input-single .nice-select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.checkout__form .input-single input::-moz-placeholder, .checkout__form .input-single textarea::-moz-placeholder, .checkout__form .input-single .nice-select::-moz-placeholder, .leave-wrapper .input-single input::-moz-placeholder, .leave-wrapper .input-single textarea::-moz-placeholder, .leave-wrapper .input-single .nice-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.checkout__form .input-single input:-ms-input-placeholder, .checkout__form .input-single textarea:-ms-input-placeholder, .checkout__form .input-single .nice-select:-ms-input-placeholder, .leave-wrapper .input-single input:-ms-input-placeholder, .leave-wrapper .input-single textarea:-ms-input-placeholder, .leave-wrapper .input-single .nice-select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.checkout__form .input-single input::-ms-input-placeholder, .checkout__form .input-single textarea::-ms-input-placeholder, .checkout__form .input-single .nice-select::-ms-input-placeholder, .leave-wrapper .input-single input::-ms-input-placeholder, .leave-wrapper .input-single textarea::-ms-input-placeholder, .leave-wrapper .input-single .nice-select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.checkout__form .input-single input::placeholder,
.checkout__form .input-single textarea::placeholder,
.checkout__form .input-single .nice-select::placeholder, .leave-wrapper .input-single input::placeholder,
.leave-wrapper .input-single textarea::placeholder,
.leave-wrapper .input-single .nice-select::placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}
.checkout__form .input-single i, .leave-wrapper .input-single i {
  font-size: 18px;
  color: var(--base-color);
}
.checkout__form .alter-input, .leave-wrapper .alter-input {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkout__form .alter-input i, .leave-wrapper .alter-input i {
  margin-top: 20px;
}
.checkout__form .input-group, .leave-wrapper .input-group {
  margin-bottom: 30px;
  gap: 30px;
}
.checkout__form .input-group .input-single, .leave-wrapper .input-group .input-single {
  margin-bottom: 0px;
}
.checkout__form .form-cta, .leave-wrapper .form-cta {
  margin-top: 40px;
}
.checkout__form .btn--primary, .leave-wrapper .btn--primary {
  padding: 18px 40px;
  border-radius: 60px;
  font-weight: 700;
  gap: 8px;
  background-color: var(--base-color);
  color: var(--white);
}
.checkout__form .btn--primary::before, .checkout__form .btn--primary::after, .leave-wrapper .btn--primary::before, .leave-wrapper .btn--primary::after {
  border-radius: 0px;
}
.checkout__form .btn--primary i, .leave-wrapper .btn--primary i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, color 0s ease;
  transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
  font-size: 18px;
}
.checkout__form .btn--primary:hover, .leave-wrapper .btn--primary:hover {
  color: var(--white);
}
.checkout__form .btn--primary:hover i, .leave-wrapper .btn--primary:hover i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.contact__form .input-single {
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.checkout__form .input-group .input-single {
  width: 100%;
}
.checkout__form .input-single {
  padding: 0px 20px;
  background-color: #efefef;
  border: 0px solid transparent;
}
.checkout__form .input-single input,
.checkout__form .input-single textarea {
  color: var(--black);
}
.checkout__form .input-single input::-webkit-input-placeholder, .checkout__form .input-single textarea::-webkit-input-placeholder {
  color: #667471;
}
.checkout__form .input-single input::-moz-placeholder, .checkout__form .input-single textarea::-moz-placeholder {
  color: #667471;
}
.checkout__form .input-single input:-ms-input-placeholder, .checkout__form .input-single textarea:-ms-input-placeholder {
  color: #667471;
}
.checkout__form .input-single input::-ms-input-placeholder, .checkout__form .input-single textarea::-ms-input-placeholder {
  color: #667471;
}
.checkout__form .input-single input::placeholder,
.checkout__form .input-single textarea::placeholder {
  color: #667471;
}
.checkout__form .input-single i {
  color: #adadad;
}
.checkout__form .nice-select {
  z-index: 9;
}
.checkout__form .btn--primary {
  width: 100%;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: var(--base-color);
  color: var(--white);
}
.checkout__form .btn--primary:hover {
  background-color: #099709;
}

.contact__form .input-single {
  width: 100%;
  margin-bottom: 30px;
}
.contact__form .input-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact__form .input-single input,
.contact__form .input-single textarea {
  border-radius: 5px;
  border: 0px;
  background: white;
  padding: 16px 16px;
  width: 100%;
  color: black;
  border: 1px solid #e7d8d8;
}
.contact__form .input-single input::-webkit-input-placeholder, .contact__form .input-single textarea::-webkit-input-placeholder {
  color: rgba(34, 30, 30, 0.5019607843);
}
.contact__form .input-single input::-moz-placeholder, .contact__form .input-single textarea::-moz-placeholder {
  color: rgba(34, 30, 30, 0.5019607843);
}
.contact__form .input-single input:-ms-input-placeholder, .contact__form .input-single textarea:-ms-input-placeholder {
  color: rgba(34, 30, 30, 0.5019607843);
}
.contact__form .input-single input::-ms-input-placeholder, .contact__form .input-single textarea::-ms-input-placeholder {
  color: rgba(34, 30, 30, 0.5019607843);
}
.contact__form .input-single input::placeholder,
.contact__form .input-single textarea::placeholder {
  color: rgba(34, 30, 30, 0.5019607843);
}
.contact__form .input-single input:focus,
.contact__form .input-single textarea:focus {
  border-color: var(--black);
}
.contact__form textarea {
  max-height: 200px;
}
.contact__form .btn--secondary {
  padding: 16px 24px;
  background-color: var(--base-color);
  border-radius: 5px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.contact__form .btn--secondary:hover {
  background-color: #099709;
}

/* ==== 
 --------- (3.01) forms styles end ---------
 ==== */
/* ==== 
 --------- (3.02) preloader styles start ---------
 ==== */
.preloader {
  background-color: var(--white);
  inset-block-end: 0;
  inset-inline-start: 0;
  position: fixed;
  inset-inline-end: 0;
  inset-block-start: 0;
  z-index: 9999;
  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;
}

/* ==== 
 --------- (3.02) preloader styles end ---------
 ==== */
/* ==== 
 --------- (3.04) scroll porgress button styles start ---------
 ==== */
.progress-wrap {
  position: fixed;
  inset-inline-end: 30px;
  bottom: 90px;
  height: 50px;
  width: 50px;
  padding: 6px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #acd5ce;
  -webkit-box-shadow: inset 0 0 0 8px #acd5ce;
          box-shadow: inset 0 0 0 8px #acd5ce;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 99;
  overflow: hidden;
}
.progress-wrap span {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background-color: var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.progress-wrap span::after {
  content: "\f176";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  border-radius: 50%;
  color: #076051;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 200%);
      -ms-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap span::before {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  border-radius: 50%;
  color: #076051;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover span::before {
  -webkit-transform: translate(-50%, -200%);
      -ms-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
}
.progress-wrap:hover span::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.progress-wrap path {
  fill: none;
}
.progress-wrap .progress-circle path {
  stroke: #076051;
  stroke-width: 4;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* ==== 
 --------- (3.04) scroll porgress button styles end ---------
 ==== */
/* ==== 
 --------- (4.01) header styles start ---------
 ==== */
.topbar {
  background-color: var(--white);
  padding-block: 10px;
  border-bottom: 1px solid #fdf0f0;
}
.topbar .topbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topbar .topbar__list li {
  line-height: 0px;
}
.topbar .topbar__list li:nth-of-type(1) i {
  font-size: 18px;
  margin-bottom: -2px;
}
.topbar .topbar__list li span {
  height: 16px;
  width: 1px;
  background-color: #c4bebe;
}
.topbar .topbar__list a {
  font-size: 12px;
  line-height: 25px;
  color: #9b9797;
  font-weight: 400;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.topbar .topbar__list a i {
  color: var(--base-color);
}
.topbar .topbar__list a:hover {
  color: var(--base-color);
}
.topbar .topbar__list-last li:nth-last-of-type(1) a {
  font-weight: 600;
  color: var(--base-color);
}
.topbar .topbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-middle {
  padding: 24px 0px;
  background-color: var(--white);
}

.logo img {
  max-width: 200px;
  height: 100%;
  width: 100%;
}

.divider-l {
  width: 100%;
  height: 1px;
  background-color: #fbefef;
  margin-block: 20px 24px;
}

.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fdf0f0;
  border-radius: 5px 0px 0px 5px;
}
.header-search .nice-select {
  display: none;
}
.header-search .input-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-search form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: transparent;
  padding: 12px 16px 12px 16px;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
}
.header-search input::-webkit-input-placeholder {
  font-size: 14px;
}
.header-search input::-moz-placeholder {
  font-size: 14px;
}
.header-search input:-ms-input-placeholder {
  font-size: 14px;
}
.header-search input::-ms-input-placeholder {
  font-size: 14px;
}
.header-search input::placeholder {
  font-size: 14px;
}
.header-search button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 54px;
  height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  color: var(--white);
  font-size: 20px;
  border-radius: 0px 5px 5px 0px;
}
.header-search button:hover {
  background-color: #099709;
}
.header-search .nice-select {
  background-color: transparent;
  border: 0px;
  min-width: 200px;
  padding-block: 12px;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  border-right: 1px solid #e5d3d3;
  border-radius: 0px !important;
}
.header-search .nice-select span,
.header-search .nice-select li {
  font-size: 14px;
}
.header-search .nice-select::after {
  width: 8px;
  height: 8px;
  right: 24px;
  margin-top: -4.5px;
}
.header-search .nice-select .list {
  width: 100%;
  margin-top: 0px;
  left: 1px;
}
.header-search .nice-select .list li:nth-of-type(1) {
  display: none;
}

.header-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: flex-end;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-right .divider {
  height: 30px;
  width: 1px;
  background-color: #c4bebe;
}

.icon-content {
  -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: 16px;
  color: #9b9797;
}
.icon-content i {
  font-size: 30px;
}
.icon-content > span {
  display: none;
}
.icon-content span {
  font-size: 14px;
  line-height: 0;
  font-weight: 500;
}
.icon-content .quantity-wrapper {
  display: inline-block;
  position: relative;
}
.icon-content .quantity {
  position: absolute;
  width: 23px;
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  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;
  background-color: var(--base-color);
  color: var(--white);
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  bottom: 100%;
  left: 100%;
  margin-bottom: -10px;
  margin-left: -10px;
  padding-top: 1px;
}
.icon-content:hover {
  color: var(--base-color);
}

.cart,
.wishlist {
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}

.header {
  background-color: #fdf0f0;
}

.header__inner {
  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: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
  z-index: 9;
}
.dropdown-wrapper:hover > .category-btn {
  background-color: #099709;
}
.dropdown-wrapper:hover > .dropdown-btn .ph-caret-right {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dropdown-wrapper:hover > .dropdown-inner {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.dropdown-wrapper:hover > .dropdown-inner-child {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.dropdown-wrapper .dropdown-inner {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 260px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.dropdown-wrapper .dropdown-inner a,
.dropdown-wrapper .dropdown-inner button {
  padding: 12px 24px;
  border-bottom: 1px solid #fdf0f0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #9b9797;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.8px;
}
.dropdown-wrapper .dropdown-inner a:hover,
.dropdown-wrapper .dropdown-inner button:hover {
  background-color: #fdf0f0;
  color: var(--base-color);
}
.dropdown-wrapper .dropdown-inner li:nth-last-of-type(1) > a,
.dropdown-wrapper .dropdown-inner li:nth-last-of-type(1) button {
  border-bottom: 0px solid #fdf0f0;
}

.dropdown-wrapper-child {
  width: 100%;
}
.dropdown-wrapper-child .dropdown-inner-child {
  top: 0px;
  left: 100%;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}
.dropdown-wrapper-child .dropdown-btn i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dropdown-wrapper-child:hover > .dropdown-btn .ph-caret-right {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.category-btn {
  padding: 16px 24px;
  background-color: var(--base-color);
  color: var(--white);
  min-width: 240px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
.category-btn i {
  font-size: 16px;
  font-weight: 700;
}
.category-btn .ph-caret-right {
  margin-bottom: -3px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.dropdown-btn .ph-caret-right {
  margin-bottom: -3px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.navbar {
  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: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navbar__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: -15px;
}

.navbar__list {
  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;
}

.navbar__item a {
  font-size: 12px;
  font-weight: 500;
  padding: 23px 8px;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #746565;
  text-transform: uppercase;
}
.navbar__item a:hover {
  color: var(--base-color);
}
.navbar__item .dropdown-label-alter {
  position: relative;
}
.navbar__item .dropdown-label-alter::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  border: 10px solid transparent;
  border-bottom-color: #ababab;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.navbar__item:hover .dropdown-label-alter::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
}

.navbar__item--has-children {
  position: relative;
}
.navbar__item--has-children:hover > .navbar__dropdown-label {
  color: var(--base-color);
}
.navbar__item--has-children:hover > .navbar__dropdown-label::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navbar__item--has-children:hover > .navbar__dropdown-label-sub::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.navbar__item--has-children:hover > .navbar__sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
}

.navbar__dropdown-label {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar__dropdown-label::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  font-size: inherit;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.navbar__sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 260px;
  min-width: 180px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9;
}
.navbar__sub-menu a,
.navbar__sub-menu button {
  padding: 16px 24px;
  border-bottom: 1px solid #fdf0f0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #9b9797;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: capitalize;
  letter-spacing: 0.8px;
}
.navbar__sub-menu a:hover,
.navbar__sub-menu button:hover {
  background-color: #fdf0f0;
  color: var(--base-color);
}
.navbar__sub-menu li:nth-last-of-type(1) > a,
.navbar__sub-menu li:nth-last-of-type(1) button {
  border-bottom: 0px solid #fdf0f0;
}

.header__promo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  gap: 6px;
  font-size: 14px;
}
.header__promo a:hover {
  color: var(--base-color);
}
.header__promo a i {
  font-size: 24px;
  color: var(--base-color);
  margin-bottom: -6px;
  font-weight: 600;
}

.open-offcanvas-nav {
  padding: 0px;
  display: inline-block;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-left: 10px;
}
.open-offcanvas-nav span {
  height: 2px;
  background-color: var(--quaternary-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.open-offcanvas-nav .top-bar {
  width: 30px;
}
.open-offcanvas-nav .middle-bar {
  width: 34px;
}
.open-offcanvas-nav .bottom-bar {
  width: 16px;
}
.open-offcanvas-nav:hover span {
  background-color: var(--base-color);
}

.open-offcanvas-nav-active .middle-bar {
  opacity: 0;
}
.open-offcanvas-nav-active .top-bar,
.open-offcanvas-nav-active .bottom-bar {
  width: 30px !important;
}
.open-offcanvas-nav-active .top-bar {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(9px);
      -ms-transform: rotate(45deg) translateY(5px) translateX(9px);
          transform: rotate(45deg) translateY(5px) translateX(9px);
  background-color: var(--base-color);
}
.open-offcanvas-nav-active .bottom-bar {
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(9px);
      -ms-transform: rotate(-45deg) translateY(-5px) translateX(9px);
          transform: rotate(-45deg) translateY(-5px) translateX(9px);
  background-color: var(--base-color);
}

.mobile-menu {
  position: fixed;
  inset: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  max-width: 400px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.mobile-menu .mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.mobile-menu .logo img {
  max-width: 200px;
}
.mobile-menu .close-mobile-menu {
  font-size: 36px;
  color: var(--base-color);
  position: absolute;
  top: -45px;
  right: 14px;
}
.mobile-menu .mobile-menu__wrapper {
  position: absolute;
  left: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: var(--white);
  padding: 60px 0px;
  z-index: 9999;
  border-radius: 0px;
  overflow-y: auto;
  overflow-x: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
  width: 0px;
}
.mobile-menu .navbar__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0px !important;
}
.mobile-menu .navbar__list > li > a,
.mobile-menu .navbar__list > li button {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__list > li:nth-of-type(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__item {
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.mobile-menu .navbar__item a {
  color: var(--quaternary-color);
  padding: 18px 80px 18px 40px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  font-weight: 400;
}
.mobile-menu .navbar__item a:hover {
  color: var(--base-color);
}
.mobile-menu .navbar__item a::before {
  content: none;
}
.mobile-menu .navbar__item a::after {
  -webkit-transition: none;
  transition: none;
}
.mobile-menu .nav-fade {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out !important;
  transition: all 0.7s ease-in-out !important;
}
.mobile-menu .navbar__item--has-children .navbar__dropdown-label::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mobile-menu .navbar__item--has-children:hover > .navbar__dropdown-label-sub {
  color: var(--base-color) !important;
}
.mobile-menu .navbar__item-active {
  color: var(--base-color) !important;
}
.mobile-menu .navbar__item-active::after {
  content: "\f068" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}
.mobile-menu .navbar__sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  width: 100%;
  max-width: 100%;
  padding: 0px;
  display: none;
  -webkit-transition: none;
  transition: none;
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mobile-menu .navbar__sub-menu::before {
  content: none;
}
.mobile-menu .navbar__sub-menu a,
.mobile-menu .navbar__sub-menu button {
  color: var(--quaternary-color);
  padding: 18px 40px;
  font-size: 14px;
}
.mobile-menu .navbar__sub-menu a::before,
.mobile-menu .navbar__sub-menu button::before {
  content: none;
}
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) a,
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) button {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .mobile-menu__options {
  padding: 0px 40px;
}
.mobile-menu .mobile-menu__options a,
.mobile-menu .mobile-menu__options button {
  width: 100%;
}
.mobile-menu .mobile-menu__social {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.mobile-menu .mobile-menu__social a {
  font-size: 20px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  background-color: var(--base-color);
  color: var(--white);
}
.mobile-menu .mobile-menu__social a i {
  margin-top: 2px;
}
.mobile-menu .active > .navbar__dropdown-label,
.mobile-menu .active > a {
  color: var(--base-color);
}

.mobile-menu__backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
  visibility: hidden;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.mobile-menu__backdrop-active {
  width: 100%;
  visibility: visible;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.show-menu {
  opacity: 1;
  visibility: visible;
}
.show-menu .mobile-menu__wrapper {
  left: 0px;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.show-menu .nav-fade {
  -webkit-animation: navLinkFade 0.5s ease forwards;
          animation: navLinkFade 0.5s ease forwards;
  -webkit-transition: all 0.7s ease-in-out !important;
  transition: all 0.7s ease-in-out !important;
}

.nav-fade-active {
  animation: navLinkFade 1s ease reverse !important;
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes navLinkFadeReverse {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes navLinkFadeReverse {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.sidebar-cart {
  background: #fdf0f0;
  color: var(--black);
  padding: 15px 15px 0 15px;
  position: fixed;
  display: block;
  width: 300px;
  height: 100vh;
  z-index: 99999;
  top: 0;
  inset-inline-end: 0px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sidebar-cart .close-cart {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: 0px;
  outline: 0px;
  z-index: 9;
}
.sidebar-cart .close-cart .close-icon {
  width: 16px;
  height: 16px;
  background: var(--black);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-cart h2 {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin: 5px 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar-cart h2 span.count {
  color: var(--white);
  background: var(--black);
  padding: 8px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -4px;
}
.sidebar-cart .cart-items {
  margin-top: 30px;
}
.sidebar-cart .cart-item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 24px 0px;
  border-bottom: 1px solid #efdbdb;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
  position: relative;
}
.sidebar-cart .cart-item-single .delete-item {
  position: absolute;
  top: 50%;
  inset-inline-end: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fb2b39;
  background-color: transparent;
  font-size: 20px;
}
.sidebar-cart .cart-item-single .delete-item:hover {
  color: var(--base-color);
}
.sidebar-cart .cart-item-single .cart-item-thumb a {
  width: 80px;
  height: 100px;
}
.sidebar-cart .cart-item-single .cart-item-thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: unset;
     object-fit: unset;
}
.sidebar-cart .cart-item-single .h6 a {
  font-weight: 600;
  color: var(--black);
  font-size: 18px;
}
.sidebar-cart .cart-item-single .h6 a:hover {
  color: var(--base-color);
}
.sidebar-cart .cart-item-single .price {
  font-weight: 600;
  font-size: 14px;
  color: var(--base-color);
}
.sidebar-cart .cart-item-single .measure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.sidebar-cart .cart-item-single .measure button {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  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-radius: 0px;
  background-color: #ada5a5;
  color: var(--black);
  font-size: 14px;
}
.sidebar-cart .cart-item-single .measure button:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.sidebar-cart .cart-item-single .measure button i {
  margin-bottom: -3px;
}
.sidebar-cart .cart-item-single .item-quantity {
  min-width: 16px;
  color: var(--black);
  font-weight: 700;
  text-align: center;
}
.sidebar-cart .der {
  height: calc(100% - 140px);
  overflow-y: auto;
}
.sidebar-cart .der::-webkit-scrollbar {
  width: 5px;
}
.sidebar-cart .der::-webkit-scrollbar-track {
  border-radius: 5px;
}
.sidebar-cart .der::-webkit-scrollbar-button, .sidebar-cart .der::-webkit-scrollbar-thumb {
  border-radius: 5px;
}
.sidebar-cart div.totals {
  position: absolute;
  bottom: 80px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 45px;
  background: var(--white);
  border-bottom: 1px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sidebar-cart div.totals div.subtotal,
.sidebar-cart div.totals div.shipping,
.sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-cart div.totals div.subtotal span.amount,
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping span.amount,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax span.amount,
.sidebar-cart div.totals div.tax .total-price {
  color: var(--secondary-color);
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  font-weight: 700;
}
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax .total-price {
  margin: 0px;
}
.sidebar-cart div.totals div.subtotal span.label,
.sidebar-cart div.totals div.shipping span.label,
.sidebar-cart div.totals div.tax span.label {
  color: var(--secondary-color);
  font-weight: 700;
}
.sidebar-cart div.action-buttons {
  padding: 0;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 80px;
  background: var(--white);
  display: block;
  white-space: nowrap;
}
.sidebar-cart div.action-buttons a.view-cart-button,
.sidebar-cart div.action-buttons a.checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-cart div.action-buttons a.view-cart-button:hover,
.sidebar-cart div.action-buttons a.checkout-button:hover {
  background-color: #099709;
  color: var(--white);
}
.sidebar-cart div.action-buttons a.view-cart-button {
  background: var(--base-color);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: var(--white);
  width: 80px;
}
.sidebar-cart div.action-buttons a.checkout-button {
  background: var(--black);
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  color: var(--white);
  width: 200px;
}

.sidebar-cart-active {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.cart-backdrop {
  position: fixed;
  top: 0px;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5921568627);
  z-index: 9999;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.cart-backdrop-active {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.fix-header {
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}

.bottom-menu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #fdf0f0;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  z-index: 999;
  padding: 28px 20px 16px 20px;
  border-top: 1px solid #c3bdbd;
}
.bottom-menu .bottom-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-menu .bottom-menu__inner > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  margin: 0px !important;
}
.bottom-menu .divider {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  background-color: #cdc4c4;
}
.bottom-menu .off-nav {
  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;
}
.bottom-menu .off-nav a {
  font-size: 30px;
  color: #9b9797;
}
.bottom-menu .off-nav a:hover {
  color: var(--base-color);
}

/* ==== 
 --------- (4.01) header styles end ---------
 ==== */
/* ==== 
 --------- (4.02) banner styles start ---------
 ==== */
.banner {
  overflow-x: clip;
  position: relative;
  margin-top: 24px;
}
.banner:hover .slider-navigation {
  opacity: 1;
  visibility: visible;
}
.banner:hover .slider-navigation .slider-btn {
  pointer-events: all;
  -webkit-transform: translateX(0px) !important;
      -ms-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}
.banner .banner__slider-single {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 5px;
}
.banner .banner__slider-thumb {
  position: absolute;
  inset: 0px;
  z-index: -1;
}
.banner .banner__slider-thumb img {
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
  border-radius: 5px;
}
.banner h4 {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 16px;
}
.banner .btn--primary {
  font-size: 13px;
  padding: 8px 24px;
  background-color: var(--base-color);
  font-weight: 600;
  color: var(--white);
  border-radius: 5px;
}
.banner .btn--primary:hover {
  background-color: #099709;
  color: var(--white);
}
.banner .banner__slider-content {
  max-width: 240px;
  padding: 0px 20px;
}
.banner .banner__slider-content span {
  font-weight: 500;
  margin-bottom: 8px;
}
.banner .banner__slider-content span,
.banner .banner__slider-content h4,
.banner .banner__slider-content p {
  color: var(--black);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner .banner__slider-content h4 {
  font-weight: 700;
}
.banner .banner__slider-content p {
  font-size: 18px;
}
.banner .banner__slider-cta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner .swiper-slide-active .banner__slider-content span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.banner .swiper-slide-active .banner__slider-content h4 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.banner .swiper-slide-active .banner__slider-content .banner__slider-cta {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.banner .slider-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  padding: 0px 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.banner .slider-navigation .slider-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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-radius: 3px;
  background-color: var(--base-color);
  font-size: 16px;
  color: var(--white);
}
.banner .slider-navigation .slider-btn:nth-of-type(1) {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.banner .slider-navigation .slider-btn:nth-of-type(2) {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.banner .slider-navigation .slider-btn:hover {
  background-color: #099709;
  color: var(--white);
}

.deal-banner {
  position: relative;
}
.deal-banner .deal-banner__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 20px;
  border-radius: 10px;
}
.deal-banner span {
  font-weight: 500;
  color: var(--base-color);
  font-size: 14px;
  letter-spacing: 0.8px;
}
.deal-banner h5 {
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-block: 8px;
}
.deal-banner p {
  font-size: 15px;
  max-width: 500px;
  margin-inline: auto;
  line-height: 24px;
}
.deal-banner .deal-banner-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.deal-banner img {
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.deal-banner h1 {
  font-size: clamp(40px, 10vw, 160px);
  position: absolute;
  top: 60px;
  left: 50%;
  min-width: 1400px;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(211, 186, 186, 0.35);
  text-transform: uppercase;
}
.deal-banner .newsletter-form {
  margin-top: 20px !important;
}

/* ==== 
 --------- (4.02) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.03) footer styles start ---------
 ==== */
.footer {
  background-color: #fdf0f0;
  padding-top: 80px;
  margin-top: 80px;
  margin-bottom: 75px;
}
.footer .footer__logo {
  margin-bottom: 35px;
}
.footer .footer__widget-header {
  margin-bottom: 25px;
}
.footer .footer__widget-header h6 {
  color: #333333;
  font-weight: 600;
  margin-top: -8px;
}
.footer .footer__widget-content p {
  color: #777777;
  margin-bottom: 20px;
}
.footer .footer__widget-content p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer__widget-list li {
  margin-bottom: 6px;
}
.footer .footer__widget-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer__widget-list a {
  color: #777777;
  font-weight: 500;
  font-size: 16px;
}
.footer .footer__widget-list a i {
  margin-bottom: -5px;
  font-size: 14px;
}
.footer .footer__widget-list a:hover {
  color: var(--base-color);
  padding-left: 4px;
}
.footer .footer__blog-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.footer .footer__blog-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer__blog-single .thumb {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.footer .footer__blog-single h5 {
  margin-top: -5px;
}
.footer .footer__blog-single a {
  font-weight: 600;
  color: var(--white);
}
.footer .footer__blog-single a:hover {
  color: var(--base-color);
}
.footer .footer__contact-list a {
  gap: 24px;
  color: var(--white);
  font-weight: 600;
}
.footer .footer__contact-list a i {
  color: var(--base-color);
}
.footer .footer__contact-list a:hover {
  color: var(--base-color);
}
.footer .footer__contact-list li {
  margin-bottom: 30px;
}
.footer .footer__contact-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer__bottom {
  background-color: var(--base-color);
  margin-top: 80px;
  padding: 20px 0px;
}
.footer .footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  row-gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer__bottom-list a,
.footer .footer__bottom-list span {
  color: var(--white);
}
.footer .footer__bottom-right p {
  color: var(--white);
}

.footer-two {
  padding-top: 80px;
}
.footer-two .footer__partner {
  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: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-two .partner-single {
  text-align: center;
}
.footer-two .footer-divider {
  margin: 60px 0px 60px;
  background-color: #f1dada;
  border: 0px;
  width: 100%;
  height: 1px;
}
.footer-two .footer__bottom {
  background-color: transparent;
  padding: 0px;
}
.footer-two .footer__bottom-inner {
  background-color: var(--base-color);
  position: relative;
  padding: 27px 0px;
  border-top-right-radius: 50px;
  z-index: 1;
}
.footer-two .footer__bottom-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  bottom: 0px;
  width: 200%;
  height: 100%;
  background-color: var(--base-color);
  z-index: -1;
}
.footer-two .footer__bottom-left ul {
  row-gap: 4px;
}
.footer-two .footer__bottom-left ul li:nth-of-type(2), .footer-two .footer__bottom-left ul li:nth-of-type(4) {
  display: none;
}
.footer-two .footer__bottom-left li span {
  height: 16px;
  width: 1px;
  background-color: var(--white);
  margin-bottom: -3px;
}
.footer-two .footer__bottom-left p {
  color: var(--white);
}
.footer-two .footer__bottom-list li:nth-of-type(2), .footer-two .footer__bottom-list li:nth-of-type(4) {
  display: none;
}
.footer-two .social {
  gap: 8px;
}
.footer-two .social a {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  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;
  font-size: 16px;
  background-color: var(--base-color);
  color: var(--white);
}
.footer-two .social a i {
  margin-top: 2px;
}
.footer-two .social a:hover {
  background-color: #099709;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe__content h6 {
  color: #333333;
  font-weight: 600;
  margin-bottom: 5px;
}

.newsletter-form {
  margin-top: 0px !important;
}
.newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsletter-form form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 10px 10px;
  background-color: #fff !important;
  padding: 16px !important;
  border: 1px solid #f1dada;
}
.newsletter-form form button {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 19px 25px;
  background-color: var(--base-color);
  color: var(--white);
}
.newsletter-form form button:hover {
  background-color: #099709;
}

/* ==== 
 --------- (4.03) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.01) overview styles start ---------
 ==== */
.overview {
  margin-bottom: 40px;
}
.overview .overview__single {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 20px;
  border-radius: 5px;
  overflow: hidden;
}
.overview .overview__single:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.overview span {
  font-size: 12px;
  font-weight: 500;
  color: #f3ebeb;
}
.overview h6 {
  font-weight: 600;
  color: var(--white);
  margin-bottom: 16px;
}
.overview .btn--primary {
  font-size: 13px;
  padding: 8px 24px;
  background-color: var(--white);
  font-weight: 600;
  color: var(--base-color);
  border-radius: 5px;
}
.overview .btn--primary:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.overview img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -o-object-position: bottom 0px left -20px;
     object-position: bottom 0px left -20px;
}

.overview-two img {
  -o-object-position: bottom 0px left 0px;
     object-position: bottom 0px left 0px;
  -webkit-transform: scaleX(1.01);
      -ms-transform: scaleX(1.01);
          transform: scaleX(1.01);
}
.overview-two br {
  display: none;
}
.overview-two span,
.overview-two h6 {
  color: var(--black);
}
.overview-two .btn--primary {
  background-color: var(--base-color);
  color: var(--white);
}
.overview-two .btn--primary:hover {
  background-color: #099709;
}

.delivery-overview__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -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;
}

.delivery-overview__thumb i {
  font-size: 30px;
  color: var(--black);
}

.delivery-overview__content {
  text-align: center;
}
.delivery-overview__content h6 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  color: black;
}
.delivery-overview__content p {
  font-size: 14px;
  line-height: 1;
}

/* ==== 
 --------- (5.01) overview styles end ---------
 ==== */
/* ==== 
 --------- (5.02) category styles start ---------
 ==== */
.category__slider {
  padding: 16px 0px;
  margin-block: -16px;
}

.category-neutral {
  margin-inline: -12px;
}
.category-neutral .pagination-two {
  width: calc(100% - 24px);
  margin-inline: auto;
}

.category__slider-single {
  text-align: center;
  padding: 40px 20px;
  background-color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  margin-inline: 12px;
}
.category__slider-single:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 10px 1px rgba(68, 68, 68, 0.11);
}
.category__slider-single:hover a {
  color: var(--base-color);
}
.category__slider-single .thumb {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  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-inline: auto;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 1rem 15px 1.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 15px 1.5px rgba(0, 0, 0, 0.1);
}
.category__slider-single .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.category__slider-single .content {
  text-align: center;
}
.category__slider-single a {
  font-weight: 600;
}
.category__slider-single a:hover {
  color: var(--base-color);
}
.category__slider-single p {
  font-size: 12px;
}

.category__slider-wrapper {
  position: relative;
}
.category__slider-wrapper:hover .slider-navigation {
  opacity: 1;
  visibility: visible;
}
.category__slider-wrapper:hover .slider-navigation .slider-btn {
  pointer-events: all;
  -webkit-transform: translateX(0px) !important;
      -ms-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}
.category__slider-wrapper .slider-navigation {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  padding: 0px 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.category__slider-wrapper .slider-navigation .slider-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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-radius: 3px;
  background-color: var(--base-color);
  font-size: 16px;
  color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.category__slider-wrapper .slider-navigation .slider-btn i {
  margin-bottom: -2px;
}
.category__slider-wrapper .slider-navigation .slider-btn:hover {
  background-color: #099709;
  color: var(--white);
}

.swiper-slide-active .category__slider-single {
  -webkit-box-shadow: 0 0 10px 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 10px 1px rgba(68, 68, 68, 0.11);
}
.swiper-slide-active .category__slider-single a {
  color: var(--base-color);
}

/* ==== 
 --------- (5.02) category styles end ---------
 ==== */
/* ==== 
 --------- (5.03) about styles start ---------
 ==== */
.about {
  padding: 80px 0px;
  text-align: center;
}
.about h5 {
  font-weight: 600;
  color: black;
  margin-bottom: 12px;
}
.about p {
  max-width: 1000px;
  margin-inline: auto;
  font-size: 14px;
}
.about .about-thumb img {
  width: 100%;
  max-height: 400px;
}
.about .about__content-single {
  text-align: center;
}
.about .about__content-single .thumb {
  margin-bottom: 12px;
}
.about .about__content-single i {
  font-size: 30px;
  color: var(--black);
}
.about .about__content-single h6 {
  font-weight: 600;
  color: black;
  margin-bottom: 6px;
}
.about .about__content-single p {
  max-width: 330px;
}

.counter {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}
.counter img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  z-index: -1;
}
.counter .counter-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: 120px;
  row-gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.counter .counter-wrapper div {
  line-height: 1;
}
.counter .counter__single {
  position: relative;
  text-align: center;
}
.counter .counter__single h6 {
  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;
  font-weight: 800;
  gap: 4px;
  color: var(--black);
  margin-top: -8px !important;
}
.counter .counter__single span {
  font-weight: 800;
  line-height: 1;
}
.counter .counter__single p {
  text-transform: capitalize;
  font-weight: 400;
  color: #1a1616 !important;
  margin-bottom: -8px;
}

.testimonial {
  padding: 100px 0px;
}
.testimonial .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial .slider-navigation .slider-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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-radius: 3px;
  background-color: var(--base-color);
  font-size: 16px;
  color: var(--white);
}
.testimonial .slider-navigation .slider-btn:hover {
  background-color: #099709;
  color: var(--white);
}

.testimonial__single {
  text-align: center;
}
.testimonial__single .thumb {
  margin-bottom: 20px;
}
.testimonial__single img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  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-inline: auto;
}
.testimonial__single p {
  font-size: 14px;
  max-width: 860px;
  margin-inline: auto;
}
.testimonial__single h6 {
  font-weight: 600;
  color: var(--black);
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: -4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team {
  padding: 100px 0px;
  background-color: #fff0d3;
}
.team .section__header h5 {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 6px;
}
.team .section__header p {
  font-size: 14px;
}
.team .team__single {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.team .team__single:hover .thumb-wrapper .social {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.team .team__single:hover .thumb::before {
  background-color: var(--base-color);
}
.team .team__single:hover .thumb circle {
  stroke: var(--base-color);
}
.team .team__single:hover .content h4 {
  color: var(--base-color);
}
.team .team-single-active .thumb-wrapper .social {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.team .team-single-active .thumb::before {
  background-color: var(--base-color);
}
.team .team-single-active .thumb circle {
  stroke: var(--base-color);
}
.team .team-single-active .content h4 {
  color: var(--base-color);
}
.team .thumb-wrapper {
  position: relative;
}
.team .thumb-wrapper .social {
  position: absolute;
  inset: 0px;
  z-index: 2;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.team .thumb-wrapper .social a {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  background-color: #d5d5d5;
  color: var(--black);
  font-size: 20px;
  position: absolute;
}
.team .thumb-wrapper .social a:hover {
  background-color: var(--white);
  color: var(--base-color);
}
.team .thumb-wrapper .social a i {
  margin-top: 2px;
}
.team .thumb-wrapper .social a:nth-of-type(1) {
  bottom: 35px;
  left: 70px;
}
.team .thumb-wrapper .social a:nth-of-type(2) {
  bottom: 20px;
  left: 140px;
}
.team .thumb-wrapper .social a:nth-of-type(3) {
  bottom: 50px;
  left: 210px;
}
.team .thumb-wrapper .social a:nth-of-type(4) {
  bottom: 120px;
  left: 242px;
}
.team .thumb {
  position: relative;
  width: 300px;
  height: 300px;
  padding: 31px;
}
.team .thumb::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #d5d5d5;
  border-radius: 50%;
  -webkit-transform: translate(25%, 25%);
      -ms-transform: translate(25%, 25%);
          transform: translate(25%, 25%);
}
.team .thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0px;
  position: relative;
  z-index: 2;
}
.team .thumb svg {
  position: absolute;
  inset: 0px;
  width: 300px;
  height: 300px;
  -webkit-transform: rotate(-80deg);
      -ms-transform: rotate(-80deg);
          transform: rotate(-80deg);
}
.team .thumb circle {
  fill: none;
  stroke-width: 20px;
  stroke: #d5d5d5;
  stroke-dasharray: 580;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.team .content {
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.team .content span {
  font-weight: 700;
  color: var(--base-color);
}
.team .content h5 {
  color: var(--black);
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 5px;
}
.team .content p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #777777;
}
.team .content p a i {
  font-size: 20px;
}
.team .content p a:hover {
  color: var(--base-color);
}

.contact {
  padding: 100px 0px;
}
.contact .content .text-alter {
  margin-bottom: -4px;
  color: var(--black);
  font-weight: 700 !important;
}
.contact p a {
  font-weight: 500;
}
.contact p a:hover {
  color: var(--base-color);
}
.contact h5 {
  font-weight: 600 !important;
  color: var(--black);
  margin-top: -8px;
}
.contact .contact__infromation-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.contact .contact__infromation-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact .divider {
  border-color: #e7d8d8;
  background-color: transparent;
}
.contact .thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
  background-color: var(--senary-color);
}
.contact .thumb i {
  font-size: 30px;
  color: var(--black);
}

.delivery {
  padding-top: 100px;
}
.delivery .section__header h5 {
  font-weight: 600;
  color: var(--black);
  margin-top: -8px;
}
.delivery .help-three__inner {
  padding: 5px 20px 80px;
  background: var(--white);
  -webkit-box-shadow: 0px 21px 33px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 21px 33px 0px rgba(0, 0, 0, 0.04);
}
.delivery .help-three__wrapper {
  position: relative;
  z-index: 1;
}
.delivery .help-three__wrapper .v-line {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.delivery .help-cta {
  text-align: center;
}
.delivery .btn--primary {
  padding: 18px 40px;
  border-radius: 60px;
  font-weight: 700;
  gap: 8px;
}
.delivery .btn--primary::before, .delivery .btn--primary::after {
  border-radius: 0px;
}
.delivery .btn--primary i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, color 0s ease;
  transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
  font-size: 18px;
}
.delivery .btn--primary:hover i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.delivery .help-three__single {
  text-align: center;
}
.delivery .help-three__single:hover .thumb {
  border-color: var(--base-color);
}
.delivery .help-three__single:hover .thumb i {
  color: var(--base-color);
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.delivery .help-three__single:hover .help-three__tag {
  background-color: var(--base-color);
}
.delivery .help-three__single:hover .help-three__tag h6 {
  color: var(--white);
}
.delivery .help-three__thumb {
  position: relative;
  margin-bottom: 25px;
}
.delivery .thumb {
  width: 194px;
  min-width: 194px;
  height: 194px;
  border-radius: 50%;
  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-inline: auto;
  background-color: var(--white);
  -webkit-filter: drop-shadow(0px 8px 23px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 8px 23px rgba(0, 0, 0, 0.07));
  border: 1px solid transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px dashed black;
}
.delivery .thumb i {
  font-size: 40px;
  color: var(--black);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.delivery .help-three__tag {
  padding: 20px 40px;
  background-color: var(--base-color);
  -webkit-clip-path: polygon(0% 0%, 100% 30%, 80% 100%, 10% 90%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 30%, 80% 100%, 10% 90%, 0% 0%);
  width: 194px;
  margin-inline: auto;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.delivery .help-three__tag h6 {
  color: var(--white);
  font-weight: 500;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  margin-bottom: -6px;
  font-size: 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.delivery .help-three__content {
  padding-top: 25px;
}
.delivery .help-three__content h6 {
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 6px;
}
.delivery .help-three__content p {
  color: #5e5f63;
  font-size: 15px;
  max-width: 250px;
  margin-inline: auto;
}

.faq {
  padding: 80px 0px 100px;
}
.faq .faq__inner {
  padding: 80px 20px;
  background-color: #fdf0f0;
  border-radius: 10px;
}
.faq .section__header h5 {
  font-weight: 600;
  color: var(--black);
  margin-top: -8px;
}
.faq .accordion-item {
  margin-bottom: 30px;
  background-color: var(--white);
  border-radius: 10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.faq .accordion-item:last-of-type {
  margin-bottom: 0px;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
  color: var(--base-color);
  background-color: var(--white);
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
  color: var(--base-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .accordion-item .accordion-button {
  border-radius: 0px;
  color: var(--secondary-color);
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  padding: 20px 20px;
  font-weight: 500;
}
.faq .accordion-item .accordion-button::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  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-radius: 0px;
  background-image: none;
  font-size: 20px;
  color: var(--secondary-color);
}
.faq .accordion-item:first-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 10px;
}
.faq .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 10px;
}
.faq h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary-color);
}
.faq h6 button {
  padding: 0px;
  font-size: inherit;
  line-height: inherit;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  padding: 16px 0px;
  border-radius: 10px;
  color: var(--secondary-color);
  font-weight: 500;
}
.faq .accordion-body {
  padding: 24px 20px;
  border: 0px;
  border-top: 1px solid #ddd;
}
.faq .accordion-body p {
  color: #747474;
  margin-bottom: 24px;
}
.faq .accordion-body p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.terms {
  padding: 100px 0px;
}
.terms .terms__inner {
  padding: 80px 20px;
  background-color: #fdf0f0;
}
.terms .terms__inner h5,
.terms .terms__inner h6 {
  font-weight: 600;
  color: #4e4b4b;
  margin-top: -8px;
}
.terms h6 {
  margin-bottom: 8px;
}
.terms .group {
  margin-bottom: 40px;
}
.terms .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .faq .faq__inner {
    padding: 80px;
  }
  .terms .terms__inner {
    padding: 80px;
  }
  .faq .accordion-item .accordion-button {
    padding: 20px 30px;
  }
  .faq .accordion-body {
    padding: 24px 30px;
  }
}
.error {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.error h2,
.error h3 {
  font-weight: 900;
  color: var(--black);
  text-align: center !important;
}
.error h2 {
  line-height: 1;
  color: var(--black);
  margin-bottom: 12px;
}
.error p {
  font-weight: 600;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}
.error .btn--primary {
  padding: 18px 40px;
  border-radius: 60px;
  gap: 8px;
  background-color: var(--base-color);
  color: var(--white);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 14px;
}
.error .btn--primary::before, .error .btn--primary::after {
  border-radius: 0px;
}
.error .btn--primary i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, color 0s ease;
  transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
  font-size: 18px;
}
.error .btn--primary:hover {
  background-color: #099709;
}
.error .btn--primary:hover i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media only screen and (min-width: 992px) {
  .error {
    padding: 240px 0px;
  }
  .error h2 {
    font-size: 130px;
    line-height: 1;
  }
}
/* ==== 
 --------- (5.03) about styles end ---------
 ==== */
/* ==== 
 --------- (5.04) shop styles start ---------
 ==== */
.single-product {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.single-product:hover .single-product__thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-product:hover .single-product__content .product__title a {
  color: var(--base-color);
}
.single-product:hover .single-product__footer {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.single-product .single-product__thumb {
  position: relative;
}
.single-product .single-product__thumb a {
  width: 100%;
  overflow: hidden;
}
.single-product .single-product__thumb img {
  width: 100%;
  height: 240px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.single-product .single-product__thumb .discount {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: var(--base-color);
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: 600;
  color: var(--white);
}
.single-product .single-product__content {
  padding-inline: 20px;
  background-color: #fdf0f0;
  position: relative;
  padding-block: 40px 30px;
}
.single-product .single-product__content span {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 4px;
  color: #9b9797;
  letter-spacing: 1px;
}
.single-product .single-product__content .product__title a {
  font-weight: 500;
  color: var(--black);
  font-size: 16px;
}
.single-product .single-product__content .product__title a:hover {
  color: var(--base-color);
}
.single-product .single-product__content .product__price {
  font-weight: 700;
  color: var(--base-color);
  font-size: 18px;
}
.single-product .cta-group {
  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: flex-end;
  gap: 12px;
  position: absolute;
  top: 0px;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-product .cta-group a, .single-product .cta-group button {
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  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;
  background-color: #c1e899;
  color: var(--black);
  font-size: 20px;
}
.single-product .cta-group a i, .single-product .cta-group button i {
  margin-bottom: -2px;
}
.single-product .cta-group a:hover, .single-product .cta-group button:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.single-product .review-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}
.single-product .review-wrapper .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.single-product .review-wrapper .review i {
  font-size: 12px;
  color: #fcb941;
}
.single-product .review-wrapper span {
  font-size: 12px;
  font-weight: 500;
  color: #9b9797;
  line-height: 1;
  margin-bottom: 2px;
}

.recommend .product-filter-wrapper {
  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: flex-end;
  gap: 24px;
  row-gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recommend .product-filter-wrapper button {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: #9b9797;
}
.recommend .product-filter-wrapper button::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 1px;
  background-color: var(--base-color);
  width: 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.recommend .product-filter-wrapper button:hover {
  color: var(--base-color);
}
.recommend .product-filter-wrapper button:hover::before {
  width: 100%;
  left: 0px;
}
.recommend .product-filter-wrapper .active {
  color: var(--base-color);
}
.recommend .product-filter-wrapper .active::before {
  width: 100%;
  left: 0px;
}
.recommend .divider {
  border-color: #fdf0f0;
  margin-block: 12px 24px;
}

.product-masonry {
  margin-bottom: -24px;
}
.product-masonry .single-product {
  margin-bottom: 24px;
}

.coming .coming__inner {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.coming .coming-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.coming img {
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.coming span {
  font-weight: 500;
  color: var(--base-color);
  font-size: 14px;
  letter-spacing: 0.8px;
}
.coming h5 {
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-block: 4px 8px;
}
.coming .time-countdown {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.coming .counter-column {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100px;
  height: 100px;
  font-size: 12px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  z-index: 7;
  border-radius: 5px;
  letter-spacing: 0.8px;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.coming .count {
  position: relative;
  font-size: 24px;
  line-height: 1;
  display: block;
  color: #ffffff;
  font-weight: 500;
}
.coming .content {
  text-align: center;
}
.coming .content h5 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  text-align: center !important;
}
.coming .content p {
  color: #e7e0e0;
  font-weight: 500;
  font-size: 18px;
}
.coming .content p:nth-last-of-type(1) {
  margin-top: 4px;
}
.coming a {
  padding: 12px 30px;
  font-size: 14px;
  background-color: var(--base-color);
  border-radius: 5px;
  color: var(--white);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.coming a:hover {
  background-color: #099709;
}

.trending .section__header {
  margin-bottom: 0px;
}
.trending .section__header h5 {
  margin-top: 0px;
}
.trending .explore {
  text-align: end;
}
.trending .explore a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  padding: 12px 24px;
  background-color: #f4f7ff;
  color: var(--black);
  border-radius: 5px;
}
.trending .explore a i {
  font-size: 20px;
  font-weight: 600;
}
.trending .explore a:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.trending .trending__inner {
  position: relative;
}
.trending .trending__inner:hover .slider-navigation {
  opacity: 1;
  visibility: visible;
}
.trending .trending__inner:hover .slider-navigation .slider-btn {
  pointer-events: all;
  -webkit-transform: translateX(0px) !important;
      -ms-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}
.trending .trending__filter {
  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: flex-end;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
}
.trending .trending__filter .filter-btn {
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.trending .trending__filter .filter-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0px;
  width: 0%;
  height: 1px;
  background-color: var(--base-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.trending .trending__filter .filter-btn:hover {
  color: var(--base-color);
}
.trending .trending__filter .filter-btn:hover::before {
  width: 100%;
  left: 0px;
}
.trending .trending__filter .filter-btn-active {
  color: var(--base-color);
}
.trending .trending__filter .filter-btn-active::before {
  width: 100%;
  left: 0px;
}
.trending .trending__wrapper {
  margin-inline: -12px;
}
.trending .trending__slider {
  padding: 16px 0px;
  margin-block: -16px;
}
.trending .single-product {
  margin-inline: 12px;
}
.trending .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.trending .slider-navigation .slider-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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-radius: 3px;
  background-color: var(--base-color);
  font-size: 16px;
  color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.trending .slider-navigation .slider-btn:hover {
  background-color: #099709;
  color: var(--white);
}
.trending .pagination-two {
  width: calc(100% - 24px);
  margin-inline: auto;
}

.shop {
  padding: 80px 0px;
}
.shop .shop-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop .shop-category-list > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.shop .category-list-single a,
.shop .category-list-single button {
  width: 100%;
  padding: 16px 20px;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  border-radius: 5px;
}
.shop .category-list-single img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 5px;
}
.shop .category-list-single span {
  font-size: 14px;
  font-weight: 600;
}
.shop .shop__content-intro {
  padding: 24px 20px;
  border: 1px solid #ececec;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.shop .shop__content-intro p strong {
  color: var(--quaternary-color);
}
.shop .shop-intro__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop .select {
  float: unset;
}
.shop .shop-right-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.shop .shop-right-single button {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.shop .shop__single .btn--primary {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  opacity: 0;
  visibility: hidden;
  bottom: 16px;
  padding: 12px 50px;
  border-radius: 40px;
  color: var(--white);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.shop .shop__single .btn--primary::before, .shop .shop__single .btn--primary::after {
  background-color: var(--quaternary-color);
  border-radius: 0px;
}
.shop .shop__single .btn--primary:hover {
  background-color: var(--base-color);
  color: var(--black);
}
.shop .shop__single:hover .shop__single-thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.shop .shop__single:hover .shop-thumb {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.shop .shop__single:hover .btn--primary {
  -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  opacity: 1;
  visibility: visible;
}
.shop .shop__single-thumb {
  position: relative;
  padding: 40px 20px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 15px;
}
.shop .shop__single-thumb img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop .shop-thumb {
  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: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.shop .shop-thumb a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  background-color: #ececec;
  border-radius: 5px;
  color: var(--black);
}
.shop .shop-thumb a:nth-last-of-type(1) i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.shop .shop-thumb a:hover {
  color: var(--black);
  background-color: var(--base-color);
}
.shop .shop__single-content {
  text-align: center;
  margin-top: 20px;
}
.shop .shop__single-content .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop .shop__single-content .review i {
  font-size: 18px;
  color: var(--base-color);
}
.shop .shop__single-content p {
  color: var(--black);
}
.shop .shop__single-content a {
  font-weight: 700;
  color: var(--black);
  margin-block: 12px 4px;
}
.shop .shop__single-content a:hover {
  color: var(--quaternary-color);
}

.shop-sidebar-widget {
  padding: 40px 24px;
  background-color: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.shop-sidebar-widget:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.shop-sidebar-widget .intro {
  margin-bottom: 30px;
}
.shop-sidebar-widget .intro h5 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  color: #9b9797;
  line-height: 1;
  -webkit-border-start: 2px solid var(--base-color);
          border-inline-start: 2px solid var(--base-color);
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.shop-sidebar-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding-inline: 16px;
}
.shop-sidebar-widget form input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-block: 12px;
  color: var(--black);
}
.shop-sidebar-widget form button:hover {
  color: var(--base-color);
}
.shop-sidebar-widget .sidebar-list li {
  margin-bottom: 8px;
}
.shop-sidebar-widget .sidebar-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.shop-sidebar-widget .sidebar-list a {
  color: var(--black);
}
.shop-sidebar-widget .sidebar-list a i {
  font-size: 14px;
}
.shop-sidebar-widget .sidebar-list a:hover {
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
  color: var(--quaternary-color);
}
.shop-sidebar-widget .filter-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.shop-sidebar-widget .filter-wrapper .range__slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 6px;
  background-color: #e3e5f1;
  border: 0px solid transparent;
  border-radius: 6px;
}
.shop-sidebar-widget .filter-wrapper .range__slider:focus {
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  outline: none;
}
.shop-sidebar-widget .filter-wrapper .range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: #ffc107;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
}
.shop-sidebar-widget .filter-wrapper .filter-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.shop-sidebar-widget .filter-wrapper .filter-cta p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  color: var(--black);
}
.shop-sidebar-widget .filter-wrapper .filter-cta .btn--primary {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 5px;
}
.shop-sidebar-widget .wrapper {
  width: 100%;
  margin: 0 auto;
}
.shop-sidebar-widget .wrapper #slider {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #fdf0f0;
}
.shop-sidebar-widget .slider-wrapper {
  padding-bottom: 20px;
}
.shop-sidebar-widget .slider-wrapper .ui-widget-header {
  background-color: var(--base-color);
}
.shop-sidebar-widget .slider-wrapper .ui-slider-handle {
  background-color: #FFF0D3 !important;
  border-color: #a08888 !important;
  outline: 0px !important;
}
.shop-sidebar-widget .ui-slider-handle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.shop-sidebar-widget .input-filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}
.shop-sidebar-widget .input-filter-group input {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  max-width: 80px;
  line-height: 0px;
}
.shop-sidebar-widget .size-wrapper .radio-single {
  margin-bottom: 16px;
}
.shop-sidebar-widget .size-wrapper .radio-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.shop-sidebar-widget .size-wrapper .radio-single input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0px;
  display: none;
  cursor: pointer;
}
.shop-sidebar-widget .size-wrapper .radio-single label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  color: #9b9797;
}
.shop-sidebar-widget .size-wrapper .radio-single label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #c5bcbc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  margin-top: -2px;
}
.shop-sidebar-widget .size-wrapper .radio-single input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  inset-inline-start: 9px;
  width: 6px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.shop-sidebar-widget .size-wrapper .radio-single input:checked + label::before {
  border-color: var(--white);
  background-color: var(--base-color);
}
.shop-sidebar-widget .review-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.shop-sidebar-widget .review-wrapper label i {
  font-size: 14px;
}
.shop-sidebar-widget .review-wrapper label .checked {
  color: var(--base-color);
}
.shop-sidebar-widget .tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-sidebar-widget .tag-wrapper a {
  padding: 8px 16px;
  border: 1px solid #eff2f6;
  border-radius: 30px;
  color: var(--black);
  font-weight: 500;
  font-size: 14px;
}
.shop-sidebar-widget .tag-wrapper a:hover {
  background-color: var(--base-color);
  color: var(--black);
}

.product-details {
  padding: 100px 0px;
}
.product-details .product-details__slider-thumb {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
.product-details .product-details__slider-thumb img {
  width: 100%;
  border-radius: 5px;
}
.product-details .product-details-slider-single {
  text-align: center;
}
.product-details .product-details-slider-single img {
  min-height: 280px;
}
.product-details .product-details-slider-gallery {
  margin-top: 40px;
}
.product-details .btn--primary {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 20px 24px;
  background-color: var(--base-color);
  color: var(--white);
  border-radius: 40px;
}
.product-details .btn--primary:hover {
  background-color: #099709;
}
.product-details .sm-gallery {
  padding: 12px 20px;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  text-align: center;
}
.product-details .product-details__content .review-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-details .product-details__content .review-wrapper span {
  background-color: #ff1b1b;
  border-radius: 5px;
  padding-inline: 8px;
  color: var(--white);
}
.product-details .product-details__content .review-wrapper .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.product-details .product-details__content .review-wrapper .review i {
  font-size: 16px;
  color: var(--base-color);
}
.product-details .product-details__content .review-wrapper p {
  font-weight: 600;
  color: #746565;
  font-size: 14px;
}
.product-details .product-details__content .product-meta {
  margin-top: 24px;
}
.product-details .product-details__content .product-meta h5 {
  font-weight: 600;
  color: var(--black);
}
.product-details .product-details__content .product-meta p {
  font-weight: 500;
  margin-top: 8px;
}
.product-details .product-details__content .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  row-gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: 25px;
}
.product-details .product-details__content .product-price h5 {
  font-weight: 700;
  color: var(--base-color);
}
.product-details .product-details__content .product-price p del {
  font-weight: 500;
  color: var(--template-color);
}
.product-details .product-details__content .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.product-details .product-details__content .product-quantity p {
  font-weight: 700;
  color: var(--black);
  line-height: 1;
  margin: 0px;
}
.product-details .product-details__content .product-quantity .measure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 16px;
  border: 1px solid #beb6b6;
  border-radius: 10px;
}
.product-details .product-details__content .product-quantity .measure button,
.product-details .product-details__content .product-quantity .measure .item-quantity {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  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-radius: 0px;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
}
.product-details .product-details__content .product-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-block: 40px 16px;
}
.product-details .product-details__content .product-cta .btn--primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 24px;
  border-radius: 40px;
}
.product-details .product-details__content .product-cta .btn--primary::before, .product-details .product-details__content .product-cta .btn--primary::after {
  border-radius: 0px;
}
.product-details .product-details__content .product-cta .fav-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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-radius: 36px;
  background: #fff0d3;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  font-size: 20px;
  color: var(--black);
}
.product-details .product-details__content .product-cta .fav-btn:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.product-details .product-details__content .productsku {
  margin-bottom: 20px;
}
.product-details .product-details__content .productsku p {
  text-transform: capitalize;
}
.product-details .product-details__content .productsku strong {
  font-weight: 700;
  color: var(--black);
}
.product-details .product-details__content .sku p {
  margin-bottom: 6px;
}
.product-details .product-details__content .sku p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.product-details .product-details__content .sku strong {
  font-weight: 700;
  color: var(--black);
}

.product-tab {
  padding: 100px 0px;
  background: #e9e9e9;
}
.product-tab .product-tab__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-tab .product-tab__btns .product-tab__btn {
  padding: 12px 40px;
  background-color: var(--white);
  border-radius: 30px;
  font-weight: 500;
  color: var(--black);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.product-tab .product-tab__btns .product-tab__btn:hover {
  background-color: var(--base-color);
  color: var(--white);
}
.product-tab .product-tab__btns .active {
  background-color: var(--base-color);
  color: var(--white);
}
.product-tab .product-tab__content {
  margin-top: 60px;
}
.product-tab .content h6 {
  font-weight: 600;
  color: var(--black);
  margin-block: -8px 12px;
}
.product-tab .content p {
  font-weight: 500;
}
.product-tab h5 {
  font-weight: 600;
  color: var(--black);
  margin-top: -8px;
}
.product-tab .comment-single {
  padding: 40px;
  border: 1px solid #d5cbcb;
  border-radius: 24px;
  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;
}
.product-tab .comment-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.product-tab .comment-single h6 {
  font-weight: 600;
  color: var(--black);
  margin-top: -8px;
}
.product-tab .comment-single .author img {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
}
.product-tab .comment-single .author-review {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-tab .comment-single .review {
  margin-top: 12px;
}
.product-tab .comment-single .review i {
  color: var(--base-color);
}
.product-tab .comment-single .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-tab .comment-single .reply-button button {
  font-size: 20px;
  gap: 16px;
  color: var(--white);
}
.product-tab .comment-single .reply-button button i {
  font-size: 24px;
  color: var(--quaternary-color);
}
.product-tab .comment-single .reply-button button:hover {
  color: var(--quaternary-color) !important;
}
.product-tab .comment-single .reply-button .active {
  color: var(--quaternary-color) !important;
}
.product-tab .comment-single .author-content {
  margin-top: 16px;
}
.product-tab .comment-single .reply-comment {
  margin-top: 40px;
  display: none;
}
.product-tab .comment-single .reply-comment .input-single {
  width: 100%;
  margin-bottom: 20px;
}
.product-tab .comment-single .reply-comment .input-single textarea {
  background-color: transparent;
  border: 1px solid var(--quaternary-color);
  height: 120px;
  min-height: 120px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-tab .comment-single .reply-comment .btn--secondary {
  width: auto;
  font-size: 16px !important;
}
.product-tab .input-single {
  padding: 0px;
  background-color: transparent;
  border: 0px;
}
.product-tab .input-single input,
.product-tab .input-single textarea {
  background-color: transparent;
  border: 0px;
  border: 1px solid #d5cbcb;
  background-color: var(--white);
  color: var(--black);
  padding: 12px 16px;
  border-radius: 8px;
}
.product-tab .input-single input::-webkit-input-placeholder, .product-tab .input-single textarea::-webkit-input-placeholder {
  color: #a08888;
}
.product-tab .input-single input::-moz-placeholder, .product-tab .input-single textarea::-moz-placeholder {
  color: #a08888;
}
.product-tab .input-single input:-ms-input-placeholder, .product-tab .input-single textarea:-ms-input-placeholder {
  color: #a08888;
}
.product-tab .input-single input::-ms-input-placeholder, .product-tab .input-single textarea::-ms-input-placeholder {
  color: #a08888;
}
.product-tab .input-single input::placeholder,
.product-tab .input-single textarea::placeholder {
  color: #a08888;
}
.product-tab .input-single input:focus,
.product-tab .input-single textarea:focus {
  border-color: var(--black);
}
.product-tab .leave-wrapper .review-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
}
.product-tab .leave-wrapper .review-wrapper span {
  color: var(--black);
  font-weight: 500;
}
.product-tab .leave-wrapper .review i {
  color: #9b9b9b;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-tab .leave-wrapper .review:hover i {
  color: var(--base-color);
}
.product-tab .leave-wrapper .review i:hover ~ i {
  color: #9b9b9b;
}
.product-tab .leave-wrapper .btn--primary {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.product-tab .leave-wrapper .btn--primary:hover {
  background-color: #099709;
}

.cart-main {
  padding: 80px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cart-main .cart-table {
  overflow-y: auto;
}
.cart-main .cart-table table {
  min-width: 800px;
}
.cart-main .cart__inner {
  border: 1px solid #f7e8e8;
}
.cart-main .cart__inner table {
  width: 100%;
}
.cart-main .cart__inner tr {
  width: 100%;
  border-bottom: 1px solid #f7e8e8;
}
.cart-main .cart__inner tr th {
  width: 20%;
  padding: 24px;
  font-weight: 400;
  color: #9b9797;
}
.cart-main .cart__inner tr th:nth-of-type(1) {
  width: 40%;
}
.cart-main .cart__inner tr td {
  width: 20%;
  padding: 0px 24px;
}
.cart-main .cart__inner tr td:nth-of-type(1) {
  width: 40%;
}
.cart-main .cart__inner .price,
.cart-main .cart__inner .sub {
  font-weight: 400;
  color: #9b9797;
}
.cart-main .cart__inner .cart-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 0px;
}
.cart-main .cart__inner .cart-product-wrapper .thumb {
  width: 70px;
  min-width: 70px;
  position: relative;
}
.cart-main .cart__inner .cart-product-wrapper .thumb a {
  width: 100%;
  height: 100%;
}
.cart-main .cart__inner .cart-product-wrapper .thumb img {
  width: 100%;
  height: 100%;
}
.cart-main .cart__inner .cart-product-wrapper .thumb .delete-item {
  position: absolute;
  bottom: 80%;
  inset-inline-start: 80%;
  font-size: 20px;
  color: #fb2b39;
}
.cart-main .cart__inner .cart-product-wrapper p {
  font-size: 14px;
  font-weight: 500;
  color: #9b9797;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cart-main .cart__inner .cart-product-wrapper p:hover {
  color: var(--base-color);
}
.cart-main .cart__inner .measure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  margin-top: 10px;
}
.cart-main .cart__inner .measure button,
.cart-main .cart__inner .measure .item-quantity {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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-radius: 0px;
  border: 1px solid #f7e8e8;
  background-color: var(--white);
  color: var(--black);
  font-size: 14px;
}
.cart-main .cart__inner .measure .item-quantity {
  background-color: #ededed;
  border: 0px;
}
.cart-main .cart-main__single {
  padding: 30px 20px;
  border: 1px solid #f7e8e8;
  margin-bottom: 40px;
}
.cart-main .cart-main__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.cart-main .cart-main__single .intro {
  text-align: center;
  margin-bottom: 24px;
}
.cart-main .cart-main__single .intro h6 {
  font-weight: 500;
  color: #9b9797;
}
.cart-main .cart-main__single .content-single {
  border: 1px solid #f7e8e8;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-main .cart-main__single .content-single p {
  font-weight: 400;
  color: #9b9797;
}
.cart-main .cart-main__single .content-single p:nth-last-of-type(1) {
  color: var(--template-color);
}
.cart-main .cart-main__single .content a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--base-color);
  border-radius: 5px;
}
.cart-main .cart-main__single .content a:hover {
  background-color: #099709;
  color: var(--white);
}
.cart-main .cart-main__single .content .total {
  background-color: var(--base-color);
  color: var(--white);
}
.cart-main .cart-main__single .content .total:hover {
  color: var(--white);
  background-color: #099709;
}
.cart-main .update-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  row-gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  padding: 0px 24px 40px;
}
.cart-main .update-cart a {
  padding: 16px 24px;
  background-color: var(--white);
  border-radius: 43px;
  border: 1px solid #ededed;
  font-weight: 500;
}
.cart-main .update-cart a:hover {
  background-color: var(--base-color);
  color: var(--white);
  border-color: var(--base-color);
}
.cart-main .coupon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  row-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 24px;
  border-top: 1px solid #f7e8e8;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart-main .coupon-wrapper .right-c {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.cart-main .coupon-wrapper .right-c form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  row-gap: 20px;
  -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;
  width: 100%;
  border-radius: 5px;
}
.cart-main .coupon-wrapper .right-c form .input-single {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart-main .coupon-wrapper .right-c form input {
  padding: 16px 24px;
  border: 1px solid #f7e8e8;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart-main .coupon-wrapper .right-c form .btn--primary {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 20px 24px;
  background-color: var(--base-color);
  color: var(--white);
  border-radius: 40px;
}
.cart-main .coupon-wrapper .right-c form .btn--primary:hover {
  background-color: #099709;
}
.cart-main .coupon-wrapper h6 {
  font-weight: 700;
  color: var(--black);
}

.checkout {
  padding: 80px 0px;
}
.checkout .intro {
  margin-bottom: 24px;
}
.checkout .intro h5 {
  font-weight: 500;
  color: #9b9797;
  margin-top: -8px;
}
.checkout .content {
  padding: 60px 20px;
  background-color: #f1f1f1;
  border-radius: 8px;
}
.checkout .content .form-cta .btn--primary {
  padding: 18px 40px;
  border-radius: 8px;
  font-weight: 700;
  gap: 8px;
  color: var(--white);
  background-color: var(--base-color);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkout .content .form-cta .btn--primary::before, .checkout .content .form-cta .btn--primary::after {
  border-radius: 0px;
  background-color: var(--black);
  width: 55%;
}
.checkout .content .form-cta .btn--primary i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, color 0s ease;
  transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
  font-size: 18px;
}
.checkout .content .form-cta .btn--primary:hover {
  color: var(--white);
  background-color: #099709;
}
.checkout .content .form-cta .btn--primary:hover i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.checkout .content .form-cta .btn--primary:hover::before, .checkout .content .form-cta .btn--primary:hover::after {
  width: 0%;
}
.checkout .content-single {
  padding: 16px 24px;
  background-color: var(--white);
  border-radius: 8px;
  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: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.checkout .content-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.checkout .content-single p:nth-last-of-type(1) {
  font-weight: 700;
  color: #9b9797;
}
.checkout .content-single-alt {
  padding: 0px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.checkout .content-single-alt input {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.checkout .content-single-alt .btn--primary {
  padding: 19px 12px;
  border-radius: 0px 8px 8px 0px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: var(--base-color);
  color: var(--white);
  font-size: 12px;
}
.checkout .content-single-alt .btn--primary:hover {
  background-color: #099709;
}
.checkout .content-single-alt .btn--primary::before, .checkout .content-single-alt .btn--primary::after {
  border-radius: 0px;
}
.checkout .total {
  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: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout .total h6 {
  font-weight: 500;
  color: #9b9797;
}
.checkout .radio-wrapper {
  padding: 30px 24px;
  background-color: var(--white);
  border-radius: 8px;
  margin-block: 20px 30px;
}
.checkout .radio-wrapper .radio-single {
  margin-bottom: 8px;
}
.checkout .radio-wrapper .radio-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.checkout .radio-wrapper .radio-single input {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.checkout .radio-wrapper .radio-single label {
  position: relative;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
  -webkit-margin-start: 14px;
          margin-inline-start: 14px;
  font-weight: 500;
  color: #9b9797;
  cursor: pointer;
}
.checkout .radio-wrapper .radio-single label::before {
  content: "";
  position: absolute;
  inset-inline-end: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #d8dde1;
  border-radius: 100%;
}
.checkout .radio-wrapper .radio-single label::after {
  content: "";
  position: absolute;
  inset-inline-end: calc(100% + 3px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #d8dde1;
  border-radius: 100%;
  top: 50%;
}
.checkout .radio-wrapper .radio-single input:checked + label::before {
  border-color: var(--base-color);
}
.checkout .radio-wrapper .radio-single input:checked + label::after {
  background-color: var(--base-color);
}

.wishlist-main {
  padding: 70px 0px 80px 0px;
}
.wishlist-main .btn--primary {
  padding: 16px 40px;
  background-color: var(--base-color);
  color: var(--white);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 40px;
  font-size: 14px;
}
.wishlist-main .btn--primary:hover {
  background-color: #099709;
  color: var(--white);
}
.wishlist-main .table-wishlist {
  overflow-x: auto;
}
.wishlist-main .table-wishlist table {
  min-width: 992px;
}
.wishlist-main .main-heading {
  font-size: 19px;
  margin-bottom: 20px;
}
.wishlist-main .table-wishlist table {
  width: 100%;
}
.wishlist-main .table-wishlist thead {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
}
.wishlist-main tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.wishlist-main .table-wishlist thead tr th {
  padding: 8px 0 18px;
  color: #9b9797;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.wishlist-main .table-wishlist tr td {
  padding: 25px 0;
  vertical-align: middle;
}
.wishlist-main .table-wishlist tr td .img-product {
  width: 72px;
  float: left;
  margin-left: 8px;
  margin-right: 12px;
  line-height: 63px;
}
.wishlist-main .table-wishlist tr td .img-product img {
  width: 100%;
}
.wishlist-main .table-wishlist tr td .name-product {
  font-size: 15px;
  color: #9b9797;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  width: 50%;
}
.wishlist-main .table-wishlist tr td.price {
  font-weight: 700;
  color: var(--base-color);
}
.wishlist-main .table-wishlist tr td .quanlity {
  position: relative;
}
.wishlist-main .total {
  font-size: 24px;
  font-weight: 600;
  color: #8660e9;
}
.wishlist-main .display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wishlist-main .align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist-main .round-black-btn {
  border-radius: 40px;
  background: var(--base-color);
  color: #fff;
  padding: 12px 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wishlist-main .round-black-btn:hover,
.wishlist-main .round-black-btn:focus {
  text-decoration: none;
}
.wishlist-main .round-black-btn:hover:hover,
.wishlist-main .round-black-btn:focus:hover {
  background-color: #099709;
  color: var(--white);
}
.wishlist-main .mb-10 {
  margin-bottom: 10px !important;
}
.wishlist-main .mt-30 {
  margin-top: 30px !important;
}
.wishlist-main .d-block {
  display: block;
}
.wishlist-main .custom-form label {
  font-size: 14px;
  line-height: 14px;
}
.wishlist-main .pretty.p-default {
  margin-bottom: 15px;
}
.wishlist-main .pretty input:checked ~ .state.p-primary-o label:before,
.wishlist-main .pretty.p-toggle .state.p-primary-o label:before {
  border-color: #8660e9;
}
.wishlist-main .pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #8660e9 !important;
}
.wishlist-main .main-heading.border-b {
  border-bottom: solid 1px #ededed;
  padding-bottom: 15px;
  margin-bottom: 20px !important;
}
.wishlist-main .custom-form .pretty .state label {
  padding-left: 6px;
}
.wishlist-main .custom-form .pretty .state label:before {
  top: 1px;
}
.wishlist-main .custom-form .pretty .state label:after {
  top: 1px;
}
.wishlist-main .custom-form .form-control {
  font-size: 14px;
  height: 38px;
}
.wishlist-main .custom-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wishlist-main .custom-form textarea.form-control {
  height: auto;
}
.wishlist-main .mt-40 {
  margin-top: 40px !important;
}
.wishlist-main .in-stock-box {
  background: #fdf0f0;
  font-size: 12px;
  text-align: center;
  border-radius: 25px;
  padding: 4px 15px;
  display: inline-block;
  color: #000;
  font-weight: 500;
}
.wishlist-main .trash-icon {
  font-size: 20px;
  color: #212529;
}
.wishlist-main .trash-icon:hover {
  color: var(--base-color);
}

@media only screen and (max-width: 767.98px) {
  .product-tab .comment-single {
    padding: 40px 20px;
    -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;
  }
}
/* ==== 
 --------- (5.04) shop styles end ---------
 ==== */
/* ==== 
 --------- (5.05) authentication section styles start ---------
 ==== */
.authentication {
  padding: 80px 0px;
  background-color: var(--white);
}
.authentication .input-single {
  width: 100%;
  margin-bottom: 24px;
}
.authentication .input-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.authentication .input-single label {
  display: block;
  color: #605e5e;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 400;
}
.authentication .input-single a {
  display: block;
  text-align: end;
  margin-top: 12px;
  font-size: 16px;
  color: #605e5e;
  font-weight: 400;
}
.authentication .input-single a:hover {
  color: var(--base-color);
}
.authentication .input-single input {
  border-radius: 5px;
  border: 1px solid #fbe6e6;
  background: var(--white);
  padding: 12px 16px;
  width: 100%;
  color: var(--black);
}
.authentication .input-single input:focus {
  border-color: var(--base-color);
}
.authentication .input-single input::-webkit-input-placeholder {
  color: #d4c5c5;
}
.authentication .input-single input::-moz-placeholder {
  color: #d4c5c5;
}
.authentication .input-single input:-ms-input-placeholder {
  color: #d4c5c5;
}
.authentication .input-single input::-ms-input-placeholder {
  color: #d4c5c5;
}
.authentication .input-single input::placeholder {
  color: #d4c5c5;
}
.authentication .btn--primary {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  color: var(--white);
  padding: 16px 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  border-radius: 5px;
}
.authentication .btn--primary:hover {
  background-color: #099709;
}
.authentication .section__content-cta {
  margin-top: 40px;
}
.authentication .divider {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: transparent;
}
.authentication .divider p {
  font-size: 16px;
  text-transform: capitalize;
  color: #605e5e;
  font-weight: 400;
}
.authentication .divider span {
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fbe6e6;
}
.authentication .auth-footer {
  margin-top: 16px;
}
.authentication .auth-footer p {
  color: #605e5e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.authentication .auth-footer p a {
  color: var(--base-color);
}
.authentication .auth-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.authentication .auth-cta button {
  width: 60px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  border-radius: 5px;
  color: var(--white);
  font-size: 16px;
}
.authentication .auth-cta button:hover {
  background-color: #099709;
}

/* ==== 
 --------- (5.05) authentication section styles end ---------
 ==== */