.header {
  position: relative;
  width: 100%;
  background: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1002;
  /* End NavMenu */ }
  .header.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: -42px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 999px) {
      .header.sticky {
        margin: 0px; } }
    .header.sticky .container {
      padding: 8px 12px; }
    .header.sticky .dropdown .dropdown-menu {
      top: 33px !important; }
      @media (max-width: 999px) {
        .header.sticky .dropdown .dropdown-menu {
          top: 21px !important; } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 12px; }
    @media (max-width: 999px) {
      .header .container {
        padding: 8px 12px; } }
  .header .burger {
    position: absolute;
    left: 118px;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 24px;
    height: 1rem;
    background: transparent; }
    .header .burger-line {
      position: absolute;
      display: block;
      left: 0px;
      width: 100%;
      height: 2px;
      opacity: 1;
      border: none;
      outline: none;
      background: #000; }
      .header .burger-line:nth-child(1) {
        top: 0px; }
      .header .burger-line:nth-child(2) {
        top: 0.5rem;
        width: 80%; }
      .header .burger-line:nth-child(3) {
        top: 1rem;
        width: 60%; }
    @media only screen and (max-width: 999px) {
      .header .burger {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .site-header {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    height: 42px;
    overflow: hidden; }
    @media (max-width: 999px) {
      .header .site-header {
        height: auto; } }
    @media (max-width: 767px) {
      .header .site-header {
        display: none; } }
    .header .site-header img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .header .site-header .bg {
      min-width: 20%;
      max-width: 20%;
      height: 100%;
      background: #323a2a;
      border-radius: 0px 60px 0px 0px; }
      @media (max-width: 999px) {
        .header .site-header .bg {
          display: none; } }
      .header .site-header .bg.tow {
        border-radius: 0px 0px 0px 60px; }
    .header .site-header .bgcenter {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      min-width: 60%;
      max-width: 60%;
      height: 100%;
      background: #323a2a url(../images/bgcenter.png) no-repeat center center;
      border-radius: 60px 0px 60px 0px;
      padding: 4px 12px;
      color: #fff; }
      @media (max-width: 1199px) {
        .header .site-header .bgcenter {
          font-size: 14px; } }
      @media (max-width: 999px) {
        .header .site-header .bgcenter {
          border-radius: 0px;
          min-width: 100%;
          max-width: 100%; } }
      .header .site-header .bgcenter a {
        text-decoration: underline;
        color: #fff; }
        @media (max-width: 1199px) {
          .header .site-header .bgcenter a {
            font-size: 14px; } }
        .header .site-header .bgcenter a:hover {
          text-decoration: none; }
  .header .flex {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%; }
  .header .logo img {
    max-width: 130px; }
    @media (max-width: 999px) {
      .header .logo img {
        max-width: 92px; } }
  .header .navbar {
    position: inherit;
    padding: 0px;
    width: 100%; }
    .header .navbar .logo {
      display: none; }
      @media screen and (max-width: 999px) {
        .header .navbar .logo {
          position: absolute;
          top: 12px;
          left: 12px;
          display: block; } }
    .header .navbar .cancel {
      display: none;
      position: absolute;
      top: 18px;
      right: 18px;
      z-index: 10; }
      .header .navbar .cancel svg {
        width: 16px;
        height: 16px; }
    @media screen and (max-width: 999px) {
      .header .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 290px;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow: hidden;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: 0px 10px 40px 0px #06163a1a;
        background: #fff;
        transition: all 0.5s ease;
        padding-bottom: 60px; }
        .header .navbar .menu-link {
          color: #000; }
          .header .navbar .menu-link svg {
            fill: #000; }
        .header .navbar.active {
          left: 0rem;
          opacity: 1;
          visibility: visible; }
        .header .navbar .cancel {
          display: block; } }
  .header .menu {
    display: flex;
    align-items: center;
    gap: 20px; }
    @media (max-width: 999px) {
      .header .menu-item {
        border-bottom: 1px solid #CEC7B3; } }
    .header .menu-link {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-weight: 500;
      cursor: pointer;
      color: #323a2a;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 999px) {
        .header .menu-link {
          justify-content: space-between;
          padding: 4px 0px; } }
      .header .menu-link::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 0px;
        height: 2px;
        background: #323a2a;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 999px) {
          .header .menu-link::after {
            display: none; } }
      .header .menu-link svg {
        position: relative;
        max-width: 16px;
        height: 16px;
        fill: #323a2a; }
        @media only screen and (max-width: 999px) {
          .header .menu-link svg {
            z-index: -1; } }
    @media only screen and (min-width: 999px) {
      .header .menu-dropdown:hover > .submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        z-index: 100; } }
    @media only screen and (max-width: 999px) {
      .header .menu {
        display: block;
        width: 100%;
        height: auto;
        padding: 0px 12px;
        margin-top: 92px; }
        .header .menu-item {
          display: block;
          padding: 0px; } }
    .header .menu .activelink .menu-link::after {
      width: 40%; }
    .header .menu .activelink .menu-link::after,
    .header .menu .menu-item:hover .menu-link::after {
      width: 40%; }
    @media only screen and (max-width: 999px) {
      .header .menu .activelink .submenu {
        opacity: 1;
        visibility: visible;
        transform: none; } }
  .header .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    background: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-top: 1px solid #CEC7B3;
    overflow: hidden; }
    @media only screen and (max-width: 999px) {
      .header .submenu {
        display: block;
        position: relative;
        max-height: 0px;
        outline: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        padding: 0px;
        border: 0px; } }
    .header .submenu .innermenu {
      display: flex;
      margin: 0px auto;
      min-width: 1280px;
      max-width: 100%;
      padding: 24px; }
      @media only screen and (max-width: 999px) {
        .header .submenu .innermenu {
          display: block;
          padding: 0px;
          min-width: 100%; } }
      .header .submenu .innermenu .itembox {
        min-width: 280px;
        max-width: 280px; }
        .header .submenu .innermenu .itembox .title {
          font-size: 24px; }
          @media only screen and (max-width: 999px) {
            .header .submenu .innermenu .itembox .title {
              font-size: 20px; } }
      .header .submenu .innermenu .nav-tabs {
        display: block;
        border: 0px; }
        @media only screen and (max-width: 999px) {
          .header .submenu .innermenu .nav-tabs {
            display: flex;
            gap: 24px;
            flex-wrap: nowrap;
            overflow-x: scroll; } }
        .header .submenu .innermenu .nav-tabs .nav-link {
          display: flex;
          align-items: center;
          color: #CEC7B3;
          border: 0px;
          padding: 0px;
          white-space: nowrap;
          text-overflow: ellipsis;
          margin-top: 4px;
          text-transform: capitalize;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          cursor: pointer; }
          .header .submenu .innermenu .nav-tabs .nav-link.active, .header .submenu .innermenu .nav-tabs .nav-link:hover {
            border: 0px;
            color: #323a2a; }
    .header .submenu .tab-content {
      min-width: calc(100% - 280px);
      max-width: calc(100% - 280px); }
      @media only screen and (max-width: 999px) {
        .header .submenu .tab-content {
          min-width: 100%;
          max-width: 100%; } }
  .header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65); }
    @media only screen and (max-width: 999px) {
      .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .formsearch {
    position: relative;
    display: flex;
    align-items: center;
    width: 400px;
    height: 44px;
    margin: 0px; }
    @media (min-width: 1600px) {
      .header .formsearch {
        width: 700px; } }
    @media (max-width: 1199px) {
      .header .formsearch {
        width: 260px; } }
    @media (max-width: 999px) {
      .header .formsearch {
        position: fixed;
        bottom: 0px;
        width: 285px;
        z-index: 10; } }
    .header .formsearch .form-control {
      width: 100%;
      height: 100%;
      border-radius: 30px;
      box-shadow: none;
      outline: none;
      background: #fff;
      text-transform: none;
      padding-right: 48px; }
      @media (max-width: 999px) {
        .header .formsearch .form-control {
          border-radius: 0px;
          border: 0px;
          background: #CEC7B3; } }
    .header .formsearch .btnsearch {
      position: absolute;
      right: 12px;
      background: none;
      outline: none;
      outline-style: none;
      border: 0px;
      padding: 0px;
      cursor: pointer; }
      .header .formsearch .btnsearch svg {
        width: 20px;
        height: 20px;
        fill: #323a2a;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
  .header .actions {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media (max-width: 999px) {
      .header .actions {
        display: block;
        width: 100%;
        padding: 12px; } }
  .header .language,
  .header .login {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #323a2a;
    width: 100px;
    height: 40px;
    color: #000;
    gap: 4px;
    border-radius: 60px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header .language:hover,
    .header .login:hover {
      border: 1px solid #CEC7B3;
      background: #CEC7B3;
      color: #323a2a; }
      .header .language:hover svg,
      .header .login:hover svg {
        fill: #323a2a; }
    @media (max-width: 999px) {
      .header .language,
      .header .login {
        width: 100%;
        margin-top: 12px; } }
    .header .language svg,
    .header .login svg {
      min-width: 16px;
      max-width: 16px;
      height: 16px;
      fill: #323a2a;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .header .login {
    border: 1px solid #323a2a;
    background: #323a2a;
    color: #fff; }
    .header .login svg {
      fill: #fff; }
    .header .login:hover {
      background: #CEC7B3;
      border-color: #CEC7B3; }
  .header .useritem {
    display: flex;
    align-items: center; }
  .header .btncart {
    position: relative;
    margin-inline-start: 12px;
    cursor: pointer; }
    .header .btncart .number {
      position: absolute;
      top: -10px;
      right: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 16px;
      height: 16px;
      background: #BD3C2F;
      color: #fff;
      border-radius: 50%;
      font-size: 12px; }
  .header .dropdown {
    margin-inline-start: 12px; }
    @media (max-width: 999px) {
      .header .dropdown {
        margin: 0px; } }
    .header .dropdown .dropdown-toggle {
      display: flex;
      align-items: center;
      border-radius: 0px;
      padding: 0px;
      background: none;
      border: 0px;
      gap: 8px; }
      .header .dropdown .dropdown-toggle::after {
        border-top: 0.3em solid #000;
        margin: 0px; }
      .header .dropdown .dropdown-toggle img {
        width: 30px;
        height: 30px;
        background: #CEC7B3;
        border-radius: 50%; }
      .header .dropdown .dropdown-toggle p {
        max-width: 92px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #000; }
        @media (max-width: 999px) {
          .header .dropdown .dropdown-toggle p {
            max-width: 45px; } }
    .header .dropdown .dropdown-menu {
      border: 1px solid #CEC7B3;
      box-shadow: 0px 4px 6px -1px #0000001A;
      top: 37px !important;
      border-radius: 0px 0px 8px 8px;
      padding: 0px; }
      @media (max-width: 999px) {
        .header .dropdown .dropdown-menu {
          top: 21px !important; } }
      .header .dropdown .dropdown-menu li:first-child {
        padding: 8px 16px;
        border-bottom: 1px solid #0000001A; }
      .header .dropdown .dropdown-menu li:last-child {
        border-top: 1px solid #0000001A; }
      .header .dropdown .dropdown-menu li a {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 8px 16px;
        background: none !important;
        color: #323a2a;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer; }
        .header .dropdown .dropdown-menu li a:hover {
          color: #CEC7B3; }
        .header .dropdown .dropdown-menu li a svg {
          width: 16px;
          height: 16px; }
  .header .rowbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px; }
    @media only screen and (max-width: 999px) {
      .header .rowbox {
        grid-template-columns: repeat(1, 1fr);
        margin: 12px 0px; }
        .header .rowbox .product-card {
          width: 100%; } }

.h-checkouts {
  position: relative !important;
  background: #ffffff36;
  border-bottom: 1px solid #323a2a40;
  box-shadow: none !important; }
  .h-checkouts .container {
    max-width: 1280px; }
  @media (max-width: 999px) {
    .h-checkouts .dropdown .dropdown-toggle p {
      display: none; } }
  @media (max-width: 999px) {
    .h-checkouts .language,
    .h-checkouts .login {
      min-width: 92px;
      margin-top: 0px; } }

.slider-item {
  padding: 0px !important;
  height: 80vh;
  overflow: hidden; }
  @media (max-width: 999px) {
    .slider-item {
      height: 60vh; } }
  .slider-item .carousel {
    overflow: hidden; }
    .slider-item .carousel:hover .carousel-control-next {
      right: 24px; }
    .slider-item .carousel:hover .carousel-control-prev {
      left: 24px; }
    .slider-item .carousel .carousel-inner {
      height: 100%; }
    .slider-item .carousel .carousel-item {
      overflow: hidden;
      height: 100%;
      background: #CEC7B3; }
      .slider-item .carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .slider-item .carousel .carousel-control-next,
    .slider-item .carousel .carousel-control-prev {
      width: 44px;
      height: 44px;
      top: 50%;
      background: #cec7b373;
      opacity: 1;
      margin-top: -24px;
      border-radius: 50%;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 999px) {
        .slider-item .carousel .carousel-control-next,
        .slider-item .carousel .carousel-control-prev {
          display: none; } }
      .slider-item .carousel .carousel-control-next svg,
      .slider-item .carousel .carousel-control-prev svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .slider-item .carousel .carousel-control-next:hover,
      .slider-item .carousel .carousel-control-prev:hover {
        background: #CEC7B3; }
    .slider-item .carousel .action {
      position: absolute;
      left: 12px;
      top: 12px; }
      .slider-item .carousel .action span {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 14px;
        padding: 2px 16px; }
        .slider-item .carousel .action span.new {
          background: #323a2a;
          color: #fff; }
        .slider-item .carousel .action span.des {
          background: #CEC7B3;
          color: #323a2a;
          margin-top: 12px; }
    .slider-item .carousel .carousel-control-next {
      right: -90px; }
    .slider-item .carousel .carousel-control-prev {
      left: -90px; }
      .slider-item .carousel .carousel-control-prev svg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .slider-item .carousel .carousel-indicators {
      position: relative;
      padding: 0px;
      margin: 0px;
      gap: 8px;
      margin-top: 16px; }
      .slider-item .carousel .carousel-indicators [data-bs-target] {
        text-indent: 0;
        width: 100px;
        height: 100px;
        margin: 0px;
        border: 2px solid #CEC7B3;
        opacity: 1; }
        @media (max-width: 999px) {
          .slider-item .carousel .carousel-indicators [data-bs-target] {
            width: 60px;
            height: 60px; } }
        .slider-item .carousel .carousel-indicators [data-bs-target].active {
          border: 2px solid #FF5028; }
        .slider-item .carousel .carousel-indicators [data-bs-target] img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .slider-item .container {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%; }
    .slider-item .container .contant {
      max-width: 50%; }
      @media (max-width: 999px) {
        .slider-item .container .contant {
          max-width: 100%; } }
      .slider-item .container .contant .title {
        color: #fff;
        font-size: 50px; }
        @media (max-width: 999px) {
          .slider-item .container .contant .title {
            font-size: 30px; } }
      .slider-item .container .contant .bottom {
        margin-top: 16px;
        background: #CEC7B3;
        color: #323a2a; }
        .slider-item .container .contant .bottom:hover {
          opacity: 0.7; }

.offer-item .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; }
  @media (max-width: 767px) {
    .offer-item .container {
      grid-template-columns: repeat(1, 1fr);
      gap: 12px; } }
.offer-item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  background: #323a2a url(../images/bg.png) no-repeat center center/cover;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .offer-item .item {
      max-height: 192px; } }
  .offer-item .item .photo {
    min-width: 40%;
    height: 100%; }
    @media (max-width: 550px) {
      .offer-item .item .photo {
        min-width: 62%; } }
    .offer-item .item .photo img {
      height: 100%;
      object-fit: cover; }
      @media (max-width: 1199px) {
        .offer-item .item .photo img {
          width: 100%; } }
  .offer-item .item .p-4 {
    min-width: 60%; }
  .offer-item .item .title {
    font-size: 30px;
    color: #fff; }
    @media (max-width: 1199px) {
      .offer-item .item .title {
        font-size: 22px; } }
  .offer-item .item p {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    color: #fff;
    font-size: 20px;
    margin-top: 24px; }
    @media (max-width: 1199px) {
      .offer-item .item p {
        font-size: 16px;
        margin-top: 12px; } }
    .offer-item .item p b {
      font-size: 60px;
      color: #fff;
      font-weight: 600; }
      @media (max-width: 1199px) {
        .offer-item .item p b {
          font-size: 40px; } }
  .offer-item .item a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    margin-top: 24px;
    text-decoration: underline;
    color: #fff; }
    @media (max-width: 1199px) {
      .offer-item .item a {
        margin-top: 12px;
        font-size: 14px; } }
    .offer-item .item a:hover {
      text-decoration: none; }

.fashion-item .nav-tabs {
  border: 0px;
  justify-content: center;
  gap: 48px;
  margin-top: 16px; }
  @media only screen and (max-width: 999px) {
    .fashion-item .nav-tabs {
      gap: 24px; } }
  .fashion-item .nav-tabs a {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    text-transform: capitalize;
    color: #777675;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    background: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .fashion-item .nav-tabs a:active, .fashion-item .nav-tabs a:hover {
      color: #323a2a; }

.product-card {
  position: relative;
  background: #fff; }
  .product-card .subcard {
    position: relative;
    overflow: hidden; }
    .product-card .subcard .action {
      position: absolute;
      left: 12px;
      top: 12px; }
      .product-card .subcard .action span {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 14px;
        padding: 2px 16px; }
        .product-card .subcard .action span.new {
          background: #323a2a;
          color: #fff; }
        .product-card .subcard .action span.des {
          background: #CEC7B3;
          color: #323a2a;
          margin-top: 12px; }
    .product-card .subcard:hover .itemaction {
      bottom: 20px; }
    .product-card .subcard:hover .photo img {
      transition-duration: 0.5s;
      transform: scale3d(1.1, 1.1, 1) translate3d(4%, 0, 0); }
  .product-card .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 340px;
    overflow: hidden; }
    @media (max-width: 999px) {
      .product-card .photo {
        height: 240px; } }
    .product-card .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .product-card .title {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #6e6a62;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .product-card .title:hover {
      color: #323a2a; }
  .product-card .price {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 8px; }
    .product-card .price span {
      font-size: 18px;
      font-weight: 500; }
      .product-card .price span.new {
        color: #323a2a; }
      .product-card .price span.old {
        font-size: 16px;
        color: #CEC7B3;
        text-decoration: line-through; }
      .product-card .price span i {
        font-size: 14px;
        font-style: normal; }
  .product-card .flex {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px; }
  .product-card .sizes {
    display: flex;
    gap: 8px; }
    .product-card .sizes .size {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 26px;
      max-width: 26px;
      height: 26px;
      border-radius: 4px;
      text-transform: uppercase;
      border: 1px solid #CEC7B3;
      padding: 4px 8px;
      color: #CEC7B3;
      cursor: pointer; }
      .product-card .sizes .size.active {
        border-color: #323a2a;
        color: #323a2a; }
  .product-card .colors {
    display: flex;
    justify-content: center;
    gap: 8px; }
    .product-card .colors .color {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      cursor: pointer;
      border: 1px solid transparent; }
      .product-card .colors .color.active {
        border-color: #000; }
  .product-card .itemaction {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    bottom: -100%;
    left: 0px;
    margin: 0px auto;
    max-width: 180px;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 999px) {
      .product-card .itemaction {
        bottom: 20px; } }
    .product-card .itemaction .quick-view,
    .product-card .itemaction .addfavorite,
    .product-card .itemaction .addcart,
    .product-card .itemaction .remova,
    .product-card .itemaction .removeitem {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      cursor: pointer;
      min-width: 33.333%;
      -moz-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      border-right: 1px solid #CEC7B3; }
      .product-card .itemaction .quick-view:hover .tooltip-text,
      .product-card .itemaction .addfavorite:hover .tooltip-text,
      .product-card .itemaction .addcart:hover .tooltip-text,
      .product-card .itemaction .remova:hover .tooltip-text,
      .product-card .itemaction .removeitem:hover .tooltip-text {
        visibility: visible;
        opacity: 1; }
      .product-card .itemaction .quick-view svg,
      .product-card .itemaction .addfavorite svg,
      .product-card .itemaction .addcart svg,
      .product-card .itemaction .remova svg,
      .product-card .itemaction .removeitem svg {
        width: 24px;
        height: 24px; }
      .product-card .itemaction .quick-view .tooltip-text,
      .product-card .itemaction .addfavorite .tooltip-text,
      .product-card .itemaction .addcart .tooltip-text,
      .product-card .itemaction .remova .tooltip-text,
      .product-card .itemaction .removeitem .tooltip-text {
        visibility: hidden;
        position: absolute;
        right: -50%;
        margin-top: -100px;
        font-size: 14px;
        padding: 4px 8px;
        min-width: 110px;
        opacity: 0;
        transition: opacity 0.3s;
        color: #fff;
        background: #000;
        text-transform: capitalize;
        white-space: nowrap;
        text-align: center;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 8px; }
        .product-card .itemaction .quick-view .tooltip-text::after,
        .product-card .itemaction .addfavorite .tooltip-text::after,
        .product-card .itemaction .addcart .tooltip-text::after,
        .product-card .itemaction .remova .tooltip-text::after,
        .product-card .itemaction .removeitem .tooltip-text::after {
          content: "";
          position: absolute;
          bottom: -8px;
          right: 50%;
          transform: translateX(50%);
          border-width: 5px;
          border-style: solid;
          border-color: #000 transparent transparent transparent; }
    .product-card .itemaction .quick-view {
      border: 0px; }
      .product-card .itemaction .quick-view svg {
        width: 32px;
        height: 32px; }
    .product-card .itemaction .removeitem svg {
      width: 20px;
      height: 20px; }
    .product-card .itemaction .addfavorite,
    .product-card .itemaction .removeitem {
      -moz-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
      .product-card .itemaction .addfavorite.active svg path,
      .product-card .itemaction .removeitem.active svg path {
        fill: #323a2a; }
    .product-card .itemaction .addcart {
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s; }

.fashion-slider,
.fashion-slider2,
.fashion-slider3,
.fashion-slider4 {
  position: relative;
  margin-top: 24px; }
  .fashion-slider .slick-list,
  .fashion-slider2 .slick-list,
  .fashion-slider3 .slick-list,
  .fashion-slider4 .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px; }
    .fashion-slider .slick-list .slick-track,
    .fashion-slider2 .slick-list .slick-track,
    .fashion-slider3 .slick-list .slick-track,
    .fashion-slider4 .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .fashion-slider .slick-list .slick-track:after, .fashion-slider .slick-list .slick-track:before,
      .fashion-slider2 .slick-list .slick-track:after,
      .fashion-slider2 .slick-list .slick-track:before,
      .fashion-slider3 .slick-list .slick-track:after,
      .fashion-slider3 .slick-list .slick-track:before,
      .fashion-slider4 .slick-list .slick-track:after,
      .fashion-slider4 .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .fashion-slider .slick-prev,
  .fashion-slider .slick-next,
  .fashion-slider2 .slick-prev,
  .fashion-slider2 .slick-next,
  .fashion-slider3 .slick-prev,
  .fashion-slider3 .slick-next,
  .fashion-slider4 .slick-prev,
  .fashion-slider4 .slick-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-top: -18px;
    z-index: 5;
    display: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (min-width: 1280px) {
      .fashion-slider .slick-prev,
      .fashion-slider .slick-next,
      .fashion-slider2 .slick-prev,
      .fashion-slider2 .slick-next,
      .fashion-slider3 .slick-prev,
      .fashion-slider3 .slick-next,
      .fashion-slider4 .slick-prev,
      .fashion-slider4 .slick-next {
        display: block !important; } }
    .fashion-slider .slick-prev:hover,
    .fashion-slider .slick-next:hover,
    .fashion-slider2 .slick-prev:hover,
    .fashion-slider2 .slick-next:hover,
    .fashion-slider3 .slick-prev:hover,
    .fashion-slider3 .slick-next:hover,
    .fashion-slider4 .slick-prev:hover,
    .fashion-slider4 .slick-next:hover {
      background: #323a2a; }
      .fashion-slider .slick-prev:hover svg,
      .fashion-slider .slick-next:hover svg,
      .fashion-slider2 .slick-prev:hover svg,
      .fashion-slider2 .slick-next:hover svg,
      .fashion-slider3 .slick-prev:hover svg,
      .fashion-slider3 .slick-next:hover svg,
      .fashion-slider4 .slick-prev:hover svg,
      .fashion-slider4 .slick-next:hover svg {
        fill: #CEC7B3; }
    .fashion-slider .slick-prev svg,
    .fashion-slider .slick-next svg,
    .fashion-slider2 .slick-prev svg,
    .fashion-slider2 .slick-next svg,
    .fashion-slider3 .slick-prev svg,
    .fashion-slider3 .slick-next svg,
    .fashion-slider4 .slick-prev svg,
    .fashion-slider4 .slick-next svg {
      width: 12px;
      height: 12px;
      fill: #323a2a;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .fashion-slider .slick-next,
  .fashion-slider2 .slick-next,
  .fashion-slider3 .slick-next,
  .fashion-slider4 .slick-next {
    right: -48px; }
  .fashion-slider .slick-prev,
  .fashion-slider2 .slick-prev,
  .fashion-slider3 .slick-prev,
  .fashion-slider4 .slick-prev {
    left: -48px; }
  .fashion-slider .slick-dots,
  .fashion-slider2 .slick-dots,
  .fashion-slider3 .slick-dots,
  .fashion-slider4 .slick-dots {
    display: none !important;
    margin-top: 24px; }
    @media (max-width: 999px) {
      .fashion-slider .slick-dots,
      .fashion-slider2 .slick-dots,
      .fashion-slider3 .slick-dots,
      .fashion-slider4 .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center; } }
    .fashion-slider .slick-dots li,
    .fashion-slider2 .slick-dots li,
    .fashion-slider3 .slick-dots li,
    .fashion-slider4 .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 2px;
      padding: 0px;
      cursor: pointer;
      width: 12px;
      height: 12px;
      border-radius: 50%; }
      .fashion-slider .slick-dots li button,
      .fashion-slider2 .slick-dots li button,
      .fashion-slider3 .slick-dots li button,
      .fashion-slider4 .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 0px;
        outline: none;
        background: #fff;
        padding: 0px; }
    .fashion-slider .slick-dots li.slick-active,
    .fashion-slider2 .slick-dots li.slick-active,
    .fashion-slider3 .slick-dots li.slick-active,
    .fashion-slider4 .slick-dots li.slick-active {
      background: #323a2a; }
      .fashion-slider .slick-dots li.slick-active button,
      .fashion-slider2 .slick-dots li.slick-active button,
      .fashion-slider3 .slick-dots li.slick-active button,
      .fashion-slider4 .slick-dots li.slick-active button {
        background: none; }
  .fashion-slider .product-card,
  .fashion-slider2 .product-card,
  .fashion-slider3 .product-card,
  .fashion-slider4 .product-card {
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px; }

.quantity {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px; }

.quantity-box {
  display: flex; }
  .quantity-box .qty-btn {
    background: #CEC7B3;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #323a2a;
    border-radius: 4px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .quantity-box .qty-btn:hover {
      background: #323a2a;
      color: #CEC7B3; }
  .quantity-box input.qty {
    width: 50px;
    height: 30px;
    text-align: center;
    border: none;
    outline: none; }

.btnbottoms {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #CEC7B3;
  margin-top: 24px;
  padding-top: 16px; }
  .btnbottoms .bottom {
    flex: 1;
    border: 1px solid #323a2a; }
    @media (max-width: 999px) {
      .btnbottoms .bottom {
        padding: 4px; } }
    .btnbottoms .bottom:hover {
      border-color: #CEC7B3; }
    .btnbottoms .bottom:last-child {
      background: none;
      border: 1px solid #323a2a;
      color: #323a2a; }
      .btnbottoms .bottom:last-child:hover {
        background: #CEC7B3;
        border-color: #CEC7B3; }

.modal {
  overflow-y: scroll; }
  .modal .modal-lg {
    max-width: 1000px; }
  .modal .modal-content {
    padding: 24px; }
    @media (max-width: 999px) {
      .modal .modal-content {
        padding: 12px; } }
  .modal .btnclose {
    color: #BD3C2F;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 40px;
    cursor: pointer;
    padding: 0px;
    z-index: 10; }
  .modal .rowbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    @media (max-width: 999px) {
      .modal .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .modal .carousel {
    overflow: hidden; }
    .modal .carousel:hover .carousel-control-next {
      right: 24px; }
    .modal .carousel:hover .carousel-control-prev {
      left: 24px; }
    .modal .carousel .carousel-inner {
      height: 100%; }
    .modal .carousel .carousel-item {
      overflow: hidden;
      height: 100%;
      background: #CEC7B3; }
      .modal .carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .modal .carousel .carousel-control-next,
    .modal .carousel .carousel-control-prev {
      width: 44px;
      height: 44px;
      top: 50%;
      background: #cec7b373;
      opacity: 1;
      margin-top: -24px;
      border-radius: 50%;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 999px) {
        .modal .carousel .carousel-control-next,
        .modal .carousel .carousel-control-prev {
          display: none; } }
      .modal .carousel .carousel-control-next svg,
      .modal .carousel .carousel-control-prev svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .modal .carousel .carousel-control-next:hover,
      .modal .carousel .carousel-control-prev:hover {
        background: #CEC7B3; }
    .modal .carousel .action {
      position: absolute;
      left: 12px;
      top: 12px; }
      .modal .carousel .action span {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 14px;
        padding: 2px 16px; }
        .modal .carousel .action span.new {
          background: #323a2a;
          color: #fff; }
        .modal .carousel .action span.des {
          background: #CEC7B3;
          color: #323a2a;
          margin-top: 12px; }
    .modal .carousel .carousel-control-next {
      right: -90px; }
    .modal .carousel .carousel-control-prev {
      left: -90px; }
      .modal .carousel .carousel-control-prev svg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .modal .carousel .carousel-indicators {
      position: relative;
      padding: 0px;
      margin: 0px;
      gap: 8px;
      margin-top: 16px; }
      .modal .carousel .carousel-indicators [data-bs-target] {
        text-indent: 0;
        width: 100px;
        height: 100px;
        margin: 0px;
        border: 2px solid #CEC7B3;
        opacity: 1; }
        @media (max-width: 999px) {
          .modal .carousel .carousel-indicators [data-bs-target] {
            width: 60px;
            height: 60px; } }
        .modal .carousel .carousel-indicators [data-bs-target].active {
          border: 2px solid #FF5028; }
        .modal .carousel .carousel-indicators [data-bs-target] img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .modal .carousel .carousel-item {
      height: 500px; }
      @media (max-width: 999px) {
        .modal .carousel .carousel-item {
          height: 300px; } }
  .modal .title {
    font-size: 24px; }
  .modal p {
    margin-top: 4px; }
  .modal .price {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 8px; }
    .modal .price span {
      font-size: 18px;
      font-weight: 500; }
      .modal .price span.new {
        color: #323a2a; }
      .modal .price span.old {
        font-size: 16px;
        color: #CEC7B3;
        text-decoration: line-through; }
      .modal .price span i {
        font-size: 14px;
        font-style: normal; }
  .modal .stock {
    margin-top: 24px;
    color: #00A63E; }

.banner {
  margin-top: 150px; }
  @media (max-width: 999px) {
    .banner {
      margin: 0px; } }
  .banner .inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 430px;
    background: #323a2a url(../images/bglogo.png) no-repeat left top;
    border-radius: 60px 200px 60px 0px; }
    @media (max-width: 999px) {
      .banner .inner {
        display: block;
        height: auto;
        border-radius: 60px; } }
    .banner .inner .photo,
    .banner .inner .bgimg {
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 50%;
      text-align: center;
      border-bottom-right-radius: 60px;
      overflow: hidden; }
      @media (max-width: 999px) {
        .banner .inner .photo,
        .banner .inner .bgimg {
          width: 100%; } }
      .banner .inner .photo img,
      .banner .inner .bgimg img {
        max-width: 100%; }
    @media (max-width: 999px) {
      .banner .inner .photo {
        position: relative; } }
    .banner .inner .text {
      text-align: center;
      width: 50%;
      padding: 24px; }
      @media (max-width: 999px) {
        .banner .inner .text {
          width: 100%; } }
      .banner .inner .text .title {
        color: #fff;
        text-align: center;
        font-size: 60px; }
        @media (max-width: 1199px) {
          .banner .inner .text .title {
            font-size: 50px; } }
        @media (max-width: 999px) {
          .banner .inner .text .title {
            font-size: 32px; } }
        .banner .inner .text .title span {
          color: #FFA20C; }
      .banner .inner .text .bottom {
        background: #CEC7B3;
        color: #323a2a;
        min-width: 160px;
        height: 44px;
        margin-top: 12px; }
        .banner .inner .text .bottom:hover {
          background: #fff; }

.item-product .rowbox {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 300px 1fr;
  gap: 12px; }
  @media (max-width: 999px) {
    .item-product .rowbox {
      grid-template-columns: 1fr; } }
.item-product .iconfilter {
  display: none;
  gap: 4px;
  background: #ffffff36;
  padding: 4px 16px;
  border-radius: 60px;
  max-width: 120px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer; }
  @media (max-width: 999px) {
    .item-product .iconfilter {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .item-product .iconfilter svg {
    min-width: 20px;
    max-width: 20px;
    height: 20px; }
.item-product .itemproduct {
  position: sticky;
  top: 120px;
  border-inline-end: 1px solid #ffffff36;
  padding-inline-end: 12px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 999px) {
    .item-product .itemproduct {
      position: fixed;
      width: 300px;
      height: 100%;
      left: -100%;
      top: 0px;
      background: #CEC7B3;
      border: 0px;
      padding: 16px;
      overflow: hidden;
      overflow-y: scroll;
      z-index: 1004; }
      .item-product .itemproduct.active {
        left: 0px; } }
  .item-product .itemproduct .close-sidebar {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    color: #BD3C2F;
    font-size: 30px;
    z-index: 10;
    display: none; }
    @media (max-width: 999px) {
      .item-product .itemproduct .close-sidebar {
        display: block; } }
  .item-product .itemproduct .selectfilter {
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 16px; }
    .item-product .itemproduct .selectfilter:last-child {
      border: 0px;
      padding: 0px;
      margin: 0px; }
    .item-product .itemproduct .selectfilter .che-box {
      width: 100%;
      margin-top: 4px !important; }
    .item-product .itemproduct .selectfilter .title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 8px; }
    .item-product .itemproduct .selectfilter .stylebar {
      position: relative;
      margin: auto;
      width: 100%;
      height: 2px;
      background: #ffffff36;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      margin-top: 16px; }
      .item-product .itemproduct .selectfilter .stylebar .ui-slider-handle {
        position: absolute;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #323a2a;
        border: 2px solid #323a2a;
        cursor: pointer;
        outline: none;
        margin-top: -8px; }
        .item-product .itemproduct .selectfilter .stylebar .ui-slider-handle:last-child {
          margin-left: -14px; }
      .item-product .itemproduct .selectfilter .stylebar .ui-slider-range {
        position: absolute;
        background: #323a2a;
        height: 2px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
    .item-product .itemproduct .selectfilter .bottom {
      width: 100%;
      gap: 8px; }
    .item-product .itemproduct .selectfilter .pr-input {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 24px;
      gap: 24px; }
      .item-product .itemproduct .selectfilter .pr-input .input-box {
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 60px;
        overflow: hidden; }
        .item-product .itemproduct .selectfilter .pr-input .input-box .currency {
          position: absolute;
          left: 16px;
          text-transform: uppercase; }
      .item-product .itemproduct .selectfilter .pr-input input {
        outline: none;
        outline-style: none;
        color: #000;
        width: 100%;
        height: 100%;
        line-height: 12px;
        background: #ffffff36;
        padding: 12px 16px;
        text-align: right;
        font-weight: 600; }
  .item-product .itemproduct .bottom {
    width: 100%;
    margin-top: 16px;
    background: none;
    border: 1px solid #323a2a;
    color: #323a2a; }
    .item-product .itemproduct .bottom:hover {
      background: #323a2a;
      color: #fff; }
.item-product .itemcard .minhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap; }
  .item-product .itemcard .minhead .flex {
    display: flex;
    align-items: center;
    gap: 12px; }
    .item-product .itemcard .minhead .flex .form-control {
      width: 170px;
      height: 40px; }
    .item-product .itemcard .minhead .flex .listmenu {
      display: flex;
      align-items: center;
      gap: 8px; }
      @media (max-width: 1199px) {
        .item-product .itemcard .minhead .flex .listmenu {
          display: none; } }
      .item-product .itemcard .minhead .flex .listmenu li {
        cursor: pointer; }
        .item-product .itemcard .minhead .flex .listmenu li svg {
          width: 20px;
          height: 20px;
          fill: #9f9988; }
        .item-product .itemcard .minhead .flex .listmenu li.active svg {
          fill: #323a2a; }
.item-product .itemcard .listinfo {
  display: none;
  margin-top: 4px; }
  @media (max-width: 1199px) {
    .item-product .itemcard .listinfo {
      display: none; } }
  .item-product .itemcard .listinfo li {
    margin-top: 4px;
    font-weight: 500; }
.item-product .itemcard .rowbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 12px; }
  @media (max-width: 1199px) {
    .item-product .itemcard .rowbox {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 550px) {
    .item-product .itemcard .rowbox {
      grid-template-columns: 1fr; } }
  .item-product .itemcard .rowbox.showone {
    grid-template-columns: 1fr; }
    @media (max-width: 1199px) {
      .item-product .itemcard .rowbox.showone {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 550px) {
      .item-product .itemcard .rowbox.showone {
        grid-template-columns: 1fr; } }
    .item-product .itemcard .rowbox.showone .product-card {
      display: flex;
      align-items: center; }
      @media (max-width: 1199px) {
        .item-product .itemcard .rowbox.showone .product-card {
          display: block; } }
      .item-product .itemcard .rowbox.showone .product-card .listinfo {
        display: block; }
        @media (max-width: 1199px) {
          .item-product .itemcard .rowbox.showone .product-card .listinfo {
            display: none; } }
  .item-product .itemcard .rowbox.showtwo {
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 550px) {
      .item-product .itemcard .rowbox.showtwo {
        grid-template-columns: 1fr; } }

.product-details {
  overflow: hidden; }
  .product-details .rowbox {
    display: grid;
    grid-template-columns: 460px 1fr 300px;
    gap: 24px;
    margin-top: 24px; }
    @media (max-width: 999px) {
      .product-details .rowbox {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 12px; } }
  .product-details .gallery {
    width: 100%;
    overflow: hidden;
    /* Main Image */
    /* Thumbnails */ }
    .product-details .gallery .main-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 400px;
      background: #f0f0f0;
      overflow: hidden; }
      @media (max-width: 999px) {
        .product-details .gallery .main-wrapper {
          height: 260px; } }
      .product-details .gallery .main-wrapper:hover .main-arrow {
        opacity: 1; }
      .product-details .gallery .main-wrapper img {
        max-width: 100%;
        max-height: 100%;
        cursor: pointer; }
    .product-details .gallery .main-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #CEC7B3;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      cursor: pointer;
      user-select: none;
      opacity: 0;
      z-index: 10;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .product-details .gallery .main-arrow svg {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .product-details .gallery .main-arrow.main-prev {
        left: 12px; }
        .product-details .gallery .main-arrow.main-prev svg {
          rotate: 180deg; }
      .product-details .gallery .main-arrow.main-next {
        right: 12px; }
      .product-details .gallery .main-arrow:hover {
        background: #323a2a; }
        .product-details .gallery .main-arrow:hover svg {
          fill: #fff; }
    .product-details .gallery .thumb-wrapper {
      position: relative;
      margin-top: 12px;
      overflow: hidden; }
      .product-details .gallery .thumb-wrapper:hover .thumb-arrow {
        opacity: 1; }
    .product-details .gallery .thumbnails {
      display: flex;
      gap: 8px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .product-details .gallery .thumbnails img {
        width: 109px;
        height: 109px;
        object-fit: cover;
        cursor: pointer;
        border: 1px solid transparent;
        flex-shrink: 0; }
        @media (max-width: 999px) {
          .product-details .gallery .thumbnails img {
            width: 70px;
            height: 70px; } }
        .product-details .gallery .thumbnails img.active {
          border-color: #323a2a; }
    .product-details .gallery .thumb-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #CEC7B3;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      cursor: pointer;
      user-select: none;
      opacity: 0;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      z-index: 10; }
      .product-details .gallery .thumb-arrow.thumb-prev {
        left: 8px; }
        .product-details .gallery .thumb-arrow.thumb-prev svg {
          rotate: 180deg; }
      .product-details .gallery .thumb-arrow.thumb-next {
        right: 8px; }
      .product-details .gallery .thumb-arrow svg {
        width: 12px;
        height: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .product-details .gallery .thumb-arrow:hover {
        background: #323a2a; }
        .product-details .gallery .thumb-arrow:hover svg {
          fill: #fff; }
  .product-details .item .action {
    display: flex;
    align-items: center;
    gap: 8px; }
    .product-details .item .action span {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      font-size: 14px;
      padding: 2px 16px; }
      .product-details .item .action span.new {
        background: #323a2a;
        color: #fff; }
      .product-details .item .action span.des {
        background: #ffffff36;
        color: #323a2a; }
  .product-details .item .title {
    font-size: 26px;
    margin-top: 12px; }
  .product-details .item .price {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 8px; }
    .product-details .item .price span {
      font-size: 18px;
      font-weight: 500; }
      .product-details .item .price span.new {
        color: #323a2a; }
      .product-details .item .price span.old {
        font-size: 16px;
        color: #878787;
        text-decoration: line-through; }
      .product-details .item .price span i {
        font-size: 14px;
        font-style: normal; }
  .product-details .item .stock {
    margin-top: 24px;
    color: #00A63E; }
  .product-details .item .flex {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px; }
    .product-details .item .flex .sizes {
      display: flex;
      gap: 8px; }
      .product-details .item .flex .sizes .size {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        max-width: 36px;
        height: 36px;
        border-radius: 4px;
        text-transform: uppercase;
        background: #ffffff36;
        border: 1px solid #CEC7B3;
        padding: 4px 8px;
        color: #878787;
        cursor: pointer; }
        .product-details .item .flex .sizes .size.active {
          border-color: #323a2a;
          color: #323a2a; }
    .product-details .item .flex .colors {
      display: flex;
      justify-content: center;
      gap: 8px; }
      .product-details .item .flex .colors .color {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid transparent; }
        .product-details .item .flex .colors .color.active {
          border-color: #000; }
  .product-details .item .quantity {
    margin-top: 24px; }
  .product-details .item .quantity-box .qty-btn {
    background: #ffffff36; }
    .product-details .item .quantity-box .qty-btn:hover {
      background: #323a2a; }
  .product-details .item .quantity-box input.qty {
    background: #CEC7B3; }
  .product-details .item .bottoms {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px; }
    .product-details .item .bottoms .bottom {
      border: 1px solid #323a2a;
      height: 48px; }
      @media (max-width: 999px) {
        .product-details .item .bottoms .bottom {
          min-width: 140px; } }
      .product-details .item .bottoms .bottom:hover {
        background: #ffffff36;
        border: 1px solid #ffffff36; }
    .product-details .item .bottoms .quickly {
      background: none;
      color: #323a2a; }
      .product-details .item .bottoms .quickly:hover {
        background: #ffffff36;
        border: 1px solid #ffffff36; }
    .product-details .item .bottoms .addfavorite,
    .product-details .item .bottoms .iconshare {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      -moz-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      cursor: pointer; }
      .product-details .item .bottoms .addfavorite:hover .tooltip-text,
      .product-details .item .bottoms .iconshare:hover .tooltip-text {
        visibility: visible;
        opacity: 1; }
      .product-details .item .bottoms .addfavorite.active svg path,
      .product-details .item .bottoms .iconshare.active svg path {
        fill: #323a2a; }
      .product-details .item .bottoms .addfavorite svg,
      .product-details .item .bottoms .iconshare svg {
        width: 24px;
        height: 24px; }
      .product-details .item .bottoms .addfavorite .tooltip-text,
      .product-details .item .bottoms .iconshare .tooltip-text {
        visibility: hidden;
        position: absolute;
        top: -48px;
        right: -44px;
        font-size: 14px;
        padding: 4px 8px;
        min-width: 110px;
        opacity: 0;
        transition: opacity 0.3s;
        color: #fff;
        background: #000;
        text-transform: capitalize;
        white-space: nowrap;
        text-align: center;
        border-radius: 4px; }
        .product-details .item .bottoms .addfavorite .tooltip-text::after,
        .product-details .item .bottoms .iconshare .tooltip-text::after {
          content: "";
          position: absolute;
          bottom: -10px;
          right: 52px;
          border-width: 5px;
          border-style: solid;
          border-color: #000 transparent transparent transparent; }
  .product-details .item .share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px; }
    .product-details .item .share p {
      text-transform: capitalize; }
    .product-details .item .share .social {
      gap: 12px; }
      .product-details .item .share .social a {
        background: none;
        border-radius: 0px;
        min-width: inherit;
        max-width: inherit;
        height: auto; }
        .product-details .item .share .social a svg {
          fill: #323a2a; }
      .product-details .item .share .social a.icon-twitter path {
        fill: #323a2a !important; }
  .product-details .itemtext {
    border-inline-start: 1px solid #ffffff36;
    padding-inline-start: 16px; }
    @media (max-width: 999px) {
      .product-details .itemtext {
        border: 0px;
        padding: 0px; } }
    .product-details .itemtext .onitem {
      background: #ffffff36;
      padding: 16px;
      border-radius: 4px;
      margin-bottom: 16px; }
      .product-details .itemtext .onitem:last-child {
        margin: 0px; }
      .product-details .itemtext .onitem .title {
        font-size: 18px;
        font-weight: 500; }
      .product-details .itemtext .onitem p {
        margin-top: 4px;
        line-height: 22px;
        font-size: 13px; }

.description-item {
  background: #ffffff36; }
  .description-item .title {
    font-size: 26px; }
  .description-item .list {
    padding-inline-start: 20px;
    margin-top: 16px; }
    .description-item .list li {
      list-style-type: disc;
      font-weight: 500; }

.overlaybox {
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: #000000cc;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1003; }
  @media (max-width: 999px) {
    .overlaybox.active {
      opacity: 1;
      visibility: visible; } }
  @media (max-width: 1199px) {
    .overlaybox.subover.active {
      opacity: 1;
      visibility: visible; } }

.checkouts {
  min-height: 100vh; }
  .checkouts::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #ffffff36;
    border-inline-start: 1px solid #323a2a40; }
    @media (max-width: 999px) {
      .checkouts::after {
        display: none; } }
  .checkouts .container {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    z-index: 10; }
    @media (max-width: 999px) {
      .checkouts .container {
        grid-template-columns: 1fr;
        gap: 12px; } }
  .checkouts .item {
    position: sticky;
    top: 32px;
    padding: 0px 64px; }
    @media (max-width: 999px) {
      .checkouts .item {
        position: relative;
        top: auto;
        order: -1;
        padding: 16px;
        background: #e1ddd4;
        border-radius: 12px; } }
    .checkouts .item .flexproperty {
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px; }
      .checkouts .item .flexproperty .num {
        position: absolute;
        right: 4px;
        top: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background: #000;
        color: #fff;
        border-radius: 4px;
        border: 2px solid #fff;
        font-size: 14px; }
      .checkouts .item .flexproperty .photo {
        position: relative;
        display: block;
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        border-radius: 8px;
        overflow: hidden; }
        .checkouts .item .flexproperty .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .checkouts .item .flexproperty .price {
        gap: 4px;
        align-items: flex-end;
        font-size: 18px;
        margin-top: 8px;
        color: #323a2a; }
      .checkouts .item .flexproperty .title {
        display: block;
        font-size: 16px;
        font-weight: 400;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .checkouts .item .flexproperty .title:hover {
          text-decoration: underline; }
    .checkouts .item .fieldcode {
      display: flex;
      align-items: center;
      gap: 8px;
      position: relative;
      margin-bottom: 24px; }
      .checkouts .item .fieldcode .form-control {
        background: #ffffff36; }
    .checkouts .item .list li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 8px; }
      .checkouts .item .list li p,
      .checkouts .item .list li span {
        font-weight: 500;
        text-transform: capitalize; }
    .checkouts .item .totalprice {
      display: flex;
      justify-content: space-between;
      margin-top: 16px; }
      .checkouts .item .totalprice p,
      .checkouts .item .totalprice span {
        font-size: 18px;
        font-weight: 600;
        color: #323a2a; }
  .checkouts .onitem {
    margin-bottom: 24px; }
    .checkouts .onitem:last-child {
      margin: 0px; }
    .checkouts .onitem .minhead {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px; }
      .checkouts .onitem .minhead .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid #323a2a;
        min-width: 58px;
        max-width: 58px;
        height: 58px; }
        .checkouts .onitem .minhead .icon svg {
          width: 34px;
          height: 34px;
          fill: #323a2a; }
      .checkouts .onitem .minhead a {
        text-transform: capitalize;
        text-decoration: underline; }
        .checkouts .onitem .minhead a:hover {
          text-decoration: none; }
    .checkouts .onitem .title {
      font-size: 22px; }
    .checkouts .onitem .field .form-control {
      padding: .375rem .75rem; }
    .checkouts .onitem .field select.form-control {
      background: #e1ddd4 url(../images/arrow.svg) right 12px center no-repeat !important; }
    .checkouts .onitem .method {
      padding: 16px;
      background: #e1ddd4;
      margin-top: 16px;
      border-radius: 12px; }
      .checkouts .onitem .method .che-box {
        width: 100%; }
        .checkouts .onitem .method .che-box.m-cash {
          border-bottom: 1px solid #323a2a40;
          padding-bottom: 12px;
          margin-bottom: 12px !important; }
    .checkouts .onitem .hidebank {
      width: 100%;
      display: none;
      margin-top: 24px; }
      .checkouts .onitem .hidebank .items-img {
        display: flex; }
        .checkouts .onitem .hidebank .items-img img {
          max-width: 100%; }
  .checkouts .listlink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
    border-top: 1px solid #323a2a40;
    padding-top: 24px; }
    @media (max-width: 999px) {
      .checkouts .listlink {
        justify-content: center;
        gap: 12px; } }
    .checkouts .listlink a {
      text-transform: capitalize; }
      .checkouts .listlink a:hover {
        text-decoration: underline; }
  .checkouts .confirmed {
    padding: 16px;
    background: #e1ddd4;
    margin-top: 16px;
    border-radius: 12px; }
    .checkouts .confirmed .title {
      font-size: 18px; }
    .checkouts .confirmed .subscribed {
      display: flex;
      align-items: center;
      gap: 4px;
      border-top: 1px solid #323a2a40;
      padding-top: 12px;
      margin-top: 12px; }
      .checkouts .confirmed .subscribed svg {
        min-width: 14px;
        max-width: 14px;
        height: 14px; }
    .checkouts .confirmed .list {
      margin-top: 12px; }
      .checkouts .confirmed .list li {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 8px; }
        .checkouts .confirmed .list li p,
        .checkouts .confirmed .list li span {
          font-weight: 500;
          text-transform: capitalize; }
  .checkouts .bottom {
    border-radius: 0.375rem;
    height: 50px; }
    .checkouts .bottom:hover {
      background: #ffffff36; }

.item-cart .rowbox {
  display: grid;
  grid-template-columns: 1fr 424px;
  gap: 24px; }
  @media (max-width: 999px) {
    .item-cart .rowbox {
      gap: 16px;
      grid-template-columns: repeat(1, 1fr); } }
.item-cart .item .top-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  background: #fff;
  padding: 16px;
  margin-top: 16px;
  border-radius: 12px; }
  .item-cart .item .top-controls .flex {
    display: flex;
    gap: 8px; }
    .item-cart .item .top-controls .flex .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      border: 1px solid #323a2a40;
      border-radius: 12px;
      padding: 12px 16px;
      text-transform: uppercase;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .item-cart .item .top-controls .flex .btn svg path {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .item-cart .item .top-controls .flex .btn:hover {
        border-color: #BD3C2F;
        color: #BD3C2F; }
        .item-cart .item .top-controls .flex .btn:hover svg path {
          fill: #BD3C2F; }
.item-cart .item .items-list li {
  position: relative;
  display: flex;
  gap: 16px;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .item-cart .item .items-list li {
      display: block; } }
  .item-cart .item .items-list li .che-box {
    position: absolute;
    left: 16px;
    top: 16px; }
  .item-cart .item .items-list li .photo {
    display: block;
    min-width: 162px;
    max-width: 162px;
    height: 182px;
    border: 1px solid #323a2a40;
    border-radius: 12px;
    margin-inline-start: 24px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .item-cart .item .items-list li .photo {
        margin: 0px auto; } }
    .item-cart .item .items-list li .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .item-cart .item .items-list li .flexrow {
    width: 100%; }
    .item-cart .item .items-list li .flexrow .flexinner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8px; }
      .item-cart .item .items-list li .flexrow .flexinner .title {
        font-size: 20px;
        font-weight: 500; }
      .item-cart .item .items-list li .flexrow .flexinner .price {
        display: block;
        font-size: 18px;
        margin-top: 8px;
        color: #323a2a; }
      .item-cart .item .items-list li .flexrow .flexinner .delete-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        background: none;
        min-width: 46px;
        max-width: 46px;
        height: 46px;
        border: 1px solid #323a2a40;
        border-radius: 12px;
        text-transform: uppercase;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .item-cart .item .items-list li .flexrow .flexinner .delete-btn svg path {
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .item-cart .item .items-list li .flexrow .flexinner .delete-btn:hover {
          border-color: #BD3C2F;
          color: #BD3C2F; }
          .item-cart .item .items-list li .flexrow .flexinner .delete-btn:hover svg path {
            fill: #BD3C2F; }
.item-cart .item .quantity-box input.qty {
  background: none !important; }
.item-cart .item .scroll {
  position: sticky;
  top: 114px;
  margin-top: 16px; }
  .item-cart .item .scroll .bottom {
    width: 100%;
    height: 44px;
    margin-top: 16px; }
    .item-cart .item .scroll .bottom:hover {
      background: #4e5843; }
.item-cart .item .inner {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px; }
  .item-cart .item .inner .title {
    font-size: 18px;
    font-weight: 500; }
  .item-cart .item .inner .list li {
    display: flex;
    justify-content: space-between;
    margin-top: 12px; }
    .item-cart .item .inner .list li p,
    .item-cart .item .inner .list li span {
      font-size: 14px;
      font-weight: 400; }
  .item-cart .item .inner .totalprice {
    display: flex;
    justify-content: space-between;
    border-top: 1px dotted #CEC7B3;
    padding-top: 16px;
    margin-top: 16px; }
    .item-cart .item .inner .totalprice p,
    .item-cart .item .inner .totalprice span {
      font-size: 18px;
      font-weight: 600;
      color: #323a2a; }

.empty-message {
  display: none;
  text-align: center;
  padding: 20px; }
  .empty-message img {
    max-width: 80%; }
  .empty-message .title {
    text-align: center;
    font-size: 24px;
    margin: 12px 0px; }
  .empty-message .bottom {
    min-width: 160px;
    height: 44px; }
    .empty-message .bottom:hover {
      background: #4e5843; }

.item-news {
  overflow: hidden; }
  .item-news .rowbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    z-index: 10; }
    @media (max-width: 999px) {
      .item-news .rowbox {
        grid-template-columns: 1fr 1fr;
        gap: 12px; } }
    @media (max-width: 767px) {
      .item-news .rowbox {
        grid-template-columns: 1fr; } }
  .item-news .item {
    position: relative;
    background: #fff;
    width: 100%;
    height: 400px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden; }
    .item-news .item:hover .photo img {
      transition-duration: 0.5s;
      transform: scale3d(1.1, 1.1, 1) translate3d(4%, 0, 0); }
    .item-news .item:hover .content {
      background: linear-gradient(303.91deg, #4f5549 7.57%, #323a2a 94.39%);
      height: calc(100% - 48px); }
      .item-news .item:hover .content .title,
      .item-news .item:hover .content p {
        color: #fff; }
      .item-news .item:hover .content .bottom {
        opacity: 1; }
      .item-news .item:hover .content .text {
        display: block; }
      .item-news .item:hover .content .date svg path {
        stroke: #fff; }
    .item-news .item .photo {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .item-news .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .item-news .item .content {
      position: absolute;
      left: 20px;
      bottom: 24px;
      overflow: hidden;
      width: calc(100% - 40px);
      height: 118px;
      background: #fff;
      -webkit-border-radius: 60px 8px 60px 8px;
      border-radius: 60px 8px 60px 8px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      padding: 24px; }
      .item-news .item .content .date {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #878DA4;
        text-transform: capitalize;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .item-news .item .content .date svg {
          fill: none; }
          .item-news .item .content .date svg path {
            stroke: #323a2a;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
      .item-news .item .content .text {
        color: #fff;
        display: none;
        font-size: 14px;
        height: 144px;
        overflow: hidden;
        line-height: 24px;
        text-transform: capitalize; }
    .item-news .item .title {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 26px;
      margin-top: 8px; }
      @media (max-width: 999px) {
        .item-news .item .title {
          font-size: 24px; } }
    .item-news .item .bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      opacity: 0;
      margin-top: 16px; }
      .item-news .item .bottom svg {
        max-width: 16px;
        fill: #fff; }
  .item-news.bg-item {
    background: #ffffff36; }
    .item-news.bg-item .rowbox {
      margin-top: 24px; }
      @media (max-width: 999px) {
        .item-news.bg-item .rowbox {
          margin-top: 12px; } }

.news-details {
  overflow: hidden; }
  .news-details .container {
    max-width: 1100px; }
  .news-details .photo {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden; }
    @media (max-width: 999px) {
      .news-details .photo {
        height: 250px; } }
    .news-details .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-details .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px; }
  .news-details .date {
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize; }
    .news-details .date svg {
      fill: none; }
      .news-details .date svg path {
        stroke: #323a2a; }
  .news-details .text {
    text-transform: capitalize; }

.item-profile {
  padding-top: 0px; }
  .item-profile .infouser {
    background: #323a2a url(../images/bglogo2.png) no-repeat right bottom;
    padding: 24px 0px; }
    .item-profile .infouser .container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 12px;
      flex-wrap: wrap; }
    .item-profile .infouser .user {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap; }
      .item-profile .infouser .user .imgcent {
        position: relative;
        min-width: 120px;
        max-width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #CEC7B3;
        border: 4px solid #fff;
        box-shadow: 0px 10px 25px -5px #00000026; }
        .item-profile .infouser .user .imgcent .img_prev {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 50%; }
        .item-profile .infouser .user .imgcent .file-bro {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          right: -4px;
          bottom: 0px;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: #CEC7B3;
          cursor: pointer;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .item-profile .infouser .user .imgcent .file-bro svg {
            max-width: 24px;
            height: 24px; }
            .item-profile .infouser .user .imgcent .file-bro svg path {
              stroke: #323a2a; }
          .item-profile .infouser .user .imgcent .file-bro:hover {
            background: #fff; }
      .item-profile .infouser .user .title {
        color: #fff; }
      .item-profile .infouser .user p {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-top: 4px;
        color: #fff; }
        .item-profile .infouser .user p svg {
          min-width: 20px;
          max-width: 20px;
          height: 20px; }
      .item-profile .infouser .user .listnumber {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 24px;
        margin-top: 24px; }
        .item-profile .infouser .user .listnumber span {
          display: block;
          color: #CEC7B3;
          font-size: 32px;
          font-weight: 600; }
        .item-profile .infouser .user .listnumber small {
          display: block;
          color: #A4A4A4;
          font-size: 14px;
          font-weight: 400;
          margin-top: 4px; }
    .item-profile .infouser .edit {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      background: #fff;
      border-radius: 10px;
      color: #323a2a;
      padding: 8px 12px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .item-profile .infouser .edit:hover {
        background: #CEC7B3; }
  .item-profile .listmenuuser {
    display: flex;
    align-items: center;
    gap: 48px;
    min-width: 100%;
    padding: 16px 0px;
    border-bottom: 1px solid #323a2a40;
    margin-bottom: 24px; }
    @media (max-width: 1199px) {
      .item-profile .listmenuuser {
        overflow: hidden;
        overflow-x: scroll; } }
    .item-profile .listmenuuser a {
      position: relative;
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .item-profile .listmenuuser a::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -17px;
        width: 0px;
        height: 2px;
        background: #323a2a;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .item-profile .listmenuuser a.active::before, .item-profile .listmenuuser a:hover::before {
        width: 100%; }
      .item-profile .listmenuuser a p {
        text-transform: capitalize;
        color: #323a2a; }
      .item-profile .listmenuuser a .icon {
        display: flex; }
        .item-profile .listmenuuser a .icon svg,
        .item-profile .listmenuuser a .icon img {
          width: 18px;
          height: 18px; }
      .item-profile .listmenuuser a .number {
        color: #323a2a;
        font-weight: 600;
        font-style: normal; }
  .item-profile .itemcard .rowbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    margin-top: 12px; }
    @media (max-width: 1199px) {
      .item-profile .itemcard .rowbox {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (max-width: 999px) {
      .item-profile .itemcard .rowbox {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 550px) {
      .item-profile .itemcard .rowbox {
        grid-template-columns: 1fr; } }
  .item-profile .bginfo {
    background: #fff;
    padding: 16px;
    border-radius: 12px; }
    .item-profile .bginfo .title {
      padding-bottom: 16px;
      border-bottom: 1px solid #CEC7B3; }
    .item-profile .bginfo .flex {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px; }
      .item-profile .bginfo .flex .bottom {
        width: auto;
        border-radius: 10px;
        height: 46px; }
      .item-profile .bginfo .flex .cancel {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        background: #fff;
        border: 1px solid #CEC7B3;
        border-radius: 10px;
        padding: 8px 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .item-profile .bginfo .flex .cancel:hover {
          border: 1px solid #FF5028;
          color: #FF5028; }
  .item-profile .mintitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px; }
    .item-profile .mintitle .bottom {
      border-radius: 0.375rem; }
      .item-profile .mintitle .bottom:hover {
        background: #ffffff36; }
  .item-profile #address-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px; }
    @media (max-width: 999px) {
      .item-profile #address-list {
        grid-template-columns: repeat(1, 1fr); } }
    .item-profile #address-list li {
      padding: 16px;
      background: #fff;
      border-radius: 12px; }
      .item-profile #address-list li p {
        text-transform: capitalize;
        margin-bottom: 4px; }
        .item-profile #address-list li p strong {
          font-weight: 600; }
      .item-profile #address-list li .actions {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        margin-top: 16px;
        padding-top: 12px;
        border-top: 1px solid #CEC7B3; }
        .item-profile #address-list li .actions a {
          display: flex;
          align-items: center;
          gap: 8px;
          color: #323a2a;
          text-transform: capitalize;
          cursor: pointer; }
          .item-profile #address-list li .actions a:hover {
            text-decoration: underline; }
          .item-profile #address-list li .actions a svg {
            min-width: 16px;
            max-width: 16px;
            height: 16px; }
  .item-profile .table {
    margin: 0px;
    vertical-align: middle;
    margin-top: 16px;
    border-radius: 12px;
    overflow: hidden; }
    .item-profile .table th {
      font-weight: 500;
      text-transform: capitalize; }
    .item-profile .table th,
    .item-profile .table td {
      padding: 12px; }
      @media (max-width: 999px) {
        .item-profile .table th,
        .item-profile .table td {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .item-profile .table .flexproperty {
      display: flex;
      align-items: center;
      gap: 8px; }
      .item-profile .table .flexproperty .photo {
        display: block;
        min-width: 100px;
        max-width: 100px;
        height: 100px;
        border: 1px solid #323a2a40;
        border-radius: 12px;
        overflow: hidden; }
        .item-profile .table .flexproperty .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .item-profile .table .flexproperty .flexinner .title {
        font-size: 20px;
        font-weight: 500; }
      .item-profile .table .flexproperty .flexinner .price {
        display: block;
        font-size: 18px;
        margin-top: 8px;
        color: #323a2a; }
    .item-profile .table .flexbtn {
      display: flex;
      align-items: center;
      gap: 8px; }
    .item-profile .table .dele-btn,
    .item-profile .table .view-invoice {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      background: none;
      min-width: 46px;
      max-width: 46px;
      height: 46px;
      border: 1px solid #323a2a40;
      border-radius: 12px;
      text-transform: uppercase;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .item-profile .table .dele-btn svg,
      .item-profile .table .view-invoice svg {
        max-width: 29px;
        max-height: 18px; }
        .item-profile .table .dele-btn svg path,
        .item-profile .table .view-invoice svg path {
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .item-profile .table .dele-btn:hover,
      .item-profile .table .view-invoice:hover {
        border-color: #323a2a;
        color: #323a2a; }
        .item-profile .table .dele-btn:hover svg path,
        .item-profile .table .view-invoice:hover svg path {
          fill: #323a2a; }
        .item-profile .table .dele-btn:hover .tooltip-text,
        .item-profile .table .view-invoice:hover .tooltip-text {
          visibility: visible;
          opacity: 1; }
    .item-profile .table .tooltip-text {
      visibility: hidden;
      position: absolute;
      right: -72%;
      margin-top: -100px;
      font-size: 14px;
      padding: 4px 8px;
      min-width: 110px;
      opacity: 0;
      transition: opacity 0.3s;
      color: #fff;
      background: #000;
      text-transform: capitalize;
      white-space: nowrap;
      text-align: center;
      border-radius: 4px;
      box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 8px; }
      .item-profile .table .tooltip-text::after {
        content: "";
        position: absolute;
        bottom: -8px;
        right: 50%;
        transform: translateX(50%);
        border-width: 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent; }
    .item-profile .table tr:last-child td {
      border-bottom: none; }
  .item-profile .delivered {
    color: #00A63E; }
  .item-profile .inprogress {
    color: #FF5028; }
  .item-profile .nodelivered {
    color: #BD3C2F; }

.st-address {
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: #000000cc;
  padding: 12px;
  z-index: 1004; }
  .st-address .modal-content {
    width: 600px;
    margin: 0px auto; }
    @media (max-width: 767px) {
      .st-address .modal-content {
        width: 100%; } }
  .st-address .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #CEC7B3; }
    .st-address .minhead .title {
      font-size: 24px; }
    .st-address .minhead .close-btn {
      font-size: 40px;
      color: #BD3C2F;
      cursor: pointer; }
  .st-address .field .form-control {
    padding: .375rem .75rem; }

.invoice-container {
  max-width: 848px;
  margin: 0px auto;
  padding: 12px; }
  .invoice-container .inner {
    background: #fff;
    padding: 24px;
    border-radius: 12px; }
  .invoice-container .logo img {
    max-width: 130px; }
  .invoice-container .invoice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CEC7B3;
    padding-bottom: 16px; }
    @media (max-width: 550px) {
      .invoice-container .invoice-header {
        display: block; } }
  .invoice-container .store-details {
    font-size: 14px; }
  .invoice-container .customer-details {
    margin-top: 20px; }
  .invoice-container .customer-details h3.title {
    margin-bottom: 4px;
    font-size: 20px; }
  .invoice-container .invoice-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; }
  .invoice-container .invoice-table th,
  .invoice-container .invoice-table td {
    border: 0px;
    border-bottom: 1px solid #CEC7B3;
    padding: 10px; }
    @media (max-width: 999px) {
      .invoice-container .invoice-table th,
      .invoice-container .invoice-table td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .invoice-container .invoice-table th {
    border: 0px;
    background-color: #323a2a;
    color: #fff;
    font-weight: 500; }
  .invoice-container .summary {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-bottom: 20px; }
  .invoice-container .summary table {
    width: 100%;
    border-collapse: collapse; }
  .invoice-container .summary td {
    padding: 8px 10px; }
  .invoice-container .summary tr td:first-child {
    font-weight: bold; }
  .invoice-container .status {
    font-weight: bold;
    color: green; }
  .invoice-container .not-delivered {
    color: red; }
  .invoice-container .footer {
    text-align: center; }

@media print {
  .invoice-container {
    margin: 0;
    padding: 0; } }
.loginpage,
.forgot,
.sign-up {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 152px); }
  .loginpage .container,
  .forgot .container,
  .sign-up .container {
    display: flex;
    justify-content: center;
    gap: 48px; }
    @media (max-width: 999px) {
      .loginpage .container,
      .forgot .container,
      .sign-up .container {
        display: block;
        max-width: 720px; } }
  .loginpage .item,
  .forgot .item,
  .sign-up .item {
    min-width: 448px;
    max-width: 448px; }
    @media (max-width: 999px) {
      .loginpage .item,
      .forgot .item,
      .sign-up .item {
        display: none; } }
    .loginpage .item img,
    .forgot .item img,
    .sign-up .item img {
      max-width: 220px; }
    .loginpage .item p,
    .forgot .item p,
    .sign-up .item p {
      margin-top: 4px; }
    .loginpage .item .list,
    .forgot .item .list,
    .sign-up .item .list {
      margin-top: 16px;
      border-top: 1px dotted #323a2a; }
      .loginpage .item .list li,
      .forgot .item .list li,
      .sign-up .item .list li {
        display: flex;
        gap: 12px;
        border-radius: 0.375rem;
        background: #fff;
        padding: 16px;
        margin-top: 16px; }
        .loginpage .item .list li .icon,
        .forgot .item .list li .icon,
        .sign-up .item .list li .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 58px;
          max-width: 58px;
          height: 58px;
          border-radius: 0.375rem;
          background: #CEC7B3; }
          .loginpage .item .list li .icon svg,
          .forgot .item .list li .icon svg,
          .sign-up .item .list li .icon svg {
            width: 30px;
            height: 30px; }
        .loginpage .item .list li .title,
        .forgot .item .list li .title,
        .sign-up .item .list li .title {
          font-size: 17px; }
        .loginpage .item .list li p,
        .forgot .item .list li p,
        .sign-up .item .list li p {
          margin: 0px; }
        .loginpage .item .list li a:hover,
        .forgot .item .list li a:hover,
        .sign-up .item .list li a:hover {
          text-decoration: underline; }
  .loginpage .itemform,
  .forgot .itemform,
  .sign-up .itemform {
    min-width: 510px;
    max-width: 510px; }
    @media (max-width: 999px) {
      .loginpage .itemform,
      .forgot .itemform,
      .sign-up .itemform {
        min-width: 100%;
        max-width: 100%;
        margin-top: 12px; } }
    .loginpage .itemform .inner,
    .forgot .itemform .inner,
    .sign-up .itemform .inner {
      background: #fff;
      padding: 24px;
      border-radius: 24px;
      box-shadow: 0px 25px 50px -12px #00000040; }
      .loginpage .itemform .inner .title,
      .loginpage .itemform .inner p,
      .forgot .itemform .inner .title,
      .forgot .itemform .inner p,
      .sign-up .itemform .inner .title,
      .sign-up .itemform .inner p {
        text-align: center; }
  .loginpage .social-row,
  .forgot .social-row,
  .sign-up .social-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px; }
  .loginpage .social-btn,
  .forgot .social-btn,
  .sign-up .social-btn {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 14px;
    border: 2px solid #E5E7EB;
    background: #fff;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
    text-decoration: none;
    color: #364153;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(20, 30, 40, 0.03); }
    .loginpage .social-btn:hover,
    .forgot .social-btn:hover,
    .sign-up .social-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(20, 30, 40, 0.06); }
    .loginpage .social-btn .icon,
    .forgot .social-btn .icon,
    .sign-up .social-btn .icon {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
  .loginpage .divider,
  .forgot .divider,
  .sign-up .divider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px; }
    .loginpage .divider::before, .loginpage .divider::after,
    .forgot .divider::before,
    .forgot .divider::after,
    .sign-up .divider::before,
    .sign-up .divider::after {
      content: "";
      flex: 1;
      height: 1px;
      border-bottom: 1px dotted #CEC7B3; }
    .loginpage .divider span,
    .forgot .divider span,
    .sign-up .divider span {
      text-transform: capitalize; }
  .loginpage .signuplink,
  .forgot .signuplink,
  .sign-up .signuplink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 24px;
    color: #323a2a; }
    .loginpage .signuplink a,
    .forgot .signuplink a,
    .sign-up .signuplink a {
      color: #323a2a;
      text-decoration: none;
      font-weight: 600;
      text-decoration: underline; }
      .loginpage .signuplink a:hover,
      .forgot .signuplink a:hover,
      .sign-up .signuplink a:hover {
        text-decoration: none; }
  .loginpage .text,
  .forgot .text,
  .sign-up .text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    gap: 4px; }
    .loginpage .text a,
    .forgot .text a,
    .sign-up .text a {
      color: #323a2a;
      text-decoration: underline; }
      .loginpage .text a:hover,
      .forgot .text a:hover,
      .sign-up .text a:hover {
        text-decoration: none; }
  .loginpage .back,
  .forgot .back,
  .sign-up .back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    color: #323a2a;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .loginpage .back:hover,
    .forgot .back:hover,
    .sign-up .back:hover {
      text-decoration: underline; }

.field {
  position: relative;
  margin-top: 16px; }
  .field .bottom {
    width: 100%;
    border-radius: 0.375rem;
    height: 52px; }
  .field label {
    display: block;
    margin-bottom: 4px;
    color: #323a2a;
    font-weight: 500;
    text-transform: capitalize; }
    .field label small {
      font-size: 12px; }
    .field label em {
      color: red; }
  .field .che-box a {
    text-decoration: underline;
    margin: 0px 4px;
    font-weight: 500;
    color: #323a2a; }
    .field .che-box a:hover {
      text-decoration: none; }
  .field .icon {
    position: absolute;
    left: 12px; }
  .field .form-control {
    padding-left: 38px;
    background: #e1ddd4; }
  .field .position-relative {
    display: flex;
    align-items: center; }
    .field .position-relative .icon-pass {
      right: 12px; }
  .field.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .field.flex .forgetlink {
      display: block;
      color: #323a2a;
      font-weight: 500; }
      .field.flex .forgetlink:hover {
        text-decoration: underline; }

.icon-pass {
  position: absolute;
  bottom: 12px;
  right: 24px;
  z-index: 10;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .icon-pass svg {
    width: 24px; }

.icon-pass.eye-slash.icon-pass {
  display: none; }
  .icon-pass.eye-slash.icon-pass svg {
    fill: #fff; }

.error404 {
  position: relative;
  width: 100%;
  padding: 32px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  text-align: center;
  background: #CEC7B3; }
  @media (max-width: 999px) {
    .error404 {
      padding: 12px 0px; } }
  .error404 .title {
    font-size: 150px !important;
    color: #000;
    width: 100%;
    text-align: center; }
  .error404 p {
    color: #0095DA;
    font-size: 24px;
    margin-top: 72px; }
  .error404 .bottom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    text-align: center;
    background: #323a2a;
    border-radius: 60px;
    font-weight: 500;
    white-space: nowrap;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 8px 32px;
    float: none;
    display: inline-flex;
    margin-top: 32px;
    box-shadow: 0px 2px 17px rgba(73, 73, 73, 0.1);
    padding: 12px 20px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box; }
    @media (max-width: 999px) {
      .error404 .bottom {
        padding: 4px 20px; } }
    .error404 .bottom:hover {
      background: #CEC7B3;
      color: #323a2a; }
    .error404 .bottom:focus {
      outline: none;
      outline-style: none; }

.contacts .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px; }
  @media (max-width: 999px) {
    .contacts .container {
      grid-template-columns: 1fr;
      gap: 12px; } }
.contacts .item .list {
  margin-top: 16px;
  border-top: 1px dotted #323a2a; }
  .contacts .item .list li {
    display: flex;
    gap: 12px;
    margin-top: 24px; }
    .contacts .item .list li .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 58px;
      max-width: 58px;
      height: 58px;
      border-radius: 0.375rem;
      background: #323a2a; }
      .contacts .item .list li .icon svg {
        width: 30px;
        height: 30px; }
    .contacts .item .list li .title {
      font-size: 17px; }
    .contacts .item .list li p {
      margin: 0px; }
    .contacts .item .list li a:hover {
      text-decoration: underline; }
.contacts .itemform {
  background: #fff;
  padding: 24px;
  border-radius: 16px; }
  .contacts .itemform .field {
    margin: 0px;
    margin-bottom: 16px; }
    .contacts .itemform .field:last-child {
      margin: 0px; }
  .contacts .itemform .form-control {
    padding: .375rem .75rem; }
  .contacts .itemform .bottom {
    width: auto; }

.innermap {
  width: 100%;
  height: 460px;
  background: #fff; }
  @media (max-width: 999px) {
    .innermap {
      height: 260px; } }
  .innermap iframe {
    border: 0px;
    width: 100%;
    height: 100%; }

.privacy-policy,
.terms-use {
  overflow: hidden; }
  .privacy-policy .inner,
  .terms-use .inner {
    text-align: center; }
    .privacy-policy .inner .icon,
    .terms-use .inner .icon {
      min-width: 64px;
      max-width: 64px;
      height: 64px;
      background: linear-gradient(180deg, #323a2a 0%, #586150 100%);
      border-radius: 50%;
      margin: 0px auto; }
    .privacy-policy .inner .title,
    .terms-use .inner .title {
      text-align: center;
      font-size: 16px;
      margin-top: 12px; }
  .privacy-policy .title,
  .terms-use .title {
    font-size: 20px;
    font-weight: 400; }
  .privacy-policy .icon,
  .terms-use .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px; }
  .privacy-policy .minhead,
  .terms-use .minhead {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 24px 0px 12px 0px; }
  .privacy-policy .subinner,
  .terms-use .subinner {
    margin: 0px auto;
    max-width: 800px; }
  .privacy-policy .text,
  .terms-use .text {
    margin-top: 4px; }
    .privacy-policy .text b,
    .terms-use .text b {
      font-weight: 600; }

.faq {
  background: #cccccc1f; }
  .faq .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px; }
    @media (max-width: 999px) {
      .faq .container {
        grid-template-columns: 1fr;
        gap: 12px; } }
  .faq .bic-item {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 24px; }
    @media (max-width: 767px) {
      .faq .bic-item {
        grid-template-columns: 1fr; } }
    .faq .bic-item .photo {
      background: #fff;
      height: 338px;
      border-radius: 12px;
      border: 4px solid #323a2a;
      overflow: hidden; }
      @media (max-width: 767px) {
        .faq .bic-item .photo {
          height: 300px; } }
    .faq .bic-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 767px) {
      .faq .bic-item .photos {
        display: none; } }
    .faq .bic-item .photos .photo {
      border: 0px; }
      .faq .bic-item .photos .photo:nth-child(1) {
        height: 244px; }
      .faq .bic-item .photos .photo:nth-child(2) {
        height: 314px;
        margin-top: 24px; }
  .faq .accordion {
    width: 100%; }
    .faq .accordion .accordion-item {
      position: relative;
      margin-top: 16px;
      border: 0px;
      background: #fff;
      border-radius: 10px;
      overflow: hidden; }
      @media (max-width: 999px) {
        .faq .accordion .accordion-item {
          margin-top: 12px; } }
      .faq .accordion .accordion-item .accordion-header {
        display: flex;
        align-items: center;
        position: relative;
        color: #323a2a;
        font-size: 18px;
        padding: 24px;
        padding-right: 64px;
        cursor: pointer; }
        .faq .accordion .accordion-item .accordion-header:after {
          display: flex;
          align-items: center;
          justify-content: center;
          content: '+';
          position: absolute;
          right: 24px;
          font-size: 30px;
          width: 40px;
          height: 40px;
          color: #323a2a;
          background: #CEC7B3;
          border-radius: 50%;
          transition: transform 0.3s ease; }
        .faq .accordion .accordion-item .accordion-header.active {
          background: #323a2a;
          color: #fff; }
          .faq .accordion .accordion-item .accordion-header.active:after {
            content: '-'; }
  .faq .accordion-content {
    display: none;
    padding: 24px; }

.about {
  overflow: hidden; }
  .about .item:nth-child(2) {
    display: flex;
    align-items: center; }
  @media (max-width: 999px) {
    .about .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .about .item:last-child {
        margin: 0; } }
  .about .item p {
    margin-top: 8px; }
  .about .item .tp-about {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 24px; }
    @media (max-width: 999px) {
      .about .item .tp-about {
        gap: 12px; } }
    .about .item .tp-about .tp-about-3 {
      position: relative;
      max-width: 320px;
      height: 428px;
      background: #fff;
      border-radius: 0px 50px 0px 120px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .about .item .tp-about .tp-about-3 {
          height: 228px; } }
      .about .item .tp-about .tp-about-3 img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .about .item .tp-about .tp-about-4 {
      position: relative;
      max-width: 320px;
      height: 428px;
      background: #fff;
      border-radius: 50px 0px 120px 0px;
      margin-top: 100px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .about .item .tp-about .tp-about-4 {
          height: 228px;
          margin-top: 80px; } }
      .about .item .tp-about .tp-about-4::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        content: '';
        z-index: 1;
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        -o-transition: transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
      .about .item .tp-about .tp-about-4 img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .about .item .tp-about .tp-about-4:hover::after {
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.steps {
  background: #fff;
  overflow: hidden; }
  .steps .minphoto {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .steps .minphoto::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #323a2aab;
      opacity: 0.9;
      z-index: 100; }
    .steps .minphoto img {
      width: 100%;
      min-height: 100%;
      object-fit: cover;
      animation-name: pulseSlow;
      -webkit-animation-name: pulseSlow;
      animation-duration: 10s;
      -webkit-animation-duration: 10s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear; }
@keyframes pulseSlow {
  0%,
            100% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@-webkit-keyframes pulseSlow {
  0%,
            100% {
    -webkit-transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1.2); } }
  .steps .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    z-index: 10; }
    @media (max-width: 999px) {
      .steps .container {
        grid-template-columns: 1fr 1fr;
        gap: 12px; } }
    @media (max-width: 550px) {
      .steps .container {
        grid-template-columns: 1fr; } }
  .steps .item {
    text-align: center; }
    .steps .item svg,
    .steps .item img {
      fill: #fff;
      width: 62px;
      height: 46px; }
    .steps .item .title {
      color: #fff;
      font-size: 22px;
      font-weight: 400;
      text-align: center;
      margin-top: 12px; }
    .steps .item p {
      color: #fff;
      text-align: center; }

.section-margin .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  z-index: 10; }
  @media (max-width: 999px) {
    .section-margin .container {
      grid-template-columns: 1fr;
      gap: 12px; } }
.section-margin .item {
  background: #ffffff36;
  padding: 24px;
  border-radius: 12px; }
  .section-margin .item .title {
    text-align: center; }
  .section-margin .item p {
    text-align: center; }

.scrollTopBtn {
  position: fixed;
  right: -100px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0px;
  z-index: 998;
  border-radius: 50%;
  background: #323a2a;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 999px) {
    .scrollTopBtn {
      display: none; } }
  .scrollTopBtn.show {
    right: 12px;
    opacity: 1; }
  .scrollTopBtn svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px;
    height: 15px; }
    .scrollTopBtn svg path {
      fill: #fff; }

.footer {
  position: relative;
  width: 100%; }
  .footer .formemail {
    background: #323a2a;
    padding: 24px 0px; }
    .footer .formemail .container {
      display: grid;
      align-items: center;
      grid-template-columns: 1fr 1fr;
      gap: 24px; }
      @media (max-width: 999px) {
        .footer .formemail .container {
          grid-template-columns: repeat(1, 1fr); } }
    .footer .formemail .title {
      color: #fff; }
      @media (max-width: 999px) {
        .footer .formemail .title {
          text-align: center; } }
    .footer .formemail p {
      color: #CEC7B3;
      margin-top: 4px; }
      @media (max-width: 999px) {
        .footer .formemail p {
          text-align: center; } }
    .footer .formemail .formsearch {
      position: relative;
      margin: 0px;
      height: 56px; }
      .footer .formemail .formsearch .form-control {
        height: 100%;
        border: 1px solid transparent;
        background: #ffffff17;
        color: #fff;
        padding-right: 112px; }
        .footer .formemail .formsearch .form-control:focus {
          border: 1px solid #CEC7B3; }
      .footer .formemail .formsearch .bottom {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        background: #CEC7B3;
        color: #323a2a;
        border-radius: 0px 0.375rem 0.375rem 0px;
        padding: 8px 16px; }
      .footer .formemail .formsearch input::placeholder {
        color: #b3b3b3;
        /* Standard syntax for modern browsers */
        opacity: 1;
        /* Corrects Firefox's default lower opacity */ }
      .footer .formemail .formsearch input::-webkit-input-placeholder {
        /* Chrome, Opera, Safari */
        color: #b3b3b3; }
      .footer .formemail .formsearch input:-moz-placeholder {
        /* Firefox 4-18 */
        color: #b3b3b3;
        opacity: 1; }
      .footer .formemail .formsearch input::-moz-placeholder {
        /* Firefox 19+ */
        color: #b3b3b3;
        opacity: 1; }
      .footer .formemail .formsearch input:-ms-input-placeholder {
        /* IE 10+ */
        color: #b3b3b3; }
  .footer .rowbox {
    display: grid;
    grid-template-columns: 400px 1fr 1fr 1fr;
    gap: 48px; }
    @media (max-width: 1199px) {
      .footer .rowbox {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 999px) {
      .footer .rowbox {
        gap: 12px;
        grid-template-columns: repeat(1, 1fr); } }
  .footer .item-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 12px;
    bottom: 12px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #189d0e;
    z-index: 10; }
    @media (max-width: 999px) {
      .footer .item-whatsapp {
        width: 40px;
        height: 40px; } }
    .footer .item-whatsapp svg {
      width: 30px;
      height: 30px;
      fill: #fff; }
      @media (max-width: 999px) {
        .footer .item-whatsapp svg {
          width: 20px;
          height: 20px; } }
  .footer .item {
    margin-top: 24px; }
    @media (max-width: 999px) {
      .footer .item .logo {
        text-align: center; } }
    .footer .item .logo img {
      max-width: 200px; }
    .footer .item p {
      margin-top: 12px; }
      @media (max-width: 999px) {
        .footer .item p {
          text-align: center; } }
    .footer .item .title {
      font-size: 24px; }
      @media (max-width: 999px) {
        .footer .item .title {
          text-align: center; } }
    .footer .item .media {
      display: flex;
      align-items: center;
      margin-top: 12px; }
      @media (max-width: 999px) {
        .footer .item .media {
          justify-content: center; } }
      .footer .item .media b {
        white-space: nowrap;
        font-weight: 600; }
      .footer .item .media p,
      .footer .item .media a {
        display: block;
        color: #323a2a;
        margin: 0px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .footer .item .media a:hover {
        text-decoration: underline; }
    .footer .item .social {
      margin-top: 16px; }
      @media (max-width: 999px) {
        .footer .item .social {
          justify-content: center; } }
    .footer .item .navmenu {
      margin-top: 4px; }
      .footer .item .navmenu a {
        display: block;
        position: relative;
        color: #323a2a;
        text-transform: capitalize;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .footer .item .navmenu a:hover {
          text-decoration: underline; }
        @media (max-width: 999px) {
          .footer .item .navmenu a {
            text-align: center; } }
  .footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0px;
    border-top: 1px solid #323a2a;
    margin-top: 48px; }
    .footer .copyright p,
    .footer .copyright a {
      display: flex;
      align-items: center;
      color: #323a2a; }
    @media (max-width: 999px) {
      .footer .copyright {
        display: block;
        margin-top: 32px;
        text-align: center; }
        .footer .copyright p {
          justify-content: center; } }
    .footer .copyright img {
      max-width: 300px; }
      @media (max-width: 999px) {
        .footer .copyright img {
          margin-top: 12px; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  direction: ltr;
  text-align: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  color: #3B3B3B;
  font: normal 400 15px/28px "Poppins", sans-serif; }

body {
  background: #CEC7B3; }

::-webkit-scrollbar {
  width: 5px;
  height: 0px; }

::-webkit-scrollbar-track {
  background: #fff; }

::-webkit-scrollbar-thumb {
  background-color: #323a2a;
  cursor: pointer; }

.che-box {
  position: relative;
  cursor: pointer;
  padding-left: 22px;
  margin: 0px !important; }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    position: absolute;
    right: 9000px; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    content: ' ';
    border: 1px solid #CEC7B3;
    background: #e1ddd4;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 0px;
    border-radius: 2px; }
  .che-box input[type="radio"] + .label-text:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
  .che-box input[type="radio"]:checked + .label-text:before {
    background: #323a2a;
    box-shadow: inset 0 0 0px 4px #fff;
    border: 1px solid #323a2a; }
  .che-box input[type="checkbox"]:checked + .label-text:before {
    background: #323a2a url(../images/tick.svg) no-repeat center center;
    border: 1px solid #323a2a; }
  .che-box span.label-text {
    color: #323a2a;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

textarea.form-control {
  height: 160px;
  resize: none; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

section {
  position: relative;
  width: 100%;
  padding: 32px 0px; }
  @media (max-width: 999px) {
    section {
      padding: 12px 0px; } }

.title {
  position: relative;
  font-size: 34px;
  font-weight: 600;
  line-height: 150%;
  color: #323a2a;
  text-transform: capitalize;
  z-index: 1; }
  @media (max-width: 999px) {
    .title {
      font-size: 28px; } }

.bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  outline: none;
  outline-style: none;
  border: 0px;
  text-align: center;
  background: #323a2a;
  border-radius: 60px;
  font-weight: 500;
  white-space: nowrap;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 8px 32px; }
  @media (max-width: 999px) {
    .bottom {
      padding: 4px 20px; } }
  .bottom:hover {
    background: #CEC7B3;
    color: #323a2a; }
  .bottom:focus {
    outline: none;
    outline-style: none; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 12px;
  padding: 16px;
  border-radius: 4px;
  gap: 8px;
  height: 60px; }
  .alert p {
    color: #fff;
    text-transform: capitalize;
    margin: 0px !important; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

.mintitle .title,
.mintitle .text {
  text-align: center; }
.mintitle .logo {
  margin: 0px auto;
  max-width: 32%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px; }
  @media (max-width: 550px) {
    .mintitle .logo {
      max-width: 100%; } }
  .mintitle .logo::before, .mintitle .logo::after {
    content: "";
    flex: 1;
    height: 1px;
    border-bottom: 1px dotted #323a2a; }
  .mintitle .logo img {
    max-width: 36px; }

.form-control {
  height: 52px;
  text-transform: none;
  border: 1px solid #CEC7B3;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .form-control:focus, .form-control:hover, .form-control:focus-visible {
    border-color: #323a2a;
    outline: 0;
    outline-style: none;
    box-shadow: none; }

select.form-control {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) right 12px center no-repeat !important; }

.pagination {
  width: 100%;
  margin-top: 24px;
  justify-content: center;
  overflow: hidden;
  gap: 8px; }
  .pagination li {
    display: inline-block; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 4px !important;
      border-radius: 4px !important;
      background-clip: padding-box;
      min-width: 38px;
      height: 38px;
      border: 0px;
      background: #fff;
      text-transform: capitalize;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      color: #000; }
      .pagination li a:focus,
      .pagination li span:focus {
        box-shadow: none !important; }
    .pagination li:first-child a, .pagination li:last-child a {
      color: #323a2a; }
      .pagination li:first-child a svg, .pagination li:last-child a svg {
        max-width: 12px;
        height: 12px;
        fill: #323a2a; }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #323a2a !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.maplink {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px; }
  .maplink li {
    display: inline-block;
    color: #323a2a94;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .maplink li a {
      color: #323a2a;
      position: relative;
      padding-inline-end: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      text-transform: capitalize; }
      .maplink li a:hover {
        text-decoration: underline; }
      .maplink li a:before {
        position: absolute;
        top: -3px;
        right: 0px;
        content: "/";
        display: inline-block;
        color: #323a2a; }

.map-back {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #323a2a url(../images/bglogo2.png) no-repeat right bottom; }
  @media (max-width: 999px) {
    .map-back {
      min-height: 100px; } }
  .map-back .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    z-index: 10; }
  .map-back .title {
    color: #fff;
    font-weight: 400; }
    @media (max-width: 999px) {
      .map-back .title {
        text-align: center; } }
  .map-back p {
    margin-top: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 400; }
  .map-back .bottom {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    gap: 4px;
    padding: 4px 12px; }

.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px; }
  .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #323a2a;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .social a svg {
      fill: #fff;
      width: 18px;
      height: 18px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .social a.icon-twitter path {
      fill: #fff !important; }
    .social a.icon-facebook:hover {
      background: #3b5998; }
    .social a.icon-twitter:hover {
      background: #00acee; }
    .social a.icon-instagram:hover {
      background: #8d5b46; }
    .social a.icon-youtube:hover {
      background: #c4302b; }
    .social a.icon-rss:hover {
      background: #ee802f; }
    .social a.icon-linkedin:hover {
      background: #007fb1; }
    .social a.icon-gplus:hover {
      background: #dd4b39; }
    .social a.icon-whatsapp:hover {
      background: #189d0e; }
    .social a.icon-snapchat:hover {
      background: #e2df01; }
    .social a.icon-telegram:hover {
      background: #32afed; }
    .social a.icon-tiktok:hover {
      background: #000; }

.social-shear {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px; }
  .social-shear a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    transform: rotate(0);
    border-radius: 8px;
    text-transform: capitalize; }
    .social-shear a:before {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      transform: scale(0);
      background: #CEC7B3;
      transform-origin: center;
      transform-style: preserve-3d;
      transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
      z-index: -1; }
    @media (max-width: 767px) {
      .social-shear a span {
        display: none; } }
    .social-shear a svg {
      fill: #fff;
      width: 16px;
      height: 16px; }
    .social-shear a.icon-facebook {
      background: #3b5998; }
      .social-shear a.icon-facebook:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-facebook:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-facebook:hover svg, .social-shear a.icon-facebook:hover.icon-twitter path {
          fill: #3b5998 !important; }
      .social-shear a.icon-facebook.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-twitter {
      background: #00acee; }
      .social-shear a.icon-twitter:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-twitter:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-twitter:hover svg, .social-shear a.icon-twitter:hover.icon-twitter path {
          fill: #00acee !important; }
      .social-shear a.icon-twitter.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-instagram {
      background: #8d5b46; }
      .social-shear a.icon-instagram:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-instagram:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-instagram:hover svg, .social-shear a.icon-instagram:hover.icon-twitter path {
          fill: #8d5b46 !important; }
      .social-shear a.icon-instagram.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-youtube {
      background: #c4302b; }
      .social-shear a.icon-youtube:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-youtube:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-youtube:hover svg, .social-shear a.icon-youtube:hover.icon-twitter path {
          fill: #c4302b !important; }
      .social-shear a.icon-youtube.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-rss {
      background: #ee802f; }
      .social-shear a.icon-rss:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-rss:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-rss:hover svg, .social-shear a.icon-rss:hover.icon-twitter path {
          fill: #ee802f !important; }
      .social-shear a.icon-rss.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-linkedin {
      background: #007fb1; }
      .social-shear a.icon-linkedin:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-linkedin:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-linkedin:hover svg, .social-shear a.icon-linkedin:hover.icon-twitter path {
          fill: #007fb1 !important; }
      .social-shear a.icon-linkedin.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-gplus {
      background: #dd4b39; }
      .social-shear a.icon-gplus:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-gplus:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-gplus:hover svg, .social-shear a.icon-gplus:hover.icon-twitter path {
          fill: #dd4b39 !important; }
      .social-shear a.icon-gplus.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-whatsapp {
      background: #189d0e; }
      .social-shear a.icon-whatsapp:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-whatsapp:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-whatsapp:hover svg, .social-shear a.icon-whatsapp:hover.icon-twitter path {
          fill: #189d0e !important; }
      .social-shear a.icon-whatsapp.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-snapchat {
      background: #e2df01; }
      .social-shear a.icon-snapchat:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-snapchat:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-snapchat:hover svg, .social-shear a.icon-snapchat:hover.icon-twitter path {
          fill: #e2df01 !important; }
      .social-shear a.icon-snapchat.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-telegram {
      background: #32afed; }
      .social-shear a.icon-telegram:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-telegram:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-telegram:hover svg, .social-shear a.icon-telegram:hover.icon-twitter path {
          fill: #32afed !important; }
      .social-shear a.icon-telegram.icon-twitter path {
        fill: #fff !important; }
    .social-shear a.icon-tiktok {
      background: #000; }
      .social-shear a.icon-tiktok:hover {
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .social-shear a.icon-tiktok:hover::before {
          transform: scaleX(1); }
        .social-shear a.icon-tiktok:hover svg, .social-shear a.icon-tiktok:hover.icon-twitter path {
          fill: #000 !important; }
      .social-shear a.icon-tiktok.icon-twitter path {
        fill: #fff !important; }

.slider-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 40px;
  height: 100%;
  margin: 0px auto;
  z-index: 10; }
  .slider-loader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #CEC7B3;
    border-top: 4px solid #323a2a;
    border-radius: 50%;
    animation: spin 1s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.slick-loading {
  visibility: hidden; }

.slick-loaded {
  visibility: visible;
  transition: visibility 0s 0s, opacity 0.3s ease; }

/*# sourceMappingURL=home.css.map */
