/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Product archive read more button disable */

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button {
	display: none !important;
}

/* product archive button disable end */

/* Authors Archieve */
.wpac-authors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    justify-items: stretch;
}
.wpac-authors-grid .grid-item {
    padding: 25px 25px 0px 25px;
    border: 2px solid #ededed;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.wpac-authors-grid .grid-item .author-image img {
    border-radius: 50%;
    max-width: 180px;
}
.wpac-authors-grid .grid-item .author-name {
    margin-bottom: 10px;
}
.wpac-authors-grid .grid-item .author-name a {
    font-weight: bold;
    font-size: 18px;
}
.wpac-authors-grid .grid-item .author-book-count {
    font-size: 12px;
    padding: 3px 15px;
    background-color: #ededed;
    display: inline-block;
    border-radius: 5px 5px 0 0;
}
.wpac-authors-grid .grid-item .author-book-count span {
    font-weight: bold;
}
.wpac-taxonomy-pagination {
    clear: both;
    margin: 20px 0;
    text-align: center;
}
.wpac-taxonomy-pagination .page-numbers {
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #ededed;
    font-size: 14px;
}
.wpac-taxonomy-pagination .page-numbers:hover, .wpac-taxonomy-pagination .page-numbers.current {
    background-color: #000000;
    color: #f0f0f0;
}
@media all and (max-width: 960px) {
    .wpac-authors-grid {
        grid-template-columns: repeat(3, 1fr);
    }
	.wpac-authors-grid .grid-item .author-image img {
		max-width: 160px;
	}
}
@media all and (max-width: 767px) {
    .wpac-authors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	
}
@media all and (max-width: 500px) {
    .wpac-authors-grid {
        grid-template-columns: repeat(1, 1fr);
    }

	
/* Wishlist return to shop button hide */	
	
.return-to-shop {
    display: none !important;
}
	
/* single post content box shadow remove for mobile */	
	
@media (max-width: 767px) {
  .elementor-1091 .elementor-element.elementor-element-f55a385 {
    box-shadow: none !important;
  }
}
	
/* single post side bar bottom display for mobile */
.elementor-1091 .elementor-element.elementor-element-a92fd99 {
    /* Your default styles here */
}

/* Media query for mobile devices (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .elementor-1091 .elementor-element.elementor-element-a92fd99 {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999; /* Adjust as needed */
        /* Additional styles for mobile devices here */
    }
}
	
media (max-width: 767px) {
    body:not(.rtl) .elementor-1091 .elementor-element.elementor-element-ad046d7 {
        box-shadow: none;
    }
}
	
