@charset "UTF-8";
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");

:root {
  --body: #0F1F1F;
  --black: #000;
  --white: #fff;
  --theme: #BD844C;
  --theme2: #57437B;
  --theme3: #BD844C;
  --theme4: #4C73BD;
  --theme5: #339994;
  --theme6: #777335;
  --header: #010F1C;
  --header2: #1C1D21;
  --text: #636363;
  --border: #273536;
  --bg: #F4F4F4;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  background-color: var(--theme);
  font-weight: 600;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  padding: 18px 35px;
  border-radius: 7px;
  z-index: 9;
  display: inline-block;
  line-height: 1;
}
.theme-btn.theme-btn-2 {
  background-color: var(--theme2);
}
.theme-btn.theme-btn-3 {
  background-color: var(--theme3);
}
.theme-btn.theme-btn-4 {
  background-color: var(--theme4);
}
.theme-btn.theme-btn-5 {
  background-color: var(--theme5);
}
.theme-btn.theme-btn-6 {
  background-color: var(--theme6);
}
.theme-btn i {
  margin-left: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.theme-btn span {
  position: relative;
  z-index: 9;
}
/* .theme-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: #624426;;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0 7px 7px 0;
  z-index: 1;
} */
.theme-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0;
  content: "";
  background-color: #5a320e;;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 7px 0 0 7px;
  z-index: 1;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  width: 100%;

  height: 100%;
}
.theme-btn:hover::after {
  height: 100%;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 22px 30px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
  }
  .theme-btn span {
    font-size: 14px;
  }
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

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

input:focus {
  color: var(--text);
  outline: none;
}

input {
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Syne", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* إخفاء البار في الديسكتوب */
.mobile-bottom-nav {
  display: none;
}
/*Bottom Navigation*/
@media (max-width: 768px) {
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    z-index: 999;
  }
}

.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #444;
  font-size: 12px;
  position: relative;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #bd844c;
}

.mobile-bottom-nav .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  fill: currentColor;
}

.icon-img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  object-fit: contain;
}

/*Bottom Navigation*/


h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 575px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 800;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content {
    margin-left: 0;
  }
}
.about-wrapper .about-content h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .about-wrapper .about-content h2 {
    font-size: 30px;
  }
}
.about-wrapper .about-content .list-items {
  margin-top: 30px;
}
.about-wrapper .about-content .list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.about-wrapper .about-content .list-items li:not(:last-child) {
  margin-bottom: 40px;
}
.about-wrapper .about-content .list-items li .icon {
  font-size: 28px;
  color: var(--header);
}
.about-wrapper .about-content .list-items li .content h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .about-wrapper .about-content .list-items li .content h4 {
    font-size: 16px;
  }
}
.about-wrapper .about-content .list-items li .content span {
  color: #23262F;
}

.about-video-wrapper-5 .about-content .section-title h2 {
  font-size: 80px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .about-video-wrapper-5 .about-content .section-title h2 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .about-video-wrapper-5 .about-content .section-title h2 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .about-video-wrapper-5 .about-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .about-video-wrapper-5 .about-content .section-title h2 {
    font-size: 34px;
  }
}
.about-video-wrapper-5 .about-content p {
  margin-top: 15px;
  font-size: 19px;
  max-width: 500px;
}
.about-video-wrapper-5 .about-content .theme-btn {
  background-color: var(--theme5);
  border-radius: 0;
  margin-top: 20px;
}
.about-video-wrapper-5 .about-content .theme-btn::before, .about-video-wrapper-5 .about-content .theme-btn::after {
  border-radius: 0;
}
.about-video-wrapper-5 .about-image {
  position: relative;
}
.about-video-wrapper-5 .about-image img {
  width: 100%;
  height: 100%;
}
.about-video-wrapper-5 .about-image .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  color: var(--header);
  background: rgba(217, 217, 217, 0.75);
  font-size: 24px;
}

.about-wrapper-2 .content h2 {
  text-align: center;
}
.about-wrapper-2 .content p {
  font-size: 18px;
  color: var(--header);
  margin-top: 20px;
}
.about-wrapper-2 .about-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-wrapper-2 .about-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-wrapper-2 .about-content h3 {
  font-size: 42px;
  margin-bottom: 25px;
}
.about-wrapper-2 .about-content p {
  font-size: 24px;
  line-height: 138%;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@-webkit-keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rounded {
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@keyframes rounded {
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes rotated2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotated2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  -webkit-animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translatey(-40px);
            transform: translatey(-40px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translatey(-40px);
            transform: translatey(-40px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-webkit-keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    transform: translateX(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.brand-logo {
  text-align: center;
  border: 1px solid #EEE;
  padding: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.brand-logo img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.brand-logo:hover {
  border: 1px solid #84A9FF;
}
.brand-logo:hover img {
  -webkit-filter: invert(31%) sepia(98%) saturate(2697%) hue-rotate(193deg) brightness(99%) contrast(101%);
          filter: invert(31%) sepia(98%) saturate(2697%) hue-rotate(193deg) brightness(99%) contrast(101%);
}

.contact-wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 30px;
  text-align: center;
}
.contact-wrapper p {
  color: #383838;
  margin-bottom: 30px;
  text-align: center;
}
.contact-wrapper .contact-content {
  padding: 50px;
  border-radius: 32px;
  border: 1px solid #ACACAC;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-content {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-content {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-content {
    padding: 30px;
  }
}
.contact-wrapper .contact-content .form-clt {
  position: relative;
}
.contact-wrapper .contact-content .form-clt span {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
  color: #383838;
}
.contact-wrapper .contact-content .form-clt input, .contact-wrapper .contact-content .form-clt textarea {
  padding: 16px 30px;
  border: none;
  outline: none;
  border-radius: 8px;
  border: 1px solid #ACACAC;
  opacity: 0.5;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--bg);
  color: var(--text);
}
@media (max-width: 575px) {
  .contact-wrapper .contact-content .form-clt input, .contact-wrapper .contact-content .form-clt textarea {
    padding: 12px 20px;
  }
}
.contact-wrapper .contact-content .form-clt textarea {
  padding: 18px 30px 60px;
}
@media (max-width: 575px) {
  .contact-wrapper .contact-content .form-clt textarea {
    padding: 12px 20px 90px;
  }
}
.contact-wrapper .contact-content .form-clt::-webkit-input-placeholder {
  color: var(--text);
}
.contact-wrapper .contact-content .form-clt::-moz-placeholder {
  color: var(--text);
}
.contact-wrapper .contact-content .form-clt:-ms-input-placeholder {
  color: var(--text);
}
.contact-wrapper .contact-content .form-clt::-ms-input-placeholder {
  color: var(--text);
}
.contact-wrapper .contact-content .form-clt::placeholder {
  color: var(--text);
}
.contact-wrapper .contact-content .from-cheak-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-wrapper .contact-content .from-cheak-items .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: block;
}
.contact-wrapper .contact-content .from-cheak-items .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-wrapper .contact-content .from-cheak-items .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.contact-wrapper .contact-content .from-cheak-items .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 0;
  border: 2px solid var(--theme);
  top: 5px;
  content: "";
}
.contact-wrapper .contact-content .from-cheak-items .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}
.contact-wrapper .contact-content .from-cheak-items .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -6px;
  left: 3px;
  color: var(--theme);
  font-size: 11px;
}
.contact-wrapper .contact-content .from-cheak-items .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.contact-wrapper .contact-content .from-cheak-items .theme-btn {
  padding: 16px 30px;
}
.contact-wrapper .contact-box-items {
  background-color: rgb(230, 31, 127);
  padding: 80px 70px 100px;
  border-radius: 32px;
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-box-items {
    padding: 60px 60px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper .contact-box-items {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-box-items {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-box-items {
    padding: 30px 30px;
  }
}
.contact-wrapper .contact-box-items .content h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 575px) {
  .contact-wrapper .contact-box-items .content h2 {
    font-size: 35px;
  }
}
.contact-wrapper .contact-box-items .content .list li {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  line-height: 1;
}
.contact-wrapper .contact-box-items .content .list li:not(:last-child) {
  margin-bottom: 32px;
}
.contact-wrapper .contact-box-items .content .list li i {
  color: var(--white);
}
.contact-wrapper .contact-box-items .content .list li a {
  color: var(--white);
}
.contact-wrapper .contact-box-items .content .social-item {
  margin-top: 110px;
}
@media (max-width: 575px) {
  .contact-wrapper .contact-box-items .content .social-item {
    margin-top: 40px;
  }
}
.contact-wrapper .contact-box-items .content .social-item h3 {
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--white);
  font-size: 24px;
}
.contact-wrapper .contact-box-items .content .social-item .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.contact-wrapper .contact-box-items .content .social-item .social-icon a {
  color: var(--white);
  font-size: 30px;
}
@media (max-width: 575px) {
  .contact-wrapper .contact-box-items .content .social-item .social-icon a {
    font-size: 20px;
  }
}
.contact-wrapper.style-2 .contact-content .from-cheak-items .checkbox-area .checkmark {
  border: 2px solid var(--theme2);
}
.contact-wrapper.style-2 .contact-content .from-cheak-items .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme2);
}
.contact-wrapper.style-2 .contact-content .from-cheak-items .theme-btn {
  padding: 14px 40px;
  border-radius: 48px;
  background: #57437B;
}
.contact-wrapper.style-2 .contact-box-items {
  background-color: var(--theme2);
}
.contact-wrapper.style-3 .contact-content .from-cheak-items .checkbox-area .checkmark {
  border: 2px solid var(--theme3);
}
.contact-wrapper.style-3 .contact-content .from-cheak-items .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme3);
}
.contact-wrapper.style-3 .contact-content .from-cheak-items .text-color {
  color: #A7A7A7;
}
.contact-wrapper.style-3 .contact-content .from-cheak-items .theme-btn {
  padding: 14px 40px;
  border-radius: 8px;
  background: #BD844C;
}
.contact-wrapper.style-3 .contact-box-items {
  background-color: var(--theme3) !important;
}
.contact-wrapper.style-4 .contact-content .from-cheak-items .checkbox-area .checkmark {
  border: 2px solid var(--theme4);
}
.contact-wrapper.style-4 .contact-content .from-cheak-items .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme4);
}
.contact-wrapper.style-4 .contact-content .from-cheak-items .theme-btn {
  padding: 14px 40px;
  border-radius: 8px;
  background: var(--theme4);
}
.contact-wrapper.style-4 .contact-box-items {
  background-color: var(--theme4) !important;
}
.contact-wrapper.style-5 .contact-content .from-cheak-items .checkbox-area .checkmark {
  border: 2px solid var(--theme5);
}
.contact-wrapper.style-5 .contact-content .from-cheak-items .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme5);
}
.contact-wrapper.style-5 .contact-content .from-cheak-items .theme-btn {
  padding: 14px 40px;
  border-radius: 8px;
  background: var(--theme5);
}
.contact-wrapper.style-5 .contact-box-items {
  background-color: var(--theme5) !important;
}
.contact-wrapper.style-6 .contact-content .from-cheak-items .checkbox-area .checkmark {
  border: 2px solid var(--theme6);
}
.contact-wrapper.style-6 .contact-content .from-cheak-items .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme6);
}
.contact-wrapper.style-6 .contact-content .from-cheak-items .theme-btn {
  padding: 14px 40px;
  border-radius: 8px;
  background: var(--theme6);
}
.contact-wrapper.style-6 .contact-box-items {
  background-color: var(--theme6) !important;
}

.map-items .googpemap iframe {
  width: 100%;
  height: 600px;
}

.tab-content .account-from-item .user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .tab-content .account-from-item .user-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab-content .account-from-item .user-item .form-clt {
  position: relative;
  width: 100%;
}
.tab-content .account-from-item .user-item .form-clt span {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--black);
}
.tab-content .account-from-item .user-item .form-clt input, .tab-content .account-from-item .user-item .form-clt textarea {
  padding: 6px 10px;
  border: none;
  outline: none;
  border-radius: 4px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .user-item .form-clt::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .user-item .form-clt::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .user-item .form-clt:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .user-item .form-clt::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .user-item .form-clt::placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .Personal-Information h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tab-content .account-from-item .Personal-Information .form-clt {
  position: relative;
}
.tab-content .account-from-item .Personal-Information .form-clt span {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--black);
}
.tab-content .account-from-item .Personal-Information .form-clt input, .tab-content .account-from-item .Personal-Information .form-clt textarea {
  padding: 6px 10px;
  border: none;
  outline: none;
  border-radius: 4px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .Personal-Information .form-clt::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .Personal-Information .form-clt::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .Personal-Information .form-clt:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .Personal-Information .form-clt::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.tab-content .account-from-item .Personal-Information .form-clt::placeholder {
  color: rgba(0, 0, 0, 0.36);
}

.cta-banner-wrapper {
  background-color: var(--theme);
  border-radius: 18px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-banner-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.cta-banner-wrapper .content h2 {
  font-size: 72px;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 1399px) {
  .cta-banner-wrapper .content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cta-banner-wrapper .content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cta-banner-wrapper .content h2 {
    font-size: 40px;
  }
}
.cta-banner-wrapper .content .theme-btn {
  border-radius: 9px;
  background: rgba(255, 238, 246, 0.15);
  margin-top: 20px;
}
.cta-banner-wrapper .content .theme-btn span {
  color: var(--white);
}

.cta-subscribe-wrapper {
  padding: 80px 40px;
  margin: 0 auto;
  text-align: center;
  border-radius: 18px;
}
@media (max-width: 991px) {
  .cta-subscribe-wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .cta-subscribe-wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .cta-subscribe-wrapper {
    padding: 40px 30px;
  }
}
.cta-subscribe-wrapper h2 {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 46px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .cta-subscribe-wrapper h2 {
    font-size: 36px;
  }
}
.cta-subscribe-wrapper .newsletter-input {
  position: relative;
  max-width: 610px;
  width: 100%;
  margin: 40px auto 0;
}
.cta-subscribe-wrapper .newsletter-input input {
  width: 100%;
  outline: none;
  border: 1px solid var(--theme);
  background: #fff;
  border-radius: 9px;
  padding: 17px 20px;
}
.cta-subscribe-wrapper .newsletter-input .theme-btn {
  position: absolute;
  top: 7px;
  bottom: 7px;
  right: 8px;
}

.cta-subscribe-section {
  position: relative;
}
.cta-subscribe-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FFEBF5;
  height: 50%;
}

.product-banner-items-2 {
  padding: 55px 25px;
}
.product-banner-items-2.style-2 .content span {
  margin-bottom: 0;
}
.product-banner-items-2.style-2 .content p {
  color: var(--white);
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 5px;
}
.product-banner-items-2.style-2 .content h3 {
  color: var(--white);
}
.product-banner-items-2.style-2 .content .theme-btn {
  background: #fff;
  border-radius: 40px;
  margin-top: 20px;
}
.product-banner-items-2.style-2 .content .theme-btn span {
  color: #57437B;
}
.product-banner-items-2.style-2 .content .theme-btn::before, .product-banner-items-2.style-2 .content .theme-btn::after {
  background-color: #57437B;
}
.product-banner-items-2.style-2 .content .theme-btn:hover span {
  color: var(--white);
}
.product-banner-items-2 .content span {
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 10px;
}
.product-banner-items-2 .content h3 {
  font-size: 36px;
}
.product-banner-items-2 .content .text-btn {
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #57437B;
  margin-top: 20px;
}
.product-banner-items-2 .content .text-btn i {
  margin-left: 8px;
}
.product-banner-items-2.style-color .content p {
  color: var(--header);
}
.product-banner-items-2.style-color .content h3 {
  color: #57437B;
}
.product-banner-items-2.style-padding {
  padding: 90px 25px;
}

.cta-discount-content {
  padding: 150px 0;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.cta-discount-content h2 {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.cta-discount-content p {
  color: var(--white);
}
.cta-discount-content .theme-btn {
  background-color: var(--white);
  border-radius: 60px;
  padding: 19px 42px;
  margin-top: 30px;
}
.cta-discount-content .theme-btn span {
  color: #57437B;
}
.cta-discount-content .theme-btn::before, .cta-discount-content .theme-btn::after {
  background-color: #57437B;
}
.cta-discount-content .theme-btn:hover span {
  color: var(--white);
}

.cta-newsletter-content {
  padding: 140px 0;
}

.cta-newsletter-content {
  max-width: 750px;
  position: relative;
}
.cta-newsletter-content h2 {
  color: var(--white);
  font-size: 54px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .cta-newsletter-content h2 {
    font-size: 42px;
  }
}
.cta-newsletter-content p {
  color: var(--white);
  margin-top: 10px;
}
.cta-newsletter-content .newsletter-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .cta-newsletter-content .newsletter-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cta-newsletter-content input {
  width: 79%;
  outline: none;
  border: none;
  background: #fff;
  border-radius: 9px;
  padding: 17px 20px;
}
@media (max-width: 1199px) {
  .cta-newsletter-content input {
    width: 100%;
  }
}
.cta-newsletter-content .theme-btn {
  padding: 23px 35px;
  background-color: #57437B;
  border-radius: 40px;
}
.cta-newsletter-content.style-2 {
  margin: initial;
  text-align: left;
  max-width: initial;
  padding: 100px 88px;
}
@media (max-width: 1199px) {
  .cta-newsletter-content.style-2 {
    padding: 60px 60px;
  }
}
@media (max-width: 767px) {
  .cta-newsletter-content.style-2 {
    padding: 50px 40px;
  }
}
.cta-newsletter-content.style-2 h2 {
  color: var(--theme4);
  font-size: 40px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
}
@media (max-width: 575px) {
  .cta-newsletter-content.style-2 h2 {
    font-size: 35px;
  }
}
.cta-newsletter-content.style-2 p {
  color: var(--text);
}
.cta-newsletter-content.style-2 .newsletter-input {
  max-width: 580px;
}
.cta-newsletter-content.style-2 .newsletter-input input {
  border-radius: 60px;
  background: #FFF;
}
.cta-newsletter-content.style-2 .theme-btn {
  background-color: var(--theme4);
}

.instagram-image {
  margin-top: 30px;
  position: relative;
}
.instagram-image img {
  width: 100%;
  height: 100%;
}
.instagram-image .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
}
.instagram-image .icon:hover {
  background-color: var(--theme5);
  color: var(--white);
}
.instagram-image:hover .icon {
  opacity: 1;
  visibility: visible;
}

.instagram-section .swiper-dot {
  position: relative;
}
.instagram-section .swiper-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: transparent;
  border: 1px solid rgba(1, 15, 28, 0.4);
  opacity: 1;
  border-radius: 12px;
}
.instagram-section .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.instagram-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #010F1C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.cta-wrapper-5 .cta-content {
  margin: 0 auto;
  text-align: center;
  max-width: 390px;
}
.cta-wrapper-5 .cta-content h2 {
  font-size: 52px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
}
.cta-wrapper-5 .cta-content p {
  font-size: 26px;
  color: var(--white);
}
.cta-wrapper-5 .cta-content .theme-btn {
  background-color: var(--white);
  border-radius: 50px;
  margin-top: 20px;
}
.cta-wrapper-5 .cta-content .theme-btn::before, .cta-wrapper-5 .cta-content .theme-btn::after {
  background-color: var(--header);
}
.cta-wrapper-5 .cta-content .theme-btn span {
  color: var(--theme6);
  margin-bottom: 0;
}
.cta-wrapper-5 .cta-content .theme-btn:hover span {
  color: var(--white);
}

.cta-video-wrapper-6 {
  position: relative;
  padding: 185px 0;
  background-attachment: fixed;
}
.cta-video-wrapper-6::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.cta-video-wrapper-6 .video-items {
  text-align: center;
  position: relative;
}
.cta-video-wrapper-6 .video-items h3 {
  font-size: 32px;
  font-weight: 600;
  color: var(--white);
}
.cta-video-wrapper-6 .video-items .video-popup {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme6);
  color: var(--white);
  margin-top: 30px;
}

.cta-newsletter-content-2 {
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.cta-newsletter-content-2 h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 575px) {
  .cta-newsletter-content-2 h2 {
    font-size: 30px;
  }
}
.cta-newsletter-content-2 p {
  color: var(--white);
  font-size: 24px;
  color: var(--header);
  max-width: 490px;
  margin: 15px auto 0;
}
.cta-newsletter-content-2 .newsletter-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 30px;
  max-width: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
@media (max-width: 1199px) {
  .cta-newsletter-content-2 .newsletter-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cta-newsletter-content-2 input {
  max-width: 430px;
  outline: none;
  border: none;
  background: #fff;
  border-radius: 0;
  padding: 17px 20px;
  width: 70%;
  color: var(--text);
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .cta-newsletter-content-2 input {
    width: 100%;
  }
}
.cta-newsletter-content-2 .theme-btn {
  padding: 23px 35px;
  background-color: var(--theme6);
  border-radius: 0;
}

.faq-section {
  background-color: #FFEBF5;
}

.faq-items {
  max-width: 1070px;
  margin: 0 auto;
}
.faq-items .accordion {
  margin: 0;
}
.faq-items .accordion .accordion-item {
  border: none;
  background: transparent;
}
.faq-items .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #cecbcb;
}
.faq-items .accordion .accordion-item h2 button {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 40px 60px 25px;
  font-family: "Syne", sans-serif;
  color: var(--theme);
  border-radius: 80px;
  background: #FFD6EA;
  border-radius: 0;
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}
.faq-items .accordion .accordion-item .accordion-body {
  padding: 0 60px 35px;
  background: #FFD6EA;
}
.faq-items .accordion .accordion-item .accordion-body p {
  color: #636363;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  max-width: 750px;
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-items .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}
.faq-items .accordion .accordion-button::after {
  display: none;
  background-color: #FFD6EA;
}
.faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 25px;
  right: 30px;
  font-size: 13px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--theme);
}
.faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
  padding: 40px 60px;
}
.faq-items .accordion .accordion-button.collapsed::before {
  content: "+";
  background-color: #FFD6EA;
  color: var(--header);
}

/* start feature-section  */
.feature-section{
  padding: 0 0 20px 0;
  border-bottom: 1px solid #DFE0E1;
  margin-bottom: 30px;
}
.featureSwiper {
  width: 50%;
  padding: 10px 0;
}
.feature-section .swiper-wrapper{
  justify-content: space-evenly;
}

.feature-section .swiper-slide {
  width: auto !important; 
  padding: 0 15px;
  flex-shrink: 1 !important;
}

.feature-marquee {
  width: 100%;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding: 0 20px;
}

.feature-item img {
  width: 25px;
  height: 25px;
}


@media (min-width: 992px) {
  .featureSwiper {
      display: none;
  }
}

@media (max-width: 991px) {
  .feature-wrapper-5 .row {
      display: none;
  }
}
.feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .feature-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.feature-wrapper .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-right: 1px solid rgba(230, 31, 127, 0.5);
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .feature-wrapper .icon-item {
    border-right: none;
    padding-right: 0;
  }
}
.feature-wrapper .icon-item.border-none {
  border-right: none !important;
  padding-right: 0;
}
.feature-wrapper .icon-item p {
  font-weight: 600;
  font-family: var(--header2);
}

.feature-marquee {
  width: 100%;
  overflow: hidden;
}

.feature-marquee .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  transition-timing-function: ease-out;
}

.feature-marquee .swiper-slide {
  width: auto !important;
  flex-shrink: 0 !important; 
  padding: 0 15px;
}

@media (min-width: 992px) {
  .feature-marquee .swiper-wrapper {
      justify-content: space-evenly; 
      flex-wrap: wrap; 
  }
  
  .feature-marquee .swiper-slide {
      margin: 0 10px; 
  }
}

.feature-box-items-5 {
  display: flex !important;
  align-items: center;
  white-space: nowrap;
  padding: 10px 0;
}


.choose-us-wrapper .choose-us-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}
.choose-us-wrapper .choose-us-content .icon-box-items {
  margin-top: 40px;
}
.choose-us-wrapper .choose-us-content .icon-box-items .icon-items .icon {
  position: relative;
  display: inline-block;
}
.choose-us-wrapper .choose-us-content .icon-box-items .icon-items .icon::before {
  position: absolute;
  bottom: -10px;
  right: -10px;
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FFCE9E;
  z-index: -1;
}
.choose-us-wrapper .choose-us-content .icon-box-items .icon-items .content {
  margin-top: 20px;
}
.choose-us-wrapper .choose-us-content .icon-box-items .icon-items .content h6 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.choose-us-wrapper .choose-us-image img {
  width: 100%;
  height: 100%;
}

/* deal section  */
.deal-section {
  position: relative;
  background-color: #BD844C36;
  margin-bottom: 80px;

}
.deal-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 85px;
  bottom: 0;
  width: 50%; 
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/latest-product/Deal\ of\ The\ Day.png);
  z-index: 0;
}
.deal-section .deal-wrapper{
  position: relative;
}
.deal-section .deal-container{
  padding: 30px;
}
.deal-section .deal-photo {
  background-image: url(../img/latest-product/21ba5d14268a367c43514623ac38fe19.png);
  width: 515px;
  height: 600px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 60px;
  top: -30px;
}

.deal-section .deal-content {
  width: 50%;
  padding: 40px 0px;
  margin-left: auto !important;
}

.deal-section .title-head h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #333;
}

.deal-section .deal-content p:first-child {
  margin-bottom: 10px;
  color: #00000080;
}

.deal-section .deal-content h3{
  padding: 0 150px 0 0;
  color: #010F1C;
  font-weight: 700;
  margin-bottom: 20px;
}
.deal-section .deal-content h3.price{
  color: #674227;
  font-size: 32px;
}

.deal-section .deal-content p {
  color: #000000;
  line-height: 1.6;
  font-size: 14px;
}

.deal-section .product-btn .theme-btn {
  background: transparent;
  color: #674227;
  padding: 12px 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid #674227;
}
.deal-section .product-btn .theme-btn:hover{
  color: #fff;

}

.deal-section .product-btn .theme-btn::before{
  border-radius:0 ;
}
.deal-wrapper .title-head {
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
  padding-bottom: 30px;
  margin-bottom: 45px;
}
.deal-wrapper .title-head h3 {
  font-size: 33px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.deal-wrapper .deal-left-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  justify-content: space-evenly;
}
.deal-wrapper .deal-left-items .nav-item img {
  width: 100%;
  height: 100%;
}
.deal-wrapper .deal-left-items .nav-item .nav-link.active {
  border: 2px solid var(--theme3);
}
.deal-wrapper .deal-left-items .nav {
  display: -ms-grid;
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
}
.deal-wrapper .deal-left-items .nav .nav-link {
  padding: 0;
}
.deal-wrapper .deal-left-items .shop-thumb {
  border: 4px solid var(--theme3);
  position: relative;
}
.deal-wrapper .deal-left-items .shop-thumb img {
  width: 100%;
  height: 100%;
}
.deal-wrapper .deal-left-items .shop-thumb .percent {
  position: absolute;
  width: 74px;
  height: 48px;
  top: 12px;
  right: 12px;
  line-height: 48px;
  background-color: #010F1C;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
}
.deal-wrapper .deal-left-items .shop-thumb .text-limit {
  border-radius: 14px 14px 0px 0px;
  background: #BD844C;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  display: inline-block;
  padding: 10px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.deal-wrapper .deal-content {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .deal-wrapper .deal-content {
    margin-left: 0;
  }
}
.deal-wrapper .deal-content h6 {
  font-size: 16px;
}
.deal-wrapper .deal-content h3 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.deal-wrapper .deal-content .price-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.deal-wrapper .deal-content .price-list h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--theme3);
}
.deal-wrapper .deal-content .price-list del {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.deal-wrapper .deal-content .sale {
  color: var(--header);
  margin-top: 50px;
  display: inline-block;
}
.deal-wrapper .deal-content .coming-soon-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .deal-wrapper .deal-content .coming-soon-timer {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .deal-wrapper .deal-content .coming-soon-timer {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    gap: 8px;
  }
}
.deal-wrapper .deal-content .coming-soon-timer .timer-content h3 {
  color: var(--header);
  font-size: 32px;
  font-weight: 700;
  border: 1px solid rgba(153, 77, 0, 0.25);
  padding: 20px 20px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  min-width: 100px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 575px) {
  .deal-wrapper .deal-content .coming-soon-timer .timer-content h3 {
    min-width: initial;
  }
}
.deal-wrapper .deal-content .coming-soon-timer .timer-content:hover h3 {
  background-color: var(--theme3);
  color: var(--white);
}
.deal-wrapper .deal-content .coming-soon-timer .timer-content p {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 400;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-top: 16px;
}
.deal-wrapper .deal-content .shop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.deal-wrapper .deal-content .shop-btn .theme-btn {
  border-radius: 0;
  background-color: var(--theme3);
  width: 100%;
  text-align: center;
  padding: 25px 35px;
}
.deal-wrapper .deal-content .shop-btn .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.deal-wrapper .deal-content .shop-btn .theme-btn::before, .deal-wrapper .deal-content .shop-btn .theme-btn::after {
  border-radius: 0 !important;
}
.deal-wrapper .deal-content .shop-btn .arrow-icon {
  padding: 20px 20px;
  text-align: center;
  background-color: #FFE7CF;
  line-height: 1;
}
.deal-wrapper .right-banner-image {
  position: relative;
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .deal-wrapper .right-banner-image {
    margin-left: 0;
  }
}
.deal-wrapper .right-banner-image img {
  width: 100%;
  height: 100%;
}
.deal-wrapper .right-banner-image .right-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.deal-wrapper .right-banner-image .content {
  background: rgba(1, 15, 28, 0.01);
  -webkit-backdrop-filter: blur(5.3499999046px);
          backdrop-filter: blur(5.3499999046px);
  padding: 15px;
  width: 100%;
}
.deal-wrapper .right-banner-image .content h6 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.deal-wrapper .right-banner-image .content h3 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.deal-wrapper .right-banner-image .content p {
  color: var(--header);
}
.deal-wrapper .right-banner-image .content .theme-btn {
  background-color: var(--white);
  border-radius: 0;
  margin-top: 30px;
}
.deal-wrapper .right-banner-image .content .theme-btn span {
  color: var(--header);
}
.deal-wrapper .right-banner-image .content .theme-btn::before, .deal-wrapper .right-banner-image .content .theme-btn::after {
  background-color: var(--theme3);
  border-radius: 0;
}
.deal-wrapper .right-banner-image .content .theme-btn:hover span {
  color: var(--white);
}

/* start testimonial-section */
.testimonial-section {
  background: #f9f9f9;
  padding: 50px 0;
  margin-top: 40px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 20px;
}

.testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  position: relative;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 60px;
  color: #BD844C36;
  font-family: serif;
  line-height: 1;
}

.rating {
  color: #FFC107;
  margin-bottom: 20px;
}

.rating i {
  margin-right: 3px;
}

.testimonial-text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  font-style: italic;
}

.client-info {
  display: flex;
  align-items: center;
}

.client-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.client-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-details h6 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}

.client-details span {
  color: #888;
  font-size: 14px;
}

@media (max-width: 768px) {
  .testimonial-grid {
      grid-template-columns: 1fr;
  }
  .testimonial-grid .testimonail-card-2{
    display: none;
  }
}

.testimonial-swiper-container {
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.testimonial-swiper {
  padding: 20px 0 !important;
}

.swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #BD844C;
  background-color: transparent;
}

.swiper-pagination-bullet-active {
  background: #BD844C;
  width: 30px;
  border-radius: 6px;
}
/* end testimonial-section */

.choose-us-section-5 {
  position: relative;
  background-attachment: fixed;
}
.choose-us-section-5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.37)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0.37) 100%);
}

.choose-us-wrapper-5 {
  position: relative;
  z-index: 9;
  max-width: 1200px;
  margin: 0 auto;
}
.choose-us-wrapper-5 .content {
  max-width: 330px;
}
.choose-us-wrapper-5 .content h2 {
  font-size: 34px;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  color: var(--white);
  margin-bottom: 15px;
}
.choose-us-wrapper-5 .content p {
  color: var(--white);
}
.choose-us-wrapper-5 .icon-items .icon {
  position: relative;
  display: inline-block;
}
.choose-us-wrapper-5 .icon-items .icon::before {
  border-radius: 33px;
  background: #339994;
  width: 33px;
  height: 33px;
  position: absolute;
  bottom: -5px;
  right: -10px;
  content: "";
  z-index: -1;
}
.choose-us-wrapper-5 .icon-items .content {
  margin-top: 20px;
}
.choose-us-wrapper-5 .icon-items .content h6 {
  font-size: 16px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 5px;
}
.choose-us-wrapper-5 .icon-items .content p {
  font-size: 14px;
}

.feature-box-items-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.feature-box-items-5 .content {
  max-width: 280px;
}
.feature-box-items-5 .content h6 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.feature-box-items-5 .content p {
  font-size: 14px;
}

.feature-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 100px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .feature-wrapper-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.feature-wrapper-inner .icon-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.feature-wrapper-inner .icon-item-inner h5 {
  font-size: 19px;
  color: var(--white);
  font-weight: 600;
}
.feature-wrapper-inner .icon-item-inner h5 a {
  color: var(--white);
}
.feature-wrapper-inner .icon-item-inner p {
  color: var(--white);
}
.feature-wrapper-inner.style-2 {
  padding-top: 48px;
}
.feature-wrapper-inner.style-2 .icon-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.feature-wrapper-inner.style-2 .icon-item-inner h5 {
  font-weight: 700;
}

.dashboard-main-item p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}
.dashboard-main-item p span {
  color: #333;
}
.dashboard-main-item .dashboard-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-main-item .dashboard-item .box {
  text-align: center;
  border-radius: 11px;
  border: 1px solid var(--white);
  padding: 20px 60px 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}
.dashboard-main-item .dashboard-item .box .icon {
  margin-bottom: 10px;
}
.dashboard-main-item .dashboard-item .box p {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.dashboard-main-item .dashboard-item .box:hover {
  border: 1px solid rgba(230, 31, 127, 0.2);
}

.axil-dashboard-address .adress-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .axil-dashboard-address .adress-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.axil-dashboard-address .adress-item .address-info h3 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.axil-dashboard-address .adress-item .address-info .addrss-header {
  gap: 7px;
  margin-bottom: 10px;
}
.axil-dashboard-address .adress-item .address-info .addrss-header .title {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
}
.axil-dashboard-address .adress-item .address-info span {
  font-size: 15px;
  font-style: italic;
  color: #767676;
}

.account-from-item .user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .account-from-item .user-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.account-from-item .user-item .form-clt {
  position: relative;
  width: 100%;
}
.account-from-item .user-item .form-clt span {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--black);
}
.account-from-item .user-item .form-clt input, .account-from-item .user-item .form-clt textarea {
  padding: 6px 10px;
  border: none;
  outline: none;
  border-radius: 4px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .user-item .form-clt::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .user-item .form-clt::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .user-item .form-clt:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .user-item .form-clt::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .user-item .form-clt::placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .Personal-Information h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.account-from-item .Personal-Information .form-clt {
  position: relative;
}
.account-from-item .Personal-Information .form-clt span {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--black);
}
.account-from-item .Personal-Information .form-clt input, .account-from-item .Personal-Information .form-clt textarea {
  padding: 6px 10px;
  border: none;
  outline: none;
  border-radius: 4px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .Personal-Information .form-clt::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .Personal-Information .form-clt::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .Personal-Information .form-clt:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .Personal-Information .form-clt::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.account-from-item .Personal-Information .form-clt::placeholder {
  color: rgba(0, 0, 0, 0.36);
}

.footer-widgwt-wrapper {
  padding: 50px 0 30px;
}
.footer-widgwt-wrapper .footer-widget-items {
  margin-top: 30px;
}
.footer-widgwt-wrapper .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widgwt-wrapper .footer-widget-items .widget-head h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}
.footer-widgwt-wrapper .footer-widget-items .footer-content p {
  color: #D0D0D0;
}
.footer-widgwt-wrapper .footer-widget-items .footer-content .social-icon {
  gap: 10px;
  margin-top: 25px;
}
.footer-widgwt-wrapper .footer-widget-items .footer-content .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(230, 31, 127, 0.5);
  color: var(--white);
}
.footer-widgwt-wrapper .footer-widget-items .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.footer-widgwt-wrapper .footer-widget-items .list-area li {
  font-size: 18px;
  font-weight: 400;
}
.footer-widgwt-wrapper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widgwt-wrapper .footer-widget-items .list-area li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.footer-widgwt-wrapper .footer-widget-items .list-area li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--theme);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-widgwt-wrapper .footer-widget-items .list-area li:hover a {
  padding-left: 20px;
  color: var(--theme);
}
.footer-widgwt-wrapper .footer-widget-items .list-area li:hover a::before {
  opacity: 1;
  visibility: visible;
}
.footer-widgwt-wrapper .footer-widget-items .footer-contact li {
  font-size: 18px;
  color: var(--white);
}
.footer-widgwt-wrapper .footer-widget-items .footer-contact li i {
  color: var(--theme);
  margin-right: 10px;
}
.footer-widgwt-wrapper .footer-widget-items .footer-contact li a {
  color: var(--white);
}
.footer-widgwt-wrapper .footer-widget-items .footer-contact li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widgwt-wrapper.style-2 .widget-head h3 {
  font-family: "Poppins", sans-serif;
  color: var(--header);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-widgwt-wrapper.style-2 .footer-contact li {
  font-size: 18px;
  color: #303030;
}
.footer-widgwt-wrapper.style-2 .footer-contact li i {
  color: #57437B;
  margin-right: 10px;
}
.footer-widgwt-wrapper.style-2 .footer-contact li a {
  color: #303030;
}
.footer-widgwt-wrapper.style-2 .footer-contact li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widgwt-wrapper.style-2 .list-area li a {
  color: var(--header);
  position: relative;
}
.footer-widgwt-wrapper.style-2 .list-area li a::before {
  background-color: #57437B;
}
.footer-widgwt-wrapper.style-2 .list-area li:hover a {
  color: #57437B;
}
.footer-widgwt-wrapper.style-3 .footer-widget-items .footer-content {
  max-width: 410px;
}
.footer-widgwt-wrapper.style-3 .footer-widget-items .list-area li a {
  color: #6A6A6A;
  position: relative;
}
.footer-widgwt-wrapper.style-3 .footer-widget-items .list-area li a::before {
  background-color: var(--theme3);
}
.footer-widgwt-wrapper.style-3 .footer-widget-items .list-area li:hover a {
  color: var(--theme3);
}
.footer-widgwt-wrapper.style-4 {
  padding: 50px 0 80px;
}
.footer-widgwt-wrapper.style-4 .widget-head {
  margin-bottom: 30px;
}
.footer-widgwt-wrapper.style-4 .widget-head h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.footer-widgwt-wrapper.style-4 .list-area li a {
  color: var(--white);
  position: relative;
}
.footer-widgwt-wrapper.style-4 .list-area li a::before {
  background-color: var(--theme4);
}
.footer-widgwt-wrapper.style-4 .list-area li:hover a {
  color: var(--theme4);
}
.footer-widgwt-wrapper.style-5 .list-area li a {
  color: var(--white) !important;
  position: relative;
}
.footer-widgwt-wrapper.style-5 .list-area li a::before {
  background-color: var(--theme5) !important;
}
.footer-widgwt-wrapper.style-5 .list-area li:hover a {
  color: var(--theme5) !important;
}
.footer-widgwt-wrapper.footer-3 .footer-widget-items .footer-content .social-icon a {
  background-color: rgba(189, 132, 76, 0.5);
}
.footer-widgwt-wrapper.footer-3 .footer-widget-items .footer-content .social-icon a::before {
  background: var(--theme3);
}
.footer-widgwt-wrapper.footer-3 .footer-widget-items .list-area li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.footer-widgwt-wrapper.footer-3 .footer-widget-items .list-area li:hover a {
  color: var(--theme3);
}
.footer-widgwt-wrapper.footer-3 .footer-widget-items .footer-contact li {
  color: var(--white);
}
.footer-widgwt-wrapper.footer-3 .footer-widget-items .footer-contact li i {
  color: rgb(189, 132, 76);
}
.footer-widgwt-wrapper.footer-5 .footer-widget-items .footer-content .social-icon a {
  background-color: rgba(51, 153, 148, 0.5);
}
.footer-widgwt-wrapper.footer-5 .footer-widget-items .list-area li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.footer-widgwt-wrapper.footer-5 .footer-widget-items .list-area li a::before {
  background: var(--theme5);
}
.footer-widgwt-wrapper.footer-5 .footer-widget-items .list-area li:hover a {
  color: var(--theme5);
}
.footer-widgwt-wrapper.footer-5 .footer-widget-items .footer-contact li {
  color: var(--white);
}
.footer-widgwt-wrapper.footer-5 .footer-widget-items .footer-contact li i {
  color: rgb(51, 153, 148);
}

.footer-social-list.footer-style-5 .social-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--theme5);
}
.footer-social-list.footer-style-5 .social-icon a:hover {
  background-color: var(--theme5);
  color: white;
}

.footer-social-list {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-social-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-social-list .social-icon {
  gap: 10px;
}
.footer-social-list .social-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--black);
  color: var(--white);
}
.footer-social-list .social-icon a:hover {
  background-color: var(--theme3);
  color: var(--white);
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #fff;
}
@media (max-width: 991px) {
  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer-bottom p {
  color: var(--white);
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.footer-bottom p.style-3 b {
  color: var(--theme3);
}
.footer-bottom p.style-5 b {
  color: var(--theme5);
}
.footer-bottom p b {
  font-weight: 400;
  color: var(--theme);
}
.footer-bottom.style-2 {
  border-top: 1px solid var(--header);
}
.footer-bottom.style-2 p {
  color: var(--header);
}
.footer-bottom.style-2 p b {
  color: #57437B;
}
.footer-bottom.style-44 {
  background: #022A4F;
}
.footer-bottom.style-44 p {
  color: var(--white);
}
.footer-bottom.style-44 p b {
  color: var(--white);
}
.footer-bottom.style-bg-6 {
  background-color: #545016;
  border: none;
}

.footer-section-2 {
  background-color: #F3F3F3;
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-bottom-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer-bottom-wrapper .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer-bottom-wrapper .footer-menu li a {
  color: #6A6A6A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6A6A6A), to(#6A6A6A));
  background-image: linear-gradient(#6A6A6A, #6A6A6A);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-bottom-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--theme3);
}
.footer-bottom-wrapper.style-3 {
  padding-bottom: 20px;
}

.foote-section-3 {
  background-color:#BD844C36 ;
}
@media (max-width: 1199px) {
  .foote-section-3 {
    margin-top: 0;
  }
}

.footer-newsletter-3 {
  padding: 80px 0 0;
  position: relative;
}
.footer-newsletter-3 .sofa-shape {
  position: absolute;
  top: -150px;
  right: 0;
}
@media (max-width: 1199px) {
  .footer-newsletter-3 .sofa-shape {
    display: none;
  }
}
.footer-newsletter-3 .news-letter-items {
  max-width: 650px;
}
.footer-newsletter-3 .news-letter-items .email-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-newsletter-3 .news-letter-items .email-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: var(--header);
}
.footer-newsletter-3 .news-letter-items .icon-submit {
  background-color: var(--theme3);
  line-height: 1;
  padding: 14px 20px;
  outline: none;
}
.footer-newsletter-3 .news-input input {
  border: none;
  height: 100%;
  background-color: var(--white);
  line-height: 1;
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #C4C4C4;
  background: #FFF;
}

.footer-section-4 {
  background: #010F1C;
}
.footer-section-4.footer-6 {
  background: #777335 !important;
}
.footer-section-4.footer-6 .footer-logo-wrapper-4 .social-icon a {
  background-color: #8C851B;
}
.footer-section-4.footer-6 .footer-logo-wrapper-4 .social-icon a:hover {
  background-color: var(--white);
  color: var(--header);
}

.footer-logo-wrapper-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  border-bottom: 1px solid var(--white);
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .footer-logo-wrapper-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    text-align: center;
  }
}
.footer-logo-wrapper-4 .social-icon {
  gap: 10px;
  margin-top: 25px;
}
.footer-logo-wrapper-4 .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme4);
  color: var(--white);
}
.footer-logo-wrapper-4 .social-icon a:hover {
  background-color: var(--white);
  color: var(--header);
}

.foote-section-5 {
  background-color: #2F2F2F;
  position: relative;
  z-index: 9;
}
.foote-section-5 .flower-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .foote-section-5 .flower-shape {
    display: none;
  }
}

.header-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top-wrapper .top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-top-wrapper .top-contact li {
  color: var(--white);
  line-height: 1;
}
.header-top-wrapper .top-contact li:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid var(--white);
}
.header-top-wrapper .top-contact li a {
  color: var(--white);
}
.header-top-wrapper .top-contact li i {
  color: var(--theme);
  margin-right: 8px;
}
.header-top-wrapper p {
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}
.header-top-wrapper .flag-wrap {
  position: relative;
  width: 115px;
}
.header-top-wrapper .flag-wrap .nice-select {
  padding: 0 0 0 40px;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
  z-index: 999;
  border: none !important;
  padding-bottom: 0 !important;
}
.header-top-wrapper .flag-wrap .nice-select::after {
  right: 9px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 6px;
  height: 6px;
  top: 17px;
  border-bottom: 2px solid transparent;
  border-color: var(--white);
}
.header-top-wrapper .flag-wrap .nice-select span {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
}
.header-top-wrapper .flag-wrap .flag {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-top-wrapper .flag-wrap .flag {
    display: none;
  }
}
.header-top-wrapper .flag-wrap .flag img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.header-top-section {
  background: #010F1C;
  padding: 12px 0;
}
@media (max-width: 991px) {
  .header-top-section {
    display: none;
  }
}

.header-1 .category-oneadjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1600px) {
  .header-1 .category-oneadjust {
    display: none !important;
  }
}
.header-1 .category-oneadjust .icon {
  position: absolute;
  top: 40px;
  left: 20px;
  color: var(--theme);
}
.header-1 .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
  border: 1px solid rgba(230, 31, 127, 0.11);
  padding: 12px 30px;
  border-radius: 9px 0px 0px 9px;
  border-right: none !important;
  background-color: var(--theme);
}
.header-1 .category-oneadjust .nice-select span {
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--white);
  right: 0;
}
.header-1 .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--header);
  width: 180px;
  padding: 5px 8px;
  overflow-y: scroll;
  right: 0;
}
.header-1 .category-oneadjust .nice-select .list li {
  color: var(--white);
  font-size: 14px;
  border: none;
}
.header-1 .category-oneadjust .nice-select .list .focus {
  background-color: var(--white);
  color: var(--header);
}
.header-1 .category-oneadjust .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
}
.header-1 .category-oneadjust .search-toggle-box {
  width: 370px;
}
@media (max-width: 1600px) {
  .header-1 .category-oneadjust .search-toggle-box {
    width: 150px;
  }
}
@media (max-width: 1399px) {
  .header-1 .category-oneadjust .search-toggle-box {
    width: 70px;
  }
}
@media (max-width: 1199px) {
  .header-1 .category-oneadjust .search-toggle-box {
    width: 60px;
  }
}
.header-1 .category-oneadjust .search-toggle-box .input-area {
  position: relative;
}
.header-1 .category-oneadjust .search-toggle-box .input-area input {
  outline: none;
  border: 1px solid rgba(230, 31, 127, 0.11);
  background-color: var(--white);
  padding: 12px 20px;
  width: 100%;
  border-radius: 0px 9px 9px 0px;
  color: #767A7D;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.header-1 .category-oneadjust .search-toggle-box .input-area input::-webkit-input-placeholder {
  color: #767A7D;
}
.header-1 .category-oneadjust .search-toggle-box .input-area input::-moz-placeholder {
  color: #767A7D;
}
.header-1 .category-oneadjust .search-toggle-box .input-area input:-ms-input-placeholder {
  color: #767A7D;
}
.header-1 .category-oneadjust .search-toggle-box .input-area input::-ms-input-placeholder {
  color: #767A7D;
}
.header-1 .category-oneadjust .search-toggle-box .input-area input::placeholder {
  color: #767A7D;
}
.header-1 .category-oneadjust .search-toggle-box .input-area .cmn-btn {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 18px;
  color: var(--header);
}
.header-1 .search-icon {
  font-size: 18px;
}
.header-1 .search-icon.search-icon-1 {
  color: var(--header) !important;
  display: initial !important;
  width: initial !important;
  background: transparent !important;
}
@media (max-width: 470px) {
  .header-1 .header-logo img {
    width: 140px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-right {
    gap: 25px !important;
  }
}
.header-1 .header-right .shop-icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-1 .header-right .shop-icon-right .shop-icon {
  font-size: 24px;
  color: var(--theme);
  position: relative;
  display: inline-block;
}
.header-1 .header-right .shop-icon-right .shop-icon .number {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--theme);
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -5px;
  right: -5px;
}
.header-1 .header-right .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .header-1 .header-right .icon-items {
    display: none;
  }
}
.header-1 .header-right .icon-items .icon {
  border-radius: 50px;
  background: #FFE9F3;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--header);
}
.header-1 .header-right .icon-items .content p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #A5A5A5;
  line-height: 1;
}
.header-1 .header-right .icon-items .content .signing-text {
  width: unset !important;
  font-size: 16px;
  padding-right: 5px;
}
.header-1 .header-right .icon-items .content .signing-text span {
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: var(--header);
  right: 0;
}
.header-1 .header-right .icon-items .content .signing-text .list {
  width: 100px;
  line-height: 1;
  right: 0;
  margin-top: 0;
}
.header-1 .header-right .icon-items .content .signing-text .list li {
  color: var(--header);
  font-size: 14px;
  border: none;
  font-weight: 500;
}
.header-1 .header-right .icon-items .content .signing-text .list .focus {
  background-color: var(--white);
  color: var(--header);
}
.header-1 .header-right .icon-items .content .signing-text::after {
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  width: 8px;
  height: 8px;
  right: 0;
}
.header-1.header-2 .category-oneadjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1600px) {
  .header-1.header-2 .category-oneadjust {
    display: none !important;
  }
}
.header-1.header-2 .category-oneadjust .icon {
  position: absolute;
  top: 40px;
  left: 20px;
  color: var(--theme);
}
.header-1.header-2 .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
  border: none;
  padding: 12px 30px;
  border-radius: 0px;
  background-color: transparent;
  border-left: none !important;
  border: 1px solid rgba(87, 67, 123, 0.3) !important;
}
.header-1.header-2 .category-oneadjust .nice-select span {
  color: var(--header);
  right: 0;
}
.header-1.header-2 .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--header);
  width: 180px;
  padding: 5px 8px;
  overflow-y: scroll;
  right: 0;
}
.header-1.header-2 .category-oneadjust .nice-select .list li {
  color: var(--white);
  font-size: 14px;
  border: none;
}
.header-1.header-2 .category-oneadjust .nice-select .list .focus {
  background-color: var(--white);
  color: var(--header);
}
.header-1.header-2 .category-oneadjust .nice-select::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px;
}
.header-1.header-2 .category-oneadjust .search-toggle-box {
  width: 150px;
}
@media (max-width: 1600px) {
  .header-1.header-2 .category-oneadjust .search-toggle-box {
    width: 150px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-2 .category-oneadjust .search-toggle-box {
    width: 70px;
  }
}
@media (max-width: 1199px) {
  .header-1.header-2 .category-oneadjust .search-toggle-box {
    width: 60px;
  }
}
.header-1.header-2 .category-oneadjust .search-toggle-box .input-area {
  position: relative;
}
.header-1.header-2 .category-oneadjust .search-toggle-box .input-area input {
  outline: none;
  border-radius: 0;
  background-color: var(--white);
  padding: 12px 16px;
  width: 100%;
  color: #767A7D;
  font-weight: 400;
  border: 1px solid rgba(87, 67, 123, 0.3);
  font-size: 13px;
  font-family: "Inter", sans-serif;
}
.header-1.header-2 .category-oneadjust .search-toggle-box .input-area input::-webkit-input-placeholder {
  color: #767A7D;
}
.header-1.header-2 .category-oneadjust .search-toggle-box .input-area input::-moz-placeholder {
  color: #767A7D;
}
.header-1.header-2 .category-oneadjust .search-toggle-box .input-area input:-ms-input-placeholder {
  color: #767A7D;
}
.header-1.header-2 .category-oneadjust .search-toggle-box .input-area input::-ms-input-placeholder {
  color: #767A7D;
}
.header-1.header-2 .category-oneadjust .search-toggle-box .input-area input::placeholder {
  color: #767A7D;
}
.header-1.header-2 .category-oneadjust .cmn-btn {
  font-size: 18px;
  color: var(--white) !important;
  padding: 12px 16px;
  border-radius: 7px;
  background: #57437B;
  display: inline-block;
  margin-left: 15px;
}
.header-1.header-2 .header-right .shop-icon-right .shop-icon .number {
  background-color: #57437B;
}
.header-1.header-2 .header-right .icon-items .icon {
  border: 2px solid rgba(1, 15, 28, 0.1);
  background: transparent;
  line-height: 42px;
}
.header-1.header-2 .header-right .icon-items .content p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #A5A5A5;
  line-height: 1;
  margin-bottom: 2px;
}
.header-1.header-2 .header-right .icon-items .content .signing-text .list {
  left: 0;
}
.header-1.header-2 .header-right .icon-items .content .signing-text::after {
  display: none;
}
.header-1.header-2 .main-menu ul li a:hover {
  color: var(--theme2) !important;
}
.header-1.header-2 .main-menu ul li .submenu {
  border-top: 6px solid var(--theme2);
}
.header-1.header-2 .main-menu ul li .submenu li a::before {
  background: var(--theme2);
}
.header-1.header-2 .main-menu ul li .submenu li a:hover {
  color: var(--theme2) !important;
}
.header-1.header-2 .main-menu ul li .submenu li:hover > a {
  color: var(--theme2) !important;
}
.header-1.header-2 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.header-1.header-2 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme2);
}
.header-1.header-2 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  color: var(--white) !important;
  background-color: var(--theme2);
}
.header-1.header-2 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}
.header-1.header-2 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.header-1.header-2 .main-menu ul li:hover > a {
  color: var(--theme2);
}
.header-1.header-2 .main-menu ul li:hover > a::after {
  color: var(--theme2);
}
.header-1.header-3 .category-oneadjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1600px) {
  .header-1.header-3 .category-oneadjust {
    display: none !important;
  }
}
.header-1.header-3 .category-oneadjust .icon {
  position: absolute;
  top: 40px;
  left: 20px;
  color: var(--theme);
}
.header-1.header-3 .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
  border: none;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: transparent;
  border-left: none !important;
  border: 1px solid rgba(255, 207, 158, 0.35) !important;
}
.header-1.header-3 .category-oneadjust .nice-select span {
  color: var(--theme3);
  right: 0;
}
.header-1.header-3 .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--header);
  width: 180px;
  padding: 5px 8px;
  overflow-y: scroll;
  right: 0;
}
.header-1.header-3 .category-oneadjust .nice-select .list li {
  color: var(--white);
  font-size: 14px;
  border: none;
}
.header-1.header-3 .category-oneadjust .nice-select .list .focus {
  background-color: var(--white);
  color: var(--header);
}
.header-1.header-3 .category-oneadjust .nice-select::after {
  border-bottom: 2px solid var(--theme3);
  border-right: 2px solid var(--theme3);
  width: 8px;
  height: 8px;
}
.header-1.header-3 .category-oneadjust .search-toggle-box {
  width: 170px;
}
@media (max-width: 1600px) {
  .header-1.header-3 .category-oneadjust .search-toggle-box {
    width: 150px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-3 .category-oneadjust .search-toggle-box {
    width: 70px;
  }
}
@media (max-width: 1199px) {
  .header-1.header-3 .category-oneadjust .search-toggle-box {
    width: 60px;
  }
}
.header-1.header-3 .category-oneadjust .search-toggle-box .input-area {
  position: relative;
}
.header-1.header-3 .category-oneadjust .search-toggle-box .input-area input {
  outline: none;
  border-radius: 0;
  background-color: var(--white);
  padding: 12px 20px;
  width: 100%;
  color: var(--theme3);
  font-weight: 400;
  border: 1px solid rgba(255, 207, 158, 0.35);
  font-size: 13px;
  font-family: "Inter", sans-serif;
}
.header-1.header-3 .category-oneadjust .search-toggle-box .input-area input::-webkit-input-placeholder {
  color: var(--theme3);
}
.header-1.header-3 .category-oneadjust .search-toggle-box .input-area input::-moz-placeholder {
  color: var(--theme3);
}
.header-1.header-3 .category-oneadjust .search-toggle-box .input-area input:-ms-input-placeholder {
  color: var(--theme3);
}
.header-1.header-3 .category-oneadjust .search-toggle-box .input-area input::-ms-input-placeholder {
  color: var(--theme3);
}
.header-1.header-3 .category-oneadjust .search-toggle-box .input-area input::placeholder {
  color: var(--theme3);
}
.header-1.header-3 .category-oneadjust .cmn-btn {
  font-size: 18px;
  color: var(--white) !important;
  padding: 12px 16px;
  border-radius: 0;
  background: var(--theme3);
  display: inline-block;
  margin-left: 10px;
}
.header-1.header-3 .header-right .shop-icon-right .shop-icon .number {
  background-color: var(--theme3);
}
.header-1.header-3 .header-right .icon-items .icon {
  border: 2px solid rgba(1, 15, 28, 0.1);
  background: transparent;
  line-height: 42px;
}
.header-1.header-3 .header-right .icon-items .content p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #A5A5A5;
  line-height: 1;
  margin-bottom: 2px;
}
.header-1.header-3 .header-right .icon-items .content .signing-text .list {
  left: 0;
}
.header-1.header-3 .header-right .icon-items .content .signing-text::after {
  display: none;
}
.header-1.header-3 .main-menu ul li a:hover {
  color: var(--theme3) !important;
}
.header-1.header-3 .main-menu ul li .submenu {
  border-top: 6px solid var(--theme3);
}
.header-1.header-3 .main-menu ul li .submenu li a::before {
  background: var(--theme3);
}
.header-1.header-3 .main-menu ul li .submenu li a:hover {
  color: var(--theme3) !important;
}
.header-1.header-3 .main-menu ul li .submenu li:hover > a {
  color: var(--theme3) !important;
}
.header-1.header-3 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme3);
}
.header-1.header-3 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme3);
}
.header-1.header-3 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  color: var(--white) !important;
  background-color: var(--theme3);
}
.header-1.header-3 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}
.header-1.header-3 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.header-1.header-3 .main-menu ul li:hover > a {
  color: var(--theme3);
}
.header-1.header-3 .main-menu ul li:hover > a::after {
  color: var(--theme3);
}
.header-1.header-4 .category-oneadjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1600px) {
  .header-1.header-4 .category-oneadjust {
    display: none !important;
  }
}
.header-1.header-4 .category-oneadjust .icon {
  position: absolute;
  top: 40px;
  left: 20px;
  color: var(--theme4);
}
.header-1.header-4 .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
  border: none;
  padding: 12px 30px;
  border-radius: 0px;
  background-color: transparent;
  border-left: none !important;
  border-radius: 0px 60px 60px 0px;
  border: 1px solid rgba(174, 202, 255, 0.35);
  background: #E4EEFF;
}
.header-1.header-4 .category-oneadjust .nice-select::after {
  border-bottom: 2px solid var(--theme4) !important;
  border-right: 2px solid var(--theme4) !important;
}
.header-1.header-4 .category-oneadjust .nice-select span {
  color: var(--theme4);
  right: 0;
}
.header-1.header-4 .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--header);
  width: 180px;
  padding: 5px 8px;
  overflow-y: scroll;
  right: 0;
}
.header-1.header-4 .category-oneadjust .nice-select .list li {
  color: var(--white);
  font-size: 14px;
  border: none;
}
.header-1.header-4 .category-oneadjust .nice-select .list .focus {
  background-color: var(--white);
  color: var(--header);
}
.header-1.header-4 .category-oneadjust .nice-select::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px;
}
.header-1.header-4 .category-oneadjust .search-toggle-box {
  width: 150px;
}
@media (max-width: 1600px) {
  .header-1.header-4 .category-oneadjust .search-toggle-box {
    width: 150px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-4 .category-oneadjust .search-toggle-box {
    width: 70px;
  }
}
@media (max-width: 1199px) {
  .header-1.header-4 .category-oneadjust .search-toggle-box {
    width: 60px;
  }
}
.header-1.header-4 .category-oneadjust .search-toggle-box .input-area {
  position: relative;
}
.header-1.header-4 .category-oneadjust .search-toggle-box .input-area input {
  outline: none;
  border-radius: 0;
  background-color: var(--white);
  padding: 12px 16px;
  width: 100%;
  color: #767A7D;
  font-weight: 400;
  border: 1px solid rgba(174, 202, 255, 0.54);
  font-size: 13px;
  font-family: "Inter", sans-serif;
  border-radius: 60px 0px 0px 60px;
  border-top: 1px solid rgba(174, 202, 255, 0.54);
  border-bottom: 1px solid rgba(174, 202, 255, 0.54);
  border-left: 1px solid rgba(174, 202, 255, 0.54);
  background: #FCFDFF;
}
.header-1.header-4 .category-oneadjust .search-toggle-box .input-area input::-webkit-input-placeholder {
  color: var(--theme4);
}
.header-1.header-4 .category-oneadjust .search-toggle-box .input-area input::-moz-placeholder {
  color: var(--theme4);
}
.header-1.header-4 .category-oneadjust .search-toggle-box .input-area input:-ms-input-placeholder {
  color: var(--theme4);
}
.header-1.header-4 .category-oneadjust .search-toggle-box .input-area input::-ms-input-placeholder {
  color: var(--theme4);
}
.header-1.header-4 .category-oneadjust .search-toggle-box .input-area input::placeholder {
  color: var(--theme4);
}
.header-1.header-4 .category-oneadjust .cmn-btn {
  font-size: 18px;
  color: var(--white) !important;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 7px;
  background: var(--theme4);
  display: inline-block;
  margin-left: 15px;
  border-radius: 50px;
}
.header-1.header-4 .header-right .shop-icon-right .shop-icon .number {
  background-color: var(--theme4);
}
.header-1.header-4 .header-right .icon-items .icon {
  border: 2px solid rgba(1, 15, 28, 0.1);
  background: transparent;
  line-height: 42px;
}
.header-1.header-4 .header-right .icon-items .content p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #A5A5A5;
  line-height: 1;
  margin-bottom: 2px;
}
.header-1.header-4 .header-right .icon-items .content .signing-text .list {
  left: 0;
}
.header-1.header-4 .header-right .icon-items .content .signing-text::after {
  display: none;
}
.header-1.header-4 .main-menu ul li a:hover {
  color: var(--theme4) !important;
}
.header-1.header-4 .main-menu ul li .submenu {
  border-top: 6px solid var(--theme4);
}
.header-1.header-4 .main-menu ul li .submenu li a::before {
  background: var(--theme4);
}
.header-1.header-4 .main-menu ul li .submenu li a:hover {
  color: var(--theme4) !important;
}
.header-1.header-4 .main-menu ul li .submenu li:hover > a {
  color: var(--theme2) !important;
}
.header-1.header-4 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme4);
}
.header-1.header-4 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme4);
}
.header-1.header-4 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  color: var(--white) !important;
  background-color: var(--theme4);
}
.header-1.header-4 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}
.header-1.header-4 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.header-1.header-4 .main-menu ul li:hover > a {
  color: var(--theme4);
}
.header-1.header-4 .main-menu ul li:hover > a::after {
  color: var(--theme4);
}
.header-1.header-5 .header-right .shop-icon-right .shop-icon .number {
  background-color: var(--theme5);
}
.header-1.header-5 .header-right .search-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme5);
  color: var(--white);
}
@media (max-width: 575px) {
  .header-1.header-5 .header-right .search-icon {
    display: none;
  }
}
.header-1.header-5 .header-right .icon-items .icon {
  border: 1px solid var(--theme5);
  background: transparent;
  line-height: 42px;
  border-radius: 0;
}
.header-1.header-5 .header-right .icon-items .content p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #A5A5A5;
  line-height: 1;
  margin-bottom: 2px;
}
.header-1.header-5 .header-right .icon-items .content .signing-text .list {
  left: 0;
}
.header-1.header-5 .header-right .icon-items .content .signing-text::after {
  display: none;
}
.header-1.header-5 .main-menu ul li a:hover {
  color: var(--theme5) !important;
}
.header-1.header-5 .main-menu ul li .submenu {
  border-top: 6px solid var(--theme5);
}
.header-1.header-5 .main-menu ul li .submenu li a::before {
  background: var(--theme5);
}
.header-1.header-5 .main-menu ul li .submenu li a:hover {
  color: var(--theme5) !important;
}
.header-1.header-5 .main-menu ul li .submenu li:hover > a {
  color: var(--theme5) !important;
}
.header-1.header-5 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme5);
}
.header-1.header-5 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme5);
}
.header-1.header-5 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  color: var(--white) !important;
  background-color: var(--theme5);
}
.header-1.header-5 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}
.header-1.header-5 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.header-1.header-5 .main-menu ul li:hover > a {
  color: var(--theme5);
}
.header-1.header-5 .main-menu ul li:hover > a::after {
  color: var(--theme5);
}

.mobile-category-item {
  display: none;
}
@media (max-width: 1399px) {
  .mobile-category-item {
    display: block;
  }
}
.mobile-category-item .bd-header__category-nav .category__items {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  max-width: 280px;
  background-color: var(--white);
  border: 1px solid #E5E5E5;
}
@media (max-width: 1399px) {
  .mobile-category-item .bd-header__category-nav .category__items {
    max-width: initial;
  }
}
.mobile-category-item .bd-header__category-nav .category__items-2 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  max-width: 280px;
  background-color: var(--white);
  border: 1px solid #E5E5E5;
}
.mobile-category-item .bd-header__category-nav:not(items-open) .category__items {
  display: block;
}
@media (max-width: 1399px) {
  .mobile-category-item .bd-header__category-nav:not(items-open) .category__items {
    display: none;
  }
}
.mobile-category-item .bd-header__category-nav:not(items-open) .category__items-2 {
  display: none;
}
.mobile-category-item .bd-category__click {
  height: 61px;
  background: var(--theme3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: var(--white);
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  gap: 15px;
  width: 280px;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .mobile-category-item .bd-category__click {
    width: 100%;
  }
}
.mobile-category-item .bd-category__click span {
  font-size: 14px;
  font-weight: 500;
}
.mobile-category-item .bd-category__click span i {
  margin-right: 10px;
}
.mobile-category-item .bd-category__click.style-2 {
  background-color: var(--theme);
}
.mobile-category-item .bd-category__click:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  right: 20px;
}
.mobile-category-item .bd-category__click.items-open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-category-item .category-item ul li {
  font-size: 14px;
  position: relative;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-category-item .category-item ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.mobile-category-item .category-item ul li .sub-cataegory {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  color: #55585B;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .mobile-category-item .category-item ul li .sub-cataegory {
    inset-inline-start: initial;
    width: 100%;
  }
}
.mobile-category-item .category-item ul li .sub-cataegory li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-category-item .category-item ul li .sub-cataegory li span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-category-item .category-item ul li .sub-cataegory li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #55585B;
  text-align: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 11;
  padding: 0 25px;
  padding-bottom: 14px;
  padding-top: 14px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.mobile-category-item .category-item ul li .sub-cataegory li .sub-cataegory {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.mobile-category-item .category-item ul li .sub-cataegory li:hover > a {
  background: var(--theme3);
  color: var(--white) !important;
}
.mobile-category-item .category-item ul li .sub-cataegory li:hover > a::after {
  color: var(--theme3);
}
.mobile-category-item .category-item ul li .sub-cataegory li:hover > .sub-cataegory {
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.mobile-category-item .category-item ul li .sub-cataegory .sub-has-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-category-item .category-item ul li:hover .sub-cataegory {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-category-item .category-item ul li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.mobile-category-item .category-item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #55585B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 18px 20px;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-category-item .category-item ul li a span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-category-item .category-item ul li a span i {
  font-size: 20px;
  margin-right: 10px;
  color: var(--text);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-category-item .category-item ul li:hover {
  background: var(--theme3);
}
.mobile-category-item .category-item ul li:hover span {
  -webkit-filter: grayscale(100%) brightness(300%);
          filter: grayscale(100%) brightness(300%);
}
.mobile-category-item .category-item ul li:hover span img {
  -webkit-filter: grayscale(100%) brightness(300%);
          filter: grayscale(100%) brightness(300%);
}
.mobile-category-item .category-item ul li:hover a {
  color: var(--white);
}

.header-sub-wrapper {
  padding: 16px 0;
  border-top: 0.6px solid rgba(1, 15, 28, 0.42);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-sub-wrapper ul li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  list-style: none;
  display: inline-block;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
.header-sub-wrapper ul li a {
  color: #010F1C;
}
.header-sub-wrapper ul li a:hover {
  color: var(--theme3);
}
.header-sub-wrapper ul li i {
  margin-left: 5px;
}
.header-sub-wrapper ul li .submenu-new {
  position: absolute;
  top: 170%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  color: var(--header);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme3);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-sub-wrapper ul li .submenu-new li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-sub-wrapper ul li .submenu-new li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-sub-wrapper ul li .submenu-new li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme3);
  left: 14px;
  bottom: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-sub-wrapper ul li .submenu-new li a:hover {
  color: var(--theme3) !important;
}
.header-sub-wrapper ul li .submenu-new li:last-child a {
  border: none;
}
.header-sub-wrapper ul li .submenu-new li:hover > a {
  color: var(--theme3) !important;
  margin-left: 10px;
}
.header-sub-wrapper ul li .submenu-new li:hover > a::before {
  width: 10px;
}
.header-sub-wrapper ul li .submenu-new li:hover > a::after {
  color: var(--theme3);
}
.header-sub-wrapper ul li .submenu-new li:hover > .submenu-new {
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-sub-wrapper ul li:hover > .submenu-new {
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-middle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.header-middle-wrapper .category-oneadjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1600px) {
  .header-middle-wrapper .category-oneadjust {
    display: none !important;
  }
}
.header-middle-wrapper .category-oneadjust .icon {
  position: absolute;
  top: 40px;
  left: 20px;
  color: var(--theme);
}
.header-middle-wrapper .category-oneadjust .category {
  position: absolute;
  top: 4px;
  right: 75px;
}
.header-middle-wrapper .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 14px;
  border: none;
  padding: 8px 24px;
  background-color: transparent;
  border-left: none !important;
  border-radius: 60px;
  border: 1px solid rgba(119, 115, 53, 0.13);
  background: #FFFEEA;
}
.header-middle-wrapper .category-oneadjust .nice-select::after {
  border-bottom: 2px solid var(--theme6) !important;
  border-right: 2px solid var(--theme6) !important;
}
.header-middle-wrapper .category-oneadjust .nice-select span {
  color: var(--theme6);
  right: 0;
}
.header-middle-wrapper .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--header);
  width: 180px;
  padding: 5px 8px;
  overflow-y: scroll;
  right: 0;
}
.header-middle-wrapper .category-oneadjust .nice-select .list li {
  color: var(--white);
  font-size: 14px;
  border: none;
}
.header-middle-wrapper .category-oneadjust .nice-select .list .focus {
  background-color: var(--white);
  color: var(--header);
}
.header-middle-wrapper .category-oneadjust .nice-select::after {
  border-bottom: 2px solid var(--theme6);
  border-right: 2px solid var(--theme6);
  width: 8px;
  height: 8px;
}
.header-middle-wrapper .category-oneadjust .search-toggle-box {
  width: 700px;
}
@media (max-width: 1600px) {
  .header-middle-wrapper .category-oneadjust .search-toggle-box {
    width: 150px;
  }
}
@media (max-width: 1399px) {
  .header-middle-wrapper .category-oneadjust .search-toggle-box {
    width: 70px;
  }
}
@media (max-width: 1199px) {
  .header-middle-wrapper .category-oneadjust .search-toggle-box {
    width: 60px;
  }
}
.header-middle-wrapper .category-oneadjust .search-toggle-box .input-area {
  position: relative;
}
.header-middle-wrapper .category-oneadjust .search-toggle-box .input-area input {
  outline: none;
  border-radius: 0;
  background-color: var(--white);
  padding: 12px 16px;
  width: 100%;
  color: #767A7D;
  font-weight: 400;
  border-radius: 60px;
  border: 1px solid rgba(119, 115, 53, 0.35);
  background: #FFFDFB;
  font-size: 13px;
  font-family: "Inter", sans-serif;
}
.header-middle-wrapper .category-oneadjust .search-toggle-box .input-area input::-webkit-input-placeholder {
  color: var(--theme6);
}
.header-middle-wrapper .category-oneadjust .search-toggle-box .input-area input::-moz-placeholder {
  color: var(--theme6);
}
.header-middle-wrapper .category-oneadjust .search-toggle-box .input-area input:-ms-input-placeholder {
  color: var(--theme6);
}
.header-middle-wrapper .category-oneadjust .search-toggle-box .input-area input::-ms-input-placeholder {
  color: var(--theme6);
}
.header-middle-wrapper .category-oneadjust .search-toggle-box .input-area input::placeholder {
  color: var(--theme6);
}
.header-middle-wrapper .category-oneadjust .cmn-btn {
  font-size: 18px;
  color: var(--white);
  background-color: var(--theme6);
  font-size: 18px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 7px;
  display: inline-block;
  margin-left: 15px;
  border-radius: 50px;
}
.header-middle-wrapper .header-right-middle {
  gap: 30px;
}
@media (max-width: 1199px) {
  .header-middle-wrapper .header-right-middle {
    gap: 25px !important;
  }
}
.header-middle-wrapper .header-right-middle .shop-icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-middle-wrapper .header-right-middle .shop-icon-right .shop-icon {
  font-size: 24px;
  color: var(--theme6);
  position: relative;
  display: inline-block;
}
.header-middle-wrapper .header-right-middle .shop-icon-right .shop-icon .number {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--theme6);
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -5px;
  right: -5px;
}
.header-middle-wrapper .header-right-middle .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .header-middle-wrapper .header-right-middle .icon-items {
    display: none;
  }
}
.header-middle-wrapper .header-right-middle .icon-items .icon {
  border-radius: 50px;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--header);
  border: 1px solid rgba(1, 15, 28, 0.1019607843);
}
.header-middle-wrapper .header-right-middle .icon-items .content p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #A5A5A5;
  line-height: 1;
}
.header-middle-wrapper .header-right-middle .icon-items .content .signing-text {
  width: unset !important;
  font-size: 16px;
  padding-right: 5px;
}
.header-middle-wrapper .header-right-middle .icon-items .content .signing-text span {
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: var(--header);
  right: 0;
}
.header-middle-wrapper .header-right-middle .icon-items .content .signing-text .list {
  width: 100px;
  line-height: 1;
  right: 0;
  margin-top: 0;
}
.header-middle-wrapper .header-right-middle .icon-items .content .signing-text .list li {
  color: var(--header);
  font-size: 14px;
  border: none;
  font-weight: 500;
}
.header-middle-wrapper .header-right-middle .icon-items .content .signing-text .list .focus {
  background-color: var(--white);
  color: var(--header);
}
.header-middle-wrapper .header-right-middle .icon-items .content .signing-text::after {
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  width: 8px;
  height: 8px;
  right: 0;
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  font-family: "Poppins", sans-serif;
}
.header-main .main-menu ul li:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  color: var(--header);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::before, .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::after {
  display: none;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#252527));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--header);
}
.header-main .sidebar__toggle1 {
  cursor: pointer;
  font-size: 20px;
  color: var(--header);
}

.header-6 .header-logo {
  display: none;
}
@media (max-width: 575px) {
  .header-6 .header-logo img {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .header-6 .header-logo {
    display: block !important;
  }
}
.header-6 .main-menu ul li a:hover {
  color: var(--theme6) !important;
}
.header-6 .main-menu ul li .submenu {
  border-top: 6px solid var(--theme6) !important;
}
.header-6 .main-menu ul li .submenu li a::before {
  background: var(--theme6) !important;
}
.header-6 .main-menu ul li .submenu li a:hover {
  color: var(--theme6) !important;
}
.header-6 .main-menu ul li .submenu li:hover > a {
  color: var(--theme6) !important;
}
.header-6 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme6);
}
.header-6 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme6);
}
.header-6 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  color: var(--white) !important;
  background-color: var(--theme6);
}
.header-6 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}
.header-6 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.header-6 .main-menu ul li:hover > a {
  color: var(--theme6);
}
.header-6 .main-menu ul li:hover > a::after {
  color: var(--theme6);
}
.header-6 .search-icon {
  font-size: 20px;
}
.header-6 .shop-icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-6 .shop-icon-right .shop-icon {
  font-size: 24px;
  color: var(--theme6);
  position: relative;
  display: inline-block;
}
.header-6 .shop-icon-right .shop-icon .number {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--theme6);
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -5px;
  right: -5px;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-6 .header-logo {
  display: block;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--white) !important;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper.style-6 .offcanvas__close {
  background-color: var(--theme6);
}
.offcanvas__wrapper.style-6 .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper.style-6 .offcanvas__close {
  background-color: var(--theme6) !important;
}
.offcanvas__wrapper.style-6 .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper.style-6 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper.style-6 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme6) !important;
}
.offcanvas__wrapper.style-6 .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper.style-6 .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper.style-6 .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper.style-6 .offcanvas__content .offcanvas__contact .social-icon a {
  color: var(--text);
}
.offcanvas__wrapper.style-6 .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme6) !important;
  color: var(--white);
}
.offcanvas__wrapper.style-6 .offcanvas__content .theme-btn {
  background-color: var(--theme6);
}
.offcanvas__wrapper.style-6 .social-icon a:hover {
  background-color: var(--theme6);
  color: var(--white);
}
.offcanvas__wrapper.style-5 .offcanvas__close {
  background-color: var(--theme5);
}
.offcanvas__wrapper.style-5 .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper.style-5 .offcanvas__close {
  background-color: var(--theme5) !important;
}
.offcanvas__wrapper.style-5 .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper.style-5 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper.style-5 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme5) !important;
}
.offcanvas__wrapper.style-5 .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper.style-5 .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper.style-5 .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper.style-5 .offcanvas__content .offcanvas__contact .social-icon a {
  color: var(--text);
}
.offcanvas__wrapper.style-5 .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme5) !important;
  color: var(--white);
}
.offcanvas__wrapper.style-5 .offcanvas__content .theme-btn {
  background-color: var(--theme5);
}
.offcanvas__wrapper.style-5 .social-icon a:hover {
  background-color: var(--theme5);
  color: var(--white);
}
.offcanvas__wrapper.style-4 .offcanvas__close {
  background-color: var(--theme4);
}
.offcanvas__wrapper.style-4 .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper.style-4 .offcanvas__close {
  background-color: var(--theme4) !important;
}
.offcanvas__wrapper.style-4 .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper.style-4 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper.style-4 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme4) !important;
}
.offcanvas__wrapper.style-4 .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper.style-4 .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper.style-4 .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper.style-4 .offcanvas__content .offcanvas__contact .social-icon a {
  color: var(--text);
}
.offcanvas__wrapper.style-4 .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme4) !important;
  color: var(--white);
}
.offcanvas__wrapper.style-4 .offcanvas__content .theme-btn {
  background-color: var(--theme4);
}
.offcanvas__wrapper.style-4 .social-icon a:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.offcanvas__wrapper.style-3 .offcanvas__close {
  background-color: var(--theme3);
}
.offcanvas__wrapper.style-3 .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper.style-3 .offcanvas__close {
  background-color: var(--theme3) !important;
}
.offcanvas__wrapper.style-3 .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper.style-3 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper.style-3 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme3) !important;
}
.offcanvas__wrapper.style-3 .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper.style-3 .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper.style-3 .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper.style-3 .offcanvas__content .offcanvas__contact .social-icon a {
  color: var(--text);
}
.offcanvas__wrapper.style-3 .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme3) !important;
  color: var(--white);
}
.offcanvas__wrapper.style-3 .offcanvas__content .theme-btn {
  background-color: var(--theme3);
}
.offcanvas__wrapper.style-3 .social-icon a:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.offcanvas__wrapper.style-2 .offcanvas__close {
  background-color: var(--theme2);
}
.offcanvas__wrapper.style-2 .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper.style-2 .offcanvas__close {
  background-color: var(--theme2) !important;
}
.offcanvas__wrapper.style-2 .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper.style-2 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper.style-2 .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme2) !important;
}
.offcanvas__wrapper.style-2 .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper.style-2 .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper.style-2 .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper.style-2 .offcanvas__content .offcanvas__contact .social-icon a {
  color: var(--text);
}
.offcanvas__wrapper.style-2 .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme2) !important;
  color: var(--white);
}
.offcanvas__wrapper.style-2 .offcanvas__content .theme-btn {
  background-color: var(--theme2);
}
.offcanvas__wrapper.style-2 .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__logo {
  width: 170px;
}
.offcanvas__wrapper .offcanvas__logo img {
  width: 100%;
  height: 100%;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}
.offcanvas__info {
  display: none;
}
.offcanvas__overlay {
  display: none;
}
.offcanvas__info.info-open {
  display: block;
}
.offcanvas__overlay.overlay-open {
  display: block;
}
/* إخفاء العناصر حتى تحميل الصفحة بالكامل */
body.loaded .offcanvas__info,
body.loaded .offcanvas__overlay {
    display: none;
}

body.loaded .offcanvas__info.info-open,
body.loaded .offcanvas__overlay.overlay-open {
    display: block;
}

/* إخفاء العناصر مؤقتًا */
.offcanvas__info,
.offcanvas__overlay {
    display: none;
}
@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.side_bar {
  position: fixed;
  top: 0;
  right: 0px;
  width: 500px;
  height: 100%;
  background-color: var(--white);
  padding: 40px;
  padding-top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  z-index: 99999;
  overflow-y: scroll;
}
@media (max-width: 470px) {
  .side_bar {
    width: 350px;
  }
}
.side_bar.shop__sidebar {
  width: 380px;
  padding: 24px;
}
@media (max-width: 470px) {
  .side_bar.shop__sidebar {
    width: 350px;
  }
}
.side_bar.shop__sidebar .x-mark-icon {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--header);
  color: var(--white);
  z-index: 99;
}
.side_bar .login-sidebar .form-clt {
  position: relative;
}
.side_bar .login-sidebar .form-clt span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 10px;
}
.side_bar .login-sidebar .form-clt input {
  border: 1px solid #bbb;
  width: 100%;
  outline: none;
  padding: 12px 20px;
  line-height: 1;
  position: relative;
}
.side_bar .login-sidebar .form-clt .icon {
  position: absolute;
  right: 20px;
  top: 50px;
}
.side_bar .login-sidebar .form-clt .forget {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.side_bar .login-sidebar p {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
.side_bar .login-sidebar .theme-btn {
  width: 100%;
}
.side_bar .login-sidebar .from-cheak-items p {
  color: var(--text);
}
.side_bar .login-sidebar .text {
  text-align: center;
  font-weight: 500;
  color: var(--text);
  margin-top: 15px;
}
.side_bar .login-sidebar .social-item {
  margin-top: 15px;
}
.side_bar .login-sidebar .social-item .facebook-text {
  padding: 14px 20px;
  line-height: 1;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: var(--text);
}
.side_bar .login-sidebar .social-item .facebook-text img {
  margin-right: 5px;
}
.side_bar .login-sidebar .social-item .facebook-text.google-text {
  background-color: transparent;
  border: 1px solid #B6B7BC;
}
.side_bar .login-sidebar .social-item .facebook-text.google-text span {
  color: var(--text);
}
.side_bar .login-sidebar .user-icon-box {
  text-align: center;
  margin-top: 20px;
}
.side_bar .login-sidebar .user-icon-box p {
  font-weight: 500;
  font-size: 14px;
  color: var(--header);
  margin-top: 10px;
}
.side_bar .login-sidebar .user-icon-box a {
  display: inline-block;
  text-transform: uppercase;
}
.side_bar .login-sidebar.theme-color-2 .theme-btn {
  background-color: var(--theme2);
  border-radius: 0;
}
.side_bar .x-mark-icon {
  position: absolute;
  right: 40px;
  top: 25px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--header);
}
.side_bar .x-mark-icon:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.side_bar .cart-title {
  margin-bottom: 20px;
}
.side_bar .cart-title h4 {
  color: var(--header);
  font-family: "Inter", sans-serif;
}

.side_bar_hidden {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.side_bar_hidden2 {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.side_bar_hidden3 {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.side_bar_hidden4 {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.side_bar_hidden11 {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.breadcrumb-section {
  position: relative;
}
.breadcrumb-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.page-heading {
  padding: 140px 0 140px;
  position: relative;
}
.page-heading .breadcrumb-list {
  display: none;
}
.page-heading .breadcrumb-list li {
  color: var(--white);
  font-weight: 400;
  position: relative;
}
.page-heading .breadcrumb-list li a {
  color: var(--white);
}
.page-heading .breadcrumb-list li:not(:last-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 30px;
  background-color: var(--theme);
  top: 13px;
  left: 58px;
}
.page-heading h2 {
  color: var(--white);
  font-weight: 600;
  font-size: 44px;
  text-align: center;
}
@media (max-width: 575px) {
  .page-heading h2 {
    font-size: 32px;
  }
}
.page-heading.style-2 {
  padding: 80px 0;
}

.page-heading-2 {
  padding: 50px 0;
}
.page-heading-2 .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .page-heading-2 .breadcrumb-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 470px) {
  .page-heading-2 .breadcrumb-list li {
    font-size: 13px;
  }
}
.page-heading-2 .breadcrumb-list li a:hover {
  color: var(--theme);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--bg);
          box-shadow: inset 0 0 5px var(--bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme3);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

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

@media (max-width: 767px) {
  br {
    display: none;
  }
}

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

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

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;

}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.nice-select {
  background-color: transparent;
  width: unset;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.nice-select span {
  font-size: 16px;
  color: var(--text);
  text-transform: capitalize;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: var(--text);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.category-container {
  margin: 0 auto;
  max-width: 1276px;
}

.footer-bg {
  background-color: #00060C;
}

.footer-container {
  margin: 0 auto;
  max-width: 1570px;
}

.color-palate {
  position: fixed;
  left: 0px;
  text-align: center;
  top: 0%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  max-width: 280px;
  z-index: 99999;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.color-palate .color-palate-inner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all;
  transition: all;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding-bottom: 30px;
}

.color-palate .color-palate-inner::-webkit-scrollbar {
  width: 5px;
}

.color-palate .color-palate-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.color-palate .color-palate-inner::-webkit-scrollbar-thumb {
  background: #888;
}

.color-palate .color-palate-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.color-palate .palate {
  background: #0055d4;
  display: block;
  float: left;
  height: 45px;
  margin: 0 2.5% 12px;
  width: 20%;
  cursor: pointer;
  position: relative;
}

.color-palate .colors-list .active::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: white;
}

.color-palate .various-color {
  overflow: hidden;
  padding: 40px 0 15px;
}

.color-palate .colors-list {
  margin: 0 20px;
}

.color-palate .secondary-head {
  background: #222222;
  padding: 14px 0;
}

.color-palate .secondary-color {
  padding: 23px 0;
}

.color-palate .secondary-colors-list {
  margin: 0 80px;
}

.color-palate .palate-foo {
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  padding: 0 30px;
  line-height: 1.8em;
}

.color-palate .palate-foo span {
  display: block;
  padding-top: 20px;
  margin-top: 5px;
  border-top: 1px dotted #b2b2b2;
}

.color-palate .palate.default-color {
  background: #ffc107;
}

.color-palate .palate.blue-color {
  background: #246af4;
}

.color-palate .palate.brown-color {
  background: #964b00;
}

.color-palate .palate.green-color {
  background: #3ead3c;
}

.color-palate .palate.orange-color {
  background: #ffb347;
}

.color-palate .palate.purple-color {
  background: #bb54e1;
}

.color-palate .palate.teal-color {
  background: #44a9aa;
}

.color-palate .palate.yellow-color {
  background: #fed000;
}

.color-palate .color-trigger,
.color-palate .close-color-trigger {
  background: #0055d4;
  cursor: pointer;
  height: 36px;
  width: 36px;
  left: 100%;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  mix-blend-mode: exclusion;
}

.color-palate .color-trigger i {
  color: #ffffff;
  font-size: 16px;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.color-palate .close-color-trigger i {
  color: #ffffff;
  font-size: 20px;
}

.color-palate .close-color-trigger {
  display: none;
}

.color-palate h6 {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
}

.color-palate .box-version {
  padding-top: 10px;
  padding-bottom: 0px;
}

.color-palate .option-box {
  padding-top: 10px;
  padding-bottom: 5px;
}

.color-palate .option-box .active {
  background-color: var(--theme);
}

.color-palate .option-box > li {
  position: relative;
  color: #ffffff;
  width: 40%;
  margin: 0px 3px;
  cursor: pointer;
  margin-bottom: 9px;
  padding: 8px 12px;
  font-size: 12px;
  display: inline-block;
  background-color: #0055d4;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.color-palate .option-box > li:hover {
  background-color: var(--header);
}

.color-palate .purchase-box {
  position: relative;
  padding: 20px 15px 0px;
  max-width: 270px;
  margin-inline: auto;
}

.color-palate .purchase-box__btn {
  position: relative;
  color: #ffffff;
  width: 50%;
  margin: 0;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 12px;
  display: inline-block;
  background-color: #0055d4;
  text-transform: uppercase;
  margin-top: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.color-palate .purchase-box__btn:hover {
  background-color: #000;
}

.color-palate.visible-palate {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.category-container-2 {
  max-width: 1440px;
  margin: 0 auto;
}

.swiper-dot4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #B6B7BC;
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot4 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0E1422;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.bg-light-orange {
  background-color: #A3BEF8 !important;
}

.bg-light-grey {
  background-color: #FFD58A !important;
}

.bg-dark-color {
  background-color: #83B18B !important;
}

.hero-1 {
  padding: 200px 0 200px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 170px 0 170px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding: 140px 0 140px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding: 120px 0 120px;
  }
}
.hero-1 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
  z-index: 9;
}
.hero-1 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%);
}
.hero-1 .hero-content {
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content h1 {
  color: var(--white);
}
.hero-1 .hero-content p {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  color: var(--white);
  margin-top: 20px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content p {
    font-size: 18px;
  }
}
.hero-1 .hero-content .theme-btn {
  margin-top: 30px;
}
.hero-1.hero-5 .hero-content h1 {
  font-size: 70px;
  font-family: "Alata", sans-serif;
  line-height: 120%;
}
@media (max-width: 991px) {
  .hero-1.hero-5 .hero-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .hero-1.hero-5 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .hero-1.hero-5 .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .hero-1.hero-5 .hero-content h1 {
    font-size: 34px;
  }
}
.hero-1.hero-5 .hero-content p {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
}
.hero-1.hero-5 .hero-content .theme-btn {
  border-radius: 0;
  background-color: var(--theme5);
}
.hero-1.hero-5 .hero-content .theme-btn::before, .hero-1.hero-5 .hero-content .theme-btn::after {
  border-radius: 0;
}

.hero-section-1 {
  position: relative;
}
.hero-section-1 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.19);
  transform: scale(1.19);
}
.hero-section-1 .array-button {
  position: absolute;
  right: 200px;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .hero-section-1 .array-button {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-section-1 .array-button .array-prev, .hero-section-1 .array-button .array-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-section-1 .array-button .array-prev:hover, .hero-section-1 .array-button .array-next:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.hero-section-1 .swiper-dot {
  position: relative;
}
.hero-section-1 .swiper-dot .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: rgba(255, 255, 255, 0.51);
  opacity: 1;
  border-radius: 15px;
}
.hero-section-1 .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.hero-section-1 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  width: 23px;
}
.hero-section-1.style-2 {
  position: relative;
}
.hero-section-1.style-2 .swiper-dot {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  z-index: 99;
}
@media (max-width: 1399px) {
  .hero-section-1.style-2 .swiper-dot {
    display: none;
  }
}
.hero-section-1.style-2 .swiper-dot .swiper-pagination-bullet {
  background: rgba(51, 153, 148, 0.51);
}
.hero-section-1.style-2 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme5);
}

.hero-2 {
  position: relative;
}
.hero-2 .swiper-dot {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero-2 .swiper-dot .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: rgba(87, 67, 123, 0.51);
  opacity: 1;
  border-radius: 15px;
}
.hero-2 .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.hero-2 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #57437B;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  width: 23px;
}
.hero-2 .hero-slider-image {
  padding: 120px 0;
  position: relative;
}
.hero-2 .bd-header__category-nav.p-relative {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.hero-2 .bd-header__category-nav .category__items {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  max-width: 280px;
  background-color: var(--white);
}
@media (max-width: 991px) {
  .hero-2 .bd-header__category-nav .category__items {
    max-width: initial;
  }
}
.hero-2 .bd-header__category-nav .category__items-2 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  max-width: 280px;
  background-color: var(--white);
}
.hero-2 .bd-header__category-nav:not(items-open) .category__items {
  display: block;
}
@media (max-width: 991px) {
  .hero-2 .bd-header__category-nav:not(items-open) .category__items {
    display: none;
  }
}
.hero-2 .bd-header__category-nav:not(items-open) .category__items-2 {
  display: none;
}
.hero-2 .bd-category__click {
  height: 61px;
  background: #57437B;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: var(--white);
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  gap: 15px;
  width: 280px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .hero-2 .bd-category__click {
    width: 100%;
  }
}
.hero-2 .bd-category__click span {
  font-size: 14px;
  font-weight: 500;
}
.hero-2 .bd-category__click span i {
  margin-right: 10px;
}
.hero-2 .bd-category__click.style-2 {
  background-color: var(--theme);
}
.hero-2 .bd-category__click:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  right: 20px;
}
.hero-2 .bd-category__click.items-open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hero-2 .category-item ul li {
  font-size: 14px;
  position: relative;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-2 .category-item ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hero-2 .category-item ul li .sub-cataegory {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  color: #55585B;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .hero-2 .category-item ul li .sub-cataegory {
    inset-inline-start: initial;
    width: 100%;
  }
}
.hero-2 .category-item ul li .sub-cataegory li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-2 .category-item ul li .sub-cataegory li span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-2 .category-item ul li .sub-cataegory li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #55585B;
  text-align: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 11;
  padding: 0 25px;
  padding-bottom: 14px;
  padding-top: 14px;
  width: 100%;
}
.hero-2 .category-item ul li .sub-cataegory li .sub-cataegory {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.hero-2 .category-item ul li .sub-cataegory li:hover > a {
  color: var(--theme2) !important;
}
.hero-2 .category-item ul li .sub-cataegory li:hover > a::after {
  color: var(--theme2);
}
.hero-2 .category-item ul li .sub-cataegory li:hover > .sub-cataegory {
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.hero-2 .category-item ul li .sub-cataegory .sub-has-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-2 .category-item ul li:hover .sub-cataegory {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.hero-2 .category-item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #55585B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 18.5px 20px;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-2 .category-item ul li a span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-2 .category-item ul li a span i {
  font-size: 20px;
  margin-right: 10px;
  color: var(--text);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-2 .category-item ul li:hover {
  background: #F0E8FF;
}
.hero-2 .category-item ul li:hover span svg path {
  fill: var(--theme2);
}
.hero-2 .category-item ul li:hover a {
  color: var(--theme2);
}
.hero-2 .hero-content {
  margin-left: 350px;
  max-width: 450px;
}
@media (max-width: 991px) {
  .hero-2 .hero-content {
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.hero-2 .hero-content span {
  font-size: 16px;
  color: #010F1C;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.hero-2 .hero-content h1 {
  font-size: 56px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #010F1C;
  margin-bottom: 20px;
}
@media (max-width: 470px) {
  .hero-2 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-2 .hero-content p {
  font-size: 28px;
  font-weight: 400;
  color: #010F1C;
  font-family: "Oregano", serif;
}
.hero-2 .hero-content p b {
  font-weight: 400;
  color: var(--theme);
  position: relative;
}
.hero-2 .hero-content p b::before {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/hero/line.png);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-position: center;
}
.hero-2 .hero-content .theme-btn {
  border-radius: 40px;
  border: 1px solid #EBE0FF;
  background: #EBE0FF;
  margin-top: 40px;
}
.hero-2 .hero-content .theme-btn span {
  color: var(--header);
  margin-bottom: 0;
}
.hero-2 .hero-content .theme-btn:hover span {
  color: var(--white);
}

.hero-3 {
  position: relative;
  padding: 100px 0 100px !important;
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}
@media (max-width: 1399px) {
  .hero-3 {
    padding: 210px 0;
  }
}
@media (max-width: 991px) {
  .hero-3 {
    padding: 180px 0;
  }
}
@media (max-width: 767px) {
  .hero-3 {
    padding: 150px 0;
  }
}
@media (max-width: 575px) {
  .hero-3 {
    padding: 130px 0;
  }
}
.hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.hero-3 .hero-content {
  position: relative;
  max-width: 780px;
}
.hero-3 .hero-content h1 {
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}
.hero-3 .hero-content p {
  font-size: 16px;
  color: var(--white);
  margin-top: 20px;
}

@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 28px;
    }
  .hero-3 .hero-content p {
    font-size: 12px;
  }
}
.hero-3 .hero-content .theme-btn {
  background-color: #9b530c;
  border-radius: 0;
  margin-top: 40px;
}
.hero-3 .hero-content .theme-btn::before, .hero-3 .hero-content .theme-btn::after {
  border-radius: 0;
}

.hero-4 {
  position: relative;
  padding: 210px 0;
}
@media (max-width: 991px) {
  .hero-4 {
    padding: 180px 0;
  }
}
@media (max-width: 767px) {
  .hero-4 {
    padding: 150px 0;
  }
}
@media (max-width: 575px) {
  .hero-4 {
    padding: 120px 0;
  }
}
.hero-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(0.05%, rgba(0, 0, 0, 0)), color-stop(55.09%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0.05%, rgba(0, 0, 0, 0.4) 55.09%);
}
.hero-4 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-4 .hero-content h1 {
  font-size: 60px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 1.2px;
  line-height: 115%;
}
@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-4 .hero-content p {
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  font-family: "Poppins", sans-serif;
}
.hero-4 .hero-content .theme-btn {
  border-radius: 60px;
  background: #FFF;
  margin-top: 50px;
}
.hero-4 .hero-content .theme-btn span {
  color: var(--header);
}
.hero-4 .hero-content .theme-btn::before, .hero-4 .hero-content .theme-btn::after {
  background-color: var(--theme4);
}
.hero-4 .hero-content .theme-btn:hover span {
  color: var(--white);
}
.hero-4.hero-6::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.54)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%);
}
@media (max-width: 767px) {
  .hero-4.hero-6 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}
.hero-4.hero-6 .hero-content h1 {
  font-size: 70px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .hero-4.hero-6 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .hero-4.hero-6 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-4.hero-6 .hero-content p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .hero-4.hero-6 .hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-4.hero-6 .hero-content p {
    font-size: 16px;
  }
}
.hero-4.hero-6 .hero-content .theme-btn {
  background-color: var(--theme6);
}
.hero-4.hero-6 .hero-content .theme-btn span {
  color: var(--white);
}
.hero-4.hero-6 .hero-content .theme-btn::before, .hero-4.hero-6 .hero-content .theme-btn::after {
  background-color: var(--header);
}

.checkout-box {
  margin-top: 40px;
}
.checkout-box .input-single span {
  font-weight: 500;
  color: var(--header);
  display: inline-block;
  margin-bottom: 15px;
}
.checkout-box .input-single textarea,
.checkout-box .input-single .country-select,
.checkout-box .input-single input {
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 15px 24px;
  color: var(--header);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
.checkout-box .input-single textarea::-webkit-input-placeholder, .checkout-box .input-single .country-select::-webkit-input-placeholder, .checkout-box .input-single input::-webkit-input-placeholder {
  color: rgba(92, 112, 126, 0.5);
}
.checkout-box .input-single textarea::-moz-placeholder, .checkout-box .input-single .country-select::-moz-placeholder, .checkout-box .input-single input::-moz-placeholder {
  color: rgba(92, 112, 126, 0.5);
}
.checkout-box .input-single textarea:-ms-input-placeholder, .checkout-box .input-single .country-select:-ms-input-placeholder, .checkout-box .input-single input:-ms-input-placeholder {
  color: rgba(92, 112, 126, 0.5);
}
.checkout-box .input-single textarea::-ms-input-placeholder, .checkout-box .input-single .country-select::-ms-input-placeholder, .checkout-box .input-single input::-ms-input-placeholder {
  color: rgba(92, 112, 126, 0.5);
}
.checkout-box .input-single textarea::placeholder,
.checkout-box .input-single .country-select::placeholder,
.checkout-box .input-single input::placeholder {
  color: rgba(92, 112, 126, 0.5);
}
.checkout-box .input-single .nice-select {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 21px 24px;
  line-height: 1;
  color: rgba(92, 112, 126, 0.5);
}
.checkout-box .input-single .nice-select::after {
  right: 24px;
  border-right: 1px solid rgba(92, 112, 126, 0.5) !important;
  border-bottom: 1px solid rgba(92, 112, 126, 0.5) !important;
  width: 8px;
  height: 8px;
}
.checkout-box .input-single .nice-select span {
  margin-bottom: 0;
  color: rgba(92, 112, 126, 0.5) !important;
}
.checkout-box .input-single label {
  color: var(--header);
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
}
.checkout-box .input-single .nice-select {
  background-color: var(--white);
}
.checkout-box .input-single .nice-select span {
  font-size: 18px;
  color: var(--header);
  font-weight: 500;
}
.checkout-box .input-single .nice-select::after {
  border-right: 1px solid var(--header);
  border-bottom: 1px solid var(--header);
}
.checkout-box .input-single textarea {
  padding-bottom: 180px;
}
.checkout-box .payment {
  color: var(--header);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#252527));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb !important;
  border: none;
  font-family: "Poppins", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.news-card-items {
  margin-top: 30px;
}
.news-card-items .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.news-card-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-card-items .content {
  margin-top: 15px;
}
.news-card-items .content h3 {
  margin-bottom: 10px;
}
.news-card-items .content h3 a:hover {
  color: var(--theme);
}
.news-card-items .content p {
  font-size: 16px;
}
.news-card-items .content .post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.news-card-items .content .post-date li {
  color: var(--header);
  font-weight: 500;
  line-height: 1;
}
.news-card-items .content .post-date li:not(:last-child) {
  border-right: 1px solid #303030;
  padding-right: 20px;
}
.news-card-items .content .post-date li i {
  margin-right: 5px;
}
.news-card-items .content .link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  margin-top: 20px;
}
.news-card-items .content .link-btn i {
  margin-left: 10px;
}
.news-card-items .content .link-btn:hover {
  color: var(--theme);
}
.news-card-items:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-card-items.style-2 .thumb {
  position: relative;
  border-radius: 0;
}
.news-card-items.style-2 .thumb img {
  border-radius: 0;
}
.news-card-items.style-2 .thumb .date {
  background: #010F1C;
  position: absolute;
  font-size: 16px;
  color: var(--white);
  top: 0;
  left: 0;
  padding: 6px 20px;
  font-weight: 500;
}
.news-card-items.style-2 .content h3 {
  font-family: "Poppins", sans-serif;
}
.news-card-items.style-2 .content h3 a:hover {
  color: #57437B;
}
.news-card-items.style-2 .content h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.news-card-items.style-2 .content h5 a:hover {
  color: #57437B;
}
.news-card-items.style-2 .content .post-date li {
  color: #57437B;
}
.news-card-items.style-2 .content .theme-btn {
  border: 1px solid #57437B;
  background-color: transparent;
  border-radius: 40px;
  margin-top: 25px;
}
.news-card-items.style-2 .content .theme-btn span {
  color: #57437B;
}
.news-card-items.style-2 .content .theme-btn::before, .news-card-items.style-2 .content .theme-btn::after {
  background-color: #57437B;
}
.news-card-items.style-2 .content .theme-btn:hover span {
  color: var(--white);
}
.news-card-items.style-3 .content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
.news-card-items.style-3 .content h3 a:hover {
  color: var(--theme3);
}
.news-card-items.style-3 .content .post-date li {
  color: var(--theme3);
}
.news-card-items.style-3 .content p {
  margin-top: 15px;
}
.news-card-items.style-3 .content .theme-btn {
  background: transparent;
  padding: 16px 35px;
  border: 1px solid var(--theme3);
  border-radius: 0;
}
.news-card-items.style-3 .content .theme-btn::before, .news-card-items.style-3 .content .theme-btn::after {
  background-color: var(--theme3);
  border-radius: 0;
}
.news-card-items.style-3 .content .theme-btn span {
  color: var(--theme3);
}
.news-card-items.style-4 .thumb {
  position: relative;
  border-radius: 0 !important;
}
.news-card-items.style-4 .thumb img {
  border-radius: 0 !important;
}
.news-card-items.style-4 .thumb .post-box-1 {
  border-radius: 50px;
  background: #15195A;
  padding: 10px 14px;
  color: var(--white);
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  text-transform: capitalize;
}
.news-card-items.style-4 .content h3 a:hover {
  color: var(--theme4);
}
.news-card-items.style-4 .content .link-btn:hover {
  color: var(--theme4);
}
.news-card-items.style-5 .content h3 a:hover {
  color: var(--theme5);
}
.news-card-items.style-5 .content .post-date li {
  color: var(--theme5);
}
.news-card-items.style-5 .content .theme-btn {
  border: 1px solid var(--theme5);
  border-radius: 0;
}
.news-card-items.style-5 .content .theme-btn::before, .news-card-items.style-5 .content .theme-btn::after {
  background-color: var(--theme5);
  border-radius: 0;
}
.news-card-items.style-5 .content .theme-btn span {
  color: var(--theme5);
}
.news-card-items.style-new .thumb {
  border-radius: 0;
  position: relative;
}
.news-card-items.style-new .thumb img {
  border-radius: 0;
}
.news-card-items.style-new .thumb .date {
  background-color: #010F1C;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 6px 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.news-card-items.style-new .content h3 {
  font-size: 18px;
}
.news-card-items.style-new .content .tag {
  display: inline-block;
  margin-bottom: 15px;
}
.news-card-items.new-item .thumb {
  border-radius: 0;
}
.news-card-items.new-item .thumb img {
  border-radius: 0;
}
.news-card-items.new-item .content h3 {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 23px;
}
.news-card-items.new-item .content h3 a:hover {
  color: var(--theme3);
}
.news-card-items.new-item .content .link-btn {
  color: var(--theme3);
  display: inline-block;
  margin-top: 0;
}

.news-section-4 .theme-btn {
  border-radius: 60px;
  border: 1px solid #AECAFF;
  background: #F3F7FF;
}
.news-section-4 .theme-btn span {
  color: var(--theme4);
}
.news-section-4 .theme-btn:hover {
  color: var(--white);
}

.news-details-wrapper .news-post-item .content {
  text-align: center;
}
.news-details-wrapper .news-post-item .content h3 {
  font-size: 31px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-post-item .content h3 {
    font-size: 20px;
  }
}
.news-details-wrapper .news-post-item .content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-post-item .content .post-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-details-wrapper .news-post-item .content .post-meta li {
  color: rgb(165, 165, 165);
}
.news-details-wrapper .news-post-item .content .post-meta li i {
  margin-left: 12px;
}
.news-details-wrapper .news-post-item .details-image {
  margin-bottom: 30px;
}
.news-details-wrapper .news-post-item .details-image img {
  width: 100%;
  height: 100%;
}
.news-details-wrapper .news-post-item .details-image.style-2 {
  margin-bottom: 0;
}
.news-details-wrapper .news-post-item .text {
  font-size: 36px;
  color: #242424;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.11);
  padding-bottom: 20px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-post-item .text {
    margin-top: 30px;
    font-size: 25px;
  }
}
.news-details-wrapper .news-post-item .text.style-2 {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-post-item .text.style-2 {
    margin-top: 0;
  }
}
.news-details-wrapper .news-post-item .text.style-2::before {
  background-color: var(--theme2);
}
.news-details-wrapper .news-post-item .text::before {
  position: absolute;
  content: "";
  left: 42%;
  right: 0;
  height: 2px;
  width: 16%;
  top: 64px;
  bottom: 0;
  background-color: #E61F7F;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-post-item .text::before {
    top: 50px;
  }
}
.news-details-wrapper .news-post-item .text.style-3::before {
  background-color: var(--theme3);
}
.news-details-wrapper .news-post-item .text.style-4::before {
  background-color: rgba(76, 115, 189, 0.98);
}
.news-details-wrapper .news-post-item .text.style-5::before {
  background-color: rgb(51, 153, 148);
}
.news-details-wrapper .news-post-item h6 {
  color: #767676;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 20px;
}
.news-details-wrapper .news-post-item h6 span {
  color: #333;
}
.news-details-wrapper .news-post-item .right-content h4 {
  font-size: 22px;
  color: #242424;
  border-bottom: 2px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.news-details-wrapper .news-post-item .right-content.style-3 h4 {
  margin-bottom: 15px !important;
}
.news-details-wrapper .news-post-item .right-content p {
  font-size: 14px;
}
.news-details-wrapper .news-post-item p {
  font-size: 14px;
}

.news-card-item-4 {
  margin-top: 30px;
}
.news-card-item-4 .thumb img {
  width: 100%;
  height: 100%;
}
.news-card-item-4 .content {
  margin-top: 16px;
}
.news-card-item-4 .content span {
  font-size: 15px;
  color: #010F1C;
  display: inline-block;
  margin-bottom: 15px;
}
.news-card-item-4 .content h4 {
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}
.news-card-item-4 .content h4 a:hover {
  color: var(--theme4);
}
.news-card-item-4 .content .link-btn {
  color: rgba(76, 115, 189, 0.98);
  font-size: 18px;
  font-weight: 600;
}

.news-card-item-5 {
  margin-top: 30px;
}
.news-card-item-5 .thumb img {
  width: 100%;
  height: 100%;
}
.news-card-item-5 .content {
  margin-top: 16px;
}
.news-card-item-5 .content span {
  font-size: 15px;
  color: #010F1C;
  display: inline-block;
  margin-bottom: 15px;
}
.news-card-item-5 .content h4 {
  font-family: "Alata", sans-serif;
  margin-bottom: 15px;
  font-weight: 400;
}
.news-card-item-5 .content h4 a:hover {
  color: var(--theme5);
}
.news-card-item-5 .content .link-btn {
  color: rgb(51, 153, 148);
  font-size: 18px;
  font-weight: 600;
}

.news-card-item-6 {
  margin-top: 30px;
}
.news-card-item-6 .thumb img {
  width: 100%;
  height: 100%;
}
.news-card-item-6 .content {
  margin-top: 16px;
}
.news-card-item-6 .content span {
  font-size: 15px;
  color: #010F1C;
  display: inline-block;
  margin-bottom: 15px;
}
.news-card-item-6 .content h4 {
  font-family: "Alata", sans-serif;
  margin-bottom: 15px;
  font-weight: 400;
}
.news-card-item-6 .content h4 a:hover {
  color: var(--theme6);
}
.news-card-item-6 .content .link-btn {
  color: rgb(119, 115, 53);
  font-size: 18px;
  font-weight: 600;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
          animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--header);
  border-bottom: 2px solid var(--header);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--header);
}

input.main-search-input::-webkit-input-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-ms-input-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::-moz-placeholder {
    font-size: 18px;
  }
  input.main-search-input:-ms-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::-ms-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--header);
  cursor: pointer;
}

.page-nav-wrap {
  margin-top: 50px;
}
.page-nav-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.page-nav-wrap ul li:first-child a {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li:last-child a {
  border-radius: 5px;
  border: 1px solid rgba(230, 31, 127, 0.22);
}
.page-nav-wrap ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: transparent;
  border-radius: 5px;
  font-size: 16px;
  color: #818487;
}
.page-nav-wrap ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-2 ul li:first-child a {
  background-color: var(--theme2);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-2 ul li:last-child a {
  border-radius: 5px;
  border: 1px solid rgba(87, 67, 123, 0.27);
  background: #FFF;
}
.page-nav-wrap.style-theme-color-2 ul li a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-3 ul li:first-child a {
  background-color: var(--theme3);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-3 ul li:last-child a {
  border-radius: 5px;
  border: 1px solid rgba(189, 132, 76, 0.27);
  background: #FFF;
}
.page-nav-wrap.style-theme-color-3 ul li a:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-4 ul li:first-child a {
  background-color: var(--theme4);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-4 ul li:last-child a {
  border-radius: 5px;
  border: 1px solid rgba(76, 115, 189, 0.22);
  background: #FFF;
}
.page-nav-wrap.style-theme-color-4 ul li a:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-5 ul li:first-child a {
  background-color: var(--theme5);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-5 ul li:last-child a {
  border-radius: 5px;
  border: 1px solid rgba(76, 115, 189, 0.22);
  background: #FFF;
}
.page-nav-wrap.style-theme-color-5 ul li a:hover {
  background-color: var(--theme5);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-6 ul li:first-child a {
  background-color: var(--theme6);
  color: var(--white);
}
.page-nav-wrap.style-theme-color-6 ul li:last-child a {
  border-radius: 5px;
  border: 1px solid rgba(76, 115, 189, 0.22);
  background: #FFF;
}
.page-nav-wrap.style-theme-color-6 ul li a:hover {
  background-color: var(--theme6);
  color: var(--white);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -1px;
}
.shop-setion-3 .section-title p {
  font-size: 16px;
  margin-top: 10px;
  color: #8C8C95;
  font-weight: 300;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .section-title{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shop-setion-3 .section-title p{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.section-title h6 {
  color: #E61F7F;
  font-size: 12px;
  font-family: var(--header2);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-title h2 {
  font-size: 40px;
}
.section-title h2 span {
  color: var(--theme);
}
.section-title.style-2 h6 {
  color: #57437B;
}
.section-title.style-3 h6 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: var(--theme3);
}
.section-title.style-3 h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.section-title.style-3 h2 span {
  color: var(--theme3);
}
.section-title.style-5 {
  position: relative;
  z-index: 9;
}
.section-title.style-5 h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--theme5);
  font-family: "Alata", sans-serif;
  position: relative;
  display: inline-block;
}
.section-title.style-5 h2 .shape-image {
  position: absolute;
  top: -39px;
  left: -62px;
  z-index: -1;
}
.section-title.style-6 h2 {
  font-size: 32px;
  color: var(--theme6);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.section-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-padding {
  padding: 30px 0;
}

.category-box-items {
  margin-top: 30px;
  position: relative;
  z-index: 999;
}
.categories {
  display: flex;
  justify-content: space-between;
  gap: 15px; 
}

.categories .style-1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1; 
  min-width: 0; 
  border: 0.5px solid transparent;
  transition: background-color 0.3s ease; 
  padding: 10px; 
  box-sizing: border-box; 
}

.categories .style-1:hover{
  border: 0.5px solid var(--theme3);
  background-color: #FFF9F2;
}

.categories .style-1 .thumb {
  position: relative;
  height: 100px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.categories .style-1 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.categories .style-1 .thumb .hover-img {
  opacity: 0;
}

.categories .style-1:hover .thumb .primary-img {
  opacity: 0;
}

.categories .style-1:hover .thumb .hover-img {
  opacity: 1;
}


.categories .style-1 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: scale-down; 
}

.categories .style-1 .content {
  text-align: center;
  margin-top: 20px;
}
.categories .style-1 .content h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.categories .style-1 .content h4 a:hover {
  color: var(--theme);
}
.categories .style-1 .content p {
  font-family: "Inter", sans-serif;
}
.category-box-items:hover .thumb {
  background-color: #E61F7F;
  border-radius: 190px;
}
.category-box-items:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.latest-product-weapper .latest-product-content .product-text {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  margin-top: 20px;
  margin-bottom: 40px;
}
.latest-product-weapper .latest-product-content .theme-btn {
  background-color: #FFE3F1;
  color: var(--header);
}
.latest-product-weapper .latest-product-content .theme-btn::before, .latest-product-weapper .latest-product-content .theme-btn::after {
  background-color: var(--theme);
}
.latest-product-weapper .latest-product-content .theme-btn:hover span {
  color: var(--white);
}
.latest-product-weapper .latest-product-content .letest-product-left {
  margin-top: 30px;
}
.latest-product-weapper .latest-product-content .letest-product-left .thumb {
  position: relative;
}
.latest-product-weapper .latest-product-content .letest-product-left .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.latest-product-weapper .latest-product-content .letest-product-left .thumb .content {
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
.latest-product-weapper .latest-product-content .letest-product-left .thumb .content span {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--header);
}
.latest-product-weapper .latest-product-content .letest-product-left .thumb .content h3 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
}
.latest-product-weapper .latest-product-content .letest-product-left .thumb .content h3 a:hover {
  color: var(--theme);
}
.latest-product-weapper .latest-product-content .letest-product-left .thumb .content .star {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #FFCC00;
}

.latest-project-items {
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .latest-project-items {
    margin-bottom: 0;
  }
}
.latest-project-items .thumb {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 510px;
  overflow: hidden;
}
@media (max-width: 470px) {
  .latest-project-items .thumb {
    height: 250px;
  }
}
.latest-project-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.latest-project-items .thumb .discount {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #F55157;
  color: var(--white);
  position: absolute;
  top: 12px;
  left: 12px;
}
.latest-project-items .thumb .shop-icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.latest-project-items .thumb .shop-icon li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--theme);
}
.latest-project-items .thumb .shop-icon li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.latest-project-items .content {
  margin-top: 15px;
  position: relative;
}
.latest-project-items .content p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--header);
}
.latest-project-items .content h3 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .latest-project-items .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .latest-project-items .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .latest-project-items .content h3 {
    font-size: 16px;
  }
}
.latest-project-items .content h3 a:hover {
  color: var(--theme);
}
.latest-project-items .content .star {
  position: absolute;
  top: 0;
  right: 15px;
  color: #FFCC00;
}
@media (max-width: 575px) {
  .latest-project-items .content .star {
    position: static;
  }
}
.latest-project-items .content .price {
  color: var(--theme);
  margin-top: 15px;
}
.latest-project-items .content .product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: -80px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .latest-project-items .content .product-btn {
    opacity: 1;
    margin-top: 20px;
    visibility: visible;
  }
}
@media (max-width: 470px) {
  .latest-project-items .content .product-btn {
    display: -ms-grid;
    display: grid;
    width: 100%;
  }
}
.latest-project-items .content .product-btn .icon {
  border-radius: 8px;
  background: #FFDBEC;
  display: inline-block;
  padding: 12px 21px;
  text-align: center;
}
.latest-project-items .content .product-btn .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.latest-project-items .content .product-btn .theme-btn {
  background: transparent;
  color: var(--theme);
  border: 1px solid var(--theme);
  width: 100%;
  text-align: center;
  padding: 19px 35px;
}
@media (max-width: 767px) {
  .latest-project-items .content .product-btn .theme-btn {
    padding: 18px 20px;
  }
}
.latest-project-items .content .product-btn .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.latest-project-items .content .product-btn .theme-btn::before, .latest-project-items .content .product-btn .theme-btn::after {
  background-color: var(--theme);
}
.latest-project-items .content .product-btn .theme-btn:hover span {
  color: var(--white);
}
.latest-project-items.style-4 .thumb .shop-icon li a {
  background-color: #010F1C !important;
  color: var(--white) !important;
}
.latest-project-items.style-4 .thumb .shop-icon li a:hover {
  background-color: rgb(255, 255, 255) !important;
  color: var(--header) !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.latest-project-items.style-4 .content h3 {
  font-weight: 500 !important;
}
.latest-project-items:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.latest-project-items.style-2 {
  margin-top: 30px;
}
.latest-project-items.style-height .thumb {
  height: 425px;
}
@media (max-width: 575px) {
  .latest-project-items.style-height .thumb {
    height: 230px !important;
  }
}
.latest-project-items.style-height .content h3 {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .latest-project-items.style-height .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .latest-project-items.style-height .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .latest-project-items.style-height .content h3 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .latest-project-items.style-height:hover .thumb {
    height: 230px !important;
  }
}
.latest-project-items.style-3 .thumb {
  height: 350px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .latest-project-items.style-3 .thumb {
    height: 200px;
  }
}
.latest-project-items.style-3 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.latest-project-items.style-3 .thumb .shop-icon li a {
  background-color: var(--white);
  color: var(--theme3);
  border-radius: 0;
}
.latest-project-items.style-3 .thumb .shop-icon li a:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.latest-project-items.style-3 .content h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  max-width: 270px;
}
@media (max-width: 767px) {
  .latest-project-items.style-3 .content h3 {
    font-size: 7px;
  }
}
@media (max-width: 575px) {
  .latest-project-items.style-3 .content h3 {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .latest-project-items.style-3 .content h3 {
    font-size: 14px;
  }
}
.latest-project-items.style-3 .content h3 a:hover {
  color: var(--theme3);
}
.latest-project-items.style-3 .content .price {
  position: absolute;
  right: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: var(--theme3);
}
@media (max-width: 575px) {
  .latest-project-items.style-3 .content .price {
    position: static;
    margin-top: 10px;
  }
}
.latest-project-items.style-3 .content p {
  font-size: 14px;
  font-weight: 500;
  color: #55585B;
  font-weight: 300;

}
@media (max-width: 470px) {
  .latest-project-items.style-3 .content p {
    font-size: 12px;
  }
}
.latest-project-items.style-3 .content .star {
  position: static;
}
.latest-project-items.style-3 .content .product-btn .icon {
  background-color: #BD844C36;
  color: #BD844C;
  border-radius: 0;
}
.latest-project-items.style-3 .content .product-btn .icon:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.latest-project-items.style-3 .content .product-btn .theme-btn {
  background: var(--theme3);
  border: 1px solid var(--theme3);
  border-radius: 0;
}
.latest-project-items.style-3 .content .product-btn .theme-btn span {
  color: var(--white);
}
.latest-project-items.style-3 .content .product-btn .theme-btn::before, .latest-project-items.style-3 .content .product-btn .theme-btn::after {
  background-color: #674227;
  border-radius: 0;
}
.latest-project-items.style-3 .content .product-btn .theme-btn:hover span {
  color: var(--white);
}
/* .latest-project-items.style-3:hover .thumb {
  height: 350px;
} */
@media (max-width: 767px) {
  .latest-project-items.style-3:hover .thumb {
    height: 200px !important;
  }
}
.latest-project-items.style-padding-3 {
  margin-top: 30px;
}
/* .latest-project-items:hover {
  margin-bottom: 0;
} */
/* .latest-project-items:hover .thumb {
  height: 440px;
} */
@media (max-width: 767px) {
  .latest-project-items:hover .thumb {
    height: 250px !important;
  }
}
.latest-project-items:hover .thumb .shop-icon {
  opacity: 1;
  visibility: visible;
}
.latest-project-items .content .product-btn {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.latest-project-items.style-new-items .thumb img {
  border-radius: 0;
}
.latest-project-items.style-new-items .thumb .discount {
  width: 105px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-radius: 50px;
  background-color: #F55157;
  color: var(--white);
  position: absolute;
  top: 12px;
  left: 12px;
}
.latest-project-items.style-new-items .thumb .shop-icon li a {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  color: var(--header);
}
.latest-project-items.style-new-items .thumb .shop-icon li a:hover {
  background-color: #57437B;
  color: var(--white);
}
.latest-project-items.style-new-items .content p {
  color: #010F1C;
}
.latest-project-items.style-new-items .content h3 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .latest-project-items.style-new-items .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .latest-project-items.style-new-items .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .latest-project-items.style-new-items .content h3 {
    font-size: 16px;
  }
}
.latest-project-items.style-new-items .content h3 a {
  color: #010F1C;
}
.latest-project-items.style-new-items .content h3 a:hover {
  color: #57437B;
}
.latest-project-items.style-new-items .content .price {
  color: #E45F00;
}
.latest-project-items.style-new-items .content .product-btn .icon {
  background: #F3EDFF;
  border-radius: 80px;
}
.latest-project-items.style-new-items .content .product-btn .icon:hover {
  background-color: #57437B;
  color: var(--white);
}
.latest-project-items.style-new-items .content .product-btn .theme-btn {
  color: #57437B;
  border: 1px solid #57437B;
  font-weight: 500;
  font-size: 16px;
  border-radius: 48px;
}
.latest-project-items.style-new-items .content .product-btn .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.latest-project-items.style-new-items .content .product-btn .theme-btn::before, .latest-project-items.style-new-items .content .product-btn .theme-btn::after {
  background-color: #57437B;
}
.latest-project-items.style-new-items .content .product-btn .theme-btn:hover span {
  color: var(--white);
}
.latest-project-items.style-inner-height {
  margin-top: 0;
}
.latest-project-items.style-inner-height .thumb {
  height: 340px;
}
@media (max-width: 1199px) {
  .latest-project-items.style-inner-height .thumb {
    height: 320px !important;
  }
}
.latest-project-items.style-inner-height .content h3 {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .latest-project-items.style-inner-height .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .latest-project-items.style-inner-height .content h3 {
    font-size: 16px;
  }
}
.latest-project-items.style-inner-height:hover .thumb {
  height: 325px;
}

.product-banner-items {
  border-radius: 16px;
  border: 4px solid rgba(230, 31, 127, 0.1);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .product-banner-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.product-banner-items .shape-image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product-banner-items .content {
  position: relative;
  z-index: 9;
}
.product-banner-items .content h3 {
  font-size: 38px;
}
@media (max-width: 991px) {
  .product-banner-items .content h3 {
    font-size: 30px;
  }
}
.product-banner-items .content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-top: 10px;
}
.product-banner-items .content h4 {
  font-size: 24px;
  font-weight: 500;
}
.product-banner-items .content .price {
  color: var(--theme);
  font-size: 36px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-top: 15px;
  display: inline-block;
}
.product-banner-items .thumb {
  position: relative;
  z-index: 9;
}
.product-banner-items:hover {
  background-color: #FFD9EB;
}
.product-banner-items:hover .shape-image {
  opacity: 1;
  visibility: visible;
}

.shop-category-section {
  position: relative;
}
.shop-category-section .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12%;
  z-index: 9;
}
@media (max-width: 1600px) {
  .shop-category-section .array-button {
    left: 4%;
    right: 4%;
  }
}
.shop-category-section .array-button .array-prev, .shop-category-section .array-button .array-next {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  background: #FFECF5;
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .shop-category-section .array-button .array-prev, .shop-category-section .array-button .array-next {
    background-color: var(--white);
  }
}
.shop-category-section .array-button .array-prev:hover, .shop-category-section .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}
.shop-category-section.style-3 .array-button {
  display: initial;
  position: static;
}
.shop-category-section.style-3 .array-button .array-prev {
  position: absolute;
  top: 39%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 1600px) {
  .shop-category-section.style-3 .array-button .array-prev {
    left: 4%;
  }
}
.shop-category-section.style-3 .array-button .array-next {
  position: absolute;
  top: 39%;
  right: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 1600px) {
  .shop-category-section.style-3 .array-button .array-next {
    right: 4%;
  }
}
.shop-category-section.style-3 .array-button .array-prev, .shop-category-section.style-3 .array-button .array-next {
  border: 1px solid #EEE;
  color: var(--text);
  background-color: transparent;
}
.shop-category-section.style-3 .array-button .array-prev:hover, .shop-category-section.style-3 .array-button .array-next:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.shop-category-section.style-3 .swiper-slide.swiper-slide-active .shop-category-items-2 {
  border: 2px solid rgba(189, 132, 76, 0.48);
  background: #FFF9F2;
}
.shop-category-section.style-2 .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8%;
  z-index: 9;
}
@media (max-width: 1600px) {
  .shop-category-section.style-2 .array-button {
    left: 4%;
    right: 4%;
  }
}
.shop-category-section.style-2 .array-button .array-prev, .shop-category-section.style-2 .array-button .array-next {
  border: 1px solid #EEE;
  color: var(--text);
  background-color: transparent;
}
.shop-category-section.style-2 .array-button .array-prev:hover, .shop-category-section.style-2 .array-button .array-next:hover {
  background-color: var(--theme2);
  color: var(--white);
}

.latest-product-section-2 {
  position: relative;
}
.latest-product-section-2 .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  z-index: 99;
}
.latest-product-section-2 .array-button .array-prev, .latest-product-section-2 .array-button .array-next {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.latest-product-section-2 .array-button .array-prev:hover, .latest-product-section-2 .array-button .array-next:hover {
  background-color: #57437B;
  color: var(--white);
}

.shop-category-items-2 {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 99;
}
.shop-category-items-2 .thumb {
  position: relative;
  overflow: hidden;
}
.shop-category-items-2 .thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  content: "";
  background-color: #f7f7f7;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-category-items-2 .thumb img {
  position: relative;
  z-index: 9;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-category-items-2 .content {
  margin-top: 20px;
  position: relative;
  z-index: 999;
}
.shop-category-items-2 .content h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.shop-category-items-2 .content h3 a:hover {
  color: #57437B;
}
.shop-category-items-2:hover .thumb::before {
  opacity: 1;
  visibility: visible;
}
.shop-category-items-2:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-category-items-2.style-2 {
  margin-top: 0;
  padding: 30px 0;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-category-items-2.style-2 .content h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.shop-category-items-2.style-2 .content h3 a:hover {
  color: var(--theme3);
}
.shop-category-items-2.style-2 .thumb::before {
  display: none;
}
.shop-category-items-2.style-2:hover {
  border: 2px solid rgba(189, 132, 76, 0.48);
  background: #FFF9F2;
}
.shop-setion-3 .latest-project-items.style-3 .content h3{
  font-size: 18px;
  font-weight: 500;
}
.shop-setion-3 .latest-project-items.style-3 .content .price{
  font-size: 14px;
}
.shop-setion-3 .latest-project-items.style-3 .content .price {
  position: relative;
}

.shop-setion-3 .section-title .theme-btn {
  border-radius: 0;
  margin-top: 30px;
  background-color:#BD844C36;
  color: var(--theme3); 
}
.shop-setion-3 .section-title .theme-btn:hover{
  color: #fff; 

}
.shop-setion-3 .section-title .theme-btn::before, .shop-setion-3 .section-title .theme-btn::after {
  border-radius: 0;
}
.shop-setion-3 .section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.shop-setion-3 .section-tabs {
  margin-bottom: 30px;
}
.shop-setion-3 .section-tabs .nav {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #DFE0E1;
  padding-bottom: 5px;
}

.shop-setion-3 .section-tabs .nav-item {
  position: relative;
  margin-bottom: -6px; 
}
.shop-setion-3 .section-tabs .nav-item:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #CED2D6;
  top: 45%;
  left: -10px;
  border-radius: 50%;
}

.shop-setion-3 .section-tabs .nav-link {
  color: #A0A2A4; 
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  border: transparent;
  background: transparent;
  position: relative;
  transition: color 0.3s ease;
}

.shop-setion-3 .section-tabs .nav-link:hover {
  color: var(--header);
}

.shop-setion-3 .section-tabs .nav-link.active {
  color: var(--header);
  border-bottom: 2px solid var(--header);
}

.shop-setion-3 .section-tabs .nav-link:focus {
  outline: none;
}

.catagory-thumb-4 {
  margin-top: 30px;
  position: relative;
}
.catagory-thumb-4 img {
  width: 100%;
  height: 100%;
}
.catagory-thumb-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 118, 190, 0.45)), to(rgba(79, 118, 190, 0.45)));
  background: linear-gradient(0deg, rgba(79, 118, 190, 0.45) 0%, rgba(79, 118, 190, 0.45) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.catagory-thumb-4 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
  text-align: center;
}
.catagory-thumb-4 .content h3 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .catagory-thumb-4 .content h3 {
    font-size: 24px;
  }
}
.catagory-thumb-4 .content h3 a {
  color: var(--white);
}
.catagory-thumb-4 .content p {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  margin-top: 10px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .catagory-thumb-4 .content p {
    font-size: 18px;
  }
}
.catagory-thumb-4:hover::before {
  opacity: 1;
  visibility: visible;
}
.catagory-thumb-4:hover .content {
  opacity: 1;
  visibility: visible;
}

.new-arrival-shop-items {
  margin-top: 30px;
  margin-bottom: 24px;
}
.new-arrival-shop-items .thumb {
  height: 397px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 991px) {
  .new-arrival-shop-items .thumb {
    height: initial !important;
  }
}
.new-arrival-shop-items .thumb .love-icon {
  position: absolute;
  top: 25px;
  right: 25px;
}
.new-arrival-shop-items .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-arrival-shop-items .content {
  margin-top: 15px;
}
.new-arrival-shop-items .content .post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.new-arrival-shop-items .content .post-box li a {
  border-radius: 66.315px;
  background: #EBF2FF;
  display: inline-block;
  padding: 7px 11px;
  line-height: 1;
  color: var(--theme4);
}
.new-arrival-shop-items .content .post-box li a:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.new-arrival-shop-items .content .price-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .new-arrival-shop-items .content .price-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.new-arrival-shop-items .content .price-text h3 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 470px) {
  .new-arrival-shop-items .content .price-text h3 {
    font-size: 13px;
  }
}
.new-arrival-shop-items .content .price-text h3 a:hover {
  color: var(--theme4);
}
.new-arrival-shop-items .content .price-text span {
  font-size: 21px;
  font-weight: 600;
  color: var(--theme4);
  font-family: "Poppins", sans-serif;
}
@media (max-width: 470px) {
  .new-arrival-shop-items .content p {
    font-size: 13px;
    line-height: 1.3;
  }
}
.new-arrival-shop-items .content .star-items {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .new-arrival-shop-items .content .star-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.new-arrival-shop-items .content .star-items .star {
  color: #FFCC00;
}
.new-arrival-shop-items .content .shop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -80px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1399px) {
  .new-arrival-shop-items .content .shop-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.new-arrival-shop-items .content .shop-btn .left-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 56.773px;
  background: #F3F7FF;
  gap: 20px;
  padding: 18px 40px;
  line-height: 1;
  min-width: 170px;
}
.new-arrival-shop-items .content .shop-btn .left-btn .icon, .new-arrival-shop-items .content .shop-btn .left-btn .icon-2 {
  text-align: center;
  display: inline-block;
  color: var(--theme4);
}
.new-arrival-shop-items .content .shop-btn .theme-btn {
  border-radius: 47.311px;
  border: 0.946px solid rgba(76, 115, 189, 0.98);
  background: rgba(76, 115, 189, 0.98);
  padding: 18px 20px;
  min-width: 170px;
}
.new-arrival-shop-items .content .shop-btn .theme-btn i {
  margin-right: 7px;
}
@media (max-width: 1199px) {
  .new-arrival-shop-items .content .shop-btn {
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
  }
}
.new-arrival-shop-items:hover .thumb {
  height: 331.18px;
}
@media (max-width: 991px) {
  .new-arrival-shop-items:hover .thumb {
    height: 200px;
  }
}
.new-arrival-shop-items:hover .content .shop-btn {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
}

.new-arrivals-section .swiper-pagination-bullet-active {
  background: #262626;
}

.shop-section-44 {
  position: relative;
}
.shop-section-44 .section-title {
  position: relative;
}
.shop-section-44 .section-title .sale {
  position: absolute;
  top: 8px;
  right: 36%;
}
@media (max-width: 1399px) {
  .shop-section-44 .section-title .sale {
    display: none;
  }
}

.big-sale-wrapper .big-sale-banner {
  height: 800px;
}
@media (max-width: 767px) {
  .big-sale-wrapper .big-sale-banner {
    height: 550px;
  }
}
.big-sale-wrapper .big-sale-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.big-sale-wrapper .big-sale-right-items {
  padding: 50px 90px;
  background-color: #F8F8F8;
  position: relative;
}
@media (max-width: 1199px) {
  .big-sale-wrapper .big-sale-right-items {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .big-sale-wrapper .big-sale-right-items {
    padding: 40px;
  }
}
.big-sale-wrapper .big-sale-right-items .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .big-sale-wrapper .big-sale-right-items .array-button {
    display: none;
  }
}
.big-sale-wrapper .big-sale-right-items .array-button .array-prev, .big-sale-wrapper .big-sale-right-items .array-button .array-next {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.big-sale-wrapper .big-sale-right-items .array-button .array-prev:hover, .big-sale-wrapper .big-sale-right-items .array-button .array-next:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.big-sale-wrapper .big-sale-right-items .section-title {
  position: relative;
}
.big-sale-wrapper .big-sale-right-items .big-sale {
  position: absolute;
  top: 0;
  right: 23%;
}
@media (max-width: 1399px) {
  .big-sale-wrapper .big-sale-right-items .big-sale {
    display: none;
  }
}
.big-sale-wrapper .big-sale-right-items .new-arrival-shop-items {
  margin-bottom: 0;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.big-sale-wrapper .big-sale-right-items .new-arrival-shop-items .thumb {
  height: initial !important;
  position: relative;
  overflow: hidden;
}
.big-sale-wrapper .big-sale-right-items .new-arrival-shop-items .thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.big-sale-wrapper .big-sale-right-items .new-arrival-shop-items .thumb .shop-icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.big-sale-wrapper .big-sale-right-items .new-arrival-shop-items .thumb .shop-icon li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--theme4);
}
.big-sale-wrapper .big-sale-right-items .new-arrival-shop-items .thumb .shop-icon li a:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.big-sale-wrapper .big-sale-right-items .new-arrival-shop-items:hover .thumb .shop-icon {
  opacity: 1;
}
.big-sale-wrapper .big-sale-right-items .new-arrival-shop-items:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shop-collection-items {
  margin-top: 30px;
}
.shop-collection-items .thumb {
  position: relative;
  z-index: 9;
}
.shop-collection-items .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(67.59%, rgba(0, 0, 0, 0.45)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 67.59%);
}
.shop-collection-items .thumb img {
  width: 100%;
  height: 100%;
}
.shop-collection-items .thumb .content {
  position: absolute;
  bottom: -55px;
  left: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-collection-items .thumb .content h3 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  position: relative;
  z-index: 9;
}
.shop-collection-items .thumb .content h3 a {
  color: var(--white);
}
.shop-collection-items .thumb .content h3 a:hover {
  color: var(--theme5);
}
.shop-collection-items .thumb .content p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  margin-top: 5px;
  color: var(--white);
  position: relative;
  z-index: 9;
}
.shop-collection-items .thumb .content p span {
  color: var(--white);
}
.shop-collection-items .thumb .content .theme-btn {
  background-color: transparent;
  padding: 1px solid var(--white);
  background-color: transparent;
  display: inline-block;
  font-weight: 500;
  padding: 14px 40px;
  line-height: 1;
  border: 1px solid var(--white);
  position: relative;
  border-radius: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}
.shop-collection-items .thumb .content .theme-btn::before, .shop-collection-items .thumb .content .theme-btn::after {
  background-color: var(--theme5);
  border-radius: 0;
}
.shop-collection-items .thumb .content .theme-btn span {
  color: var(--white);
}
.shop-collection-items .thumb .content .theme-btn:hover span {
  color: var(--white);
}
.shop-collection-items:hover .thumb .content {
  bottom: 49px;
}
.shop-collection-items:hover .thumb .content .theme-btn {
  opacity: 1;
  visibility: visible;
}

.best-seller-items-5 {
  margin-top: 30px;
  overflow: hidden;
}
.best-seller-items-5 .thumb {
  position: relative;
  overflow: hidden;
}
.best-seller-items-5 .thumb img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.best-seller-items-5 .thumb .cart-button {
  position: absolute;
  bottom: -100px;
  left: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .best-seller-items-5 .thumb .cart-button {
    display: block;
    width: initial;
  }
}
.best-seller-items-5 .thumb .cart-button li:last-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media (max-width: 767px) {
  .best-seller-items-5 .thumb .cart-button li:last-child {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
@media (max-width: 575px) {
  .best-seller-items-5 .thumb .cart-button li:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.best-seller-items-5 .thumb .cart-button li .eye-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: var(--white);
  color: var(--theme5);
  display: inline-block;
}
@media (max-width: 575px) {
  .best-seller-items-5 .thumb .cart-button li .eye-icon {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 992px) {
  .shop-setion-3 .section-head {
    flex-direction: column;
    align-items: center;
  }
  .shop-setion-3 .section-tabs .nav-link{
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .best-seller-items-5 .thumb .cart-button li .eye-icon {
    font-size: 13px;
    height: 48px;
    line-height: 48px;
  }
}
.best-seller-items-5 .thumb .cart-button li .eye-icon:hover {
  background-color: var(--theme5);
  color: var(--white);
}
.best-seller-items-5 .thumb .cart-button li .cart-icon {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  font-family: "Alata", sans-serif;
  background-color: var(--theme5);
  display: inline-block;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 400px) {
  .best-seller-items-5 .thumb .cart-button li .cart-icon {
    font-size: 13px;
    height: 48px;
    line-height: 48px;
  }
}
.best-seller-items-5 .thumb .cart-button li .cart-icon i {
  margin-right: 10px;
}
.best-seller-items-5 .thumb .cart-button li .cart-icon:hover {
  background-color: var(--white);
  color: var(--theme5);
}
.best-seller-items-5 .thumb .shop-icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .best-seller-items-5 .thumb .shop-icon {
    display: none;
  }
}
.best-seller-items-5 .thumb .shop-icon li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme5);
  color: var(--white);
}
.best-seller-items-5 .thumb .shop-icon li a:hover {
  background-color: var(--white);
  color: var(--theme5);
}
.best-seller-items-5 .content {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.best-seller-items-5 .content h4 {
  font-size: 20px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
}
@media (max-width: 470px) {
  .best-seller-items-5 .content h4 {
    font-size: 14px;
  }
}
.best-seller-items-5 .content h4 a:hover {
  color: var(--theme5);
}
.best-seller-items-5 .content h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme5);
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 470px) {
  .best-seller-items-5 .content h6 {
    font-size: 14px;
  }
}
.best-seller-items-5:hover .thumb .shop-icon {
  opacity: 1;
  visibility: visible;
}
.best-seller-items-5:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.best-seller-items-5:hover .thumb .cart-button {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.shop-banner-items {
  position: relative;
  height: 225px;
}
.shop-banner-items img {
  width: 100%;
  height: 100%;
}
.shop-banner-items .content {
  padding: 40px 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop-banner-items .content .text-1 {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  text-transform: uppercase;
}
.shop-banner-items .content .text-2 {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
}
.shop-banner-items .content h2 {
  font-size: 34px;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  margin-bottom: 30px;
}
.shop-banner-items .content .theme-btn {
  background-color: var(--theme5);
  border-radius: 0;
}
.shop-banner-items .content .theme-btn::before, .shop-banner-items .content .theme-btn::after {
  background: var(--header);
  border-radius: 0;
}
.shop-banner-items .content .theme-btn:hover span {
  color: var(--white);
}
.shop-banner-items .content .theme-btn.style-2 {
  background: transparent;
  border: 1px solid var(--header);
  border-radius: 0;
}
.shop-banner-items .content .theme-btn.style-2 span {
  color: var(--header);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.shop-banner-items .content .theme-btn.style-2::before, .shop-banner-items .content .theme-btn.style-2::after {
  background: var(--theme5);
  border-radius: 0;
}
.shop-banner-items .content .theme-btn.style-2:hover span {
  color: var(--white);
}
.shop-banner-items.style-height {
  height: 290px;
}

.catgory-box-6 {
  text-align: center;
  margin-top: 30px;
}
.catgory-box-6 .thumb {
  position: relative;
  overflow: hidden;
}
.catgory-box-6 .thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: #DADADA;
  content: "";
  overflow: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.catgory-box-6 .thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catgory-box-6 .content {
  margin-top: 20px;
}
.catgory-box-6 .content h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}
.catgory-box-6 .content h4 a:hover {
  color: var(--theme6);
}
.catgory-box-6:hover .thumb::before {
  opacity: 1;
  visibility: visible;
}
.catgory-box-6:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shop-dale-wrapper-6 {
  position: relative;
}
.shop-dale-wrapper-6 .shop-dale-banner {
  height: 490px;
  position: relative;
}
.shop-dale-wrapper-6 .shop-dale-banner .content {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.shop-dale-wrapper-6 .shop-dale-banner .content span {
  font-weight: 600;
  color: var(--theme6);
  display: inline-block;
  margin-bottom: 10px;
}
.shop-dale-wrapper-6 .shop-dale-banner .content h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.shop-dale-wrapper-6 .shop-dale-banner .content p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #010F1C;
  margin-top: 10px;
}
.shop-dale-wrapper-6 .shop-dale-banner .content .theme-btn {
  background-color: var(--white);
  border-radius: 50px;
  margin-top: 20px;
}
.shop-dale-wrapper-6 .shop-dale-banner .content .theme-btn::before, .shop-dale-wrapper-6 .shop-dale-banner .content .theme-btn::after {
  background-color: var(--theme6);
}
.shop-dale-wrapper-6 .shop-dale-banner .content .theme-btn span {
  color: var(--theme6);
  margin-bottom: 0;
}
.shop-dale-wrapper-6 .shop-dale-banner .content .theme-btn:hover span {
  color: var(--white);
}
.shop-dale-wrapper-6 .section-title {
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
  padding-bottom: 30px;
}
.shop-dale-wrapper-6 .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5%;
  z-index: 99;
}
.shop-dale-wrapper-6 .array-button .array-prev, .shop-dale-wrapper-6 .array-button .array-next {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-dale-wrapper-6 .array-button .array-prev:hover, .shop-dale-wrapper-6 .array-button .array-next:hover {
  background-color: var(--theme6);
  color: var(--white);
}

.shop-dale-box-items {
  margin-top: 30px;
  position: relative;
  z-index: 999;
}
.shop-dale-box-items .thumb {
  position: relative;
  overflow: hidden;
}
.shop-dale-box-items .thumb img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-dale-box-items .thumb .shop-icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media (max-width: 470px) {
  .shop-dale-box-items .thumb .shop-icon {
    display: none;
  }
}
.shop-dale-box-items .thumb .shop-icon li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  background-color: var(--white);
  color: var(--header);
}
.shop-dale-box-items .thumb .shop-icon li a:hover {
  background-color: var(--theme6);
  color: var(--white);
}
.shop-dale-box-items .thumb .cart-button {
  position: absolute;
  bottom: -100px;
  left: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1399px) {
  .shop-dale-box-items .thumb .cart-button {
    width: 90%;
  }
}
@media (max-width: 470px) {
  .shop-dale-box-items .thumb .cart-button {
    left: 20px;
    right: 20px;
    width: 90%;
    display: block;
  }
}
.shop-dale-box-items .thumb .cart-button li:last-child {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}
@media (max-width: 470px) {
  .shop-dale-box-items .thumb .cart-button li:last-child {
    width: 100%;
  }
}
.shop-dale-box-items .thumb .cart-button li .eye-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #FFFCD3;
  color: var(--theme6);
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 470px) {
  .shop-dale-box-items .thumb .cart-button li .eye-icon {
    width: 84%;
    height: 40px;
    line-height: 45px;
    display: inline-block;
    border-radius: 90px;
    margin-bottom: 6px;
  }
}
.shop-dale-box-items .thumb .cart-button li .eye-icon:hover {
  background-color: var(--theme6);
  color: var(--white);
}
.shop-dale-box-items .thumb .cart-button li .cart-icon {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  background-color: var(--theme6);
  display: inline-block;
  text-align: center;
  color: var(--white);
  border-radius: 100px;
}
@media (max-width: 470px) {
  .shop-dale-box-items .thumb .cart-button li .cart-icon {
    width: 84%;
    height: 40px;
    line-height: 45px;
    display: inline-block;
    border-radius: 90px;
    font-size: 14px;
  }
}
.shop-dale-box-items .thumb .cart-button li .cart-icon i {
  margin-right: 10px;
}
@media (max-width: 470px) {
  .shop-dale-box-items .thumb .cart-button li .cart-icon i {
    margin-right: 3px;
  }
}
.shop-dale-box-items .thumb .cart-button li .cart-icon:hover {
  background-color: var(--white);
  color: var(--theme6);
}
.shop-dale-box-items .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 470px) {
  .shop-dale-box-items .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.shop-dale-box-items .content h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 470px) {
  .shop-dale-box-items .content h3 {
    font-size: 12px;
  }
}
.shop-dale-box-items .content h3 a:hover {
  color: var(--theme6);
}
.shop-dale-box-items .content span {
  font-size: 16px;
  font-weight: bold;
  color: var(--theme6);
}
@media (max-width: 470px) {
  .shop-dale-box-items .content span {
    font-size: 14px;
  }
}
.shop-dale-box-items:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-dale-box-items:hover .thumb .cart-button {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.shop-dale-box-items:hover .thumb .shop-icon {
  opacity: 1;
  visibility: visible;
}

.shop-sidebar-area {
  border: 1px solid var(--theme);
  border-radius: 6px;
  padding: 40px 35px;
}
.shop-sidebar-area .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 30px;
  background: transparent;
}
.shop-sidebar-area .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0;
}
.shop-sidebar-area .accordion .accordion-item .accordion-body {
  margin-top: 20px;
  padding: 0;
}
.shop-sidebar-area .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .shop-sidebar-area .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.shop-sidebar-area .accordion .accordion-item.style-2 .accordion-button::before {
  content: "\f078";
}
.shop-sidebar-area .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}
.shop-sidebar-area .accordion .accordion-button::after {
  display: none;
}
.shop-sidebar-area .accordion .accordion-button::before {
  position: absolute;
  content: "\f0d8";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 5px;
  right: 0;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #303030;
}
.shop-sidebar-area .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
}
.shop-sidebar-area.style-side-padding-remove {
  padding: 0;
  border: none;
}
.shop-sidebar-area.style-page-2 {
  padding: 35px;
  border-radius: 16px;
  border: 1px solid #A7A7A7;
  /* Custom Scrollbar Styling */
}
.shop-sidebar-area.style-page-2 .widget-title h4 {
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.shop-sidebar-area.style-page-2 .shop-widget-items:not(:last-child) {
  border-bottom: 1px solid #D0D0D2;
}
.shop-sidebar-area.style-page-2 .shop-widget-items .filter-text h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.shop-sidebar-area.style-page-2 .shop-widget-items .filter-text h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}
.shop-sidebar-area.style-page-2 .shop-widget-items .filter-text .theme-btn {
  width: 100%;
  border-radius: 60px;
  background: #57437B;
  max-width: 250px;
  width: 100%;
}
.shop-sidebar-area.style-page-2 .shop-widget-items .filter-text .text-btn {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: var(--theme2);
  text-align: center;
  margin-top: 20px;
}
.shop-sidebar-area.style-page-2 .categori-list-2 li {
  font-size: 18px;
  font-weight: 400;
  color: #A7A7A7;
}
.shop-sidebar-area.style-page-2 .categori-list-2 li:not(:last-child) {
  margin-bottom: 15px;
}
.shop-sidebar-area.style-page-2 .categori-list-2 li a {
  color: #383838;
}
.shop-sidebar-area.style-page-2 .categori-list-2 li:hover a {
  color: var(--theme2);
}
.shop-sidebar-area.style-page-2 .scroll-container {
  overflow-y: auto;
  position: relative;
  height: 400px;
}
.shop-sidebar-area.style-page-2 .scroll-container::-webkit-scrollbar {
  width: 8px;
}
.shop-sidebar-area.style-page-2 .scroll-container::-webkit-scrollbar-track {
  border-radius: 0;
}
.shop-sidebar-area.style-page-2 .scroll-container::-webkit-scrollbar-thumb {
  background: var(--theme2);
}
.shop-sidebar-area.style-page-2 .scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--theme2);
}
.shop-sidebar-area.style-page-2 .shop-sidebar-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  border: 1px solid var(--theme2) !important;
  background-color: var(--theme2) !important;
  color: var(--white) !important;
}
.shop-sidebar-area.style-page-2 .shop-sidebar-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  color: var(--white) !important;
}
.shop-sidebar-area.style-page-2 .shop-sidebar-list .checkbox-single .star-color {
  color: #FFD687 !important;
}
.shop-sidebar-area.style-page-2 .price-range-wrapper {
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.shop-sidebar-area.style-page-2 .price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.shop-sidebar-area.style-page-2 .price-range-wrapper .price-text label {
  color: #1b1f2a;
  font-size: 16px;
  font-weight: 500;
}
.shop-sidebar-area.style-page-2 .price-range-wrapper .price-text input {
  color: #1b1f2a;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}
.shop-sidebar-area.style-page-2 .price-range-wrapper .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd; /* Default background */
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.shop-sidebar-area.style-page-2 .price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--theme2);
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.shop-sidebar-area.style-page-2 .price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme2);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #D0D0D2;
  z-index: 2;
  position: relative;
}
.shop-sidebar-area.style-page-2 .price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme2);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #D0D0D2;
  z-index: 2;
  position: relative;
}
.shop-sidebar-area.style-page-2 .price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}
.shop-sidebar-area.style-page-2 .range__barcustom .price-input {
  margin-top: 30px;
  position: relative;
}
.shop-sidebar-area.style-page-2 .range__barcustom .price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  width: 30%;
}
.shop-sidebar-area.style-page-2 .range__barcustom .price-input .field span {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.shop-sidebar-area.style-page-2 .range__barcustom .separators {
  margin-left: -12px;
  padding-right: 12px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
}
.shop-sidebar-area.style-page-2 .range__barcustom .field input {
  height: 100%;
  outline: none;
  background: transparent;
  border: unset;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 0;
}
.shop-sidebar-area.style-page-2 .range__barcustom .field input span {
  font-weight: 500;
  color: var(--header);
  font-size: 16px;
}
.shop-sidebar-area.style-page-2 .range__barcustom input[type=number]::-webkit-outer-spin-button,
.shop-sidebar-area.style-page-2 .range__barcustom input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.shop-sidebar-area.style-page-2 .range__barcustom .price-input .separator {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.shop-sidebar-area.style-page-2 .range__barcustom .slider {
  height: 6.75px;
  position: relative;
  background: var(--header);
  border-radius: 5px;
}
.shop-sidebar-area.style-page-2 .range__barcustom .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--theme2);
}
.shop-sidebar-area.style-page-2 .range__barcustom .range-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-sidebar-area.style-page-2 .range__barcustom .range-input input {
  position: absolute;
  width: 100%;
  height: 6.75px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  outline: none;
}
.shop-sidebar-area.style-page-2 .range__barcustom input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 7px;
  border-radius: 5px;
  background: var(--theme2);
  border: 1.125px solid var(--theme2);
  pointer-events: auto;
  -webkit-appearance: none;
}
.shop-sidebar-area.style-page-2 .range__barcustom .price-input .theme-btn {
  padding: 14px 30px;
}
.shop-sidebar-area .shop-widget-items:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #636363;
}
.shop-sidebar-area .shop-widget-items .widget-title {
  margin-bottom: 20px;
}
.shop-sidebar-area .shop-widget-items .widget-title h4 {
  font-size: 20px;
  line-height: 1;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: block;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 1px solid #636363;
  background-color: var(--white);
  top: 5px;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  border: 1px solid var(--theme);
  background-color: var(--theme);
  color: var(--theme) !important;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .text-color {
  font-weight: 400;
  color: var(--text);
  font-size: 14px;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .text-color .star {
  color: #FD8F21;
  margin-right: 5px;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .text-color .star i.color-2 {
  color: var(--text);
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .text-color .ratting-text {
  font-size: 16px;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .star-color {
  color: #FD8F21;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .star-color i.color-2 {
  color: #D9D9D9;
}
.shop-sidebar-area .shop-widget-items .shop-sidebar-list .checkbox-single .star-color b {
  font-weight: 400;
  color: var(--header);
  margin-left: 8px;
}
.shop-sidebar-area .shop-widget-items .price-box .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.shop-sidebar-area .shop-widget-items .price-box input {
  width: 100%;
  border-radius: 4px;
  border: 0.5px solid #636363;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0);
  outline: none;
  text-align: center;
  padding: 14px 10px;
  line-height: 1;
}
.shop-sidebar-area .shop-widget-items .price-box .theme-btn {
  width: 100%;
}
.shop-sidebar-area .shop-widget-items .more-text {
  font-size: 16px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  color: var(--text);
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}
.shop-sidebar-area .shop-widget-items .more-text:hover {
  color: var(--theme);
}
.shop-sidebar-area.style-page-3 {
  border-radius: 6px;
  background: #FFF5EC;
  border: none;
}
.shop-sidebar-area.style-page-3 .shop-widget-items {
  border-bottom: none;
  padding-bottom: 0;
}
.shop-sidebar-area.style-page-3 .widget-title h4 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.shop-sidebar-area.style-page-3 .categori-list-2::-webkit-scrollbar {
  width: 8px;
}
.shop-sidebar-area.style-page-3 .categori-list-2::-webkit-scrollbar-track {
  border-radius: 0;
}
.shop-sidebar-area.style-page-3 .categori-list-2::-webkit-scrollbar-thumb {
  background: var(--theme3);
}
.shop-sidebar-area.style-page-3 .categori-list-2::-webkit-scrollbar-thumb:hover {
  background: var(--theme3);
}
.shop-sidebar-area.style-page-3 .categori-list-2 {
  overflow-y: auto;
  position: relative;
  height: 200px;
  /* Custom Scrollbar Styling */
}
.shop-sidebar-area.style-page-3 .categori-list-2 li {
  font-family: "Inter", sans-serif;
}
.shop-sidebar-area.style-page-3 .categori-list-2 li:not(:last-child) {
  margin-bottom: 12px;
}
.shop-sidebar-area.style-page-3 .categori-list-2 li a {
  font-size: 14px;
  font-weight: 600;
  color: #807E7E;
}
.shop-sidebar-area.style-page-3 .categori-list-2 li:hover a {
  color: #121212;
  text-decoration: underline;
}
.shop-sidebar-area.style-page-3 .shop-sidebar-list .checkbox-single {
  padding-left: 0;
}
.shop-sidebar-area.style-page-3 .shop-sidebar-list .checkbox-single .checkbox-area .checkmark {
  left: initial;
  right: 0;
}
.shop-sidebar-area.style-page-3 .shop-sidebar-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  border: 1px solid var(--theme3);
  background-color: var(--theme3);
  color: var(--theme3) !important;
}
.shop-sidebar-area.style-page-3 .shop-sidebar-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  color: var(--theme3);
  font-size: 11px;
}
.shop-sidebar-area.style-page-3 .shop-sidebar-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.shop-sidebar-area.style-page-3 .shop-sidebar-list .checkbox-single .text-color {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #6C7275;
}
.shop-sidebar-area.style-page-4 {
  border-radius: 6px;
  border: 1px solid #E6E7E8;
}
.shop-sidebar-area.style-page-4 .shop-widget-items {
  padding-bottom: 0;
  border-bottom: none;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .widget-title h4 {
  font-size: 36px;
  font-family: "Syne", sans-serif;
  color: #5E5B5B;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .categori-list-2 li {
  font-family: "Inter", sans-serif;
  font-size: 24px;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .categori-list-2 li:not(:last-child) {
  margin-bottom: 20px;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .categori-list-2 li a {
  color: #939393;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .categori-list-2 li a:hover {
  color: rgba(76, 115, 189, 0.9803921569);
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E52828;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list li:nth-last-of-type(1) {
  background-color: #F1DBBA;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list li:nth-last-of-type(2) {
  background-color: #FDC4DF;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list li:nth-last-of-type(3) {
  background-color: #5E5B5B;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list li:nth-last-of-type(4) {
  background-color: transparent;
  border: 1px solid #C3A370;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list-2 li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #C3A370;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list-2 li:nth-last-of-type(1) {
  background-color: #C4C4C4;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list-2 li:nth-last-of-type(2) {
  background-color: #A7D3A0;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .color-list-2 li:nth-last-of-type(3) {
  background-color: #A4B2CE;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .text-items h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #5E5B5B;
}
@media (max-width: 575px) {
  .shop-sidebar-area.style-page-4 .shop-widget-items .text-items h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar-area.style-page-4 .shop-widget-items .text-items h2 {
    font-size: 22px;
  }
}
.shop-sidebar-area.style-page-4 .shop-widget-items .text-items h2.color-2 {
  padding: 15px 0;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .text-items h2.color-3 {
  color: #C3A370;
}
.shop-sidebar-area.style-page-4 .shop-widget-items .price-list li {
  font-family: "Inter", sans-serif;
  font-size: 24px;
}
@media (max-width: 575px) {
  .shop-sidebar-area.style-page-4 .shop-widget-items .price-list li {
    font-size: 18px;
  }
}
.shop-sidebar-area.style-page-4 .shop-widget-items .price-list li:not(:last-child) {
  margin-bottom: 20px;
}
.shop-sidebar-area.style-5 .shop-widget-items .widget-title h4 {
  font-size: 36px;
  font-family: "Alata", sans-serif;
  color: #5E5B5B;
}
@media (max-width: 575px) {
  .shop-sidebar-area.style-5 .shop-widget-items .widget-title h4 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar-area.style-5 .shop-widget-items .widget-title h4 {
    font-size: 24px;
  }
}
.shop-sidebar-area.style-5 .shop-widget-items .categori-list-2 li {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
@media (max-width: 575px) {
  .shop-sidebar-area.style-5 .shop-widget-items .categori-list-2 li {
    font-size: 18px;
  }
}
.shop-sidebar-area.style-5 .shop-widget-items .categori-list-2 li a {
  color: #939393;
}
.shop-sidebar-area.style-5 .shop-widget-items .categori-list-2 li a:hover {
  color: var(--theme5);
}
.shop-sidebar-area.style-5 .shop-widget-items .text-items h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #5E5B5B;
}
.shop-sidebar-area.style-5 .shop-widget-items .text-items h2.color-2 {
  padding: 15px 0;
}
.shop-sidebar-area.style-5 .shop-widget-items .text-items h2.color-3 {
  color: #C3A370;
}
.shop-sidebar-area.style-6 .shop-widget-items .widget-title h4 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  color: #5E5B5B;
  font-weight: 600;
}
@media (max-width: 767px) {
  .shop-sidebar-area.style-6 .shop-widget-items .widget-title h4 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar-area.style-6 .shop-widget-items .widget-title h4 {
    font-size: 24px;
  }
}
.shop-sidebar-area.style-6 .shop-widget-items .categori-list-2 li {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
@media (max-width: 767px) {
  .shop-sidebar-area.style-6 .shop-widget-items .categori-list-2 li {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar-area.style-6 .shop-widget-items .categori-list-2 li {
    font-size: 18px;
  }
}
.shop-sidebar-area.style-6 .shop-widget-items .categori-list-2 li a {
  color: #939393;
}
.shop-sidebar-area.style-6 .shop-widget-items .categori-list-2 li a:hover {
  color: var(--theme6);
}
.shop-sidebar-area.style-6 .shop-widget-items .text-items h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #5E5B5B;
}
@media (max-width: 767px) {
  .shop-sidebar-area.style-6 .shop-widget-items .text-items h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar-area.style-6 .shop-widget-items .text-items h2 {
    font-size: 24px;
  }
}
.shop-sidebar-area.style-6 .shop-widget-items .text-items h2.color-2 {
  padding: 15px 0;
}
.shop-sidebar-area.style-6 .shop-widget-items .text-items h2.color-3 {
  color: #C3A370;
}

.shop-list-items-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .shop-list-items-area {
    display: block;
  }
}
.shop-list-items-area.style-height-1 .thumb {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: initial;
}
.shop-list-items-area.style-height-1 .content {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: initial;
}
.shop-list-items-area .thumb {
  max-width: 340px;
  position: relative;
}
@media (max-width: 1199px) {
  .shop-list-items-area .thumb {
    max-width: initial;
    margin-bottom: 20px;
  }
}
.shop-list-items-area .thumb .discount {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #F55157;
  color: var(--white);
  position: absolute;
  top: 12px;
  left: 12px;
}
.shop-list-items-area .thumb .shop-icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.shop-list-items-area .thumb .shop-icon li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--theme);
}
.shop-list-items-area .thumb .shop-icon li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.shop-list-items-area .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.shop-list-items-area .content {
  position: relative;
  max-width: 730px;
}
@media (max-width: 1399px) {
  .shop-list-items-area .content {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .shop-list-items-area .content {
    max-width: initial;
  }
}
.shop-list-items-area .content p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--header);
}
.shop-list-items-area .content h3 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .shop-list-items-area .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .shop-list-items-area .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .shop-list-items-area .content h3 {
    font-size: 16px;
  }
}
.shop-list-items-area .content h3 a:hover {
  color: var(--theme);
}
.shop-list-items-area .content .star {
  position: absolute;
  top: 0;
  right: 15px;
  color: #FFCC00;
}
@media (max-width: 575px) {
  .shop-list-items-area .content .star {
    position: static;
  }
}
.shop-list-items-area .content .price {
  color: var(--theme);
  margin-top: 10px;
  margin-bottom: 10px;
}
.shop-list-items-area .content .product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 5px;
}
@media (max-width: 470px) {
  .shop-list-items-area .content .product-btn {
    display: -ms-grid;
    display: grid;
    width: 100%;
  }
}
.shop-list-items-area .content .product-btn .icon {
  border-radius: 8px;
  background: #FFDBEC;
  display: inline-block;
  padding: 12px 21px;
  text-align: center;
}
.shop-list-items-area .content .product-btn .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.shop-list-items-area .content .product-btn .theme-btn {
  background: transparent;
  color: var(--theme);
  border: 1px solid var(--theme);
  width: 100%;
  text-align: center;
  padding: 19px 35px;
  max-width: 280px;
  width: 100%;
}
@media (max-width: 767px) {
  .shop-list-items-area .content .product-btn .theme-btn {
    padding: 18px 20px;
  }
}
@media (max-width: 470px) {
  .shop-list-items-area .content .product-btn .theme-btn {
    max-width: initial;
  }
}
.shop-list-items-area .content .product-btn .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.shop-list-items-area .content .product-btn .theme-btn::before, .shop-list-items-area .content .product-btn .theme-btn::after {
  background-color: var(--theme);
}
.shop-list-items-area .content .product-btn .theme-btn:hover span {
  color: var(--white);
}
.shop-list-items-area.style-2 .thumb .discount {
  width: 100px;
  height: 29px;
  line-height: 29px;
  border-radius: 40.644px;
  background: #F55157;
}
.shop-list-items-area.style-2 .thumb .shop-icon li a {
  color: var(--theme2);
}
.shop-list-items-area.style-2 .thumb .shop-icon li a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.shop-list-items-area.style-2 .content h3 {
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.shop-list-items-area.style-2 .content h3 a:hover {
  color: var(--theme2);
}
.shop-list-items-area.style-2 .content .price {
  font-size: 22px;
  color: var(--theme2);
}
.shop-list-items-area.style-2 .content .product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 5px;
}
@media (max-width: 470px) {
  .shop-list-items-area.style-2 .content .product-btn {
    display: -ms-grid;
    display: grid;
    width: 100%;
  }
}
.shop-list-items-area.style-2 .content .product-btn .icon {
  border-radius: 65.03px;
  background: #F3EDFF;
}
.shop-list-items-area.style-2 .content .product-btn .icon:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.shop-list-items-area.style-2 .content .product-btn .theme-btn {
  border-radius: 38.665px;
  border: 1.084px solid #57437B;
}
.shop-list-items-area.style-2 .content .product-btn .theme-btn span {
  color: var(--theme2);
}
.shop-list-items-area.style-2 .content .product-btn .theme-btn::before, .shop-list-items-area.style-2 .content .product-btn .theme-btn::after {
  background-color: var(--theme2);
}
.shop-list-items-area.style-2 .content .product-btn .theme-btn:hover span {
  color: var(--white);
}
.shop-list-items-area:hover .thumb .shop-icon {
  opacity: 1;
  visibility: visible;
}

.shop-details-wrapper .details-thumb img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper .details-content .body-text {
  color: #010F1C;
  display: inline-block;
  margin-bottom: 5px;
}
.shop-details-wrapper .details-content h3 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 470px) {
  .shop-details-wrapper .details-content h3 {
    font-size: 30px;
  }
}
.shop-details-wrapper .details-content .star {
  color: #FFCC00;
  margin-top: 20px;
}
.shop-details-wrapper .details-content .star span {
  font-weight: 500;
  color: #111111;
}
.shop-details-wrapper .details-content .size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop-details-wrapper .details-content .size-list li a {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  width: 100px;
  border-radius: 7px;
  border: 1px solid #E61F7F;
  color: var(--theme);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 470px) {
  .shop-details-wrapper .details-content .size-list li a {
    width: 80px;
  }
}
.shop-details-wrapper .details-content .size-list li a:hover {
  background: #FFD4E9;
  border: 1px solid #FFD4E9;
}
.shop-details-wrapper .details-content .price-text {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  color: var(--theme);
}
@media (max-width: 470px) {
  .shop-details-wrapper .details-content .price-text {
    font-size: 28px;
  }
}
.shop-details-wrapper .details-content .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 20px 0;
}
.shop-details-wrapper .details-content .cart-quantity .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--theme);
  padding: 15px 24px;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
}
.shop-details-wrapper .details-content .cart-quantity .qty button {
  position: relative;
}
.shop-details-wrapper .details-content .cart-quantity .qty button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  content: "";
}
.shop-details-wrapper .details-content .cart-quantity .qty button,
.shop-details-wrapper .details-content .cart-quantity .qty input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-details-wrapper .details-content .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.shop-details-wrapper .details-content .cart-quantity .qty:hover button::before {
  border: 1px solid var(--theme);
}
.shop-details-wrapper .details-content .cart-quantity .shop-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  background-color: #FFD4E9;
  padding: 24px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  border-radius: 10px;
  text-transform: capitalize;
}
.shop-details-wrapper .details-content .cart-quantity .shop-btn span {
  color: var(--theme);
}
.shop-details-wrapper .details-content .cart-quantity .shop-btn i {
  margin-right: 10px;
}
.shop-details-wrapper .details-content .cart-quantity .shop-btn::before, .shop-details-wrapper .details-content .cart-quantity .shop-btn::after {
  background-color: var(--theme);
}
.shop-details-wrapper .details-content .cart-quantity .shop-btn:hover span {
  color: var(--white);
}
.shop-details-wrapper .details-content .buy-btn {
  padding: 24px 35px;
}
.shop-details-wrapper .details-content .compare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper .details-content .compare-list {
    gap: 20px;
  }
}
@media (max-width: 470px) {
  .shop-details-wrapper .details-content .compare-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.shop-details-wrapper .details-content .compare-list li {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 470px) {
  .shop-details-wrapper .details-content .compare-list li {
    font-size: 12px;
  }
}
.shop-details-wrapper .details-content .compare-list li i {
  margin-right: 10px;
}
@media (max-width: 470px) {
  .shop-details-wrapper .details-content .compare-list li i {
    margin-right: 2px;
  }
}
.shop-details-wrapper .details-content .compare-list li a:hover {
  color: var(--theme);
}
.shop-details-wrapper .details-content .category-shop-items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper .details-content .category-shop-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.shop-details-wrapper .details-content .category-shop-items ul li b {
  font-weight: 400;
  color: var(--theme);
  margin-right: 7px;
}
.shop-details-wrapper .details-content .category-shop-items ul li img {
  margin-right: 7px;
}
.shop-details-wrapper .single-details-tab {
  margin-top: 50px;
}
.shop-details-wrapper .single-details-tab .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-details-wrapper .single-details-tab .nav .nav-link {
  font-size: 20px;
  font-weight: 400;
  color: var(--text);
}
.shop-details-wrapper .single-details-tab .nav .nav-link.active {
  position: relative;
  color: var(--theme);
  text-decoration: underline;
}
.shop-details-wrapper .single-details-tab .nav .nav-link h6 {
  font-size: 18px;
}
.shop-details-wrapper .single-details-tab .description-items h5 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  margin-bottom: 20px;
}
.shop-details-wrapper .single-details-tab .additional-content h5 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  margin-bottom: 20px;
}
.shop-details-wrapper .single-details-tab .additional-content .descrip-content h2 {
  font-size: 42px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.shop-details-wrapper .single-details-tab .additional-content .descrip-content p {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  line-height: 138%;
}
@media (max-width: 1199px) {
  .shop-details-wrapper .single-details-tab .additional-content .descrip-content p {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .shop-details-wrapper .single-details-tab .additional-content .descrip-content p {
    font-size: 18px;
  }
}
.shop-details-wrapper .single-details-tab .additional-content .descrip-image img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper .single-details-tab .additional-content .sort-list {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 22px 0;
  margin-top: 50px;
}
.shop-details-wrapper .single-details-tab .additional-content .sort-list .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper .single-details-tab .additional-content .sort-list .type-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-details-wrapper .single-details-tab .additional-content .sort-list .type-list li:not(:last-child) {
  border-right: 1px solid rgba(99, 99, 99, 0.5);
  padding-right: 16px;
}
.shop-details-wrapper .single-details-tab .additional-content .sort-list .type-list li:first-child {
  border: none;
  padding-right: 30px;
}
.shop-details-wrapper .single-details-tab .additional-content .sort-list .type-list .nice-select {
  padding-right: 10px !important;
}
.shop-details-wrapper .single-details-tab .additional-content .sort-list .type-list .nice-select::after {
  width: 8px;
  height: 8px;
  right: 0;
  margin-top: -4px;
}
.shop-details-wrapper .single-details-tab .additional-content .sort-list .type-list .list {
  width: initial;
  font-size: 14px;
}
.shop-details-wrapper .single-details-tab .additional-content .sort-list .type-list .focus {
  font-size: 14px;
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .descrip-reviews-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media (max-width: 767px) {
  .shop-details-wrapper .single-details-tab .descrip-reviews-box-items .descrip-reviews-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .descrip-reviews-box .reviews-box h4 {
  font-size: 70px;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
@media (max-width: 470px) {
  .shop-details-wrapper .single-details-tab .descrip-reviews-box-items .descrip-reviews-box .reviews-box h4 {
    font-size: 50px;
  }
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .descrip-reviews-box .reviews-box .star {
  color: #FFB21D;
  margin-bottom: 10px;
  font-size: 28px;
  margin-top: 10px;
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right {
  max-width: 755px;
  width: 100%;
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item:not(:last-child) {
  margin-bottom: 15px;
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star {
  color: #FFB21D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star i.color-2 {
  color: var(--text);
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item span {
  font-weight: 500;
  color: var(--header);
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress {
  background: rgba(255, 174, 93, 0.3);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  width: 100%;
  max-width: 310px;
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress-value {
  border-radius: 6px;
  background: #FFB21D;
  height: 8px;
  width: 83%; /* Fixed width */
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-two {
  width: 50%;
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-three {
  width: 10%;
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-four {
  width: 0%;
}
.shop-details-wrapper .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-five {
  width: 0%;
}
.shop-details-wrapper .single-details-tab .reviews-box-items .review-box-area {
  position: relative;
  margin-top: 40px;
}
.shop-details-wrapper .single-details-tab .reviews-box-items .review-box-area .date {
  position: absolute;
  top: 0;
  right: 0;
}
.shop-details-wrapper .single-details-tab .reviews-box-items .review-box-area .review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.shop-details-wrapper .single-details-tab .reviews-box-items .review-box-area .review-box .content h6 {
  font-family: "Inter", sans-serif;
}
.shop-details-wrapper .single-details-tab .reviews-box-items .review-box-area .review-box .content .star {
  color: #FFB21D;
  margin-top: 5px;
}
.shop-details-wrapper .single-details-tab .reviews-box-items .review-box-area .review-box .content .star span {
  color: var(--text);
}
.shop-details-wrapper .single-details-tab .reviews-box-items .review-box-area .review-box .content .star i.color-2 {
  color: #D9D9D9;
}
.shop-details-wrapper .single-details-tab .reviews-box-items .review-box-area .like {
  display: inline-block;
  margin-top: 15px;
}
.shop-details-wrapper .single-details-tab .reviews-box-items .review-box-area .like i {
  margin-right: 5px;
}

.coureses-notices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .coureses-notices-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.coureses-notices-wrapper .courses-showing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coureses-notices-wrapper .courses-showing .icon-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.coureses-notices-wrapper .courses-showing .icon-items .nav .nav-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  border: 1px solid rgba(1, 15, 28, 0.1019607843);
  border-radius: 7px;
  color: var(--text);
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.coureses-notices-wrapper .courses-showing .icon-items .nav .nav-link.active {
  border: 1px solid var(--theme);
  color: var(--theme);
}
.coureses-notices-wrapper .courses-showing p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.coureses-notices-wrapper .form-clt {
  max-width: 230px;
  width: 100%;
}
.coureses-notices-wrapper .form-clt .nice-select {
  padding: 14px 20px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  border-radius: 7px;
  border: 1px solid rgba(1, 15, 28, 0.1);
  background: #F9F9F9;
  width: initial;
  padding-right: 60px;
}
.coureses-notices-wrapper .form-clt .nice-select span {
  color: #010F1C;
}
.coureses-notices-wrapper .form-clt .nice-select::after {
  right: 30px;
}
.coureses-notices-wrapper .form-clt .nice-select .list {
  width: 100%;
  background-color: var(--bg);
}
.coureses-notices-wrapper .form-clt .nice-select .focus {
  background-color: transparent;
  font-weight: 400;
  color: var(--text);
}
.coureses-notices-wrapper .form-clt .nice-select .option {
  border: none;
}
.coureses-notices-wrapper .form-clt .nice-select .option:hover {
  background-color: transparent;
}
.coureses-notices-wrapper .showing-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 470px) {
  .coureses-notices-wrapper .showing-right {
    gap: 10px;
  }
}
.coureses-notices-wrapper .showing-right .filter {
  padding: 14px 12px;
  background-color: var(--theme);
  border-radius: 7px;
  color: var(--white);
  max-width: 100px;
  width: 100%;
  display: inline-block;
}
.coureses-notices-wrapper .showing-right .filter:hover {
  background-color: var(--header);
}
.coureses-notices-wrapper .showing-right .filter img {
  margin-right: 10px;
}
.coureses-notices-wrapper.style-2 .icon-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.coureses-notices-wrapper.style-2 .icon-items .nav .nav-link {
  border: 1px solid #818487;
}
.coureses-notices-wrapper.style-2 .icon-items .nav .nav-link.active {
  border: 1px solid var(--theme2);
  color: var(--theme2);
}
.coureses-notices-wrapper.style-2 .filter {
  background-color: var(--theme2);
}
.coureses-notices-wrapper.style-2 .filter:hover {
  background-color: var(--header);
}
.coureses-notices-wrapper.style-3 .icon-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.coureses-notices-wrapper.style-3 .icon-items .nav .nav-link {
  border: 1px solid #818487;
}
.coureses-notices-wrapper.style-3 .icon-items .nav .nav-link.active {
  border: 1px solid var(--theme3);
  color: var(--theme3);
}
.coureses-notices-wrapper.style-3 .filter {
  background-color: var(--theme3);
}
.coureses-notices-wrapper.style-3 .filter:hover {
  background-color: var(--header);
}
.coureses-notices-wrapper.style-4 .icon-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.coureses-notices-wrapper.style-4 .icon-items .nav .nav-link {
  border: 1px solid #818487;
}
.coureses-notices-wrapper.style-4 .icon-items .nav .nav-link.active {
  border: 1px solid var(--theme4);
  color: var(--theme4);
}
.coureses-notices-wrapper.style-4 .filter {
  background-color: var(--theme4);
}
.coureses-notices-wrapper.style-4 .filter:hover {
  background-color: var(--header);
}
.coureses-notices-wrapper.style-5 .icon-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.coureses-notices-wrapper.style-5 .icon-items .nav .nav-link {
  border: 1px solid #818487;
}
.coureses-notices-wrapper.style-5 .icon-items .nav .nav-link.active {
  border: 1px solid var(--theme5);
  color: var(--theme5);
}
.coureses-notices-wrapper.style-5 .filter {
  background-color: var(--theme5);
}
.coureses-notices-wrapper.style-5 .filter:hover {
  background-color: var(--header);
}
.coureses-notices-wrapper.style-6 .icon-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.coureses-notices-wrapper.style-6 .icon-items .nav .nav-link {
  border: 1px solid #818487;
}
.coureses-notices-wrapper.style-6 .icon-items .nav .nav-link.active {
  border: 1px solid var(--theme6);
  color: var(--theme6);
}
.coureses-notices-wrapper.style-6 .filter {
  background-color: var(--theme6);
}
.coureses-notices-wrapper.style-6 .filter:hover {
  background-color: var(--header);
}

.shop-category-wrapper-2 {
  position: relative;
  z-index: 999;
}

.shop-list-items-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .shop-list-items-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.shop-list-items-3.style-2 .thumb {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: initial;
}
@media (max-width: 1399px) {
  .shop-list-items-3.style-2 .thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-3.style-2 .content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: initial;
}
@media (max-width: 1399px) {
  .shop-list-items-3.style-2 .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-3.style-2 .content .price {
  margin: 0;
}
.shop-list-items-3.style-2 .content h3 {
  font-size: 32px;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .shop-list-items-3.style-2 .content h3 {
    font-size: 26px;
  }
}
.shop-list-items-3 .thumb {
  max-width: 341px;
  position: relative;
}
@media (max-width: 1199px) {
  .shop-list-items-3 .thumb {
    max-width: 1200px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-3 .thumb .shop-icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.shop-list-items-3 .thumb .shop-icon li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--white);
  color: var(--theme3);
}
.shop-list-items-3 .thumb .shop-icon li a:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.shop-list-items-3 .thumb img {
  width: 100%;
  height: 100%;
}
.shop-list-items-3 .content {
  position: relative;
  max-width: 725px;
  width: 100%;
}
.shop-list-items-3 .content span {
  font-size: 16px;
  display: inline-block;
  color: var(--header);
}
.shop-list-items-3 .content h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .shop-list-items-3 .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .shop-list-items-3 .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .shop-list-items-3 .content h3 {
    font-size: 16px;
  }
}
.shop-list-items-3 .content h3 a:hover {
  color: var(--theme3);
}
.shop-list-items-3 .content .price {
  color: var(--theme3);
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
}
.shop-list-items-3 .content .product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
@media (max-width: 470px) {
  .shop-list-items-3 .content .product-btn {
    display: -ms-grid;
    display: grid;
    width: 100%;
  }
}
.shop-list-items-3 .content .product-btn .icon {
  background: var(--header);
  border: 1px solid transparent;
  border-radius: 0;
  padding: 12px 21px;
  text-align: center;
  color: var(--white);
}
.shop-list-items-3 .content .product-btn .icon:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.shop-list-items-3 .content .product-btn .theme-btn {
  background: var(--theme3);
  color: var(--white);
  width: 100%;
  text-align: center;
  padding: 19px 35px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .shop-list-items-3 .content .product-btn .theme-btn {
    padding: 18px 20px;
  }
}
.shop-list-items-3 .content .product-btn .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.shop-list-items-3 .content .product-btn .theme-btn::before, .shop-list-items-3 .content .product-btn .theme-btn::after {
  background-color: var(--header);
  border-radius: 0;
}
.shop-list-items-3 .content .product-btn .theme-btn span {
  color: var(--white);
}
.shop-list-items-3 .content .product-btn .theme-btn:hover span {
  color: var(--white);
}
.shop-list-items-3 .content p {
  font-size: 14px;
}
.shop-list-items-3:hover .thumb .shop-icon {
  opacity: 1;
  visibility: visible;
}

.shop-list-items-4 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .shop-list-items-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-list-items-4 .thumb {
  position: relative;
  max-width: 345px;
}
.shop-list-items-4 .thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .shop-list-items-4 .thumb {
    max-width: initial;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-4 .thumb .love-icon {
  position: absolute;
  top: 25px;
  right: 25px;
}
.shop-list-items-4 .content {
  max-width: 730px;
}
@media (max-width: 1399px) {
  .shop-list-items-4 .content {
    max-width: initial;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-4 .content .post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.shop-list-items-4 .content .post-box li a {
  border-radius: 66.315px;
  background: #EBF2FF;
  display: inline-block;
  padding: 7px 11px;
  line-height: 1;
  color: var(--theme4);
}
.shop-list-items-4 .content .post-box li a:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.shop-list-items-4 .content p {
  font-size: 14px;
}
.shop-list-items-4 .content .star-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-list-items-4 .content .star-top .star {
  color: #FFCC00;
}
.shop-list-items-4 .content .price-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-list-items-4 .content .price-top h3 {
  font-size: 20px;
}
.shop-list-items-4 .content .price-top h3 a:hover {
  color: var(--theme4);
}
.shop-list-items-4 .content .price-top h4 {
  font-size: 26px;
  color: var(--theme4);
  font-family: "Poppins", sans-serif;
}
.shop-list-items-4 .content .shop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .shop-list-items-4 .content .shop-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.shop-list-items-4 .content .shop-btn .left-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 56.773px;
  background: #F3F7FF;
  gap: 20px;
  padding: 18px 40px;
  line-height: 1;
  min-width: 170px;
}
.shop-list-items-4 .content .shop-btn .left-btn .icon, .shop-list-items-4 .content .shop-btn .left-btn .icon-2 {
  text-align: center;
  display: inline-block;
  color: var(--theme4);
}
.shop-list-items-4 .content .shop-btn .theme-btn {
  border-radius: 47.311px;
  border: 0.946px solid rgba(76, 115, 189, 0.98);
  background: rgba(76, 115, 189, 0.98);
  padding: 18px 20px;
  min-width: 170px;
}
.shop-list-items-4 .content .shop-btn .theme-btn i {
  margin-right: 7px;
}
.shop-list-items-4.style-2 .thumb {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: initial;
}
@media (max-width: 1399px) {
  .shop-list-items-4.style-2 .thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-4.style-2 .content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: initial;
}
@media (max-width: 1399px) {
  .shop-list-items-4.style-2 .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-4.style-2 .content .price {
  margin: 0;
}
.shop-list-items-4.style-2 .content h3 {
  font-size: 32px;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .shop-list-items-4.style-2 .content h3 {
    font-size: 26px;
  }
}

.shop-list-items-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .shop-list-items-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-list-items-5.style-2 .thumb {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: initial;
}
@media (max-width: 1399px) {
  .shop-list-items-5.style-2 .thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-5.style-2 .content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: initial;
}
@media (max-width: 1399px) {
  .shop-list-items-5.style-2 .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-5.style-2 .content .price {
  margin: 0;
}
.shop-list-items-5 .thumb {
  position: relative;
  max-width: 345px;
}
@media (max-width: 1399px) {
  .shop-list-items-5 .thumb {
    max-width: initial;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-5 .thumb img {
  width: 100%;
  height: 100%;
}
.shop-list-items-5 .thumb .shop-icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .shop-list-items-5 .thumb .shop-icon {
    display: none;
  }
}
.shop-list-items-5 .thumb .shop-icon li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme5);
  color: var(--white);
}
.shop-list-items-5 .thumb .shop-icon li a:hover {
  background-color: var(--white);
  color: var(--theme5);
}
.shop-list-items-5 .content {
  max-width: 720px;
}
@media (max-width: 1399px) {
  .shop-list-items-5 .content {
    max-width: initial;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-5 .content h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Alata", sans-serif;
  margin-bottom: 10px;
}
.shop-list-items-5 .content h3 a:hover {
  -webkit-columns: var(--theme5);
     -moz-columns: var(--theme5);
          columns: var(--theme5);
}
.shop-list-items-5 .content h4 {
  font-size: 24px;
  color: var(--theme5);
  font-family: "Alata", sans-serif;
  margin-top: 15px;
}
.shop-list-items-5 .content .cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.shop-list-items-5 .content .cart-button li:last-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media (max-width: 767px) {
  .shop-list-items-5 .content .cart-button li:last-child {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
@media (max-width: 575px) {
  .shop-list-items-5 .content .cart-button li:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-5 .content .cart-button li .eye-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #F3F7FF;
  color: var(--theme5);
  display: inline-block;
}
@media (max-width: 575px) {
  .shop-list-items-5 .content .cart-button li .eye-icon {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 400px) {
  .shop-list-items-5 .content .cart-button li .eye-icon {
    font-size: 13px;
    height: 48px;
    line-height: 48px;
  }
}
.shop-list-items-5 .content .cart-button li .eye-icon:hover {
  background-color: var(--theme5);
  color: var(--white);
}
.shop-list-items-5 .content .cart-button li .cart-icon {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  font-family: "Alata", sans-serif;
  background-color: var(--theme5);
  display: inline-block;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 400px) {
  .shop-list-items-5 .content .cart-button li .cart-icon {
    font-size: 13px;
    height: 48px;
    line-height: 48px;
  }
}
.shop-list-items-5 .content .cart-button li .cart-icon i {
  margin-right: 10px;
}
.shop-list-items-5 .content .cart-button li .cart-icon:hover {
  background-color: #F3F7FF;
  color: var(--theme5);
}
.shop-list-items-5:hover .thumb .shop-icon {
  opacity: 1;
  visibility: visible;
}

.shop-list-items-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .shop-list-items-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-list-items-6.style-2 .thumb {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: initial;
}
@media (max-width: 1399px) {
  .shop-list-items-6.style-2 .thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-6.style-2 .content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: initial;
}
@media (max-width: 1399px) {
  .shop-list-items-6.style-2 .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-6.style-2 .content .price {
  margin: 0;
}
.shop-list-items-6 .thumb {
  position: relative;
  max-width: 345px;
}
@media (max-width: 1399px) {
  .shop-list-items-6 .thumb {
    max-width: initial;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-6 .thumb img {
  width: 100%;
  height: 100%;
}
.shop-list-items-6 .thumb .shop-icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .shop-list-items-6 .thumb .shop-icon {
    display: none;
  }
}
.shop-list-items-6 .thumb .shop-icon li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme6);
  color: var(--white);
}
.shop-list-items-6 .thumb .shop-icon li a:hover {
  background-color: var(--white);
  color: var(--theme6);
}
.shop-list-items-6 .content {
  max-width: 720px;
}
@media (max-width: 1399px) {
  .shop-list-items-6 .content {
    max-width: initial;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-6 .content h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.shop-list-items-6 .content h3 a:hover {
  -webkit-columns: var(--theme6);
     -moz-columns: var(--theme6);
          columns: var(--theme6);
}
.shop-list-items-6 .content h4 {
  font-size: 24px;
  color: var(--theme6);
  font-family: "Montserrat", sans-serif;
  margin-top: 15px;
}
.shop-list-items-6 .content .cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.shop-list-items-6 .content .cart-button li:last-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media (max-width: 767px) {
  .shop-list-items-6 .content .cart-button li:last-child {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
@media (max-width: 575px) {
  .shop-list-items-6 .content .cart-button li:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.shop-list-items-6 .content .cart-button li .eye-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #F3F7FF;
  color: var(--theme6);
  display: inline-block;
}
@media (max-width: 575px) {
  .shop-list-items-6 .content .cart-button li .eye-icon {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 400px) {
  .shop-list-items-6 .content .cart-button li .eye-icon {
    font-size: 13px;
    height: 48px;
    line-height: 48px;
  }
}
.shop-list-items-6 .content .cart-button li .eye-icon:hover {
  background-color: var(--theme6);
  color: var(--white);
}
.shop-list-items-6 .content .cart-button li .cart-icon {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background-color: var(--theme6);
  display: inline-block;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 400px) {
  .shop-list-items-6 .content .cart-button li .cart-icon {
    font-size: 13px;
    height: 48px;
    line-height: 48px;
  }
}
.shop-list-items-6 .content .cart-button li .cart-icon i {
  margin-right: 10px;
}
.shop-list-items-6 .content .cart-button li .cart-icon:hover {
  background-color: #F3F7FF;
  color: var(--theme6);
}
.shop-list-items-6:hover .thumb .shop-icon {
  opacity: 1;
  visibility: visible;
}

.cart-section .common-table {
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cart-section .common-table .cart-item-thumb {
  width: 86px;
  gap: 15px;
}
@media (max-width: 1399px) {
  .cart-section .common-table .cart-item-thumb {
    width: initial;
  }
}
.cart-section .common-table .cart-item-thumb .head {
  color: #1B1F2A;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.cart-section .common-table .price-usd {
  font-size: 16px;
  font-weight: 500;
  color: #010F1C;
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .cart-section .common-table .price-usd {
    margin-left: 100px;
  }
}
.cart-section .common-table tr {
  border-bottom: 1px solid #E4E4E5;
}
.cart-section .common-table thead,
.cart-section .common-table tbody {
  width: 100%;
}
.cart-section .common-table thead tr,
.cart-section .common-table tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .cart-section .common-table thead tr,
  .cart-section .common-table tbody tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cart-section .common-table thead tr th,
.cart-section .common-table thead tr td,
.cart-section .common-table tbody tr th,
.cart-section .common-table tbody tr td {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cart-section .common-table thead tr {
  color: #1B1F2A;
  border-bottom: unset;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #E4E4E5;
}
.cart-section .common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 16px;
  padding-bottom: 16px;
}
.cart-section .common-table thead tr th.quantity-left {
  margin-left: -50px;
}
@media (max-width: 1199px) {
  .cart-section .common-table thead tr th.quantity-left {
    margin-left: 0;
  }
}
.cart-section .common-table tbody tr td {
  background: transparent;
  color: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: unset;
}
.cart-section .quantity {
  margin-left: 65px;
  border: 1px solid var(--theme) !important;
  border-radius: 7px;
}
.cart-section .quantity button i {
  font-size: 16px;
  position: relative;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cart-section .quantity button i:hover {
  background-color: var(--theme);
  color: var(--white) !important;
}
.cart-section .quantity.style-2 {
  border: 1px solid var(--theme2) !important;
}
.cart-section .quantity.style-3 {
  border: 1px solid var(--theme3) !important;
}
.cart-section .quantity.style-4 {
  border: 1px solid var(--theme4) !important;
}
.cart-section .quantity.style-5 {
  border: 1px solid var(--theme5) !important;
}
.cart-section .quantity.style-6 {
  border: 1px solid var(--theme6) !important;
}
.cart-section .quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: #000;
  border: unset;
}
.cart-section .x-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cart-section .x-mark .love-icon {
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 53.831px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 1.615px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 1.615px 0px rgba(0, 0, 0, 0.25);
}
.cart-section .x-mark .x-mark {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  border-radius: 30px;
  background: #F0F0F0;
  display: inline-block;
}
.cart-section .x-mark .x-mark.style-2 {
  color: var(--theme2);
}
.cart-section .x-mark .x-mark.style-3 {
  color: var(--theme3);
}
.cart-section .x-mark .x-mark.style-4 {
  color: var(--theme4);
}
.cart-section .x-mark .x-mark.style-5 {
  color: var(--theme5);
}
.cart-section .x-mark .x-mark.style-6 {
  color: var(--theme6);
}
.cart-section .love-icon {
  display: inline-block;
}
.cart-section .cart-total-items {
  padding: 30px 20px;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  background: #FFF;
}
.cart-section .cart-total-items h4 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.cart-section .cart-total-items ul li {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-section .cart-total-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.cart-section .cart-total-items ul li:last-child {
  padding-top: 24px;
  border-top: 1px solid #E6E7E8;
  margin-top: 15px;
  color: #0E1422;
  margin-bottom: 30px;
}
.cart-section .cart-total-items ul li .price {
  color: #0E1422;
}
.cart-section .cart-total-items .theme-btn {
  width: 100%;
  text-align: center;
}
.cart-section .cart-total-items .input-area {
  margin-top: 10px;
  position: relative;
}
.cart-section .cart-total-items .input-area input {
  width: 100%;
  border-radius: 9px;
  border: 1px solid rgba(230, 31, 127, 0.11);
  background: #FBFBFB;
  padding: 9px 20px;
  text-transform: capitalize;
}
.cart-section .cart-total-items .input-area .apply-text {
  position: absolute;
  top: 8px;
  right: 13px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--theme);
  font-weight: 500;
}
.cart-section .cart-total-items .input-area .apply-text.style-2 {
  color: var(--theme2);
}
.cart-section .cart-total-items .input-area .apply-text.style-3 {
  color: var(--theme3);
}
.cart-section .cart-total-items .input-area .apply-text.style-4 {
  color: var(--theme4);
}
.cart-section .cart-total-items .input-area .apply-text.style-5 {
  color: var(--theme5);
}
.cart-section .cart-total-items .input-area .apply-text.style-6 {
  color: var(--theme6);
}
.cart-section .cart-total-items.style-2 .theme-btn {
  background-color: var(--theme2);
}
.cart-section .cart-total-items.style-2 .theme-btn::before {
  background-color: var(--header2);
}
.cart-section .cart-total-items.style-2 .theme-btn::after {
  background-color: var(--header2);
}
.cart-section .cart-total-items.style-3 .theme-btn {
  background-color: var(--theme3);
}
.cart-section .cart-total-items.style-3 .theme-btn::before {
  background-color: var(--header);
}
.cart-section .cart-total-items.style-3 .theme-btn::after {
  background-color: var(--header);
}
.cart-section .cart-total-items.style-4 .theme-btn {
  background-color: var(--theme4);
}
.cart-section .cart-total-items.style-4 .theme-btn::before {
  background-color: var(--header);
}
.cart-section .cart-total-items.style-4 .theme-btn::after {
  background-color: var(--header);
}
.cart-section .cart-total-items.style-5 .theme-btn {
  background-color: var(--theme5);
}
.cart-section .cart-total-items.style-5 .theme-btn::before {
  background-color: var(--header);
}
.cart-section .cart-total-items.style-5 .theme-btn::after {
  background-color: var(--header);
}
.cart-section .cart-total-items.style-6 .theme-btn {
  background-color: var(--theme6);
}
.cart-section .cart-total-items.style-6 .theme-btn::before {
  background-color: var(--header);
}
.cart-section .cart-total-items.style-6 .theme-btn::after {
  background-color: var(--header);
}
.cart-section .shipping-box-items {
  border-radius: 10px;
  border: 2px dashed rgba(0, 0, 0, 0.11);
  padding: 22px;
}
.cart-section .shipping-box-items p {
  font-family: "Inter", sans-serif;
}
.cart-section .shipping-box-items p b {
  color: var(--theme);
  font-weight: 600;
}
.cart-section .shipping-box-items p strong {
  font-weight: 600;
  color: #242424;
}
.cart-section .shipping-box-items.style-2 p b {
  color: var(--theme2) !important;
}
.cart-section .shipping-box-items.style-2 .pro-items {
  width: 100%;
  margin-top: 15px;
}
.cart-section .shipping-box-items.style-2 .pro-items .progress {
  background: rgba(0, 0, 0, 0.06) !important;
}
.cart-section .shipping-box-items.style-2 .pro-items .progress-value {
  background: var(--theme2) !important;
}
.cart-section .shipping-box-items.style-3 p b {
  color: var(--theme3) !important;
}
.cart-section .shipping-box-items.style-3 .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
}
.cart-section .shipping-box-items.style-3 .pro-items .progress-value {
  background: var(--theme3) !important;
}
.cart-section .shipping-box-items.style-4 p b {
  color: var(--theme4) !important;
}
.cart-section .shipping-box-items.style-4 .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
}
.cart-section .shipping-box-items.style-4 .pro-items .progress-value {
  background: var(--theme4) !important;
}
.cart-section .shipping-box-items.style-5 p b {
  color: var(--theme5) !important;
}
.cart-section .shipping-box-items.style-5 .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
}
.cart-section .shipping-box-items.style-5 .pro-items .progress-value {
  background: var(--theme5) !important;
}
.cart-section .shipping-box-items.style-6 p b {
  color: var(--theme6) !important;
}
.cart-section .shipping-box-items.style-6 .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
}
.cart-section .shipping-box-items.style-6 .pro-items .progress-value {
  background: var(--theme6) !important;
}
.cart-section .pro-items {
  width: 100%;
  margin-top: 15px;
}
.cart-section .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  width: 100%;
}
.cart-section .pro-items .progress-value {
  -webkit-animation: load 3s normal forwards;
          animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 10px;
  width: 0;
}
@-webkit-keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

.checkout-wrapper h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.cart-order-wrappers .cart-order-box {
  padding: 130px 95px;
  border-radius: 8px 0px 8px 8px;
  background-color: var(--theme);
}
@media (max-width: 1199px) {
  .cart-order-wrappers .cart-order-box {
    padding: 110px 60px;
  }
}
@media (max-width: 991px) {
  .cart-order-wrappers .cart-order-box {
    padding: 90px 50px;
  }
}
@media (max-width: 767px) {
  .cart-order-wrappers .cart-order-box {
    padding: 70px 40px;
  }
}
@media (max-width: 575px) {
  .cart-order-wrappers .cart-order-box {
    padding: 50px 30px;
  }
}
.cart-order-wrappers .cart-order-box .circle-image {
  margin-bottom: 25px;
  text-align: center;
}
.cart-order-wrappers .cart-order-box .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .cart-order-wrappers .cart-order-box .list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.cart-order-wrappers .cart-order-box .list-item::before {
  position: absolute;
  content: "";
  left: 35px;
  right: 0;
  top: 16px;
  bottom: 0;
  background-color: var(--white);
  width: 90%;
  height: 1px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cart-order-wrappers .cart-order-box .list-item::before {
    width: 83%;
  }
}
@media (max-width: 991px) {
  .cart-order-wrappers .cart-order-box .list-item::before {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .cart-order-wrappers .cart-order-box .list-item::before {
    display: none;
  }
}
.cart-order-wrappers .cart-order-box .list-item li {
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.cart-order-wrappers .cart-order-box .list-item li i {
  color: var(--white);
  font-size: 30px;
}
.cart-order-wrappers .cart-order-box .order-date-item {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .cart-order-wrappers .cart-order-box .order-date-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.cart-order-wrappers .cart-order-box .order-date-item .date-item .order-date p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
}
.cart-order-wrappers .cart-order-box .order-date-item .date-item .order-date h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}
.cart-order-wrappers .order-list-box {
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .cart-order-wrappers .order-list-box {
    margin-left: 0;
  }
}
.cart-order-wrappers .order-list-box h3 {
  font-size: 28px;
  font-weight: 500;
  color: #6C7275;
}
.cart-order-wrappers .order-list-box h4 {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cart-order-wrappers .order-list-box .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgb(224, 226, 227);
  padding-bottom: 10px;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .cart-order-wrappers .order-list-box .list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.cart-order-wrappers .order-list-box .list-item h6 {
  font-family: "Inter", sans-serif;
}
.cart-order-wrappers .order-list-box .price-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.cart-order-wrappers .order-list-box .price-list li:not(:last-child) {
  border-bottom: 1px solid rgb(224, 226, 227);
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  .cart-order-wrappers .order-list-box .price-list li {
    font-size: 14px;
  }
}
.cart-order-wrappers .order-list-box .price-list li span {
  color: var(--header);
}
.cart-order-wrappers .order-list-box .price-list li span.color {
  color: var(--theme);
  font-weight: 500;
}
.cart-order-wrappers .order-list-box .theme-btn {
  width: 100%;
  text-align: center;
}
.cart-order-wrappers.style-2 .cart-order-box {
  background: var(--theme2);
}
.cart-order-wrappers.style-2 .order-list-box .list-item {
  border-bottom: 1px none;
}
.cart-order-wrappers.style-2 .order-list-box .theme-btn {
  background: var(--theme2);
  border-radius: 49px;
}
.cart-order-wrappers.style-3 .cart-order-box {
  background: var(--theme3);
}
.cart-order-wrappers.style-3 .order-list-box .list-item {
  border-bottom: 1px none;
}
.cart-order-wrappers.style-3 .order-list-box .theme-btn {
  background: var(--theme3);
  border-radius: 49px;
}
.cart-order-wrappers.style-4 .cart-order-box {
  background: var(--theme4);
}
.cart-order-wrappers.style-4 .order-list-box .pricie-list li.style-2 span {
  color: var(--theme4);
}
.cart-order-wrappers.style-4 .order-list-box .list-item {
  border-bottom: 1px none;
}
.cart-order-wrappers.style-4 .order-list-box .theme-btn {
  background: var(--theme4);
  border-radius: 49px;
}
.cart-order-wrappers.style-5 .cart-order-box {
  background: var(--theme5);
}
.cart-order-wrappers.style-5 .order-list-box .pricie-list li.style-2 span {
  color: var(--theme5);
}
.cart-order-wrappers.style-5 .order-list-box .list-item {
  border-bottom: 1px none;
}
.cart-order-wrappers.style-5 .order-list-box .theme-btn {
  background: var(--theme5);
  border-radius: 49px;
}
.cart-order-wrappers.style-6 .cart-order-box {
  background: var(--theme6);
}
.cart-order-wrappers.style-6 .order-list-box .pricie-list li.style-2 span {
  color: var(--theme6);
}
.cart-order-wrappers.style-6 .order-list-box .list-item {
  border-bottom: 1px none;
}
.cart-order-wrappers.style-6 .order-list-box .theme-btn {
  background: var(--theme6);
  border-radius: 49px;
}

.account-tab .nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-tab .nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #242424;
  font-size: 16px;
  font-weight: 600;
}
.account-tab .nav .nav-item .nav-link.active {
  background: rgba(230, 31, 127, 0.06);
}
.account-tab.style-2 .nav .nav-item .nav-link.active {
  background: rgba(119, 115, 53, 0.09);
}
.account-tab.style-3 .nav .nav-item .nav-link.active {
  background: rgba(189, 132, 76, 0.09);
}

.modal {
  position: fixed;
  z-index: 9999;
  overflow-y: scroll;
  max-height: 100vh;
}
.modal.filtersidebar {
  position: fixed;
  z-index: 9999;
  overflow-y: scroll;
  max-height: 100vh;
}
.modal.filtersidebar .modal-header {
  border: none;
  padding: 0;
}
.modal.filtersidebar .modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}

.checkout-wrapper h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.checkout-wrapper .checkout-left-items .shipping-box-items {
  border-radius: 10px;
  border: 2px dashed rgba(0, 0, 0, 0.11);
  padding: 22px;
  margin-bottom: 24px;
}
.checkout-wrapper .checkout-left-items .shipping-box-items p {
  font-family: "Inter", sans-serif;
}
.checkout-wrapper .checkout-left-items .shipping-box-items p b {
  color: var(--theme);
  font-weight: 600;
}
.checkout-wrapper .checkout-left-items .shipping-box-items p strong {
  font-weight: 600;
  color: #242424;
}
.checkout-wrapper .checkout-left-items .pro-items {
  width: 100%;
  margin-top: 15px;
}
.checkout-wrapper .checkout-left-items .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  width: 100%;
}
.checkout-wrapper .checkout-left-items .pro-items .progress-value {
  -webkit-animation: load 3s normal forwards;
          animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 10px;
  width: 0;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
.checkout-wrapper .checkout-right-items {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .checkout-wrapper .checkout-right-items {
    margin-left: 0;
  }
}
.checkout-wrapper .checkout-right-items h4 {
  font-size: 22px;
  text-align: center;
}
.checkout-wrapper .checkout-right-items .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  border-bottom: 1px solid #E8ECEF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .checkout-wrapper .checkout-right-items .order-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
  }
}
.checkout-wrapper .checkout-right-items .order-item .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-wrapper .checkout-right-items .order-item .order .order-image img {
  width: 100%;
  height: 100%;
}
.checkout-wrapper .checkout-right-items .order-item .order .content h6 {
  font-size: 14px;
  color: #141718;
}
.checkout-wrapper .checkout-right-items .order-item .order .content span {
  font-size: 12px;
  font-weight: 400;
  color: #6C7275;
  display: inline-block;
  margin-top: 5px;
  font-family: "Inter", sans-serif;
}
.checkout-wrapper .checkout-right-items .order-item .order .content .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(230, 31, 127);
  padding: 8px 20px;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  max-width: 100px;
}
.checkout-wrapper .checkout-right-items .order-item .order .content .qty button,
.checkout-wrapper .checkout-right-items .order-item .order .content .qty input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 14px;
}
.checkout-wrapper .checkout-right-items .order-item .order .content .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.checkout-wrapper .checkout-right-items .order-item h6 {
  color: #121212;
  font-family: "Inter", sans-serif;
}
.checkout-wrapper .checkout-right-items .checkout-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.checkout-wrapper .checkout-right-items .checkout-button .cheackout-input {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.checkout-wrapper .checkout-right-items .checkout-button .cheackout-input input {
  border-radius: 6px;
  border: 1px solid #CBCBCB;
  outline: none;
  width: 100%;
  padding: 16px 20px;
  border-radius: 5px;
  color: #605F5F;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.checkout-wrapper .checkout-right-items .checkout-button .cheackout-input input::-webkit-input-placeholder {
  color: #605F5F;
}
.checkout-wrapper .checkout-right-items .checkout-button .cheackout-input input::-moz-placeholder {
  color: #605F5F;
}
.checkout-wrapper .checkout-right-items .checkout-button .cheackout-input input:-ms-input-placeholder {
  color: #605F5F;
}
.checkout-wrapper .checkout-right-items .checkout-button .cheackout-input input::-ms-input-placeholder {
  color: #605F5F;
}
.checkout-wrapper .checkout-right-items .checkout-button .cheackout-input input::placeholder {
  color: #605F5F;
}
.checkout-wrapper .checkout-right-items .checkout-button .newsletter-btn {
  color: var(--white);
  width: 100px;
  height: 53px;
  background-color: var(--header);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
}
.checkout-wrapper .checkout-right-items .checkout-button .newsletter-btn:hover {
  background-color: var(--theme);
}
.checkout-wrapper .checkout-right-items .order-list {
  margin-top: 30px;
}
.checkout-wrapper .checkout-right-items .order-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #141718;
  border-bottom: 1px solid rgb(224, 226, 227);
  padding-bottom: 15px;
}
.checkout-wrapper .checkout-right-items .order-list li span {
  font-size: 16px;
  font-weight: 600;
}
.checkout-wrapper .checkout-right-items .order-list li span.color {
  color: #38CB89;
}
.checkout-wrapper .checkout-right-items .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-wrapper .checkout-right-items .list-item h5 {
  font-weight: 500;
  color: #141718;
  font-family: "Poppins", sans-serif;
}
.checkout-wrapper .checkout-right-items .woocommerce-checkout-payment {
  text-align: left;
}
.checkout-wrapper .checkout-right-items .woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checkout-wrapper .checkout-right-items .woocommerce-checkout-payment ul li {
  padding-top: 12px;
  font-size: 16px;
  font-weight: 400;
}
.checkout-wrapper .checkout-right-items .woocommerce-checkout-payment ul input[type=radio] ~ label {
  margin-bottom: 12px;
  color: #242424;
}
.checkout-wrapper .checkout-right-items .woocommerce-checkout-payment ul input[type=radio] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}
.checkout-wrapper .checkout-right-items .woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}
.checkout-wrapper .checkout-right-items .woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.checkout-wrapper .checkout-right-items .woocommerce-checkout-payment .payment_box p {
  margin: 0;
}
.checkout-wrapper .checkout-right-items .text {
  margin-top: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.checkout-wrapper .checkout-right-items .text span {
  color: #333;
  font-weight: 400;
}
.checkout-wrapper .checkout-right-items p {
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.checkout-wrapper .checkout-right-items p span {
  color: #333;
  font-weight: 600;
}
.checkout-wrapper.style-2 .checkout-left-items .shipping-box-items p b {
  color: var(--theme2);
}
.checkout-wrapper.style-2 .checkout-left-items .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
}
.checkout-wrapper.style-2 .checkout-left-items .pro-items .progress-value {
  background: rgb(87, 67, 123);
}
.checkout-wrapper.style-2 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn {
  background-color: var(--theme2);
  text-transform: uppercase;
}
.checkout-wrapper.style-2 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::after {
  background-color: var(--header2);
}
.checkout-wrapper.style-2 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::before {
  background-color: var(--header2);
}
.checkout-wrapper.style-3 .checkout-left-items .shipping-box-items p b {
  color: var(--theme3);
  font-weight: 600;
}
.checkout-wrapper.style-3 .checkout-left-items .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
}
.checkout-wrapper.style-3 .checkout-left-items .pro-items .progress-value {
  background-color: var(--theme3) !important;
}
.checkout-wrapper.style-3 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn {
  background-color: var(--theme3);
  text-transform: uppercase;
}
.checkout-wrapper.style-3 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::after {
  background-color: var(--header);
}
.checkout-wrapper.style-3 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::before {
  background-color: var(--header);
}
.checkout-wrapper.style-4 .checkout-left-items .shipping-box-items p b {
  color: var(--theme4);
}
.checkout-wrapper.style-4 .checkout-left-items .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
}
.checkout-wrapper.style-4 .checkout-left-items .pro-items .progress-value {
  background-color: var(--theme4) !important;
}
.checkout-wrapper.style-4 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn {
  background-color: var(--theme4);
  text-transform: uppercase;
}
.checkout-wrapper.style-4 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::after {
  background-color: var(--header);
}
.checkout-wrapper.style-4 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::before {
  background-color: var(--header);
}
.checkout-wrapper.style-5 .checkout-left-items .shipping-box-items p b {
  color: var(--theme5);
  font-weight: 600;
}
.checkout-wrapper.style-5 .checkout-left-items .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
}
.checkout-wrapper.style-5 .checkout-left-items .pro-items .progress-value {
  background-color: var(--theme5) !important;
}
.checkout-wrapper.style-5 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn {
  background-color: var(--theme5);
  text-transform: uppercase;
}
.checkout-wrapper.style-5 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::after {
  background-color: var(--header);
}
.checkout-wrapper.style-5 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::before {
  background-color: var(--header);
}
.checkout-wrapper.style-6 .checkout-left-items .shipping-box-items p b {
  color: var(--theme6);
}
.checkout-wrapper.style-6 .checkout-left-items .pro-items .progress {
  background: rgba(0, 0, 0, 0.06);
}
.checkout-wrapper.style-6 .checkout-left-items .pro-items .progress-value {
  background-color: var(--theme6) !important;
}
.checkout-wrapper.style-6 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn {
  background-color: var(--theme6);
  text-transform: uppercase;
}
.checkout-wrapper.style-6 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::after {
  background-color: var(--header);
}
.checkout-wrapper.style-6 .checkout-right-items .woocommerce-checkout-payment .form-row button.theme-btn::before {
  background-color: var(--header);
}

.latest-relative-product {
  position: relative;
}
.latest-relative-product .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8%;
  z-index: 9;
}
@media (max-width: 1600px) {
  .latest-relative-product .array-button {
    left: 4%;
    right: 4%;
  }
}
.latest-relative-product .array-button .array-prev, .latest-relative-product .array-button .array-next {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  background: #FFECF5;
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .latest-relative-product .array-button .array-prev, .latest-relative-product .array-button .array-next {
    background-color: var(--white);
  }
}
.latest-relative-product .array-button .array-prev:hover, .latest-relative-product .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}

.shop-details-wrapper-4 .details-image {
  max-width: 590px;
}
.shop-details-wrapper-4 .details-image img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper-4 .details-image .swiper-dot4 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.shop-details-wrapper-4 .shop-deails-content-4 .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-4 .shop-deails-content-4 .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.shop-details-wrapper-4 .shop-deails-content-4 .text h3 {
  font-weight: 700;
}
.shop-details-wrapper-4 .shop-deails-content-4 .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 24px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .review-item .star {
  border-radius: 100px;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  padding: 2px 16px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .review-item .star i {
  color: rgb(92, 95, 106);
}
.shop-details-wrapper-4 .shop-deails-content-4 .review-item .star span {
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-left: 8px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .review-item .post {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5C5F6A;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  border: 1px solid #E6E7E8;
  padding: 8px 16px;
}
.shop-details-wrapper-4 .shop-deails-content-4 h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-4 .shop-deails-content-4 .details-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .select-size p {
  font-size: 12px;
  font-weight: 500;
  color: #5C5F6A;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .select-size .product-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .select-size .product-size li {
  font-size: 12px;
  font-weight: 500;
  color: #5C5F6A;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #E6E7E8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .select-size .product-size li:hover {
  color: #0E1422;
  border: 1px solid #0E1422;
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .available-Colors p {
  font-size: 12px;
  font-weight: 500;
  color: #5C5F6A;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .available-Colors .list-color-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .available-Colors .list-color-product .list-color-item {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .available-Colors .list-color-product .list-color-item .swatch-value {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .available-Colors .list-color-product .list-color-item.line {
  border: 1px solid var(--border);
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .available-Colors .list-color-product .list-color-item.active, .shop-details-wrapper-4 .shop-deails-content-4 .details-item .available-Colors .list-color-product .list-color-item:hover {
  border-color: var(--border);
}
.shop-details-wrapper-4 .shop-deails-content-4 .details-item .available-Colors .list-color-product .list-color-item.active .swatch-value, .shop-details-wrapper-4 .shop-deails-content-4 .details-item .available-Colors .list-color-product .list-color-item:hover .swatch-value {
  border-color: var(--white);
}
.shop-details-wrapper-4 .shop-deails-content-4 .cart-quantity {
  margin-top: 30px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .cart-quantity p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #5C5F6A;
  margin-bottom: 10px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .cart-quantity .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #E6E7E8;
  padding: 8px 24px;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  max-width: 160px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .cart-quantity .qty button,
.shop-details-wrapper-4 .shop-deails-content-4 .cart-quantity .qty input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(92, 95, 106);
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-details-wrapper-4 .shop-deails-content-4 .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.shop-details-wrapper-4 .shop-deails-content-4 .cart-quantity .qty:hover button::before {
  border: 1px solid var(--theme);
}
.shop-details-wrapper-4 .shop-deails-content-4 .cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.shop-details-wrapper-4 .shop-deails-content-4 .cart-button .theme-btn {
  padding: 14px 24px;
  border-radius: 4px;
  background: rgba(76, 115, 189, 0.98);
  max-width: 284px;
  width: 100%;
  text-align: center;
}
.shop-details-wrapper-4 .shop-deails-content-4 .cart-button .icon {
  width: 43px;
  height: 43px;
  text-align: center;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #E6E7E8;
  color: #5C5F6A;
  line-height: 43px;
}
.shop-details-wrapper-4 .shop-deails-content-4 p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5C5F6A;
  letter-spacing: 0.6px;
}
.shop-details-wrapper-4 .tab-wrapper {
  margin-top: 32px;
}
.shop-details-wrapper-4 .tab-wrapper .account-tab .nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-details-wrapper-4 .tab-wrapper .account-tab .nav .nav-item .nav-link {
  padding: 10px 24px;
  color: #5C5F6A;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
}
.shop-details-wrapper-4 .tab-wrapper .account-tab .nav .nav-item .nav-link.active {
  background: rgba(210, 226, 255, 0.98);
  color: #0E1422;
}
.shop-details-wrapper-4 .tab-wrapper.style-6 .account-tab .nav .nav-item .nav-link {
  color: #0E1422;
}
.shop-details-wrapper-4 .tab-wrapper.style-6 .account-tab .nav .nav-item .nav-link.active {
  background: rgba(119, 115, 53, 0.11);
  color: #0E1422;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .details h6 {
  font-size: 16px;
  font-weight: 600;
  color: #0E1422;
  margin-bottom: 24px;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .details .list {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-4 .tab-wrapper .tab-content .details .list {
    margin-top: 30px;
  }
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .details .list li {
  font-size: 14px;
  color: #5C5F6A;
  position: relative;
  padding-left: 15px;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .details .list li:not(:last-child) {
  margin-bottom: 10px;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .details .list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #5C5F6A;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .reviews-box-items .review-box-area {
  position: relative;
  margin-top: 40px;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .reviews-box-items .review-box-area .date {
  position: absolute;
  top: 0;
  right: 0;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .reviews-box-items .review-box-area .review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .reviews-box-items .review-box-area .review-box .content h6 {
  font-family: "Inter", sans-serif;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .reviews-box-items .review-box-area .review-box .content .star {
  color: #FFB21D;
  margin-top: 5px;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .reviews-box-items .review-box-area .review-box .content .star span {
  color: var(--text);
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .reviews-box-items .review-box-area .review-box .content .star i.color-2 {
  color: #D9D9D9;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .reviews-box-items .review-box-area .like {
  display: inline-block;
  margin-top: 15px;
}
.shop-details-wrapper-4 .tab-wrapper .tab-content .reviews-box-items .review-box-area .like i {
  margin-right: 5px;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 h2 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #2A2A2A;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .rating .star {
  color: var(--theme6);
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .rating h6 {
  color: #2A2A2A;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .rating span {
  color: #2A2A2A;
  font-size: 10px;
  text-decoration-line: underline;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: var(--theme6);
  margin-bottom: 10px;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item .cart-quantity h5 {
  font-size: 20px;
  font-weight: 400;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item .cart-quantity .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #2A2A2A;
  padding: 8px 24px;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0px;
  max-width: 160px;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item .cart-quantity .qty button,
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item .cart-quantity .qty input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme6);
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item .cart-quantity .qty:hover button::before {
  border: 1px solid var(--theme6);
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-quantity-item .content h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 .cart-button .theme-btn {
  background: var(--theme6);
}
.shop-details-wrapper-4.style-6 .shop-deails-content-4 p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5C5F6A;
  letter-spacing: 0.6px;
}

.shop-details-wrapper-2 .product-image-items {
  position: relative;
}
.shop-details-wrapper-2 .product-image-items .product-image {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-2 .product-image-items .product-image {
    margin-right: 0;
  }
}
.shop-details-wrapper-2 .product-image-items .product-image img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper-2 .product-image-items .shop-slider-thumb {
  max-width: 490px;
  position: relative;
}
.shop-details-wrapper-2 .product-image-items .shop-slider-thumb .slide-smoll {
  text-align: center;
  max-width: 140px;
  margin: 0 auto;
}
.shop-details-wrapper-2 .product-image-items .shop-slider-thumb .slide-smoll img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper-2 .product-image-items .array-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-2 .product-image-items .array-buttons {
    display: none;
  }
}
.shop-details-wrapper-2 .product-image-items .array-buttons .array-prev {
  border-radius: 8px;
  -webkit-box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: rgb(87, 67, 123);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 40px;
  width: 50px;
  height: 50px;
  bottom: 42px;
}
.shop-details-wrapper-2 .product-image-items .array-buttons .array-prev:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.shop-details-wrapper-2 .product-image-items .array-buttons .array-next {
  border-radius: 8px;
  -webkit-box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: rgb(87, 67, 123);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 60px;
  width: 50px;
  height: 50px;
  bottom: 42px;
}
.shop-details-wrapper-2 .product-image-items .array-buttons .array-next:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.shop-details-wrapper-2 .details-content .product-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-2 .details-content .product-sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-details-wrapper-2 .details-content .product-sub li {
  font-size: 18px;
  color: #A7A7A7;
}
.shop-details-wrapper-2 .details-content .product-sub li:last-child {
  color: var(--theme2);
}
.shop-details-wrapper-2 .details-content .star-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-2 .details-content .star-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.shop-details-wrapper-2 .details-content .star-list li {
  font-size: 18px;
  color: #A7A7A7;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-details-wrapper-2 .details-content .star-list li b {
  color: var(--header);
}
.shop-details-wrapper-2 .details-content .star-list li span i {
  color: #FFD687;
}
.shop-details-wrapper-2 .details-content .star-list li:last-child {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme2);
}
.shop-details-wrapper-2 .details-content .star-list li:last-child i {
  margin-right: 10px;
}
.shop-details-wrapper-2 .details-content h3 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.shop-details-wrapper-2 .details-content .pricing-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  gap: 16px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-2 .details-content .pricing-text-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.shop-details-wrapper-2 .details-content .pricing-text-list .save {
  border-radius: 8px;
  border: 1px solid #57437B;
  display: inline-block;
  color: var(--text);
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.shop-details-wrapper-2 .details-content .delivery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-2 .details-content .delivery-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.shop-details-wrapper-2 .details-content .delivery-list li {
  font-size: 18px;
  color: var(--header);
}
.shop-details-wrapper-2 .details-content .delivery-list li img {
  margin-right: 16px;
}
.shop-details-wrapper-2 .details-content .ram-items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-2 .details-content .ram-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.shop-details-wrapper-2 .details-content .ram-items p {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme2);
  margin-bottom: 15px;
}
.shop-details-wrapper-2 .details-content .ram-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-2 .details-content .ram-items ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.shop-details-wrapper-2 .details-content .ram-items ul li a {
  border-radius: 7px;
  border: 1px solid #57437B;
  padding: 5px 10px;
  color: var(--theme2);
  font-size: 16px;
  font-weight: 600;
}
.shop-details-wrapper-2 .details-content .ram-items ul li a:hover {
  background: #E4D5FF;
  border: 1px solid #E4D5FF;
}
.shop-details-wrapper-2 .details-content .color-list {
  margin-top: 30px;
  border-bottom: 1px solid #A7A7A7;
  padding-bottom: 30px;
}
.shop-details-wrapper-2 .details-content .color-list p {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme2);
  margin-bottom: 20px;
}
.shop-details-wrapper-2 .details-content .color-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.shop-details-wrapper-2 .details-content .color-list ul li {
  border-radius: 57px;
  background: #E61F7F;
  width: 33px;
  height: 33px;
}
.shop-details-wrapper-2 .details-content .color-list ul li:nth-last-of-type(3) {
  border-radius: 37px;
  border: 1px solid #C7C7C7;
  background: #000;
}
.shop-details-wrapper-2 .details-content .color-list ul li:nth-last-of-type(2) {
  border-radius: 37px;
  background: #008264;
}
.shop-details-wrapper-2 .details-content .color-list ul li:nth-last-of-type(2) {
  border-radius: 37px;
  background: #008264;
}
.shop-details-wrapper-2 .details-content .description-text {
  padding-top: 30px;
}
.shop-details-wrapper-2 .details-content .description-text h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.shop-details-wrapper-2 .details-content .description-text p {
  color: #A7A7A7;
  font-size: 18px;
}
.shop-details-wrapper-2 .details-content .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  gap: 20px;
}
.shop-details-wrapper-2 .details-content .qty button {
  position: relative;
}
.shop-details-wrapper-2 .details-content .qty button,
.shop-details-wrapper-2 .details-content .qty input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-details-wrapper-2 .details-content .qty button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 8px;
  background: #D0D0D2;
}
.shop-details-wrapper-2 .details-content .qty button:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.shop-details-wrapper-2 .details-content .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: -15px;
}
.shop-details-wrapper-2 .details-content .qty-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  gap: 30px;
}
.shop-details-wrapper-2 .details-content .qty-items P {
  font-size: 18px;
  font-weight: 500;
}
.shop-details-wrapper-2 .shop-details-items {
  margin-top: 80px;
}
.shop-details-wrapper-2 .shop-details-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
.shop-details-wrapper-2 .shop-details-items .nav .nav-item .nav-link {
  color: #383838;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  opacity: 0.5;
}
.shop-details-wrapper-2 .shop-details-items .nav .nav-item .nav-link.active {
  opacity: 1;
  color: #57437B;
}
.shop-details-wrapper-2 .shop-details-items .review-box-items {
  margin-left: 50px;
}
.shop-details-wrapper-2 .shop-details-items .review-box-items h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.shop-details-wrapper-2 .shop-details-items .review-box-items p {
  font-size: 18px;
  margin-bottom: 30px;
}
.shop-details-wrapper-2 .shop-details-items .review-box-items .form-clt span {
  display: inline-block;
  color: #383838;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.shop-details-wrapper-2 .shop-details-items .review-box-items .form-clt input, .shop-details-wrapper-2 .shop-details-items .review-box-items .form-clt textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #A7A7A7;
  opacity: 0.5;
  background: #FAFAFA;
  padding: 16px 20px;
}
.shop-details-wrapper-2 .shop-details-items .review-box-items .form-clt textarea {
  height: 120px;
}
.shop-details-wrapper-2 .shop-details-items .review-box-items .form-clt .star {
  color: #FFD687;
}
.shop-details-wrapper-2 .shop-details-items .review-box-items .form-clt .star span {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
}
.shop-details-wrapper-2 .shop-details-items .review-box-items .theme-btn {
  border-radius: 98px;
  background: #57437B;
  padding: 18px 45px;
}
.shop-details-wrapper-2 .reviews-items-area ul li:not(:last-child) {
  margin-bottom: 30px;
}
.shop-details-wrapper-2 .reviews-items-area ul li .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.shop-details-wrapper-2 .reviews-items-area ul li .icon-items .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid rgba(1, 15, 28, 0.1019607843);
  text-align: center;
  border-radius: 50%;
}
.shop-details-wrapper-2 .reviews-items-area ul li .icon-items .content h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.shop-details-wrapper-2 .reviews-items-area ul li .icon-items .content .star-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.shop-details-wrapper-2 .reviews-items-area ul li .icon-items .content .star-items h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #57437B;
}
.shop-details-wrapper-2 .reviews-items-area ul li .icon-items .content .star-items .star {
  color: #FFD687;
}
.shop-details-wrapper-2 .reviews-items-area ul li span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #383838;
  padding-top: 20px;
  display: inline-block;
}

.shop-details-wrapper-3 .details-image-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-3 .details-image-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-details-wrapper-3 .details-image-items .shop-thumb img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper-3 .details-image-items img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper-3 .details-image-items .nav {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-3 .details-image-items .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shop-details-wrapper-3 .details-image-items .nav .nav-link {
  padding: 0;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-3 .details-image-items .nav .nav-link img {
    width: 100%;
    height: 100%;
    max-width: 130px;
  }
}
.shop-details-wrapper-3 .details-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-3 .details-content {
    margin-left: 0;
  }
}
.shop-details-wrapper-3 .details-content h6 {
  color: var(--theme3);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.shop-details-wrapper-3 .details-content h2 {
  font-size: 30px;
  font-weight: 700;
}
.shop-details-wrapper-3 .details-content h3 {
  color: var(--theme3);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
}
.shop-details-wrapper-3 .details-content p{
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: justify;

}
.shop-details-wrapper-3 .details-content .color-list {
  display: flex;
  gap: 20px;
}
.shop-details-wrapper-3 .details-content .color-list p {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  margin-bottom: 0px !important;
}
.shop-details-wrapper-3 .details-content .color-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.shop-details-wrapper-3 .details-content .color-list ul li {
  border-radius: 57px;
  background: #303030;
  width: 20px;
  height: 20px;
}
.shop-details-wrapper-3 .details-content .color-list ul li:nth-last-of-type(3) {
  border-radius: 37px;
  border: 1px solid #C7C7C7;
  background: #BD844C;
}
.shop-details-wrapper-3 .details-content .color-list ul li:last-child {
  border-radius: 37px;
  background: #298FC2;
}
.shop-details-wrapper-3 .details-content .color-list ul li:nth-last-of-type(2) {
  border-radius: 37px;
  background: #4C73BD;
}
.shop-details-wrapper-3 .details-content .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  gap: 20px;
}
.shop-details-wrapper-3 .details-content .qty button {
  position: relative;
}
.shop-details-wrapper-3 .details-content .qty button,
.shop-details-wrapper-3 .details-content .qty input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-details-wrapper-3 .details-content .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.shop-details-wrapper-3 .details-content .qty-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-details-wrapper-3 .details-content .qty-items .stock {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.shop-details-wrapper-3 .details-content .qty-items .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          gap: 60px;
        }
.shop-details-wrapper-3 .details-content .qty-items .text-item p{
  margin-bottom: 0;
}
.shop-details-wrapper-3 .details-content .quantity-selector {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}

.shop-details-wrapper-3 .details-content .qty-minus, .qty-plus {
  background: transparent;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  transition: background 0.2s;
}

.shop-details-wrapper-3 .details-content .qty-minus:hover, .qty-plus:hover {
  background: #BD844C36;
}

.shop-details-wrapper-3 .details-content .qty-input {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px;
  font-size: 14px;
  -moz-appearance: textfield;
}

.shop-details-wrapper-3 .details-content .qty-input::-webkit-outer-spin-button,
.shop-details-wrapper-3 .details-content .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop-details-wrapper-3 .details-content .add-cart-btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.shop-details-wrapper-3 .details-content .add-cart-btn .theme-btn {
  width: 100%;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme3);
  padding: 22px 35px;
}
.shop-details-wrapper-3 .details-content .add-cart-btn .theme-btn::before, .shop-details-wrapper-3 .details-content .add-cart-btn .theme-btn::after {
  border-radius: 0;
}
.shop-details-wrapper-3 .details-content .add-cart-btn .love-btn {
  text-align: center;
  border-radius: 0;
  background-color: #BD844C36;
  padding: 22px 35px;
  line-height: 1;
  color: var(--theme3);
}
.shop-details-wrapper-3 .details-content .add-cart-btn .love-btn:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.shop-details-wrapper-3 .single-details-tab {
  margin-top: 50px;
}
.shop-details-wrapper-3 .single-details-tab .nav {
  margin-bottom: 0px;
  justify-content: center;
}
.shop-details-wrapper-3 .details-image-items .nav-mobile {
  display: none;
}
.shop-details-wrapper-3 .single-details-tab .nav .nav-link {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  opacity: 0.25;
  font-family: "Montserrat", sans-serif;
}
.shop-details-wrapper-3 .single-details-tab .nav .nav-link.active {
  position: relative;
  color: var(--black);
  opacity: 1;
}
.shop-details-wrapper-3 .single-details-tab .description-items h5 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  margin-bottom: 20px;
}
.shop-details-wrapper-3 .single-details-tab .additional-content h5 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  margin-bottom: 20px;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .descrip-content h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .descrip-content p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 138%;
  text-align: justify;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .shop-details-wrapper-3 .single-details-tab .additional-content .descrip-content p {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .shop-details-wrapper-3 .single-details-tab .additional-content .descrip-content p {
    font-size: 18px;
  }
}
.shop-details-wrapper-3 .single-details-tab .additional-content .descrip-image img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .sort-list {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 22px 0;
  margin-top: 50px;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .sort-list .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .sort-list .type-list li:not(:last-child) {
  border-right: 1px solid rgba(99, 99, 99, 0.5);
  padding-right: 16px;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .sort-list .type-list li:first-child {
  border: none;
  padding-right: 30px;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .sort-list .type-list .nice-select {
  padding-right: 10px !important;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .sort-list .type-list .nice-select::after {
  width: 8px;
  height: 8px;
  right: 0;
  margin-top: -4px;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .sort-list .type-list .list {
  width: initial;
  font-size: 14px;
}
.shop-details-wrapper-3 .single-details-tab .additional-content .sort-list .type-list .focus {
  font-size: 14px;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .descrip-reviews-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media (max-width: 767px) {
  .shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .descrip-reviews-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .descrip-reviews-box .reviews-box h4 {
  font-size: 70px;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
@media (max-width: 470px) {
  .shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .descrip-reviews-box .reviews-box h4 {
    font-size: 50px;
  }
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .descrip-reviews-box .reviews-box .star {
  color: #FFB21D;
  margin-bottom: 10px;
  font-size: 28px;
  margin-top: 10px;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right {
  max-width: 755px;
  width: 100%;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item:not(:last-child) {
  margin-bottom: 15px;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star {
  color: #FFB21D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star i.color-2 {
  color: var(--text);
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item span {
  font-weight: 500;
  color: var(--header);
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress {
  background: rgba(255, 174, 93, 0.3);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  width: 100%;
  max-width: 310px;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress-value {
  -webkit-animation: load 3s normal forwards;
          animation: load 3s normal forwards;
  border-radius: 6px;
  background: #FFB21D;
  height: 8px;
  width: 0;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-two {
  -webkit-animation: load2 3s normal forwards;
          animation: load2 3s normal forwards;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-three {
  -webkit-animation: load3 3s normal forwards;
          animation: load3 3s normal forwards;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-four {
  -webkit-animation: load4 3s normal forwards;
          animation: load4 3s normal forwards;
}
.shop-details-wrapper-3 .single-details-tab .descrip-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-five {
  -webkit-animation: load5 3s normal forwards;
          animation: load5 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 83%;
  }
}
@-webkit-keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 10%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 10%;
  }
}
@-webkit-keyframes load4 {
  0% {
    width: 0;
  }
  100% {
    width: 0%;
  }
}
@keyframes load4 {
  0% {
    width: 0;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes load5 {
  0% {
    width: 0;
  }
  100% {
    width: 0%;
  }
}
@keyframes load5 {
  0% {
    width: 0;
  }
  100% {
    width: 0%;
  }
}
.shop-details-wrapper-3 .single-details-tab .comments-items {
  margin-bottom: 30px;
}
.shop-details-wrapper-3 .single-details-tab .comments-items h4 {
  font-size: 28px;
  color: var(--black);
  font-family: "Poppins", sans-serif;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area {
  position: relative;
  margin-top: 40px;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area p {
  font-family: "Inter", sans-serif;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .date {
  position: absolute;
  top: 0;
  right: 0;
}
.shop-details-wrapper-3 .tab-content .shop-thumb{
    width: 355px;

}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .review-box .content h6 {
  font-family: "Inter", sans-serif;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .review-box .content .star {
  color: #000;
  margin-top: 5px;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .review-box .content .star span {
  color: var(--text);
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .review-box .content .star i.color-2 {
  color: #D9D9D9;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .like {
  display: inline-block;
  margin-top: 15px;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .like i {
  margin-right: 5px;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .like-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .like-list li {
  font-size: 14px;
  font-weight: 400;
  color: #23262F;
  font-family: "Inter", sans-serif;
}
.shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area .like-list li:first-child {
  color: var(--theme3);
}

.shop-details-wrapper-5 .shop-details-image img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper-5 .details-content h2 {
  font-size: 40px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
}
.shop-details-wrapper-5 .details-content p {
  margin-top: 15px;
}
.shop-details-wrapper-5 .details-content .star-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.shop-details-wrapper-5 .details-content .star-list .star {
  color: #AB572D;
}
.shop-details-wrapper-5 .details-content .star-list p {
  margin-top: 0;
  color: #2A2A2A;
}
.shop-details-wrapper-5 .details-content .star-list u {
  color: #2A2A2A;
}
.shop-details-wrapper-5 .details-content .spray-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.shop-details-wrapper-5 .details-content .spray-items .thumb {
  text-align: center;
}
.shop-details-wrapper-5 .details-content .spray-items .thumb span {
  color: #2A2A2A;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.shop-details-wrapper-5 .details-content h3 {
  font-size: 24px;
  font-weight: 400;
  color: var(--theme5);
  font-family: "Alata", sans-serif;
}
.shop-details-wrapper-5 .details-content .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .shop-details-wrapper-5 .details-content .cart-quantity {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.shop-details-wrapper-5 .details-content .cart-quantity span {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #2A2A2A;
}
.shop-details-wrapper-5 .details-content .cart-quantity span i {
  margin-right: 10px;
}
.shop-details-wrapper-5 .details-content .cart-quantity .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2A2A2A;
  padding: 9px 30px;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0;
  margin-top: 0;
}
.shop-details-wrapper-5 .details-content .cart-quantity .qty button {
  position: relative;
}
.shop-details-wrapper-5 .details-content .cart-quantity .qty button,
.shop-details-wrapper-5 .details-content .cart-quantity .qty input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-details-wrapper-5 .details-content .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.shop-details-wrapper-5 .details-content .cart-quantity .qty:hover button::before {
  border: 1px solid var(--theme);
}
.shop-details-wrapper-5 .details-content .theme-btn {
  border-radius: 0;
  background-color: var(--theme5);
  max-width: 400px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
}
.shop-details-wrapper-5 .details-content .theme-btn::before, .shop-details-wrapper-5 .details-content .theme-btn::after {
  border-radius: 0;
}
.shop-details-wrapper-5 .details-wrappar-area {
  margin-top: 50px;
}
.shop-details-wrapper-5 .details-wrappar-area h3 {
  font-family: "Alata", sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.shop-details-wrapper-5 .details-wrappar-area p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: var(--black);
}
.shop-details-wrapper-5 .details-wrappar-area .key-notes-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.shop-details-wrapper-5 .details-wrappar-area .key-notes-items .note {
  text-align: center;
}
.shop-details-wrapper-5 .details-wrappar-area .key-notes-items .note h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 499;
}

.tetsimonial-items {
  max-width: 1280px;
  margin: 30px auto 0;
  text-align: center;
}
.tetsimonial-items p {
  font-size: 20px;
}
.tetsimonial-items .client-info {
  margin-top: 30px;
}
.tetsimonial-items .client-info .client-thumb {
  margin-bottom: 15px;
}
.tetsimonial-items .client-info h6 {
  font-family: "Inter", sans-serif;
}
.tetsimonial-items .client-info .star {
  font-size: 24px;
  color: #FFCC00;
  margin-top: 20px;
}

.testimonial-section .swiper-dot {
  position: relative;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: transparent;
  border: 1px solid rgba(230, 31, 127, 0.4);
  opacity: 1;
  border-radius: 12px;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.testimonial-section .swiper-dot.style-2 .swiper-pagination-bullet {
  border: 1px solid rgba(1, 15, 28, 0.4);
}
.testimonial-section .swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #010F1C;
}

.testimoial-box-items {
  margin-top: 30px;
  background-color: #F4EEFF;
  padding: 50px;
  position: relative;
}
.testimoial-box-items .quote-icon {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.testimoial-box-items .star {
  color: #FFCC00;
  margin-bottom: 15px;
}
.testimoial-box-items p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.testimoial-box-items .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.testimoial-box-items .client-info .client-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}
.testimoial-box-items .client-info h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.testimoial-box-items .client-info span {
  font-size: 14px;
}

.testimonial-section-2 .swiper-dot {
  position: relative;
}
.testimonial-section-2 .swiper-dot .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: rgba(87, 67, 123, 0.51);
  opacity: 1;
  border-radius: 15px;
}
.testimonial-section-2 .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.testimonial-section-2 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #57437B;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  width: 23px;
}
@media (max-width: 575px) {
  .categories{
    flex-direction: column;
  }
  .deal-section .deal-content{
    width: 100%;
  }
  .deal-section .deal-content h3{
    padding: 0;
    font-size: 30px;
  }
  .deal-section .deal-content p{
    font-size: 12px;
  }
  .deal-section::before{
    width: 100%;
    left: 0px; 
  }
  .hero-3{
    margin-bottom: 50px;
  }

  .feature-section .feature-box-items-5 .icon{
    background: #f1e5d9;
    padding:12.5px 15px;
    border-radius: 50%;
  }

  .latest-project-items.style-3 .content .product-btn .icon{
    display: none;
  }
  .latest-project-items .content .view-content{
    flex-direction: column;
  }
  .deal-section .deal-content{
    padding: 0;
  }
  .deal-section .deal-photo{
    position: static;
    width: 100%;
    height: 260px;
  }
  .deal-section .deal-container{
    flex-direction: column;
  }
  .header-1 .header-right .shop-icon-right img:first-child{
    width: 30px;
  }
  .header-1 .header-right .shop-icon-right img:nth-last-child{
    width: 25px;
  }
  .shop-details-wrapper-3 .details-image-items .nav-mobile {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
  .shop-details-wrapper-3 .details-image-items .nav-mobile li.nav-item{
    width: calc((100% / 3) - 12px);
  }
  .shop-details-wrapper-3 .details-image-items .nav-screen {
    display: none;
  }
  .shop-details-wrapper-3 .details-image-items{
    justify-content: center;
  }
  .shop-details-wrapper-3 .details-content h2{
    font-size: 27px;
  }
  .shop-details-wrapper-3 .details-content p{
    font-size: 12px;
  }
  .shop-details-wrapper-3 .single-details-tab .nav{
    justify-content: center;
  }
  .shop-details-wrapper-3 .single-details-tab .nav .nav-link , .shop-details-wrapper-3 .single-details-tab .additional-content .descrip-content h2{
    font-size: 16px;
  }
  .shop-details-wrapper-3 .single-details-tab .additional-content .descrip-content p{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .shop-details-wrapper-3 .single-details-tab .reviews-box-items .review-box-area p{
    font-size: 14px
  }
}
