:root {
	--kalahub-primary-color: #ff324d;
	--kalahub-secondary-color: #666666;
	--kalahub-success-color: #28a745;
	--kalahub-warning-color: #ff9f00;
	--kalahub-danger-color: #dc3545;
	--kalahub-info-color: #17a2b8;
	--kalahub-dark-color: #343a40;
	--kalahub-light-color: #f8f9fa;
	--kalahub-white-color: #ffffff;
	--kalahub-black-color: #000000;
	--kalahub-background-color: #ffffff;
	--kalahub-card-background-color: #dddddd;
	--kalahub-search-background-color: rgb(255,255,255,0.95);

	--kalahub-footer-text-color: #ffffff;
	--kalahub-footer-background-color: #202325;
	--kalahub-footer-border-color: rgba(255,255,255,.1);
	--kalahub-text-color: #292b2c;
	--kalahub-text-sub-color: #687188;
	--kalahub-text-light-color: #c8cbcc;
	--kalahub-title-color: #292b2c;
	--kalahub-link-color: #292b2c;
	--kalahub-link-active-color: #ff324d;

	--kalahub-border-color: #eeeeee;
	--kalahub-border-sub-color: #dfdfdf;
	--kalahub-tooltip-color: #292b2c;
	--kalahub-breadcrumb-color: #f7f8fb;
	--kalahub-action-background-color: #fff1f1;
	--kalahub-main-shadow: 0 0 10px #0000001a;

	--kalahub-table-color: #292b2c;
	--kalahub-table-head-color: #ffffff;
	--kalahub-table-light-color: #c8cbcc;
	--kalahub-table-border-color: #eeeeee;
	--kalahub-table-stripe-bg: #fafafa;
	--kalahub-table-hover-bg: #f1f1f1;
	--kalahub-tab-border-color: #dee2e6;
}

/**
 * FONT
 */
@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/pelak-thin.woff2) format('woff2'), url(../fonts/pelak-thin.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/pelak-semibold.woff2) format('woff2'), url(../fonts/pelak-semibold.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/pelak-regular.woff2) format('woff2'), url(../fonts/pelak-regular.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/pelak-medium.woff2) format('woff2'), url(../fonts/pelak-medium.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/pelak-light.woff2) format('woff2'), url(../fonts/pelak-light.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/pelak-extrabold.woff2) format('woff2'), url(../fonts/pelak-extrabold.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/pelak-bold.woff2) format('woff2'), url(../fonts/pelak-bold.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 800;
	src: url(../fonts/pelak-black.woff2) format('woff2'), url(../fonts/pelak-black.woff) format('woff');
	font-display: swap;
}

/**
 * GENERAL
 */
html {
	font-family: 'Pelak', tahoma, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 12px;
}

body {
    direction: rtl;
    unicode-bidi: embed;
	overflow-x: hidden;
    position: relative;
	height: 100%;
	color: var(--kalahub-text-color);
	background-color: var(--kalahub-background-color);
	font-size: 1.08rem;
	font-weight: 400;
	line-height: 1.8rem;
	text-align: start;
	scroll-behavior: smooth;
	word-wrap: break-word;
}

a {
	color: var(--kalahub-link-color);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--kalahub-link-active-color);
	text-decoration: none;
}

a:focus,
button:focus {
	outline: 0;
}

body,
button,
input,
select,
textarea {
    font-family: 'Pelak', tahoma, sans-serif;
	font-weight: 400;
}

a,
area,
button,
input,
label,
select,
summary,
textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: var(--kalahub-text-sub-color);
	font-family: 'Pelak', tahoma, sans-serif;
}

:-moz-placeholder {
	color: var(--kalahub-text-sub-color);
	font-family: 'Pelak', tahoma, sans-serif;
}

::-moz-placeholder {
	color: var(--kalahub-text-sub-color);
	font-family: 'Pelak', tahoma, sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: var(--kalahub-text-sub-color);
	font-family: 'Pelak', tahoma, sans-serif;
}

b,
strong {
    font-weight: 600;
}

img,
object,
figure,
iframe,
embed {
    max-width: 100%;
    height: auto;
	border: 0;
}

legend {
    font-size: 1.2rem;
    font-weight: 600;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

table {
	width: 100%;
	vertical-align: middle;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

textarea {
	resize: vertical;
}

label {
	color: var(--kalahub-text-color);
	font-size: 1.1rem;
	font-weight: 500;
}

blockquote {
	display: block;
	position: relative;
	width: 100%;
    margin: 1rem 0;
	padding: 1rem;
	color: var(--kalahub-text-color);
	background-color: var(--kalahub-light-color);
    font-size: 1.2rem;
    line-height: 2.2;
    border-right: 2px solid var(--kalahub-primary-color);
}

blockquote p:last-child {
	margin: 0;
}

/**
 * HELPERS
 */
.ltr {
    direction: ltr;
}

.transition {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.bold-300 {
	font-weight: 300 !important;
}

.bold-400 {
	font-weight: 400 !important;
}

.bold-500 {
	font-weight: 500 !important;
}

.bold-600 {
	font-weight: 600 !important;
}

.bold-900 {
	font-weight: 900 !important;
}

.font-1 {
	font-size: 0.5rem !important;
}

.font-2 {
	font-size: 0.6rem !important;
}

.font-3 {
	font-size: 0.7rem !important;
}

.font-4 {
	font-size: 0.8rem !important;
}

.font-5 {
	font-size: 0.9rem !important;
}

.font-6 {
	font-size: 1rem !important;
}

.font-7 {
	font-size: 1.08rem !important;
}

.font-8 {
	font-size: 1.16rem !important;
}

.font-9 {
	font-size: 1.25rem !important;
}

.font-10 {
	font-size: 1.33rem !important;
}

.font-11 {
	font-size: 1.41rem !important;
}

.font-12 {
	font-size: 1.5rem !important;
}

.font-13 {
	font-size: 1.66rem !important;
}

.font-14 {
	font-size: 1.83rem !important;
}

.font-15 {
	font-size: 2rem !important;
}

.font-16 {
	font-size: 2.33rem !important;
}

.font-17 {
	font-size: 2.66rem !important;
}

.font-18 {
	font-size: 3rem !important;
}

.font-19 {
	font-size: 3.33rem !important;
}

.font-20 {
	font-size: 5rem !important;
}

.line-1 {
	line-height: 1em !important;
}

.line-15 {
	line-height: 1.5em !important;
}

.line-2 {
	line-height: 2em !important;
}

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis-2,
.ellipsis-3 {
    line-height: 2rem;
    max-height: 4rem;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-3 {
    max-height: 6rem;
    -webkit-line-clamp: 3;
}

.no-shadow,
.no-shadow:hover,
.no-shadow:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.pointer {
	cursor: pointer;
}

.no-decoration,
.no-decoration:hover,
.no-decoration:focus {
	text-decoration: none !important;
}

.line-through {
	text-decoration: line-through;
}

.text-justify {
	text-align: justify;
}

.bg-contain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.z2 {
	z-index: 2;
}

.z3 {
	z-index: 3;
}

.text-black {
	color: var(--kalahub-black-color) !important;
}

.text-white {
	color: var(--kalahub-white-color) !important;
}

.text-gray {
	color: var(--kalahub-secondary-color) !important;
}

.bg-black {
	background-color: var(--kalahub-black-color) !important;
}

.bg-white {
	background-color: var(--kalahub-white-color) !important;
}

.border-gray {
	border-color: var(--kalahub-border-color) !important;
}

.size-24 {
	width: 24px;
	height: 24px;
}

.size-32 {
	width: 32px;
	height: 32px;
}

.size-48 {
	width: 48px;
	height: 48px;
}

.size-64 {
	width: 64px;
	height: 64px;
}

.size-128 {
	width: 128px;
	height: 128px;
}

.fit-nums {
	font-variant-numeric: tabular-nums;
}

.preline {
    white-space: pre-line;
}

/**
 * SWIPER
 */
.swiper-button-next:not(.swiper-button-red),
.swiper-button-prev:not(.swiper-button-red) {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    color: var(--kalahub-dark-color);
}

.swiper-button-next:not(.swiper-button-red):after,
.swiper-button-prev:not(.swiper-button-red):after {
	font-size: 2rem;
}

.swiper-button-next:not(.swiper-button-red),
.swiper-rtl .swiper-button-prev:not(.swiper-button-red) {
    right: 0;
	left: auto;
}

.swiper-button-prev:not(.swiper-button-red),
.swiper-rtl .swiper-button-next:not(.swiper-button-red) {
    left: 0;
	right: auto;
}

.swiper-button-red {
    top: 50%;
    width: 4rem;
    height: 4rem;
	margin: 0;
    transform: translateY(-50%);
    color: var(--kalahub-black-color);
    background: var(--kalahub-white-color);
    box-shadow: var(--kalahub-main-shadow);
	transition: 0.2s all ease-in-out;
    opacity: 0;
}

.swiper:hover > .swiper-button-red {
	opacity: 1;
}

.swiper-button-red:after {
	font-size: 1.8rem;
}

.swiper-button-red:hover,
.swiper-button-red:focus {
	color: var(--kalahub-white-color);
	background: var(--kalahub-primary-color);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none !important;
}

.swiper:not(.swiper-initialized) {
	display: none !important;
}

/**
 * BOOTSTRAP
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: var(--kalahub-title-color);
	line-height: 2em;
}

.nav-link {
	color: var(--kalahub-link-color);
}

.nav-link:hover,
.nav-link:focus {
	color: var(--kalahub-link-active-color);
}

.btn {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2rem;
}

.form-control,
.form-select {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 3rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(4.5rem + 2px);
}

.form-floating > textarea.form-control {
	min-height: calc(4.5rem + 2px);
	height: 100px;
}

.form-floating>label {
	padding: 1.5rem 0.75rem;
	font-size: 12px;
	font-weight: 400;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: scale(.85) translateY(-0.75rem) translateX(-0.15rem);
}

.tooltip {
	font-size: 1rem;
	font-family: 'Pelak', tahoma, sans-serif;
}

.tooltip > .tooltip-inner {
	background-color: var(--kalahub-tooltip-color);
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: var(--kalahub-tooltip-color);
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: var(--kalahub-tooltip-color);
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: var(--kalahub-tooltip-color);
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: var(--kalahub-tooltip-color);
}

.dropdown-menu {
	min-width: 18rem;
	max-width: 100%;
	background-color: var(--kalahub-white-color);
    color: var(--kalahub-text-color);
	border-color: var(--kalahub-border-color);
	border-radius: 0;
}

.dropdown-menu a.dropdown-item {
	color: var(--kalahub-link-color);
	background: transparent;
}

.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item:focus,
.dropdown-menu a.dropdown-item:active {
	color: var(--kalahub-link-color);
	background: transparent;
}

.input-group-text {
	color: var(--kalahub-text-color) !important;
	background-color: var(--kalahub-breadcrumb-color) !important;
}

.btn {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	color: var(--kalahub-white-color) !important;
	background-color: var(--kalahub-primary-color) !important;
	border: 2px solid var(--kalahub-primary-color) !important;
}

.btn-primary:hover,
.btn-primary:focus {
	transform: translateY(-.2rem);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
	color: var(--kalahub-white-color) !important;
	background-color: var(--kalahub-secondary-color) !important;
	border: 2px solid var(--kalahub-secondary-color) !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
	transform: translateY(-.2rem);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--kalahub-link-active-color);
    background-color: transparent;
}

.nav-tabs {
	border-color: var(--kalahub-tab-border-color);
}

.nav-tabs .nav-link {
	display: block;
	padding: 1rem 1.5rem;
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid transparent;
	text-align: center;
}

.nav-tabs .nav-link:hover {
	color: var(--kalahub-primary-color);
	border-color: transparent;
}

.nav-tabs .nav-link.active {
	color: var(--kalahub-primary-color);
	border-color: var(--kalahub-primary-color);
}

.text-primary {
    color: var(--kalahub-primary-color) !important;
}

.text-secondary {
    color: var(--kalahub-secondary-color) !important;
}

.text-success {
    color: var(--kalahub-success-color) !important;
}

.text-warning {
    color: var(--kalahub-warning-color) !important;
}

.text-danger {
    color: var(--kalahub-danger-color) !important;
}

.text-info {
    color: var(--kalahub-info-color) !important;
}

.text-dark {
    color: var(--kalahub-dark-color) !important;
}

.text-light {
    color: var(--kalahub-light-color) !important;
}

.bg-primary {
    background-color: var(--kalahub-primary-color) !important;
}

.bg-secondary {
    background-color: var(--kalahub-secondary-color) !important;
}

.bg-success {
    background-color: var(--kalahub-success-color) !important;
}

.bg-warning {
    background-color: var(--kalahub-warning-color) !important;
}

.bg-danger {
    background-color: var(--kalahub-danger-color) !important;
}

.bg-info {
    background-color: var(--kalahub-info-color) !important;
}

.bg-dark {
    background-color: var(--kalahub-dark-color) !important;
}

.bg-light {
    background-color: var(--kalahub-light-color) !important;
}

.border {
	border-color: var(--kalahub-border-color) !important;
}

.border-success {
	border-color: var(--kalahub-success-color) !important;
}

.border-danger {
	border-color: var(--kalahub-danger-color) !important;
}

.border-warning {
	border-color: var(--kalahub-warning-color) !important;
}

.border-info {
	border-color: var(--kalahub-info-color) !important;
}

.border-primary {
	border-color: var(--kalahub-primary-color) !important;
}

.border-secondary {
	border-color: var(--kalahub-secondary-color) !important;
}

.border-dark {
	border-color: var(--kalahub-dark-color) !important;
}

.border-light {
	border-color: var(--kalahub-light-color) !important;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--kalahub-table-hover-bg);
}

/**
 * ANIMATIONS
 */
@-webkit-keyframes card-loader {
	100% {transform: translateX(100%)}
}

@-moz-keyframes card-loader {
	100% {transform: translateX(100%)}
}

@-ms-keyframes card-loader {
	100% {transform: translateX(100%)}
}

@-o-keyframes card-loader {
	100% {transform: translateX(100%)}
}

@keyframes card-loader {
	100% {transform: translateX(100%)}
}

.card-loader {
	display: block;
	position: relative;
	width: 100%;
	height: 2rem;
	background: var(--kalahub-card-background-color);
}

.card-loader:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: card-loader 0.8s infinite;
}

.card-loader.fast:after {
	animation-duration: 0.5s;
}

.card-loader.slow:after {
	animation-duration: 2s;
}

/**
 * WRAPPER
 */
#app-wrapper {
	min-height: 100vh;
}


/**
 * DEFAULT HEADER
 */
.app-header {
	position: relative;
	color: var(--kalahub-text-color);
	background-color: var(--kalahub-background-color);
	border-bottom: 1px solid var(--kalahub-border-color);
	transform: translateY(0);
	transition: 0.4s transform;
	will-change: transform;
}

.app-fixed-header {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 99;
}

.app-fixed-header.hide {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.app-default-header .top-nav .nav-link .bicon {
	position: relative;
	top: 3px;
	left: 1px;
	font-size: 1.25rem;
}

.app-default-header img.logo {
	max-width: 5rem;
	height: 3rem;
	object-fit: contain;
}

.app-default-header .app-title {
	line-height: 3rem;
}

.app-default-header .nav-link .icon {
	width: 2rem;
	height: 2rem;
	color: var(--kalahub-text-color);
}

.app-default-header .nav-link.cart .cnt {
	right: 0;
	top: 0.5rem;
	width: 8px;
	height: 8px;
	background: var(--kalahub-primary-color);
}

.app-default-header .main-nav {
	margin-bottom: -1px;
}

.app-default-header .main-nav .nav-link {
	padding: 14px 0;
	color: var(--kalahub-link-color);
	border-bottom: 3px solid transparent;
}

.app-default-header .main-nav .nav-item:hover .nav-link,
.app-default-header .main-nav .nav-link:hover,
.app-default-header .main-nav .nav-link:focus,
.app-default-header .main-nav .nav-link:active,
.app-default-header .main-nav .nav-link.active {
	color: var(--kalahub-link-active-color);
	border-color: var(--kalahub-black-color);
}

.app-default-header .dropdown-menu {
	margin-top: 3px !important;
}

.app-default-header .cart-dropdown {
	min-width: 28rem;
	max-height: 28rem;
	overflow-y: auto;
}

.app-default-header .cart-item .col-auto:not(.flex-fill) {
	width: 80px;
	min-width: 80px;
}

.app-default-header .sub-menu {
	display: none;
	right: 0;
	left: 0;
	top: 100%;
    color: var(--kalahub-text-color);
    background-color: var(--kalahub-white-color);
	border-top: 1px solid var(--kalahub-border-color);
    box-shadow: 0 20px 24px rgb(0 0 0 / 10%);
	pointer-events: none;
    z-index: 95;
}

.app-default-header .sub-menu.simple {
	right: auto;
	left: auto;
	width: 20rem;
	border: 1px solid var(--kalahub-border-color);
    box-shadow: none;
}

.app-default-header .main-nav .nav-item:hover .sub-menu {
	display: block;
	pointer-events: all;
}

.app-default-header .nav-item .third-menu {
	display: none;
	width: 20rem;
	right: 100%;
	top: -1rem;
    color: var(--kalahub-text-color);
    background-color: var(--kalahub-white-color);
	border: 1px solid var(--kalahub-border-color);
    box-shadow: 0 20px 24px rgb(0 0 0 / 10%);
	pointer-events: none;
    z-index: 95;
}

.app-default-header .nav-item:hover > .third-menu {
	display: block;
	pointer-events: all;
}

.app-default-header .sub-menu .nav-col {
	min-width: 15rem;
	max-width: 100%;
}

.app-header-filler {
	height: 100.59px;
}

/**
 * SEARCH WRAPPER
 */
.app-search-wrapper {
	right: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	color: var(--kalahub-text-color);
	background: var(--kalahub-search-background-color);
	transform: translateX(-100vw);
	will-change: transform;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 999;
}

.app-search-wrapper.show {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.app-search-wrapper .search-head {
	color: var(--kalahub-text-color);
	background-color: var(--kalahub-white-color);
	border-bottom: 1px solid var(--kalahub-border-color);
}

.app-search-wrapper .trend-item {
	color: var(--kalahub-text-color);
	background-color: var(--kalahub-white-color);
	border: 1px solid var(--kalahub-border-color);
}

.app-search-wrapper .trend-item:hover,
.app-search-wrapper .trend-item:focus,
.app-search-wrapper .trend-item:active {
	border-color: var(--kalahub-black-color);
}

/**
 * MAIN SLIDER
 */
.app-slider .swiper-slide .container {
	height: 400px;
	overflow: hidden;
}

.app-slider .swiper-slide .tip {
	background: rgba(255,255,255,0.8);
}

.app-slider .swiper-slide .title {
	background: rgba(0,0,0,0.8);
}

/**
 * FEATURED CATEGORIES
 */
.app-featured-cats .category-item .item-image {
	width: 100%;
	height: 24rem;
	object-fit: cover;
}

.app-featured-cats .category-item .item-content {
	right: 0;
	left: 0;
	bottom: 0;
}

.app-featured-cats .category-item .item-title {
	background: rgba(255,255,255,0.5);
}

.app-featured-cats .category-item .item-link:before {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 7px;
    background-color: #ff324d33;
    width: 100%;
    z-index: -1;
}

@media (min-width: 992px) {
    .app-featured-cats .col-lg-auto {
        width: 50%;
        max-width: 50%;
    }

    .app-featured-cats .col-lg-auto:nth-child(3),
    .app-featured-cats .col-lg-auto:nth-child(4),
	.app-featured-cats .col-lg-auto:nth-child(5),
	.app-featured-cats .col-lg-auto:nth-child(8),
	.app-featured-cats .col-lg-auto:nth-child(9),
	.app-featured-cats .col-lg-auto:nth-child(10) {
        width: 33.333%;
        max-width: 33.333%;
    }
}

/**
 * FOOTER
 */
.app-default-footer {
	color: var(--kalahub-footer-text-color);
	background-color: var(--kalahub-footer-background-color);
}

.app-default-footer .widget-title {
	color: var(--kalahub-footer-text-color);
}

.app-default-footer a {
	color: var(--kalahub-footer-text-color);
}

.app-default-footer a:hover,
.app-default-footer a:focus {
	color: var(--kalahub-link-active-color);
}

.app-default-footer .footer-widget ul,
.app-default-footer .footer-widget ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.app-default-footer .footer-widget ul li:not(:last-child) {
	margin-bottom: 0.5rem;
}

.app-default-footer .footer-widget ul a {
	font-weight: 300;
	line-height: 2;
}

.app-default-footer .bottom-row {
	border-top: 1px solid var(--kalahub-footer-border-color);
}

.app-newsletter {
	color: var(--kalahub-white-color);
	background-color: var(--kalahub-primary-color);
}

/**
 * ARCHIVE
 */
@media(max-width: 575px) {
	.app-archive .archive-col {
		width: 50%;
		max-width: 50%;
	}
}

@media(max-width: 399px) {
	.app-archive .archive-col {
		width: 100%;
		max-width: 100%;
	}
}

/**
 * PRODUCTS
 */
.app-products .product-item {
	box-shadow: var(--kalahub-main-shadow);
}

.app-products .product-item .item-badge .badge {
	top: 1rem;
	right: 1rem;
	z-index: 2;
}

.app-products .product-item .item-badge .badge:nth-child(2) {
	top: 3rem;
}

.app-products .product-item .item-badge .badge:nth-child(3) {
	top: 5rem;
}

.app-products .product-item .item-badge .badge:nth-child(4) {
	top: 7rem;
}

.app-products .product-item .item-image {
	padding-bottom: 100%;
}

.app-products-slider .product-item .item-title {
	height: 51px;
	overflow: hidden;
}

.app-products .product-item .item-image img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.app-products .product-item .with-actions:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 3;
}

.app-products .product-item .item-actions {
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    opacity: 0;
	z-index: 4;
}

.app-products .product-item .item-actions .nav-item .btn  {
	color: var(--kalahub-black-color);
	background-color: var(--kalahub-white-color);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
	transition: all 0.4s ease-in-out;
}

.app-products .product-item .item-actions .nav-item:nth-child(2) .btn {
	transition: all 0.5s ease-in-out;
}

.app-products .product-item .item-actions .nav-item .btn:hover,
.app-products .product-item .item-actions .nav-item .btn:focus {
	color: var(--kalahub-white-color);
	background-color: var(--kalahub-primary-color);
}

.app-products .product-item .item-price .sale-price {
	color: var(--kalahub-primary-color);
}

.app-products .product-item:hover .item-image:after,
.app-products .product-item:hover .item-actions {
	opacity: 1;
}

.app-products .product-item:hover .item-actions .nav-item .btn  {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

/**
 * POSTS
 */
.app-posts .post-item {
	box-shadow: var(--kalahub-main-shadow);
}

.app-posts .post-item .item-image {
	padding-bottom: 70%;
}

.app-posts .post-item .item-image img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

/**
 * CATEGORIES SLIDER
 */
.app-categories-slider .swiper-slide {
	max-width: 245px;
}

/**
 * CHILDREN SLIDER
 */
.app-children-slider .swiper-slide {
	max-width: 100px;
}

.app-children-slider .child-item img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.app-children-slider .child-item .cat-icon {
	font-size: 48px;
    width: 56px;
    height: 56px;
}

/**
 * TESTIMONIALS
 */
.app-testimonials {
	padding: 6rem 0;
	background-color: var(--kalahub-action-background-color);
}

.app-testimonials-wrapper {
	width: 700px;
	max-width: 100%;
}

.app-testimonials .item-image {
	object-fit: cover;
}

/**
 * PROS
 */
.app-pros .pros-item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background-color: var(--kalahub-border-color);
}

.app-pros .col-12:first-child .pros-item:before {
	content: none;
}

@media(max-width:767px) {
	.app-pros .pros-item:before {
		right: 0;
		left: 0;
	    top: 0;
	    bottom: auto;
	    width: 100%;
		height: 1px;
	}
}

/**
 * MOBILE MENU
 */
.mm-menu,
.mm-navbar,
.mm-listitem__btn,
.mm-listitem__text {
	color: var(--kalahub-text-color);
}

.mm-menu a,
.mm-menu a:link,
.mm-menu a:visited {
	color: var(--kalahub-link-color);
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
}

.mm-menu a:active,
.mm-menu a:focus,
.mm-menu a:hover {
	color: var(--kalahub-link-active-color);
}

.mm-btn--next:after,
.mm-btn--prev:before {
	border-color: var(--kalahub-link-color);
}

.mm-menu .mm-counter {
	color: var(--kalahub-text-light-color);
}

.mm-navbar {
	border-color: var(--kalahub-border-color);
}

.mm-listitem:after {
	border-color: var(--kalahub-border-color);
	inset-inline-start: 0;
}

.mm-navbar__title>span {
	padding: 1.6rem 0;
	font-weight: 600;
	font-size: 1.6rem;
}

/**
 * BREADCRUMB
 */
.app-breadcrumb {
	padding: 4rem 0;
	background-color: var(--kalahub-breadcrumb-color);
}

.app-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: var(--kalahub-text-light-color);
}

/**
 * BACKDROP
 */
.app-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 996!important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

/**
 * SORT & FILTERS BAR
 */
.app-sort-bar .form-control,
.app-sort-bar .form-select {
	width: 18rem;
	max-width: 100%;
}

.app-sidebar {
	position: sticky;
	top: 1rem;
}

.app-sidebar .app-widget:not(:last-child) {
	border-bottom: 1px solid var(--kalahub-border-color);
}

.app-widget ul.selected-list {
    list-style: none;
}

.app-widget ul.selected-list a.filter-remove,
.app-widget ul.selected-list span.filter-counter {
	color: var(--kalahub-link-color);
	background-color: var(--kalahub-breadcrumb-color);
	border: 1px dashed var(--kalahub-text-light-color);
}

.app-widget ul.selected-list a.filter-remove .bx {
	position: relative;
	top: 2px;
}

.app-widget ul.selected-list a.filter-reset {
	text-decoration: underline;
}

.app-widget .form-control {
	max-width: 90px;
}

@media( max-width: 991px )
{
	.app-filters-col {
		position: fixed;
		right: -20rem;
		top: 0;
		bottom: 0;
		width: 20rem;
		max-width: 90%;
		background: var(--kalahub-white-color);
		padding: 2rem 1rem 0;
		overflow-x: hidden;
		overflow-y: auto;
		transition: all .2s ease-in-out;
		z-index: 999;
	}

	.filters-opened {
		overflow: hidden;
		height: 100vh;
	}

	.filters-opened .app-backdrop {
		pointer-events: all;
		opacity: 1;
		visibility: visible;
	}

	.filters-opened .app-filters-col {
		right: 0;
	}
}

/**
 * PAGINATION
 */
.app-pagination .page-item {
	padding: 3px;
}

.app-pagination .page-item .page-link {
    height: 40px;
    width: 40px;
    padding: 0;
	color: var(--kalahub-text-sub-color);
    line-height: 40px;
    text-align: center;
    border: 2px solid #dee2e6;
    border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.app-pagination .page-item .page-link .bx {
	line-height: 36px;
}

.app-pagination .page-item.active .page-link,
.app-pagination .page-item .page-link.active,
.app-pagination .page-item .page-link:active,
.app-pagination .page-item .page-link:hover,
.app-pagination .page-item .page-link:focus {
	color: var(--kalahub-white-color);
	background-color: var(--kalahub-primary-color);
	border-color: var(--kalahub-primary-color);
}

.app-pagination .page-item.active .page-link,
.app-pagination .page-item .page-link.active,
.app-pagination .page-item.disabled .page-link,
.app-pagination .page-item .page-link.disabled {
    cursor: not-allowed;
}

/**
 * ERROR PAGE
 */
.error-page .error-title {
	font-size: 12rem;
}

/**
 * FAQ PAGE
 */
.accordion-item {
	margin-bottom: 1.5rem;
	color: var(--kalahub-text-color);
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.accordion-item:not(:last-of-type) .accordion-header {
	border-bottom: 1px solid var(--kalahub-border-sub-color);
}

.accordion-item .accordion-button {
	padding: 0 1rem 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2rem;
	color: var(--kalahub-link-color);
	background-color: transparent;
}

.accordion-item .accordion-button:hover,
.accordion-item .accordion-button:not(.collapsed) {
	color: var(--kalahub-primary-color);
}

.accordion-item .accordion-body {
	text-align: justify;
	line-height: 2;
}

.accordion-button::after {
	content: "\ebc0";
	font-family: boxicons!important;
	background: transparent;
	font-size: 1.4rem;
    font-weight: 300;
	line-height: 1;
}

.accordion-button:not(.collapsed)::after {
	content: "\eb8b";
	font-family: boxicons!important;
	background: transparent;
}

/**
 * ARTICLE
 */
.entry-content ul,
.entry-content ol {
	margin-bottom: 1rem;
}

/**
* BADGE
*/
.badge {
	display: inline-block;
    padding: 0.325rem 0.5rem;
    color: var(--kalahub-white-color);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.425rem;
}

.badge-light-success {
	color: var(--kalahub-success-color);
    background-color: #e8fff3;
}

.badge-light-primary {
    color: var(--kalahub-primary-color);
    background-color: #f1faff;
}

.badge-light-warning {
	color: var(--kalahub-warning-color);
	background-color: #fff8dd;
}

.badge-light-danger {
	color: var(--kalahub-danger-color);
	background-color: #fff5f8;
}

.badge-light-dark {
	color: var(--kalahub-dark-color);
    background-color: #eff2f5;
}

.badge-light-info {
    color: var(--kalahub-info-color);
    background-color: #f8f5ff;
}

/**
 * TABLES
 */
.app-table {
	color: var(--kalahub-table-color);
	border-color: var(--kalahub-table-border-color);
}

.app-table thead {
	background-color: var(--kalahub-table-head-color);
}

.app-table tr > th {
	min-width: 80px;
}

.app-table tr > th.sm {
	width: 80px;
}

.app-table tr > th.md {
	width: 140px;
}

.app-table tr > th.mdl {
	width: 170px;
}

.app-table tr > th.xl {
	width: 190px;
}

.app-table tr > th.lg {
	min-width: 240px;
}

.vertical-middle th,
.vertical-middle td {
	vertical-align: middle;
}

.app-table tr > th,
.app-table tr > td {
	font-weight: 400;
    padding: 1.2rem 0.5rem;
}

.app-table .btn-icon {
	display: block !important;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	background: transparent;
}

.app-table .btn-icon.sm-size {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	line-height: 20px !important;
	background: transparent;
}

/* responsive */
.app-table .d-mobile-only {
	display: none !important;
}

@media( max-width: 991px ) {
	.app-mobile-table .d-mobile-none {
		display: none !important;
	}

	.app-mobile-table .d-mobile-only {
		display: block !important;
	}

	.app-mobile-table tbody tr {
		display: block !important;
		height: auto !important;
	}

	.app-mobile-table tbody tr td {
		display: block;
		padding: 0.45rem 1rem !important;
		text-align: left !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.app-mobile-table tbody tr .no-title {
		text-align: right !important;
	}

	.app-mobile-table tbody tr td:not(.no-title):before {
		content: attr(data-title) ": ";
		float: right;
		color: var(--kalahub-table-light-color);
		font-weight: 300;
	}

	.app-mobile-table tbody tr td:not(:last-child) {
		border: 0 !important;
	}

	.app-mobile-table tbody tr td:first-child {
		padding-top: 0.8rem !important;
	}

	.app-mobile-table tbody tr td:last-child {
		padding-bottom: 0.8rem !important;
	}
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--kalahub-table-stripe-bg);
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--kalahub-table-hover-bg);
}

/**
 * CART
 */
.quantity-input-group {
	max-width: 100px;
}

.quantity-input-group .btn {
	background-color: var(--kalahub-border-color) !important;
}

/**
 * CHECKOUT
 */
.app-address-group .address-item label {
    background-color: var(--kalahub-light-color);
	border-right: 5px solid var(--kalahub-light-color);
    cursor: pointer;
    opacity: .5;
}

.app-address-group .address-item input[type=radio]:checked+label {
    border-right: 5px solid var(--kalahub-primary-color);
    opacity: 1;
}

/**
 * SINGLE PRODUCT
 */
.app-metas-group .col-auto:first-child {
	max-width: 150px;
	width: 150px;
}

.app-product-main-slider-wrapper,
.app-product-thumb-slider .swiper-slide {
	padding: 0.475rem;
	border: 1px solid var(--kalahub-border-color);
}

.app-product-main-slider .swiper-slide {
	padding-bottom: 130%;
}

.app-product-main-slider .swiper-slide:not(.swiper-slide-zoomed) {
	cursor: zoom-in;
}

.app-product-thumb-slider .slide-wrap {
	padding-bottom: 100%;
}

.app-product-thumb-slider .swiper-button-red {
    width: 2.5rem;
    height: 2.5rem;
}

.app-product-thumb-slider .swiper-button-red:after {
    font-size: 1.4rem;
}

/**
 * PANEL
 */
.app-panel-nav-widget .nav-link .bx {
	position: relative;
	top: 3px;
	left: 2px;
}

.app-panel-nav-widget .nav-link.active {
	color: var(--kalahub-link-active-color);
	font-weight: 600;
}

/**
 * MOBILE MENU
 */
 .app-mobile-menu {
    background: var(--kalahub-white-color);
    border-top: var(--kalahub-border-sub-color) solid 1px;
    box-shadow: var(--kalahub-main-shadow);
    z-index: 1050;
}

.app-mobile-menu .link-item {
    color: var(--kalahub-secondary-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
}

.app-mobile-menu .link-item:hover,
.app-mobile-menu .link-item:focus,
.app-mobile-menu .link-item.active {
    color: var(--kalahub-primary-color);
}

@media( max-width:991px ) {
    body {
        padding-bottom: 67px!important;
    }
}