/* 
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 */

.elementor-icon {
	display: block;
}

.custom-category-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 24px 0;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-category-pagination li a,
.custom-category-pagination li span {
    display: inline-block;
    min-width: 32px;
	padding: 0 10px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    background-color: #EEEEEE;
    color: #333;
    text-align: center;
    font-size: 13px;
	font-family: "Montserrat", Sans-serif;
}

.custom-category-pagination li a:hover, .custom-category-pagination li span.current {
    background-color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
	color: #fff;
}

.product-tags-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-tags-list a {
    display: inline-block;
    vertical-align: top;
    min-width: 56px;
    padding: 4px 10px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    background: #F5F5F5;
    color: #999;
    border-radius: 20px;
    font-family: "Montserrat", Sans-serif;
}

.product-tags-list a:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

.rank-math-breadcrumb p * {
    color: #ffffff;
    font-size: 18px;
	font-family: "Montserrat", Sans-serif;
}


.rank-math-breadcrumb p a:hover {
    color: #66c6ff;
}

@media (max-width: 768px) {
	.page-content {
		overflow-x: hidden;
		max-width: 100vw;
	}
	.rank-math-breadcrumb p * {
		font-size: 14px;
	} 
}