.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;
    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; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .burger {
    position: absolute;
    left: 90px;
    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: #EC008C;
    height: 42px; }
    .header .site-header .listcontact {
      display: flex;
      align-items: center;
      gap: 16px; }
      @media (max-width: 999px) {
        .header .site-header .listcontact {
          display: none; } }
      .header .site-header .listcontact a {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #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; }
        .header .site-header .listcontact a:hover {
          opacity: 0.7; }
        .header .site-header .listcontact a svg {
          width: 16px; }
    @media (max-width: 999px) {
      .header .site-header .social {
        width: 100%;
        justify-content: center; } }
  .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: 8px 0px; } }
    .header .site-actions .logo img {
      max-width: 100px; }
      @media (max-width: 999px) {
        .header .site-actions .logo img {
          max-width: 70px; } }
    .header .site-actions .actions {
      display: flex;
      align-items: center;
      gap: 12px; }
      .header .site-actions .actions .bottoms {
        display: flex;
        align-items: center;
        gap: 12px; }
        .header .site-actions .actions .bottoms a {
          position: relative;
          display: flex;
          align-items: center;
          gap: 8px;
          cursor: pointer; }
          .header .site-actions .actions .bottoms a .number {
            position: absolute;
            top: -11px;
            right: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 16px;
            height: 16px;
            background: #EC008C;
            color: #fff;
            border-radius: 50%;
            font-size: 12px; }
          .header .site-actions .actions .bottoms a svg {
            width: 26px; }
          .header .site-actions .actions .bottoms a.searchicon svg {
            width: 22px; }
          .header .site-actions .actions .bottoms a img {
            min-width: 26px;
            max-width: 26px;
            height: 26px;
            background: #F3F4F6;
            border-radius: 50%; }
          .header .site-actions .actions .bottoms a p {
            max-width: 92px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #000; }
            @media (max-width: 999px) {
              .header .site-actions .actions .bottoms a p {
                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-right: 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: #EC008C;
        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: #9c005d; }
        .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: 70px; }
      .header .site-actions .navbar .language {
        display: none; }
        @media (max-width: 999px) {
          .header .site-actions .navbar .language {
            display: block;
            padding: 12px;
            border: 0px; }
            .header .site-actions .navbar .language .showboxlanguage {
              position: relative;
              top: auto;
              margin-top: 12px;
              width: 100%;
              box-shadow: none;
              background: #F3F4F6; } }
      .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;
          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 .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 12px; } }
        .header .site-actions .menu-link .hot {
          position: absolute;
          top: 14px;
          left: 50%;
          background: #EC008C;
          color: #fff;
          font-size: 11px;
          line-height: 17px;
          padding: 0px 8px;
          margin-left: -20px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          background-clip: padding-box; }
          @media (max-width: 999px) {
            .header .site-actions .menu-link .hot {
              position: relative;
              left: auto;
              top: auto; } }
          .header .site-actions .menu-link .hot:after {
            content: "";
            position: absolute;
            bottom: -4px;
            left: 12px;
            border-top: 5px solid #EC008C;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            height: 0px;
            width: 0px;
            z-index: 100; }
            @media (max-width: 999px) {
              .header .site-actions .menu-link .hot: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: #EC008C; }
      @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: #EC008C; }
    .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; } }
    .header .site-actions .language {
      position: relative;
      display: flex;
      align-items: center;
      border-right: 1px solid #cfcfcf;
      padding-right: 12px;
      line-height: 18px; }
      @media (max-width: 999px) {
        .header .site-actions .language {
          display: none; } }
      .header .site-actions .language .sublanguage {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #000;
        cursor: pointer; }
        .header .site-actions .language .sublanguage svg {
          min-width: 14px;
          max-width: 14px;
          height: 10px;
          fill: #000; }
      .header .site-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 .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 .language .showboxlanguage a svg {
            width: 12px;
            height: 12px;
            fill: #EC008C;
            opacity: 0; }
          .header .site-actions .language .showboxlanguage a:hover, .header .site-actions .language .showboxlanguage a.active {
            color: #EC008C; }
          .header .site-actions .language .showboxlanguage a.active svg {
            opacity: 1; }

.slider-item {
  padding: 0px !important;
  height: 80vh; }
  @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%; }
      .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: #00000087;
      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: #EC008C; }
    .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 #F3F4F6;
        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 #EC008C; }
        .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: #9c005d;
        font-size: 50px; }
        @media (max-width: 999px) {
          .slider-item .container .contant .title {
            font-size: 30px; } }
      .slider-item .container .contant p {
        font-size: 18px; }
        @media (max-width: 999px) {
          .slider-item .container .contant p {
            display: none; } }
      .slider-item .container .contant .bottom {
        margin-top: 16px; }

.best-offers .slider-offers,
.best-offers .slider-arrivals,
.new-arrivals .slider-offers,
.new-arrivals .slider-arrivals {
  position: relative;
  direction: ltr;
  height: 418px;
  margin-top: 24px; }
  .best-offers .slider-offers .slick-list,
  .best-offers .slider-arrivals .slick-list,
  .new-arrivals .slider-offers .slick-list,
  .new-arrivals .slider-arrivals .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px; }
    .best-offers .slider-offers .slick-list .slick-track,
    .best-offers .slider-arrivals .slick-list .slick-track,
    .new-arrivals .slider-offers .slick-list .slick-track,
    .new-arrivals .slider-arrivals .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .best-offers .slider-offers .slick-list .slick-track:after, .best-offers .slider-offers .slick-list .slick-track:before,
      .best-offers .slider-arrivals .slick-list .slick-track:after,
      .best-offers .slider-arrivals .slick-list .slick-track:before,
      .new-arrivals .slider-offers .slick-list .slick-track:after,
      .new-arrivals .slider-offers .slick-list .slick-track:before,
      .new-arrivals .slider-arrivals .slick-list .slick-track:after,
      .new-arrivals .slider-arrivals .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .best-offers .slider-offers .slick-prev,
  .best-offers .slider-offers .slick-next,
  .best-offers .slider-arrivals .slick-prev,
  .best-offers .slider-arrivals .slick-next,
  .new-arrivals .slider-offers .slick-prev,
  .new-arrivals .slider-offers .slick-next,
  .new-arrivals .slider-arrivals .slick-prev,
  .new-arrivals .slider-arrivals .slick-next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: 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; }
    @media (max-width: 1199px) {
      .best-offers .slider-offers .slick-prev,
      .best-offers .slider-offers .slick-next,
      .best-offers .slider-arrivals .slick-prev,
      .best-offers .slider-arrivals .slick-next,
      .new-arrivals .slider-offers .slick-prev,
      .new-arrivals .slider-offers .slick-next,
      .new-arrivals .slider-arrivals .slick-prev,
      .new-arrivals .slider-arrivals .slick-next {
        display: none !important; } }
    .best-offers .slider-offers .slick-prev svg,
    .best-offers .slider-offers .slick-next svg,
    .best-offers .slider-arrivals .slick-prev svg,
    .best-offers .slider-arrivals .slick-next svg,
    .new-arrivals .slider-offers .slick-prev svg,
    .new-arrivals .slider-offers .slick-next svg,
    .new-arrivals .slider-arrivals .slick-prev svg,
    .new-arrivals .slider-arrivals .slick-next svg {
      width: 30px;
      height: 30px;
      fill: #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; }
    .best-offers .slider-offers .slick-prev:hover svg,
    .best-offers .slider-offers .slick-next:hover svg,
    .best-offers .slider-arrivals .slick-prev:hover svg,
    .best-offers .slider-arrivals .slick-next:hover svg,
    .new-arrivals .slider-offers .slick-prev:hover svg,
    .new-arrivals .slider-offers .slick-next:hover svg,
    .new-arrivals .slider-arrivals .slick-prev:hover svg,
    .new-arrivals .slider-arrivals .slick-next:hover svg {
      fill: #EC008C; }
  .best-offers .slider-offers .slick-next,
  .best-offers .slider-arrivals .slick-next,
  .new-arrivals .slider-offers .slick-next,
  .new-arrivals .slider-arrivals .slick-next {
    right: -40px; }
  .best-offers .slider-offers .slick-prev,
  .best-offers .slider-arrivals .slick-prev,
  .new-arrivals .slider-offers .slick-prev,
  .new-arrivals .slider-arrivals .slick-prev {
    left: -40px; }
  .best-offers .slider-offers .slick-dots,
  .best-offers .slider-arrivals .slick-dots,
  .new-arrivals .slider-offers .slick-dots,
  .new-arrivals .slider-arrivals .slick-dots {
    display: none !important;
    margin-top: 24px; }
    @media (max-width: 1199px) {
      .best-offers .slider-offers .slick-dots,
      .best-offers .slider-arrivals .slick-dots,
      .new-arrivals .slider-offers .slick-dots,
      .new-arrivals .slider-arrivals .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center; } }
    .best-offers .slider-offers .slick-dots li,
    .best-offers .slider-arrivals .slick-dots li,
    .new-arrivals .slider-offers .slick-dots li,
    .new-arrivals .slider-arrivals .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 2px;
      padding: 0px;
      cursor: pointer;
      width: 14px;
      height: 4px;
      border-radius: 5px; }
      .best-offers .slider-offers .slick-dots li button,
      .best-offers .slider-arrivals .slick-dots li button,
      .new-arrivals .slider-offers .slick-dots li button,
      .new-arrivals .slider-arrivals .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 100%;
        height: 100%;
        border: 0px;
        outline: none;
        background: #F3F4F6;
        padding: 0px; }
    .best-offers .slider-offers .slick-dots li.slick-active,
    .best-offers .slider-arrivals .slick-dots li.slick-active,
    .new-arrivals .slider-offers .slick-dots li.slick-active,
    .new-arrivals .slider-arrivals .slick-dots li.slick-active {
      background: #EC008C; }
      .best-offers .slider-offers .slick-dots li.slick-active button,
      .best-offers .slider-arrivals .slick-dots li.slick-active button,
      .new-arrivals .slider-offers .slick-dots li.slick-active button,
      .new-arrivals .slider-arrivals .slick-dots li.slick-active button {
        background: none; }
  @media (max-width: 999px) {
    .best-offers .slider-offers,
    .best-offers .slider-arrivals,
    .new-arrivals .slider-offers,
    .new-arrivals .slider-arrivals {
      height: 346px;
      margin-top: 12px; } }
.best-offers .item,
.new-arrivals .item {
  display: inline-block;
  margin: 0px 8px;
  background: #fff; }
  .best-offers .item:hover .quick-view,
  .best-offers .item:hover .addfavorite,
  .best-offers .item:hover .addcart,
  .best-offers .item:hover .removeitem,
  .new-arrivals .item:hover .quick-view,
  .new-arrivals .item:hover .addfavorite,
  .new-arrivals .item:hover .addcart,
  .new-arrivals .item:hover .removeitem {
    right: 16px; }
  .best-offers .item .inner,
  .new-arrivals .item .inner {
    position: relative;
    overflow: hidden; }
  .best-offers .item .photo,
  .new-arrivals .item .photo {
    display: block;
    position: relative;
    background: #F3F4F6;
    width: 100%;
    height: 340px;
    overflow: hidden; }
    @media (max-width: 999px) {
      .best-offers .item .photo,
      .new-arrivals .item .photo {
        height: 240px; } }
    .best-offers .item .photo img,
    .new-arrivals .item .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .best-offers .item .title,
  .new-arrivals .item .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; }
    .best-offers .item .title:hover,
    .new-arrivals .item .title:hover {
      color: #9c005d; }
  .best-offers .item .quick-view,
  .best-offers .item .addfavorite,
  .best-offers .item .addcart,
  .best-offers .item .remova,
  .best-offers .item .removeitem,
  .new-arrivals .item .quick-view,
  .new-arrivals .item .addfavorite,
  .new-arrivals .item .addcart,
  .new-arrivals .item .remova,
  .new-arrivals .item .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; }
    .best-offers .item .quick-view:hover .tooltip-text,
    .best-offers .item .addfavorite:hover .tooltip-text,
    .best-offers .item .addcart:hover .tooltip-text,
    .best-offers .item .remova:hover .tooltip-text,
    .best-offers .item .removeitem:hover .tooltip-text,
    .new-arrivals .item .quick-view:hover .tooltip-text,
    .new-arrivals .item .addfavorite:hover .tooltip-text,
    .new-arrivals .item .addcart:hover .tooltip-text,
    .new-arrivals .item .remova:hover .tooltip-text,
    .new-arrivals .item .removeitem:hover .tooltip-text {
      visibility: visible;
      opacity: 1; }
    .best-offers .item .quick-view svg,
    .best-offers .item .addfavorite svg,
    .best-offers .item .addcart svg,
    .best-offers .item .remova svg,
    .best-offers .item .removeitem svg,
    .new-arrivals .item .quick-view svg,
    .new-arrivals .item .addfavorite svg,
    .new-arrivals .item .addcart svg,
    .new-arrivals .item .remova svg,
    .new-arrivals .item .removeitem svg {
      width: 24px;
      height: 24px; }
    .best-offers .item .quick-view .tooltip-text,
    .best-offers .item .addfavorite .tooltip-text,
    .best-offers .item .addcart .tooltip-text,
    .best-offers .item .remova .tooltip-text,
    .best-offers .item .removeitem .tooltip-text,
    .new-arrivals .item .quick-view .tooltip-text,
    .new-arrivals .item .addfavorite .tooltip-text,
    .new-arrivals .item .addcart .tooltip-text,
    .new-arrivals .item .remova .tooltip-text,
    .new-arrivals .item .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; }
      .best-offers .item .quick-view .tooltip-text::after,
      .best-offers .item .addfavorite .tooltip-text::after,
      .best-offers .item .addcart .tooltip-text::after,
      .best-offers .item .remova .tooltip-text::after,
      .best-offers .item .removeitem .tooltip-text::after,
      .new-arrivals .item .quick-view .tooltip-text::after,
      .new-arrivals .item .addfavorite .tooltip-text::after,
      .new-arrivals .item .addcart .tooltip-text::after,
      .new-arrivals .item .remova .tooltip-text::after,
      .new-arrivals .item .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; }
  .best-offers .item .quick-view svg,
  .new-arrivals .item .quick-view svg {
    width: 32px;
    height: 32px; }
  .best-offers .item .removeitem svg,
  .new-arrivals .item .removeitem svg {
    width: 20px;
    height: 20px; }
  .best-offers .item .addfavorite,
  .best-offers .item .removeitem,
  .new-arrivals .item .addfavorite,
  .new-arrivals .item .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; }
    .best-offers .item .addfavorite.active svg path,
    .best-offers .item .removeitem.active svg path,
    .new-arrivals .item .addfavorite.active svg path,
    .new-arrivals .item .removeitem.active svg path {
      fill: #EC008C; }
  .best-offers .item .addcart,
  .new-arrivals .item .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; }
  .best-offers .item .price,
  .new-arrivals .item .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 4px; }
    .best-offers .item .price span,
    .new-arrivals .item .price span {
      font-size: 18px; }
      .best-offers .item .price span.new,
      .new-arrivals .item .price span.new {
        color: #EC008C; }
      .best-offers .item .price span.old,
      .new-arrivals .item .price span.old {
        text-decoration: line-through; }
      .best-offers .item .price span i,
      .new-arrivals .item .price span i {
        font-size: 14px;
        font-style: normal; }
  .best-offers .item .sale,
  .new-arrivals .item .sale {
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 14px;
    border-radius: 3px 10px 10px 3px;
    background: #EC008C;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 8px; }

.special-products .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px; }
  .special-products .nav a {
    color: #000;
    font-size: 18px;
    cursor: pointer; }
    .special-products .nav a.active {
      color: #EC008C; }
.special-products .rowbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 12px; }
  @media (max-width: 999px) {
    .special-products .rowbox {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 450px) {
    .special-products .rowbox {
      grid-template-columns: repeat(1, 1fr); } }
.special-products .item {
  background: #fff; }
  .special-products .item:hover .quick-view,
  .special-products .item:hover .addfavorite,
  .special-products .item:hover .addcart,
  .special-products .item:hover .removeitem {
    right: 16px; }
  .special-products .item .inner {
    position: relative;
    overflow: hidden; }
  .special-products .item .photo {
    display: block;
    position: relative;
    background: #F3F4F6;
    width: 100%;
    height: 340px;
    overflow: hidden; }
    @media (max-width: 999px) {
      .special-products .item .photo {
        height: 240px; } }
    .special-products .item .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .special-products .item .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; }
    .special-products .item .title:hover {
      color: #9c005d; }
  .special-products .item .quick-view,
  .special-products .item .addfavorite,
  .special-products .item .addcart,
  .special-products .item .remova,
  .special-products .item .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; }
    .special-products .item .quick-view:hover .tooltip-text,
    .special-products .item .addfavorite:hover .tooltip-text,
    .special-products .item .addcart:hover .tooltip-text,
    .special-products .item .remova:hover .tooltip-text,
    .special-products .item .removeitem:hover .tooltip-text {
      visibility: visible;
      opacity: 1; }
    .special-products .item .quick-view svg,
    .special-products .item .addfavorite svg,
    .special-products .item .addcart svg,
    .special-products .item .remova svg,
    .special-products .item .removeitem svg {
      width: 24px;
      height: 24px; }
    .special-products .item .quick-view .tooltip-text,
    .special-products .item .addfavorite .tooltip-text,
    .special-products .item .addcart .tooltip-text,
    .special-products .item .remova .tooltip-text,
    .special-products .item .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; }
      .special-products .item .quick-view .tooltip-text::after,
      .special-products .item .addfavorite .tooltip-text::after,
      .special-products .item .addcart .tooltip-text::after,
      .special-products .item .remova .tooltip-text::after,
      .special-products .item .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; }
  .special-products .item .quick-view svg {
    width: 32px;
    height: 32px; }
  .special-products .item .removeitem svg {
    width: 20px;
    height: 20px; }
  .special-products .item .addfavorite,
  .special-products .item .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; }
    .special-products .item .addfavorite.active svg path,
    .special-products .item .removeitem.active svg path {
      fill: #EC008C; }
  .special-products .item .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; }
  .special-products .item .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 4px; }
    .special-products .item .price span {
      font-size: 18px; }
      .special-products .item .price span.new {
        color: #EC008C; }
      .special-products .item .price span.old {
        text-decoration: line-through; }
      .special-products .item .price span i {
        font-size: 14px;
        font-style: normal; }
  .special-products .item .sale {
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 14px;
    border-radius: 3px 10px 10px 3px;
    background: #EC008C;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 8px; }

.picture {
  display: flex;
  align-items: center;
  background: #F3F4F6;
  min-height: 400px; }
  .picture .parallax-image {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .picture .parallax-image img {
      position: absolute;
      inset: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .picture .title {
    color: #9c005d; }
  .picture p {
    margin-top: 8px;
    font-size: 18px; }
    @media (max-width: 999px) {
      .picture p {
        font-size: 16px; } }
  .picture .bottom {
    margin-top: 12px; }
  @media (max-width: 999px) {
    .picture .w-50 {
      width: 100% !important; } }

.customer-reviews {
  background: #fef5f5; }
  .customer-reviews .container {
    display: grid;
    align-items: center;
    grid-template-columns: 250px 1fr;
    gap: 24px;
    margin-top: 12px; }
    @media (max-width: 999px) {
      .customer-reviews .container {
        grid-template-columns: 1fr;
        gap: 12px; } }
  .customer-reviews .text svg {
    width: 60px;
    height: 60px; }
    @media (max-width: 999px) {
      .customer-reviews .text svg {
        display: none; } }
  .customer-reviews .text .title {
    margin: 8px 0px;
    line-height: 120%; }
    @media (max-width: 999px) {
      .customer-reviews .text .title {
        text-align: center;
        margin: 0px; } }
  @media (max-width: 999px) {
    .customer-reviews .text p {
      text-align: center;
      margin-top: 8px; } }
  .customer-reviews .subitem {
    overflow: hidden; }
  .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: 40%;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: 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; }
      @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: 30px;
        height: 30px;
        fill: #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; }
      .customer-reviews .slider-customer .slick-prev:hover svg,
      .customer-reviews .slider-customer .slick-next:hover svg {
        fill: #EC008C; }
    .customer-reviews .slider-customer .slick-next {
      right: -40px; }
    .customer-reviews .slider-customer .slick-prev {
      left: -40px; }
    .customer-reviews .slider-customer .slick-dots {
      display: none !important;
      margin-top: 24px; }
      @media (max-width: 1199px) {
        .customer-reviews .slider-customer .slick-dots {
          display: flex !important;
          align-items: center;
          justify-content: center; } }
      .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: #F3F4F6;
          padding: 0px; }
      .customer-reviews .slider-customer .slick-dots li.slick-active {
        background: #EC008C; }
        .customer-reviews .slider-customer .slick-dots li.slick-active button {
          background: none; }
    .customer-reviews .slider-customer .slick-prev,
    .customer-reviews .slider-customer .slick-next {
      display: none !important; }
    .customer-reviews .slider-customer .slick-dots {
      display: flex !important;
      justify-content: center; }
    .customer-reviews .slider-customer .item {
      display: inline-block;
      margin: 0px 8px;
      background: #fff;
      padding: 16px; }
      .customer-reviews .slider-customer .item .stars {
        display: flex;
        gap: 4px; }
      .customer-reviews .slider-customer .item p {
        margin-top: 8px; }
      .customer-reviews .slider-customer .item .opinion {
        display: flex;
        align-items: center;
        gap: 8px;
        border-top: 1px solid #F3F4F6;
        padding-top: 16px;
        margin-top: 16px; }
        .customer-reviews .slider-customer .item .opinion img {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background: #F3F4F6; }
        .customer-reviews .slider-customer .item .opinion .title {
          font-size: 20px;
          line-height: 24px; }
        .customer-reviews .slider-customer .item .opinion span {
          font-size: 14px;
          text-transform: capitalize;
          color: #8D8D8D; }

.products,
.offers {
  background: #cccccc1f; }
  .products .rowbox,
  .offers .rowbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px; }
    @media (max-width: 999px) {
      .products .rowbox,
      .offers .rowbox {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 12px; } }
    @media (max-width: 450px) {
      .products .rowbox,
      .offers .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .products .item,
  .offers .item {
    background: #fff;
    padding-bottom: 12px; }
    .products .item:hover .quick-view,
    .products .item:hover .addfavorite,
    .products .item:hover .addcart,
    .products .item:hover .removeitem,
    .offers .item:hover .quick-view,
    .offers .item:hover .addfavorite,
    .offers .item:hover .addcart,
    .offers .item:hover .removeitem {
      right: 16px; }
    .products .item .inner,
    .offers .item .inner {
      position: relative;
      overflow: hidden; }
    .products .item .photo,
    .offers .item .photo {
      display: block;
      position: relative;
      background: #F3F4F6;
      width: 100%;
      height: 340px;
      overflow: hidden; }
      @media (max-width: 999px) {
        .products .item .photo,
        .offers .item .photo {
          height: 240px; } }
      .products .item .photo img,
      .offers .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .products .item .title,
    .offers .item .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; }
      .products .item .title:hover,
      .offers .item .title:hover {
        color: #9c005d; }
    .products .item .quick-view,
    .products .item .addfavorite,
    .products .item .addcart,
    .products .item .remova,
    .products .item .removeitem,
    .offers .item .quick-view,
    .offers .item .addfavorite,
    .offers .item .addcart,
    .offers .item .remova,
    .offers .item .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; }
      .products .item .quick-view:hover .tooltip-text,
      .products .item .addfavorite:hover .tooltip-text,
      .products .item .addcart:hover .tooltip-text,
      .products .item .remova:hover .tooltip-text,
      .products .item .removeitem:hover .tooltip-text,
      .offers .item .quick-view:hover .tooltip-text,
      .offers .item .addfavorite:hover .tooltip-text,
      .offers .item .addcart:hover .tooltip-text,
      .offers .item .remova:hover .tooltip-text,
      .offers .item .removeitem:hover .tooltip-text {
        visibility: visible;
        opacity: 1; }
      .products .item .quick-view svg,
      .products .item .addfavorite svg,
      .products .item .addcart svg,
      .products .item .remova svg,
      .products .item .removeitem svg,
      .offers .item .quick-view svg,
      .offers .item .addfavorite svg,
      .offers .item .addcart svg,
      .offers .item .remova svg,
      .offers .item .removeitem svg {
        width: 24px;
        height: 24px; }
      .products .item .quick-view .tooltip-text,
      .products .item .addfavorite .tooltip-text,
      .products .item .addcart .tooltip-text,
      .products .item .remova .tooltip-text,
      .products .item .removeitem .tooltip-text,
      .offers .item .quick-view .tooltip-text,
      .offers .item .addfavorite .tooltip-text,
      .offers .item .addcart .tooltip-text,
      .offers .item .remova .tooltip-text,
      .offers .item .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; }
        .products .item .quick-view .tooltip-text::after,
        .products .item .addfavorite .tooltip-text::after,
        .products .item .addcart .tooltip-text::after,
        .products .item .remova .tooltip-text::after,
        .products .item .removeitem .tooltip-text::after,
        .offers .item .quick-view .tooltip-text::after,
        .offers .item .addfavorite .tooltip-text::after,
        .offers .item .addcart .tooltip-text::after,
        .offers .item .remova .tooltip-text::after,
        .offers .item .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; }
    .products .item .quick-view svg,
    .offers .item .quick-view svg {
      width: 32px;
      height: 32px; }
    .products .item .removeitem svg,
    .offers .item .removeitem svg {
      width: 20px;
      height: 20px; }
    .products .item .addfavorite,
    .products .item .removeitem,
    .offers .item .addfavorite,
    .offers .item .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; }
      .products .item .addfavorite.active svg path,
      .products .item .removeitem.active svg path,
      .offers .item .addfavorite.active svg path,
      .offers .item .removeitem.active svg path {
        fill: #EC008C; }
    .products .item .addcart,
    .offers .item .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; }
    .products .item .price,
    .offers .item .price {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      width: 100%;
      margin-top: 4px; }
      .products .item .price span,
      .offers .item .price span {
        font-size: 18px; }
        .products .item .price span.new,
        .offers .item .price span.new {
          color: #EC008C; }
        .products .item .price span.old,
        .offers .item .price span.old {
          text-decoration: line-through; }
        .products .item .price span i,
        .offers .item .price span i {
          font-size: 14px;
          font-style: normal; }
    .products .item .sale,
    .offers .item .sale {
      position: absolute;
      left: 16px;
      top: 16px;
      font-size: 14px;
      border-radius: 3px 10px 10px 3px;
      background: #EC008C;
      color: #fff;
      text-transform: capitalize;
      padding: 0px 8px; }
  .products .itamsfilter,
  .offers .itamsfilter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px; }
    .products .itamsfilter a,
    .offers .itamsfilter a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background: #e5e5e5;
      padding: 4px 16px;
      border-radius: 60px;
      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; }
      .products .itamsfilter a:hover,
      .offers .itamsfilter a:hover {
        background: #ccc; }
      .products .itamsfilter a .close-filter,
      .offers .itamsfilter a .close-filter {
        font-size: 20px; }
  .products .itemfilter,
  .offers .itemfilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
    margin-top: 24px; }
    .products .itemfilter .iconfilter,
    .offers .itemfilter .iconfilter {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      background: #e5e5e5;
      padding: 4px 16px;
      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;
      cursor: pointer; }
      .products .itemfilter .iconfilter:hover,
      .offers .itemfilter .iconfilter:hover {
        background: #ccc; }
      .products .itemfilter .iconfilter svg,
      .offers .itemfilter .iconfilter svg {
        width: 20px;
        height: 20px; }
    .products .itemfilter .item-short,
    .offers .itemfilter .item-short {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 32px; }
      @media (max-width: 999px) {
        .products .itemfilter .item-short,
        .offers .itemfilter .item-short {
          gap: 16px; } }
      .products .itemfilter .item-short p,
      .offers .itemfilter .item-short p {
        text-transform: capitalize; }
      .products .itemfilter .item-short .select-short,
      .offers .itemfilter .item-short .select-short {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px; }
        .products .itemfilter .item-short .select-short .form-control,
        .offers .itemfilter .item-short .select-short .form-control {
          width: 170px;
          height: 42px;
          color: #000;
          z-index: 2; }

.product-details {
  background: #cccccc1f; }
  .product-details .rowbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    @media (max-width: 999px) {
      .product-details .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .product-details .carousel {
    overflow: hidden; }
    .product-details .carousel:hover .carousel-control-next {
      right: 24px; }
    .product-details .carousel:hover .carousel-control-prev {
      left: 24px; }
    .product-details .carousel .carousel-inner {
      height: 100%; }
    .product-details .carousel .carousel-item {
      overflow: hidden;
      height: 100%; }
      .product-details .carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .product-details .carousel .carousel-control-next,
    .product-details .carousel .carousel-control-prev {
      width: 44px;
      height: 44px;
      top: 50%;
      background: #00000087;
      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) {
        .product-details .carousel .carousel-control-next,
        .product-details .carousel .carousel-control-prev {
          display: none; } }
      .product-details .carousel .carousel-control-next svg,
      .product-details .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; }
      .product-details .carousel .carousel-control-next:hover,
      .product-details .carousel .carousel-control-prev:hover {
        background: #EC008C; }
    .product-details .carousel .carousel-control-next {
      right: -90px; }
    .product-details .carousel .carousel-control-prev {
      left: -90px; }
      .product-details .carousel .carousel-control-prev svg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .product-details .carousel .carousel-indicators {
      position: relative;
      padding: 0px;
      margin: 0px;
      gap: 8px;
      margin-top: 16px; }
      .product-details .carousel .carousel-indicators [data-bs-target] {
        text-indent: 0;
        width: 100px;
        height: 100px;
        margin: 0px;
        border: 2px solid #F3F4F6;
        opacity: 1; }
        @media (max-width: 999px) {
          .product-details .carousel .carousel-indicators [data-bs-target] {
            width: 60px;
            height: 60px; } }
        .product-details .carousel .carousel-indicators [data-bs-target].active {
          border: 2px solid #EC008C; }
        .product-details .carousel .carousel-indicators [data-bs-target] img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .product-details .carousel .carousel-inner {
      height: auto; }
      .product-details .carousel .carousel-inner .carousel-item {
        height: 460px; }
        @media (max-width: 999px) {
          .product-details .carousel .carousel-inner .carousel-item {
            height: 360px; } }
        @media (max-width: 550px) {
          .product-details .carousel .carousel-inner .carousel-item {
            height: 260px; } }
    .product-details .carousel .carousel-control-next,
    .product-details .carousel .carousel-control-prev {
      top: 38%; }
  .product-details .title {
    margin-top: 12px; }
  .product-details p {
    margin-top: 8px; }
  .product-details .stock {
    margin-top: 24px;
    color: #00bb4c; }
  .product-details .quantity p {
    margin: 0px; }
  .product-details .quantity .quantity-box .qty-btn {
    background: #e5e5e5; }
  .product-details .price {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 12px; }
    .product-details .price span {
      font-size: 18px; }
      .product-details .price span.new {
        color: #EC008C; }
      .product-details .price span.old {
        text-decoration: line-through; }
      .product-details .price span i {
        font-size: 14px;
        font-style: normal; }
  .product-details .sale {
    font-size: 14px;
    border-radius: 3px 10px 10px 3px;
    background: #EC008C;
    color: #fff;
    text-transform: capitalize;
    padding: 6px 8px; }
  .product-details .bottoms {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px; }
    .product-details .bottoms .bottom {
      min-width: 240px;
      height: 48px; }
      @media (max-width: 999px) {
        .product-details .bottoms .bottom {
          min-width: 140px; } }
    .product-details .bottoms .addfavorite,
    .product-details .bottoms .iconshare {
      position: relative;
      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;
      -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 .bottoms .addfavorite:hover .tooltip-text,
      .product-details .bottoms .iconshare:hover .tooltip-text {
        visibility: visible;
        opacity: 1; }
      .product-details .bottoms .addfavorite.active svg path,
      .product-details .bottoms .iconshare.active svg path {
        fill: #EC008C; }
      .product-details .bottoms .addfavorite svg,
      .product-details .bottoms .iconshare svg {
        width: 24px;
        height: 24px; }
      .product-details .bottoms .addfavorite .tooltip-text,
      .product-details .bottoms .iconshare .tooltip-text {
        visibility: hidden;
        position: absolute;
        top: -48px;
        right: -32px;
        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 .bottoms .addfavorite .tooltip-text::after,
        .product-details .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 .informations {
    margin-top: 48px; }
    @media (max-width: 999px) {
      .product-details .informations {
        margin-top: 24px; } }
    .product-details .informations .nav {
      gap: 24px;
      border-bottom: 1px solid #c5c8cd; }
      .product-details .informations .nav a {
        border: 0px;
        padding: 0px;
        padding-bottom: 12px;
        background: none;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        position: relative;
        background: #fff;
        font-size: 18px;
        font-weight: 500;
        background: none;
        color: #000;
        cursor: pointer; }
        .product-details .informations .nav a:after {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0px;
          width: 0;
          background: #EC008C;
          height: 2px;
          -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 .informations .nav a:hover, .product-details .informations .nav a.active {
          color: #EC008C; }
          .product-details .informations .nav a:hover:after, .product-details .informations .nav a.active:after {
            width: 100%; }
    .product-details .informations .flextab {
      display: flex;
      gap: 16px;
      margin-top: 24px; }
      @media (max-width: 999px) {
        .product-details .informations .flextab {
          flex-wrap: wrap; } }
    .product-details .informations .rev-rating {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 225px;
      max-width: 225px;
      height: 225px;
      text-align: center;
      background: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
      .product-details .informations .rev-rating span.selected {
        font-size: 30px;
        width: 100%;
        color: #EC008C; }
      .product-details .informations .rev-rating p {
        color: #000;
        margin-top: 8px; }
      .product-details .informations .rev-rating .star {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 100%;
        margin-top: 8px; }
        .product-details .informations .rev-rating .star li {
          min-width: 14px;
          max-width: 14px; }
          .product-details .informations .rev-rating .star li svg,
          .product-details .informations .rev-rating .star li img {
            min-width: 14px;
            max-width: 14px;
            fill: #c3c3c3; }
          .product-details .informations .rev-rating .star li.active svg,
          .product-details .informations .rev-rating .star li.active img {
            fill: #F4C606; }
    @media (max-width: 991px) {
      .product-details .informations .rev-it .pr-skill-bar {
        width: 100%;
        margin-top: 12px; } }
    .product-details .informations .rev-it .pr-skill-bar .probox {
      display: block;
      margin-bottom: 12px; }
      .product-details .informations .rev-it .pr-skill-bar .probox:last-child {
        margin: 0px; }
      .product-details .informations .rev-it .pr-skill-bar .probox .stars {
        color: #000; }
      .product-details .informations .rev-it .pr-skill-bar .probox .progress {
        height: 5px;
        background: #fff;
        box-shadow: none;
        overflow: visible;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .product-details .informations .rev-it .pr-skill-bar .probox .progress .progress-bar {
          box-shadow: none;
          position: relative;
          width: 100%;
          overflow: inherit;
          -webkit-animation: animate-positive 2s;
          animation: animate-positive 2s;
          background: #EC008C;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box; }
          .product-details .informations .rev-it .pr-skill-bar .probox .progress .progress-bar:after {
            content: "";
            position: absolute;
            top: -21px;
            right: -15px;
            display: block;
            border: 10px solid transparent;
            border-bottom: 16px solid transparent; }
          .product-details .informations .rev-it .pr-skill-bar .probox .progress .progress-bar .progress-value {
            position: absolute;
            top: -24px;
            right: 0px;
            color: #000;
            font-size: 12px; }
    .product-details .informations .rev-it .pr-skill-bar .progress.pink .progress-bar:after {
      border-bottom-color: #EC008C; }
@-webkit-keyframes animate-positive {
  0% {
    width: 0; } }
@keyframes animate-positive {
  0% {
    width: 0; } }
    .product-details .informations .detals {
      margin-top: 48px; }
      @media (max-width: 991px) {
        .product-details .informations .detals {
          display: inline-block;
          width: 100%;
          margin-top: 24px; } }
      .product-details .informations .detals .title {
        font-size: 20px;
        color: #000; }
      .product-details .informations .detals .rev-sbans {
        display: flex;
        margin-top: 24px; }
        .product-details .informations .detals .rev-sbans span.selected {
          font-size: 18px;
          margin-right: 16px;
          color: #474f47; }
        .product-details .informations .detals .rev-sbans #stars {
          display: flex; }
          .product-details .informations .detals .rev-sbans #stars li.star {
            margin-right: 4px; }
            .product-details .informations .detals .rev-sbans #stars li.star svg {
              min-width: 24px;
              max-width: 24px;
              fill: #d7d7d7;
              cursor: pointer; }
          .product-details .informations .detals .rev-sbans #stars li.star.hover > svg,
          .product-details .informations .detals .rev-sbans #stars li.star.selected > svg {
            fill: #F4C606; }
      .product-details .informations .detals .fildinput {
        margin-top: 16px; }
        .product-details .informations .detals .fildinput .form-control {
          box-shadow: 0px 0px 10px #00000005 !important; }
        .product-details .informations .detals .fildinput textarea.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;
          height: 160px;
          resize: none; }
          .product-details .informations .detals .fildinput textarea.form-control:focus, .product-details .informations .detals .fildinput textarea.form-control:hover, .product-details .informations .detals .fildinput textarea.form-control:focus-visible {
            border: 1px solid #EC008C;
            outline: 0;
            outline-style: none;
            box-shadow: none; }
      .product-details .informations .detals .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: #EC008C;
        border-radius: 60px;
        font-weight: 600;
        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;
        min-width: 160px;
        margin-top: 16px; }
        @media (max-width: 999px) {
          .product-details .informations .detals .bottom {
            padding: 4px 20px; } }
        .product-details .informations .detals .bottom:hover {
          background: #9c005d; }
        .product-details .informations .detals .bottom:focus {
          outline: none;
          outline-style: none;
          border: 0px; }
    .product-details .informations .alert {
      margin: 0px;
      margin-top: 16px; }
    .product-details .informations .commints {
      margin-top: 48px; }
      @media (max-width: 991px) {
        .product-details .informations .commints {
          margin-top: 24px; } }
      .product-details .informations .commints .text {
        width: 100%;
        padding: 120px 0px;
        font-size: 32px;
        color: #BD3C2F;
        text-align: center; }
      .product-details .informations .commints .commant {
        display: flex;
        gap: 8px;
        margin-top: 16px;
        background: #fff;
        padding: 16px;
        width: 100%; }
        .product-details .informations .commints .commant .photo {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 80px;
          max-width: 80px;
          height: 80px;
          background: #fff;
          -webkit-box-shadow: 0px 0px 13px #d0d0d070;
          -moz-box-shadow: 0px 0px 13px #d0d0d070;
          -o-box-shadow: 0px 0px 13px #d0d0d070;
          -ms-box-shadow: 0px 0px 13px #d0d0d070;
          box-shadow: 0px 0px 13px #d0d0d070;
          overflow: hidden;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
          @media (max-width: 991px) {
            .product-details .informations .commints .commant .photo {
              min-width: 55px;
              max-width: 55px;
              height: 55px; } }
          .product-details .informations .commints .commant .photo img {
            width: 100%;
            min-height: 100%;
            object-fit: cover; }
        .product-details .informations .commints .commant .content .title {
          font-size: 18px;
          color: #000; }
        .product-details .informations .commints .commant .content .star {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          justify-content: flex-start;
          min-width: 100%;
          margin-top: 4px; }
          .product-details .informations .commints .commant .content .star li {
            min-width: 14px;
            max-width: 14px; }
            .product-details .informations .commints .commant .content .star li svg,
            .product-details .informations .commints .commant .content .star li img {
              min-width: 14px;
              max-width: 14px;
              fill: #c3c3c3; }
            .product-details .informations .commints .commant .content .star li.active svg,
            .product-details .informations .commints .commant .content .star li.active img {
              fill: #F4C606; }
        .product-details .informations .commints .commant .content p {
          margin-top: 8px; }
    .product-details .informations .rating {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
    .product-details .informations .rating > input {
      display: none; }
    .product-details .informations .rating > label {
      position: relative;
      font-size: 40px;
      color: #EC008C;
      cursor: pointer; }
    .product-details .informations .rating > label::before {
      content: "\2605";
      position: absolute;
      opacity: 0; }
    .product-details .informations .rating > label:hover:before,
    .product-details .informations .rating > label:hover ~ label:before {
      opacity: 1 !important; }
    .product-details .informations .rating > input:checked ~ label:before {
      opacity: 1; }
    .product-details .informations .rating:hover > input:checked ~ label:before {
      opacity: 0.4; }

.blogs .slider-blogs {
  position: relative;
  direction: ltr;
  margin-top: 24px; }
  .blogs .slider-blogs .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px; }
    .blogs .slider-blogs .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .blogs .slider-blogs .slick-list .slick-track:after, .blogs .slider-blogs .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .blogs .slider-blogs .slick-prev,
  .blogs .slider-blogs .slick-next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: 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; }
    @media (max-width: 1199px) {
      .blogs .slider-blogs .slick-prev,
      .blogs .slider-blogs .slick-next {
        display: none !important; } }
    .blogs .slider-blogs .slick-prev svg,
    .blogs .slider-blogs .slick-next svg {
      width: 30px;
      height: 30px;
      fill: #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; }
    .blogs .slider-blogs .slick-prev:hover svg,
    .blogs .slider-blogs .slick-next:hover svg {
      fill: #EC008C; }
  .blogs .slider-blogs .slick-next {
    right: -40px; }
  .blogs .slider-blogs .slick-prev {
    left: -40px; }
  .blogs .slider-blogs .slick-dots {
    display: none !important;
    margin-top: 24px; }
    @media (max-width: 1199px) {
      .blogs .slider-blogs .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center; } }
    .blogs .slider-blogs .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 2px;
      padding: 0px;
      cursor: pointer;
      width: 14px;
      height: 4px;
      border-radius: 5px; }
      .blogs .slider-blogs .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 100%;
        height: 100%;
        border: 0px;
        outline: none;
        background: #F3F4F6;
        padding: 0px; }
    .blogs .slider-blogs .slick-dots li.slick-active {
      background: #EC008C; }
      .blogs .slider-blogs .slick-dots li.slick-active button {
        background: none; }
  @media (max-width: 999px) {
    .blogs .slider-blogs {
      margin-top: 12px; } }
.blogs .item {
  display: inline-block;
  margin: 0px 8px; }
  .blogs .item .photo {
    display: block;
    position: relative;
    height: 280px;
    overflow: hidden; }
    @media (max-width: 999px) {
      .blogs .item .photo {
        height: 240px; } }
    .blogs .item .photo:hover::after {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 106%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 106%, 0); }
    .blogs .item .photo:hover img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .blogs .item .photo::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      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, -106%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -106%, 0); }
      @media (max-width: 999px) {
        .blogs .item .photo::after {
          display: none; } }
    .blogs .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; }
  .blogs .item .date,
  .blogs .item .more {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #EC008C;
    margin-top: 12px; }
  .blogs .item .title {
    display: block;
    font-size: 22px;
    margin-top: 12px; }
    .blogs .item .title:hover {
      color: #EC008C; }
  .blogs .item p {
    margin-top: 8px; }
  .blogs .item .more {
    font-size: 16px;
    color: #EC008C; }
    .blogs .item .more:hover {
      text-decoration: underline; }
.blogs .rowbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px; }
  @media (max-width: 999px) {
    .blogs .rowbox {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 12px; } }
  @media (max-width: 767px) {
    .blogs .rowbox {
      grid-template-columns: repeat(1, 1fr); } }
  .blogs .rowbox .item {
    margin: 0px; }

.blog-details {
  background: #cccccc1f; }
  .blog-details .maplink {
    margin: 0px;
    flex-wrap: wrap; }
  .blog-details .photo {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 24px; }
    @media (max-width: 999px) {
      .blog-details .photo {
        height: 300px;
        margin-top: 12px; } }
    .blog-details .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-details .title {
    margin-top: 12px; }
  .blog-details .flexshare {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px; }
    .blog-details .flexshare p {
      font-size: 18px;
      font-family: 600;
      color: #000;
      text-transform: capitalize; }
    .blog-details .flexshare .social-shear {
      margin: 0px;
      justify-content: flex-start; }

.experience {
  background: #fef5f5; }
  .experience .rowbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px; }
    @media (max-width: 999px) {
      .experience .rowbox {
        margin-top: 12px;
        grid-template-columns: repeat(2, 1fr); } }
  .experience .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 340px;
    overflow: hidden;
    cursor: pointer; }
    @media (max-width: 999px) {
      .experience .item {
        height: 200px; } }
    .experience .item:hover .iconplay {
      background: #EC008C; }
    .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,
.data-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,
  .data-popup .popup-content {
    position: relative;
    width: 800px;
    padding: 20px;
    border-radius: 10px;
    background: #000; }
    @media (max-width: 999px) {
      .video-popup .popup-content,
      .data-popup .popup-content {
        width: 100%; } }
    .video-popup .popup-content video,
    .data-popup .popup-content video {
      width: 100%;
      height: 70vh; }
    .video-popup .popup-content .close-btn,
    .data-popup .popup-content .close-btn {
      position: absolute;
      top: 12px;
      right: 12px;
      font-size: 40px;
      color: #fff;
      cursor: pointer;
      z-index: 10; }

.data-popup {
  overflow-y: scroll; }
  @media (max-width: 999px) {
    .data-popup {
      padding-top: 445px; } }
  .data-popup .popup-content {
    width: 900px;
    background: #fff; }
    @media (max-width: 999px) {
      .data-popup .popup-content {
        width: 100%; } }
    .data-popup .popup-content .close-btn {
      color: #BD3C2F; }
  .data-popup .rowbox {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    @media (max-width: 999px) {
      .data-popup .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .data-popup .carousel {
    overflow: hidden; }
    .data-popup .carousel:hover .carousel-control-next {
      right: 24px; }
    .data-popup .carousel:hover .carousel-control-prev {
      left: 24px; }
    .data-popup .carousel .carousel-inner {
      height: 100%; }
    .data-popup .carousel .carousel-item {
      overflow: hidden;
      height: 100%; }
      .data-popup .carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .data-popup .carousel .carousel-control-next,
    .data-popup .carousel .carousel-control-prev {
      width: 44px;
      height: 44px;
      top: 50%;
      background: #00000087;
      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) {
        .data-popup .carousel .carousel-control-next,
        .data-popup .carousel .carousel-control-prev {
          display: none; } }
      .data-popup .carousel .carousel-control-next svg,
      .data-popup .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; }
      .data-popup .carousel .carousel-control-next:hover,
      .data-popup .carousel .carousel-control-prev:hover {
        background: #EC008C; }
    .data-popup .carousel .carousel-control-next {
      right: -90px; }
    .data-popup .carousel .carousel-control-prev {
      left: -90px; }
      .data-popup .carousel .carousel-control-prev svg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .data-popup .carousel .carousel-indicators {
      position: relative;
      padding: 0px;
      margin: 0px;
      gap: 8px;
      margin-top: 16px; }
      .data-popup .carousel .carousel-indicators [data-bs-target] {
        text-indent: 0;
        width: 100px;
        height: 100px;
        margin: 0px;
        border: 2px solid #F3F4F6;
        opacity: 1; }
        @media (max-width: 999px) {
          .data-popup .carousel .carousel-indicators [data-bs-target] {
            width: 60px;
            height: 60px; } }
        .data-popup .carousel .carousel-indicators [data-bs-target].active {
          border: 2px solid #EC008C; }
        .data-popup .carousel .carousel-indicators [data-bs-target] img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .data-popup .carousel .carousel-item {
      height: 500px; }
      @media (max-width: 999px) {
        .data-popup .carousel .carousel-item {
          height: 300px; } }
  .data-popup .title {
    font-size: 24px; }
  .data-popup p {
    margin-top: 4px; }
  .data-popup .price {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 12px; }
    .data-popup .price span {
      font-size: 18px; }
      .data-popup .price span.new {
        color: #EC008C; }
      .data-popup .price span.old {
        text-decoration: line-through; }
      .data-popup .price span i {
        font-size: 14px;
        font-style: normal; }
  .data-popup .sale {
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 14px;
    border-radius: 3px 10px 10px 3px;
    background: #EC008C;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 8px; }
  .data-popup .stock {
    margin-top: 24px;
    color: #00bb4c; }

#dataShare {
  padding-top: 12px !important;
  overflow-y: inherit; }
  #dataShare .popup-content {
    max-width: 400px; }
  #dataShare .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F3F4F6;
    padding-bottom: 12px; }
    #dataShare .minhead .close-btn {
      position: relative;
      right: auto;
      top: auto; }
  #dataShare .copylink {
    position: relative;
    margin-top: 24px; }
    #dataShare .copylink .form-control {
      height: 46px;
      border-radius: 60px; }
    #dataShare .copylink .bottom {
      position: absolute;
      right: 7px;
      top: 6px;
      font-size: 14px;
      border-radius: 60px;
      height: 34px; }

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

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

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

.quantity-box {
  display: flex; }
  .quantity-box .qty-btn {
    background: #F3F4F6;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #EC008C;
    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: #ddd; }
  .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 #F3F4F6;
  margin-top: 24px;
  padding-top: 16px; }
  .btnbottoms .bottom {
    flex: 1;
    border: 1px solid #EC008C; }
    @media (max-width: 999px) {
      .btnbottoms .bottom {
        padding: 4px; } }
    .btnbottoms .bottom:hover {
      border: 1px solid #9c005d; }
    .btnbottoms .bottom:last-child {
      background: none;
      color: #EC008C; }
      .btnbottoms .bottom:last-child:hover {
        background: #EC008C;
        color: #fff; }

.sidebar,
.sidebarfilter {
  position: fixed;
  top: 0;
  left: -480px;
  width: 480px;
  height: 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: 1005; }
  .sidebar.active,
  .sidebarfilter.active {
    left: 0px; }
  @media (max-width: 600px) {
    .sidebar,
    .sidebarfilter {
      width: 100%;
      left: -100%; } }
  .sidebar .minhead,
  .sidebarfilter .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #F3F4F6; }
    .sidebar .minhead .title,
    .sidebarfilter .minhead .title {
      font-size: 24px; }
      .sidebar .minhead .title .counter,
      .sidebarfilter .minhead .title .counter {
        color: #EC008C; }
    .sidebar .minhead .close-sidebar,
    .sidebarfilter .minhead .close-sidebar {
      cursor: pointer;
      color: #BD3C2F;
      font-size: 40px; }
  .sidebar .cards-container,
  .sidebarfilter .cards-container {
    padding: 20px;
    height: calc(100% - 200px);
    overflow-y: scroll; }
    .sidebar .cards-container li,
    .sidebarfilter .cards-container li {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px; }
      .sidebar .cards-container li:last-child,
      .sidebarfilter .cards-container li:last-child {
        margin: 0px; }
      .sidebar .cards-container li .photo,
      .sidebarfilter .cards-container li .photo {
        position: relative;
        min-width: 120px;
        max-width: 120px;
        height: 120px; }
        @media (max-width: 999px) {
          .sidebar .cards-container li .photo,
          .sidebarfilter .cards-container li .photo {
            min-width: 100px;
            max-width: 100px;
            height: 100px; } }
        .sidebar .cards-container li .photo img,
        .sidebarfilter .cards-container li .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .sidebar .cards-container li .title,
      .sidebarfilter .cards-container li .title {
        font-size: 20px;
        font-weight: 400; }
      .sidebar .cards-container li .price,
      .sidebarfilter .cards-container li .price {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin-top: 4px; }
        .sidebar .cards-container li .price span,
        .sidebarfilter .cards-container li .price span {
          font-size: 18px; }
          .sidebar .cards-container li .price span.new,
          .sidebarfilter .cards-container li .price span.new {
            color: #EC008C; }
          .sidebar .cards-container li .price span.old,
          .sidebarfilter .cards-container li .price span.old {
            text-decoration: line-through; }
          .sidebar .cards-container li .price span i,
          .sidebarfilter .cards-container li .price span i {
            font-size: 14px;
            font-style: normal; }
      .sidebar .cards-container li .sale,
      .sidebarfilter .cards-container li .sale {
        position: absolute;
        left: 8px;
        top: 8px;
        font-size: 14px;
        border-radius: 3px 10px 10px 3px;
        background: #EC008C;
        color: #fff;
        text-transform: capitalize;
        padding: 0px 8px; }
      .sidebar .cards-container li .flex,
      .sidebarfilter .cards-container li .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px; }
        .sidebar .cards-container li .flex .remove-btn,
        .sidebarfilter .cards-container li .flex .remove-btn {
          display: flex;
          align-items: center;
          justify-content: center;
          background: #F3F4F6;
          width: 30px;
          height: 30px;
          cursor: pointer;
          color: #EC008C;
          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; }
          .sidebar .cards-container li .flex .remove-btn:hover,
          .sidebarfilter .cards-container li .flex .remove-btn:hover {
            background: #ddd; }
  .sidebar .cart-summary,
  .sidebarfilter .cart-summary {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #F3F4F6;
    z-index: 10; }
    .sidebar .cart-summary .btnbottoms,
    .sidebarfilter .cart-summary .btnbottoms {
      border: 0px;
      padding: 0px;
      margin-top: 12px; }
    .sidebar .cart-summary .total,
    .sidebarfilter .cart-summary .total {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .sidebar .cart-summary .total p,
      .sidebar .cart-summary .total .price,
      .sidebarfilter .cart-summary .total p,
      .sidebarfilter .cart-summary .total .price {
        color: #000;
        font-size: 18px;
        font-weight: 600; }
      .sidebar .cart-summary .total .price,
      .sidebarfilter .cart-summary .total .price {
        color: #EC008C; }
        .sidebar .cart-summary .total .price i,
        .sidebarfilter .cart-summary .total .price i {
          font-size: 14px;
          font-style: normal; }
  .sidebar .accordion,
  .sidebarfilter .accordion {
    width: 100%; }
    .sidebar .accordion .accordion-item,
    .sidebarfilter .accordion .accordion-item {
      position: relative;
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-radius: 0px;
      border: 0px;
      border-bottom: 1px solid #F3F4F6; }
      .sidebar .accordion .accordion-item:last-child,
      .sidebarfilter .accordion .accordion-item:last-child {
        margin: 0px; }
      .sidebar .accordion .accordion-item .accordion-header,
      .sidebarfilter .accordion .accordion-item .accordion-header {
        position: relative;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer; }
        .sidebar .accordion .accordion-item .accordion-header:after,
        .sidebarfilter .accordion .accordion-item .accordion-header:after {
          content: '+';
          position: absolute;
          right: 0px;
          font-size: 30px;
          font-weight: 500;
          color: #000;
          transition: transform 0.3s ease; }
        .sidebar .accordion .accordion-item .accordion-header.active:after,
        .sidebarfilter .accordion .accordion-item .accordion-header.active:after {
          content: '-'; }
  .sidebar .accordion-content,
  .sidebarfilter .accordion-content {
    display: none; }
  .sidebar .che-box,
  .sidebarfilter .che-box {
    display: block;
    width: 100%;
    margin-top: 12px !important; }
  .sidebar .selectfilter,
  .sidebarfilter .selectfilter {
    position: relative;
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F3F4F6; }
    .sidebar .selectfilter:last-child,
    .sidebarfilter .selectfilter:last-child {
      padding: 0px;
      border: 0px; }
    .sidebar .selectfilter .title,
    .sidebarfilter .selectfilter .title {
      font-size: 18px; }
    .sidebar .selectfilter .stylebar,
    .sidebarfilter .selectfilter .stylebar {
      position: relative;
      margin: auto;
      width: 100%;
      height: 2px;
      background: #e9e9e9;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      margin-top: 16px; }
      .sidebar .selectfilter .stylebar .ui-slider-handle,
      .sidebarfilter .selectfilter .stylebar .ui-slider-handle {
        position: absolute;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #fff;
        border: 2px solid #EC008C;
        cursor: pointer;
        outline: none;
        margin-top: -8px; }
        .sidebar .selectfilter .stylebar .ui-slider-handle:last-child,
        .sidebarfilter .selectfilter .stylebar .ui-slider-handle:last-child {
          margin-left: -14px; }
      .sidebar .selectfilter .stylebar .ui-slider-range,
      .sidebarfilter .selectfilter .stylebar .ui-slider-range {
        position: absolute;
        background: #EC008C;
        height: 2px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
    .sidebar .selectfilter .bottom,
    .sidebarfilter .selectfilter .bottom {
      width: 100%;
      gap: 8px; }
    .sidebar .selectfilter .pr-input,
    .sidebarfilter .selectfilter .pr-input {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 24px;
      gap: 24px; }
      .sidebar .selectfilter .pr-input .input-box,
      .sidebarfilter .selectfilter .pr-input .input-box {
        position: relative;
        display: flex;
        align-items: center;
        background: #F3F4F6;
        border-radius: 60px;
        overflow: hidden; }
        .sidebar .selectfilter .pr-input .input-box .currency,
        .sidebarfilter .selectfilter .pr-input .input-box .currency {
          position: absolute;
          left: 16px;
          text-transform: uppercase; }
      .sidebar .selectfilter .pr-input input,
      .sidebarfilter .selectfilter .pr-input input {
        outline: none;
        outline-style: none;
        color: #000;
        width: 100%;
        height: 100%;
        line-height: 12px;
        background: #F3F4F6;
        padding: 12px 16px;
        text-align: right;
        font-weight: 600; }

.sidebarfilter {
  overflow-y: scroll; }

.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; }

.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: 1004; }
  .overlaybox.active {
    opacity: 1;
    visibility: visible; }

.contacts {
  background: #cccccc1f; }
  .contacts .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px; }
    @media (max-width: 999px) {
      .contacts .container {
        grid-template-columns: 1fr; } }
  .contacts .item .tag {
    color: #EC008C; }
  .contacts .item .title {
    font-size: 28px; }
  .contacts .item p {
    text-align: justify; }
  .contacts .item .rowbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px; }
    .contacts .item .rowbox .infocontact .title {
      color: #EC008C;
      font-size: 18px;
      font-weight: 500; }
    .contacts .item .rowbox .infocontact a {
      -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; }
      .contacts .item .rowbox .infocontact a:hover {
        color: #EC008C; }
  .contacts .item .innermap {
    background: #fff;
    margin-top: 12px; }
    .contacts .item .innermap iframe {
      border: 0px;
      width: 100%;
      height: 200px;
      border-radius: 8px; }
  .contacts .item .social-shear {
    justify-content: flex-start; }

.privatepolicy,
.terms {
  background: #cccccc1f;
  overflow: inherit !important; }
  .privatepolicy .container,
  .terms .container {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 200px 1fr;
    gap: 24px; }
    @media (max-width: 999px) {
      .privatepolicy .container,
      .terms .container {
        grid-template-columns: repeat(1, 1fr); } }
  .privatepolicy .scroll,
  .terms .scroll {
    position: sticky;
    top: 120px; }
    @media (max-width: 999px) {
      .privatepolicy .scroll,
      .terms .scroll {
        display: none; } }
  .privatepolicy .listmenu,
  .terms .listmenu {
    width: 100%;
    overflow: hidden; }
    .privatepolicy .listmenu a,
    .terms .listmenu a {
      position: relative;
      display: flex;
      margin-bottom: 8px;
      color: #000;
      background: #fff;
      font-weight: 500;
      padding: 8px 16px;
      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;
      text-transform: capitalize; }
      .privatepolicy .listmenu a.active, .privatepolicy .listmenu a:hover,
      .terms .listmenu a.active,
      .terms .listmenu a:hover {
        background: #EC008C;
        color: #fff; }
  .privatepolicy p,
  .terms p {
    margin-top: 12px; }

.faq {
  background: #cccccc1f; }
  .faq .accordion {
    width: 100%; }
    .faq .accordion .accordion-item {
      position: relative;
      padding: 16px;
      margin-bottom: 16px;
      border-radius: 8px;
      border: 0px;
      border-bottom: 1px solid #F3F4F6; }
      .faq .accordion .accordion-item:last-child {
        margin: 0px; }
      .faq .accordion .accordion-item .accordion-header {
        position: relative;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer; }
        .faq .accordion .accordion-item .accordion-header:after {
          content: '+';
          position: absolute;
          right: 0px;
          font-size: 30px;
          font-weight: 500;
          color: #000;
          transition: transform 0.3s ease; }
        .faq .accordion .accordion-item .accordion-header.active {
          color: #EC008C; }
          .faq .accordion .accordion-item .accordion-header.active:after {
            content: '-'; }
  .faq .accordion-content {
    display: none;
    margin-top: 8px; }

.framer-container {
  position: relative;
  width: 100%;
  padding: 64px 0px;
  overflow: hidden;
  background: linear-gradient(180deg, #ec008c14 54.343284104%, #ec008c75 100%); }
  @media (max-width: 999px) {
    .framer-container {
      padding: 32px 0px;
      height: auto; } }
  .framer-container .tag {
    display: block;
    text-transform: capitalize;
    text-align: center;
    color: #EC008C; }
  .framer-container .title {
    max-width: 800px;
    font-size: 44px;
    text-align: center; }
    @media (max-width: 999px) {
      .framer-container .title {
        font-size: 24px; } }
  .framer-container .container {
    max-width: 1330px;
    height: 100%; }
    @media (max-width: 999px) {
      .framer-container .container {
        max-width: 720px; } }
    @media (max-width: 767px) {
      .framer-container .container {
        max-width: 540px; } }
  .framer-container .itemone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%; }
    @media (max-width: 1199px) {
      .framer-container .itemone {
        justify-content: center; } }
    .framer-container .itemone .squareimg:nth-child(1) {
      margin-left: -10%; }
    .framer-container .itemone .squareimg:nth-child(3) {
      margin-right: -10%; }
  .framer-container .squareimg {
    width: 320px;
    height: 234px;
    background: #fff;
    border-radius: 16px;
    padding: 8px;
    box-shadow: rgba(153, 153, 153, 0.13) 0px 5px 13px 0px; }
    @media (max-width: 1199px) {
      .framer-container .squareimg {
        display: none; } }
  .framer-container .itemtow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    margin: 80px auto 0px auto; }
    @media (max-width: 1199px) {
      .framer-container .itemtow {
        display: none; } }
    .framer-container .itemtow .squareimg {
      width: 228px;
      height: 254px; }
      .framer-container .itemtow .squareimg:nth-child(2) {
        width: 284px;
        height: 180px; }
  .framer-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px; }

.ourvision .container {
  max-width: 1100px; }
  @media (max-width: 999px) {
    .ourvision .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .ourvision .container {
      max-width: 540px; } }
.ourvision .tag {
  display: block;
  text-transform: capitalize;
  text-align: center;
  color: #EC008C; }
.ourvision .numbers {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    .ourvision .numbers {
      flex-wrap: wrap; } }
  .ourvision .numbers .innernumber {
    margin-top: 48px;
    min-width: 16%; }
    @media (max-width: 999px) {
      .ourvision .numbers .innernumber {
        margin-top: 24px;
        min-width: 50%; } }
    @media (max-width: 500px) {
      .ourvision .numbers .innernumber {
        min-width: 100%; } }
    .ourvision .numbers .innernumber .title {
      text-align: center;
      color: #EC008C; }
    .ourvision .numbers .innernumber p {
      margin-top: 4px;
      text-align: center; }
.ourvision .item {
  display: flex;
  align-items: center;
  margin-top: 48px; }
  @media (max-width: 999px) {
    .ourvision .item {
      max-width: 100%;
      flex: 100%;
      margin-top: 24px; }
      .ourvision .item:last-child {
        order: -1; } }
  .ourvision .item p {
    margin-top: 12px; }
.ourvision .photo {
  width: 100%;
  height: 522px;
  border-radius: 12px;
  background: #F3F4F6;
  overflow: hidden; }
  @media (max-width: 999px) {
    .ourvision .photo {
      height: 320px; } }
  .ourvision .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-page-team {
  background: #fef5f5; }
  .about-page-team .text {
    margin-top: 12px; }
  .about-page-team .item {
    margin-top: 48px; }
    @media (max-width: 999px) {
      .about-page-team .item {
        margin-top: 24px;
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .about-page-team .item {
        max-width: 100%;
        flex: 100%; } }
  .about-page-team .team-one__single {
    position: relative;
    display: block; }
  .about-page-team .team-one__img {
    position: relative;
    display: block;
    width: 100%;
    height: 340px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: all 500ms ease; }
    .about-page-team .team-one__img:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: #1b18254d;
      width: 0%;
      transform: translateY(100%);
      transition: all 500ms ease;
      border-radius: 8px;
      z-index: 1; }
    .about-page-team .team-one__img img {
      width: 100%;
      border-radius: 8px;
      transition: all 500ms ease;
      transform: scale(1); }
  .about-page-team .social-shear {
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    margin: 0px;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 500ms ease; }
    .about-page-team .social-shear a::before {
      display: none; }
    .about-page-team .social-shear a:hover {
      background: #fff; }
  .about-page-team .team-one__single:hover .social-shear {
    transform: scaleY(1);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .about-page-team .team-one__content {
    position: relative;
    display: block;
    text-align: center;
    padding: 23px 0 26px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 500ms ease;
    z-index: 1; }
    .about-page-team .team-one__content:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      border-bottom: 4px solid #EC008C;
      transform: scaleY(0);
      z-index: -1; }
  .about-page-team .team-one__name {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #9c005d; }
  .about-page-team .team-one__title {
    font-weight: 500;
    text-align: center; }
  .about-page-team .team-one__single:hover .team-one__img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .about-page-team .team-one__single:hover .team-one__img:before {
      transform: translateY(0);
      width: 100%;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .about-page-team .team-one__single:hover .team-one__img img {
      transform: scale(1.05);
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  .about-page-team .team-one__single:hover .team-one__content {
    background: #fff; }
    .about-page-team .team-one__single:hover .team-one__content:before {
      transform: scaleY(1); }

.loginpage,
.forgot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #cccccc1f; }
  .loginpage::before,
  .forgot::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 55%, 100% 40%, 100% 100%, 0% 100%);
    background-color: #9c005d; }
  .loginpage .title,
  .forgot .title {
    font-size: 24px;
    text-align: center;
    margin-top: 12px; }
  .loginpage p,
  .forgot p {
    text-align: center;
    margin-top: 4px; }
  .loginpage .boxform,
  .forgot .boxform {
    position: relative;
    margin: 0px auto;
    width: calc(548px - 24px);
    padding: 12px; }
    @media (max-width: 767px) {
      .loginpage .boxform,
      .forgot .boxform {
        width: 100%; } }
    .loginpage .boxform .inner,
    .forgot .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 {
        text-align: center; }
        .loginpage .boxform .inner .logo img,
        .forgot .boxform .inner .logo img {
          max-width: 174px; }
  .loginpage .text,
  .forgot .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 {
      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: #EC008C; }

.tosignup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #000;
  gap: 4px;
  margin-top: 24px; }
  .tosignup a {
    text-decoration: underline;
    color: #EC008C; }
    .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; }

.signup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 12px;
  min-height: 100vh;
  background: #cccccc1f; }
  .signup .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 60px #0000000d; }
    @media (max-width: 767px) {
      .signup .inner {
        grid-template-columns: repeat(1, 1fr); } }
    .signup .inner .photo {
      position: relative;
      height: 100%;
      background: #fbcdcd; }
      @media (max-width: 767px) {
        .signup .inner .photo {
          display: none; } }
      .signup .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .signup .inner .inputs {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px; }
      .signup .inner .inputs .title,
      .signup .inner .inputs p {
        text-align: center; }
      .signup .inner .inputs p {
        margin-top: 4px; }

.shoppingcart,
.payment {
  background: #cccccc1f;
  overflow: inherit; }
  @media (max-width: 999px) {
    .shoppingcart .item,
    .payment .item {
      width: 100%;
      margin-bottom: 24px; }
      .shoppingcart .item:last-child,
      .payment .item:last-child {
        margin: 0px; } }
  .shoppingcart .item .table,
  .payment .item .table {
    margin: 0px;
    vertical-align: middle; }
    .shoppingcart .item .table tr:last-child td,
    .payment .item .table tr:last-child td {
      border-bottom: none; }
  .shoppingcart .item .inner,
  .payment .item .inner {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    overflow: hidden; }
    .shoppingcart .item .inner.scroll,
    .payment .item .inner.scroll {
      position: sticky;
      top: 114px;
      padding: 20px; }
    .shoppingcart .item .inner .flexproperty,
    .payment .item .inner .flexproperty {
      display: flex;
      align-items: center;
      gap: 12px; }
      .shoppingcart .item .inner .flexproperty .photo,
      .payment .item .inner .flexproperty .photo {
        display: block;
        position: relative;
        min-width: 100px;
        max-width: 100px;
        height: 100px;
        border-radius: 4px;
        overflow: hidden; }
        .shoppingcart .item .inner .flexproperty .photo img,
        .payment .item .inner .flexproperty .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .shoppingcart .item .inner .flexproperty .title,
      .payment .item .inner .flexproperty .title {
        display: block;
        font-size: 20px;
        font-weight: 400; }
        .shoppingcart .item .inner .flexproperty .title:hover,
        .payment .item .inner .flexproperty .title:hover {
          color: #EC008C; }
      .shoppingcart .item .inner .flexproperty .removeitem,
      .payment .item .inner .flexproperty .removeitem {
        text-decoration: underline;
        color: #EC008C;
        cursor: pointer; }
        .shoppingcart .item .inner .flexproperty .removeitem:hover,
        .payment .item .inner .flexproperty .removeitem:hover {
          text-decoration: none; }
    .shoppingcart .item .inner .price,
    .payment .item .inner .price {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
      margin-top: 4px; }
      .shoppingcart .item .inner .price span,
      .payment .item .inner .price span {
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .shoppingcart .item .inner .price span.old,
        .payment .item .inner .price span.old {
          text-decoration: line-through; }
        .shoppingcart .item .inner .price span i,
        .payment .item .inner .price span i {
          font-size: 14px;
          font-style: normal; }
    .shoppingcart .item .inner .list li,
    .payment .item .inner .list li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 8px; }
      .shoppingcart .item .inner .list li p,
      .shoppingcart .item .inner .list li span,
      .payment .item .inner .list li p,
      .payment .item .inner .list li span {
        font-weight: 500; }
    .shoppingcart .item .inner .totalprice,
    .payment .item .inner .totalprice {
      display: flex;
      justify-content: space-between;
      border-top: 1px solid #e9e9e9;
      padding-top: 16px;
      margin-top: 16px; }
      .shoppingcart .item .inner .totalprice p,
      .shoppingcart .item .inner .totalprice span,
      .payment .item .inner .totalprice p,
      .payment .item .inner .totalprice span {
        font-size: 18px;
        font-weight: 700;
        color: #000; }
  .shoppingcart .bottom,
  .payment .bottom {
    padding: 0px; }
  .shoppingcart .fieldcode,
  .payment .fieldcode {
    position: relative;
    margin-bottom: 24px; }
    .shoppingcart .fieldcode .form-control,
    .payment .fieldcode .form-control {
      width: 100%;
      padding-right: 117px; }
    .shoppingcart .fieldcode .bottom,
    .payment .fieldcode .bottom {
      position: absolute;
      right: 1px;
      top: 1px;
      height: calc(100% - 2px);
      border-radius: 0px 0.375rem 0.375rem 0px;
      min-width: 100px;
      background: #fbcdcd;
      color: #9c005d; }
      .shoppingcart .fieldcode .bottom:hover,
      .payment .fieldcode .bottom:hover {
        background: #EC008C;
        color: #fff; }

.payment .item .inner .flexproperty {
  margin-bottom: 12px; }
  .payment .item .inner .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; }
  .payment .item .inner .flexproperty .photo {
    min-width: 80px;
    max-width: 80px;
    height: 80px; }
  .payment .item .inner .flexproperty .price {
    gap: 4px;
    align-items: flex-end;
    font-size: 18px;
    margin-top: 4px;
    color: #EC008C; }
    .payment .item .inner .flexproperty .price i {
      font-size: 14px;
      font-style: normal; }
.payment .method {
  padding: 20px; }
  .payment .method .title {
    font-size: 24px; }
  .payment .method .che-box {
    width: 100%;
    margin-top: 12px !important; }
    .payment .method .che-box.m-cash {
      border-bottom: 1px solid #F3F4F6;
      padding-bottom: 12px; }
.payment .hidebank {
  width: 100%;
  display: none;
  margin-top: 24px; }
  .payment .hidebank .items-img {
    display: flex; }
    .payment .hidebank .items-img img {
      max-width: 100%; }
  .payment .hidebank .field {
    position: relative;
    margin-top: 24px; }
    .payment .hidebank .field label {
      font-weight: 400;
      color: #000; }
      .payment .hidebank .field label em {
        color: #BD3C2F; }
    .payment .hidebank .field .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;
      box-shadow: none;
      border: 1px solid #F3F4F6 !important; }
      .payment .hidebank .field .form-control:focus, .payment .hidebank .field .form-control:hover, .payment .hidebank .field .form-control:focus-visible {
        border: 1px solid #EC008C;
        outline: 0;
        outline-style: none;
        box-shadow: none; }
      .payment .hidebank .field .form-control:focus {
        border: 1px solid #f87412 !important; }

.complete {
  background: #cccccc1f; }
  .complete .completetext {
    margin: 0px auto;
    width: 500px;
    text-align: center;
    background: #fff;
    padding: 48px 24px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box; }
    @media (max-width: 991px) {
      .complete .completetext {
        width: 100%; } }
    .complete .completetext .logo {
      margin-bottom: 12px; }
      .complete .completetext .logo img {
        max-width: 110px; }
    .complete .completetext .alertchick svg {
      max-width: 80px;
      fill: #00bb4c; }
    .complete .completetext .alertchick p {
      font-size: 25px;
      margin-top: 12px;
      color: #000;
      text-align: center; }
    .complete .completetext .textorder {
      margin-top: 32px; }
      .complete .completetext .textorder .textnamber {
        font-size: 20px;
        color: #000;
        text-align: center; }
      .complete .completetext .textorder .namber {
        display: block;
        margin-top: 16px;
        font-size: 20px;
        color: #EC008C;
        text-align: center; }
    .complete .completetext .bottom {
      margin-top: 32px; }

.iconuser {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #EC008C;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 8px;
  cursor: pointer;
  display: none; }
  @media (max-width: 991px) {
    .iconuser {
      display: flex; } }
  .iconuser svg,
  .iconuser img {
    max-width: 20px;
    max-height: 20px;
    fill: #fff; }

.profile {
  background: #cccccc1f; }
  @media (max-width: 999px) {
    .profile .itemuser {
      position: fixed;
      height: 100%;
      top: 0px;
      left: -100%;
      padding: 0px;
      z-index: 1009;
      min-width: 280px;
      margin: 0px;
      overflow: hidden;
      overflow-y: scroll;
      -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; }
      .profile .itemuser ::-webkit-scrollbar {
        width: 4px; }
      .profile .itemuser.active {
        left: 0px; }
      .profile .itemuser .inner {
        border-radius: 0px !important; } }
  .profile .itemuser .clos-user {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    display: none;
    color: #BD3C2F;
    font-size: 40px;
    z-index: 10; }
    @media (max-width: 991px) {
      .profile .itemuser .clos-user {
        display: block; } }
  .profile .itemuser .inner {
    position: relative;
    width: 100%;
    padding: 16px;
    padding-top: 32px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e9e9e9;
    overflow: hidden; }
    .profile .itemuser .inner .imgcent {
      position: relative;
      width: 140px;
      height: 140px;
      border-radius: 12px;
      background: #F3F4F6;
      margin: 0px auto;
      overflow: hidden; }
      .profile .itemuser .inner .imgcent .img_prev {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .profile .itemuser .inner .imgcent .file-bro {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 8px;
        bottom: 8px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #fff;
        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; }
        .profile .itemuser .inner .imgcent .file-bro svg {
          max-width: 24px;
          height: 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; }
        .profile .itemuser .inner .imgcent .file-bro:hover {
          background: #EC008C; }
          .profile .itemuser .inner .imgcent .file-bro:hover svg path {
            stroke: #fff; }
    .profile .itemuser .inner .title {
      text-align: center;
      font-size: 22px;
      font-weight: 500;
      margin-top: 16px; }
    .profile .itemuser .inner .email {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: center;
      font-weight: 400;
      margin-top: 4px; }
    .profile .itemuser .inner .listmenu {
      margin-top: 16px; }
      .profile .itemuser .inner .listmenu a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 12px;
        margin-bottom: 12px;
        background: #F3F4F6;
        border-radius: 8px;
        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; }
        .profile .itemuser .inner .listmenu a:last-child {
          margin: 0px; }
        .profile .itemuser .inner .listmenu a:hover, .profile .itemuser .inner .listmenu a.active {
          background: #EC008C;
          color: #fff; }
          .profile .itemuser .inner .listmenu a:hover .icon svg,
          .profile .itemuser .inner .listmenu a:hover .icon img, .profile .itemuser .inner .listmenu a.active .icon svg,
          .profile .itemuser .inner .listmenu a.active .icon img {
            fill: #fff; }
        .profile .itemuser .inner .listmenu a .icon {
          display: flex; }
          .profile .itemuser .inner .listmenu a .icon svg,
          .profile .itemuser .inner .listmenu a .icon img {
            fill: #000;
            width: 18px;
            height: 18px; }
        .profile .itemuser .inner .listmenu a span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          color: #fff;
          text-transform: capitalize;
          font-weight: 500;
          -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; }
        .profile .itemuser .inner .listmenu a .number {
          position: absolute;
          top: 12px;
          right: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          height: 20px;
          background: #BD3C2F;
          color: #fff;
          border-radius: 50%;
          font-size: 14px;
          font-style: normal; }
  @media (max-width: 999px) {
    .profile .item {
      width: 100%; } }
  .profile .item .innerprofile {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px; }
    .profile .item .innerprofile .mintitle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #e9e9e9;
      padding: 16px 24px; }
      .profile .item .innerprofile .mintitle .title {
        font-size: 24px; }
        .profile .item .innerprofile .mintitle .title span {
          color: #BD3C2F; }
      .profile .item .innerprofile .mintitle .bottom {
        background: none;
        border: 1px solid #EC008C;
        color: #EC008C; }
        .profile .item .innerprofile .mintitle .bottom:hover {
          background: #EC008C;
          color: #fff; }
    .profile .item .innerprofile #no-address,
    .profile .item .innerprofile .requests.no-items {
      display: none;
      padding: 0px 24px 48px 24px;
      text-align: center; }
    .profile .item .innerprofile .subinner {
      width: 100%;
      padding: 24px;
      padding-top: 0px; }
    .profile .item .innerprofile .requests {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #BD3C2F;
      font-size: 18px;
      text-transform: capitalize; }
    .profile .item .innerprofile .bottom {
      max-width: 160px; }
    .profile .item .innerprofile .table {
      margin: 0px;
      vertical-align: middle; }
      .profile .item .innerprofile .table th,
      .profile .item .innerprofile .table td {
        padding: 0.5rem 0.5rem 0.5rem 0px; }
      .profile .item .innerprofile .table tr:last-child td {
        border-bottom: none; }
    .profile .item .innerprofile .delivered {
      color: #00bb4c; }
    .profile .item .innerprofile .inprogress {
      color: #f87412; }
    .profile .item .innerprofile .nodelivered {
      color: #BD3C2F; }
    .profile .item .innerprofile .flexproperty {
      display: flex;
      align-items: center;
      gap: 12px; }
      .profile .item .innerprofile .flexproperty .photo {
        display: block;
        position: relative;
        min-width: 60px;
        max-width: 60px;
        height: 60px;
        border-radius: 4px;
        overflow: hidden; }
        .profile .item .innerprofile .flexproperty .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .profile .item .innerprofile .flexproperty .title {
        display: block;
        font-size: 20px;
        font-weight: 400; }
        .profile .item .innerprofile .flexproperty .title:hover {
          color: #EC008C; }
      .profile .item .innerprofile .flexproperty .removeitem {
        text-decoration: underline;
        color: #EC008C;
        cursor: pointer; }
        .profile .item .innerprofile .flexproperty .removeitem:hover {
          text-decoration: none; }
    .profile .item .innerprofile .price {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
      margin-top: 4px; }
      .profile .item .innerprofile .price span {
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .profile .item .innerprofile .price span.old {
          text-decoration: line-through; }
        .profile .item .innerprofile .price span i {
          font-size: 14px;
          font-style: normal; }
    .profile .item .innerprofile .contactorders {
      padding: 24px; }
      .profile .item .innerprofile .contactorders li {
        position: relative;
        background: #fff;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        background-clip: padding-box;
        overflow: hidden;
        background: #F3F4F6;
        padding: 16px;
        margin-bottom: 12px; }
        .profile .item .innerprofile .contactorders li:last-child {
          margin: 0px; }
        .profile .item .innerprofile .contactorders li .title {
          font-size: 18px;
          font-weight: 500;
          -webkit-line-clamp: inherit; }
        .profile .item .innerprofile .contactorders li .date {
          display: flex;
          align-items: center;
          gap: 8px;
          margin-top: 8px; }
          .profile .item .innerprofile .contactorders li .date svg,
          .profile .item .innerprofile .contactorders li .date img {
            fill: #EC008C;
            min-width: 18px;
            max-width: 18px;
            height: 18px; }
      .profile .item .innerprofile .contactorders p {
        margin-top: 8px; }
      .profile .item .innerprofile .contactorders .action {
        display: flex;
        flex-wrap: wrap;
        margin-top: 16px;
        padding-top: 12px;
        border-top: 1px solid #D9D9D9; }
        .profile .item .innerprofile .contactorders .action a {
          display: flex;
          align-items: center;
          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;
          margin-left: 24px; }
          .profile .item .innerprofile .contactorders .action a:last-child {
            margin: 0px; }
          .profile .item .innerprofile .contactorders .action a:hover {
            color: #EC008C; }
          .profile .item .innerprofile .contactorders .action a svg {
            min-width: 16px;
            max-width: 16px;
            height: 16px;
            margin-left: 8px; }
    .profile .item .innerprofile #address-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      padding: 24px; }
      @media (max-width: 999px) {
        .profile .item .innerprofile #address-list {
          grid-template-columns: repeat(1, 1fr); } }
      .profile .item .innerprofile #address-list li {
        padding: 16px;
        background: #F3F4F6;
        border-radius: 12px; }
        .profile .item .innerprofile #address-list li p {
          text-transform: capitalize;
          margin-bottom: 4px; }
          .profile .item .innerprofile #address-list li p strong {
            font-weight: 500; }
        .profile .item .innerprofile #address-list li .actions {
          display: flex;
          align-items: center;
          gap: 16px;
          flex-wrap: wrap;
          margin-top: 16px;
          padding-top: 12px;
          border-top: 1px solid #D9D9D9; }
          .profile .item .innerprofile #address-list li .actions a {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #000;
            text-transform: capitalize;
            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; }
            .profile .item .innerprofile #address-list li .actions a:hover {
              color: #EC008C; }
            .profile .item .innerprofile #address-list li .actions a svg {
              min-width: 16px;
              max-width: 16px;
              height: 16px; }
  .profile .rowbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 24px; }
    @media (max-width: 999px) {
      .profile .rowbox {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 450px) {
      .profile .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .profile .subitem {
    background: #fff;
    background: #F3F4F6;
    padding-bottom: 12px; }
    .profile .subitem:hover .quick-view,
    .profile .subitem:hover .addfavorite,
    .profile .subitem:hover .addcart,
    .profile .subitem:hover .removeitem {
      right: 16px; }
    .profile .subitem .inner {
      position: relative;
      overflow: hidden; }
    .profile .subitem .photo {
      display: block;
      position: relative;
      background: #F3F4F6;
      width: 100%;
      height: 340px;
      overflow: hidden; }
      @media (max-width: 999px) {
        .profile .subitem .photo {
          height: 240px; } }
      .profile .subitem .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .profile .subitem .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; }
      .profile .subitem .title:hover {
        color: #9c005d; }
    .profile .subitem .quick-view,
    .profile .subitem .addfavorite,
    .profile .subitem .addcart,
    .profile .subitem .remova,
    .profile .subitem .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; }
      .profile .subitem .quick-view:hover .tooltip-text,
      .profile .subitem .addfavorite:hover .tooltip-text,
      .profile .subitem .addcart:hover .tooltip-text,
      .profile .subitem .remova:hover .tooltip-text,
      .profile .subitem .removeitem:hover .tooltip-text {
        visibility: visible;
        opacity: 1; }
      .profile .subitem .quick-view svg,
      .profile .subitem .addfavorite svg,
      .profile .subitem .addcart svg,
      .profile .subitem .remova svg,
      .profile .subitem .removeitem svg {
        width: 24px;
        height: 24px; }
      .profile .subitem .quick-view .tooltip-text,
      .profile .subitem .addfavorite .tooltip-text,
      .profile .subitem .addcart .tooltip-text,
      .profile .subitem .remova .tooltip-text,
      .profile .subitem .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; }
        .profile .subitem .quick-view .tooltip-text::after,
        .profile .subitem .addfavorite .tooltip-text::after,
        .profile .subitem .addcart .tooltip-text::after,
        .profile .subitem .remova .tooltip-text::after,
        .profile .subitem .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; }
    .profile .subitem .quick-view svg {
      width: 32px;
      height: 32px; }
    .profile .subitem .removeitem svg {
      width: 20px;
      height: 20px; }
    .profile .subitem .addfavorite,
    .profile .subitem .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; }
      .profile .subitem .addfavorite.active svg path,
      .profile .subitem .removeitem.active svg path {
        fill: #EC008C; }
    .profile .subitem .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; }
    .profile .subitem .price {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      width: 100%;
      margin-top: 4px; }
      .profile .subitem .price span {
        font-size: 18px; }
        .profile .subitem .price span.new {
          color: #EC008C; }
        .profile .subitem .price span.old {
          text-decoration: line-through; }
        .profile .subitem .price span i {
          font-size: 14px;
          font-style: normal; }
    .profile .subitem .sale {
      position: absolute;
      left: 16px;
      top: 16px;
      font-size: 14px;
      border-radius: 3px 10px 10px 3px;
      background: #EC008C;
      color: #fff;
      text-transform: capitalize;
      padding: 0px 8px; }

.modal {
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: #000000cc;
  padding: 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;
  z-index: 1004; }
  .modal .modal-content {
    width: 600px;
    margin: 0px auto; }
    @media (max-width: 767px) {
      .modal .modal-content {
        width: 100%; } }
  .modal .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #F3F4F6; }
    .modal .minhead .title {
      font-size: 24px; }
    .modal .minhead .close-btn {
      font-size: 40px;
      color: #BD3C2F;
      cursor: pointer; }

.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;
    position: relative;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    text-align: center;
    background: #EC008C;
    border-radius: 60px;
    font-weight: 600;
    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: #9c005d; }
    .error404 .bottom:focus {
      outline: none;
      outline-style: none;
      border: 0px; }

.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: #EC008C;
  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: #9c005d; }
  .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: #000;
  padding-top: 32px; }
  .footer .rowbox {
    display: grid;
    grid-template-columns: 450px 1fr 1fr;
    gap: 48px; }
    @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: 16px;
    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; } }
  @media (max-width: 999px) {
    .footer .item .logo {
      text-align: center; } }
  .footer .item .logo img {
    max-width: 100px; }
  .footer .item p {
    margin-top: 12px;
    color: #b3b3b3; }
    @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: #ffffff17;
      color: #fff;
      padding-right: 112px; }
      .footer .item .formsearch .form-control:focus {
        border: 1px solid #EC008C; }
    .footer .item .formsearch .bottom {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 100%;
      border-radius: 0px 0.375rem 0.375rem 0px;
      padding: 8px 16px; }
    .footer .item .formsearch input::placeholder {
      color: #b3b3b3;
      /* Standard syntax for modern browsers */
      opacity: 1;
      /* Corrects Firefox's default lower opacity */ }
    .footer .item .formsearch input::-webkit-input-placeholder {
      /* Chrome, Opera, Safari */
      color: #b3b3b3; }
    .footer .item .formsearch input:-moz-placeholder {
      /* Firefox 4-18 */
      color: #b3b3b3;
      opacity: 1; }
    .footer .item .formsearch input::-moz-placeholder {
      /* Firefox 19+ */
      color: #b3b3b3;
      opacity: 1; }
    .footer .item .formsearch input:-ms-input-placeholder {
      /* IE 10+ */
      color: #b3b3b3; }
  .footer .item .title {
    color: #fff;
    font-size: 24px; }
    @media (max-width: 999px) {
      .footer .item .title {
        text-align: center; } }
  .footer .item .media {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px; }
    @media (max-width: 999px) {
      .footer .item .media {
        justify-content: center; } }
    .footer .item .media svg,
    .footer .item .media img {
      min-width: 18px;
      min-height: 18px; }
    .footer .item .media .contant p,
    .footer .item .media .contant a {
      display: block;
      width: 100%;
      color: #b3b3b3;
      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 .contant a:hover {
      color: #EC008C; }
  .footer .item .social {
    margin-top: 16px; }
    @media (max-width: 999px) {
      .footer .item .social {
        justify-content: center; } }
  .footer .item .navmenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 12px; }
    .footer .item .navmenu a {
      display: block;
      position: relative;
      color: #b3b3b3;
      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: #EC008C; }
      @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 #ffffff14;
    margin-top: 48px; }
    .footer .copyright p,
    .footer .copyright a {
      display: flex;
      align-items: center;
      color: #b3b3b3; }
    @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 500 16px/28px "Lato", sans-serif; }

body.no-scroll {
  overflow: hidden; }

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

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

::-webkit-scrollbar-thumb {
  background-color: #EC008C;
  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: #EC008C;
    box-shadow: inset 0 0 0px 4px #fff; }
  .che-box input[type="checkbox"]:checked + .label-text:before {
    background: #EC008C url(../images/tick.svg) no-repeat center center;
    border: 1px solid #EC008C; }
  .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: 34px;
  font-weight: 700;
  line-height: 150%;
  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: 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: #EC008C;
  border-radius: 60px;
  font-weight: 600;
  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: #9c005d; }
  .bottom:focus {
    outline: none;
    outline-style: none;
    border: 0px; }

.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%); }

.headtitle {
  display: flex;
  align-items: center;
  justify-content: center; }
  .headtitle .title::before {
    content: "";
    position: absolute;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FBCDCD;
    z-index: -1; }
    @media (max-width: 999px) {
      .headtitle .title::before {
        width: 30px;
        height: 30px;
        left: -13px; } }

.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: #EC008C; }
  .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: #EC008C; }
      .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: #EC008C;
    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 #EC008C;
    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;
  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: #EC008C;
      font-size: 12px; }
      .pagination li:first-child a svg, .pagination li:last-child a svg {
        max-width: 12px;
        height: 12px;
        fill: #EC008C; }
    .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: #EC008C !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

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

.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 #EC008C;
    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 */
