@charset "UTF-8";
/*===========================
     01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&family=Kalam:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-Jost: "Jost", sans-serif;
  --font-Kalam: "Kalam", sans-serif;
  --white-color: #fff;
  --black-color: #000000;
  --title-color: #13141a;
  --text-color: #212121;
  --text-color2: #ababab;
  --text-color3: #969696;
  --primary-color1: #222222;
  --bg-color: #f2f2f2;
}

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

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}
body.style-2 {
  background: #FBF8F1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-color1);
}

input, .comment-section .contact-form textarea, .form-inner textarea {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 90px;
  }
}
@media (max-width: 576px) {
  .pt-110 {
    padding-top: 70px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 90px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

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

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

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

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

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

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

.mb-110 {
  margin-bottom: 110px;
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media (max-width: 991px) {
  .mt-110 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-110 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

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

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

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

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

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

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

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

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

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

.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

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

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

.mb-20 {
  margin-bottom: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.primary-btn1 {
  padding: 12px 40px;
  background-color: var(--primary-color1);
  display: inline-block;
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--font-Jost);
  font-weight: 500;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  white-space: nowrap;
  border: 1px solid var(--primary-color1);
  transition: 0.5s;
}
.primary-btn1.style-2 {
  padding: 12px 34px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .primary-btn1.style-2 {
    font-size: 16px;
    padding: 10px 25px;
  }
}
@media (max-width: 576px) {
  .primary-btn1.style-2 {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.primary-btn1.style-3 {
  background-color: var(--white-color);
  color: var(--primary-color1);
}

.primary-btn2 {
  border-radius: 5px;
  background-color: var(--primary-color1);
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: 15px;
  color: #13141a;
  padding: 10px 20px;
  display: flex;
}
.primary-btn2 svg {
  fill: var(--title-color);
}

.primary-btn3 {
  padding: 13px 36px;
  background-color: var(--white-color);
  display: inline-block;
  color: var(--primary-color1);
  font-size: 17px;
  font-family: var(--font-Jost);
  font-weight: 500;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  white-space: nowrap;
  border: 1px solid var(--primary-color1);
  border-radius: 200px;
  transition: 0.5s;
}
.primary-btn3.black-bg {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

input, .comment-section .contact-form textarea, .form-inner textarea {
  border-radius: unset;
}

.form-inner input, .form-inner .comment-section .contact-form textarea, .comment-section .contact-form .form-inner textarea, .form-inner textarea {
  border: 1px solid var(--primary-color1);
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  border-radius: unset;
}
.form-inner input:focus, .form-inner textarea:focus {
  border: 1px solid #ddd;
}
.form-inner input::-moz-placeholder, .form-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .form-inner textarea::-moz-placeholder, .form-inner textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.form-inner input::placeholder, .form-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .form-inner textarea::placeholder, .form-inner textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.form-inner textarea {
  height: unset;
  min-height: 100px;
}
.form-inner textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.form-inner textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.form-inner textarea:focus {
  border: 1px solid #ddd;
}

.page-load-modal .modal .modal-dialog {
  max-width: 850px;
  width: 100%;
  animation: zoom-In-effect 1s;
}
@media (max-width: 991px) {
  .page-load-modal .modal .modal-dialog {
    max-width: 700px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .page-load-modal .modal .modal-dialog {
    max-width: 550px;
  }
}
@media (max-width: 576px) {
  .page-load-modal .modal .modal-dialog {
    max-width: 330px;
    margin: 0 auto;
  }
}
.page-load-modal .modal .modal-dialog .modal-content {
  border-radius: unset;
  border: 1px solid var(--primary-color1);
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 768px) {
  .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-img {
    display: none;
  }
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content {
  padding-right: 35px;
  text-align: center;
}
@media (max-width: 576px) {
  .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content {
    padding: 20px;
  }
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content h2 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content h2 {
    font-size: 25px;
  }
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content p {
    font-size: 15px;
  }
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--primary-color1);
  padding-bottom: 5px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner {
    padding-top: 25px;
  }
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner input, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .comment-section .contact-form textarea, .comment-section .contact-form .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .form-inner textarea, .form-inner .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea {
  background: transparent;
  border: none;
  outline: none;
  color: var(--primary-color1);
  font-size: 12px;
  font-family: var(--font-Jost);
  text-transform: capitalize;
  width: 100%;
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner input::-moz-placeholder, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea::-moz-placeholder, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .form-inner textarea::-moz-placeholder, .form-inner .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea::-moz-placeholder {
  color: var(--primary-color1);
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner input::placeholder, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea::placeholder, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .form-inner textarea::placeholder, .form-inner .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea::placeholder {
  color: var(--primary-color1);
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .from-arrow svg {
  fill: var(--primary-color1);
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #F1F1F1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::before, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 6px);
  display: block;
  height: 1px;
  width: 15px;
  background-color: var(--gray-dark, #000);
  transition: all 0.3s ease-out;
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::after {
  transform: rotate(-135deg);
}
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn:hover::before, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn:hover::after {
  transform: rotate(0deg);
}

.top-bar {
  padding: 18px 0 18px 0;
  border-bottom: 1px solid var(--primary-color1);
}
@media (max-width: 576px) {
  .top-bar {
    display: none;
  }
}
.top-bar .top-bar-left p {
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #353535;
  margin-bottom: 0;
}
.top-bar .top-bar-left p a {
  color: var(--text-color);
  font-weight: 500;
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-size: 100px 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.top-bar .top-bar-left p a:hover {
  background-size: 0 2px;
  background-position: 0% 100%;
}
@media (max-width: 991px) {
  .top-bar .company-logo {
    display: none;
  }
}
.top-bar .search-area {
  max-width: 270px;
  width: 100%;
}
.top-bar .search-area .form-inner {
  display: flex;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 42px;
  background: #fffdfa;
  border: 1px solid var(--primary-color1);
  border-radius: 100px;
  overflow: hidden;
}
.top-bar .search-area .form-inner input, .top-bar .search-area .form-inner textarea {
  background: #fffdfa;
  width: 100%;
  height: 42px;
  padding: 10px 30px;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-size: 14px;
  color: var(--text-color);
  border-radius: 100px;
  border: none;
}
.top-bar .search-area .form-inner button {
  width: 56px;
  height: 42px;
  background-color: #fffdfa;
  border-left: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.top-bar .search-area .form-inner button i {
  font-size: 16px;
  color: var(--primary-color1);
}

header {
  background-color: #fbf8f1;
  width: 100%;
  z-index: 999;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 11%;
  transition: all 0.8s ease-out 0s;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header {
    padding: 0px 3%;
  }
}
@media (max-width: 1399px) {
  header {
    padding: 0px 3%;
  }
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  background-color: var(--white-color);
  z-index: 99;
  border-bottom: 1px solid #ddd;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header .header-logo {
  padding: 15px 0;
}
header .menu-close-btn i {
  color: var(--white);
}
header .category-dropdown {
  position: relative;
  display: inline-flex;
}
@media (max-width: 991px) {
  header .category-dropdown {
    display: none;
  }
}
header .category-dropdown .category-button {
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 56px;
  cursor: pointer;
}
header .category-dropdown .category-button span {
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  color: var(--white-color);
}
header .category-dropdown .category-menu {
  background-color: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  position: absolute;
  left: 0px;
  top: 57px;
  z-index: 99;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  max-width: 207px;
  width: 100%;
  border: 1px solid var(--primary-color1);
}
header .category-dropdown .category-menu.active {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.3s linear;
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
header .category-dropdown .category-menu > ul > li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  background-color: var(--white-color);
  transition: 0.5s;
}
header .category-dropdown .category-menu > ul > li:last-child {
  border-bottom: none;
}
header .category-dropdown .category-menu > ul > li a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
  display: block;
  transition: 0.5s;
}
header .category-dropdown .category-menu > ul > li:hover {
  background-color: var(--primary-color1);
}
header .category-dropdown .category-menu > ul > li:hover a {
  color: var(--white-color);
}
header .category-dropdown .category-menu > ul > li.category-has-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .category-dropdown .category-menu > ul > li.category-has-child i {
  position: absolute;
  right: 10px;
  font-size: 22px;
  color: var(--primary-color1);
  transition: 0.5s;
}
header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu {
  position: absolute;
  right: -207px;
  top: 0;
  margin: 0;
  display: none;
  min-width: 207px;
  border: 1px solid #222;
  text-align: left;
  z-index: 2;
}
header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li {
  transition: 0.7s;
  border-bottom: 1px solid #ddd;
}
header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li:last-child {
  border-bottom: none;
}
header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li a {
  color: var(--primary-color1);
  background: var(--white-color);
  transition: 0.7s;
}
header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li a i {
  position: absolute;
  right: 10px;
  font-size: 22px;
  color: var(--primary-color1);
  transition: 0.5s;
}
header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li a:hover {
  color: var(--white-color);
  background-color: var(--primary-color1);
}
header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li a:hover i {
  color: var(--white-color);
}
header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li:hover {
  color: var(--white-color);
  background-color: var(--primary-color1);
}
header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li:hover .sub-menu {
  display: block;
  animation: fadeInUp 0.45s;
}
header .category-dropdown .category-menu > ul > li.category-has-child:hover i {
  color: var(--white-color);
}
header .category-dropdown .category-menu > ul > li.category-has-child:hover > .sub-menu {
  display: block;
  animation: fadeInUp 0.45s;
}
header .nav-right {
  gap: 35px;
  position: relative;
}
@media (max-width: 1199px) {
  header .nav-right {
    padding-left: 25px;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  header .nav-right {
    gap: 15px;
  }
}
header .nav-right::after {
  content: "";
  width: 1px;
  height: 57px;
  background: var(--primary-color1);
  position: absolute;
  left: -40px;
}
@media (max-width: 1199px) {
  header .nav-right::after {
    left: 0;
  }
}
@media (max-width: 991px) {
  header .nav-right::after {
    display: none;
  }
}
header .nav-right .dropdown {
  position: relative;
  transition: 0.5s;
}
header .nav-right .dropdown .modal-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  padding: 0;
  transition: 0.35s;
  position: relative;
}
header .nav-right .dropdown .modal-btn svg {
  fill: var(--primary-color1);
}
header .nav-right .dropdown .modal-btn span {
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #ffffff;
  background-color: var(--primary-color1);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: -7px;
}
header .nav-right .dropdown .cart-menu {
  min-height: 10rem;
  background-color: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  border-radius: 0 0 10px 10px;
  position: absolute;
  right: 0px;
  top: 37px;
  padding: 20px;
  z-index: 99;
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  margin-right: -2.5rem;
}
@media (max-width: 576px) {
  header .nav-right .dropdown .cart-menu {
    padding: 15px;
    right: -75px;
  }
}
header .nav-right .dropdown .cart-menu.active {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.3s linear;
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
header .nav-right .dropdown .cart-menu .cart-body {
  padding: 0 0 20px;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item:last-child {
  margin-bottom: 0;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area {
  display: inline-flex;
  gap: 15px;
  min-width: 290px;
  width: 100%;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .item-img img {
  height: 70px;
  max-width: 70px;
  min-width: 70px;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity {
  width: 100%;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content {
  line-height: 1;
  margin-bottom: 10px;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content span {
  font-family: var(--font-Jost);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-color1);
  display: inline-block;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content span del {
  font-size: 13px;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content .close-btn {
  background: transparent;
  transition: 0.5s;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content .close-btn i {
  font-size: 20px;
  transition: 0.5s;
  color: var(--primary-color1);
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content p {
  margin-bottom: 0;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content p a {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-Jost);
  color: var(--text-color);
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity {
  display: flex;
  gap: 5px;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity a {
  height: 24px;
  width: 34px;
  border-radius: 4px;
  background: #F3F3F3;
  border: 1px solid rgba(238, 238, 238, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--text-color);
  font-weight: 600;
  cursor: pointer;
  transition: 0.35s;
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity a:hover {
  background: var(--primary-color1);
  color: var(--white-color);
}
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity .quantity__input {
  height: 24px;
  width: 34px;
  border-radius: 4px;
  background: #F3F3F3;
  border: 1px solid rgba(238, 238, 238, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 600;
  text-align: center;
}
header .nav-right .dropdown .cart-menu .cart-footer {
  border-top: 1px solid rgba(238, 238, 238, 0.933333);
  position: sticky;
  width: 100%;
  left: 0;
  bottom: 0;
}
header .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul {
  border-bottom: 1px solid rgba(238, 238, 238, 0.933333);
  width: 100%;
  padding: 10px 0px 10px;
}
header .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul li {
  font-family: var(--font-Jost);
  font-weight: 600;
  font-size: 13px;
  color: var(--primary-color1);
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
header .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul.total li {
  font-weight: 700;
}
header .nav-right .dropdown .cart-menu .cart-footer .footer-button {
  padding-top: 20px;
  width: 100%;
}
header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li {
  width: 100%;
}
header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li .primary-btn1 {
  padding: 17px 20px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  line-height: 1;
}
header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li:first-child .primary-btn1 {
  background-color: var(--white-color);
  color: var(--primary-color1);
}
header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li:first-child .primary-btn1:hover {
  color: var(--white-color);
}
header .nav-right .save-btn {
  line-height: 1;
  transition: 0.5s;
}
header .nav-right .save-btn a svg {
  fill: var(--primary-color1);
}
header .nav-right .user-login {
  line-height: 1;
  transition: 0.5s;
}
header .nav-right .user-login .user-btn {
  background: transparent;
}
header .nav-right .user-login .user-btn svg {
  fill: var(--primary-color1);
}
header .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header .nav-right .mobile-menu-btn {
    display: flex;
    margin-left: 30px;
    flex-direction: column;
    align-items: end;
    visibility: visible;
    justify-content: center;
    position: relative;
  }
  header .nav-right .mobile-menu-btn span {
    height: 2px;
    width: 25px;
    background-color: var(--title-color);
    display: flex;
    transition: transform 0.5s ease-in;
    position: absolute;
    top: 0px;
  }
  header .nav-right .mobile-menu-btn span::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: var(--title-color);
    content: "";
    top: -10px;
    right: 0;
  }
  header .nav-right .mobile-menu-btn span::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    right: 0;
    background-color: var(--title-color);
    content: "";
    top: 10px;
  }
  header .nav-right .mobile-menu-btn.active span {
    background-color: transparent;
  }
  header .nav-right .mobile-menu-btn.active span::before {
    transform: rotateZ(45deg) translate(8px, 6px);
    width: 35px;
  }
  header .nav-right .mobile-menu-btn.active span::after {
    transform: rotateZ(-45deg) translate(8px, -6px);
    width: 35px;
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
header .main-menu {
  display: inline-block;
}
header .main-menu .mobile-menu-logo {
  display: none;
}
header .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .main-menu > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 38px;
}
header .main-menu > ul > li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  header .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header .main-menu > ul > li:first-child a {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  header .main-menu > ul > li {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  header .main-menu > ul > li {
    margin-right: 0;
  }
}
header .main-menu > ul > li > a {
  color: var(--primary-color1);
  display: block;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font-Jost);
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding: 17px 2px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  header .main-menu > ul > li > a {
    padding: 32px 9px;
  }
}
header .main-menu > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  left: 1px;
  width: 90%;
  border-bottom: 2px solid var(--primary-color1);
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.5s;
}
@media (max-width: 991px) {
  header .main-menu > ul > li > a::after {
    display: none;
  }
}
header .main-menu > ul > li > a:hover::after {
  transform-origin: left center;
  transform: scale(1, 1);
}
header .main-menu > ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--primary-color1);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header .main-menu > ul > li i {
    opacity: 1;
    right: 0;
  }
}
header .main-menu > ul > li i.active {
  color: var(--primary-color1);
}
header .main-menu > ul > li i.active::before {
  content: "\f2ea";
}
header .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  display: none;
  min-width: 220px;
  background: var(--white-color);
  border: 1px solid var(--primary-color1);
  text-align: left;
  transform-origin: top;
  z-index: 2;
}
@media (max-width: 1199px) {
  header .main-menu > ul > li ul.sub-menu {
    box-shadow: none;
  }
}
header .main-menu > ul > li ul.sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
  transition: all 0.4s linear;
}
header .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
  color: var(--text-color);
  font-size: 20px;
}
header .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--text-color);
  opacity: 1;
  top: 10px;
  font-size: 16px;
  right: 16px;
}
@media (max-width: 991px) {
  header .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    font-size: 20px;
    right: 0;
  }
}
header .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 220px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  top: 0;
}
header .main-menu > ul > li ul.sub-menu > li .sub-menu li a {
  display: block;
  padding: 12px 20px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  background-color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  transition: all 0.4s linear;
  position: relative;
}
@media (max-width: 991px) {
  header .main-menu > ul > li ul.sub-menu > li .sub-menu li a {
    border-color: #ddd;
    padding-left: 0;
  }
  header .main-menu > ul > li ul.sub-menu > li .sub-menu li a::before {
    background: linear-gradient(90deg, #ddd, #06d889, #ddd);
  }
}
@media (min-width: 992px) {
  header .main-menu > ul > li ul.sub-menu > li .sub-menu li a:hover {
    background-color: var(--primary-color1);
    color: var(--white-color);
  }
}
header .main-menu > ul > li ul.sub-menu > li .sub-menu li a:hover::before {
  transform: scale(1);
}
header .main-menu > ul > li ul.sub-menu > li .sub-menu li a.active::before {
  transform: scale(1);
}
header .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 12px 20px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  transition: all 0.4s linear;
  position: relative;
}
@media (max-width: 991px) {
  header .main-menu > ul > li ul.sub-menu > li > a {
    border-color: #ddd;
  }
  header .main-menu > ul > li ul.sub-menu > li > a::before {
    background: linear-gradient(90deg, #ddd, #06d889, #ddd);
  }
}
header .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
header .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
header .main-menu > ul > li ul.sub-menu > li:last-child a {
  border-bottom: none;
}
header .main-menu > ul > li ul.sub-menu > li:last-child a::before {
  display: none;
}
@media (min-width: 992px) {
  header .main-menu > ul > li ul.sub-menu > li:hover {
    border-bottom: 1px solid var(--primary-color1);
  }
  header .main-menu > ul > li ul.sub-menu > li:hover a {
    background-color: var(--primary-color1);
    color: var(--white-color);
  }
  header .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
    color: var(--white-color) !important;
  }
  header .main-menu > ul > li ul.sub-menu > li:hover .sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--primary-color1);
}
header .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--primary-color1);
}
header .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--primary-color1);
}
header .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 218px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  top: 0;
}
@media (max-width: 1500px) {
  header .main-menu > ul > li ul.sub-menu > li .sub-menu {
    left: unset;
    right: 218px;
  }
}
@media (max-width: 1199px) {
  header .main-menu > ul > li ul.sub-menu > li .sub-menu {
    box-shadow: none;
  }
}
header .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 910px) {
  header .main-menu > ul > li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
header .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  header .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header .main-menu > ul > li:hover > a {
  color: var(--primary-color1);
}
header .main-menu > ul > li:hover::after {
  color: var(--primary-color1);
}
header .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--primary-color1);
}
header .main-menu > ul > li.position-inherit {
  position: inherit;
}
header .main-menu > ul > li.menu-item-has-children::after {
  content: "\f282";
  font-family: bootstrap-icons;
  font-weight: 400;
  position: absolute;
  top: 18px;
  right: -15px;
  font-size: 13px;
  color: var(--title-color1);
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children::after {
    display: none;
  }
}
header .main-menu > ul > li.menu-item-has-children.position-inherit::after {
  display: none;
}
header .main-menu > ul > li.menu-item-has-children.for-dropdown .drop-down::before {
  content: "\f282";
  font-family: bootstrap-icons;
  font-weight: 400;
  position: absolute;
  top: 18px;
  right: -15px;
  font-size: 13px;
  color: var(--title-color1);
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children.for-dropdown .drop-down::before {
    display: none;
  }
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children {
    position: relative;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  min-width: 1040px;
  background: var(--white-color);
  border: 1px solid var(--primary-color1);
  text-align: left;
  transform-origin: top;
  z-index: 99;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu {
    min-width: 945px;
  }
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap {
  display: flex;
  align-items: start;
  position: relative;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap {
    display: block;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 55%;
  top: 0;
  background-color: var(--primary-color1);
  width: 1px;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap::after {
    display: none;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu {
  width: 45%;
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu.one {
  width: 55%;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu.one {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu {
    width: 100% !important;
    padding-top: 10px;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-header {
  border-bottom: 1px solid var(--primary-color1);
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-header {
    display: inline-flex;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 20px;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-header h4 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-header h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row {
  display: flex;
  justify-content: space-between;
  padding: 40px 70px;
  gap: 30px;
}
@media (max-width: 1199px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row {
    display: block;
    padding: 0;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item {
  display: block;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item {
    padding-right: 0;
    margin-bottom: 20px;
  }
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item:last-child {
    margin-bottom: 0;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item h6 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--primary-color1);
  display: inline-block;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item h6 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul {
    padding-bottom: 0;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul li {
  display: block;
  line-height: 1;
  padding: 0;
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul li a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  padding: 12px 0;
  transition: 0.4s;
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul li a:hover {
  margin-left: 10px;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul li a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: var(--title-color);
    border-bottom: 1px solid #ddd;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul.shop-menu-2column {
  -moz-columns: 2;
       columns: 2;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul.shop-menu-2column {
    -moz-columns: unset;
         columns: unset;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item:last-child {
  padding-right: 0;
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item:last-child::after {
  display: none;
}
header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .menu-rows {
  padding-top: 20px;
}
@media (min-width: 992px) {
  header .main-menu > ul > li.menu-item-has-children:hover .mega-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
@media (min-width: 992px) {
  header .main-menu > ul > li.menu-item-has-children:hover .mega-menu2 {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  min-width: 1040px;
  border: 1px solid var(--primary-color1);
  text-align: left;
  padding: 70px 65px;
  transform-origin: top;
  z-index: 99;
  background-color: var(--white-color);
  background-size: cover;
  background-position: center right;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 {
    padding: 50px 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 {
    background-image: unset !important;
    min-width: 945px;
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 {
    display: none;
    padding: 0;
    padding-left: 10px;
    background-image: unset !important;
    border: none;
    min-width: unset;
    position: static;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap {
  max-width: 550px;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap {
    max-width: 100%;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product {
    padding-top: 0;
    justify-content: flex-start;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product a {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-Jost);
  letter-spacing: 0.36px;
  text-transform: capitalize;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product svg {
  fill: var(--text-color);
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row {
  -moz-columns: 3;
       columns: 3;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row {
    -moz-columns: 1;
         columns: 1;
    padding: 5px 0px 10px 0;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item {
  display: block;
  padding: 0;
  padding-right: 120px;
  position: relative;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item {
    padding-right: 0;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
  white-space: nowrap;
  transition: 0.35s;
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a {
    padding: 12px 0;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--title-color);
    border-bottom: 1px solid #ddd;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a svg {
  fill: var(--text-color);
}
@media (max-width: 991px) {
  header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a svg {
    display: none;
  }
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a:hover {
  padding-left: 10px;
}
header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  header .mobile-logo-area {
    justify-content: center !important;
  }
  header .dropdown-icon {
    color: var(--white-color);
  }
  header .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #fff;
    border-right: 1px solid #eee;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header .main-menu.show-menu {
    transform: translateX(0);
  }
  header .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  header .main-menu .menu-list .menu-item-has-children > a {
    border-bottom: 1px solid #ddd;
  }
  header .main-menu .menu-list .menu-item-has-children:last-child a {
    border-bottom: unset;
  }
  header .main-menu ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header .main-menu ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header .main-menu ul li i {
    display: block;
  }
  header .main-menu ul li a {
    padding: 10px 0;
    display: block;
  }
  header .main-menu ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    padding-left: 10px;
  }
  header .main-menu ul li ul.sub-menu > li a {
    color: var(--title-color);
    padding: 12px 0px;
    font-weight: 500;
  }
  header .main-menu ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header .main-menu ul li ul.sub-menu > li .sub-menu li a {
    font-weight: 500;
    color: var(--title-color);
    padding: 12px 0px;
  }
  header .main-menu ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header .main-menu ul li ul.sub-menu > li i {
    color: var(--primary-color1);
    right: -13px;
  }
  header .main-menu ul li .bi {
    top: 5px;
    font-size: 20px;
    color: var(--title-color);
  }
  header .mobile-menu-form input, header .mobile-menu-form .comment-section .contact-form textarea, .comment-section .contact-form header .mobile-menu-form textarea, header .mobile-menu-form .form-inner textarea, .form-inner header .mobile-menu-form textarea {
    border: 1px solid var(--primary-color1);
    width: 100%;
    height: 46px;
    padding: 7px 20px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
    font-family: var(--font-Jost);
  }
  header .mobile-menu-form input:focus, header .mobile-menu-form .comment-section .contact-form textarea:focus, .comment-section .contact-form header .mobile-menu-form textarea:focus, header .mobile-menu-form .form-inner textarea:focus, .form-inner header .mobile-menu-form textarea:focus {
    border: 1px solid #ddd;
  }
  header .mobile-menu-form .primary-btn1 {
    padding: 8px 40px;
    width: 100%;
    justify-content: center;
  }
  header .mobile-menu-form .hotline, header .mobile-menu-form .email {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  header .mobile-menu-form .hotline .hotline-icon, header .mobile-menu-form .hotline .email-icon, header .mobile-menu-form .email .hotline-icon, header .mobile-menu-form .email .email-icon {
    height: 32px;
    width: 32px;
    border: 1px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .mobile-menu-form .hotline .hotline-icon svg, header .mobile-menu-form .hotline .email-icon svg, header .mobile-menu-form .email .hotline-icon svg, header .mobile-menu-form .email .email-icon svg {
    fill: var(--primary-color1);
  }
  header .mobile-menu-form .hotline .hotline-info, header .mobile-menu-form .hotline .email-info, header .mobile-menu-form .email .hotline-info, header .mobile-menu-form .email .email-info {
    line-height: 1;
  }
  header .mobile-menu-form .hotline .hotline-info span, header .mobile-menu-form .hotline .email-info span, header .mobile-menu-form .email .hotline-info span, header .mobile-menu-form .email .email-info span {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-Jost);
    color: var(--primary-color1);
    line-height: 1;
    display: inline-block;
    margin-bottom: 4px;
  }
  header .mobile-menu-form .hotline .hotline-info h6, header .mobile-menu-form .hotline .email-info h6, header .mobile-menu-form .email .hotline-info h6, header .mobile-menu-form .email .email-info h6 {
    margin-bottom: 0;
    line-height: 1;
  }
  header .mobile-menu-form .hotline .hotline-info h6 a, header .mobile-menu-form .hotline .email-info h6 a, header .mobile-menu-form .email .hotline-info h6 a, header .mobile-menu-form .email .email-info h6 a {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-yeseva);
    color: var(--title-color);
    white-space: nowrap;
  }
}
header.style-2 {
  padding: 0 7%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-2 {
    padding: 0 5%;
  }
}
@media (max-width: 1399px) {
  header.style-2 {
    padding: 0 2%;
  }
}
header.style-2 .main-menu ul li a {
  padding: 25px 0;
}
@media (max-width: 991px) {
  header.style-2 .main-menu ul li a {
    padding: 10px 0;
  }
}
header.style-2 .main-menu ul li a::after {
  bottom: 24px;
}
header.style-2 .main-menu ul li.menu-item-has-children::after {
  top: 26px;
}
header.style-2 .main-menu ul li.menu-item-has-children.position-inherit::after {
  display: none;
}
header.style-2 .main-menu ul li.menu-item-has-children.for-dropdown .drop-down::before {
  top: 26px;
}
@media (max-width: 991px) {
  header.style-2 .main-menu ul li.menu-item-has-children {
    position: relative;
  }
}
header.style-2 .nav-right.position-inherit {
  position: initial;
}
header.style-2 .nav-right .search-area .search-btn {
  cursor: pointer;
}
header.style-2 .nav-right .search-area .search-btn i {
  font-size: 23px;
}
@media (max-width: 991px) {
  header.style-2 .nav-right .search-area .search-btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-2 .nav-right .search-area {
    max-width: 230px;
  }
}
header.style-2 .nav-right .search-area .search-input {
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: var(--white-color);
  padding: 50px;
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}
@media (max-width: 991px) {
  header.style-2 .nav-right .search-area .search-input {
    display: none;
  }
}
header.style-2 .nav-right .search-area .search-input.active {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.3s linear;
}
header.style-2 .nav-right .search-area .search-input .serch-close {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
  height: 35px;
  width: 35px;
  cursor: pointer;
  z-index: 1;
}
header.style-2 .nav-right .search-area .search-input .serch-close::before, header.style-2 .nav-right .search-area .search-input .serch-close::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 15px;
  background-color: var(--gray-dark, #000);
  transition: all 0.3s ease-out;
}
header.style-2 .nav-right .search-area .search-input .serch-close::after {
  transform: translateY(-50%) rotate(-135deg);
}
header.style-2 .nav-right .search-area .search-input .serch-close:hover::before {
  transform: rotate(0deg);
}
header.style-2 .nav-right .search-area .search-input .serch-close:hover::after {
  transform: rotate(0deg);
}
header.style-2 .nav-right .search-area .search-input .search-group {
  display: flex;
  gap: 50px;
  width: 100%;
  border-bottom: 1px solid #222;
}
header.style-2 .nav-right .search-area .search-input .search-group .list {
  width: 100%;
  border-radius: 0px 0px 5px 5px;
}
header.style-2 .nav-right .search-area .search-input .search-group .nice-select {
  width: 230px;
  border: none;
  padding: 0;
  font-family: var(--font-Jost);
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
header.style-2 .nav-right .search-area .search-input .search-group .nice-select::before {
  content: "";
  height: 42px;
  width: 1px;
  background-color: #222;
  position: absolute;
  right: -25px;
  bottom: 0;
}
header.style-2 .nav-right .search-area .search-input .search-group .nice-select::after {
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  height: 8px;
  right: 12px;
  top: 50%;
  width: 8px;
}
header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 {
  display: flex;
  align-items: center;
  width: 100%;
}
header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 input, header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 .comment-section .contact-form textarea, .comment-section .contact-form header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 textarea, header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 .form-inner textarea, .form-inner header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 textarea {
  width: 100%;
}
header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 button {
  background-color: transparent;
  font-size: 22px;
}
header.style-2 .nav-right .search-area .search-input .quick-search {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
header.style-2 .nav-right .search-area .search-input .quick-search h6 {
  margin-bottom: 0;
  line-height: 1;
  margin-right: 10px;
}
header.style-2 .nav-right .search-area .search-input .quick-search ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
header.style-2 .nav-right .search-area .search-input .quick-search ul li {
  line-height: 1;
}
header.style-2 .nav-right .search-area .search-input .quick-search ul li a {
  font-family: var(--font-Jost);
  font-weight: 400;
  font-size: 15px;
  color: #222;
  transition: 0.35s;
}
header.style-2 .nav-right .search-area .search-input .quick-search ul li a:hover {
  color: var(--text-color2);
}
header.style-2 .nav-right::after {
  display: none;
}

/*........................ 
  Banner section
........................*/
.banner-section {
  overflow: hidden;
  display: flex;
  position: relative;
}
.banner-section .swiper-slide-active .banner-content h1 {
  animation: leftRight 1s;
}
@keyframes leftRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.banner-section .swiper-slide-active .banner-content > p {
  animation: leftRight 2s;
}
.banner-section .swiper-slide-active .banner-content .primary-btn1 {
  animation: leftRight 3s;
}
.banner-section .swiper-slide-active .discount {
  animation: zoomIn 3s;
}
.banner-section .banner-wrapper {
  display: flex;
}
.banner-section .banner-wrapper .banner-left {
  padding: 190px 30px 130px 10%;
  background-color: #fcf7ee;
  width: 45%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-wrapper .banner-left {
    padding-left: 8%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section .banner-wrapper .banner-left {
    padding-left: 65px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-wrapper .banner-left {
    padding: 190px 20px 130px 50px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrapper .banner-left {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-wrapper .banner-left {
    padding: 90px 30px 90px 30px;
    min-height: 550px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.banner-section .banner-wrapper .banner-left .banner-vector1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.03;
}
.banner-section .banner-wrapper .banner-left .banner-vector2 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.03;
}
.banner-section .banner-wrapper .banner-left .banner-vector3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner-section .banner-wrapper .banner-left .banner-content {
  position: relative;
  max-width: 560px;
  width: 100%;
}
.banner-section .banner-wrapper .banner-left .banner-content .discount {
  position: absolute;
  top: -32px;
  left: -53px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-wrapper .banner-left .banner-content .discount {
    top: -38px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-wrapper .banner-left .banner-content .discount {
    top: -38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-wrapper .banner-left .banner-content .discount {
    top: -52px;
    left: -35px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-wrapper .banner-left .banner-content .discount {
    transform: rotate(26deg);
    top: -60px;
    left: -10px;
  }
}
.banner-section .banner-wrapper .banner-left .banner-content .discount p {
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white-color);
  transform: rotate(-27.59deg);
  position: absolute;
  top: 31px;
  left: 22px;
  margin-bottom: 0;
}
.banner-section .banner-wrapper .banner-left .banner-content .discount p strong {
  font-weight: 500;
  font-size: 20px;
}
.banner-section .banner-wrapper .banner-left .banner-content h1 {
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--primary-color1);
  margin-bottom: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-wrapper .banner-left .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-wrapper .banner-left .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .banner-left .banner-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-wrapper .banner-left .banner-content h1 {
    font-size: 38px;
  }
}
.banner-section .banner-wrapper .banner-left .banner-content p {
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: var(--primary-color1);
  margin-bottom: 40px;
}
.banner-section .banner-wrapper .banner-left .banner-content .primary-btn1 {
  padding: 12px 35px;
}
.banner-section .banner-wrapper .banner-right-wrapper {
  width: 55%;
  padding-left: 0;
  position: relative;
}
@media (max-width: 991px) {
  .banner-section .banner-wrapper .banner-right-wrapper {
    display: none;
  }
}
.banner-section .banner-wrapper .banner-right-wrapper .banner-right-img {
  position: relative;
  height: 100%;
}
.banner-section .banner-wrapper .banner-right-wrapper .banner-right-img .discount-tag {
  position: absolute;
  right: 25px;
  z-index: 1;
}
.banner-section .banner-wrapper .banner-right-wrapper .banner-right-img .banner-right-bg {
  min-height: 500px;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-wrapper .banner-right-wrapper .banner-right-img .banner-right-bg {
    min-height: 665px;
  }
}
.banner-section .banner-wrapper .banner-right-wrapper .banner-right-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(47.51deg, rgba(252, 247, 238, 0.54) 2.73%, rgba(252, 247, 238, 0.511018) 9.17%, rgba(252, 247, 238, 0) 15.47%);
  width: 100%;
  height: 100%;
  z-index: 11;
}
.banner-section .swiper-pagination1 {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  width: unset;
  gap: 14px;
}
@media (max-width: 576px) {
  .banner-section .swiper-pagination1 {
    display: none;
  }
}
.banner-section .swiper-pagination1 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-color1);
  background-color: transparent;
  opacity: 1;
  margin: 0;
}
.banner-section .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color1);
  margin: 0;
}

.banner-footer {
  background: #e9e6e2;
}
.banner-footer .banner-footer-wrapper {
  padding: 50px 10%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-footer .banner-footer-wrapper {
    padding: 50px 35px;
  }
}
@media (max-width: 1399px) {
  .banner-footer .banner-footer-wrapper {
    padding: 50px 15px;
  }
}
.banner-footer .banner-footer-wrapper .banner-footer-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-footer .banner-footer-wrapper .banner-footer-item {
    gap: 15px;
  }
}
@media (max-width: 1399px) {
  .banner-footer .banner-footer-wrapper .banner-footer-item {
    gap: 10px;
  }
}
.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-icon svg {
  fill: var(--primary-color1);
}
.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content {
  max-width: 270px;
  width: 100%;
}
.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content h5 {
  color: var(--primary-color1);
  font-size: 22px;
  font-family: var(--font-Jost);
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content h5 {
    font-size: 20px;
  }
}
.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content p {
  color: var(--primary-color1);
  font-size: 15px;
  font-family: var(--font-Jost);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.45px;
  margin: 0;
}
@media (max-width: 1399px) {
  .banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content p {
    font-size: 14px;
  }
}
.banner-footer .banner-footer-wrapper .banner-footer-item:hover .banner-footer-icon {
  animation: topBottom 1.5s;
}
@keyframes topBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.banner-footer.style-2 {
  background: transparent;
  border-top: 1px solid var(--primary-color1);
}
.banner-footer.style-2 .banner-footer-wrapper {
  padding: 40px 8%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-footer.style-2 .banner-footer-wrapper {
    padding: 35px 15px;
  }
}
@media (max-width: 991px) {
  .banner-footer.style-2 .banner-footer-wrapper {
    padding: 35px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-footer.style-2 .banner-footer-wrapper .banner-footer-item .banner-footer-content {
    max-width: 175px;
  }
}
.banner-footer.style-2 .banner-footer-wrapper .banner-footer-item .banner-footer-content h5 {
  font-size: 20px;
}
.banner-footer.style-2 .banner-footer-wrapper .banner-footer-item .banner-footer-content p {
  font-size: 16px;
  line-height: 1.3;
}
.banner-footer.style-2 .banner-footer-wrapper .divider {
  position: relative;
}
.banner-footer.style-2 .banner-footer-wrapper .divider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 130px;
  background-color: var(--primary-color1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-footer.style-2 .banner-footer-wrapper .divider::after {
    height: 140px;
  }
}
@media (max-width: 991px) {
  .banner-footer.style-2 .banner-footer-wrapper .divider::after {
    display: none;
  }
}

/*........................ 
  Section Title
........................*/
.section-title {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title h3 {
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--primary-color1);
  margin-bottom: 0;
  position: relative;
  flex-wrap: nowrap;
}
.section-title h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 206px;
  height: 2px;
  background: var(--primary-color1);
  border-radius: 5px;
}
.section-title.style-2 h3::after {
  width: 100px;
}
.section-title.style-3 {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .section-title.style-3 {
    margin-bottom: 40px;
  }
}
.section-title.style-3 h3 {
  margin-bottom: 25px;
}
.section-title.style-3 h3::after {
  width: 100px;
  left: 0;
  transform: translateX(0);
}
.section-title.style-3 p {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-Jost);
  text-transform: capitalize;
  margin-bottom: 0;
}
.section-title.style-3 p a {
  color: var(--primary-color1);
}

.section-title2 {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .section-title2 {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 576px) {
  .section-title2 {
    margin-bottom: 30px;
  }
}
.section-title2 h3 {
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--primary-color1);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .section-title2 h3 {
    margin-bottom: 30px;
  }
}
.section-title2 h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 64%;
  height: 2px;
  background: var(--primary-color1);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .section-title2 h3::after {
    width: 40%;
  }
}
.section-title2 .all-product a {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-Jost);
  letter-spacing: 0.36px;
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title2 .all-product svg {
  fill: var(--text-color);
}
.section-title2 .all-product.hover-underline {
  display: inline-flex;
}
.section-title2.style-2 h3::after {
  width: 100px;
}
.section-title2.style-3 {
  padding: 0 19.5%;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .section-title2.style-3 {
    padding: 0 10%;
    margin-bottom: 80px;
  }
}
.section-title2.style-3::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 61%;
  height: 2px;
  background: var(--primary-color1);
  border-radius: 5px;
}
@media (max-width: 991px) {
  .section-title2.style-3::after {
    width: 80%;
  }
}
.section-title2.style-3 h3::after {
  display: none;
}
.section-title2.style-4 h3::after {
  width: 100%;
}

/*........................ 
  Choose Product section
........................*/
.choose-product-section .choose-product-card {
  position: relative;
}
.choose-product-section .choose-product-card img {
  width: 100%;
}
.choose-product-section .choose-product-card .choose-product-card-content {
  position: absolute;
  top: 40px;
  left: 30px;
}
.choose-product-section .choose-product-card .choose-product-card-content .first-text {
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: 10px;
}
.choose-product-section .choose-product-card .choose-product-card-content .first-text.style-2 {
  color: var(--white-color);
  margin-left: -65px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-product-section .choose-product-card .choose-product-card-content .first-text {
    font-size: 50px;
  }
}
.choose-product-section .choose-product-card .choose-product-card-content .second-text {
  font-family: sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #353535;
  -webkit-text-fill-color: transparent;
}
.choose-product-section .choose-product-card .choose-product-card-content .second-text.style-2 {
  margin-left: 20px;
}
.choose-product-section .choose-product-card .choose-product-card-content .second-text.style-3 {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-product-section .choose-product-card .choose-product-card-content .second-text {
    font-size: 40px;
  }
}
.choose-product-section .choose-product-card .choose-product-card-content.style-2 {
  left: unset;
  right: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .choose-product-section .choose-product-card .choose-product-card-content {
    top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-product-section .choose-product-card .choose-product-card-content {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-product-section .choose-product-card .choose-product-card-content {
    top: 20px;
    left: 20px;
  }
}

.hover-btn {
  position: relative;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
}
.hover-btn .for-border {
  width: 0;
}
.hover-btn .for-border::before {
  content: "";
  position: absolute;
  right: -0.5px;
  top: 0;
  height: 0%;
  width: 0.5px;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  transition-delay: 0.5s;
}
.hover-btn .for-border::after {
  content: "";
  position: absolute;
  left: -0.5px;
  bottom: 0;
  height: 0%;
  width: 0.5px;
  background: #000;
  transition: 0.3s;
  transition-delay: 0.6s;
}
.hover-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5px;
  width: 0%;
  height: 0.5px;
  background: #000;
  transition: 0.3s;
  transition-delay: 0.9s;
}
.hover-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5px;
  width: 0%;
  height: 0.5px;
  background: #000;
  transition: 0.3s;
  transition-delay: 0.9s;
}
.hover-btn:hover::before {
  width: 100%;
  transition-delay: 0s;
}
.hover-btn:hover::after {
  width: 100%;
  transition-delay: 0s;
}
.hover-btn:hover .for-border::before {
  height: 100%;
  transition-delay: 0.3s;
}
.hover-btn:hover .for-border::after {
  height: 100%;
  transition-delay: 0.3s;
}

.hover-btn2 {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hover-btn2::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--white-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.hover-btn2:hover {
  color: var(--primary-color1);
}
.hover-btn2:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.hover-btn3 {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hover-btn3::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--white-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.hover-btn3:hover {
  color: var(--primary-color1);
}
.hover-btn3:hover::after {
  transform: skewX(45deg) scale(1, 1);
  height: 150%;
  width: 150%;
}

.hover-btn4 {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hover-btn4::after {
  position: absolute;
  content: "";
  display: block;
  opacity: 0;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--primary-color1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease-out 0s;
  z-index: -1;
}
.hover-btn4:hover {
  color: var(--white-color);
}
.hover-btn4:hover::after {
  transform: skewX(45deg) scale(1, 1);
  opacity: 1;
}

.hover-btn5 {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hover-btn5::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--primary-color1);
  height: 100%;
  width: 100%;
  border-radius: 40px;
  top: 0;
  right: 0;
  transform-origin: right;
  transform: scalex(0);
  transition: transform 0.7s;
}
.hover-btn5:hover {
  color: var(--white-color);
}
.hover-btn5:hover::after {
  transform: scalex(1);
  transform-origin: left;
}
.hover-btn5.hover-white::after {
  background: var(--white-color);
}
.hover-btn5.hover-white:hover {
  color: var(--primary-color1);
}

.hover-underline {
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: right 100%;
  transition: background-size 0.75s;
}
.hover-underline:hover {
  background-size: 100% 2px;
  background-position: 0% 100%;
}

/*........................ 
  Product Card
........................*/
.product-card {
  border: 1px solid #ececec;
  padding: 15px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.product-card .product-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product-card .product-card-img .countdown-timer {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 208px;
  height: 40px;
  line-height: 1;
  border: 1px solid var(--primary-color1);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.product-card .product-card-img .countdown-timer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.product-card .product-card-img .countdown-timer ul li {
  line-height: 1;
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.product-card .product-card-img .countdown-timer ul li span:first-child {
  display: none;
  visibility: hidden;
}
.product-card .product-card-img > a .batch {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.product-card .product-card-img > a .batch > span {
  width: 52px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Jost);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background-color: var(--primary-color1);
  z-index: 1;
}
.product-card .product-card-img > a .batch > span.new {
  font-size: 12px;
}
.product-card .product-card-img .out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.product-card .product-card-img .out-of-stock span {
  color: var(--primary-color1);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Jost);
  font-weight: 500;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  padding: 8px 25px;
  white-space: nowrap;
}
.product-card .product-card-img .overlay {
  background: rgba(33, 33, 33, 0.3000000119);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  padding-bottom: 15px;
}
.product-card .product-card-img .overlay .cart-area .add-cart-btn {
  color: var(--white-color);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Jost);
  font-weight: 500;
  background: var(--primary-color1);
  padding: 8px 20px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  transition: 0.5s;
}
.product-card .product-card-img .overlay .cart-area .add-cart-btn:hover {
  color: var(--primary-color1);
}
.product-card .product-card-img .view-and-favorite-area {
  position: absolute;
  top: 7px;
  right: 7px;
}
.product-card .product-card-img .view-and-favorite-area > ul {
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: 0.5s;
}
.product-card .product-card-img .view-and-favorite-area > ul li {
  margin-bottom: 5px;
  transition: 0.5s;
}
.product-card .product-card-img .view-and-favorite-area > ul li:last-child {
  margin-bottom: 0;
}
.product-card .product-card-img .view-and-favorite-area > ul li > a {
  border: 1px solid var(--primary-color1);
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  cursor: pointer;
  transition: 0.5s;
}
.product-card .product-card-img .view-and-favorite-area > ul li > a svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.product-card .product-card-img .view-and-favorite-area > ul li:hover > a {
  background-color: var(--white-color);
}
.product-card .product-card-img .view-and-favorite-area > ul li:hover > a svg {
  fill: var(--primary-color1);
}
.product-card .product-card-img.double-img a {
  display: flex;
  align-items: center;
}
.product-card .product-card-img.double-img a .img2 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  overflow: hidden;
  transform: translateX(-100%);
  transition: all 0.8s;
}
.product-card .product-card-img.double-img a .img1 {
  transition: all 0.8s;
}
.product-card .product-card-content {
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center;
}
.product-card .product-card-content h6 {
  margin-bottom: 5px;
}
.product-card .product-card-content h6 a {
  color: var(--text-color);
  font-size: 20px;
  font-family: var(--font-Jost);
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: 1;
}
.product-card .product-card-content p {
  margin-bottom: 20px;
}
.product-card .product-card-content p a {
  color: #878585;
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Jost);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: 0.5s;
}
.product-card .product-card-content p a:hover {
  color: var(--text-color);
}
.product-card .product-card-content .price {
  color: var(--text-color);
  font-size: 20px;
  font-family: var(--font-Jost);
  font-weight: 600;
  margin-bottom: 5px;
}
.product-card .product-card-content .price del {
  color: var(--text-color2);
  font-size: 15px;
  font-family: var(--font-Jost);
}
.product-card .product-card-content .rating {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}
.product-card .product-card-content .rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-card .product-card-content .rating ul li {
  line-height: 1;
}
.product-card .product-card-content .rating ul li i {
  color: #ffc107;
  font-size: 12px;
}
.product-card .product-card-content .rating span {
  color: var(--text-color2);
  font-size: 13px;
  font-family: var(--font-Jost);
  line-height: 1;
}
.product-card .product-card-content .product-size {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 5px;
}
.product-card .product-card-content .product-size li {
  padding: 5px 6px;
  border: 1px solid var(--text-color3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: var(--font-Jost);
  color: var(--primary-color1);
  cursor: pointer;
  line-height: 1.2;
  transition: 0.5s;
}
.product-card .product-card-content .product-size li:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.product-card:hover .product-card-img .overlay {
  opacity: 1;
  transform: scaleY(1);
}
.product-card:hover .product-card-img .view-and-favorite-area ul {
  transform: scaleX(1);
  opacity: 1;
}
.product-card:hover .product-card-img .countdown-timer {
  opacity: 0;
}
.product-card:hover .product-card-img.double-img a .img2 {
  transform: translateX(0);
}
.product-card:hover .product-card-img.double-img a .img1 {
  transform: translateX(100%);
}
.product-card.style-2 {
  border: unset;
  background: var(--white-color);
}
.product-card.style-2 .overlay {
  background: rgba(33, 33, 33, 0.3000000119);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  padding-bottom: 15px;
}
.product-card.style-2 .overlay .cart-area {
  display: flex;
  align-items: center;
}
.product-card.style-2 .overlay .cart-area .add-cart-btn {
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
  font-family: var(--font-Jost);
  font-weight: 600;
  background: var(--primary-color1);
  padding: 8px 20px;
}
.product-card.style-4 {
  border: unset;
  border-right: 1px solid var(--primary-color1);
}
.product-card.style-4 .overlay {
  background: rgba(33, 33, 33, 0.3000000119);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  padding-bottom: 15px;
}
.product-card.style-4 .overlay .cart-area {
  display: flex;
  align-items: center;
}
.product-card.style-4 .overlay .cart-area .add-cart-btn {
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
  font-family: var(--font-Jost);
  font-weight: 600;
  background: var(--primary-color1);
  padding: 8px 20px;
}
.product-card.style-4 .product-card-content h6 a {
  font-size: 18px;
}
.product-card.style-4 .product-card-content p {
  margin-bottom: 20px;
}
.product-card.style-4 .product-card-content p a {
  font-size: 14px;
}
.product-card.style-4 .product-card-content .price {
  font-size: 18px;
  margin-bottom: 5px;
}
.product-card.style-4 .product-card-content .price del {
  font-size: 15px;
}
.product-card.style-5 .product-card-content {
  padding-top: 20px;
}
.product-card.style-5 .product-card-content h6 a {
  font-size: 18px;
}
.product-card.style-5 .product-card-content p a {
  font-size: 14px;
}
.product-card.style-5 .product-card-content .price {
  font-size: 18px;
}
@media (max-width: 1399px) {
  .product-card.style-5 {
    padding: 15px;
  }
}
.product-card.style-6 {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .product-card.style-6 {
    padding: 15px;
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .product-card.style-6 {
    display: block;
    padding: 20px;
  }
}
.product-card.style-6 .product-card-img {
  max-width: 330px;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 768px) {
  .product-card.style-6 .product-card-img {
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .product-card.style-6 .product-card-img {
    max-width: unset;
  }
}
.product-card.style-6 .product-card-content {
  text-align: start;
  padding-top: 0;
}
@media (max-width: 576px) {
  .product-card.style-6 .product-card-content {
    padding-top: 25px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-card.style-6 .product-card-content h6 a {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .product-card.style-6 .product-card-content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-card.style-6 .product-card-content .price {
    font-size: 18px;
  }
}
.product-card.style-6 .product-card-content .rating {
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .product-card.style-6 .product-card-content .rating {
    justify-content: center;
  }
}

.product-card2 {
  border: 1px solid var(--primary-color1);
  border-radius: 10px;
  padding: 5px 5px 0px 5px;
  position: relative;
  transition: 0.5s;
}
.product-card2 .batch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.product-card2 .batch > span {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  border-radius: 10px 0px;
  border-bottom: 1px solid var(--primary-color1);
  border-right: 1px solid var(--primary-color1);
  background: #FBF8F1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 24px;
  z-index: 1;
}
.product-card2 .batch > span:nth-child(2) {
  border-top: 1px solid var(--primary-color1);
  border-radius: 0px 0px 10px;
}
.product-card2 .product-card-img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.product-card2 .product-card-img img {
  border-radius: 5px;
  width: 100%;
}
.product-card2 .product-card-img .cart-btn-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  padding-bottom: 15px;
}
.product-card2 .product-card-img .cart-btn-area .cart-btn {
  display: flex;
  align-items: center;
}
.product-card2 .product-card-img .cart-btn-area .cart-btn.two {
  align-items: flex-end;
}
.product-card2 .product-card-img .view-and-favorite-area {
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.product-card2 .product-card-img .view-and-favorite-area ul {
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: 0.5s;
}
.product-card2 .product-card-img .view-and-favorite-area ul li {
  border: 1px solid var(--primary-color1);
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: 0.5s;
}
.product-card2 .product-card-img .view-and-favorite-area ul li:last-child {
  margin-bottom: 0;
}
.product-card2 .product-card-img .view-and-favorite-area ul li a {
  display: inline-flex;
  cursor: pointer;
}
.product-card2 .product-card-img .view-and-favorite-area ul li a svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}
.product-card2 .product-card-img .view-and-favorite-area ul li:hover {
  background-color: var(--primary-color1);
}
.product-card2 .product-card-img .view-and-favorite-area ul li:hover a svg {
  fill: var(--white-color);
}
.product-card2 .product-card-img .out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.product-card2 .product-card-img .out-of-stock span {
  color: var(--primary-color1);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Jost);
  font-weight: 500;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  padding: 7px 23px;
  border-radius: 100px;
  white-space: nowrap;
}
.product-card2 .product-card-img.double-img a {
  display: flex;
  align-items: center;
}
.product-card2 .product-card-img.double-img a .img2 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  overflow: hidden;
  transform: translateX(-100%);
  transition: all 0.8s;
}
.product-card2 .product-card-img.double-img a .img1 {
  transition: all 0.8s;
}
.product-card2 .product-card-content {
  text-align: center;
  padding: 20px 10px;
}
.product-card2 .product-card-content p {
  margin-bottom: 5px;
  line-height: 1;
}
.product-card2 .product-card-content p a {
  color: #878585;
  font-family: var(--font-Jost);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s;
}
.product-card2 .product-card-content p a:hover {
  color: var(--text-color);
}
.product-card2 .product-card-content h6 {
  margin-bottom: 20px;
}
.product-card2 .product-card-content h6 a {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}
.product-card2 .product-card-content > span {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  display: inline-block;
}
.product-card2 .product-card-content > span del {
  color: var(--text-color2);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
}
.product-card2 .product-card-content .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product-card2 .product-card-content .rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-card2 .product-card-content .rating ul li {
  line-height: 1;
}
.product-card2 .product-card-content .rating ul li i {
  color: #ffc107;
  font-size: 12px;
}
.product-card2 .product-card-content .rating span {
  color: var(--text-color2);
  font-size: 13px;
  font-family: var(--font-Jost);
  line-height: 1;
}
.product-card2 .product-card-content .product-size {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 5px;
}
.product-card2 .product-card-content .product-size li {
  width: 60px;
  height: 30px;
  border: 1px solid var(--text-color3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: var(--font-Jost);
  color: var(--primary-color1);
  cursor: pointer;
  line-height: 1.2;
  transition: 0.5s;
}
.product-card2 .product-card-content .product-size li:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.product-card2:hover .product-card-img .cart-btn-area {
  opacity: 1;
  transform: scaleY(1);
}
.product-card2:hover .product-card-img .view-and-favorite-area ul {
  transform: scaleX(1);
  opacity: 1;
}
.product-card2:hover .product-card-img.double-img a .img2 {
  transform: translateX(0);
}
.product-card2:hover .product-card-img.double-img a .img1 {
  transform: translateX(100%);
}
.product-card2.style-2 {
  padding: 0;
}
.product-card2.style-2 .product-card-img {
  padding: 20px 20px 0 20px;
}
.product-card2.style-2 .product-card-img .view-and-favorite-area {
  right: 27px;
}
.product-card2.style-2 .product-card-content {
  padding: 35px 10px;
}
@media (max-width: 576px) {
  .product-card2.style-2 .product-card-content {
    padding: 25px 10px;
  }
}
.product-card2.style-2 .product-card-content p a {
  font-size: 16px;
}
@media (max-width: 576px) {
  .product-card2.style-2 .product-card-content p a {
    font-size: 15px;
  }
}
.product-card2.style-2 .product-card-content h6 a {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.56px;
}
@media (max-width: 576px) {
  .product-card2.style-2 .product-card-content h6 a {
    font-size: 25px;
  }
}
.product-card2.style-2 .product-card-content > span {
  font-size: 25px;
}
@media (max-width: 576px) {
  .product-card2.style-2 .product-card-content > span {
    font-size: 22px;
  }
}
.product-card2.style-2 .product-card-content > span del {
  font-size: 18px;
}
@media (max-width: 576px) {
  .product-card2.style-2 .product-card-content > span del {
    font-size: 16px;
  }
}
.product-card2.style-2 .offer-timer {
  padding: 35px 0 30px 0;
  text-align: center;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}
@media (max-width: 576px) {
  .product-card2.style-2 .offer-timer {
    padding: 25px 0 20px 0;
  }
}
.product-card2.style-2 .offer-timer p {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-Jost);
  font-weight: 500;
  line-height: 1;
  text-decoration-line: underline;
  margin-bottom: 20px;
}
.product-card2.style-2 .offer-timer .countdown-timer {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .product-card2.style-2 .offer-timer .countdown-timer {
    margin-bottom: 35px;
  }
}
.product-card2.style-2 .offer-timer .countdown-timer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-card2.style-2 .offer-timer .countdown-timer ul {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-card2.style-2 .offer-timer .countdown-timer ul {
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .product-card2.style-2 .offer-timer .countdown-timer ul {
    gap: 12px;
  }
}
.product-card2.style-2 .offer-timer .countdown-timer ul li {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .product-card2.style-2 .offer-timer .countdown-timer ul li {
    font-size: 25px;
  }
}
.product-card2.style-2 .offer-timer .countdown-timer ul li span {
  color: rgba(34, 34, 34, 0.6999999881);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.product-card2.style-2 .offer-timer .countdown-timer ul li span:last-child {
  display: none;
  visibility: hidden;
}
@media (max-width: 576px) {
  .product-card2.style-2 .offer-timer .countdown-timer ul li span {
    font-size: 13px;
  }
}
.product-card2.style-2 .offer-timer .countdown-timer ul svg {
  fill: rgba(33, 33, 33, 0.15);
}
.product-card2.style-2 .offer-timer .primary-btn3 {
  padding: 13px 46px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .product-card2.style-2 .offer-timer .primary-btn3 {
    padding: 10px 35px;
    font-size: 16px;
  }
}

.product-view-modal .modal-dialog {
  animation: zoom-In-effect 1s;
}
@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.product-view-modal .modal-dialog .modal-content {
  border-radius: unset;
  border: 1px solid var(--primary-color1);
}
.product-view-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .nav-pills {
    position: relative;
    flex-direction: row;
    justify-content: center;
    left: unset;
    top: unset;
    gap: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .nav-pills .nav-link {
    margin-bottom: 10px;
  }
}
.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
  height: 650px;
  overflow-y: auto;
  margin-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
    margin-top: 0;
    padding: 0 20px 20px 20px;
  }
}
.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content::-webkit-scrollbar {
  width: 5px;
}
.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content::-webkit-scrollbar-thumb {
  background: var(--text-color2);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .quantity-color-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .shop-details-btn {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .product-info-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .product-info-list li {
  line-height: 1;
}
@media (max-width: 576px) {
  .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .payment-method {
    padding: 15px;
  }
}
.product-view-modal .modal-dialog .modal-content .modal-body .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
  height: 35px;
  width: 35px;
  cursor: pointer;
  z-index: 1;
}
.product-view-modal .modal-dialog .modal-content .modal-body .close-btn::before, .product-view-modal .modal-dialog .modal-content .modal-body .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 15px;
  background-color: var(--gray-dark, #000);
  transition: all 0.3s ease-out;
}
.product-view-modal .modal-dialog .modal-content .modal-body .close-btn::after {
  transform: translateY(-50%) rotate(-135deg);
}
.product-view-modal .modal-dialog .modal-content .modal-body .close-btn:hover::before, .product-view-modal .modal-dialog .modal-content .modal-body .close-btn:hover::after {
  transform: rotate(0deg);
}

/*........................ 
  Best Selling section
........................*/
/*........................ 
  Just For You section
........................*/
.just-for-section {
  background-color: #fcf7ee;
  padding: 100px 0 100px 0;
  position: relative;
  z-index: 1;
}
.just-for-section .vector1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.just-for-section .vector2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.just-for-section .nav-pills {
  border: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: 30px;
}
.just-for-section .nav-pills .nav-link {
  display: flex;
  justify-content: space-between;
  border-radius: unset;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  color: var(--primary-color1);
  font-size: 16px;
  font-family: var(--font-Jost);
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 25px;
  background: linear-gradient(to bottom, #222 0%, #222 98%);
  background-size: 0;
  background-repeat: no-repeat;
  background-position: right 100%;
  transition: background-size 0.8s;
}
.just-for-section .nav-pills .nav-link span {
  font-size: 13px;
}
.just-for-section .nav-pills .nav-link:last-child {
  border-bottom: unset;
}
.just-for-section .nav-pills .nav-link:hover {
  background-size: 100%;
  background-position: 0% 100%;
  color: var(--white-color);
}
.just-for-section .nav-pills .nav-link.active {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.just-for-section .offer-img {
  position: relative;
}
.just-for-section .offer-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.200000003);
  z-index: -1;
}
@media (max-width: 991px) {
  .just-for-section .offer-img {
    max-width: 330px;
    margin: 0 auto;
  }
}
.just-for-section .offer-img img {
  width: 100%;
}
.just-for-section .offer-img .discount-buy {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .just-for-section .offer-img .discount-buy {
    padding: 15px 10px;
  }
}
.just-for-section .offer-img .discount-buy .discount {
  position: relative;
}
.just-for-section .offer-img .discount-buy .discount svg {
  fill: #d3b7ac;
}
.just-for-section .offer-img .discount-buy .discount h6 {
  position: absolute;
  top: 17px;
  left: 13px;
  color: var(--primary-color1);
  text-align: center;
  font-size: 18px;
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}
.just-for-section .offer-img .discount-buy .discount h6 span {
  font-weight: 400;
  font-style: italic;
}
.just-for-section .offer-img .discount-buy .buy-btn {
  padding: 8px 23px;
  background-color: var(--white-color);
  z-index: 1;
  border-radius: 40px;
  color: var(--primary-color1);
  text-align: center;
  font-size: 13px;
  font-family: var(--font-Jost);
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.just-for-section .offer-img .discount-buy .buy-btn:hover {
  color: var(--white-color);
}

/*........................ 
  Offer Banner section
........................*/
.buy-btn2 {
  color: var(--white-color);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Jost);
  font-weight: 500;
  background-color: var(--primary-color1);
  border-radius: 40px;
  padding: 6px 31px;
  display: inline-block;
}
@media (max-width: 576px) {
  .buy-btn2 {
    padding: 3px 25px;
    font-size: 13px;
  }
}

.offer-banner .offer-banner-left {
  position: relative;
}
@media (max-width: 991px) {
  .offer-banner .offer-banner-left img {
    width: 100%;
  }
}
.offer-banner .offer-banner-left .offer-banner-left-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 35px 45px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-banner .offer-banner-left .offer-banner-left-content {
    padding: 25px 20px 0 25px;
  }
}
@media (max-width: 576px) {
  .offer-banner .offer-banner-left .offer-banner-left-content {
    padding: 20px 15px 0 10px;
  }
}
.offer-banner .offer-banner-left .offer-banner-left-content .left-text h5 {
  color: var(--white-color);
  font-size: 22px;
  font-family: var(--font-Jost);
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 576px) {
  .offer-banner .offer-banner-left .offer-banner-left-content .left-text h5 {
    font-size: 20px;
  }
}
.offer-banner .offer-banner-left .offer-banner-left-content .left-text h5 span {
  font-weight: 600;
  font-size: 27px;
  color: var(--primary-color1);
}
@media (max-width: 576px) {
  .offer-banner .offer-banner-left .offer-banner-left-content .left-text h5 span {
    font-size: 23px;
  }
}
.offer-banner .offer-banner-left .offer-banner-left-content .buy-btn2 {
  padding: 9px 31px;
}
.offer-banner .offer-banner-right {
  position: relative;
}
@media (max-width: 991px) {
  .offer-banner .offer-banner-right img {
    width: 100%;
  }
}
.offer-banner .offer-banner-right .offer-banner-right-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 70px 19px;
  max-width: 230px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-banner .offer-banner-right .offer-banner-right-content {
    padding: 50px 10px;
  }
}
@media (max-width: 576px) {
  .offer-banner .offer-banner-right .offer-banner-right-content {
    padding: 20px 10px 0 10px;
  }
}
.offer-banner .offer-banner-right .offer-banner-right-content h5 {
  color: var(--primary-color1);
  font-size: 22px;
  font-family: var(--font-Jost);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-banner .offer-banner-right .offer-banner-right-content h5 {
    margin-bottom: 14px;
  }
}
@media (max-width: 576px) {
  .offer-banner .offer-banner-right .offer-banner-right-content h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.offer-banner .offer-banner-right .offer-banner-right-content h4 {
  color: var(--primary-color1);
  font-size: 27px;
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-banner .offer-banner-right .offer-banner-right-content h4 {
    margin-bottom: 14px;
  }
}
@media (max-width: 576px) {
  .offer-banner .offer-banner-right .offer-banner-right-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.offer-banner .offer-banner-right .offer-banner-right-content h4 span {
  color: rgba(34, 34, 34, 0.3);
  font-size: 22px;
  font-weight: 500;
}
.offer-banner .offer-banner-right .offer-banner-right-content p {
  color: var(--primary-color1);
  text-align: center;
  font-size: 13px;
  font-family: var(--font-Jost);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.39px;
  text-transform: capitalize;
  margin-bottom: 22px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-banner .offer-banner-right .offer-banner-right-content p {
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  .offer-banner .offer-banner-right .offer-banner-right-content p {
    margin-bottom: 10px;
  }
}
.offer-banner .offer-banner-right .offer-banner-right-content .buy-btn2 {
  padding: 9px 31px;
}
.offer-banner.two img {
  border-radius: 10px;
}
.offer-banner.two .offer-banner-left .offer-banner-left-content {
  display: block;
  max-width: 276px;
  width: 100%;
  padding: 70px 0 0 25px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-banner.two .offer-banner-left .offer-banner-left-content {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .offer-banner.two .offer-banner-left .offer-banner-left-content {
    padding-top: 35px;
  }
}
@media (max-width: 576px) {
  .offer-banner.two .offer-banner-left .offer-banner-left-content {
    padding: 20px 0 0 10px;
    max-width: 200px;
    text-align: start;
  }
}
.offer-banner.two .offer-banner-left .offer-banner-left-content h3 {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-Jost);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.offer-banner.two .offer-banner-left .offer-banner-left-content h3 span {
  color: var(--white-color);
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 767px) {
  .offer-banner.two .offer-banner-left .offer-banner-left-content h3 span {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .offer-banner.two .offer-banner-left .offer-banner-left-content h3 span {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-banner.two .offer-banner-left .offer-banner-left-content h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .offer-banner.two .offer-banner-left .offer-banner-left-content h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .offer-banner.two .offer-banner-left .offer-banner-left-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.offer-banner.two .offer-banner-left .offer-banner-left-content a {
  color: var(--white-color);
  font-family: var(--font-Jost);
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
}
.offer-banner.two .offer-banner-right .offer-banner-right-content {
  max-width: 285px;
  width: 100%;
  padding: 70px 0 0 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer-banner.two .offer-banner-right .offer-banner-right-content {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .offer-banner.two .offer-banner-right .offer-banner-right-content {
    padding-top: 35px;
  }
}
@media (max-width: 576px) {
  .offer-banner.two .offer-banner-right .offer-banner-right-content {
    padding: 20px 0 0 10px;
    text-align: start;
    max-width: 200px;
  }
}
.offer-banner.two .offer-banner-right .offer-banner-right-content h3 {
  color: var(--primary-color1);
  font-family: Kalam;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.offer-banner.two .offer-banner-right .offer-banner-right-content h3 span {
  color: var(--white-color);
}
@media (max-width: 576px) {
  .offer-banner.two .offer-banner-right .offer-banner-right-content h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.offer-banner.two .offer-banner-right .offer-banner-right-content .primary-btn3 {
  padding: 9px 33px;
}
@media (max-width: 576px) {
  .offer-banner.two .offer-banner-right .offer-banner-right-content .primary-btn3 {
    padding: 8px 25px;
    font-size: 15px;
  }
}

/*........................ 
  Newest Product section
........................*/
.slider-btn {
  display: flex;
  align-items: center;
  gap: 35px;
}
.slider-btn i {
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color1);
  transition: 0.5s;
}
.slider-btn i:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

/*........................ 
  Exclusive Product section
........................*/
.exclusive-product-section {
  background: #e3ece7;
  padding: 100px 0 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .exclusive-product-section {
    padding: 80px 0 80px 0;
  }
}
.exclusive-product-section .slider-btn {
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 165px;
}
@media (max-width: 1700px) {
  .exclusive-product-section .slider-btn {
    right: 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .exclusive-product-section .slider-btn {
    right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .exclusive-product-section .slider-btn {
    right: 8px;
  }
}
@media (max-width: 1199px) {
  .exclusive-product-section .slider-btn {
    display: none;
  }
}
.exclusive-product-section .vector3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.exclusive-product-section .vector4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.exclusive-product-section .exclusive-product-left {
  max-width: 516px;
}
.exclusive-product-section .exclusive-product-left h2 {
  color: var(--primary-color1);
  font-size: 40px;
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .exclusive-product-section .exclusive-product-left h2 {
    font-size: 35px;
  }
}
.exclusive-product-section .exclusive-product-left p {
  color: var(--primary-color1);
  font-size: 16px;
  font-family: var(--font-Jost);
  line-height: 1.9;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .exclusive-product-section .exclusive-product-left p {
    margin-bottom: 25px;
  }
}
.exclusive-product-section .exclusive-product-left ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .exclusive-product-section .exclusive-product-left ul {
    gap: 15px;
    margin-bottom: 35px;
  }
}
.exclusive-product-section .exclusive-product-left ul li {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-Jost);
  font-weight: 500;
  letter-spacing: 0.36px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .exclusive-product-section .exclusive-product-left ul li {
    font-size: 16px;
  }
}
.exclusive-product-section .exclusive-product-left ul li svg {
  fill: var(--primary-color1);
}
.exclusive-product-section .exclusive-product-right {
  border: 1px solid var(--primary-color1);
}
.exclusive-product-section .exclusive-product-right .product-right-img {
  padding: 20px;
  border-bottom: 1px solid var(--primary-color1);
}
.exclusive-product-section .exclusive-product-right .product-right-img a {
  width: 100%;
}
.exclusive-product-section .exclusive-product-right .product-right-img a img {
  width: 100%;
}
.exclusive-product-section .exclusive-product-right .product-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px 15px;
}
.exclusive-product-section .exclusive-product-right .product-right-content .star-bg {
  position: absolute;
  right: 15px;
}
.exclusive-product-section .exclusive-product-right .product-right-content .star-bg span {
  color: var(--primary-color1);
  text-align: center;
  font-size: 12px;
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  position: absolute;
  top: 19px;
  left: 10px;
}

/*........................ 
  Special Offer section
........................*/
.special-offer-section .special-offer-wrapper {
  border: 1px solid var(--primary-color1);
}
.special-offer-section .special-offer-wrapper .special-offer-left {
  padding: 105px 35px 105px 35px;
  text-align: center;
  position: relative;
  border-right: 1px solid var(--primary-color1);
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .special-offer-section .special-offer-wrapper .special-offer-left {
    padding: 105px 30px 105px 30px;
  }
}
@media (max-width: 991px) {
  .special-offer-section .special-offer-wrapper .special-offer-left {
    border-right: unset;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .special-offer-section .special-offer-wrapper .special-offer-left {
    padding: 80px 25px 80px 25px;
  }
}
@media (max-width: 576px) {
  .special-offer-section .special-offer-wrapper .special-offer-left {
    padding: 70px 20px 70px 20px;
  }
}
.special-offer-section .special-offer-wrapper .special-offer-left .hurry-bg {
  position: absolute;
  top: 7px;
  left: 20px;
}
@media (max-width: 576px) {
  .special-offer-section .special-offer-wrapper .special-offer-left .hurry-bg {
    left: 10px;
    top: 5px;
  }
}
.special-offer-section .special-offer-wrapper .special-offer-left .hurry-bg p {
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  position: absolute;
  top: 20px;
  left: 12px;
  margin-bottom: 0;
}
.special-offer-section .special-offer-wrapper .special-offer-left h2 {
  color: var(--primary-color1);
  font-size: 35px;
  font-family: var(--font-Jost);
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .special-offer-section .special-offer-wrapper .special-offer-left h2 {
    font-size: 29px;
  }
}
@media (max-width: 576px) {
  .special-offer-section .special-offer-wrapper .special-offer-left h2 {
    font-size: 30px;
  }
}
.special-offer-section .special-offer-wrapper .special-offer-left p {
  color: var(--primary-color1);
  font-size: 15px;
  font-family: var(--font-Jost);
  line-height: 28px;
  letter-spacing: 0.45px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .special-offer-section .special-offer-wrapper .special-offer-left p {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .special-offer-section .special-offer-wrapper .special-offer-left p {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer {
  margin-bottom: 50px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer {
    margin-bottom: 30px;
  }
}
.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer p {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-Jost);
  font-weight: 500;
  line-height: 1;
  text-decoration-line: underline;
  margin-bottom: 20px;
}
.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul {
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul {
    gap: 12px;
  }
}
.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li {
    font-size: 23px;
  }
}
.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li span {
  color: rgba(34, 34, 34, 0.6999999881);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li span:last-child {
  display: none;
  visibility: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li span {
    font-size: 13px;
  }
}
.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul svg {
  fill: rgba(33, 33, 33, 0.15);
}
.special-offer-section .special-offer-wrapper .slick-wrapper {
  position: relative;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .special-offer-section .special-offer-wrapper .slick-wrapper {
    padding-right: 0;
  }
}
.special-offer-section .special-offer-wrapper .slick-wrapper::before {
  content: "";
  position: absolute;
  width: 98.5%;
  left: 0;
  height: 1px;
  background-color: var(--primary-color1);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .special-offer-section .special-offer-wrapper .slick-wrapper::before {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .special-offer-section .special-offer-wrapper .slick-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
    background-color: var(--primary-color1);
    transform: translateY(-50%);
  }
}
.special-offer-section .special-offer-wrapper .slick-wrapper .slick-next {
  top: -65px;
  right: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  transition: 0.5s;
}
@media (max-width: 991px) {
  .special-offer-section .special-offer-wrapper .slick-wrapper .slick-next {
    top: -50px;
    right: 15px;
  }
}
.special-offer-section .special-offer-wrapper .slick-wrapper .slick-next::before {
  content: "\f138";
  color: var(--primary-color1);
  font-family: bootstrap-icons;
  transition: 0.5s;
}
.special-offer-section .special-offer-wrapper .slick-wrapper .slick-next:hover {
  background-color: var(--primary-color1);
}
.special-offer-section .special-offer-wrapper .slick-wrapper .slick-next:hover::before {
  color: var(--white-color);
}
.special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev {
  right: 65px;
  left: unset;
  top: -65px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  transition: 0.5s;
}
@media (max-width: 991px) {
  .special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev {
    top: -50px;
    right: 75px;
  }
}
.special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev::before {
  content: "\f12f";
  color: var(--primary-color1);
  font-family: bootstrap-icons;
  transition: 0.5s;
}
.special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev:hover {
  background-color: var(--primary-color1);
}
.special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev:hover::before {
  color: var(--white-color);
}

/*........................ 
  Best Brand section
........................*/
.best-brand-section .best-brand-wrapper {
  padding: 0 8%;
}
@media (max-width: 1700px) {
  .best-brand-section .best-brand-wrapper {
    padding: 0 5%;
  }
}
.best-brand-section .best-brand-wrapper .brand-icon {
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.200000003);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.best-brand-section.style-2 {
  background: #fff9f2;
  padding: 25% 0 120px 0;
  margin-top: -19%;
}
@media (max-width: 576px) {
  .best-brand-section.style-2 {
    padding-bottom: 80px;
  }
}

/*........................ 
  Makeup section
........................*/
@media (max-width: 991px) {
  .makeup-section .makeup-top-item {
    margin-bottom: 50px;
  }
}
.makeup-section .makeup-img {
  width: 100%;
  height: 100%;
}
.makeup-section .makeup-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.makeup-section .makeup-content {
  max-width: 512px;
  width: 100%;
  padding-left: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .makeup-section .makeup-content {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .makeup-section .makeup-content {
    max-width: unset;
    padding: 0;
  }
}
.makeup-section .makeup-content span {
  color: var(--primary-color1);
  font-size: 15px;
  font-family: var(--font-Jost);
  letter-spacing: 0.3px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 6px;
}
.makeup-section .makeup-content h2 {
  color: var(--primary-color1);
  font-size: 35px;
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .makeup-section .makeup-content h2 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .makeup-section .makeup-content h2 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.makeup-section .makeup-content p {
  color: var(--primary-color1);
  font-size: 16px;
  font-family: var(--font-Jost);
  line-height: 1.8;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .makeup-section .makeup-content p {
    margin-bottom: 25px;
  }
}

/*........................ 
  Say About section
........................*/
.say-about-section {
  background: #f1faff;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .say-about-section {
    padding: 90px 0;
  }
}
.say-about-section .vector3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .say-about-section .vector3 {
    display: none;
    visibility: hidden;
  }
}
.say-about-section .vector4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .say-about-section .vector4 {
    display: none;
    visibility: hidden;
  }
}
.say-about-section .say-about-wrapper {
  padding: 0 5%;
}
.say-about-section .say-about-wrapper .swiper-wrapper {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 576px) {
  .say-about-section .say-about-wrapper .swiper-wrapper {
    padding: 0;
  }
}
.say-about-section .say-about-wrapper .say-about-card {
  position: relative;
  max-width: 470px;
  width: 100%;
}
@media (max-width: 991px) {
  .say-about-section .say-about-wrapper .say-about-card {
    padding-left: 10px;
  }
}
.say-about-section .say-about-wrapper .say-about-card::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 1px;
  height: 150px;
  background-color: var(--primary-color1);
}
@media (max-width: 576px) {
  .say-about-section .say-about-wrapper .say-about-card::after {
    display: none;
  }
}
.say-about-section .say-about-wrapper .say-about-card .say-about-card-top {
  margin-bottom: 10px;
}
.say-about-section .say-about-wrapper .say-about-card .say-about-card-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.say-about-section .say-about-wrapper .say-about-card .say-about-card-top ul li i {
  color: #ffc107;
}
.say-about-section .say-about-wrapper .say-about-card p {
  color: var(--primary-color1);
  font-size: 20px;
  font-family: var(--font-Jost);
  line-height: 1.9;
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .say-about-section .say-about-wrapper .say-about-card p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .say-about-section .say-about-wrapper .say-about-card p {
    font-size: 18px;
  }
}
.say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom {
  max-width: 470px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author-area .author-img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author-area .author-img img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}
.say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author h5 {
  color: var(--primary-color1);
  font-size: 21px;
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.42px;
  margin-bottom: 10px;
}
.say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author p {
  color: var(--primary-color1);
  font-size: 15px;
  font-family: var(--font-Jost);
  line-height: 1;
  margin-bottom: 0;
}
.say-about-section .say-about-wrapper .swiper-pagination2 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.say-about-section .say-about-wrapper .swiper-pagination2 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-color1);
  background-color: transparent;
  opacity: 1;
  margin: 0;
}
.say-about-section .say-about-wrapper .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color1);
  margin: 0;
}

/*........................ 
  Beauty Article section
........................*/
.article-card {
  border: 1px solid var(--primary-color1);
  overflow: hidden;
  position: relative;
}
.article-card .article-image {
  position: relative;
}
@media (max-width: 991px) {
  .article-card .article-image {
    width: 100%;
  }
}
.article-card .article-image .article-card-img {
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .article-card .article-image .article-card-img img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .article-card .article-image .article-card-img.style-2 img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.article-card .article-image .blog-date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.article-card .article-image .blog-date a {
  color: var(--white-color);
  font-size: 13px;
  font-family: var(--font-Jost);
  text-transform: capitalize;
  background-color: var(--primary-color1);
  padding: 5px 16px;
}
.article-card .article-card-content {
  padding: 25px 20px 25px 20px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .article-card .article-card-content {
    padding: 20px 15px 20px 15px;
  }
}
.article-card .article-card-content .tag {
  margin-bottom: 8px;
}
.article-card .article-card-content .tag ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-card .article-card-content .tag ul li {
  position: relative;
}
.article-card .article-card-content .tag ul li::before {
  content: "-";
  position: absolute;
  left: -8px;
}
.article-card .article-card-content .tag ul li:first-child::before {
  display: none;
}
.article-card .article-card-content .tag ul li a {
  color: var(--text-color);
  font-size: 13px;
  font-family: var(--font-Jost);
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.5s;
}
.article-card .article-card-content .tag ul li a:hover {
  text-decoration: underline;
}
.article-card .article-card-content h5 {
  margin-bottom: 15px;
}
.article-card .article-card-content h5 a {
  color: var(--primary-color1);
  font-size: 22px;
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-card .article-card-content h5 a {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .article-card .article-card-content h5 a {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .article-card .article-card-content h5 a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .article-card .article-card-content h5 {
    margin-bottom: 15px;
  }
}
.article-card .article-card-content p {
  color: var(--primary-color1);
  font-size: 16px;
  font-family: var(--font-Jost);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.45px;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-card .article-card-content p {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .article-card .article-card-content p {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .article-card .article-card-content p {
    font-size: 14px;
  }
}
.article-card .article-card-content > a {
  color: var(--primary-color1);
  font-size: 16px;
  font-family: var(--font-Jost);
  font-weight: 600;
  letter-spacing: 0.48px;
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-size: 100px 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.article-card .article-card-content > a:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.article-card .article-card-content.style-2 {
  padding: 25px 30px 25px 30px;
}
.article-card .article-card-content.style-3 {
  padding: 20px 35px 20px 35px;
}
@media (max-width: 576px) {
  .article-card .article-card-content.style-3 {
    padding: 20px;
  }
}
.article-card:hover .article-card-img::before {
  transform-origin: left;
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.article-card.style-2 {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .article-card.style-2 {
    flex-direction: column;
  }
}
.article-card.style-2 .article-image {
  max-width: 245px;
  width: 100%;
}
@media (max-width: 1399px) {
  .article-card.style-2 .article-image .article-card-img {
    width: 258px;
  }
}
@media (max-width: 1199px) {
  .article-card.style-2 .article-image .article-card-img {
    width: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-card.style-2 .article-image {
    max-width: 208px;
  }
}
@media (max-width: 576px) {
  .article-card.style-2 .article-image {
    max-width: 100%;
  }
}
.article-card.style-2 .article-card-content {
  padding: 20px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-card.style-2 .article-card-content {
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .article-card.style-2 .article-card-content {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-card.style-2 .article-card-content .tag {
    margin-bottom: 0;
  }
}
.article-card.style-2 .article-card-content .tag.two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-card.style-2 .article-card-content .tag.two span {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.article-card.style-2 .article-card-content h5 {
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-card.style-2 .article-card-content h5 a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .article-card.style-2 .article-card-content h5 a {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-card.style-2 .article-card-content h5 {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-card.style-2 .article-card-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .article-card.style-2 .article-card-content p {
    margin-bottom: 10px;
  }
}
.article-card.style-3 {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .article-card.style-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.article-card.style-3 .article-card-img {
  width: 290px;
}
@media (max-width: 576px) {
  .article-card.style-3 .article-card-img {
    width: 100%;
  }
}
.article-card.style-3 .article-card-img img {
  max-width: 290px;
}
@media (max-width: 991px) {
  .article-card.style-3 .article-card-img img {
    width: unset;
  }
}
@media (max-width: 576px) {
  .article-card.style-3 .article-card-img img {
    max-width: unset;
    width: 100%;
  }
}
.article-card.style-3 .article-card-content {
  padding: 0;
  padding: 20px 25px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .article-card.style-3 .article-card-content {
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .article-card.style-3 .article-card-content {
    padding: 20px;
  }
}

/*........................ 
  Newsletter section
........................*/
.newsletter-section .newsletter-banner {
  background-image: linear-gradient(rgba(34, 34, 34, 0.6999999881), rgba(34, 34, 34, 0.6999999881)), url("../img/home1/newsletter-bg.png");
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  padding: 110px 10px 110px 10px;
}
.newsletter-section .newsletter-banner .newsletter-content {
  text-align: center;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 768px) {
  .newsletter-section .newsletter-banner .newsletter-content {
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .newsletter-section .newsletter-banner .newsletter-content {
    max-width: 310px;
  }
}
.newsletter-section .newsletter-banner .newsletter-content h2 {
  color: var(--white-color);
  font-size: 30px;
  font-family: var(--font-Jost);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 70px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .newsletter-section .newsletter-banner .newsletter-content h2 {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .newsletter-section .newsletter-banner .newsletter-content h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.newsletter-section .newsletter-banner .newsletter-content .from-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--white-color);
  padding-bottom: 5px;
}
.newsletter-section .newsletter-banner .newsletter-content .from-inner input, .newsletter-section .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea, .comment-section .contact-form .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea, .newsletter-section .newsletter-banner .newsletter-content .from-inner .form-inner textarea, .form-inner .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea {
  background: transparent;
  border: none;
  outline: none;
  color: var(--white-color);
  font-size: 12px;
  font-family: var(--font-Jost);
  text-transform: capitalize;
  width: 100%;
}
.newsletter-section .newsletter-banner .newsletter-content .from-inner input::-moz-placeholder, .newsletter-section .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea::-moz-placeholder, .newsletter-section .newsletter-banner .newsletter-content .from-inner .form-inner textarea::-moz-placeholder, .form-inner .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea::-moz-placeholder {
  color: var(--white-color);
}
.newsletter-section .newsletter-banner .newsletter-content .from-inner input::placeholder, .newsletter-section .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea::placeholder, .newsletter-section .newsletter-banner .newsletter-content .from-inner .form-inner textarea::placeholder, .form-inner .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea::placeholder {
  color: var(--white-color);
}
.newsletter-section .newsletter-banner .newsletter-content .from-inner .from-arrow i {
  color: var(--white-color);
}
.newsletter-section.style-2 .newsletter-banner {
  background-color: #F4F0D7;
  background-image: none;
  position: relative;
  border-radius: 10px;
}
.newsletter-section.style-2 .newsletter-banner .top-left {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 0;
}
.newsletter-section.style-2 .newsletter-banner .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 10px;
}
.newsletter-section.style-2 .newsletter-banner .top-right {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 0 0;
}
.newsletter-section.style-2 .newsletter-banner .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 10px 0;
}
.newsletter-section.style-2 .newsletter-banner .newsletter-content h2 {
  color: var(--primary-color1);
}
.newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner {
  border-bottom: 1px solid var(--primary-color1);
}
.newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner input, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea, .comment-section .contact-form .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .form-inner textarea, .form-inner .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea {
  color: var(--primary-color1);
}
.newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner input::-moz-placeholder, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea::-moz-placeholder, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .form-inner textarea::-moz-placeholder, .form-inner .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea::-moz-placeholder {
  color: var(--primary-color1);
}
.newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner input::placeholder, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea::placeholder, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .form-inner textarea::placeholder, .form-inner .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea::placeholder {
  color: var(--primary-color1);
}
.newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .from-arrow i {
  color: var(--primary-color1);
}

/*........................ 
  Instagram section
........................*/
.instagram-section .instagram-wrapper {
  overflow: hidden;
}
.instagram-section .instagram-wrapper img {
  width: 100%;
}

/*........................ 
  Gift Card section
........................*/
.gift-section {
  background: #f5f3f1;
  position: relative;
}
.gift-section .gift-img1 {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .gift-section .gift-img1 {
    left: 15px;
  }
}
@media (max-width: 1199px) {
  .gift-section .gift-img1 {
    display: none;
  }
}
.gift-section .gift-img2 {
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .gift-section .gift-img2 {
    right: 65px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .gift-section .gift-img2 {
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .gift-section .gift-img2 {
    display: none;
  }
}
.gift-section .gift-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 0 55px 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .gift-section .gift-wrapper {
    justify-content: center;
    gap: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .gift-section .gift-wrapper {
    justify-content: center;
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .gift-section .gift-wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gift-section .gift-wrapper {
    flex-direction: column;
  }
}
.gift-section .gift-wrapper h5 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.gift-section .gift-wrapper .gift-card-content {
  position: relative;
}
.gift-section .gift-wrapper .gift-card-content::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .gift-section .gift-wrapper .gift-card-content::before {
    left: -30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .gift-section .gift-wrapper .gift-card-content::before {
    left: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gift-section .gift-wrapper .gift-card-content::before {
    left: -25px;
  }
}
@media (max-width: 991px) {
  .gift-section .gift-wrapper .gift-card-content::before {
    display: none;
  }
}
.gift-section .gift-wrapper .gift-card-content p {
  max-width: 465px;
  width: 100%;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gift-section .gift-wrapper .gift-card-content p {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .gift-section .gift-wrapper .gift-card-content p {
    text-align: center;
  }
}
.gift-section .gift-wrapper .primary-btn1 {
  padding: 10px 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gift-section .gift-wrapper .primary-btn1 {
    padding: 8px 20px;
  }
}

/*........................ 
  Footer Home1 section
........................*/
.footer-section {
  background-color:#202020!important;
  position: relative;
}
.footer-section .vector1 {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-section .vector2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.03;
}
.footer-section .vector3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .footer-section .vector3 {
    display: none;
  }
}
.footer-section .footer-top {
  padding: 105px 0;
}
@media (max-width: 991px) {
  .footer-section .footer-top {
    padding: 90px 0;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-top {
    padding: 70px 0;
  }
}
.footer-section .footer-top .footer-widget h3 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  text-transform: capitalize;
  max-width: 205px;
  width: 100%;
  margin-bottom: 35px;
}
.footer-section .footer-top .footer-widget h3 span {
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .footer-section .footer-top .footer-widget h3 {
    max-width: unset;
  }
}
.footer-section .footer-top .footer-widget .primary-btn1 {
  padding: 8px 25px;
}
.footer-section .footer-top .footer-widget .widget-title h5 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.66px;
  margin-bottom: 20px;
}
.footer-section .footer-top .footer-widget .widget-title.style-2 h5 {
  margin-bottom: 22px;
}
.footer-section .footer-top .footer-widget .widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section .footer-top .footer-widget .widget-list li {
  margin-bottom: 10px;
  transition: 0.5s;
}
.footer-section .footer-top .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-top .footer-widget .widget-list li a {
  color: #fff;
  font-family: var(--font-Jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
  transition: 0.5s;
}
.footer-section .footer-top .footer-widget .widget-list li:hover a {
  color: var(--primary-color1);
}
.footer-section .footer-top .footer-widget p {
  color: #868686;
  font-family: var(--font-Jost);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}
.footer-section .footer-top .footer-widget .app-store {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-top .footer-widget .app-store {
    flex-wrap: wrap;
  }
}
.footer-section .footer-top .footer-widget .payment-gateway p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 25px;
}
.footer-section .footer-top .footer-widget .payment-gateway .icons {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-top .footer-widget .payment-gateway .icons {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-section .footer-bottom {
  border-top: 1px solid var(--primary-color1);
  padding: 25px 0;
}
.footer-section .footer-bottom .footer-left p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-bottom: 0;
}
.footer-section .footer-bottom .footer-left p a {
  color: var(--primary-color1);
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer-section .footer-bottom .footer-left p {
    text-align: center;
  }
}
.footer-section .footer-bottom .footer-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-section .footer-bottom .footer-contact .icon svg {
  fill: #212121;
}
.footer-section .footer-bottom .footer-contact .content p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.39px;
  margin-bottom: 5px;
}
.footer-section .footer-bottom .footer-contact .content h6 a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
}
/* .footer-section.style-2 {
  background-image: url(../img/home2/footer-bg.png);
} */
.footer-section.style-2 .footer-top .pr-25 {
  padding-right: 25px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-section.style-2 .footer-top .pr-25 {
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section.style-2 .footer-top .pr-25 {
    padding-right: 0;
  }
}
.footer-section.style-2 .footer-top .footer-widget h3 {
  font-size: 27px;
  max-width: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section.style-2 .footer-top .footer-widget h3 {
    margin-bottom: 30px;
  }
}
.footer-section.style-2 .footer-top .footer-widget > p {
  color: #fff;
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section.style-2 .footer-top .footer-widget > p {
    font-size: 15px;
  }
}
.footer-section.style-2 .footer-top .footer-widget .from-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--primary-color1);
  padding-bottom: 5px;
}
.footer-section.style-2 .footer-top .footer-widget .from-inner:focus {
  border: 1px solid #ddd;
}
.footer-section.style-2 .footer-top .footer-widget .from-inner input, .footer-section.style-2 .footer-top .footer-widget .from-inner .comment-section .contact-form textarea, .comment-section .contact-form .footer-section.style-2 .footer-top .footer-widget .from-inner textarea, .footer-section.style-2 .footer-top .footer-widget .from-inner .form-inner textarea, .form-inner .footer-section.style-2 .footer-top .footer-widget .from-inner textarea {
  background: transparent;
  border: none;
  outline: none;
  color: var(--primary-color1);
  font-size: 12px;
  font-family: var(--font-Jost);
  text-transform: capitalize;
  width: 100%;
}
.footer-section.style-2 .footer-top .footer-widget .from-inner input::-moz-placeholder, .footer-section.style-2 .footer-top .footer-widget .from-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .footer-section.style-2 .footer-top .footer-widget .from-inner textarea::-moz-placeholder, .footer-section.style-2 .footer-top .footer-widget .from-inner .form-inner textarea::-moz-placeholder, .form-inner .footer-section.style-2 .footer-top .footer-widget .from-inner textarea::-moz-placeholder {
  color: var(--primary-color1);
}
.footer-section.style-2 .footer-top .footer-widget .from-inner input::placeholder, .footer-section.style-2 .footer-top .footer-widget .from-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .footer-section.style-2 .footer-top .footer-widget .from-inner textarea::placeholder, .footer-section.style-2 .footer-top .footer-widget .from-inner .form-inner textarea::placeholder, .form-inner .footer-section.style-2 .footer-top .footer-widget .from-inner textarea::placeholder {
  color: var(--primary-color1);
}
.footer-section.style-2 .footer-top .footer-widget .from-inner .from-arrow svg {
  fill: var(--primary-color1);
}

/*........................ 
 Breadcrumb section
........................*/
.breadcrumb-section {
  background-color: rgba(34, 34, 34, 0.0500000007);
  padding: 20px 0;
}
.breadcrumb-section .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb .breadcrumb-item {
  line-height: 1;
  color: var(--text-color2);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.breadcrumb-section .breadcrumb .breadcrumb-item a {
  color: #6c757d;
  font-family: var(--font-Jost);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.breadcrumb-section .breadcrumb .breadcrumb-item.active {
  color: var(--title-color);
}
.breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: var(--title-color);
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-size: 13px;
  padding-top: 5px;
}

/*........................ 
 Slider section
........................*/
@media (max-width: 576px) {
  .slider .slider-btn {
    display: none;
  }
}

/*........................ 
 About Us Content section
........................*/
.about-us-content .about-us-wrapper {
  text-align: center;
}
.about-us-content .about-us-wrapper h1 {
  color: var(--primary-color1);
  text-align: center;
  font-family: var(--font-Jost);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .about-us-content .about-us-wrapper h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .about-us-content .about-us-wrapper h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .about-us-content .about-us-wrapper h1 {
    font-size: 25px;
  }
}
.about-us-content .about-us-wrapper p {
  color: var(--primary-color1);
  text-align: center;
  font-family: var(--font-Jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .about-us-content .about-us-wrapper p {
    font-size: 15px;
  }
}
.about-us-content .about-us-wrapper p:nth-child(2) {
  margin-bottom: 25px;
}

/*........................ 
 About Us Video section
........................*/
.about-us-video .about-video-thumb {
  position: relative;
}
.about-us-video .about-video-thumb a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.5);
}
.about-us-video .about-video-thumb a i {
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: var(--primary-color1);
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .about-us-video .about-video-thumb a i {
    width: 80px;
    height: 80px;
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .about-us-video .about-video-thumb a i {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .about-us-video .about-video-thumb a i {
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
}
.about-us-video .about-video-thumb a i:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

/*........................ 
 Brands section
........................*/
.brands-section .brands-section-title p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.39px;
  text-transform: capitalize;
  position: relative;
  margin-left: 40px;
  margin-bottom: 10px;
}
.brands-section .brands-section-title p::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: var(--primary-color1);
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.brands-section .brands-section-title h1 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.35px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.brands-section .border-remove {
  position: relative;
}
.brands-section .border-remove::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 0;
}
.brands-section .border-remove::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  right: 0;
  top: 0;
}
.brands-section .border-remove .client-logo {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 60px 0;
}

/*........................ 
 Gift card section
........................*/
.gift-card .gift-card-img {
  position: relative;
  transform: 0.5s;
}
.gift-card .gift-card-img img {
  width: 100%;
}
.gift-card .gift-card-img .add-card-btn {
  padding: 9px 25px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: scaleY(0) translateX(-50%);
  transform-origin: bottom;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
}
.gift-card .gift-card-img .add-card-btn::before {
  position: absolute;
  content: "";
  display: block;
  opacity: 0;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--primary-color1);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.gift-card .gift-card-img .add-card-btn:hover {
  color: var(--white-color);
}
.gift-card .gift-card-img .add-card-btn:hover::before {
  transform: skewX(45deg) scale(1, 1);
  opacity: 1;
}
.gift-card .gift-card-img .favorite {
  background-color: var(--primary-color1);
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.5s;
  transform: scaleX(0);
  transform-origin: right;
  cursor: pointer;
}
.gift-card .gift-card-img .favorite svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.gift-card .gift-card-img .favorite:hover {
  background-color: var(--white-color);
}
.gift-card .gift-card-img .favorite:hover svg {
  fill: var(--primary-color1);
}
.gift-card .gift-card-img:hover .add-card-btn {
  transform: scaleY(1) translateX(-50%);
}
.gift-card .gift-card-img:hover .favorite {
  transform: scaleX(1);
}
.gift-card .gift-card-content {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .gift-card .gift-card-content {
    padding-top: 25px;
  }
}
@media (max-width: 576px) {
  .gift-card .gift-card-content {
    padding-top: 20px;
  }
}
.gift-card .gift-card-content h5 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .gift-card .gift-card-content h5 {
    margin-bottom: 5px;
  }
}
.gift-card .gift-card-content span {
  color: rgba(33, 33, 33, 0.6000000238);
  text-align: center;
  font-family: var(--font-Jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*........................ 
 Whistlist page section
........................*/
.add-cart-btn {
  color: var(--white-color);
  background-color: var(--primary-color1);
  padding: 6px 25px;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  border: 1px solid var(--primary-color1);
  white-space: nowrap;
}

.add-cart-btn2 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 500;
  background-color: var(--white-color);
  padding: 7px 23px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  border: 1px solid var(--primary-color1);
  white-space: nowrap;
}
.add-cart-btn2.round {
  border-radius: 100px;
}

.whistlist-section .whistlist-table .eg-table2 {
  width: 100%;
}
.whistlist-section .whistlist-table .eg-table2 thead tr {
  border-bottom: 1px solid #E9E7E7;
}
.whistlist-section .whistlist-table .eg-table2 thead tr th {
  padding-bottom: 20px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.54px;
  text-transform: capitalize;
}
.whistlist-section .whistlist-table .eg-table2 thead tr th:nth-child(3), .whistlist-section .whistlist-table .eg-table2 thead tr th:nth-child(4), .whistlist-section .whistlist-table .eg-table2 thead tr th:nth-child(5) {
  text-align: center;
}
@media (max-width: 767px) {
  .whistlist-section .whistlist-table .eg-table2 thead tr th {
    display: none;
  }
}
.whistlist-section .whistlist-table .eg-table2 tbody tr {
  border-bottom: 1px solid #E9E7E7;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td {
  padding: 30px 15px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.45px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon {
    width: 32px;
    height: 32px;
  }
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon i {
  font-size: 20px;
}
@media (max-width: 576px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon i {
    font-size: 16px;
  }
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
@media (max-width: 767px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon {
    margin-left: auto;
  }
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .price {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.45px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .price del {
  color: rgba(34, 34, 34, 0.6000000238);
  font-weight: 500;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td span {
  color: #2B8872;
  font-family: var(--font-Jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  white-space: nowrap;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter {
    justify-content: flex-end;
  }
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter a {
  width: 40px;
  height: 40px;
  background-color: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color1);
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter .quantity__input {
  max-width: 58px;
  width: 100%;
  height: 40px;
  border: 1px solid var(--primary-color1);
  text-align: center;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter .quantity__input:focus {
  border: 1px solid #ddd;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter.two a {
  height: 30px;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter.two .quantity__input {
  height: 30px;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(3), .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(4), .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(5) {
  text-align: center;
}
@media (max-width: 767px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(3), .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(4), .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(5) {
    text-align: end;
  }
}
@media (max-width: 767px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr td {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 15px;
  }
  .whistlist-section .whistlist-table .eg-table2 tbody tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
  }
}
@media (max-width: 576px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr td {
    padding-left: 40%;
  }
}
.whistlist-section .whistlist-table .eg-table2 tbody tr .table-product {
  display: flex;
  align-items: center;
  gap: 30px;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr .table-product .product-img img {
  width: 100px;
  height: 100px;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr .table-product .product-content h6 {
  margin-bottom: 0;
}
.whistlist-section .whistlist-table .eg-table2 tbody tr .table-product .product-content h6 a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr .table-product .product-content h6 a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr .table-product {
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr .table-product {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .whistlist-section .whistlist-table .eg-table2 tbody tr {
    display: block;
    width: 100%;
  }
}
.whistlist-section .coupon-area .cart-coupon-input h5 {
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  margin-bottom: 25px;
}
.whistlist-section .coupon-area .cart-coupon-input .form-inner {
  position: relative;
}
.whistlist-section .coupon-area .cart-coupon-input .form-inner input, .whistlist-section .coupon-area .cart-coupon-input .form-inner textarea {
  height: 49px;
}
.whistlist-section .coupon-area .cart-coupon-input .form-inner button {
  position: absolute;
  top: 0;
  right: 0;
}
.whistlist-section .coupon-area .cart-coupon-input .form-inner .primary-btn1 {
  padding: 10px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .whistlist-section .coupon-area .cart-coupon-input .form-inner .primary-btn1 {
    padding: 10px 20px;
  }
}
.whistlist-section .cart-table {
  width: 100%;
  border: 1px solid #E9E7E7;
  margin-bottom: 40px;
}
.whistlist-section .cart-table thead tr {
  border-bottom: 1px solid #E9E7E7;
}
.whistlist-section .cart-table thead tr th {
  border: 1px solid #E9E7E7;
  padding: 15px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  text-transform: capitalize;
  text-align: center;
}
.whistlist-section .cart-table tbody tr {
  border-bottom: 1px solid #E9E7E7;
}
.whistlist-section .cart-table tbody tr td {
  border: 1px solid #E9E7E7;
  padding: 15px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.45px;
  text-transform: capitalize;
  margin-bottom: 0;
  vertical-align: top;
}
@media (max-width: 576px) {
  .whistlist-section .cart-table tbody tr td {
    padding: 10px;
  }
}
.whistlist-section .cart-table tbody tr td:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .whistlist-section .cart-table tbody tr td:nth-child(1) {
    font-size: 16px;
  }
}
.whistlist-section .cart-table tbody tr td:nth-child(3) {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.whistlist-section .cart-table tbody tr td .cost-list li {
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  color: var(--text-color2);
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .whistlist-section .cart-table tbody tr td .cost-list li {
    font-size: 13px;
  }
}
.whistlist-section .cart-table tbody tr td .cost-list li a {
  color: var(--primary-color1);
  font-weight: 500;
  text-decoration: underline;
}
.whistlist-section .cart-table tbody tr td .single-cost li {
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color1);
  margin-bottom: 10px;
  line-height: 1.6;
}

/*........................ 
 Category page section
........................*/
.category-card {
  border: 1px solid var(--primary-color1);
  transition: 0.5s;
}
.category-card .category-card-img {
  padding: 15px;
}
@media (max-width: 991px) {
  .category-card .category-card-img img {
    width: 100%;
  }
}
.category-card .category-card-content {
  border-top: 1px solid var(--primary-color1);
  transition: 0.75s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.category-card .category-card-content a {
  text-align: center;
  padding: 20px 0;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
  transition: 0.5s;
}
.category-card .category-card-content::after {
  position: absolute;
  content: "";
  display: block;
  left: -25%;
  right: 0%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background-color: var(--primary-color1);
  transform-origin: right;
  transform: skewX(-45deg) scale(0, 1);
  z-index: -1;
  transition: transform 0.75s;
}
.category-card:hover .category-card-content a {
  color: var(--white-color);
}
.category-card:hover .category-card-content::after {
  transform: skewX(-45deg) scale(1, 1);
  transform-origin: left;
}
.category-card.style-2 {
  border-radius: 265px 265px 10px 10px;
  transition: 0.5s ease-in-out;
}
.category-card.style-2 .category-card-img {
  padding: 8px;
  border-radius: 265px 265px 10px 10px;
  transition: 0.5s ease-in-out;
}
.category-card.style-2 .category-card-img img {
  border-radius: 265px 265px 10px 10px;
  transition: 0.5s ease-in-out;
}
.category-card.style-2 .category-card-content a {
  font-size: 17px;
  font-weight: 500;
  padding: 14px 0px;
}
.category-card.style-2:hover {
  border-radius: 0;
}
.category-card.style-2:hover .category-card-img {
  border-radius: 0;
}
.category-card.style-2:hover .category-card-img img {
  border-radius: 0;
}

.category-section .category-section-title p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.39px;
  text-transform: capitalize;
  position: relative;
  margin-left: 60px;
  margin-bottom: 10px;
}
.category-section .category-section-title p::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: var(--primary-color1);
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.category-section .category-section-title h1 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.35px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.category-section .load-more-btn {
  text-align: center;
}

.hover-img {
  position: relative;
  overflow: hidden;
}
.hover-img::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -75%;
  top: 0;
  height: 100%;
  width: 50%;
  transform: skewX(-25deg);
  transform-origin: right;
  transition: transform 0.4s ease-in;
}
.hover-img:hover::before {
  transform-origin: left;
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.hover-img.style-2::before {
  width: 45%;
}

/*........................ 
 Category on top section
........................*/
.category-on-top-section {
  background-color: #CEE5D2;
  padding: 90px 0;
  position: relative;
}
.category-on-top-section .ct-vector1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.category-on-top-section .ct-vector2 {
  position: absolute;
  right: 0;
  top: 0;
}
.category-on-top-section .nav-pills {
  display: flex;
  align-items: center;
}
.category-on-top-section .nav-pills .nav-link {
  background-color: transparent;
  border: 1px solid rgba(34, 34, 34, 0.2);
  padding: 15px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .category-on-top-section .nav-pills .nav-link {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
}
.category-on-top-section .nav-pills .nav-link img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .category-on-top-section .nav-pills .nav-link img {
    width: 130px;
    height: 130px;
  }
}
.category-on-top-section .nav-pills .nav-link.active {
  border: 1px solid var(--primary-color1);
}
.category-on-top-section .nav-pills h6 {
  color: var(--primary-color1);
  text-align: center;
  font-family: var(--font-Jost);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 15px;
}
.category-on-top-section .slider-btn {
  display: block;
}
@media (max-width: 1199px) {
  .category-on-top-section .slider-btn {
    display: none;
  }
}
.category-on-top-section .slider-btn .ct-top-prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12%;
}
@media (max-width: 1700px) {
  .category-on-top-section .slider-btn .ct-top-prev-btn {
    left: -50px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .category-on-top-section .slider-btn .ct-top-prev-btn {
    left: -30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-on-top-section .slider-btn .ct-top-prev-btn {
    left: -20px;
  }
}
.category-on-top-section .slider-btn .ct-top-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12%;
}
@media (max-width: 1700px) {
  .category-on-top-section .slider-btn .ct-top-next-btn {
    right: -50px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .category-on-top-section .slider-btn .ct-top-next-btn {
    right: -30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-on-top-section .slider-btn .ct-top-next-btn {
    right: -20px;
  }
}

/*........................ 
 Filter Sidebar Css
........................*/
.filter-sidebar {
  max-width: 410px;
  background-color: var(--white-color);
  padding: 30px 20px;
  position: fixed;
  min-height: 100vh;
  height: 100%;
  left: 0;
  z-index: 999;
  top: 0;
  overflow-y: scroll;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.6s ease 0s;
  transform-origin: left;
  transform: translateX(-100%);
}
@media (max-width: 576px) {
  .filter-sidebar {
    max-width: 300px;
    padding: 30px 10px;
  }
}
.filter-sidebar.slide {
  transform: translate(0);
}
.filter-sidebar::-webkit-scrollbar {
  width: 0;
}

/*........................ 
 Shop column page section
........................*/
.shop-columns-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .shop-columns-title-section {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .shop-columns-title-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shop-columns-title-section p {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
.shop-columns-title-section .filter-selector {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .shop-columns-title-section .filter-selector {
    justify-content: space-between;
    width: 100%;
  }
}
.shop-columns-title-section .filter-selector .filter {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 20px;
  cursor: pointer;
}
.shop-columns-title-section .filter-selector .filter .filter-icon {
  cursor: pointer;
  line-height: 1;
  transition: 0.5s;
}
.shop-columns-title-section .filter-selector .filter .filter-icon svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}
.shop-columns-title-section .filter-selector .filter:hover .filter-icon svg {
  fill: var(--text-color2);
}
.shop-columns-title-section .filter-selector .filter span {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.shop-columns-title-section .filter-selector .selector {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .shop-columns-title-section .filter-selector .selector {
    margin-right: 0;
  }
}
.shop-columns-title-section .filter-selector .selector .nice-select {
  width: 195px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
.shop-columns-title-section .filter-selector .selector .nice-select:focus {
  border: 1px solid #ddd;
}
@media (max-width: 576px) {
  .shop-columns-title-section .filter-selector .selector .nice-select {
    width: 200px;
    height: 35px;
  }
}
.shop-columns-title-section .filter-selector .selector .nice-select::after {
  border-bottom: 2px solid var(--primary-color1);
  border-right: 2px solid var(--primary-color1);
  width: 8px;
  height: 8px;
  right: 28px;
  top: 48%;
}
@media (max-width: 576px) {
  .shop-columns-title-section .filter-selector .selector .nice-select::after {
    width: 8px;
    height: 8px;
    top: 45%;
  }
}
.shop-columns-title-section .filter-selector .selector .nice-select.open .list {
  width: 100%;
}
.shop-columns-title-section .filter-selector .selector .nice-select.open .list .option {
  padding-left: 25px;
}
.shop-columns-title-section .filter-selector .selector.two {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .shop-columns-title-section .filter-selector .selector.two {
    margin: 0;
  }
}
.shop-columns-title-section .filter-selector .selector.two .nice-select {
  border: unset;
  height: unset;
  line-height: 1;
  width: 120px;
  padding: 0;
}
@media (max-width: 991px) {
  .shop-columns-title-section .filter-selector .selector.two .nice-select {
    width: 100%;
    border: 1px solid #222;
    padding: 10px 40px 10px 20px;
  }
}
.shop-columns-title-section .filter-selector .selector.two .nice-select::after {
  right: -15px;
}
@media (max-width: 991px) {
  .shop-columns-title-section .filter-selector .selector.two .nice-select::after {
    right: 22px;
  }
}
.shop-columns-title-section .filter-selector .selector.two .nice-select.open .list {
  margin-top: 25px;
  width: unset;
}
@media (max-width: 991px) {
  .shop-columns-title-section .filter-selector .selector.two .nice-select.open .list {
    left: unset;
    right: 0;
  }
}
@media (max-width: 576px) {
  .shop-columns-title-section .filter-selector .selector.two .nice-select.open .list {
    right: unset;
    left: 0;
  }
}
.shop-columns-title-section .filter-selector .grid-view {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .shop-columns-title-section .filter-selector .grid-view {
    display: none;
  }
}
.shop-columns-title-section .filter-selector .grid-view li {
  line-height: 1;
  cursor: pointer;
}
.shop-columns-title-section .filter-selector .grid-view li svg {
  fill: rgba(34, 34, 34, 0.4);
}
.shop-columns-title-section .filter-selector .grid-view li.active svg {
  fill: var(--primary-color1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop-columns-title-section .filter-selector .grid-view li.column-4 {
    display: none;
  }
}

.shop-pagination .pagination-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-pagination .pagination-list li {
  margin-right: 20px;
}
.shop-pagination .pagination-list li .shop-pagi-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.shop-pagination .pagination-list li .shop-pagi-btn i {
  color: var(--primary-color1);
  transition: 0.5s;
}
.shop-pagination .pagination-list li .shop-pagi-btn:hover {
  background-color: var(--primary-color1);
}
.shop-pagination .pagination-list li .shop-pagi-btn:hover i {
  color: var(--white-color);
}
.shop-pagination .pagination-list li a {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.shop-pagination .pagination-list li a.active {
  color: var(--text-color);
}
.shop-pagination .pagination-list li:first-child {
  margin-right: 30px;
}
.shop-pagination .pagination-list li:last-child {
  padding-left: 10px;
  margin-right: 0;
}

.shop-5-columns-section .shop-5-columns {
  padding: 0 10%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-5-columns-section .shop-5-columns {
    padding: 0 2%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .shop-5-columns-section .shop-5-columns {
    padding: 0 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-5-columns-section .shop-5-columns {
    padding: 0 2%;
  }
}
@media (max-width: 991px) {
  .shop-5-columns-section .shop-5-columns {
    padding: 0;
  }
}

/*........................ 
 Grid view Css
........................*/
.list-grid-product-wrap.column-2-wrapper .item {
  width: 50%;
}
@media (max-width: 767px) {
  .list-grid-product-wrap.column-2-wrapper .item {
    display: none;
  }
}
.list-grid-product-wrap.column-3-wrapper .item {
  width: 33.33%;
}
@media (max-width: 767px) {
  .list-grid-product-wrap.column-3-wrapper .item {
    display: none;
  }
}
.list-grid-product-wrap.column-4-wrapper .item {
  width: 25%;
}
@media (max-width: 991px) {
  .list-grid-product-wrap.column-4-wrapper .item {
    display: none;
  }
}

/*........................ 
 3-column right section
........................*/
.column-sidebar-padding {
  padding: 0 8%;
}
@media (max-width: 1700px) {
  .column-sidebar-padding {
    padding: 0 2%;
  }
}
@media (max-width: 1399px) {
  .column-sidebar-padding {
    padding: 0;
  }
}

/*........................ 
 Shop Sidebar section
........................*/
.sidebar-area .shop-widget-title {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.4px;
  border-bottom: 2px solid var(--primary-color1);
  display: inline-block;
  margin-bottom: 30px;
}
.sidebar-area .shop-widget {
  padding: 25px;
  border: 1px solid rgba(34, 34, 34, 0.3000000119);
}
.sidebar-area .shop-widget .shop-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-area .shop-widget .shop-item li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  transition: 0.5s;
}
.sidebar-area .shop-widget .shop-item li:last-child {
  margin-bottom: 0;
}
.sidebar-area .shop-widget .shop-item li a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
}
.sidebar-area .shop-widget .shop-item li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.sidebar-area .shop-widget .shop-item li:hover::before {
  background-color: var(--primary-color1);
}
.sidebar-area .shop-widget .shop-item li.brand-list {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.sidebar-area .shop-widget .shop-item li.brand-list:last-child {
  margin-bottom: 0;
}
.sidebar-area .shop-widget .shop-item li.brand-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
}
.sidebar-area .shop-widget .shop-item li.brand-list a span {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 2px 6px;
  border: 1px solid var(--text-color);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-area .shop-widget .top-product-widget {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sidebar-area .shop-widget .top-product-widget .top-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-area .shop-widget .top-product-widget .top-product-img img {
  border-radius: 5px;
}
.sidebar-area .shop-widget .top-product-widget .top-product-content {
  max-width: 200px;
  width: 100%;
}
.sidebar-area .shop-widget .top-product-widget .top-product-content h6 {
  margin-bottom: 10px;
}
.sidebar-area .shop-widget .top-product-widget .top-product-content h6 a {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.sidebar-area .shop-widget .top-product-widget .top-product-content span {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}
.sidebar-area .shop-widget .top-product-widget .top-product-content span del {
  color: var(--text-color2);
  font-family: var(--font-Jost);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.sidebar-area .shop-widget .recent-post-widget {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sidebar-area .shop-widget .recent-post-widget .recent-post-img img {
  min-width: 92px;
  max-width: 92px;
  height: 71px;
}
.sidebar-area .shop-widget .recent-post-widget .recent-post-content > a {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.sidebar-area .shop-widget .recent-post-widget .recent-post-content h6 a {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  transition: 0.5s;
}
.sidebar-area .shop-widget .recent-post-widget .recent-post-content h6 a:hover {
  color: var(--text-color3);
}
.sidebar-area .shop-widget .tag-list {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-area .shop-widget .tag-list {
    gap: 14px;
  }
}
.sidebar-area .shop-widget .tag-list li a {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 12px;
  font-weight: 400;
  display: block;
  padding: 6px 21px;
  border: 1px solid rgba(34, 34, 34, 0.400000006);
  transition: 0.5s;
}
.sidebar-area .shop-widget .tag-list li:hover a {
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
}
.sidebar-area .shop-widget .search-box {
  display: flex;
  align-items: center;
}
.sidebar-area .shop-widget .search-box input, .sidebar-area .shop-widget .search-box .comment-section .contact-form textarea, .comment-section .contact-form .sidebar-area .shop-widget .search-box textarea, .sidebar-area .shop-widget .search-box .form-inner textarea, .form-inner .sidebar-area .shop-widget .search-box textarea {
  width: 100%;
  padding: 8px 20px;
  font-family: var(--font-Jost);
  font-size: 14px;
  height: 50px;
  border: 1px solid var(--primary-color1);
}
.sidebar-area .shop-widget .search-box input:focus, .sidebar-area .shop-widget .search-box .comment-section .contact-form textarea:focus, .comment-section .contact-form .sidebar-area .shop-widget .search-box textarea:focus, .sidebar-area .shop-widget .search-box .form-inner textarea:focus, .form-inner .sidebar-area .shop-widget .search-box textarea:focus {
  border: 1px solid #ddd;
}
.sidebar-area .shop-widget .search-box button {
  background-color: var(--primary-color1);
  min-width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-area .shop-widget .search-box button i {
  color: var(--white-color);
  font-size: 22px;
}
@media (max-width: 576px) {
  .sidebar-area .shop-widget .search-box button {
    min-width: 70px;
  }
}
.sidebar-area .shop-widget.two {
  padding: 35px 20px;
  border: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-area .shop-widget.two {
    padding: 25px 10px;
  }
}
.sidebar-area.style-2 {
  border: 1px solid rgba(34, 34, 34, 0.3000000119);
}
.sidebar-area.style-2 .filter-divider {
  position: relative;
}
.sidebar-area.style-2 .filter-divider::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.3000000119);
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .sidebar-area.style-2 .filter-divider::after {
    display: none;
  }
}

.filter-top {
  display: none;
  transform-origin: top;
  transform: scaleY(0);
  margin-bottom: 25px;
  transition: transform 0.35s ease-in-out;
  animation: fadeInUp 0.45s linear;
}
.filter-top.slide {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.45s linear;
  position: relative;
  z-index: 9;
}
.filter-top .selector {
  position: relative;
}
.filter-top .selector .nice-select {
  width: 100%;
  height: 44px;
  border-radius: 30px;
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 25px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-top .selector .nice-select {
    height: 40px;
  }
}
.filter-top .selector .nice-select:focus {
  border: 1px solid #ddd;
}
.filter-top .selector .nice-select::after {
  border-bottom: 2px solid var(--primary-color1);
  border-right: 2px solid var(--primary-color1);
  width: 8px;
  height: 8px;
  right: 28px;
  top: 48%;
}
@media (max-width: 576px) {
  .filter-top .selector .nice-select::after {
    width: 8px;
    height: 8px;
    top: 45%;
  }
}
.filter-top .selector .nice-select.open .list {
  width: 100%;
}
.filter-top .selector .nice-select.open .list .option {
  padding-left: 25px;
}
.filter-top .primary-btn3 {
  padding: 9px 30px;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-top .primary-btn3 {
    padding: 7px 30px;
  }
}
.filter-top .price-filter-dropdown .price-selector {
  width: 100%;
  height: 44px;
  border-radius: 30px;
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 25px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-top .price-filter-dropdown .price-selector {
    height: 40px;
  }
}
.filter-top .price-filter-dropdown .price-selector p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
.filter-top .price-filter-dropdown .price-selector::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--primary-color1);
  border-right: 2px solid var(--primary-color1);
  width: 8px;
  height: 8px;
  right: 28px;
  top: 35%;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
}
.filter-top .price-filter-dropdown .price-selector.slide::after {
  transform: rotate(-135deg);
}

/*........................ 
 Shop Full Width css
........................*/
.full-width-section {
  padding: 0 9%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .full-width-section {
    padding: 0 5%;
  }
}
@media (max-width: 1199px) {
  .full-width-section {
    padding: 0 3%;
  }
}
@media (max-width: 576px) {
  .full-width-section {
    padding: 0;
  }
}

.infinity-section .shop-list-load-more p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  margin-bottom: 0;
}

/*=======================================
 Shop Details page Css
=======================================*/
.shop-details-content h1 {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-content h1 {
    font-size: 33px;
  }
}
@media (max-width: 576px) {
  .shop-details-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.shop-details-content .rating-review {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .shop-details-content .rating-review {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.shop-details-content .rating-review .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.shop-details-content .rating-review .rating .star {
  display: flex;
  align-items: center;
  gap: 6px;
}
.shop-details-content .rating-review .rating .star i {
  font-size: 14px;
  color: #ffc107;
}
.shop-details-content .rating-review .rating p {
  margin-bottom: 0;
}
.shop-details-content .rating-review .rating p a {
  color: var(--text-color3);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.5s;
}
.shop-details-content .rating-review .rating p a:hover {
  color: var(--text-color);
}
.shop-details-content .rating-review p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.shop-details-content p {
  color: #636262;
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-content p {
    font-size: 15px;
  }
}
.shop-details-content .price-area {
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-content .price-area {
    margin-bottom: 30px;
  }
}
.shop-details-content .price-area .price {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.shop-details-content .price-area .price del {
  color: var(--text-color2);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.shop-details-content .quantity-color-area {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-content .quantity-color-area {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .shop-details-content .quantity-color-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.shop-details-content .quantity-color-area .quantity-color .widget-title {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .shop-details-content .quantity-color-area .quantity-color .widget-title {
    margin-bottom: 15px;
  }
}
.shop-details-content .quantity-color-area .quantity-color .quantity-counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-details-content .quantity-color-area .quantity-color .quantity-counter a {
  width: 40px;
  height: 40px;
  background-color: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color1);
}
.shop-details-content .quantity-color-area .quantity-color .quantity-counter .quantity__input {
  max-width: 58px;
  width: 100%;
  height: 40px;
  border: 1px solid var(--primary-color1);
  text-align: center;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
}
.shop-details-content .quantity-color-area .quantity-color .quantity-counter .quantity__input:focus {
  border: 1px solid #ddd;
}
.shop-details-content .quantity-color-area .quantity-color .quantity-counter.two a {
  height: 30px;
}
.shop-details-content .quantity-color-area .quantity-color .quantity-counter.two .quantity__input {
  height: 30px;
}
.shop-details-content .quantity-color-area .quantity-color .color-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-content .quantity-color-area .quantity-color .color-list {
    gap: 15px;
  }
}
.shop-details-content .quantity-color-area .quantity-color .color-list li {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.shop-details-content .quantity-color-area .quantity-color .color-list li span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #730718;
  display: inline-block;
}
.shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(2) span {
  background-color: #815147;
}
.shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(3) span {
  background-color: #4A212B;
}
.shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(4) span {
  background-color: #ED5C31;
}
.shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(5) span {
  background-color: #93625F;
}
.shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(6) span {
  background-color: #CE626C;
}
.shop-details-content .quantity-color-area .quantity-color .color-list li.selected {
  border: 1px solid var(--primary-color1);
}
.shop-details-content .quantity-color-area .quantity-color .product-size {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-details-content .quantity-color-area .quantity-color .product-size li {
  width: 60px;
  height: 30px;
  border: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: var(--font-Jost);
  color: var(--primary-color1);
  cursor: pointer;
  line-height: 1.2;
  transition: 0.5s;
}
.shop-details-content .quantity-color-area .quantity-color .product-size li.selected {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  color: var(--white-color);
}
.shop-details-content .shop-details-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--primary-color1);
  padding-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .shop-details-content .shop-details-btn {
    gap: 20px;
  }
}
.shop-details-content .shop-details-btn .primary-btn1 {
  padding: 10px 39px;
  cursor: pointer;
}
.shop-details-content .product-info {
  padding-top: 25px;
  margin-bottom: 30px;
}
.shop-details-content .product-info .product-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-content .product-info .product-info-list {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .shop-details-content .product-info .product-info-list {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.shop-details-content .product-info .product-info-list li {
  color: var(--text-color3);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.shop-details-content .product-info .product-info-list li a {
  color: var(--text-color3);
  transition: 0.35s;
}
.shop-details-content .product-info .product-info-list li a:hover {
  color: var(--primary-color1);
}
@media (max-width: 576px) {
  .shop-details-content .product-info .product-info-list li {
    margin-right: 15px;
  }
}
.shop-details-content .product-info .product-info-list li span {
  color: var(--primary-color1);
}
.shop-details-content .payment-method {
  padding: 17px 30px;
  border: 1px solid rgba(34, 34, 34, 0.1000000015);
  max-width: 460px;
  width: 100%;
  margin-bottom: 20px;
}
.shop-details-content .payment-method h6 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.shop-details-content .payment-method .payment-card-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shop-details-content .product-shipping-delivers li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-color3);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.shop-details-content .product-shipping-delivers li:last-child {
  margin-bottom: 0;
}
.shop-details-content .product-shipping-delivers li svg {
  fill: var(--primary-color1);
}
.shop-details-content .product-shipping-delivers li p {
  color: var(--text-color3);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.shop-details-content .product-shipping-delivers li p a {
  color: var(--text-color);
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.shop-details-content .product-shipping-delivers li p a:hover {
  background-size: 0 2px;
  background-position: 0% 100%;
}
.shop-details-content .compare-wishlist-area {
  padding-top: 30px;
}
.shop-details-content .compare-wishlist-area ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.shop-details-content .compare-wishlist-area ul li {
  transition: 0.5s;
}
.shop-details-content .compare-wishlist-area ul li a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: 0.5s;
}
.shop-details-content .compare-wishlist-area ul li a span {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.shop-details-content .compare-wishlist-area ul li a span svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}
.shop-details-content .compare-wishlist-area ul li a:hover {
  color: var(--primary-color1);
}
.shop-details-content .compare-wishlist-area ul li:hover a span {
  background-color: var(--primary-color1);
}
.shop-details-content .compare-wishlist-area ul li:hover a span svg {
  fill: var(--white-color);
}
.shop-details-content .accordion {
  margin-top: 20px;
}
.shop-details-content .accordion .accordion-item {
  border-radius: unset;
  border: unset;
}
.shop-details-content .accordion .accordion-item .accordion-header {
  border: unset;
  border-bottom: 1px solid var(--primary-color1);
}
.shop-details-content .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  padding: 30px 20px;
}
.shop-details-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
.shop-details-content .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.shop-details-content .accordion .accordion-item .accordion-header .accordion-button::after {
  width: unset;
  height: unset;
  content: "\f282";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 800;
  font-size: 18px;
}
@media (max-width: 576px) {
  .shop-details-content .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px;
  }
}
.shop-details-content .accordion .accordion-item .accordion-body .product-description p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.shop-details-content .accordion .accordion-item .accordion-body .product-description h6 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.shop-details-content .accordion .accordion-item .accordion-body .product-description ul {
  padding-left: 25px;
  list-style: disc;
}
.shop-details-content .accordion .accordion-item .accordion-body .product-description ul li {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.shop-details-content .accordion .accordion-item .accordion-body .product-description ul li span {
  font-weight: 500;
}
.shop-details-content .accordion .accordion-item .accordion-body .review-area {
  padding-top: 20px;
}
.shop-details-content .accordion .accordion-item .accordion-body .review-area .comment-section .comment-title {
  margin-bottom: 35px;
}
.shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 {
  margin-bottom: 0;
}
.shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr {
  border-width: 1px;
  border-color: #eee;
}
.shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td {
  border-width: 1px;
  border-color: #eee;
  padding: 15px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td {
    padding: 10px;
  }
}
.shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  text-align: start;
  line-height: 26px;
}
@media (min-width: 992px) {
  .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td:nth-child(1) {
    width: 25%;
  }
}
.shop-details-content.style-2 {
  margin-bottom: 80px;
}
.shop-details-content.style-2 .shop-details-content-left {
  max-width: 600px;
  width: 100%;
}
.shop-details-content.style-2 .shop-details-btn {
  border-bottom: unset;
  padding-bottom: 0;
}
.shop-details-content.style-2 .product-info {
  padding-top: 0;
}
.shop-details-content.sticky {
  position: sticky;
  top: 55px;
}
.shop-details-content.style-3 .countdown-timer {
  margin-bottom: 40px;
}
.shop-details-content.style-3 .countdown-timer ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .shop-details-content.style-3 .countdown-timer ul {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-content.style-3 .countdown-timer ul {
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .shop-details-content.style-3 .countdown-timer ul {
    gap: 12px;
  }
}
.shop-details-content.style-3 .countdown-timer ul li {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  border-radius: 5px;
  width: 70px;
  height: 70px;
  padding: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-content.style-3 .countdown-timer ul li {
    font-size: 23px;
  }
}
.shop-details-content.style-3 .countdown-timer ul li span {
  color: rgba(34, 34, 34, 0.6999999881);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.shop-details-content.style-3 .countdown-timer ul li span:last-child {
  display: none;
  visibility: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-content.style-3 .countdown-timer ul li span {
    font-size: 13px;
  }
}
.shop-details-content.style-3 .modal .modal-dialog {
  animation: zoom-In-effect 0.5s;
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content {
  border-radius: unset;
  border: 1px solid var(--primary-color1);
  padding: 40px 45px;
  position: relative;
}
@media (max-width: 576px) {
  .shop-details-content.style-3 .modal .modal-dialog .modal-content {
    padding: 30px 20px;
  }
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header h4 {
  color: var(--primary-color1);
  text-align: center;
  font-family: var(--font-Jost);
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 22px;
  }
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header p {
  color: var(--text-color2);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.5;
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
  height: 35px;
  width: 35px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::before, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 6px);
  display: block;
  height: 1px;
  width: 15px;
  background-color: var(--gray-dark, #000);
  transition: all 0.3s ease-out;
}
@media (max-width: 576px) {
  .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::before, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::after {
    width: 12px;
  }
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::after {
  transform: rotate(-135deg);
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn:hover::before, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn:hover::after {
  transform: rotate(0deg);
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner textarea {
  border: 1px solid var(--primary-color1);
  width: 100%;
  height: 50px;
  padding: 15px 20px;
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input:focus, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner textarea:focus {
  border: 1px solid #ddd;
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input::-moz-placeholder, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input::placeholder, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .primary-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.shop-details-content.style-3 .item-stock {
  margin-bottom: 40px;
}
.shop-details-content.style-3 .item-stock p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.shop-details-content.style-3 .item-stock p span {
  color: #FF6161;
}
.shop-details-content.style-3 .item-stock .item-stock-bar {
  background-color: rgba(34, 34, 34, 0.15);
  border-radius: 5px;
  position: relative;
  height: 3px;
  width: 100%;
}
.shop-details-content.style-3 .item-stock .item-stock-bar .item-stock-percentage {
  background: var(--primary-color1);
  border-radius: 5px;
  height: 100%;
  width: 20%;
  transition: 1s ease 0.3s;
}
.shop-details-content.style-3 h6 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.shop-details-content.style-3 h6 span {
  color: #FF6161;
  font-weight: 400;
}
.shop-details-content.style-3 .notify-me-form {
  max-width: 470px;
  width: 100%;
  padding-bottom: 35px;
}
.shop-details-content.style-3 .notify-me-form .form-inner input, .shop-details-content.style-3 .notify-me-form .form-inner textarea {
  border: 1px solid var(--primary-color1);
  width: 100%;
  height: 50px;
  padding: 15px 20px;
}
.shop-details-content.style-3 .notify-me-form .form-inner input:focus, .shop-details-content.style-3 .notify-me-form .form-inner textarea:focus {
  border: 1px solid #ddd;
}
.shop-details-content.style-3 .notify-me-form .form-inner input::-moz-placeholder, .shop-details-content.style-3 .notify-me-form .form-inner textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.shop-details-content.style-3 .notify-me-form .form-inner input::placeholder, .shop-details-content.style-3 .notify-me-form .form-inner textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.shop-details-content.style-3 .notify-me-form .primary-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.shop-details-top-section .shop-details-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-img {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-img {
    flex-direction: column;
    gap: 40px;
  }
}
.shop-details-top-section .shop-details-img .product-img--main {
  position: relative;
  overflow: hidden;
  float: left;
  cursor: zoom-in;
}
.shop-details-top-section .shop-details-img .product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-out;
}
.shop-details-top-section .shop-details-img .nav-pills {
  position: absolute;
  left: 20px;
  top: 30px;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-img .nav-pills {
    position: relative;
    flex-direction: row;
    gap: 10px;
    left: unset;
    top: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop-details-top-section .shop-details-img .nav-pills {
    left: 40px;
    top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .shop-details-top-section .shop-details-img .nav-pills {
    left: 10px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-img .nav-pills {
    position: relative;
    flex-direction: row;
    gap: 10px;
    left: unset;
    top: unset;
  }
}
.shop-details-top-section .shop-details-img .nav-pills .nav-link {
  background-color: unset;
  margin-bottom: 25px;
  border-radius: unset;
  padding: 0;
  width: 80px;
  height: 80px;
}
.shop-details-top-section .shop-details-img .nav-pills .nav-link.active {
  border: 1px solid var(--primary-color1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-img .nav-pills .nav-link {
    border: 1px solid #eee;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-img .nav-pills .nav-link {
    border: 1px solid #eee;
    width: 70px;
    height: 70px;
    padding: 0;
  }
}
.shop-details-top-section .shop-details-img.style-2 {
  display: block;
}
.shop-details-top-section .shop-details-img.style-2 .exclusive-slider {
  position: relative;
}
.shop-details-top-section .shop-details-img.style-2 .exclusive-slider .slider-btn {
  display: block;
}
.shop-details-top-section .shop-details-img.style-2 .exclusive-slider .slider-btn .exclusive-prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  z-index: 1;
}
.shop-details-top-section .shop-details-img.style-2 .exclusive-slider .slider-btn .exclusive-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  z-index: 1;
}
.shop-details-top-section .shop-details-img.style-2 .nav-pills {
  position: relative;
  flex-direction: row;
  left: unset;
  top: unset;
  gap: 35px;
  padding-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-img.style-2 .nav-pills {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-img.style-2 .nav-pills {
    gap: 20px;
    justify-content: center;
  }
}
.shop-details-top-section .shop-details-img.style-2 .nav-pills .nav-link {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-img.style-2 .nav-pills .nav-link {
    width: unset;
    height: unset;
  }
}
.shop-details-top-section .shop-details-img.style-3 {
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
.shop-details-top-section .shop-details-img.style-4 {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-img.style-4 {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .shop-details-top-section .shop-details-img.style-4 {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-img.style-4 {
    justify-content: center;
    align-items: center;
  }
}
.shop-details-top-section .shop-details-img.style-4 .nav-pills {
  position: relative;
  left: unset;
  top: unset;
  gap: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-img.style-4 .nav-pills {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-img.style-4 .nav-pills {
    gap: 25px;
    justify-content: center;
  }
}
.shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link {
    margin-bottom: 0;
  }
}
.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img {
  position: relative;
}
.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-btn {
  width: 131px;
  height: 37px;
  border-radius: 50px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  background-color: var(--white-color);
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: 0.5s;
  z-index: 1;
}
.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-btn i {
  font-size: 18px;
}
.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-btn:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-overlay {
  background-color: rgba(34, 34, 34, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-overlay a i {
  font-size: 60px;
  color: var(--white-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-details-top-section .shop-details-img.sticky {
  position: sticky;
  top: 50px;
}
.shop-details-top-section.style-2 {
  position: relative;
}
.shop-details-top-section.style-2 .shop-details-img {
  position: inherit;
  background-color: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section.style-2 .shop-details-img {
    position: relative;
  }
}
@media (max-width: 991px) {
  .shop-details-top-section.style-2 .shop-details-img {
    position: relative;
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section.style-2 .shop-details-img {
    position: relative;
    padding-bottom: unset;
  }
}
.shop-details-top-section.style-2 .shop-details-img .nav-pills {
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  z-index: 9;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-details-top-section.style-2 .shop-details-img .nav-pills {
    left: 10px;
  }
}
@media (max-width: 1399px) {
  .shop-details-top-section.style-2 .shop-details-img .nav-pills {
    left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section.style-2 .shop-details-img .nav-pills {
    bottom: -50%;
    top: unset;
    flex-direction: row !important;
    gap: 18px;
    left: 0;
    width: 100%;
    justify-content: center;
    position: relative;
    transform: unset;
  }
}
@media (max-width: 991px) {
  .shop-details-top-section.style-2 .shop-details-img .nav-pills {
    top: unset;
    left: unset;
    bottom: -60px;
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section.style-2 .shop-details-img .nav-pills {
    gap: 15px;
    bottom: -20px;
  }
}
.shop-details-top-section.style-2 .shop-details-img .nav-pills .nav-link {
  background-color: var(--bg-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section.style-2 .shop-details-img .nav-pills .nav-link {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .shop-details-top-section.style-2 .shop-details-img .nav-pills .nav-link {
    margin-bottom: 0;
  }
}
.shop-details-top-section.style-2 .shop-details-img .nav-pills .nav-link.active {
  border: 1px solid var(--primary-color1);
  background-color: var(--white-color);
}
.shop-details-top-section.style-2 .shop-details-img .shop-details-tab-img {
  position: relative;
  z-index: 1;
}
.shop-details-top-section.style-2 .shop-details-img .shop-details-tab-img img {
  border-radius: 330px;
}
.shop-details-top-section.style-2 .shop-details-img .shop-details-tab-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 100%;
  height: 70%;
  border-radius: 330px;
  border: 1px solid #EFEFEF;
  z-index: -1;
}
.shop-details-top-section.style-2 .shop-details-img .shop-details-tab-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 100%;
  height: 70%;
  border-radius: 330px;
  border: 1px solid #EFEFEF;
  z-index: -1;
}
.shop-details-top-section.style-2 .shop-details-content {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .shop-details-top-section.style-2 .shop-details-content {
    padding-left: 0;
  }
}
.shop-details-top-section.style-3 {
  padding: 0 10%;
}
@media (max-width: 1700px) {
  .shop-details-top-section.style-3 {
    padding: 0 8%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-details-top-section.style-3 {
    padding: 0 2%;
  }
}
@media (max-width: 1399px) {
  .shop-details-top-section.style-3 {
    padding: 0 2%;
  }
}
.shop-details-top-section.style-3 .nav-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1399px) {
  .shop-details-top-section.style-3 .nav-pills {
    gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-top-section.style-3 .nav-pills {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .shop-details-top-section.style-3 .nav-pills {
    position: relative;
    flex-direction: row;
    gap: 10px;
    left: unset;
    top: unset;
  }
}
.shop-details-top-section.style-3 .nav-pills .nav-link {
  background-color: unset;
  margin-bottom: 5px;
  border-radius: unset;
  padding: 0;
  border: 1px solid transparent;
}
.shop-details-top-section.style-3 .nav-pills .nav-link:nth-child(2) {
  width: 45%;
}
@media (max-width: 991px) {
  .shop-details-top-section.style-3 .nav-pills .nav-link:nth-child(2) {
    width: unset;
  }
}
.shop-details-top-section.style-3 .nav-pills .nav-link:nth-child(3) {
  width: 45%;
}
@media (max-width: 991px) {
  .shop-details-top-section.style-3 .nav-pills .nav-link:nth-child(3) {
    width: unset;
  }
}
@media (max-width: 991px) {
  .shop-details-top-section.style-3 .nav-pills .nav-link {
    margin-bottom: 0;
  }
  .shop-details-top-section.style-3 .nav-pills .nav-link img {
    height: 157px;
    width: 157px;
  }
}
@media (max-width: 767px) {
  .shop-details-top-section.style-3 .nav-pills .nav-link img {
    height: 134px;
    width: 134px;
  }
}
.shop-details-top-section.style-3 .nav-pills .nav-link.active {
  border: 1px solid var(--primary-color1);
}

.shop-details-description {
  scroll-margin-top: 150px;
}
.shop-details-description .shop-details-description-nav .nav-tabs {
  border-bottom: 1px solid var(--primary-color1);
  padding-left: 80px;
  gap: 65px;
}
@media (max-width: 991px) {
  .shop-details-description .shop-details-description-nav .nav-tabs {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .shop-details-description .shop-details-description-nav .nav-tabs {
    gap: 20px;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .shop-details-description .shop-details-description-nav .nav-tabs {
    gap: 10px;
  }
}
.shop-details-description .shop-details-description-nav .nav-tabs .nav-link {
  color: var(--text-color3);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  border: none;
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-size: 0px 3px;
  background-repeat: no-repeat;
  background-position: right 100%;
  transition: background-size 0.75s;
}
@media (max-width: 576px) {
  .shop-details-description .shop-details-description-nav .nav-tabs .nav-link {
    padding-bottom: 5px;
    margin-right: 15px;
    padding: 0;
  }
}
.shop-details-description .shop-details-description-nav .nav-tabs .nav-link.active {
  color: var(--primary-color1);
  font-weight: 500;
  background-size: 100% 3px;
  background-position: 0% 100%;
}
.shop-details-description .shop-details-description-tab h6 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.shop-details-description .shop-details-description-tab p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.45px;
}
.shop-details-description .shop-details-description-tab .description-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .shop-details-description .shop-details-description-tab .description-content {
    align-items: flex-start;
    gap: 20px;
  }
}
.shop-details-description .shop-details-description-tab .description-content .description-left-content1 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .shop-details-description .shop-details-description-tab .description-content .description-left-content1 {
    padding-top: 0;
  }
}
.shop-details-description .shop-details-description-tab .description-content .description-left-content2 {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .shop-details-description .shop-details-description-tab .description-content .description-left-content2 {
    margin-bottom: 0;
  }
}
.shop-details-description .shop-details-description-tab .description-content .description-right-content1 {
  padding-top: 30px;
}
.shop-details-description .shop-details-description-tab .description-content .description-right-content2 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .shop-details-description .shop-details-description-tab .description-content .description-right-content2 {
    margin-bottom: 0;
  }
}
.shop-details-description .shop-details-description-tab .addithonal-information .total-table2 {
  margin-bottom: 0;
}
.shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr {
  border-width: 1px;
  border-color: #eee;
}
.shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr td {
  border-width: 1px;
  border-color: #eee;
  padding: 15px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr td {
    padding: 10px;
  }
}
.shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr td:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  text-align: start;
  line-height: 26px;
}
@media (min-width: 992px) {
  .shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr td:nth-child(1) {
    width: 25%;
  }
}
.shop-details-description .shop-details2-description-tab .details2-description-content {
  max-width: 840px;
  width: 100%;
}
.shop-details-description .shop-details2-description-tab .details2-description-content h1 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.shop-details-description .shop-details2-description-tab .details2-description-content p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  text-transform: capitalize;
  text-align: justify;
  margin-bottom: 0;
}
.shop-details-description .shop-details2-description-tab .details2-description-content p:nth-child(2) {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .shop-details-description .shop-details2-description-tab .details2-description-content p {
    font-size: 14px;
  }
}
.shop-details-description .shop-details2-description-tab .details2-description-content ul {
  padding-top: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .shop-details-description .shop-details2-description-tab .details2-description-content ul {
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .shop-details-description .shop-details2-description-tab .details2-description-content ul {
    gap: 15px;
  }
}
.shop-details-description .shop-details2-description-tab .details2-description-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (max-width: 991px) {
  .shop-details-description .shop-details2-description-tab .details2-description-content ul li {
    margin-right: 12px;
  }
}
@media (max-width: 576px) {
  .shop-details-description .shop-details2-description-tab .details2-description-content ul li {
    font-size: 14px;
  }
}
.shop-details-description .shop-details2-description-tab .details2-description-content ul li svg {
  fill: var(--primary-color1);
}
.shop-details-description.style-2 {
  padding: 0 11%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-details-description.style-2 {
    padding: 0 8%;
  }
}
@media (max-width: 1399px) {
  .shop-details-description.style-2 {
    padding: 0 4%;
  }
}
@media (max-width: 1199px) {
  .shop-details-description.style-2 {
    padding: 0 2%;
  }
}
.shop-details-description.style-2 .shop-details-description-nav {
  max-width: 270px;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-details-description.style-2 .shop-details-description-nav {
    max-width: 220px;
  }
}
@media (max-width: 1399px) {
  .shop-details-description.style-2 .shop-details-description-nav {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .shop-details-description.style-2 .shop-details-description-nav {
    max-width: unset;
    margin-bottom: 50px;
  }
}
.shop-details-description.style-2 .shop-details-description-nav .nav-tabs {
  padding-left: 0;
  border-bottom: unset;
  gap: 70px;
}
@media (max-width: 767px) {
  .shop-details-description.style-2 .shop-details-description-nav .nav-tabs {
    gap: 20px;
    padding-left: 0;
    border-bottom: 1px solid var(--primary-color1);
  }
}
@media (max-width: 576px) {
  .shop-details-description.style-2 .shop-details-description-nav .nav-tabs {
    gap: 10px;
  }
}
.shop-details-description.style-2 .shop-details-description-tab {
  border-left: 1px solid var(--primary-color1);
  padding-left: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .shop-details-description.style-2 .shop-details-description-tab {
    border-left: unset;
    padding-left: 0;
  }
}

.product-full-width-section {
  padding-top: 10px;
}
.product-full-width-section .slider-btn {
  display: block;
}
@media (max-width: 767px) {
  .product-full-width-section .slider-btn {
    display: none;
  }
}
.product-full-width-section .slider-btn .pt-full-prev-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.product-full-width-section .slider-btn .pt-full-next-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}

.full-product-details .product-details-content h3 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .full-product-details .product-details-content h3 {
    font-size: 30px;
  }
}
.full-product-details .product-details-content p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.48px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .full-product-details .product-details-content p {
    font-size: 14px;
  }
}
.full-product-details .product-details-content ul li {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.full-product-details .product-details-content ul li svg {
  fill: var(--primary-color1);
}
.full-product-details .product-details-content.two p {
  margin-bottom: 0;
}

/*=======================================
 Range Slider
=======================================*/
.range-wrap {
  padding-top: 10px;
}
.range-wrap .slider-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.range-wrap .slider-labels .caption {
  color: rgba(34, 34, 34, 0.6000000238);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3px;
}
.range-wrap .slider-labels a {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.range-wrap .noUi-target,
.range-wrap .range-wrap .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.range-wrap .noUi-target {
  position: relative;
  direction: ltr;
}
.range-wrap .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.range-wrap .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.range-wrap .noUi-handle {
  position: relative;
  z-index: 1;
}
.range-wrap .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}
.range-wrap .noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.range-wrap .noUi-state-drag * {
  cursor: inherit !important;
}
.range-wrap .noUi-base,
.range-wrap .range-wrap .noUi-handle {
  transform: translate3d(0, 0, 0);
}
.range-wrap .noUi-horizontal {
  height: 4px;
}
.range-wrap .noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0px;
  right: 0px;
  top: -4px;
  background-color: var(--primary-color1);
  cursor: pointer;
}
.range-wrap .noUi-horizontal .noUi-handle::after {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: var(--white-color);
  position: absolute;
  left: 7px;
  top: 7px;
  transform: translate(-50%, -50%);
}
.range-wrap .noUi-background {
  background: rgba(33, 33, 33, 0.5);
  height: 5px;
  border-radius: 10px;
}
.range-wrap .noUi-connect {
  background: var(--primary-color1);
  transition: background 450ms;
  border-radius: 10px;
  height: 5px;
}
.range-wrap .noUi-target {
  border-radius: 10px;
}
.range-wrap.style-2 {
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  padding: 20px;
  border-radius: 4px;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background-color: var(--white-color);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 9;
}
.range-wrap.style-2.slide {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.45s linear;
}

/*=======================================
 Blog Details Css
=======================================*/
.blog-details-section .blog-author-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(34, 34, 34, 0.3000000119);
  padding: 15px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-author-meta {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details-section .blog-author-meta .author-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-section .blog-author-meta .author-area .author-img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.blog-details-section .blog-author-meta .author-area .author-content p {
  color: var(--text-color2);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-details-section .blog-author-meta .author-area .author-content p a {
  color: var(--primary-color1);
  text-decoration: underline;
}
.blog-details-section .blog-author-meta .blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .blog-details-section .blog-author-meta .blog-meta {
    gap: 15px;
  }
}
.blog-details-section .blog-author-meta .blog-meta .tag {
  margin-right: 40px;
}
@media (max-width: 576px) {
  .blog-details-section .blog-author-meta .blog-meta .tag {
    margin-right: 20px;
  }
}
.blog-details-section .blog-author-meta .blog-meta .tag ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-section .blog-author-meta .blog-meta .tag ul li {
  position: relative;
}
.blog-details-section .blog-author-meta .blog-meta .tag ul li::before {
  content: "-";
  position: absolute;
  left: -8px;
}
.blog-details-section .blog-author-meta .blog-meta .tag ul li:first-child::before {
  display: none;
}
.blog-details-section .blog-author-meta .blog-meta .tag ul li a {
  color: var(--text-color);
  font-size: 13px;
  font-family: var(--font-Jost);
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.75s;
}
.blog-details-section .blog-author-meta .blog-meta .tag ul li a:hover {
  text-decoration: underline;
}
.blog-details-section .blog-author-meta .blog-meta .meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details-section .blog-author-meta .blog-meta .meta ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.26px;
  text-transform: capitalize;
  margin-right: 40px;
}
.blog-details-section .blog-author-meta .blog-meta .meta ul li:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .blog-details-section .blog-author-meta .blog-meta .meta ul li {
    margin-right: 20px;
  }
}
.blog-details-section .blog-author-meta .blog-meta .meta ul li a {
  color: var(--primary-color1);
  display: flex;
  align-items: center;
  gap: 7px;
}
.blog-details-section .blog-author-meta .blog-meta .meta ul li svg {
  fill: var(--primary-color1);
}
.blog-details-section .blog-author-meta .blog-meta .meta ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background-color: rgba(34, 34, 34, 0.200000003);
  border-radius: 4px;
}
@media (max-width: 576px) {
  .blog-details-section .blog-author-meta .blog-meta .meta ul li::before {
    left: -10px;
  }
}
@media (max-width: 576px) {
  .blog-details-section .blog-author-meta .blog-meta .meta ul li:first-child::before {
    display: none;
  }
}
.blog-details-section .blog-thumb {
  position: relative;
  margin-bottom: 30px;
}
.blog-details-section .blog-thumb a {
  color: var(--white-color);
  font-size: 14px;
  font-family: var(--font-Jost);
  text-transform: capitalize;
  background-color: var(--primary-color1);
  padding: 8px 28px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-details-section .blog-content h1 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .blog-details-section .blog-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .blog-details-section .blog-content h1 {
    font-size: 30px;
  }
}
.blog-details-section .blog-content p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.48px;
  text-align: justify;
  margin-bottom: 0;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .blog-details-section .blog-content p {
    font-size: 15px;
  }
}
.blog-details-section .blog-content p:last-child {
  margin-bottom: 0;
}
.blog-details-section .blog-content h3 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding-top: 35px;
}
@media (max-width: 576px) {
  .blog-details-section .blog-content h3 {
    font-size: 25px;
  }
}
.blog-details-section .blog-content blockquote {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
  padding-top: 30px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-details-section .blog-content blockquote {
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .blog-details-section .blog-content blockquote {
    max-width: 300px;
  }
}
.blog-details-section .blog-content blockquote p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.69px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-section .blog-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .blog-details-section .blog-content blockquote p {
    font-size: 16px;
  }
}
.blog-details-section .blog-content blockquote p::before {
  content: url(../img/home1/icon/blockqoutes-quote1.svg);
  position: absolute;
  top: -10px;
  left: -30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section .blog-content blockquote p::before {
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-details-section .blog-content blockquote p::before {
    left: -25px;
  }
}
@media (max-width: 576px) {
  .blog-details-section .blog-content blockquote p::before {
    left: -22px;
  }
}
.blog-details-section .blog-content blockquote p::after {
  content: url(../img/home1/icon/blockqoutes-quote2.svg);
  position: absolute;
  bottom: -8px;
  right: 22%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section .blog-content blockquote p::after {
    right: 60px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-details-section .blog-content blockquote p::after {
    right: 25px;
  }
}
@media (max-width: 576px) {
  .blog-details-section .blog-content blockquote p::after {
    right: 0;
  }
}
.blog-details-section .blog-content blockquote::after {
  content: url(../img/inner-page/blockquotes-bg.svg);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.blog-details-section .blog-content .blog-details-img-group {
  padding-top: 20px;
  margin-bottom: 30px;
}
.blog-details-section .blog-tag-and-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .blog-details-section .blog-tag-and-social {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 50px;
  }
}
.blog-details-section .blog-tag-and-social h6 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-details-section .blog-tag-and-social .tag {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details-section .blog-tag-and-social .tag .tag-list {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section .blog-tag-and-social .tag .tag-list {
    gap: 14px;
  }
}
.blog-details-section .blog-tag-and-social .tag .tag-list li {
  padding: 6px 21px;
  border: 1px solid rgba(34, 34, 34, 0.400000006);
  transition: 0.5s;
}
.blog-details-section .blog-tag-and-social .tag .tag-list li a {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  display: block;
  transition: 0.5s;
}
.blog-details-section .blog-tag-and-social .tag .tag-list li:hover {
  border: 1px solid var(--primary-color1);
}
.blog-details-section .blog-tag-and-social .tag .tag-list li:hover a {
  color: var(--primary-color1);
}
.blog-details-section .blog-tag-and-social .social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-details-section .blog-tag-and-social .social .social-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-details-section .blog-tag-and-social .social .social-list li a {
  color: var(--text-color2);
  transition: 0.5s;
}
.blog-details-section .blog-tag-and-social .social .social-list li a:hover {
  color: var(--primary-color1);
}
.blog-details-section .blog-details-navigation {
  border-top: 1px solid rgba(34, 34, 34, 0.3000000119);
  border-bottom: 1px solid rgba(34, 34, 34, 0.3000000119);
  padding: 30px 0;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .blog-details-section .blog-details-navigation {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .blog-details-section .blog-details-navigation {
    gap: 20px;
  }
}
.blog-details-section .blog-details-navigation .single-navigation {
  display: flex;
  align-items: center;
  gap: 25px;
}
.blog-details-section .blog-details-navigation .single-navigation .content {
  text-align: end;
}
.blog-details-section .blog-details-navigation .single-navigation .content a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.blog-details-section .blog-details-navigation .single-navigation .content h4 a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.blog-details-section .blog-details-navigation .single-navigation .nav-icon {
  max-width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.blog-details-section .blog-details-navigation .single-navigation .nav-icon svg {
  stroke: var(--primary-color1);
}
.blog-details-section .blog-details-navigation .single-navigation .nav-icon:hover {
  background-color: var(--primary-color1);
}
.blog-details-section .blog-details-navigation .single-navigation .nav-icon:hover svg {
  stroke: var(--white-color);
}
.blog-details-section .blog-details-navigation .single-navigation.two .content {
  text-align: start;
}

.comment-section {
  margin-bottom: 20px;
  scroll-margin-top: 150px;
}
.comment-section .comment-title {
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .comment-section .comment-title {
    margin-bottom: 30px;
  }
}
.comment-section .comment-title h3 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  border-bottom: 2px solid rgba(34, 34, 34, 0.400000006);
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .comment-section .comment-title h3 {
    font-size: 30px;
  }
}
.comment-section .author-comment {
  padding: 0;
  list-style: none;
}
.comment-section .author-comment > li {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
}
.comment-section .author-comment > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .comment-section .author-comment > li {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.comment-section .author-comment > li .author-img {
  display: contents;
}
.comment-section .author-comment > li .author-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.comment-section .author-comment > li .comment-content {
  width: 100%;
}
.comment-section .author-comment > li .comment-content .author-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .comment-section .author-comment > li .comment-content .author-post {
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.comment-section .author-comment > li .comment-content .author-post .author-info h5 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.comment-section .author-comment > li .comment-content .author-post .author-info span {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.comment-section .author-comment > li .comment-content .author-post .reply a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  border: 1px solid var(--primary-color1);
  padding: 10px 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.5s;
}
.comment-section .author-comment > li .comment-content .author-post .reply a:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.comment-section .author-comment > li .comment-content .author-post.style-2 {
  display: block;
}
.comment-section .author-comment > li .comment-content .author-post.style-2 .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.comment-section .author-comment > li .comment-content .author-post.style-2 .rating > li i {
  font-size: 12px;
  color: #ffc107;
}
.comment-section .author-comment > li .comment-content p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.comment-section .author-comment > li .comment-content .replay-btn {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 15px;
}
.comment-section .contact-form input, .comment-section .contact-form textarea {
  border: 1px solid var(--primary-color1);
  height: 50px;
  padding: 15px 20px;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #666;
  font-family: var(--font-Jost);
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
.comment-section .contact-form input:focus, .comment-section .contact-form textarea:focus {
  border: 1px solid #ddd;
}
.comment-section .contact-form textarea {
  height: unset;
}
.comment-section .contact-form textarea:focus {
  border: 1px solid #ddd;
}
.comment-section .contact-form textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.comment-section .contact-form textarea::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.comment-section.style-2 .comment-title h3 {
  font-size: 28px;
}
.comment-section.style-2 .author-comment li .comment-content .reply {
  padding-top: 20px;
}
.comment-section.style-2 .author-comment li .comment-content .reply a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  border: 1px solid var(--primary-color1);
  padding: 8px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.5s;
}
.comment-section.style-2 .author-comment li .comment-content .reply a:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.comment-section.style-3 {
  border: 1px solid #eee;
  padding: 50px 40px;
}
@media (max-width: 576px) {
  .comment-section.style-3 {
    padding: 35px 20px;
  }
}
.comment-section.style-3 p {
  margin-bottom: 0;
}
.comment-section.style-3 .comment-title {
  margin-bottom: 30px;
}
.comment-section.style-3 .comment-title h3 {
  font-size: 28px;
}
.comment-section.style-3 .form-inner2 p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.comment-section.style-3 .form-inner2 .review-rate-area {
  margin-bottom: 2px;
  display: flex;
  align-items: self-start;
  gap: 15px;
}
.comment-section.style-3 .form-inner2 .review-rate-area p {
  margin-bottom: 0;
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
}
.comment-section.style-3 .form-inner2 .review-rate-area .rate {
  float: left;
}
.comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > input, .comment-section.style-3 .form-inner2 .review-rate-area .form-inner .rate:not(:checked) > textarea, .form-inner .comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > textarea, .comment-section.style-3 .form-inner2 .review-rate-area .contact-form .rate:not(:checked) > textarea, .comment-section.style-3 .contact-form .form-inner2 .review-rate-area .rate:not(:checked) > textarea {
  position: absolute;
  top: -9999px;
}
.comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  color: #ccc;
}
.comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > label::before {
  content: "★ ";
}
.comment-section.style-3 .form-inner2 .review-rate-area .rate input:checked ~ label, .comment-section.style-3 .form-inner2 .review-rate-area .rate .form-inner textarea:checked ~ label, .form-inner .comment-section.style-3 .form-inner2 .review-rate-area .rate textarea:checked ~ label, .comment-section.style-3 .form-inner2 .review-rate-area .rate .contact-form textarea:checked ~ label, .comment-section.style-3 .contact-form .form-inner2 .review-rate-area .rate textarea:checked ~ label {
  color: #ffc107;
}
.comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > label:hover,
.comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > label:hover ~ label {
  color: #ffc107;
}
.comment-section.style-3 .form-inner2 .review-rate-area input:checked + label:hover,
.comment-section.style-3 .form-inner2 .review-rate-area input:checked + label:hover ~ label,
.comment-section.style-3 .form-inner2 .review-rate-area input:checked ~ label:hover,
.comment-section.style-3 .form-inner2 .review-rate-area .form-inner textarea:checked ~ label:hover,
.form-inner .comment-section.style-3 .form-inner2 .review-rate-area textarea:checked ~ label:hover,
.comment-section.style-3 .form-inner2 .review-rate-area .contact-form textarea:checked ~ label:hover,
.comment-section.style-3 .contact-form .form-inner2 .review-rate-area textarea:checked ~ label:hover,
.comment-section.style-3 .form-inner2 .review-rate-area input:checked ~ label:hover ~ label,
.comment-section.style-3 .form-inner2 .review-rate-area .form-inner textarea:checked ~ label:hover ~ label,
.form-inner .comment-section.style-3 .form-inner2 .review-rate-area textarea:checked ~ label:hover ~ label,
.comment-section.style-3 .form-inner2 .review-rate-area .contact-form textarea:checked ~ label:hover ~ label,
.comment-section.style-3 .contact-form .form-inner2 .review-rate-area textarea:checked ~ label:hover ~ label,
.comment-section.style-3 .form-inner2 .review-rate-area label:hover ~ input:checked ~ label,
.comment-section.style-3 .form-inner2 .review-rate-area .form-inner label:hover ~ textarea:checked ~ label,
.form-inner .comment-section.style-3 .form-inner2 .review-rate-area label:hover ~ textarea:checked ~ label,
.comment-section.style-3 .form-inner2 .review-rate-area .contact-form label:hover ~ textarea:checked ~ label,
.comment-section.style-3 .contact-form .form-inner2 .review-rate-area label:hover ~ textarea:checked ~ label {
  color: #ffc107;
}

/*=======================================
 FAQ Css
=======================================*/
.faq-section .faq-title {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .faq-section .faq-title {
    margin-bottom: 65px;
  }
}
.faq-section .faq-title h1 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.8;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faq-section .faq-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .faq-section .faq-title h1 {
    font-size: 45px;
  }
}
.faq-section .faq-title h1 svg {
  fill: #000;
  margin-left: 15px;
}
.faq-section .faq-title h1 span {
  padding-left: 150px;
}
@media (max-width: 767px) {
  .faq-section .faq-title h1 span {
    padding-left: 100px;
  }
}
@media (max-width: 576px) {
  .faq-section .faq-title h1 span {
    padding-left: 0;
  }
}
.faq-section .faq-item h3 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.05px;
}
.faq-section .faq-item h3 svg {
  fill: rgba(34, 34, 34, 0.2);
}
@media (max-width: 576px) {
  .faq-section .faq-item h3 {
    font-size: 30px;
  }
}
.faq-section .faq-content .accordion .accordion-item {
  border: none;
}
.faq-section .faq-content .accordion .accordion-item:first-child .accordion-header .accordion-button {
  padding-top: 0;
}
.faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  border-radius: unset;
  box-shadow: none;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  padding: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid var(--primary-color1);
}
.faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button::after {
  width: unset;
  height: unset;
  content: "\f4fe";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 800;
  font-size: 22px;
}
.faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: unset;
}
.faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f2ea";
}
@media (max-width: 576px) {
  .faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
.faq-section .faq-content .accordion .accordion-item .accordion-body {
  padding: 25px;
  padding-bottom: 15px;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.48px;
}
@media (max-width: 576px) {
  .faq-section .faq-content .accordion .accordion-item .accordion-body {
    font-size: 14px;
    padding: 20px;
  }
}

/*=======================================
 Error Css
=======================================*/
.error-section {
  background-image: url(../img/inner-page/error-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}
.error-section .error-wrapper .error-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
@media (max-width: 576px) {
  .error-section .error-wrapper .error-img {
    margin-bottom: 45px;
  }
}
.error-section .error-wrapper .error-content {
  text-align: center;
}
.error-section .error-wrapper .error-content h1 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .error-section .error-wrapper .error-content h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-section .error-wrapper .error-content h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .error-section .error-wrapper .error-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .error-section .error-wrapper .error-content h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.error-section .error-wrapper .error-content p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .error-section .error-wrapper .error-content p {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
.error-section .error-wrapper .error-content .primary-btn1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 19px;
}
.error-section .error-wrapper .error-content .primary-btn1 svg {
  fill: var(--white-color);
}
.error-section .error-wrapper .error-content .primary-btn1:hover svg {
  fill: var(--primary-color1);
}
.error-section .error-wrapper .error-content .primary-btn1.hover-btn3::after {
  width: 170%;
  height: 170%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .left-sidebar-section .product-card .product-card-img .countdown-timer, .right-sidebar-section .product-card .product-card-img .countdown-timer, .infinity-section .product-card .product-card-img .countdown-timer, .slider .product-card .product-card-img .countdown-timer, .filter-top-section .product-card .product-card-img .countdown-timer, .filter-dropdown-section .product-card .product-card-img .countdown-timer, .newest-product-section .product-card .product-card-img .countdown-timer {
    width: 170px;
    height: 35px;
  }
  .left-sidebar-section .product-card .product-card-img .countdown-timer ul li, .right-sidebar-section .product-card .product-card-img .countdown-timer ul li, .infinity-section .product-card .product-card-img .countdown-timer ul li, .slider .product-card .product-card-img .countdown-timer ul li, .filter-top-section .product-card .product-card-img .countdown-timer ul li, .filter-dropdown-section .product-card .product-card-img .countdown-timer ul li, .newest-product-section .product-card .product-card-img .countdown-timer ul li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .left-sidebar-section .product-card .product-card-img .countdown-timer, .right-sidebar-section .product-card .product-card-img .countdown-timer, .infinity-section .product-card .product-card-img .countdown-timer, .slider .product-card .product-card-img .countdown-timer, .filter-top-section .product-card .product-card-img .countdown-timer, .filter-dropdown-section .product-card .product-card-img .countdown-timer, .newest-product-section .product-card .product-card-img .countdown-timer {
    width: 160px;
    height: 30px;
  }
  .left-sidebar-section .product-card .product-card-img .countdown-timer ul li, .right-sidebar-section .product-card .product-card-img .countdown-timer ul li, .infinity-section .product-card .product-card-img .countdown-timer ul li, .slider .product-card .product-card-img .countdown-timer ul li, .filter-top-section .product-card .product-card-img .countdown-timer ul li, .filter-dropdown-section .product-card .product-card-img .countdown-timer ul li, .newest-product-section .product-card .product-card-img .countdown-timer ul li {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar-section .product-card .product-card-img .countdown-timer, .right-sidebar-section .product-card .product-card-img .countdown-timer, .infinity-section .product-card .product-card-img .countdown-timer, .slider .product-card .product-card-img .countdown-timer, .filter-top-section .product-card .product-card-img .countdown-timer, .filter-dropdown-section .product-card .product-card-img .countdown-timer, .newest-product-section .product-card .product-card-img .countdown-timer {
    width: 170px;
    height: 35px;
  }
  .left-sidebar-section .product-card .product-card-img .countdown-timer ul li, .right-sidebar-section .product-card .product-card-img .countdown-timer ul li, .infinity-section .product-card .product-card-img .countdown-timer ul li, .slider .product-card .product-card-img .countdown-timer ul li, .filter-top-section .product-card .product-card-img .countdown-timer ul li, .filter-dropdown-section .product-card .product-card-img .countdown-timer ul li, .newest-product-section .product-card .product-card-img .countdown-timer ul li {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-sidebar-section .product-card .product-card-img .countdown-timer, .right-sidebar-section .product-card .product-card-img .countdown-timer, .infinity-section .product-card .product-card-img .countdown-timer, .slider .product-card .product-card-img .countdown-timer, .filter-top-section .product-card .product-card-img .countdown-timer, .filter-dropdown-section .product-card .product-card-img .countdown-timer, .newest-product-section .product-card .product-card-img .countdown-timer {
    width: 170px;
    height: 35px;
  }
  .left-sidebar-section .product-card .product-card-img .countdown-timer ul li, .right-sidebar-section .product-card .product-card-img .countdown-timer ul li, .infinity-section .product-card .product-card-img .countdown-timer ul li, .slider .product-card .product-card-img .countdown-timer ul li, .filter-top-section .product-card .product-card-img .countdown-timer ul li, .filter-dropdown-section .product-card .product-card-img .countdown-timer ul li, .newest-product-section .product-card .product-card-img .countdown-timer ul li {
    font-size: 14px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .left-sidebar-section .product-card .product-card-content .product-size, .right-sidebar-section .product-card .product-card-content .product-size, .infinity-section .product-card .product-card-content .product-size, .slider .product-card .product-card-content .product-size, .filter-top-section .product-card .product-card-content .product-size, .filter-dropdown-section .product-card .product-card-content .product-size, .newest-product-section .product-card .product-card-content .product-size {
    flex-wrap: wrap;
  }
}
@media (max-width: 1399px) {
  .left-sidebar-section .product-card .product-card-content .product-size, .right-sidebar-section .product-card .product-card-content .product-size, .infinity-section .product-card .product-card-content .product-size, .slider .product-card .product-card-content .product-size, .filter-top-section .product-card .product-card-content .product-size, .filter-dropdown-section .product-card .product-card-content .product-size, .newest-product-section .product-card .product-card-content .product-size {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .left-sidebar-section .product-card .product-card-content .product-size, .right-sidebar-section .product-card .product-card-content .product-size, .infinity-section .product-card .product-card-content .product-size, .slider .product-card .product-card-content .product-size, .filter-top-section .product-card .product-card-content .product-size, .filter-dropdown-section .product-card .product-card-content .product-size, .newest-product-section .product-card .product-card-content .product-size {
    flex-wrap: nowrap;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shop-list-section .product-card .product-card-img .countdown-timer {
    width: 170px;
    height: 35px;
  }
  .shop-list-section .product-card .product-card-img .countdown-timer ul li {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop-list-section .product-card .product-card-img .countdown-timer {
    width: 170px;
    height: 35px;
  }
  .shop-list-section .product-card .product-card-img .countdown-timer ul li {
    font-size: 14px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-list-section .product-card .product-card-content .product-size {
    flex-wrap: wrap;
  }
}
@media (max-width: 1399px) {
  .shop-list-section .product-card .product-card-content .product-size {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .shop-list-section .product-card .product-card-content .product-size {
    flex-wrap: nowrap;
  }
}

/*=======================================
home2 Topbar Css
=======================================*/
.top-bar2 {
  background-color: var(--primary-color1);
  padding: 15px 0;
}
@media (max-width: 576px) {
  .top-bar2 {
    display: none;
  }
}
.top-bar2 .top-bar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-bar2 .top-bar-left svg {
  fill: var(--white-color);
}
.top-bar2 .top-bar-left a {
  color: var(--white-color);
  font-family: var(--font-Jost);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px;
}
.top-bar2 p {
  color: var(--white-color);
  font-family: var(--font-Jost);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .top-bar2 p {
    display: none;
    visibility: hidden;
  }
}
.top-bar2 p a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  text-decoration: underline;
  transition: 0.5s;
}
.top-bar2 p a:hover {
  color: var(--white-color);
}
.top-bar2 .social-area ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.top-bar2 .social-area ul li {
  position: relative;
}
.top-bar2 .social-area ul li a {
  color: rgba(255, 255, 255, 0.5);
  transform: 0.5s;
}
.top-bar2 .social-area ul li a i {
  font-size: 14px;
}
.top-bar2 .social-area ul li a:hover {
  color: var(--white-color);
}
.top-bar2 .social-area ul li::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.top-bar2 .social-area ul li:last-child::after {
  display: none;
}

/*=======================================
home2 Banner Css
=======================================*/
.banner-2-section {
  overflow: hidden;
}
.banner-2-section .swiper-slide-active .banner-2-right-content h1 {
  animation: fade-In-Down 1.5s;
}
@keyframes fade-In-Down {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.banner-2-section .swiper-slide-active .banner-2-right-content p {
  animation: fade-In-Down 1.5s;
}
.banner-2-section .swiper-slide-active .banner-2-right-content .primary-btn3 {
  animation: fade-up 1.5s;
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.banner-2-section .swiper-slide-active .banner-2-right-content strong {
  animation: zoom-In-effect 1s;
}
@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.banner-2-section .banner-2-left {
  position: relative;
  height: 100%;
}
@media (max-width: 1199px) {
  .banner-2-section .banner-2-left {
    display: none;
  }
}
.banner-2-section .banner-2-left .banner-2-left-img {
  height: 100%;
}
.banner-2-section .banner-2-left .banner-2-left-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-2-section .banner-2-left .banner-2-left-content {
  position: absolute;
  bottom: 50px;
  left: 35px;
  max-width: 300px;
  width: 100%;
}
.banner-2-section .banner-2-left .banner-2-left-content h2 {
  color: var(--white-color);
  font-family: var(--font-Jost);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}
.banner-2-section .banner-2-left .banner-2-left-content h2 strong {
  color: #C76B6B;
  font-weight: 700;
  font-size: 45px;
}
.banner-2-section .banner-2-right {
  position: relative;
}
.banner-2-section .banner-2-right .banner-2-right-img-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content {
  text-align: center;
  padding: 185px 0 187px 40px;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1500px) {
  .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content {
    padding: 130px 0 167px 40px;
  }
}
@media (max-width: 1399px) {
  .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content {
    padding: 185px 0 187px 40px;
  }
}
@media (max-width: 767px) {
  .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content {
    padding: 100px 20px 80px;
    max-width: 100%;
  }
}
.banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 57px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 {
    font-size: 50px;
  }
}
.banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1 span, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 span {
  font-size: 45px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1 span, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 span {
    font-size: 40px;
  }
}
.banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1 strong, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 strong {
  background-image: url(../img/home2/banner2-price-bg.png);
  color: var(--white-color);
  font-size: 45px;
  font-weight: 700;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1;
  padding: 0 30px;
  margin-left: 10px;
  background-position: center center;
}
@media (max-width: 576px) {
  .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1 strong, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 strong {
    font-size: 40px;
  }
}
.banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.54px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.banner-2-section .banner-2-right .swiper-pagination2 {
  position: absolute;
  top: unset;
  bottom: 20px;
  right: 30px;
  left: unset;
  z-index: 99;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: unset;
  gap: 14px;
}
@media (max-width: 767px) {
  .banner-2-section .banner-2-right .swiper-pagination2 {
    display: none;
  }
}
.banner-2-section .banner-2-right .swiper-pagination2 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-color1);
  background-color: transparent;
  opacity: 1;
  margin: 0;
}
.banner-2-section .banner-2-right .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color1);
  margin: 0;
}

/*=======================================
home2 Section title Css
=======================================*/
.section-title3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-title3 {
    display: block;
    margin-bottom: 40px;
  }
}
.section-title3 h3 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
.section-title3 h3 span {
  font-size: 25px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.section-title3 h3 span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: rgba(34, 34, 34, 0.2);
  width: 100%;
  height: 45%;
}
@media (max-width: 576px) {
  .section-title3 h3 span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-title3 h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-title3 h3 {
    font-size: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.section-title3 .view-all a {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.section-title3 .view-all a:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.section-title3 .view-all svg {
  fill: var(--text-color);
}
.section-title3 .slider-btn2 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.section-title3 .slider-btn2 i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: 0.5s;
}
.section-title3 .slider-btn2 i:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

/*=======================================
Product-Banner-Section Css
=======================================*/
.product-banner-section .product-banner-bg {
  border-radius: 10px;
  background: #F4EFEB;
  position: relative;
}
@media (max-width: 576px) {
  .product-banner-section .product-banner-bg {
    padding: 50px 20px;
  }
}
.product-banner-section .product-banner-bg .product-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .product-banner-section .product-banner-bg .product-banner-wrapper {
    justify-content: center;
  }
}
.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-left-img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 576px) {
  .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-left-img {
    display: none;
  }
}
.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-left-img img {
  border-radius: 10px 0 0 10px;
}
.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content {
  text-align: center;
  max-width: 413px;
}
.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content h2 {
  color: var(--primary-color1);
  font-family: var(--font-Kalam);
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content .primary-btn3 {
    padding: 7px 25px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content .primary-btn3 {
    font-size: 14px;
  }
}
.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-right-img {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-right-img {
    display: none;
  }
}
.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-right-img img {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .product-banner-section .product-banner-bg .product-banner-slider-btn {
    display: none;
  }
}
.product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg {
  width: 35px;
  height: 81px;
  border-radius: 0px 20px 20px 0px;
  background: #FBF8F1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg {
    width: 25px;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg {
    width: 20px;
    height: 55px;
  }
}
.product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg i {
  font-size: 24px;
}
@media (max-width: 576px) {
  .product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg i {
    font-size: 20px;
  }
}
.product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg.two {
  border-radius: 20px 0px 0px 20px;
}
.product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg:hover {
  background: var(--primary-color1);
  color: var(--white-color);
}
.product-banner-section .product-banner-bg .product-banner-slider-btn .pd-banner-prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.product-banner-section .product-banner-bg .product-banner-slider-btn .pd-banner-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.product-banner-section .swiper-slide-active .product-banner-left-img {
  animation: leftRight 1s;
}
.product-banner-section .swiper-slide-active .product-banner-content {
  animation: fadeInUp 1.5s;
}
.product-banner-section .swiper-slide-active .product-banner-right-img {
  animation: RightLeft 1s;
}
@keyframes RightLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/*=======================================
Suggest-Section Css
=======================================*/
.suggest-section .section-title3 .nav-pills {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .suggest-section .section-title3 .nav-pills {
    gap: 10px;
  }
}
.suggest-section .section-title3 .nav-pills .nav-item {
  margin-right: 20px;
}
.suggest-section .section-title3 .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.suggest-section .section-title3 .nav-pills .nav-item .nav-link {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding: 0;
}
.suggest-section .section-title3 .nav-pills .nav-item .nav-link.active {
  background-color: unset;
  font-weight: 500;
  text-decoration-line: underline;
}
.suggest-section .sg-slider-wrapper {
  position: relative;
}
@media (max-width: 576px) {
  .suggest-section .sg-slider-wrapper .sg-slider-btn {
    display: none;
  }
}
.suggest-section .sg-slider-wrapper .sg-slider-btn i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  background-color: #FBF8F1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: 0.5s;
}
.suggest-section .sg-slider-wrapper .sg-slider-btn i:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.suggest-section .sg-slider-wrapper .sg-slider-btn .sg-prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  z-index: 1;
}
.suggest-section .sg-slider-wrapper .sg-slider-btn .sg-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  z-index: 1;
}

/*=======================================
Brand-Section Css
=======================================*/
.brand-section {
  background-color: #F7ECD7;
  padding: 60px 10%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .brand-section {
    padding: 60px 5%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .brand-section {
    padding: 60px 2%;
  }
}
@media (max-width: 1199px) {
  .brand-section {
    padding: 50px 3%;
  }
}
@media (max-width: 767px) {
  .brand-section {
    padding: 50px 2%;
  }
}
.brand-section .pb-35 {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .brand-section .pb-35 {
    padding: 0;
  }
}
.brand-section .pt-35 {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .brand-section .pt-35 {
    padding: 0;
  }
}
.brand-section .section-title3 {
  width: 100%;
  height: 100%;
  border-right: 1px solid var(--primary-color1);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .brand-section .section-title3 {
    border: unset;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .brand-section .section-title3 {
    margin-bottom: 10px;
  }
}
.brand-section .brand-border-bottom {
  position: relative;
}
.brand-section .brand-border-bottom::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--primary-color1);
}
@media (max-width: 767px) {
  .brand-section .brand-border-bottom::after {
    display: none;
  }
}
.brand-section .brand-divider {
  position: relative;
}
.brand-section .brand-divider::after {
  display: none;
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--primary-color1);
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .brand-section .brand-divider::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .brand-section .brand-img {
    border: 1px solid var(--primary-color1);
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
  }
}

/*=======================================
Testimonial-Section Css
=======================================*/
.testimonial-section .testimonial-slider {
  position: relative;
}
.testimonial-section .testimonial-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(84deg, #FBF8F1 0%, rgba(251, 248, 241, 0) 100%);
  z-index: 9;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider::before {
    display: none;
  }
}
.testimonial-section .testimonial-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(98deg, rgba(251, 248, 241, 0) 0%, #FBF8F1 100%);
  z-index: 9;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider::after {
    display: none;
  }
}
.testimonial-section .swiper-slide-active .testimonial-card::after {
  opacity: 1;
}
.testimonial-section .swiper-slide-active .author-img-and-rating {
  opacity: 1;
}
.testimonial-section .testimonial-card {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  border-radius: 10px;
  padding: 40px 35px;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-card {
    padding: 30px 20px;
  }
}
.testimonial-section .testimonial-card .testimonial-content .author-rating {
  margin-bottom: 10px;
}
.testimonial-section .testimonial-card .testimonial-content .author-rating i {
  color: #FFC107;
}
.testimonial-section .testimonial-card .testimonial-content p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.54px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-card .testimonial-content p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-card .testimonial-content p {
    font-size: 15px;
  }
}
.testimonial-section .testimonial-card .testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-section .testimonial-card .testimonial-bottom .author-area h5 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-card .testimonial-bottom .author-area h5 {
    font-size: 20px;
  }
}
.testimonial-section .testimonial-card .testimonial-bottom .author-area p {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-card .testimonial-bottom .author-area p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-card .testimonial-bottom .testimonial-qoute {
    display: none;
  }
}
.testimonial-section .testimonial-card .testimonial-bottom .testimonial-qoute svg {
  fill: rgba(34, 34, 34, 0.05);
}
.testimonial-section .testimonial-card .testimonial-bottom .date-and-time p {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
.testimonial-section .testimonial-card .testimonial-bottom .date-and-time span {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.testimonial-section .testimonial-card::after {
  content: "";
  width: 40px;
  height: 40px;
  background: var(--white-color);
  border-bottom: 1px solid var(--primary-color1);
  border-right: 1px solid var(--primary-color1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -20px;
  opacity: 0;
  transition: 0.35s;
}
.testimonial-section .author-img-and-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.35s;
  opacity: 0;
}
.testimonial-section .author-img-and-rating .author-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.testimonial-section .author-img-and-rating .author-img img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

/*================================================
  Checkout page
=================================================*/
.checkout-section .form-wrap {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 4px 8px 30px rgba(141, 141, 141, 0.1);
}
@media (max-width: 576px) {
  .checkout-section .form-wrap {
    padding: 25px;
  }
}
.checkout-section .form-wrap h4 {
  font-family: var(--font-Jost);
  font-weight: 600;
  font-size: 25px;
  color: var(--primary-color1);
  line-height: 1;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .checkout-section .form-wrap h4 {
    font-size: 23px;
  }
}
.checkout-section .form-wrap .form-inner {
  margin-bottom: 25px;
}
.checkout-section .form-wrap .form-inner label {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  margin-bottom: 10px;
}
.checkout-section .form-wrap .form-inner .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: unset;
  border: 1px solid var(--primary-color1);
  border-radius: unset;
}
.checkout-section .form-wrap .form-inner .nice-select:focus {
  border: 1px solid #ddd;
}
.checkout-section .form-wrap .form-inner .nice-select .list {
  width: 100%;
}
.checkout-section .form-wrap .form-inner .nice-select::after {
  border-bottom: 2px solid var(--primary-color1);
  border-right: 2px solid var(--primary-color1);
  width: 8px;
  height: 8px;
  right: 28px;
  top: 48%;
}
.checkout-section .added-product-summary {
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 576px) {
  .checkout-section .added-product-summary {
    padding: 25px 15px;
  }
}
.checkout-section .added-product-summary h5 {
  font-family: var(--font-Jost);
  font-weight: 600;
  font-size: 25px;
  color: var(--primary-color1);
  line-height: 1;
  margin-bottom: 25px;
}
.checkout-section .added-product-summary .added-products {
  padding: 0;
  margin: 0;
  list-style: none;
}
.checkout-section .added-product-summary .added-products .single-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.checkout-section .added-product-summary .added-products .single-product .product-area {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 576px) {
  .checkout-section .added-product-summary .added-products .single-product .product-area {
    gap: 10px;
  }
}
.checkout-section .added-product-summary .added-products .single-product .product-area img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .checkout-section .added-product-summary .added-products .single-product .product-area img {
    width: 80px;
    height: 80px;
  }
}
.checkout-section .added-product-summary .added-products .single-product .product-area .product-info h5 {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .checkout-section .added-product-summary .added-products .single-product .product-area .product-info h5 {
    margin-bottom: 10px;
  }
}
.checkout-section .added-product-summary .added-products .single-product .product-area .product-info h5 a {
  font-family: var(--font-Jost);
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color1);
  line-height: 1;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .checkout-section .added-product-summary .added-products .single-product .product-area .product-info h5 a {
    font-size: 18px;
  }
}
.checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total {
    gap: 10px;
  }
}
.checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total .quantity-counter {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 96px;
  height: 36px;
  border-radius: 30px;
  border: 1px solid var(--primary-color1);
  padding: 0 10px;
}
.checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total .quantity-counter a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color1);
}
.checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total .quantity-counter .quantity__input {
  width: 100%;
  text-align: center;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  border: unset;
}
@media (max-width: 576px) {
  .checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total strong i {
    font-size: 12px;
  }
}
.checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total strong .product-price {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-Jost);
}
.checkout-section .added-product-summary .added-products .single-product .delete-btn {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 4px 8px 30px rgba(141, 141, 141, 0.19);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .checkout-section .added-product-summary .added-products .single-product .delete-btn {
    margin: 0 0 0 auto;
  }
}
.checkout-section .added-product-summary .added-products .single-product .delete-btn i {
  font-size: 24px;
  transition: 0.4s ease;
}
.checkout-section .added-product-summary .added-products .single-product .delete-btn:hover {
  background-color: var(--primary-color1);
  box-shadow: 4px 8px 30px rgba(141, 141, 141, 0.19);
  transition: 0.4s ease;
}
.checkout-section .added-product-summary .added-products .single-product .delete-btn:hover i {
  color: var(--white-color);
}
.checkout-section .cost-summary {
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 23px 30px;
}
.checkout-section .cost-summary .cost-summary-table {
  margin-bottom: 0;
}
.checkout-section .cost-summary .cost-summary-table thead tr th {
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  padding: 0;
  padding-bottom: 10px;
}
.checkout-section .cost-summary .cost-summary-table thead tr th:last-child {
  text-align: right;
}
.checkout-section .cost-summary .cost-summary-table tbody tr .tax {
  font-size: 16px;
  color: var(--text-color2);
  font-weight: 500;
  font-family: var(--font-Jost);
  padding-left: 0;
}
.checkout-section .cost-summary .cost-summary-table tbody tr td {
  border: none;
  font-size: 14px;
  padding-bottom: 0;
  font-weight: 400;
  color: #838383;
  font-family: var(--font-Jost);
  padding-left: 0;
}
.checkout-section .cost-summary .cost-summary-table tbody tr td:last-child {
  text-align: right;
}
.checkout-section .cost-summary.total-cost {
  padding: 18px 30px;
}
.checkout-section .cost-summary.total-cost thead tr th {
  padding-bottom: 0;
}
.checkout-section .payment-methods {
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px;
}
.checkout-section .payment-methods .payment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.checkout-section .payment-methods .payment-list li {
  position: relative;
  margin-left: 25px;
}
.checkout-section .payment-methods .payment-list li h6 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
}
.checkout-section .payment-methods .payment-list li .checked {
  position: absolute;
  top: 3.5px;
  left: -25px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.checkout-section .payment-methods .payment-list li.active .checked {
  background: #848484;
}
.checkout-section .payment-methods .form-check {
  display: block;
  min-height: 24px;
  padding-left: 0;
  margin-bottom: 15px;
}
.checkout-section .payment-methods .form-check .form-check-input {
  min-width: 8px;
  min-height: 8px;
  margin-top: 8px;
  margin-right: 0;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkout-section .payment-methods .form-check .form-check-input[type=radio] {
  border-radius: 50%;
}
.checkout-section .payment-methods .form-check .form-check-input[type=radio]:checked {
  background: #848484;
  border-color: transparent;
  box-shadow: none;
  outline: none;
  margin-top: 8px;
}
.checkout-section .payment-methods .form-check .form-check-label {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
}
.checkout-section .payment-methods .form-check .para {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
}
.checkout-section .payment-methods .form-check.paypal {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-section .payment-methods .form-check.paypal {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .checkout-section .payment-methods .form-check.paypal {
    flex-wrap: wrap;
  }
}
.checkout-section .payment-methods .form-check.paypal .form-check-input[type=radio] {
  margin-top: 0;
}
.checkout-section .payment-methods .form-check.paypal .about-paypal {
  color: var(--primary-color1);
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid var(--primary-color1);
  line-height: 1;
}
.checkout-section .payment-methods .payment-form-bottom {
  padding-top: 10px;
}
.checkout-section .payment-methods .payment-form-bottom .custom-check-box {
  opacity: 0;
  display: none;
}
.checkout-section .payment-methods .payment-form-bottom .custom-check-box + label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 2px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .checkout-section .payment-methods .payment-form-bottom .custom-check-box + label {
    gap: 5px;
  }
}
.checkout-section .payment-methods .payment-form-bottom .custom-check-box + label::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-color1);
}
.checkout-section .payment-methods .payment-form-bottom .custom-check-box:checked + label::before {
  content: "\f26e";
  color: var(--white-color);
  font-family: "bootstrap-icons";
  background-color: var(--primary-color1);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-section .payment-methods .payment-form-bottom label {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
}
.checkout-section .payment-methods .payment-form-bottom label a {
  color: var(--primary-color1);
  font-weight: 600;
  font-size: 13px;
}
.checkout-section .place-order-btn .header-btn {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  border: none;
  outline: none;
  transition: 0.35s ease-in;
  background: var(--primary-color1);
  cursor: pointer;
  white-space: nowrap;
}
.checkout-section .place-order-btn .header-btn:hover {
  background: #191A1C;
}
.checkout-section .place-order-btn .header-btn:hover a {
  color: var(--white-color);
}

.choose-payment-method h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  margin-bottom: 20px;
}
.choose-payment-method .payment-option ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 21px;
}
.choose-payment-method .payment-option ul li {
  border: 1px solid #EEEEEE;
  max-width: 101px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
}
.choose-payment-method .payment-option ul li.active {
  border: 1px solid var(--primary-color1);
}
.choose-payment-method .payment-option ul li.active .checked {
  opacity: 1;
}
.choose-payment-method .payment-option ul li .checked {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.choose-payment-method .payment-option ul li .checked i {
  color: var(--white-color);
}
.choose-payment-method .input-area {
  position: relative;
}
.choose-payment-method .input-area label {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  margin-bottom: 10px;
}
.choose-payment-method .input-area input, .choose-payment-method .input-area .form-inner textarea, .form-inner .choose-payment-method .input-area textarea, .choose-payment-method .input-area .comment-section .contact-form textarea, .comment-section .contact-form .choose-payment-method .input-area textarea {
  display: block;
  transition: 0.3s ease;
  width: 100%;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  border: 1px solid var(--primary-color1);
  width: 100%;
  height: 50px;
  padding: 15px 20px;
}
.choose-payment-method .input-area input:focus, .choose-payment-method .input-area .form-inner textarea:focus, .form-inner .choose-payment-method .input-area textarea:focus, .choose-payment-method .input-area .comment-section .contact-form textarea:focus, .comment-section .contact-form .choose-payment-method .input-area textarea:focus {
  border: 1px solid #ddd;
}
.choose-payment-method .input-area .input-field {
  position: relative;
}
.choose-payment-method .input-area .input-field img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 70px;
}
.choose-payment-method .input-area .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--primary-color1);
  border-radius: unset;
}
.choose-payment-method .input-area .nice-select:focus {
  border: 1px solid #ddd;
}
.choose-payment-method .input-area .nice-select .list {
  width: 100%;
}
.choose-payment-method .input-area .nice-select::after {
  border-bottom: 2px solid var(--primary-color1);
  border-right: 2px solid var(--primary-color1);
  width: 8px;
  height: 8px;
  right: 20px;
  top: 48%;
}

.text-green {
  color: #2B8872 !important;
}

.text-red {
  color: red !important;
}

.dashboard-section {
  position: relative;
  z-index: 1;
}
.dashboard-section .dashboard-left {
  position: sticky;
  top: 58px;
}
.dashboard-section .nav .nav-link {
  background: var(--white-color);
  border: 1px solid var(--primary-color1);
  border-bottom: none;
  width: 100%;
  min-width: 0px;
  color: var(--title-color);
  font-size: 19px;
  font-weight: 500;
  font-family: var(--font-Jost);
  padding: 17px 20px;
  text-align: left;
  transition: all 0.42s ease;
  border-radius: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.dashboard-section .nav .nav-link:last-child {
  border-bottom: 1px solid var(--primary-color1);
}
.dashboard-section .nav .nav-link svg {
  margin-right: 10px;
  fill: var(--title-color);
  transition: all 0.42s ease;
}
.dashboard-section .nav .nav-link:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.dashboard-section .nav .nav-link:hover svg {
  fill: var(--white-color);
}
.dashboard-section .nav-pills .nav-link.active, .dashboard-section .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-color1);
}
.dashboard-section .nav-pills .nav-link.active svg, .dashboard-section .nav-pills .show > .nav-link svg {
  fill: var(--white-color);
}

.table-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
}
.table-title-area h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.7;
}
.table-title-area .nice-select {
  height: 40px;
  border-radius: 30px;
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 25px;
  padding-right: 55px;
  display: flex;
  align-items: center;
}
.table-title-area .nice-select:focus {
  border: 1px solid #ddd;
}
.table-title-area .nice-select::after {
  border-bottom: 1px solid var(--primary-color1);
  border-right: 1px solid var(--primary-color1);
  width: 8px;
  height: 8px;
  right: 28px;
  top: 47%;
}
@media (max-width: 576px) {
  .table-title-area .nice-select::after {
    width: 8px;
    height: 8px;
    top: 45%;
  }
}
.table-title-area .nice-select.open .list {
  width: 100%;
}
.table-title-area .nice-select.open .list .option {
  padding-left: 25px;
}

.table > :not(:first-child) {
  border-top: none;
}

.eg-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.eg-table thead {
  background: var(--primary-color1);
}
.eg-table thead tr {
  border-width: 1px;
}
.eg-table thead tr th {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white-color);
  opacity: 1;
  padding: 15px;
  vertical-align: top;
  text-align: center;
  border-width: 1px;
  border-color: var(--primary-color1);
  font-family: var(--font-Jost);
  white-space: nowrap;
}
.eg-table thead tr th:first-child {
  border-left: 1px solid #000;
}
.eg-table thead tr th:last-child {
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  .eg-table thead tr th {
    display: none;
  }
}
.eg-table tbody tr td {
  font-weight: 500;
  color: var(--title-color);
  text-align: center;
  border: 1px solid rgba(34, 34, 34, 0.75);
  vertical-align: middle;
  font-family: var(--font-Jost);
}
@media (max-width: 767px) {
  .eg-table tbody tr td {
    display: block;
    width: 100%;
    text-align: right;
    padding-left: 50%;
    position: relative;
    border-top: none;
  }
  .eg-table tbody tr td:first-child {
    border-top: 1px solid rgba(34, 34, 34, 0.75);
  }
}
.eg-table tbody tr td del {
  color: var(--text-color2);
}
.eg-table tbody tr td img {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .eg-table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .eg-table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .eg-table {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .eg-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    color: var(--title-color);
  }
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  background-color: var(--white-color);
}
@media (max-width: 767px) {
  .table-wrapper {
    box-shadow: unset;
  }
}
.table-wrapper .order-table tr td {
  padding: 10px 15px;
}

.table-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.table-pagination P {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  margin-right: 10px;
}
@media (max-width: 576px) {
  .table-pagination P {
    margin-bottom: 1rem;
  }
}

.dashboard-profile {
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 40px;
}
.dashboard-profile .owner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  padding: 40px 40px 0px 40px;
}
.dashboard-profile .owner .image {
  margin-right: 25px;
}
.dashboard-profile .owner .image img {
  max-width: 100px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dashboard-profile .owner .content h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0px;
}
.dashboard-profile .owner .content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-Jost);
  margin-bottom: 0px;
}

.dashboard-card {
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}
.dashboard-card:hover .body .icon svg {
  fill: var(--primary-color1);
}
.dashboard-card .header {
  background: #1F2230;
  border-radius: 4px 4px 0px 0px;
  padding: 10px 20px;
}
.dashboard-card .header h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
}
.dashboard-card .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 25px;
}
.dashboard-card .body .counter-item h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}
.dashboard-card .body .icon svg {
  fill: var(--title-color);
  transition: all 0.42s ease;
}

.button-group {
  margin-top: 30px;
  gap: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .button-group {
    gap: 20px;
    margin-top: 20px;
  }
}

.order-traking-area label {
  font-size: 16px;
  font-family: var(--font-Jost);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.order-traking-area p {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: var(--font-Jost);
  font-weight: 400;
  text-align: center;
}
.order-traking-area.two .section-title {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.order-traking-area.two p {
  margin-bottom: 0;
}

.form-wrapper .nice-select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 15px 20px;
  display: flex;
  align-items: center;
}
.form-wrapper .nice-select:focus {
  border: 1px solid #ddd;
}
.form-wrapper .nice-select::after {
  border-bottom: 1px solid var(--primary-color1);
  border-right: 1px solid var(--primary-color1);
  width: 8px;
  height: 8px;
  right: 20px;
  top: 48%;
}
@media (max-width: 576px) {
  .form-wrapper .nice-select::after {
    width: 8px;
    height: 8px;
    top: 45%;
  }
}
.form-wrapper .nice-select.open .list {
  width: 100%;
}
.form-wrapper .nice-select.open .list .option {
  padding-left: 25px;
}
.form-wrapper input, .form-wrapper .form-inner textarea, .form-inner .form-wrapper textarea, .form-wrapper .comment-section .contact-form textarea, .comment-section .contact-form .form-wrapper textarea {
  border: 1px solid var(--primary-color1);
  width: 100%;
  height: 50px;
  padding: 15px 20px;
}
.form-wrapper input:focus, .form-wrapper .form-inner textarea:focus, .form-inner .form-wrapper textarea:focus, .form-wrapper .comment-section .contact-form textarea:focus, .comment-section .contact-form .form-wrapper textarea:focus {
  border: 1px solid #ddd;
}
.form-wrapper input::-moz-placeholder, .form-wrapper .form-inner textarea::-moz-placeholder, .form-inner .form-wrapper textarea::-moz-placeholder, .form-wrapper .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .form-wrapper textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.form-wrapper input::placeholder, .form-wrapper .form-inner textarea::placeholder, .form-inner .form-wrapper textarea::placeholder, .form-wrapper .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .form-wrapper textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.form-wrapper .form-inner {
  position: relative;
}
.form-wrapper .form-inner i {
  position: absolute;
  right: 20px;
  bottom: 13px;
  color: var(--primary-color1);
  cursor: pointer;
}

.contact-page .single-location {
  border: 1px solid var(--primary-color1);
  padding: 40px;
}
@media (max-width: 767px) {
  .contact-page .single-location {
    padding: 40px 25px;
  }
}
.contact-page .single-location .title-and-view-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contact-page .single-location .title-and-view-btn h5 {
  color: var(--title-color);
  font-family: var(--font-Jost);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.contact-page .single-location .title-and-view-btn a {
  color: var(--title-color);
  font-family: var(--font-Jost);
  font-size: 12px;
  font-weight: 600;
  transition: 0.35s;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-page .single-location .title-and-view-btn a svg {
  fill: var(--title-color);
  transition: 0.35s;
}
.contact-page .single-location ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-page .single-location ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
  margin-bottom: 10px;
  transition: 0.35s;
}
.contact-page .single-location ul li:last-child {
  margin-bottom: 0;
}
.contact-page .single-location ul li .icon {
  max-width: 34px;
  min-width: 34px;
  height: 34px;
  border: 1px solid var(--primary-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}
.contact-page .single-location ul li .icon svg {
  transition: 0.35s;
  fill: var(--primary-color1);
}
.contact-page .single-location ul li .info {
  line-height: 1;
}
.contact-page .single-location ul li .info a {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}
.contact-page .single-location ul li:hover .icon {
  background-color: var(--primary-color1);
}
.contact-page .single-location ul li:hover .icon svg {
  fill: var(--white-color);
}
.contact-page .single-contact {
  border: 1px solid var(--primary-color1);
  padding: 30px 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.contact-page .single-contact .title {
  line-height: 1;
  background-color: var(--white-color);
  position: absolute;
  left: 35px;
  top: -9px;
  padding: 0 20px;
}
.contact-page .single-contact .title h6 {
  margin-bottom: 0;
  line-height: 1;
  color: var(--title-color);
  font-family: var(--font-Jost);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-page .single-contact .icon {
  width: 40px;
  height: 40px;
  display: flex;
  border: 1px solid var(--primary-color1);
  align-items: center;
  justify-content: center;
}
.contact-page .single-contact .icon svg {
  fill: var(--title-color);
}
.contact-page .single-contact .content {
  line-height: 1;
}
.contact-page .single-contact .content span {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.contact-page .single-contact .content h6 {
  margin-bottom: 0;
}
.contact-page .single-contact .content h6 a {
  color: var(--title-color);
  font-family: var(--font-Jost);
  font-size: 16px;
  font-weight: 600;
  transition: 0.35s;
}
.contact-page .single-contact .content h6 a:hover {
  color: var(--primary-color1);
}
.contact-page .service-available {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-top: 15px;
}
.contact-page .service-available span {
  color: #FF4820;
  font-family: var(--font-Jost);
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.contact-page .service-available p {
  color: var(--text-color);
  font-family: var(--font-Jost);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.contact-page .service-available p strong {
  font-weight: 600;
}
.contact-page .section-title h4 {
  color: var(--title-color);
  font-family: var(--font-Jost);
  font-size: 26px;
  font-weight: 700;
}
.contact-page .inquiry-form {
  padding: 45px 35px 50px;
  box-shadow: 4px 8px 30px rgba(141, 141, 141, 0.1);
}
.contact-page .inquiry-form label {
  font-family: var(--font-Jost);
  font-size: 16px;
  color: var(--primary-color1);
  display: inline-block;
  margin-bottom: 5px;
}

.contact-map {
  line-height: 0;
  padding-top: 25px;
}
.contact-map iframe {
  width: 100%;
  height: 300px;
}

.login-modal .modal-content {
  border-radius: unset;
  border: 1px solid var(--primary-color1);
}
.login-modal .modal-content .modal-header {
  padding: 0;
  border: unset;
}
.login-modal .modal-content .modal-header .nav {
  width: 100%;
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
}
.login-modal .modal-content .modal-header .nav .nav-item {
  flex-basis: 50%;
  border: none;
}
.login-modal .modal-content .modal-header .nav .nav-item .nav-link {
  width: 100%;
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  border: none;
  padding: 18px 0;
}
.login-modal .modal-content .modal-header .nav .nav-item .nav-link.active {
  border: unset;
  border-bottom: 2px solid var(--primary-color1);
  color: var(--primary-color1);
}
.login-modal .modal-content .modal-header .nav .nav-item:focus-visible {
  outline: none;
}
.login-modal .modal-content .modal-header .nav .nav-item:hover {
  border: none;
}
.login-modal .modal-content .modal-body {
  padding: 40px 45px;
}
@media (max-width: 576px) {
  .login-modal .modal-content .modal-body {
    padding: 30px 20px;
  }
}
.login-modal .modal-content .modal-body .login-registration-form .form-title {
  text-align: center;
}
.login-modal .modal-content .modal-body .login-registration-form .form-title h3 {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.login-modal .modal-content .modal-body .login-registration-form .form-inner {
  position: relative;
}
.login-modal .modal-content .modal-body .login-registration-form .form-inner input, .login-modal .modal-content .modal-body .login-registration-form .form-inner textarea {
  border: 1px solid var(--primary-color1);
  width: 100%;
  height: 50px;
  padding: 15px 20px;
}
.login-modal .modal-content .modal-body .login-registration-form .form-inner input:focus, .login-modal .modal-content .modal-body .login-registration-form .form-inner textarea:focus {
  border: 1px solid #ddd;
}
.login-modal .modal-content .modal-body .login-registration-form .form-inner input::-moz-placeholder, .login-modal .modal-content .modal-body .login-registration-form .form-inner textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.login-modal .modal-content .modal-body .login-registration-form .form-inner input::placeholder, .login-modal .modal-content .modal-body .login-registration-form .form-inner textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.login-modal .modal-content .modal-body .login-registration-form .form-inner i {
  position: absolute;
  right: 20px;
  bottom: 13px;
  color: var(--primary-color1);
  cursor: pointer;
}
.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 30px;
}
.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box {
  opacity: 0;
  display: none;
}
.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box + label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box + label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid var(--primary-color1);
}
.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box:checked + label::before {
  content: "\f26e";
  color: var(--white-color);
  font-family: "bootstrap-icons";
  background-color: var(--primary-color1);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember label {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .forget-pass {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.login-modal .modal-content .modal-body .login-registration-form .primary-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.login-modal .modal-content .modal-body .login-registration-form .member {
  color: var(--primary-color1);
  font-family: var(--font-Jost);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}/*# sourceMappingURL=style.css.map */