/**
* Theme Name: Radist Child
* Description: This is a child theme of Radist, generated by Merlin WP.
* Author: <a href="https://prestabrain.com/">Prestabrain Team</a>
* Template: radist
* Version: 1.0.4
*/
/* =========================================================
   RADIST PRODUCT CATEGORIES - 5 x 2
   Widget: 813e8db
   ========================================================= */

.sky-radist-categories-grid {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sky-radist-categories-grid ul {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;

	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.sky-radist-categories-grid .sky-category-item {
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;

	margin: 0 !important;
	padding: 0 !important;

	list-style: none !important;

	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.sky-radist-categories-grid .sky-category-item > a {
	display: flex;
	align-items: center;

	width: 100%;
	min-height: 175px;

	padding: 24px 20px;

	box-sizing: border-box;

	text-decoration: none !important;
}

.sky-radist-categories-grid .sky-category-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 72px;
	width: 72px;
	height: 72px;

	margin-right: 18px;
}

.sky-radist-categories-grid img.sky-category-icon {
	display: block;

	width: 72px !important;
	height: 72px !important;

	max-width: 72px !important;
	max-height: 72px !important;

	margin: 0 !important;
	padding: 0 !important;

	object-fit: contain;
	border: 0 !important;
	box-shadow: none !important;
}

.sky-radist-categories-grid .sky-category-info {
	display: flex;
	flex-direction: column;

	min-width: 0;
}

.sky-radist-categories-grid .sky-category-title {
	display: block;

	margin: 0;

	color: #111 !important;

	font-size: 21px;
	font-weight: 700;
	line-height: 1.35;
}

.sky-radist-categories-grid .sky-category-count {
	display: block;

	margin-top: 5px;

	color: #999 !important;

	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}

/* Hover */
.sky-radist-categories-grid .sky-category-item > a:hover {
	text-decoration: none !important;
}

.sky-radist-categories-grid .sky-category-item > a:hover .sky-category-title {
	color: #ff5e3a !important;
}


/* Tablet */
@media (max-width: 1024px) {

	.sky-radist-categories-grid ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sky-radist-categories-grid .sky-category-item > a {
		min-height: 155px;
		padding: 20px;
	}

}


/* Mobile */
@media (max-width: 767px) {

	.sky-radist-categories-grid ul {
		grid-template-columns: 1fr;
	}

	.sky-radist-categories-grid .sky-category-item > a {
		min-height: 130px;
		padding: 18px;
	}

	.sky-radist-categories-grid .sky-category-title {
		font-size: 18px;
	}

	.sky-radist-categories-grid .sky-category-count {
		font-size: 15px;
	}

}















/* =========================================================
   SKY FEATURED CAROUSEL - FIX
   ========================================================= */

.sky-featured-carousel {
    position: relative;
    width: 100%;
    direction: ltr;
    overflow: hidden;
    margin: 0;
}

.sky-featured-carousel .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}

.sky-featured-carousel .slick-track {
    display: flex !important;
    align-items: flex-start;
}

.sky-featured-carousel .slick-slide {
    float: none !important;
    height: auto !important;
    box-sizing: border-box;
    padding: 0 15px !important;
}

.sky-featured-carousel .slick-slide > div {
    height: 100%;
}

.sky-featured-carousel .sky-featured-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

/* خود کارت WooCommerce */
.sky-featured-carousel .sky-featured-item .product {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box;
}

/* تصویر */
.sky-featured-carousel .product-image {
    width: 100%;
    height: 280px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px !important;
    overflow: hidden;
    background: transparent !important;
}

.sky-featured-carousel .product-image img {
    display: block !important;
    width: 100% !important;
    height: 280px !important;
    max-width: 100% !important;
    max-height: 280px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}

/* بخش اطلاعات محصول */
.sky-featured-carousel .product-caption {
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: left;
}

/* دسته */
.sky-featured-carousel .posted-in {
    margin: 0 0 8px !important;
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sky-featured-carousel .posted-in a {
    color: #999 !important;
}

/* عنوان */
.sky-featured-carousel .woocommerce-loop-product__title,
.sky-featured-carousel .woocommerce-loop-product__title a {
    margin: 0 0 8px !important;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: #111 !important;
}

/* امتیاز */
.sky-featured-carousel .radist-count-review {
    margin: 0 0 7px !important;
    min-height: 20px;
}

.sky-featured-carousel .star-rating {
    color: #f5b400 !important;
    font-size: 16px !important;
}

/* قیمت */
.sky-featured-carousel .price {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #666 !important;
}

.sky-featured-carousel .price ins {
    color: #ff5e3a !important;
    text-decoration: none !important;
}

.sky-featured-carousel .price del {
    color: #999 !important;
    font-weight: 400 !important;
}

/* برچسب تخفیف */
.sky-featured-carousel .group-label {
    position: absolute !important;
    top: 0 !important;
    left: 15px !important;
    z-index: 5 !important;
}

.sky-featured-carousel .onsale {
    display: inline-block !important;
    position: static !important;
    margin: 0 !important;
    padding: 8px 14px !important;
    border-radius: 5px !important;
    background: #ff5e3a !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

/* فلش‌ها */
.sky-featured-carousel .slick-prev,
.sky-featured-carousel .slick-next {
    position: absolute !important;
    top: -58px !important;

    width: 36px !important;
    height: 36px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 1px solid #aaa !important;
    border-radius: 50% !important;

    background: #fff !important;
    color: transparent !important;

    z-index: 30 !important;
    box-shadow: none !important;
}

.sky-featured-carousel .slick-prev {
    right: 55px !important;
    left: auto !important;
}

.sky-featured-carousel .slick-next {
    right: 10px !important;
    left: auto !important;
}

.sky-featured-carousel .slick-prev::before,
.sky-featured-carousel .slick-next::before {
    color: #999 !important;
    font-family: Arial, sans-serif !important;
    font-size: 22px !important;
    line-height: 34px !important;
    opacity: 1 !important;
}

.sky-featured-carousel .slick-prev::before {
    content: "‹" !important;
}

.sky-featured-carousel .slick-next::before {
    content: "›" !important;
}

/* موبایل/تبلت */
@media (max-width: 1024px) {
    .sky-featured-carousel .product-image,
    .sky-featured-carousel .product-image img {
        height: 230px !important;
        max-height: 230px !important;
    }

    .sky-featured-carousel .woocommerce-loop-product__title,
    .sky-featured-carousel .woocommerce-loop-product__title a {
        font-size: 18px !important;
    }

    .sky-featured-carousel .price {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .sky-featured-carousel .slick-slide {
        padding: 0 10px !important;
    }

    .sky-featured-carousel .product-image,
    .sky-featured-carousel .product-image img {
        height: 220px !important;
        max-height: 220px !important;
    }

    .sky-featured-carousel .woocommerce-loop-product__title,
    .sky-featured-carousel .woocommerce-loop-product__title a {
        font-size: 17px !important;
    }
}





















.elementor-55 .elementor-element.elementor-element-cf29b64:not(.elementor-motion-effects-element-type-background), .elementor-55 .elementor-element.elementor-element-cf29b64 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #3330 !important;
	z-index: -9;
}