.backtotop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  background-color: #e3a51e;
  color: #fff;
  text-align: center;
  z-index: 999;
  border: 0;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(100px);
  transition: 300ms all ease-in; }

.backtotop-activ {
  opacity: 1;
  transform: translateY(0); }

.offcanvas-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9999;
  display: none;
  cursor: url(https://htmldemo.net/juan/juan/assets/img/icon/cancel.png), auto; }

.offcanvas-overlay-activ {
  display: block; }

.baskets {
  position: sticky;
  top: 0;
  z-index: 999900;
  transform: translateX(450px);
  overflow: hidden;
  transition: 300ms all ease-in; }
  .baskets .baskets-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    width: 375px;
    height: 100vh;
    padding: 50px 20px 0 20px; }
    .baskets .baskets-wrapper > .cancel button {
      border: 0;
      background-color: #e3a51e;
      color: #fff;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: -50px; }
      .baskets .baskets-wrapper > .cancel button i {
        transition: 300ms all ease-in; }
      .baskets .baskets-wrapper > .cancel button:hover i {
        transform: rotate(180deg); }

@keyframes identifier {
  to {
    transform: rotate(0); }
  from {
    transform: rotate(360deg); } }
    .baskets .baskets-wrapper .products {
      height: 45vh;
      overflow: scroll; }
      .baskets .baskets-wrapper .products::-webkit-scrollbar {
        display: none; }
      .baskets .baskets-wrapper .products .product {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 20px 0;
        border-bottom: 1px solid #e5e5e5; }
        .baskets .baskets-wrapper .products .product .image {
          width: 83px;
          height: 89px;
          border: 1px solid #e5e5e5; }
          .baskets .baskets-wrapper .products .product .image a img {
            width: 100%;
            height: 100%; }
        .baskets .baskets-wrapper .products .product .about {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .baskets .baskets-wrapper .products .product .about .title a {
            color: #333333;
            font-weight: 500;
            font-size: 14px;
            text-decoration: none;
            text-transform: capitalize;
            transition: 300ms all ease-in; }
            .baskets .baskets-wrapper .products .product .about .title a:hover {
              color: #e3a51e; }
          .baskets .baskets-wrapper .products .product .about .price {
            display: flex; }
            .baskets .baskets-wrapper .products .product .about .price p {
              margin: 0;
              font-size: 14px; }
            .baskets .baskets-wrapper .products .product .about .price .product-price {
              color: #e3a51e; }
        .baskets .baskets-wrapper .products .product .cancel {
          display: flex; }
          .baskets .baskets-wrapper .products .product .cancel button {
            border: 0;
            background-color: transparent;
            color: #333333;
            transition: 300ms all ease-in; }
            .baskets .baskets-wrapper .products .product .cancel button:hover {
              color: #e3a51e; }
    .baskets .baskets-wrapper .products-total-price {
      padding: 15px 0 20px 0;
      border-bottom: 1px solid #e5e5e5; }
      .baskets .baskets-wrapper .products-total-price ul {
        padding: 0;
        margin: 0;
        gap: 5px; }
        .baskets .baskets-wrapper .products-total-price ul li {
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 14px;
          color: #666666; }
          .baskets .baskets-wrapper .products-total-price ul li p {
            color: #e3a51e; }
    .baskets .baskets-wrapper .buttons {
      padding: 20px 0; }
      .baskets .baskets-wrapper .buttons ul {
        padding: 0;
        margin: 0; }
        .baskets .baskets-wrapper .buttons ul a {
          text-decoration: none; }
          .baskets .baskets-wrapper .buttons ul a li {
            padding: 17px 0;
            background-color: #333333;
            border: 0;
            margin: 0 0 10px 0;
            border-radius: 30px;
            color: #fff;
            text-align: center;
            font-size: 13px;
            transition: 300ms all ease-in; }
            .baskets .baskets-wrapper .buttons ul a li:hover {
              background-color: #e3a51e;
              color: #fff; }
  @media (max-width: 1007px) {
    .baskets {
      display: none; } }

.basket-activ {
  transform: translateX(0);
  overflow: visible; }

.offcanvas-overlay-menubar {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99;
  display: none;
  cursor: url(https://htmldemo.net/juan/juan/assets/img/icon/cancel.png), auto; }

.offcanvas-overlay-menubar-activ {
  display: block; }

header #first .wrapper {
  background-color: #e3a51e; }
  header #first .wrapper .custom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0; }
    header #first .wrapper .custom-container div p {
      font-size: 14px;
      color: #fff;
      line-height: 1;
      margin: 0; }
    header #first .wrapper .custom-container div ul {
      display: flex;
      margin: 0; }
      header #first .wrapper .custom-container div ul li {
        padding: 0 20px 0 0; }
        header #first .wrapper .custom-container div ul li a {
          text-decoration: none;
          color: #fff;
          font-size: 14px; }
          header #first .wrapper .custom-container div ul li a i {
            margin-left: 2px; }
      header #first .wrapper .custom-container div ul > :first-child {
        border-right: 1px solid #fff;
        padding: 0 20px 0 0;
        position: relative; }
        header #first .wrapper .custom-container div ul > :first-child .dropdown {
          transition: 300ms all linear;
          opacity: 0;
          visibility: hidden;
          background-color: #fff;
          width: 150px;
          height: 97.2px;
          border: 1px solid #e5e5e5;
          position: absolute;
          right: 15px;
          transform: translateY(20px);
          z-index: 1; }
          header #first .wrapper .custom-container div ul > :first-child .dropdown ul {
            display: block;
            padding: 0;
            padding: 15px 15px 20px; }
            header #first .wrapper .custom-container div ul > :first-child .dropdown ul li {
              border: 0;
              padding: 0; }
              header #first .wrapper .custom-container div ul > :first-child .dropdown ul li a {
                color: #666666;
                font-size: 13px;
                transition: 300ms all ease-in; }
              header #first .wrapper .custom-container div ul > :first-child .dropdown ul li :hover {
                color: #e3a51e; }
      header #first .wrapper .custom-container div ul :hover .dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
      header #first .wrapper .custom-container div ul > :last-child {
        padding: 0 20px; }
        header #first .wrapper .custom-container div ul > :last-child .dropdown {
          transition: 300ms all linear;
          opacity: 0;
          visibility: hidden;
          background-color: #fff;
          width: 150px;
          height: 97.2px;
          border: 1px solid #e5e5e5;
          position: absolute;
          right: 165px;
          transform: translateY(20px);
          z-index: 1; }
          header #first .wrapper .custom-container div ul > :last-child .dropdown ul {
            display: block;
            padding: 0;
            padding: 15px 15px 20px; }
            header #first .wrapper .custom-container div ul > :last-child .dropdown ul li {
              border: 0;
              padding: 0; }
              header #first .wrapper .custom-container div ul > :last-child .dropdown ul li a {
                color: #666666;
                font-size: 13px;
                transition: 300ms all ease-in; }
              header #first .wrapper .custom-container div ul > :last-child .dropdown ul li :hover {
                color: #e3a51e; }
      header #first .wrapper .custom-container div ul :hover .dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }

@media (max-width: 1007px) {
  header #first {
    display: none; } }

header #second {
  padding: 0;
  transition: 300ms all ease-in; }
  header #second .wrapper {
    position: relative;
    background-color: #fff;
    transition: 300ms all ease-in; }
    header #second .wrapper .custom-container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header #second .wrapper .custom-container .navication nav ul {
        display: flex;
        align-items: center;
        margin-bottom: 0; }
        header #second .wrapper .custom-container .navication nav ul li {
          margin-left: 25px;
          position: static; }
          header #second .wrapper .custom-container .navication nav ul li a {
            text-decoration: none;
            color: #333333;
            font-size: 16px;
            font-weight: 500;
            transition: 300ms all ease-in; }
            header #second .wrapper .custom-container .navication nav ul li a i {
              font-size: 12px;
              text-align: center;
              margin-left: 5px;
              padding: 52px 0; }
          header #second .wrapper .custom-container .navication nav ul li .dropdown {
            padding: 15px 0;
            width: 220px;
            position: absolute;
            border: 1px solid #e5e5e5;
            display: flex;
            align-items: center;
            justify-content: start;
            opacity: 0;
            visibility: hidden;
            transition: 300ms all ease-in;
            transform: translateY(20px);
            z-index: 2;
            background-color: #fff; }
            header #second .wrapper .custom-container .navication nav ul li .dropdown ul {
              display: flex;
              align-items: flex-start;
              flex-direction: column;
              padding: 0;
              width: 100%; }
              header #second .wrapper .custom-container .navication nav ul li .dropdown ul li {
                margin: 0;
                width: 100%; }
                header #second .wrapper .custom-container .navication nav ul li .dropdown ul li a {
                  width: 100%;
                  font-size: 14px;
                  padding: 10px 15px;
                  font-weight: 400;
                  color: #666666;
                  text-transform: capitalize;
                  transition: 300ms all ease-in;
                  display: flex;
                  align-items: center;
                  justify-content: space-between; }
                  header #second .wrapper .custom-container .navication nav ul li .dropdown ul li a i {
                    padding: 0; }
                header #second .wrapper .custom-container .navication nav ul li .dropdown ul li :hover {
                  color: #e3a51e; }
          header #second .wrapper .custom-container .navication nav ul li .pages {
            width: 80%;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            padding: 20px;
            display: flex;
            align-items: flex-start;
            justify-content: space-between; }
            header #second .wrapper .custom-container .navication nav ul li .pages ul {
              display: flex; }
              header #second .wrapper .custom-container .navication nav ul li .pages ul li {
                margin-top: 8px; }
                header #second .wrapper .custom-container .navication nav ul li .pages ul li a {
                  text-align: start;
                  text-transform: capitalize;
                  font-size: 14px;
                  font-weight: 400;
                  color: #666666;
                  padding: 10px 15px; }
              header #second .wrapper .custom-container .navication nav ul li .pages ul .title a {
                font-size: 16px;
                font-weight: 500;
                color: #333333; }
        header #second .wrapper .custom-container .navication nav ul :hover {
          color: #e3a51e; }
          header #second .wrapper .custom-container .navication nav ul :hover .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0); }
        header #second .wrapper .custom-container .navication nav ul > :first-child a {
          color: #e3a51e; }
      @media (max-width: 1007px) {
        header #second .wrapper .custom-container .navication {
          display: none; } }
      header #second .wrapper .custom-container .search {
        display: flex; }
        header #second .wrapper .custom-container .search ul {
          display: flex;
          padding: 0;
          margin: 0; }
          header #second .wrapper .custom-container .search ul li {
            padding: 0 25px 0 0;
            position: static; }
            header #second .wrapper .custom-container .search ul li button {
              border: 0;
              background-color: transparent;
              color: #333333;
              transition: 300ms all ease-in; }
              header #second .wrapper .custom-container .search ul li button i {
                font-size: 20px;
                font-weight: 600; }
              header #second .wrapper .custom-container .search ul li button span {
                background-color: #e3a51e;
                color: #fff;
                width: 18px;
                height: 18px;
                text-align: center;
                border-radius: 50%;
                padding: 4px;
                position: absolute;
                margin-top: -10px;
                font-size: 10px; }
              header #second .wrapper .custom-container .search ul li button:hover {
                color: #e3a51e; }
            header #second .wrapper .custom-container .search ul li .dropdown {
              width: 150px;
              position: absolute;
              padding: 20px;
              border: 1px solid #e5e5e5;
              z-index: 1000;
              background-color: #fff;
              margin-left: -130px;
              opacity: 0;
              visibility: hidden;
              transition: 300ms all ease-in;
              transform: translateY(20px); }
              header #second .wrapper .custom-container .search ul li .dropdown ul {
                display: block; }
                header #second .wrapper .custom-container .search ul li .dropdown ul li a {
                  text-decoration: none;
                  color: #666666;
                  text-transform: capitalize;
                  font-size: 13px;
                  padding: 8px 0; }
          header #second .wrapper .custom-container .search ul .setting:hover .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0); }
          @media (max-width: 1007px) {
            header #second .wrapper .custom-container .search ul > :nth-child(1),
            header #second .wrapper .custom-container .search ul :nth-child(2) {
              display: none; } }
        header #second .wrapper .custom-container .search .menu-bar {
          display: none; }
          header #second .wrapper .custom-container .search .menu-bar button {
            border: 0;
            background-color: transparent;
            color: #333333; }
          header #second .wrapper .custom-container .search .menu-bar i {
            font-size: 20px; }
        @media (max-width: 1007px) {
          header #second .wrapper .custom-container .search .menu-bar {
            display: block; } }
    @media (max-width: 1007px) {
      header #second .wrapper {
        padding: 10px 0; } }
  header #second .wrapper-activ {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    transition: 300ms all ease-in; }
  header #second .wrapper-hide {
    opacity: 0;
    visibility: hidden; }
  header #second #menu-bar {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 0;
    height: 100vh;
    background-color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all ease-in;
    filter: brightness(1) !important; }
    header #second #menu-bar .cancel {
      position: absolute;
      top: 0;
      right: -40px; }
      header #second #menu-bar .cancel button {
        width: 40px;
        height: 40px;
        background-color: #e3a51e;
        border: 0;
        color: #fff; }
        header #second #menu-bar .cancel button i {
          transition: 300ms all ease-in; }
        header #second #menu-bar .cancel button:hover i {
          transform: rotate(90deg); }
    header #second #menu-bar .menu-bar-wrapper .search {
      position: relative; }
      header #second #menu-bar .menu-bar-wrapper .search input {
        border: 0;
        background-color: #f2f2f2;
        width: 100%;
        height: 40px;
        padding: 0 40px 0 10px;
        font-size: 13px;
        color: #666;
        outline: none; }
      header #second #menu-bar .menu-bar-wrapper .search button {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        border: 0; }
    header #second #menu-bar .menu-bar-wrapper .links {
      border-bottom: 1px solid #666666;
      overflow: scroll;
      max-height: 250px; }
      header #second #menu-bar .menu-bar-wrapper .links::-webkit-scrollbar {
        display: none; }
      header #second #menu-bar .menu-bar-wrapper .links .accordion {
        padding: 30px 0 15px 0; }
        header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item {
          border: 0; }
          header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item h2 {
            border-color: transparent; }
            header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item h2 button {
              padding: 10px 0;
              background-color: transparent;
              color: #333333;
              border: 0; }
            header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item h2 > a {
              text-decoration: none;
              color: #333333;
              font-size: 16px; }
          header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul {
            padding: 0; }
            header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul li {
              margin-bottom: 10px; }
              header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul li a {
                text-decoration: none;
                color: #333333;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between; }
            header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li {
              padding: 10px 0; }
              header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > div {
                display: flex;
                align-items: center;
                justify-content: space-between; }
                header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > div > a {
                  text-decoration: none;
                  color: #333333;
                  font-size: 15px;
                  transition: 300ms all ease-in; }
                header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > div > button {
                  position: relative;
                  border: 0;
                  background-color: transparent; }
                  header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > div > button > span {
                    position: absolute;
                    right: 0;
                    width: 10px;
                    height: 1px;
                    background-color: black;
                    transition: 300ms all ease-in; }
                  header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > div > button > .first {
                    transform: rotate(90deg);
                    transition: 300ms all ease-in; }
                  header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > div > button .minus {
                    transform: rotate(0); }
                header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > div:hover a {
                  color: #e3a51e; }
                header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > div:hover button span {
                  background-color: #e3a51e; }
              header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > .cus-dropdown {
                height: 0;
                opacity: 0;
                visibility: hidden;
                transition: 300ms all linear; }
                header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > .cus-dropdown ul {
                  margin: 0;
                  padding: 0; }
                  header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > .cus-dropdown ul li {
                    padding: 8px 0 8px 15px; }
                    header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > .cus-dropdown ul li a {
                      text-decoration: none;
                      color: #333333;
                      text-transform: capitalize;
                      font-size: 14px;
                      transition: 300ms all ease-in; }
                      header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li > .cus-dropdown ul li a:hover {
                        color: #e3a51e; }
              header #second #menu-bar .menu-bar-wrapper .links .accordion .accordion-item > .accordion-collapse > .accordion-body ul > li .cus-dropdown-activ {
                height: 100%;
                opacity: 1;
                visibility: visible;
                transition: 300ms all linear; }
      header #second #menu-bar .menu-bar-wrapper .links .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,...");
        font-family: 'FontAwesome';
        content: "\f068"; }
      header #second #menu-bar .menu-bar-wrapper .links .accordion-button::after {
        background-image: url("data:image/svg+xml,...");
        font-family: 'FontAwesome';
        content: "\f067"; }
      header #second #menu-bar .menu-bar-wrapper .links .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, 0.125); }
    header #second #menu-bar .menu-bar-wrapper .account ul {
      padding: 15px 0 0 0; }
      header #second #menu-bar .menu-bar-wrapper .account ul li a {
        text-decoration: none;
        font-size: 14px;
        text-transform: capitalize;
        color: #666666;
        transition: 300ms all ease-in; }
        header #second #menu-bar .menu-bar-wrapper .account ul li a i {
          font-size: 12px; }
      header #second #menu-bar .menu-bar-wrapper .account ul li > :hover {
        color: #e3a51e; }
    @media (max-width: 640px) {
      header #second #menu-bar {
        width: 260px; } }

#carusel .wrapper .custom-container .owl-carousel {
  position: relative; }
  #carusel .wrapper .custom-container .owl-carousel #item {
    position: relative; }
    #carusel .wrapper .custom-container .owl-carousel #item .image {
      width: 100%; }
      #carusel .wrapper .custom-container .owl-carousel #item .image img {
        width: 100%;
        height: 470px; }
        @media (max-width: 1007px) {
          #carusel .wrapper .custom-container .owl-carousel #item .image img {
            height: 400px; } }
        @media (max-width: 640px) {
          #carusel .wrapper .custom-container .owl-carousel #item .image img {
            height: 350px; } }
    #carusel .wrapper .custom-container .owl-carousel #item .info {
      position: absolute;
      top: 25%;
      left: 10%; }
      #carusel .wrapper .custom-container .owl-carousel #item .info .type p {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        line-height: 1.3;
        margin: 0; }
      #carusel .wrapper .custom-container .owl-carousel #item .info .title h2 {
        font-size: 50px;
        color: #fff;
        line-height: 1.4;
        font-weight: 600;
        margin: 0; }
        @media (max-width: 1007px) {
          #carusel .wrapper .custom-container .owl-carousel #item .info .title h2 {
            font-size: 35px; } }
        @media (max-width: 640px) {
          #carusel .wrapper .custom-container .owl-carousel #item .info .title h2 {
            font-size: 25px; } }
      #carusel .wrapper .custom-container .owl-carousel #item .info .desc p {
        font-size: 16px;
        color: #fff;
        line-height: 1.7;
        margin: 0; }
      #carusel .wrapper .custom-container .owl-carousel #item .info .cus-btn button {
        background-color: #fff;
        color: #333333;
        border: 0;
        padding: 18px 44px;
        border-radius: 50px;
        text-transform: uppercase;
        margin: 32px 0 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        outline: none;
        transition: 300ms all ease-in; }
        #carusel .wrapper .custom-container .owl-carousel #item .info .cus-btn button:hover {
          background-color: #333333;
          color: #e3a51e; }
      @media (max-width: 640px) {
        #carusel .wrapper .custom-container .owl-carousel #item .info {
          top: 15%; } }
  #carusel .wrapper .custom-container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    opacity: 0;
    transition: 300ms all ease-in; }
    #carusel .wrapper .custom-container .owl-carousel .owl-nav .owl-prev {
      background-color: #fff;
      margin-left: 15px;
      width: 46px;
      height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0;
      transition: 300ms all ease-in; }
      #carusel .wrapper .custom-container .owl-carousel .owl-nav .owl-prev span {
        font-size: 40px;
        border-radius: 0; }
      #carusel .wrapper .custom-container .owl-carousel .owl-nav .owl-prev:hover {
        background-color: #e3a51e;
        color: #fff; }
    #carusel .wrapper .custom-container .owl-carousel .owl-nav .owl-next {
      background-color: #fff;
      margin-right: 15px;
      width: 46px;
      height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0;
      transition: 300ms all ease-in; }
      #carusel .wrapper .custom-container .owl-carousel .owl-nav .owl-next span {
        font-size: 40px;
        border-radius: 0; }
      #carusel .wrapper .custom-container .owl-carousel .owl-nav .owl-next:hover {
        background-color: #e3a51e;
        color: #fff; }
    @media (max-width: 1007px) {
      #carusel .wrapper .custom-container .owl-carousel .owl-nav {
        display: none; } }
  #carusel .wrapper .custom-container .owl-carousel:hover .owl-nav {
    opacity: 1; }
  #carusel .wrapper .custom-container .owl-carousel .owl-dots {
    display: none; }
    @media (max-width: 1007px) {
      #carusel .wrapper .custom-container .owl-carousel .owl-dots {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 40%; }
        #carusel .wrapper .custom-container .owl-carousel .owl-dots .owl-dot span {
          width: 30px;
          height: 6px;
          background-color: #fff; }
        #carusel .wrapper .custom-container .owl-carousel .owl-dots .active span {
          background-color: #e3a51e; } }
    @media (max-width: 640px) {
      #carusel .wrapper .custom-container .owl-carousel .owl-dots {
        display: none; } }

main #services-area .wrapper .custom-container .custom-row {
  padding: 10px 0; }
  main #services-area .wrapper .custom-container .custom-row .custom-col {
    margin-top: 20px; }
    main #services-area .wrapper .custom-container .custom-row .custom-col .wrapper {
      border: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
      height: 110px; }
      main #services-area .wrapper .custom-container .custom-row .custom-col .wrapper .info .title h5 {
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
        padding-bottom: 5px;
        color: #333333;
        text-transform: uppercase;
        text-align: center; }
      main #services-area .wrapper .custom-container .custom-row .custom-col .wrapper .info .desc p {
        font-size: 16px;
        color: #333333;
        margin: 0; }
      @media (max-width: 1007px) {
        main #services-area .wrapper .custom-container .custom-row .custom-col .wrapper {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 181px; } }
  main #services-area .wrapper .custom-container .custom-row .cream {
    background-color: #fcedda; }
  main #services-area .wrapper .custom-container .custom-row .green {
    background-color: #f2fbcb; }
  main #services-area .wrapper .custom-container .custom-row .pink {
    background-color: #f7d8f9; }

main #products .wrapper {
  padding: 80px 0 0 0; }
  main #products .wrapper .custom-container .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 42px 0; }
    main #products .wrapper .custom-container .title div h2 {
      text-align: center;
      font-size: 30px;
      line-height: 1.2;
      padding-bottom: 12px;
      color: #333333; }
    main #products .wrapper .custom-container .title div p {
      text-align: center;
      font-size: 18px;
      margin: 0;
      color: #666666; }
  main #products .wrapper .custom-container .row .owl-carousel {
    position: relative; }
    main #products .wrapper .custom-container .row .owl-carousel .item {
      padding: 0 0 30px 0; }
      main #products .wrapper .custom-container .row .owl-carousel .item .card {
        position: relative;
        z-index: 1;
        transition: 400ms all linear; }
        main #products .wrapper .custom-container .row .owl-carousel .item .card .image {
          overflow: hidden; }
          main #products .wrapper .custom-container .row .owl-carousel .item .card .image img {
            overflow: hidden;
            transition: 400ms all linear; }
        main #products .wrapper .custom-container .row .owl-carousel .item .card .title {
          padding: 0 0 12px 0; }
          main #products .wrapper .custom-container .row .owl-carousel .item .card .title p {
            font-size: 18px;
            color: #333333;
            font-weight: 500;
            margin-bottom: 0; }
        main #products .wrapper .custom-container .row .owl-carousel .item .card .price {
          width: 100%;
          text-align: center;
          padding: 0 0 40px 0; }
          main #products .wrapper .custom-container .row .owl-carousel .item .card .price span {
            font-size: 18px;
            color: #333333; }
          main #products .wrapper .custom-container .row .owl-carousel .item .card .price del {
            font-size: 16px;
            color: #333333; }
        main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul {
          padding: 0;
          margin: 0;
          width: 100%;
          display: flex;
          justify-content: center;
          gap: 15px;
          position: absolute;
          bottom: -23px;
          left: 0;
          z-index: 999999; }
          main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul li {
            transition: 400ms all linear; }
            main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul li .tooltip {
              opacity: 0;
              position: absolute;
              top: -42px;
              right: -21px;
              background-color: #333333;
              color: white;
              font-size: 14px;
              border-radius: 5px;
              width: max-content;
              transform: translateY(15px);
              transition: 300ms all ease-in; }
              main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul li .tooltip i {
                position: absolute;
                bottom: -12px;
                font-size: 20px;
                left: 40%;
                color: #333333; }
            main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul li .wishlist {
              top: -42px;
              right: -8px; }
            main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul li button {
              width: 46px;
              height: 46px;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 20px;
              line-height: 46px;
              background-color: #fff;
              border: 1px solid #e3a51e;
              color: #e3a51e;
              transition: 300ms all ease-in; }
            main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul li:hover button {
              background-color: #e3a51e;
              color: #fff; }
            main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul li:hover .tooltip {
              opacity: 1;
              transform: translateY(0); }
          main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul > :nth-child(1) {
            transform: translateX(66px);
            opacity: 0; }
          main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul > :nth-child(2) {
            position: relative;
            z-index: 1; }
          main #products .wrapper .custom-container .row .owl-carousel .item .card .product-action ul > :nth-child(3) {
            transform: translateX(-66px);
            opacity: 0; }
      main #products .wrapper .custom-container .row .owl-carousel .item > :hover {
        border: 1px solid #e3a51e; }
        main #products .wrapper .custom-container .row .owl-carousel .item > :hover .product-action ul > :nth-child(1) {
          transform: translateX(0);
          opacity: 1; }
        main #products .wrapper .custom-container .row .owl-carousel .item > :hover .product-action ul > :nth-child(3) {
          transform: translateX(0);
          opacity: 1; }
        main #products .wrapper .custom-container .row .owl-carousel .item > :hover .image img {
          transform: scale(1.15);
          overflow: hidden; }
    main #products .wrapper .custom-container .row .owl-carousel .owl-nav {
      position: absolute;
      width: 98%;
      top: 40%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      opacity: 0;
      transition: 300ms all ease-in; }
      main #products .wrapper .custom-container .row .owl-carousel .owl-nav .owl-prev {
        width: 46px;
        height: 46px;
        background-color: #f5f5f5;
        color: #333333;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 300ms all ease-in;
        margin-left: 15px; }
        main #products .wrapper .custom-container .row .owl-carousel .owl-nav .owl-prev span {
          font-size: 40px; }
        main #products .wrapper .custom-container .row .owl-carousel .owl-nav .owl-prev:hover {
          background-color: #e3a51e;
          color: #fff; }
      main #products .wrapper .custom-container .row .owl-carousel .owl-nav .owl-next {
        width: 46px;
        height: 46px;
        background-color: #f5f5f5;
        color: #333333;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 300ms all ease-in;
        margin-right: 15px; }
        main #products .wrapper .custom-container .row .owl-carousel .owl-nav .owl-next span {
          font-size: 40px; }
        main #products .wrapper .custom-container .row .owl-carousel .owl-nav .owl-next:hover {
          background-color: #e3a51e;
          color: #fff; }
    main #products .wrapper .custom-container .row .owl-carousel .owl-dots {
      display: none; }
    main #products .wrapper .custom-container .row .owl-carousel:hover .owl-nav {
      opacity: 1; }
  main #products .wrapper .custom-container .discount {
    width: 100%;
    padding: 80px 0 0 0; }
    main #products .wrapper .custom-container .discount .custom-row {
      display: flex;
      width: 100%; }
      main #products .wrapper .custom-container .discount .custom-row .cus-col {
        width: 50%; }
        main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper {
          position: relative;
          width: 100%;
          padding: 0;
          transition: 300ms all linear; }
          main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper .image {
            overflow: hidden; }
            main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper .image img {
              width: 100%;
              transition: 300ms all linear; }
          main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper .desc {
            position: absolute;
            top: 40%;
            left: 8%; }
            main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper .desc .title {
              padding: 0;
              margin: 0;
              display: flex;
              justify-content: start; }
              main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper .desc .title h4 {
                font-size: 18px;
                font-weight: 500;
                padding-bottom: 14px;
                color: #fff; }
            main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper .desc .about p {
              font-size: 30px;
              font-weight: 600;
              color: #fff;
              line-height: 1.4; }
          main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper:hover {
            filter: brightness(0.8); }
            main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper:hover .image img {
              transform: scale(1.1); }
      @media (max-width: 640px) {
        main #products .wrapper .custom-container .discount .custom-row {
          display: block; }
          main #products .wrapper .custom-container .discount .custom-row .cus-col {
            width: 100%; } }
      @media (max-width: 1007px) {
        main #products .wrapper .custom-container .discount .custom-row .cus-col {
          padding: 0 0 30px 0; }
          main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper .desc {
            top: 30%; }
            main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper .desc .title h4 {
              font-size: 16px;
              font-weight: 400;
              padding-bottom: 8px; }
            main #products .wrapper .custom-container .discount .custom-row .cus-col .wrapper .desc .about p {
              font-size: 20px; } }

#top-seller .wrapper {
  padding: 80px 0 0 0; }
  #top-seller .wrapper .custom-container .cus-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 42px; }
    #top-seller .wrapper .custom-container .cus-title h2 {
      font-size: 30px;
      line-height: 1.2;
      color: #333333;
      font-weight: 600;
      padding: 0 0 12px 0; }
    #top-seller .wrapper .custom-container .cus-title p {
      font-size: 18px;
      color: #666666;
      font-weight: 400;
      line-height: 1.7; }
  #top-seller .wrapper .custom-container .row .col-lg-4 .image {
    width: fit-content;
    width: 100%; }
    #top-seller .wrapper .custom-container .row .col-lg-4 .image img {
      width: 100%; }
    @media (max-width: 1007px) {
      #top-seller .wrapper .custom-container .row .col-lg-4 .image {
        margin-bottom: 20px; } }
  #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 {
    margin-bottom: 30px; }
    #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card {
      display: flex;
      flex-direction: row;
      border: 0; }
      #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .image {
        overflow: hidden; }
        #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .image img {
          transition: 300ms all ease-in;
          cursor: pointer; }
          #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .image img:hover {
            transform: scale(1.1); }
      #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc {
        position: relative;
        margin-left: 20px; }
        #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .title {
          padding-bottom: 13px; }
          #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .title a {
            color: #333333;
            text-decoration: none;
            font-weight: 500;
            text-transform: capitalize;
            font-size: 16px;
            transition: 300ms all ease-in; }
            #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .title a:hover {
              color: #e3a51e; }
        #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .price span {
          font-size: 16px;
          color: #333333; }
        #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .price del {
          font-size: 16px;
          color: #333333; }
        #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .review {
          padding-top: 20px; }
          #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .review i {
            font-size: 11px;
            color: #e3a51e; }
        #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .product-action {
          position: absolute;
          bottom: 0; }
          #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .product-action ul {
            display: flex;
            padding: 0;
            gap: 5px;
            margin: 0; }
            #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .product-action ul li {
              transition: 400ms all linear;
              position: relative; }
              #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .product-action ul li .tooltip {
                opacity: 0;
                position: absolute;
                top: -42px;
                right: -21px;
                background-color: #333333;
                color: white;
                font-size: 14px;
                border-radius: 5px;
                width: max-content;
                transform: translateY(15px);
                transition: 300ms all ease-in; }
                #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .product-action ul li .tooltip i {
                  position: absolute;
                  bottom: -12px;
                  font-size: 20px;
                  left: 40%;
                  color: #333333; }
              #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .product-action ul li .wishlist {
                top: -42px;
                right: -8px; }
              #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .product-action ul li button {
                width: 46px;
                height: 46px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
                line-height: 46px;
                background-color: #f6f6f6;
                border: 0;
                color: #333333;
                transition: 300ms all ease-in; }
              #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .product-action ul li:hover button {
                background-color: #e3a51e;
                color: #fff; }
              #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc .product-action ul li:hover .tooltip {
                opacity: 1;
                transform: translateY(0); }
        @media (max-width: 470px) {
          #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card .desc {
            margin: 0; } }
      @media (max-width: 470px) {
        #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .item .row .col-lg-12 .card {
          display: flex;
          flex-direction: column; } }
  #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .owl-nav {
    display: none; }
  #top-seller .wrapper .custom-container .row .col-lg-8 .owl-carousel-3 .owl-dots {
    display: none; }
  @media (max-width: 1007px) {
    #top-seller .wrapper .custom-container .row .col-lg-8 .none {
      display: none; } }

#blog .wrapper {
  padding: 80px 0 0 0; }
  #blog .wrapper .custom-container .cus-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 42px; }
    #blog .wrapper .custom-container .cus-title h2 {
      font-size: 30px;
      line-height: 1.2;
      padding-bottom: 12px;
      color: #333333;
      font-weight: 600; }
    #blog .wrapper .custom-container .cus-title p {
      font-size: 18px;
      color: #666666;
      line-height: 1.7;
      font-weight: 400; }
  #blog .wrapper .custom-container .custom-owl-2 .item .card {
    border: 0; }
    #blog .wrapper .custom-container .custom-owl-2 .item .card .image img {
      cursor: pointer; }
    #blog .wrapper .custom-container .custom-owl-2 .item .card .desc {
      padding-top: 20px; }
      #blog .wrapper .custom-container .custom-owl-2 .item .card .desc .desc-title {
        padding: 0 0 10px 0; }
        #blog .wrapper .custom-container .custom-owl-2 .item .card .desc .desc-title a {
          font-size: 18px;
          font-weight: 600;
          line-height: 1.6;
          padding-bottom: 10px;
          color: #333333;
          text-decoration: none;
          transition: 400ms all ease-in; }
          #blog .wrapper .custom-container .custom-owl-2 .item .card .desc .desc-title a:hover {
            color: #e3a51e; }
      #blog .wrapper .custom-container .custom-owl-2 .item .card .desc .desc-meta ul {
        padding: 0 0 20px 0;
        margin: 0;
        display: flex;
        gap: 5px; }
        #blog .wrapper .custom-container .custom-owl-2 .item .card .desc .desc-meta ul li {
          color: #666666;
          font-size: 14px; }
          #blog .wrapper .custom-container .custom-owl-2 .item .card .desc .desc-meta ul li span {
            font-weight: 600;
            color: #333333; }
      #blog .wrapper .custom-container .custom-owl-2 .item .card .desc div a {
        color: #333333;
        font-weight: 500;
        font-size: 15px;
        text-decoration: none;
        transition: 400ms all ease-in; }
        #blog .wrapper .custom-container .custom-owl-2 .item .card .desc div a:hover {
          color: #e3a51e; }
  #blog .wrapper .custom-container .custom-owl-2 .owl-nav {
    display: none; }
  #blog .wrapper .custom-container .custom-owl-2 .owl-dots {
    display: none; }
  #blog .wrapper .custom-container .brand {
    width: 95%;
    padding: 80px 0;
    margin: 0 auto; }
    #blog .wrapper .custom-container .brand .custom-owl-1 .item {
      margin: 0 34px; }
      #blog .wrapper .custom-container .brand .custom-owl-1 .item a img {
        opacity: 0.3;
        transition: 300ms all linear; }
        #blog .wrapper .custom-container .brand .custom-owl-1 .item a img:hover {
          opacity: 1; }
    #blog .wrapper .custom-container .brand .custom-owl-1 .owl-nav {
      display: none; }
    #blog .wrapper .custom-container .brand .custom-owl-1 .owl-dots {
      display: none; }

footer #first .wrapper {
  background-color: #f0f0f0;
  padding: 80px 0; }
  footer #first .wrapper .custom-container .col-lg-5 .account .account-title h5 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 28px;
    margin-top: -4px; }
  footer #first .wrapper .custom-container .col-lg-5 .account .account-about ul {
    padding: 0; }
    footer #first .wrapper .custom-container .col-lg-5 .account .account-about ul li {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 15px;
      color: #333333; }
      footer #first .wrapper .custom-container .col-lg-5 .account .account-about ul li i {
        margin-right: 5px; }
      footer #first .wrapper .custom-container .col-lg-5 .account .account-about ul li a {
        text-decoration: none;
        color: #333333;
        margin-left: 5px;
        transition: 300ms all ease-in; }
        footer #first .wrapper .custom-container .col-lg-5 .account .account-about ul li a:hover {
          color: #e3a51e;
          margin-left: 10px; }
  footer #first .wrapper .custom-container .col-lg-2 .cus-title h5,
  footer #first .wrapper .custom-container .col-lg-3 .cus-title h5 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding-bottom: 28px; }
  footer #first .wrapper .custom-container .col-lg-2 .cus-body ul,
  footer #first .wrapper .custom-container .col-lg-3 .cus-body ul {
    padding: 0; }
    footer #first .wrapper .custom-container .col-lg-2 .cus-body ul li,
    footer #first .wrapper .custom-container .col-lg-3 .cus-body ul li {
      margin-bottom: 15px; }
      footer #first .wrapper .custom-container .col-lg-2 .cus-body ul li a,
      footer #first .wrapper .custom-container .col-lg-3 .cus-body ul li a {
        text-decoration: none;
        color: #333333;
        font-weight: 400;
        font-size: 16px;
        transition: 300ms all ease-in; }
        footer #first .wrapper .custom-container .col-lg-2 .cus-body ul li a:hover,
        footer #first .wrapper .custom-container .col-lg-3 .cus-body ul li a:hover {
          color: #e3a51e;
          margin-left: 10px; }
  @media (min-width: 1007px) {
    footer #first .wrapper .custom-container .col-lg-3 {
      display: flex;
      flex-direction: column;
      align-items: center; } }

footer #second .wrapper {
  background-color: #e4e4e4;
  padding: 20px 0; }
  footer #second .wrapper .custom-container .row .col-lg-6 p {
    font-size: 14px;
    margin: 0; }
    footer #second .wrapper .custom-container .row .col-lg-6 p a {
      text-decoration: none;
      color: #e3a51e; }
    footer #second .wrapper .custom-container .row .col-lg-6 p i {
      color: red; }
    @media (max-width: 768px) {
      footer #second .wrapper .custom-container .row .col-lg-6 p {
        text-align: center; } }
  footer #second .wrapper .custom-container .row .col-lg-6 a {
    text-decoration: none;
    color: #666666;
    margin-right: 20px;
    transition: 300ms all ease-in; }
    footer #second .wrapper .custom-container .row .col-lg-6 a:hover {
      color: #e3a51e; }
    footer #second .wrapper .custom-container .row .col-lg-6 a i {
      font-size: 16px; }
  footer #second .wrapper .custom-container .row .right {
    text-align: center; }
    @media (min-width: 769px) {
      footer #second .wrapper .custom-container .row .right {
        text-align: right; } }
  @media (max-width: 768px) {
    footer #second .wrapper .custom-container .row {
      display: flex;
      flex-direction: column-reverse; } }

.search-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: 200ms all ease-in; }
  .search-wrapper .search-inner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999; }
    .search-wrapper .search-inner .search-close {
      position: absolute;
      right: 50px;
      top: 50px;
      width: 50px;
      height: 50px;
      background-color: #fff;
      text-align: center;
      color: #e3a51e;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .search-wrapper .search-inner .search-close i {
        transition: 300ms all ease-in; }
      .search-wrapper .search-inner .search-close:hover i {
        transform: rotate(180deg); }
    .search-wrapper .search-inner .custom-container {
      height: 100vh;
      position: relative; }
      .search-wrapper .search-inner .custom-container .search-box {
        position: absolute;
        width: 100%;
        top: 50%;
        padding: 0 30px; }
        .search-wrapper .search-inner .custom-container .search-box form {
          width: 100%;
          position: relative; }
          .search-wrapper .search-inner .custom-container .search-box form input {
            width: 100%;
            height: 50px;
            border: 0;
            outline: 0;
            color: #fff;
            border-bottom: 2px solid #e3a51e;
            background-color: transparent;
            padding: 1px 20px 15px 2px; }
            .search-wrapper .search-inner .custom-container .search-box form input::placeholder {
              color: #fff;
              font-style: italic; }
          .search-wrapper .search-inner .custom-container .search-box form button {
            position: absolute;
            right: 0;
            top: 0;
            height: 50px;
            background-color: transparent;
            border: 0;
            color: #fff;
            font-size: 18px;
            padding: 0 0 15px 0;
            text-transform: capitalize; }
            .search-wrapper .search-inner .custom-container .search-box form button i {
              margin-right: 10px;
              font-size: 20px; }

.search-wrapper-activ {
  opacity: 1;
  visibility: visible; }

* {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-weight: 400; }

.custom-container {
  max-width: 80%;
  margin: 0 auto; }

.modal {
  transform: translateY(-500px);
  transition: 100ms all ease-in; }
  .modal .modal-dialog .modal-content .custom-container {
    padding: 20px 0; }
    .modal .modal-dialog .modal-content .custom-container .row .col-lg-5 figure.zoom {
      border: 1px solid #e5e5e5;
      background-position: 50% 50%;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      background-image: url("https://htmldemo.net/juan/juan/assets/img/product/product-details-img1.jpg"); }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-5 figure.zoom img {
        transition: opacity .5s;
        display: block;
        width: 100%; }
        .modal .modal-dialog .modal-content .custom-container .row .col-lg-5 figure.zoom img:hover {
          opacity: 0; }
    .modal .modal-dialog .modal-content .custom-container .row .col-lg-5 .images-lists {
      width: 100%;
      display: flex;
      gap: 10px; }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-5 .images-lists .img {
        width: 25%;
        border: 1px solid #e5e5e5; }
        .modal .modal-dialog .modal-content .custom-container .row .col-lg-5 .images-lists .img img {
          width: 100%;
          cursor: pointer; }
    .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-title h3 {
      font-size: 24px;
      font-weight: 500;
      padding: 0 0 10px 0;
      margin: 0;
      color: #333333; }
      @media (max-width: 640px) {
        .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-title h3 {
          font-size: 20px; } }
    .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-review a {
      font-size: 14px;
      color: #e3a51e;
      text-decoration: none; }
    .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-price {
      padding: 10px 0 0 0; }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-price span {
        font-size: 18px;
        color: #333333;
        font-weight: 500; }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-price del {
        font-size: 18px;
        color: #333333;
        font-weight: 500; }
    .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-desc p {
      padding: 15px 0 20px;
      font-size: 16pz;
      color: #666666; }
    .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-quantity-box {
      display: flex;
      margin-bottom: 20px;
      gap: 30px; }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-quantity-box .quantity {
        width: 90px;
        height: 46px;
        padding: 0 15px;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-quantity-box .quantity span {
          font-size: 22px;
          color: #666666; }
        .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-quantity-box .quantity #minus,
        .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-quantity-box .quantity #plus {
          cursor: pointer; }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-quantity-box a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #e3a51e;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 11px 25px;
        background-color: #333333;
        transition: 300ms all ease-in; }
        .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .product-quantity-box a:hover {
          background-color: #e3a51e;
          color: white; }
    .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .availability {
      display: flex;
      margin-bottom: 20px; }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .availability h5 {
        font-weight: 500;
        color: #333333;
        font-size: 14px;
        margin: 0 10px 0 0; }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .availability span {
        font-size: 14px;
        color: #22dd77;
        padding-left: 3px; }
    .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .share-icons {
      display: flex;
      align-items: center; }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .share-icons h5 {
        font-size: 14px;
        color: #333333;
        font-weight: 500;
        margin: 0 10px 0 0; }
      .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .share-icons a {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #666666;
        padding: 0 8px;
        border: 1px solid #e5e5e5;
        margin: 0 6px 0 0;
        transition: 300ms all ease-in; }
        .modal .modal-dialog .modal-content .custom-container .row .col-lg-7 .share-icons a:hover {
          background-color: #e3a51e;
          color: #fff; }

.activ {
  transform: translateY(0); }
