/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/


.zq-content {
	display: flex;
	margin-top: 60px;
	position: relative;
}

.zq-assortments {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}

.zq-assortment {
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}

.zq-assortment-item-img img{
	max-width: 212px;
}

.zq-assortment-item-info {
	position: absolute;
	background: #fff;
	color: #1B1464;
	font-family: 'PT Sans', sans-serif;
	width: 100%;
	bottom: 0;
	box-sizing: border-box;
	max-width: 212px;
	margin: 0 auto;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 10px;
}

.item-info-flavor{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.item-info-toke {
	font-size: 10px;
	margin: 0 0 4px 0;
}

.zq-sidebar {
	width: 23%;
	margin-right: 2%;
	padding: 0 40px;
}

.zq-sidebar select {
	background: #04091c;
	color: #fff;
	border-radius: 0;
	position: relative;
	padding: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #0c152a url('images/arrow.png') no-repeat calc( 100% - 8px ) center;
	background-size: 15px;
	height: 33px;
	outline: 0;
}

.zq-after {
	display: table;
	height: 33px;
	width: 1px;
	background: #fff;
	position: absolute;
	right: 33px;
}

.zq-filter-wrap {
	display: flex;
	position: relative;
}

.zq-filter-name {
	text-align: center;
	color: var( --e-global-color-text );
	margin: 40px auto 20px auto;
	max-width: 90px;
}

.zq-search {
	display: flex;
	margin-bottom: 70px;
}

.zq-search-btn {
	cursor: pointer;
	padding: 0 18px;
	border-radius: 20px 0 0 20px;
	background: #fff url('images/search.png') no-repeat 15px center;
	background-size: 15px;
	font-size: 0;
	border: none;
}

.zq-search input[type=text] {
	border: none;
	border-radius: 0 20px   20px 0;
}

.zq-loading {
	opacity: .1;
	z-index: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.zq-not-assortment {
	color: #fff;
	margin: 0 auto;
	margin-top: 20px;
}

.zq-icon {
	background: url('/wp-content/uploads/2021/10/basket.png') no-repeat center center;
	display: table;
	height: 99px;
	width: 99px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 10px;
}

@media only screen and (max-width: 950px) {
  
  
	.zq-icon {
		display: none;
	}

	body.elementor-page-26:not(.elementor-motion-effects-element-type-background), body.elementor-page-26 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-size: 100% 100%!important;
	}

	.zq-content {
		display: block;
		margin-top: 20px;
		position: relative;
	}

	.zq-assortments {
		width: 100%;
		margin-top: 30px;
	}

	.zq-assortment {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 60px;
		text-align: center;
	}

	.zq-sidebar {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		padding: 0;
	}

	.zq-filters {
		display: flex;
		justify-content: center;
	}

	.zq-filter {
		width: 50%;
	}

	.zq-filter:first-of-type {
		width: 48%;
		margin-right: 2%;
	}

	.zq-filter-name {
		text-align: left;
		color: var( --e-global-color-text );
		margin: 30px auto 5px auto;
		max-width: 100%;
		font-size: 13px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.zq-search {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.zq-assortment {
		margin-bottom: 10px;
	}

	.zq-sidebar {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 450px) {
	.zq-assortment {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
}