/**
* Theme Name: 5Kyt Theme
* Template:  miniture 
* Author: R. Viktor
* Author URI: 
* Description: 5Kyt Theme is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality.
* Requires at least: 4.9.6
* Tested up to: 5.5
* Requires PHP: 5.2.4
* Version: 1.2.1
* Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
* License: 		GNU General Public License
* License URI: 	licence/GPL.txt
* Text Domain: 5kyt
*/

.left-top-block-banner, .right-top-block-banner, .left-bottom-block-banner, .right-bottom-block-banner {
	display:block;
	position:absolute;
	height: 25vh;
	width: 25vh;
	background-color: #2B292A;
}
.right-top-block-banner {
	right: 0;
	z-index:2;
	background-color: #EE7024;
}
.left-bottom-block-banner, .right-bottom-block-banner {
		bottom: 0;
}
.left-bottom-block-banner {
	left: 0;
}
.right-bottom-block-banner {
	right: 0;
}
.kitify-effect-pop-card {
	margin: 10px !important;
}
.elementor-kitify-banner {
	margin: 5px;
}
.main-banner::before {
	content: "";
	display:block;
	position:absolute;
	height: 50%;
	width: 50%;
	background-color: #EE7024;
	right: -18px;
	top: 3px;
	z-index:0;
}
.eael-tabs-content {
	position: absolute;
	padding: 0px 15px;
	width: 100%;
	left: 255px;
	background-color: white;
}
.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav {
	width: 100%;
}
/* Menu catalog */
/* Menu catalog */
.vertical-menu {
    width: 250px;
	 
}
.category-item a{
		width: 100%;
		display: flex;
		    flex-direction: row;
	}
.category-item span{
margin: auto 0;
}
.category-item {
	
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
	   z-index: 999;
}

.category-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.category-name {
    font-size: 16px;
}

.subcategory-items {
    position: absolute;
    left: 100%;
    top: 0;
    width: 555px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9;
}

.category-item:hover .subcategory-items,
.subcategory-items:hover {
    opacity: 1;
    visibility: visible;
	  z-index: 1000;
}

.subcategory-item {
    width: 150px;
    margin: 10px;
    text-align: center;
	  font-size: 14px;
  	
}
.subcategory-items a {
	display: block
}
.subcategory-item:hover img {
	border: 2px solid #FFA832;
}
.subcategory-item img {
    width: 150px;
    height: 150px;
	  border-radius: 5px;
}

.category-item:hover .subcategory-items {
    display: flex;
}
.nova-product-filter.kitify-active-sidebar-toggle,
.product-item__description--popcard.item--popcard {
	display: none !important;
}
.kitify-toggle-sidebar__toggle {
	border-radius: 0 5px 5px 0;
}
.mobile-item {
        display: none;
	       padding: 20px;
    }
@media only screen and (max-width: 1024px) {
	    .mobile-item {
        display: block !important;
    }
}
@media only screen and (max-width: 768px) {
	   
    .category-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .subcategory-items {
        position: static;
        display: flex;
        flex-direction: column;
    }

    .subcategory-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .subcategory-item img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
}
.kitify-posts__thumbnail-link img.wp-post-image {
	 height: 200px;
}
.wpcf7-form.sent .zayavka-container {
    display:none !important;
}
.repair-details, .entry-details-content  {
	width: 100%;
}
.entry-details-content li {
		list-style: none;
    display: flex;
	  flex-direction: row;
    flex-wrap: wrap;
	  justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.entry-details-content li div {
 margin-right: 10px
}
.projects-icon {
	width: 40px;
    margin-right: 5px;
}
.elementor-slideshow__title {
	display: none;
}
ul.products.products-grid-2 .product .product-item .product-item__thumbnail {
	 max-height: 225px;
}
 .name-surname-container {
            display: flex;
            justify-content: space-between;
			margin-top: 10px;
	 		gap: 20px;
        }
        .input-group {
            width: 48%; 
			justify-content: center;
        }
.input-group .wpcf7-submit {
	width: 100%;
}
		.out-of-stock {
			border: 2px solid red;
 			padding: 10px;
 			margin-top: 10px;
 			color: red;
		}
        input[type="text"], input[type="tel"] {
            width: 100%;
            padding: 10px;
			border-radius: 5px !important;
            margin-bottom: 0px;
            box-sizing: border-box;
        }
		.quick-purchase-result {
			background-color: green;
			color: white;
			padding: 15px 10px !important;
			margin-bottom: 10px;
		}
		.quick-purchase-result p{
			margin-bottom: 0px !important;
		}
        @media (max-width: 768px) {
.sticky-menu {
		  position: fixed;
		  top: 0;
		  width: 100%;
		  transition: all .3s !important;
		background-color: #0000004a;
		-webkit-animation: fadeDownNew .5s ease;    
	 	-moz-animation: fadeDownNew .5s ease;
	 	animation: fadeDownNew .8s ease;
		}
	@-webkit-keyframes fadeDownNew { from {margin-top: -15px; } to { margin-top: 0px;} }
@-moz-keyframes fadeDownNew { from {margin-top: -15px; } to { margin-top: 0px;} }
@keyframes fadeDownNew { from {margin-top: -15px; } to { margin-top: 0px;} }
            .name-surname-container {
                flex-direction: column;
            }
            .input-group {
                width: 100%; 
            }
        }
.wpcf7-form.sent .input-group {
    display:none;
}

.wpcf7-response-output {
	background-color: green;
	color: white;
	padding: 10px 20px !important;
}
.site-canvas-menu.position-left {
	overflow-y: auto;
}
ul.products .product .product-item .product-item__thumbnail-placeholder a img {
	  object-fit: contain;
    max-height: 220px;
}
.widget .novaapf-layered-nav ul li {
	 padding: .3rem 0.625rem;
}