#menu-toggle:checked + #menu {
	display: block;
}

.hover\:grow {
	transition: all 0.3s;
	transform: scale(1);
}

.hover\:grow:hover {
	transform: scale(1.02);
}

.carousel-open:checked + .carousel-item {
	position: static;
	opacity: 100;
}

.carousel-item {
	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
	display: block;
}

.carousel-indicators {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
	color: #000;
	/*Set to match the Tailwind colour you want the active one to be */
}

.header-height {
	height: 15rem;
}

.fb-login-btn {
	display: inline-block;
	color: #fff;
	padding: 12px 20px;
	border-radius: 5px;
	background-color: #4267b2;
	font-size: 18px;
	line-height: 20px;
}

.spinner {
	margin: 20px auto 0;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #6f2def;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* Make clicks pass-through */
#nprogress {
	pointer-events: none;
}

#nprogress .bar {
	background: #29d;

	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;

	width: 100%;
	height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1;

	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
	display: none;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px;
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;

	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;

	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
	position: absolute;
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes nprogress-spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.home-corousel {
	overflow: hidden;
}

.carousel-btn {
	display: none;
	padding: 0;
	border-color: #eee;
	color: #666;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.25);
}

.home-corousel:hover .carousel-btn {
	display: block;
	background-color: #fff;
}

.carousel-btn i {
	font-size: 18px;
	position: relative;
	color: #666;
	top: 10px;
}

.carousel-btn i.left {
	left: -2px;
}

.carousel-btn i.right {
	left: 2px;
}

.paging-dot {
	width: 30px;
	padding: 2px 0;
	border-radius: 10px;
	height: 2px;
	position: relative;
	margin: 0px 8px;
	background: none;
	transition: all 200ms ease-in-out 0s;
	background-color: #fff;
}

.active {
	font-weight: 500;
}

.sidenav.open-side .sidebar-overlay {
	opacity: 0.8;
	visibility: visible;
}

.has-submenu {
	padding-right: 40px;
}

.global-share-button {
	/* bottom: 10px;
      right: 10px;
      display: block;
      position: absolute;
      z-index: 9;
      width: 22px;
      height: 22px;
      background-image: url(/static/images/facebook.png);
      background-repeat: no-repeat;
      background-size: 22px 22px;
      background-position: center; */
	background-color: #fff;
}

/* ajildgu css */

.category_select {
	-webkit-user-select: none;
	user-select: none;
}

.slick-next {
	right: 5px !important;
}

.text-wrap {
	text-wrap: wrap;
}
