.header {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1000;
  -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;
  -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);
  border-top: 6px solid #0e2521;
  padding: 12px 0px; }
  .header ::-webkit-scrollbar {
    width: 1px; }
  @media (max-width: 1199px) {
    .header {
      padding: 16px 0px; } }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 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;
    padding: 8px 0px; }
    @media (max-width: 1199px) {
      .header.sticky {
        padding: 12px 0px; } }
    @media (max-width: 600px) {
      .header.sticky {
        padding: 16px 0px; } }
    .header.sticky .logo img {
      max-width: 194px; }
      @media (max-width: 1199px) {
        .header.sticky .logo img {
          max-width: 148px; } }
      @media (max-width: 600px) {
        .header.sticky .logo img {
          max-width: 104px; } }
    .header.sticky #cssmenu ul ul {
      padding-top: 26px; }
      @media (max-width: 1199px) {
        .header.sticky #cssmenu ul ul {
          padding-top: 23px; } }
    .header.sticky .icons .dropdown .dropdown-menu.show {
      transform: none !important;
      top: 49px !important; }
      @media (max-width: 1199px) {
        .header.sticky .icons .dropdown .dropdown-menu.show {
          top: 46px !important; } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .header .container {
        max-width: 100%; } }
  .header .logo img {
    max-width: 205px;
    -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) {
      .header .logo img {
        max-width: 148px; } }
    @media (max-width: 600px) {
      .header .logo img {
        max-width: 104px; } }
  .header #cssmenu {
    position: relative;
    z-index: 10; }
    .header #cssmenu #menu-button {
      display: none; }
    .header #cssmenu ul {
      float: right; }
      .header #cssmenu ul li {
        float: right;
        position: relative;
        margin: 0px 12px; }
        @media (max-width: 1199px) {
          .header #cssmenu ul li {
            margin: 0px 8px; } }
        .header #cssmenu ul li:hover > ul {
          right: auto;
          z-index: 150; }
          .header #cssmenu ul li:hover > ul li {
            height: 40px; }
        .header #cssmenu ul li a {
          display: block;
          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;
          outline: none;
          color: #000;
          font-weight: 500; }
          .header #cssmenu ul li a svg {
            max-width: 12px;
            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; }
            @media (max-width: 991px) {
              .header #cssmenu ul li a svg {
                display: none; } }
          .header #cssmenu ul li a:hover, .header #cssmenu ul li a.active {
            color: #b79c7b; }
            .header #cssmenu ul li a:hover svg, .header #cssmenu ul li a.active svg {
              fill: #b79c7b;
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
          .header #cssmenu ul li a .hot {
            position: absolute;
            top: -20px;
            right: 28%;
            background: #D1362A;
            color: #fff;
            font-size: 11px;
            line-height: 17px;
            padding: 0px 8px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-clip: padding-box; }
            @media (max-width: 991px) {
              .header #cssmenu ul li a .hot {
                top: -8px; } }
            .header #cssmenu ul li a .hot:after {
              content: "";
              position: absolute;
              right: 12px;
              bottom: -4px;
              border-top: 5px solid #D1362A;
              border-right: 5px solid transparent;
              border-left: 5px solid transparent;
              height: 0px;
              width: 0px;
              z-index: 100; }
        .header #cssmenu ul li:hover a {
          color: #b79c7b; }
          .header #cssmenu ul li:hover a svg {
            fill: #b79c7b;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          .header #cssmenu ul li:hover a:after {
            width: 80%; }
      .header #cssmenu ul ul {
        position: absolute;
        top: 100%;
        right: -9999px;
        padding-top: 31px; }
        @media (max-width: 1199px) {
          .header #cssmenu ul ul {
            padding-top: 26px; } }
        @media (max-width: 991px) {
          .header #cssmenu ul ul {
            padding-top: 0px; } }
        .header #cssmenu ul ul li {
          margin: 0px !important;
          height: 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;
          background: #0e2521;
          padding: 0px 12px; }
          .header #cssmenu ul ul li.has-sub > a:after {
            content: '';
            position: absolute;
            top: 18px;
            right: 0px;
            left: auto;
            width: 8px;
            height: 2px;
            display: block;
            background: #fff; }
          .header #cssmenu ul ul li.has-sub > a:before {
            content: '';
            position: absolute;
            top: 15px;
            right: 3px;
            display: block;
            width: 2px;
            height: 8px;
            background: #fff; }
          .header #cssmenu ul ul li.has-sub:hover > a:before {
            top: 17px;
            height: 0px; }
          .header #cssmenu ul ul li.has-sub:hover > a::after {
            background: #b79c7b; }
          .header #cssmenu ul ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0px !important;
            min-width: 174px !important;
            height: auto !important;
            color: #f5f2f0 !important;
            font-size: 14px !important;
            border-bottom: 1px solid #ffffff1c; }
            .header #cssmenu ul ul li a:after {
              display: none; }
            .header #cssmenu ul ul li a:hover {
              color: #b79c7b !important;
              padding-right: 12px !important; }
          .header #cssmenu ul ul li ul {
            margin-left: 186px;
            padding: 0px !important;
            top: 0px !important;
            z-index: 170;
            padding-left: 8px !important; }
            .header #cssmenu ul ul li ul:after {
              display: none; }
          .header #cssmenu ul ul li:last-child a {
            border: 0px;
            padding-bottom: 0px; }
  .header .icons {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101; }
    .header .icons .dropdown .dropdown-toggle {
      display: flex;
      align-items: center; }
      .header .icons .dropdown .dropdown-toggle::after {
        display: none; }
      .header .icons .dropdown .dropdown-toggle p {
        width: 80px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #000; }
        @media (max-width: 500px) {
          .header .icons .dropdown .dropdown-toggle p {
            width: 28px; } }
      .header .icons .dropdown .dropdown-toggle .arrow {
        margin-left: 4px; }
        .header .icons .dropdown .dropdown-toggle .arrow svg {
          margin-left: 4px;
          max-width: 12px; }
    .header .icons .dropdown .dropdown-menu.show {
      margin-top: 0px;
      min-width: inherit;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box;
      width: 152px;
      padding: 4px 16px;
      transform: none !important;
      top: 54px !important;
      left: auto;
      right: 0px;
      border: 0px;
      z-index: 2;
      -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); }
      @media (max-width: 1199px) {
        .header .icons .dropdown .dropdown-menu.show {
          top: 50px !important; } }
      @media (max-width: 600px) {
        .header .icons .dropdown .dropdown-menu.show {
          top: 44px !important; } }
      .header .icons .dropdown .dropdown-menu.show .dropdown-item {
        display: inline-block;
        height: auto;
        margin: 0px;
        padding: 8px 0px;
        border: 0px;
        border-bottom: 1px solid #f5f2f0;
        background: none !important;
        font-size: 14px;
        -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-align: right; }
        .header .icons .dropdown .dropdown-menu.show .dropdown-item:last-child {
          border: 0px; }
        .header .icons .dropdown .dropdown-menu.show .dropdown-item:hover {
          color: #b79c7b; }
    .header .icons .loginicon,
    .header .icons .searchicon {
      margin-right: 16px;
      cursor: pointer; }
      @media (max-width: 1199px) {
        .header .icons .loginicon,
        .header .icons .searchicon {
          margin-right: 8px; } }
      .header .icons .loginicon svg,
      .header .icons .loginicon img,
      .header .icons .searchicon svg,
      .header .icons .searchicon img {
        width: 20px;
        fill: #000;
        max-width: 30px; }
    .header .icons .language,
    .header .icons .card-it {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 44px;
      height: 44px;
      background: #b79c7b;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      cursor: pointer;
      color: #fff;
      box-shadow: 0px 0px 28px #b79c7b54;
      margin-right: 16px; }
      @media (max-width: 1199px) {
        .header .icons .language,
        .header .icons .card-it {
          margin-right: 8px; } }
      @media (max-width: 991px) {
        .header .icons .language,
        .header .icons .card-it {
          width: 34px;
          height: 34px; } }
      .header .icons .language svg,
      .header .icons .card-it svg {
        width: 18px; }
        @media (max-width: 991px) {
          .header .icons .language svg,
          .header .icons .card-it svg {
            width: 14px; } }
    .header .icons .card-it {
      background: #fff; }
      .header .icons .card-it svg {
        width: 22px;
        fill: #b79c7b; }
        @media (max-width: 991px) {
          .header .icons .card-it svg {
            width: 18px; } }
      .header .icons .card-it span {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -12px;
        left: 13px;
        width: 20px;
        height: 20px;
        color: #fff;
        font-size: 11px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #D1362A;
        line-height: 20px; }
  .header .showboxsearch {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000; }
    .header .showboxsearch .container,
    .header .showboxsearch .formsearch {
      position: relative;
      height: 100%; }
    .header .showboxsearch .formsearch {
      display: flex;
      align-items: center;
      width: 100%; }
    .header .showboxsearch .form-control {
      height: 100%;
      width: 100%;
      border-radius: 0px;
      border: 0px;
      box-shadow: none;
      outline: none;
      background: #fff;
      text-transform: none;
      padding: 0px;
      padding-left: 86px;
      font-size: 18px;
      font-weight: 400; }
    .header .showboxsearch .bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 12px;
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      font-weight: 400;
      border: 0px;
      background: #b79c7b;
      text-align: center;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      position: absolute;
      left: 0px;
      width: 36px;
      height: 36px;
      padding: 0px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
      .header .showboxsearch .bottom svg {
        max-width: 20px;
        margin-left: 4px;
        fill: #fff;
        margin-top: -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; }
      .header .showboxsearch .bottom:hover {
        background: #0e2521; }
      .header .showboxsearch .bottom svg {
        max-width: 16px;
        fill: #fff;
        margin: 0px !important; }
    .header .showboxsearch .cancel {
      position: absolute;
      left: 64px;
      z-index: 2;
      cursor: pointer; }
      .header .showboxsearch .cancel svg,
      .header .showboxsearch .cancel img {
        width: 18px;
        height: 18px; }

@media (max-width: 991px) {
  .header.sticky #cssmenu ul {
    top: 45px; }
  .header #cssmenu {
    position: absolute;
    right: 180px;
    width: 178px;
    z-index: 100; }
    .header #cssmenu #menu-button {
      display: block; }
    .header #cssmenu ul {
      position: absolute;
      top: 49px;
      width: 100%;
      display: none;
      background: #fff;
      z-index: 120;
      -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); }
      .header #cssmenu ul li {
        width: 100%;
        margin: 0px !important;
        height: auto !important;
        position: relative; }
        .header #cssmenu ul li a {
          width: 100%;
          padding: 12px;
          height: auto;
          margin: 0px;
          border-bottom: 1px solid rgba(120, 120, 120, 0.2); }
        .header #cssmenu ul li:last-child a {
          border: 0px; }
    .header #cssmenu #menu-button {
      display: block !important;
      cursor: pointer;
      float: right;
      height: 20px;
      width: 20px; }
      .header #cssmenu #menu-button:after {
        position: absolute;
        top: 10px;
        right: 0px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
        -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; }
      .header #cssmenu #menu-button:before {
        position: absolute;
        top: 4px;
        right: 0px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000;
        content: '';
        -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; }
      .header #cssmenu #menu-button.menu-opened:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #D1362A;
        top: 11px;
        border: 0px;
        height: 2px;
        width: 20px;
        -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; }
      .header #cssmenu #menu-button.menu-opened:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #D1362A;
        top: 11px;
        width: 20px;
        -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; }
    .header #cssmenu .submenu-button {
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      border-right: 1px solid rgba(120, 120, 120, 0.2);
      height: 47px;
      width: 47px;
      cursor: pointer;
      z-index: 10; }
      .header #cssmenu .submenu-button.submenu-button.submenu-opened {
        background: #b79c7b; }
  .header #cssmenu ul ul li a {
    min-width: 100%; }
  .header #cssmenu ul ul ul li a {
    padding-left: 35px; }
  .header #cssmenu ul ul li a {
    min-width: 100% !important;
    color: #fff;
    background: none; }
  .header #cssmenu ul ul li:hover > a,
  .header #cssmenu ul ul li.active > a {
    color: #fff; }
  .header #cssmenu ul ul,
  .header #cssmenu ul ul ul {
    position: relative !important;
    padding: 0px !important;
    margin: 0px !important;
    right: 0px !important; }
  .header #cssmenu ul ul {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll; }
  .header #cssmenu > ul > li.has-sub > a:after,
  .header #cssmenu > ul > li.has-sub > a:before,
  .header #cssmenu ul ul > li.has-sub > a:after,
  .header #cssmenu ul ul > li.has-sub > a:before {
    display: none; }
  .header #cssmenu ul ul .submenu-button {
    height: 43px;
    width: 43px; }
  .header #cssmenu .submenu-button:after {
    position: absolute;
    top: 23px;
    right: 21px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: ''; }
  .header #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 19px; }
  .header #cssmenu .submenu-button.submenu-opened:after {
    background: #000; }
  .header #cssmenu .submenu-button:before {
    position: absolute;
    top: 20px;
    right: 24px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: ''; }
  .header #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 22px; }
  .header #cssmenu .submenu-button.submenu-opened:before {
    display: none; }
  .header #cssmenu ul ul li ul {
    padding: 0px !important;
    height: auto;
    overflow: inherit;
    overflow-y: inherit; }

  .header.sticky #cssmenu ul ul {
    top: 0 !important; } }
@media (max-width: 600px) {
  .header #cssmenu {
    right: 122px; }

  .header #cssmenu ul,
  .header.sticky #cssmenu ul {
    top: 43px; }

  .header.sticky .icons .dropdown .dropdown-menu.show {
    top: 44px !important; } }
.slider {
  overflow: hidden; }
  .slider .carousel-item img {
    width: 100%;
    height: 84vh;
    object-fit: cover; }
    @media (max-width: 991px) {
      .slider .carousel-item img {
        height: 74vh; } }
    @media (max-width: 667px) {
      .slider .carousel-item img {
        height: 54vh; } }
    @media (max-width: 567px) {
      .slider .carousel-item img {
        height: 34vh; } }
  .slider:hover .carousel-control-next {
    right: 16px; }
  .slider:hover .carousel-control-prev {
    left: 16px; }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    width: auto;
    height: 32px;
    top: 50%;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .slider .carousel-control-next,
      .slider .carousel-control-prev {
        display: none; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 42px;
      height: 42px;
      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 .carousel-control-next {
    right: -90px; }
  .slider .carousel-control-prev {
    left: -90px; }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .cen-text {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100%;
    top: 0px;
    margin: 0px auto; }
    .slider .cen-text .inner {
      width: 46%; }
      @media (max-width: 991px) {
        .slider .cen-text .inner {
          width: 100%; } }
    .slider .cen-text .price {
      color: #000;
      font-weight: 500;
      font-size: 18px; }
      .slider .cen-text .price small {
        color: #b79c7b;
        font-weight: 500;
        font-size: 18px; }
      @media (max-width: 667px) {
        .slider .cen-text .price {
          display: none; } }
    .slider .cen-text .title {
      font-size: 48px;
      font-weight: 700;
      line-height: 58px;
      color: #000;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .slider .cen-text .title {
          font-size: 28px;
          line-height: 30px; }
          .slider .cen-text .title br {
            display: none; } }
      @media (max-width: 667px) {
        .slider .cen-text .title {
          font-size: 20px;
          margin: 0px; } }
    .slider .cen-text .text {
      display: block;
      color: #000;
      margin-top: 32px;
      font-weight: 400;
      overflow: hidden;
      border-right: 2px solid #b79c7b;
      padding-right: 16px; }
      .slider .cen-text .text span {
        display: block;
        color: #b79c7b;
        margin-top: 4px; }
      @media (max-width: 667px) {
        .slider .cen-text .text {
          display: none; } }
    .slider .cen-text .bottom {
      width: 135px;
      height: 45px;
      display: inline-flex;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .cen-text .bottom {
          width: 115px;
          height: 38px;
          font-size: 14px;
          margin-top: 12px; } }
  .slider .carousel-indicators {
    margin: 0px;
    padding: 0px;
    bottom: 32px; }
    .slider .carousel-indicators li {
      background: none;
      width: 16px;
      height: 16px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #fff; }
      .slider .carousel-indicators li.active {
        border: 1px solid #0e2521; }

.categories {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff; }
  @media (max-width: 991px) {
    .categories {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .categories .prod-itme {
      flex: 50%;
      max-width: 50%;
      margin-bottom: 24px; }
      .categories .prod-itme:nth-child(3), .categories .prod-itme:nth-child(4) {
        margin: 0px; } }
  .categories .prod-itme .inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 24px;
    background: #f5f2f0;
    -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: 767px) {
      .categories .prod-itme .inner {
        display: block;
        padding: 12px 12px 24px 12px; } }
    .categories .prod-itme .inner .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 76px;
      max-width: 76px;
      height: 115px;
      overflow: hidden; }
      .categories .prod-itme .inner .photo img {
        max-width: 100%;
        max-height: 100%; }
      @media (max-width: 767px) {
        .categories .prod-itme .inner .photo {
          margin: 0px auto;
          min-width: 56px;
          max-width: 56px;
          height: 95px; } }
    .categories .prod-itme .inner .content {
      padding-right: 24px; }
      @media (max-width: 767px) {
        .categories .prod-itme .inner .content {
          padding: 0px; } }
      .categories .prod-itme .inner .content .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600; }
        @media (max-width: 767px) {
          .categories .prod-itme .inner .content .title {
            text-align: center;
            font-size: 18px;
            line-height: 20px;
            margin-top: 8px; } }
      .categories .prod-itme .inner .content .text {
        display: flex;
        align-items: center;
        margin-top: 16px;
        font-weight: 400;
        color: #000; }
        @media (max-width: 767px) {
          .categories .prod-itme .inner .content .text {
            justify-content: center;
            font-size: 14px;
            margin-top: 8px; } }
        .categories .prod-itme .inner .content .text span {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 22px;
          max-width: 22px;
          height: 22px;
          background: #b79c7b;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          margin-right: 8px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
          @media (max-width: 767px) {
            .categories .prod-itme .inner .content .text span {
              min-width: 18px;
              max-width: 18px;
              height: 18px;
              margin-top: 4px; } }
          .categories .prod-itme .inner .content .text span svg,
          .categories .prod-itme .inner .content .text span img {
            width: 12px;
            height: 12px;
            fill: #fff; }
            @media (max-width: 767px) {
              .categories .prod-itme .inner .content .text span svg,
              .categories .prod-itme .inner .content .text span img {
                width: 8px;
                height: 8px; } }
    .categories .prod-itme .inner:hover {
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      background: #fff; }

.minproducts {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  padding-bottom: 0px !important; }
  @media (max-width: 991px) {
    .minproducts {
      padding: 24px 0px; } }
  .minproducts .title {
    text-align: center; }
  .minproducts p.text-center {
    margin-top: 24px; }
  .minproducts .slider-prud {
    position: relative;
    direction: ltr; }
    .minproducts .slider-prud .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .minproducts .slider-prud .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden;
        padding: 24px 0px; }
        @media (max-width: 1280px) {
          .minproducts .slider-prud .slick-list .slick-track {
            padding: 24px 0px 48px 0px; } }
        .minproducts .slider-prud .slick-list .slick-track:after, .minproducts .slider-prud .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .minproducts .slider-prud .slick-prev,
    .minproducts .slider-prud .slick-next {
      position: absolute;
      top: 45%;
      right: -62px;
      width: 42px;
      height: 42px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none; }
      @media (max-width: 1280px) {
        .minproducts .slider-prud .slick-prev,
        .minproducts .slider-prud .slick-next {
          display: none !important; } }
      .minproducts .slider-prud .slick-prev svg,
      .minproducts .slider-prud .slick-next svg {
        width: 42px;
        height: 42px;
        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; }
      .minproducts .slider-prud .slick-prev:hover svg,
      .minproducts .slider-prud .slick-next:hover svg {
        fill: #b79c7b; }
    .minproducts .slider-prud .slick-prev {
      right: auto;
      left: -62px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .minproducts .slider-prud .slick-dots {
      position: absolute;
      bottom: 12px;
      left: 0px;
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important; }
      @media (max-width: 1280px) {
        .minproducts .slider-prud .slick-dots {
          display: block !important; } }
      .minproducts .slider-prud .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        .minproducts .slider-prud .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 16px;
          height: 16px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          border: 1px solid #b79c7b82;
          cursor: pointer;
          outline: none;
          background: transparent; }
      .minproducts .slider-prud .slick-dots li.slick-active button {
        border: 1px solid #b79c7b; }
    @media (max-width: 767px) {
      .minproducts .slider-prud .slick-list {
        margin: 0px -4px; } }

.wd-swatch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--color-gray-900);
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: var(--wd-swatch-size);
  line-height: 1;
  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; }
  .wd-swatch.wd-linked {
    cursor: pointer !important; }
  .wd-swatch:after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    width: 100%;
    border-bottom: 2px solid #b79c7b;
    opacity: 0;
    transition: inherit;
    bottom: -5px; }
  .wd-swatch.wd-active:after {
    opacity: 1; }

.wd-swatch-bg {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  border-radius: inherit; }

[class*=wd-swatches] {
  --wd-swatch-size: 25px;
  --wd-swatch-w: 1em;
  --wd-swatch-h: 1em;
  --wd-swatch-text-size: 16px;
  --wd-swatch-h-sp: 15px;
  --wd-swatch-v-sp: 10px;
  --wd-swatch-inn-sp: .001px;
  --wd-swatch-brd-color: var(--brdcolor-gray-200);
  margin-top: 24px; }
  @media (max-width: 767px) {
    [class*=wd-swatches] {
      margin-top: 8px; } }

.product-image-link {
  display: block;
  width: 100%;
  height: 240px;
  background: #f5f2f0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .product-image-link {
      height: 140px; } }
  .product-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.item-pro {
  display: inline-block;
  direction: rtl;
  padding: 16px 16px 24px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0px 12px;
  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;
  -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: 767px) {
    .item-pro {
      padding: 0px;
      padding-bottom: 12px; } }
  @media (max-width: 767px) {
    .item-pro {
      margin: 0px 4px; } }
  .item-pro .textnew {
    position: absolute;
    top: -75px;
    left: -40px;
    width: 100px;
    height: 160px;
    background: #D1362A;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg); }
    .item-pro .textnew p {
      color: #fff;
      -webkit-transform: rotate(-50deg);
      -moz-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
      -o-transform: rotate(-50deg);
      transform: rotate(-50deg);
      margin: 62px 0px 0px 60px;
      font-size: 12px;
      text-align: left;
      line-height: 18px; }
      .item-pro .textnew p span {
        display: block;
        font-weight: 700; }
  .item-pro .hart,
  .item-pro .removal {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    cursor: pointer;
    box-shadow: 10px 5px 40px #6b6b6b1f;
    cursor: pointer; }
    @media (max-width: 550px) {
      .item-pro .hart,
      .item-pro .removal {
        right: 12px;
        top: 12px;
        width: 38px;
        height: 38px; } }
    .item-pro .hart.active path,
    .item-pro .removal.active path {
      fill: #b79c7b;
      fill-opacity: 1; }
  .item-pro .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    background: #f5f2f0; }
    .item-pro .photo img {
      max-width: 100%;
      max-height: 100%; }
  .item-pro .title {
    display: block;
    height: 21px;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    margin-top: 16px;
    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; }
    .item-pro .title:hover {
      color: #b79c7b; }
    @media (max-width: 550px) {
      .item-pro .title {
        height: auto;
        font-size: 14px; } }
  .item-pro .price {
    display: block;
    width: 100%;
    margin-top: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #b79c7b; }
    .item-pro .price small {
      font-weight: 400;
      color: #000;
      font-size: 14px; }
  .item-pro .star {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    margin-top: 8px; }
    .item-pro .star li {
      min-width: 14px;
      max-width: 14px;
      margin: 0px 2px; }
      .item-pro .star li svg,
      .item-pro .star li img {
        min-width: 14px;
        max-width: 14px;
        fill: #c3c3c3; }
      .item-pro .star li.active svg,
      .item-pro .star li.active img {
        fill: #faa61a; }
  .item-pro .bottom {
    border: 1px solid #b79c7b;
    background: none;
    color: #b79c7b;
    margin-top: 12px;
    display: inline-flex;
    min-width: 164px;
    height: 44px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box; }
    @media (max-width: 560px) {
      .item-pro .bottom {
        min-width: 44px;
        width: 44px;
        height: 44px; }
        .item-pro .bottom svg {
          margin: 0px;
          width: 26px; }
        .item-pro .bottom span {
          display: none; } }
    .item-pro .bottom svg {
      fill: #b79c7b;
      max-width: 17px; }
    .item-pro .bottom:hover {
      color: #fff;
      background: #b79c7b; }
      .item-pro .bottom:hover svg {
        fill: #fff; }
  .item-pro:hover {
    -webkit-box-shadow: 0px 0px 20px #d0d0d0;
    -moz-box-shadow: 0px 0px 20px #d0d0d0;
    -o-box-shadow: 0px 0px 20px #d0d0d0;
    -ms-box-shadow: 0px 0px 20px #d0d0d0;
    box-shadow: 0px 0px 20px #d0d0d0; }

.itpord {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .itpord {
      flex: 50%;
      max-width: 50%;
      margin-top: 12px; } }
  .itpord .item-pro {
    display: block;
    width: 100%;
    margin: 0px;
    background: #fff;
    padding: 12px 12px 16px 12px; }
  .itpord .removal svg {
    fill: #b79c7b;
    max-width: 16px; }
  .itpord.active {
    max-width: 50%;
    flex: 50%; }

.steps {
  position: relative;
  width: 100%;
  padding: 32px 0px;
  background: #fff; }
  .steps .minphoto {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .steps .minphoto::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #080300c2;
      z-index: 100; }
    .steps .minphoto img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      animation-name: pulseSlow;
      -webkit-animation-name: pulseSlow;
      animation-duration: 10s;
      -webkit-animation-duration: 10s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear; }
@keyframes pulseSlow {
  0%,
            100% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@-webkit-keyframes pulseSlow {
  0%,
            100% {
    -webkit-transform: scale(1.2); }
  50% {
    -webkit-transform: scale(1.2); } }
  .steps .container {
    z-index: 10; }
  .steps .item {
    display: flex;
    border-left: 1px solid #545454; }
    .steps .item:last-child {
      border: 0px; }
    @media (max-width: 991px) {
      .steps .item {
        display: block;
        max-width: 50%;
        flex: 50%;
        margin-bottom: 24px;
        border: 0px;
        text-align: center; }
        .steps .item:last-child {
          margin: 0px; } }
    @media (max-width: 767px) {
      .steps .item {
        max-width: 100%;
        flex: 100%; } }
    .steps .item svg,
    .steps .item img {
      fill: #fff;
      min-width: 44px;
      max-width: 44px;
      height: 44px; }
    .steps .item .inner {
      padding-right: 12px; }
      .steps .item .inner .title {
        color: #fff;
        font-size: 20px;
        font-weight: 400; }
        @media (max-width: 767px) {
          .steps .item .inner .title {
            text-align: center;
            margin-top: 16px;
            font-size: 18px; } }
      .steps .item .inner p {
        color: #cdcdcd;
        font-size: 14px;
        margin-top: 8px;
        line-height: 22px; }

.products {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .products {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .products .item {
      flex: 100%;
      max-width: 100%; } }
  .products .item .mintitle {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 500px) {
      .products .item .mintitle {
        display: block; } }
    @media (max-width: 991px) {
      .products .item .mintitle .wizard {
        display: block; } }
    .products .item .mintitle .item-short {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 500px) {
        .products .item .mintitle .item-short {
          margin-top: 12px; } }
      .products .item .mintitle .item-short .select-short {
        display: flex;
        align-items: center;
        justify-content: center; }
        .products .item .mintitle .item-short .select-short p {
          font-size: 10px;
          line-height: 14px;
          color: #000;
          text-transform: capitalize;
          color: #9D9D9D;
          white-space: nowrap;
          text-overflow: ellipsis;
          margin-left: 12px; }
        .products .item .mintitle .item-short .select-short .form-control {
          width: 170px;
          height: 36px;
          z-index: 2;
          font-size: 14px;
          background-position: 8px 15px; }
      .products .item .mintitle .item-short .gred-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px;
        margin-left: 16px; }
        @media (max-width: 991px) {
          .products .item .mintitle .item-short .gred-icons {
            display: none; } }
        .products .item .mintitle .item-short .gred-icons li {
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          border-left: 0.5px solid #ccc;
          padding-left: 20px;
          margin-left: 20px; }
          .products .item .mintitle .item-short .gred-icons li:last-child {
            border: 0px;
            padding: 0px;
            margin: 0px; }
          .products .item .mintitle .item-short .gred-icons li svg {
            fill: #ccc;
            -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; }
          .products .item .mintitle .item-short .gred-icons li.active svg {
            fill: #000; }
  @media (max-width: 991px) {
    .products .item-inner {
      position: fixed;
      height: 100%;
      top: 0px;
      left: -100%;
      padding: 0px;
      z-index: 1001;
      max-width: 280px;
      flex: 280px;
      -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; }
      .products .item-inner ::-webkit-scrollbar {
        width: 4px; }
      .products .item-inner.active {
        left: 0px; } }
  .products .item-inner .filter {
    position: sticky;
    overflow: hidden;
    top: 100px; }
    @media (max-width: 991px) {
      .products .item-inner .filter {
        background: #fff;
        padding: 24px; } }
    .products .item-inner .filter .filterform {
      width: 100%;
      margin-bottom: 24px;
      border-bottom: 1px solid #f5f2f0;
      padding-bottom: 24px; }
      .products .item-inner .filter .filterform .title {
        font-size: 22px;
        margin-bottom: 12px; }
        @media (max-width: 991px) {
          .products .item-inner .filter .filterform .title {
            font-size: 18px;
            margin-bottom: 8px; } }
      .products .item-inner .filter .filterform .stylebar {
        position: relative;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #F0F0F0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-clip: padding-box;
        margin-top: 24px; }
        .products .item-inner .filter .filterform .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 #b79c7b;
          cursor: pointer;
          outline: none;
          margin-top: -8px; }
          .products .item-inner .filter .filterform .stylebar .ui-slider-handle:last-child {
            margin-left: -16px; }
        .products .item-inner .filter .filterform .stylebar .ui-slider-range {
          position: absolute;
          background: #b79c7b;
          height: 2px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background-clip: padding-box; }
      .products .item-inner .filter .filterform .pr-input {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-top: 12px;
        padding-bottom: 12px; }
        .products .item-inner .filter .filterform .pr-input input {
          position: absolute;
          left: 0px;
          text-align: left;
          background: none;
          outline: none;
          outline-style: none;
          color: #000; }
          .products .item-inner .filter .filterform .pr-input input:last-child {
            left: auto;
            right: 0px;
            text-align: right; }
      .products .item-inner .filter .filterform .che-box {
        position: relative;
        cursor: pointer;
        font-weight: normal;
        margin: 0px;
        padding-right: 28px;
        width: 100%;
        margin-top: 16px; }
        .products .item-inner .filter .filterform .che-box input[type="checkbox"],
        .products .item-inner .filter .filterform .che-box input[type="radio"] {
          position: absolute;
          left: 9000px; }
        .products .item-inner .filter .filterform .che-box input[type="checkbox"] + .label-text:before,
        .products .item-inner .filter .filterform .che-box input[type="radio"] + .label-text:before {
          content: "";
          position: absolute;
          right: 0px;
          top: 1px;
          background: #fff;
          border-radius: 2px;
          width: 20px;
          height: 20px;
          font-style: initial;
          border: 1px solid #ced4da; }
        .products .item-inner .filter .filterform .che-box input[type="radio"] + .label-text:before {
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
        .products .item-inner .filter .filterform .che-box input[type="checkbox"]:checked + .label-text:before,
        .products .item-inner .filter .filterform .che-box input[type="radio"]:checked + .label-text:before {
          content: "";
          background: #fff url(../images/tick.svg) no-repeat center center;
          border: 1px solid #b79c7b;
          background-size: 84% 74%;
          animation: effect 250ms ease-in; }
        .products .item-inner .filter .filterform .che-box span.label-text {
          color: #000; }
        @media (max-width: 991px) {
          .products .item-inner .filter .filterform .che-box .label-text {
            font-size: 14px; } }
        .products .item-inner .filter .filterform .che-box small {
          position: absolute;
          left: 0px;
          color: #c3c3c3; }
    .products .item-inner .filter .bottom {
      width: 100%;
      margin-top: 24px; }

.products-inner {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .products-inner {
      padding: 24px 0px; } }
  .products-inner .alert {
    margin: 0px; }
    .products-inner .alert svg {
      max-width: 20px;
      fill: #fff; }
  .products-inner .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .products-inner .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 12px; } }
    .products-inner .item .carousel {
      position: sticky;
      top: 100px; }
      .products-inner .item .carousel .carousel-inner {
        width: 100%;
        background: #f5f2f0;
        overflow: hidden; }
        .products-inner .item .carousel .carousel-inner .carousel-item {
          width: 100%; }
          .products-inner .item .carousel .carousel-inner .carousel-item a.elem {
            display: block;
            width: 100%;
            height: 390px; }
            @media (max-width: 500px) {
              .products-inner .item .carousel .carousel-inner .carousel-item a.elem {
                height: 200px; } }
          .products-inner .item .carousel .carousel-inner .carousel-item img {
            width: 100%;
            min-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; }
          .products-inner .item .carousel .carousel-inner .carousel-item: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); }
      .products-inner .item .carousel .sliderrespon {
        position: relative; }
        .products-inner .item .carousel .sliderrespon:hover .carousel-control-next {
          right: 16px; }
        .products-inner .item .carousel .sliderrespon:hover .carousel-control-prev {
          left: 16px; }
      .products-inner .item .carousel ol.carousel-indicators {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-size: 0;
        margin-top: 12px; }
        .products-inner .item .carousel ol.carousel-indicators li {
          display: inline-block;
          width: 24%;
          height: 84px;
          text-indent: 0;
          background: #f5f2f0;
          overflow: hidden;
          font-size: 0;
          border: 1px solid transparent;
          -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: 991px) {
            .products-inner .item .carousel ol.carousel-indicators li {
              width: 22%; } }
          @media (max-width: 500px) {
            .products-inner .item .carousel ol.carousel-indicators li {
              height: 54px; } }
          .products-inner .item .carousel ol.carousel-indicators li img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .products-inner .item .carousel ol.carousel-indicators li.active {
            border: 1px solid #b79c7b; }
      .products-inner .item .carousel .carousel-control-next,
      .products-inner .item .carousel .carousel-control-prev {
        width: auto;
        height: 32px;
        top: 50%;
        opacity: 1;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .products-inner .item .carousel .carousel-control-next,
          .products-inner .item .carousel .carousel-control-prev {
            display: none; } }
        .products-inner .item .carousel .carousel-control-next svg,
        .products-inner .item .carousel .carousel-control-prev svg {
          width: 42px;
          height: 42px;
          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; }
      .products-inner .item .carousel .carousel-control-next {
        right: -90px; }
      .products-inner .item .carousel .carousel-control-prev {
        left: -90px; }
        .products-inner .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); }
    .products-inner .item .title {
      font-weight: 400; }
    .products-inner .item .price {
      display: block;
      width: 100%;
      margin-top: 32px;
      font-size: 22px;
      color: #000; }
      .products-inner .item .price span {
        font-weight: 400;
        font-size: 22px;
        color: #b79c7b;
        margin-right: 2px; }
    .products-inner .item .tamara-product {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 1px solid #e3e2e1;
      padding: 12px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      margin-top: 24px; }
      .products-inner .item .tamara-product p {
        color: #000; }
        .products-inner .item .tamara-product p span {
          font-weight: 700; }
          .products-inner .item .tamara-product p span.un {
            text-decoration: underline; }
      .products-inner .item .tamara-product img {
        max-width: 94px; }
    .products-inner .item .text {
      margin-top: 24px;
      line-height: 180%; }
      .products-inner .item .text b {
        color: #000;
        font-weight: 500; }
    .products-inner .item .colors {
      display: grid;
      margin-top: 24px; }
      .products-inner .item .colors .color {
        font-weight: 500;
        color: #000; }
      .products-inner .item .colors .linecolor {
        display: flex;
        align-items: center;
        margin-top: 24px; }
      .products-inner .item .colors .nav.nav-tabs {
        border: 0px;
        margin-left: 12px; }
        .products-inner .item .colors .nav.nav-tabs li {
          border: 0px;
          margin-left: 8px; }
          .products-inner .item .colors .nav.nav-tabs li a {
            position: relative;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            border: 0px !important; }
            .products-inner .item .colors .nav.nav-tabs li a:after {
              content: "";
              position: absolute;
              inset-inline-start: 0;
              width: 100%;
              border-bottom: 2px solid #b79c7b;
              opacity: 0;
              transition: inherit;
              bottom: -5px; }
            .products-inner .item .colors .nav.nav-tabs li a.active:after {
              opacity: 1; }
      .products-inner .item .colors .remtab {
        display: none;
        cursor: pointer; }
        .products-inner .item .colors .remtab svg {
          margin-left: 8px; }
      .products-inner .item .colors .tab-content {
        position: relative;
        order: -1;
        margin-right: 42px; }
        .products-inner .item .colors .tab-content .tab-pane {
          position: absolute;
          display: flex;
          align-items: center; }
          .products-inner .item .colors .tab-content .tab-pane .codecolor {
            font-style: normal;
            font-weight: 500;
            margin-left: 8px; }
          .products-inner .item .colors .tab-content .tab-pane .inprog {
            display: flex;
            align-items: center; }
            .products-inner .item .colors .tab-content .tab-pane .inprog svg {
              width: 18px;
              margin-left: 8px;
              fill: #268540; }
    .products-inner .item .spinner {
      display: flex;
      position: relative;
      width: auto;
      margin-left: 24px; }
      @media (max-width: 390px) {
        .products-inner .item .spinner {
          justify-content: center;
          margin: 0px; } }
      .products-inner .item .spinner .form-control,
      .products-inner .item .spinner .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        width: 52px;
        height: 52px;
        padding: 0px !important; }
      .products-inner .item .spinner .form-control {
        text-align: center;
        margin: 0px 8px; }
    .products-inner .item .field {
      position: relative;
      margin-top: 24px; }
      .products-inner .item .field.flex {
        display: flex;
        align-items: center; }
        @media (max-width: 390px) {
          .products-inner .item .field.flex {
            display: block; } }
      .products-inner .item .field .form-control {
        height: 62px;
        text-transform: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        height: 52px; }
        .products-inner .item .field .form-control:focus {
          border: 1px solid #b79c7b; }
      .products-inner .item .field .floating-label {
        color: #000;
        margin: 0px;
        font-weight: 600;
        margin-bottom: 8px; }
        .products-inner .item .field .floating-label em {
          color: #D1362A; }
      .products-inner .item .field .bottom {
        height: 52px;
        min-width: 160px; }
        @media (max-width: 390px) {
          .products-inner .item .field .bottom {
            min-width: 100%;
            margin-top: 24px; } }
    .products-inner .item .iconcode {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid #f5f2f0; }
      .products-inner .item .iconcode .flexbox {
        display: flex;
        align-items: center;
        margin-bottom: 16px; }
        .products-inner .item .iconcode .flexbox:last-child {
          margin: 0px; }
        .products-inner .item .iconcode .flexbox p {
          color: #000;
          font-weight: 500;
          margin-left: 4px; }
        .products-inner .item .iconcode .flexbox .social {
          display: flex;
          direction: ltr; }
          .products-inner .item .iconcode .flexbox .social a {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px; }
            .products-inner .item .iconcode .flexbox .social a svg {
              fill: #000;
              max-width: 18px;
              max-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; }
            .products-inner .item .iconcode .flexbox .social a.icon-facebook:hover svg {
              fill: #3b5998; }
            .products-inner .item .iconcode .flexbox .social a.icon-twitter:hover svg {
              fill: #00acee; }
            .products-inner .item .iconcode .flexbox .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
            .products-inner .item .iconcode .flexbox .social a.icon-youtube:hover svg {
              fill: #c4302b; }
            .products-inner .item .iconcode .flexbox .social a.icon-rss:hover svg {
              fill: #ee802f; }
            .products-inner .item .iconcode .flexbox .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
            .products-inner .item .iconcode .flexbox .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
            .products-inner .item .iconcode .flexbox .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
        .products-inner .item .iconcode .flexbox 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; }
          .products-inner .item .iconcode .flexbox a:hover {
            color: #b79c7b; }

.modal {
  padding: 0px 16px !important;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.64); }
  .modal .modal-dialog {
    max-width: 455px; }
  .modal .modal-content {
    padding: 24px;
    text-align: center; }
  .modal .warning {
    margin-bottom: 16px; }
    .modal .warning svg {
      min-width: 100px;
      max-width: 100px;
      fill: #D1362A; }
  .modal p {
    margin: 8px 0px 16px 0px; }
  .modal .close {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    text-shadow: none;
    outline: none; }
  .modal .title {
    font-size: 20px !important; }
    .modal .title::before {
      display: none; }
  .modal .bottom {
    height: 50px; }
  .modal .social {
    display: flex;
    direction: ltr;
    justify-content: center;
    margin: 24px 0px; }
    .modal .social a {
      display: flex;
      align-items: center;
      justify-content: 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: #fff;
      width: 34px;
      height: 34px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      margin-right: 4px; }
      .modal .social a:last-child {
        margin: 0px; }
      .modal .social a svg {
        fill: #fff;
        max-width: 16px;
        max-height: 16px; }
      .modal .social a.icon-facebook {
        background: #3b5998; }
        .modal .social a.icon-facebook:hover {
          background: #fff; }
          .modal .social a.icon-facebook:hover svg {
            fill: #3b5998; }
      .modal .social a.icon-twitter {
        background: #00acee; }
        .modal .social a.icon-twitter:hover {
          background: #fff; }
          .modal .social a.icon-twitter:hover svg {
            fill: #00acee; }
      .modal .social a.icon-instagram {
        background: #8d5b46; }
        .modal .social a.icon-instagram:hover {
          background: #fff; }
          .modal .social a.icon-instagram:hover svg {
            fill: #8d5b46; }
      .modal .social a.icon-youtube {
        background: #c4302b; }
        .modal .social a.icon-youtube:hover {
          background: #fff; }
          .modal .social a.icon-youtube:hover svg {
            fill: #c4302b; }
      .modal .social a.icon-rss {
        background: #ee802f; }
        .modal .social a.icon-rss:hover {
          background: #fff; }
          .modal .social a.icon-rss:hover svg {
            fill: #ee802f; }
      .modal .social a.icon-linkedin {
        background: #007fb1; }
        .modal .social a.icon-linkedin:hover {
          background: #fff; }
          .modal .social a.icon-linkedin:hover svg {
            fill: #007fb1; }
      .modal .social a.icon-gplus {
        background: #dd4b39; }
        .modal .social a.icon-gplus:hover {
          background: #fff; }
          .modal .social a.icon-gplus:hover svg {
            fill: #dd4b39; }
      .modal .social a.icon-whatsapp {
        background: #189d0e; }
        .modal .social a.icon-whatsapp:hover {
          background: #fff; }
          .modal .social a.icon-whatsapp:hover svg {
            fill: #189d0e; }
    .modal .social a {
      margin: 0px 2px !important;
      min-width: 38px;
      max-width: 38px;
      height: 38px; }
      .modal .social a.icon-facebook {
        background: #3b5998; }
        .modal .social a.icon-facebook:hover {
          opacity: 0.7;
          background: #f5f2f0; }
      .modal .social a.icon-twitter {
        background: #00acee; }
        .modal .social a.icon-twitter:hover {
          opacity: 0.7;
          background: #f5f2f0; }
      .modal .social a.icon-instagram {
        background: #8d5b46; }
        .modal .social a.icon-instagram:hover {
          opacity: 0.7;
          background: #f5f2f0; }
      .modal .social a.icon-youtube {
        background: #c4302b; }
        .modal .social a.icon-youtube:hover {
          opacity: 0.7;
          background: #f5f2f0; }
      .modal .social a.icon-rss {
        background: #ee802f; }
        .modal .social a.icon-rss:hover {
          opacity: 0.7;
          background: #f5f2f0; }
      .modal .social a.icon-linkedin {
        background: #007fb1; }
        .modal .social a.icon-linkedin:hover {
          opacity: 0.7;
          background: #f5f2f0; }
      .modal .social a.icon-gplus {
        background: #dd4b39; }
        .modal .social a.icon-gplus:hover {
          opacity: 0.7;
          background: #f5f2f0; }
      .modal .social a.icon-whatsapp {
        background: #189d0e; }
        .modal .social a.icon-whatsapp:hover {
          opacity: 0.7;
          background: #f5f2f0; }

.informations {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f5f2f0; }
  @media (max-width: 991px) {
    .informations {
      padding: 24px 0px; } }
  .informations .title {
    text-align: center;
    border-bottom: 1px solid #cccccc6e;
    padding-bottom: 32px; }
  @media (max-width: 991px) {
    .informations .item {
      max-width: 100%;
      flex: 100%; } }
  .informations .item .inner {
    width: 100%;
    margin-top: 48px; }
    .informations .item .inner .title {
      font-size: 20px;
      color: #b79c7b;
      text-align: right;
      border: 0px;
      padding: 0px; }
    .informations .item .inner .text {
      margin-top: 12px; }
    .informations .item .inner ul {
      padding-right: 16px; }
      .informations .item .inner ul li {
        margin-top: 12px;
        list-style: disc; }
    .informations .item .inner .field {
      margin-top: 12px; }
      .informations .item .inner .field .che-box {
        position: relative;
        cursor: pointer;
        font-weight: normal;
        margin: 0px;
        padding-right: 28px; }
        .informations .item .inner .field .che-box input[type="checkbox"],
        .informations .item .inner .field .che-box input[type="radio"] {
          position: absolute;
          left: 9000px; }
        .informations .item .inner .field .che-box input[type="checkbox"] + .label-text:before,
        .informations .item .inner .field .che-box input[type="radio"] + .label-text:before {
          content: "";
          position: absolute;
          right: 0px;
          top: 1px;
          background: #fff;
          border-radius: 2px;
          width: 20px;
          height: 20px;
          font-style: initial;
          border: 1px solid #ced4da; }
        .informations .item .inner .field .che-box input[type="radio"] + .label-text:before {
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
        .informations .item .inner .field .che-box input[type="checkbox"]:checked + .label-text:before,
        .informations .item .inner .field .che-box input[type="radio"]:checked + .label-text:before {
          content: "";
          background: #fff url(../images/tick.svg) no-repeat center center;
          border: 1px solid #b79c7b;
          background-size: 84% 74%;
          animation: effect 250ms ease-in; }
        .informations .item .inner .field .che-box span.label-text {
          color: #000; }
        .informations .item .inner .field .che-box .label-text {
          color: #737373; }
          .informations .item .inner .field .che-box .label-text b {
            font-weight: 500;
            color: #b79c7b; }
    .informations .item .inner .selectcolor {
      display: flex;
      margin-top: 12px; }
      .informations .item .inner .selectcolor p {
        color: #000;
        font-weight: 500;
        margin-left: 8px; }
    .informations .item .inner .itemsflex {
      display: flex;
      align-items: center;
      margin: 24px 0px; }
      @media (max-width: 667px) {
        .informations .item .inner .itemsflex {
          display: block; } }
      .informations .item .inner .itemsflex .addprud {
        margin-left: 24px; }
        @media (max-width: 667px) {
          .informations .item .inner .itemsflex .addprud {
            margin: 0px;
            margin-bottom: 24px; } }
        .informations .item .inner .itemsflex .addprud a {
          display: block;
          width: 96px;
          height: 96px;
          border: 1px solid #cccccc7d; }
          .informations .item .inner .itemsflex .addprud a img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .informations .item .inner .itemsflex .addbottoms p span {
        color: #000;
        font-weight: 600; }
      .informations .item .inner .itemsflex .addbottoms .bottom {
        margin-top: 12px; }
        .informations .item .inner .itemsflex .addbottoms .bottom span {
          margin-right: 8px; }

.elem > span {
  display: block;
  cursor: pointer;
  height: 100%;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center center; }
  .elem > span::after {
    content: " ";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0000008f url(../images/full-screen.svg) no-repeat center 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;
    opacity: 0; }
  .elem > span:hover::after {
    opacity: 1; }

.tamarapop .modal-dialog {
  max-width: 655px; }
.tamarapop .headtitle img {
  max-width: 136px; }
.tamarapop .headtitle .title {
  margin-top: 24px;
  font-size: 30px !important;
  line-height: 132%; }
  @media (max-width: 991px) {
    .tamarapop .headtitle .title {
      font-size: 20px !important; } }
.tamarapop .item-tamar {
  margin-top: 32px;
  text-align: center; }
  @media (max-width: 991px) {
    .tamarapop .item-tamar {
      max-width: 50%;
      flex: 50%; } }
  .tamarapop .item-tamar .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #f5f2f0; }
    .tamarapop .item-tamar .icon svg {
      max-width: 26px;
      fill: #b79c7b; }
      .tamarapop .item-tamar .icon svg.siz {
        max-width: 48px; }
  .tamarapop .item-tamar .text {
    color: #000;
    font-weight: 400;
    margin-top: 16px; }
.tamarapop .textcenter {
  padding: 24px 0px;
  border-bottom: 1px solid #f5f2f0;
  text-align: center;
  color: #000;
  font-weight: 400; }
.tamarapop .why-title {
  width: 100%;
  margin-top: 24px; }
  .tamarapop .why-title .title {
    margin-top: 0px;
    font-size: 20px !important; }
  .tamarapop .why-title .row {
    justify-content: center; }
    .tamarapop .why-title .row .icon {
      width: auto;
      height: auto;
      background: none; }
      .tamarapop .why-title .row .icon svg {
        fill: #000; }
.tamarapop .more {
  display: inline-block;
  text-align: center;
  color: #b79c7b;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 24px; }
.tamarapop .tamara-footer {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  font-size: 14px; }
  .tamarapop .tamara-footer a {
    font-weight: 600;
    font-size: 14px;
    color: #000; }
.tamarapop .treak {
  margin-bottom: 100px;
  background: #54545c;
  height: 2px; }
  .tamarapop .treak .inner p {
    font-weight: 600;
    margin: 0px;
    margin-top: 16px; }
  .tamarapop .treak .inner span {
    font-size: 14px; }
  .tamarapop .treak .inner .icon img {
    max-width: 90%;
    max-height: 90%; }
.tamarapop .botext {
  border-top: 1px solid #f5f2f0;
  padding-top: 24px;
  text-align: right; }
  .tamarapop .botext .liststyle {
    margin-top: 24px; }
    .tamarapop .botext .liststyle li {
      display: flex;
      align-items: center;
      margin-top: 16px;
      font-size: 14px; }
      .tamarapop .botext .liststyle li i {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 24px;
        height: 24px;
        font-style: normal;
        font-weight: 500;
        background: #f5f2f0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-left: 8px; }
      .tamarapop .botext .liststyle li img {
        max-width: 50px;
        margin: 0px 8px; }
.tamarapop .flexfot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f5f2f0;
  padding-top: 24px; }
  .tamarapop .flexfot p {
    margin: 0px; }
  .tamarapop .flexfot img {
    max-width: 226px; }

.login,
.signup,
.forgot {
  background: #f5f2f0; }
  .login .box-bg,
  .signup .box-bg,
  .forgot .box-bg {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%; }
    .login .box-bg .photo,
    .signup .box-bg .photo,
    .forgot .box-bg .photo {
      width: 100%;
      height: 100vh;
      background: #f5f2f0;
      overflow: hidden;
      display: flex;
      align-items: center; }
      .login .box-bg .photo::before,
      .signup .box-bg .photo::before,
      .forgot .box-bg .photo::before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(303.91deg, #0a201cd4 7.57%, #b79c7b2b 94.39%);
        z-index: 1; }
      .login .box-bg .photo img,
      .signup .box-bg .photo img,
      .forgot .box-bg .photo img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 100%;
        object-fit: cover; }
    @media (max-width: 991px) {
      .login .box-bg,
      .signup .box-bg,
      .forgot .box-bg {
        display: none; } }
    .login .box-bg .inner,
    .signup .box-bg .inner,
    .forgot .box-bg .inner {
      min-width: 100%;
      position: relative;
      z-index: 1;
      text-align: center; }
      .login .box-bg .inner .title,
      .signup .box-bg .inner .title,
      .forgot .box-bg .inner .title {
        color: #fff;
        text-align: center;
        font-size: 40px;
        line-height: 60px;
        margin-top: 16px; }
        .login .box-bg .inner .title span,
        .signup .box-bg .inner .title span,
        .forgot .box-bg .inner .title span {
          display: block;
          font-size: 60px;
          font-weight: 800; }
  .login .boxform,
  .signup .boxform,
  .forgot .boxform {
    display: flex;
    align-items: center;
    width: 50%;
    margin-right: 50%;
    height: 100vh;
    padding: 0px 122px; }
    @media (max-width: 1199px) {
      .login .boxform,
      .signup .boxform,
      .forgot .boxform {
        padding: 0px 60px; } }
    @media (max-width: 991px) {
      .login .boxform,
      .signup .boxform,
      .forgot .boxform {
        width: 100%;
        margin: 0px;
        padding: 24px 122px; } }
    @media (max-width: 667px) {
      .login .boxform,
      .signup .boxform,
      .forgot .boxform {
        padding: 24px; } }
    .login .boxform .inner,
    .signup .boxform .inner,
    .forgot .boxform .inner {
      width: 100%; }
    .login .boxform .back,
    .signup .boxform .back,
    .forgot .boxform .back {
      position: absolute;
      top: 32px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media (max-width: 991px) {
        .login .boxform .back,
        .signup .boxform .back,
        .forgot .boxform .back {
          top: auto; } }
      .login .boxform .back svg,
      .signup .boxform .back svg,
      .forgot .boxform .back svg {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .login .boxform .back:hover svg,
      .signup .boxform .back:hover svg,
      .forgot .boxform .back:hover svg {
        fill: #b79c7b; }
    .login .boxform .title,
    .signup .boxform .title,
    .forgot .boxform .title {
      margin-bottom: 24px;
      text-align: center; }
      @media (max-width: 991px) {
        .login .boxform .title,
        .signup .boxform .title,
        .forgot .boxform .title {
          margin-bottom: 12px; } }
    .login .boxform p.text,
    .signup .boxform p.text,
    .forgot .boxform p.text {
      text-align: center;
      margin-bottom: 16px;
      color: #474f47; }
      .login .boxform p.text a,
      .signup .boxform p.text a,
      .forgot .boxform p.text a {
        color: #b79c7b;
        text-transform: uppercase;
        text-decoration: underline;
        font-weight: 500; }
        .login .boxform p.text a:hover,
        .signup .boxform p.text a:hover,
        .forgot .boxform p.text a:hover {
          text-decoration: none; }
    .login .boxform .field,
    .signup .boxform .field,
    .forgot .boxform .field {
      position: relative;
      margin-bottom: 24px; }
      .login .boxform .field:last-child,
      .signup .boxform .field:last-child,
      .forgot .boxform .field:last-child {
        margin: 0px; }
      .login .boxform .field .form-control,
      .signup .boxform .field .form-control,
      .forgot .boxform .field .form-control {
        height: 62px;
        text-transform: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .login .boxform .field .form-control:focus,
        .signup .boxform .field .form-control:focus,
        .forgot .boxform .field .form-control:focus {
          border: 1px solid #b79c7b; }
      .login .boxform .field .floating-label,
      .signup .boxform .field .floating-label,
      .forgot .boxform .field .floating-label {
        position: absolute;
        right: 24px;
        top: 18px;
        color: #000;
        opacity: 0.3;
        margin: 0px;
        font-weight: normal;
        pointer-events: none;
        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; }
      .login .boxform .field .form-control:focus ~ .floating-label,
      .login .boxform .field .form-control:not(:focus):valid ~ .floating-label,
      .signup .boxform .field .form-control:focus ~ .floating-label,
      .signup .boxform .field .form-control:not(:focus):valid ~ .floating-label,
      .forgot .boxform .field .form-control:focus ~ .floating-label,
      .forgot .boxform .field .form-control:not(:focus):valid ~ .floating-label {
        top: 4px;
        font-size: 12px; }
      .login .boxform .field .intl-tel-input input:focus ~ .floating-label,
      .login .boxform .field .intl-tel-input input:not(:focus):valid ~ .floating-label,
      .signup .boxform .field .intl-tel-input input:focus ~ .floating-label,
      .signup .boxform .field .intl-tel-input input:not(:focus):valid ~ .floating-label,
      .forgot .boxform .field .intl-tel-input input:focus ~ .floating-label,
      .forgot .boxform .field .intl-tel-input input:not(:focus):valid ~ .floating-label {
        top: 9px; }
      .login .boxform .field .icon-pass,
      .signup .boxform .field .icon-pass,
      .forgot .boxform .field .icon-pass {
        position: absolute;
        top: 20px;
        left: 30px;
        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; }
        .login .boxform .field .icon-pass svg,
        .signup .boxform .field .icon-pass svg,
        .forgot .boxform .field .icon-pass svg {
          width: 24px;
          fill: #000; }
      .login .boxform .field .icon-pass.eye-slash.icon-pass,
      .signup .boxform .field .icon-pass.eye-slash.icon-pass,
      .forgot .boxform .field .icon-pass.eye-slash.icon-pass {
        display: none; }
        .login .boxform .field .icon-pass.eye-slash.icon-pass svg path,
        .signup .boxform .field .icon-pass.eye-slash.icon-pass svg path,
        .forgot .boxform .field .icon-pass.eye-slash.icon-pass svg path {
          stroke: #b79c7b;
          fill: none; }
      .login .boxform .field.flex,
      .signup .boxform .field.flex,
      .forgot .boxform .field.flex {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .login .boxform .field.flex .che-box,
        .signup .boxform .field.flex .che-box,
        .forgot .boxform .field.flex .che-box {
          position: relative;
          cursor: pointer;
          font-weight: normal;
          margin: 0px;
          padding-right: 28px; }
          .login .boxform .field.flex .che-box input[type="checkbox"],
          .login .boxform .field.flex .che-box input[type="radio"],
          .signup .boxform .field.flex .che-box input[type="checkbox"],
          .signup .boxform .field.flex .che-box input[type="radio"],
          .forgot .boxform .field.flex .che-box input[type="checkbox"],
          .forgot .boxform .field.flex .che-box input[type="radio"] {
            position: absolute;
            left: 9000px; }
          .login .boxform .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .login .boxform .field.flex .che-box input[type="radio"] + .label-text:before,
          .signup .boxform .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .signup .boxform .field.flex .che-box input[type="radio"] + .label-text:before,
          .forgot .boxform .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .forgot .boxform .field.flex .che-box input[type="radio"] + .label-text:before {
            content: "";
            position: absolute;
            right: 0px;
            top: 1px;
            background: #fff;
            border-radius: 2px;
            width: 20px;
            height: 20px;
            font-style: initial;
            border: 1px solid #ced4da; }
          .login .boxform .field.flex .che-box input[type="radio"] + .label-text:before,
          .signup .boxform .field.flex .che-box input[type="radio"] + .label-text:before,
          .forgot .boxform .field.flex .che-box input[type="radio"] + .label-text:before {
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box; }
          .login .boxform .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .login .boxform .field.flex .che-box input[type="radio"]:checked + .label-text:before,
          .signup .boxform .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .signup .boxform .field.flex .che-box input[type="radio"]:checked + .label-text:before,
          .forgot .boxform .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .forgot .boxform .field.flex .che-box input[type="radio"]:checked + .label-text:before {
            content: "";
            background: #fff url(../images/tick.svg) no-repeat center center;
            border: 1px solid #b79c7b;
            background-size: 84% 74%;
            animation: effect 250ms ease-in; }
          .login .boxform .field.flex .che-box span.label-text,
          .signup .boxform .field.flex .che-box span.label-text,
          .forgot .boxform .field.flex .che-box span.label-text {
            color: #000; }
          .login .boxform .field.flex .che-box a,
          .signup .boxform .field.flex .che-box a,
          .forgot .boxform .field.flex .che-box a {
            text-decoration: underline;
            -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; }
            .login .boxform .field.flex .che-box a:hover,
            .signup .boxform .field.flex .che-box a:hover,
            .forgot .boxform .field.flex .che-box a:hover {
              color: #b79c7b;
              text-decoration: none; }
        .login .boxform .field.flex .forgetlink,
        .signup .boxform .field.flex .forgetlink,
        .forgot .boxform .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; }
          .login .boxform .field.flex .forgetlink:hover,
          .signup .boxform .field.flex .forgetlink:hover,
          .forgot .boxform .field.flex .forgetlink:hover {
            color: #b79c7b; }
      .login .boxform .field .bottom,
      .signup .boxform .field .bottom,
      .forgot .boxform .field .bottom {
        width: 100%;
        height: 62px;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        box-shadow: 0px 0px 28px #b79c7b54; }
  .login .social,
  .signup .social,
  .forgot .social {
    display: flex;
    direction: ltr;
    justify-content: center; }
    .login .social a,
    .signup .social a,
    .forgot .social a {
      display: flex;
      align-items: center;
      justify-content: 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: #fff;
      width: 34px;
      height: 34px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      margin-right: 4px; }
      .login .social a:last-child,
      .signup .social a:last-child,
      .forgot .social a:last-child {
        margin: 0px; }
      .login .social a svg,
      .signup .social a svg,
      .forgot .social a svg {
        fill: #fff;
        max-width: 16px;
        max-height: 16px; }
      .login .social a.icon-facebook,
      .signup .social a.icon-facebook,
      .forgot .social a.icon-facebook {
        background: #3b5998; }
        .login .social a.icon-facebook:hover,
        .signup .social a.icon-facebook:hover,
        .forgot .social a.icon-facebook:hover {
          background: #fff; }
          .login .social a.icon-facebook:hover svg,
          .signup .social a.icon-facebook:hover svg,
          .forgot .social a.icon-facebook:hover svg {
            fill: #3b5998; }
      .login .social a.icon-twitter,
      .signup .social a.icon-twitter,
      .forgot .social a.icon-twitter {
        background: #00acee; }
        .login .social a.icon-twitter:hover,
        .signup .social a.icon-twitter:hover,
        .forgot .social a.icon-twitter:hover {
          background: #fff; }
          .login .social a.icon-twitter:hover svg,
          .signup .social a.icon-twitter:hover svg,
          .forgot .social a.icon-twitter:hover svg {
            fill: #00acee; }
      .login .social a.icon-instagram,
      .signup .social a.icon-instagram,
      .forgot .social a.icon-instagram {
        background: #8d5b46; }
        .login .social a.icon-instagram:hover,
        .signup .social a.icon-instagram:hover,
        .forgot .social a.icon-instagram:hover {
          background: #fff; }
          .login .social a.icon-instagram:hover svg,
          .signup .social a.icon-instagram:hover svg,
          .forgot .social a.icon-instagram:hover svg {
            fill: #8d5b46; }
      .login .social a.icon-youtube,
      .signup .social a.icon-youtube,
      .forgot .social a.icon-youtube {
        background: #c4302b; }
        .login .social a.icon-youtube:hover,
        .signup .social a.icon-youtube:hover,
        .forgot .social a.icon-youtube:hover {
          background: #fff; }
          .login .social a.icon-youtube:hover svg,
          .signup .social a.icon-youtube:hover svg,
          .forgot .social a.icon-youtube:hover svg {
            fill: #c4302b; }
      .login .social a.icon-rss,
      .signup .social a.icon-rss,
      .forgot .social a.icon-rss {
        background: #ee802f; }
        .login .social a.icon-rss:hover,
        .signup .social a.icon-rss:hover,
        .forgot .social a.icon-rss:hover {
          background: #fff; }
          .login .social a.icon-rss:hover svg,
          .signup .social a.icon-rss:hover svg,
          .forgot .social a.icon-rss:hover svg {
            fill: #ee802f; }
      .login .social a.icon-linkedin,
      .signup .social a.icon-linkedin,
      .forgot .social a.icon-linkedin {
        background: #007fb1; }
        .login .social a.icon-linkedin:hover,
        .signup .social a.icon-linkedin:hover,
        .forgot .social a.icon-linkedin:hover {
          background: #fff; }
          .login .social a.icon-linkedin:hover svg,
          .signup .social a.icon-linkedin:hover svg,
          .forgot .social a.icon-linkedin:hover svg {
            fill: #007fb1; }
      .login .social a.icon-gplus,
      .signup .social a.icon-gplus,
      .forgot .social a.icon-gplus {
        background: #dd4b39; }
        .login .social a.icon-gplus:hover,
        .signup .social a.icon-gplus:hover,
        .forgot .social a.icon-gplus:hover {
          background: #fff; }
          .login .social a.icon-gplus:hover svg,
          .signup .social a.icon-gplus:hover svg,
          .forgot .social a.icon-gplus:hover svg {
            fill: #dd4b39; }
      .login .social a.icon-whatsapp,
      .signup .social a.icon-whatsapp,
      .forgot .social a.icon-whatsapp {
        background: #189d0e; }
        .login .social a.icon-whatsapp:hover,
        .signup .social a.icon-whatsapp:hover,
        .forgot .social a.icon-whatsapp:hover {
          background: #fff; }
          .login .social a.icon-whatsapp:hover svg,
          .signup .social a.icon-whatsapp:hover svg,
          .forgot .social a.icon-whatsapp:hover svg {
            fill: #189d0e; }
    .login .social a,
    .signup .social a,
    .forgot .social a {
      width: 48px;
      height: 48px;
      margin: 0px 4px !important;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      background: #fff; }
      .login .social a.icon-facebook,
      .signup .social a.icon-facebook,
      .forgot .social a.icon-facebook {
        background: #fff; }
        .login .social a.icon-facebook svg,
        .signup .social a.icon-facebook svg,
        .forgot .social a.icon-facebook svg {
          fill: #3b5998; }
        .login .social a.icon-facebook:hover,
        .signup .social a.icon-facebook:hover,
        .forgot .social a.icon-facebook:hover {
          background: #3b5998; }
          .login .social a.icon-facebook:hover svg,
          .signup .social a.icon-facebook:hover svg,
          .forgot .social a.icon-facebook:hover svg {
            fill: #fff; }
      .login .social a.icon-twitter,
      .signup .social a.icon-twitter,
      .forgot .social a.icon-twitter {
        background: #fff; }
        .login .social a.icon-twitter svg,
        .signup .social a.icon-twitter svg,
        .forgot .social a.icon-twitter svg {
          fill: #00acee; }
        .login .social a.icon-twitter:hover,
        .signup .social a.icon-twitter:hover,
        .forgot .social a.icon-twitter:hover {
          background: #00acee; }
          .login .social a.icon-twitter:hover svg,
          .signup .social a.icon-twitter:hover svg,
          .forgot .social a.icon-twitter:hover svg {
            fill: #fff; }
      .login .social a.icon-instagram,
      .signup .social a.icon-instagram,
      .forgot .social a.icon-instagram {
        background: #fff; }
        .login .social a.icon-instagram svg,
        .signup .social a.icon-instagram svg,
        .forgot .social a.icon-instagram svg {
          fill: #8d5b46; }
        .login .social a.icon-instagram:hover,
        .signup .social a.icon-instagram:hover,
        .forgot .social a.icon-instagram:hover {
          background: #8d5b46; }
          .login .social a.icon-instagram:hover svg,
          .signup .social a.icon-instagram:hover svg,
          .forgot .social a.icon-instagram:hover svg {
            fill: #fff; }
      .login .social a.icon-youtube,
      .signup .social a.icon-youtube,
      .forgot .social a.icon-youtube {
        background: #fff; }
        .login .social a.icon-youtube svg,
        .signup .social a.icon-youtube svg,
        .forgot .social a.icon-youtube svg {
          fill: #c4302b; }
        .login .social a.icon-youtube:hover,
        .signup .social a.icon-youtube:hover,
        .forgot .social a.icon-youtube:hover {
          background: #c4302b; }
          .login .social a.icon-youtube:hover svg,
          .signup .social a.icon-youtube:hover svg,
          .forgot .social a.icon-youtube:hover svg {
            fill: #fff; }
      .login .social a.icon-rss,
      .signup .social a.icon-rss,
      .forgot .social a.icon-rss {
        background: #fff; }
        .login .social a.icon-rss svg,
        .signup .social a.icon-rss svg,
        .forgot .social a.icon-rss svg {
          fill: #ee802f; }
        .login .social a.icon-rss:hover,
        .signup .social a.icon-rss:hover,
        .forgot .social a.icon-rss:hover {
          background: #ee802f; }
          .login .social a.icon-rss:hover svg,
          .signup .social a.icon-rss:hover svg,
          .forgot .social a.icon-rss:hover svg {
            fill: #fff; }
      .login .social a.icon-linkedin,
      .signup .social a.icon-linkedin,
      .forgot .social a.icon-linkedin {
        background: #fff; }
        .login .social a.icon-linkedin svg,
        .signup .social a.icon-linkedin svg,
        .forgot .social a.icon-linkedin svg {
          fill: #007fb1; }
        .login .social a.icon-linkedin:hover,
        .signup .social a.icon-linkedin:hover,
        .forgot .social a.icon-linkedin:hover {
          background: #007fb1; }
          .login .social a.icon-linkedin:hover svg,
          .signup .social a.icon-linkedin:hover svg,
          .forgot .social a.icon-linkedin:hover svg {
            fill: #fff; }
      .login .social a.icon-gplus,
      .signup .social a.icon-gplus,
      .forgot .social a.icon-gplus {
        background: #fff; }
        .login .social a.icon-gplus svg,
        .signup .social a.icon-gplus svg,
        .forgot .social a.icon-gplus svg {
          fill: #dd4b39; }
        .login .social a.icon-gplus:hover,
        .signup .social a.icon-gplus:hover,
        .forgot .social a.icon-gplus:hover {
          background: #dd4b39; }
          .login .social a.icon-gplus:hover svg,
          .signup .social a.icon-gplus:hover svg,
          .forgot .social a.icon-gplus:hover svg {
            fill: #fff; }
      .login .social a.icon-whatsapp,
      .signup .social a.icon-whatsapp,
      .forgot .social a.icon-whatsapp {
        background: #fff; }
        .login .social a.icon-whatsapp svg,
        .signup .social a.icon-whatsapp svg,
        .forgot .social a.icon-whatsapp svg {
          fill: #189d0e; }
        .login .social a.icon-whatsapp:hover,
        .signup .social a.icon-whatsapp:hover,
        .forgot .social a.icon-whatsapp:hover {
          background: #189d0e; }
          .login .social a.icon-whatsapp:hover svg,
          .signup .social a.icon-whatsapp:hover svg,
          .forgot .social a.icon-whatsapp:hover svg {
            fill: #fff; }

.error404 {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: #f5f2f0 url(../images/contactus.png) top left no-repeat; }
  @media (max-width: 991px) {
    .error404 {
      padding: 24px 0px; } }
  .error404 .title {
    font-size: 150px !important;
    font-weight: 600; }
  .error404 p {
    color: #b79c7b;
    font-size: 24px;
    margin-top: 72px; }
  .error404 .bottom {
    float: none;
    display: inline-flex;
    padding: 12px 20px;
    margin-top: 32px; }

.contactus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff url(../images/contactus.png) top left no-repeat; }
  @media (max-width: 991px) {
    .contactus {
      padding: 24px 0px; } }
  .contactus .alert {
    margin: 0px;
    margin-top: 24px; }
  .contactus .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .contactus .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 12px; } }
    .contactus .item .field {
      position: relative;
      margin-bottom: 24px; }
      .contactus .item .field:last-child {
        margin: 0px; }
      .contactus .item .field .form-control {
        height: 62px;
        text-transform: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .contactus .item .field .form-control:focus {
          border: 1px solid #b79c7b; }
      .contactus .item .field .floating-label {
        position: absolute;
        right: 24px;
        top: 18px;
        color: #000;
        opacity: 0.3;
        margin: 0px;
        font-weight: normal;
        pointer-events: none;
        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; }
      .contactus .item .field .form-control:focus ~ .floating-label,
      .contactus .item .field .form-control:not(:focus):valid ~ .floating-label {
        top: 4px;
        font-size: 12px; }
      .contactus .item .field .intl-tel-input input:focus ~ .floating-label,
      .contactus .item .field .intl-tel-input input:not(:focus):valid ~ .floating-label {
        top: 9px; }
      .contactus .item .field textarea.form-control {
        height: 160px;
        resize: none; }
      .contactus .item .field .bottom {
        height: 62px;
        min-width: 160px; }
    .contactus .item .map {
      width: 100%;
      position: relative;
      background: #ccc;
      overflow: hidden; }
      .contactus .item .map iframe {
        display: block;
        width: 100%;
        height: 368px;
        border: 0px; }
    .contactus .item .itemadds {
      margin-top: 32px; }
      @media (max-width: 991px) {
        .contactus .item .itemadds {
          margin-top: 24px; } }
      .contactus .item .itemadds .inner {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 24px; }
        .contactus .item .itemadds .inner:last-child {
          margin: 0px; }
        .contactus .item .itemadds .inner .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 12px;
          min-width: 40px;
          max-width: 40px;
          height: 40px;
          overflow: hidden;
          background: #b79c7b;
          position: relative; }
          .contactus .item .itemadds .inner .icon svg {
            min-width: 16px;
            min-height: 16px;
            fill: #fff; }
            .contactus .item .itemadds .inner .icon svg path {
              fill: #fff; }
        .contactus .item .itemadds .inner p,
        .contactus .item .itemadds .inner a {
          display: block;
          font-weight: 500;
          line-height: 150%;
          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; }
        .contactus .item .itemadds .inner a:hover {
          color: #b79c7b; }

.aboutus,
.help-center,
.install-you,
.payingease {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .aboutus,
    .help-center,
    .install-you,
    .payingease {
      padding: 24px 0px; } }
  .aboutus .destext,
  .help-center .destext,
  .install-you .destext,
  .payingease .destext {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #b79c7b; }
  .aboutus .title,
  .help-center .title,
  .install-you .title,
  .payingease .title {
    text-align: center;
    margin-top: 24px;
    font-size: 32px;
    font-weight: 600; }
    @media (max-width: 991px) {
      .aboutus .title,
      .help-center .title,
      .install-you .title,
      .payingease .title {
        font-size: 24px;
        margin-top: 12px; } }
  .aboutus .text-center,
  .help-center .text-center,
  .install-you .text-center,
  .payingease .text-center {
    margin-top: 24px;
    padding: 0px 10%; }
    @media (max-width: 991px) {
      .aboutus .text-center,
      .help-center .text-center,
      .install-you .text-center,
      .payingease .text-center {
        margin-top: 12px;
        padding: 0px; } }
  .aboutus .item,
  .help-center .item,
  .install-you .item,
  .payingease .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .aboutus .item,
      .help-center .item,
      .install-you .item,
      .payingease .item {
        max-width: 50%;
        flex: 50%;
        margin-top: 24px; } }
    @media (max-width: 767px) {
      .aboutus .item,
      .help-center .item,
      .install-you .item,
      .payingease .item {
        max-width: 100%;
        flex: 100%; } }
    .aboutus .item .photo,
    .help-center .item .photo,
    .install-you .item .photo,
    .payingease .item .photo {
      width: 100%;
      height: 260px;
      overflow: hidden;
      position: relative; }
      .aboutus .item .photo img,
      .help-center .item .photo img,
      .install-you .item .photo img,
      .payingease .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .aboutus .item .icon,
    .help-center .item .icon,
    .install-you .item .icon,
    .payingease .item .icon {
      margin: 0px auto;
      width: 80px;
      text-align: center; }
      .aboutus .item .icon svg,
      .help-center .item .icon svg,
      .install-you .item .icon svg,
      .payingease .item .icon svg {
        width: 70px;
        height: 70px;
        fill: #b79c7b; }
    .aboutus .item .title,
    .help-center .item .title,
    .install-you .item .title,
    .payingease .item .title {
      font-size: 24px;
      margin-top: 24px; }
    .aboutus .item p,
    .help-center .item p,
    .install-you .item p,
    .payingease .item p {
      margin-top: 12px;
      text-align: center; }

.faqs {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  /* Vertical line */ }
  @media (max-width: 991px) {
    .faqs {
      padding: 24px 0px; } }
  .faqs .title {
    text-align: center;
    margin-top: 24px;
    font-size: 32px;
    font-weight: 600; }
    @media (max-width: 991px) {
      .faqs .title {
        font-size: 24px;
        margin-top: 12px; } }
  .faqs .text-center {
    margin-top: 24px;
    padding: 0px 10%; }
    @media (max-width: 991px) {
      .faqs .text-center {
        margin-top: 12px;
        padding: 0px; } }
  .faqs .accordion {
    width: 100%;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .faqs .accordion {
        margin-top: 24px; } }
    .faqs .accordion .option {
      width: 100%;
      margin-bottom: 24px;
      position: relative; }
      .faqs .accordion .option:last-child {
        margin: 0px; }
      .faqs .accordion .option .click-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        background: #f5f2f0; }
        .faqs .accordion .option .click-title a {
          display: flex !important;
          align-items: center;
          width: 100%;
          padding: 20px;
          font-size: 18px;
          color: #000; }
      .faqs .accordion .option .text {
        margin-top: 16px;
        padding: 0px 20px; }
      .faqs .accordion .option .st0 {
        fill: none;
        stroke: #faa61a;
        stroke-width: 2; }
  .faqs .collapsible-link::before {
    content: '';
    position: absolute;
    top: 27px;
    left: 20px;
    width: 16px;
    height: 10px;
    background: url(../images/arrow.svg) no-repeat;
    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;
    z-index: 10; }
  .faqs .collapsible-link[aria-expanded='true']::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.privacy-policy {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  min-height: 800px; }
  @media (max-width: 991px) {
    .privacy-policy {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .privacy-policy {
      min-height: inherit; } }
  .privacy-policy p {
    line-height: 26px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .privacy-policy p {
        margin-top: 8px; } }

.install-you .item {
  display: flex;
  align-items: center; }
  .install-you .item .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; }
    .install-you .item .photo img {
      width: auto;
      max-width: 100%;
      height: auto;
      object-fit: inherit; }
  .install-you .item .title {
    text-align: right;
    font-size: 48px;
    font-weight: 800;
    line-height: 150%; }
    @media (max-width: 991px) {
      .install-you .item .title {
        font-size: 28px; } }
  .install-you .item p {
    text-align: right;
    margin-top: 24px; }
.install-you .bottoms {
  display: flex; }
  @media (max-width: 500px) {
    .install-you .bottoms {
      display: block; } }
  .install-you .bottoms .bottom {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    margin: 24px 0px 0px 16px;
    padding: 12px 24px;
    height: 48px; }
    @media (max-width: 500px) {
      .install-you .bottoms .bottom {
        width: 100%; } }
    .install-you .bottoms .bottom.styletow {
      background: #f5f2f0;
      color: #b79c7b;
      margin-left: 0px; }
      .install-you .bottoms .bottom.styletow:hover {
        background: #0e2521; }

.YouTubePopUp-Wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999999999999;
  padding: 15px; }
  .YouTubePopUp-Wrap .YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0px auto;
    height: 100%;
    position: relative; }
    .YouTubePopUp-Wrap .YouTubePopUp-Content iframe,
    .YouTubePopUp-Wrap .YouTubePopUp-Content video {
      position: absolute;
      top: 0px;
      bottom: 0px;
      max-width: 100% !important;
      width: 100% !important;
      display: block !important;
      height: 480px !important;
      border: none !important;
      margin: auto 0px;
      background: #fff;
      padding: 15px; }
      @media (max-width: 767px) {
        .YouTubePopUp-Wrap .YouTubePopUp-Content iframe,
        .YouTubePopUp-Wrap .YouTubePopUp-Content video {
          height: 300px !important; } }
  .YouTubePopUp-Wrap .YouTubePopUp-Close {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 528px;
    cursor: pointer;
    margin: auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    background-size: 100%;
    -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; }

.payingease .item .title {
  font-size: 20px; }
.payingease .item p {
  min-height: 94px; }
  @media (max-width: 991px) {
    .payingease .item p {
      min-height: inherit; } }
.payingease .item .photo {
  height: 416px; }
  @media (max-width: 991px) {
    .payingease .item .photo {
      height: auto; } }
.payingease .item .s-he {
  height: 516px; }
  @media (max-width: 991px) {
    .payingease .item .s-he {
      height: auto; } }
  .payingease .item .s-he img {
    object-fit: inherit;
    height: auto; }

.overlay {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000c7;
  z-index: 1000;
  display: none; }

.show-cart {
  position: fixed;
  top: 0px;
  left: -466px;
  background: #fff;
  width: 466px;
  overflow: hidden;
  height: 100%;
  z-index: 1004;
  -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: 550px) {
    .show-cart {
      width: 300px; } }
  .show-cart.active {
    left: 0px; }
  .show-cart .headtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 12px;
    border-bottom: 1px solid #E7EDEF; }
    @media (max-width: 550px) {
      .show-cart .headtitle {
        padding-top: 24px; } }
    .show-cart .headtitle .close-cart {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 32px;
      max-width: 32px;
      height: 32px;
      background: #fff;
      cursor: pointer;
      border: 1px solid #D1362A;
      box-shadow: 10px 5px 40px #6b6b6b1f;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
    .show-cart .headtitle .title {
      font-size: 24px;
      color: #000; }
  .show-cart .all-items {
    padding: 24px 12px 48px 12px;
    overflow: hidden;
    overflow-y: scroll;
    height: 72%; }
  .show-cart .total-price {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #fff;
    padding: 24px 12px;
    box-shadow: 10px 5px 40px #6b6b6b1f;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box; }
    .show-cart .total-price .list-price li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px; }
      .show-cart .total-price .list-price li p {
        color: #000;
        line-height: 20px; }
      .show-cart .total-price .list-price li span {
        color: #000;
        font-weight: 700; }
        .show-cart .total-price .list-price li span small {
          color: #a3a3a3;
          font-size: 10px;
          font-weight: 500; }
    .show-cart .total-price .bottoms {
      display: flex;
      justify-content: space-between; }
      .show-cart .total-price .bottoms .bottom {
        margin-top: 24px;
        border: 1px solid #b79c7b;
        min-width: 48%; }
        .show-cart .total-price .bottoms .bottom:hover {
          border: 1px solid #0e2521; }
        .show-cart .total-price .bottoms .bottom:last-child {
          background: #fff;
          color: #b79c7b; }
          .show-cart .total-price .bottoms .bottom:last-child:hover {
            background: #b79c7b;
            color: #fff;
            border: 1px solid #b79c7b; }

.itemcart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E7EDEF;
  padding-bottom: 20px; }
  .itemcart .delet-cart {
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #f5f2f0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
    @media (max-width: 550px) {
      .itemcart .delet-cart {
        top: 18px; } }
  .itemcart .item {
    display: flex;
    width: 100%; }
    .itemcart .item .photo {
      box-shadow: 10px 5px 40px #6b6b6b1f;
      min-width: 56px;
      max-width: 56px;
      height: 56px;
      display: block;
      overflow: hidden;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box; }
      .itemcart .item .photo img {
        width: 100%;
        min-height: 100%;
        object-fit: cover; }
    .itemcart .item .content {
      padding-right: 12px; }
      .itemcart .item .content .title {
        line-height: 1;
        margin-top: 4px;
        color: #000;
        font-size: 16px !important;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .itemcart .item .content .title:hover {
          color: #b79c7b; }
  .itemcart .price {
    display: block;
    color: #b79c7b;
    font-weight: 500;
    margin-top: 12px; }
    .itemcart .price span {
      color: #000; }
  .itemcart .spinner {
    display: flex;
    position: relative;
    right: auto;
    width: auto;
    margin-top: 12px; }
    .itemcart .spinner .form-control,
    .itemcart .spinner .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px;
      width: 32px;
      height: 32px;
      padding: 0px !important; }
    .itemcart .spinner .form-control {
      text-align: center;
      margin: 0px 8px; }

.cartpage {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .cartpage {
      padding: 24px 0px; } }
  .cartpage .wizard {
    margin-bottom: 24px; }
  .cartpage .alert {
    margin: 0px;
    margin-top: 24px; }
  .cartpage .note {
    width: 100%;
    margin-top: 24px; }
    .cartpage .note b {
      display: block;
      color: #D1362A;
      margin-bottom: 8px; }
  .cartpage .sin-login {
    width: 100%;
    margin-top: 24px;
    color: #000; }
    .cartpage .sin-login a {
      text-decoration: underline;
      color: #b79c7b;
      font-weight: 500; }
  @media (max-width: 991px) {
    .cartpage .item-basket {
      max-width: 100%;
      flex: 100%; } }
  .cartpage .item-basket .inner {
    background: #fff;
    padding: 24px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    -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);
    margin-top: 24px; }
    @media (max-width: 991px) {
      .cartpage .item-basket .inner {
        padding: 20px;
        margin-top: 12px; } }
    .cartpage .item-basket .inner .title {
      font-size: 24px; }
    .cartpage .item-basket .inner .itemcart {
      margin-bottom: 16px;
      padding-bottom: 16px;
      padding-left: 0px;
      border-bottom: 2px solid #f5f2f0; }
      @media (max-width: 767px) {
        .cartpage .item-basket .inner .itemcart {
          display: block; } }
      @media (max-width: 550px) {
        .cartpage .item-basket .inner .itemcart {
          padding-bottom: 44px; } }
      .cartpage .item-basket .inner .itemcart:last-child {
        margin: 0px;
        border: 0px; }
      .cartpage .item-basket .inner .itemcart .delet-cart {
        left: auto;
        right: 0px; }
    .cartpage .item-basket .inner .item {
      align-items: center;
      padding: 0px 48px 0px 24px; }
      @media (max-width: 767px) {
        .cartpage .item-basket .inner .item {
          align-items: flex-start; } }
      @media (max-width: 450px) {
        .cartpage .item-basket .inner .item {
          display: block; } }
      .cartpage .item-basket .inner .item .content {
        padding-right: 24px; }
        @media (max-width: 450px) {
          .cartpage .item-basket .inner .item .content {
            padding: 0px;
            margin-top: 16px; } }
        .cartpage .item-basket .inner .item .content .title {
          font-size: 16px !important; }
    .cartpage .item-basket .inner .photo {
      min-width: 80px;
      max-width: 80px;
      height: 80px; }
    .cartpage .item-basket .inner .text {
      font-size: 14px;
      margin-top: 8px; }
    .cartpage .item-basket .inner .price {
      color: #000;
      margin: 0px;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media (max-width: 767px) {
        .cartpage .item-basket .inner .price {
          padding-right: 152px;
          margin-top: 16px; } }
      @media (max-width: 450px) {
        .cartpage .item-basket .inner .price {
          padding-right: 48px; } }
    .cartpage .item-basket .inner .spinner {
      padding: 0px 24px;
      margin: 0px; }
      @media (max-width: 767px) {
        .cartpage .item-basket .inner .spinner {
          padding-right: 152px;
          margin-top: 16px; } }
      @media (max-width: 450px) {
        .cartpage .item-basket .inner .spinner {
          padding-right: 48px; } }
    .cartpage .item-basket .inner .total {
      color: #000;
      font-weight: 600; }
      @media (max-width: 767px) {
        .cartpage .item-basket .inner .total {
          padding-right: 152px;
          margin-top: 16px; } }
      @media (max-width: 450px) {
        .cartpage .item-basket .inner .total {
          padding-right: 48px; } }
      .cartpage .item-basket .inner .total small {
        font-size: 12px; }
    .cartpage .item-basket .inner .list-price li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #f5f2f0; }
      .cartpage .item-basket .inner .list-price li:last-child {
        border: 0px;
        padding: 0px;
        margin: 0px; }
      .cartpage .item-basket .inner .list-price li p {
        color: #000;
        line-height: 30px;
        font-weight: 600;
        font-size: 18px;
        min-width: 50%; }
      .cartpage .item-basket .inner .list-price li span {
        color: #000;
        font-weight: 700;
        min-width: 50%;
        text-align: left; }
        .cartpage .item-basket .inner .list-price li span small {
          display: block;
          color: #b9b9b9;
          margin-top: 8px; }
    .cartpage .item-basket .inner .textred {
      display: block;
      margin-top: 24px;
      color: #D1362A; }
    .cartpage .item-basket .inner .field {
      position: relative;
      margin-top: 24px; }
      .cartpage .item-basket .inner .field .form-control {
        height: 62px;
        text-transform: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .cartpage .item-basket .inner .field .form-control:focus {
          border: 1px solid #b79c7b; }
      .cartpage .item-basket .inner .field .phone-label {
        font-weight: 500;
        color: #000; }
      .cartpage .item-basket .inner .field img {
        position: absolute;
        left: 12px;
        top: 20px; }
      .cartpage .item-basket .inner .field .floating-label {
        position: absolute;
        right: 24px;
        top: 18px;
        color: #000;
        opacity: 0.3;
        margin: 0px;
        font-weight: normal;
        pointer-events: none;
        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; }
      .cartpage .item-basket .inner .field .form-control:focus ~ .floating-label,
      .cartpage .item-basket .inner .field .form-control:not(:focus):valid ~ .floating-label {
        top: 4px;
        font-size: 12px; }
      .cartpage .item-basket .inner .field .intl-tel-input input:focus ~ .floating-label,
      .cartpage .item-basket .inner .field .intl-tel-input input:not(:focus):valid ~ .floating-label {
        top: 9px; }
      .cartpage .item-basket .inner .field .icon-pass {
        position: absolute;
        top: 20px;
        left: 30px;
        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; }
        .cartpage .item-basket .inner .field .icon-pass svg {
          width: 24px;
          fill: #000; }
      .cartpage .item-basket .inner .field .icon-pass.eye-slash.icon-pass {
        display: none; }
        .cartpage .item-basket .inner .field .icon-pass.eye-slash.icon-pass svg path {
          stroke: #b79c7b;
          fill: none; }
      .cartpage .item-basket .inner .field.flex {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .cartpage .item-basket .inner .field.flex .che-box {
          position: relative;
          cursor: pointer;
          font-weight: normal;
          margin: 0px;
          padding-right: 28px; }
          .cartpage .item-basket .inner .field.flex .che-box input[type="checkbox"],
          .cartpage .item-basket .inner .field.flex .che-box input[type="radio"] {
            position: absolute;
            left: 9000px; }
          .cartpage .item-basket .inner .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .cartpage .item-basket .inner .field.flex .che-box input[type="radio"] + .label-text:before {
            content: "";
            position: absolute;
            right: 0px;
            top: 1px;
            background: #fff;
            border-radius: 2px;
            width: 20px;
            height: 20px;
            font-style: initial;
            border: 1px solid #ced4da; }
          .cartpage .item-basket .inner .field.flex .che-box input[type="radio"] + .label-text:before {
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box; }
          .cartpage .item-basket .inner .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .cartpage .item-basket .inner .field.flex .che-box input[type="radio"]:checked + .label-text:before {
            content: "";
            background: #fff url(../images/tick.svg) no-repeat center center;
            border: 1px solid #b79c7b;
            background-size: 84% 74%;
            animation: effect 250ms ease-in; }
          .cartpage .item-basket .inner .field.flex .che-box span.label-text {
            color: #000; }
          .cartpage .item-basket .inner .field.flex .che-box a {
            text-decoration: underline;
            -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; }
            .cartpage .item-basket .inner .field.flex .che-box a:hover {
              color: #b79c7b;
              text-decoration: none; }
        .cartpage .item-basket .inner .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; }
          .cartpage .item-basket .inner .field.flex .forgetlink:hover {
            color: #b79c7b; }
      .cartpage .item-basket .inner .field .map {
        background: #f5f2f0;
        padding: 0px !important;
        margin-top: 24px; }
        .cartpage .item-basket .inner .field .map iframe {
          display: block;
          border: 0px;
          width: 100%;
          height: 324px; }
          @media (max-width: 991px) {
            .cartpage .item-basket .inner .field .map iframe {
              height: 300px; } }
      .cartpage .item-basket .inner .field .w-100.mt-4.position-relative .floating-label {
        right: 12px; }
      .cartpage .item-basket .inner .field textarea.form-control {
        height: 160px;
        resize: none; }
      .cartpage .item-basket .inner .field .bottom {
        width: 100%;
        height: 62px;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        box-shadow: 0px 0px 28px #b79c7b54; }
    .cartpage .item-basket .inner .bottom {
      margin-top: 24px; }
    .cartpage .item-basket .inner .itemcart.bgbox {
      background: #f5f2f0;
      padding: 24px;
      margin: 0px;
      border-bottom: 1px solid #cccccc42; }
      .cartpage .item-basket .inner .itemcart.bgbox:last-child {
        border: 0px; }
      @media (max-width: 676px) {
        .cartpage .item-basket .inner .itemcart.bgbox {
          display: block; } }
      .cartpage .item-basket .inner .itemcart.bgbox .item {
        padding: 0px; }
        .cartpage .item-basket .inner .itemcart.bgbox .item .content {
          padding: 0px; }
      .cartpage .item-basket .inner .itemcart.bgbox .total {
        padding: 0px !important; }
        @media (max-width: 676px) {
          .cartpage .item-basket .inner .itemcart.bgbox .total {
            margin-top: 12px; } }
        .cartpage .item-basket .inner .itemcart.bgbox .total small {
          display: block;
          margin-top: 8px; }
      .cartpage .item-basket .inner .itemcart.bgbox .number {
        display: block;
        margin-top: 12px;
        color: #b79c7b;
        font-weight: 600; }
      .cartpage .item-basket .inner .itemcart.bgbox:last-child {
        border: 0px; }
  .cartpage .item-basket .m-r {
    right: 12px !important; }
  .cartpage .item-basket .scroll {
    position: sticky;
    top: 100px; }
  .cartpage .item-basket .coupon {
    position: relative;
    width: 100%;
    text-align: center; }
    .cartpage .item-basket .coupon .form-control {
      height: 62px;
      text-transform: none;
      box-shadow: none;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box;
      height: 52px;
      color: #000;
      padding-left: 94px;
      font-size: 14px; }
      .cartpage .item-basket .coupon .form-control:focus {
        border: 1px solid #b79c7b; }
    .cartpage .item-basket .coupon ::-webkit-input-placeholder {
      /* Edge */
      text-align: right; }
    .cartpage .item-basket .coupon :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      text-align: right; }
    .cartpage .item-basket .coupon ::placeholder {
      text-align: right; }
    .cartpage .item-basket .coupon .bottom {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 84px;
      height: 52px;
      border-radius: 0px;
      margin: 0px !important; }
  .cartpage .item-basket .paying-inner {
    width: 100%;
    border-bottom: 1px solid #f5f2f0;
    padding-bottom: 24px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .cartpage .item-basket .paying-inner {
        padding-bottom: 12px;
        margin-top: 12px; } }
    .cartpage .item-basket .paying-inner .title {
      font-size: 18px; }
    .cartpage .item-basket .paying-inner .che-box {
      position: relative;
      cursor: pointer;
      font-weight: normal;
      margin: 0px;
      padding-right: 28px;
      width: 100%; }
      .cartpage .item-basket .paying-inner .che-box input[type="checkbox"],
      .cartpage .item-basket .paying-inner .che-box input[type="radio"] {
        position: absolute;
        left: 9000px; }
      .cartpage .item-basket .paying-inner .che-box input[type="checkbox"] + .label-text:before,
      .cartpage .item-basket .paying-inner .che-box input[type="radio"] + .label-text:before {
        content: "";
        position: absolute;
        right: 0px;
        top: 1px;
        background: #fff;
        border-radius: 2px;
        width: 20px;
        height: 20px;
        font-style: initial;
        border: 1px solid #ced4da; }
      .cartpage .item-basket .paying-inner .che-box input[type="radio"] + .label-text:before {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
      .cartpage .item-basket .paying-inner .che-box input[type="checkbox"]:checked + .label-text:before,
      .cartpage .item-basket .paying-inner .che-box input[type="radio"]:checked + .label-text:before {
        content: "";
        background: #fff url(../images/tick.svg) no-repeat center center;
        border: 1px solid #b79c7b;
        background-size: 84% 74%;
        animation: effect 250ms ease-in; }
      .cartpage .item-basket .paying-inner .che-box span.label-text {
        color: #000; }
      .cartpage .item-basket .paying-inner .che-box.m-bank {
        padding-bottom: 0px;
        border: 0px;
        margin: 0px; }
      .cartpage .item-basket .paying-inner .che-box.bo-no {
        margin: 0px;
        padding: 0px;
        border: 0px; }
      .cartpage .item-basket .paying-inner .che-box.addborde {
        margin: 0px;
        padding: 0px;
        border: 0px;
        border-top: 1px solid #dadada;
        padding-top: 24px;
        margin-top: 24px; }
    .cartpage .item-basket .paying-inner .hidebank {
      width: 100%;
      display: none;
      margin-top: 24px; }
      .cartpage .item-basket .paying-inner .hidebank .items-img {
        display: flex; }
        .cartpage .item-basket .paying-inner .hidebank .items-img img {
          width: 360px;
          max-width: 100%; }
  .cartpage .complete {
    margin: 0px auto;
    width: 500px;
    text-align: center;
    padding: 48px 24px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    -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); }
    @media (max-width: 991px) {
      .cartpage .complete {
        width: 100%; } }
    .cartpage .complete .logo {
      margin-bottom: 12px; }
      .cartpage .complete .logo img {
        max-width: 100%; }
    .cartpage .complete .alertchick svg {
      max-width: 80px;
      fill: #b79c7b; }
    .cartpage .complete .alertchick p {
      font-size: 25px;
      margin-top: 10px;
      color: #000; }
    .cartpage .complete .textorder {
      margin-top: 32px; }
      .cartpage .complete .textorder .textnamber {
        font-size: 20px;
        color: #000; }
      .cartpage .complete .textorder .namber {
        display: block;
        margin-top: 16px;
        font-size: 20px;
        color: #b79c7b; }
    .cartpage .complete .bottom {
      margin-top: 32px; }

.profile {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .profile {
      padding: 24px 0px; } }
  .profile .item {
    margin-top: 8px; }
    @media (max-width: 991px) {
      .profile .item {
        max-width: 100%;
        flex: 100%;
        margin: 0px; } }
  .profile .title {
    font-size: 26px;
    width: 100%; }
  .profile .inner {
    padding: 24px 16px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    -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; }
    .profile .inner .list-menu a {
      display: block;
      width: 100%;
      line-height: 26px;
      color: #000;
      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;
      margin-bottom: 1px;
      font-weight: 400;
      padding: 12px; }
      .profile .inner .list-menu a:last-child {
        margin-bottom: 0px; }
      .profile .inner .list-menu a:hover, .profile .inner .list-menu a.active {
        background: #b79c7b42; }
    .profile .inner .field {
      margin-bottom: 16px; }
      @media (max-width: 991px) {
        .profile .inner .field {
          max-width: 100%;
          flex: 100%; } }
      .profile .inner .field:last-child {
        margin: 0px; }
      .profile .inner .field .form-control {
        height: 55px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        padding: 8px 12px;
        text-transform: none;
        border: 1px solid #f5f2f0 !important; }
        .profile .inner .field .form-control:focus {
          border: 1px solid #b79c7b !important; }
      .profile .inner .field.flex {
        display: flex;
        align-items: center; }
        .profile .inner .field.flex .text {
          font-size: 18px;
          font-weight: 500;
          color: #000;
          margin-right: 64px;
          text-transform: capitalize; }
          @media (max-width: 991px) {
            .profile .inner .field.flex .text {
              margin-right: 20px; } }
        .profile .inner .field.flex .che-box {
          position: relative;
          cursor: pointer;
          font-weight: normal;
          margin: 0px;
          padding-right: 28px;
          margin-top: 12px;
          margin-right: 64px; }
          .profile .inner .field.flex .che-box input[type="checkbox"],
          .profile .inner .field.flex .che-box input[type="radio"] {
            position: absolute;
            left: 9000px; }
          .profile .inner .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .profile .inner .field.flex .che-box input[type="radio"] + .label-text:before {
            content: "";
            position: absolute;
            right: 0px;
            top: 1px;
            background: #fff;
            border-radius: 2px;
            width: 20px;
            height: 20px;
            font-style: initial;
            border: 1px solid #ced4da; }
          .profile .inner .field.flex .che-box input[type="radio"] + .label-text:before {
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box; }
          .profile .inner .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .profile .inner .field.flex .che-box input[type="radio"]:checked + .label-text:before {
            content: "";
            background: #fff url(../images/tick.svg) no-repeat center center;
            border: 1px solid #b79c7b;
            background-size: 84% 74%;
            animation: effect 250ms ease-in; }
          .profile .inner .field.flex .che-box span.label-text {
            color: #000; }
          @media (max-width: 991px) {
            .profile .inner .field.flex .che-box {
              margin-right: 20px; } }
          .profile .inner .field.flex .che-box:last-child {
            margin: 0px; }
      .profile .inner .field .bottom {
        width: 200px;
        height: 55px;
        margin-top: 12px; }
        @media (max-width: 991px) {
          .profile .inner .field .bottom {
            width: 100%; } }
    .profile .inner .table-responsive {
      background: #fff; }
      @media (max-width: 991px) {
        .profile .inner .table-responsive {
          margin-top: 24px; } }
      .profile .inner .table-responsive table {
        margin: 0px;
        overflow: hidden; }
        .profile .inner .table-responsive table th {
          background: #b79c7b;
          color: #fff;
          font-weight: 400;
          font-size: 18px;
          border: 0px;
          padding: 12px 20px; }
        .profile .inner .table-responsive table td {
          color: #000;
          font-weight: 400;
          padding: 12px;
          border: 0px;
          white-space: nowrap; }
          .profile .inner .table-responsive table td small {
            color: #a7a7a7;
            margin: 2px 4px 0px 0px; }
          .profile .inner .table-responsive table td:last-child {
            display: flex; }
          .profile .inner .table-responsive table td a {
            text-decoration: underline;
            margin: 0px !important;
            margin-right: 24px !important; }
            .profile .inner .table-responsive table td a:last-child {
              margin: 0px !important; }
            .profile .inner .table-responsive table td a:hover {
              text-decoration: underline; }
        .profile .inner .table-responsive table tr:nth-of-type(odd) {
          background: #f9f8f6; }
      .profile .inner .table-responsive .removal {
        display: flex;
        align-items: center;
        color: #D1362A; }
        @media (max-width: 991px) {
          .profile .inner .table-responsive .removal {
            justify-content: center; } }
        .profile .inner .table-responsive .removal .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 22px;
          max-width: 22px;
          height: 22px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #D1362A;
          margin-left: 8px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
          .profile .inner .table-responsive .removal .icon svg {
            max-width: 14px;
            max-height: 14px;
            fill: #fff; }
  .profile .itpord .item-pro .title {
    font-size: 18px !important; }
  .profile .locations .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .profile .locations .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; } }
    .profile .locations .item .in-adds {
      display: block;
      position: relative;
      width: 100%;
      margin: 0px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      background-clip: padding-box;
      padding: 24px;
      border: 1px solid rgba(0, 0, 0, 0.05); }
      @media (max-width: 991px) {
        .profile .locations .item .in-adds {
          padding: 24px; } }
      .profile .locations .item .in-adds .up-addrs {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        width: 88px;
        height: 88px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: rgba(231, 237, 239, 0.5); }
        .profile .locations .item .in-adds .up-addrs img {
          max-width: 28px; }
      .profile .locations .item .in-adds .title {
        display: block;
        color: #000;
        overflow: hidden;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.1px;
        margin-bottom: 16px; }
        @media (max-width: 991px) {
          .profile .locations .item .in-adds .title {
            height: auto; }
            .profile .locations .item .in-adds .title br {
              display: none; } }
      .profile .locations .item .in-adds .text {
        display: block;
        margin-bottom: 12px; }
        @media (max-width: 1199px) {
          .profile .locations .item .in-adds .text {
            font-size: 13px; } }
      .profile .locations .item .in-adds .number {
        width: 100%;
        direction: ltr; }
      .profile .locations .item .in-adds .item-up {
        width: 100%;
        height: 100%;
        text-align: center; }
        .profile .locations .item .in-adds .item-up .title {
          margin: 0px;
          margin-top: 28px;
          height: auto; }
        .profile .locations .item .in-adds .item-up .text {
          margin: 0px;
          margin-top: 8px;
          font-size: 12px;
          letter-spacing: 0.1px;
          color: #C3CBCD; }
          @media (max-width: 1199px) {
            .profile .locations .item .in-adds .item-up .text {
              font-size: 12px; } }
      .profile .locations .item .in-adds .action {
        display: flex;
        justify-content: space-between;
        margin-top: 24px; }
        .profile .locations .item .in-adds .action a {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 14px;
          line-height: 14px;
          font-weight: 400;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .profile .locations .item .in-adds .action a:last-child {
            margin: 0px; }
          .profile .locations .item .in-adds .action a.edit:hover {
            color: #268540; }
            .profile .locations .item .in-adds .action a.edit:hover .icon {
              border: 1px solid #268540; }
              .profile .locations .item .in-adds .action a.edit:hover .icon svg path {
                fill: #268540; }
          .profile .locations .item .in-adds .action a.delete:hover {
            color: #CC1111; }
            .profile .locations .item .in-adds .action a.delete:hover .icon {
              border: 1px solid #CC1111; }
              .profile .locations .item .in-adds .action a.delete:hover .icon svg path {
                fill: #CC1111; }
          .profile .locations .item .in-adds .action a .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            margin-left: 8px;
            border: 1px solid #E2E2E2;
            box-sizing: border-box;
            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; }
  .profile .phone-label {
    font-weight: 500;
    color: #000; }

.treak-order {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .treak-order {
      padding: 24px 0px; } }
  .treak-order .wizard {
    margin-bottom: 20px; }
  .treak-order .title {
    text-align: right;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .treak-order .title {
        margin: 0px; } }
  .treak-order .table-responsive {
    margin-top: 84px; }
    .treak-order .table-responsive table {
      margin: 0px; }
      .treak-order .table-responsive table th {
        background: #b79c7b;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border: 0px !important; }
      .treak-order .table-responsive table td {
        color: #000;
        font-weight: 400;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border: 0px !important; }
        .treak-order .table-responsive table td a {
          color: #b79c7b; }
          .treak-order .table-responsive table td a:hover {
            text-decoration: underline; }

.treak {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 4px;
  background: #b79c7b;
  margin-top: 56px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; }
  @media (max-width: 991px) {
    .treak {
      margin-top: 32px; } }
  .treak .inner {
    margin-top: -30px; }
    @media (max-width: 991px) {
      .treak .inner {
        margin-top: -20px; } }
    .treak .inner:last-child {
      direction: ltr; }
    .treak .inner .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      background: #fff;
      -webkit-box-shadow: 4px 4px 60px #0000001c;
      -moz-box-shadow: 4px 4px 60px #0000001c;
      -o-box-shadow: 4px 4px 60px #0000001c;
      -ms-box-shadow: 4px 4px 60px #0000001c;
      box-shadow: 4px 4px 60px #0000001c; }
      @media (max-width: 991px) {
        .treak .inner .icon {
          width: 40px;
          height: 40px; } }
      .treak .inner .icon svg {
        width: 30px; }
        @media (max-width: 991px) {
          .treak .inner .icon svg {
            width: 20px; } }
      .treak .inner .icon.active {
        background: #b79c7b; }
        .treak .inner .icon.active svg {
          fill: #fff; }
    .treak .inner p {
      margin-top: 12px;
      text-align: center;
      font-weight: 500;
      color: #000; }
      @media (max-width: 991px) {
        .treak .inner p {
          font-size: 12px;
          font-weight: 400; } }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f5f2f0;
  padding: 0px !important;
  position: relative;
  z-index: 999; }
  @media (max-width: 991px) {
    .footer {
      padding: 24px 0px; } }
  .footer .boxfot {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%;
        margin-top: 32px; } }
    .footer .boxfot .inner {
      width: 100%; }
      @media (max-width: 991px) {
        .footer .boxfot .inner {
          text-align: center; } }
      .footer .boxfot .inner img {
        max-width: 100%; }
    .footer .boxfot .title {
      font-size: 22px;
      color: #000;
      font-weight: 600;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .footer .boxfot .title {
          text-align: center; } }
    .footer .boxfot p {
      margin-top: 12px;
      color: #000;
      line-height: 28px; }
      @media (max-width: 991px) {
        .footer .boxfot p {
          text-align: center; } }
    .footer .boxfot .navmenu a {
      display: inline-block;
      width: 50%;
      position: relative;
      margin-top: 16px;
      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; }
      .footer .boxfot .navmenu a:hover {
        color: #b79c7b; }
      @media (max-width: 991px) {
        .footer .boxfot .navmenu a {
          text-align: center; }
          .footer .boxfot .navmenu a svg {
            display: none; } }
    .footer .boxfot .email {
      position: relative;
      width: 100%;
      text-align: center; }
      .footer .boxfot .email .form-control {
        height: 62px;
        text-transform: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        height: 52px;
        margin-top: 16px;
        color: #000;
        padding-left: 94px;
        font-size: 14px; }
        .footer .boxfot .email .form-control:focus {
          border: 1px solid #b79c7b; }
      .footer .boxfot .email ::-webkit-input-placeholder {
        /* Edge */
        text-align: right; }
      .footer .boxfot .email :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        text-align: right; }
      .footer .boxfot .email ::placeholder {
        text-align: right; }
      .footer .boxfot .email .bottom {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 84px;
        height: 52px;
        border-radius: 0px; }
    .footer .boxfot .social {
      display: flex;
      direction: ltr;
      margin-top: 16px;
      justify-content: flex-end; }
      .footer .boxfot .social a {
        display: flex;
        align-items: center;
        justify-content: 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: #fff;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-right: 4px; }
        .footer .boxfot .social a:last-child {
          margin: 0px; }
        .footer .boxfot .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .footer .boxfot .social a.icon-facebook {
          background: #3b5998; }
          .footer .boxfot .social a.icon-facebook:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .footer .boxfot .social a.icon-twitter {
          background: #00acee; }
          .footer .boxfot .social a.icon-twitter:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .footer .boxfot .social a.icon-instagram {
          background: #8d5b46; }
          .footer .boxfot .social a.icon-instagram:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .footer .boxfot .social a.icon-youtube {
          background: #c4302b; }
          .footer .boxfot .social a.icon-youtube:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .footer .boxfot .social a.icon-rss {
          background: #ee802f; }
          .footer .boxfot .social a.icon-rss:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .footer .boxfot .social a.icon-linkedin {
          background: #007fb1; }
          .footer .boxfot .social a.icon-linkedin:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .footer .boxfot .social a.icon-gplus {
          background: #dd4b39; }
          .footer .boxfot .social a.icon-gplus:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .footer .boxfot .social a.icon-whatsapp {
          background: #189d0e; }
          .footer .boxfot .social a.icon-whatsapp:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      @media (max-width: 991px) {
        .footer .boxfot .social {
          justify-content: center; } }
  .footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0px;
    border-top: 1px solid #D2D2D2;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .footer .copyright {
        display: block; }
        .footer .copyright p {
          text-align: center; } }
    .footer .copyright p {
      color: #000; }
    @media (max-width: 991px) {
      .footer .copyright {
        display: block;
        margin-top: 32px; }
        .footer .copyright p {
          justify-content: center; } }
    @media (max-width: 991px) {
      .footer .copyright .bankshoping {
        width: 100%;
        margin-top: 16px;
        text-align: center; } }
    .footer .copyright .bankshoping img {
      max-width: 320px; }
      @media (max-width: 991px) {
        .footer .copyright .bankshoping img {
          max-width: 100%; } }
  .footer .scrollToTop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    display: none;
    border: 0px;
    padding-top: 10px;
    z-index: 1000; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }
    .footer .scrollToTop svg {
      max-width: 28px;
      max-height: 28px;
      height: 30px;
      fill: #fff;
      margin: 0px; }

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 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  line-height: 23px;
  color: #737373;
  font-family: 'Almarai', sans-serif; }

::-webkit-scrollbar {
  width: 8px;
  height: 1px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f5f2f0; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #b79c7b;
  cursor: pointer; }

body {
  direction: rtl;
  text-align: right;
  background: #fff; }
  body.active {
    overflow: hidden; }

.wizard {
  margin-bottom: 24px; }
  .wizard li {
    display: inline-block;
    margin-left: 16px;
    color: #000;
    line-height: 14.4px;
    font-weight: 500; }
    .wizard li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #000;
      line-height: 14.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; }
      .wizard li a:hover {
        color: #b79c7b; }
      .wizard li a svg {
        margin-right: 16px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  @media (max-width: 991px) {
    .wizard {
      display: none; } }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 4px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .text-mass {
    margin: 0px !important;
    margin-right: 12px !important; }
  .alert p {
    color: #fff; }
  .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%); }

.title {
  font-size: 32px;
  width: 100%;
  font-weight: 700;
  color: #000;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 24px; } }

.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px;
  overflow: hidden;
  color: #fff;
  outline: none;
  outline-style: none;
  font-weight: 400;
  border: 0px;
  background: #b79c7b;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer; }
  .bottom svg {
    max-width: 20px;
    margin-left: 4px;
    fill: #fff;
    margin-top: -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; }
  .bottom:hover {
    background: #0e2521; }

select.form-control {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) no-repeat;
  background-position: 16px 23px; }
  select.form-control option {
    padding: 32px; }

.pagination {
  width: 100%;
  margin-top: 32px;
  justify-content: center; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px; } }
  .pagination li {
    display: inline-block;
    margin: 0px 10px; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 5px !important;
      border-radius: 5px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: #fff;
      color: #093A53;
      -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;
      -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1); }
    .pagination li svg {
      width: 12px;
      height: 12px; }
    .pagination li:first-child a, .pagination li:last-child a {
      border: 1px solid #b79c7b; }
    .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: #b79c7b !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.filterby {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin-top: 32px;
  cursor: pointer;
  position: absolute;
  z-index: -1;
  opacity: 0; }
  @media (max-width: 991px) {
    .filterby {
      position: fixed;
      z-index: 100;
      opacity: 1;
      left: 16px;
      bottom: 16px; } }
  .filterby svg,
  .filterby img {
    max-width: 20px;
    max-height: 20px; }

.clos-filter {
  position: absolute;
  top: 24px;
  left: 39px;
  cursor: pointer;
  display: none;
  z-index: 10; }
  @media (max-width: 991px) {
    .clos-filter {
      display: block; } }
  .clos-filter:before, .clos-filter:after {
    position: absolute;
    top: 4px;
    right: 0px;
    display: block;
    height: 2px;
    width: 20px;
    background: #D1362A;
    content: '';
    -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;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .clos-filter:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.item-inner {
  margin-top: 8px; }
  @media (max-width: 991px) {
    .item-inner {
      position: fixed;
      height: 100%;
      top: 0px;
      right: -100%;
      padding: 0px;
      z-index: 1001;
      max-width: 280px;
      flex: 280px;
      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; }
      .item-inner ::-webkit-scrollbar {
        width: 4px; }
      .item-inner.active {
        right: 0px; } }
  .item-inner .clos-filter {
    top: 10px;
    left: 24px; }
  .item-inner .inner {
    position: sticky;
    top: 100px; }
  @media (max-width: 991px) {
    .item-inner .inner,
    .item-inner .filter {
      height: 100%;
      -webkit-border-radius: 0px !important;
      border-radius: 0px !important;
      background-clip: padding-box;
      overflow-y: scroll !important; } }

.nonecart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 81px); }
  .nonecart .inner img {
    max-width: 100%; }
  .nonecart .inner p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 216px;
    height: 150px;
    padding: 24px;
    text-align: center;
    background: #f5f2f0;
    color: #b79c7b;
    font-size: 22px;
    margin-bottom: -16px;
    line-height: 27px;
    font-weight: 500;
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; }
    .nonecart .inner p::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      width: 0px;
      height: 0px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #f5f2f0;
      -webkit-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      -o-transform: rotate(-20deg);
      transform: rotate(-20deg); }
  .nonecart .inner .bottom {
    width: 160px;
    margin: 0px auto;
    margin-top: 32px; }

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