/*
Theme Name: Jerry Kitchen Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Category Page Top Slider ------------------------ */
#tpl-cloudtags-slider {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	overflow: hidden;
	scroll-behavior: smooth;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0;
}

#tpl-cloudtags-slider li {
	flex-shrink: 0;
	user-select: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-cloudtags-slider {
	color: white;
	font-size: 14px;
	padding: 10px 20px;
	background-color: #1C2647;
	border: 1px solid #1C2647;
	border-radius: 5px;
	width: 100%;
}

.top-cloudtags-slider:hover {
	color: #1C2647;
	background-color: transparent;
}

/* #prevButton,
#nextButton {
border: none;
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 25px;
background: white;
padding: 5px;
opacity: 0;
transition: opacity 0.5s ease;
}

#prevButton {
left: 10px;
}

#nextButton {
right: 10px;
}

#tpl-cloudtags-slider-main:hover #prevButton,
#tpl-cloudtags-slider-main:hover #nextButton {
opacity: 1;
animation: slideIn 0.5s ease;
} */

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(-50%) translateX(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(-50%) translateX(0);
	}
}

@media screen and (max-width: 575px) {
	.top-cloudtags-slider {
		font-size: 12px;
		line-height: 20px;
	}
}

/* Cloud Tag END----------------------- */

/* YITH Ajax Filter */
.yith-wcan-filters.filters-modal .filters-container {
	background: white;
	margin-top: 59px;
}

body.admin-bar .yith-wcan-filters.filters-modal {
	top: 0;
}

.yith-wcan-filters.filters-modal .main-modal-button {
	color: white;
	font-weight: 600;
	font-size: 20px;
}

.yith-wcan-filters.filters-modal.with-filter-button .filters-container {
	height: 100%;
}

.yith-wcan-filters.filters-modal h3 {
	font-size: 20px;
}

.yith-wcan-filters-opener {
	width: 100%;
	border-radius: 0;
}

.elementor-element-625ed8d {
	margin-bottom: 0 !important;
}

.subcategory-wrapper {
	margin: 15px 0;
}

@media (max-width: 991px) {
	.elementor-6402 .elementor-element.elementor-element-cb4d014>.elementor-element-populated {
		margin: 0;
	}

	.shop-loop-before {
		padding: 10px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 576px) {
	.subcategory-list-title {
		margin-bottom: 10px;
	}

	.subcategory-wrapper {
		margin: 0 0 15px;
	}
}

/* Kitchen Design Page */
.kd-categories-shortcode h2 {
	margin-bottom: 15px;
}

/* Category Page Top Slider ----------------------*/
#tpl-top-filters {
	list-style: none;
	padding: 0;
	display: flex;
	overflow: hidden;
	width: auto;
	scroll-behavior: smooth;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 0;
}

#tpl-top-filters li {
	flex-shrink: 0;
	user-select: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16.66%;
	padding-right: 10px;
}

.top-filter-image {
	height: 200px !important;
	width: 100vw;
	object-fit: cover;
	margin-bottom: 23px;
}

.top-filter-category-name {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

#tpl-top-filters>li a {
	color: #000;
}

#prevButton,
#nextButton {
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px;
	background: white;
	padding: 5px;
	opacity: 1;
	transition: opacity 0.5s ease;
	color: #697667 !important;
}

#prevButton {
	left: 10px;
}

#nextButton {
	right: 10px;
}

#tpl-top-filters-main:hover #prevButton,
#tpl-top-filters-main:hover #nextButton {
	opacity: 1;
	animation: slideIn 0.5s ease;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(-50%) translateX(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(-50%) translateX(0);
	}
}

@media screen and (max-width: 576px) {
	#tpl-top-filters li {
		width: 50%;
		padding-right: 5px;
	}

	.top-filter-image {
		height: 175px !important;
	}
}

/* 25-06-04 */
/* Stainless Steel Sinks Category - single product page  */
.product-pdf-download{
	background: #ff8000;
    width: fit-content;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #ff8000;
}

.product-pdf-download:hover{
	background: #fff;
}

.product-pdf-download a{
    color: #fff !important;
    padding: 10px;
}

.product-pdf-download a:hover{
    color: #ff8000 !important;
}