@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Gordita font */
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita Ultra";
  src: url("../fonts/Gordita-UltraItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita Ultra";
  src: url("../fonts/Gordita-Ultra.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/gordita-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/gordita-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/gordita-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@import url(react-input-phone-css.css);

img {
  max-width: 100%;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-14 {
  font-size: 14px;
}

/*  */

.font-small-12 {
  font: var(--size-12);

  color: #999999;

  font-weight: 500;
}

/*  */

.user-details-wrapper.desktop {
  display: flex;

  align-items: center;

  gap: 15px;
}

.user-details-wrapper .user-info-wrapper h2 {
  font-size: var(--size-18);

  font-weight: 600;

  color: black;
}

.user-details-wrapper .user-info-wrapper p {
  font-size: var(--size-14);

  font-weight: 400;

  color: black;
}

/* button  */

/* .btn-primary{

	color: var(--color-white);

    background-color: var(--color-primary);

    border-color: var(--color-primary);

    transition: 0.2s ease-in;

    border-radius: 40px;

}

.btn-primary:hover{

	color: white;

    background-color: var(--primary-black);

} */

.bg-black {
  background-color: black !important;

  color: white;
}

.bg-white {
  background-color: white !important;

  color: black;
}

.w-100 {
  width: 100% !important;
}

.custom-border-bottom {
  /*border-bottom: 1px solid #ccc;*/

  padding-bottom: 10px; /* Add some space between the content and the border */
}

/* button  */

.text-bold {
  font-weight: 600;
}

/* boostrap class */

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.py-4 {
  padding-top: 3rem !important;

  padding-bottom: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;

  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;

  padding-bottom: 1.5rem !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

/* boostrap class */

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-top: 10px;
}

:root {
  --size-10: 10px;

  --size-12: 12px;

  --size-13: 13px;

  --size-14: 14px;

  --size-15: 15px;

  --size-16: 16px;

  --size-18: 18px;

  --size-30: 30px;

  --size-40: 40px;

  --size-42: 42px;

  --size-20: 20px;

  --size-24: 24px;

  --gray-primary: #b9b8b8;

  --light-gray-primary: #d9d9d9;

  --light-gray: #cccccc;

  --light-gray-secondary: #e9e9e9;

  --dark-gray: #cfcfcf;

  --primary-black: #000000;

  --pink-primary-30: #9d1653;

  --pink-primary-40: #c91c6b;

  --pink-primary-50: #e33685;

  --pink-primary-80: #fdf2f7;

  --white-primary: #ffffff;
}

.header-bottom {
  display: block;
  margin-top: -5px;
}

.homepage-toki .tog-box .fas.fa-bars {
  font-size: var(--size-30);
}

.wippet-banner-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.hero_banner_slider .hero_banner_slider_img {
  height: 165px;
  width: 100%;
}

.banner-width-update .hero_banner_slider .hero_banner_slider_img {
  border-radius: unset !important;
  height: 200px;
  width: 100%;
}

.hero_banner_slider.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.banner-text {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.slick-slide {
  max-width: 100%;
}

.slick-dots {
  bottom: 15px;
}

.slick-prev {
  top: 50% !important;
}

.slick-next {
  top: 50% !important;
}

.slick-dots li {
  margin: 0px;
}

.slick-dots li button {
  width: 5px;
  height: 5px;
}

.slick-dots li button:before {
  color: #d9d9d9;
  font-size: 10px;
  width: 5px;
  height: 5px;
}

.slick-dots li.slick-active button:before {
  color: #787878;
}

.banner-text .container {
  padding-right: 19px;
  padding-left: 19px;
}

.show-mobile {
  display: none !important;
}

.header-top {
  background: #ffffff;
}

.header-top ul.header-menus > li > a {
  font-size: var(--size-14);
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
}

.header-top ul.header-menus > li.active > a,
.header-top ul.header-menus > li > a:hover {
  color: #ccc;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
}

.header-bottom ul.header-menus > li > a {
  color: #ccc;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 193%;
}

.header-bottom ul.header-menus > li.active > a,
.header-bottom ul.header-menus > li > a:hover {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 193%;
}

.header-top ul.header-menus > li.h-lanaguage {
  display: none;
}

.header.mod li.h-extramenus {
  display: none;
}

.header-bottom ul.header-menus > li.h-logo {
  display: none;
}

.blured-screen {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  display: none;
}

.blured-screen.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.header-bottom-menu {
  background: #ffffff;
  height: 100vh;
  position: fixed;
  margin-top: 0px;
  width: 100%;
  max-width: 397px;
  left: 0px;
  top: 0px;
  z-index: 2;
  padding: 0px;
  display: none;
}

.navwrap .menu-item a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 193%;
}

.navwrap .menu-item {
  margin-left: 20px;
}

.navwrap .menu-item a {
  font-size: var(--size-16);

  color: var(--primary-black);

  font-weight: 500;
}

.navwrap .main-category-item a {
  font-size: var(--size-20);

  color: var(--primary-black);

  font-weight: 500;
}

.navwrap .child-item a {
  font-size: var(--size-16);

  color: var(--primary-black);

  font-weight: 500;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.user-area {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  padding: 48px 24px 24px;
}

.user-img-wrapper {
  border-radius: 54px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  width: 54px;
  height: 54px;
}

.user-img-wrapper img {
  width: 54px;
  height: 54px;
}

.navwrap {
  padding: 20px;
  overflow: auto;
}

.sidebar-exit {
  margin-left: auto;
  position: absolute;
  right: 24px;
  top: 40px;
}

.social-and-logout {
  margin-top: auto;
}

/* button  */

.social-and-logout .btn-primary {
  color: var(--color-white);

  background-color: var(--color-primary);

  border-color: var(--color-primary);

  transition: 0.2s ease-in;

  border-radius: 40px;
}

.social-and-logout .btn {
  display: flex;

  align-items: center;

  justify-content: center;

  padding: 5px 45px;
}

.social-and-logout .bg-black {
  background-color: black !important;

  color: white;
}

.social-and-logout .bg-white {
  background-color: white !important;

  color: black;
}

.social-and-logout .w-100 {
  width: 100% !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.justify-content-center {
  justify-content: center;
}

.social-and-logout .toggle-menu-btn {
  padding: 20px;
  border-top: 1px solid #e6e6e6;
}

.social-and-logout .social-links {
  padding: 20px;
  border-top: 1px solid #d1d1d1;
}

/* button  */

/* Style the buttons */

#cardFilterbtn .btn {
  border: none;

  outline: none;

  cursor: pointer;

  font-size: var(--size-14);

  margin: 0 12px;

  border-radius: 0;
  padding: 10px 0 10px !important;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #303030;
}

#cardFilterbtn .slick-track {
  width: initial !important;
}

#cardFilterbtn .btn:hover {
  color: #e33685;
}

.listing-haeding-main .listing-title h2 {
  font-size: var(--size-20);

  font-weight: 500;
}

.listing-haeding-main .listing-all h2 a {
  font-size: var(--size-14);

  font-weight: 500;

  margin-bottom: 0px;

  color: black;
}

.listing-haeding-main {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 30px 0px;
}

/*  */

.menu-sidebar-con {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-bottom: 40px;
}

.modal-dialog {
  z-index: 2;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  width: 100%;
  margin: 0px;
  padding: 0px 15px;
}

.modal-open .modal:after {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
}

.modal-backdrop.in {
  display: none;
}

.main-content-wrapper .modal-content {
  border-radius: 20px;
  max-width: 398px;
  margin: 0 auto;
}

.main-content-wrapper.modal-body {
  padding: 20px;
}

.main-content-wrapper h4.modal-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 193%;
  margin-bottom: 20px;
}

.main-content-wrapper .lbb-input span {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  margin-bottom: 7px;
  display: block;
}

.main-content-wrapper .lbb-input input {
  padding: 15px 10px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}

.main-content-wrapper .modal-body .btn-signin a {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-self: stretch;
  border-radius: 70px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  margin-bottom: 15px;
}

.main-content-wrapper .modal-body .btn-signin a:nth-child(2) {
  background: #ffffff;
  color: #000;
}

.main-content-wrapper .modal-body p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  text-align: center;
  margin-bottom: 0px;
}

.main-content-wrapper .modal-body p a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  text-decoration-line: underline;
}

.main-content-wrapper .modal-header {
  border: none;
  padding: 20px;
}

.modal-header .close {
  opacity: 1;
  top: 15px;
  right: 20px;
}

.main-content-wrapper .modal-footer {
  padding: 0px;
}

.product-list {
  padding: 20px 0px;
}

.wippet-product-section {
  padding: 0px 20px;
}

.wippet-title h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 14px;
}

.wippet-product-section-con {
  margin-bottom: 0px;
}

.wippet-product-section-con .box-flex {
  width: auto;
  margin: 0px;
  max-width: unset;
  padding: 0px 10px;
}

.wippet-product-section-con .box-flex:first-child {
  padding-left: 0px;
}

.wippet-product-section-con .items-slider .box-flex .item-box-small img {
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -o-transition: all 1s ease;
  /* IE 9 */
  -ms-transition: all 1s ease;
  /* Opera */
  transition: all 1.1s ease;
  max-width: 100%;
  overflow: hidden;
  border-top-left-radius: 10.294px;
  border-top-right-radius: 10.294px;
  height: 188px;
  flex-shrink: 0;
  object-fit: cover;
  width: 100%;
}

/* .wippet-product-section-con .items-slider .box-flex .item-box-small:hover img {
    -webkit-transform: scale(0.25);

    -moz-transform: scale(0.25);

    -ms-transform: scale(0.25);

    -o-transform: scale(0.25);
  
    transform: scale(1.1);
    max-width: 100%;
} */

.wippet-product-section-con
  .items-slider
  .box-flex
  .item-box-small
  .prod-desc
  h5 {
  max-width: unset;
}

.wippet-product-section-con .slick-prev {
  left: -50px !important;
  top: 110px !important;
  background: url("../images/arrows/Arrow-Left.svg") no-repeat center center !important;
  transform: translateX(0px) rotate(0deg) !important;
  z-index: 111;
  background-size: cover !important;
  width: 50px;
  transition: transform 0.3s ease;
  object-fit: cover;
  height: 30px;
  width: 30px;
}

.wippet-product-section-con .slick-next {
  right: -50px !important;
  top: 110px !important;
  background: url("../images/arrows/Arrow-Right.svg") no-repeat center center !important;
  z-index: 111;
  background-size: cover !important;
  width: 50px;
  transition: transform 0.3s ease;
  transform: translateX(0px);
  object-fit: cover;
  height: 30px;
  width: 30px;
}

.wippet-product-section-con .slick-prev:hover {
  transform: translateX(-10px) rotate(0deg) !important;
}

.wippet-product-section-con .slick-next:hover {
  transform: translateX(10px);
}

.item-box-small {
  border-radius: 10.294px;
  background: #e9e9e9;
  box-shadow: 0px 2.7450978755950928px 10.294116973876953px 0px
    rgba(0, 0, 0, 0.02);
  min-height: 341px;
  max-height: 341px;
  position: relative;
}

.prod-desc {
  padding: 12.3px;
}

.prod-desc h4 {
  color: #999;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.471px;
  margin: 0px;
}

.prod-desc h5 {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.471px;
  margin-top: 0px;
  margin-bottom: 59px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 32px;
}

.item-price {
  position: absolute;
  top: 12.3px;
  right: 12.3px;
}

.item-price > span.currencyCode {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.519px;
}

.item-price > span.currencySymbol {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.519px;
}

.item-price > span.priceAmount {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.519px;
}

.handle {
  display: flex;
  align-items: center;
}

.handle h4 {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.353px;
  margin-left: 7px;
}

.handle img {
  width: 16.604px !important;
  height: 16.604px !important;
  border-radius: 50%;
}

/* Home search input */

.header.mod .h-search-bar > div.h-search-category {
  display: none;
}

.header.mod .h-search-bar {
  border: unset;
  transform: translate(63%, 0%);
}

.header.mod li.h-search {
  max-width: 500px;
  width: auto;
  padding: 5px 0px;
}

.header.mod .h-search-bar .h-search-input > input {
  padding: 4px 12px 4px 12px;

  width: 500px;

  height: 38px;

  border: none;

  background: #f0f0f0;

  font-size: var(--size-14);

  border-radius: 20px;

  flex-grow: 1;

  border: none;

  padding-left: 40px;
}

.header.mod .h-search-bar .h-search-input > input::placeholder {
  font-size: var(--size-14);

  color: #939393;
}

.header.mod .h-search-bar .h-search-input > input:focus {
  box-shadow: rgb(0 0 0 / 19%) 0px 5px 15px;
  border: none;

  outline: none;
}

.h-search-input {
  padding: 0px !important;

  top: 0%;

  left: 0%;

  /* transform: translate(-32%, 0%); */

  position: relative;
  width: 100% !important;
  max-width: 500px !important;
}

.h-search-input > i {
  color: #c4c3c3;
  position: absolute;
  left: 15px;
  top: 11px;
  right: unset;
  font-size: 18px;
}

.header-top ul.header-menus > li:after {
  display: none;
}

.homepage-toki .navbar-default .navbar-nav > .active > a,
.homepage-toki .navbar-default .navbar-nav > .active > a:focus,
.homepage-toki .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;

  color: black;
}

.homepage-toki .navbar-default .navbar-nav > li > a {
  font-weight: 500;

  color: black;

  padding: 10px 15px;
  font-size: 18px;
}

.homepage-toki .navbar-form.navbar-left {
  margin: 0px;

  padding: 0px;
}

.homepage.search-box .search-btn {
  background-color: transparent;

  font-size: 18px;

  padding: 6px 9px;

  margin-left: -10px;

  border: none;

  color: #6c6c6c;

  transition: all 0.4s;

  z-index: 10;

  position: absolute;

  left: 10px;

  top: 50%;

  transform: translateY(-50%);

  cursor: pointer;
}

.homepage.search-box .search-btn:hover {
  transform: scale(1.2);

  cursor: pointer;

  color: black;

  top: 0;
}

.search-btn:focus {
  outline: none;

  color: black;
}

/* Home search end */

.header-top ul.header-menus > li.h-username {
  display: none;
}

.product-list .d-flex {
  max-width: 700px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-list-outer {
  margin-top: 20px;
}

.listing-haeding-main .listing-title h2 {
  font-size: var(--size-20);

  font-weight: 500;
}

.listing-haeding-main .listing-all h2 a {
  font-size: var(--size-14);

  font-weight: 500;

  margin-bottom: 0px;

  color: black;
}

.listing-haeding-main {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0px 0px;

  margin-bottom: 20px;
}

.top-shows-cards .listing-haeding-main {
  margin-top: 20px;
}

.listing-haeding-main h2 {
  margin: 0px;
}

/* create btn */
.home-create-btn {
  /* width: 100%; */
  gap: 2px;
  padding: 2px 10px 2px 10px;
  height: 40px;
  box-shadow: 3px -1px 22px 0px #0000001a;
  font-size: var(--size-14);
}
.create-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 8px 0px;
}

/* serch after click input */

.main-content-wrapper .header-menus {
  display: none;
}

@media (min-width: 769px) {
  .header-bottom li.h-search {
    display: none !important;
  }

  .header-bottom ul.header-menus {
    padding: 0px;
  }

  .social-and-logout {
    display: none;
  }
  .create-btn-wrapper .popover_menu__content {
    top: 130%;
    position: absolute;
  }
}
@media screen and (max-width: 1080px) and (min-width: 601px) {
    .main-show-container {
        justify-content: start;
        overflow-x: scroll !important;
    }
}
@media (max-width: 768px) {
  .recharts-responsive-container {
    zoom: 100% !important;
  }
  .show-mobile {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .header-top {
    display: none;
  }

  .header-top ul.header-menus > li > a {
    color: #ccc;
  }

  .header-top ul.header-menus > li.active > a,
  .header-top ul.header-menus > li > a:hover {
    color: #000;
  }

  .tog-box {
    margin-top: 0px;
  }

  .tog-box span {
    background: #000000;
  }

  .header-menus {
    line-height: normal;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  ul.header-menus > li.h-logo {
    display: none;
  }

  .wippet-banner-title {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 0px;
  }

  .wippet-banner-slogan {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .header.mod .header-bottom ul.header-menus > li.h-search {
    margin-top: 104px;
  }
}

@media (max-width: 545px) {
  .header-bottom-menu {
    max-width: 100%;
  }

  .hero_banner_slider .hero_banner_slider_img {
    height: 144px;
  }

  .user-area .sidebar-exit {
    background: rgba(51, 51, 51, 0.15);
    border-radius: 50%;
    width: 31.309px;
    height: 31.309px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .user-area .sidebar-exit img {
    width: 17.05px;
    height: 17.05px;
  }

  .header-bottom .modal-dialog {
    -ms-transform: translateY(-35%) !important;
    transform: translateY(-35%) !important;
  }
}

.listing-card {
  display: block;
  max-width: 180px;
  padding: 0 5px;
  min-width: 125px;
}

/* popover css */
.popover_menu {
  position: relative;
  display: inline-block;
}

.popover_menu__content {
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 3px 3px 23px 0px #0000000d;
    border-radius: 8px;
    background: #fff;
    position: fixed;
    top: 73%;
    box-shadow: 0px 2px 10px 0px #ccc;
}

.popover_menu--open .popover_menu__content {
  opacity: 1;
  visibility: visible;
}

.popover_menu--right {
  right:80px;
}

.popover_menu--left {
  left: 0;
}

/* create-menu */
.create-menu {
  width: 175px;
}
.create-menu li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.create-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* apply-to-seller-popup */
.apply-to-seller-popup {
  position: relative;
}
.apply-to-seller-popup .inner-content {
  padding: 48px;
  background: #6328fa;
  overflow: hidden;
  width: 480px;
  max-width: 100%;
  border-radius: 15px;
  margin: auto;
  padding-top: 66px;
  text-align: center;
}

.apply-to-seller-popup img.two {
  margin-bottom: -48px;
}
.apply-to-seller-popup img.one {
  position: absolute;
  bottom: 20px;
  left: -157px;
  z-index: 0;
}
@media (max-width: 767px) {
  .apply-to-seller-popup img.one {
    display: none;
  }
  .apply-to-seller-popup .inner-content {
    padding: 15px;
    padding-top: 58px;
  }
  .apply-to-seller-popup p {
    padding: 0px;
  }
}
.apply-to-seller-popup p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #fff;
  margin: 0 0 14px;
  padding: 0 39px;
}
.apply-to-seller-popup .ref_link {
  height: 56px;
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #303030;
  margin: 0 0 33px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* refer-to-sign-up-modal */
.refer-to-sign-up-modal .inner-content,
.refer-a-seller .inner-content {
  padding: 57px;
  background: #100b57;
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  border-radius: 15px;
  padding-bottom: 25px;
}

.refer-to-sign-up-modal img.two,
.refer-a-seller img.two {
  margin-bottom: 20px;
}
.refer-to-sign-up-modal img.one,
.refer-a-seller img.one {
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
  margin-top: -98px;
}

.refer-to-sign-up-modal h2,
.refer-a-seller h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  color: #a9f62e;
  margin: 0 0 10px;
}
.refer-to-sign-up-modal p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #fff;
  margin: 0 0 14px;
  text-align: center;
}
.refer-to-sign-up-modal .ref_link {
  height: 56px;
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #303030;
  margin: 0 0 33px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.refer-a-seller .input-box > div {
  background: #fff;
}
.refer-a-seller .input-box label,
.refer-a-seller .upload-box label,
.refer-a-seller .tag-box label {
  color: #fff;
}

.refer-a-seller form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Tutorial Page */

.motion_highlight {
  width: 280px;
  height: 280px;
  position: absolute;
  left: 5px;
  top: -30px;
  border-radius: 316px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(40px);
  z-index: -1;
}

.tutorialBody {
  text-align: left;
}

.tutorialHeading {
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.4px;
  color: var(--pink-primary-50);
  margin-bottom: 16px;
}

.tutorialContent {
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.5px;
  color: var(--white-primary);
  margin-bottom: 12px;
}

.react-joyride__tooltip {
  width: 300px !important;
  border-radius: 0px !important;
  padding: 24px !important;
  background: transparent !important;
}

.react-joyride__overlay {
  background-color: #000000b2 !important;
  z-index: 99999 !important;
}

.react-joyride__tooltip div {
  padding: 0px !important;
  margin-top: 28px !important;
}

.react-joyride__tooltip > button {
  padding: 24px !important;
}

.react-joyride__tooltip > button svg {
  height: 20px;
  width: 20px;
  stroke: var(--white-primary);
}

.react-joyride__tooltip div button:last-child {
  border-radius: 100px !important;
  background: var(--pink-primary-50) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: var(--white-primary) !important;
  outline: 0 !important;
  border: 1px solid var(--pink-primary-50) !important;
  padding: 10px 24px !important;
  width: 100% !important;
}
.__floater.__floater__open {
  z-index: 99999 !important;
}

.__floater[x-placement="bottom"] .__floater__arrow {
  background-image: url("../images/tutorial_bottom_arrow.svg") !important;
}

.__floater[x-placement="right"] .__floater__arrow {
  background-image: url("../images/tutorial_right_arrow.svg") !important;
}

.__floater[x-placement="left"] .__floater__arrow {
  background-image: url("../images/tutorial_left_arrow.svg") !important;
}

.__floater[x-placement="top"] .__floater__arrow {
  background-image: url("../images/tutorial_top_arrow.svg") !important;
}

.__floater__arrow {
  background-repeat: no-repeat;
  height: 45% !important;
}

.__floater__arrow span {
  display: none !important;
}

.react-joyride__tooltip > div > button:last-child:hover {
  color: var(--white-primary) !important;
  background: var(--pink-primary-30) !important;
  border: 1px solid var(--pink-primary-30) !important;
}

[title="Back"] {
  background: var(--pink-primary-80) !important;
  border: 1px solid var(--pink-primary-80) !important;
  color: var(--pink-primary-40) !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  outline: 0 !important;
  padding: 10px 24px !important;
  width: 100% !important;
  margin-right: 15px !important;
}

[title="Back"]:hover {
  color: var(--pink-primary-30) !important;
  border: 1px solid var(--pink-primary-30) !important;
}

.react-joyride__spotlight {
  box-shadow: 3px 3px 23px 5px #d9d9d980;
}

.outline-modal-marketplace {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.wraper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000b2;
  zoom: 0.8;
}
.modalcustom {
  background: #11b4f5;
  border-radius: 15px;
  box-shadow: 3px 3px 23px 0px rgba(0, 0, 0, 0.05);
  width: 520px;
}
.custom-modal-top-container {
  position: relative;
}
.custom-modal-top-rectangle {
  position: absolute;
  top: -206px;
  left: 40px;
}
.custom-modal-top-content {
  position: absolute;
  top: -79px;
  left: 58px;
}
.custom-modal-top-content h2 {
  position: absolute;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
  color: #100b57;
  left: 54px;
  bottom: 16px;
}
.custom-modal-top-bottom-rectangle {
  position: absolute;
  top: 26px;
  left: 108px;
}
.modalcustom-content {
  padding: 72px 48px 0px 48px;
  text-align: center;
}
.modalcustom-content h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  color: #303030;
  margin-bottom: 16px;
}
.modalcustom-content p {
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  margin: 0;
}
.modalCustom-btn {
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.modalCustom-btn button {
  background: #e33685;
  border-radius: 100px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 0;
  border: 1px solid #e33685;
  outline: 0;
  color: #fff;
  padding: 10px 24px;
  width: 100%;
}
.modalCustom-btn .skip-btn {
  background: #11b4f5;
  color: #fdf2f7;
  border: 1px solid #fdf2f7;
}
.modalCustom-btn button:first-child:hover {
  background: #9d1653;
  color: #fff;
  border: 1px solid #9d1653;
}
.modalCustom-btn .skip-btn:hover {
  border: 1px solid #9d1653;
  background: #11b4f5;
  color: #9d1653;
}

.dummy-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dummy-variant {
  height: 38px;
  padding: 0 10px;
  border-radius: 5px;
  background: #ede6fe;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  -webkit-letter-spacing: 0em;
  -moz-letter-spacing: 0em;
  -ms-letter-spacing: 0em;
  letter-spacing: 0em;
  color: #303030;
  outline: none;
  box-shadow: none;
  border: none;
}

.input-box .category-select__control {
  border-radius: 5px;
}
.input-box .category-select__placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #303030;
}

/* fake background */
.toki-landingpage {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 156vh;
  zoom: 0.8;
}

/* logo container */
.logo-container {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: start;
}

.column-one-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/* logo */
.logo {
  height: 32px;
  object-fit: contain;
  width: auto;
  margin-bottom: 6px;
}

/* date */
.date {
  display: flex;
  flex-direction: column;
  color: #100b57;
  align-items: start;
}

/* date title */
.date-title {
  font-size: 16px;
  margin-bottom: 4px;
}

/* date month */
.date-month {
  font-weight: bold;
  margin-bottom: 0px;
}
.date-month {
  font-size: 28px;
  line-height: 28px;
}
/* date day */
.date-day {
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
}

.form-container-1 {
  font-size: 12px;
}
.form-container-2 {
  display: none;
}
/* signup-container  */
.signup-text {
  text-align: start;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: bold;
}
/* signup-input */
.signup-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
/* input box */
.input-box {
  width: 100%;
  border: 1px solid #fdf2f7;
  padding: 4px 8px;
  border-radius: 2px;
  font-weight: normal;
  margin-bottom: 6px;
}
/* signup-button */
.signup-button {
  background-color: #e33686;
  color: white;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 4px 8px;
  height: auto;
}

@media screen and (min-width: 1520px){
  .signup-button{
    padding: 15px 20px;
    font-size: 15px;
  }
}


/* seller container */
.existing-seller-container {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: bold;
}
/* .button */
.existing-seller-button {
  background-color: #e33686;
  color: white;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-text-align {
  text-align: left;
}


img.moengage-banner {
  /* padding: 0px 65px; */
  margin-top: 25px;
}

@media screen and (max-width: 480px) {
  img.moengage-banner {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  img.moengage-banner {
    /* padding: 0px 10px; */
    margin-top: 10px;
  }
}

.long-text-wrapper {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.landing-sub-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background-color: white;
  display: grid;
  padding: 20px;
}

.hour-glass-container {
  grid-row: span 2 / span 2;
  display: flex;
  justify-content: center;
}

@media (min-width: 1520px) {
  .landing-sub-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 60px;
  }

  .hour-glass-container {
    grid-row: span 1 / span 1;
  }
  .button-container {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .logo-container {
    justify-content: start;
  }

  /* logo */
  .logo {
    height: 56px;
    margin-top: 100px;
    margin-bottom: 24px;
  }

  /* date title */
  .date-title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  /* date month */
  .date-month {
    margin-bottom: 0px;
  }
  .date-month {
    font-size: 72px;
    line-height: 72px;
  }
  /* date day */
  .date-day {
    font-size: 72px;
    line-height: 72px;
  }

  .form-container-1 {
    display: none;
  }
  .form-container-2 {
    margin-top: 100px;
    display: block;
    width: 100%;
    align-self: flex-end;
  }

  .signup-text {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .input-box {
    margin-bottom: 12px;
  }
  .image-hour-glass {
    width: 240px !important;
  }
  .existing-seller-container {
    font-size: 18px;
  }
}

.image-hour-glass {
  object-fit: contain;
  width: 100px;
}

.react-datepicker__day--selected {
  background-color: #e33685 !important;
  color: #fff !important;
}
.react-datepicker__day.react-datepicker__day--today:not(.react-datepicker__day--keyboard-selected).react-datepicker__day--disabled,
.react-datepicker__day--disabled {
  color: rgba(60, 60, 67, 0.3) !important;
  background: transparent !important;
}
.react-datepicker {
    overflow: hidden;
}
.react-datepicker .react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--today:not(.react-datepicker__day--keyboard-selected) {
  color: #fff!important;
}


@media screen and (max-width: 768px) {
  .logo {
    margin-bottom: 15px;
  }

  .date-title{
    margin-bottom: 10px;
  }

  .date-day{
    margin-bottom: 10px;
  }
}
@media screen and (min-height: 700px) {
    .toki-landingpage {
        height: 125vh;
        zoom: 1;
    }
}
@media screen and (min-height: 900px) {
    .toki-landingpage {
        height: 80vh;
        zoom: 1;
    }
}
@media screen and (min-height: 1300px) {
    .toki-landingpage {
        height: 50vh;
        zoom: 1.6;
    }
}
@media screen and (min-height: 1700px) {
    .toki-landingpage {
        height: 50vh;
        zoom: 1.6;
    }
}

.glyphicon {
    font-family: "Glyphicons Halflings"!important;
}

.card-listing-wrapper-search {
  display: grid!important;
  grid-template-columns: repeat(7,1fr);
  gap: 20px;
}

.card-listing-wrapper-search .listing-card,
.card-listing-wrapper-search .show-card,
.card-listing-wrapper-search .show-card-container {
  width: unset!important;
  max-width: 100%;
  margin: 0!important;
}

.card-listing-wrapper-search .card {
  width: 100%!important;
}

.card-listing-wrapper-search .listing-card {
  min-width: 100%!important;
  padding: 0;
  margin: 0;
}

.show-container-search {
  width: 100%;
}

@media (max-width: 1200px) {
  .card-listing-wrapper-search {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 992px) {
  .card-listing-wrapper-search {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .card-listing-wrapper-search {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 601px) {
    #createBtnMobile {
        display: none !important;
    }
}
@media (max-width: 576px) {
  .card-listing-wrapper-search {
    grid-template-columns: repeat(2, 1fr);
  }
}

#redirect-merchant-modal{
  display: block!important;
}