.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; }
  .header.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    -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; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .burger {
    position: absolute;
    left: 162px;
    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-actions {
    position: relative;
    z-index: 2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* End NavMenu */ }
    @media (max-width: 999px) {
      .header .site-actions {
        padding: 16px 0px; } }
    .header .site-actions .logo img {
      max-width: 198px; }
      @media (max-width: 999px) {
        .header .site-actions .logo img {
          max-width: 135px; } }
    .header .site-actions .actions {
      display: flex;
      align-items: center;
      gap: 12px; }
      .header .site-actions .actions .searchicon {
        cursor: pointer; }
        .header .site-actions .actions .searchicon svg {
          width: 22px; }
      .header .site-actions .actions .language {
        position: relative;
        display: flex;
        align-items: center; }
        @media (max-width: 999px) {
          .header .site-actions .actions .language {
            display: none; } }
        .header .site-actions .actions .language .sublanguage {
          display: flex;
          align-items: center;
          gap: 4px;
          color: #000;
          cursor: pointer; }
          .header .site-actions .actions .language .sublanguage svg {
            min-width: 14px;
            max-width: 14px;
            height: 10px;
            fill: #000; }
          .header .site-actions .actions .language .sublanguage svg.lan-icon {
            min-width: 24px;
            max-width: 24px;
            height: 24px; }
        .header .site-actions .actions .language .showboxlanguage {
          display: none;
          position: absolute;
          top: 54px;
          left: 0px;
          width: 140px;
          background: #fff;
          padding: 12px;
          -webkit-box-shadow: 2px 2px 20px #00000017;
          -moz-box-shadow: 2px 2px 20px #00000017;
          -o-box-shadow: 2px 2px 20px #00000017;
          -ms-box-shadow: 2px 2px 20px #00000017;
          box-shadow: 2px 2px 20px #00000017;
          z-index: 1000; }
          .header .site-actions .actions .language .showboxlanguage a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            -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; }
            .header .site-actions .actions .language .showboxlanguage a svg {
              width: 12px;
              height: 12px;
              fill: #891F29;
              opacity: 0; }
            .header .site-actions .actions .language .showboxlanguage a:hover, .header .site-actions .actions .language .showboxlanguage a.active {
              color: #891F29; }
            .header .site-actions .actions .language .showboxlanguage a.active svg {
              opacity: 1; }
      .header .site-actions .actions .user {
        display: flex;
        align-items: center;
        gap: 12px; }
        .header .site-actions .actions .user svg {
          width: 26px; }
        .header .site-actions .actions .user img {
          min-width: 26px;
          max-width: 26px;
          height: 26px;
          background: #F3F4F6;
          border-radius: 50%; }
        .header .site-actions .actions .user p {
          max-width: 92px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          color: #000; }
          @media (max-width: 999px) {
            .header .site-actions .actions .user p {
              display: none; } }
      @media (max-width: 999px) {
        .header .site-actions .actions .bottom {
          display: none; } }
    .header .site-actions .showboxsearch {
      display: none;
      position: absolute;
      top: 0px;
      left: 12px;
      width: calc(100% - 24px);
      height: 100%;
      z-index: 100; }
      .header .site-actions .showboxsearch .formsearch {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0px; }
      .header .site-actions .showboxsearch .form-control {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        border: 0px;
        box-shadow: none;
        outline: none;
        background: #fff;
        text-transform: none;
        padding: 0px;
        padding-inline-end: 70px; }
      .header .site-actions .showboxsearch .btnsearch {
        position: absolute;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        background: none;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #891F29;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        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; }
        .header .site-actions .showboxsearch .btnsearch:hover {
          background: #000; }
        .header .site-actions .showboxsearch .btnsearch svg {
          width: 18px;
          height: 18px;
          fill: #fff; }
      .header .site-actions .showboxsearch .cancel {
        position: absolute;
        right: 44px;
        z-index: 2;
        cursor: pointer; }
        .header .site-actions .showboxsearch .cancel svg {
          width: 22px;
          fill: #BD3C2F; }
    .header .site-actions .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      padding: 0px; }
      .header .site-actions .navbar .logo {
        display: none;
        position: absolute;
        top: 12px;
        left: 12px; }
        @media screen and (max-width: 999px) {
          .header .site-actions .navbar .logo {
            display: block; } }
        .header .site-actions .navbar .logo img {
          max-width: 135px; }
      .header .site-actions .navbar .language {
        display: none; }
        @media (max-width: 999px) {
          .header .site-actions .navbar .language {
            display: block;
            padding: 12px 0px;
            border: 0px; }
            .header .site-actions .navbar .language .showboxlanguage {
              position: relative;
              top: auto;
              margin-top: 12px;
              width: 100%;
              box-shadow: none;
              background: #F3F4F6;
              padding: 12px; }
              .header .site-actions .navbar .language .showboxlanguage a {
                display: flex;
                justify-content: space-between;
                align-items: center;
                -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; }
                .header .site-actions .navbar .language .showboxlanguage a svg {
                  width: 12px;
                  height: 12px;
                  fill: #891F29;
                  opacity: 0; }
                .header .site-actions .navbar .language .showboxlanguage a:hover, .header .site-actions .navbar .language .showboxlanguage a.active {
                  color: #891F29; }
                .header .site-actions .navbar .language .showboxlanguage a.active svg {
                  opacity: 1; }
            .header .site-actions .navbar .language svg {
              min-width: 14px;
              max-width: 14px;
              height: 10px;
              fill: #000; }
            .header .site-actions .navbar .language svg.lan-icon {
              min-width: 24px;
              max-width: 24px;
              height: 24px; } }
      .header .site-actions .navbar .cancel {
        display: none;
        position: absolute;
        top: 18px;
        right: 12px;
        z-index: 10; }
        .header .site-actions .navbar .cancel svg {
          width: 16px;
          height: 16px;
          fill: #BD3C2F; }
      @media screen and (max-width: 999px) {
        .header .site-actions .navbar {
          position: fixed;
          top: 0px;
          left: -100%;
          width: 290px;
          height: 100%;
          z-index: 10;
          overflow: hidden;
          overflow-y: auto;
          visibility: hidden;
          background: #fff;
          padding: 0px 12px;
          transition: all 0.5s ease; }
          .header .site-actions .navbar.active {
            left: 0px;
            opacity: 1;
            visibility: visible;
            display: block; }
          .header .site-actions .navbar .cancel {
            display: block; } }
      .header .site-actions .navbar .bottom {
        display: none; }
        @media (max-width: 999px) {
          .header .site-actions .navbar .bottom {
            display: flex;
            width: 100%; } }
    .header .site-actions .menu {
      display: flex;
      align-items: center;
      gap: 32px; }
      .header .site-actions .menu-item {
        position: relative; }
        @media (max-width: 999px) {
          .header .site-actions .menu-item {
            border-bottom: 1px solid #F3F4F6; } }
      .header .site-actions .menu-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 90px;
        cursor: pointer;
        color: #000;
        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; }
        @media (max-width: 999px) {
          .header .site-actions .menu-link {
            height: auto;
            padding: 8px 0px; } }
        .header .site-actions .menu-link::after {
          content: "";
          position: absolute;
          left: 0px;
          top: 56px;
          width: 0px;
          height: 3px;
          border-radius: 4px;
          background: #891F29;
          -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 .site-actions .menu-link::after {
              display: none; } }
        .header .site-actions .menu-link svg {
          width: 14px;
          height: 14px;
          fill: #000; }
          @media only screen and (max-width: 999px) {
            .header .site-actions .menu-link svg {
              z-index: -1; } }
      @media only screen and (min-width: 999px) {
        .header .site-actions .menu-dropdown:hover > .submenu {
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
          z-index: 100; } }
      @media only screen and (max-width: 999px) {
        .header .site-actions .menu {
          display: block;
          width: 100%;
          margin-top: 114px; }
          .header .site-actions .menu-link {
            justify-content: space-between; } }
      .header .site-actions .menu .activelink .menu-link,
      .header .site-actions .menu .menu-item:hover .menu-link {
        color: #891F29; }
        .header .site-actions .menu .activelink .menu-link::after,
        .header .site-actions .menu .menu-item:hover .menu-link::after {
          width: 100%; }
      @media only screen and (max-width: 999px) {
        .header .site-actions .menu .activelink .submenu {
          opacity: 1;
          visibility: visible;
          transform: none; } }
    .header .site-actions .submenu {
      position: absolute;
      top: 100%;
      left: 0px;
      width: 180px;
      height: auto;
      visibility: hidden;
      transform: translateY(1rem);
      background: #fff;
      box-shadow: 2px 2px 20px #00000017;
      transition: all 0.5s ease-in-out;
      overflow: hidden;
      padding: 12px; }
      @media only screen and (max-width: 999px) {
        .header .site-actions .submenu {
          display: block;
          position: relative;
          max-height: 0px;
          outline: none;
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);
          box-shadow: none;
          padding: 0px;
          background: #F3F4F6;
          width: 100%; } }
      .header .site-actions .submenu a {
        display: block;
        -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;
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 8px; }
        @media only screen and (max-width: 999px) {
          .header .site-actions .submenu a {
            padding: 4px 12px; } }
        .header .site-actions .submenu a:last-child {
          border-bottom: 0px;
          padding-bottom: 0px; }
          @media only screen and (max-width: 999px) {
            .header .site-actions .submenu a:last-child {
              padding-bottom: 4px; } }
        .header .site-actions .submenu a:hover {
          color: #891F29; }
    .header .site-actions .overlay {
      position: fixed;
      inset: 0px;
      height: 100%;
      width: 100%;
      z-index: 9;
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.65); }
      @media only screen and (max-width: 999px) {
        .header .site-actions .overlay.active {
          display: block;
          opacity: 1;
          visibility: visible; } }

.bartext {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background: #000;
  padding: 12px; }
  .bartext p,
  .bartext a {
    color: #fff; }
  .bartext a {
    display: flex;
    align-items: center;
    gap: 4px; }
    .bartext a:hover {
      text-decoration: underline; }

.slider {
  padding: 0px !important; }
  .slider .sliderproducts {
    position: relative;
    direction: ltr;
    margin-top: 16px; }
    .slider .sliderproducts .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -8px; }
      .slider .sliderproducts .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .slider .sliderproducts .slick-list .slick-track:after, .slider .sliderproducts .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .slider .sliderproducts .slick-prev,
    .slider .sliderproducts .slick-next {
      position: absolute;
      top: -56px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: #fff;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      -webkit-box-shadow: 0px 0px 20px #00000012;
      -moz-box-shadow: 0px 0px 20px #00000012;
      -o-box-shadow: 0px 0px 20px #00000012;
      -ms-box-shadow: 0px 0px 20px #00000012;
      box-shadow: 0px 0px 20px #00000012;
      -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: 1199px) {
        .slider .sliderproducts .slick-prev,
        .slider .sliderproducts .slick-next {
          display: none !important; } }
      .slider .sliderproducts .slick-prev svg,
      .slider .sliderproducts .slick-next svg {
        width: 16px;
        height: 16px;
        fill: #891F29;
        -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 .sliderproducts .slick-prev:hover,
      .slider .sliderproducts .slick-next:hover {
        background: #891F29; }
        .slider .sliderproducts .slick-prev:hover svg,
        .slider .sliderproducts .slick-next:hover svg {
          fill: #fff; }
    .slider .sliderproducts .slick-next {
      right: 0px; }
    .slider .sliderproducts .slick-prev {
      right: 44px; }
    .slider .sliderproducts .slick-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 16px; }
      .slider .sliderproducts .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        width: 14px;
        height: 4px;
        border-radius: 5px; }
        .slider .sliderproducts .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 100%;
          height: 100%;
          border: 0px;
          outline: none;
          background: #FFDCE8;
          padding: 0px; }
      .slider .sliderproducts .slick-dots li.slick-active {
        background: #891F29; }
        .slider .sliderproducts .slick-dots li.slick-active button {
          background: none; }
  .slider .slick-prev,
  .slider .slick-next {
    display: none !important; }
  .slider .item {
    vertical-align: top;
    display: inline-block;
    margin: 0px 8px;
    background: #fff; }
    .slider .item .photo {
      display: block;
      position: relative;
      background: #F3F4F6;
      width: 100%;
      height: 72vh;
      border-radius: 12px;
      overflow: hidden; }
      @media (max-width: 999px) {
        .slider .item .photo {
          height: 60vh; } }
      .slider .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .slider .item .contant {
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      position: absolute;
      bottom: 0px;
      width: 100%;
      padding: 24px;
      -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 .contant .tag {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #000;
        text-transform: uppercase; }
        .slider .item .contant .tag .line {
          width: 50px;
          height: 2px;
          background: #891F29; }
      .slider .item .contant .title {
        font-size: 60px; }
        @media (max-width: 999px) {
          .slider .item .contant .title {
            font-size: 34px; } }
      .slider .item .contant .bottom {
        background: #000; }
        .slider .item .contant .bottom:hover {
          background: #891F29; }
    .slider .item .sale {
      opacity: 0;
      display: flex;
      align-items: center;
      gap: 4px;
      position: absolute;
      right: -50px;
      top: 114px;
      color: #000;
      text-transform: uppercase;
      rotate: -90deg;
      -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 .sale {
          display: none; } }
      .slider .item .sale .line {
        width: 100px;
        height: 2px;
        background: #891F29; }
    .slider .item.slick-active .contant,
    .slider .item.slick-active .sale {
      opacity: 1; }

.fashion-item .nav-tabs {
  border: 0px;
  gap: 24px;
  margin-top: 16px;
  flex-wrap: inherit;
  overflow: hidden;
  overflow-x: scroll; }
  @media only screen and (max-width: 999px) {
    .fashion-item .nav-tabs {
      gap: 16px; } }
  .fashion-item .nav-tabs .nav-link {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    color: #000;
    cursor: pointer;
    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.nav-link.active,
  .fashion-item .nav-tabs a.nav-link:hover {
    color: #891F29 !important; }
.fashion-item .fashion-slider {
  position: relative;
  direction: ltr;
  margin-top: 24px; }
  .fashion-item .fashion-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px; }
    .fashion-item .fashion-slider .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .fashion-item .fashion-slider .slick-list .slick-track:after, .fashion-item .fashion-slider .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .fashion-item .fashion-slider .slick-prev,
  .fashion-item .fashion-slider .slick-next {
    position: absolute;
    top: -56px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px #00000012;
    -moz-box-shadow: 0px 0px 20px #00000012;
    -o-box-shadow: 0px 0px 20px #00000012;
    -ms-box-shadow: 0px 0px 20px #00000012;
    box-shadow: 0px 0px 20px #00000012;
    -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: 1199px) {
      .fashion-item .fashion-slider .slick-prev,
      .fashion-item .fashion-slider .slick-next {
        display: none !important; } }
    .fashion-item .fashion-slider .slick-prev svg,
    .fashion-item .fashion-slider .slick-next svg {
      width: 16px;
      height: 16px;
      fill: #891F29;
      -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 .fashion-slider .slick-prev:hover,
    .fashion-item .fashion-slider .slick-next:hover {
      background: #891F29; }
      .fashion-item .fashion-slider .slick-prev:hover svg,
      .fashion-item .fashion-slider .slick-next:hover svg {
        fill: #fff; }
  .fashion-item .fashion-slider .slick-next {
    right: 0px; }
  .fashion-item .fashion-slider .slick-prev {
    right: 44px; }
  .fashion-item .fashion-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px; }
    .fashion-item .fashion-slider .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 2px;
      padding: 0px;
      cursor: pointer;
      width: 14px;
      height: 4px;
      border-radius: 5px; }
      .fashion-item .fashion-slider .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 100%;
        height: 100%;
        border: 0px;
        outline: none;
        background: #FFDCE8;
        padding: 0px; }
    .fashion-item .fashion-slider .slick-dots li.slick-active {
      background: #891F29; }
      .fashion-item .fashion-slider .slick-dots li.slick-active button {
        background: none; }
.fashion-item .slick-dots {
  display: none !important; }
.fashion-item .rowbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px; }
  @media (max-width: 999px) {
    .fashion-item .rowbox {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 550px) {
    .fashion-item .rowbox {
      grid-template-columns: repeat(1, 1fr); } }
  .fashion-item .rowbox .product-card {
    margin: 0px; }

.filters {
  border-block: 1px solid #dee2e6;
  padding: 16px 0px;
  margin-top: 24px;
  /* Chrome / Safari */
  /* Firefox */
  /* Track fill for Firefox */ }
  @media (max-width: 999px) {
    .filters {
      display: none; } }
  .filters .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px; }
    @media (max-width: 999px) {
      .filters .inner {
        grid-template-columns: repeat(1, 1fr); } }
  .filters .multi-select-container,
  .filters .price-select-container {
    position: relative; }
  .filters .select-box {
    position: relative;
    border: 1px solid #dee2e6;
    padding: .375rem .75rem;
    cursor: pointer;
    border-radius: 0.375rem;
    background: #fff;
    min-height: 52px;
    z-index: 11; }
    .filters .select-box:after {
      content: "";
      position: absolute;
      top: 20px;
      right: 12px;
      width: 12px;
      height: 9px;
      background: url(../images/arrow.svg) no-repeat; }
    .filters .select-box .placeholdertext {
      display: block;
      margin-top: 4px; }
  .filters .tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; }
  .filters .tag {
    background: #891F29;
    color: #fff;
    padding: 0px 16px;
    border-radius: 60px;
    display: flex;
    align-items: center; }
    .filters .tag span {
      margin-inline-start: 4px;
      cursor: pointer;
      font-weight: bold; }
  .filters .options-container,
  .filters .slider-container {
    display: none;
    border: 1px solid #dee2e6;
    border-top: none;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 12px;
    z-index: 10;
    margin-top: -6px;
    border-radius: 0px 0px 0.375rem 0.375rem; }
    @media (max-width: 999px) {
      .filters .options-container,
      .filters .slider-container {
        z-index: 12; } }
    .filters .options-container label,
    .filters .slider-container label {
      width: 100%;
      margin-bottom: 8px !important; }
      .filters .options-container label:hover span,
      .filters .slider-container label:hover span {
        color: #891F29; }
  .filters .clear-all,
  .filters .reset-btn {
    display: block;
    width: 100%;
    color: #891F29;
    border: none;
    cursor: pointer;
    text-align: center;
    background: none;
    padding: 0px;
    text-decoration: underline; }
    .filters .clear-all:hover,
    .filters .reset-btn:hover {
      text-decoration: none; }
  .filters .price-select-container .select-box {
    display: flex;
    align-items: center;
    gap: 8px; }
  .filters .slider-labels {
    display: flex;
    justify-content: space-between; }
  .filters input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #891F29;
    outline: none; }
  .filters input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #891F29;
    border: 2px solid #fff;
    margin-top: -2px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .filters input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #891F29;
    border: 2px solid #fff;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .filters input[type=range]::-moz-range-track {
    height: 8px;
    border-radius: 5px;
    background: #891F29; }

.toggleFilters {
  display: none;
  margin: 8px auto 0px auto;
  background: #891F29;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  padding: 8px 24px;
  max-width: 180px; }
  @media (max-width: 999px) {
    .toggleFilters {
      display: block; } }

.product-card {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0px 8px;
  background: #fff; }
  .product-card:hover .bottom {
    bottom: 20px; }
  .product-card:hover .photo img {
    transition-duration: 0.5s;
    transform: scale3d(1.1, 1.1, 1) translate3d(4%, 0, 0); }
  .product-card .des {
    position: absolute;
    left: 0px;
    top: 16px;
    background: #891F29;
    color: #fff;
    border-end-end-radius: 8px;
    border-start-end-radius: 8px;
    padding: 0px 8px; }
  .product-card .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 340px;
    border-radius: 12px;
    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 .tag {
    display: block;
    text-align: center;
    color: #7D7D7D;
    margin-top: 12px; }
  .product-card .title {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 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-card .title:hover {
      color: #891F29; }
  .product-card .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 8px; }
    .product-card .price span.new {
      color: #891F29; }
    .product-card .price span.old {
      color: #7D7D7D;
      text-decoration: line-through; }
  .product-card .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    bottom: -100%;
    left: 0px;
    background: #000;
    margin: 0px auto;
    max-width: 180px;
    -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 .bottom {
        bottom: 20px; } }
    .product-card .bottom:hover {
      background: #891F29; }

.collections-item .rowbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px; }
  @media (max-width: 999px) {
    .collections-item .rowbox {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 550px) {
    .collections-item .rowbox {
      grid-template-columns: repeat(1, 1fr); } }
.collections-item .product-card {
  margin: 0px; }
  .collections-item .product-card .photo {
    height: 260px; }
    @media (max-width: 999px) {
      .collections-item .product-card .photo {
        height: 240px; } }
  .collections-item .product-card .tag {
    margin-top: 4px; }
  .collections-item .product-card .title {
    margin-top: 12px; }

.choose-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0px !important; }
  @media (max-width: 999px) {
    .choose-item {
      grid-template-columns: repeat(1, 1fr); } }
  .choose-item .photo {
    position: relative;
    display: block;
    height: 600px;
    overflow: hidden; }
    @media (max-width: 999px) {
      .choose-item .photo {
        display: none; } }
    .choose-item .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .choose-item .contant {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCE3E9;
    padding: 24px; }
    @media (max-width: 767px) {
      .choose-item .contant {
        padding: 0px; } }
    .choose-item .contant .inner {
      position: relative;
      border-block: 4px solid #891F29;
      padding: 24px;
      text-align: center; }
      .choose-item .contant .inner i {
        position: absolute;
        width: 4px;
        height: 60px;
        background: #891F29; }
      .choose-item .contant .inner .to-r {
        right: 0px;
        top: 0px; }
      .choose-item .contant .inner .to-l {
        left: 0px;
        top: 0px; }
      .choose-item .contant .inner .to-br {
        right: 0px;
        bottom: 0px; }
      .choose-item .contant .inner .to-bl {
        left: 0px;
        bottom: 0px; }
      .choose-item .contant .inner .title {
        text-align: center;
        font-size: 44px; }
        @media (max-width: 999px) {
          .choose-item .contant .inner .title {
            font-size: 34px; } }
      .choose-item .contant .inner p,
      .choose-item .contant .inner .bottom {
        text-align: center;
        margin-top: 12px; }

.customer-reviews {
  background: #fef5f5 url(../images/testimonial-bg.png) no-repeat center center/cover; }
  .customer-reviews .subitem {
    overflow: hidden;
    margin-top: 24px; }
  .customer-reviews .slider-customer {
    position: relative;
    direction: ltr; }
    .customer-reviews .slider-customer .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -8px; }
      .customer-reviews .slider-customer .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .customer-reviews .slider-customer .slick-list .slick-track:after, .customer-reviews .slider-customer .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .customer-reviews .slider-customer .slick-prev,
    .customer-reviews .slider-customer .slick-next {
      position: absolute;
      top: -56px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: #fff;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      -webkit-box-shadow: 0px 0px 20px #00000012;
      -moz-box-shadow: 0px 0px 20px #00000012;
      -o-box-shadow: 0px 0px 20px #00000012;
      -ms-box-shadow: 0px 0px 20px #00000012;
      box-shadow: 0px 0px 20px #00000012;
      -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: 1199px) {
        .customer-reviews .slider-customer .slick-prev,
        .customer-reviews .slider-customer .slick-next {
          display: none !important; } }
      .customer-reviews .slider-customer .slick-prev svg,
      .customer-reviews .slider-customer .slick-next svg {
        width: 16px;
        height: 16px;
        fill: #891F29;
        -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; }
      .customer-reviews .slider-customer .slick-prev:hover,
      .customer-reviews .slider-customer .slick-next:hover {
        background: #891F29; }
        .customer-reviews .slider-customer .slick-prev:hover svg,
        .customer-reviews .slider-customer .slick-next:hover svg {
          fill: #fff; }
    .customer-reviews .slider-customer .slick-next {
      right: 0px; }
    .customer-reviews .slider-customer .slick-prev {
      right: 44px; }
    .customer-reviews .slider-customer .slick-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 16px; }
      .customer-reviews .slider-customer .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        width: 14px;
        height: 4px;
        border-radius: 5px; }
        .customer-reviews .slider-customer .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 100%;
          height: 100%;
          border: 0px;
          outline: none;
          background: #FFDCE8;
          padding: 0px; }
      .customer-reviews .slider-customer .slick-dots li.slick-active {
        background: #891F29; }
        .customer-reviews .slider-customer .slick-dots li.slick-active button {
          background: none; }
    .customer-reviews .slider-customer:hover .slick-prev,
    .customer-reviews .slider-customer:hover .slick-next {
      opacity: 1; }
    .customer-reviews .slider-customer .slick-prev,
    .customer-reviews .slider-customer .slick-next {
      top: 50%;
      margin-top: -17px;
      opacity: 0; }
      @media (max-width: 999px) {
        .customer-reviews .slider-customer .slick-prev,
        .customer-reviews .slider-customer .slick-next {
          display: none !important; } }
    .customer-reviews .slider-customer .slick-prev {
      right: auto;
      left: 0px; }
    .customer-reviews .slider-customer .item {
      position: relative;
      display: inline-block;
      margin: 0px 8px;
      background: #fff;
      padding: 24px;
      border-radius: 12px; }
      .customer-reviews .slider-customer .item .photo {
        margin: 0px auto;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #F3F4F6;
        -webkit-box-shadow: 0px 0px 20px #00000012;
        -moz-box-shadow: 0px 0px 20px #00000012;
        -o-box-shadow: 0px 0px 20px #00000012;
        -ms-box-shadow: 0px 0px 20px #00000012;
        box-shadow: 0px 0px 20px #00000012;
        border: 2px solid #fff;
        overflow: hidden; }
        .customer-reviews .slider-customer .item .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .customer-reviews .slider-customer .item .coma {
        position: absolute;
        right: 24px;
        top: 24px; }
        .customer-reviews .slider-customer .item .coma img {
          max-width: 36px;
          max-height: 36px; }
      .customer-reviews .slider-customer .item .title {
        font-size: 20px;
        margin-top: 8px; }
      .customer-reviews .slider-customer .item .position {
        display: block;
        text-align: center;
        color: #7D7D7D;
        margin-top: 8px; }
      .customer-reviews .slider-customer .item p {
        margin-top: 8px;
        text-align: center; }

.experience .rowbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px; }
  @media (max-width: 999px) {
    .experience .rowbox {
      margin-top: 12px; } }
.experience .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer; }
  @media (max-width: 999px) {
    .experience .item {
      height: 200px; } }
  @media (max-width: 767px) {
    .experience .item {
      height: 180px; } }
  .experience .item:hover .iconplay {
    background: #891F29; }
  .experience .item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .experience .item .iconplay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #00000069;
    width: 76px;
    height: 50px;
    border-radius: 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) {
      .experience .item .iconplay {
        width: 54px;
        height: 44px; } }
    .experience .item .iconplay svg {
      width: 26px;
      height: 26px; }
      @media (max-width: 999px) {
        .experience .item .iconplay svg {
          width: 18px;
          height: 18px; } }

.video-popup {
  display: none;
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  padding: 12px;
  z-index: 9999; }
  .video-popup .popup-content {
    position: relative;
    width: 800px;
    padding: 20px;
    border-radius: 10px;
    background: #000;
    margin: 0px auto; }
    @media (max-width: 999px) {
      .video-popup .popup-content {
        width: 100%; } }
    .video-popup .popup-content video {
      width: 100%;
      height: 70vh; }
    .video-popup .popup-content .close-btn {
      position: absolute;
      top: 12px;
      right: 12px;
      font-size: 40px;
      color: #fff;
      cursor: pointer;
      z-index: 10; }

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

.quantity-box {
  display: flex; }
  .quantity-box .qty-btn {
    background: #ebebeb;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    color: #891F29;
    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: #891F29;
      color: white; }
  .quantity-box input.qty {
    width: 50px;
    height: 30px;
    text-align: center;
    border: none;
    font-size: 26px;
    outline: none; }

.product-details {
  overflow: hidden; }
  .product-details .rowbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    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: 388px;
      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: #F3F4F6;
      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: #891F29; }
        .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: 147px;
        height: 128px;
        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: #891F29; }
    .product-details .gallery .thumb-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #F3F4F6;
      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: #891F29; }
        .product-details .gallery .thumb-arrow:hover svg {
          fill: #fff; }
  .product-details .item .des {
    background: #891F29;
    color: #fff;
    border-radius: 60px;
    padding: 2px 12px; }
  .product-details .item .title {
    font-size: 32px;
    margin-top: 16px; }
  .product-details .item .price {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 16px; }
    .product-details .item .price span {
      font-size: 22px; }
      .product-details .item .price span.new {
        color: #891F29; }
      .product-details .item .price span.old {
        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; }
  .product-details .item .stock.in-stock {
    color: #00bb4c; }
  .product-details .item .stock.out-of-stock {
    color: #d9534f; }
  .product-details .product-description {
    padding-top: 20px;
    border-top: 1px solid #eee; }
  .product-details .product-description .description-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px; }
  .product-details .product-description .description-content {
    font-size: 15px;
    line-height: 1.7;
    color: #333; }
  .product-details .product-description .description-content p {
    margin-bottom: 10px; }
  .product-details .product-description .description-content ul,
  .product-details .product-description .description-content ol {
    margin: 10px 0;
    padding-left: 1.5em; }
  .product-details .product-description .description-content li {
    margin-bottom: 4px; }
  .product-details .item .quantity {
    margin-top: 24px; }
  .product-details .item .bottoms {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px; }
  .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: #891F29; }
      .product-details .item .share .social a.icon-twitter path {
        fill: #891F29 !important; }

.checkouts {
  min-height: 100vh; }
  .checkouts::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #fef5f5 url(../images/testimonial-bg.png) no-repeat center center/cover; }
    @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 {
    padding: 0px 64px; }
    @media (max-width: 999px) {
      .checkouts .item {
        top: auto;
        order: -1;
        padding: 16px;
        background: #fef5f5;
        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: #891F29; }
      .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 .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: 24px;
        font-weight: 600;
        color: #891F29; }
  .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 #891F29;
        min-width: 58px;
        max-width: 58px;
        height: 58px; }
        .checkouts .onitem .minhead .icon svg {
          width: 34px;
          height: 34px;
          fill: #891F29; }
      .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 .row {
      margin-left: -8px;
      margin-right: -8px; }
    .checkouts .onitem .field {
      padding: 0px 8px;
      margin-top: 16px; }
  .checkouts .confirmed {
    padding: 16px;
    background: #fef5f5;
    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 dotted #891F29;
      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; }

.contacts .container {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 24px; }
  @media (max-width: 999px) {
    .contacts .container {
      grid-template-columns: 1fr;
      gap: 12px; } }
.contacts .title {
  font-size: 36px; }
  @media (max-width: 999px) {
    .contacts .title {
      font-size: 30px; } }
.contacts .item {
  background: #fef5f5 url(../images/testimonial-bg.png) no-repeat center center/cover;
  border-radius: 12px;
  padding: 24px; }
  .contacts .item .list {
    margin-top: 16px;
    border-top: 1px dotted #891F29; }
    .contacts .item .list li {
      display: flex;
      gap: 12px;
      margin-top: 24px; }
      .contacts .item .list li .icon svg {
        width: 20px;
        height: 20px; }
      .contacts .item .list li p {
        margin: 0px; }
      .contacts .item .list li a:hover {
        text-decoration: underline; }
.contacts .itemform {
  background: #fff; }
  .contacts .itemform .field {
    margin-top: 16px; }
  .contacts .itemform .bottom {
    width: auto; }

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

.about-page .rowbox {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px; }
  @media (max-width: 999px) {
    .about-page .rowbox {
      grid-template-columns: 1fr;
      gap: 12px; } }
.about-page .photo {
  width: 100%;
  height: 422px;
  border-radius: 12px;
  background: #F3F4F6;
  overflow: hidden; }
  @media (max-width: 999px) {
    .about-page .photo {
      height: 260px; } }
  .about-page .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.about-page p {
  margin-top: 8px; }
.about-page .numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .about-page .numbers .innernumber {
    margin-top: 24px; }
    .about-page .numbers .innernumber .title {
      color: #891F29; }
    .about-page .numbers .innernumber p {
      margin-top: 4px;
      color: #000; }

.steps {
  background: #000;
  overflow: hidden; }
  .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; }

.faq {
  background: #fef5f5; }
  .faq .title {
    font-size: 36px; }
  .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: #891F29;
        font-size: 24px;
        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: #891F29;
          background: #F3F4F6;
          border-radius: 50%;
          transition: transform 0.3s ease; }
        .faq .accordion .accordion-item .accordion-header.active {
          background: #891F29;
          color: #fff; }
          .faq .accordion .accordion-item .accordion-header.active:after {
            content: '-'; }
  .faq .accordion-content {
    display: none;
    padding: 24px; }

.privatepolicy,
.terms {
  background: #fef5f5; }
  .privatepolicy p,
  .terms p {
    margin-top: 12px; }

.loginpage,
.forgot,
.signup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #fef5f5 url(../images/testimonial-bg.png) no-repeat center center/cover; }
  .loginpage .title,
  .forgot .title,
  .signup .title {
    font-size: 38px;
    text-align: center; }
    @media (max-width: 999px) {
      .loginpage .title,
      .forgot .title,
      .signup .title {
        font-size: 28px; } }
  .loginpage p,
  .forgot p,
  .signup p {
    text-align: center;
    margin-top: 12px; }
  .loginpage .boxform,
  .forgot .boxform,
  .signup .boxform {
    position: relative;
    margin: 0px auto;
    max-width: 550px;
    padding: 12px; }
    .loginpage .boxform .inner,
    .forgot .boxform .inner,
    .signup .boxform .inner {
      position: relative;
      width: 100%;
      background: #fff;
      padding: 24px;
      border-radius: 8px;
      box-shadow: 4px 4px 60px #0000000d; }
      .loginpage .boxform .inner .logo,
      .forgot .boxform .inner .logo,
      .signup .boxform .inner .logo {
        text-align: center; }
        .loginpage .boxform .inner .logo img,
        .forgot .boxform .inner .logo img,
        .signup .boxform .inner .logo img {
          max-width: 174px; }
  .loginpage .text,
  .forgot .text,
  .signup .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    margin-top: 24px;
    color: #fff;
    text-transform: capitalize; }
    .loginpage .text svg,
    .forgot .text svg,
    .signup .text svg {
      min-width: 14px;
      max-width: 14px;
      fill: #fff; }

.field {
  position: relative;
  margin-top: 12px; }
  .field .bottom {
    width: 100%;
    border-radius: 8px;
    height: 52px; }
  .field label {
    display: block;
    margin-bottom: 8px;
    color: #000;
    text-transform: capitalize; }
  .field .position-relative {
    position: relative; }
    .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: #000;
      -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; }
      .field.flex .forgetlink:hover {
        color: #891F29; }

.tosignup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #000;
  gap: 4px;
  margin-top: 24px; }
  .tosignup a {
    text-decoration: underline;
    color: #891F29; }
    .tosignup a:hover {
      text-decoration: none; }

.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: 48px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  text-align: center;
  background: #F3F4F6; }
  @media (max-width: 999px) {
    .error404 {
      padding: 24px 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;
    gap: 4px;
    position: relative;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    text-align: center;
    background: #891F29;
    border-radius: 60px;
    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: 6px 20px;
    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; }
    .error404 .bottom:hover {
      background: #000; }
    .error404 .bottom:focus {
      outline: none;
      outline-style: none;
      border: 0px; }
    .error404 .bottom svg {
      min-width: 18px;
      max-width: 18px;
      height: 18px; }

.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: 5px;
  background: #891F29;
  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:hover {
    background: #000; }
  .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%;
  background: #fff; }
  .footer .linelogo {
    background: #000;
    padding: 24px 0px; }
    .footer .linelogo .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px; }
    .footer .linelogo .logo img {
      max-width: 198px; }
      @media (max-width: 999px) {
        .footer .linelogo .logo img {
          max-width: 135px; } }
      @media (max-width: 450px) {
        .footer .linelogo .logo img {
          display: none; } }
    @media (max-width: 450px) {
      .footer .linelogo .social {
        width: 100%;
        justify-content: center; } }
  .footer .rowbox {
    display: grid;
    grid-template-columns: 450px 1fr 1fr 300px;
    gap: 48px; }
    @media (max-width: 1199px) {
      .footer .rowbox {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 999px) {
      .footer .rowbox {
        gap: 24px;
        grid-template-columns: repeat(1, 1fr); } }
  .footer .item-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 16px;
    bottom: 80px;
    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; }
    .footer .item p {
      margin-top: 12px; }
      @media (max-width: 999px) {
        .footer .item p {
          text-align: center; } }
    .footer .item .formsearch {
      position: relative;
      margin-top: 12px; }
      .footer .item .formsearch .form-control {
        border: 1px solid transparent;
        background: #fef5f5; }
        .footer .item .formsearch .form-control:focus {
          border: 1px solid #891F29; }
      .footer .item .formsearch .bottom {
        width: 100%;
        border-radius: 0.375rem;
        margin-top: 12px;
        padding: 8px 16px; }
    .footer .item .title {
      font-size: 24px; }
      @media (max-width: 999px) {
        .footer .item .title {
          text-align: center; } }
    .footer .item .navmenu {
      margin-top: 12px; }
      .footer .item .navmenu a {
        display: block;
        position: relative;
        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 {
          color: #891F29; }
        @media (max-width: 999px) {
          .footer .item .navmenu a {
            text-align: center; } }
  .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0px;
    border-top: 1px solid #fef5f5;
    margin-top: 24px; }

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 500 18px/28px "Playfair", serif; }

body.no-scroll {
  overflow: hidden; }

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

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

::-webkit-scrollbar-thumb {
  background-color: #891F29;
  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 #dee2e6;
    background: #fff;
    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: #891F29;
    box-shadow: inset 0 0 0px 4px #fff; }
  .che-box input[type="checkbox"]:checked + .label-text:before {
    background: #891F29 url(../images/tick.svg) no-repeat center center;
    border: 1px solid #891F29; }
  .che-box span.label-text {
    color: #000;
    -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; }

section {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 999px) {
    section {
      padding: 24px 0px; } }

.title {
  position: relative;
  font-size: 50px;
  font-weight: 800;
  line-height: 100%;
  color: #000;
  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;
  z-index: 1; }
  @media (max-width: 999px) {
    .title {
      font-size: 34px; } }

.bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  overflow: hidden;
  color: #fff;
  outline: none;
  outline-style: none;
  border: 0px;
  text-align: center;
  background: #891F29;
  border-radius: 60px;
  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: 6px 20px; }
  .bottom:hover {
    background: #000; }
  .bottom:focus {
    outline: none;
    outline-style: none;
    border: 0px; }
  .bottom svg {
    min-width: 18px;
    max-width: 18px;
    height: 18px; }

/* Alert boxes - success (teal) & error (red) with icon in circle */
.alert.alert-box {
  display: flex;
  align-items: center;
  border: 0;
  margin: 12px 0 0;
  padding: 14px 20px;
  border-radius: 12px;
  gap: 14px;
  min-height: 56px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); }
  .alert.alert-box .alert-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid #fff; }
  .alert.alert-box .alert-icon svg {
    width: 20px;
    height: 20px;
    stroke: #fff; }
  .alert.alert-box .alert-text {
    flex: 1;
    min-width: 0; }
  .alert.alert-box .alert-text p,
  .alert.alert-box .alert-text li {
    color: #fff;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.4; }
  .alert.alert-box .alert-text ul {
    margin: 0;
    padding-left: 1.2em;
    list-style: disc; }
  .alert.alert-box.alert-success {
    background: #249780;
    background: linear-gradient(135deg, #249780 0%, #2ab59a 100%); }
  .alert.alert-box.alert-danger {
    background: #d9534f;
    background: linear-gradient(135deg, #c9302c 0%, #d9534f 100%); }

.alert:not(.alert-box) {
  display: flex;
  align-items: center;
  border: 0;
  margin: 12px 0 0;
  padding: 16px;
  border-radius: 12px;
  gap: 12px; }
  .alert:not(.alert-box) p {
    color: #fff;
    margin: 0 !important; }
  .alert:not(.alert-box).alert-success {
    background: #249780; }
  .alert:not(.alert-box).alert-danger {
    background: #d9534f; }

.mintitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }
  .mintitle .more {
    color: #891F29;
    text-transform: capitalize;
    text-decoration: underline; }
    @media (max-width: 450px) {
      .mintitle .more {
        display: none; } }
    .mintitle .more:hover {
      text-decoration: none; }

.carditem {
  background: #fff; }
  .carditem:hover .quick-view,
  .carditem:hover .addfavorite,
  .carditem:hover .addcart,
  .carditem:hover .removeitem {
    right: 16px; }
  .carditem .inner {
    position: relative;
    overflow: hidden; }
  .carditem .photo {
    display: block;
    position: relative;
    background: #F3F4F6;
    width: 100%;
    height: 340px;
    overflow: hidden; }
    @media (max-width: 999px) {
      .carditem .photo {
        height: 240px; } }
    .carditem .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .carditem .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 12px; }
    .carditem .title:hover {
      color: #9c005d; }
  .carditem .quick-view,
  .carditem .addfavorite,
  .carditem .addcart,
  .carditem .remova,
  .carditem .removeitem {
    position: absolute;
    right: -80px;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    cursor: pointer;
    box-shadow: 10px 5px 40px #6b6b6b1f;
    -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; }
    .carditem .quick-view:hover .tooltip-text,
    .carditem .addfavorite:hover .tooltip-text,
    .carditem .addcart:hover .tooltip-text,
    .carditem .remova:hover .tooltip-text,
    .carditem .removeitem:hover .tooltip-text {
      visibility: visible;
      opacity: 1; }
    .carditem .quick-view svg,
    .carditem .addfavorite svg,
    .carditem .addcart svg,
    .carditem .remova svg,
    .carditem .removeitem svg {
      width: 24px;
      height: 24px; }
    .carditem .quick-view .tooltip-text,
    .carditem .addfavorite .tooltip-text,
    .carditem .addcart .tooltip-text,
    .carditem .remova .tooltip-text,
    .carditem .removeitem .tooltip-text {
      visibility: hidden;
      position: absolute;
      right: 60px;
      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; }
      .carditem .quick-view .tooltip-text::after,
      .carditem .addfavorite .tooltip-text::after,
      .carditem .addcart .tooltip-text::after,
      .carditem .remova .tooltip-text::after,
      .carditem .removeitem .tooltip-text::after {
        content: "";
        position: absolute;
        top: 42%;
        right: -8px;
        border-width: 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
        rotate: -90deg; }
  .carditem .quick-view svg {
    width: 32px;
    height: 32px; }
  .carditem .removeitem svg {
    width: 20px;
    height: 20px; }
  .carditem .addfavorite,
  .carditem .removeitem {
    top: 74px;
    -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; }
    .carditem .addfavorite.active svg path,
    .carditem .removeitem.active svg path {
      fill: #891F29; }
  .carditem .addcart {
    top: 132px;
    -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; }
  .carditem .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 4px; }
    .carditem .price span {
      font-size: 18px; }
      .carditem .price span.new {
        color: #891F29; }
      .carditem .price span.old {
        text-decoration: line-through; }
      .carditem .price span i {
        font-size: 14px;
        font-style: normal; }
  .carditem .sale {
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 14px;
    border-radius: 3px 10px 10px 3px;
    background: #891F29;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 8px; }

.form-control {
  height: 52px;
  text-transform: none;
  -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: 1px solid #891F29;
    outline: 0;
    outline-style: none;
    box-shadow: none; }

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

/* Internet Explorer */
input[type=number]::-ms-clear,
input[type=number]::-ms-expand {
  display: none; }

select.form-control {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) right 12px center no-repeat !important;
  background-position: 12px 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; }

.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: #e5e5e5;
      -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 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; }
    .pagination li:first-child a, .pagination li:last-child a {
      color: #891F29;
      font-size: 12px; }
      .pagination li:first-child a svg, .pagination li:last-child a svg {
        max-width: 12px;
        height: 12px;
        fill: #891F29; }
    .pagination li:last-child svg {
      transform: rotate(-90deg); }
    .pagination li:first-child svg {
      transform: rotate(90deg); }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #891F29 !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.maplink {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }
  .maplink li {
    display: inline-block;
    color: #000;
    -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: #000;
      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; }
      .maplink li a:hover {
        color: #891F29; }
      .maplink li a:before {
        position: absolute;
        top: -3px;
        right: 0px;
        content: "|";
        display: inline-block;
        color: #891F29; }

.map-back {
  display: flex;
  align-items: center;
  height: 280px;
  padding: 0px;
  background: #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 999px) {
    .map-back {
      height: 230px; } }
  .map-back img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .map-back .title {
    color: #9c005d; }

.social {
  display: flex;
  align-items: center;
  gap: 12px; }
  .social a {
    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; }
    .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:hover {
      opacity: 0.7; }

.social-shear {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px; }
  .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: 38px;
    max-width: 38px;
    height: 38px;
    transform: rotate(0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    text-transform: capitalize; }
    .social-shear a:before {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      transform: scale(0);
      background: #fff;
      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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 {
        transform: rotate(360deg);
        -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 #F3F4F6;
    border-top: 4px solid #891F29;
    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 */
