/*

*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Charm:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@400;500;600;700&display=swap");

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #BD844C;
  --theme-2: #EF6CC2;
  --theme-3: #57437B;
  --header: #010F1C;
  --text: #55585B;
  --border: #7676764d;
  --border-2: #BDBDBD;
  --bg: #F7F7F7;
  --bg-2: #F6F6F6;
  --bg-3: #F3F7FF;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

body, h1, h2, h3, h4, h5, h6, p, span, a, div {
  font-family: 'Fraunces', 'Noto Sans Malayalam', sans-serif;

  /*font-family: "Fraunces", serif;
} 

/* If you want Malayalam text to be more prominent */
  .malayalam-text, [lang="ml"] {
    font-family: 'Noto Sans Malayalam', 'Jost', sans-serif;
    /* line-height: 1.8; */
  }

  h6[lang="ml"] {
    font-size: 15px;
  }

  h2[lang="ml"] {
    font-size: 35px;
  }

  .theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #9b8761 ;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 16px;
    border-radius: 0px;
  }

  .theme-btn i {
    margin-left: 5px;
  }

  .theme-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--header);
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
  }

  .theme-btn:hover {
    color: var(--white);
    box-shadow: none;
  }

  .theme-btn:hover::before {
    width: 100%;
  }

  .theme-btn.load-btn {
    background-color: transparent;
    border: 2px solid var(--theme);
    padding: 19px 54px;
    color: var(--theme);
  }

  .theme-btn.load-btn::before {
    background-color: var(--theme);
  }

  .theme-btn.load-btn:hover {
    color: var(--white);
  }

  @media (max-width: 767px) {
    .theme-btn {
      padding: 20px 32px;
    }
  }

  @media (max-width: 575px) {
    .theme-btn {
      padding: 18px 30px;
      font-size: 14px;
    }
  }

  @media (max-width: 500px) {
    .theme-btn {
      padding: 14px 30px;
      font-size: 14px;

    }
  }

  .theme-btn.theme-btn-2 {
    border: 1px solid #010F1C;
    background: rgba(255, 255, 255, 0);
    color: var(--header);
  }

  .theme-btn.theme-btn-2:hover {
    color: var(--white);
  }

  .theme-btn.theme-btn-3 {
    background-color: var(--white);
    color: var(--header);
    border: 1px solid var(--white);
  }

  .theme-btn.theme-btn-3.border-color {
    border: 1px solid #010F1C;
  }

  .theme-btn.theme-btn-3:before {
    background-color: var(--theme-2);
  }

  .theme-btn.theme-btn-3:hover {
    color: var(--white);
    border: 1px solid var(--theme-2);
  }

  .theme-btn.theme-btn-4 {
    background-color: #9b8761 ;
    color: var(--white);
  }

  .theme-btn.theme-btn-4:before {
    background-color: var(--header);
  }

  .theme-btn.header-btn {
    background-color: var(--header);
    color: var(--white);
  }

  .theme-btn.header-btn::before {
    background-color: var(--theme);
  }

  .theme-btn.view-btn {
    background-color: transparent;
    color: var(--header);
    border: 1px solid var(--header);
    padding: 8px 16px;
  }

  .theme-btn.view-btn::before {
    background-color: var(--theme);
  }

  .theme-btn.view-btn:hover {
    border: 1px solid var(--theme);
    color: var(--white);
  }

  .link-btns {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    font-family: "Manrope", sans-serif;
    text-transform: capitalize;
    color: var(--header);
  }

  .link-btns i {
    font-size: 12px;
  }

  .link-btns.style-2 {
    color: var(--white);
  }

  .link-btns.style-2:hover {
    color: var(--theme-2);
  }

  .link-btns:hover {
    color: var(--theme);
    border-bottom: 1px solid var(--theme);
  }

  .link-btn-2 {
    font-size: 14px;
    font-weight: 500;
    color: var(--header);
    transition: all 0.4s ease-in-out;
  }

  .link-btn-2 i {
    margin-left: 5px;
  }

  .link-btn-2:hover {
    color: var(--theme);
  }

  /* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
  body {
    font-family: "Fraunces", 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(--white);
    outline: none;
  }

  input {
    color: var(--white);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Fraunces", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    text-transform: initial;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
  }

  h1 {
    font-size: 100px;
    font-weight: 400;
    line-height: 96px;
  }

  @media (max-width: 1399px) {
    h1 {
      font-size: 75px;
    }
  }

  @media (max-width: 1199px) {
    h1 {
      font-size: 60px;
    }
  }

  @media (max-width: 991px) {
    h1 {
      font-size: 50px;
    }
  }

  @media (max-width: 767px) {
    h1 {
      font-size: 45px;
    }
  }

  @media (max-width: 575px) {
    h1 {
      font-size: 40px;
    }
  }

  @media (max-width: 500px) {
    h1 {
      font-size: 30px;
    }
  }

  h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 120%;
  }

  @media (max-width: 767px) {
    h2 {
      font-size: 35px;
    }
  }

  @media (max-width: 575px) {
    h2 {
      font-size: 30px;
    }
  }

  h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 133%;
  }

  @media (max-width: 1199px) {
    h3 {
      font-size: 20px;
    }
  }

  h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
  }

  h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 167%;
  }

  h6 {
    font-size: 66px;
    font-weight: 600;
  }

  a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
  }

  p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
  }

  span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
  }

  .about-wrapper {
    margin-bottom: 50px;
  }

  @media (max-width: 1199px) {
    .about-wrapper {
      margin-bottom: 0;
    }
  }

  .about-wrapper .about-image {
    position: relative;
    max-width: 450px;

  }



  .about-wrapper .about-image img {

    border: 10px solid #ffffff;

  }


  .line_htu {
    line-height: 40px;
    font-weight: 400px;
    color: #000;
  }

  .line_htu span {
    font-weight: 200px;
  }

  .product-image img {
    border: 2px solid #ffffff;
  }

  .bg_section .product-content a {
    color: #000 !important;
  }

  .section-title h2 {
    width: 100%;
    text-align: left;
  }

  .trending-product-section .product-content a {
    color: #9b8761;
  }

  .trending-product-section .product-content .price {
    margin-top: 10px;
  }


  .bg_section .arrow-button .array-next {
    color: #ffffff !important;
  }

  .bg_section .arrow-button .array-prev {
    color: #ffffff !important;
  }

  .product-card-item:hover {
    border: 1px solid #9b8761;
  }


  @media (max-width: 1199px) {
    .about-wrapper .about-image {
      max-width: initial;
    }
  }

  .about-wrapper .about-image img {
    width: 100%;
    height: 100%;
  }

  .about-wrapper .about-image .about-image-2 {
    position: absolute;
    right: -170px;
    bottom: -50px;
    max-width: 260px;
  }

  @media (max-width: 1199px) {
    .about-wrapper .about-image .about-image-2 {
      right: initial;
      left: 0;
      bottom: 0;
    }
  }

  @media (max-width: 767px) {
    .about-wrapper .about-image .about-image-2 {
      max-width: 190px;
    }
  }

  .about-wrapper .about-content {
    margin-top: 70px;
  }

  @media (max-width: 1199px) {
    .about-wrapper .about-content {
      margin-top: 0;
    }
  }

  .about-wrapper .about-content .text {
    margin-top: 50px;
    margin-left: 90px;
  }

  @media (max-width: 1199px) {
    .about-wrapper .about-content .text {
      margin-left: 0;
      margin-top: 30px;
    }
  }

  .about-wrapper .about-content .text .theme-btn {
    background-color: #9b8761;
    color: var(--white);
    padding: 12px 22px;
    margin-top: 40px;
  }

  .about-wrapper .about-content .text .theme-btn::before {
    background-color: #000000;
  }

  .about-wrapper-2 .about-left-content h4 {
    margin-bottom: 5px;
  }

  .about-wrapper-2 .about-left-content h3 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .about-wrapper-2 .about-left-content p {
    max-width: 372px;
  }

  .about-wrapper-2 .about-left-content .content {
    margin-top: 34px;
  }

  .about-wrapper-2 .about-left-content .content h3 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .about-wrapper-2 .about-left-content .content p {
    max-width: 372px;
  }

  .about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
  }

  .about-wrapper-2 .about-right h3 {
    margin-bottom: 20px;
  }

  .about-wrapper-2 .about-right .info-text {
    margin-top: 30px;
  }

  .about-wrapper-2 .about-right .info-text h6 {
    margin-bottom: 10px;
  }

  @-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);
    }
  }

  @keyframes cir36 {
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes rounded {
    50% {
      transform: rotate(15deg);
    }
  }

  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }

    100% {
      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;
      transform: rotateY(-90deg);
    }

    25%, 50% {
      opacity: 1;
      transform: rotateY(0deg);
    }
  }

  @keyframes letters-loading {
    0%, 75%, 100% {
      opacity: 0;
      transform: rotateY(-90deg);
    }

    25%, 50% {
      opacity: 1;
      transform: rotateY(0deg);
    }
  }

  @keyframes loaderspin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

  @keyframes tpswing {
    0% {
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg);
    }

    100% {
      -webkit-transform: rotate(0deg);
      -ms-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% {
      transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

  @keyframes loaderpulse {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(1.2);
    }
  }

  @keyframes rounded {
    50% {
      transform: rotate(20deg);
    }
  }

  @keyframes cir36 {
    100% {
      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);
    }
  }

  @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;
  }

  @keyframes criss-cross-left {
    0% {
      left: -20px;
    }

    50% {
      left: 50%;
      width: 20px;
      height: 20px;
    }

    100% {
      left: 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;
    }
  }

  @keyframes rotated2 {
    0% {
      transform: rotate(0);
    }

    100% {
      transform: rotate(-360deg);
    }
  }

  @keyframes wave {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(-25%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  @keyframes zoom {
    0% {
      transform: scale(0.5);
    }

    50% {
      transform: scale(1);
    }

    100% {
      transform: scale(0.5);
    }
  }

  @keyframes translateY2 {
    0% {
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
    }

    100% {
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
    }
  }

  @keyframes translateX2 {
    0% {
      -webkit-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      -o-transform: translateX(-30px);
      transform: translateX(-30px);
    }

    100% {
      -webkit-transform: translatXY(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }
  }

  @keyframes moving {
    0% {
      transform: translatey(0px);
    }

    20% {
      transform: translateX(-50px);
    }

    50% {
      transform: translatey(-40px);
    }

    100% {
      transform: translatey(0px);
    }
  }

  /*img-animation**********************/
  .img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
  }

  @keyframes img-anim-right {
    0% {
      transform: translateX(5%);
      clip-path: inset(0 0 0 100%);
      opacity: 0;
    }

    100% {
      transform: translateX(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
  }

  .img-custom-anim-left {
    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% {
      transform: translateX(-5%);
      clip-path: inset(0 100% 0 0);
      opacity: 0;
    }

    100% {
      transform: translateX(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
  }

  .img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
  }

  @keyframes img-anim-top {
    0% {
      transform: translateY(-5%);
      clip-path: inset(0 0 100% 0);
      opacity: 0;
    }

    100% {
      transform: translateY(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
  }

  .brand-wrapper {
    border: 1px solid #EDEFF2;
    position: relative;
  }

  .brand-wrapper .brand-box-item {
    padding: 38px 30px 25px;
    border-left: 1px solid #EDEFF2;
    padding-left: 50px;
    height: 120px;
    transition: all 0.4s ease-in-out;
  }

  .brand-wrapper .brand-box-item.style-2 {
    padding-left: 0;
  }

  .brand-wrapper .brand-box-item .brand-image {
    text-align: center;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0.4;
  }

  .brand-wrapper .brand-box-item .brand-image:hover {
    filter: initial;
    opacity: 1;
  }

  .brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
    filter: initial;
    opacity: 1;
  }

  @media (max-width: 767px) {
    .brand-wrapper .array-buttons {
      display: none;
    }
  }

  .brand-wrapper .array-buttons .array-prev {
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  .brand-wrapper .array-buttons .array-next {
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  .common-newsletter-modal {
    border-radius: 0;
  }

  .common-newsletter-modal .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
  }

  .common-newsletter-modal .modal-content {
    border-radius: 0px;
  }

  .common-newsletter-modal .modal-content .offer-modal-img img {
    width: 100%;
    height: 100%;
  }

  .common-newsletter-modal .offer-modal-right {
    text-align: center;
    padding: 30px 30px 20px 0;
  }

  @media (max-width: 500px) {
    .common-newsletter-modal .offer-modal-right {
      padding-right: 0;
    }
  }

  .common-newsletter-modal .offer-modal-right h3 {
    color: var(--black);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }

  @media (max-width: 500px) {
    .common-newsletter-modal .offer-modal-right h3 {
      font-size: 30px;
    }
  }

  .common-newsletter-modal .offer-modal-right p {
    line-height: 150%;
    padding: 14px 8px 30px 0;
  }

  @media (max-width: 500px) {
    .common-newsletter-modal .offer-modal-right p {
      padding: 8px 0px 20px 0;
    }
  }

  .common-newsletter-modal .offer-modal-right p span {
    color: var(--theme);
  }

  .common-newsletter-modal .offer-modal-right .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-top-left-radius: 0;
    border-radius: 0 !important;
  }

  .common-newsletter-modal .offer-modal-right .input-group .form-control {
    height: 47px;
    border-radius: 0 !important;
  }

  .common-newsletter-modal .offer-modal-right .input-group .input-group-append {
    position: absolute;
    right: 4px;
    bottom: 3px;
  }

  .common-newsletter-modal .offer-modal-right .input-group .input-group-append button.theme-btn.style-2 {
    background-color: var(--theme-2);
  }

  .common-newsletter-modal .offer-modal-right .check-boxed-modal {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  @media (max-width: 500px) {
    .common-newsletter-modal .offer-modal-right .check-boxed-modal {
      margin-top: 30px;
    }
  }

  .account-wrapper {
    text-align: center;
    position: relative;
  }

  .account-wrapper .shape-1 {
    position: absolute;
    left: 0;
    top: 25%;
  }

  @media (max-width: 1199px) {
    .account-wrapper .shape-1 {
      display: none;
    }
  }

  .account-wrapper .shape-2 {
    position: absolute;
    left: 12%;
    top: 32%;
  }

  @media (max-width: 1199px) {
    .account-wrapper .shape-2 {
      display: none;
    }
  }

  .account-wrapper .shape-3 {
    position: absolute;
    left: 12%;
    bottom: 12%;
  }

  @media (max-width: 1199px) {
    .account-wrapper .shape-3 {
      display: none;
    }
  }

  .account-wrapper .shape-4 {
    position: absolute;
    right: 0;
    top: 32%;
  }

  @media (max-width: 1199px) {
    .account-wrapper .shape-4 {
      display: none;
    }
  }

  .account-wrapper .shape-5 {
    position: absolute;
    right: 4%;
    bottom: 10%;
  }

  @media (max-width: 1199px) {
    .account-wrapper .shape-5 {
      display: none;
    }
  }

  .account-wrapper .content {
    margin-bottom: 60px;
  }

  .account-wrapper .content .list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 25px;
    justify-content: center;
  }

  .account-wrapper .content .list li {
    position: relative;
  }

  .account-wrapper .content .list li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background-color: rgb(168, 172, 176);
    top: 13px;
    left: 60px;
  }

  .account-wrapper .account-box {
    padding: 60px;
    box-shadow: 0px 30px 70px 0px rgba(1, 15, 28, 0.1);
  }

  @media (max-width: 991px) {
    .account-wrapper .account-box {
      padding: 50px;
    }
  }

  @media (max-width: 767px) {
    .account-wrapper .account-box {
      padding: 40px;
    }
  }

  @media (max-width: 575px) {
    .account-wrapper .account-box {
      padding: 30px;
    }
  }

  .account-wrapper .account-box h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  @media (max-width: 1199px) {
    .account-wrapper .account-box h3 {
      font-size: 20px;
    }
  }

  .account-wrapper .account-box h6 {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
  }

  .account-wrapper .account-box h6 span {
    color: var(--theme);
  }

  .account-wrapper .account-box .account-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  @media (max-width: 1199px) {
    .account-wrapper .account-box .account-item {
      flex-wrap: wrap;
    }
  }

  .account-wrapper .account-box .account-item .google-image {
    padding: 20px 40px;
    border: 1px solid #E0E2E3;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .account-wrapper .account-box .account-item .google-image h6 {
    font-weight: 400;
  }

  .account-wrapper .account-box .account-item .facebook {
    padding: 13px 30px;
    border: 1px solid #E0E2E3;
  }

  .account-wrapper .account-box .account-item .facebook i {
    color: #1877F2;
    font-size: 30px;
  }

  .account-wrapper .account-box .account-item .apple {
    padding: 13px 30px;
    border: 1px solid #E0E2E3;
  }

  .account-wrapper .account-box .account-item .apple i {
    color: rgb(1, 15, 28);
    font-size: 30px;
  }

  .account-wrapper .account-box p {
    position: relative;
  }

  .account-wrapper .account-box p::before {
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    background: #E0E2E3;
    width: 30%;
    top: 16px;
  }

  @media (max-width: 1199px) {
    .account-wrapper .account-box p::before {
      display: none;
    }
  }

  .account-wrapper .account-box p::after {
    position: absolute;
    content: "";
    right: 0;
    height: 1px;
    background: #E0E2E3;
    width: 30%;
    top: 16px;
  }

  @media (max-width: 1199px) {
    .account-wrapper .account-box p::after {
      display: none;
    }
  }

  .account-wrapper .account-box .contact-form-item {
    margin-top: 50px;
  }

  .account-wrapper .account-box .contact-form-item .form-clt {
    position: relative;
  }

  .account-wrapper .account-box .contact-form-item .form-clt span {
    font-size: 14px;
    font-weight: 400;
    color: var(--header);
  }

  .account-wrapper .account-box .contact-form-item .form-clt input, .account-wrapper .account-box .contact-form-item .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding-bottom: 20px;
    padding: 16px 20px;
    transition: all 0.4s ease-in-out;
    color: #95999D;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #E0E2E3;
  }

  .account-wrapper .account-box .contact-form-item .form-clt input::placeholder, .account-wrapper .account-box .contact-form-item .form-clt textarea::placeholder {
    color: var(--text);
  }

  .account-wrapper .account-box .contact-form-item .form-clt .icon {
    position: absolute;
    right: 20px;
    top: 18px;
  }

  .account-wrapper .account-box .contact-form-item .from-cheak-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  @media (max-width: 575px) {
    .account-wrapper .account-box .contact-form-item .from-cheak-items {
      flex-wrap: wrap;
      gap: 10px;
    }
  }

  .account-wrapper .account-box .contact-form-item .from-cheak-items .from-customradio .form-check-input {
    border-radius: 4px;
    border: 1px solid #C3C7C9;
    margin-top: 6px;
  }

  .account-wrapper .account-box .contact-form-item .from-cheak-items .from-customradio .form-check-label {
    text-transform: capitalize;
    color: var(--text);
  }

  .account-wrapper .account-box .contact-form-item .from-cheak-items span {
    color: var(--theme);
    font-weight: 500;
  }

  .account-wrapper .account-box .contact-form-item .from-cheak-items.style-2 {
    justify-content: right;
  }

  .conatct-main-wrapper .content {
    margin-bottom: 60px;
  }

  .conatct-main-wrapper .content h2 {
    text-align: center;
  }

  .conatct-main-wrapper .content .list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 25px;
    justify-content: center;
  }

  .conatct-main-wrapper .content .list li {
    position: relative;
  }

  .conatct-main-wrapper .content .list li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background-color: rgb(168, 172, 176);
    top: 13px;
    left: 54px;
  }

  .conatct-main-wrapper .contact-box-wrapper {
    padding: 50px 70px;
    border-radius: 6px;
  }

  @media (max-width: 1199px) {
    .conatct-main-wrapper .contact-box-wrapper {
      padding: 50px 60px;
    }
  }

  @media (max-width: 991px) {
    .conatct-main-wrapper .contact-box-wrapper {
      padding: 50px 50px;
    }
  }

  @media (max-width: 767px) {
    .conatct-main-wrapper .contact-box-wrapper {
      padding: 50px 40px;
    }
  }

  @media (max-width: 575px) {
    .conatct-main-wrapper .contact-box-wrapper {
      padding: 50px 30px;
    }
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap h3 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt {
    position: relative;
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt span {
    font-size: 14px;
    font-weight: 400;
    color: var(--header);
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt input, .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding-bottom: 20px;
    padding: 16px 20px;
    transition: all 0.4s ease-in-out;
    color: #95999D;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt input::placeholder, .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text);
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt textarea {
    padding-bottom: 130px;
    resize: none;
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .form .single-select {
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border: 1px solid #E0E2E3;
    color: var(--text);
    padding: 16px 20px;
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .form .single-select span {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text);
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .form .single-select .list {
    width: 100%;
    transition: all 0.4s ease-in-out;
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .form .single-select .list li {
    color: var(--text);
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .icon {
    position: absolute;
    right: 20px;
    top: 18px;
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap button.theme-btn {
    background-color: var(--header);
    color: var(--white);
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap button.theme-btn::before {
    background-color: var(--theme);
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .from-cheak-items .from-customradio .form-check-input {
    border-radius: 4px;
    border: 1px solid #C3C7C9;
    margin-top: 6px;
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .from-cheak-items .from-customradio .form-check-label {
    text-transform: capitalize;
    color: var(--text);
  }

  .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .from-cheak-items span {
    color: var(--theme);
    font-weight: 500;
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right {
    margin-left: 80px;
    margin-top: 50px;
  }

  @media (max-width: 1199px) {
    .conatct-main-wrapper .contact-box-wrapper .contact-right {
      margin-left: 0;
    }
  }

  @media (max-width: 991px) {
    .conatct-main-wrapper .contact-box-wrapper .contact-right {
      margin-top: 0;
    }
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item {
    margin-bottom: 40px;
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .icon {
    margin-bottom: 18px;
    /* font-size: 45px; */
    color: var(--header);
  }

  @media (max-width: 575px) {
    .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .icon {
      font-size: 40px;
    }
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content {
    margin-bottom: 0;
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content h6 {
    font-size: 18px;
    font-weight: 500;
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content h6 a {
    color: var(--header);
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content h6 a.style-2 {
    color: var(--text);
    font-weight: 400;
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right .social-icon {
    margin-top: 12px;
    gap: 10px;
    position: relative;
    z-index: 9;
  }

  @media (max-width: 575px) {
    .conatct-main-wrapper .contact-box-wrapper .contact-right .social-icon {
      margin-top: 20px;
    }
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right .social-icon a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    display: block;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: var(--white);
    border: 1px solid #E0E2E3;
  }

  .conatct-main-wrapper .contact-box-wrapper .contact-right .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .map-items .googpemap {
    /* filter: grayscale(100%) invert(7%) contrast(100%); */
  }

  .map-items .googpemap iframe {
    width: 100%;
    height: 360px;
  }

  .instagram-wrapper {
    padding: 0 18px;
    text-align: center;
    margin-bottom: 10px;
  }

  .instagram-wrapper .instagram-banner-items {
    margin-top: 60px;
  }

  .instagram-wrapper .instagram-banner-items .banner-image {
    position: relative;
  }

  @media (max-width: 767px) {
    .instagram-wrapper .instagram-banner-items .banner-image {
      height: 450px;
    }

    .instagram-wrapper .instagram-banner-items .banner-image img {
      object-fit: cover;
    }
  }

  @media (max-width: 575px) {
    .instagram-wrapper .instagram-banner-items .banner-image {
      height: 380px;
    }
  }

  .instagram-wrapper .instagram-banner-items .banner-image img {
    width: 100%;
    height: 100%;
  }

  .instagram-wrapper .instagram-banner-items .banner-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.6;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: 1;
  }

  .instagram-wrapper .instagram-banner-items .banner-image .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 28px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: var(--white);
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }

  .instagram-wrapper .instagram-banner-items:hover .banner-image::before {
    transform: scale(1, 1);
    transform-origin: top center;
  }

  .instagram-wrapper .instagram-banner-items:hover .banner-image .icon {
    opacity: 1;
  }

  .instagram-wrapper.style-2 {
    padding: 0 0;
  }

  .instagram-wrapper.style-2 .instagram-banner-items {
    margin-top: 60px;
  }

  .instagram-wrapper.style-2 .instagram-banner-items .banner-image {
    position: relative;
  }

  @media (max-width: 767px) {
    .instagram-wrapper.style-2 .instagram-banner-items .banner-image {
      height: 450px;
    }

    .instagram-wrapper.style-2 .instagram-banner-items .banner-image img {
      object-fit: cover;
    }
  }

  @media (max-width: 575px) {
    .instagram-wrapper.style-2 .instagram-banner-items .banner-image {
      height: 380px;
    }
  }

  .instagram-wrapper.style-2 .instagram-banner-items .banner-image img {
    width: 100%;
    height: 100%;
  }

  .instagram-wrapper.style-2 .instagram-banner-items .banner-image::before {
    background: rgba(0, 0, 0, 0.3);
  }

  .instagram-wrapper.style-2 .instagram-banner-items .banner-image .icon {
    font-size: 24px;
    border: 1px solid transparent;
  }

  .instagram-wrapper.style-2 .instagram-banner-items:hover .banner-image::before {
    transform: scale(1, 1);
    transform-origin: top center;
  }

  .instagram-wrapper.style-2 .instagram-banner-items:hover .banner-image .icon {
    opacity: 1;
  }

  .instagram-wrapper.style-3 .instagram-banner-items .banner-image::before {
    background: rgb(189, 132, 76);
    opacity: 0.7;
  }

  .instagram-wrapper.style-3 .instagram-banner-items .banner-image .icon {
    border: 1px solid transparent;
  }

  .instagram-wrapper.style-5 .instagram-banner-items {
    background-color: transparent;
  }

  .instagram-wrapper.style-5 .instagram-banner-items .banner-image {
    transition: all 0.4s ease-in-out;
    overflow: hidden;
  }

  .instagram-wrapper.style-5 .instagram-banner-items .banner-image::before {
    background: transparent;
    opacity: initial;
  }

  .instagram-wrapper.style-5 .instagram-banner-items .banner-image .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .instagram-wrapper.style-5 .instagram-banner-items .banner-image .content h3 {
    font-size: 36px;
    font-weight: 700;
  }

  @media (max-width: 767px) {
    .instagram-wrapper.style-5 .instagram-banner-items .banner-image .content h3 {
      font-size: 30px;
    }
  }

  @media (max-width: 575px) {
    .instagram-wrapper.style-5 .instagram-banner-items .banner-image .content h3 {
      font-size: 25px;
    }
  }

  .instagram-wrapper.style-5 .instagram-banner-items .banner-image .content .icon-5 {
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
  }

  .instagram-wrapper.style-5 .instagram-banner-items:hover {
    background-color: var(--white);
    border: 1px solid #010F1C;
    opacity: none;
  }

  .instagram-wrapper.style-5 .instagram-banner-items:hover .banner-image {
    position: relative;
    background: none;
  }

  .instagram-wrapper.style-5 .instagram-banner-items:hover .banner-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    opacity: none;
  }

  .instagram-wrapper.style-5 .instagram-banner-items:hover .banner-image .content {
    opacity: 1;
    visibility: visible;
  }

  .instagram-wrapper.style-5 .instagram-banner-items:hover .banner-image .content .icon img {
    opacity: 1;
    visibility: visible;
  }

  .cosmetics-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    position: relative;
  }

  .cosmetics-wrap::before {
    /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3); */
  }

  @media (max-width: 1199px) {
    .cosmetics-wrap {
      flex-wrap: wrap;
      gap: 30px;
    }
  }

  @media (max-width: 767px) {
    .cosmetics-wrap {
      padding: 70px 40px;
    }
  }

  @media (max-width: 575px) {
    .cosmetics-wrap {
      padding: 70px 30px;
    }
  }

  .cosmetics-wrap h2 {
    position: relative;
  }

  @media (max-width: 500px) {
    .cosmetics-wrap h2 {
      font-size: 25px;
    }
  }

  .cosmetics-wrap .coming-soon-timer {
    border: 1px solid #DDE0E3;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 15px 30px;
    min-width: 325px;
    justify-content: space-between;
    line-height: 1;
    position: relative;
  }

  @media (max-width: 767px) {
    .cosmetics-wrap .coming-soon-timer {
      gap: 30px;
      min-width: initial;
    }
  }

  .cosmetics-wrap .coming-soon-timer .timer-content {
    text-align: center;
  }

  .cosmetics-wrap .coming-soon-timer .timer-content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    color: var(--white);
  }

  .cosmetics-wrap .coming-soon-timer .timer-content p {
    font-size: 10px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
  }

  .cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0;
  }

  @media (max-width: 1199px) {
    .cta-wrapper {
      flex-wrap: wrap;
      gap: 30px;
    }
  }

  .cta-wrapper .cta-content {
    position: relative;
  }

  .cta-wrapper .cta-content h6 {
    color: var(--white);
    font-weight: 500;
  }

  .cta-wrapper .cta-content h2 {
    font-size: 40px;
    color: var(--white);
    font-weight: 800;
  }

  .cta-wrapper .search-widget {
    position: relative;
    max-width: 486px;
    width: 100%;
  }

  .cta-wrapper .search-widget input {
    width: 100%;
    border: none;
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 18px;
    color: var(--text);
    border-radius: 0;
    text-transform: capitalize;
  }

  @media (max-width: 575px) {
    .cta-wrapper .search-widget input {
      font-size: 16px;
    }
  }

  .cta-wrapper .search-widget input::placeholder {
    color: var(--text);
  }

  .cta-wrapper .search-widget button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .cta-wrapper .search-widget button.theme-btn {
    padding: 16px 24px;
    background-color: var(--header);
    color: var(--white);
  }

  .cta-wrapper .search-widget button.theme-btn:before {
    background-color: var(--theme);
  }

  @media (max-width: 575px) {
    .cta-wrapper .search-widget button.theme-btn {
      padding: 16px 20px;
    }
  }

  .cta-section {
    position: relative;
  }

  .cta-section .left-shape {
    position: absolute;
    left: 0;
    top: 10px;
  }

  @media (max-width: 1600px) {
    .cta-section .left-shape {
      display: none;
    }
  }

  .cta-section .right-shape {
    position: absolute;
    right: 350px;
    top: 20px;
  }

  @media (max-width: 1600px) {
    .cta-section .right-shape {
      display: none;
    }
  }

  .cta-section .man-shape {
    position: absolute;
    top: 0;
    right: 247px;
  }

  @media (max-width: 1600px) {
    .cta-section .man-shape {
      display: none;
    }
  }

  .cta-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    top: 10px;
  }

  .cta-section.style-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme-3);
    top: 10px;
  }

  .video-bg-section {
    background-attachment: fixed;
  }

  .video-bg-section .container-fluid {
    padding: 0 100px;
  }

  @media (max-width: 1199px) {
    .video-bg-section .container-fluid {
      padding: 0 60px;
    }
  }

  @media (max-width: 991px) {
    .video-bg-section .container-fluid {
      padding: 0 50px;
    }
  }

  @media (max-width: 767px) {
    .video-bg-section .container-fluid {
      padding: 0 40px;
    }
  }

  @media (max-width: 575px) {
    .video-bg-section .container-fluid {
      padding: 0 30px;
    }
  }

  .video-wrapper {
    padding: 280px 0;
    text-align: center;
    background-attachment: fixed;
  }

  @media (max-width: 1199px) {
    .video-wrapper {
      padding: 140px 0;
    }
  }

  @media (max-width: 991px) {
    .video-wrapper {
      padding: 120px 0;
    }
  }

  @media (max-width: 767px) {
    .video-wrapper {
      padding: 100px 0;
    }
  }

  @media (max-width: 575px) {
    .video-wrapper {
      padding: 80px 0;
    }
  }

  .video-wrapper .video-btn {
    width: 136px;
    height: 136px;
    line-height: 136px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--white);
    color: var(--theme);
    display: inline-block;
    text-align: center;
    font-size: 24px;
  }

  @media (max-width: 991px) {
    .video-wrapper .video-btn {
      width: 100px;
      height: 100px;
      line-height: 100px;
      font-size: 18px;
    }
  }

  @media (max-width: 767px) {
    .video-wrapper .video-btn {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 18px;
    }
  }

  .cooming-soon-item {
    padding: 80px 0;
    text-align: center;
  }

  .cooming-soon-item .logo-image {
    margin-bottom: 70px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .cooming-soon-item .logo-image {
      margin-bottom: 50px;
    }
  }

  .cooming-soon-item h3 {
    font-size: 40px;
    color: var(--white);
    position: relative;
    margin-bottom: 20px;
  }

  @media (max-width: 575px) {
    .cooming-soon-item h3 {
      font-size: 30px;
    }
  }

  .cooming-soon-item .coming-soon-time {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .cooming-soon-item .coming-soon-time {
      flex-wrap: wrap;
    }
  }

  .cooming-soon-item .coming-soon-time .timer-content {
    text-align: center;
  }

  .cooming-soon-item .coming-soon-time .timer-content h2 {
    font-size: 220px;
    font-weight: 400;
    line-height: 1;
    color: var(--white);
  }

  @media (max-width: 1199px) {
    .cooming-soon-item .coming-soon-time .timer-content h2 {
      font-size: 160px;
    }
  }

  @media (max-width: 991px) {
    .cooming-soon-item .coming-soon-time .timer-content h2 {
      font-size: 130px;
    }
  }

  @media (max-width: 767px) {
    .cooming-soon-item .coming-soon-time .timer-content h2 {
      font-size: 100px;
    }
  }

  @media (max-width: 575px) {
    .cooming-soon-item .coming-soon-time .timer-content h2 {
      font-size: 70px;
    }
  }

  .cooming-soon-item .coming-soon-time .timer-content p {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
  }

  .cooming-soon-item .social-icon {
    margin-top: 60px;
    gap: 15px;
    position: relative;
    z-index: 9;
    justify-content: center;
  }

  @media (max-width: 575px) {
    .cooming-soon-item .social-icon {
      margin-top: 20px;
    }
  }

  .cooming-soon-item .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    display: block;
    border: 1px solid var(--header);
    color: var(--header);
    transition: all 0.4s ease-in-out;
    text-align: center;
  }

  .cooming-soon-item .social-icon a:hover {
    background-color: var(--header);
    color: var(--white);
  }

  .cooming-soon-item .link-btn {
    position: relative;
    margin-top: 50px;
    color: var(--white);
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
  }

  .coming-soon-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }

  .coming-soon-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, #BD844C 0%, #BD844C 100%), #FFF;
  }

  .coming-soon-section .shape {
    position: absolute;
    top: 10px;
    left: 22%;
    bottom: 0;
  }

  @media (max-width: 1600px) {
    .coming-soon-section .shape {
      display: none;
    }
  }

  .cooming-soon-left-content {
    text-align: center;
    padding: 200px 0;
  }

  @media (max-width: 1199px) {
    .cooming-soon-left-content {
      padding: 100px 0;
      text-align: start;
    }
  }

  @media (max-width: 991px) {
    .cooming-soon-left-content {
      padding: 80px 0;
    }
  }

  .cooming-soon-left-content .coming-soon-timer {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 30px;
  }

  @media (max-width: 991px) {
    .cooming-soon-left-content .coming-soon-timer {
      flex-wrap: wrap;
    }
  }

  .cooming-soon-left-content .coming-soon-timer .timer-content {
    border-radius: 5px;
    border: 1px solid rgba(1, 15, 28, 0.3);
    padding: 5px 20px 11px;
    line-height: 1;
  }

  .cooming-soon-left-content .coming-soon-timer .timer-content h3 {
    font-size: 30px;
    letter-spacing: -1.2px;
    font-weight: 700;
  }

  @media (max-width: 767px) {
    .cooming-soon-left-content .coming-soon-timer .timer-content h3 {
      font-size: 26px;
    }
  }

  @media (max-width: 575px) {
    .cooming-soon-left-content .coming-soon-timer .timer-content h3 {
      font-size: 22px;
    }
  }

  .cooming-soon-left-content .coming-soon-timer .timer-content p {
    text-align: center;
  }

  .cooming-soon-left-content .theme-btn {
    background-color: var(--header);
    margin-top: 40px;
  }

  .cooming-soon-left-content .theme-btn::before {
    background-color: var(--theme);
  }

  .cta-left-item-6 span {
    font-size: 30px;
    color: #9b8761;
  }

  @media (max-width: 991px) {
    .cta-left-item-6 span {
      font-size: 25px;
    }
  }

  @media (max-width: 767px) {
    .cta-left-item-6 span {
      font-size: 20px;
    }
  }

  @media (max-width: 575px) {
    .cta-left-item-6 span {
      font-size: 16px;
    }
  }

  .cta-left-item-6 h2 {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  @media (max-width: 1199px) {
    .cta-left-item-6 h2 {
      font-size: 41px;
    }
  }

  @media (max-width: 767px) {
    .cta-left-item-6 h2 {
      font-size: 35px;
    }
  }

  @media (max-width: 575px) {
    .cta-left-item-6 h2 {
      font-size: 30px;
    }
  }

  @media (max-width: 500px) {
    .cta-left-item-6 h2 {
      font-size: 25px;
    }
  }

  .cta-left-item-6 .theme-btn {
    background-color: var(--header);
  }

  .cta-left-item-6 .theme-btn::before {
    background-color: #9b8761;
  }

  .cta-offer-wrapper-4 {
    border-radius: 8px;
    background-color: var(--theme-3);
    padding: 40px 80px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .cta-offer-wrapper-4 {
      padding: 40px 60px;
    }
  }

  @media (max-width: 991px) {
    .cta-offer-wrapper-4 {
      padding: 40px 50px;
    }
  }

  @media (max-width: 767px) {
    .cta-offer-wrapper-4 {
      padding: 40px 40px;
    }
  }

  @media (max-width: 575px) {
    .cta-offer-wrapper-4 {
      padding: 40px 30px;
    }
  }

  .cta-offer-wrapper-4 .text-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  @media (max-width: 1199px) {
    .cta-offer-wrapper-4 .text-image {
      display: none;
    }
  }

  .cta-offer-wrapper-4 .text-image img {
    width: 100%;
    height: 100%;
  }

  .cta-offer-wrapper-4 .cta-offer-content span {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
  }

  .cta-offer-wrapper-4 .cta-offer-content h2 {
    font-size: 54px;
    margin-bottom: 15px;
    margin-top: 5px;
    color: var(--white);
  }

  @media (max-width: 1199px) {
    .cta-offer-wrapper-4 .cta-offer-content h2 {
      font-size: 41px;
    }
  }

  @media (max-width: 767px) {
    .cta-offer-wrapper-4 .cta-offer-content h2 {
      font-size: 35px;
    }
  }

  @media (max-width: 575px) {
    .cta-offer-wrapper-4 .cta-offer-content h2 {
      font-size: 30px;
    }
  }

  @media (max-width: 500px) {
    .cta-offer-wrapper-4 .cta-offer-content h2 {
      font-size: 25px;
    }
  }

  .cta-offer-wrapper-4 .cta-offer-content h6 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
  }

  .cta-offer-wrapper-4 .cta-offer-content h3 {
    font-size: 40px;
    color: var(--white);
    font-weight: 500;
  }

  @media (max-width: 1199px) {
    .cta-offer-wrapper-4 .cta-offer-content h3 {
      font-size: 20px;
    }
  }

  .cta-offer-wrapper-4 .cta-offer-content .theme-btn {
    margin-top: 30px;
    background-color: var(--header);
  }

  .cta-offer-wrapper-4 .cta-offer-content .theme-btn::before {
    background-color: var(--theme);
  }

  .cta-offer-wrapper-4 .offer-image img {
    width: 100%;
    height: 100%;
  }

  .faq-item .faq-content .accordion-item {
    border: 0;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
  }

  .faq-item .faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 700;
    color: var(--theme);
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: var(--white);
    padding: 25px 30px 0;
    text-transform: capitalize;
    font-size: 20px;
    border: none;
  }

  .faq-item .faq-content .accordion-item .accordion-header .accordion-button::after {
    content: "\f101";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    color: var(--header);
  }

  .faq-item .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f103";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    font-weight: 500;
    color: var(--theme);
    transform: rotate(0);
  }

  .faq-item .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    padding: 25px 30px;
    color: var(--header);
  }

  .faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
    padding-left: 30px;
    padding-top: 15px;
    color: var(--text);
    background-color: var(--white);
    padding-bottom: 25px;
    font-weight: 500;
  }

  @media (max-width: 1399px) {
    .faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
      padding-right: 50px;
    }
  }

  @media (max-width: 991px) {
    .faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
      padding-right: 30px;
    }
  }

  .feature-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0;
  }

  @media (max-width: 1199px) {
    .feature-wrapper {
      flex-wrap: wrap;
      gap: 30px;
    }
  }

  .feature-wrapper .feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    /* border-left: 2px solid #E9EAED; */
    padding-left: 28px;
  }

  @media (max-width: 1199px) {
    .feature-wrapper .feature-item {
      border-left: none;
      padding-left: 0;
    }
  }

  .feature-wrapper .feature-item.style-2 {
    border-left: none;
    padding-left: 0;
  }

  .feature-wrapper .feature-item .content p {
    font-size: 15px;
    font-weight: 400;
  }

  .feature-wrapper.style-2 {
    border: 1px solid rgb(217, 219, 222);
    padding: 34px 40px;
  }

  .feature-wrapper.style-4 {
    justify-content: center;
    gap: 5px;
  }

  @media (max-width: 1199px) {
    .feature-wrapper.style-4 {
      gap: 20px;
      justify-content: start;
    }
  }

  .feature-wrapper.style-4 .feature-item {
    border-left: none;
    padding-left: none;
    border-radius: 8px 0px 0px 8px;
    background: #F6F7F9;
    padding: 30px 40px;
  }

  .feature-section-2 {
    margin-top: -20px;
  }

  .feature-wrapper-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  @media (max-width: 1199px) {
    .feature-wrapper-4 {
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }
  }

  .feature-wrapper-4 .feature-image-items {
    text-align: center;
  }

  .feature-wrapper-4 .feature-image-items .image img {
    width: 100%;
    height: 100%;
  }

  .feature-wrapper-4 .feature-image-items .content {
    margin-top: 30px;
  }

  .feature-wrapper-4 .feature-image-items .content h4 {
    font-weight: 500;
  }

  .feature-wrapper-4 .feature-image-items .content h4 a:hover {
    color: var(--theme-3);
  }

  .forget-wrapper {
    position: relative;
  }

  .forget-wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--border);
    top: 0;
    left: 47%;
  }

  @media (max-width: 1199px) {
    .forget-wrapper::before {
      display: none;
    }
  }

  .forget-wrapper .forget-content h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .forget-wrapper .forget-content p {
    color: var(--header);
  }

  .forget-wrapper .forget-content p.color {
    color: var(--text);
  }

  .forget-wrapper .forget-content .contact-form-items {
    margin-top: 20px;
  }

  .forget-wrapper .forget-content .contact-form-items .form-clt {
    position: relative;
  }

  .forget-wrapper .forget-content .contact-form-items .form-clt input, .forget-wrapper .forget-content .contact-form-items .form-clt textarea {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--text);
    border-radius: 0;
    border: 1px solid var(--border);
    padding: 9px 16px;
    transition: all 0.4s ease-in-out;
    max-width: 500px;
  }

  .forget-wrapper .forget-content .contact-form-items .form-clt input:hover, .forget-wrapper .forget-content .contact-form-items .form-clt textarea:hover {
    border: 1px solid var(--header);
  }

  .forget-wrapper .forget-content .contact-form-items .form-clt input::placeholder, .forget-wrapper .forget-content .contact-form-items .form-clt textarea::placeholder {
    color: var(--text);
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account {
    background-color: var(--bg);
    padding: 40px 32px;
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account .account-avatar {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account .account-avatar .image {
    margin-bottom: 16px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account .account-avatar .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account .nav {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li {
    font-size: 20px;
    font-weight: 500;
  }

  @media (max-width: 1199px) {
    .my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li {
      font-size: 16px;
    }
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li .nav-link {
    color: var(--header);
    padding: 18px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li .nav-link a {
    color: var(--header);
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li .nav-link.active {
    position: relative;
    background-color: var(--white);
    color: var(--header);
  }

  .my-account-wrapper .tab-content {
    margin-left: 50px;
  }

  @media (max-width: 1199px) {
    .my-account-wrapper .tab-content {
      margin-left: 0;
    }
  }

  .my-account-wrapper .tab-content .account-details .account-info h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt {
    position: relative;
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt span {
    font-size: 14px;
    font-weight: 400;
    color: var(--header);
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt input, .my-account-wrapper .tab-content .account-details .account-info .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding-bottom: 20px;
    padding: 12px 20px;
    transition: all 0.4s ease-in-out;
    color: #95999D;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #E0E2E3;
    transition: all 0.4s ease-in-out;
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt input:hover, .my-account-wrapper .tab-content .account-details .account-info .form-clt textarea:hover {
    border: 1px solid var(--header);
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt input::placeholder, .my-account-wrapper .tab-content .account-details .account-info .form-clt textarea::placeholder {
    color: var(--text);
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select {
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border: 1px solid #E0E2E3;
    color: var(--text);
    padding: 14px 20px;
    transition: all 0.4s ease-in-out;
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select:hover {
    border: 1px solid var(--header);
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select span {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text);
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select .list {
    width: 100%;
    transition: all 0.4s ease-in-out;
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select .list li {
    color: var(--text);
  }

  .my-account-wrapper .tab-content .account-details .account-info .form-clt .icon {
    position: absolute;
    right: 20px;
    top: 18px;
  }

  .my-account-wrapper .tab-content .account-details .account-password {
    margin-top: 30px;
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt {
    position: relative;
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt span {
    font-size: 14px;
    font-weight: 400;
    color: var(--header);
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt input, .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding-bottom: 20px;
    padding: 14px 20px;
    transition: all 0.4s ease-in-out;
    color: #95999D;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #E0E2E3;
    transition: all 0.4s ease-in-out;
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt input:hover, .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt textarea:hover {
    border: 1px solid var(--header);
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt input::placeholder, .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt textarea::placeholder {
    color: var(--text);
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt textarea {
    padding-bottom: 130px;
    resize: none;
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select {
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border: 1px solid #E0E2E3;
    color: var(--text);
    padding: 14px 20px;
    transition: all 0.4s ease-in-out;
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select:hover {
    border: 1px solid var(--header);
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select span {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text);
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select .list {
    width: 100%;
    transition: all 0.4s ease-in-out;
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select .list li {
    color: var(--text);
  }

  .my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .icon {
    position: absolute;
    right: 20px;
    top: 18px;
  }

  .my-account-wrapper .tab-content .axil-dashboard-address .notice-text {
    font-size: 16px;
    color: #292930;
    margin-bottom: 25px;
  }

  .my-account-wrapper .tab-content .axil-dashboard-address .addrss-header {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .my-account-wrapper .tab-content .axil-dashboard-address .title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--header);
  }

  .my-account-wrapper .tab-content .axil-dashboard-address .address-edit {
    font-size: 16px;
    color: #292930;
    transition: all 0.4s ease-in-out;
  }

  .my-account-wrapper .tab-content .axil-dashboard-address .address-edit:hover {
    color: var(--theme);
  }

  .my-account-wrapper .tab-content .axil-dashboard-address ul li {
    font-size: 16px;
    line-height: 1;
    color: var(--header);
    line-height: 30px;
  }

  .my-account-wrapper .tab-content .axil-dashboard-address ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .my-account-wrapper .tab-content .axil-dashboard-address ul li.style-2 {
    margin-top: 20px;
  }

  .footer-widget-wrapper {
    /* padding: 60px 0 90px; */
    padding: 60px 0 60px;
    position: relative;
    z-index: 9;
  }

  @media (max-width: 991px) {
    .footer-widget-wrapper {
      padding: 50px 0 80px;
    }
  }

  .footer-widget-wrapper .single-footer-widget {
    margin-top: 30px;
  }

  .footer-widget-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }

  .footer-widget-wrapper .single-footer-widget .widget-head h3 {
    font-weight: bold;
    color: var(--header);
    font-size: 23px;
    font-weight: 500;
    display: inline-block;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content {
    margin-top: 20px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .text {
    margin-bottom: 20px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .text p {
    font-size: 14px;
    font-weight: 400;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .text a {
    font-size: 22px;
    font-weight: 500;
    color: var(--header);
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .contact-list {
    margin-top: 10px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .contact-list li {
    font-size: 16px;
    font-weight: 400;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .contact-list li i {
    color: var(--header);
    margin-right: 10px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .contact-list li a {
    color: #525252;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .contact-list li a:hover {
    color: var(--theme);
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .contact-list li:hover i {
    animation: icon-bounce 0.8s 1;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .footer-input {
    position: relative;
    margin-top: 10px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .footer-input input {
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
    border: none;
    outline: none;
    width: 100%;
    border: 1px solid var(--border);
    padding: 16px 20px;
    border-radius: 5px;
    color: #7D7F82;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
    color: #7D7F82;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: var(--white);
    width: 100px;
    height: 53px;
    background-color: var(--header);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn:hover {
    background-color: var(--theme);
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .social-item {
    margin-top: 30px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .social-item h6 {
    font-size: 16px;
    font-weight: 500;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon {
    margin-top: 20px;
    gap: 15px;
    position: relative;
    z-index: 9;
  }

  @media (max-width: 575px) {
    .footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon {
      margin-top: 20px;
    }
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    display: block;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .footer-widget-wrapper .single-footer-widget .list-items li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
  }

  .footer-widget-wrapper .single-footer-widget .list-items li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-widget-wrapper .single-footer-widget .list-items li a {
    color: var(--text);
    font-weight: 300;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
  }

  .footer-widget-wrapper .single-footer-widget .list-items li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--text);
    transition: all 0.4s ease-in-out;
  }

  .footer-widget-wrapper .single-footer-widget .list-items li:hover a {
    color: #be9950;
  }

  .footer-widget-wrapper .single-footer-widget .list-items li:hover a::after {
    background-color: var(--theme);
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .widget-head h3 {
    color:#000;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content {
    margin-top: 20px;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .text {
    margin-bottom: 20px;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .text p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .text a {
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list {
    margin-top: 10px;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list li {
    font-size: 16px;
    font-weight: 300;
    color: #000;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list li i {
    color: #be9950;
    margin-right: 10px;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list li a {
    color: #000;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list li a:hover {
    color: #000;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item {
    margin-top: 30px;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon {
    margin-top: 20px;
    gap: 15px;
    position: relative;
    z-index: 9;
  }

  @media (max-width: 575px) {
    .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon {
      margin-top: 20px;
    }
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon a {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon a:hover {
    background-color: var(--theme-2);
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon.style-3 a {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #333;
    color: #333;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon.style-3 a:hover {
    background-color: var(--theme);
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .list-items li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .list-items li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .list-items li a {
    color: #000;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .list-items li a::after {
    background-color: #000;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .list-items li:hover a {
    color: #9b8761;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .list-items li:hover a::after {
    background-color: #000;
  }

  .footer-widget-wrapper.style-2 .single-footer-widget .list-items.style-color li a:hover {
    color: #000;
  }

  .footer-bottom {
    padding: 24px 0;
    border-top: 1px solid #ffffff75;
  }

  @media (max-width: 767px) {
    .footer-bottom {
      text-align: center;
    }
  }

  .footer-bottom .footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 200px;
    text-align: center;
  }

  @media (max-width: 767px) {
    .footer-bottom .footer-wrapper {
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }
  }

  .footer-bottom .footer-wrapper p {
    color: #7E7F81;
    text-transform: capitalize;
  }

  .footer-bottom .footer-wrapper p span {
    color: var(--theme);
  }

  .footer-bottom .footer-wrapper .bottom-list {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .footer-bottom .footer-wrapper.style-2 p {
    color: #333 !important;
    text-transform: capitalize;
  }

  .footer-bottom .footer-wrapper.style-2 p span {
    color:#333;
  }

  .header-top-section {
    position: relative;
    z-index: 9;
    background: #9b8761;
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
  }

  .header-top-section.style-2 {
    background: var(--header);
  }

  .header-top-section .container-fluid {
    padding: 0 100px;
  }

  @media (max-width: 1199px) {
    .header-top-section .container-fluid {
      padding: 0 60px;
    }
  }

  @media (max-width: 991px) {
    .header-top-section .container-fluid {
      padding: 0 50px;
    }
  }

  @media (max-width: 767px) {
    .header-top-section .container-fluid {
      padding: 0 40px;
    }
  }

  @media (max-width: 575px) {
    .header-top-section .container-fluid {
      padding: 0 30px;
    }
  }

  @media (max-width: 1399px) {
    .header-top-section {
      display: none;
    }
  }

  .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header-top-wrapper .contact-list li {
    color: #fff;
    font-size: 15px;
  }

  .header-top-wrapper .contact-list li i {
    color: #fff;
    margin-right: 10px;
  }

  .header-top-wrapper .contact-list li:not(:last-child) {
    border-right: 1px solid rgba(1, 15, 28, 0.1);
    padding-right: 20px;
  }

  .header-top-wrapper .contact-list li a {
    color: #fff;
  }

  .header-top-wrapper .flag-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header-top-wrapper .flag-wrapper .flag-wrap {
    position: relative;
    /* width: 70px; */
    width: 79px;
  }

  @media (max-width: 1399px) {
    .header-top-wrapper .flag-wrapper .flag-wrap {
      display: none;
    }
  }

  .header-top-wrapper .flag-wrapper .flag-wrap .nice-select {
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
  }

  .header-top-wrapper .flag-wrapper .flag-wrap .nice-select span {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--header);
  }

  .header-top-wrapper .flag-wrapper .flag-wrap .nice-select .list li {
    color: var(--header);
  }

  .header-top-wrapper .flag-wrapper .flag-wrap .nice-select::after {
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
    height: 7px;
    margin-top: -6px;
    width: 7px;
    right: 7px;
  }

  .header-top-wrapper .flag-wrapper .flag-wrap .nice-select.style-2 span {
    text-transform: uppercase;
  }

  .header-top-wrapper .flag-wrapper .flag-wrap .nice-select.style-2::after {
    right: 16px;
  }

  .header-top-wrapper .flag-wrapper .flag-wrap .flag {
    position: absolute;
    top: 9px;
    left: 15px;
    z-index: 1;
  }

  @media (max-width: 767px) {
    .header-top-wrapper .flag-wrapper .flag-wrap .flag {
      display: none;
    }
  }

  .header-top-wrapper .flag-wrapper .content button.account-text {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--header);
  }

  .header-top-wrapper.style-2 .contact-list li {
    color: var(--white);
  }

  .header-top-wrapper.style-2 .contact-list li i {
    color: rgb(239, 108, 194);
  }

  .header-top-wrapper.style-2 .contact-list li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
  }

  .header-top-wrapper.style-2 .contact-list li a {
    color: var(--white);
  }

  .header-top-wrapper.style-2 .flag-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header-top-wrapper.style-2 .flag-wrapper .flag-wrap {
    position: relative;
    width: 80px;
  }

  @media (max-width: 1399px) {
    .header-top-wrapper.style-2 .flag-wrapper .flag-wrap {
      display: none;
    }
  }

  .header-top-wrapper.style-2 .flag-wrapper .flag-wrap:not(:last-child) {
    border-right: 1px solid rgba(1, 15, 28, 0.1);
  }

  .header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select span {
    color: var(--white);
  }

  .header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select .list {
    background-color: var(--header);
  }

  .header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select .list .option {
    background-color: var(--header);
  }

  .header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select .list li {
    color: var(--white);
  }

  .header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select::after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    right: 14px;
  }

  .header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select.style-2::after {
    right: 25px;
  }

  .header-top-wrapper.style-2 .flag-wrapper .content button.account-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
  }

  .header-top-wrapper.style-3 p {
    color: rgba(255, 255, 255, 0.7);
  }

  .header-top-wrapper.style-3 .flag-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header-top-wrapper.style-3 .flag-wrapper .content button.account-text {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
  }

  .header-top-wrapper.style-3 .flag-wrapper .flag-wrap {
    width: 124px;
  }

  .header-top-wrapper.style-3 .flag-wrapper .flag-wrap.style-2 {
    width: 96px;
  }

  .header-top-wrapper.style-3 .flag-wrapper .flag-wrap .nice-select span {
    color: rgba(255, 255, 255, 0.7);
  }

  .header-top-wrapper.style-3 .flag-wrapper .flag-wrap .nice-select .list li {
    color: rgba(255, 255, 255, 0.7);
  }

  .header-top-wrapper.style-3 .flag-wrapper .flag-wrap .nice-select::after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7);
  }

  .header-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-bottom-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header-bottom-wrapper .contact-list li {
    color: rgb(102, 102, 102);
    font-size: 15px;
  }

  .header-bottom-wrapper .contact-list li i {
    color: rgb(102, 102, 102);
    margin-right: 10px;
  }

  .header-bottom-wrapper .contact-list li a {
    color: rgb(102, 102, 102);
  }

  .header-bottom-wrapper p {
    color: #666;
  }

  .header-bottom-wrapper p.color {
    color: var(--theme);
  }

  .header-bottom-wrapper p span {
    color: var(--header);
  }

  .header-bottom-wrapper .flag-wrap {
    position: relative;
    width: 130px;
    z-index: 9;
  }

  @media (max-width: 1399px) {
    .header-bottom-wrapper .flag-wrap {
      display: none;
    }
  }

  .header-bottom-wrapper .flag-wrap .nice-select {
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 10px 7px 10px 58px;
  }

  .header-bottom-wrapper .flag-wrap .nice-select span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--header);
  }

  .header-bottom-wrapper .flag-wrap .nice-select .list li {
    color: var(--header);
  }

  .header-bottom-wrapper .flag-wrap .nice-select::after {
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
    height: 8px;
    margin-top: -6px;
    width: 8px;
    right: 3px;
  }

  .header-bottom-wrapper .flag-wrap .flag {
    position: absolute;
    top: 10px;
    left: 32px;
    z-index: 1;
  }

  @media (max-width: 767px) {
    .header-bottom-wrapper .flag-wrap .flag {
      display: none;
    }
  }

  .header-bottom-section {
    background: #F6F6F8;
  }

  @media (max-width: 1399px) {
    .header-bottom-section {
      display: none;
    }
  }

  @media (max-width: 1199px) {
    .menu-thumb {
      display: none !important;
    }
  }

  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    line-height: 1;
    margin-left: auto;
  }

  .header-main .main-menu ul {
    margin-bottom: 0;
    text-align: right;
    justify-content: flex-end;
  }

  .header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 35px;

  }

  .header-main .main-menu ul li:last-child {}

  .header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--header);
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
  }

  .header-main .main-menu ul li a i {
    margin-left: 4px;
    font-size: 12px;
  }

  .header-main .main-menu ul li a:hover {
    color: #9b8761 !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;
    transform-origin: top center;
    color: var(--header);
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
    border-top: 6px solid #be9950;
    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: 400;
    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;
    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);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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: -100px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
  }

  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
  }

  @media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
      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%;
    transform: translate(-50%, -50%);
    width: 70%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    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;
    line-height: initial;
  }

  .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 .demo-button .theme-btn:hover {
    background: var(--header);
  }

  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    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%;
    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: "Jost", 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;
    transform: translateY(0px);
  }

  .header-main .header-right {
    gap: 40px;
  }

  @media (max-width: 1399px) {
    .header-main .header-right {
      gap: 20px;
    }
  }

  .header-main .header-right .search-icon {
    font-size: 18px;
    font-weight: 600;
  }

  @media (max-width: 1199px) {
    .header-main .header-right .search-icon {
      display: none;
    }
  }

  @media (max-width: 575px) {
    .header-main .header-right .search-icon {
      display: initial;
    }
  }

  .header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
  }

  .header-1 {
    position: static;
    background: transparent;
    z-index: 9999;
  }

  .header-1 .container-fluid {
    padding: 0 90px;
  }

  @media (max-width: 1199px) {
    .header-1 .container-fluid {
      padding: 0 30px;
    }
  }

  @media (max-width: 500px) {
    .header-1 .container-fluid {
      padding: 0 15px;
    }
  }

  .header-1 .container-fluid.style-2 {
    box-shadow: 0px 2px 6px 0px rgba(1, 15, 28, 0.16);
  }

  @media (max-width: 500px) {
    .header-1 .header-main .logo .headero-logo img {
      width: 135px;
    }
  }

  .header-1 .header-main .header-right {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  @media (max-width: 500px) {
    .header-1 .header-main .header-right {
      gap: 20px;
    }
  }

  .header-1 .header-main .header-right .search-widget form {
    width: 100%;
    position: relative;
  }

  .header-1 .header-main .header-right .search-widget form input {
    background: #F8F8F8;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    width: 100%;
    width: 370px;
    border: none;
    color: rgb(118, 122, 125);
    border: 1px solid rgba(1, 15, 28, 0.1);
  }

  .header-1 .header-main .header-right .search-widget form button {
    position: absolute;
    right: 14px;
    top: 0;
    height: 100%;
    color: rgba(85, 88, 91, 0.5);
  }

  @media (max-width: 1399px) {
    .header-1 .header-main .header-right .search-widget {
      display: none;
    }
  }

  .header-1 .header-main .header-right .search-icon.style-2 {
    display: none;
  }

  .header-1 .header-main .header-right .search-icon.style-2 i {
    font-size: 20px;
  }

  @media (max-width: 575px) {
    .header-1 .header-main .header-right .search-icon.style-2 {
      display: initial;
    }
  }

  .header-1 .header-main .header-right .header-icon {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  @media (max-width: 1399px) {
    .header-1 .header-main .header-right .header-icon {
      display: none;
    }
  }

  .header-1 .header-main .header-right .header-icon li a {
    color: var(--header);
    position: relative;
  }

  .header-1 .header-main .header-right .header-icon li a i {
    font-size: 20px;
  }

  .header-1 .header-main .header-right .header-icon li a .number {
    position: absolute;
    top: -9px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    line-height: 18px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    font-size: 10px;
    font-weight: 400;
  }

  .header-1 .header-main .header-right .menu-cart {
    position: relative;
  }

  @media (max-width: 1199px) {
    .header-1 .header-main .header-right .menu-cart {
      display: none;
    }
  }

  @media (max-width: 575px) {
    .header-1 .header-main .header-right .menu-cart {
      display: initial;
    }
  }

  .header-1 .header-main .header-right .menu-cart .cart-box {
    background: var(--white) none repeat scroll 0 0;
    box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
    padding: 5px 20px 0px;
    position: absolute;
    left: -250px;
    top: 200%;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 340px;
    z-index: 9999;
  }

  .header-1 .header-main .header-right .menu-cart .cart-box ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    border-bottom: 1px solid var(--border);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .header-1 .header-main .header-right .menu-cart .cart-box ul li a {
    padding: 0;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
  }

  .header-1 .header-main .header-right .menu-cart .cart-box ul li a::after {
    position: absolute;
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    top: 15px;
    right: -88px;
    color: var(--white);
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 30px;
    background-color: var(--theme);
    text-align: center;
  }

  .header-1 .header-main .header-right .menu-cart .cart-box ul li span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
  }

  .header-1 .header-main .header-right .menu-cart .cart-box ul li img {
    width: 90px;
  }

  .header-1 .header-main .header-right .menu-cart .cart-box .shopping-items {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-1 .header-main .header-right .menu-cart .cart-box .shopping-items span {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    text-transform: capitalize;
  }

  .header-1 .header-main .header-right .menu-cart .cart-box .cart-button {
    margin-top: 20px;
  }

  .header-1 .header-main .header-right .menu-cart .cart-box .cart-button .theme-btn {
    padding: 14px 28px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid var(--header);
    color: var(--header);
  }

  .header-1 .header-main .header-right .menu-cart .cart-box .cart-button .theme-btn::before {
    background-color: var(--theme);
  }

  .header-1 .header-main .header-right .menu-cart .cart-box .cart-button .theme-btn:hover {
    color: var(--white);
    border: 1px none;
  }

  .header-1 .header-main .header-right .menu-cart .cart-icon {
    position: relative;
  }

  .header-1 .header-main .header-right .menu-cart .cart-icon::before {
    position: absolute;
    top: -7px;
    right: -8px;
    content: "13";
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: var(--theme);
    color: var(--white);
    font-size: 12px;
    text-align: center;
    font-weight: 500;
  }

  .header-1 .header-main .header-right .menu-cart .cart-icon i {
    color: var(--header);
    font-size: 20px;
  }

  .header-1 .header-main .header-right .menu-cart:hover .cart-box {
    transform: rotateX(0deg);
    visibility: visible;
  }

  .header-1 .header-main .header-right .menu-cart.style-2 .cart-box {
    left: -320px;
  }

  .header-1 .header-main .header-right .menu-cart.style-2 .cart-box ul li a::after {
    background-color: var(--theme-2);
  }

  .header-1 .header-main .header-right .menu-cart.style-2 .cart-icon {
    position: relative;
  }

  .header-1 .header-main .header-right .menu-cart.style-2 .cart-icon::before {
    position: absolute;
    top: -7px;
    right: -8px;
    content: "14";
    width: 22px;
    line-height: 21px;
    height: 22px;
    border-radius: 50px;
    background-color: var(--header);
    color: var(--white);
    font-size: 11px;
    text-align: center;
    font-weight: 500;
  }

  .header-1 .header-main .header-right .menu-cart.style-2 .cart-icon.style-2::before {
    content: "0";
  }

  .header-1 .header-main .header-right .menu-cart.style-2 .cart-icon i {
    color: var(--header);
    font-size: 20px;
  }

  .header-1 .header-main .header-right .menu-cart.style-3 .cart-box {
    left: -320px;
  }

  .header-1 .header-main .header-right .menu-cart.style-3 .cart-box ul li a::after {
    background-color: var(--theme);
  }

  .header-1 .header-main .header-right .menu-cart.style-3 .cart-icon {
    position: relative;
  }

  .header-1 .header-main .header-right .menu-cart.style-3 .cart-icon::before {
    position: absolute;
    top: -7px;
    right: -8px;
    content: "14";
    width: 22px;
    line-height: 21px;
    height: 22px;
    border-radius: 50px;
    background-color: var(--header);
    color: var(--white);
    font-size: 11px;
    text-align: center;
    font-weight: 500;
  }

  .header-1 .header-main .header-right .menu-cart.style-3 .cart-icon.style-2::before {
    content: "0";
  }

  .header-1 .header-main .header-right .menu-cart.style-3 .cart-icon i {
    color: var(--header);
    font-size: 20px;
  }

  .header-1 .header-main .sidebar__toggle {
    color: var(--header);
  }

  .header-1.header-2 .container-fluid {
    padding: 0 70px;
  }

  @media (max-width: 1199px) {
    .header-1.header-2 .container-fluid {
      padding: 0 30px;
    }
  }

  @media (max-width: 500px) {
    .header-1.header-2 .container-fluid {
      padding: 0 15px;
    }
  }

  .header-1.header-2 .header-main .header-left {
    display: flex;
    align-items: center;
    gap: 140px;
  }

  @media (max-width: 1199px) {
    .header-1.header-2 .header-main .header-left {
      gap: 0;
    }
  }

  @media (max-width: 1399px) {
    .header-1.header-2 .header-main .header-right h6 {
      display: none;
    }
  }

  .header-1.header-2 .header-main .header-right .header-icon {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  @media (max-width: 1199px) {
    .header-1.header-2 .header-main .header-right .header-icon {
      display: none;
    }
  }

  .header-1.header-2 .header-main .header-right .header-icon li a {
    color: var(--header);
    position: relative;
  }

  .header-1.header-2 .header-main .header-right .header-icon li a .number {
    background-color: var(--header);
  }

  .sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    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;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .sticky.header-1 .header-main .logo .header-logo-3 {
    display: none;
  }

  .sticky.header-1 .header-main .header-right .contact-items .content span {
    color: var(--text);
  }

  .sticky.header-1 .header-main .header-right .contact-items .content h6 a {
    color: var(--header);
  }

  .sticky.header-1 .header-main .header-right .flag-wrap .nice-select span {
    color: var(--header);
  }

  .sticky.header-1 .header-main .header-right .flag-wrap .nice-select .list li {
    color: var(--header);
  }

  .sticky.header-1 .header-main .header-right .flag-wrap .nice-select::after {
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
  }

  .sticky.header-1 .header-main .header-right .social-icon {
    gap: 10px;
  }

  .sticky.header-1 .header-main .header-right .social-icon span {
    color: var(--header);
  }

  .sticky.header-1 .header-main .header-right .social-icon a {
    color: var(--header);
  }

  .sticky.header-1 .header-main .header-right .social-icon a:hover {
    color: var(--theme);
  }

  .sticky.header-1 .header-main .header-right .search-icon {
    color: var(--header);
  }

  .sticky.header-1 .header-main .main-menu ul li a {
    color: var(--header);
  }

  .sticky.header-1 .header-main .main-menu ul li a:hover {
    color: var(--theme) !important;
  }

  .sticky.header-1 .header-main .main-menu ul li .submenu li a {
    color: var(--header);
  }

  .sticky.header-1 .header-main .main-menu ul li:hover>a {
    color: var(--theme);
  }

  .sticky.header-1 .header-main .main-menu ul li:hover>a::after {
    color: var(--theme);
  }

  .sticky.header-1 .header-main .sidebar__toggle {
    color: var(--header);
  }

  .sticky.header-1 .header-logo {
    display: none !important;
  }

  .sticky.header-1 .header-logo-2 {
    display: block !important;
  }

  .offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-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;
    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);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
  }

  .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: #be9950;
    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: 80px;
  }

  .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 .theme-btn {
    width: 100%;
    padding: 12px 16px;
  }

  .offcanvas__wrapper .theme-btn i {
    margin-left: 30px;
  }

  .offcanvas__wrapper .theme-btn:hover span {
    color: var(--white);
  }

  .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;
  }

  @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: 420px;
    height: 100%;
    background-color: var(--white);
    padding: 40px;
    padding-top: 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: var(--box-shadow);
    z-index: 99999;
    overflow-y: scroll;
  }

  @media (max-width: 470px) {
    .side_bar {
      width: 350px;
    }
  }

  .side_bar .login-sidebar .form-clt {
    position: relative;
    margin-bottom: -10px;
  }

  .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 .theme-btn {
    background-color: var(--theme);
    border-radius: 0;
    width: 100%;
  }

  .side_bar .login-sidebar .theme-btn.style-2 {
    background-color: var(--theme-2);
  }

  .side_bar .login-sidebar .from-cheak-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }

  .side_bar .login-sidebar .from-cheak-items p {
    color: var(--text);
  }

  .side_bar .login-sidebar .from-cheak-items .form-check-input[type=radio] {
    border-radius: 50%;
    margin-top: 8px;
  }

  .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;
    text-transform: uppercase;
    background-color: var(--theme);
    color: var(--white);
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
  }

  .side_bar .login-sidebar .social-item .facebook-text.style-2 {
    background-color: var(--theme-2);
  }

  .side_bar .login-sidebar .social-item .facebook-text img {
    position: absolute;
    top: 10px;
    left: 14px;
  }

  .side_bar .login-sidebar .social-item .facebook-text.google-text {
    background-color: var(--theme);
    margin-top: 10px;
  }

  .side_bar .login-sidebar .social-item .facebook-text.google-text.style-2 {
    background-color: var(--theme-2);
  }

  .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 .x-mark-icon {
    position: absolute;
    right: 40px;
    top: 25px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    color: var(--header);
  }

  .side_bar .x-mark-icon:hover {
    transform: rotate(90deg);
  }

  .side_bar p {
    color: var(--white);
  }

  .side_bar .cart-title {
    margin-bottom: 20px;
  }

  .side_bar .cart-title h4 {
    color: var(--header);
  }

  .side_bar_hidden {
    visibility: hidden;
    opacity: 0;
    right: -30px;
  }

  .side_bar-2 {
    position: fixed;
    top: 0;
    right: 0px;
    width: 420px;
    height: 100%;
    background-color: var(--white);
    padding: 40px;
    padding-top: 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: var(--box-shadow);
    z-index: 999;
    overflow-y: scroll;
  }

  @media (max-width: 470px) {
    .side_bar-2 {
      width: 350px;
    }
  }

  .side_bar-2 .x-mark-icon {
    position: absolute;
    right: 40px;
    top: 25px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    color: var(--header);
  }

  .side_bar-2 .x-mark-icon:hover {
    transform: rotate(90deg);
  }

  .side_bar_hidden2 {
    visibility: hidden;
    opacity: 0;
    right: -30px;
  }

  .error-items {
    text-align: center;
  }

  .error-items .error-image {
    max-width: 690px;
    margin: 0 auto;
  }

  .error-items .error-image img {
    width: 100%;
    height: 100%;
  }

  .error-items h2 {
    margin-top: 30px;
    font-size: 60px;
    margin-bottom: 10px;
  }

  @media (max-width: 767px) {
    .error-items h2 {
      font-size: 44px;
      line-height: 125%;
    }
  }

  @media (max-width: 575px) {
    .error-items h2 {
      font-size: 34px;
      line-height: 120%;
    }
  }

  .error-items h2 span {
    font-weight: 400;
    color: var(--theme);
  }

  .error-items p {
    font-size: 18px;
    font-weight: 500;
    color: var(--header);
    margin-bottom: 40px;
  }

  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--theme);
    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: 80px;
    height: 80px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    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;
  }

  .array-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .array-buttons .array-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    text-align: center;
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: var(--header);
    transition: all 0.4s ease-in-out;
  }

  .array-buttons .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .array-buttons .array-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    text-align: center;
    color: var(--white);
    background-color: var(--header);
    transition: all 0.4s ease-in-out;
  }

  .array-buttons .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .array-buttons.style-2 .array-prev {
    background-color: var(--bg);
  }

  .array-buttons.style-2 .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .array-buttons.style-2 .array-next {
    background-color: var(--bg);
  }

  .array-buttons.style-2 .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .array-buttons-2 {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .array-buttons-2 .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--theme);
    color: var(--theme);
    transition: all 0.4s ease-in-out;
  }

  .array-buttons-2 .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .array-buttons-2 .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    text-align: center;
    color: var(--white);
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
  }

  .array-buttons-2 .array-next:hover {
    background-color: var(--header);
    color: var(--white);
  }

  .array-buttons-2.style-2 .array-prev {
    background-color: var(--bg);
  }

  .array-buttons-2.style-2 .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .array-buttons-2.style-2 .array-next {
    background-color: var(--bg);
  }

  .array-buttons-2.style-2 .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .array-buttons-2.style-4 .array-prev {
    background-color: transparent;
    border: 1px solid rgb(234, 235, 237);
    color: #55585B;
    border-radius: 100%;
  }

  .array-buttons-2.style-4 .array-prev:hover {
    background-color: #9b8761;
    color: var(--white);
  }

  .array-buttons-2.style-4 .array-next {
    background-color: #9b8761;
    color: var(--white);
    border-radius: 100%;
  }

  .array-buttons-2.style-4 .array-next:hover {
    background-color: var(--header);
  }

  .swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.4s ease-in-out;
    background-color: var(--theme);
    opacity: 1;
    border-radius: 10px;
  }

  .swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
  }

  .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
  }

  .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--theme);
    content: "";
  }

  .swiper-dot-2 {
    text-align: center;
  }

  .swiper-dot-2 .swiper-pagination-bullet {
    width: 32px;
    height: 8px;
    transition: 0.6s;
    background-color: rgba(213, 213, 213, 0.6);
    opacity: 1;
    border-radius: 10px;
    position: relative;
  }

  .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme);
    transition: 0.6s;
    position: relative;
    width: 50px;
  }

  .swiper-dot3 {
    text-align: center;
  }

  @media (max-width: 1199px) {
    .swiper-dot3 {
      margin-bottom: 10px;
    }
  }

  .swiper-dot3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transition: 0.6s;
    background-color: transparent;
    border: 1px solid var(--text);
    border-radius: 30px;
    opacity: 1;
    border-radius: 100%;
    position: relative;
  }

  .swiper-dot3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--header);
    border: 1px solid var(--header);
    transition: 0.6s;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 30px;
  }

  .swiper-dot-5 {
    margin-top: 50px;
    text-align: center;
  }

  @media (max-width: 1199px) {
    .swiper-dot-5 {
      margin-bottom: 20px;
    }
  }

  .swiper-dot-5 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.6s;
    background-color: rgb(202, 212, 219);
    opacity: 1;
    border-radius: 10px;
  }

  .swiper-dot-5 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
  }

  .swiper-dot-5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
  }

  .swiper-dot-5 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    background-color: transparent;
    content: "";
  }

  .swiper-dot-6 {
    margin-top: 50px;
    text-align: center;
  }

  .swiper-dot-6 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.6s;
    background-color: rgb(202, 212, 219);
    opacity: 1;
    border-radius: 10px;
  }

  .swiper-dot-6 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
  }

  .swiper-dot-6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-3);
    transition: 0.6s;
    position: relative;
  }

  .swiper-dot-6 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    background-color: transparent;
    content: "";
  }

  .price-range-wrapper {
    /* Custom thumb styling */
    /* Remove the default appearance for sliders in Firefox */
  }

  .price-range-wrapper .slider-container {
    position: relative;
    width: 100%;
  }

  .price-range-wrapper .price-text label {
    color: #1b1f2a;
    font-size: 20px;
    font-weight: 500;
  }

  .price-range-wrapper .price-text input {
    color: #1b1f2a;
    font-size: 18px;
    font-weight: 500;
  }

  .price-range-wrapper .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: var(--theme);
    outline: none;
    position: absolute;
    top: 0;
    pointer-events: none;
  }

  .price-range-wrapper .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: var(--theme);
    cursor: pointer;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    pointer-events: all;
  }

  .price-range-wrapper .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--theme);
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
  }

  .price-range-wrapper .slider::-ms-thumb {
    width: 20px;
    height: 20px;
    background: var(--theme);
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
  }

  .price-range-wrapper input[type=range]::-moz-range-track {
    background: transparent;
  }

  .mt-10 {
    margin-top: 10px;
  }

  @media (max-width: 767px) {
    br {
      display: none;
    }
  }

  .mt-60 {
    margin-top: 55px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  /* 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 .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: 500;
    font-size: 14px;
    border: none;
  }

  .nice-select .option {
    border: none;
  }

  .nice-select .option:hover {
    background: transparent;
  }

  .custom-container {
    max-width: 1680px;
  }

  .margin-bottom-40 {
    margin-bottom: -30px;
  }

  @media (max-width: 1399px) {
    .margin-bottom-40 {
      margin-bottom: -35px;
    }
  }

  .page-nav-wrap {
    margin-top: 60px;
  }

  .page-nav-wrap ul li {
    display: inline-block;
  }

  .page-nav-wrap ul li.active .page-numbers {
    background-color: var(--theme);
    color: var(--white);
  }

  .page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 0;
    border: 1px solid rgba(1, 15, 28, 0.1);
    background: transparent;
    color: var(--black);
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
  }

  .page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white);
  }

  @media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
      margin-top: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
    }
  }

  .page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
  }

  .page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .form-check-input:checked {
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
  }

  .custom-container {
    max-width: 1720px;
    margin: 0 auto;
  }

  .custom-container-3 {
    max-width: 1655px;
    margin: 0 auto;
  }

  .custom-container-4 {
    max-width: 1410px;
    margin: 0 auto;
  }

  .hero-bg {
    background: #AB9774;
  }

  .swiper-dot {
    text-align: center;
  }

  .swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.6s;
    background: #D3D8DD;
    opacity: 1;
    border-radius: 10px;
  }

  .swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
  }

  .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
  }

  .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--theme);
    content: "";
  }

  .mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
  }

  .mega-hover:after, .mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1;
  }

  .mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
  }

  .mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(245, 255, 255, 0.3);
  }

  .mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
  }

  .mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
  }

  .sticky-style {
    position: sticky !important;
    top: 100px;
  }

  .bg-light-orange {
    background-color: #0FE2D1 !important;
  }

  .bg-light-grey {
    background-color: #EB1313 !important;
  }

  .bg-dark-grey-2 {
    background-color: #FF5CAB !important;
  }

  .bg-dark-color {
    background-color: #FF9811 !important;
  }

  .hero-1 {
    padding: 0 0 40px;
    position: relative;
  }

  .hero-1 .arrow-button {
    position: absolute;
    right: 190px;
    bottom: 80px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  @media (max-width: 1600px) {
    .hero-1 .arrow-button {
      right: 40px;
      bottom: 30px;
    }
  }

  @media (max-width: 575px) {
    .hero-1 .arrow-button {
      display: none;
    }
  }

  .hero-1 .arrow-button .array-prev {
    color: var(--white);
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 1px solid transparent;
    color: var(--white);
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
  }

  .hero-1 .arrow-button .array-prev:hover {
    border: 1px solid var(--white);
  }

  .hero-1 .arrow-button .array-next {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 1px solid transparent;
    color: var(--white);
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
  }

  .hero-1 .arrow-button .array-next:hover {
    border: 1px solid var(--white);
  }

  .hero-1 .shape {
    position: absolute;
    bottom: 0;
    right: 18%;
    z-index: 1;
  }

  @media (max-width: 1600px) {
    .hero-1 .shape {
      display: none;
    }
  }

  .hero-1 .shape img {
    width: 100%;
    height: 100%;
  }

  .hero-1 .right-image {
    position: absolute;
    right: 100px;
    top: 90px;
  }

  @media (max-width: 1600px) {
    .hero-1 .right-image {
      display: none;
    }
  }

  .hero-1 .right-image img {
    width: 100%;
    height: 100%;
  }

  .hero-1 .video {
    position: relative;
    position: absolute;
    right: 278px;
    top: 258px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    background-color: #AB9774;
    z-index: 999;
  }

  @media (max-width: 767px) {
    .hero-1 .video {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 18px;
    }
  }

  @media (max-width: 1600px) {
    .hero-1 .video {
      right: 240px;
      top: 155px;
    }
  }

  @media (max-width: 1199px) {
    .hero-1 .video {
      right: 198px;
      top: 40px;
    }
  }

  @media (max-width: 991px) {
    .hero-1 .video {
      right: 230px;
      top: 375px;
    }
  }

  @media (max-width: 767px) {
    .hero-1 .video {
      right: 90px;
      top: 460px;
    }
  }

  .hero-1 .video .video-btn {
    text-align: center;
    color: var(--white);
    display: inline-block;
    text-align: center;
    font-size: 24px;
    z-index: 999;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-1 .video .video-btn i {
    z-index: 99;
    position: relative;
  }

  .hero-1 .video .circle-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-1 .video .circle-image img {
    animation: cir36 10s linear infinite;
  }

  .hero-1 .hero-content {
    position: relative;
    max-width: 1000px;
    margin-left: -120px;
    margin-right: -400px;
    z-index: 99;
  }

  @media (max-width: 1600px) {
    .hero-1 .hero-content {
      margin-left: 0;
      margin-right: 0;
    }
  }

  @media (max-width: 991px) {
    .hero-1 .hero-content {
      margin-top: 80px;
    }
  }

  .hero-1 .hero-content h6 {
    color: var(--white);
    font-weight: 400;
    margin-bottom: 15px;
  }

  .hero-1 .hero-content h1 {
    color: var(--white);
    margin-bottom: 30px;
  }

  @media (max-width: 1199px) {
    .hero-1 .hero-content h1 {
      line-height: 1;
    }
  }

  .hero-1 .hero-content .theme-btn {
    background-color: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    margin-bottom: 30px;
  }

  .hero-1 .hero-content p {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    max-width: 520px;
  }

  @media (max-width: 1199px) {
    .hero-1 .hero-content p {
      font-size: 16px;
    }
  }

  .hero-1 .hero-items {
    display: flex;
    align-items: center;
  }

  @media (max-width: 991px) {
    .hero-1 .hero-items {
      flex-wrap: wrap;
    }
  }

  .hero-1 .hero-image-slider {
    max-width: 475px;
    margin-top: 200px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .hero-1 .hero-image-slider {
      margin-top: 50px;
    }
  }

  @media (max-width: 767px) {
    .hero-1 .hero-image-slider .hero-image {
      text-align: center;
    }
  }

  .hero-1 .hero-image-slider .hero-image img {
    width: 100%;
    height: 100%;
  }

  @media (max-width: 1199px) {
    .hero-1 .hero-image-slider .hero-image img {
      width: 400px;
      height: 480px;
    }
  }

  @media (max-width: 991px) {
    .hero-1 .hero-image-slider .hero-image img {
      width: 400px;
      height: 480px;
    }
  }

  @media (max-width: 767px) {
    .hero-1 .hero-image-slider .hero-image img {
      width: 380px;
      height: 370px;
    }
  }

  @media (max-width: 575px) {
    .hero-1 .hero-image-slider .hero-image img {
      width: 280px;
      height: 370px;
    }
  }

  .hero-2 {
    position: relative;
  }

  .hero-2 .container-fluid {
    padding: 200px 140px 200px;
  }

  @media (max-width: 1199px) {
    .hero-2 .container-fluid {
      padding: 160px 80px 160px;
    }
  }

  @media (max-width: 991px) {
    .hero-2 .container-fluid {
      padding: 140px 40px 140px;
    }
  }

  @media (max-width: 767px) {
    .hero-2 .container-fluid {
      padding: 120px 0px 120px;
    }
  }

  @media (max-width: 575px) {
    .hero-2 .container-fluid {
      padding: 100px 0px 100px;
    }
  }

  .hero-2 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
    z-index: 9;
  }

  .hero-2 .hero-content {
    position: relative;
    z-index: 9;
  }

  @media (max-width: 767px) {
    .hero-2 .hero-content {
      text-align: center;
    }
  }

  @media (max-width: 1199px) {
    .hero-2 .hero-content h1 {
      line-height: 1;
    }
  }

  .hero-2 .hero-content p {
    color: var(--header);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  @media (max-width: 1199px) {
    .hero-2 .hero-content p {
      font-size: 16px;
    }
  }

  .hero-2 .hero-content .hero-icon-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
  }

  @media (max-width: 1199px) {
    .hero-2 .hero-content .hero-icon-item {
      margin-top: 30px;
    }
  }

  @media (max-width: 1199px) {
    .hero-2 .hero-content .hero-icon-item {
      flex-wrap: wrap;
      gap: 28px;
    }
  }

  @media (max-width: 767px) {
    .hero-2 .hero-content .hero-icon-item {
      justify-content: center;
    }
  }

  .hero-2 .hero-content .hero-icon-item .icon-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 30px;
  }

  .hero-2 .hero-content .hero-icon-item .icon-item.style-2 {
    border-left: none;
    padding-left: 0;
  }

  .hero-2 .hero-content .hero-icon-item .icon-item .content h6 {
    font-weight: 400;
  }

  .hero-2 .hero-content .hero-button {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }

  @media (max-width: 1199px) {
    .hero-2 .hero-content .hero-button {
      margin-top: 30px;
    }
  }

  @media (max-width: 767px) {
    .hero-2 .hero-content .hero-button {
      justify-content: center;
    }
  }

  .hero-2 .hero-content .hero-button .theme-btn {
    background-color: transparent;
    color: var(--header);
    border: 1px solid rgba(0, 0, 0, 0.3);
  }

  .hero-2 .hero-content .hero-button .theme-btn::before {
    background-color: var(--theme-2);
  }

  .hero-2 .hero-content .hero-button .theme-btn:hover {
    color: var(--white);
    border: 1px solid var(--theme-2);
  }

  .hero-section-2 {
    position: relative;
  }

  .hero-section-2 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.19);
    -moz-transform: scale(1.19);
    transform: scale(1.19);
  }

  @media (max-width: 1199px) {
    .hero-section-2 .arrow-button {
      display: none;
    }
  }

  .hero-section-2 .arrow-button .array-prev {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--header);
    font-size: 40px;
    z-index: 9;
    transition: all 0.4s ease-in-out;
  }

  .hero-section-2 .arrow-button .array-prev:hover {
    color: var(--theme-2);
  }

  .hero-section-2 .arrow-button .array-next {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--header);
    font-size: 40px;
    z-index: 9;
    transition: all 0.4s ease-in-out;
  }

  .hero-section-2 .arrow-button .array-next:hover {
    color: var(--theme-2);
  }

  .hero-3 {
    /* padding: 200px 0 200px; */
    position: relative;
    padding: 150px 0 150px;
  }

  @media (max-width: 1199px) {
    .hero-3 {
      padding: 160px 0 160px;
    }
  }

  @media (max-width: 991px) {
    .hero-3 {
      padding: 140px 0 140px;
    }
  }

  @media (max-width: 767px) {
    .hero-3 {
      padding: 120px 0px 120px;
    }
  }

  @media (max-width: 575px) {
    .hero-3 {
      padding: 100px 0px 100px;
    }
  }

  .hero-3 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
    z-index: 9;
  }

  .hero-3 .hero-content {
    position: relative;
    z-index: 9;
  }

  @media (max-width: 767px) {
    .hero-3 .hero-content {
      text-align: center;
    }
  }

  .hero-3 .hero-content p {
    color: var(--header);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  @media (max-width: 1199px) {
    .hero-3 .hero-content p {
      font-size: 16px;
    }
  }

  .hero-3 .hero-content h1 {
    font-size: 66px;
    font-weight: 600;
    line-height: 115%;
  }

  @media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
      font-size: 50px;
    }
  }

  @media (max-width: 991px) {
    .hero-3 .hero-content h1 {
      font-size: 45px;
    }
  }

  @media (max-width: 767px) {
    .hero-3 .hero-content h1 {
      font-size: 40px;
    }
  }

  @media (max-width: 575px) {
    .hero-3 .hero-content h1 {
      font-size: 35px;
    }
  }

  @media (max-width: 575px) {
    .hero-3 .hero-content h1 {
      font-size: 30px;
    }
  }

  .hero-3 .hero-content .hero-button {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }

  @media (max-width: 1199px) {
    .hero-3 .hero-content .hero-button {
      margin-top: 30px;
    }
  }

  @media (max-width: 767px) {
    .hero-3 .hero-content .hero-button {
      justify-content: center;
    }
  }

  .hero-3 .hero-content .hero-button .theme-btn {
    background-color: var(--theme);
    color: var(--white);
    padding: 19px 53px;
  }

  @media (max-width: 575px) {
    .hero-3 .hero-content .hero-button .theme-btn {
      padding: 15px 50px;
    }
  }

  .hero-3 .hero-content .hero-button .theme-btn::before {
    background-color: var(--header);
  }

  .hero-3 .hero-content .hero-button .theme-btn:hover {
    color: var(--white);
  }

  .hero-section-3 {
    position: relative;
  }

  .hero-section-3 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.19);
    -moz-transform: scale(1.19);
    transform: scale(1.19);
  }

  @media (max-width: 1199px) {
    .hero-section-3 .arrow-button {
      display: none;
    }
  }

  .hero-section-3 .arrow-button .array-prev {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--header);
    font-size: 24px;
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    background-color: rgba(1, 15, 28, 0.1);
    z-index: 9;
    transition: all 0.4s ease-in-out;
  }

  .hero-section-3 .arrow-button .array-prev:hover {
    background-color: #9b8761;
    color: var(--white);
  }

  .hero-section-3 .arrow-button .array-next {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #9b8761;
    color: var(--white);
    font-size: 24px;
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    z-index: 9;
    transition: all 0.4s ease-in-out;
  }

  .hero-section-3 .arrow-button .array-next:hover {
    background-color: var(--header);
  }

  .hero-2 {
    position: relative;
  }

  .hero-2 .hero-slider-image {
    padding: 120px 0;
    position: relative;
  }

  @media (max-width: 1199px) {
    .hero-2 .hero-slider-image {
      padding: 120px 0 80px;
    }
  }

  @media (max-width: 991px) {
    .hero-2 .hero-slider-image {
      padding: 120px 0 80px;
    }
  }

  .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);
    border: 1px solid #E5E5E5;
  }

  @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);
    border: 1px solid #E5E5E5;
  }

  .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: inline-flex;
    align-items: center;
    padding: 0 20px;
    color: var(--white);
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    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 {
    transform: rotate(180deg);
  }

  .hero-2 .category-item ul li {
    font-size: 14px;
    position: relative;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
  }

  .hero-2 .category-item ul li span {
    display: flex;
    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;
    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);
    transform: translateY(10px);
    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;
    transition: all 0.4s ease-in-out;
  }

  .hero-2 .category-item ul li .sub-cataegory li span {
    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;
    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;
  }

  .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 {
    background: var(--theme-3);
    color: var(--white) !important;
  }

  .hero-2 .category-item ul li .sub-cataegory li:hover>a::after {
    color: var(--theme-3);
  }

  .hero-2 .category-item ul li .sub-cataegory li:hover>.sub-cataegory {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
  }

  .hero-2 .category-item ul li .sub-cataegory .sub-has-dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hero-2 .category-item ul li:hover .sub-cataegory {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }

  .hero-2 .category-item ul li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
  }

  .hero-2 .category-item ul li a {
    display: flex;
    color: #55585B;
    align-items: center;
    gap: 10px;
    padding: 18px 20px;
    line-height: 1;
    justify-content: space-between;
  }

  .hero-2 .category-item ul li a span {
    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);
    transition: all 0.4s ease-in-out;
  }

  .hero-2 .category-item ul li:hover {
    background: var(--theme-3);
  }

  .hero-2 .category-item ul li:hover span {
    filter: grayscale(100%) brightness(300%);
  }

  .hero-2 .category-item ul li:hover span img {
    filter: grayscale(100%) brightness(300%);
  }

  .hero-2 .category-item ul li:hover a {
    color: var(--white);
  }

  .hero-2 .hero-content {
    margin-left: 330px;
    max-width: 450px;
  }

  @media (max-width: 991px) {
    .hero-2 .hero-content {
      margin-left: 0;
      margin: 0 auto;
    }
  }

  @media (max-width: 767px) {
    .hero-2 .hero-content {
      text-align: center;
    }
  }

  .hero-2 .hero-content span {
    font-size: 16px;
    color: #010F1C;
    display: inline-block;
    margin-bottom: 10px;
  }

  .hero-2 .hero-content h1 {
    font-size: 56px;
    font-weight: 600;
    color: #010F1C;
    margin-bottom: 20px;
    line-height: 1;
  }

  @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;
  }

  .hero-2 .hero-content p b {
    font-weight: 400;
    color: var(--theme);
  }

  .hero-2 .hero-content .theme-btn {
    box-shadow: 0px 2px 4px 0px rgba(1, 15, 28, 0.1);
    margin-top: 48px;
    background-color: var(--white);
    color: var(--header);
  }

  .hero-2 .hero-content .theme-btn::before {
    background-color: var(--theme-3);
  }

  .hero-2 .hero-content .theme-btn:hover {
    color: var(--white);
  }

  .hero-5 {
    position: relative;
    padding: 100px 0;
  }

  @media (max-width: 991px) {
    .hero-5 {
      padding: 80px 0 60px;
    }
  }

  .hero-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(239, 240, 237);
  }

  .hero-5 .shape-1 {
    position: absolute;
    right: 60px;
    top: 0;
  }

  @media (max-width: 1199px) {
    .hero-5 .shape-1 {
      display: none;
    }
  }

  .hero-5 .shape-2 {
    position: absolute;
    left: 50%;
    top: 25%;
  }

  @media (max-width: 1199px) {
    .hero-5 .shape-2 {
      display: none;
    }
  }

  .hero-5 .shape-3 {
    position: absolute;
    right: 15%;
    bottom: 30%;
    z-index: 999;
  }

  .hero-5 .shape-3 img {
    animation: cir36 10s linear infinite;
  }

  @media (max-width: 1199px) {
    .hero-5 .shape-3 {
      display: none;
    }
  }

  .hero-5 .hero-content {
    position: relative;
  }

  .hero-5 .hero-content p {
    color: var(--header);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  @media (max-width: 1199px) {
    .hero-5 .hero-content p {
      font-size: 16px;
    }
  }

  .hero-5 .hero-content h1 {
    margin-bottom: 30px;
    line-height: 1;
  }

  .hero-5 .hero-content .theme-btn {
    background-color: transparent;
    color: var(--header);
    border: 1px solid var(--header);
  }

  .hero-5 .hero-content .theme-btn::before {
    background-color: var(--theme);
  }

  .hero-5 .hero-content .theme-btn:hover {
    border: 1px solid var(--theme);
    color: var(--white);
  }

  .hero-5 .hero-image {
    position: relative;
    z-index: 9;
  }

  @media (max-width: 1600px) {
    .hero-5 .hero-image img {
      width: 100%;
      height: 100%;
    }
  }

  .hero-5 .hero-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 550px;
    height: 550px;
    border-radius: 100%;
    background-color: rgba(88, 9, 255, 0.2);
    z-index: -1;
    top: 40px;
    left: 50px;
  }

  @media (max-width: 1600px) {
    .hero-5 .hero-image::before {
      display: none;
    }
  }

  .hero-6 {
    position: relative;
  }

  .hero-6 .circle-border {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  @media (max-width: 1199px) {
    .hero-6 .circle-border {
      display: none;
    }
  }

  .hero-6 .hero-content span {
    font-size: 40px;
    letter-spacing: -0.8px;
    color: var(--theme);
    font-family: "Charm", sans-serif;
    display: inline-block;
    margin-bottom: 20px;
  }

  .hero-6 .hero-content h1 {
    margin-bottom: 50px;
  }

  @media (max-width: 1199px) {
    .hero-6 .hero-content h1 {
      line-height: 1;
    }
  }

  .hero-6 .hero-content .theme-btn {
    background-color: var(--header);
  }

  .hero-6 .hero-content .theme-btn::before {
    background-color: var(--theme);
  }

  @media (max-width: 1199px) {
    .hero-6 .hero-content {
      margin-top: 100px;
    }
  }

  @media (max-width: 991px) {
    .hero-6 .hero-content {
      margin-top: 80px;
    }
  }

  .hero-6 .hero-image {
    margin-top: 50px;
    margin-right: -270px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .hero-6 .hero-image {
      margin-top: 30px;
    }
  }

  .hero-6 .hero-image img {
    width: 100%;
    height: 100%;
  }

  .hero-6 .hero-image .video {
    position: relative;
    position: absolute;
    left: -50px;
    top: 50px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    background-color: #AB9774;
    z-index: 999;
  }

  @media (max-width: 991px) {
    .hero-6 .hero-image .video {
      left: 35%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
  }

  @media (max-width: 767px) {
    .hero-6 .hero-image .video {
      left: 28%;
    }
  }

  .hero-6 .hero-image .video .video-btn {
    text-align: center;
    color: var(--white);
    display: inline-block;
    text-align: center;
    font-size: 24px;
    z-index: 999;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-6 .hero-image .video .video-btn i {
    z-index: 99;
    position: relative;
  }

  .hero-6 .hero-image .video .circle-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-6 .hero-image .video .circle-image img {
    width: initial;
    height: initial;
    animation: cir36 10s linear infinite;
  }

  .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: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
  }

  @media (max-width: 1199px) {
    .mean-container .mean-nav>ul .homemenu-items {
      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%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    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(20, 19, 19, 0)), to(#5e5ef6));
    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%;
    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: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
  }

  .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);
    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 .news-image {
    position: relative;
  }

  .news-card-items .news-image img {
    width: 100%;
    height: 100%;
  }

  .news-card-items .news-image .side-box {
    padding: 11px 16px;
    background-color: var(--white);
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .news-card-items .news-content {
    margin-top: 30px;
  }

  .news-card-items .news-content .post-meta {
    margin-bottom: 10px;
  }

  .news-card-items .news-content .post-meta li i {
    color: var(--header);
    margin-right: 5px;
  }

  .news-card-items .news-content .post-meta li span {
    color: var(--theme);
  }

  .news-card-items .news-content h3 {
    font-size: 23px;
  }

  .news-card-items .news-content h3 a:hover {
    color: var(--theme);
  }

  .news-card-items .style-2 .news-content {
    margin-top: 25px;
  }

  .news-card-items .style-2 .news-content h3 a:hover {
    color: var(--theme-2);
  }

  .news-card-items.style-4 .news-image .side-box {
    left: 0;
    top: 0;
    right: initial;
    background-color: var(--header);
    color: var(--white);
  }

  .news-card-items.style-4 .news-content h3 {
    margin-bottom: 10px;
  }

  .news-card-items.style-4 .news-content .theme-btn {
    margin-top: 25px;
    border: 2px solid rgba(4, 9, 45, 0.1);
    background-color: transparent;
    color: var(--header);
  }

  .news-card-items.style-4 .news-content .theme-btn::before {
    background-color: var(--theme-3);
  }

  .news-card-items.style-4 .news-content .theme-btn:hover {
    border: 2px solid var(--theme-3);
    color: var(--white);
  }

  .news-card-items-2 {
    margin-top: 30px;
  }

  .news-card-items-2 .news-image img {
    width: 100%;
    height: 100%;
  }

  .news-card-items-2 .news-content {
    margin-top: 20px;
  }

  .news-card-items-2 .news-content .post-meta li {
    color: #666;
  }

  .news-card-items-2 .news-content h3 a:hover {
    color: var(--theme);
  }

  .news-card-items-2 .news-content .link-btn {
    margin-top: 10px;
    display: inline-block;
  }

  .news-card-items-2 .news-content .link-btn i {
    margin-left: 8px;
  }

  .news-card-items-2 .news-content .link-btn:hover {
    color: var(--theme);
  }

  .news-grid-wrapper .news-post-item .news-grid-item {
    border: 1px solid #E0E2E3;
  }

  .news-grid-wrapper .news-post-item .news-grid-item .news-image img {
    width: 100%;
    height: 100%;
  }

  .news-grid-wrapper .news-post-item .news-grid-item .news-content {
    padding: 30px 25px;
  }

  .news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }

  @media (max-width: 1199px) {
    .news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta {
      flex-wrap: wrap;
      gap: 10px;
    }
  }

  .news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta li {
    font-size: 15px;
  }

  .news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta li:not(:last-child) {
    border-right: 1px solid rgb(230, 231, 232);
    padding-right: 15px;
  }

  @media (max-width: 1199px) {
    .news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta li:not(:last-child) {
      border-right: none;
      padding-right: 0;
    }
  }

  .news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta li i {
    margin-right: 5px;
  }

  .news-grid-wrapper .news-post-item .news-grid-item .news-content h3 {
    font-weight: 500;
    margin-bottom: 15px;
  }

  .news-grid-wrapper .news-post-item .news-grid-item .news-content h3 a:hover {
    color: var(--theme);
  }

  .news-grid-wrapper .news-post-item .news-grid-item .news-content .link-btn-2 {
    margin-top: 20px;
    display: inline-block;
  }

  .news-grid-wrapper .news-post-item .news-grid-item.style-2 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
  }

  @media (max-width: 767px) {
    .news-grid-wrapper .news-post-item .news-grid-item.style-2 {
      flex-wrap: wrap;
    }
  }

  @media (max-width: 767px) {
    .news-grid-wrapper .news-post-item .news-grid-item.style-2 .news-image {
      flex-basis: 100%;
    }
  }

  .news-grid-wrapper .news-post-item .news-grid-item.style-2 .news-content {
    padding: 0;
  }

  @media (max-width: 767px) {
    .news-grid-wrapper .news-post-item .news-grid-item.style-2 .news-content {
      padding: 0 30px 30px;
    }
  }

  .sideber-content h4 {
    font-weight: 500;
    color: var(--theme);
    margin-bottom: 10px;
  }

  .sideber-content h2 {
    font-size: 60px;
  }

  @media (max-width: 1199px) {
    .sideber-content h2 {
      font-size: 50px;
    }
  }

  @media (max-width: 991px) {
    .sideber-content h2 {
      font-size: 45px;
    }
  }

  @media (max-width: 767px) {
    .sideber-content h2 {
      font-size: 40px;
    }
  }

  @media (max-width: 575px) {
    .sideber-content h2 {
      font-size: 35px;
    }
  }

  .main-sideber .single-sidebar-widget {
    padding: 40px 35px;
    margin-bottom: 30px;
    background-color: var(--bg);
  }

  @media (max-width: 575px) {
    .main-sideber .single-sidebar-widget {
      padding: 40px 30px;
    }
  }

  .main-sideber .single-sidebar-widget .wid-title {
    margin-bottom: 20px;
  }

  .main-sideber .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
  }

  .main-sideber .single-sidebar-widget .search-widget form input {
    background-color: var(--white);
    font-size: 18px;
    font-weight: 400;
    padding: 16px 20px;
    width: 100%;
    border: none;
    color: var(--text);
  }

  .main-sideber .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: -2px;
    top: 0;
    width: 58px;
    border-radius: 0;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease-in-out;
  }

  .main-sideber .single-sidebar-widget .search-widget form button:hover {
    background-color: var(--header);
  }

  .main-sideber .single-sidebar-widget .news-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    line-height: 1;
    padding: 20px;
  }

  .main-sideber .single-sidebar-widget .news-widget-categories ul li a {
    color: var(--header);
  }

  .main-sideber .single-sidebar-widget .news-widget-categories ul li span {
    transition: all 0.4s ease-in-out;
    color: var(--header);
  }

  .main-sideber .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .main-sideber .single-sidebar-widget .news-widget-categories ul li:hover {
    background-color: var(--theme);
  }

  .main-sideber .single-sidebar-widget .news-widget-categories ul li:hover a {
    color: var(--white);
  }

  .main-sideber .single-sidebar-widget .news-widget-categories ul li:hover span {
    color: var(--white);
  }

  .main-sideber .single-sidebar-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  @media (max-width: 1199px) {
    .main-sideber .single-sidebar-widget .recent-post-area .recent-items {
      flex-wrap: wrap;
    }
  }

  .main-sideber .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
  }

  .main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    margin-bottom: 10px;
    line-height: 133%;
  }

  .main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme);
  }

  .main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
    color: var(--text);
  }

  .main-sideber .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 10px 13px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--text);
    border: 1px solid var(--border);
    transition: all 0.4s ease-in-out;
  }

  .main-sideber .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0;
  }

  .main-sideber .single-sidebar-widget .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .news-details-wrapper .news-post-details .single-news-post .post-featured-thumb {
    height: 400px;
  }

  @media (max-width: 767px) {
    .news-details-wrapper .news-post-details .single-news-post .post-featured-thumb {
      height: 400px;
    }
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content {
    margin-top: 30px;
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content .news-post {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px;
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content .news-post li {
    position: relative;
    font-size: 16px;
    color: var(--text);
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content .news-post li:not(:last-child)::before {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 6px;
    height: 6px;
    top: 12px;
    left: 56px;
    border-radius: 30px;
    background: var(--text);
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content h3 {
    font-size: 40px;
  }

  @media (max-width: 1199px) {
    .news-details-wrapper .news-post-details .single-news-post .post-content h3 {
      font-size: 30px;
    }
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content h3 a:hover {
    color: var(--theme);
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text {
    padding: 40px;
    background-color: rgb(189, 132, 76);
    display: flex;
    gap: 24px;
    justify-content: space-between;
  }

  @media (max-width: 767px) {
    .news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text {
      padding: 30px;
      flex-wrap: wrap;
      gap: 30px;
    }
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text .icon {
    font-size: 62px;
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text p {
    max-width: 840px;
    font-size: 24px;
    font-weight: 400;
    color: var(--white);
    line-height: 36px;
  }

  .news-details-wrapper .news-post-details .single-news-post .post-content .details-image img {
    width: 100%;
    height: 100%;
  }

  .news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
    display: inline-block;
    padding: 12px 26px;
    line-height: 1;
    background: #9b8761;
    margin-right: 8px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    color: #fff;
  }

  @media (max-width: 575px) {
    .news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
      margin-bottom: 10px;
    }
  }

  .news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a:hover {
    background-color: #000;
    color: var(--white);
  }

  .news-details-wrapper .news-post-details .tag-share-wrap .social-share span {
    font-size: 18px;
    color: var(--header);
    font-weight: 600;
  }

  .news-details-wrapper .news-post-details .tag-share-wrap .social-share a {
    font-size: 18px;
    color: var(--header);
  }

  .news-details-wrapper .news-post-details .tag-share-wrap .social-share a:not(:last-child) {
    margin-right: 10px;
  }

  .news-details-wrapper .news-post-details .tag-share-wrap .social-share a:hover {
    color: var(--theme);
  }

  .news-details-wrapper .news-post-details .news-comment-box {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 40px;
    background-color: var(--bg);
    margin-top: 80px;
    margin-bottom: 80px;
  }

  @media (max-width: 1199px) {
    .news-details-wrapper .news-post-details .news-comment-box {
      margin-top: 60px;
      margin-bottom: 60px;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 575px) {
    .news-details-wrapper .news-post-details .news-comment-box {
      padding: 30px;
    }
  }

  .news-details-wrapper .news-post-details .news-comment-box .content p {
    margin-bottom: 5px;
  }

  .news-details-wrapper .news-post-details .comments-area {
    margin-top: 40px;
  }

  .news-details-wrapper .news-post-details .comments-area .comments-heading {
    margin-bottom: 30px;
  }

  @media (max-width: 575px) {
    .news-details-wrapper .news-post-details .comments-area .comments-heading {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 575px) {
    .news-details-wrapper .news-post-details .comments-area .blog-single-comment {
      flex-wrap: wrap;
      gap: 20px;
    }
  }

  .news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 5px;
  }

  .news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .head .reply {
    font-weight: 500;
    font-size: 18px;
    color: var(--theme);
  }

  .news-details-wrapper .news-post-details .comments-area .blog-single-comment.style-2 {
    margin-left: 140px;
  }

  @media (max-width: 1199px) {
    .news-details-wrapper .news-post-details .comments-area .blog-single-comment.style-2 {
      margin-left: 0;
    }
  }

  .news-details-wrapper .news-post-details .comment-form-wrap h3 {
    margin-bottom: 10px;
  }

  .news-details-wrapper .news-post-details .comment-form-wrap p {
    margin-bottom: 20px;
  }

  .news-details-wrapper .news-post-details .comment-form-wrap .form-clt input, .news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--bg);
    padding-bottom: 20px;
    padding: 16px 20px;
    transition: all 0.4s ease-in-out;
    color: var(--text);
    font-size: 16px;
  }

  .news-details-wrapper .news-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text);
  }

  .news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
    padding-bottom: 150px;
    resize: none;
  }

  .offer-wrapper .offer-card-item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0px 40px 0;
    background-color: var(--bg-3);
  }

  @media (max-width: 1199px) {
    .offer-wrapper .offer-card-item {
      gap: 0px;
      padding: 20px 30px 20px;
      flex-wrap: wrap;
    }
  }

  .offer-wrapper .offer-card-item .content p {
    font-size: 16px;
    color: var(--theme);
  }

  .offer-wrapper .offer-card-item .content h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .offer-wrapper .offer-card-item .content h3 a:hover {
    color: var(--theme);
  }

  .offer-wrapper .offer-card-item .content .theme-btn {
    background-color: transparent;
    border: 1.5px solid rgba(1, 15, 28, 0.1);
    color: var(--header);
    padding: 10px 22px;
  }

  .offer-wrapper .offer-card-item .content .theme-btn:hover {
    color: var(--white);
  }

  .offer-wrapper .offer-card-item .offer-image img {
    width: 100%;
    height: 100%;
  }

  .offer-wrapper .offer-box {
    padding: 30px 40px 0;
    background: #F0F6EF;
    margin-top: 24px;
  }

  @media (max-width: 1199px) {
    .offer-wrapper .offer-box {
      padding: 30px;
      flex-wrap: wrap;
    }
  }

  .offer-wrapper .offer-box .content {
    margin-bottom: 15px;
  }

  .offer-wrapper .offer-box .content span {
    color: var(--theme);
  }

  .offer-wrapper .offer-box .content h3 {
    font-size: 30px;
  }

  @media (max-width: 1199px) {
    .offer-wrapper .offer-box .content h3 {
      font-size: 25px;
    }
  }

  .offer-wrapper .offer-box .content h3 a:hover {
    color: var(--theme);
  }

  .offer-wrapper .offer-box .offer-image {
    text-align: center;
    max-width: 126px;
  }

  .offer-wrapper .offer-box.style-2 {
    background: #F8F1E6;
  }

  .offer-wrapper .offer-box.style-2 .offer-image {
    max-width: 167px;
  }

  .offer-wrapper .offer-bg-box {
    height: 596px;
    position: relative;
  }

  @media (max-width: 991px) {
    .offer-wrapper .offer-bg-box {
      height: 550px;
    }
  }

  @media (max-width: 767px) {
    .offer-wrapper .offer-bg-box {
      height: 450px;
    }
  }

  @media (max-width: 575px) {
    .offer-wrapper .offer-bg-box {
      height: 350px;
    }
  }

  .offer-wrapper .offer-bg-box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(1, 15, 28, 0.3);
  }

  .offer-wrapper .offer-bg-box .content {
    position: absolute;
    left: 60px;
    bottom: 60px;
  }

  @media (max-width: 1199px) {
    .offer-wrapper .offer-bg-box .content {
      left: 30px;
      bottom: 30px;
    }
  }

  .offer-wrapper .offer-bg-box .content p {
    font-size: 16px;
    color: var(--white);
  }

  .offer-wrapper .offer-bg-box .content h3 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 128%;
  }

  @media (max-width: 1199px) {
    .offer-wrapper .offer-bg-box .content h3 {
      font-size: 35px;
    }
  }

  @media (max-width: 575px) {
    .offer-wrapper .offer-bg-box .content h3 {
      font-size: 30px;
    }
  }

  @media (max-width: 500px) {
    .offer-wrapper .offer-bg-box .content h3 {
      font-size: 27px;
    }
  }

  .offer-wrapper .offer-bg-box .content h3 a {
    color: var(--white);
  }

  .offer-wrapper .offer-bg-box .content h3 a:hover {
    color: var(--theme);
  }

  .offer-wrapper .offer-bg-box .content .theme-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 22px;
    color: var(--white);
  }

  .offer-wrapper .offer-bg-box .content .theme-btn::before {
    background-color: var(--theme);
  }

  .offer-wrapper .offer-bg-box .content .theme-btn:hover {
    border: 1px solid var(--theme);
  }

  .festival-offer-wrapper {
    background-color: #9b8761;
    position: relative;
  }

  .festival-offer-wrapper .right-shape {
    position: absolute;
    right: 0;
    top: 150px;
  }

  @media (max-width: 1600px) {
    .festival-offer-wrapper .right-shape {
      display: none;
    }
  }

  .festival-offer-wrapper .circle-shape {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  @media (max-width: 1600px) {
    .festival-offer-wrapper .circle-shape {
      display: none;
    }
  }

  .festival-offer-wrapper .festival-image {
    position: relative;
    overflow: hidden;
  }

  .festival-offer-wrapper .festival-image::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
  }

  .festival-offer-wrapper .festival-image img {
    width: 100%;
    height: 100%;
  }

  .festival-offer-wrapper .festival-content {
    margin-left: 30px;
  }

  @media (max-width: 1199px) {
    .festival-offer-wrapper .festival-content {
      margin-left: 0;
      padding: 50px 30px;
    }
  }

  .festival-offer-wrapper .festival-content .offer-box {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    background-color: rgb(64, 64, 64);
    position: relative;
  }

  @media (max-width: 1199px) {
    .festival-offer-wrapper .festival-content .offer-box {
      margin-top: 30px;
    }
  }

  @media (max-width: 575px) {
    .festival-offer-wrapper .festival-content .offer-box {
      width: 90px;
      height: 90px;
    }
  }

  .festival-offer-wrapper .festival-content .offer-box::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 1px;
    background: #BD844C;
    left: 115px;
    top: 50px;
  }

  @media (max-width: 500px) {
    .festival-offer-wrapper .festival-content .offer-box::after {
      width: 150px;
    }
  }

  .festival-offer-wrapper .festival-content .offer-box h3 {
    color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .festival-offer-wrapper .festival-content .text {
    font-weight: 500;
    color: var(--white);
    margin-top: 20px;
  }

  .festival-offer-wrapper .festival-content p {
    color: var(--white);
  }

  .festival-offer-wrapper .festival-content .theme-btn {
    background-color: var(--white);
    color: var(--header);
    margin-top: 30px;
  }

  .festival-offer-wrapper .festival-content .theme-btn:hover {
    color: var(--white);
  }

  .festival-offer-wrapper:hover .festival-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
  }

  .preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
  }

  .preloader .animation-preloader {
    z-index: 1000;
  }

  .preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--theme);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
  }

  @media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
      width: 7.5em;
      height: 7.5em;
      margin: 0 auto 1.5em auto;
    }
  }

  .preloader .animation-preloader .txt-loading {
    font: bold 5em "Jost", sans-serif, "Jost", sans-serif;
    text-align: center;
    user-select: none;
  }

  @media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
      font-size: 2.5em;
    }
  }

  .preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme);
    position: relative;
  }

  .preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
  }

  .preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
  }

  .preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
  }

  .preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
  }

  .preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
  }

  .preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
  }

  .preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
  }

  .preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Jost", sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
  }

  .preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme);
  }

  .preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
  }

  .preloader .loader .row {
    height: 100%;
  }

  .preloader .loader .loader-section {
    padding: 0px;
  }

  .preloader .loader .loader-section .bg {
    background-color: var(--bg);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  }

  .preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
  }

  .preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  }

  .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%;
    transform: translateY(-50%);
  }

  .search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    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(--theme);
    border-bottom: 2px solid var(--theme);
    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(--theme);
  }

  input.main-search-input::placeholder {
    color: var(--theme);
    opacity: 1;
    font-size: 25px;
  }

  @media (max-width: 575px) {
    input.main-search-input::placeholder {
      font-size: 18px;
    }
  }

  .search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
  }

  .mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
  }

  .cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--theme);
    opacity: 0.3;
  }

  .cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
  }

  .cursor-outer.cursor-hover {
    opacity: 0;
  }

  .back-to-top {
    border-radius: 50%;
    background-color: #9b8761;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 999;
    right: 30px;
    bottom: 50px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }

  .back-to-top:hover {
    background-color: var(--header);
    color: var(--white);
  }

  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }

  .tab-content .product-card-item {
    margin-top: 30px;
  }

  .tab-content .product-card-item.style-6 .product-image::before {
    display: none;
  }

  .tab-content .product-card-item .product-image {
    position: relative;
    overflow: hidden;
  }

  .tab-content .product-card-item .product-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(1, 15, 28, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .tab-content .product-card-item .product-image .social-icon {
    position: absolute;
    right: -20px;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .tab-content .product-card-item .product-image .social-icon li:not(:last-child) {
    margin-bottom: 5px;
  }

  .tab-content .product-card-item .product-image .social-icon li a {
    color: var(--theme);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white);
    color: var(--header);
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .tab-content .product-card-item .product-image .social-icon li a:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .tab-content .product-card-item .product-image .social-icon li button {
    color: var(--theme);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white);
    color: var(--header);
    text-align: center;
    transition: all 0.4s ease-in-out;
  }

  .tab-content .product-card-item .product-image .social-icon li button:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .tab-content .product-card-item .product-image img {
    width: 100%;
    height: 100%;
  }

  .tab-content .product-card-item .product-content {
    margin-top: 22px;
  }

  .tab-content .product-card-item .product-content h4 a:hover {
    color: var(--theme);
  }

  .tab-content .product-card-item .product-content p {
    font-size: 14px;
    font-weight: 400;
  }

  .tab-content .product-card-item .product-content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
  }

  .tab-content .product-card-item .product-content .cart-list li {
    color: var(--theme);
    font-size: 16px;
    font-weight: 500;
  }

  .tab-content .product-card-item .product-content .cart-list li i {
    margin-right: 5px;
  }

  .tab-content .product-card-item .product-content .doller li {
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
  }

  .tab-content .product-card-item .product-content .doller li del {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
  }

  .tab-content .product-card-item:hover .product-image::before {
    opacity: 1;
    visibility: visible;
  }

  .tab-content .product-card-item:hover .product-image .social-icon {
    opacity: 1;
    visibility: visible;
    right: 20px;
  }

  .tab-content .product-card-item.style-4 {
    border-radius: 8px;
    border: 1px solid #EAEBED;
    transition: all 0.4s ease-in-out;
    position: relative;
    background-color: var(--white);
  }

  .tab-content .product-card-item.style-4 .badge {
    border-radius: 4px;
    background: #FD2D6C;
    height: 20px;
    padding: 0px 6px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
  }

  .tab-content .product-card-item.style-4 .badge h6 {
    color: var(--white);
    font-weight: 400;
  }

  .tab-content .product-card-item.style-4 .product-image {
    text-align: center;
    /* padding: 35px 0 30px; */
  }

  .tab-content .product-card-item.style-4 .product-image .social-icon {
    border: 1px solid #EAEBED;
    border-radius: 4px;
    top: 80px;
  }

  .tab-content .product-card-item.style-4 .product-image .social-icon li a {
    background-color: var(--white);
    box-shadow: 0px 1px 3px 0px rgba(1, 15, 28, 0.14);
  }

  .tab-content .product-card-item.style-4 .product-image .social-icon li a:hover {
    background-color: var(--theme-3);
    color: var(--white);
  }

  .tab-content .product-card-item.style-4 .product-image .social-icon li button {
    background-color: var(--white);
    box-shadow: 0px 1px 3px 0px rgba(1, 15, 28, 0.14);
  }

  .tab-content .product-card-item.style-4 .product-image .social-icon li button:hover {
    background-color: var(--theme-3);
    color: var(--white);
  }

  .tab-content .product-card-item.style-4 .product-image .product-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .tab-content .product-card-item.style-4 .product-image .product-btn .theme-btn-2 {
    width: 100%;
    background-color: var(--header);
    padding: 6px 0;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
  }

  .tab-content .product-card-item.style-4 .product-image .product-btn .theme-btn-2.style-2:hover {
    background-color: var(--theme);
  }

  .tab-content .product-card-item.style-4 .product-image .product-btn .theme-btn-2:hover {
    background-color: var(--theme-2);
  }

  .tab-content .product-card-item.style-4 .product-image::before {
    display: none;
  }

  .tab-content .product-card-item.style-4 .product-image img {
    width: initial;
    height: initial;
  }

  .tab-content .product-card-item.style-4 .content {
    border-top: 1px solid rgb(234, 235, 237);
    padding: 20px 30px;
  }

  .tab-content .product-card-item.style-4 .content span {
    font-weight: 500;
  }

  .tab-content .product-card-item.style-4 .content h5 {
    font-size: 15px;
    font-weight: 500;
    color: var(--header);
    margin-bottom: 4px;
  }

  .tab-content .product-card-item.style-4 .content h5 a:hover {
    color: var(--theme-3);
  }

  .tab-content .product-card-item.style-4 .content .star {
    color: #EE9E13;
    font-size: 10px;
  }

  .tab-content .product-card-item.style-4 .content .star i.color {
    color: #CCC;
  }

  .tab-content .product-card-item.style-4 .content .star span {
    font-weight: 500;
    color: var(--text);
  }

  .tab-content .product-card-item.style-4 .content h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme-3);
  }

  .tab-content .product-card-item.style-4 .content h6 del {
    font-size: 12px;
    font-weight: 400;
    color: var(--text);
  }

  .tab-content .product-card-item.style-4 .content .coming-soon-timer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
  }

  @media (max-width: 991px) {
    .tab-content .product-card-item.style-4 .content .coming-soon-timer {
      flex-wrap: wrap;
    }
  }

  .tab-content .product-card-item.style-4 .content .coming-soon-timer .timer-content {
    border-radius: 5px;
    border: 1px solid rgba(1, 15, 28, 0.3);
    padding: 5px 13px 10px;
    line-height: 1;
  }

  .tab-content .product-card-item.style-4 .content .coming-soon-timer .timer-content h3 {
    font-size: 20px;
    letter-spacing: -1.2px;
    font-weight: 700;
  }

  .tab-content .product-card-item.style-4 .content .coming-soon-timer .timer-content p {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
  }

  .tab-content .product-card-item.style-4:hover {
    box-shadow: 0px 4px 10px 0px rgba(1, 15, 28, 0.14);
  }

  .tab-content .product-card-item.style-4:hover .product-image .product-btn {
    opacity: 1;
    visibility: visible;
  }

  .product-card-item-2 {
    margin-top: 30px;
  }

  .product-card-item-2 .product-image {
    background-color: var(--bg-2);
    padding: 45px 20px;
    text-align: center;
  }

  .product-card-item-2 .product-content {
    margin-top: 22px;
  }

  .product-card-item-2 .product-content h4 a:hover {
    color: var(--theme);
  }

  .product-card-item-2 .product-content p {
    font-size: 14px;
    font-weight: 400;
  }

  .product-card-item-2 .product-content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
  }

  .product-section-2 {
    position: relative;
    z-index: 9;
  }

  .product-section-2 .product-pagi-items {
    text-align: center;
    margin-top: 40px;
  }

  @media (max-width: 1199px) {
    .product-section-2 .product-pagi-items {
      display: none;
    }
  }

  .product-section-2 .product-pagi-items .product-dot .swiper-pagination-bullet {
    width: 100px;
    height: 3px;
    border-radius: 0;
    background: #D3D8DD;
    opacity: 1;
    transition: 0.6s;
    margin: 0 !important;
  }

  .product-section-2 .product-pagi-items .product-dot .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--header);
    width: 300px;
  }

  @media (max-width: 767px) {
    .product-section-2 .product-pagi-items .product-dot {
      display: none;
    }
  }

  .product-box-item {
    padding: 30px;
    text-align: center;
    border: 1px solid #E6E7E8;
    border-left: 1px none;
  }

  @media (max-width: 1199px) {
    .product-box-item {
      border-left: 1px solid #E6E7E8;
      margin-bottom: 30px;
    }
  }

  .product-box-item.style-2 {
    border-left: 1px solid #E6E7E8;
  }

  @media (max-width: 1199px) {
    .product-box-item.style-2 {
      border-left: 1px solid #E6E7E8;
      border-right: 0px solid #e6e7e8;
      border-bottom: 1px solid #e6e7e8;
    }
  }

  .product-box-item .product-image {
    max-width: 180px;
    text-align: center;
    margin: 0 auto;
  }

  .product-box-item .product-image img {
    width: 100%;
    height: 100%;
  }

  .product-box-item .product-content {
    margin-top: 20px;
  }

  .product-box-item .product-content h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  @media (max-width: 575px) {
    .product-box-item .product-content h3 {
      font-size: 20px;
    }
  }

  .product-box-item .product-content h3 a:hover {
    color: var(--theme-2);
  }

  .product-box-item .product-content p {
    margin-bottom: 10px;
  }

  .product-box-item .product-content span {
    font-size: 20px;
    color: #EF6CC2;
  }

  .tab-content .product-collection-item {
    margin-top: 30px;
  }

  .tab-content .product-collection-item .product-image {
    position: relative;
    overflow: hidden;
  }

  .tab-content .product-collection-item .product-image img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
  }

  .tab-content .product-collection-item .product-image .badge {
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--header);
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    left: 25px;
    top: 25px;
  }

  .tab-content .product-collection-item .product-image .product-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .tab-content .product-collection-item .product-image .product-btn .theme-btn-2 {
    width: 100%;
    background-color: var(--header);
    padding: 6px 0;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
  }

  .tab-content .product-collection-item .product-image .product-btn .theme-btn-2.style-2:hover {
    background-color: var(--theme);
  }

  .tab-content .product-collection-item .product-image .product-btn .theme-btn-2:hover {
    background-color: var(--theme-2);
  }

  .tab-content .product-collection-item .product-content {
    margin-top: 20px;
  }

  .tab-content .product-collection-item .product-content p {
    font-size: 12px;
  }

  .tab-content .product-collection-item .product-content h4 {
    margin-bottom: 5px;
  }

  .tab-content .product-collection-item .product-content h4 a:hover {
    color: var(--theme-2);
  }

  .tab-content .product-collection-item .product-content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
  }

  .tab-content .product-collection-item .product-content .doller li {
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
  }

  .tab-content .product-collection-item .product-content .doller li del {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
  }

  .tab-content .product-collection-item:hover .product-image img {
    transform: scale(1.1);
  }

  .tab-content .product-collection-item:hover .product-image .product-btn {
    opacity: 1;
    visibility: visible;
  }

  .product-sell-item {
    margin-top: 30px;
  }

  .product-sell-item .product-image {
    position: relative;
    overflow: hidden;
  }

  .product-sell-item .product-image img {
    width: 100%;
    height: 100%;
  }

  .product-sell-item .product-image .cart-btn {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .product-sell-item .product-image .cart-btn .theme-btn {
    width: 100%;
    background-color: var(--theme);
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
  }

  .product-sell-item .product-image .cart-btn .theme-btn i {
    margin-right: 5px;
  }

  .product-sell-item .product-image .social-icon {
    position: absolute;
    right: -20px;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .product-sell-item .product-image .social-icon li:not(:last-child) {
    margin-bottom: 5px;
  }

  .product-sell-item .product-image .social-icon li a {
    color: var(--theme);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white);
    color: var(--header);
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .product-sell-item .product-image .social-icon li a:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .product-sell-item .product-image .social-icon li button {
    color: var(--theme);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white);
    color: var(--header);
    text-align: center;
    transition: all 0.4s ease-in-out;
  }

  .product-sell-item .product-image .social-icon li button:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .product-sell-item .product-image .sale-box {
    position: absolute;
    top: -11px;
    left: -40px;
    transform: rotate(-50deg);
  }

  .product-sell-item .product-image .sale-box .box {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    background-color: var(--theme);
    line-height: 1;
    padding: 36px 30px 10px;
  }

  .product-sell-item .product-content {
    margin-top: 20px;
  }

  .product-sell-item .product-content .content span {
    font-size: 14px;
    font-weight: 400;
  }

  .product-sell-item .product-content .content .star {
    color: #EE9E13;
    font-size: 10px;
  }

  .product-sell-item .product-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    margin-bottom: 5px;
  }

  .product-sell-item .product-content h5 a:hover {
    color: var(--theme);
  }

  .product-sell-item .product-content h6 {
    font-weight: 400;
  }

  .product-sell-item .product-content h6 del {
    font-size: 12px;
    font-weight: 400;
    color: var(--text);
  }

  .product-sell-item:hover .product-image .social-icon {
    right: 20px;
    opacity: 1;
    visibility: visible;
  }

  .product-sell-item:hover .product-content .cart-btn {
    opacity: 1;
    visibility: visible;
  }

  .product-wrapper {
    margin-top: 30px;
  }

  .product-wrapper .nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 1199px) {
    .product-wrapper .nav {
      gap: 0px;
      flex-wrap: wrap;
    }
  }

  .product-wrapper .nav .nav-item {
    padding: 0;
    position: relative;
  }

  .product-wrapper .nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: rgb(160, 162, 164);
    position: relative;
  }

  .product-wrapper .nav .nav-item .nav-link.bb-none::before {
    display: none;
  }

  .product-wrapper .nav .nav-item .nav-link.active {
    color: var(--theme);
    font-weight: 400;
  }

  .product-wrapper .tab-content .product-store-item {
    margin-top: 30px;
  }

  .product-wrapper .tab-content .product-store-item .product-image {
    position: relative;
    overflow: hidden;
  }

  .product-wrapper .tab-content .product-store-item .product-image img {
    width: 100%;
    height: 100%;
  }

  .product-wrapper .tab-content .product-store-item .product-image .sale-box {
    position: absolute;
    top: -11px;
    left: -40px;
    transform: rotate(-50deg);
  }

  .product-wrapper .tab-content .product-store-item .product-image .sale-box .box {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    background-color: var(--theme);
    line-height: 1;
    padding: 36px 30px 10px;
  }

  .product-wrapper .tab-content .product-store-item .product-image .cart-btn {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .product-wrapper .tab-content .product-store-item .product-image .cart-btn .theme-btn {
    width: 100%;
    background-color: var(--theme);
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
  }

  .product-wrapper .tab-content .product-store-item .product-image .cart-btn .theme-btn i {
    margin-right: 5px;
  }

  .product-wrapper .tab-content .product-store-item .product-image .social-icon {
    position: absolute;
    right: -20px;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .product-wrapper .tab-content .product-store-item .product-image .social-icon li:not(:last-child) {
    margin-bottom: 5px;
  }

  .product-wrapper .tab-content .product-store-item .product-image .social-icon li a {
    color: var(--theme);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white);
    color: var(--header);
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .product-wrapper .tab-content .product-store-item .product-image .social-icon li a:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .product-wrapper .tab-content .product-store-item .product-image .social-icon li button {
    color: var(--theme);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white);
    color: var(--header);
    text-align: center;
    transition: all 0.4s ease-in-out;
  }

  .product-wrapper .tab-content .product-store-item .product-image .social-icon li button:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .product-wrapper .tab-content .product-store-item .product-image .product-size {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 6px 0;
    justify-content: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    bottom: 45px;
    left: 0;
    right: 0;
  }

  .product-wrapper .tab-content .product-store-item .product-image .product-size li {
    color: var(--header);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .product-wrapper .tab-content .product-store-item .product-content {
    margin-top: 20px;
  }

  .product-wrapper .tab-content .product-store-item .product-content .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .product-wrapper .tab-content .product-store-item .product-content .content span {
    font-size: 14px;
    font-weight: 400;
  }

  .product-wrapper .tab-content .product-store-item .product-content .content span a:hover {
    color: var(--theme);
  }

  .product-wrapper .tab-content .product-store-item .product-content .content .star {
    color: #EE9E13;
    font-size: 12px;
  }

  .product-wrapper .tab-content .product-store-item .product-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    margin-bottom: 8px;
  }

  .product-wrapper .tab-content .product-store-item .product-content h5 a:hover {
    color: var(--theme);
  }

  .product-wrapper .tab-content .product-store-item .product-content h6 {
    font-weight: 400;
  }

  .product-wrapper .tab-content .product-store-item .product-content h6 del {
    font-size: 12px;
    font-weight: 400;
    color: var(--text);
  }

  .product-wrapper .tab-content .product-store-item .product-content .list-color-product {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }

  .product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item {
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
  }

  .product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item .swatch-value {
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
  }

  .product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item img {
    visibility: hidden;
    width: 18px;
    height: 18px;
    position: absolute;
  }

  .product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item.line {
    border: 1px solid var(--border);
  }

  .product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item.active, .product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item:hover {
    border-color: var(--border);
  }

  .product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item.active .swatch-value, .product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item:hover .swatch-value {
    border-color: var(--white);
  }

  .product-wrapper .tab-content .product-store-item:hover .product-image .social-icon {
    opacity: 1;
    visibility: visible;
    right: 20px;
  }

  .product-wrapper .tab-content .product-store-item:hover .product-image .cart-btn {
    opacity: 1;
    visibility: visible;
  }

  .product-wrapper .tab-content .product-store-item:hover .product-image .product-size {
    opacity: 1;
    visibility: visible;
  }

  .popular-category-item-6 {
    margin-top: 30px;
  }

  .popular-category-item-6 .popular-image img {
    width: 100%;
    height: 100%;
  }

  .popular-category-item-6 .content {
    text-align: center;
    margin-top: 15px;
  }

  .popular-category-item-6 .content h4 {
    font-weight: 500;
  }

  .popular-category-item-6 .content h4 a:hover {
    color: var(--theme);
  }

  .product-main-item h3 {
    margin-bottom: 40px;
    font-weight: 700;
  }

  @media (max-width: 1199px) {
    .product-main-item h3 {
      margin-bottom: 30px;
    }
  }

  .product-main-item .product-items-4 {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  @media (max-width: 575px) {
    .product-main-item .product-items-4 {
      gap: 18px;
    }
  }

  .product-main-item .product-items-4:not(:last-child) {
    border-bottom: 1px solid rgb(234, 235, 237);
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .product-main-item .product-items-4 .product-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .product-main-item .product-items-4 .content span {
    font-weight: 500;
  }

  .product-main-item .product-items-4 .content h5 {
    font-size: 15px;
    font-weight: 500;
    color: var(--header);
    margin-bottom: 4px;
  }

  .product-main-item .product-items-4 .content h5 a:hover {
    color: var(--theme-3);
  }

  .product-main-item .product-items-4 .content .star {
    color: #EE9E13;
    font-size: 10px;
  }

  .product-main-item .product-items-4 .content .star i.color {
    color: #CCC;
  }

  .product-main-item .product-items-4 .content .star span {
    font-weight: 500;
    color: var(--text);
  }

  .product-main-item .product-items-4 .content h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme-3);
  }

  .product-main-item .product-items-4 .content h6 del {
    font-size: 12px;
    font-weight: 400;
    color: var(--text);
  }

  .product-wrapper-4 .product-left-item .product-list-box {
    border-radius: 8px;
    border: 3px solid var(--theme-3);
    padding: 40px;
    position: relative;
  }

  @media (max-width: 575px) {
    .product-wrapper-4 .product-left-item .product-list-box {
      padding: 30px;
    }
  }

  .product-wrapper-4 .product-left-item .product-list-box .single-image {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .product-wrapper-4 .product-left-item .product-list-box .single-image img {
    width: 100%;
    height: 100%;
  }

  .product-wrapper-4 .product-left-item .product-list-box .content h4 {
    border-bottom: 1px solid rgb(87, 67, 123);
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 150px;
    font-size: 20px;
    font-weight: 500;
  }

  .product-wrapper-4 .product-left-item .product-list-box .content .list li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
  }

  .product-wrapper-4 .product-left-item .product-list-box .content .list li a {
    color: #55585B;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
  }

  .product-wrapper-4 .product-left-item .product-list-box .content .list li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 30px;
    background-color: #55585B;
    transition: all 0.4s ease-in-out;
  }

  .product-wrapper-4 .product-left-item .product-list-box .content .list li:hover a {
    color: var(--theme-3);
  }

  .product-wrapper-4 .product-left-item .product-list-box .content .list li:hover a::after {
    background-color: var(--theme-3);
  }

  .product-wrapper-4 .product-left-item .product-list-box .content .link-btns {
    margin-top: 25px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: none;
  }

  .product-wrapper-4 .product-left-item .product-list-box .content .link-btns i {
    margin-left: 5px;
  }

  .product-wrapper-4 .product-left-item .product-bg-item {
    padding: 30px 30px;
    border-radius: 8px;
    background: linear-gradient(265deg, #FF3494 -22.5%, #124B97 121.24%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
  }

  .product-wrapper-4 .product-left-item .product-bg-item .content span {
    font-weight: 500;
    color: var(--white);
  }

  .product-wrapper-4 .product-left-item .product-bg-item .content h3 {
    font-weight: 700;
  }

  .product-wrapper-4 .product-left-item .product-bg-item .content h3 a {
    color: var(--white);
  }

  .product-wrapper-4 .product-left-item .product-bg-item .content h3 a:hover {
    color: var(--theme-3);
  }

  .product-wrapper-4 .product-left-item .product-bg-item .thumb img {
    width: 100%;
    height: 100%;
  }

  .section-title {
    position: relative;
    z-index: 99;
    /* margin-bottom: 10px; */
    margin-top: -6px;
  }

  .section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #9b8761;
    font-family: "Fraunces", sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: inline-block;
  }

  @media (max-width: 767px) {
    .section-title {
      margin-bottom: 0;
    }
  }

  .section-title h2 span {
    color: rgba(1, 15, 28, 0.3);
  }

  .section-title.style-3 .sub-title {
    color: var(--theme-2);
  }

  .section-title .nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 1199px) {
    .section-title .nav {
      /* gap: 30px; */
      flex-wrap: wrap;
    }
  }

  .section-title .nav .nav-item {
    padding: 0;
    position: relative;
    justify-content: center;
  }

  .section-title .nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: rgb(160, 162, 164);
    position: relative;
  }

  .section-title .nav .nav-item .nav-link::before {
    position: absolute;
    right: -4px;
    top: 20px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    /* background-color: rgba(0, 91, 255, 0.2); */
  }

  @media (max-width: 1199px) {
    .section-title .nav .nav-item .nav-link::before {
      display: none;
    }
  }

  .section-title .nav .nav-item .nav-link.bb-none::before {
    display: none;
  }

  .section-title .nav .nav-item .nav-link.active {
    color: var(--header);
  }

  .section-title .nav .nav-item .nav-link.active::before {
    background-color: var(--theme);
  }

  .section-title .nav .nav-item .nav-link.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    background: var(--theme);
    transition: 0.3s;
  }

  .section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
  }

  @media (max-width: 991px) {
    .section-title-area {
      flex-wrap: wrap;
      gap: 30px;
    }
  }

  .section-title-area .nav {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(223, 224, 225);
    justify-content: center;
  }

  @media (max-width: 1199px) {
    .section-title-area .nav {
      gap: 30px;
      flex-wrap: wrap;
    }
  }

  .section-title-area .nav .nav-item {
    padding: 0;
    position: relative;
  }

  .section-title-area .nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: rgb(160, 162, 164);
    position: relative;
  }

  .section-title-area .nav .nav-item .nav-link::before {
    position: absolute;
    right: -4px;
    top: 20px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(0, 91, 255, 0.2);
  }

  @media (max-width: 1199px) {
    .section-title-area .nav .nav-item .nav-link::before {
      display: none;
    }
  }

  .section-title-area .nav .nav-item .nav-link.bb-none::before {
    display: none;
  }

  .section-title-area .nav .nav-item .nav-link.active {
    color: var(--header);
  }

  .section-title-area .nav .nav-item .nav-link.active::before {
    background-color: var(--theme);
  }

  .section-title-area .nav .nav-item .nav-link.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    background: var(--header);
    transition: 0.3s;
  }

  .section-title-area .array-buttons {
    margin-top: 30px;
    margin-left: 60px;
    gap: 5px;
  }

  @media (max-width: 1199px) {
    .section-title-area .array-buttons {
      margin-left: 0;
    }
  }

  .section-title-area .array-buttons .array-prev {
    color: var(--header);
    background: transparent;
    box-shadow: none;
  }

  .section-title-area .array-buttons .array-prev:hover {
    color: var(--theme);
  }

  .section-title-area .array-buttons .array-next {
    color: rgb(214, 217, 224);
    background: transparent;
    box-shadow: none;
    border-left: 1px solid rgb(214, 217, 224);
  }

  .section-title-area .array-buttons .array-next:hover {
    color: var(--theme);
  }

  .center {
    text-align: center;
    margin: 0 auto;
  }

  .section-bg-2 {
    background-color: var(--bg-2);
  }

  .section-bg {
    /* background-color: var(--bg); */
    background-color: #ad8e5961;
  }

  .theme-bg {
    background-color: var(--theme);
  }

  .footer-bg {
    background: #F5F5F5;
  }

  .footer-bg-2 {
    /* background: #9b8761; */
  }

  .shop-bg {
    background: #EFF1F5;
  }

  .theme-2 {
    border-color: var(--theme-2);
  }

  .hero-bg-6 {
    background: #ad8e5961;
  }

  .section-padding {
    padding: 80px 0;
  }

  @media (max-width: 1199px) {
    .section-padding {
      padding: 80px 0;
    }
  }

  @media (max-width: 991px) {
    .section-padding {
      padding: 80px 0;
    }
  }

  .section-padding-2 {
    padding: 100px 0;
  }

  @media (max-width: 991px) {
    .section-padding-2 {
      padding: 80px 0;
    }
  }

  .shop-box-item {
    background-color: var(--white);
    /* padding: 60px 0px 40px; */
    padding: 45px 0px 40px;
    margin-top: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    /* min-height: 310px; */
    min-height: 221px;
    /* border: 2px solid #c8a257; */
    border: 1px solid #c8a257;
  }
/* 
  .shop-box-item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #9b8761;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: -1;
  } */

  .shop-box-item .shop-image {
    margin-bottom: 25px;
  }

  .shop-box-item .content h4 {
    font-weight: 500;
  }

  .shop-box-item .content h4 a:hover {
    color: var(--theme);
  }

  /* .shop-box-item .content p {
    font-weight: 500;
    color: var(--header);
  }

  .shop-box-item:hover::before {
    transform: scale(1, 1);
    transform-origin: top center;
  }

  .shop-box-item:hover .shop-image {
    filter: grayscale(100%) brightness(500%);
  }

  .shop-box-item:hover .shop-image img {
    filter: grayscale(100%) brightness(500%);
  } */

  /* .shop-box-item:hover .content h4 a {
    color: var(--white);
  }

  .shop-box-item:hover .content p {
    color: var(--white);
  } */

  .shop-section {
    position: relative;
    z-index: 9;
  }

  .shop-section .shop-pagi-items {
    text-align: center;
    margin-top: 40px;
  }

  @media (max-width: 1199px) {
    .shop-section .shop-pagi-items {
      display: none;
    }
  }

  .shop-section .shop-pagi-items .shop-dot .swiper-pagination-bullet {
    width: 100px;
    height: 3px;
    border-radius: 0;
    background: #D3D8DD;
    opacity: 1;
    transition: 0.6s;
    margin: 0 !important;
  }

  .shop-section .shop-pagi-items .shop-dot .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--header);
    width: 300px;
  }

  @media (max-width: 767px) {
    .shop-section .shop-pagi-items .shop-dot {
      display: none;
    }
  }

  .shop-wrapper {
    background-color: var(--bg-2);
  }

  .shop-wrapper .shop-collection-image {
    position: relative;
  }

  .shop-wrapper .shop-collection-image img {
    width: 100%;
    height: 100%;
  }

  .shop-wrapper .shop-collection-image .banner-product {
    position: absolute;
    top: 50%;
    left: 30%;
    transition: all 0.4s ease-in-out;
  }

  .shop-wrapper .shop-collection-image .banner-product.style-2 {
    bottom: 13%;
    right: 45%;
    left: initial;
    top: initial;
  }

  @media (max-width: 767px) {
    .shop-wrapper .shop-collection-image .banner-product {
      display: none;
    }
  }

  .shop-wrapper .shop-collection-image .banner-product:hover .product-details {
    visibility: visible;
    opacity: 1;
    margin-bottom: 15px;
  }

  .shop-wrapper .shop-collection-image .banner-product .plus-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--white);
    color: var(--header);
    display: inline-block;
    text-align: center;
    font-size: 18px;
    position: absolute;
    cursor: pointer;
  }

  .shop-wrapper .shop-collection-image .banner-product .plus-icon::before {
    position: absolute;
    content: "";
    width: 104px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .shop-wrapper .shop-collection-image .banner-product .plus-icon::after {
    position: absolute;
    content: "";
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.9);
  }

  .shop-wrapper .shop-collection-image .banner-product .product-details {
    min-width: 230px;
    width: 100%;
    position: absolute;
    background-color: var(--white);
    box-shadow: 0px 54px 94px rgba(172, 128, 117, 0.2);
    border-radius: 0;
    bottom: 100%;
    left: -46px;
    padding: 18px 12px;
    margin-bottom: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }

  .shop-wrapper .shop-collection-image .banner-product .product-details .title {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--white);
    margin-bottom: 6px;
    font-weight: 500;
  }

  .shop-wrapper .shop-collection-image .banner-product .product-details .title a:hover {
    color: var(--theme);
  }

  .shop-wrapper .shop-collection-image .banner-product .product-details .price {
    color: var(--header);
    font-size: 16px;
    font-weight: 400;
  }

  .shop-wrapper .shop-collection-image .banner-product .product-details .product-rating .rating-number {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
  }

  .shop-wrapper .shop-collection-image .banner-product .product-details .rating-image {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .shop-wrapper .shop-collection-image .banner-product .product-details .rating-image img {
    width: 100%;
    height: 100%;
  }

  .shop-wrapper .shop-collection-image .banner-product .product-details:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--white);
    position: absolute;
    bottom: -12px;
    left: 52px;
  }

  .shop-wrapper .shop-collection-image:hover .banner-product {
    visibility: visible;
    opacity: 1;
  }

  .shop-wrapper .shop-collection-image h6 {
    color: var(--white);
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 14px;
  }

  .shop-wrapper .shop-right-items {
    text-align: -webkit-center;
  }

  .shop-wrapper .shop-right-items p {
    font-size: 14px;
    font-weight: 400;
    color: var(--header);
  }

  .shop-wrapper .shop-right-items .right-image {
    max-width: 419px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .shop-wrapper .shop-right-items .right-image img {
    width: 100%;
    height: 100%;
  }

  .shop-wrapper .shop-right-items h3 {
    font-size: 30px;
    font-weight: 500;
  }

  .shop-category-item {
    margin-top: 30px;
  }

  .shop-category-item .shop-category-image {
    position: relative;
  }

  .shop-category-item .shop-category-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(1, 15, 28, 0) 0%, rgba(1, 15, 28, 0.5) 100%);
  }

  .shop-category-item .shop-category-image img {
    width: 100%;
    height: 100%;
  }

  .shop-category-item .shop-category-image .content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: all 0.4s ease-in-out;
  }

  .shop-category-item .shop-category-image .content h3 {
    font-weight: 500;
    font-size: 20px;
  }

  .shop-category-item .shop-category-image .content h3 a {
    color: var(--white);
  }

  .shop-category-item .shop-category-image .content h3 a:hover {
    color: var(--theme-2);
  }

  .shop-category-item .shop-category-image .content p {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
  }

  .shop-category-item .shop-category-image .link-btns {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }

  .shop-category-item:hover .link-btns {
    margin-top: 10px;
    height: 72px;
    border-bottom: none;
  }

  .sop-category-section {
    position: relative;
  }

  @media (max-width: 1600px) {
    .sop-category-section .arrow-button {
      display: none;
    }
  }

  .sop-category-section .arrow-button .array-prev {
    position: absolute;
    left: 16%;
    top: 58%;
    transform: translateY(-50%);
    color: rgb(1, 15, 28);
    font-size: 40px;
    z-index: 1;
  }

  .sop-category-section .arrow-button .array-next {
    position: absolute;
    right: 16%;
    top: 58%;
    transform: translateY(-50%);
    color: rgb(1, 15, 28);
    font-size: 40px;
    z-index: 1;
  }

  .shop-wrapper-2 .shop-collection-image {
    position: relative;
  }

  .shop-wrapper-2 .shop-collection-image img {
    width: 100%;
    height: 100%;
  }

  .shop-wrapper-2 .shop-collection-image .banner-product {
    position: absolute;
    top: 40%;
    left: 30%;
    transition: all 0.4s ease-in-out;
  }

  .shop-wrapper-2 .shop-collection-image .banner-product.style-2 {
    bottom: 20%;
    right: 40%;
    left: initial;
    top: initial;
  }

  @media (max-width: 1399px) {
    .shop-wrapper-2 .shop-collection-image .banner-product.style-2 {
      right: 50%;
    }
  }

  @media (max-width: 767px) {
    .shop-wrapper-2 .shop-collection-image .banner-product {
      display: none;
    }
  }

  .shop-wrapper-2 .shop-collection-image .banner-product:hover .product-details {
    visibility: visible;
    opacity: 1;
    margin-bottom: 15px;
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .plus-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--white);
    color: var(--header);
    display: inline-block;
    text-align: center;
    font-size: 18px;
    position: absolute;
    cursor: pointer;
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .plus-icon::before {
    position: absolute;
    content: "";
    width: 104px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .plus-icon::after {
    position: absolute;
    content: "";
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.9);
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .product-details {
    min-width: 230px;
    width: 100%;
    position: absolute;
    background-color: var(--white);
    box-shadow: 0px 54px 94px rgba(172, 128, 117, 0.2);
    border-radius: 0;
    bottom: 100%;
    left: -46px;
    padding: 18px 12px;
    margin-bottom: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .product-details .title {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--white);
    margin-bottom: 6px;
    font-weight: 500;
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .product-details .title a:hover {
    color: var(--theme);
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .product-details .price {
    color: var(--header);
    font-size: 16px;
    font-weight: 400;
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .product-details .product-rating .rating-number {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .product-details .rating-image {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .product-details .rating-image img {
    width: 100%;
    height: 100%;
  }

  .shop-wrapper-2 .shop-collection-image .banner-product .product-details:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--white);
    position: absolute;
    bottom: -12px;
    left: 52px;
  }

  .shop-wrapper-2 .shop-collection-image:hover .banner-product {
    visibility: visible;
    opacity: 1;
  }

  .shop-wrapper-2 .shop-right-items {
    background-color: var(--bg);
    padding: 68px 0;
    text-align: center;
    position: relative;
  }

  @media (max-width: 991px) {
    .shop-wrapper-2 .shop-right-items {
      padding: 50px 0;
    }
  }

  @media (max-width: 767px) {
    .shop-wrapper-2 .shop-right-items {
      padding: 40px 0;
    }
  }

  @media (max-width: 575px) {
    .shop-wrapper-2 .shop-right-items {
      padding: 30px 0;
    }
  }

  .shop-wrapper-2 .shop-right-items .right-image {
    margin-top: 20px;
  }

  @media (max-width: 1199px) {
    .shop-wrapper-2 .shop-right-items .arrow-button {
      display: none;
    }
  }

  .shop-wrapper-2 .shop-right-items .arrow-button .array-prev {
    position: absolute;
    left: 22%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--header);
    background-color: var(--white);
    font-size: 18px;
    z-index: 1;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease-in-out;
  }

  .shop-wrapper-2 .shop-right-items .arrow-button .array-prev:hover {
    background-color: var(--theme-2);
    color: var(--white);
  }

  .shop-wrapper-2 .shop-right-items .arrow-button .array-next {
    position: absolute;
    right: 17%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 18px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--header);
    transition: all 0.4s ease-in-out;
  }

  .shop-wrapper-2 .shop-right-items .arrow-button .array-next:hover {
    background-color: var(--theme-2);
  }

  .shop-wrapper-2 .shop-right-items p {
    font-size: 12px;
    margin-top: 10px;
  }

  .shop-wrapper-2 .shop-right-items .doller {
    margin-top: 5px;
  }

  .shop-wrapper-2 .shop-right-items .doller li {
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
  }

  .shop-wrapper-2 .shop-right-items .doller li del {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg {
    height: 700px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg {
      height: 650px;
    }
  }

  @media (max-width: 991px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg {
      height: 550px;
    }
  }

  @media (max-width: 767px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg {
      height: 450px;
    }
  }

  @media (max-width: 575px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg {
      height: 350px;
    }
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content {
    padding: 60px;
  }

  @media (max-width: 991px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg .content {
      padding: 50px;
    }
  }

  @media (max-width: 767px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg .content {
      padding: 40px;
    }
  }

  @media (max-width: 575px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg .content {
      padding: 30px;
    }
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content span {
    font-size: 16px;
    font-weight: 400;
    color: var(--header);
    display: inline-block;
    margin-bottom: 10px;
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content h3 {
    font-size: 50px;
    font-weight: 500;
  }

  @media (max-width: 991px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg .content h3 {
      font-size: 45px;
    }
  }

  @media (max-width: 767px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg .content h3 {
      font-size: 40px;
    }
  }

  @media (max-width: 575px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg .content h3 {
      font-size: 35px;
    }
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content .theme-btn {
    background-color: var(--white);
    color: var(--header);
    padding: 18px 24px;
    margin-top: 30px;
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content .theme-btn::before {
    background-color: var(--theme-2);
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content .theme-btn:hover {
    color: var(--white);
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 {
    position: absolute;
    bottom: 50px;
    left: 50px;
    padding: 0;
    max-width: 320px;
  }

  @media (max-width: 1199px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 {
      left: 30px;
      bottom: 30px;
    }
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 h3 {
    color: var(--white);
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 10px;
  }

  @media (max-width: 575px) {
    .cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 h3 {
      font-size: 30px;
    }
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 .link-btn {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 4.8px;
  }

  .cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 .link-btn:hover {
    color: var(--theme-2);
  }

  .bg-image {
    position: relative;
    height: 715px;
  }

  @media (max-width: 1199px) {
    .bg-image {
      height: 650px;
    }
  }

  @media (max-width: 991px) {
    .bg-image {
      height: 550px;
    }
  }

  @media (max-width: 767px) {
    .bg-image {
      height: 450px;
    }
  }

  @media (max-width: 575px) {
    .bg-image {
      height: 350px;
    }
  }

  .bg-image.style-2 {
    height: 348px;
  }

  .bg-image .content {
    position: absolute;
    left: 30px;
    top: 30px;
  }

  .bg-image .content h3 a:hover {
    color: var(--theme);
  }

  .bg-image .content p {
    font-size: 18px;
    font-weight: 400;
    color: #666;
  }

  .shop-bg-section {
    padding: 0 20px;
  }

  .shop-category-wrapper {
    margin-right: -55%;
    margin-top: 40px;
  }

  @media (max-width: 1199px) {
    .shop-category-wrapper {
      margin-right: 0;
    }
  }

  .shop-category-wrapper .shop-category-box {
    background-color: var(--white);
    padding: 30px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  @media (max-width: 1199px) {
    .shop-category-wrapper .shop-category-box {
      flex-wrap: wrap;
      gap: 30px;
    }
  }

  @media (max-width: 575px) {
    .shop-category-wrapper .shop-category-box {
      padding: 50px 30px;
    }
  }

  .shop-category-wrapper .shop-category-box .content h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  @media (max-width: 1199px) {
    .shop-category-wrapper .shop-category-box .content h3 {
      font-size: 28px;
    }
  }

  @media (max-width: 575px) {
    .shop-category-wrapper .shop-category-box .content h3 {
      font-size: 25px;
    }
  }

  .shop-category-wrapper .shop-category-box .content h3 a:hover {
    color: var(--theme);
  }

  .shop-category-wrapper .shop-category-box .content h4 {
    font-weight: 500;
    margin-top: 8px;
  }

  .shop-category-wrapper .shop-category-box .content h4 del {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
  }

  .shop-category-wrapper .shop-category-box .content .star {
    color: rgb(255, 178, 29);
  }

  .shop-category-wrapper .shop-category-box .content .theme-btn {
    border: 1px solid var(--header);
    color: var(--header);
    margin-top: 30px;
    background-color: transparent;
  }

  .shop-category-wrapper .shop-category-box .content .theme-btn::before {
    background-color: var(--theme);
  }

  .shop-category-wrapper .shop-category-box .content .theme-btn:hover {
    color: var(--white);
    border: 1px solid var(--theme);
  }

  .shop-category-wrapper .shop-category-box .shop-image {
    max-width: 180px;
  }

  .shop-category-wrapper .shop-category-box .shop-image.max-width {
    max-width: 250px;
  }

  .shop-category-wrapper .shop-category-box .shop-image.max-width-2 {
    max-width: 180px;
  }

  .shop-discover-wrapper {
    margin-top: 40px;
  }

  .shop-discover-wrapper .shop-discover-item .shop-image {
    max-width: 282px;
  }

  @media (max-width: 1199px) {
    .shop-discover-wrapper .shop-discover-item .shop-image {
      max-width: initial;
    }
  }

  .shop-discover-wrapper .shop-discover-item .shop-image img {
    width: 100%;
    height: 100%;
  }

  .shop-discover-wrapper .shop-discover-item .content {
    margin-top: 20px;
  }

  .shop-discover-wrapper .shop-discover-item .content p {
    margin-bottom: 6px;
  }

  .shop-discover-wrapper .shop-discover-item .content h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
  }

  .shop-discover-wrapper .shop-discover-item .content h4 a:hover {
    color: var(--theme);
  }

  .shop-discover-wrapper .shop-discover-item .content .star {
    color: rgb(255, 178, 29);
    font-size: 10px;
  }

  .shop-discover-wrapper .shop-discover-item .content h6 del {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
  }

  .shop-discover-wrapper .bg-image-2 {
    height: 532px;
    position: relative;
  }

  @media (max-width: 767px) {
    .shop-discover-wrapper .bg-image-2 {
      height: 450px;
    }
  }

  @media (max-width: 575px) {
    .shop-discover-wrapper .bg-image-2 {
      height: 350px;
    }
  }

  .shop-discover-wrapper .bg-image-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(1, 15, 28, 0) 44.84%, rgba(1, 15, 28, 0.6) 100%);
  }

  .shop-discover-wrapper .bg-image-2 .content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 0;
    z-index: 1;
  }

  .shop-discover-wrapper .bg-image-2 .content h3 {
    margin-bottom: 20px;
  }

  .shop-discover-wrapper .bg-image-2 .content h3 a {
    color: var(--white);
  }

  .shop-discover-wrapper .bg-image-2 .content h3 a:hover {
    color: var(--theme);
  }

  .shop-discover-wrapper .bg-image-2 .content .theme-btn {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
  }

  .shop-discover-wrapper .bg-image-2 .content .theme-btn::before {
    background-color: var(--theme);
  }

  .shop-discover-wrapper .bg-image-2 .content .theme-btn:hover {
    border: 1px solid var(--theme);
  }

  .shop-categories-wrapper .top-content {
    margin-bottom: 60px;
  }

  .shop-categories-wrapper .top-content .list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
  }

  .shop-categories-wrapper .top-content .list li {
    position: relative;
  }

  .shop-categories-wrapper .top-content .list li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 50px;
    top: 13px;
    border-radius: 30px;
    background-color: #A8ACB0;
  }

  .shop-categories-wrapper .shop-categories-box {
    padding: 50px 60px;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }

  @media (max-width: 991px) {
    .shop-categories-wrapper .shop-categories-box {
      padding: 50px 50px;
    }
  }

  @media (max-width: 767px) {
    .shop-categories-wrapper .shop-categories-box {
      padding: 50px 40px;
    }
  }

  @media (max-width: 575px) {
    .shop-categories-wrapper .shop-categories-box {
      padding: 50px 30px;
    }
  }

  .shop-categories-wrapper .shop-categories-box .content h3 {
    font-size: 28px;
    font-weight: 500;
  }

  .shop-categories-wrapper .shop-categories-box .content .link-btn-2 {
    margin-top: 20px;
    display: inline-block;
  }

  .shop-categories-wrapper .shop-categories-box .phone-image {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  @media (max-width: 1199px) {
    .shop-categories-wrapper .shop-categories-box .phone-image {
      right: 0px;
      bottom: -50px;
    }
  }

  .shop-categories-wrapper .shop-categories-box .phone-image img {
    width: 100%;
    height: 100%;
  }

  .shop-categories-wrapper .shop-categories-item {
    background: #FFDA67;
    padding: 40px 40px 73px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .shop-categories-wrapper .shop-categories-item {
      padding: 40px 30px 73px;
    }
  }

  .shop-categories-wrapper .shop-categories-item .content {
    position: relative;
    z-index: 1;
  }

  .shop-categories-wrapper .shop-categories-item .content h4 {
    font-weight: 500;
    margin-bottom: 10px;
  }

  .shop-categories-wrapper .shop-categories-item .content p {
    color: var(--header);
  }

  .shop-categories-wrapper .shop-categories-item .content .link-btn-2 {
    margin-top: 30px;
    display: inline-block;
  }

  .shop-categories-wrapper .shop-categories-item .categories-image {
    position: absolute;
    bottom: 0px;
    right: 30px;
  }

  .shop-categories-wrapper .shop-categories-item .categories-image img {
    width: 100%;
    height: 100%;
  }

  .shop-bottom {
    margin-top: 60px;
    text-align: center;
  }

  .shop-bottom p {
    margin-bottom: 20px;
  }

  .shop-bottom .text::before {
    position: absolute;
    content: "";
    width: 35%;
    height: 1px;
    background: rgb(237, 239, 242);
    left: 33%;
  }

  .shop-bottom .text::after {
    position: absolute;
    content: "";
    width: 240px;
    height: 1px;
    background: rgb(1, 15, 28);
    left: 33%;
  }

  @media (max-width: 1199px) {
    .shop-bottom .text {
      display: none;
    }
  }

  .shop-bottom .theme-btn {
    margin-top: 40px;
    background: transparent;
    border: 1px solid var(--header);
    color: var(--header);
  }

  .shop-bottom .theme-btn::before {
    background-color: var(--theme);
  }

  .shop-bottom .theme-btn:hover {
    color: var(--white);
    border: 1px solid var(--theme);
  }

  @media (max-width: 1199px) {
    .shop-bottom .theme-btn {
      margin-top: 0;
    }
  }

  .shop-product-item {
    padding: 50px 60px;
    background: #F3F5F6;
    text-align: center;
  }

  .shop-product-item .product-image {
    margin-bottom: 50px;
    object-fit: cover;
    position: relative;
  }

  .shop-product-item .product-image img {
    max-width: 100%;
    width: 200px;
    height: 185px;
    transition: all 0.4s ease-in-out;
  }

  .shop-product-item .product-image .shop-icon {
    gap: 8px;
    position: absolute;
    top: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .shop-product-item .product-image .shop-icon li {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    background-color: var(--white);
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
  }

  .shop-product-item .product-image .shop-icon li:hover {
    background-color: var(--theme);
  }

  .shop-product-item .product-image .shop-icon li:hover i {
    color: var(--white);
  }

  .shop-product-item .content h3 {
    font-weight: 600;
  }

  .shop-product-item .content h3 a:hover {
    color: var(--theme);
  }

  .shop-product-item .content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .shop-product-item:hover .product-image img {
    transform: scale(1.1);
  }

  .shop-product-item:hover .product-image .shop-icon li {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .product-details-wrapper .top-content {
    margin-bottom: 60px;
  }

  @media (max-width: 1199px) {
    .product-details-wrapper .top-content {
      margin-bottom: 40px;
    }
  }

  .product-details-wrapper .top-content .list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
  }

  .product-details-wrapper .top-content .list li {
    position: relative;
  }

  .product-details-wrapper .top-content .list li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 50px;
    top: 13px;
    border-radius: 30px;
    background-color: #A8ACB0;
  }

  .product-details-wrapper .product-details-sideber {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  @media (max-width: 1199px) {
    .product-details-wrapper .product-details-sideber {
      flex-wrap: wrap;
      gap: 30px;
    }
  }

  .product-details-wrapper .product-details-sideber .product-details-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  @media (max-width: 1199px) {
    .product-details-wrapper .product-details-sideber .product-details-wrap {
      flex-wrap: wrap;
    }
  }

  .product-details-wrapper .product-details-sideber .product-details-wrap .nav {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .product-details-wrapper .product-details-sideber .product-details-wrap .nav .nav-item .nav-link {
    width: 45px;
    height: 40px;
    line-height: 23px;
    text-align: center;
    border: 1px solid rgb(129, 132, 135);
    color: var(--text);
    transition: all 0.4s ease-in-out;
  }

  .product-details-wrapper .product-details-sideber .product-details-wrap .nav .nav-item .nav-link:hover {
    border: 1px solid var(--header);
    color: var(--header);
  }

  .product-details-wrapper .product-details-sideber .product-details-wrap .nav .nav-item .nav-link.active {
    color: var(--theme);
    border: 1px solid var(--theme);
  }

  .product-details-wrapper .product-details-sideber .shop-right {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  @media (max-width: 767px) {
    .product-details-wrapper .product-details-sideber .shop-right {
      flex-wrap: wrap;
    }
  }

  .product-details-wrapper .product-details-sideber .shop-right .form-clt {
    width: 204px;
    width: 100%;
  }

  .product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    border: 1px solid rgba(1, 15, 28, 0.1);
    background: #F9F9F9;
    width: initial;
    color: var(--header);
    width: 204px;
  }

  .product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select::after {
    right: 30px;
  }

  .product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select .list {
    width: 100%;
    background-color: var(--bg);
  }

  .product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select .focus {
    background-color: transparent;
    font-weight: 400;
    color: var(--text);
  }

  .product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select .option {
    border: none;
  }

  .product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select .option:hover {
    background-color: transparent;
  }

  .product-details-wrapper .product-details-sideber .shop-right .filter-button {
    background-color: var(--header);
    padding: 17px 40px;
    transition: all 0.4s ease-in-out;
  }

  .product-details-wrapper .product-details-sideber .shop-right .filter-button:hover {
    background-color: var(--theme);
  }

  .product-details-wrapper .product-details-sideber .shop-right .filter-button h6 {
    font-size: 14px;
    font-weight: 500;
  }

  .product-details-wrapper .product-details-sideber .shop-right .filter-button h6 a {
    color: var(--white);
    display: inline-flex;
    gap: 8px;
  }

  .product-details-wrapper .tab-content .product-details-item {
    margin-top: 40px;
  }

  .product-details-wrapper .tab-content .product-details-item .shop-image {
    background: #F1F3F4;
    /* padding: 45px; */
    position: relative;
  }

  .product-details-wrapper .tab-content .product-details-item .shop-image img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
  }

  .product-details-wrapper .tab-content .product-details-item .shop-image .shop-icon {
    gap: 8px;
    position: absolute;
    top: 50px;
    left: 24px;
  }

  .product-details-wrapper .tab-content .product-details-item .shop-image .shop-icon li {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    background-color: var(--white);
    width: 42px;
    height: 42px;
    border-radius: 0;
    text-align: center;
    line-height: 42px;
  }

  .product-details-wrapper .tab-content .product-details-item .shop-image .shop-icon li:hover {
    background-color: var(--theme);
  }

  .product-details-wrapper .tab-content .product-details-item .shop-image .shop-icon li:hover i {
    color: var(--white);
  }

  .product-details-wrapper .tab-content .product-details-item .content {
    margin-top: 20px;
  }

  .product-details-wrapper .tab-content .product-details-item .content h4 {
    margin-bottom: 6px;
    margin-top: 4px;
  }

  .product-details-wrapper .tab-content .product-details-item .content h4 a:hover {
    color: var(--theme);
  }

  .product-details-wrapper .tab-content .product-details-item .content .star {
    color: rgb(255, 178, 29);
    margin-bottom: 6px;
    font-size: 12px;
  }

  .product-details-wrapper .tab-content .product-details-item .content h6 del {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
  }

  .product-details-wrapper .tab-content .product-details-item:hover .shop-image img {
    transform: scale(1.1);
  }

  .product-details-wrapper .tab-content .product-details-item:hover .shop-image .shop-icon li {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .product-details-wrapper .tab-content .product-details-item.style-2 {
    display: flex;
    align-items: center;
    gap: 50px;
    border: 1px solid #E0E2E3;
  }

  @media (max-width: 991px) {
    .product-details-wrapper .tab-content .product-details-item.style-2 {
      flex-wrap: wrap;
      gap: 0;
    }
  }

  .product-details-wrapper .tab-content .product-details-item.style-2 .shop-image {
    padding: 30px 40px;
    background-color: rgb(241, 243, 244);
  }

  @media (max-width: 991px) {
    .product-details-wrapper .tab-content .product-details-item.style-2 .shop-image {
      flex-basis: 100%;
    }
  }

  .product-details-wrapper .tab-content .product-details-item.style-2 .content {
    margin-top: 0;
  }

  @media (max-width: 991px) {
    .product-details-wrapper .tab-content .product-details-item.style-2 .content {
      padding: 30px;
    }
  }

  .product-details-wrapper .tab-content .product-details-item.style-2 .content h3 {
    font-size: 40px;
  }

  @media (max-width: 767px) {
    .product-details-wrapper .tab-content .product-details-item.style-2 .content h3 {
      font-size: 30px;
    }
  }

  @media (max-width: 575px) {
    .product-details-wrapper .tab-content .product-details-item.style-2 .content h3 {
      font-size: 25px;
    }
  }

  .product-details-wrapper .tab-content .product-details-item.style-2 .content p {
    max-width: 426px;
  }

  .product-details-wrapper .tab-content .product-details-item.style-2 .content .theme-btn {
    background-color: var(--header);
    display: inline-block;
    margin-top: 30px;
  }

  .product-details-wrapper .tab-content .product-details-item.style-2 .content .theme-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
  }

  .shop-left-sideber-wrapper .top-content {
    margin-bottom: 60px;
  }

  @media (max-width: 1199px) {
    .shop-left-sideber-wrapper .top-content {
      margin-bottom: 40px;
    }
  }

  .shop-left-sideber-wrapper .top-content .list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
  }

  .shop-left-sideber-wrapper .top-content .list li {
    position: relative;
  }

  .shop-left-sideber-wrapper .top-content .list li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 50px;
    top: 13px;
    border-radius: 30px;
    background-color: #A8ACB0;
  }

  .shop-left-sideber-wrapper .shop-sideber-item {
    margin-top: 40px;
  }

  .shop-left-sideber-wrapper .shop-sideber-item .shop-image {
    background: #F1F3F4;
    padding: 45px;
    position: relative;
  }

  .shop-left-sideber-wrapper .shop-sideber-item .shop-image img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
  }

  .shop-left-sideber-wrapper .shop-sideber-item .shop-image .shop-icon {
    gap: 8px;
    position: absolute;
    top: 50px;
    left: 24px;
  }

  .shop-left-sideber-wrapper .shop-sideber-item .shop-image .shop-icon li {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    background-color: var(--white);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
  }

  .shop-left-sideber-wrapper .shop-sideber-item .shop-image .shop-icon li:hover {
    background-color: var(--header);
  }

  .shop-left-sideber-wrapper .shop-sideber-item .shop-image .shop-icon li:hover i {
    color: var(--white);
  }

  .shop-left-sideber-wrapper .shop-sideber-item .content {
    margin-top: 20px;
  }

  .shop-left-sideber-wrapper .shop-sideber-item .content h4 {
    margin-bottom: 10px;
  }

  .shop-left-sideber-wrapper .shop-sideber-item .content h4 a:hover {
    color: var(--theme);
  }

  .shop-left-sideber-wrapper .shop-sideber-item .content .star {
    color: rgb(255, 178, 29);
    margin-bottom: 12px;
  }

  .shop-left-sideber-wrapper .shop-sideber-item .content h6 del {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
  }

  .shop-left-sideber-wrapper .shop-sideber-item:hover .shop-image img {
    transform: scale(1.1);
  }

  .shop-left-sideber-wrapper .shop-sideber-item:hover .shop-image .shop-icon li {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .main-sideber .single-sidebar-widget-2 {
    margin-bottom: 30px;
  }

  @media (max-width: 1199px) {
    .main-sideber .single-sidebar-widget-2 {
      margin-bottom: 30px;
    }
  }

  .main-sideber .single-sidebar-widget-2 .wid-title {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .main-sideber .single-sidebar-widget-2 .wid-title h5 {
    font-weight: 500;
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .price-input {
    margin-top: 30px;
    position: relative;
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .field {
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 54%;
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .field span {
    font-size: 14px;
    font-weight: 500;
    color: var(--header);
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .field.style-2 {
    width: 46%;
  }

  @media (max-width: 1199px) {
    .main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .field {
      width: 20%;
    }
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .separators {
    margin-left: -95px;
    padding-right: 7px;
    font-size: 20px;
    line-height: 42px;
    font-weight: 500;
  }

  @media (max-width: 1199px) {
    .main-sideber .single-sidebar-widget-2 .range__barcustom .separators {
      display: none;
    }
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .field input {
    height: 100%;
    outline: none;
    background: transparent;
    border: unset;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    padding: 0;
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .field input span {
    font-weight: 500;
    color: var(--header);
    font-size: 16px;
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom input[type=number]::-webkit-outer-spin-button,
  .main-sideber .single-sidebar-widget-2 .range__barcustom input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .separator {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .slider {
    height: 4px;
    position: relative;
    background: rgb(237, 237, 237);
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 0;
    background: var(--theme);
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .range-input {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .range-input input {
    position: absolute;
    width: 100%;
    height: 6.75px;
    top: -6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    outline: none;
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom input[type=range]::-webkit-slider-thumb {
    height: 17px;
    width: 5px;
    border-radius: 0;
    background: var(--theme);
    border: 1.125px solid var(--theme);
    pointer-events: auto;
    -webkit-appearance: none;
  }

  .main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .theme-btn {
    padding: 14px 30px;
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    display: block;
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area .checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 0;
    border: 2px solid var(--theme);
    background-color: var(--white);
    top: 5px;
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area .checkmark::after {
    content: "";
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area input:checked~.checkmark {
    background-color: var(--theme);
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area input:checked~.checkmark::after {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: -7px;
    left: 3px;
    color: var(--theme);
    font-size: 11px;
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area input:checked~.checkmark:after {
    display: block;
    color: var(--white);
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .text-color {
    font-weight: 400;
    color: var(--text);
    font-size: 14px;
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .text-color .star {
    color: #FD8F21;
    margin-right: 5px;
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .text-color .star i.color-2 {
    color: var(--text);
  }

  .main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .text-color .ratting-text {
    font-size: 16px;
  }

  .main-sideber .single-sidebar-widget-2 .product-list .checkbox-single {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    display: block;
  }

  .main-sideber .single-sidebar-widget-2 .product-list .checkbox-single input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .main-sideber .single-sidebar-widget-2 .product-list .checkbox-single:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-sideber .single-sidebar-widget-2 .product-list .checkbox-single .checkbox-area .checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 0;
    border: 2px solid var(--theme);
    top: 5px;
    content: "";
  }

  .main-sideber .single-sidebar-widget-2 .product-list .checkbox-single .checkbox-area input:checked~.checkmark {
    background-color: var(--theme);
  }

  .main-sideber .single-sidebar-widget-2 .product-list .checkbox-single .checkbox-area input:checked~.checkmark::after {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: -8px;
    left: 3px;
    color: var(--theme);
    font-size: 11px;
  }

  .main-sideber .single-sidebar-widget-2 .product-list .checkbox-single .checkbox-area input:checked~.checkmark:after {
    display: block;
    color: var(--white);
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50px;
    background-color: rgb(65, 207, 15);
    top: 5px;
    content: "";
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-2 {
    background-color: rgb(70, 102, 255);
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-3 {
    background-color: rgb(255, 158, 44);
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-4 {
    background-color: rgb(182, 21, 253);
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-5 {
    background-color: rgb(255, 215, 71);
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-6 {
    background-color: rgb(65, 207, 15);
  }

  .main-sideber .single-sidebar-widget-2 .list .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;
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area input:checked~.checkmark:after {
    display: block;
    color: var(--white);
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single .text {
    transition: all 0.4s ease-in-out;
    color: rgb(85, 88, 91);
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    padding: 4px 8px;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
  }

  .main-sideber .single-sidebar-widget-2 .list .checkbox-single .text:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .main-sideber .single-sidebar-widget-2 .widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    font-size: 15px;
    line-height: 1;
  }

  .main-sideber .single-sidebar-widget-2 .widget-categories ul li a {
    color: var(--text);
    position: relative;
    padding-left: 20px;
  }

  .main-sideber .single-sidebar-widget-2 .widget-categories ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(231, 231, 231);
    transition: all 0.4s ease-in-out;
  }

  .main-sideber .single-sidebar-widget-2 .widget-categories ul li span {
    transition: all 0.4s ease-in-out;
    color: rgb(85, 88, 91);
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    padding: 4px 8px;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
  }

  .main-sideber .single-sidebar-widget-2 .widget-categories ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .main-sideber .single-sidebar-widget-2 .widget-categories ul li:hover a {
    color: var(--theme);
  }

  .main-sideber .single-sidebar-widget-2 .widget-categories ul li:hover a::after {
    background-color: var(--theme);
  }

  .main-sideber .single-sidebar-widget-2 .widget-categories ul li:hover span {
    color: var(--white);
    background-color: var(--theme);
  }

  .main-sideber .single-sidebar-widget-2 .brand-post .brand-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .shop-details-wrapper .shop-details-image {
    position: relative;
  }

  .shop-details-wrapper .shop-details-image .nav {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
  }

  .shop-details-wrapper .shop-details-image .nav img {
    width: 100%;
    height: 100%;
  }

  .shop-details-wrapper .shop-details-image .nav .nav-link {
    padding: 0;
    max-width: 109px;
  }

  .shop-details-wrapper .shop-details-image .shop-thumb img {
    width: 100%;
    height: 100%;
  }

  .shop-details-wrapper .product-details-content {
    margin-left: 60px;
  }

  @media (max-width: 1399px) {
    .shop-details-wrapper .product-details-content {
      margin-left: 30px;
    }
  }

  @media (max-width: 991px) {
    .shop-details-wrapper .product-details-content {
      margin-left: 0;
    }
  }

  .shop-details-wrapper .product-details-content h3 {
    font-size: 30px;
    font-weight: 500;
  }

  .shop-details-wrapper .product-details-content .star a {
    color: var(--theme);
    font-size: 16px;
    font-weight: 600;
  }

  .shop-details-wrapper .product-details-content .star span {
    margin-left: 10px;
  }

  .shop-details-wrapper .product-details-content .price-list {
    gap: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
  }

  .shop-details-wrapper .product-details-content .price-list h3 {
    font-size: 22px;
    font-weight: 500;
  }

  .shop-details-wrapper .product-details-content .cart-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .shop-details-wrapper .product-details-content .cart-wrp .cart-quantity {
    padding-right: 15px;
    margin-right: 15px;
  }

  .shop-details-wrapper .product-details-content .cart-wrp .cart-quantity input {
    width: 50px;
    height: 38px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--border);
    color: var(--header);
  }

  .shop-details-wrapper .product-details-content .cart-wrp .cart-quantity input:hover {
    background: var(--theme);
    color: var(--white);
    border-color: var(--theme);
  }

  .shop-details-wrapper .product-details-content .cart-wrp .cart-quantity .minus {
    color: var(--header);
    font-weight: 700;
  }

  .shop-details-wrapper .product-details-content .cart-wrp .cart-quantity .plus {
    color: var(--header);
  }

  .shop-details-wrapper .product-details-content .cart-wrp .cart-quantity .qty {
    color: var(--header);
  }

  .shop-details-wrapper .product-details-content .cart-wrp .icon {
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--border);
    color: var(--header);
    line-height: 40px;
  }

  .shop-details-wrapper .product-details-content .cart-wrp .icon:hover {
    background: var(--theme);
    color: var(--white);
    border-color: var(--theme);
  }

  .shop-details-wrapper .product-details-content .cart-wrp .social-profile {
    z-index: 2;
    display: flex;
    overflow: hidden;
    align-items: center;
  }

  .shop-details-wrapper .product-details-content .cart-wrp .social-profile ul {
    transform: translateX(-100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
  }

  .shop-details-wrapper .product-details-content .cart-wrp .social-profile ul li a {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background: transparent;
    border: 1px solid var(--border);
    border-left: 0 px solid var(--border);
    color: var(--header);
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
  }

  .shop-details-wrapper .product-details-content .cart-wrp .social-profile ul li a:hover {
    color: var(--white);
    background-color: var(--theme);
  }

  .shop-details-wrapper .product-details-content .cart-wrp .social-profile .plus-btn {
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--border);
    color: var(--header);
    line-height: 40px;
    cursor: pointer;
  }

  .shop-details-wrapper .product-details-content .cart-wrp .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .shop-details-wrapper .product-details-content .cart-wrp .theme-btn {
    padding: 20px 35px;
  }

  @media (max-width: 575px) {
    .shop-details-wrapper .product-details-content .cart-wrp .theme-btn {
      padding: 15px 40px;
    }
  }

  .shop-details-wrapper .product-details-content .shop-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }

  .shop-details-wrapper .product-details-content .shop-btn .theme-btn {
    padding: 20px 50px;
  }

  .shop-details-wrapper .product-details-content .shop-btn .theme-btn:nth-child(2) {
    background-color: var(--header);
  }

  .shop-details-wrapper .product-details-content .shop-btn .theme-btn:nth-child(2)::before, .shop-details-wrapper .product-details-content .shop-btn .theme-btn:nth-child(2)::after {
    background-color: var(--theme);
  }

  .shop-details-wrapper .product-details-content .details-info {
    position: relative;
    margin-top: 20px;
  }

  .shop-details-wrapper .product-details-content .details-info span {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 5px;
  }

  .shop-details-wrapper .product-details-content .details-info a {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    text-transform: capitalize;
  }

  .shop-details-wrapper .product-details-content .details-info.style-2 a b {
    border: 1px solid #e6e6e6;
    padding: 4px 12px 6px;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
  }

  .shop-details-wrapper .product-details-content .details-info.style-2 a b:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .single-tab {
    padding-top: 80px;
  }

  @media (max-width: 575px) {
    .single-tab {
      padding-top: 50px;
    }
  }

  .single-tab .nav {
    justify-content: center;
    border-bottom: 1px solid var(--border-2);
    padding-bottom: 20px;
  }

  .single-tab .nav .nav-link.active {
    position: relative;
  }

  .single-tab .nav .nav-link.active h6 {
    color: var(--theme);
  }

  .single-tab .nav .nav-link.active::before {
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: var(--theme);
    transition: 0.3s;
  }

  @media (max-width: 575px) {
    .single-tab .nav .nav-link.active::before {
      display: none;
    }
  }

  .single-tab .description-items .description-content {
    margin-right: 50px;
  }

  @media (max-width: 1399px) {
    .single-tab .description-items .description-content {
      margin-right: 30px;
    }
  }

  @media (max-width: 991px) {
    .single-tab .description-items .description-content {
      margin-right: 0;
    }
  }

  .single-tab .description-items .description-content h3 {
    margin-bottom: 15px;
  }

  .single-tab .description-items .description-content .description-list-items {
    margin-top: 30px;
  }

  @media (max-width: 575px) {
    .single-tab .description-items .description-content .description-list-items {
      flex-wrap: wrap;
      gap: 30px;
    }
  }

  .single-tab .description-items .description-content .description-list-items .description-list li {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--theme);
    font-weight: 500;
  }

  .single-tab .description-items .description-content .description-list-items .description-list li span {
    color: var(--text);
    font-weight: 400;
  }

  .single-tab .description-items .description-image img {
    width: 100%;
    height: 100%;
  }

  @media (max-width: 767px) {
    .single-tab .review-items .admin-items {
      justify-content: center;
      gap: 30px;
    }
  }

  .single-tab .review-items .admin-items .admin-img {
    width: 100px;
    height: 100px;
  }

  .single-tab .review-items .admin-items .admin-img img {
    border-radius: 50%;
  }

  .single-tab .review-items .admin-items .content {
    position: relative;
    border: 1px solid var(--border-2);
  }

  .single-tab .review-items .admin-items .content::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border-left: 1px solid var(--border-2);
    border-bottom: 1px solid var(--border-2);
    transform: rotate(45deg);
    top: 40%;
    left: -16px;
  }

  @media (max-width: 575px) {
    .single-tab .review-items .admin-items .content::before {
      display: none;
    }
  }

  .single-tab .review-items .admin-items .content .head-content h5 span {
    font-size: 14px;
    margin-left: 30px;
  }

  .single-tab .review-items .admin-items .content .star i {
    font-size: 16px;
    color: #ff9200;
  }

  .single-tab .review-title .rate-now {
    margin-top: 15px;
    gap: 15px;
  }

  .single-tab .review-title .rate-now p {
    font-size: 16px;
    text-transform: uppercase;
  }

  .single-tab .review-title .rate-now i {
    font-size: 16px;
    color: #ff9200;
  }

  .single-tab .review-form {
    margin-top: 40px;
  }

  .single-tab .review-form .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    padding: 18px 35px;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    text-transform: uppercase;
  }

  @media (max-width: 575px) {
    .single-tab .review-form .form-clt input {
      padding: 15px 20px;
    }
  }

  .single-tab .review-form .form-clt-big textarea {
    padding: 18px 35px 170px;
    width: 100%;
    outline: none;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    border: none;
    text-transform: uppercase;
  }

  @media (max-width: 575px) {
    .single-tab .review-form .form-clt-big textarea {
      padding: 15px 20px;
    }
  }

  .checkout-wrapper .top-content {
    margin-bottom: 60px;
  }

  @media (max-width: 1199px) {
    .checkout-wrapper .top-content {
      margin-bottom: 40px;
    }
  }

  .checkout-wrapper .top-content .list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
  }

  .checkout-wrapper .top-content .list li {
    position: relative;
  }

  .checkout-wrapper .top-content .list li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 50px;
    top: 13px;
    border-radius: 30px;
    background-color: #A8ACB0;
  }

  .checkout-wrapper .checkout-radio {
    padding: 24px;
  }

  .checkout-wrapper .checkout-radio .primary-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
    color: var(--header);
    text-transform: capitalize;
  }

  .checkout-wrapper .checkout-radio h4 {
    color: var(--header);
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 30px;
  }

  .checkout-wrapper .checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    box-shadow: none;
    outline: none;
    border: 1px solid #E5E5E5;
    font-weight: 500;
  }

  .checkout-wrapper .checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
    color: var(--header);
    text-transform: capitalize;
  }

  .checkout-wrapper .checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
    margin-bottom: 12px;
  }

  @media (max-width: 500px) {
    .checkout-wrapper .checkout-radio {
      padding: 10px;
    }
  }

  .checkout-wrapper .checkout-radio .payment-save {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .checkout-wrapper .checkout-radio .payment-save input {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--border);
    background-color: var(--theme);
    outline: none;
    color: var(--header);
  }

  .checkout-wrapper .checkout-radio .payment-save label {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single h4 {
    color: var(--header);
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 600;
    font-size: 30px;
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single span {
    font-weight: 500;
    color: var(--header);
    display: inline-block;
    margin-bottom: 15px;
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid #D5D8DB;
    border-radius: 0;
    padding: 18px 24px;
    color: var(--header);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: #818487;
  }

  @media (max-width: 767px) {

    .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
    .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
    .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
      padding: 16px 24px;
    }
  }

  @media (max-width: 575px) {

    .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
    .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
    .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
      padding: 14px 24px;
    }
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea::placeholder,
  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select::placeholder,
  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input::placeholder {
    color: #818487;
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
    color: var(--header);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
    background-color: var(--white);
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
    font-size: 18px;
    color: var(--header);
    font-weight: 500;
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
    border-right: 1px solid var(--header);
    border-bottom: 1px solid var(--header);
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea {
    padding-bottom: 180px;
  }

  @media (max-width: 575px) {
    .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea {
      padding-bottom: 100px;
    }
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .payment {
    color: var(--header);
    margin-bottom: 12px;
    text-transform: capitalize;
  }

  .checkout-wrapper .checkout-single-wrapper .boxshado-single {
    margin-bottom: 24px;
  }

  @media (max-width: 575px) {
    .checkout-wrapper .checkout-single-wrapper .boxshado-single {
      padding: 14px;
    }
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single-bg {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
  .checkout-wrapper .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
  .checkout-wrapper .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
    border: 1px solid var(--border);
    background: transparent;
    text-transform: capitalize;
  }

  .checkout-wrapper .checkout-single-wrapper .checkout-single-bg .checkout-single-form textarea#notes {
    padding-bottom: 180px;
  }

  @media (max-width: 575px) {
    .checkout-wrapper .checkout-single-wrapper .checkout-single-bg {
      padding: 14px;
    }
  }

  .checkout-wrapper .checkout-single-wrapper .payment-save {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .checkout-wrapper .checkout-single-wrapper .payment-save input {
    width: 18px;
    height: 18px;
    border-radius: 0;
    outline: none;
    color: var(--white);
    border: 1px solid rgb(185, 186, 188);
  }

  .checkout-wrapper .checkout-single-wrapper .payment-save label {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--header);
  }

  .checkout-wrapper .checkout-single-wrapper .payment-save.style-2 {
    margin-top: 20px;
  }

  .checkout-wrapper .checkout-single-wrapper .payment-save.style-2 label {
    font-size: 16px;
    font-weight: 500;
  }

  .checkout-wrapper .checkout-order-area h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item {
    border-bottom: 1px solid #D5D8DB;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item p {
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item .from-customradio {
    margin-bottom: 20px;
    gap: 40px;
    justify-content: end;
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item .from-customradio .form-check-label {
    color: var(--header);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #D5D8DB;
    padding-bottom: 20px;
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .from-customradio-2 {
    gap: 10px;
    align-items: center;
  }

  @media (max-width: 1199px) {
    .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .from-customradio-2 {
      flex-wrap: wrap;
    }
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .from-customradio-2 .form-check-label {
    color: var(--header);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 p {
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .brand-logo {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .brand-logo li {
    border: 1px solid #D5D8DB;
    padding: 5px 15px;
    border-radius: 6px;
  }

  .cart-list-area .top-content {
    margin-bottom: 60px;
  }

  .cart-list-area .top-content .list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
  }

  .cart-list-area .top-content .list li {
    position: relative;
  }

  .cart-list-area .top-content .list li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 50px;
    top: 13px;
    border-radius: 30px;
    background-color: #A8ACB0;
  }

  .cart-list-area .common-table {
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .cart-list-area .common-table .cart-item-thumb {
    /* width: 86px; */
  }

  @media (max-width: 1399px) {
    .cart-list-area .common-table .cart-item-thumb {
      flex-wrap: wrap;
    }
  }

  .cart-list-area .common-table .cart-item-thumb .head {
    color: #1B1F2A;
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    font-weight: 600;
  }

  .cart-list-area .common-table .price-usd {
    font-size: 16px;
    font-weight: 500;
    color: #666C78;
  }

  .cart-list-area .common-table tr {
    border-bottom: 1px solid #E4E4E5;
  }

  .cart-list-area .common-table thead,
  .cart-list-area .common-table tbody {
    width: 100%;
  }

  .cart-list-area .common-table thead tr,
  .cart-list-area .common-table tbody tr {
    width: 100%;
    display: flex;
    box-sizing: border-box;
  }

  .cart-list-area .common-table thead tr th,
  .cart-list-area .common-table thead tr td,
  .cart-list-area .common-table tbody tr th,
  .cart-list-area .common-table tbody tr td {
    width: 100%;
    box-sizing: border-box;
  }

  .cart-list-area .common-table thead tr {
    color: #1B1F2A;
    border-bottom: unset;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #E4E4E5;
  }

  .cart-list-area .common-table thead tr th {
    background: unset;
    color: unset;
    border: unset;
    font-size: 16px;
    padding-bottom: 16px;
  }

  .cart-list-area .common-table tbody tr td {
    background: transparent;
    color: unset;
    box-sizing: border-box;
    border-bottom: unset;
  }

  .cart-list-area .quantity button i {
    font-size: 16px;
  }

  .cart-list-area .quantity .quantityValue {
    width: 40px;
    text-align: center;
    padding: 0;
    color: #000;
    border: unset;
  }

  .price-range-wrapper {
    /* Custom thumb styling */
    /* Remove the default appearance for sliders in Firefox */
  }

  .price-range-wrapper .slider-container {
    position: relative;
    width: 100%;
  }

  .price-range-wrapper .price-text label {
    color: #1b1f2a;
    font-size: 16px;
    font-weight: 500;
  }

  .price-range-wrapper .price-text input {
    color: #1b1f2a;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
  }

  .price-range-wrapper .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    /* Default background */
    outline: none;
    position: absolute;
    top: 0;
    pointer-events: none;
  }

  .price-range-wrapper .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: var(--theme);
    cursor: pointer;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    pointer-events: all;
  }

  .price-range-wrapper .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--theme);
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
  }

  .price-range-wrapper .slider::-ms-thumb {
    width: 20px;
    height: 20px;
    background: var(--theme);
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
  }

  .price-range-wrapper input[type=range]::-moz-range-track {
    background: transparent;
  }

  @media (max-width: 767px) {
    .cart-list-area .table-responsive {
      overflow-x: scroll;
    }
  }

  @media (max-width: 991px) {
    .cart-list-area .table-responsive .table {
      width: 900px;
    }
  }

  .cart-list-area .coupon-items input {
    background: #F5F6FA;
    border: none;
    padding: 14px 30px;
    color: var(--text);
    line-height: 1;
    border-radius: 0;
  }

  .cart-list-area .theme-btn {
    transition: all 0.4s ease-in-out;
    padding: 16px 30px;
  }

  .cart-order-wrapper {
    position: relative;
  }

  .cart-order-wrapper .order-content h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .cart-order-wrapper .order-content p {
    color: var(--header);
  }

  .cart-order-wrapper .order-content .contact-form-items {
    margin-top: 20px;
  }

  .cart-order-wrapper .order-content .contact-form-items .form-clt {
    position: relative;
  }

  .cart-order-wrapper .order-content .contact-form-items .form-clt input, .cart-order-wrapper .order-content .contact-form-items .form-clt textarea {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--text);
    border-radius: 0;
    border: 1px solid var(--border);
    padding: 9px 16px;
    transition: all 0.4s ease-in-out;
    max-width: 500px;
  }

  .cart-order-wrapper .order-content .contact-form-items .form-clt input:hover, .cart-order-wrapper .order-content .contact-form-items .form-clt textarea:hover {
    border: 1px solid var(--header);
  }

  .cart-order-wrapper .order-content .contact-form-items .form-clt input::placeholder, .cart-order-wrapper .order-content .contact-form-items .form-clt textarea::placeholder {
    color: var(--text);
  }

  .modal-common-wrap {
    position: relative;
    z-index: 9999;
    overflow-y: scroll;
    position: fixed;
    max-height: 100vh;
  }

  .modal-common-wrap .modal-content {
    background: transparent;
    border: unset;
  }

  .modal-common-wrap .modal-header {
    border-radius: 0;
    padding: 0 0;
    margin-left: auto;
    border: unset;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    background: var(--white);
    color: var(--white);
    border-radius: 50%;
  }

  .modal-common-wrap .modal-header .btn-close {
    margin: 0 0;
    padding: 0 0;
    outline: none;
    width: 40px;
    height: 40px;
    color: var(--white);
  }

  .modal-common-wrap .modal-header i {
    color: var(--white);
  }

  .modal-common-wrap .modal-body {
    background: var(--white);
    box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
    padding: 50px;
  }

  @media (max-width: 767px) {
    .modal-common-wrap .modal-body {
      padding: 30px;
    }
  }

  .modal-common-wrap .modal-body .modal-common-content {
    padding: 50px 65px;
    width: 538px;
  }

  .modal-common-wrap .modal-body .modal-common-content h2 {
    font-size: 40px;
    color: var(--black);
    margin-bottom: 65px;
  }

  .modal-common-wrap .modal-body .modal-common-content .login-from .cmn-mb {
    margin-bottom: 30px;
  }

  .modal-common-wrap .modal-body .modal-common-content .login-from .form-grp input {
    border: unset;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
    color: #4f536c;
    width: 100%;
  }

  .modal-common-wrap .modal-body .modal-common-content .login-from .form-grp ::placeholder {
    color: #4f536c;
  }

  .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area {
    margin-top: 14px;
  }

  .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner .form-check-input {
    margin-top: 0;
  }

  .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner .form-check-label {
    font-size: 14px;
    color: var(--text);
    line-height: 18px;
  }

  .modal-common-wrap .modal-body .modal-common-content .orting-badge {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #445375;
    margin: 28px 0;
  }

  .modal-common-wrap .modal-body .modal-common-content .orting-badge::before {
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    width: 44%;
    background: #d9d9d9;
  }

  .modal-common-wrap .modal-body .modal-common-content .orting-badge::after {
    position: absolute;
    right: 0;
    content: "";
    height: 1px;
    width: 44%;
    background: #d9d9d9;
  }

  .modal-common-wrap .modal-body .modal-common-content .theme-btn {
    border-radius: 0px;
  }

  .modal-common-wrap .modal-body .modal-common-content .forgot {
    font-size: 14px;
    color: var(--theme);
  }

  .modal-common-wrap .modal-body .modal-common-content .cmn-social {
    display: flex;
    align-items: center;
    gap: 69px;
    border: 1px solid #e5e5e5;
    padding: 17px 30px;
    text-transform: capitalize;
    font-weight: 600;
  }

  .modal-common-wrap .modal-dialog {
    max-width: 1410px;
  }

  .modal-common-wrap .modal-right-thumb .signlogin-btnwrap {
    display: flex;
    align-items: center;
    gap: 10px;
    transform: rotate(90deg);
    position: absolute;
    top: 45%;
    left: -80px;
  }

  .modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-btn {
    border-radius: 0;
    padding: 14px 24px;
    min-width: initial;
    font-size: 16px;
    font-weight: 400;
  }

  .modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-create {
    padding: 6px 24px;
    border: 1px solid var(--white);
    font-size: 16px;
    transition: all 0.4s;
    text-transform: capitalize;
    color: var(--white);
  }

  .modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-create:hover {
    background: var(--theme);
    border-color: var(--theme);
  }

  .modal-common-wrap .from-customradio {
    margin-top: 20px;
  }

  .modal-common-wrap .from-customradio .form-check-input {
    margin-top: 0;
  }

  .modal-common-wrap .from-customradio .form-check-label {
    color: #181818;
    font-size: 14px;
  }

  @media screen and (max-width: 1399px) {
    .modal-common-wrap .modal-body .modal-common-content {
      padding: 30px 30px;
      width: 538px;
      min-width: 400px;
    }

    .modal-common-wrap .modal-body .modal-common-content h2 {
      margin-bottom: 34px;
    }

    .modal-common-wrap .modal-body .modal-common-content .login-from .cmn-mb {
      margin-bottom: 20px;
    }

    .modal-common-wrap .modal-body .modal-common-content .login-from .form-grp input {
      padding-bottom: 12px;
    }

    .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area {
      margin-top: 10px;
    }

    .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner {
      gap: 8px;
    }

    .modal-common-wrap .modal-body .modal-common-content .orting-badge {
      margin: 15px 0;
    }

    .modal-common-wrap .modal-body .modal-common-content .cmn-social {
      gap: 18px;
      padding: 12px 20px;
    }

    .modal-common-wrap .from-customradio {
      margin-top: 12px;
    }
  }

  @media screen and (max-width: 991px) {
    .modal-common-wrap .modal-body .modal-common-content {
      padding: 24px 16px;
      width: 538px;
      min-width: 400px;
    }
  }

  @media screen and (max-width: 767px) {
    .modal-common-wrap .modal-body .modal-common-content {
      padding: 24px 16px;
      width: 100%;
      min-width: initial;
    }

    .modal-common-wrap .modal-right-thumb {
      width: 100%;
    }

    .modal-common-wrap .modal-right-thumb img {
      width: 100%;
    }
  }

  @media screen and (max-width: 400px) {
    .modal-common-wrap .modal-right-thumb .signlogin-btnwrap {
      gap: 7px;
      flex-wrap: wrap;
      transform: rotate(0deg);
      top: initial;
      left: 15px;
      bottom: 10px;
    }
  }

  .shop-offer-box-5 .shop-offer-content {
    padding: 50px 40px;
  }

  @media (max-width: 1199px) {
    .shop-offer-box-5 .shop-offer-content {
      padding: 50px 30px;
    }
  }

  .shop-offer-box-5 .shop-offer-content p {
    color: var(--header);
  }

  .shop-offer-box-5 .shop-offer-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .shop-offer-box-5 .shop-offer-content h3 a:hover {
    color: var(--theme);
  }

  @media (max-width: 767px) {
    .shop-offer-box-5 .shop-offer-content h3 {
      font-size: 30px;
    }
  }

  @media (max-width: 575px) {
    .shop-offer-box-5 .shop-offer-content h3 {
      font-size: 25px;
    }
  }

  .shop-offer-box-5 .shop-offer-content .theme-btn {
    background-color: transparent;
    color: var(--header);
    border: 1px solid var(--header);
    padding: 8px 16px;
  }

  .shop-offer-box-5 .shop-offer-content .theme-btn::before {
    background-color: var(--theme);
  }

  .shop-offer-box-5 .shop-offer-content .theme-btn:hover {
    border: 1px solid var(--theme);
    color: var(--white);
  }

  .shop-category-item-5 {
    margin-top: 30px;
  }

  .shop-category-item-5 .category-image {
    overflow: hidden;
  }

  .shop-category-item-5 .category-image img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
  }

  .shop-category-item-5 .content {
    margin-top: 25px;
    text-align: center;
  }

  .shop-category-item-5 .content h6 {
    font-weight: 400;
  }

  .shop-category-item-5 .content h6 a:hover {
    color: var(--theme);
  }

  .shop-category-item-5:hover .category-image img {
    transform: scale(1.1);
  }

  .shop-latest-item {
    margin-top: 30px;
  }

  .shop-latest-item .latest-image {
    overflow: hidden;
  }

  .shop-latest-item .latest-image img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
  }

  .shop-latest-item .content {
    margin-top: 10px;
  }

  .shop-latest-item .content h4 {
    margin-bottom: 14px;
  }

  .shop-latest-item .content h4 a:hover {
    color: var(--theme);
  }

  .shop-latest-item .content .star {
    color: rgb(255, 178, 29);
    margin-bottom: 6px;
    font-size: 12px;
  }

  .shop-latest-item .content .star i.color {
    color: #CCC;
  }

  .shop-latest-item .content .star span {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
  }

  .shop-latest-item:hover .latest-image img {
    transform: scale(1.1);
  }

  .shop-latest-section .shop-button .theme-btn {
    background-color: var(--header);
  }

  .shop-latest-section .shop-button .theme-btn::before {
    background-color: var(--theme);
  }

  .shop-speacial-item {
    margin-top: 30px;
  }

  .shop-speacial-item.style-2 {
    margin-top: 80px;
  }

  @media (max-width: 1199px) {
    .shop-speacial-item.style-2 {
      margin-top: 0;
    }
  }

  .shop-speacial-item .speacial-image {
    position: relative;
    overflow: hidden;
  }

  .shop-speacial-item .speacial-image img {
    width: 100%;
    height: 100%;
  }

  .shop-speacial-item .speacial-image .content {
    position: absolute;
    left: 30px;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .shop-speacial-item .speacial-image .content h3 a:hover {
    color: var(--theme);
  }

  .shop-speacial-item:hover .speacial-image .content {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
  }

  .trending-product-section {
    position: relative;
  }

  @media (max-width: 1600px) {
    .trending-product-section .arrow-button {
      display: none;
    }
  }

  .trending-product-section .arrow-button .array-prev {
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(1, 15, 28);
    font-size: 40px;
    z-index: 1;
  }

  .trending-product-section .arrow-button .array-next {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(1, 15, 28);
    font-size: 40px;
    z-index: 1;
  }

  .testimonial-box-item {
    background-color: var(--bg-2);
    padding: 50px;
    margin-top: 30px;
  }

  @media (max-width: 767px) {
    .testimonial-box-item {
      padding: 40px;
    }
  }

  @media (max-width: 575px) {
    .testimonial-box-item {
      padding: 30px;
    }
  }

  .testimonial-box-item .testimonial-content .star {
    color: var(--header);
    margin-bottom: 20px;
  }

  .testimonial-box-item .testimonial-content p {
    font-size: 20px;
    font-weight: 400;
    color: var(--text);
    margin-bottom: 25px;
  }

  .testimonial-box-item .testimonial-content .client-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .testimonial-box-item .testimonial-content .client-info-item .client-info {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .testimonial-box-item .testimonial-content .client-info-item .client-info .text h6 span {
    font-size: 14px;
    color: var(--text);
  }

  .testimonial-card-item {
    text-align: center;
  }

  .testimonial-card-item .testimonial-content .star {
    color: var(--theme);
    margin-top: 60px;
    margin-bottom: 20px;
  }

  @media (max-width: 1199px) {
    .testimonial-card-item .testimonial-content .star {
      margin-top: 30px;
    }
  }

  .testimonial-card-item .testimonial-content p {
    font-size: 30px;
    font-weight: 400;
    color: var(--header);
    line-height: 140%;
  }

  @media (max-width: 991px) {
    .testimonial-card-item .testimonial-content p {
      font-size: 26px;
    }
  }

  @media (max-width: 767px) {
    .testimonial-card-item .testimonial-content p {
      font-size: 22px;
    }
  }

  @media (max-width: 575px) {
    .testimonial-card-item .testimonial-content p {
      font-size: 18px;
    }
  }

  .testimonial-card-item .testimonial-content .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: var(--white);
    margin-top: 30px;
    display: inline-block;
    justify-content: center;
    display: inline-flex;
    padding: 14px 24px 10px;
    box-shadow: 0px 1px 1px 0px rgba(1, 15, 28, 0.16);
    margin-bottom: 2px;
  }

  .testimonial-card-item .testimonial-content .info-item .client-image img {
    border-radius: 100%;
  }

  .testimonial-card-item .testimonial-content .info-item .text span {
    font-size: 14px;
    font-weight: 400;
  }

  .testimonial-section {
    position: relative;
  }

  .testimonial-section .shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .testimonial-section .array-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  @media (max-width: 1199px) {
    .testimonial-section .array-buttons {
      display: none;
    }
  }

  .testimonial-section .array-buttons .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    text-align: center;
    background-color: var(--white);
    color: var(--header);
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    z-index: 9;
  }

  .testimonial-section .array-buttons .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .testimonial-section .array-buttons .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    text-align: center;
    color: var(--white);
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
    z-index: 9;
  }

  .testimonial-section .array-buttons .array-next:hover {
    background-color: var(--header);
  }

  @media (max-width: 1600px) {
    .testimonial-wrapper .testimonial-image {
      height: 100%;
    }
  }

  .testimonial-wrapper .testimonial-image img {
    width: 100%;
    height: 100%;
  }

  .testimonial-wrapper .testimonial-content {
    padding: 42px 50px;
    background-color: var(--header);
    position: relative;
    height: 100%;
  }

  @media (max-width: 767px) {
    .testimonial-wrapper .testimonial-content {
      padding: 42px 40px;
    }
  }

  @media (max-width: 575px) {
    .testimonial-wrapper .testimonial-content {
      padding: 42px 30px;
    }
  }

  .testimonial-wrapper .testimonial-content .icon {
    position: absolute;
    right: 100px;
    top: 50px;
  }

  @media (max-width: 1199px) {
    .testimonial-wrapper .testimonial-content .icon {
      display: none;
    }
  }

  .testimonial-wrapper .testimonial-content h3 {
    font-size: 36px;
    color: var(--white);
  }

  .testimonial-wrapper .testimonial-content p {
    color: var(--white);
  }

  .testimonial-wrapper .testimonial-content .info-content {
    margin-top: 50px;
  }

  @media (max-width: 1600px) {
    .testimonial-wrapper .testimonial-content .info-content {
      margin-top: 40px;
    }
  }

  .testimonial-wrapper .testimonial-content .info-content h4 {
    color: var(--white);
  }

  .testimonial-wrapper .testimonial-content .info-content span {
    color: #A5A5A5;
  }

  .testimonial-wrapper .testimonial-content .info-content p {
    font-size: 18px;
    color: var(--white);
    max-width: 720px;
    margin-top: 5px;
  }

  @media (max-width: 1199px) {
    .testimonial-wrapper .testimonial-content .info-content p {
      font-size: 16px;
    }
  }

  .testimonial-wrapper .testimonial-content .info-content .star {
    color: var(--white);
    margin-top: 20px;
  }

  .testimonial-wrapper .testimonial-content .info-content .star i.color {
    color: rgb(117, 117, 117);
  }

  .testimonial-wrapper .testimonial-content .info-content .client-image {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
  }

  @media (max-width: 1399px) {
    .testimonial-wrapper .testimonial-content .info-content .client-image {
      margin-top: 30px;
    }
  }

  .testimonial-wrapper .testimonial-content .info-content .client-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }

  .testimonial-wrapper .testimonial-content .array-buttons {
    position: absolute;
    right: 100px;
    bottom: 100px;
  }

  .testimonial-wrapper .testimonial-content .array-buttons .array-prev {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    width: 46px;
    height: 46px;
    line-height: 46px;
    transition: all 0.4s ease-in-out;
    background-color: var(--white);
    color: var(--header);
  }

  .testimonial-wrapper .testimonial-content .array-buttons .array-prev i {
    transform: rotate(45deg);
  }

  .testimonial-wrapper .testimonial-content .array-buttons .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
  }

  .testimonial-wrapper .testimonial-content .array-buttons .array-next {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    width: 46px;
    height: 46px;
    line-height: 46px;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    margin-right: 10px;
  }

  .testimonial-wrapper .testimonial-content .array-buttons .array-next i {
    transform: rotate(45deg);
  }

  .testimonial-wrapper .testimonial-content .array-buttons .array-next:hover {
    background-color: var(--theme);
  }

  .testimonial-box-item-5 {
    padding: 30px;
    background-color: var(--bg-2);
    margin-top: 30px;
  }

  .testimonial-box-item-5 .star {
    color: rgb(189, 132, 76);
    margin-bottom: 10px;
  }

  .testimonial-box-item-5 p {
    max-width: 318px;
    color: var(--header);
    margin-bottom: 20px;
  }

  .testimonial-section-5 {
    position: relative;
  }

  .testimonial-section-5 .array-buttons .array-prev {
    position: absolute;
    top: 50%;
    left: 15%;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
  }

  .testimonial-section-5 .array-buttons .array-next {
    position: absolute;
    top: 50%;
    right: 15%;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    background-color: var(--theme);
  }

  .testimonial-section-5 .array-buttons .array-next:hover {
    background-color: var(--header);
  }

  /*# sourceMappingURL=main.css.map */








  /* why choose */
  .why-choose-us-points {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .why-choose-us-points li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }

  .why-choose-us-points li img {
    width: 50px;

    margin-right: 12px;
  }

  /* .why-choose-us-points li span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
} */







  .social-icons a {
    color: #ffffff;
  }

  .inner_paddings {
    padding: 0px 80px;
  }

  .main-menu ul li.active>a {
    color: var(--theme-color, #be9950);
    font-weight: 600;
  }




  /* Floating Button Container */
  .floating-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;

    gap: 10px;
    z-index: 9999;
    background-color: beige;
    padding: 5px;
  }

  /* Individual Buttons */
  .fab-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* Button Colors */
  .fab-btn.whatsapp {
    background-color: #25D366;
  }

  .fab-btn.call {
    background-color: #007BFF;
  }

  .fab-btn.location {
    background-color: #F44336;
  }

  /* Hover Effect */
  .fab-btn:hover {
    transform: scale(1.1);
    opacity: 0.9;
  }

  /* Mobile Specific */
  @media (min-width: 768px) {
    .floating-buttons {
      display: none;
      /* Hide on desktop if you want */
    }

    .float1 {
      display: none;
    }
  }





  .whatsapp-icon {

    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 47px;
    left: 17px;
    z-index: 50000000;

  }

  @media screen and (max-width:760px) {
    .whatsapp-icon {
      display: none;
    }
  }

  @media (min-width:761px) and (max-width:3000px) {
    .whatsapp-icon {
      display: block;
    }
  }

  /* whatsicon */

  @media only screen and (min-width: 768px) and (max-width: 5000px) {
    .floatbutton1 {
      display: none;
    }
  }



  /* image hove effect */
  /* Product card hover  arrival*/
  .product-card-item {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
    padding: 12px;
    border: 1px solid ;
  }

  /* Image styling */
  .product-card-item .product-image img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
  }

  /* Hover effect for card */
  .product-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }

  /* Zoom image on hover */
  .product-card-item:hover .product-image img {
    /* transform: scale(1.1); */
  }

  /* section hovwe */



  /* @media only screen and (min-width: 1100px) and (max-width: 1600px)
{

  .why1{
  display: none !important;
  }
} */

  @media only screen and (min-width: 1200px) and (max-width: 1350px) {

    .whay12 {
      display: none !important;
    }
  }





  @media (max-width: 400px) {
    .call1 {
      display: none;
    }
  }



  @media only screen and (min-width: 350px) and (max-width: 768px) {
    .contact1 {
      margin-top: -60px !important;
    }

    .why1 {
      margin-top: -70px !important;
      margin-bottom: -70px !important;
    }

    .prod {
      margin-top: -85px !important;
      margin-bottom: -20px !important;
    }

    .vila {
      margin-top: -55px !important;
    }

    .ab1 {
      margin-top: -15px !important;
      margin-bottom: -5px !important;
    }

    .thri {
      text-align: left !important;
    }

    .abim {
      display: none;
    }

    .njan1 {
      line-height: 30px !important;
    }

  }




  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .callsicons {
      display: none !important;
    }
  }

  

}





@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../assets/fonts/CormorantGaramond-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

.title-font {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 20px !important;
    font-weight: 300;
}
