/* 
Theme Name:		 Kloud Child 
Description:	 kloud-child is a child theme of Kloud
Author:			 Syed Usama 
Template:		 kloud
Version:		 1.0.0
Text Domain:	 kloud-child
*/


.suggested-family-sec,
.vertical-tabbing-sec,
.key-features-sec {
    display: none;
}

.product-info-sec {
	padding-bottom: 0px !important;
}

.tab-links.child-cats {
    margin-left: 40px;
    margin-right: 40px;
}

.child-cat-slider-wrap {
    position: relative;
    width: 100%;
}

.child-cat-slider-wrap .swiper-button-prev,
.child-cat-slider-wrap .swiper-button-next {
    position: absolute;
    top: 32px;
    transform: translateY(-50%);
    z-index: 10;
}

.tab-links.child-cats {
    opacity: 1 !important;
}

.tab-links.child-cats .swiper-slide li.active {
	opacity: 1;
    font-weight: 700;
}

/* .tab-links.child-cats .swiper-slide.swiper-slide-active li {
    opacity: 1;
    font-weight: 700;
} */

.tab-links.child-cats .swiper-slide {
 	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.tab-links.child-cats .swiper-slide li {
    margin: 0;
    opacity: 0.6;
    text-align: center;
	width: fit-content;
    text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s all;
}

.tab-links.child-cats li:hover::before, 
.tab-links.child-cats li.active::before {
	left: 0;
}

.tab-links.child-cats li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #EEE1D4 0%, #DBB294 100%);
    transition: 0.4s all;
    z-index: 1;
}

.tab-links.child-cats li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(68, 68, 68, 0.1);
    transition: 0.4s all;
}

.swiper-button-next:after, .swiper-button-prev:after {
	background: #dbb294;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	padding: 10px 14px;
	border-radius: 100px;
} */

/* left arrow */
.child-cat-slider-wrap .swiper-button-prev {
    left: 0;
}

/* right arrow */
.child-cat-slider-wrap .swiper-button-next {
    right: 0;
}

/* Restore side cart icons without blocking font load */
.xoo-wsc-icon-shopping-bag1:before { content: "🛍"; font-style: normal; }
.xoo-wsc-icon-cross:before { content: "✕"; font-style: normal; }
.xoo-wsc-icon-spinner8:before { content: "⟳"; font-style: normal; }