/*
Theme Name: Bizon
*/
body{
	font-family: "Lato", Sans-serif;
	font-weight: 400;
}
div{
	box-sizing: border-box;
}
.uk-link, a {
	color: #FFBF37;
	text-decoration: none;
	cursor: pointer;
}
.uk-link, a:hover{
	color: #9b390d;
}
#breadcrumbs{
	font-size: 14px;
}
.cat_box, .product_item{
	padding: 10px;
	width:  33.3333%;
	display: flex;
	transition: .3s;
	position: relative;
}
.product_item{
	width: 25%;
}
.product_item > div{
	transition: .3s;
}
.cat_box:hover, .product_item:hover > div{
	transform: scale(1.03);
}
.cat_box > div, .product_item > div{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #FFBF37;
	padding: 35px 15px 0px 15px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	text-align: center;
	background: #fff;
	border-radius: 15px;
} 
.price{
	color: #000;
	line-height: 30px;
}
.cat_box img, .product_item > img{
	max-width: 100%;
	max-height: 300px;
}
.cat_box .link_to_cat, .product_item .link_to_cat{
	color: #000;
	background: #FFBF37;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 0px 0px 12px 12px;
	
}
.prod_title{
	font-size: 26px;
	font-weight: 700;
}
.total_price{
	font-weight: 800;
}
.title_archive{
	margin-top: 20px;
}
.title_archive h1{ 
	font-size: 28px;
	text-align: center;
	width: 100%;
	color: #000;
	font-weight: 700;
}
.category_container, .products_container{
	margin-top: 0px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product_photo{
	width: 50%;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.prod_info{
	padding-left: 25px;
}
.uk-form-label{
	font-size: 18px;
}
.uk-form-controls{
	line-height: 30px;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #FFBF37;
}
.splide__arrow{
	background: transparent;
}
.splide__arrow svg {
	fill: #000;
	height: 1.7em;
	width: 1.7em;
}
.uk-modal-title{
	font-size: 22px;
	margin-bottom: 0px;
}
#order .uk-form-controls{
	width: 100%;
}
.desc_order{
	color: #000;
	font-size: 12px;
	margin-top: 0px;
}
.uk-button-default {
	background-color: #FFBF37;
	color: #000;
	border: 1px solid #FFBF37;
	border-radius: 10px;
}
.uk-input, .uk-select, .uk-textarea{
	border-radius: 10px;
}
.harakteristiki .li {
	float: none;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 4px 0px;
	margin: 0px;
	line-height: 18px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	border-bottom: 1px solid #F2F0E9;
}
.harakteristiki .li span.prop_name {
	display: inline-block;
	width: 54%;
	vertical-align: top;
}
.harakteristiki .li span.prop_val {
	display: inline-block;
	width: 45%;
	padding-left: 10px;
	color: #222222;
	box-sizing: border-box;
	vertical-align: top;
}
.description{
	margin-top: 20px;
}
.uk-tab>.uk-active>a {
	color: #333;
	border-color: #FFBF37;
}
.uk-tab>*>a{
	color: #000;
	font-size: 22px;
}
.splide__slide {
  opacity: 0.6;
}

.splide__slide.is-active {
  opacity: 1;
}
.uk-thumbnav{
	flex-wrap: nowrap;
}
.eael-simple-menu.eael-simple-menu-vertical li ul li > a {
	border-left: 2px #FFBF37 solid;
}
.my_background{
	background-image: url(/wp-content/uploads/2023/03/ukraine-map-png.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
}
.my_background .elementor-background-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #FFFFFF;
	opacity: 0.85;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.harakteristiki > p{
	display: none !important;
}
.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	max-height: 400px;
}
.splide__slide {
	background: #fff;
	border-radius: 15px;
}
.cat_box .dostavka_label{
	position: absolute;
	max-width: 130px;
	top: 5%;
	right: 5%;
}
.product_video{
 width: auto;
 margin: auto;
 max-height: 600px;
 max-width: 100%;
 background: #000;
}
.flex-column{
  flex-direction: column;
  
}
.prod_info > div{
	background-color: rgba(255, 255, 255, 0.1);
	 backdrop-filter: blur(10px);
	 padding: 15px;
	 box-shadow: 0px 10px 10px 0px rgb(239 178 25 / 50%);
	 transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	 border-radius: 15px;
}
@media (max-width: 767px){
	body .elementor-widget.elementor-align-right .elementor-icon-list-items {
		justify-content: space-around;
		display: flex;
	}
	.elementor-24 .elementor-element.elementor-element-5da9e07 .elementor-icon-list-item > a{}
	.elementor-24 .elementor-element.elementor-element-5da9e07 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){
		margin-top: 0px !important;
	}
	.cat_box img, .product_item > img {
		max-height: 160px;
	}
	.cat_box .dostavka_label{
		position: absolute;
		max-width: 80px;
		top: 5%;
		right: 5%;
	}
	.product_photo{
		width: 100%;
		margin: 0 auto;
	}
	.prod_info {
		padding-left: 0;

		margin: 15px auto;
	}
	.category .elementor-section.elementor-section-boxed > .elementor-container,
	.single-post .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 95%;
	}
	.uk-tab>*>a {
		font-size: 18px;
	}
	.harakteristiki .li {
		font-size: 13px;
		line-height: 16px;
	}
	.cat_box, .product_item {
		padding: 5px;
		width: 50%;
		display: flex;
	}
	.cat_box > div, .product_item > div{
		padding: 35px 5px 0px 5px;
	}
	.cat_box .link_to_cat, .product_item .link_to_cat{
		padding: 5px;
		margin-left: -5px;
		margin-right: -5px;
		font-size: 14px;
		line-height: 16px;
		min-height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.elementor-location-header{
		border-bottom: 1px solid #ccc;
		box-shadow: 0px 4px 7px 5px #7d7d7d;
	}
}