/**
 * Theme Name:     Klaik
 * Author:         Hello Elementor
 * Template:       hello-elementor
 * Text Domain:	   klaik
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.e-n-menu-title {
    padding-right: 0 !important;
}

header img.swiper-slide-image {
    max-height: 265px;
}

.elementor-heading-title ins {
    text-decoration: none;
}

/* Shop */
.widget-title.wpc-filter-title {
    font-size: 14px;
    font-weight: 700;
}
a.wpc-filter-link {
    color: #323232;
    font-size: 14px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.wpc-filters-range-min, .wpc-filters-range-max {
    font-size: 15px;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: #424242 !important;
}
.woocommerce-loop-product__title,
p.woocommerce-result-count,
.woocommerce .woocommerce-ordering select {
    font-size: 14px !important;
    color: #323232;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #424242;
	border: 1px solid #424242;
    color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-radius: 3px;
	border: none;
	font-size: 14px;
	min-width: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a {
	border: 1px solid #d0d0d0;
}
.page-numbers li  a {
	color: #424242;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
	gap: 6px;
    display: flex;
    white-space: nowrap;
	justify-content: center;
}

.onsale {
	background: #FFCD2C !important;
	color: #424242 !important;
}

/* Single Product */
.prev-product, .next-product {
    color: #888;
    font-size: 14px;
}
.price ins {
    text-decoration: none;
}
.price del {
    font-size: 16px;
    color: #888;
    font-weight: normal;
}
.product_meta .detail-content a, .yith-wcbr-brands a {
    color: #888;
	font-weight: normal;
}
.product_meta .detail-content a:hover, .yith-wcbr-brands a:hover {
	color: #FFCD2C
}
.yith-wcbr-brands {
    font-weight: 700; 
}
.elementor-woo-meta--view-inline .product_meta {
	flex-direction: column;
}
.shop_attributes th {
    text-align: left;
    padding: 8px 30px !important;
}
.shop_attributes td {
	padding: 0 30px !important;
}
.shop_attributes td p {
	font-style: normal;
}
table.woocommerce-product-attributes.shop_attributes {
    border: 1px solid #ddd;
}
.woocommerce table.shop_attributes th {
	width: 30%;
	border: 1px solid #ddd;
}
.woocommerce table.shop_attributes td {
	border: 1px solid #ddd;
}
@media (min-width: 1024px) {
	.product-navigation {
		gap: 60px;	
	}
}
@media (max-width: 1024px) {
	.product-navigation {
		gap: 30px;
	}
}
