* {
  font-family: "Gordita", sans-serif;
  /* -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility; */
}

html {
  padding-right: 0 !important;
  overflow-x: hidden;
}
body:not(.homepage-toki, .manage-show-listing, .seller-upload-page, .page-item-list, .page-store) {
  zoom: 80%;
}
.recharts-responsive-container {
  zoom: 120%;
}

body {
  background-color: #fcfbfe;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-14 {
  font-size: 14px;
}

/*  */

.font-small-12 {
  font: var(--size-12);

  color: #999999;

  font-weight: 500;
}

/*  */

/* 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) !important;

	border-color: var(--primary-black) !important;

} */

.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;
}

.py-5 {
  padding-top: 5rem !important;

  padding-bottom: 5rem !important;
}

.px-5 {
  padding-right: 3rem !important;

  padding-left: 3rem !important;
}

.px-4 {
  padding-right: 2rem !important;

  padding-left: 2rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;

  padding-bottom: 1.5rem !important;
}

.py-8 {
  padding-top: 8px !important;

  padding-bottom: 8px !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.dark-gray {
  color: #474747;
}

/* boostrap class */

.pb-50 {
  padding-bottom: 50px;
}

.m-0 {
  margin: 0px !important;
}

.pt-50 {
  padding-top: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-top: 10px;
}

:root {
  --size-10: 10px;

  --size-11: 11px;

  --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;

  --dark-gray-secondary: #cbcbcb;

  --primary-black: #000000;

  --font-gordita: "Gordita", sans-serif;
}

/* Toki Homepage */

/* .homepage-toki .home.navbar-nav{

	flex-direction: row;

	gap: 20px;

} */

/* .home.navbar-nav .nav-link.active{

	font-weight: 700;

} */

.collapse.navbar-collapse.mobile-content {
  display: none !important;
}

.navbar-light .navbar-nav .nav-link {
  font-variant: var(--primary-black);

  font-weight: 400;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 99;
}

header nav .fixed-navigator-bar {
  /*position: fixed !important;*/
  width: 100%;
  z-index: 99;
  color: #fff;
  background: #100b57;
  padding: 5px;
}

.homepage-toki .navbar-default,
header .navbar-default {
  background-color: white !important;
  border: none;
}

/* .menuitem-home ul{



	margin-left: 20px;

} */

/* Home search input */

.home-search-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;
}

.home-search-input ::placeholder {
  font-size: var(--size-14);

  color: #939393;
}

.home-search-input:focus {
  box-shadow: rgb(0 0 0 / 19%) 0px 5px 15px;
  border: none;

  outline: none;
}

.homepage.search-box {
  padding: 0px;

  top: 0%;

  left: 50%;

  transform: translate(22%, 0%);

  position: relative;
}

.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,
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;

  color: #e33685;
}
.homepage-toki .navbar-default .navbar-nav > .active > a {
  color: #e33685;
}

.homepage-toki .navbar-default .navbar-nav > li > a,
header .navbar-default .navbar-nav > li > a {
  color: #ede6fe;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

.homepage-toki .navbar-form.navbar-left,
header .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 */

/* .search {

	position: relative;

	padding-bottom: 15px;

	bottom: -7px;

  }
	
  

  .search-input::placeholder {

	color: white;

	opacity: 0.8;

  }

  

  .search-button {

	background:transparent;

	border: none;

  } */

.filter {
  display: flex;

  padding: 30px 0px;

  justify-content: center;

  max-width: 100%;
}

.button {
  margin-right: 18px;

  cursor: pointer;

  color: black;

  background-color: unset;

  text-transform: capitalize;

  font-size: 15px;

  font-weight: bold;

  border: 0;

  outline: none;

  white-space: nowrap;
}

.button:last-child {
  margin-right: 0;
}

.content {
  width: 100%;

  margin: 0 auto;
}

/* serch after click input */

.search-box.wrapper {
  display: none !important;
}

.search-box.wrapper.active {
  display: flex !important;

  justify-content: end;
}

.search-box {
  width: 100%;

  position: relative;

  display: flex !important;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  justify-content: end;

  padding: 10px;
}

.search-box.wrapper .search-input {
  /* width: 100%; */

  font-size: 16px;

  padding: 15px 45px 15px 15px;

  background-color: white;

  color: #6c6c6c;

  border-radius: 6px;

  border: none;

  transition: all 0.4s;
}

.search-box.wrapper .search-input:focus {
  border: none;

  outline: none;

  box-shadow: 0 1px 12px #b8c6db;

  -moz-box-shadow: 0 1px 12px #b8c6db;

  -webkit-box-shadow: 0 1px 12px #b8c6db;
}

.search-box.wrapper .search-btn {
  background-color: transparent;

  font-size: 18px;

  padding: 6px 9px;

  margin-left: -45px;

  border: none;

  color: black;

  transition: all 0.4s;

  z-index: 10;
}

.search-box.wrapper .search-btn:hover {
  transform: scale(1.2);

  cursor: pointer;

  color: black;
}

.search-box.wrapper .search-btn:focus {
  outline: none;

  color: black;
}

.search-box.wrapper ::placeholder {
  color: var(--gray-primary) !important;
}

/* 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;
}

/* serch after click input */

/*  */

/* slider */

.slider {
  position: relative;

  width: 100%;

  height: 100%;

  overflow: hidden;
}

.slider__slides {
  position: relative;

  /* width: 400%; */

  /* height: 100%; */

  transition: transform 0.3s cubic-bezier(0.51, 0.92, 0.24, 1);

  will-change: transform;
}

.slider[data-pos="0"] .slider__slides {
  transform: translateX(0%);
}

.slider[data-pos="1"] .slider__slides {
  transform: translateX(-25%);
}

.slider[data-pos="2"] .slider__slides {
  transform: translateX(-50%);
}

.slider[data-pos="3"] .slider__slides {
  transform: translateX(-75%);
}

.slider__slide {
  /* float: left;

	width: 25%;

	height: 100%; */

  position: relative;
}

.slider__slide img {
  /* position: absolute;
	top: 0px;
	left: 0px; */
  width: 100%;
  object-fit: contain;
}

.slider__dots {
  display: flex;

  position: absolute;

  bottom: 1.5em;

  left: 50%;

  transform: translateX(-50%);
}

.slider__dot,
.slider__indicator {
  display: block;

  margin: 0 0.5em;

  width: 5px;

  height: 5px;

  background: rgba(255, 255, 255, 0.5);

  border-radius: 100px;
}

.slider__indicator {
  position: absolute;

  background: white;

  width: auto;
}

.slider__indicator--left {
  transition: left 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15),
    right 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

.slider__indicator--right {
  transition: left 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15),
    right 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

.slider[data-pos="0"] .slider__indicator {
  left: 0em;

  right: 6em;
}

.slider[data-pos="1"] .slider__indicator {
  left: 2em;

  right: 4em;
}

.slider[data-pos="2"] .slider__indicator {
  left: 4em;

  right: 2em;
}

.slider[data-pos="3"] .slider__indicator {
  left: 6em;

  right: 0em;
}

.center {
  display: flex;

  /* height: 200px; */

  justify-content: center;

  align-items: center;

  /* background: #333; */
}

.slider {
  /* max-width: 600px; */

  max-height: 400px;
}

.slider__slide:nth-child(1) {
  /* background: var(--gray-primary); */
}

.slider__slide:nth-child(2) {
  /* background: #FFBD3C; */
}

.slider__slide:nth-child(3) {
  /* background: #F8593E; */
}

.slider__slide:nth-child(4) {
  /* background: var(--gray-primary); */
}

/* slider content */

.homeslider-wrapper .home-slider-content {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  justify-content: center;
}

.homeslider-wrapper .home-slider-content h2 {
  font-size: var(--size-20);

  color: var(--primary-black);

  font-weight: 600;

  margin-bottom: 10px;
}

.homeslider-wrapper .home-slider-content p {
  font-size: var(--size-16);

  color: var(--primary-black);

  font-weight: 400;

  margin: 0px;
}

/* card */

/* filter */

#cardFilterbtn {
  gap: 10px;

  padding-bottom: 0px !important;
  max-width: 680px;
  margin: 0 auto;

  max-width: unset;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-initialized .slick-slide wbr #cardFilterbtn .btn {
  /* border: none;

	outline: none;

	padding: 12px 0px ;

	background-color: transparent;

	cursor: pointer;

	font-weight: 400;

	font-size: var(--size-14);

	font-family: var(--font-inter); */

  background-color: transparent;
}

#cardFilterbtn .btn.active {
  color: #888888;

  box-shadow: none;

  width: auto !important;

  color: #e33685;

  border-bottom: 4px solid #e33685;
}

#cardFilterbtn::-webkit-scrollbar {
  width: 0.1rem;
  /* You can adjust this value to make the scrollbar narrower or wider */
}

/* Optional: You can style the scrollbar track and thumb if needed */

#cardFilterbtn::-webkit-scrollbar-track {
  background: transparent;
  /* or any other background color */
}

#cardFilterbtn::-webkit-scrollbar-thumb {
  background: transparent;
  /* or any other color for the thumb */
}

/* filter end */

.listing-haeding-main .listing-title h2 {
  color: var(--pink-primary-50);
  font: 700 var(--size-20) var(--font-gordita);
}

.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;

  margin-bottom: 20px;

  padding-right: 20px;

  padding-left: 10px;
}

.top-shows-cards .listing-haeding-main {
  margin-top: 20px;
}

.listing-haeding-main h2 {
  margin: 0px;
  display: flex;
}

/*  */

.label-top {
  position: absolute;

  background-color: transparent;

  color: var(--primary-black);

  top: 8px;

  right: 18px;

  padding: 5px 10px 5px 10px;

  font-size: var(--size-12);

  font-weight: 400;

  text-transform: uppercase;
}

.top-shows-cards .card-listing-wrapper .card-body {
  background-color: #fff;
  padding: 10px;
}

.top-shows-cards .label-top {
  background: white;

  border-radius: 20px;
}

.top-shows-cards .label-top.items-price {
  background-color: #11b4f5;
}

.label-top.top-shows {
  display: flex;

  align-items: center;

  gap: 5px;

  right: 25px;
}

.label-top.top-shows span {
  color: #000000;
}

/* boostrapcards */

.cards-wrapper {
  margin-bottom: 25px;
}

.card-listing-wrapper .slick-track {
  margin-left: unset;
  display: flex;
}

.card-listing-wrapper .card {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.card-listing-wrapper .card.seller-is-live {
  opacity: 0.5;
}

.card-listing-wrapper .card img {
  border-radius: 20px 20px 0px 0px;
  height: 145px;
  object-fit: contain;
}

.card-listing-wrapper .card video {
  height: 145px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card-listing-wrapper .card .media-footer img {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.card-listing-wrapper .card-body {
  display: flex;
  flex-direction: column;
  background-color: var(--light-gray-secondary);
  border-radius: 0px 0px 15px 15px;
  height: 119px;
  padding: 10px;
}

.card-listing-wrapper .card-info {
  font: 700 var(--size-14) var(--font-gordita);
  margin-bottom: 4px;
  height: 40px;
}

.card-listing-wrapper .card-title {
  color: #999999;
  font: 500 var(--size-14) var(--font-gordita);
  margin: 0 0 4px 0;
  min-height: 20px;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-listing-wrapper .media-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-top: auto;
}

.card-listing-wrapper .media-footer h6,
.card-listing-wrapper .media-footer h4 {
  font: 500 var(--size-14) var(--font-gordita);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto 0;
}

.search-result-page .card-listing-wrapper .card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.03);
}

/* menubar / toggle menu */

.mobile-show-togglemenu {
  display: none;
}

.desktop-show-togglemenu {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* for desktop toogle menu */

.toki-home-sidebar .offcanvas-body {
  /* padding: 20px; */
  flex: 1;
}

.navbar-toggle-menu.menubar .menu-item {
  margin-left: 24px;
}

.navbar-toggle-menu.menubar .menu-item a {
  font-size: var(--size-16);

  color: var(--primary-black);

  font-weight: 500;
}

.navbar-toggle-menu.menubar .main-category-item span {
  font-size: var(--size-18);
  color: var(--primary-black);
  font-weight: 500;
  color: var(--primary-pink-pink-50, #e33685);
}

.navbar-toggle-menu.menubar .child-item a {
  font-size: var(--size-16);

  color: var(--primary-black);

  font-weight: 400;
}

.user-details-wrapper.desktop {
  display: flex;

  align-items: center;

  gap: 20px;
}

.user-details-wrapper .user-info-wrapper h2 {
  font-size: var(--size-18);

  font-weight: 600;

  color: black;

  margin: 0px;

  margin-bottom: 10px;
  display: flex;
}

.user-details-wrapper .user-info-wrapper h2 span {
  max-width: 141px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #303030;
}

.user-details-wrapper .user-info-wrapper h2 a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.user-details-wrapper .user-info-wrapper p {
  font-size: var(--size-14);

  font-weight: 400;

  color: black;

  margin: 0px;
}

.user-details-wrapper .user-info-wrapper p a {
  max-width: 141px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: var(--primary-pink-pink-50, #e33685);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

/* for desktop toogle menu */

/* login model */

.modal-dialog.login-model {
  width: 400px;
}

.modal-dialog.login-model .login-form input {
  padding: 15px 10px 15px 10px;

  height: 57px;

  width: 100%;
}

.modal-dialog.login-model .login-form input::placeholder {
  font-size: var(--size-14);

  color: #a3a3a3cc;

  font-weight: 400;
}

.modal-dialog.login-model .login-form label {
  font-size: var(--size-13);

  font-weight: 400;

  color: black;
}

.modal-dialog.login-model .modal-title {
  font-size: var(--size-18);

  font-weight: 600;

  color: black;
}

.modal-dialog.login-model .login-btn button {
  padding: 8px 20px 8px 20px;
}

.modal-dialog.login-model .create-acc-info-line {
  font-size: var(--size-13);

  font-weight: 400;

  color: black;
}

/* login model end*/

/* login buyer seller */

.homepage-toki.seller-page .login-modal.active .modal.fade .modal-dialog,
.homepage-toki.buyer-page .login-modal.active .modal.fade .modal-dialog {
  transform: translate(0, 0) !important;
}

.homepage-toki.home-page .modal.fade.in .modal-dialog,
.homepage-toki.home-page .modal.fade .modal-dialog {
  transform: translate(0, 0);
}

/* for hamburger */

.c-offcanvas {
  left: 0;

  padding: 1rem;

  overflow-y: scroll;
}

.js-offcanvas a {
  color: #337ab7;

  outline: 0;
}

.navbar {
  margin-bottom: 0px;
}

/* remove background colors  */

/* for hamburger */

.menu {
  background-color: #00a0c6;

  width: 250px;

  height: 100vh;

  position: fixed;

  right: -250px;

  transition: all 0.2s ease-out;
}

.menu .btn {
  color: white;
}

.menu .btn .fa {
  margin-left: 8px;
}

.menu ul {
  margin-top: 0;

  padding-top: 0;

  padding: 0;
}

.menu ul li:first-child {
  border-top: 1px solid #008bad;
}

.menu ul li {
  color: #fff;

  border-bottom: 1px solid #008bad;

  list-style: none;

  margin-left: 0;

  padding-left: 0;

  line-height: 44px;

  padding-left: 12px;

  cursor: pointer;
}

.menu ul li:hover {
  background-color: black;
}

.open {
  right: 0 !important;

  z-index: 2;
}

.menu-click {
  color: black;

  cursor: pointer;
}

.menu-click .fa {
  cursor: pointer;

  font-size: 2em;

  margin: 8px 0px;
}

.content {
  position: relative;
}

.content .menu-click {
  position: absolute;

  left: 0;

  top: 3px;

  padding: 0px;
}

.link {
  position: absolute;

  bottom: 15px;

  right: 15px;
}

.link a {
  color: #004e60;

  text-decoration: none;
}

.link a:hover {
  text-decoration: underline;
}

.ui-loader {
  display: none;
}

/* for ham */

/*  */

.homepage-toki .navbar-collapse .collapse,
header .navbar-collapse .collapse {
  display: block;
}

.homepage-toki .navbar-toggle,
header .navbar-toggle {
  display: block;

  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 5px;

  border: none;
}

.homepage-toki .navbar-toggle .fas.fa-bars,
header .navbar-toggle .fas.fa-bars {
  font-size: var(--size-30);
}

.homepage-toki .navbar-default .navbar-toggle:focus,
.homepage-toki .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
  background: none;
}

/*  */

nav.toki-home-sidebar {
  background-color: white;

  box-shadow: 3px 0 23px 0 rgba(0, 0, 0, 0.1);

  top: 0;

  left: 0px;

  height: 100%;

  position: fixed;

  width: 350px;

  z-index: 100;

  overflow: auto;

  display: none;
  /* display: flex; */

  /* NOTE: display changed to flex on navbar toggle */

  flex-direction: column;

  overflow-x: hidden;
}

/* .homepage-toki nav.toki-home-sidebar {
	display: none;
} */

.homepage-toki .close-sidebar,
header .close-sidebar {
  position: absolute;

  font-weight: bold;

  cursor: pointer;

  padding: 5px;

  top: 40px;

  right: 20px;
}

/*  */

.navbar-collapse.mobile {
  display: none !important;
  padding: 0 !important;
  width: 100%;
}

.navbar-collapse.desktop {
  display: block !important;
}

/* for mobile home menu */

.navbar-menu-wrapper {
  display: flex !important;

  align-items: center;

  justify-content: space-between;

  width: 100%;
}

.navbar-menu-wrapper .menu-list-wrapper {
  width: 100%;
}

.navbar-menu-wrapper ul {
  display: flex;

  align-items: center;

  justify-content: center;
}

.navbar-header {
  display: flex;
}

.serach-icon-wrapper {
  display: flex;

  justify-content: flex-end !important;
}

/* mobile sidebar */

.social-link-wrapper {
}

.toki-home-sidebar .mobile-show-togglemenu .social-link-wrapper ul {
  display: flex;

  justify-content: flex-start;

  gap: 11px;
}

.toki-home-sidebar .mobile-show-togglemenu .navbar-toggle-menu {
  /* height: 300px; */
}

.navbar-toggle-menu {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #d1d1d1;
}

.navbar-toggle-menu:last-child {
  border-bottom: none;
}

.mobile-show-togglemenu .social-link-wrapper .social-link-title {
  font-size: var(--size-16);

  font-weight: 500;

  color: var(--primary-black);
}

.mobile-show-togglemenu .social-link-wrapper .social_link {
  padding: 15px;
}

.mobile-show-togglemenu .login-sign-btn-wrapper {
  display: flex;

  justify-content: center;

  gap: 20px;

  padding: 20px;
}

/* dektop home sidebar */

.toki-home-sidebar .desktop-show-togglemenu .social-link-wrapper ul {
  display: flex;

  justify-content: flex-start;

  gap: 11px;
}

.toki-home-sidebar .desktop-show-togglemenu .navbar-toggle-menu {
  /* height: 300px; */

  flex: 1;
}

.desktop-show-togglemenu .social-link-wrapper .social-link-title {
  font-size: var(--size-16);

  font-weight: 500;

  color: var(--primary-black);
  margin-bottom: 12px;
}

.desktop-show-togglemenu .social-link-wrapper .social_link {
  padding: 15px;
}

.desktop-show-togglemenu .login-sign-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #d1d1d1;
}

/* mobile #loginModel */

.login-modal.active .modal-header {
  display: flex;

  justify-content: end;
}

.login-modal.active .modal-content {
  border-radius: 20px;
}

.login-modal.active #loginModal {
  max-width: 352px;
}

#loginModal .modal-dialog.login-model .create-acc-info-line {
  margin-bottom: 0px;

  margin-top: 15px;
}

.login-modal.active .modal.fade {
  opacity: 1 !important;

  display: flex !important;

  align-items: center;

  align-items: center;

  justify-content: center;

  background: rgba(0, 0, 0, 0.7);
}

.modal-dialog.login-model {
  width: 400px !important;
}

.login-modal.active #loginModal {
  max-width: 100%;
}

/* ``` sign out model ``` */

.signout-modal.active .modal.fade {
  opacity: 1 !important;

  display: flex !important;

  align-items: center;

  justify-content: center;

  background: rgba(0, 0, 0, 0.7);
}

.signout-modal.active .modal-header {
  display: flex;

  justify-content: end;
}

.signout-modal.active .modal-content {
  border-radius: 20px;
}

.signout-modal.active #signOutModal {
  max-width: 100%;
}

#signOutModal .modal-dialog.login-model .create-acc-info-line {
  margin-bottom: 0px;

  margin-top: 15px;
}

/* ``` Buyer Sidebar ``` */

.homepage-toki.buyer-page
  .toki-home-sidebar
  .mobile-show-togglemenu
  .navbar-toggle-menu {
  height: auto;
}

.homepage-toki.buyer-page .toki-home-sidebar .offcanvas-body {
  padding-top: 0px;
}

.homepage-toki.buyer-page .toki-home-sidebar .offcanvas-header {
  height: auto;
}

.buyer-sidebar .user-details-wrapper.desktop {
  display: flex;

  align-items: center;
}

.homepage-toki.buyer-page .close-sidebar {
  top: 35px;
}

/* ``` End Buyer Sidebar ``` */

/* ``` Seller Sidebar ``` */

.homepage-toki.seller-page
  .toki-home-sidebar
  .mobile-show-togglemenu
  .navbar-toggle-menu {
  height: auto;
}

.homepage-toki.seller-page .toki-home-sidebar .offcanvas-body {
  padding-top: 0px;
}

.homepage-toki.seller-page .toki-home-sidebar .offcanvas-header {
  height: auto;
}

.seller-sidebar .user-details-wrapper.desktop {
  display: flex;

  align-items: center;
}

.homepage-toki.seller-page .close-sidebar {
  top: 35px;
}

/* ``` End Seller Sidebar ``` */

/* for mobile home menu */

/* for search icon */

.search-box-input.active {
  width: 100%;

  padding: 15px;
}

#search-input-text {
  background: url("../images/search-icon-black.svg") 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 0.75em;
  display: inline-block;
  border: 0 none;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: #303030;
  vertical-align: baseline;
  filter: invert(1);
  padding: 9px 10px 9px 30px;
}

.search-input-text.active {
  padding: 1em 2em !important;
}

#search-input-text:focus {
  border-radius: 20px;
  width: 100%;
  cursor: text;
  background-color: #f0f0f0;
  background-position: 10px 8px;
  filter: none !important;
  padding-left: 35px;
}

.main-content-wrapper.active #cardFilterbtn {
  overflow: hidden;
}

.main-content-wrapper {
  overflow: hidden;
}

/* form error */

.login-form .error {
  color: red;

  margin: 0px;
}

/* form error */

/* slick slide */

.slick-list.draggable {
  padding: 0px 0px !important;
}

/* filtetr slider */

/* .filter-btn-wrapper .slick-initialized .slick-slide{

	width: auto !important;

} */

.filter-btn-wrapper .slick-list.draggable {
  display: flex;
}

.hide {
  display: none !important;
}

/* Otp Signup */

.otp-content-wrapper {
  padding: 50px 20px;
}

.otp-wrapper {
  background-color: #ffffff;

  border: 1px solid #e3e3e3;

  border-radius: 15px;

  box-shadow: 3px 3px 23px 0px #0000000d;

  padding: 24px;

  max-width: 525px;

  margin: auto;
}

.otp-wrapper .otp-title {
  font-size: var(--size-20);

  font-weight: 700;

  color: var(--pink-primary-50);

  margin: 0px;

  margin-bottom: 20px;
}

.otp-info .enter-digit-info {
  color: #726f96;

  font-weight: 500;

  font-size: 18px;

  margin: 4px 0;
}

.otp-info .email-info {
  color: #726f96;

  font-weight: 500;

  font-size: 18px;
}

.otp-info .re-send-otp-info {
  color: black;

  font-weight: 500;

  font-size: 13px;
}

.otp-field {
  flex-direction: row;

  column-gap: 11px;

  display: flex;

  align-items: flex-start;

  justify-content: space-between;
}

.otp-field input {
  height: 122px;

  width: 100%;

  border-radius: 6px;

  outline: none;

  font-size: 40px;

  font-weight: 500;

  text-align: center;

  border: 1px solid #d2d2d2;
}

.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

/* right box wrapper */

.otp-content-wrapper .box-wrapper {
  background: var(--dark-gray-secondary);

  text-align: center;

  min-height: 900px;

  width: 100%;

  position: relative;
}

.box-wrapper .title-name {
  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  position: absolute;
}

/* for mobile hide otp */

.otp-info.mobile {
  display: none;
}

.otp.offcanvas.offcanvas-start {
  display: none;
}

/* Otp end */

/* Filter slider */

.slide-track {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 3em;

  overflow: hidden;

  background-color: white;
}

.slider-filter {
  background-color: whitesmoke;
}

/* @keyframes scroll {

	0% {transform: translateX(0);}

	100% {transform: translatex(-1000%)}

  } */

.filter-name {
  width: 100%;

  height: 100%;

  animation: scroll 5s linear infinite;

  font-size: 14px;

  font-weight: 400;

  color: black;
}

.filter-name.active {
  font-size: 14px;

  font-weight: 400;

  color: #888888;
}

.customer-logos.slider {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 0px;

  width: auto;
}

/* .customer-logos.slider .slick-slide{

	width: 100px !important;

  }

  .customer-logos.slider .slick-track {	

	width: 100% !important;

  } */

/* for mozilla  */

@supports (-moz-appearance: none) {
  /* otp */

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;

    appearance: none;

    display: none !important;

    margin: 0;
  }
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

/* for seelct */

/* Style the options */

select.form-control.select-item option {
  background-color: white;
  /* Change the background color */

  padding: 20px;
  /* Add padding to the options */

  width: 500px;
}

#mySelect {
  padding: 6px 10px 6px 10px;

  border: 1px solid #dfdfdf;

  border-radius: 10px;
}

/* `` Search result page `` */

.search-result-page .card-listing-wrapper {
  margin: auto;

  width: 100%;

  margin: 0px 16.5px;
}

.search-result-page .carousel-container.search_result {
  display: flex;
}

/* for select box */

.searchtab-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

.select_wrap {
  /* max-width: 230px; */
  width: auto;

  user-select: none;

  position: relative;
}

.select_wrap p a {
  margin: 0px !important;

  font-size: 14px;

  font-weight: 400;

  color: black;
}

.select_wrap p {
  margin: 0px !important;
}

.select_wrap .default_option {
  background: white;

  border: 1px solid #dfdfdf;

  border-radius: 5px;

  position: relative;

  cursor: pointer;

  margin-bottom: 0px;

  padding: 16px 16px 16px 55px !important;
}

.select_wrap .default_option li {
  padding: 0px 20px 0px 16px;
}

.select_wrap .default_option:before {
  content: "";

  position: absolute;

  top: 19px;
  right: 18px;
  width: 9px;
  height: 9px;

  border: 2px solid;

  border-color: transparent transparent #000000 #000000;

  transform: rotate(-45deg);
}

.select_wrap .select_ul {
  width: 100%;

  background: #fff;

  border-radius: 5px;

  display: none;

  box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.select_wrap .select_ul li {
  padding: 10px 20px;

  cursor: pointer;
}

/* .select_wrap .select_ul li:first-child:hover{

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

  } */

/*   

  .select_wrap .select_ul li:last-child:hover{

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

  }

   */

/* .select_wrap .select_ul li:hover{

    background: rgba(197, 192, 192, 0.774);

  } */

.select_wrap .option {
  display: flex;

  align-items: center;
}

.select_wrap .option .icon {
  background: url("https://i.imgur.com/oEZu0sK.png") no-repeat 0 0;

  width: 32px;

  height: 32px;

  margin-right: 15px;
}

.select_wrap .option.pizza .icon {
  background-position: 0 0;
}

.select_wrap .option.burger .icon {
  background-position: 0 -35px;
}

.select_wrap .option.ice .icon {
  background-position: 0 -72px;
}

.select_wrap .option.fries .icon {
  background-position: 0 -111px;

  width: 25px;
}

.select_wrap.active .select_ul {
  display: block;

  padding: 0px;

  margin-top: 20px;

  /* width: 390px; */

  z-index: 98;

  position: absolute;
}

.select_wrap.active .default_option:before {
  top: 25px;

  transform: rotate(-225deg);
}

/* .search-result-page .search_result.sec-panel .select-box-wrapper{	

	width: 100%;	

  } */

/* sec panel search */

.search-result-page .slider-content-wrapper {
  display: none;
}

/* .search-result-page .search_result.sec-panel {	

	width: 100%;

	margin-top: 15px;

  }

  .search-result-page .search_result.sec-panel .select-box-wrapper .col-lg-12.wrapper{	

	display: none;

  } */

.search-result-page .filter-btn-wrapper {
  padding-bottom: 30px;
  display: none;
}

.search-result-page .back-page-wrapper {
  padding-bottom: 20px;
}

.search-result-page .back-page-wrapper .back-arrow {
  display: flex;

  justify-content: flex-start;

  align-items: center;
}

.search-result-page .back-page-wrapper .back-arrow-icon {
  margin-right: 10px;
}

.search-result-page .back-page-wrapper .back-text a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #303030;
  margin: 0px;
}

.search-result-page .card-listing-wrapper .card img {
  border-radius: unset;
  height: 145px;
}

.search-result-page .top-shows-cards .card-listing-wrapper .card-info {
  height: 43px;
  margin-bottom: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.search-result-page .card-listing-wrapper .card-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.search-result-page .card-listing-wrapper .card .media-footer img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.search-result-page .card-listing-wrapper .media-footer h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.menu-link .nav-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  color: #e33685;
}

.menu-link a.active {
  color: #303030;
}

.menu-link a.active:focus,
.menu-link a.active:hover {
  background: none;
}

.menu-link > a:focus,
.menu-link a:hover {
  background: transparent !important;
}

.menu-link .nav-link span.border {
  height: 4px;
  width: 68%;
  display: block;
  position: absolute;
  bottom: 7px;
  background: #e33685;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.menu-link a.active span.border,
.menu-link > a:focus span.border,
.menu-link a:hover span.border {
  display: block;
}

/* for mobile */

.search-result-page .navbar-header .back-page-wrapper.mobile {
  display: none;
}

.search-result-page .homepage.search-box.mobile {
  display: none !important;
}

/* not found error */

.search-result-page .not-found-error-wrapper {
  justify-content: center;

  display: flex !important;

  flex-direction: column;

  align-items: center;

  width: 100%;
}

.search-result-page .not-found-error {
  width: 100%;
}

.not-found-box h4 {
  font-size: var(--size-14);

  font-weight: 400;

  color: var(--primary-black);
}

.not-found-msg h4 {
  font-size: var(--size-18);

  font-weight: 600;

  color: var(--primary-black);

  line-height: 30px;

  text-align: center;
}

.search-result-page .not-found-box {
  width: 215px;

  height: 200px;

  background-color: var(--light-gray-primary);

  display: flex;

  justify-content: center;

  align-items: center;
}

.search-result-page .not-found-msg {
  margin-top: 30px;
}

/* `` Search page `` */

.modal-close-icon {
  display: none;
}

/*  */

.homepage-toki .navbar-collapse .collapse .navbar-nav,
.homepage-toki .navbar-collapse .collapse .create-btn-wrapper,
.homepage-toki .navbar-collapse .collapse .navbar-form.navbar-left,
header .navbar-collapse .collapse .navbar-nav,
header .navbar-collapse .collapse .create-btn-wrapper,
header .navbar-collapse .collapse .navbar-form.navbar-left {
  width: 33.33%;
}

/*New Item Edit/Upload*/

.add-variant-board {
  border: 1px solid #e3e3e3;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 15px;
  box-shadow: 3px 3px 23px 0px #0000000d;
}

.add-variant-board input.variant-name {
  height: 56px;
  border-radius: 5px;
  padding: 16px;
}

.add-variant-board span.variant-eg {
  margin-bottom: -14px;
}

.seller-upload-page .un-seller-body .container.tab-cons {
  max-width: 566px;
}

.seller-upload-page .tab-container {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 24px;
}

.next-on-line {
  color: #726f96;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 193%;
  display: block;
  padding-top: 24px;
}

.tab-title {
  margin-bottom: 8px;
  padding-top: 24px;
}

.tab-title > .tab-text > span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 193%;
}

.tab-title > .tab-text > h4 {
  color: var(--pink-primary-50);
  font-size: 20px;
  font-weight: 500;
  margin: 24px 0 16px 0;
}

.tab-title > .tab-text:after {
  display: none;
}

.page-seller.seller-upload-page .item-form-group label {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 193%;
}

.page-seller.seller-upload-page .item-form-group p {
  color: #656565;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
}

.page-seller.seller-upload-page .item-form-group .status-text {
  color: #726f96;
  font-size: 16px;
  font-weight: 400;
}

.page-seller.seller-upload-page .item-form-group .helper-text {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
}

.page-seller.seller-upload-page .item-form-group .upload-text {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 24px;
}

.group-other-service:after {
  display: none;
}

.un-inputs .item-form-group input {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  height: 56px;
  font-size: 16px;
}

.un-inputs .item-form-group input::placeholder {
  color: #cecece;
}

.un-inputs .item-form-group select {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.un-inputs .item-form-group select.empty {
  color: #ccc;
}

.un-inputs .item-form-group textarea {
  height: 115px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.browse-image {
  width: 100%;
  padding: 24px 16px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin-top: 0px;
}

.browse-image > .icon-browse {
  background: url(../images/add-image.svg) no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.browse-image .browse-button {
  border-radius: 27px;
  background: var(--pink-primary-50);
  padding: 10px 24px;
  align-items: flex-start;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 193%;
  margin: 0 auto;
  display: block;
  width: 106px;
  margin-bottom: 12px;
  color: #ffffff;
}

.browse-image p {
  text-align: center;
  margin: 0;
}

.page-seller.seller-upload-page .item-form-group p.file-sizes {
  text-align: right;
  margin-bottom: 0px;
  margin-top: -14px;
}

.un-seller-body .tab-container .btn-upload {
  width: 100%;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 70px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  opacity: 1;
  text-align: center;
  margin-top: 30px;
  display: block;
}

.item-add-edit-page .main-content,
.seller-upload-page .main-content {
  margin-left: 0px;
}

.btn-varient {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  row-gap: 12px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #fdf2f7;
  color: var(--pink-primary-50);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 193%;
}

.btn-varient:hover {
  color: var(--pink-primary-40);
}

.mobile-item-save.active .btn-varient {
  margin: unset;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 48%;
  border-radius: 70px;
  border: 1px solid #000;
  background: #fff;
  height: 47px;
}

.mobile-item-save.active .btn-varient img {
  display: none;
}

.un-seller-body .tab-container .mobile-item-save.active .btn-upload {
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 70px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  opacity: 1;
  text-align: center;
  margin-top: 0px;
  width: 48%;
  height: 47px;
}

.un-inputs hr {
  margin-top: 24px;
  margin-bottom: 12px;
}

.item-add-edit-page .toki-style .modal-dialog,
.seller-upload-page .toki-style .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;
}

.item-add-edit-page .modal-open .modal:after,
.seller-upload-page .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;
}

.item-add-edit-page .modal-content,
.seller-upload-page .modal-content {
  border-radius: 20px;
  max-width: 496px;
  margin: 0 auto;
  padding-top: 0px;
}

.item-add-edit-page .modal-body,
.seller-upload-page .modal-body {
  padding: 20px;
}

.item-add-edit-page h4.modal-title,
.seller-upload-page h4.modal-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 193%;
  margin-bottom: 20px;
}

.item-add-edit-page .modal-body .lbb-input span,
.seller-upload-page .modal-body .lbb-input span {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  margin-bottom: 7px;
  display: block;
}

.seller-upload-page .modal-body .lbb-input span.label-info {
  color: #f3f2fd;
}

.item-add-edit-page .modal-body .lbb-input input,
.seller-upload-page .modal-body .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%;
}

.item-add-edit-page .modal-body .btn-signin a,
.seller-upload-page .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%;
  width: 100%;
}

.item-add-edit-page .modal-body .btn-signin a:nth-child(2),
.seller-upload-page .modal-body .btn-signin a:nth-child(2) {
  background: #ffffff;
  color: #000;
}

.item-add-edit-page .modal-body p,
.seller-upload-page .modal-body p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  text-align: center;
  margin-bottom: 0px;
}

.item-add-edit-page .modal-body p a,
.seller-upload-page .modal-body p a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  text-decoration-line: underline;
}

.item-add-edit-page .modal-header,
.seller-upload-page .modal-header {
  border: none;
  padding: 20px;
}

.item-add-edit-page .modal-header .close,
.seller-upload-page .modal-header .close {
  opacity: 1;
  top: 15px;
  right: 20px;
}

.item-add-edit-page .modal-footer,
.seller-upload-page .modal-footer {
  padding: 0px;
}

.item-add-edit-page .modal-body .lbb-input span,
.seller-upload-page .modal-body .lbb-input span {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  margin-bottom: 7px;
  display: block;
}

.item-add-edit-page .modal-body .lbb-input input,
.seller-upload-page .modal-body .lbb-input input {
  padding: 15px 10px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 6px !important;
}

.variants-cons .col-md-12 {
  margin-bottom: 16px;
}

.variant-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  margin-bottom: 12px;
}

.variant-arrows img {
  transform: rotate(90deg);
}

.variant-arrows.up img {
  transform: rotate(270deg);
}

.delete-variant {
  color: #c00505;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 193%;
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 20px;
  padding-right: 30px;
}

.delete-variant img {
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.item-add-edit-page #myModal .modal-content,
.seller-upload-page #myModal .modal-content {
  max-width: 700px;
}

.uploded-items .uploded-box {
  width: 143px;
  height: 150px;
  border-radius: 5px;
  position: relative;
}

.uploded-items .uploded-box img {
  object-fit: cover;
  border-radius: 5px;
  z-index: 1;
}

.uploded-items .action-area {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.uploded-items .icon.icon-close {
  background-image: url(../images/red-trash-can.svg);
  margin-right: 0px;
  cursor: pointer;
}

#basic_tab .uploded-items .uploded-box {
  margin: 0 10px 5px 0px;
}

.back-variant {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  float: left;
  position: fixed;
  margin-top: 20px;
}

.back-variant img {
  width: 21px;
  height: 21px;
}

.category-dropdown select {
  height: 56px;
  cursor: pointer;
}

.category-dropdown select::placeholder {
  color: #cecece;
}

.category-dropdown option.select-placeholder {
  /* display: none; */
  color: #ccc;
}

.category-dropdown option {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  color: #000;
}

.dimension-container {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 14px 0;
}

.dimension-container > .dimension-input-group {
  width: 77%;
  display: flex;
}

.dimension-container > .dimension-input-group input {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 2px solid #e6e6e6;
  border-radius: 0 !important;
  height: 27px;
}

.dimension-container > .dimension-input-group input:last-child {
  border-right: none;
}

.un-inputs .item-form-group input.item-new-price {
  height: 56px;
  padding-left: 26px;
}

.un-inputs .item-form-group input.item-weight {
  padding-right: 36px;
}

.current-currency {
  position: absolute;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  top: 50px;
  left: 26px;
}

.current-weight,
.current-dimensions {
  position: absolute;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 193%;
  top: 50px;
  right: 25px;
}

.mobile-back-variant {
  display: none;
}

.mobile-back-variant img {
  width: 21px;
  height: 21px;
}

.mobile-item-save.active {
  display: flex !important;
  justify-content: space-evenly;
  margin-top: auto;
}

.add-options-table__tag > .bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  width: 100%;
  min-height: 56px;
}

.add-options-table__tag .bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
  font-size: 16px;
}

.add-options-table__tag .bootstrap-tagsinput input::placeholder {
  color: #cecece;
}

.add-options-table__tag .tag {
  display: inline-flex;
  font-weight: 400;
  margin-top: 5px;
}

.add-options-table__tag .bootstrap-tagsinput .tag [data-role="remove"] {
  display: none;
}

/*Modal Tag*/

.tag-modal-name .tag-modal-name__tag > .bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 12px 10px;
  min-height: 61px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}

.tag-modal-name .bootstrap-tagsinput input {
  border: none !important;
  box-shadow: none;
  outline: none;
  background-color: transparent !important;
  padding: 0 6px !important;
  margin: 0 !important;
  width: auto !important;
  max-width: inherit;
}

.tag-modal-name .tag,
.add-options-table__tag .tag {
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  margin-top: 7px !important;
  border-radius: 15px;
  cursor: pointer;
  background-color: #100b57;
  padding: 0 8px;
  align-items: center;
  height: 35px;
  margin-left: 10px !important;
  color: #f3f2fd;
}

.tag-modal-name .bootstrap-tagsinput .tag [data-role="remove"] {
  display: none;
}

.tag-mobile-btn {
  display: flex;
  position: absolute;
  right: 17px;
  top: 35%;
  align-items: center;
  justify-content: flex-end;
  height: 51px;
  width: Calc(100% - 24px);
}

.tag-mobile-btn img {
  transform: rotate(0deg);
  width: 24px;
  height: 24px;
}

.item-form-group .btn-varient {
  margin-left: -15px;
  margin-right: -15px;
}

.item-add-edit-page .pc-processbar,
.seller-upload-page .pc-processbar {
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-add-edit-page .pc-processbar > ul,
.seller-upload-page .pc-processbar > ul {
  display: flex;
}

.item-add-edit-page .pc-processbar ul > li,
.seller-upload-page .pc-processbar ul > li {
  width: 50%;
  min-width: auto;
  max-width: 100%;
  display: flex;
}

.item-add-edit-page span.pb-line,
.seller-upload-page span.pb-line {
  border: 2px solid #b2b2b2;
  width: 100%;
  border-style: solid;
  border-spacing: 10px;
  margin-top: 0px !important;
}

.item-add-edit-page li.active span.pb-line,
.seller-upload-page li.active span.pb-line {
  border-style: solid;
  border: 2px solid #000;
}

.close-tab {
  display: none;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 24px;
  right: 20px;
}

.close-variant img {
  width: 16px;
  height: 16px;
}

.item-form-group .with-upload.btn-varient {
  margin: 12px 0px 0px 0px;
  border: none;
}
.page-seller #myModal .modal-dialog {
  width: 100%;
  max-width: 1024px;
  margin: 150px auto;
  position: relative;
  top: inherit;
  zoom: 0.8;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.tools .tools-icons {
  display: flex;
}

.tools .tools-icons .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  height: auto;
  margin-right: 5px;
}

.tools .tools-icons .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.combined-search-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px 0px;
}

.combined-search-category .navbar-form.navbar-left {
  width: 100% !important;
}

.slider-content-wrapper {
  margin-bottom: 25px;
}

/* Slick custom CSS */

.slick-dots {
  position: absolute !important;
  width: 100% !important;
  bottom: 5% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.slick-dotted.slick-slider,
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots li button:before {
  color: #fff !important;
  content: "-" !important;
  font-weight: bold !important;
  font-size: 30px !important;
}

aside.sidebar {
  display: none;
}
.card-listing-wrapper.slick-slider {
  padding: 0 45px;
}
.card-listing-wrapper .slick-next,
.card-listing-wrapper .slick-prev {
  box-shadow: unset;
  background-color: #e33685;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
}

.card-listing-wrapper .slick-next:focus,
.card-listing-wrapper .slick-prev:focus {
  background-color: #e33685;
}

.card-listing-wrapper .slick-prev {
  left: 5px;
  /* transform: rotate(180deg) */
}

.card-listing-wrapper .slick-next {
  right: 5px;
}

/* .card-listing-wrapper .slick-prev {
	transform: rotate(180deg)
} */

.card-listing-wrapper .slick-next,
.card-listing-wrapper .slick-prev {
  height: 34px;
  justify-content: center;
  text-align: center;
  top: calc(50% - 20px);
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 34px;
  z-index: 1;
}

.card-listing-wrapper .slick-next:hover i,
.card-listing-wrapper .slick-prev:hover i {
  color: #adb5bd;
}

.card-listing-wrapper .slick-next:hover,
.card-listing-wrapper .slick-prev:hover {
  background-color: #c91c6b;
  color: #fff;
}

.card-listing-wrapper .slick-arrow.slick-disabled {
  background-color: #ef8fbb;
  cursor: auto;
}

.delete-modal > div {
  @media (max-width: 767px) {
    margin-bottom: 30px;
  }
}

.skeleton-slider {
  padding: 0 55px;
}

.forgot-pass-form-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0 0 8px;
  color: #e33685;
}
.form-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0 0 24px;
  color: #e33685;
}

.spin {
  position: relative;
  overflow: hidden;
}
.spin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(1.3px);
}
.spin::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  z-index: 2;
}
.devider {
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  margin: 20px 0;
}
.devider.no-gap {
  margin: 0px;
}
.login-btn,
.signin-btn {
  width: 50%;
}

/*Sign up page*/

.page-login .login-box {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0px auto;
  margin-top: 30px;
}

.page-login .lb-head {
  text-align: center;
  margin-bottom: 10px;
}

.page-login .lb-head span {
  font-size: var(--size-18);
  font-weight: 600;
  color: var(--primary-black);
  margin: 0px;
  margin-bottom: 20px;
}

.page-login .lb-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-login .lbb-input {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-login input.input-text {
  border-radius: 6px;
  outline: none;
  font-size: 16px;
  text-align: left;
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
}

.page-login .btn-signin {
  margin-bottom: 10px;
}

.page-login .btn-signin a {
  color: black;
  font-weight: 500;
  font-size: 13px;
}

.page-login .lbb-bottom-text {
  margin-bottom: 10px;
}

.page-login .lbb-bottom-text {
  color: black;
  font-weight: 500;
  font-size: 13px;
}

.page-login .lbb-bottom-text span {
  margin-right: 5px;
}

.page-login .cookie-bar {
  display: none;
}

.page-login .btn-google {
  margin-bottom: 20px;
}

.page-login .btn-google i {
  margin-right: 10px;
}

.page-login .lbb-text {
  color: black;
  font-weight: 500;
  font-size: 13px;
}

.page-login .signup-btn {
  color: black;
  font-weight: 500;
  font-size: 13px;
}

/* custom-pagination */
.custom-pagination {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.custom-pagination li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: #303030;
  display: grid;
  place-content: center;
}
.custom-pagination li a:hover {
  background: #fdf2f7;
}
.custom-pagination li.active a {
  background: #e33685;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html:has(.homepage-toki) ::-webkit-scrollbar {
  width: 0 !important;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
}

::-webkit-scrollbar-thumb {
  background: #ee4591;
  border-radius: 100vh;
}

::-webkit-scrollbar-thumb:hover {
  background: #969494;
}

.user-details-wrapper .user-info-wrapper p a {
  max-width: 141px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/*New Search tab*/
.back-page-wrapper.desktop {
  display: flex;
  margin-top: 24px;
}

.back-page-wrapper.desktop .back-arrow {
  width: 13%;
}

.back-page-wrapper.desktop .menu_list_wrapper {
  width: 80%;
  margin: 0px 16.5px;
}

.modal-image-cropsec .modal-dialog {
  max-width: 500px;
  margin: 30px auto;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.modal-image-cropsec .modal-content {
  max-height: 500px;
  padding: 15px;
  border-radius: 10px;
}

.upload-file-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.modal-image-cropsec .imageBox {
  position: relative;
  height: Calc(100% - 40px);
  width: Calc(100% - 40px);
  margin: 20px auto;
  border: 1px solid #aaa;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: move;
  box-shadow: none;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
}

.modal-image-cropsec .imageBox .thumbBox {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-image-cropsec .upload-wapper {
  position: relative;
  top: 0;
  background-color: #50c8ff;
  text-align: center;
  border: none;
  display: inline-block;
  color: #fff;
  padding: 20px;
  width: 100%;
}

.modal-image-cropsec .upload-wapper #upload-file {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal-image-cropsec .tools {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 18px 10px;
  text-align: right;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.modal-image-cropsec .upload-wapper #upload-file {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.modal-image-cropsec .cr-slider {
  -webkit-appearance: none;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  width: 100%;
}

.modal-image-cropsec input[type="range"] {
  flex: 1;
  flex-basis: 100%;
  cursor: e-resize;
}

.modal-image-cropsec .cr-slider:focus {
  outline: none;
}

.modal-image-cropsec .cr-slider {
  -webkit-appearance: none;
  width: 300px;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.modal-image-cropsec .cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.modal-image-cropsec .cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.modal-image-cropsec .cr-slider:focus {
  outline: none;
}

.token-lists {
  text-align: center;
  padding: 65px 15px 168px;
}

@media (max-width: 1260px) {
  .token-lists {
    padding: 40px 15px 0px;
  }
}

@media (max-width: 767px) {
  .token-lists {
    padding: 30px 15px 0px;
  }
}

.empty-page-sec {
  width: 100%;
  padding: 80px 20px;
  text-align: center;
}
.empty-page-title {
  font-size: 18px;
  font-weight: 700;
  color: #42474f;
  padding-top: 20px;
}
.empty-page-message {
  font-size: 14px;
  font-weight: normal;
  color: #808080;
}

.text-mute {
  color: #cecece;
}

.react-tel-input .open {
  right: unset !important;
}
.react-tel-input.is-invalid .form-control,
.react-tel-input.is-invalid .flag-dropdown {
  border: 1px solid #ca0b0b;
}
.react-tel-input .form-control {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 55px;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}
.react-tel-input .flag-dropdown {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px 0 0 5px;
}

.back-arrow.search-arrow {
  display: none;
}
.toki-logo {
  width: 104px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1081px) {
  header nav .search-box-input {
    right: 230px;
    position: fixed;
  }
  header nav .navbar-nav li:hover {
    background-color: #e33685 !important;
    border-radius: 40px;
    transition: 0.3s ease-in;
  }
  header nav .navbar-nav li:hover a {
    color: #fff !important;
  }
}
.user-info-wrapper {
  position: relative;
}
.user-info-wrapper .user-name img {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -70%);
}
header .navbar-default .navbar-nav > .active > a {
  color: #fff;
}

.skeleton {
  height: 264px;
}

.skeleton .image {
  height: 145px;
}

.skeleton h4,
.skeleton h5 {
  height: 21px;
}

.skeleton .content {
  height: 147px;
  width: 100%;
}

.skeleton .image,
.skeleton h4,
.skeleton h5 {
  background-color: #ededed;
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s skeleton ease-in-out infinite;
}

@keyframes skeleton {
  to {
    background-position-x: -20%;
  }
}

.common-modal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.common-modal h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  margin: 0px;
}
.common-modal p {
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}

#desktopNavBar {
  display: flex;
  z-index: 99;
}
#myNavbar:has(input:focus) #search-form-wrapper {
  z-index: 999;
}

.not-found-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.empty-results .sc-bottom {
  width: 100%;
}

.tag-modal-name__tag {
  position: relative;
}

#result {
  background: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 153px;
  box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 7px;
}

#result ul {
}

#result li {
  color: #000;
}

.sort-by {
  position: absolute;
  z-index: 1;
  padding-left: 16px;
  top: 33%;
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.show-container {
  z-index: 1;
}

#result li a {
  width: 100%;
  display: block;
  padding: 6px 5px;
  line-height: 24px;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.search-page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.results-count {
  color: #303030;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-right: auto;
}

.pagination > li > a,
.pagination > li > span {
  color: #303030;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100% !important;
  background: #fdf2f7;
  border: 0px;
  padding: 8px;
  margin: 0px 8px;
  width: 40px;
  height: 40px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #ffffff;
  background: #e33685;
}

.pagination > li a span img {
  vertical-align: baseline;
}

.skip-left {
  transform: rotate(180deg);
}

/* Responsive Updates */
@media screen and (min-height: 1000px) {
  body:not(.homepage-toki, .manage-show-listing, .seller-upload-page, .page-item-list) {
    zoom: 125%;
  }
}
@media screen and (max-width: 900px) {
  .toki-logo {
    display: none !important;
  }
}

.search-listings-input {
  background: url(../images/search-icon-black.svg) 14px 14px;
  background-repeat: no-repeat;
  border-radius: 20px;
  background-color: #f0f0f0;
  height: 40px;
  font-size: 16px;
  border: none;
  background-position: 10px 8px;
  padding-left: 40px;
  font-weight: normal;
  color: #000;
}

/* UI Optimization updates */
header #createBtn {
  padding: 0 24px 0 16px;
}
#cardFilterWrapper {
  margin-top: 80px;
}
.page-store .showdate-pill {
  background-color: rgb(253, 242, 247);
  color: rgb(227, 54, 133);
  font-weight: 500;
  border-radius: 50px;
  font-size: 13px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 6px;
  height: 28px;
}
.page-store .show-card {
  width: 204px;
  max-width: 204px;
  height: 420px;
  border-radius: 12px;
  position: relative;
}
.page-store .show-card .overlay-show {
  display: none;
}
.page-store .show-card-container {
  width: initial;
  position: static;
  padding: 10px;
  height: 324px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 64px 32px inset;
  cursor: pointer;
  background-size: contain !important;
}
.page-store .show-card-container .show-card-title {
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
  cursor: pointer;
  color: #000;
  min-height: 40px;
  line-height: normal;
}
.page-store .show-card-container .bottom {
  bottom: 10px;
}
.page-store .show-card-container .bottom span {
  font-size: 14px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px 0px 0px 8px;
  font-weight: 400;
  color: #000;
}
.page-store .show-container .row {
  padding: 0;
}
.page-seller:has(.ship-disabled__tooltip) .react-tooltip-lite {
  background-color: #303030;
  color: #fff;
  border-radius: 4px;
  left: 420px !important;
}
.page-seller:has(.ship-disabled__tooltip) .react-tooltip-lite-arrow {
  display: none;
}
.page-seller:has(.ship-disabled__tooltip) .react-tooltip-lite {
  background-color: #303030;
  color: #fff;
  border-radius: 4px;
  left: 420px !important;
}
.page-seller:has(.ship-disabled__tooltip) .react-tooltip-lite-arrow {
  display: none;
}
@media screen and (min-width: 769px) {
  header nav .fixed-navigator-bar {
    padding: 13px 5px;
    height: 80px;
  }
  /* .slider__slide img {
		height: 178px
	} */
  #search-input-text {
    width: 100%;
    border-radius: 20px;
    cursor: text;
    height: 44px;
    background-color: #f0f0f0;
    background-position: 10px 8px;
    filter: none;
    padding-left: 35px;
  }
}
@media screen and (min-width: 1280px) {
  #search-input-text,
  #search-input-text:focus {
    width: 282.33px;
    height: 40px;
  }
}
@media screen and (max-width: 1000px) and (min-height: 1000px) {
  .popup-area.new-show {
    bottom: 20%;
  }
  .popup-area.new-show .copy-link svg {
    top: 38px;
  }
}
@media screen and (max-width: 768px) {
  header nav .fixed-navigator-bar {
    padding: 0 5px;
  }
  .homepage-toki .navbar-toggle,
  header .navbar-toggle {
    padding: 0 10px;
  }
}
@media screen and (max-width: 475px) {
  header nav .fixed-navigator-bar {
    height: 45px;
    display: flex;
    align-items: center;
  }
  header nav .fixed-navigator-bar .container-fluid {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header nav .fixed-navigator-bar .container-fluid .navbar-header {
    width: 100%;
  }
  header nav .navbar-toggle img {
    max-height: 24px;
    max-width: 24px;
  }
  .show-page {
    zoom: 100% !important;
  }
  .navbar {
    min-height: 45px !important;
  }
  #search-input-text {
    height: 40px;
  }
  .search-box-input.active {
    padding: 0;
  }

  #search-input-text {
    margin: 2.5px 0;
    height: 35px;
  }
  #search-input-text:focus {
    background-position: 10px 4px;
    margin: 2.5px 0;
  }
  #cardFilterbtn {
    justify-content: flex-start;
    margin-bottom: -5px;
  }
  #cardFilterWrapper {
    margin-top: 45px;
  }
}

/* mini ipad 768 dimensions  */
@media (width: 768px) {
  #hamburgerMenu {
    margin-top: 10px;
  }
}
