/*
Theme Name: Ebukz Child
Author: Vecurosoft
Description: Ebukz – Ebukz Riding Club WordPress Child Theme
Version: 1.0
Template: ebukz
Text Domain: ebukz-child
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body.user-logged-out .wishlist,
.preloader{
    display: none !important;
}
.header-layout1.style3 .menu-inner {
    border-top: 2px solid var(--body-color) !important;
	border-bottom: 2px solid var(--body-color);
}
.header-layout1.style3 .header-bottom.will-sticky .menu-inner{
	border: 0 !important
}
ul.products {
    
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px; /* space between products */
}
.categorie-style2 {
    background-color: unset !important;
}
.categorie-style2:hover .product-title a {
    color: var(--theme-color) !important;
}

.breadcumb-wrapper {
    padding: 0 !important;
    background-color: unset !important;
    background-image: unset !important;
}
.breadcumb-content {
    color: #FFF;

}
.breadcumb-title {
    display: none;
}
.breadcumb-menu {text-align: left;}
.breadcumb-menu span:after {
    content: ">" !important;
}
.breadcumb-menu span{
    font-size: 14px !important;
    
}

.flipbook-tools span[data-name="btnDownloadPdf"],
.flipbook-tools span[data-name="btnPrint"],
.flipbook-menu span[data-name="btnShare"] {
    display: none !important;
}
.header-search .nice-select {
	padding-left: 0;
}
#search-results {
	left: 0;
	top: 60px;
	width:100%;
	height: 100px;
	z-index:999;
	display:none;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	overflow-y: auto;
	border-radius: 6px;
	position:absolute;
	border:1px solid #ddd;
	color: var(--white-color);
	border: 1px solid var(--vs-secondary-color);
	background-color: var(--body-color);
}
#search-results .search-suggestion-item {
	line-height: 22px;
}
#search-results .search-suggestion-item a {
	color: var(--title-color);
}
#search-results .search-suggestion-item a:hover {
	color: var(--theme-color);
}

/* Author Details Page*/
.authors-related-books {
    margin-top: 40px;
}
