  /*
  Theme Name: Genius Shop HTML Template
  Author: GeniusOcean
  Author URI: https://codecanyon.net/user/geniusocean/portfolio
  Tags: Plumbing,blog, agency
  Description: Pro-Plamber - Plumbing Service HTML5 Template
  Version: 1.0.0
  */
  /************************************** base css **************************************/
  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
  body {
    margin: 0;
    font-family: "Poppins", sans-serif;
  }

  input {
    outline: 0;
  }

  select {
    outline: 0;
    border: 0;
  }

  a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
  }

  button {
    border: 0;
    background-color: transparent;
  }

  @media (min-width: 768px) {
    .container {
      padding: 0 !important;
    }
  }

  h1,
  h2 {
    font-weight: 700;
    line-height: 120%;
    font-family: "Saira", sans-serif;
    padding: 0;
    margin: 0;
  }

  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
    line-height: 130%;
    font-family: "Saira", sans-serif;
    padding: 0;
    margin: 0;
  }

  h1 {
    font-size: 64px;
  }
  @media (max-width: 1199.97px) {
    h1 {
      font-size: 40px;
    }
  }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 36px;
    }
  }

  h2 {
    font-size: 48px;
  }
  @media (max-width: 1199.97px) {
    h2 {
      font-size: 32px;
    }
  }

  h3 {
    font-size: 40px;
    line-height: 120%;
  }
  @media (max-width: 1199.97px) {
    h3 {
      font-size: 28px;
    }
  }

  h4 {
    font-size: 32px;
  }
  @media (max-width: 1199.97px) {
    h4 {
      font-size: 24px;
    }
  }

  h5 {
    font-size: 24px;
  }
  @media (max-width: 1199.97px) {
    h5 {
      font-size: 20px;
    }
  }

  h6 {
    font-size: 20px;
  }
  @media (max-width: 1199.97px) {
    h6 {
      font-size: 18px;
    }
  }
  @media (max-width: 767.98px) {
    h6 {
      font-size: 16px;
    }
  }

  p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 170%;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }
  @media (max-width: 1199.97px) {
    p {
      font-size: 14px;
    }
  }
  p.text-xs {
    font-size: 12px;
  }
  p.text-lg {
    font-size: 18px;
  }
  @media (max-width: 1199.97px) {
    p.text-lg {
      font-size: 16px;
    }
  }

  /***************** spacing padding *************/
  .pt-100 {
    padding-top: 100px;
  }
  @media (max-width: 767.98px) {
    .pt-100 {
      padding-top: 70px;
    }
  }

  .pt-200 {
    padding-top: 200px;
  }

  .ptb-100 {
    padding: 100px 0;
  }
  @media (max-width: 767.98px) {
    .ptb-100 {
      padding: 70px 0;
    }
  }

  .ptb-60 {
    padding: 60px 0;
  }

  .pt-20 {
    padding-top: 20px;
  }

  .pt-24 {
    padding-top: 24px;
  }

  .pb-20 {
    padding-bottom: 20px;
  }

  .pb-24 {
    padding-bottom: 24px;
  }

  .pt-40 {
    padding-top: 40px;
  }

  .pt-30 {
    padding-top: 30px;
  }

  .pt-32 {
    padding-top: 32px;
  }

  .pb-30 {
    padding-bottom: 30px;
  }

  .pb-32 {
    padding-bottom: 32px;
  }

  .pb-40 {
    padding-bottom: 40px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }
  @media (max-width: 767.98px) {
    .pb-100 {
      padding-bottom: 70px;
    }
  }

  .pb-140 {
    padding-bottom: 140px;
  }
  @media (max-width: 767.98px) {
    .pb-140 {
      padding-bottom: 100px;
    }
  }

  .py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-45 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .py-120 {
    padding: 120px 0px;
  }
  @media (max-width: 1199.97px) {
    .py-120 {
      padding: 80px 0px;
    }
  }
  @media (max-width: 991.97px) {
    .py-120 {
      padding: 60px 0px;
    }
  }

  /*********************** spacing margin ***********************/
  .mt-10 {
    margin-top: 10px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .mt-32 {
    margin-top: 32px;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .mt-48 {
    margin-top: 48px;
  }

  .mt-50 {
    margin-top: 50px;
  }

  .mt-60 {
    margin-top: 60px;
  }
  @media (max-width: 767.98px) {
    .mt-60 {
      margin-top: 30px;
    }
  }

  .mt-70 {
    margin-top: 70px;
  }

  .mt-80 {
    margin-top: 80px;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .mb-24 {
    margin-bottom: 24px;
  }

  .mb-32 {
    margin-bottom: 32px;
  }

  .mb-36 {
    margin-bottom: 36px;
  }
  @media (max-width: 991.97px) {
    .mb-36 {
      margin-bottom: 18px;
    }
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .mb-60 {
    margin-bottom: 60px;
  }
  @media (max-width: 991.97px) {
    .mb-60 {
      margin-bottom: 30px;
    }
  }

  .mb-100 {
    margin-bottom: 100px;
  }

  .mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mt-120 {
    margin-top: 120px;
  }
  @media (max-width: 767.98px) {
    .mt-120 {
      margin-top: 70px;
    }
  }

  .gap-32 {
    gap: 32px;
  }

  .gap-12 {
    gap: 12px;
  }

  /******************************* theme css **********************************/
  .bg-light-white {
    background-color: #f6f6f6;
  }

  .bg-class {
    background-size: cover;
    background-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
  }

  .text-red {
    color: #f2415a;
  }

  .bg-pending {
    background-color: #fac03c;
  }

  .bg-processing {
    background-color: #c6ff29;
    color: #ffffff;
  }

  .bg-complete {
    background-color: #27be69;
    color: #ffffff;
  }

  .bg-declined {
    background-color: #f2415a;
    color: #ffffff;
  }

  @-webkit-keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }

  @keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }

  @-webkit-keyframes theme_fadeInUp {
    0% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes theme_fadeInUp {
    0% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  @-webkit-keyframes theme_fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes theme_fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @-webkit-keyframes product-hover {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
      transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
  }

  @keyframes product-hover {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
      transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
  }

  @-webkit-keyframes toTopFromBottom {
    49% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    51% {
      opacity: 1;
    }
  }

  @keyframes toTopFromBottom {
    49% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    51% {
      opacity: 1;
    }
  }

  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }

  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  @-webkit-keyframes flipimage {
    0% {
      -webkit-transform: scale(1) rotateY(0deg);
      transform: scale(1) rotateY(0deg);
    }
    50% {
      -webkit-transform: scale(0.8) rotateY(90deg);
      transform: scale(0.8) rotateY(90deg);
    }
    100% {
      -webkit-transform: scale(1) rotateY(0);
      transform: scale(1) rotateY(0);
    }
  }

  @keyframes flipimage {
    0% {
      -webkit-transform: scale(1) rotateY(0deg);
      transform: scale(1) rotateY(0deg);
    }
    50% {
      -webkit-transform: scale(0.8) rotateY(90deg);
      transform: scale(0.8) rotateY(90deg);
    }
    100% {
      -webkit-transform: scale(1) rotateY(0);
      transform: scale(1) rotateY(0);
    }
  }

  @-webkit-keyframes loading {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }

  @keyframes loading {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }

  /******************************** components ******************************/
  /**************** scroll top button ***************/
  .info-bar-btn {
    padding: 2px 8px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #ffffff;
  }

  .header-toggle {
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    display: none;
  }
  @media (max-width: 991.97px) {
    .header-toggle svg {
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 0;
    }
  }

  .template-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    padding: 16px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    background: #100E32;
    text-transform: capitalize;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .template-btn.outline-btn {
    background: transparent;
    border: 1px solid #9a8e8c !important;
    color: #344054 !important;
    font-weight: 600;
  }
  .template-btn.outline-btn:hover {
    color: #100E32 !important;
    border: 1px solid #100E32 !important;
    background-color: transparent !important;
  }
  .template-btn.lg-btn {
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
  }
  .template-btn.md-btn {
    padding: 8px 20px;
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
  }
  .template-btn.sm-btn {
    padding: 8px 20px;
    border-radius: 4px;
    height: 30px;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
  }
  .template-btn.dark-outline {
    background-color: #ffffff;
    border: 1px solid #1f0300;
    color: #1f0300;
  }
  .template-btn.dark-outline svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .template-btn.dark-outline:hover {
    color: #ffffff;
    border: 1px solid #745d5d;
    background-color: #745d5d;
  }
  .template-btn.dark-outline:hover svg path {
    fill: #ffffff;
  }
  .template-btn.dark-btn {
    background-color: #050404;
  }
  .template-btn.dark-btn:hover {
    background-color: #745d5d;
  }
  .template-btn.black-btn {
    background-color: #030712;
  }
  .template-btn.black-btn:hover {
    background-color: #745d5d;
  }
  .template-btn.outlinee-btn {
    background: transparent;
    border: 1px solid #100E32;
    color: #100E32;
  }
  .template-btn.outlinee-btn:hover {
    color: #ffffff;
  }
  .template-btn.yellow-btn {
    background-color: #fac03c;
    color: #1f0300;
  }
  .template-btn.yellow-btn:hover {
    background-color: #fac03c;
    color: #1f0300;
  }
  .template-btn.green-btn {
    background-color: #27be69;
    color: #ffffff;
  }
  .template-btn.green-btn:hover {
    background-color: #27be69;
    color: #ffffff;
  }
  .template-btn.danger-btn {
    background-color: #f2415a;
    color: #ffffff;
  }
  .template-btn.danger-btn:hover {
    background-color: #f2415a;
    color: #ffffff;
  }
  .template-btn:hover {
    background-color: #1D58DB;
  }
  @media (max-width: 1199.97px) {
    .template-btn {
      height: 48px;
      padding: 10px 20px;
      font-size: 16px;
    }
  }
  @media (max-width: 575.97px) {
    .template-btn {
      font-size: 14px;
      height: 40px;
    }
  }

  .shop-now-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: inline-block !important;
  }

  .newsletter-btn {
    width: 75px;
    height: 48px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #030712;
    color: #ffffff;
    border-radius: 0px 8px 8px 0px;
  }
  @media (max-width: 1199.97px) {
    .newsletter-btn {
      font-size: 16px;
    }
  }
  @media (max-width: 767.98px) {
    .newsletter-btn {
      font-size: 14px;
    }
  }

  .active-tab-btn {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #ffffff;
    color: #1f0300;
  }
  .active-tab-btn.active {
    color: #100E32;
    border-bottom: 2px solid red;
  }
  .active-tab-btn.active:hover {
    background-color: transparent;
  }
  .active-tab-btn.active:hover::before {
    top: -10px;
  }
  @media (max-width: 767.98px) {
    .active-tab-btn {
      padding: 8px 10px;
    }
  }

  .state-left-btn {
    border-bottom: 2px solid #b7aead;
  }

  .state-right-btn {
    border-bottom: 2px solid #b7aead;
  }

  .icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .icon-btn.icon-btn-lg {
    width: 62px !important;
    height: 60px !important;
  }
  @media (max-width: 991.97px) {
    .icon-btn.icon-btn-lg {
      width: 52px !important;
      height: 52px !important;
    }
  }
  @media (max-width: 424.99px) {
    .icon-btn.icon-btn-lg {
      width: 40px !important;
      height: 40px !important;
    }
  }
  .icon-btn.icon-btn-md {
    width: 48px !important;
    height: 48px !important;
  }

  .status-btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
  }

  .gs-checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    position: relative;
  }
  .gs-checkbox-wrapper label {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
    position: relative;
    margin-left: 28px;
  }
  .gs-checkbox-wrapper input[type="checkbox"] {
    display: none;
  }
  .gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label {
    border-color: #100E32;
    background-color: #ffffff;
  }
  .gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label svg {
    display: block;
  }
  .gs-checkbox-wrapper .icon-label {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #796866;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    margin-left: 0;
  }
  .gs-checkbox-wrapper .icon-label svg {
    display: none;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .gs-radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 12px;
    position: relative;
  }
  .gs-radio-wrapper label {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    position: relative;
    margin-left: 28px;
  }
  @media (max-width: 399.97px) {
    .gs-radio-wrapper label {
      font-size: 14px;
    }
  }
  .gs-radio-wrapper input[type="radio"] {
    display: none;
  }
  .gs-radio-wrapper input[type="radio"]:checked + .icon-label {
    border-color: #100E32;
    background-color: #ffffff;
  }
  .gs-radio-wrapper input[type="radio"]:checked + .icon-label svg {
    display: block;
  }
  .gs-radio-wrapper .icon-label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #796866;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    margin-left: 0;
  }
  .gs-radio-wrapper .icon-label svg {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
  }

  .price-curr {
    background: #e9e6e6;
    width: 40px;
    height: 51px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    right: -6px;
  }
  @media (max-width: 767.98px) {
    .price-curr {
      height: 50px;
    }
  }

  .gs-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .gs-pagination li.active a {
    background-color: #100E32;
    color: #ffffff;
    border: #100E32;
  }
  .gs-pagination li.active a svg path {
    fill: #ffffff;
  }
  .gs-pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49px;
    height: 48px;
    padding: 11px 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #9a8e8c;
    background: #ffffff;
    color: #1f0300;
    font-size: 20px;
    line-height: 130%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-pagination li a svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-pagination li a:hover {
    background-color: #100E32;
    color: #ffffff;
    border: #100E32;
  }
  .gs-pagination li a:hover svg path {
    fill: #ffffff;
  }
  @media (max-width: 399.97px) {
    .gs-pagination li a {
      width: 35px;
      height: 35px;
    }
  }

  .gs-title-box .title {
    margin-bottom: 24px;
  }

  .gs-single-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .gs-single-cat.h3-gs-single-cat {
    position: relative;
  }
  .gs-single-cat.h3-gs-single-cat .inner-box {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 24px;
    padding: 8px;
    width: calc(100% - 44px);
  }
  .gs-single-cat.h3-gs-single-cat .cate-img.square {
    width: 244.541px;
    height: 232px;
  }
  @media (max-width: 575.97px) {
    .gs-single-cat.h3-gs-single-cat .cate-img.square {
      width: 95%;
    }
  }
  .gs-single-cat:hover .cate-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .gs-single-cat:hover h6 {
    color: #100E32;
  }
  .gs-single-cat .cate-img {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 190px;
    height: 190px;
    padding: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #858585;
    border-radius: 50%;
    margin-bottom: 12px;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .gs-single-cat .cate-img.square {
    border: none;
    border-radius: 8px;
    width: 200px;
  }
  .gs-single-cat h6 {
    color: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-single-cat .title {
    margin-bottom: 4px;
  }
  .gs-single-cat .des {
    color: #1f0300;
    font-size: 12px;
  }

  .single-offer-product {
    position: relative;
    overflow: hidden;
  }
  .single-offer-product .promo-img {
    width: 100%;
    height: 328px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  @media (max-width: 767.98px) {
    .single-offer-product .promo-img {
      height: 200px !important;
    }
  }
  .single-offer-product.verticle .promo-img {
    width: 100%;
    height: 680px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  @media (max-width: 767.98px) {
    .single-offer-product.verticle .promo-img {
      height: 340px !important;
    }
  }
  .single-offer-product.verticle .inner-content {
    top: initial;
    right: 24px;
    bottom: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 32px;
  }
  .single-offer-product.verticle .inner-content .upper-title {
    font-size: 16px;
  }
  .single-offer-product.verticle .inner-content .btm-title {
    font-size: 18px;
  }
  @media (max-width: 575.97px) {
    .single-offer-product.verticle .inner-content {
      right: 8px;
      bottom: 8px;
      padding: 16px;
    }
    .single-offer-product.verticle .inner-content .upper-title,
    .single-offer-product.verticle .inner-content .btm-title {
      font-size: 10px;
    }
    .single-offer-product.verticle .inner-content .main-title {
      font-size: 18px;
    }
  }
  .single-offer-product .promo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .single-offer-product .inner-content {
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: right;
    color: #1f0300;
  }
  .single-offer-product .inner-content .main-title {
    font-weight: 500;
    line-height: 130%;
  }
  .single-offer-product .inner-content .upper-title,
  .single-offer-product .inner-content .btm-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
  }
  @media (max-width: 575.97px) {
    .single-offer-product .inner-content {
      top: 8px;
      right: 8px;
    }
    .single-offer-product .inner-content .upper-title,
    .single-offer-product .inner-content .btm-title {
      font-size: 8px;
    }
    .single-offer-product .inner-content .main-title {
      font-size: 12px;
    }
  }
  .single-offer-product:hover .promo-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .single-product .img-wrapper,
  .single-product-list-view .img-wrapper {
    overflow: hidden;
    position: relative;
  }
  .single-product .img-wrapper .product-img,
  .single-product-list-view .img-wrapper .product-img {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
    height: 312px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .single-product .img-wrapper .product-badge,
  .single-product-list-view .img-wrapper .product-badge,
  .single-product .img-wrapper .add-to-wishlist-btn,
  .single-product-list-view .img-wrapper .add-to-wishlist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 16px;
    z-index: 5;
  }
  .single-product .img-wrapper .product-badge,
  .single-product-list-view .img-wrapper .product-badge {
    width: 62px;
    height: 29px;
    padding: 4px 16px;
    gap: 10px;
    background-color: #1f0300;
    color: #ffffff;
    left: 16px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
  }

  .single-product .img-wrapper .add-to-wishlist-btn,
  .single-product-list-view .img-wrapper .add-to-wishlist-btn {
    width: 48px;
    height: 48px;
    padding: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #ffffff;
    right: 16px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .single-product .img-wrapper .add-to-wishlist-btn.active svg path,
  .single-product-list-view .img-wrapper .add-to-wishlist-btn.active svg path {
    stroke: #100E32;
    fill: #100E32;
  }
  .single-product .img-wrapper .add-to-wishlist-btn svg path,
  .single-product-list-view .img-wrapper .add-to-wishlist-btn svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .single-product .img-wrapper .add-to-wishlist-btn:hover svg path,
  .single-product-list-view .img-wrapper .add-to-wishlist-btn:hover svg path {
    stroke: #100E32;
  }

  .single-product .content-wrapper,
  .single-product-list-view .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    background-color: #ffffff;
  }

  .single-product .product-title,
  .single-product-list-view .product-title {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .single-product .product-title a,
  .single-product-list-view .product-title a {
    color: #1f0300;
  }

  .single-product .price-wrapper,
  .single-product-list-view .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
  }
  .single-product .price-wrapper h6,
  .single-product-list-view .price-wrapper h6,
  .single-product .price-wrapper h4,
  .single-product-list-view .price-wrapper h4 {
    color: #1f0300;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .single-product .price-wrapper h6 del,
  .single-product-list-view .price-wrapper h6 del,
  .single-product .price-wrapper h4 del,
  .single-product-list-view .price-wrapper h4 del {
    color: #b7aead;
    font-weight: 400;
  }

  .single-product .ratings-wrapper,
  .single-product-list-view .ratings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
  }

  .single-product .rating-title,
  .single-product-list-view .rating-title {
    color: #1f0300;
    text-align: right;
    font-family: "Saira", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .single-product .add-to-cart,
  .single-product-list-view .add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
  }

  .single-product .add-cart,
  .single-product-list-view .add-cart {
    width: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #030712;
  }

  .single-product .add-cart,
  .single-product-list-view .add-cart,
  .single-product .compare,
  .single-product-list-view .compare,
  .single-product .details,
  .single-product-list-view .details {
    background-color: #ffffff;
    padding: 12px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .single-product .add-cart:hover,
  .single-product-list-view .add-cart:hover,
  .single-product .compare:hover,
  .single-product-list-view .compare:hover,
  .single-product .details:hover,
  .single-product-list-view .details:hover {
    background-color: #100E32;
    color: #ffffff;
  }

  .single-product .compare,
  .single-product-list-view .compare,
  .single-product .details,
  .single-product-list-view .details {
    padding: 12px;
    border-radius: 4px;
  }
  .single-product .compare .icon path,
  .single-product-list-view .compare .icon path,
  .single-product .details .icon path,
  .single-product-list-view .details .icon path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .single-product .compare:hover,
  .single-product-list-view .compare:hover,
  .single-product .details:hover,
  .single-product-list-view .details:hover {
    background-color: #100E32;
  }
  .single-product .compare:hover .icon path,
  .single-product-list-view .compare:hover .icon path,
  .single-product .details:hover .icon path,
  .single-product-list-view .details:hover .icon path {
    stroke: #ffffff;
  }

  .single-product.list-view,
  .list-view.single-product-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-product.list-view .product-title,
  .list-view.single-product-list-view .product-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  @media (max-width: 1199.97px) {
    .single-product.list-view .product-title,
    .list-view.single-product-list-view .product-title {
      font-size: 24px;
    }
  }
  .single-product.list-view .price-wrapper h6,
  .list-view.single-product-list-view .price-wrapper h6 {
    font-size: 32px;
  }
  .single-product.list-view .price-wrapper h6 del,
  .list-view.single-product-list-view .price-wrapper h6 del {
    color: #b7aead;
  }

  .single-product:hover .product-img,
  .single-product-list-view:hover .product-img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }

  .single-product:hover .product-title,
  .single-product-list-view:hover .product-title {
    color: #100E32;
  }
  .single-product:hover .product-title a,
  .single-product-list-view:hover .product-title a {
    color: #100E32;
  }

  .single-product:hover .add-to-cart,
  .single-product-list-view:hover .add-to-cart {
    visibility: visible;
    opacity: 1;
  }

  .single-product-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .single-product-list-view .img-wrapper {
    width: 400px;
  }
  .single-product-list-view .img-wrapper .product-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .single-product-list-view .content-wrapper {
    padding: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .single-product-list-view .product-title,
  .single-product-list-view .price-wrapper h4 {
    font-size: 32px;
  }
  .single-product-list-view .product-title del,
  .single-product-list-view .price-wrapper h4 del {
    font-size: 28px;
  }
  @media (max-width: 1199.97px) {
    .single-product-list-view .product-title del,
    .single-product-list-view .price-wrapper h4 del {
      font-size: 20px;
    }
  }
  .single-product-list-view .rating-title {
    font-size: 20px;
  }
  .single-product-list-view .add-to-cart {
    position: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    opacity: 1;
    width: 100%;
    margin-top: 32px;
  }
  @media (max-width: 991.97px) {
    .single-product-list-view .add-to-cart {
      margin-top: 10px;
    }
  }
  .single-product-list-view .compare,
  .single-product-list-view .details {
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-product-list-view .add-cart,
  .single-product-list-view .compare,
  .single-product-list-view .details {
    background-color: #f8f7f7;
    padding: 12px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .single-product-list-view .add-cart:hover,
  .single-product-list-view .compare:hover,
  .single-product-list-view .details:hover {
    background-color: #100E32;
    color: #ffffff;
  }
  .single-product-list-view .add-cart {
    width: 100%;
  }
  @media (max-width: 991.97px) {
    .single-product-list-view .add-cart {
      padding: 12px;
    }
  }
  @media (max-width: 1199.97px) {
    .single-product-list-view .product-title,
    .single-product-list-view .price-wrapper h4 {
      font-size: 24px;
    }
    .single-product-list-view .rating-title {
      font-size: 18px;
    }
  }
  @media (max-width: 991.97px) {
    .single-product-list-view {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .single-product-list-view .img-wrapper {
      width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .single-product-list-view .product-title,
    .single-product-list-view .price-wrapper h4 {
      font-size: 20px;
    }
    .single-product-list-view .rating-title {
      font-size: 16px;
    }
    .single-product-list-view .add-cart {
      padding: 12px;
    }
    .single-product-list-view .content-wrapper {
      padding: 12px 8px;
    }
  }

  .gs-deal-of-day {
    overflow: hidden;
    background-color: rgba(255, 76, 59, 0.05);
    position: relative;
  }
  .gs-deal-of-day.gs-deal-of-day-home2
    .deal-of-day-wrapper
    .deal-of-day-content
    .title::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background-color: #1f0300;
    margin-top: 14px;
  }
  .gs-deal-of-day.gs-deal-of-day-home2
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item {
    background-color: #ffeceb;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #100E32;
  }
  @media (max-width: 767.98px) {
    .gs-deal-of-day.gs-deal-of-day-home2
      .deal-of-day-wrapper
      .deal-of-day-content
      .countdown-wrapper
      .countdown-item {
      width: 55px;
      height: 55px;
    }
  }
  .gs-deal-of-day.gs-deal-of-day-home2 .deal-of-day-img img {
    width: 960px;
  }
  .gs-deal-of-day.gs-deal-of-day-home3 .deal-of-day-img {
    position: absolute;
    left: 0 !important;
    bottom: 0;
    z-index: -1;
  }
  .gs-deal-of-day.gs-deal-of-day-home3 .deal-of-day-img img {
    width: 912px;
  }
  @media (max-width: 1919.97px) {
    .gs-deal-of-day.gs-deal-of-day-home3 .deal-of-day-img img {
      width: calc(50% - 24px);
      -o-object-fit: cover;
      object-fit: cover;
    }
  }
  .gs-deal-of-day.gs-deal-of-day-home3
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item {
    border-radius: 4px;
  }
  .gs-deal-of-day .deal-of-day-wrapper {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .title {
    font-weight: 700;
    line-height: 120%;
    color: #1f0300;
    margin-bottom: 26px;
    text-transform: uppercase;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #1f0300;
    margin-bottom: 18px;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .deal-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .countdown-wrapper {
    margin-top: 24px;
    width: 345px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 26px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    padding: 14px 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item
    .countdown-number,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item
    .countdown-title {
    font-size: 14px;
    font-weight: 600;
    color: #1f0300;
    text-transform: uppercase;
    margin: 0 !important;
  }
  .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .img-wrapper
    .product-badge,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .img-wrapper
    .product-badge {
    left: 12px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .img-wrapper
    .add-to-wishlist-btn,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .img-wrapper
    .add-to-wishlist-btn {
    right: 12px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper {
    padding: 16px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper
    .product-title,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper
    .product-title {
    font-size: 14px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper
    .price-wrapper
    h6,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper
    .price-wrapper
    h6 {
    font-size: 16px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper
    .ratings-wrapper,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper
    .ratings-wrapper {
    gap: 6px;
  }
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper
    .add-to-cart,
  .gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper
    .add-to-cart {
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 12px;
  }
  .gs-deal-of-day .deal-of-day-img {
    position: absolute;
    left: 52%;
    bottom: 0;
  }
  .gs-deal-of-day .deal-of-day-img img {
    width: 892px;
  }
  @media (max-width: 1199.97px) {
    .gs-deal-of-day .deal-of-day-img img {
      width: 800px;
      height: 650px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .sub-title {
      font-size: 18px !important;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-description {
      font-size: 16px !important;
    }
  }
  @media (max-width: 991.97px) {
    .gs-deal-of-day .deal-of-day-img {
      display: none;
    }
    .gs-deal-of-day .deal-of-day-wrapper {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .sub-title {
      font-size: 20px !important;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-description {
      font-size: 18px !important;
      max-width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .title {
      font-size: 32px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .sub-title {
      font-size: 18px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .deal-description {
      font-size: 16px !important;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .countdown-wrapper {
      width: 260px;
    }
    .gs-deal-of-day
      .deal-of-day-wrapper
      .deal-of-day-content
      .countdown-wrapper
      .countdown-item-wrapper {
      gap: 8px;
    }
    .gs-deal-of-day
      .deal-of-day-wrapper
      .deal-of-day-content
      .countdown-wrapper
      .countdown-item {
      padding: 10px 16px;
    }
    .gs-deal-of-day
      .deal-of-day-wrapper
      .deal-of-day-content
      .countdown-wrapper
      .countdown-item
      .countdown-number,
    .gs-deal-of-day
      .deal-of-day-wrapper
      .deal-of-day-content
      .countdown-wrapper
      .countdown-item
      .countdown-title {
      font-size: 12px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .title {
      font-size: 28px;
      margin-bottom: 14px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .sub-title {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .deal-description {
      font-size: 14px !important;
    }
    .gs-deal-of-day
      .deal-of-day-wrapper
      .deal-of-day-content
      .countdown-wrapper
      .countdown-item-wrapper {
      margin-bottom: 14px;
      gap: 8px;
    }
    .gs-deal-of-day
      .deal-of-day-wrapper
      .deal-of-day-content
      .countdown-wrapper
      .countdown-item {
      padding: 10px 16px;
    }
    .gs-deal-of-day
      .deal-of-day-wrapper
      .deal-of-day-content
      .countdown-wrapper
      .countdown-item
      .countdown-number,
    .gs-deal-of-day
      .deal-of-day-wrapper
      .deal-of-day-content
      .countdown-wrapper
      .countdown-item
      .countdown-title {
      font-size: 12px;
    }
  }

  .gs-partner-section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .gs-partner-section .single-partner img {
    border: 1px solid #e9e6e6;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
    height: 88px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gs-partner-section .single-partner img:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
  }
  @media (max-width: 991.97px) {
    .gs-partner-section {
      margin-top: 60px;
      margin-bottom: 60px;
    }
  }

  .gs-sm-recent-post-wrapper .recent-post {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .gs-sm-recent-post-wrapper .recent-post img {
    width: 78px;
    height: 70px;
  }
  .gs-sm-recent-post-wrapper .recent-post .post-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 6px;
  }
  .gs-sm-recent-post-wrapper .recent-post .post-date {
    font-size: 12px;
    font-weight: 400;
    color: #bdbdbd;
    margin: 0;
  }
  .gs-sm-recent-post-wrapper .recent-post .post-date svg {
    margin-right: 8px;
  }
  .gs-sm-recent-post-wrapper .recent-post:hover .post-title {
    color: #100E32;
  }

  .gs-main-single-blog {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 767.98px) {
    .gs-main-single-blog {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .gs-main-single-blog .left-side-content {
      width: 100%;
    }
  }
  .gs-main-single-blog .left-side-content .blog-img {
    width: 312px;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @media (max-width: 767.98px) {
    .gs-main-single-blog .left-side-content .blog-img {
      width: 100%;
      height: 300px;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }
  .gs-main-single-blog .right-side-content {
    padding: 24px;
  }
  @media (max-width: 767.98px) {
    .gs-main-single-blog .right-side-content {
      padding: 16px;
    }
  }
  .gs-main-single-blog .right-side-content .title {
    display: inline-block;
    color: #1f0300;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 130%;
  }
  .gs-main-single-blog .right-side-content .des {
    color: #4c3533;
  }
  .gs-main-single-blog .right-side-content .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    margin-top: 16px;
  }
  .gs-main-single-blog .right-side-content .date-wrapper .date-text {
    font-size: 18px;
    color: #4c3533;
  }
  @media (max-width: 1289.99px) {
    .gs-main-single-blog .right-side-content .date-wrapper {
      margin-bottom: 24px;
    }
  }
  @media (max-width: 1239.99px) {
    .gs-main-single-blog .right-side-content .title {
      margin-bottom: 10px;
    }
    .gs-main-single-blog .right-side-content .date-wrapper {
      margin-bottom: 20px;
      margin-top: 10px;
    }
    .gs-main-single-blog .right-side-content .date-wrapper .date-text {
      font-size: 16px;
    }
  }
  .gs-main-single-blog:hover .right-side-content .title {
    color: #100E32;
  }

  .single-blog-widget {
    padding: 24px 24px 24px 24px;
  }
  .single-blog-widget .widget-title {
    color: #1f0300;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-bottom: 1px solid #c7c0bf;
    padding-bottom: 12px;
  }
  .single-blog-widget .search-form {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #d9d4d4;
    padding: 12px 24px;
  }
  .single-blog-widget .search-form .input-box {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: #796866;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  @media (max-width: 1199.97px) {
    .single-blog-widget .search-form .input-box {
      font-size: 14px;
    }
  }
  .single-blog-widget .cat-wrapper {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .single-blog-widget .cat-wrapper li a {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  @media (max-width: 1199.97px) {
    .single-blog-widget .cat-wrapper li a {
      font-size: 14px;
    }
  }
  .single-blog-widget .cat-wrapper li a:hover {
    color: #100E32;
  }
  .single-blog-widget .cat-wrapper li a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #1f0300;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 2px;
  }
  .single-blog-widget .gs-sm-recent-post-wrapper {
    padding-top: 24px;
  }
  .single-blog-widget .gs-sm-recent-post-wrapper .recent-post:last-child {
    margin-bottom: 0px;
  }
  .single-blog-widget .gs-sm-recent-post-wrapper .recent-post img {
    width: 80px;
    height: 80px;
  }
  .single-blog-widget .gs-sm-recent-post-wrapper .post-title {
    color: #1f0300;
    font-size: 20px;
  }
  @media (max-width: 1199.97px) {
    .single-blog-widget .gs-sm-recent-post-wrapper .post-title {
      font-size: 16px;
    }
  }
  .single-blog-widget .gs-sm-recent-post-wrapper .post-date {
    color: #4c3533;
  }
  .single-blog-widget .tags-wrapper {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  .single-blog-widget .tags-wrapper li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #f8f7f7;
    color: #1f0300;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  @media (max-width: 1199.97px) {
    .single-blog-widget .tags-wrapper li a {
      padding: 8px 15px;
      font-size: 14px;
    }
  }
  .single-blog-widget .tags-wrapper li a:hover {
    background-color: #100E32;
    color: #ffffff;
  }
  @media (max-width: 991.97px) {
    .single-blog-widget {
      padding: 12px;
    }
  }

  .single-product-widget {
    padding: 24px 16px;
    background: #ffffff;
  }
  .single-product-widget .widget-title {
    color: #1f0300;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-bottom: 1px solid #c7c0bf;
    padding-bottom: 12px;
  }
  .single-product-widget.contact-vendor-wrapper .widget-title {
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .single-product-widget.contact-vendor-wrapper .img-wrapper {
    width: 200px;
    margin: 32px auto 24px auto;
  }
  .single-product-widget.contact-vendor-wrapper .img-wrapper img {
    width: 100%;
  }
  .single-product-widget.contact-vendor-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
  }
  @media (max-width: 991.97px) {
    .single-product-widget.contact-vendor-wrapper ul {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (max-width: 767.98px) {
    .single-product-widget.contact-vendor-wrapper ul {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
    }
  }
  .single-product-widget.contact-vendor-wrapper ul li span {
    color: #4c3533;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .single-product-widget.contact-vendor-wrapper ul li span b {
    font-weight: 500;
  }
  .single-product-widget.contact-vendor-wrapper .vendor-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .single-product-widget.contact-vendor-wrapper .vendor-input-wrapper .input-cls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 19px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    border-radius: 6px;
    border: 1px solid #d9d4d4;
    background: #ffffff;
  }
  .single-product-widget.contact-vendor-wrapper
    .vendor-input-wrapper
    .input-cls.txtarea-cls {
    height: initial;
  }

  .gs-single-recent-product-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    background: #ffffff;
  }
  .gs-single-recent-product-widget .img-wrapper {
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .gs-single-recent-product-widget .img-wrapper .thumb {
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-single-recent-product-widget .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .gs-single-recent-product-widget .content-wrapper .title {
    color: #1f0300;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-single-recent-product-widget .content-wrapper .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  .gs-single-recent-product-widget .content-wrapper .price-wrapper .price {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .gs-single-recent-product-widget .content-wrapper .price-wrapper .price del {
    color: #a0a0a0;
    font-weight: 400;
  }
  .gs-single-recent-product-widget .content-wrapper .rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
  }
  .gs-single-recent-product-widget .content-wrapper .rating-wrapper .rating {
    color: #1f0300;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .gs-single-recent-product-widget:hover .img-wrapper .thumb {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .gs-single-recent-product-widget:hover .content-wrapper .title {
    color: #100E32;
  }

  .gs-service-section {
    background-color: #1f0300;
  }
  .gs-service-section .services-area {
    margin: 60px 0;
  }
  .gs-service-section .services-area .single-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .gs-service-section .services-area .single-service .icon-wrapper img {
    width: 60px !important;
    height: 60px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .gs-service-section .services-area .single-service .service-content {
    padding-top: 5px;
    color: #ffffff;
  }
  .gs-service-section .services-area .single-service .service-content h6 {
    font-weight: 500;
  }
  .gs-service-section .services-area .single-service .service-content p {
    font-weight: 400;
    margin-bottom: 0 !important;
  }
  @media (max-width: 991.97px) {
    .gs-service-section .service-row {
      margin: 0 !important;
      padding: 20px 0;
    }
    .gs-service-section .services-area {
      margin: 40px 0;
    }
  }
  @media (max-width: 767.98px) {
    .gs-service-section .services-area {
      margin: 20px 0;
    }
  }

  .gs-latest-post-section a {
    text-decoration: none;
    color: #1f0300;
  }

  .gs-latest-post-section .latest-post-area {
    margin: 60px 0;
  }

  .gs-latest-post-section .single-post {
    overflow: hidden;
    display: inline-block;
  }
  .gs-latest-post-section .single-post.h2-single-post {
    position: relative;
    width: 100%;
  }
  .gs-latest-post-section .single-post.h2-single-post .post-img {
    margin-bottom: initial;
  }
  .gs-latest-post-section .single-post.h2-single-post .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.16%, rgba(255, 76, 59, 0.7)),
      color-stop(99.83%, rgba(255, 76, 59, 0))
    );
    background: -webkit-linear-gradient(
      bottom,
      rgba(255, 76, 59, 0.7) 0.16%,
      rgba(255, 76, 59, 0) 99.83%
    );
    background: -o-linear-gradient(
      bottom,
      rgba(255, 76, 59, 0.7) 0.16%,
      rgba(255, 76, 59, 0) 99.83%
    );
    background: linear-gradient(
      0deg,
      rgba(255, 76, 59, 0.7) 0.16%,
      rgba(255, 76, 59, 0) 99.83%
    );
  }
  .gs-latest-post-section .single-post.h2-single-post .post-content {
    padding: 24px;
    position: absolute;
    bottom: -43%;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  @media (max-width: 991.97px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content {
      bottom: -36%;
    }
  }
  @media (max-width: 767.98px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content {
      bottom: -47%;
    }
  }
  @media (max-width: 767.98px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content.home-2 {
      bottom: -40%;
    }
  }
  @media (max-width: 575.97px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content.home-2 {
      bottom: -37%;
    }
  }
  @media (max-width: 459.99px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content.home-2 {
      bottom: -42%;
    }
  }
  .gs-latest-post-section .single-post.h2-single-post .post-content .post-title,
  .gs-latest-post-section .single-post.h2-single-post .post-content .date,
  .gs-latest-post-section .single-post.h2-single-post .post-content .post-desc,
  .gs-latest-post-section .single-post.h2-single-post .post-content .read-more {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-latest-post-section .single-post.h2-single-post .post-content .date,
  .gs-latest-post-section .single-post.h2-single-post .post-content .post-desc,
  .gs-latest-post-section .single-post.h2-single-post .post-content .read-more {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-latest-post-section
    .single-post.h2-single-post
    .post-content
    .read-more::before {
    background-color: #ffffff;
  }
  .gs-latest-post-section .single-post.h2-single-post:hover .post-content {
    bottom: 0;
  }
  .gs-latest-post-section .single-post.h2-single-post:hover .date,
  .gs-latest-post-section .single-post.h2-single-post:hover .post-desc,
  .gs-latest-post-section .single-post.h2-single-post:hover .read-more {
    opacity: 1;
    visibility: visible;
  }
  .gs-latest-post-section .single-post .post-img {
    max-height: 395px;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .gs-latest-post-section .single-post .post-img img {
    width: 100%;
    height: 396px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-latest-post-section .single-post .post-content .post-title {
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-latest-post-section .single-post .post-content .post-title:hover {
    color: #100E32;
  }
  .gs-latest-post-section .single-post .post-content .date {
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .gs-latest-post-section .single-post .post-content .post-desc {
    margin-bottom: 24px;
  }
  .gs-latest-post-section .single-post .post-content .read-more {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-left: 40px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-latest-post-section .single-post .post-content .read-more:hover {
    color: #100E32;
  }
  .gs-latest-post-section .single-post .post-content .read-more:hover::before {
    background-color: #100E32;
  }
  .gs-latest-post-section .single-post .post-content .read-more::before {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1f0300;
    position: absolute;
    bottom: 13px;
  }
  .gs-latest-post-section .single-post:hover .post-img img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  @media (max-width: 1199.97px) {
    .gs-latest-post-section .latest-post-area {
      margin: -50px 0;
    }
    .gs-latest-post-section .single-post .post-content .post-desc {
      margin-bottom: 16px;
    }
    .gs-latest-post-section .single-post .post-content .read-more {
      font-size: 16px;
    }
    .gs-latest-post-section .single-post .post-content .read-more::before {
      bottom: 10px;
    }
  }

  @media (max-width: 991.97px) {
    .gs-latest-post-section .single-post .post-desc {
      margin-bottom: 12px;
    }
    .gs-latest-post-section .single-post .read-more {
      font-size: 14px;
    }
    .gs-latest-post-section .single-post .read-more::before {
      bottom: 8px;
    }
  }

  .gs-cart-section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    > :not(caption)
    > *
    > * {
    padding: 0;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table {
    padding: 0;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
    font-family: "Saira", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 24px;
    border-left: none;
    border-right: none;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead tr {
    border-top: none;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody tr {
    padding: 32px 0;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody td {
    padding-bottom: 32px;
    padding-top: 32px;
    vertical-align: middle;
    text-align: center;
    border-left: none;
    border-right: none;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    td:not(:first-child) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product-area {
    width: 290px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product {
    width: 290px;
    gap: 12px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    img {
    height: 100px;
    width: 100px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info {
    text-align: left;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-title {
    font-size: 18px;
    font-weight: 400;
    color: #1f0300;
    margin-bottom: 15px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    a.cart-title:hover {
    color: #100E32;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-color {
    font-size: 16px;
    font-weight: 400;
    color: #1f0300;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-price {
    font-size: 18px;
    color: #1f0300;
    font-weight: 400;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    input {
    border: none;
    width: 30px;
    text-align: center;
    font-size: 20px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    .cart-quantity-btn {
    width: 40px;
    height: 40px;
    padding: 9px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #f8f7f7;
  }
  .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
    background-color: #f8f7f7;
    padding: 40px 24px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-title {
    color: #000;
    font-weight: 600;
    margin-bottom: 32px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-item:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid #c7c0bf;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-subtitle {
    font-family: "Saira", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #1f0300;
    margin-bottom: 16px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-price {
    font-size: 18px;
    font-weight: 400;
    color: #1f0300;
    margin-bottom: 16px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .total-cart-price {
    color: #100E32;
    font-weight: 700;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-item:not(:first-child) {
    margin-top: 16px;
  }
  .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-btn {
    margin-top: 20px;
  }
  @media (max-width: 1199.97px) {
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
      font-size: 16px;
      padding-bottom: 16px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody tr {
      padding: 24px 0;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody td {
      padding-bottom: 24px;
      padding-top: 24px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product-area {
      width: 200px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product {
      width: 250px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      img {
      height: 80px;
      width: 80px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      .cart-product-info
      .cart-title {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      .cart-product-info
      a.cart-title:hover {
      color: #100E32;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      .cart-product-info
      .cart-color {
      font-size: 12px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-price {
      font-size: 14px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-quantity
      input {
      width: 20px;
      font-size: 16px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-quantity
      .cart-quantity-btn {
      width: 30px;
      height: 30px;
      padding: 7px 8px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
      padding: 24px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-title {
      font-size: 24px;
      margin-bottom: 24px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-content
      .cart-summary-subtitle {
      font-size: 16px;
      margin-bottom: 12px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-content
      .cart-summary-price {
      font-size: 14px;
      margin-bottom: 12px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-item:not(:first-child) {
      margin-top: 12px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-cart-section {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
      font-size: 14px;
      padding-bottom: 14px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody tr {
      padding: 20px 0;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody td {
      padding-bottom: 20px;
      padding-top: 20px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product-area {
      width: 200px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product {
      width: 200px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      img {
      height: 70px;
      width: 70px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      .cart-product-info
      .cart-title {
      font-size: 12px;
      margin-bottom: 10px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      .cart-product-info
      a.cart-title:hover {
      color: #100E32;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      .cart-product-info
      .cart-color {
      font-size: 10px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-price {
      font-size: 12px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-quantity
      input {
      width: 20px;
      font-size: 14px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-quantity
      .cart-quantity-btn {
      width: 24px;
      height: 24px;
      padding: 5px 6px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
      padding: 20px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-title {
      font-size: 20px;
      margin-bottom: 20px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-content
      .cart-summary-subtitle {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-content
      .cart-summary-price {
      font-size: 12px;
      margin-bottom: 10px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-item:not(:first-child) {
      margin-top: 10px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
      font-size: 14px;
      padding-bottom: 12px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody tr {
      padding: 16px 0;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody td {
      padding-bottom: 16px;
      padding-top: 16px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product-area {
      width: 200px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product {
      width: 200px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      img {
      height: 60px;
      width: 60px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      .cart-product-info
      .cart-title {
      font-size: 12px;
      margin-bottom: 8px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      .cart-product-info
      a.cart-title:hover {
      color: #100E32;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-product
      .cart-product-info
      .cart-color {
      font-size: 10px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-price {
      font-size: 12px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-quantity
      input {
      width: 20px;
      font-size: 14px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-table
      .table
      tbody
      .cart-quantity
      .cart-quantity-btn {
      width: 24px;
      height: 24px;
      padding: 5px 6px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
      padding: 16px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-title {
      font-size: 20px;
      margin-bottom: 16px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-content
      .cart-summary-subtitle {
      font-size: 14px;
      margin-bottom: 8px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-content
      .cart-summary-price {
      font-size: 12px;
      margin-bottom: 8px;
    }
    .gs-cart-section
      .gs-cart-container
      .gs-cart-row
      .cart-summary
      .cart-summary-item:not(:first-child) {
      margin-top: 8px;
    }
  }

  .gs-success-invoice-section {
    background-color: #f8f7f7;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .gs-success-invoice-section .success-invoice-box {
    background-color: #ffffff;
    padding: 80px 60px;
  }
  .gs-success-invoice-section .success-invoice-box .success-invoice-header {
    text-align: center;
  }
  .gs-success-invoice-section .success-invoice-box .success-invoice-header h3 {
    color: #27be69;
    padding-top: 16px;
    font-weight: 600;
  }
  .gs-success-invoice-section .success-invoice-box .success-invoice-header h5 {
    color: #000;
    font-weight: 400;
    padding-top: 16px;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .success-invoice-header
    .btn-success-page {
    margin-top: 40px;
  }
  .gs-success-invoice-section .success-invoice-box .success-invoice-body {
    margin-top: 60px;
  }
  @media (max-width: 767.98px) {
    .gs-success-invoice-section .success-invoice-box .success-invoice-body {
      margin-top: 30px;
    }
  }
  .gs-success-invoice-section .success-invoice-box .success-invoice-body h4 {
    font-weight: 600;
  }
  .gs-success-invoice-section .success-invoice-box .success-invoice-body p {
    font-size: 18px;
    font-weight: 400;
    padding-top: 6px;
  }
  .gs-success-invoice-section .success-invoice-box .order-details-area h5 {
    font-weight: 500;
    padding-bottom: 4px;
    margin-top: 32px;
  }
  .gs-success-invoice-section .success-invoice-box .order-details-area .name,
  .gs-success-invoice-section .success-invoice-box .order-details-area .address,
  .gs-success-invoice-section
    .success-invoice-box
    .order-details-area
    .contact-number,
  .gs-success-invoice-section .success-invoice-box .order-details-area .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
  }
  .gs-success-invoice-section .success-invoice-box .order-details-area .name p,
  .gs-success-invoice-section .success-invoice-box .order-details-area .address p,
  .gs-success-invoice-section
    .success-invoice-box
    .order-details-area
    .contact-number
    p,
  .gs-success-invoice-section .success-invoice-box .order-details-area .mail p {
    font-size: 16px;
    font-weight: 400;
  }
  .gs-success-invoice-section .success-invoice-box .payment-information p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
  }
  @media (max-width: 399.97px) {
    .gs-success-invoice-section .success-invoice-box .payment-information p {
      font-size: 14px;
    }
  }
  .gs-success-invoice-section .success-invoice-box .ordered-products span {
    font-weight: 500;
  }
  .gs-success-invoice-section .success-invoice-box .ordered-products h4 {
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
  }
  .gs-success-invoice-section .success-invoice-box .ordered-products table {
    width: 100%;
    overflow: hidden;
  }
  .gs-success-invoice-section .success-invoice-box .ordered-products table thead {
    background-color: #030712;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    thead
    th {
    font-size: 18px;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
    color: #ffffff;
    border-right: none;
    border-left: none;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    thead
    th:first-child {
    padding-left: 20px;
  }
  .gs-success-invoice-section .success-invoice-box .ordered-products table tbody {
    /* Remove padding-left for the first td element */
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    tr {
    border-bottom: 1px solid #c7c0bf;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    tr:last-child {
    border-bottom: none;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    .product-img {
    width: 200px;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    td {
    padding-left: 40px;
    border-right: none;
    border-left: none;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    td:first-child {
    padding-left: 0;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    td {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    td
    img {
    width: 200px;
    height: 200px;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    .product-details {
    width: 500px;
  }
  .gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    .product-details
    h6 {
    padding-bottom: 16px;
  }
  @media (max-width: 991.97px) {
    .gs-success-invoice-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .gs-success-invoice-section .success-invoice-box {
      padding: 40px 30px;
    }
    .gs-success-invoice-section .ordered-products h6 {
      font-size: 16px;
      padding-bottom: 4px !important;
    }
    .gs-success-invoice-section .ordered-products p {
      font-size: 14px;
      line-height: 140%;
    }
  }
  @media (max-width: 767.98px) {
    .gs-success-invoice-section .ordered-products table tbody td {
      padding-left: 20px !important;
    }
  }
  @media (max-width: 399.97px) {
    .gs-success-invoice-section {
      padding: 30px 10px;
    }
    .gs-success-invoice-section .success-invoice-box {
      padding: 30px 20px;
    }
    .gs-success-invoice-section .success-invoice-box .order-details-area .name p,
    .gs-success-invoice-section
      .success-invoice-box
      .order-details-area
      .address
      p,
    .gs-success-invoice-section
      .success-invoice-box
      .order-details-area
      .contact-number
      p,
    .gs-success-invoice-section .success-invoice-box .order-details-area .mail p {
      font-size: 14px;
    }
  }

  .gs-faq-section {
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  @media (max-width: 991.97px) {
    .gs-faq-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }
  .gs-faq-section .faq-box .hyp-accordians {
    background-color: transparent;
  }
  .gs-faq-section .faq-box .hyp-accordians .accordion-button {
    background-color: #f8f7f7;
    color: #1f0300;
    font-size: 24px;
    font-weight: 500;
  }
  .gs-faq-section .faq-box .hyp-accordians .accordion-button:not(.collapsed) {
    color: #100E32;
  }
  .gs-faq-section .faq-box .hyp-accordians .show {
    color: #100E32;
  }
  .gs-faq-section .faq-box .hyp-accordians .accordion-item {
    border-bottom: none;
    border-width: thin;
    margin-bottom: 32px;
  }
  .gs-faq-section .faq-box .hyp-accordians .accordion-item:last-child {
    margin-bottom: 0;
  }
  .gs-faq-section .faq-box .hyp-accordians .accordion-body {
    font-size: 18px;
    font-weight: 400;
    color: #4c3533;
  }
  .gs-faq-section .faq-box .hyp-accordians .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #100E32;
  }
  .gs-faq-section .faq-box .hyp-accordians .accordion-button:after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #1f0300;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .gs-faq-section
    .faq-box
    .hyp-accordians
    .accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    content: "-";
    font-size: 48px;
    -webkit-transform: translate(-5px, -4px);
    -ms-transform: translate(-5px, -4px);
    transform: translate(-5px, -4px);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #100E32;
  }
  @media (max-width: 1199.97px) {
    .gs-faq-section .faq-box .accordion-button {
      font-size: 20px !important;
    }
    .gs-faq-section .faq-box .accordion-body {
      font-size: 16px !important;
    }
  }
  @media (max-width: 991.97px) {
    .gs-faq-section .faq-box .accordion-button {
      font-size: 18px !important;
    }
    .gs-faq-section .faq-box .accordion-body {
      font-size: 14px !important;
    }
  }

  .gs-contact-section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  @media (max-width: 991.97px) {
    .gs-contact-section {
      margin-top: 60px;
      margin-bottom: 60px;
    }
  }
  .gs-contact-section h3 {
    margin-bottom: 48px;
  }
  @media (max-width: 575.97px) {
    .gs-contact-section h3 {
      margin-bottom: 24px;
    }
  }
  .gs-contact-section .contact-information .common-wrapper {
    padding: 24px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 24px;
    margin-bottom: 32px;
  }
  .gs-contact-section .contact-information .common-wrapper h5 {
    font-weight: 500;
    margin-bottom: 8px;
  }
  .gs-contact-section .contact-information .common-wrapper h6 {
    font-weight: 400;
  }
  .gs-contact-section .contact-information .common-wrapper .icon-wrapper {
    border-radius: 60px;
    width: 88px;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gs-contact-section .contact-information .common-wrapper .icon-wrapper svg {
    width: 40px;
    height: 40px;
  }
  .gs-contact-section .contact-information .common-wrapper .details-wrapper {
    width: calc(100% - 113px);
  }
  .gs-contact-section .contact-information .address {
    background: rgba(9, 30, 66, 0.1);
  }
  .gs-contact-section .contact-information .address .address-icon {
    background-color: #351c1a;
  }
  .gs-contact-section .contact-information .contact-number {
    background: rgba(255, 161, 26, 0.1);
  }
  .gs-contact-section .contact-information .contact-number .number-icon {
    background-color: #ffa11a;
  }
  .gs-contact-section .contact-information .fax-number {
    background: rgba(39, 190, 105, 0.1);
  }
  .gs-contact-section .contact-information .fax-number .fax-icon {
    background-color: #27be69;
  }
  .gs-contact-section .contact-information .email-address {
    background: rgba(18, 67, 238, 0.1);
  }
  .gs-contact-section .contact-information .email-address .email-icon {
    background-color: #1243ee;
  }
  .gs-contact-section .leave-reply-section {
    padding-left: 20px;
  }
  .gs-contact-section .leave-reply-section h4 {
    color: black;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  @media (max-width: 575.97px) {
    .gs-contact-section .leave-reply-section h4 {
      font-size: 26px;
    }
  }
  .gs-contact-section .leave-reply-section .form-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  @media (max-width: 767.98px) {
    .gs-contact-section .leave-reply-section .form-area .form-group {
      margin-bottom: 10px;
    }
  }
  .gs-contact-section .leave-reply-section .form-area .form-group .form-control {
    background-color: transparent;
    border: 1px solid #ced2d9;
    border-radius: 12px;
    color: black;
    padding: 17px 100px 17px 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .gs-contact-section
    .leave-reply-section
    .form-area
    .form-group
    .form-control:focus {
    border-color: none;
  }
  .gs-contact-section
    .leave-reply-section
    .form-area
    .form-group
    ::-webkit-input-placeholder {
    color: black;
  }
  .gs-contact-section
    .leave-reply-section
    .form-area
    .form-group
    :-ms-input-placeholder {
    color: black;
  }
  .gs-contact-section
    .leave-reply-section
    .form-area
    .form-group
    ::-ms-input-placeholder {
    color: black;
  }
  .gs-contact-section .leave-reply-section .form-area .form-group ::placeholder {
    color: black;
  }
  .gs-contact-section .leave-reply-section .form-area .form-group textarea {
    height: 274px;
    width: 100%;
  }
  .gs-contact-section .leave-reply-section .form-area .btn-forms {
    margin-top: 16px;
    width: 100%;
    font-weight: 400;
  }
  @media (max-width: 767.98px) {
    .gs-contact-section .leave-reply-section .form-area .form-row {
      gap: 0 !important;
    }
    .gs-contact-section .leave-reply-section .form-area .btn-forms {
      margin-top: 0px;
    }
  }
  @media (max-width: 1199.97px) {
    .gs-contact-section .contact-information .common-wrapper {
      padding: 24px 30px;
      gap: 20px;
    }
    .gs-contact-section .contact-information .common-wrapper h5 {
      font-size: 18px;
    }
    .gs-contact-section .contact-information .common-wrapper h6 {
      font-size: 16px;
    }
    .gs-contact-section .contact-information .common-wrapper .icon-wrapper {
      width: 68px;
      height: 68px;
    }
    .gs-contact-section .contact-information .common-wrapper .icon-wrapper svg {
      width: 32px;
      height: 32px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-contact-section .leave-reply-section {
      padding-left: 0px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-contact-section {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .gs-contact-section .leave-reply-section {
      padding-bottom: 0px;
    }
  }
  @media (max-width: 424.99px) {
    .gs-contact-section .contact-information .common-wrapper {
      padding: 24px 5px;
      gap: 10px;
    }
  }
  @media (max-width: 399.97px) {
    .gs-contact-section .contact-information .common-wrapper {
      padding: 24px 5px;
      gap: 5px;
    }
    .gs-contact-section .contact-information .common-wrapper h5 {
      font-size: 16px;
    }
    .gs-contact-section .contact-information .common-wrapper h6 {
      font-size: 14px;
    }
    .gs-contact-section .contact-information .common-wrapper .details-wrapper {
      padding-top: 5px;
    }
  }

  .gs-reg-section .reg-area {
    margin-top: 120px;
    margin-bottom: 120px;
    background-color: #f8f7f7;
    padding: 60px 40px;
  }
  @media (max-width: 991.97px) {
    .gs-reg-section .reg-area {
      padding: 30px;
    }
  }
  .gs-reg-section .reg-area .reg-content h4 {
    margin-bottom: 22px;
  }
  .gs-reg-section .reg-area .form-group label {
    margin-top: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    padding-bottom: 2px;
  }
  @media (max-width: 767.98px) {
    .gs-reg-section .reg-area .form-group label {
      margin-top: 12px;
    }
  }
  .gs-reg-section .reg-area .form-group .form-check-input:focus {
    border-color: #d9d4d4;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .gs-reg-section .reg-area .form-group .form-check-label {
    margin-top: 0px;
    font-weight: 400;
  }
  .gs-reg-section .reg-area .form-group .login-forgot a {
    color: #100E32;
    font-weight: 400;
    text-decoration: none;
  }
  .gs-reg-section .reg-area .form-group .login-or {
    font-size: 18px;
    margin-top: 32px;
    font-family: "Saira", sans-serif;
  }
  .gs-reg-section .reg-area .form-group .login-outline {
    width: 100%;
    margin-bottom: 16px;
  }
  .gs-reg-section .reg-area .form-group .form-control {
    padding: 16px 10px;
  }
  .gs-reg-section .reg-area .form-group .form-control:focus {
    border-color: #d9d4d4;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  @media (max-width: 767.98px) {
    .gs-reg-section .reg-area .form-group .form-control {
      padding: 12px 10px;
    }
  }
  .gs-reg-section .reg-area .form-group .pass-wrapper {
    position: relative;
  }
  .gs-reg-section .reg-area .form-group .pass-wrapper .eye-off,
  .gs-reg-section .reg-area .form-group .pass-wrapper .eye-on {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  }
  .gs-reg-section .reg-area .form-group .pass-wrapper .eye-on {
    display: none;
  }
  .gs-reg-section .reg-area .form-group .pass-wrapper .confirm-eye-off,
  .gs-reg-section .reg-area .form-group .pass-wrapper .confirm-eye-on {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  }
  .gs-reg-section .reg-area .form-group .pass-wrapper .confirm-eye-on {
    display: none;
  }
  .gs-reg-section .reg-area .form-group .btn-forms {
    margin-top: 32px;
    width: 100%;
    font-weight: 400;
  }
  .gs-reg-section .reg-area .form-group .login-redirect {
    margin-top: 36px;
    text-align: center;
  }
  .gs-reg-section .reg-area .form-group .login-redirect a {
    color: #100E32;
    font-weight: 500;
  }

  @media (max-width: 991.97px) {
    .gs-reg-section .reg-area {
      margin-top: 60px;
      margin-bottom: 60px;
    }
  }

  .gs-product-type-card {
    padding: 40px;
    border-radius: 8px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .gs-product-type-card.box1 {
    border-left: 4px solid #25cd7f;
  }
  .gs-product-type-card.box1 .icon {
    background: #25cd7f;
  }
  .gs-product-type-card.box2 {
    border-left: 4px solid #ffb134;
  }
  .gs-product-type-card.box2 .icon {
    background: #ffb134;
  }
  .gs-product-type-card.box3 {
    border-left: 4px solid #da55f0;
  }
  .gs-product-type-card.box3 .icon {
    background: #da55f0;
  }
  .gs-product-type-card.box4 {
    border-left: 4px solid #0ea5e9;
  }
  .gs-product-type-card.box4 .icon {
    background: #0ea5e9;
  }
  .gs-product-type-card:hover.box1 {
    border-left: 4px solid #25cd7f;
  }
  .gs-product-type-card:hover.box1 .title {
    color: #25cd7f;
  }
  .gs-product-type-card:hover.box2 {
    border-left: 4px solid #ffb134;
  }
  .gs-product-type-card:hover.box2 .title {
    color: #ffb134;
  }
  .gs-product-type-card:hover.box3 {
    border-left: 4px solid #da55f0;
  }
  .gs-product-type-card:hover.box3 .title {
    color: #da55f0;
  }
  .gs-product-type-card:hover.box4 {
    border-left: 4px solid #0ea5e9;
  }
  .gs-product-type-card:hover.box4 .title {
    color: #0ea5e9;
  }
  .gs-product-type-card:hover .icon i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  .gs-product-type-card .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-product-type-card .icon i {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-product-type-card .title {
    text-transform: capitalize;
    color: #351c1a;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .gs-extra-basic-plan {
    border-radius: 8px;
    border: 1px solid #d9d4d4;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 24px 24px 40px 24px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-extra-basic-plan::after {
    content: "";
    width: 100%;
    background-color: #1f0300;
    height: 153px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-extra-basic-plan .title {
    color: #ffffff;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
  }
  .gs-extra-basic-plan .circle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 5px solid #ffffff;
    background: #030712;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-extra-basic-plan .circle-wrapper .cr-title {
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
  .gs-extra-basic-plan .circle-wrapper .cr-sm-title {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .gs-extra-basic-plan .pricing-title {
    color: #1f0300;
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    position: relative;
    z-index: 1;
  }
  .gs-extra-basic-plan .list-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .gs-extra-basic-plan .list-wrapper .list {
    color: #4c3533;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .gs-extra-basic-plan .template-btn.outline-btn:hover {
    background-color: #100E32 !important;
    color: #ffffff !important;
    border: 1px solid #100E32 !important;
  }
  .gs-extra-basic-plan:hover {
    border: 1px solid #100E32;
  }
  .gs-extra-basic-plan:hover::after {
    background-color: #100E32;
  }
  .gs-extra-basic-plan:hover .circle-wrapper {
    background: #100E32;
  }
  .gs-extra-basic-plan:hover .template-btn.outline-btn {
    background-color: #100E32;
    color: #ffffff !important;
    border: 1px solid #100E32 !important;
  }

  .gs-breadcrumb-section {
    padding: 115px 0px;
    position: relative;
  }
  @media (max-width: 1199.97px) {
    .gs-breadcrumb-section {
      padding: 40px 0px;
    }
  }
  .gs-breadcrumb-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 42, 66, 0.5);
    z-index: 1;
  }
  .gs-breadcrumb-section .content-wrapper {
    position: relative;
    z-index: 2;
  }
  .gs-breadcrumb-section .breadcrumb-title {
    text-align: center;
    margin-bottom: 8px;
    color: #ffffff;
  }
  .gs-breadcrumb-section .bread-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
  .gs-breadcrumb-section .bread-menu li {
    position: relative;
  }
  .gs-breadcrumb-section .bread-menu li::after {
    content: "//";
    color: #ffffff;
    margin-left: 8px;
  }
  .gs-breadcrumb-section .bread-menu li:last-child::after {
    content: "";
    margin-left: 0px;
  }
  .gs-breadcrumb-section .bread-menu li a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-breadcrumb-section .bread-menu li a:hover {
    color: #100E32;
  }

  .gs-vendor-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
  .gs-vendor-breadcrumb.has-mb {
    margin-bottom: 40px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-breadcrumb.has-mb {
      margin-bottom: 20px;
    }
  }
  .gs-vendor-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gs-vendor-breadcrumb ul li::after {
    content: "/";
    color: #4c3533;
    margin-left: 8px;
  }
  @media (max-width: 767.98px) {
    .gs-vendor-breadcrumb ul li::after {
      margin-left: 4px;
    }
  }
  .gs-vendor-breadcrumb ul li:last-child::after {
    content: initial;
  }
  .gs-vendor-breadcrumb ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #4c3533;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
  }
  .gs-vendor-breadcrumb ul li a:hover {
    color: #100E32;
  }
  @media (max-width: 767.98px) {
    .gs-vendor-breadcrumb ul li a {
      font-size: 16px;
    }
  }
  @media (max-width: 424.99px) {
    .gs-vendor-breadcrumb ul li a {
      font-size: 14px;
    }
  }
  .gs-vendor-breadcrumb ul li .home-icon-vendor-panel-breadcrumb {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-vendor-breadcrumb ul li .home-icon-vendor-panel-breadcrumb:hover {
    stroke: #100E32;
  }
  @media (max-width: 767.98px) {
    .gs-vendor-breadcrumb ul {
      gap: 4px;
    }
  }

  .gs-footer-section {
    background-color: #1f0300;
    overflow: hidden;
  }
  .gs-footer-section .newslatter {
    background-color: #100E32;
  }
  .gs-footer-section .newslatter.newslatter2 {
    background-color: #e9e6e6;
  }
  .gs-footer-section
    .newslatter.newslatter2
    .newslatter-area
    .newslatter-content
    h2 {
    color: #030712;
  }
  .gs-footer-section .newslatter .newslatter-area {
    margin: 40px 0;
  }
  .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
    color: #ffffff;
  }
  .gs-footer-section .newslatter .newslatter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
  @media (max-width: 767.98px) {
    .gs-footer-section .newslatter .newslatter-form {
      margin-top: 0;
    }
  }
  .gs-footer-section .newslatter .newslatter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
  .gs-footer-section .newslatter input {
    width: 350px;
    height: 48px;
    border-radius: 8px 0px 0px 8px;
    border: none;
    outline: none;
    padding: 0 20px;
  }
  .gs-footer-section
    .newslatter
    form
    input[type="email"]::-webkit-input-placeholder {
    font-size: 18px;
    color: #1f0300;
  }
  .gs-footer-section .newslatter form input[type="email"]:-ms-input-placeholder {
    font-size: 18px;
    color: #1f0300;
  }
  .gs-footer-section .newslatter form input[type="email"]::-ms-input-placeholder {
    font-size: 18px;
    color: #1f0300;
  }
  .gs-footer-section .newslatter form input[type="email"]::placeholder {
    font-size: 18px;
    color: #1f0300;
  }
  @media (max-width: 1199.97px) {
    .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
      padding-top: 10px;
    }
    .gs-footer-section
      .newslatter
      form
      input[type="email"]::-webkit-input-placeholder {
      font-size: 16px;
    }
    .gs-footer-section
      .newslatter
      form
      input[type="email"]:-ms-input-placeholder {
      font-size: 16px;
    }
    .gs-footer-section
      .newslatter
      form
      input[type="email"]::-ms-input-placeholder {
      font-size: 16px;
    }
    .gs-footer-section .newslatter form input[type="email"]::placeholder {
      font-size: 16px;
    }
  }
  @media (max-width: 1099.99px) {
    .gs-footer-section .newslatter input {
      width: 270px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
      padding-top: 18px;
      font-size: 28px;
    }
  }
  @media (max-width: 767.98px) {
    .gs-footer-section .newslatter .newslatter-area {
      margin: 10px 0;
    }
    .gs-footer-section .newslatter .newslatter-area .newslatter-content {
      text-align: center;
    }
    .gs-footer-section
      .newslatter
      form
      input[type="email"]::-webkit-input-placeholder {
      font-size: 14px;
    }
    .gs-footer-section
      .newslatter
      form
      input[type="email"]:-ms-input-placeholder {
      font-size: 14px;
    }
    .gs-footer-section
      .newslatter
      form
      input[type="email"]::-ms-input-placeholder {
      font-size: 14px;
    }
    .gs-footer-section .newslatter form input[type="email"]::placeholder {
      font-size: 14px;
    }
    .gs-footer-section .newslatter .newslatter-form form {
      margin-top: 0px;
      margin-bottom: 17px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
      font-size: 24px;
    }
  }
  @media (max-width: 399.97px) {
    .gs-footer-section .newslatter input {
      width: 200px;
    }
  }
  .gs-footer-section .footer-row {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .gs-footer-section .footer-row h5 {
    text-transform: uppercase;
    padding-bottom: 40px;
    margin: 0;
    color: #ffffff;
    font-weight: 500;
  }
  @media (max-width: 1199.97px) {
    .gs-footer-section .footer-row h5 {
      padding-bottom: 24px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-footer-section .footer-row h5 {
      padding-bottom: 20px;
    }
  }
  .gs-footer-section .footer-row .left-info {
    color: #ffffff;
  }
  .gs-footer-section .footer-row .left-info img {
    margin-bottom: 30px;
    width: 186px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  @media (max-width: 1199.97px) {
    .gs-footer-section .footer-row .left-info img {
      margin-bottom: 20px;
    }
  }
  .gs-footer-section .footer-row .left-info a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
  }
  .gs-footer-section .footer-row .left-info a:hover {
    color: #100E32;
  }
  .gs-footer-section .footer-row .left-info a svg {
    margin-right: 15px;
  }
  .gs-footer-section .footer-row .left-info .social-links {
    margin-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gs-footer-section .footer-row .left-info .social-links a {
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* Use inline-flex for centering */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gs-footer-section .footer-row .left-info .social-links a i {
    color: #1f0300;
  }
  .gs-footer-section .footer-row .left-info .social-links a svg {
    margin: 0 !important;
  }
  .gs-footer-section .footer-row .left-info .social-links a .footer-icon path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-footer-section .footer-row .left-info .social-links a:hover {
    background-color: #100E32;
  }
  .gs-footer-section .footer-row .left-info .social-links a:hover i {
    color: #ffffff;
  }
  .gs-footer-section
    .footer-row
    .left-info
    .social-links
    a:hover
    .footer-icon
    path {
    fill: #ffffff !important;
  }
  .gs-footer-section .footer-row ul > li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .gs-footer-section .footer-row ul > li a {
    color: #ffffff;
  }
  .gs-footer-section .footer-row ul > li a:hover {
    color: #07BD07 !important;
  }
  @media (max-width: 1199.97px) {
    .gs-footer-section .footer-row {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-footer-section .footer-row {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .gs-footer-section .footer-row h5 {
      padding-top: 10px;
    }
    .gs-footer-section .footer-row .left-info img {
      width: 150px;
    }
    .gs-footer-section .footer-row .left-info a {
      font-size: 14px;
      margin-bottom: 12px;
    }
    .gs-footer-section .footer-row .left-info .social-links {
      margin-top: 32px;
    }
    .gs-footer-section .footer-row .left-info .social-links a {
      width: 32px;
      height: 32px;
    }
    .gs-footer-section .footer-row ul > li {
      font-size: 14px;
      margin-bottom: 12px;
    }
    .gs-footer-section .footer-row .recent-post-wrapper .recent-post img {
      width: 60px;
      height: 54px;
    }
    .gs-footer-section
      .footer-row
      .recent-post-wrapper
      .recent-post
      .recent-post-content
      h6 {
      font-size: 14px;
    }
    .gs-footer-section
      .footer-row
      .recent-post-wrapper
      .recent-post
      .recent-post-content
      .post-date {
      font-size: 12px;
    }
  }
  .gs-footer-section .gs-footer-bottom {
    background-color: #100E32;
  }
  .gs-footer-section .gs-footer-bottom .footer-bottom-content {
    text-align: center;
  }
  .gs-footer-section .gs-footer-bottom .footer-bottom-content p {
    margin: 0 !important;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #ffffff;
  }

  .header-section {
    position: relative;
    z-index: 10 !important;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  }
  @media (max-width: 991.97px) {
    .header-section .crete-navbar {
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  }

  .info-bar {
    padding-top: 18px;
    padding-bottom: 17px;
    background-color: #100E32;
    overflow: visible;
  }
  @media (max-width: 767.98px) {
    .info-bar {
      padding-top: 6px;
      padding-bottom: 6px;
    }
  }
  .info-bar .info-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info-bar a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .info-bar a:hover {
    color: #d9d4d4;
  }
  .info-bar .info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 767.98px) {
    .info-bar .info-left {
      display: none;
    }
  }
  .info-bar .info-left .wows {
    gap: 32px;
  }
  .info-bar .info-left .wows li {
    font-size: 16px;
    font-weight: 400;
  }
  .info-bar .info-left .wows .info-left-icon {
    padding-bottom: 2px;
  }
  .info-bar .info-right .wows {
    gap: 32px;
  }
  .info-bar .info-right .wows .info-bar-btn {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .info-bar .info-right .wows .info-bar-btn:hover {
    background-color: #1D58DB;
  }
  @media (max-width: 1199.97px) {
    .info-bar .info-left .wows li {
      font-size: 14px;
    }
    .info-bar .info-right .wows {
      gap: 16px;
    }
    .info-bar .info-right .wows li {
      font-size: 14px !important;
    }
    .info-bar .info-right .info-bar-btn {
      font-size: 14px;
    }
  }
  @media (max-width: 991.97px) {
    .info-bar .info-right .wows {
      gap: 12px;
    }
  }
  @media (max-width: 767.98px) {
    .info-bar .info-row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .info-bar .info-row .info-left .wows {
      gap: 16px;
    }
    .info-bar .info-row .info-left .wows li {
      font-size: 14px;
      font-weight: 500;
    }
  }
  @media (max-width: 619.99px) {
    .info-bar .info-row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 459.99px) {
    .info-bar .info-row .info-left ul {
      display: block;
    }
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #ffffff;
  }

  .dropdown-menu {
    min-width: 100%;
    text-align: center;
    z-index: 9;
    padding: 0;
    border-radius: 0;
  }

  .dropdown-menu > li:last-child {
    border-bottom: 2px solid #100E32;
    /* Add your desired border properties here */
  }

  /* Optional: Style the dropdown items */
  .dropdown-item {
    color: #333;
    height: 44px;
    padding: 9px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    border-bottom: 1px solid #e9e6e6;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .pages_dropdown {
    padding: 13px 24px;
  }

  /* Optional: Hover effect on dropdown items */
  .dropdown-item:hover {
    background-color: #f8f9fa;
  }

  /* Optional: Style the dropdown toggle button */
  .dropdown-toggle {
    color: #ffffff;
    border: none;
    position: relative;
  }
  .dropdown-toggle::after {
    margin-left: 0.255em;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    border-radius: 2px;
  }

  .dropdown-toggle-black {
    color: #1f0300;
  }

  .menus__dropdown {
    color: #1f0300 !important;
  }

  .navbar-icon {
    margin-right: 10px;
  }

  .dropdown__item {
    color: black !important;
  }

  .dropdown__item:hover {
    color: #ffffff !important;
    background-color: #100E32;
  }

  .dropdown-menu.show {
    left: 4px !important;
    top: 6px !important;
  }

  .pages-dropdown.show {
    -webkit-transform: translate3d(-43px, 30px, 0px) !important;
    transform: translate3d(-43px, 30px, 0px) !important;
  }

  .header-top {
    direction: rtl;
    padding: 32px 0;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header-top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding: 18px 0;
    width: 100%;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
  }
  @media (max-width: 1199.97px) {
    .header-top.sticky {
      padding: 16px 0;
    }
  }
  @media (max-width: 991.97px) {
    .header-top.sticky {
      padding: 10px 0;
    }
  }
  .header-top .create-navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-top .create-navbar .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
  }
  .header-top .create-navbar .nav-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-top .create-navbar .nav-center .nav-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
  .header-top .create-navbar .nav-center .nav-menus li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
  }
  .header-top .create-navbar .nav-center .nav-menus li .has-submenu-icon {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header-top
    .create-navbar
    .nav-center
    .nav-menus
    li
    .has-submenu-icon
    svg
    path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header-top .create-navbar .nav-center .nav-menus li a {
    color: #1f0300;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header-top .create-navbar .nav-center .nav-menus li.has-megamenu {
    position: initial;
  }
  .header-top .create-navbar .nav-center .nav-menus li:hover .submenu,
  .header-top .create-navbar .nav-center .nav-menus li:hover .megamenu {
    opacity: 1;
    visibility: visible;
    top: 80%;
    background-color: #ffffff;
  }
  .header-top .create-navbar .nav-center .nav-menus li.active > a {
    color: #100E32;
  }
  .header-top .create-navbar .nav-center .nav-menus li.active > a::after {
    content: "";
    position: absolute;
    height: 1px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #100E32;
  }
  .header-top .create-navbar .nav-center .nav-menus li > a {
    position: relative;
  }
  .header-top .create-navbar .nav-center .nav-menus li > a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    bottom: -5px;
  }
  .header-top .create-navbar .nav-center .nav-menus li > a.dropdown-item::after {
    content: initial;
  }
  .header-top .create-navbar .nav-center .nav-menus li:hover > a {
    color: #100E32;
  }
  .header-top .create-navbar .nav-center .nav-menus li:hover > a::after {
    width: 100%;
    height: 1px;
    background-color: #100E32;
  }
  .header-top .create-navbar .nav-center .nav-menus li:hover > .has-submenu-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-top
    .create-navbar
    .nav-center
    .nav-menus
    li:hover
    > .has-submenu-icon
    svg
    path {
    fill: #100E32;
  }
  .header-top .create-navbar .nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 17px;
  }
  .header-top .create-navbar .nav-right .icon-circle {
    width: 48px;
    height: 48px;
    background-color: #f8f7f7;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
  }
  .header-top .create-navbar .nav-right .icon-circle svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header-top .create-navbar .nav-right .icon-circle:hover {
    background-color: #100E32;
  }
  .header-top .create-navbar .nav-right .icon-circle:hover svg path {
    stroke: #ffffff;
  }
  @media (max-width: 1199.97px) {
    .header-top {
      padding: 16px 0;
    }
    .header-top .custom-container.container {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }
    .header-top .create-navbar .nav-left img {
      width: 150px;
    }
    .header-top .create-navbar .nav-center {
      display: none;
    }
    .header-top .create-navbar .nav-center .nav-menus {
      gap: 20px;
    }
    .header-top .create-navbar .nav-center .nav-menus li {
      font-size: 14px;
    }
    .header-top .create-navbar .nav-right {
      gap: 10px;
    }
    .header-top .create-navbar .nav-right .icon-circle {
      width: 40px;
      height: 40px;
    }
    .header-top .create-navbar .nav-right .icon-circle svg {
      width: 20px;
      height: 20px;
    }
  }
  @media (max-width: 991.97px) {
    .header-top {
      padding: 10px 0;
    }
    .header-top .create-navbar .nav-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .header-top .create-navbar .nav-left img {
      margin-left: 15px;
    }
    .header-top .create-navbar .nav-right {
      gap: 10px;
    }
    .header-top .create-navbar .nav-right .icon-circle {
      width: 40px;
      height: 40px;
    }
    .header-top .create-navbar .nav-right .icon-circle svg {
      width: 20px;
      height: 20px;
    }
  }
  @media (max-width: 459.99px) {
    .header-top {
      padding: 10px 0;
    }
    .header-top .custom-container.container {
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
    .header-top .create-navbar .nav-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .header-top .create-navbar .nav-left svg {
      width: 22px;
      height: 22px;
    }
    .header-top .create-navbar .nav-left img {
      margin-left: 0px;
      width: 120px;
    }
    .header-top .create-navbar .nav-center {
      display: none;
    }
    .header-top .create-navbar .nav-right {
      gap: 5px;
    }
    .header-top .create-navbar .nav-right .icon-circle {
      width: 34px;
      height: 34px;
    }
    .header-top .create-navbar .nav-right .icon-circle svg {
      width: 17px;
      height: 17px;
    }
  }
  @media (max-width: 349.99px) {
    .header-top {
      padding: 10px 0;
    }
    .header-top .custom-container.container {
      max-width: 100%;
      padding-left: 5px;
      padding-right: 5px;
    }
    .header-top .create-navbar .nav-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .header-top .create-navbar .nav-left svg {
      width: 22px;
      height: 22px;
    }
    .header-top .create-navbar .nav-left img {
      margin-left: -15px;
      width: 110px;
    }
    .header-top .create-navbar .nav-center {
      display: none;
    }
    .header-top .create-navbar .nav-right {
      gap: 4px;
    }
    .header-top .create-navbar .nav-right .icon-circle {
      width: 30px;
      height: 30px;
    }
    .header-top .create-navbar .nav-right .icon-circle svg {
      width: 15px;
      height: 15px;
    }
  }

  .megamenu {
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    padding: 30px;
    background: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .megamenu .single-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .megamenu .single-menu:last-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .megamenu .single-menu h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .megamenu .single-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .megamenu .single-menu ul li {
    margin: 0;
    padding: 0;
    line-height: 2.1;
    position: relative;
  }
  .megamenu .single-menu ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: var(--blue-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .megamenu .single-menu ul li a {
    color: var(--text-color);
    text-transform: capitalize !important;
    font-size: 16px;
    font-weight: 400;
  }
  .megamenu .single-menu ul li:hover::after {
    opacity: 1;
    width: 20px;
    visibility: visible;
  }
  .megamenu .single-menu ul li:hover a {
    color: var(--blue-color);
  }
  .megamenu .single-menu .banner-1 {
    display: block;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 25px;
    background-size: 100%;
    background-position: center;
    transition: all 0.3s;
    position: relative;
  }
  .megamenu .single-menu .banner-1 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
  }
  .megamenu .single-menu .banner-1:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .megamenu .single-menu .banner-1 .inner-box {
    width: 220px;
    position: relative;
    z-index: 20;
  }
  .megamenu .single-menu .banner-1 .tag-line {
    color: var(--light-red-color);
  }
  .megamenu .single-menu .banner-1 .title {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 600;
  }
  .megamenu .single-menu .banner-1 .badge-title {
    display: block;
    color: var(--white-color);
  }
  .megamenu .single-menu .banner-1 .tag-line,
  .megamenu .single-menu .banner-1 .badge-title {
    font-weight: 500;
    font-size: 14px;
  }
  .megamenu .single-menu .banner-1 .badge-title {
    text-align: center;
    padding: 5px 8px;
    display: block;
    text-transform: uppercase;
  }
  .megamenu .single-menu .banner-1 .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .megamenu .single-menu .banner-1 .price-wrapper .current-price {
    font-weight: 500;
    font-size: 24px;
    color: var(--yellow-color);
    display: inline-block;
    margin-right: 10px;
  }
  .megamenu .single-menu .banner-1 .price-wrapper .old-price {
    font-weight: 500;
    font-size: 16;
    color: var(--white-color);
  }
  .megamenu .single-menu .banner-1 .btn {
    font-size: 14px;
    padding: 8px 13px;
  }

  .megamenu.cat-megamenu {
    max-width: 1236px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .megamenu.cat-megamenu .single-menu {
    overflow: hidden;
  }
  .megamenu.cat-megamenu .single-menu .banner-1 {
    display: block;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 25px;
    background-size: 100%;
    height: 100%;
    background-position: center;
    transition: all 0.3s;
    position: relative;
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
  }
  .megamenu.cat-megamenu .single-menu .banner-1:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .inner-box {
    text-align: center;
    position: relative;
    z-index: 20;
    width: 260px;
    margin: 30px auto auto auto;
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .tag-line {
    color: var(--dark-color);
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .title {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 600;
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
    display: block;
    color: var(--white-color);
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .tag-line,
  .megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
    font-weight: 500;
    font-size: 14px;
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
    text-align: center;
    padding: 5px 8px;
    display: block;
    text-transform: uppercase;
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper .current-price {
    font-weight: 500;
    font-size: 24px;
    color: var(--yellow-color);
    display: inline-block;
    margin-right: 10px;
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper .old-price {
    font-weight: 500;
    font-size: 16;
    color: var(--white-color);
  }
  .megamenu.cat-megamenu .single-menu .banner-1 .btn {
    font-size: 14px;
    padding: 8px 13px;
  }

  .has-submenu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 130%;
  }

  .has-submenu .dropdown-menu {
    display: block;
    top: 170%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .has-submenu .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 1px solid #100E32;
  }
  .has-submenu .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid #e9e6e6;
  }

  .search-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    background-color: #ffffff;
  }
  .search-bar.show {
    display: block;
  }
  .search-bar .search-form {
    margin: 56px 120px;
  }
  .search-bar .search-form .input__group {
    border-radius: 0px 8px 8px 0px;
    position: relative;
  }
  .search-bar .search-form .input-group-prepend,
  .search-bar .search-form .input-group-append {
    position: relative;
  }
  .search-bar .search-form .form__control {
    height: 60px;
    background-color: #f8f7f7;
    border-color: #f8f7f7;
  }
  .search-bar .search-form .form__control:focus {
    color: none;
    background-color: none;
    border-color: #f8f7f7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .search-bar .search-form .search-category-dropdown {
    height: 60px;
    border-radius: 0;
    width: 280px;
    background-color: #f8f7f7;
    color: #1f0300;
  }
  .search-bar .search-form .search-category-dropdown:hover {
    color: #100E32;
  }
  .search-bar .search-form .search-separator {
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #9a8e8c;
    width: 1px;
    height: 36px;
    z-index: 9;
  }
  .search-bar .search-form .dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 60px !important;
    z-index: 1000;
    min-width: 70%;
  }
  .search-bar .search-form .search-icn {
    width: 72px;
    height: 60px;
    border-radius: 0;
    border-radius: 0px 8px 8px 0px;
    background-color: #100E32;
    border-color: #100E32;
  }
  @media (max-width: 991.97px) {
    .search-bar .search-form {
      margin: 40px 80px;
    }
    .search-bar .search-form .search-category-dropdown {
      width: 160px;
    }
  }
  @media (max-width: 767.98px) {
    .search-bar .search-form {
      margin: 30px 20px;
    }
  }
  @media (max-width: 575.97px) {
    .search-bar .search-form {
      margin: 30px 20px;
    }
    .search-bar .search-form .search-category-dropdown {
      width: 130px;
      height: 50px;
    }
    .search-bar .search-form .form__control {
      height: 50px;
    }
    .search-bar .search-form .search-icn {
      width: 60px;
      height: 50px;
    }
    .search-bar .search-form .search-separator {
      height: 30px;
      top: 10px;
    }
  }
  @media (max-width: 399.97px) {
    .search-bar .search-form {
      margin: 30px 10px;
    }
    .search-bar .search-form .search-category-dropdown {
      font-size: 14px;
      width: 120px;
    }
    .search-bar .search-form .form__control {
      height: 50px;
      font-size: 14px;
    }
    .search-bar .search-form .search-icn {
      width: 60px;
      height: 50px;
    }
    .search-bar .search-form .search-separator {
      height: 30px;
      top: 10px;
    }
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(3, 7, 18, 0.5);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .icon-circle .cart-count {
    background: #100E32;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 575.97px) {
    .icon-circle .cart-count {
      width: 16px;
      height: 16px;
      font-size: 10px;
    }
  }

  /************************ mobile menu start ****************/
  .mobile-menu {
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -300px;
    background-color: #ffffff;
    z-index: 60;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow-y: scroll;
  }
  .mobile-menu .mobile-menu-top {
    width: 100%;
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #100E32;
  }
  .mobile-menu .close:hover {
    color: #800b00;
  }
  .mobile-menu .tab-content .tab-pane {
    padding: 24px 12px;
  }
  .mobile-menu .tab-content .tab-pane .product-cat-widget {
    padding-top: 0px;
  }
  .mobile-menu .tab-content .tab-pane ul li {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
  }
  .mobile-menu .tab-content .tab-pane ul li a {
    color: #1f0300;
    text-transform: uppercase;
  }
  .mobile-menu .tab-content .tab-pane .gs-dashboard-user-sidebar-wrapper li {
    margin-bottom: 0;
  }
  .mobile-menu .tab-content .tab-pane .gs-dashboard-user-sidebar-wrapper li svg {
    width: 16px;
    height: 16px;
  }
  .mobile-menu
    .tab-content
    .tab-pane
    .gs-dashboard-user-sidebar-wrapper
    li
    a
    span {
    font-size: 14px;
  }
  .mobile-menu
    .tab-content
    .tab-pane
    .gs-dashboard-user-sidebar-wrapper
    li.active
    a,
  .mobile-menu
    .tab-content
    .tab-pane
    .gs-dashboard-user-sidebar-wrapper
    li:hover
    a {
    color: #ffffff;
  }
  .mobile-menu .mobile-nav-menu {
    margin-top: 32px;
  }
  .mobile-menu .mobile-nav-menu li {
    display: block;
  }
  .mobile-menu .mobile-nav-menu li + li {
    border-top: 1px solid #100E32;
  }
  .mobile-menu .mobile-nav-menu li a {
    display: block;
    color: #9a8e8c;
    padding: 10px 0;
    font-weight: 600;
  }
  .mobile-menu .mobile-nav-menu li a:hover {
    color: #100E32;
  }
  .mobile-menu .mobile-nav-menu li.has-submenu {
    position: relative;
  }
  .mobile-menu .mobile-nav-menu li.has-submenu > i {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 8px;
  }
  .mobile-menu .mobile-nav-menu li.has-submenu > i.icon-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper {
    padding-left: 15px;
    display: none;
  }
  .mobile-menu .mobile-search input {
    width: 100%;
  }
  .mobile-menu .mobile-search button span {
    padding: 0;
    width: 50px;
    height: 50px;
  }
  @media (max-width: 1199.97px) {
    .mobile-menu.active {
      left: 0;
    }
  }
  .mobile-menu .info-right {
    margin-top: 20px;
    display: none;
  }
  @media (max-width: 619.99px) {
    .mobile-menu .info-right {
      display: block;
    }
    .mobile-menu .info-right ul > li {
      padding-right: 10px;
    }
  }

  .nav.flex-column .collapse-item ul {
    margin-left: 20px;
    /* Adjust this value as needed */
  }

  .collapse-item ul {
    margin-left: 20px;
  }
  .collapse-item ul li {
    font-weight: 400 !important;
  }
  .collapse-item ul li a {
    font-weight: 400 !important;
  }

  /* Plus and Minus Icons */
  .collapse-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    /* Plus icon */
    float: right;
    margin-right: 5px;
  }

  .collapse-icon.collapsed::before {
    content: "\f068";
    /* Minus icon */
  }

  /* Toggle icon when nav-link is collapsed or expanded */
  .nav-link[aria-expanded="true"] .collapse-icon::before {
    content: "\f068";
    /* Minus icon */
    color: #100E32;
  }

  .nav-link[aria-expanded="false"] .collapse-icon::before {
    content: "\f067";
    /* Plus icon */
    color: #100E32;
  }

  .collapse-item.collapse .collapse-icon::before {
    content: "\f068";
    /* Minus icon */
    color: #100E32;
  }

  .collapse-item ul li:first-child {
    margin-top: 10px;
  }

  .collapse-item ul li a.nav-link:hover {
    color: #100E32 !important;
  }

  .collapse-item ul li a.nav-link {
    font-weight: 400;
    /* Set font weight to 400 */
  }

  .nav__link:hover {
    color: #100E32 !important;
  }

  .language-dropdown > .dropdown {
    /* Optional: Style the dropdown items */
    /* Optional: Hover effect on dropdown items */
  }
  .language-dropdown > .dropdown .dropdown-toggle {
    color: #1f0300;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
  }
  .language-dropdown > .dropdown .dropdown-toggle:hover {
    color: #100E32;
  }
  .language-dropdown > .dropdown .dropdown-menu {
    min-width: 100%;
    text-align: center;
    z-index: 9;
    padding: 0;
    border-radius: 0;
    overflow-y: auto;
  }
  .language-dropdown > .dropdown .dropdown-item {
    color: #333;
    height: 44px;
    padding: 9px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    border-bottom: 1px solid #e9e6e6;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .language-dropdown > .dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
  }

  .user-dashboard-sidebar {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  @media (max-width: 1199.97px) {
    .user-dashboard-sidebar {
      position: fixed;
      top: 0;
      z-index: 10;
      left: -300px;
      width: 300px;
    }
    .user-dashboard-sidebar.active {
      left: 0;
    }
  }

  .gs-user-panel-review {
    background-color: #f8f7f7;
    overflow: hidden;
  }

  .gs-dashboard-user-sidebar-wrapper {
    width: 312px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 48px 24px 48px 24px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }
  .gs-dashboard-user-sidebar-wrapper li.active a,
  .gs-dashboard-user-sidebar-wrapper li:hover a {
    background: #100E32;
    color: #ffffff;
  }
  .gs-dashboard-user-sidebar-wrapper li.active a svg.has-fill path,
  .gs-dashboard-user-sidebar-wrapper li:hover a svg.has-fill path {
    fill: #ffffff;
  }
  .gs-dashboard-user-sidebar-wrapper li.active a svg.has-stroke path,
  .gs-dashboard-user-sidebar-wrapper li:hover a svg.has-stroke path {
    stroke: #ffffff;
  }
  .gs-dashboard-user-sidebar-wrapper li.has-sub-menu a .angle-down {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-dashboard-user-sidebar-wrapper li.has-sub-menu a:not(.collapsed) {
    background: #100E32;
    color: #ffffff;
  }
  .gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    a:not(.collapsed)
    svg.has-fill
    path {
    fill: #ffffff;
  }
  .gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    a:not(.collapsed)
    svg.has-stroke
    path {
    stroke: #ffffff;
  }
  .gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    a:not(.collapsed)
    .angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .gs-dashboard-user-sidebar-wrapper li.has-sub-menu .sidebar-sub-menu {
    margin-left: 40px;
  }
  .gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    .sidebar-sub-menu
    .sidebar-sub-menu-item {
    padding: 13px 32px;
    color: #796866;
    border-left: 1px solid #796866;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #ffffff;
    border-radius: 0;
  }
  .gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    .sidebar-sub-menu
    .sidebar-sub-menu-item:hover,
  .gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    .sidebar-sub-menu
    .sidebar-sub-menu-item.active {
    border-color: #100E32;
    color: #100E32;
  }
  .gs-dashboard-user-sidebar-wrapper li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    border-radius: 6px;
    background: #ffffff;
    color: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-dashboard-user-sidebar-wrapper li a svg.has-fill path {
    fill: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-dashboard-user-sidebar-wrapper li a svg.has-stroke path {
    stroke: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-dashboard-user-sidebar-wrapper li a span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  @media (max-width: 1199.97px) {
    .gs-dashboard-user-sidebar-wrapper li a {
      padding: 10px 15px;
      gap: 8px;
    }
  }
  @media (max-width: 1399.97px) {
    .gs-dashboard-user-sidebar-wrapper {
      width: 288px;
    }
  }
  @media (max-width: 1199.97px) {
    .gs-dashboard-user-sidebar-wrapper {
      width: 100%;
      padding: 24px 12px 24px 12px;
    }
  }

  .gs-dashboard-user-content-wrapper .ud-page-title-box,
  .gs-vendor-order-invoice .ud-page-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
  }
  @media (max-width: 991.97px) {
    .gs-dashboard-user-content-wrapper .ud-page-title-box,
    .gs-vendor-order-invoice .ud-page-title-box {
      margin-bottom: 14px;
    }
  }

  .gs-dashboard-user-content-wrapper .gs-single-statatics,
  .gs-vendor-order-invoice .gs-single-statatics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
  }
  .gs-dashboard-user-content-wrapper .gs-single-statatics h5,
  .gs-dashboard-user-content-wrapper .gs-single-statatics p,
  .gs-vendor-order-invoice .gs-single-statatics h5,
  .gs-vendor-order-invoice .gs-single-statatics p {
    padding: 0;
    margin: 0;
    line-height: 1;
    text-align: center;
  }
  .gs-dashboard-user-content-wrapper .gs-single-statatics.first-child,
  .gs-vendor-order-invoice .gs-single-statatics.first-child {
    background: #eff0ff;
  }
  .gs-dashboard-user-content-wrapper .gs-single-statatics.second-child,
  .gs-vendor-order-invoice .gs-single-statatics.second-child {
    background: #e9f9f6;
  }
  .gs-dashboard-user-content-wrapper .gs-single-statatics.third-child,
  .gs-vendor-order-invoice .gs-single-statatics.third-child {
    background: #fff7eb;
  }
  .gs-dashboard-user-content-wrapper .gs-single-statatics.fourth-child,
  .gs-vendor-order-invoice .gs-single-statatics.fourth-child {
    background: #e5f9ff;
  }

  .gs-dashboard-user-content-wrapper .recent-orders-table,
  .gs-vendor-order-invoice .recent-orders-table {
    margin-top: 48px;
  }
  @media (max-width: 991.97px) {
    .gs-dashboard-user-content-wrapper .recent-orders-table,
    .gs-vendor-order-invoice .recent-orders-table {
      margin-top: 24px;
    }
  }

  .gs-dashboard-user-content-wrapper .acc-info-wrapper,
  .gs-vendor-order-invoice .acc-info-wrapper {
    margin-top: 48px;
    background-color: #f8f7f7;
    padding: 24px 24px 8px 24px;
  }
  .gs-dashboard-user-content-wrapper .acc-info-wrapper h4,
  .gs-vendor-order-invoice .acc-info-wrapper h4 {
    margin-bottom: 24px;
  }
  .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper,
  .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper,
    .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul,
  .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul li,
  .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul li {
    color: #4c3533;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul li span,
  .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul li span {
    font-weight: 500;
  }
  @media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul li,
    .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul li {
      font-size: 16px;
    }
  }

  .gs-dashboard-user-content-wrapper .gs-checkout-wrapper,
  .gs-vendor-order-invoice .gs-checkout-wrapper {
    padding: 0;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .gs-dashboard-user-content-wrapper .gs-checkout-wrapper .checkout-step-wrapper,
  .gs-vendor-order-invoice .gs-checkout-wrapper .checkout-step-wrapper {
    margin-bottom: 60px;
  }
  @media (max-width: 991.97px) {
    .gs-dashboard-user-content-wrapper
      .gs-checkout-wrapper
      .checkout-step-wrapper,
    .gs-vendor-order-invoice .gs-checkout-wrapper .checkout-step-wrapper {
      margin-bottom: 30px;
    }
  }

  .gs-dashboard-user-content-wrapper .user-purchase-title-wrapper,
  .gs-vendor-order-invoice .user-purchase-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  @media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .user-purchase-title-wrapper,
    .gs-vendor-order-invoice .user-purchase-title-wrapper {
      gap: 20px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 399.97px) {
    .gs-dashboard-user-content-wrapper .user-purchase-title-wrapper h4,
    .gs-vendor-order-invoice .user-purchase-title-wrapper h4 {
      font-size: 20px;
    }
  }

  .gs-dashboard-user-content-wrapper .purchase-address-wrapper,
  .gs-vendor-order-invoice .purchase-address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 60px;
  }
  .gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item,
  .gs-vendor-order-invoice .purchase-address-wrapper .address-item {
    width: calc(50% - 32px);
  }
  .gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item h5,
  .gs-vendor-order-invoice .purchase-address-wrapper .address-item h5 {
    margin-bottom: 16px;
  }
  .gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item ul,
  .gs-vendor-order-invoice .purchase-address-wrapper .address-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .gs-dashboard-user-content-wrapper
    .purchase-address-wrapper
    .address-item
    ul
    li
    span,
  .gs-vendor-order-invoice .purchase-address-wrapper .address-item ul li span {
    font-weight: 600;
  }
  .gs-dashboard-user-content-wrapper
    .purchase-address-wrapper
    .address-item
    ul
    li
    .pay-status,
  .gs-vendor-order-invoice
    .purchase-address-wrapper
    .address-item
    ul
    li
    .pay-status {
    color: #f2415a;
    font-weight: 400;
    text-transform: capitalize;
  }
  @media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .purchase-address-wrapper,
    .gs-vendor-order-invoice .purchase-address-wrapper {
      margin-bottom: 30px;
    }
    .gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item,
    .gs-vendor-order-invoice .purchase-address-wrapper .address-item {
      width: 100%;
      /* Two items per row */
    }
    .gs-dashboard-user-content-wrapper
      .purchase-address-wrapper
      .address-item
      ul
      li,
    .gs-vendor-order-invoice .purchase-address-wrapper .address-item ul li {
      font-size: 14px;
    }
    .gs-dashboard-user-content-wrapper
      .purchase-address-wrapper
      .address-item
      ul
      li
      svg,
    .gs-vendor-order-invoice .purchase-address-wrapper .address-item ul li svg {
      width: 20px;
      height: 20px;
    }
  }

  @media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .order-products-header,
    .gs-vendor-order-invoice .order-products-header {
      margin-bottom: 10px;
    }
  }

  .gs-dashboard-user-content-wrapper .table tr th,
  .gs-vendor-order-invoice .table tr th {
    color: #ffffff;
    font-size: 18px;
    font-weight: 00;
    padding: 16px;
  }

  .gs-dashboard-user-content-wrapper .table tr td,
  .gs-vendor-order-invoice .table tr td {
    padding: 16px;
  }
  .gs-dashboard-user-content-wrapper .table tr td .td-title,
  .gs-vendor-order-invoice .table tr td .td-title {
    font-weight: 500;
    line-height: 130%;
    font-size: 20px;
  }
  .gs-dashboard-user-content-wrapper .table tr td ul li,
  .gs-vendor-order-invoice .table tr td ul li {
    font-size: 16px;
  }
  .gs-dashboard-user-content-wrapper .table tr td ul li span,
  .gs-vendor-order-invoice .table tr td ul li span {
    font-weight: 500;
  }

  @media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .table tr th,
    .gs-vendor-order-invoice .table tr th {
      font-size: 14px;
      padding: 12px;
    }
    .gs-dashboard-user-content-wrapper .table tr td,
    .gs-vendor-order-invoice .table tr td {
      padding: 12px;
    }
    .gs-dashboard-user-content-wrapper .table tr td .td-title,
    .gs-vendor-order-invoice .table tr td .td-title {
      font-size: 16px;
    }
    .gs-dashboard-user-content-wrapper .table tr td ul li,
    .gs-vendor-order-invoice .table tr td ul li {
      font-size: 14px;
    }
  }

  .back-btn {
    background-color: #e9e6e6;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* Horizontal centering */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #351c1a;
  }
  .back-btn:hover {
    background-color: #100E32;
    color: #ffffff;
  }

  .gs-deposit-title {
    margin-left: 40px;
  }
  .gs-deposit-title h3 {
    margin-left: 16px;
  }

  .deposit-area {
    background-color: #ffffff;
    max-width: 610px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #c7c0bf;
    border-radius: 12px;
    padding: 40px;
  }
  .deposit-area .deposit-area-title {
    background-color: #f8f7f7;
    margin-bottom: 8px;
  }
  .deposit-area .deposit-area-title h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 29px 85px;
  }
  .deposit-area .form-group label {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #1f0300;
  }
  @media (max-width: 767.98px) {
    .deposit-area .form-group label {
      font-size: 14px;
    }
  }
  .deposit-area .form-group .form-control {
    width: 100%;
    padding: 19px 24px;
    color: #796866;
  }
  .deposit-area .form-group .form-control:focus {
    border-color: #b7aead;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .deposit-area .form-group .form-control::-webkit-input-placeholder {
    color: #796866;
  }
  .deposit-area .form-group .form-control:-ms-input-placeholder {
    color: #796866;
  }
  .deposit-area .form-group .form-control::-ms-input-placeholder {
    color: #796866;
  }
  .deposit-area .form-group .form-control::placeholder {
    color: #796866;
  }
  @media (max-width: 767.98px) {
    .deposit-area .form-group .form-control::-webkit-input-placeholder {
      font-size: 14px;
    }
    .deposit-area .form-group .form-control:-ms-input-placeholder {
      font-size: 14px;
    }
    .deposit-area .form-group .form-control::-ms-input-placeholder {
      font-size: 14px;
    }
    .deposit-area .form-group .form-control::placeholder {
      font-size: 14px;
    }
  }
  .deposit-area .form-group .form-control:disabled {
    background-color: #f8f7f7;
  }
  .deposit-area .form-group .form-control .current {
    padding-top: 19px;
    padding-left: 19px;
  }
  @media (max-width: 767.98px) {
    .deposit-area .form-group .form-control .current {
      font-size: 14px;
      padding-left: 0px;
      padding-top: 3px;
    }
  }
  @media (max-width: 767.98px) {
    .deposit-area .form-group .form-control {
      padding: 19px 12px;
    }
  }
  .deposit-area .form-group .form__control {
    padding: 0px;
    height: 65px;
    border: 1px solid #e9e6e6 !important;
  }
  .deposit-area .form-group .btn-forms {
    margin-top: 32px;
    width: 100%;
  }
  .deposit-area .form-group .multi-btn {
    width: 100%;
    margin-top: 22px;
  }
  @media (max-width: 767.98px) {
    .deposit-area .form-group .nice-select::after {
      right: 20px;
      width: 10px;
    }
  }
  .deposit-area .form-group .dropdown-container {
    position: relative;
  }
  .deposit-area .form-group .payment_method {
    font-size: 16px;
    color: #796866;
  }
  .deposit-area .form-group .payment_method option {
    font-size: 16px;
    color: #796866;
  }
  .deposit-area .form-group .dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }
  .deposit-area .form-group .input-with-addon {
    position: relative;
  }
  .deposit-area .form-group .currency-addon {
    font-size: 16px;
    position: absolute;
    top: 21px;
    right: 24px;
    color: #555;
  }
  .deposit-area .form-group .withdraw-fee {
    font-size: 18px;
    color: #1f0300;
    margin-top: 24px;
  }
  @media (max-width: 767.98px) {
    .deposit-area .form-group .withdraw-fee {
      font-size: 14px;
    }
  }
  .deposit-area.vendor-deposit-area {
    max-width: 752px;
    width: 100%;
  }
  .deposit-area.vendor-deposit-area,
  .deposit-area.vendor-reset-password-area {
    margin-top: 60px;
  }
  @media (max-width: 991.97px) {
    .deposit-area.vendor-deposit-area,
    .deposit-area.vendor-reset-password-area {
      margin-top: 30px;
    }
  }

  @media (max-width: 767.98px) {
    .gs-deposit-title {
      margin-top: 20px;
    }
    .deposit-area {
      padding: 20px;
      margin-top: 20px;
    }
    .deposit-area .deposit-area-title h4 {
      padding: 15px 20px;
    }
    .deposit-area .form-group label {
      margin-top: 16px;
      margin-bottom: 12px;
    }
  }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .deposit-area .form-group .form-control {
      padding: 6px 12px;
    }
  }

  @media (max-width: 767.98px) {
    .deposit-area .form-group .form__control {
      height: 39px;
    }
    .deposit-area .form-group .currency-addon {
      top: 8px;
    }
  }

  .gs-order-track-section .gs-order-track-title p {
    margin-top: 12px;
    font-size: 18px;
  }

  .gs-order-track-section .order-track-area {
    border: 1px solid #e9e6e6;
    padding: 40px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .gs-order-track-section .order-track-area .order-track-title {
    background-color: #f8f7f7;
    margin-bottom: 8px;
  }
  .gs-order-track-section .order-track-area .order-track-title h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 50px;
    text-align: center;
  }
  .gs-order-track-section .order-track-area .form-group label {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #1f0300;
  }
  @media (max-width: 767.98px) {
    .gs-order-track-section .order-track-area .form-group label {
      font-size: 14px;
    }
  }
  .gs-order-track-section .order-track-area .form-group .form-control {
    width: 100%;
    padding: 19px 24px;
    color: #796866;
  }
  .gs-order-track-section .order-track-area .form-group .form-control:focus {
    border-color: #b7aead;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .gs-order-track-section
    .order-track-area
    .form-group
    .form-control::-webkit-input-placeholder {
    color: #796866;
  }
  .gs-order-track-section
    .order-track-area
    .form-group
    .form-control:-ms-input-placeholder {
    color: #796866;
  }
  .gs-order-track-section
    .order-track-area
    .form-group
    .form-control::-ms-input-placeholder {
    color: #796866;
  }
  .gs-order-track-section
    .order-track-area
    .form-group
    .form-control::placeholder {
    color: #796866;
  }
  @media (max-width: 767.98px) {
    .gs-order-track-section
      .order-track-area
      .form-group
      .form-control::-webkit-input-placeholder {
      font-size: 14px;
    }
    .gs-order-track-section
      .order-track-area
      .form-group
      .form-control:-ms-input-placeholder {
      font-size: 14px;
    }
    .gs-order-track-section
      .order-track-area
      .form-group
      .form-control::-ms-input-placeholder {
      font-size: 14px;
    }
    .gs-order-track-section
      .order-track-area
      .form-group
      .form-control::placeholder {
      font-size: 14px;
    }
  }
  .gs-order-track-section .order-track-area .form-group .form-control:disabled {
    background-color: #f8f7f7;
  }
  @media (max-width: 767.98px) {
    .gs-order-track-section .order-track-area .form-group .form-control {
      padding: 19px 12px;
    }
  }
  .gs-order-track-section .order-track-area .form-group .btn-width {
    width: 100%;
  }
  .gs-order-track-section .order-track-area .form-group .btn-forms {
    margin-top: 32px;
    width: 100%;
  }

  @media (max-width: 767.98px) {
    .gs-order-track-section .gs-order-track-title p {
      font-size: 14px;
    }
    .gs-order-track-section .order-track-area {
      padding: 20px;
      margin-top: 20px;
    }
    .gs-order-track-section .order-track-area .order-track-title h4 {
      padding: 29px 20px;
      font-size: 20px;
    }
    .gs-order-track-section .order-track-area .form-group label {
      margin-top: 16px;
      margin-bottom: 12px;
    }
  }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .gs-order-track-section .order-track-area .form-group .form-control {
      padding: 12px 12px;
    }
  }

  @media (max-width: 767.98px) {
    .gs-order-track-section .order-track-area .form-group .btn-forms {
      margin-top: 16px;
    }
  }

  .gs-edit-profile-section .edit-profile-area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .gs-edit-profile-section .edit-profile-area .edit-profile-title {
    background-color: #f8f7f7;
    margin-bottom: 8px;
  }
  .gs-edit-profile-section .edit-profile-area .edit-profile-title h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 29px 85px;
  }
  @media (max-width: 575.97px) {
    .gs-edit-profile-section .edit-profile-area .multi-form-wrapper {
      gap: 0 !important;
    }
  }
  .gs-edit-profile-section .edit-profile-area .single-form-wrapper {
    width: 100% !important;
  }
  .gs-edit-profile-section .edit-profile-area .pro-btn-forms {
    margin-top: 32px;
    width: 100%;
  }
  @media (max-width: 991.97px) {
    .gs-edit-profile-section .edit-profile-area .pro-btn-forms {
      width: 50%;
      margin-top: 16px;
      padding: 0;
    }
  }
  .gs-edit-profile-section .edit-profile-area .btn-forms {
    margin-top: 32px;
    width: 100%;
  }
  @media (max-width: 991.97px) {
    .gs-edit-profile-section .edit-profile-area .btn-forms {
      margin-top: 16px;
    }
  }
  .gs-edit-profile-section .edit-profile-area .profile-img {
    margin-top: 20px;
  }
  .gs-edit-profile-section .edit-profile-area .profile-img img {
    width: 100%;
  }
  @media (max-width: 991.97px) {
    .gs-edit-profile-section .edit-profile-area .profile-img img {
      width: 50%;
    }
  }

  .gs-dashboard-outlet {
    width: calc(100% - 312px);
    overflow: hidden;
    padding: 48px 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 120px;
  }
  @media (max-width: 1399.97px) {
    .gs-dashboard-outlet {
      width: calc(100% - 288px);
    }
  }
  @media (max-width: 1199.97px) {
    .gs-dashboard-outlet {
      width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .gs-dashboard-outlet {
      padding: 20px;
      padding-top: 28px;
      padding-bottom: 28px;
    }
  }

  .user-table {
    width: 100%;
  }
  .user-table table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .user-table .view-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .user-table .view-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #030712;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .user-table .view-btn:hover {
    background-color: #745d5d;
  }
  .user-table .view-btn.delete-btn {
    background-color: #f2415a;
  }
  .user-table .view-btn.delete-btn:hover {
    background-color: #1D58DB;
  }
  .user-table .view-btn.edit-btn {
    background-color: #147fff;
  }
  .user-table .view-btn.edit-btn:hover {
    background-color: #0061d4;
  }
  .user-table th {
    background-color: #f8f7f7;
    text-align: center;
    padding: 20px 16px;
  }
  .user-table th .header-title {
    color: #100E32;
  }
  .user-table th.customer-name {
    min-width: 244px;
  }
  .user-table th.product-name {
    min-width: 392px;
  }
  .user-table th.affiliate-bonus {
    min-width: 290px;
  }
  .user-table td {
    text-align: center;
    vertical-align: middle;
    padding: 20px 16px;
  }
  .user-table td.product-name,
  .user-table td .product-name {
    max-width: 360px;
  }
  .user-table td.address,
  .user-table td .address {
    max-width: 280px;
  }
  .user-table td.message,
  .user-table td .message {
    max-width: 374px;
  }
  .user-table td.subject,
  .user-table td .subject {
    max-width: 227px;
  }
  .user-table td.actions,
  .user-table td .actions {
    max-width: 118px;
  }
  .user-table td.actions .actions-btns-wrapper,
  .user-table td .actions .actions-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .user-table td.actions .actions-btns-wrapper .template-btn.md-btn,
  .user-table td .actions .actions-btns-wrapper .template-btn.md-btn {
    padding: 8px 16px;
  }
  .user-table td .table-img {
    max-width: 80px;
    max-height: 80px;
  }
  .user-table td .table-icon-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
  }
  @media (max-width: 767.98px) {
    .user-table th {
      font-size: 14px;
      background-color: #f8f7f7;
      text-align: center;
      padding: 10px 8px;
    }
    .user-table th .header-title {
      color: #100E32;
    }
    .user-table th.customer-name {
      min-width: 180px !important;
    }
    .user-table th.product-name {
      min-width: 300px;
    }
    .user-table th.affiliate-bonus {
      min-width: 200px;
    }
    .user-table td {
      font-size: 14px;
      text-align: center;
      vertical-align: middle;
      padding: 10px 5px;
    }
    .user-table td img {
      position: relative;
      z-index: 0;
    }
    .user-table td.product-name,
    .user-table td .product-name {
      max-width: 360px;
    }
    .user-table td.address,
    .user-table td .address {
      max-width: 280px;
    }
    .user-table td.message,
    .user-table td .message {
      max-width: 374px;
    }
    .user-table td.subject,
    .user-table td .subject {
      max-width: 227px;
    }
    .user-table td.actions,
    .user-table td .actions {
      max-width: 118px;
    }
    .user-table td.actions .actions-btns-wrapper,
    .user-table td .actions .actions-btns-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 16px;
    }
    .user-table td.actions .actions-btns-wrapper .template-btn.md-btn,
    .user-table td .actions .actions-btns-wrapper .template-btn.md-btn {
      padding: 8px 16px;
    }
  }

  .table-title {
    margin-bottom: 28px;
  }
  @media (max-width: 991.97px) {
    .table-title {
      margin-bottom: 14px;
    }
  }

  table.gs-data-table thead tr th {
    border-bottom: 0;
    padding: 19px 16px;
    background-color: #f8f7f7;
    color: #100E32;
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  table.gs-data-table tbody tr td {
    padding: 24px 16px;
    color: #351c1a;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  @media (max-width: 767.98px) {
    table.gs-data-table tbody tr td {
      padding: 12px 8px;
    }
  }

  @media (max-width: 767.98px) {
    table.gs-data-table thead tr th {
      padding: 10px 16px !important;
      font-size: 14px;
    }
    table.gs-data-table tbody tr td {
      font-size: 14px;
    }
  }

  table tr {
    border-top: 1px solid #e6e8ec;
    border-bottom: 1px solid #e6e8ec;
  }

  table td,
  table th {
    border-right: 1px solid #e6e8ec;
    border-left: 1px solid #e6e8ec;
  }

  .dt-layout-row {
    margin-bottom: 28px;
  }
  .dt-layout-row label {
    margin-left: 9px;
    color: #1f0300;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
  }

  .dt-layout-table {
    overflow-x: scroll;
  }

  div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: 0;
  }

  div.dt-container {
    z-index: 1;
  }
  div.dt-container .dt-paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px;
  }
  div.dt-container .dt-paging .dt-paging-button {
    width: 49px;
    height: 48px;
    padding: 11px 9px;
    border-radius: 2px;
    border: 1px solid var(--neutral-500, #978d8f);
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  div.dt-container .dt-paging .dt-paging-button:hover {
    background: #100E32;
    color: #ffffff !important;
  }
  div.dt-container .dt-paging .dt-paging-button.current {
    border: 0;
    background: #100E32;
    color: #ffffff !important;
  }
  div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #100E32;
    color: #ffffff !important;
  }
  div.dt-container .dt-paging .dt-paging-button.disabled {
    background-color: #e9e6e6;
  }
  div.dt-container .dt-paging .dt-paging-button.disabled:hover {
    background-color: #e9e6e6;
  }
  div.dt-container .dt-paging .dt-paging-button.previous,
  div.dt-container .dt-paging .dt-paging-button.next,
  div.dt-container .dt-paging .dt-paging-button.first,
  div.dt-container .dt-paging .dt-paging-button.last {
    font-size: 32px;
  }
  @media (max-width: 767.98px) {
    div.dt-container .dt-paging {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    div.dt-container .dt-paging .dt-paging-button {
      width: 40px;
      height: 40px;
      padding: 8px 6px;
      font-size: 16px;
    }
    div.dt-container .dt-paging .dt-paging-button.previous,
    div.dt-container .dt-paging .dt-paging-button.next,
    div.dt-container .dt-paging .dt-paging-button.first,
    div.dt-container .dt-paging .dt-paging-button.last {
      font-size: 20px;
    }
  }

  .dt-search {
    display: inline-block;
    position: relative;
    right: 250px;
  }
  @media (max-width: 991.97px) {
    .dt-search {
      right: 0;
    }
  }

  .data-table-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: absolute;
    top: 0;
  }
  @media (max-width: 991.97px) {
    .data-table-btn-wrapper {
      position: static;
    }
  }
  @media (max-width: 767.98px) {
    .data-table-btn-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  .data-table-btn {
    width: 230px;
    height: 37px;
    position: relative;
    bottom: -5px;
    z-index: 2;
  }
  @media (max-width: 991.97px) {
    .data-table-btn {
      bottom: 0;
      width: 214px;
    }
  }

  .vendor-table-wrapper,
  .user-table-wrapper {
    padding: 32px;
    border-radius: 12px;
    background: #ffffff;
  }
  .vendor-table-wrapper .title,
  .user-table-wrapper .title {
    color: #1f0300;
  }
  .vendor-table-wrapper .user-table th .header-title,
  .user-table-wrapper .user-table th .header-title {
    color: #1f0300;
  }
  .vendor-table-wrapper .dt-column-order,
  .user-table-wrapper .dt-column-order {
    display: none;
  }
  .vendor-table-wrapper .user-table td .table-img,
  .user-table-wrapper .user-table td .table-img {
    max-width: 60px;
    max-height: 60px;
  }
  .vendor-table-wrapper table.gs-data-table thead tr th,
  .user-table-wrapper table.gs-data-table thead tr th {
    text-align: left;
  }
  .vendor-table-wrapper .user-table td,
  .user-table-wrapper .user-table td {
    text-align: left;
  }
  .vendor-table-wrapper table.dataTable thead > tr > th.dt-orderable-asc,
  .vendor-table-wrapper table.dataTable thead > tr > th.dt-orderable-desc,
  .vendor-table-wrapper table.dataTable thead > tr > th.dt-ordering-asc,
  .vendor-table-wrapper table.dataTable thead > tr > th.dt-ordering-desc,
  .vendor-table-wrapper table.dataTable thead > tr > td.dt-orderable-asc,
  .vendor-table-wrapper table.dataTable thead > tr > td.dt-orderable-desc,
  .vendor-table-wrapper table.dataTable thead > tr > td.dt-ordering-asc,
  .vendor-table-wrapper table.dataTable thead > tr > td.dt-ordering-desc,
  .user-table-wrapper table.dataTable thead > tr > th.dt-orderable-asc,
  .user-table-wrapper table.dataTable thead > tr > th.dt-orderable-desc,
  .user-table-wrapper table.dataTable thead > tr > th.dt-ordering-asc,
  .user-table-wrapper table.dataTable thead > tr > th.dt-ordering-desc,
  .user-table-wrapper table.dataTable thead > tr > td.dt-orderable-asc,
  .user-table-wrapper table.dataTable thead > tr > td.dt-orderable-desc,
  .user-table-wrapper table.dataTable thead > tr > td.dt-ordering-asc,
  .user-table-wrapper table.dataTable thead > tr > td.dt-ordering-desc {
    padding-right: 16px;
  }
  .vendor-table-wrapper table td,
  .vendor-table-wrapper table th,
  .user-table-wrapper table td,
  .user-table-wrapper table th {
    border-right: 0;
    border-left: 0;
  }
  .vendor-table-wrapper .user-table td .product-name,
  .user-table-wrapper .user-table td .product-name {
    max-width: 180px;
  }
  .vendor-table-wrapper .user-table td .category,
  .user-table-wrapper .user-table td .category {
    max-width: 139px;
  }
  .vendor-table-wrapper .user-table td .title,
  .user-table-wrapper .user-table td .title {
    max-width: 328px;
  }
  .vendor-table-wrapper .user-table td .product-title,
  .user-table-wrapper .user-table td .product-title {
    max-width: 235px;
  }
  .vendor-table-wrapper .user-table td .details,
  .user-table-wrapper .user-table td .details {
    max-width: 790px;
  }
  .vendor-table-wrapper .user-table td .customer .key,
  .vendor-table-wrapper .user-table td .rider .key,
  .user-table-wrapper .user-table td .customer .key,
  .user-table-wrapper .user-table td .rider .key {
    font-weight: 600;
    line-height: 170%;
  }
  .vendor-table-wrapper .user-table td .customer .value,
  .vendor-table-wrapper .user-table td .rider .value,
  .user-table-wrapper .user-table td .customer .value,
  .user-table-wrapper .user-table td .rider .value {
    line-height: 170%;
  }
  .vendor-table-wrapper .user-table td .status,
  .user-table-wrapper .user-table td .status {
    max-width: 127px;
  }
  .vendor-table-wrapper .user-table td .status .nice-select,
  .user-table-wrapper .user-table td .status .nice-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    outline: 0;
    border: 0;
    padding: 8px 12px 8px 16px;
    background-color: #27be69;
    min-width: 100%;
    width: 127px;
  }
  .vendor-table-wrapper .user-table td .status .nice-select .list,
  .user-table-wrapper .user-table td .status .nice-select .list {
    max-height: initial;
    overflow-y: initial;
  }
  .vendor-table-wrapper .user-table td .status .nice-select.active,
  .user-table-wrapper .user-table td .status .nice-select.active {
    background-color: #27be69;
  }
  .vendor-table-wrapper .user-table td .status .nice-select.deactive,
  .user-table-wrapper .user-table td .status .nice-select.deactive {
    background-color: #f2415a;
  }
  .vendor-table-wrapper .user-table td .status .nice-select .current,
  .user-table-wrapper .user-table td .status .nice-select .current {
    padding: 0;
    font-size: 14px;
    font-family: Saira;
    color: #ffffff;
  }
  .vendor-table-wrapper .user-table td .status .nice-select:focus,
  .user-table-wrapper .user-table td .status .nice-select:focus {
    outline: none;
  }
  .vendor-table-wrapper .user-table td .status .nice-select::after,
  .user-table-wrapper .user-table td .status .nice-select::after {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    right: 8px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.4726 5.47259C12.4106 5.4101 12.3369 5.36051 12.2556 5.32666C12.1744 5.29282 12.0872 5.27539 11.9992 5.27539C11.9112 5.27539 11.8241 5.29282 11.7428 5.32666C11.6616 5.36051 11.5879 5.4101 11.5259 5.47259L8.47256 8.52592C8.41058 8.58841 8.33685 8.638 8.25561 8.67185C8.17437 8.7057 8.08723 8.72312 7.99923 8.72312C7.91122 8.72312 7.82408 8.7057 7.74284 8.67185C7.6616 8.638 7.58787 8.58841 7.52589 8.52592L4.47256 5.47259C4.41058 5.4101 4.33685 5.36051 4.25561 5.32666C4.17437 5.29282 4.08723 5.27539 3.99923 5.27539C3.91122 5.27539 3.82408 5.29282 3.74284 5.32666C3.6616 5.36051 3.58787 5.4101 3.52589 5.47259C3.40173 5.5975 3.33203 5.76647 3.33203 5.94259C3.33203 6.11871 3.40173 6.28768 3.52589 6.41259L6.58589 9.47259C6.96089 9.84712 7.46922 10.0575 7.99923 10.0575C8.52923 10.0575 9.03756 9.84712 9.41256 9.47259L12.4726 6.41259C12.5967 6.28768 12.6664 6.11871 12.6664 5.94259C12.6664 5.76647 12.5967 5.5975 12.4726 5.47259Z' fill='white'/%3E%3C/svg%3E");
  }
  .vendor-table-wrapper .user-table td .status .form-control:focus,
  .user-table-wrapper .user-table td .status .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .vendor-table-wrapper table thead tr:first-child,
  .user-table-wrapper table thead tr:first-child {
    border-top: 0;
    border-bottom: 0;
  }
  .vendor-table-wrapper table tbody tr:first-child,
  .user-table-wrapper table tbody tr:first-child {
    border-top: 0;
  }
  .vendor-table-wrapper.all-products-table-wrapper .user-table td .product-name,
  .vendor-table-wrapper.product-catalogs-table-wrapper
    .user-table
    td
    .product-name,
  .user-table-wrapper.all-products-table-wrapper .user-table td .product-name,
  .user-table-wrapper.product-catalogs-table-wrapper
    .user-table
    td
    .product-name {
    max-width: 412px;
  }
  @media (max-width: 767.98px) {
    .vendor-table-wrapper,
    .user-table-wrapper {
      padding: 16px;
    }
  }

  .user-table-wrapper {
    padding: 0px;
  }

  .order-delivery-table-wrapper .dt-search,
  .all-orders-table-wrapper .dt-search,
  .product-catalogs-table-wrapper .dt-search,
  .order-details-table-wrapper .dt-search {
    right: 0;
  }

  .order-delivery-table-wrapper td,
  .order-details-table-wrapper td {
    vertical-align: top;
  }

  .recent-products-table-wrapper,
  .recent-orders-table-wrapper {
    height: 100%;
    padding: 24px;
  }
  .recent-products-table-wrapper div.dt-container div.dt-layout-cell,
  .recent-orders-table-wrapper div.dt-container div.dt-layout-cell {
    display: none;
    padding: 0 0;
  }
  .recent-products-table-wrapper .dt-layout-row,
  .recent-orders-table-wrapper .dt-layout-row {
    margin-bottom: 0;
  }
  .recent-products-table-wrapper table tr:last-child,
  .recent-orders-table-wrapper table tr:last-child {
    border-bottom: 0;
  }

  .thead-bg th {
    background-color: #030712;
    text-align: left;
    padding-left: 8px;
  }
  .thead-bg th .title {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
  }
  @media (max-width: 767.98px) {
    .thead-bg th .title {
      font-size: 16px;
    }
  }

  .tbody-product td.td-product-name {
    max-width: 161px;
  }

  @media (max-width: 767.98px) {
    .tbody-product td span {
      font-size: 14px;
    }
    .tbody-product td li {
      font-size: 14px;
    }
  }

  .gs-vendor-sidebar-wrapper {
    background: #ffffff;
  }
  .gs-vendor-sidebar-wrapper .gs-dashboard-user-sidebar-wrapper {
    padding: 40px 24px 40px 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-vendor-sidebar-wrapper .gs-dashboard-user-sidebar-wrapper li a {
    position: relative;
  }
  .gs-vendor-sidebar-wrapper .gs-vendor-sidebar-logo-wrapper a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-vendor-sidebar-wrapper.collapsed .gs-vendor-sidebar-logo-wrapper a {
    position: absolute;
    opacity: 0;
  }
  .gs-vendor-sidebar-wrapper.collapsed .label {
    position: absolute;
    opacity: 0;
    left: 62px;
  }
  .gs-vendor-sidebar-wrapper.collapsed .gs-dashboard-user-sidebar-wrapper {
    padding: 40px 16px 40px 16px;
    width: 104px;
  }
  .gs-vendor-sidebar-wrapper.collapsed
    .gs-dashboard-user-sidebar-wrapper
    .has-sub-menu {
    position: relative;
  }
  .gs-vendor-sidebar-wrapper.collapsed
    .gs-dashboard-user-sidebar-wrapper
    .has-sub-menu
    a {
    display: block;
  }
  .gs-vendor-sidebar-wrapper.collapsed
    .gs-dashboard-user-sidebar-wrapper
    .has-sub-menu
    a
    .angle-down {
    display: none;
  }
  .gs-vendor-sidebar-wrapper.collapsed
    .gs-dashboard-user-sidebar-wrapper
    .has-sub-menu
    .sidebar-sub-menu {
    margin-left: 15px;
    width: 220px;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 5 !important;
  }

  .gs-vendor-sidebar-logo-wrapper {
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 1399.97px) {
    .gs-vendor-sidebar-logo-wrapper {
      height: 92px;
    }
  }

  .gs-vendor-header-outlet-wrapper {
    width: calc(100% - 312px);
    overflow: hidden;
    background: #f8f7f7;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  @media (max-width: 1399.97px) {
    .gs-vendor-header-outlet-wrapper {
      width: calc(100% - 288px);
    }
  }
  @media (max-width: 1199.97px) {
    .gs-vendor-header-outlet-wrapper {
      width: 100%;
    }
  }
  .gs-vendor-header-outlet-wrapper.increased-width {
    width: calc(100% - 104px);
  }
  @media (max-width: 1199.97px) {
    .gs-vendor-header-outlet-wrapper.increased-width {
      width: 100%;
    }
  }

  .gs-vendor-header {
    padding: 32px 40px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 1399.97px) {
    .gs-vendor-header {
      padding: 16px 40px;
    }
  }
  @media (max-width: 767.98px) {
    .gs-vendor-header {
      padding: 10px 20px;
    }
  }
  .gs-vendor-header .header-toggle {
    display: inline-block;
  }
  .gs-vendor-header .vendor-header-search-wrapper {
    width: 100%;
    max-width: 513px;
  }
  .gs-vendor-header .vendor-header-search-wrapper .vendor-header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: var(--spacing-xxs, 2px) var(--spacing-4xl, 32px)
      var(--spacing-xxs, 2px) var(--spacing-3xl, 24px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    color: #4c3533;
    background: var(--neutral-50, #f8f7f8);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding-left: 60px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-header .vendor-header-search-wrapper .vendor-header-search {
      height: 52px;
    }
  }
  .gs-vendor-header
    .vendor-header-search-wrapper
    .vendor-header-search::-webkit-input-placeholder {
    color: #9a8e8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .gs-vendor-header
    .vendor-header-search-wrapper
    .vendor-header-search:-ms-input-placeholder {
    color: #9a8e8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .gs-vendor-header
    .vendor-header-search-wrapper
    .vendor-header-search::-ms-input-placeholder {
    color: #9a8e8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .gs-vendor-header
    .vendor-header-search-wrapper
    .vendor-header-search::placeholder {
    color: #9a8e8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .gs-vendor-header .vendor-header-search-wrapper .vendor-header-search:focus,
  .gs-vendor-header .vendor-header-search-wrapper .vendor-header-search:active {
    border: 1px solid #100E32;
  }
  .gs-vendor-header .vendor-header-search-wrapper .input-search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 24px;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
  }
  @media (max-width: 991.97px) {
    .gs-vendor-header .vendor-header-search-wrapper .input-search-icon {
      -webkit-transform: translateY(35%);
      -ms-transform: translateY(35%);
      transform: translateY(35%);
    }
  }
  .gs-vendor-header .user-dropdown-wrapper {
    position: relative;
    cursor: pointer;
    width: 233px;
  }
  @media (max-width: 767.98px) {
    .gs-vendor-header .user-dropdown-wrapper {
      width: auto;
    }
  }
  .gs-vendor-header .user-dropdown-wrapper .user-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #f8f7f7;
    position: relative;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-header .user-dropdown-wrapper .user-dropdown {
      padding: 6px 10px;
    }
  }
  .gs-vendor-header .user-dropdown-wrapper .user-dropdown svg {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gs-vendor-header .user-dropdown-wrapper .user-dropdown.show svg {
    rotate: 180deg;
  }
  .gs-vendor-header .user-dropdown-wrapper .avatar {
    border-radius: 40px;
    border: 1px solid #100E32 !important;
    width: 40px;
    height: 40px;
  }
  .gs-vendor-header .user-dropdown-wrapper .user-name {
    font-size: 16px;
    line-height: 125%;
    text-transform: capitalize;
    font-weight: 600;
  }
  .gs-vendor-header .user-dropdown-wrapper .user-designation {
    color: #737791;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .gs-vendor-header .user-dropdown-wrapper .dropdown-toggle {
    color: #1f0300;
  }
  .gs-vendor-header .user-dropdown-wrapper .dropdown-toggle::after {
    display: none;
  }
  .gs-vendor-header .user-dropdown-wrapper .dropdown-menu.show {
    left: auto !important;
  }
  .gs-vendor-header
    .user-dropdown-wrapper
    .dropdown-menu
    li:last-child
    .dropdown-item {
    border-bottom: 1px solid #100E32;
  }
  .gs-vendor-header .user-dropdown-wrapper .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid #e9e6e6;
  }
  .gs-vendor-header .user-dropdown-wrapper .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    color: #1f0300;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-vendor-header .user-dropdown-wrapper .dropdown-item svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-vendor-header .user-dropdown-wrapper .dropdown-item:hover {
    background-color: #100E32;
    color: #ffffff;
  }
  .gs-vendor-header
    .user-dropdown-wrapper
    .dropdown-item:hover
    svg.has-fill
    path {
    fill: #ffffff;
  }
  .gs-vendor-header
    .user-dropdown-wrapper
    .dropdown-item:hover
    svg.has-stroke
    path {
    stroke: #ffffff;
  }

  .gs-vendor-outlet {
    padding: 40px;
    padding-bottom: 120px;
  }
  @media (max-width: 767.98px) {
    .gs-vendor-outlet {
      padding: 20px;
    }
  }

  .table-area {
    margin-top: 32px;
  }

  .nice-select.nice-select-vendor {
    background-color: #f8f7f7;
  }
  .nice-select.nice-select-vendor::after {
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 24px;
    content: "\f0d7";
  }

  .vendor-panel-info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px;
    background: #fff;
  }
  .vendor-panel-info-card.total-item-sold {
    border-left: 4px solid #25cd7f;
  }
  .vendor-panel-info-card.current-balance {
    border-left: 4px solid #ffb134;
  }
  .vendor-panel-info-card.total-earning {
    border-left: 4px solid #da55f0;
  }
  .vendor-panel-info-card.pending-commision {
    border-left: 4px solid #5b68ff;
  }
  .vendor-panel-info-card.total-order {
    border-left: 4px solid #ee1243;
  }
  .vendor-panel-info-card.order-delivered {
    border-left: 4px solid #27ae60;
  }
  .vendor-panel-info-card.order-processing {
    border-left: 4px solid #0ea5e9;
  }
  .vendor-panel-info-card.order-pending {
    border-left: 4px solid #fb923c;
  }
  @media (max-width: 1919.97px) {
    .vendor-panel-info-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (max-width: 1199.97px) {
    .vendor-panel-info-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  @media (max-width: 767.98px) {
    .vendor-panel-info-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (max-width: 575.97px) {
    .vendor-panel-info-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  .vendor-panel-info-card .title-and-value-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
  }
  @media (max-width: 1919.97px) {
    .vendor-panel-info-card .title-and-value-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (max-width: 1199.97px) {
    .vendor-panel-info-card .title-and-value-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  @media (max-width: 767.98px) {
    .vendor-panel-info-card .title-and-value-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (max-width: 575.97px) {
    .vendor-panel-info-card .title-and-value-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  .vendor-panel-info-card .title {
    color: #574240;
    line-height: 160%;
    font-size: 20px;
  }
  @media (max-width: 1599.99px) {
    .vendor-panel-info-card .title {
      font-size: 18px;
    }
  }
  @media (max-width: 767.98px) {
    .vendor-panel-info-card .title {
      font-size: 16px;
    }
  }
  @media (max-width: 575.97px) {
    .vendor-panel-info-card .title {
      font-size: 14px;
    }
  }
  .vendor-panel-info-card .value {
    color: #1f0300;
  }
  .vendor-panel-info-card img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .form-group span.text-danger {
    display: inline-block;
    margin-top: 8px;
  }

  .form-group label {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 12px;
    color: #1f0300;
  }
  @media (max-width: 767.98px) {
    .form-group label {
      font-size: 14px;
      margin-top: 12px;
      margin-bottom: 8px;
    }
  }
  .form-group label.label-btn {
    cursor: pointer;
  }

  .form-group .form-control {
    width: 100%;
    padding: 12px 20px;
    color: #796866;
  }
  .form-group .form-control:focus {
    border-color: #b7aead;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-group .form-control::-webkit-input-placeholder {
    color: #796866;
  }
  .form-group .form-control:-ms-input-placeholder {
    color: #796866;
  }
  .form-group .form-control::-ms-input-placeholder {
    color: #796866;
  }
  .form-group .form-control::placeholder {
    color: #796866;
  }
  @media (max-width: 767.98px) {
    .form-group .form-control::-webkit-input-placeholder {
      font-size: 14px;
    }
    .form-group .form-control:-ms-input-placeholder {
      font-size: 14px;
    }
    .form-group .form-control::-ms-input-placeholder {
      font-size: 14px;
    }
    .form-group .form-control::placeholder {
      font-size: 14px;
    }
  }
  .form-group .form-control:disabled {
    background-color: #f8f7f7;
  }
  .form-group .form-control .current {
    padding-top: 16px;
    padding-left: 20px;
  }
  @media (max-width: 767.98px) {
    .form-group .form-control .current {
      font-size: 14px;
      padding-left: 13px;
      padding-top: 15px;
    }
  }
  @media (max-width: 767.98px) {
    .form-group .form-control {
      padding: 12px 12px;
    }
  }

  .form-group .nice-select::after {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  @media (max-width: 767.98px) {
    .form-group .nice-select::after {
      right: 20px;
    }
  }

  .form-group .dropdown-container {
    position: relative;
  }

  .form-group .payment_method {
    font-size: 16px;
    color: #796866;
  }

  .form-group .payment_method option {
    font-size: 16px;
    color: #796866;
  }

  .form-group .form__control {
    padding: 0px;
    height: initial !important;
    border: 1px solid #e9e6e6 !important;
  }
  @media (max-width: 767.98px) {
    .form-group .form__control {
      height: 50px;
    }
  }

  .form-group .dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .gs-extra-search-box-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
  }
  .gs-extra-search-box-form .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  @media (max-width: 767.98px) {
    .gs-extra-search-box-form .form-control {
      padding: 10px 12px;
    }
  }
  .gs-extra-search-box-form .template-btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0px 20px;
    height: 50px;
  }
  @media (max-width: 767.98px) {
    .gs-extra-search-box-form .template-btn {
      height: 46px;
    }
  }

  .gs-modal .modal-dialog {
    width: calc(100% - 16px);
  }
  .gs-modal .modal-dialog.assign-rider-modal-dialog {
    max-width: 801px;
  }
  .gs-modal .modal-dialog.image-gallery-modal-dialog {
    max-width: 920px;
  }
  .gs-modal .modal-dialog.image-gallery-modal-dialog .modal-img {
    max-height: 400px;
  }
  .gs-modal .modal-dialog.confirm-delete-modal-dialog {
    max-width: 514px;
  }
  .gs-modal .modal-dialog.edit-service-modal-dialog {
    max-width: 600px;
  }
  .gs-modal .modal-dialog.edit-service-modal-dialog .edit-service-modal-img {
    max-height: 400px;
  }
  .gs-modal .modal-dialog.send-message-modal-dialog {
    max-width: 650px;
  }
  .gs-modal .modal-dialog.transaction-details-modal-dialog {
    max-width: 668px;
  }
  .gs-modal .modal-dialog .modal-content {
    padding: 24px;
    border-radius: 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.08);
  }
  @media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content {
      padding: 20px;
    }
  }
  .gs-modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #e9e6e6;
  }
  @media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content .modal-header {
      padding-bottom: 12px;
      gap: 12px;
    }
  }
  .gs-modal .modal-dialog .modal-content .modal-header .title {
    color: #1f0300;
  }
  .gs-modal .modal-dialog .modal-content .modal-header .sub-title {
    color: #1f0300;
    font-weight: 400;
  }
  .gs-modal .modal-dialog .modal-content .modal-header .gs-modal-close-btn {
    font-size: 32px;
    color: #100E32;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-modal .modal-dialog .modal-content .modal-header .gs-modal-close-btn:hover {
    color: #800b00;
  }
  .gs-modal .modal-dialog .modal-content .modal-header [data-bs-dismiss="modal"] {
    padding-right: 0;
    padding-top: 0;
  }
  .gs-modal .modal-dialog .modal-content .modal-header.delete-modal-header {
    padding-bottom: 0;
    border-bottom: none;
  }
  .gs-modal .modal-dialog .modal-content.assign-rider-modal-content,
  .gs-modal .modal-dialog .modal-content.image-gallery-modal-content,
  .gs-modal .modal-dialog .modal-content.edit-service-modal-content,
  .gs-modal .modal-dialog .modal-content.send-message-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
  }
  @media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content.assign-rider-modal-content,
    .gs-modal .modal-dialog .modal-content.image-gallery-modal-content,
    .gs-modal .modal-dialog .modal-content.edit-service-modal-content,
    .gs-modal .modal-dialog .modal-content.send-message-modal-content {
      gap: 16px;
    }
  }
  .gs-modal .modal-dialog .modal-content.edit-service-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
  }
  @media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content.edit-service-modal-content {
      gap: 12px;
    }
  }
  .gs-modal .modal-dialog .modal-content.edit-service-modal-content label {
    margin-top: 0;
  }
  .gs-modal .modal-dialog .modal-content.confirm-delete-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
  }
  @media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content.confirm-delete-modal-content {
      gap: 20px;
    }
  }
  .gs-modal
    .modal-dialog
    .modal-content.confirm-delete-modal-content
    .title-des-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  @media (max-width: 991.97px) {
    .gs-modal
      .modal-dialog
      .modal-content.confirm-delete-modal-content
      .title-des-wrapper {
      gap: 8px;
    }
  }
  .gs-modal
    .modal-dialog
    .modal-content.confirm-delete-modal-content
    .title-des-wrapper
    .sub-title {
    line-height: 170%;
  }
  .gs-modal .modal-dialog .modal-content label {
    margin-top: 0px;
  }
  .gs-modal .modal-dialog .modal-content .transaction-info-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
  }
  .gs-modal .modal-dialog .modal-content .transaction-info-wrapper .info-list {
    width: 100%;
  }
  .gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 48px;
    border-bottom: 1px solid #e9e6e6;
    color: #1f0300;
    font-size: 20px;
    line-height: 120%;
  }
  .gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item
    .info-type {
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "Saira", sans-serif;
  }
  .gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item
    .info {
    font-weight: 400;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
    white-space: normal;
  }
  .gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item:last-child {
    border-bottom: none;
  }
  @media (max-width: 1599.99px) {
    .gs-modal
      .modal-dialog
      .modal-content
      .transaction-info-wrapper
      .info-list
      .info-list-item {
      gap: 24px;
    }
  }
  @media (max-width: 1199.97px) {
    .gs-modal
      .modal-dialog
      .modal-content
      .transaction-info-wrapper
      .info-list
      .info-list-item {
      font-size: 18px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-modal
      .modal-dialog
      .modal-content
      .transaction-info-wrapper
      .info-list
      .info-list-item {
      padding: 12px 0;
    }
  }
  @media (max-width: 767.98px) {
    .gs-modal
      .modal-dialog
      .modal-content
      .transaction-info-wrapper
      .info-list
      .info-list-item {
      font-size: 16px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-modal
      .modal-dialog
      .modal-content
      .transaction-info-wrapper
      .info-list
      .info-list-item {
      font-size: 14px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content .transaction-info-wrapper {
      gap: 14px;
    }
  }

  .gs-chart-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
    background: #ffffff;
    padding: 24px;
  }
  .gs-chart-wrapper.vendor-monthly-sales-chart {
    margin-top: 32px;
  }
  @media (max-width: 991.97px) {
    .gs-chart-wrapper.vendor-monthly-sales-chart {
      margin-top: 16px;
    }
  }
  .gs-chart-wrapper .apexcharts-toolbar {
    display: none;
  }
  .gs-chart-wrapper .chart-title-dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 24px;
  }
  @media (max-width: 991.97px) {
    .gs-chart-wrapper .chart-title-dropdown-wrapper {
      margin-bottom: 12px;
      gap: 12px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-chart-wrapper .chart-title-dropdown-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .gs-chart-wrapper .chart-title-dropdown-wrapper .chart-title {
    color: #1f0300;
    font-weight: 500;
  }
  .gs-chart-wrapper
    .chart-title-dropdown-wrapper
    .nice-select.nice-select-vendor {
    min-width: 157px;
  }
  .gs-chart-wrapper .chart-title-dropdown-wrapper .form-group .form__control {
    border: none !important;
  }

  .account-information .account-info-box {
    border: 1px solid #e9e6e6;
    border-radius: 8px;
    padding: 24px;
    min-height: 227px;
  }
  .account-information .account-info-box h5 {
    font-weight: 500;
    margin-bottom: 18px;
  }
  .account-information .account-info-box .account-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* Ensures items wrap if they don't fit in a single line */
    gap: 10px;
  }
  .account-information .account-info-box .icon-box {
    background-color: rgba(255, 177, 52, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
  }
  .account-information .account-info-box h6 {
    font-weight: 400;
    margin-bottom: 8px;
  }
  .account-information .account-info-box h4 {
    font-weight: 600;
  }

  .accept-reject-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  @media (max-width: 767.98px) {
    .accept-reject-btn {
      gap: 12px;
    }
  }

  .delivery-address-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }

  .account-info-item .info-title {
    font-size: 16px;
    font-weight: 500;
  }

  .account-info-item .info-content {
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
  }

  .delivery-details {
    margin-top: 32px;
  }
  .delivery-details h5 {
    margin-bottom: 16px;
  }

  .ordered-products h5 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .ordered-products .ordered-tbg th {
    background-color: #4c3533;
    text-align: left;
    padding-left: 16px;
  }
  .ordered-products .ordered-tbg th .title {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
  }
  @media (max-width: 767.98px) {
    .ordered-products .ordered-tbg th .title {
      font-size: 16px;
    }
  }

  .ordered-products .product-title-width {
    max-width: 400px !important;
  }

  .ordered-products .tbody-product td ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .ordered-products .tbody-product td span {
    font-weight: 500;
  }

  .custom-table-rider tr .title {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  @media (max-width: 991.97px) {
    .custom-table-rider tr .title {
      font-size: 16px;
    }
  }

  .overlayed-img-wrapper {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
  }
  .overlayed-img-wrapper .template-btn {
    font-size: 14px;
    padding: 0 16px;
    color: #ffffff;
  }
  .overlayed-img-wrapper .overlay-on-img {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  .overlayed-img-wrapper .overlayed-img {
    width: 100%;
  }
  .overlayed-img-wrapper .content-on-overlay {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .overlayed-img-wrapper .fadeIn-bottom {
    top: 80%;
  }
  .overlayed-img-wrapper .fadeIn-top {
    top: 20%;
  }
  .overlayed-img-wrapper:hover .overlay-on-img {
    opacity: 1;
  }
  .overlayed-img-wrapper:hover .content-on-overlay {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .gallery-extra-remove-btn {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2415a;
    border-radius: 50%;
    color: white;
    font-size: 11px;
  }

  .right-1 {
    right: 1px !important;
  }

  .img-wh-80 {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .position-abs-center {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .feature-extra-tags-remove-btn {
    position: absolute;
    top: -9px;
    right: -12px;
  }

  ul.tagit li.tagit-choice-editable {
    padding: 2px 5px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }

  ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: static !important;
    right: 0.1em;
    top: 50%;
    margin-top: initial !important;
    line-height: initial !important;
    background: #f2415a;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    /* padding: 10px; */
    font-size: 12px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
  }

  .ui-widget.ui-widget-content {
    padding: 5px 20px !important;
    border-radius: 5px !important;
  }

  .nicEdit-main {
    width: 98% !important;
  }
  .nicEdit-main:focus-visible {
    outline: none !important;
  }

  .overlayed-img-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-license-remove-btn {
    width: 48px;
    height: 48px;
    background: #f2415a;
    color: white !important;
    border-radius: 5px;
  }

  .pricing-details-extra-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .pricing-details-extra-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .pricing-details-extra-ul .title {
    color: #4c3533;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .pricing-details-extra-ul .content {
    color: #4c3533;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
  }

  .product-stocks-wraper {
    margin-bottom: 24px;
  }

  .w-150 {
    width: 150px !important;
    height: 150px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .product-main-slider .slick-track {
    gap: 0;
  }

  .title-hover-color {
    color: #1f0300;
  }
  .title-hover-color:hover {
    color: #100E32;
  }

  .max-w-480 {
    max-width: 480px !important;
  }

  @media (max-width: 767.98px) {
    .succss-icon {
      width: 60px;
      height: 60px;
    }
  }

  .color-show-btn {
    width: 15px;
    height: 15px;
    display: inline-block;
  }

  .bottom-12 {
    bottom: 12px;
  }

  @media (max-width: 576px) {
    .custom-gap-sm-2 {
      gap: 0.7rem !important;
    }
  }

  .gs-vendor-header-noti {
    position: absolute;
    top: 124px;
    right: 37px;
    max-width: 400px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    max-height: 300px;
    overflow-y: scroll;
  }
  .gs-vendor-header-noti.active {
    opacity: 1;
    visibility: visible;
  }
  .gs-vendor-header-noti .clear-btn {
    font-size: 14px;
    background: #f2415a;
    padding: 4px 10px;
    color: #ffffff;
    border-radius: 4px;
  }
  @media (max-width: 767.98px) {
    .gs-vendor-header-noti .clear-btn {
      padding: 2px 6px;
    }
  }
  @media (max-width: 1399.97px) {
    .gs-vendor-header-noti {
      top: 92px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-vendor-header-noti {
      top: 85px;
    }
  }
  @media (max-width: 767.98px) {
    .gs-vendor-header-noti {
      top: 72px;
      right: 19px;
      max-width: 270px;
      padding: 24px 16px;
    }
  }
  .gs-vendor-header-noti .title {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  @media (max-width: 767.98px) {
    .gs-vendor-header-noti .title {
      font-size: 16px;
    }
  }
  .gs-vendor-header-noti ul li {
    border-top: 1px solid #e9e6e6;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  .gs-vendor-header-noti ul li:last-child {
    padding-bottom: 0px;
  }
  .gs-vendor-header-noti ul li a {
    color: #100E32;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-vendor-header-noti ul li a:hover {
    color: rgba(255, 76, 59, 0.9);
  }
  .gs-vendor-header-noti ul li .sm-info-1 {
    color: #796866;
  }
  .gs-vendor-header-noti ul li .sm-info-1 {
    color: #1f0300;
  }

  @media (max-width: 424.99px) {
    .vendor-res-header-logo {
      width: 100px;
      -o-object-fit: contain;
      object-fit: contain;
    }
  }

  #banner_code {
    outline: none;
    border: none;
  }

  .table-responsive {
    overflow-y: hidden;
  }

  /****************************** page styles ******************************/
  /********************** hero section start **********************/
  .hero-slider-wrapper .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
  .hero-slider-wrapper .slick-dots li button {
    width: 16px;
    height: 16px;
    font-size: 0;
    border-radius: 50%;
    background-color: rgba(255, 76, 59, 0.2);
  }
  .hero-slider-wrapper .slick-dots li.slick-active button {
    width: 40px;
    height: 16px;
    border-radius: 8px;
    background-color: #100E32;
  }
  @media (max-width: 575.97px) {
    .hero-slider-wrapper .slick-dots li button {
      width: 12px;
      height: 12px;
    }
    .hero-slider-wrapper .slick-dots li.slick-active button {
      width: 24px;
      height: 12px;
    }
  }
  @media (max-width: 575.97px) {
    .hero-slider-wrapper .slick-dots {
      bottom: 35px;
    }
  }

  .hero-slider-wrapper .slick-current.slick-active .subtitle,
  .hero-slider-wrapper .slick-current.slick-active .title,
  .hero-slider-wrapper .slick-current.slick-active .des,
  .hero-slider-wrapper .slick-current.slick-active .hero-shop-now-btn {
    -webkit-animation: 1.4s ease-in-out fadeInUp;
    animation: 1.4s ease-in-out fadeInUp;
  }

  .hero-slider-wrapper .slick-current.slick-active .title {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .hero-slider-wrapper .slick-current.slick-active .des {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .hero-slider-wrapper .slick-current.slick-active .hero-shop-now-btn {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .gs-hero-section {
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: bottom;
    height: 700px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 1199.97px) {
    .gs-hero-section {
      height: 500px;
    }
  }
  @media (max-width: 767.98px) {
    .gs-hero-section {
      height: 450px;
      background-position: left;
    }
  }
  @media (max-width: 767.98px) {
    .gs-hero-section .hero-content {
      text-align: center;
    }
  }
  .gs-hero-section .hero-content .subtitle {
    margin-bottom: 6px;
  }
  .gs-hero-section .hero-content .title {
    margin-bottom: 24px;
  }
  .gs-hero-section .hero-content .des {
    margin-bottom: 48px;
  }

  /********************** hero section end **********************/
  /********************** gs-cate-section start **********************/
  .gs-cate-section {
    padding: 120px 0px;
  }
  @media (max-width: 1199.97px) {
    .gs-cate-section {
      padding: 80px 0px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-cate-section {
      padding: 60px 0px;
    }
  }

  /********************** gs-cate-section end **********************/
  /********************** gs-offer-section start **********************/
  .gs-offer-section {
    padding-bottom: 120px;
  }
  .gs-offer-section .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  @media (max-width: 1199.97px) {
    .gs-offer-section {
      padding-bottom: 80px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-offer-section {
      padding-bottom: 60px;
    }
  }

  /********************** gs-offer-section end **********************/
  /********************** gs-explore-product-section start **********************/
  .gs-explore-product-section {
    padding: 120px 0px;
  }
  .gs-explore-product-section .explore-tab-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
  .gs-explore-product-section .explore-tab-navbar li .nav-link {
    color: #030712;
    font-family: "Saira", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .gs-explore-product-section .explore-tab-navbar li .nav-link.active {
    color: #100E32;
    border-bottom: 2px solid #100E32;
  }
  @media (max-width: 1199.97px) {
    .gs-explore-product-section {
      padding: 80px 0;
    }
  }
  @media (max-width: 991.97px) {
    .gs-explore-product-section {
      padding: 60px 0;
    }
  }
  @media (max-width: 767.98px) {
    .gs-explore-product-section .explore-tab-navbar {
      gap: 20px;
    }
    .gs-explore-product-section .explore-tab-navbar li .nav-link {
      font-size: 16px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-explore-product-section .explore-tab-navbar {
      gap: 10px;
    }
  }

  /********************** gs-explore-product-section end **********************/
  .error-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .error-wrapper .error-img {
    max-width: 700px;
    width: 100%;
    height: 485px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #100E32 !important;
    color: #ffffff !important;
  }

  .gs-offer-section.home-3 .single-offer-product {
    border-radius: 12px;
  }

  .gs-service-section.mome-3 {
    padding: 60px 0px;
    background-color: #ffffff;
  }
  @media (max-width: 991.97px) {
    .gs-service-section.mome-3 {
      padding: 30px 0px;
    }
  }
  .gs-service-section.mome-3 .service-row {
    background-color: #1f0300;
    border-radius: 16px;
  }
  @media (max-width: 991.97px) {
    .gs-service-section.mome-3 .service-row {
      border-radius: 8px;
    }
  }

  .gs-partner-section.home-3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .gs-partner-section.home-3 .title-box-and-partners-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }
  @media (max-width: 1199.97px) {
    .gs-partner-section.home-3 .title-box-and-partners-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .gs-partner-section.home-3 .title-box-wrapper {
    width: 424px;
    height: 312px;
    overflow: hidden;
    padding: 32px 24px;
    background-color: #ffffff;
  }
  @media (max-width: 1399.97px) {
    .gs-partner-section.home-3 .title-box-wrapper {
      height: 424px;
    }
  }
  @media (max-width: 1199.97px) {
    .gs-partner-section.home-3 .title-box-wrapper {
      width: 65%;
      text-align: center;
      height: auto;
      background-color: transparent;
      padding: 0;
      padding-bottom: 16px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-partner-section.home-3 .title-box-wrapper {
      width: 90%;
    }
  }
  @media (max-width: 767.98px) {
    .gs-partner-section.home-3 .title-box-wrapper {
      width: 100%;
    }
  }
  .gs-partner-section.home-3 .gs-partners {
    width: calc(100% - 448px);
  }
  @media (max-width: 1199.97px) {
    .gs-partner-section.home-3 .gs-partners {
      width: 100%;
    }
  }

  .gs-footer-section.home-3 .newslatter2 {
    background-color: #ffffff;
  }
  .gs-footer-section.home-3 .newslatter2 .news-latter-input {
    border: 1px solid #e9e6e6;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-footer-section.home-3 .newslatter2 .news-latter-input:focus {
    border: 1px solid #1f0300;
  }
  .gs-footer-section.home-3
    .newslatter2
    .news-latter-input::-webkit-input-placeholder {
    color: #796866;
  }
  .gs-footer-section.home-3
    .newslatter2
    .news-latter-input:-ms-input-placeholder {
    color: #796866;
  }
  .gs-footer-section.home-3
    .newslatter2
    .news-latter-input::-ms-input-placeholder {
    color: #796866;
  }
  .gs-footer-section.home-3 .newslatter2 .news-latter-input::placeholder {
    color: #796866;
  }

  .gs-latest-post-section.home-3 .single-post.h2-single-post {
    border-radius: 12px;
  }
  .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
    overflow: hidden;
    margin: 16px;
    padding: 16px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    max-height: 80px;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  @media (max-width: 1399.97px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
      max-height: 108px;
    }
  }
  @media (max-width: 1199.97px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
      max-height: 99px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
      max-height: 95px;
    }
  }
  @media (max-width: 767.98px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
      max-height: 68px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
      max-height: 89px;
    }
  }
  .gs-latest-post-section.home-3 .single-post.h2-single-post .post-title {
    color: #030712;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-latest-post-section.home-3 .single-post.h2-single-post .post-title:hover {
    color: #100E32;
  }
  .gs-latest-post-section.home-3 .single-post.h2-single-post .post-desc {
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    color: #4c3533;
    font-size: 14px;
  }
  .gs-latest-post-section.home-3 .single-post.h2-single-post:hover .post-content {
    max-height: 100%;
  }
  .gs-latest-post-section.home-3 .single-post.h2-single-post:hover .poster {
    opacity: 1;
    visibility: visible;
  }
  .gs-latest-post-section.home-3 .single-post.h2-single-post:hover .post-desc {
    opacity: 1;
    visibility: visible;
  }

  .gs-latest-post-section.home-3 .post-img {
    height: 288px;
    width: 100%;
  }
  @media (max-width: 1399.97px) {
    .gs-latest-post-section.home-3 .post-img {
      height: 334px;
    }
  }
  @media (max-width: 1199.97px) {
    .gs-latest-post-section.home-3 .post-img {
      height: 340px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-latest-post-section.home-3 .post-img {
      height: 320px;
    }
  }
  @media (max-width: 767.98px) {
    .gs-latest-post-section.home-3 .post-img {
      height: 242px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-latest-post-section.home-3 .post-img {
      height: auto;
    }
  }

  .gs-latest-post-section.home-3 .poster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-top: 12px;
    opacity: 0;
    visibility: hidden;
  }
  .gs-latest-post-section.home-3 .poster .poster-avater-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
  }
  .gs-latest-post-section.home-3 .poster .avater {
    width: 100%;
    height: 100%;
  }
  .gs-latest-post-section.home-3 .poster .poster_name-and-post_date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3px;
  }
  .gs-latest-post-section.home-3 .poster .poster_name {
    color: #030712;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .gs-latest-post-section.home-3 .poster .post_date {
    color: #030712;
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }

  .gs-latest-post-section.home-3 .latest-post-area {
    margin: -25px 0;
  }

  /********************** blog start **********************/
  .gs-blog-wrapper {
    padding: 120px 0;
    background-color: #f6f6f6;
  }
  @media (max-width: 991.97px) {
    .gs-blog-wrapper {
      padding: 60px 0;
    }
  }
  .gs-blog-wrapper .gs-main-blog-wrapper .gs-main-single-blog {
    margin-bottom: 40px;
  }
  @media (max-width: 767.98px) {
    .gs-blog-wrapper .gs-main-blog-wrapper .gs-main-single-blog {
      margin-bottom: 20px;
    }
  }
  .gs-blog-wrapper .gs-blog-sidebar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 24px;
    background: #ffffff;
  }
  .gs-blog-wrapper .gs-blog-sidebar-wrapper.right-side {
    margin-left: 24px;
    margin-right: 0px;
  }
  @media (max-width: 991.97px) {
    .gs-blog-wrapper .gs-blog-sidebar-wrapper {
      margin-right: 0px;
    }
    .gs-blog-wrapper .gs-blog-sidebar-wrapper.right-side {
      margin-left: 0px;
      margin-right: 0px;
    }
  }
  .gs-blog-wrapper .gs-blog-sidebar-wrapper .single-blog-widget:last-child {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  @media (max-width: 991.97px) {
    .gs-blog-wrapper .gs-blog-sidebar-wrapper .single-blog-widget:last-child {
      margin-bottom: 16px;
      margin-top: 16px;
    }
  }

  .gs-blog-details-wrapper .gs-blog-card .fea-img {
    margin-bottom: 16px;
  }

  .gs-blog-details-wrapper .gs-blog-card .fea-title {
    margin-top: 24px;
  }

  .gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  @media (max-width: 1399.97px) {
    .gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper {
      gap: 10px;
    }
  }
  .gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper .single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #4c3533;
  }
  .gs-blog-details-wrapper
    .gs-blog-card
    .meta-info-wrapper
    .single-meta:last-child {
    border-right: none;
  }
  .gs-blog-details-wrapper
    .gs-blog-card
    .meta-info-wrapper
    .single-meta
    a.meta-title:hover {
    color: #100E32;
  }
  .gs-blog-details-wrapper
    .gs-blog-card
    .meta-info-wrapper
    .single-meta
    .meta-title {
    display: inline-block;
    color: #4c3533;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
    padding-right: 30px;
  }
  @media (max-width: 1399.97px) {
    .gs-blog-details-wrapper
      .gs-blog-card
      .meta-info-wrapper
      .single-meta
      .meta-title {
      padding-right: 10px;
    }
  }
  @media (max-width: 767.98px) {
    .gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper .single-meta {
      border-right: none;
    }
    .gs-blog-details-wrapper
      .gs-blog-card
      .meta-info-wrapper
      .single-meta
      .meta-title {
      padding-right: 0px;
    }
  }

  /********************** blog end **********************/
  .gs-product-sidebar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .gs-product-sidebar-wrapper .price-range {
    padding-top: 24px;
  }
  .gs-product-sidebar-wrapper .price-range .ui-widget.ui-widget-content {
    border: none;
    height: 8px;
    background: #e9e6e6;
    border-radius: 2px;
  }
  .gs-product-sidebar-wrapper .price-range .ui-slider .ui-slider-range {
    background-color: #100E32;
  }
  .gs-product-sidebar-wrapper .price-range .ui-slider-handle {
    cursor: pointer;
    top: -10px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #100E32;
  }
  .gs-product-sidebar-wrapper .price-range .ui-slider-handle.ui-state-active {
    background-color: #100E32;
  }
  .gs-product-sidebar-wrapper .price-range .ui-slider-handle:focus-within {
    color: #100E32;
    outline: none;
  }
  .gs-product-sidebar-wrapper .price-range .range_output {
    width: 100%;
    margin-top: 24px;
    color: #1f0300;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border: none;
  }
  .gs-product-sidebar-wrapper .warranty-type {
    padding-top: 24px;
  }
  .gs-product-sidebar-wrapper .warranty-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .gs-product-sidebar-wrapper .gs-recent-post-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
  }

  .mobile-menu-widget > .single-product-widget {
    padding: 0;
  }

  .product-cat-widget {
    padding-top: 24px;
  }
  .product-cat-widget ul li.main-list {
    margin-bottom: 24px;
  }
  .product-cat-widget ul li.main-list:last-child {
    margin-bottom: 0;
  }
  .product-cat-widget ul li a {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .product-cat-widget ul li a:hover {
    color: #100E32;
  }
  .product-cat-widget ul li a[data-bs-toggle="collapse"] {
    position: relative;
  }
  .product-cat-widget ul li a[data-bs-toggle="collapse"]::after {
    content: "-";
    font-size: 24px;
    position: absolute;
    right: 0;
  }
  .product-cat-widget ul li a[data-bs-toggle="collapse"][aria-expanded="true"] {
    color: #100E32;
  }
  .product-cat-widget
    ul
    li
    a[data-bs-toggle="collapse"][aria-expanded="true"]::after {
    content: "";
  }
  .product-cat-widget
    ul
    li
    a[data-bs-toggle="collapse"][aria-expanded="false"]::after {
    content: "";
  }
  .product-cat-widget ul li button[aria-expanded="true"] {
    color: #100E32;
  }
  .product-cat-widget ul li button[aria-expanded="true"] .fa-solid.fa-minus {
    display: block;
  }
  .product-cat-widget ul li button[aria-expanded="true"] .fa-solid.fa-plus {
    display: none;
  }
  .product-cat-widget ul li button[aria-expanded="false"] .fa-solid.fa-plus {
    display: block;
  }
  .product-cat-widget ul li button[aria-expanded="false"] .fa-solid.fa-minus {
    display: none;
  }
  .product-cat-widget ul li ul li {
    margin-bottom: 0 !important;
  }
  .product-cat-widget ul li ul li a {
    margin-bottom: 16px;
  }

  .product-nav-wrapper {
    background-color: #ffffff;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-nav-wrapper h5 {
    font-weight: 500;
  }
  .product-nav-wrapper .sort-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-nav-wrapper .filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  @media (max-width: 991.97px) {
    .product-nav-wrapper .filter-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px;
    }
  }
  .product-nav-wrapper .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .product-nav-wrapper .btn-wrapper .grid-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 48px;
    padding: 13px 9px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid #c7c0bf;
  }
  .product-nav-wrapper .btn-wrapper .grid-btn.active svg path {
    fill: #100E32;
  }

  .attribute-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .single-product-details-content-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  @media (max-width: 991.97px) {
    .single-product-details-content-wrapper {
      padding-top: 30px;
      padding-bottom: 60px;
    }
  }
  .single-product-details-content-wrapper hr {
    padding: 0;
    margin: 24px 0;
  }
  .single-product-details-content-wrapper .product-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .single-product-details-content-wrapper .product-breadcrumb li::after {
    content: "/";
    margin-left: 10px;
  }
  .single-product-details-content-wrapper
    .product-breadcrumb
    li:last-child::after {
    content: "";
    margin-left: 0px;
  }
  .single-product-details-content-wrapper .product-breadcrumb li a {
    color: #030712;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
  }
  @media (max-width: 767.98px) {
    .single-product-details-content-wrapper .product-breadcrumb li a {
      font-size: 16px;
    }
  }
  .single-product-details-content-wrapper .product-breadcrumb li a:hover {
    color: #100E32;
  }
  .single-product-details-content-wrapper .gs-product-details-gallery-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .gal-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 38px;
    padding: 9px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: #100E32;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #ffffff;
    font-size: 14px;
  }
  .single-product-details-content-wrapper .product-nav-slider {
    margin-top: 24px;
  }
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .product-nav-slider
    .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .main-img {
    width: 648px !important;
    height: 648px !important;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: -webkit-grab;
    cursor: grab;
  }
  @media (max-width: 1399.97px) {
    .single-product-details-content-wrapper
      .gs-product-details-gallery-wrapper
      .main-img {
      height: 400px !important;
    }
  }
  @media (max-width: 1199.97px) {
    .single-product-details-content-wrapper
      .gs-product-details-gallery-wrapper
      .main-img {
      width: 470px !important;
    }
  }
  @media (max-width: 991.97px) {
    .single-product-details-content-wrapper
      .gs-product-details-gallery-wrapper
      .main-img {
      width: 100% !important;
    }
  }
  @media (max-width: 767.98px) {
    .single-product-details-content-wrapper
      .gs-product-details-gallery-wrapper
      .main-img {
      height: 350px !important;
    }
  }
  .single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .nav-img {
    width: 150px !important;
    height: 150px !important;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: -webkit-grab;
    cursor: grab;
  }
  @media (max-width: 767.98px) {
    .single-product-details-content-wrapper
      .gs-product-details-gallery-wrapper
      .nav-img {
      width: 100px !important;
      height: 100px !important;
    }
  }
  @media (max-width: 424.99px) {
    .single-product-details-content-wrapper
      .gs-product-details-gallery-wrapper
      .nav-img {
      width: 80px !important;
      height: 80px !important;
    }
  }
  .single-product-details-content-wrapper .product-info-wrapper h3 {
    color: #1f0300;
    margin-bottom: 12px;
  }
  .single-product-details-content-wrapper .product-info-wrapper .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .single-product-details-content-wrapper
    .product-info-wrapper
    .price-wrapper
    h5 {
    color: #1f0300;
  }
  .single-product-details-content-wrapper
    .product-info-wrapper
    .price-wrapper
    h5
    del {
    font-weight: 400;
  }
  .single-product-details-content-wrapper
    .product-info-wrapper
    .price-wrapper
    .product-badge {
    display: inline-block;
    height: 38px;
    padding: 9px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    background-color: #030712;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 32px;
  }
  .single-product-details-content-wrapper .product-info-wrapper .rating-wrapper {
    padding-top: 12px;
  }
  .single-product-details-content-wrapper .product-stocks-wraper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .single-product-details-content-wrapper .product-stocks-wraper ul li {
    color: #4c3533;
  }
  .single-product-details-content-wrapper .product-stocks-wraper ul li span {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
  .single-product-details-content-wrapper .product-stocks-wraper ul li span b {
    font-weight: 500;
  }
  .single-product-details-content-wrapper .attribute-wrapper .attribute-title {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
    display: block;
  }
  .single-product-details-content-wrapper .variation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
  .single-product-details-content-wrapper .varition-title {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
  }
  .single-product-details-content-wrapper .variation-sizes {
    margin-bottom: 24px;
  }
  .single-product-details-content-wrapper .variation-sizes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .single-product-details-content-wrapper
    .variation-sizes
    ul
    li
    input[type="radio"] {
    display: none;
  }
  .single-product-details-content-wrapper .variation-sizes ul li label {
    cursor: pointer;
    min-width: 32px;
    height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #030712;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-transform: capitalize;
    border: 1px solid #d9d4d4;
    background: #ffffff;
  }
  .single-product-details-content-wrapper
    .variation-sizes
    ul
    li
    input[type="radio"]:checked
    + label {
    border-color: #030712;
    background-color: #030712;
    color: #ffffff;
  }
  .single-product-details-content-wrapper .variation-colors {
    margin-bottom: 24px;
  }
  .single-product-details-content-wrapper .variation-colors ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .single-product-details-content-wrapper
    .variation-colors
    ul
    li
    input[type="radio"] {
    display: none;
  }
  .single-product-details-content-wrapper .variation-colors ul li label {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
  }
  .single-product-details-content-wrapper
    .variation-colors
    ul
    li
    input[type="radio"]:checked
    + label {
    border-color: #030712;
    background-color: #030712;
    color: #ffffff;
    outline: 2px solid;
    width: 40px;
    height: 40px;
    border: 4px solid #ffffff;
  }
  .single-product-details-content-wrapper .add-qty-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
  }
  .single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper
    .action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 9px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #e9e6e6;
    color: #1f0300;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-transform: capitalize;
  }
  .single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper
    .qty-input {
    height: 40px;
    padding: 9px 10px;
    color: #1f0300;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-transform: capitalize;
    border: none;
    outline: none;
    width: 60px;
    max-width: 100%;
    background-color: rgba(233, 230, 230, 0.4);
  }
  .single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper
    input[type="number"]::-webkit-inner-spin-button,
  .single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
  }
  .single-product-details-content-wrapper .wish-compare-report-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 24px;
  }
  @media (max-width: 1199.97px) {
    .single-product-details-content-wrapper .wish-compare-report-wrapper {
      gap: 10px;
    }
  }
  .single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link
    .title {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link
    svg
    path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link:hover {
    color: #100E32;
  }
  .single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link:hover
    .title {
    color: #100E32;
  }
  .single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link:hover
    svg
    path {
    stroke: #100E32;
  }
  .single-product-details-content-wrapper .share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  .single-product-details-content-wrapper .share-links .share-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .single-product-details-content-wrapper .store-seller-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    background-color: #f8f7f7;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-product-details-content-wrapper .store-seller-wrapper span {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
  .single-product-details-content-wrapper .store-seller-wrapper span b {
    font-weight: 500;
  }
  .single-product-details-content-wrapper
    .store-seller-wrapper
    .action-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  .single-product-details-content-wrapper
    .store-seller-wrapper
    .action-btns-wrapper
    .template-btn {
    padding: 8px 20px;
  }

  .tab-product-des-wrapper .nav-tabs {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
  }
  @media (max-width: 991.97px) {
    .tab-product-des-wrapper .nav-tabs {
      margin-bottom: 20px;
    }
  }

  .tab-product-des-wrapper .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 18px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #030712;
    color: #030712;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 120%;
  }
  .tab-product-des-wrapper .nav-link:hover {
    background: #100E32;
    color: #ffffff;
    border: 1px solid #100E32;
  }
  .tab-product-des-wrapper .nav-link.active {
    background: #100E32;
    color: #ffffff;
    border: none;
  }
  @media (max-width: 1199.97px) {
    .tab-product-des-wrapper .nav-link {
      height: 48px;
      padding: 10px 20px;
      font-size: 16px;
    }
  }
  @media (max-width: 575.97px) {
    .tab-product-des-wrapper .nav-link {
      font-size: 14px;
      height: 40px;
    }
  }

  .tab-product-des-wrapper .review-tab-content-wrapper .stars {
    display: inline-block;
  }

  .tab-product-des-wrapper .review-tab-content-wrapper .name {
    font-weight: 500;
    margin: 4px 0;
  }

  .tab-product-des-wrapper .review-tab-content-wrapper .reating-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .tab-product-des-wrapper .review-tab-content-wrapper .comment-body {
    margin-bottom: 16px;
  }

  .tab-product-des-wrapper .review-tab-content-wrapper .review-area .title {
    margin-top: 30px;
    margin-bottom: 5px;
  }

  .tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #bdbdbd;
    position: relative;
  }
  .tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li
    i {
    cursor: pointer;
    margin-right: -3px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li.active
    i,
  .tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li:hover
    i {
    color: #fac451;
  }
  .tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li::after {
    position: absolute;
    content: "||";
    top: 0px;
    right: -18px;
  }
  .tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li:last-child::after {
    display: none;
  }

  .tab-product-des-wrapper .review-tab-content-wrapper .write-comment-area {
    padding-top: 20px;
  }
  .tab-product-des-wrapper
    .review-tab-content-wrapper
    .write-comment-area
    textarea {
    width: 100%;
    height: 190px;
    background: #fff;
    color: #888888;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
    outline: 0;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .tab-product-des-wrapper
    .review-tab-content-wrapper
    .write-comment-area
    textarea:focus {
    border-color: #100E32;
  }

  .tab-product-des-wrapper .sholesell-tab-content-wrapper .price-summary {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    opacity: 666;
    border-radius: 0 0 5px 5px;
  }
  .tab-product-des-wrapper
    .sholesell-tab-content-wrapper
    .price-summary
    .price-summary-content
    .title {
    font-weight: 500;
    background: #e9e6e6;
    color: #1f0300;
    padding: 10px;
    border-radius: 5px 5px 0 0;
  }
  .tab-product-des-wrapper
    .sholesell-tab-content-wrapper
    .price-summary
    .price-summary-content
    .price-summary-list {
    padding: 5px 20px 15px;
  }
  .tab-product-des-wrapper .sholesell-tab-content-wrapper .price-summary li {
    font-size: 13px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    border-bottom: 1px solid #e9e6e6;
    padding: 12px 0;
  }
  .tab-product-des-wrapper
    .sholesell-tab-content-wrapper
    .price-summary
    li:last-child {
    border-bottom: none;
  }

  .gs-product-cards-slider-area {
    padding: 120px 0;
  }
  .gs-product-cards-slider-area.more-products-by-seller {
    background: #f6f6f6;
  }
  .gs-product-cards-slider-area .title {
    margin-bottom: 60px;
  }
  @media (max-width: 991.97px) {
    .gs-product-cards-slider-area .title {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-product-cards-slider-area {
      padding: 60px 0;
    }
  }

  .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  @media (max-width: 767.98px) {
    .slick-track {
      gap: 0;
    }
  }

  .slick-dots {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
  @media (max-width: 991.97px) {
    .slick-dots {
      margin-top: 25px;
    }
  }
  .slick-dots li button {
    width: 16px;
    height: 16px;
    font-size: 0;
    border-radius: 50%;
    background-color: rgba(255, 76, 59, 0.2);
  }
  .slick-dots li.slick-active button {
    border-radius: 8px;
    background-color: #100E32;
  }
  @media (max-width: 575.97px) {
    .slick-dots li button {
      width: 12px;
      height: 12px;
    }
  }
  @media (max-width: 575.97px) {
    .slick-dots {
      bottom: 35px;
    }
  }

  .gs-checkout-wrapper {
    padding: 120px 0;
  }
  @media (max-width: 991.97px) {
    .gs-checkout-wrapper {
      padding: 60px 0;
    }
  }
  .gs-checkout-wrapper .checkout-step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
    position: relative;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .line {
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: calc(100% - 100px);
    height: 1px;
    background-color: transparent;
    border-top: 1px dashed #030712;
    z-index: 1;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .line-2 {
    position: absolute;
    top: 32%;
    z-index: 2;
    width: calc(50% - 50px);
    border-top: 1px solid #100E32;
    left: 50px;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .line-3 {
    position: absolute;
    top: 32%;
    z-index: 2;
    width: calc(50% - 50px);
    border-top: 1px solid #100E32;
    right: 50px;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .single-step {
    position: relative;
    z-index: 5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background-color: #e9e6e6;
    color: #796866;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
    color: #796866;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 26px */
  }
  .gs-checkout-wrapper .checkout-step-wrapper .single-step.active .step-btn {
    background-color: #100E32;
    color: #ffffff;
  }
  .gs-checkout-wrapper .checkout-step-wrapper .single-step.active .step-txt {
    color: #100E32;
  }
  @media (max-width: 767.98px) {
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
      width: 40px;
      height: 40px;
      font-size: 20px;
    }
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
      font-size: 16px;
    }
  }
  @media (max-width: 459.99px) {
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
      width: 32px;
      height: 32px;
      font-size: 16px;
    }
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
      font-size: 14px;
    }
  }
  @media (max-width: 399.97px) {
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
      width: 28px;
      height: 28px;
      font-size: 14px;
    }
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
      font-size: 12px;
    }
  }
  .gs-checkout-wrapper .address-wrapper .form-title {
    margin-bottom: 24px;
  }
  .gs-checkout-wrapper .address-wrapper .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .gs-checkout-wrapper .address-wrapper .input-wrapper .label-cls {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
  }
  .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 19px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #9a8e8c;
    color: #796866;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  @media (max-width: 1199.97px) {
    .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls {
      padding: 12px 20px;
    }
  }
  .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select {
    padding: 0px;
    height: 60px;
  }
  .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
    padding: 19px 24px;
  }
  @media (max-width: 1199.97px) {
    .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select {
      height: 48px;
    }
    .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
      padding: 12px 20px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-checkout-wrapper .address-wrapper .input-wrapper .label-cls {
      color: #1f0300;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      text-transform: capitalize;
    }
    .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls {
      padding: 10px 20px;
    }
    .gs-checkout-wrapper
      .address-wrapper
      .input-wrapper
      .input-cls::-webkit-input-placeholder {
      font-size: 14px;
    }
    .gs-checkout-wrapper
      .address-wrapper
      .input-wrapper
      .input-cls:-ms-input-placeholder {
      font-size: 14px;
    }
    .gs-checkout-wrapper
      .address-wrapper
      .input-wrapper
      .input-cls::-ms-input-placeholder {
      font-size: 14px;
    }
    .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls::placeholder {
      font-size: 14px;
    }
    .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
      font-size: 14px;
    }
  }
  .gs-checkout-wrapper .summary-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 32px 24px;
    background-color: #f8f7f7;
  }
  .gs-checkout-wrapper .summary-box .summary-title {
    margin-bottom: 16px;
  }
  .gs-checkout-wrapper .summary-box .summary-inner-box {
    margin-top: 32px;
  }
  .gs-checkout-wrapper .summary-box .inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .gs-checkout-wrapper .summary-box .coupon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gs-checkout-wrapper .summary-box .coupon-wrapper button {
    width: 132px;
    padding: 18px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background-color: #050404;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-checkout-wrapper .summary-box .coupon-wrapper button:hover {
    background-color: #745d5d;
  }
  @media (max-width: 399.97px) {
    .gs-checkout-wrapper .summary-box .coupon-wrapper button {
      padding: 14px 40px;
    }
  }
  .gs-checkout-wrapper .summary-box .coupon-wrapper input {
    padding: 15px 16px;
    color: #574240;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    width: calc(100% - 132px);
  }
  @media (max-width: 399.97px) {
    .gs-checkout-wrapper .summary-box .coupon-wrapper input {
      padding: 5px;
    }
  }
  .gs-checkout-wrapper .summary-box .details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .gs-checkout-wrapper .summary-box .details-wrapper .price-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gs-checkout-wrapper .summary-box .details-wrapper .price-details span {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .gs-checkout-wrapper
    .summary-box
    .details-wrapper
    .price-details
    span.right-side {
    color: #4c3533;
  }
  @media (max-width: 399.97px) {
    .gs-checkout-wrapper .summary-box .details-wrapper .price-details span {
      font-size: 16px;
    }
  }
  .gs-checkout-wrapper .summary-box .final-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
  }
  .gs-checkout-wrapper .summary-box .final-price span {
    color: #1f0300;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .gs-checkout-wrapper .summary-box .final-price span.total-amount {
    color: #100E32;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  .gs-checkout-wrapper .summary-box .btn-wrappers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .gs-checkout-wrapper .shipping-billing-address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    background-color: #f8f7f7;
  }
  .gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    .single-addres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    .edit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #050404;
    text-transform: capitalize;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    .edit-btn:hover {
    background-color: #745d5d;
  }
  .gs-checkout-wrapper .shipping-billing-address-wrapper .single-addres h5 {
    margin-bottom: 16px;
  }
  .gs-checkout-wrapper .shipping-billing-address-wrapper .single-addres ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .gs-checkout-wrapper .shipping-billing-address-wrapper .single-addres ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    ul
    li
    span {
    color: #030712;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  @media (max-width: 399.97px) {
    .gs-checkout-wrapper .shipping-billing-address-wrapper {
      padding: 10px;
    }
    .gs-checkout-wrapper
      .shipping-billing-address-wrapper
      .single-addres
      ul
      li
      svg {
      width: 16px;
      height: 16px;
    }
    .gs-checkout-wrapper
      .shipping-billing-address-wrapper
      .single-addres
      ul
      .title {
      font-size: 14px;
    }
  }
  .gs-checkout-wrapper .product-infos-wrapper {
    margin-top: 40px;
    padding: 24px;
    background-color: #f8f7f7;
  }
  .gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper {
    border-radius: 12px;
    padding: 24px;
    background-color: #ffffff;
  }
  .gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul li span {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul li span b {
    font-weight: 500;
  }
  @media (max-width: 399.97px) {
    .gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul li span {
      font-size: 14px;
    }
  }
  .gs-checkout-wrapper .product-infos-wrapper .product-list {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #b7aead;
  }
  @media (max-width: 767.98px) {
    .gs-checkout-wrapper
      .product-infos-wrapper
      .product-list
      .checkout-single-product {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .gs-checkout-wrapper
      .product-infos-wrapper
      .product-list
      .checkout-single-product
      img {
      width: 100%;
    }
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list
    .specification-name {
    font-weight: 500;
    color: #1f0300;
    line-height: 130%;
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list
    .specification {
    color: #4c3533;
    line-height: 130%;
  }
  @media (max-width: 399.97px) {
    .gs-checkout-wrapper
      .product-infos-wrapper
      .product-list
      .checkout-single-product
      .product-specifications-list
      .specification-name {
      font-size: 14px;
    }
    .gs-checkout-wrapper
      .product-infos-wrapper
      .product-list
      .checkout-single-product
      .product-specifications-list
      .specification {
      font-size: 14px;
    }
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-title {
    color: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-title:hover {
    color: #100E32;
  }
  .gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .gs-checkout-wrapper .select-payment-list-wrapper {
    padding: 40px 24px;
    background-color: #f8f7f7;
  }
  .gs-checkout-wrapper .select-payment-list-wrapper .title {
    margin-bottom: 32px;
  }
  .gs-checkout-wrapper .select-payment-list-wrapper .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .gs-checkout-wrapper .select-payment-list-wrapper .gs-radio-wrapper {
    gap: 12px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .gs-checkout-wrapper
    .select-payment-list-wrapper
    .gs-radio-wrapper
    .icon-label {
    top: 3px;
  }
  .gs-checkout-wrapper
    .select-payment-list-wrapper
    .gs-radio-wrapper
    .label-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-left: 32px;
  }
  .gs-checkout-wrapper
    .select-payment-list-wrapper
    .gs-radio-wrapper
    .label-wrapper
    .label-title {
    color: #4c3533;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .gs-checkout-wrapper
    .select-payment-list-wrapper
    .gs-radio-wrapper
    .label-wrapper
    .lable-subtitle {
    color: #4c3533;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .gs-checkout-wrapper .transection-wrapper {
    margin-top: 32px;
    padding: 24px;
    border-radius: 8px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .gs-checkout-wrapper .transection-wrapper .transection-title {
    color: #4c3533;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .gs-checkout-wrapper .transection-wrapper .transection-title b {
    font-weight: 500;
  }

  .gs-compare-wrapper table td {
    padding: 16px;
    min-width: 180px;
    vertical-align: top;
  }
  .gs-compare-wrapper table td .product-title {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
    color: #1f0300;
  }
  .gs-compare-wrapper table td .product-title:hover {
    color: #100E32;
  }
  .gs-compare-wrapper table td.btn-wrapper a:first-child {
    margin-bottom: 16px;
  }
  @media (max-width: 991.97px) {
    .gs-compare-wrapper table td.btn-wrapper a:first-child {
      margin-bottom: 8px;
    }
  }

  .gs-user-affiliate-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
  @media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper {
      gap: 24px;
    }
  }
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
  }
  @media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper .affiliate-program-wrapper {
      gap: 24px;
    }
  }
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-box-wrapper,
  .gs-user-affiliate-content-wrapper
    .affiliate-program-wrapper
    .affiliate-banner-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
  }
  @media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper
      .affiliate-program-wrapper
      .copy-box-wrapper,
    .gs-user-affiliate-content-wrapper
      .affiliate-program-wrapper
      .affiliate-banner-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .gs-user-affiliate-content-wrapper
    .affiliate-program-wrapper
    .title-des-wrapper {
    width: 291px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
  @media (max-width: 459.99px) {
    .gs-user-affiliate-content-wrapper
      .affiliate-program-wrapper
      .title-des-wrapper {
      width: 100%;
    }
  }
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-box {
    width: calc(100% - 291px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    background-color: #f8f7f7;
  }
  @media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-box {
      width: 100%;
    }
  }
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .img-wrapper {
    width: calc(100% - 291px);
  }
  @media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .img-wrapper {
      width: 100%;
    }
  }
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .img-wrapper img {
    max-width: 370px;
  }
  @media (max-width: 767.98px) {
    .gs-user-affiliate-content-wrapper
      .affiliate-program-wrapper
      .img-wrapper
      img {
      max-width: initial;
    }
  }
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-text {
    overflow-x: scroll;
  }
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #100E32;
  }
  .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-btn:hover {
    background-color: #1D58DB;
  }
  .gs-user-affiliate-content-wrapper .pagination-wrapper {
    margin-top: 44px;
  }
  @media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper .pagination-wrapper {
      margin-top: 14px;
    }
  }

  .gs-user-conversation-content-wrapper {
    overflow: hidden;
    padding: 48px 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 120px;
  }
  @media (max-width: 767.98px) {
    .gs-user-conversation-content-wrapper {
      padding: 20px;
    }
  }
  .gs-user-conversation-content-wrapper .ud-page-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
  }
  .gs-user-conversation-content-wrapper .left-arrow-btn {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    background: #e9e6e6;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-user-conversation-content-wrapper .left-arrow-btn:hover {
    background: #c7c0bf;
  }
  .gs-user-conversation-content-wrapper .conversation-boxes-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    background: #f8f7f7;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box
    .message-and-time-wrapper {
    min-height: 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    border-left: 1px solid #d9d4d4;
    padding-left: 24px;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box
    .message-and-time-wrapper
    .time {
    color: #796866;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box
    .message-and-time-wrapper
    .message {
    color: #1f0300;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box.conversation-right {
    background: #fff5f5;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box.conversation-right
    .message-and-time-wrapper {
    border-left: 0;
    padding-left: 0;
    border-right: 1px solid #d9d4d4;
    padding-right: 24px;
  }
  @media (max-width: 767.98px) {
    .gs-user-conversation-content-wrapper
      .conversation-boxes-wrapper
      .conversation-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 10px;
    }
    .gs-user-conversation-content-wrapper
      .conversation-boxes-wrapper
      .conversation-box
      .message-and-time-wrapper {
      padding-left: 0;
      border-left: 0;
    }
    .gs-user-conversation-content-wrapper
      .conversation-boxes-wrapper
      .conversation-box.conversation-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .gs-user-conversation-content-wrapper
      .conversation-boxes-wrapper
      .conversation-box.conversation-right
      .message-and-time-wrapper {
      border-right: 0 !important;
      padding-right: 0;
    }
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .message-sender-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  @media (max-width: 767.98px) {
    .gs-user-conversation-content-wrapper
      .conversation-boxes-wrapper
      .message-sender-box {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
    }
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .message-sender-box
    .avater {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .message-sender-box
    .message-sender {
    color: #1f0300;
  }
  .gs-user-conversation-content-wrapper .send-message-form {
    margin-top: 60px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
  }
  @media (max-width: 767.98px) {
    .gs-user-conversation-content-wrapper .send-message-form {
      margin-top: 30px;
      gap: 16px;
    }
  }
  .gs-user-conversation-content-wrapper .send-message-form .message-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 171px;
    padding: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #e9e6e6;
    outline: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-user-conversation-content-wrapper .send-message-form .message-input:focus {
    border: 1px solid #100E32;
  }
  .gs-user-conversation-content-wrapper
    .send-message-form
    .conversation-reply-btn {
    width: 100%;
  }

  .vendor-edit-profile-section-wrapper .gs-edit-profile-section {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 32px 60px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 18px;
  }
  @media (max-width: 991.97px) {
    .vendor-edit-profile-section-wrapper .gs-edit-profile-section {
      padding: 16px 16px 30px 16px;
      gap: 4px;
    }
  }
  .vendor-edit-profile-section-wrapper
    .gs-edit-profile-section
    .edit-profile-area {
    width: 100%;
    margin-top: 0;
  }
  .vendor-edit-profile-section-wrapper
    .gs-edit-profile-section
    .edit-profile-area
    .btn-forms {
    width: 305px;
    margin-top: 50px;
  }
  @media (max-width: 575.97px) {
    .vendor-edit-profile-section-wrapper
      .gs-edit-profile-section
      .edit-profile-area
      .btn-forms {
      width: 100%;
      margin-top: 30px;
    }
  }

  .attachment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 32px;
    gap: 16px;
  }
  .attachment-box .title {
    color: #351c1a;
    line-height: 120%;
  }
  .attachment-box .description {
    color: #796866;
    line-height: 120%;
  }
  .attachment-box .template-btn {
    margin-top: 8px;
  }
  .attachment-box .template-btn.outline-btn {
    font-weight: 400;
  }
  .attachment-box .input-file {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
  }
  .attachment-box .dark-btn {
    color: #ffffff;
    cursor: pointer;
    padding: 18px 40px;
  }
  .attachment-box .fileName {
    margin-left: 10px;
  }

  .gs-vendor-order-invoice {
    padding: 48px 48px 80px 48px;
    background-color: #ffffff;
  }
  .gs-vendor-order-invoice .vendor-table-wrapper {
    padding: 0;
  }
  .gs-vendor-order-invoice .calculation-list {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  .gs-vendor-order-invoice .calculation-list .calculation-list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
  }
  .gs-vendor-order-invoice .calculation-list .calculation-list-item .amount {
    min-width: 161px;
  }
  @media (max-width: 767.98px) {
    .gs-vendor-order-invoice .calculation-list .calculation-list-item .amount {
      min-width: 112px;
    }
  }
  .gs-vendor-order-invoice .calculation-list .calculation-list-item:last-child {
    border-top: 1px solid #d9d4d4;
    padding-top: 16px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-order-invoice .calculation-list .calculation-list-item {
      gap: 60px;
      font-size: 16px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-vendor-order-invoice {
      padding: 24px 24px 40px 24px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-vendor-order-invoice {
      padding: 12px 12px 20px 12px;
    }
  }

  .gs-order-info-cards-wrapper {
    margin-bottom: 28px;
  }
  .gs-order-info-cards-wrapper .order-info-card {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
    border-radius: 12px;
    background: #ffffff;
  }
  .gs-order-info-cards-wrapper .order-info-card .title {
    color: #1f0300;
    font-weight: 500;
  }
  .gs-order-info-cards-wrapper .order-info-card .info-list {
    width: 100%;
  }
  .gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    border-bottom: 1px solid #e9e6e6;
    color: #1f0300;
    font-size: 16px;
    line-height: 120%;
  }
  .gs-order-info-cards-wrapper
    .order-info-card
    .info-list
    .info-list-item
    .info-type {
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item .info {
    font-weight: 400;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
    white-space: normal;
  }
  .gs-order-info-cards-wrapper
    .order-info-card
    .info-list
    .info-list-item:last-child {
    border-bottom: none;
  }
  @media (max-width: 1599.99px) {
    .gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item {
      gap: 24px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item {
      padding: 12px 0;
      font-size: 14px;
    }
  }
  .gs-order-info-cards-wrapper .order-info-card.order-details-card .info-type {
    min-width: 141px;
  }
  .gs-order-info-cards-wrapper .order-info-card.billing-details-card .info-type,
  .gs-order-info-cards-wrapper .order-info-card.shipping-address-card .info-type {
    min-width: 99px;
  }
  @media (max-width: 991.97px) {
    .gs-order-info-cards-wrapper .order-info-card {
      gap: 14px;
    }
  }
  @media (max-width: 767.98px) {
    .gs-order-info-cards-wrapper .order-info-card {
      padding: 16px;
    }
  }

  .gs-vendor-profile-banner {
    padding: 32px 32px 80px 32px;
    border-radius: 12px;
    background: #ffffff;
  }
  .gs-vendor-profile-banner .title {
    color: #1f0300;
    font-weight: 500;
    margin-bottom: 32px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-profile-banner .title {
      margin-bottom: 16px;
    }
  }
  @media (max-width: 767.98px) {
    .gs-vendor-profile-banner .title {
      margin-bottom: 14px;
    }
  }
  .gs-vendor-profile-banner .banner-des-btn-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-profile-banner .banner-des-btn-wrapper {
      gap: 24px;
    }
  }
  .gs-vendor-profile-banner .banner-des-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0px 68px 0px 68px;
    gap: 26px;
  }
  .gs-vendor-profile-banner .banner-des-wrapper .des {
    color: #4c3533;
    line-height: 120%;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-profile-banner .banner-des-wrapper {
      padding: 0;
    }
  }
  .gs-vendor-profile-banner .banner-wrapper {
    height: 366px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
  }
  .gs-vendor-profile-banner .banner-wrapper .banner {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .gs-vendor-profile-banner .banner-wrapper .change-banner-btn {
    position: absolute;
    bottom: 24px;
    right: 47px;
    cursor: pointer;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-profile-banner .banner-wrapper {
      height: 280px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-vendor-profile-banner .banner-wrapper {
      height: 180px;
    }
  }
  @media (max-width: 991.97px) {
    .gs-vendor-profile-banner {
      padding: 16px 16px 40px 16px;
    }
  }

  .gs-vendor-bulk-product-upload {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
    background: #ffffff;
    padding: 48px 48px 80px 48px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-bulk-product-upload {
      padding: 24px 24px 40px 24px;
      gap: 24px;
    }
  }
  .gs-vendor-bulk-product-upload .title-downdload-btn-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-bulk-product-upload .title-downdload-btn-wrapper {
      gap: 16px;
    }
  }
  .gs-vendor-bulk-product-upload .upload-box {
    width: 100%;
    max-width: 873px;
    padding: 102px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    border: 1px dashed #1f0300;
    background: #f8f7f7;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-bulk-product-upload .upload-box {
      padding: 52px 12px;
      gap: 12px;
    }
  }
  .gs-vendor-bulk-product-upload .upload-box .upload-box-texts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-bulk-product-upload .upload-box .upload-box-texts-wrapper {
      gap: 8px;
    }
  }
  .gs-vendor-bulk-product-upload
    .upload-box
    .upload-box-texts-wrapper
    .upload-box-title {
    color: #1f0300;
  }
  .gs-vendor-bulk-product-upload
    .upload-box
    .upload-box-texts-wrapper
    .upload-box-title
    .link {
    color: #100E32;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .gs-vendor-bulk-product-upload
    .upload-box
    .upload-box-texts-wrapper
    .upload-box-title
    .link:hover {
    color: #1D58DB;
  }
  .gs-vendor-bulk-product-upload
    .upload-box
    .upload-box-texts-wrapper
    .upload-box-des {
    color: #1f0300;
    line-height: 120%;
  }
  .gs-vendor-bulk-product-upload .upload-box .dz-message {
    display: none;
  }
  .gs-vendor-bulk-product-upload .import-btn {
    cursor: pointer;
  }

  .select-product-types-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: #ffffff;
  }
  .select-product-types-wrapper .title {
    color: #1f0300;
  }
  .select-product-types-wrapper .inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
  }
  @media (max-width: 991.97px) {
    .select-product-types-wrapper .inputs-wrapper {
      gap: 20px;
    }
  }
  .select-product-types-wrapper .inputs-wrapper .label {
    color: #4c3533;
    font-family: Saira;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
  }
  @media (max-width: 1199.97px) {
    .select-product-types-wrapper .inputs-wrapper .label {
      font-size: 18px;
    }
  }
  @media (max-width: 767.98px) {
    .select-product-types-wrapper .inputs-wrapper .label {
      font-size: 16px;
    }
  }

  .add-product-form {
    margin-top: 8px;
  }
  @media (max-width: 991.97px) {
    .add-product-form {
      margin-top: 0;
    }
  }
  .add-product-form .form-group {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    border-radius: 12px;
    background: #ffffff;
  }
  @media (max-width: 991.97px) {
    .add-product-form .form-group {
      gap: 16px;
      padding: 16px;
    }
  }
  .add-product-form .form-group label {
    margin-top: 0;
  }
  .add-product-form .form-group .check-box-label {
    margin-bottom: 0;
  }
  .add-product-form .form-group .input-label-wrapper {
    width: 100%;
  }
  .add-product-form .physical-product-inputes-wrapper,
  .add-product-form .digital-product-inputes-wrapper,
  .add-product-form .upload-by-file,
  .add-product-form .upload-by-url {
    display: none;
  }
  .add-product-form .physical-product-inputes-wrapper.show,
  .add-product-form .digital-product-inputes-wrapper.show,
  .add-product-form .upload-by-file.show,
  .add-product-form .upload-by-url.show {
    display: initial;
  }
  .add-product-form .lebel-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .add-product-form .lebel-box .main-label {
    color: #1f0300;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 0;
  }
  @media (max-width: 991.97px) {
    .add-product-form .lebel-box .main-label {
      font-size: 14px;
    }
  }
  .add-product-form .lebel-box .sub-label {
    color: #796866;
    font-size: 12px;
    line-height: 170%;
  }
  @media (max-width: 991.97px) {
    .add-product-form .lebel-box .sub-label {
      font-size: 10px;
    }
  }
  .add-product-form .color-input {
    width: 64px;
    padding: 18px;
    border: 1px solid #d9d4d4;
    border-left: none;
    border-radius: 0 8px 8px 0;
  }

  .add-product-form-sidebar .img {
    max-width: 429px;
    cursor: pointer;
    max-height: 429px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .add-product-form-sidebar .px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  @media (max-width: 1919.97px) {
    .feature-tag-keyword-input-wrapper,
    .feature-tag-color-input-wrapper {
      width: 100%;
    }
  }

  @media (max-width: 991.97px) {
    .feature-tag-keyword-input-wrapper,
    .feature-tag-color-input-wrapper {
      width: 50%;
    }
  }

  @media (max-width: 575.97px) {
    .feature-tag-keyword-input-wrapper,
    .feature-tag-color-input-wrapper {
      width: 100%;
    }
  }

  .gs-vendor-erning .total-erning-box {
    width: 100%;
    max-width: 814px;
    margin-bottom: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
    border-radius: 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  }
  @media (max-width: 991.97px) {
    .gs-vendor-erning .total-erning-box {
      margin-bottom: 24;
      padding: 24px;
      gap: 14px;
    }
  }
  .gs-vendor-erning .total-erning-box .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 44px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #f8f7f7;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-erning .total-erning-box .title-wrapper {
      padding: 22px 20px;
    }
  }
  .gs-vendor-erning .total-erning-box .title-wrapper .title {
    color: #1f0300;
  }
  .gs-vendor-erning .total-erning-box .filter-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 23px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-erning .total-erning-box .filter-box {
      gap: 12px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-vendor-erning .total-erning-box .filter-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .gs-vendor-erning .total-erning-box .filter-box .filter-input {
    display: inline-block;
    max-height: 56px;
  }
  @media (max-width: 1199.97px) {
    .gs-vendor-erning .total-erning-box .filter-box .filter-input {
      max-height: 48px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-vendor-erning .total-erning-box .filter-box .filter-input {
      max-height: 40px;
      width: 100%;
    }
  }
  .gs-vendor-erning .total-erning-box .filter-box .fitler-reset-btns-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 23px;
  }
  @media (max-width: 991.97px) {
    .gs-vendor-erning .total-erning-box .filter-box .fitler-reset-btns-wrapper {
      gap: 12px;
    }
  }
  @media (max-width: 575.97px) {
    .gs-vendor-erning
      .total-erning-box
      .filter-box
      .fitler-reset-btns-wrapper
      button {
      width: calc(50% - 6px);
    }
  }
  .template-btn.unique_btn {
    background-color: #F2C200;
  }

  .template-btn.unique_btn:hover {
    background-color: #F8E080;
  }
