.single-post #single-post-table{
	min-height:300px;
}

.single-post #single-post-table .elementor-toc__list-item-text{
	color:#9995f2;
}

.single-post #single-post-table .elementor-toc__list-item .elementor-toc__list-wrapper{
	margin-inline-start:unset;
}

.single-post #single-post-table .elementor-toc__header-title{
	margin:0;
}
.single-post #single-post-table .elementor-toc__body{
	padding-left:40px;
}

.single-post header p{
	margin:0;
}
.single-post p{
	color: var(--palette-800, #28269A);
	font-size: var(--Text-Body-Article, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom:40px;
}

.single-post p a{
	color: #4A47E0;
}

.single-post p a:hover {
    color: #8583df;
}

.single-post h4{
	margin:40px 0px;
	color: var(--palette-600, #7973EF);
	font-size: var(--Headers-H-4, 38px);
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.76px;
}

.single-post h5{
	margin:40px 0px;
	color: var(--palette-600, #7973EF);
	font-size: var(--Headers-H-5, 28px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Headers-H-4, 38px);
	letter-spacing: -0.28px;
}

.single-post h6{
	margin: 0px;
	color: var(--palette-600, #7973EF);
	font-size: var(--Headers-H-6, 21px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#feature-products-single-post .product-tags {
    position: absolute;
    top: 30px;
    left: 35px;
    display: flex;
    height: 36px;
    padding: var(--Spacing-0, 0px) var(--Spacing-6, 24px);
    justify-content: center;
    align-items: center;
    border-radius: var(--Spacing-6, 24px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 6px 0px var(--palette-200, #E6E6FB) inset;
    gap: 10px;
}

#feature-products-single-post .product-tags a,
#feature-products-single-post .product-tags a:visited {
    color: var(--palette-700, #514DC5);
    font-size: var(--Text-Body-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}

#feature-products-single-post .product {
    border: 1px solid var(--palette-300, #D9D9F9);
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
}

#feature-products-single-post ul.products {
    gap: 0;
}

#feature-products-single-post .product-content {
    display: flex;
    flex-direction: column;
}

#feature-products-single-post .product-content .add_to_cart_button {
    margin-top: 16px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

#feature-products-single-post .product-content .d-block.pdt-title {
    color: #000070;
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
}

#feature-products-single-post .product-content .short-description {
    color: var(--palette-700, #514DC5);
    font-size: var(--Text-Body-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}

#feature-products-single-post .product-content .price {
    color: var(--palette-600, #7973EF);
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    /* 135.714% */
    letter-spacing: -0.28px;
}

#feature-products-single-post .product-content .quantity-cart {
    padding-top: 1em;
    gap: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#feature-products-single-post .product-content .quantity-cart .add_to_cart_button {
    display: flex;
    height: var(--Spacing-8, 40px);
    padding: var(--Spacing-0, 0px) var(--Spacing-7, 5px);
    justify-content: center;
    align-items: center;
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    gap: 10px;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    flex: 1 0 0;
}

#feature-products-single-post .product-content .custom-quantity-buttons {
    gap: var(--Spacing-1, 4px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#feature-products-single-post .product-content .quantity-cart .quantity-field {
    width: 13px;
    color: var(--palette-600, #7973EF);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    padding: 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-400, #B9B7F6);
}

#feature-products-single-post .product-content .quantity-cart .quantity-btn {
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-400, #B9B7F6);
}

#feature-products-single-post .product-content .quantity-cart .quantity-btn:after {
    content: unset !important;
}

#feature-products-single-post .product-content .quantity-cart .added_to_cart {
    display: none !important;
}

#single-post-sets .product-content .grouped-product-titles{
	color: var(--palette-700, #514DC5);
    font-size: var(--Text-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

#single-post-sets .quantity-cart .grouped-product-price{
	display: flex;
    gap: 10px;
}

#single-post-sets .quantity-cart span.regular-price{
	color: var(--palette-900, #000070);
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
}

#single-post-sets .quantity-cart span.sale-price{
	text-decoration: line-through;
    color: var(--palette-400, #B9B7F6);
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
}
.quantity-cart .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	display:none;
}

@media(max-width:1024px){
	div#single-post-table .elementor-toc__header{
		padding:0;
	}
	.single-post #single-post-table .elementor-toc__body{
		padding-left:20px;
	}
	#archive-first-container{
		padding-top:14vh;
	}
	.single-post #single-post-sets .product{
		width:335px;
		padding: 20px;
	}
	#feature-products-single-post .product-content .quantity-cart .add_to_cart_button{
		padding:10px;
		flex:unset;
	}
}
@media(max-width:767px){
	
	#slide3,
	#slide4,
	#slide5{
		display:none;
	}
	
	.table-of-content {
		border-bottom: 1px solid var(--palette-300, #D9D9F9);
	}
	
	.table-of-content .elementor-toc__header{
		margin:20px 0;
	}
	.table-of-content .elementor-toc__header h4{
		margin:0;
	}
	
	.single-post p{
		font-size:16px;
	}
	.table-of-content svg{
		display: flex;
		width: 40px !important;
		height: 40px !important;
		padding: 8px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: var(--Spacing-6, 24px);
		border: 1px solid var(--palette-400, #B9B7F6);
}
	
	#feature-products-single-post ul.products{
		display:flex;
		flex-direction:column;
	}
	.single-post .custom-news .slider1{
		flex-direction: column;
    	width: -webkit-fill-available;
		will-change: unset;
	}
	.single-post .custom-news .slider1 .slide1{
		width:-webkit-fill-available !important;
	}
	.single-post .custom-news .slider1 .slide1 .news-text{
		width:auto !important;
		border-top: 1px solid var(--palette-300, #D9D9F9);
		border-right: 1px solid var(--palette-300, #D9D9F9);
		border-bottom: 1px solid var(--palette-300, #D9D9F9);
	}
	.single-post .custom-news{
		padding:20px;
	}
	.single-post .custom-news-item .image img, 
	.single-post .custom-news-item .image{
		max-width: 120px !important;
        height: 170px !important;
        object-fit: cover;
	}
	.single-post .custom-news .slider1 .slide1 .news-text h3{
		font-size:16px !important;
		margin-top:0;
	}
	.single-post .custom-news .slider1 .slide1 .news-text .news-meta .news-date,
	.single-post .custom-news .slider1 .slide1 .news-text .news-meta .category-button{
		font-size:10px !important;
	}
}

.single-post #bundle-p-single-post p{
	margin:0;
}

#single-post-sets .product {
	border-radius: var(--Spacing-5, 20px);
    background: var(--palette-100, #F2F2FD);
    display: flex;
    width: 462px;
    padding: var(--Spacing-8, 40px);
    flex-direction: column;
    gap: 30px;
}

#single-post-sets .product .product-tags{
 	display: flex;
    justify-content: flex-end;
}

#single-post-sets .product .product-tags a{
	display: flex;
    height: 36px;
    padding: var(--Spacing-0, 0px) var(--Spacing-6, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Spacing-6, 24px);
	background: rgba(255, 255, 255, 0.01);
	box-shadow: 0px 0px 6px 0px var(--palette-200, #E6E6FB) inset;
	color: var(--palette-700, #514DC5);
    font-family: 'KH-Teka';
    font-size: var(--Text-Body-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    gap: 10px;
}

#single-post-sets .product .quantity-cart{
	display: flex;
    justify-content: space-between;
}


#single-post-sets .product .quantity-cart .button {
	height: var(--Spacing-8, 40px);
    padding: var(--Spacing-0, 0px) var(--Spacing-7, 10px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    flex: unset;
    width: fit-content;
    flex-direction: row;
}
#single-post-sets .product .product-content,
#single-post-sets .product .product-data{
	display:flex;
	gap:30px;
	flex-direction:column;
}
#single-post-sets .product .product-content .d-block.pdt-title{
	color: var(--palette-900, #000070);
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
}

#single-post-sets .product .quantity-cart .price{
	display:flex;
	align-items: center;
}

.single-post .custom-news-item .image img,
.single-post .custom-news-item .image{
	width: 240px;
	height: 240px;
	object-fit:cover;
}

.single-post .custom-news{
	position: relative;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
}
.single-post .custom-news .slider1{
	gap: 20px;
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}
.single-post .custom-news .slider1 .slide1{
	flex-shrink: 0;
    display: flex;
    width: 543.2px;
}
.single-post .custom-news .slider1 .slide1 .news-text{
	width: 303px;
    display: flex;
    padding-top: 20px;
    flex-direction: column;
	justify-content: space-between;
	border-top: 1px solid var(--palette-300, #D9D9F9);
	border-right: 1px solid var(--palette-300, #D9D9F9);
	border-bottom: 1px solid var(--palette-300, #D9D9F9);
}
.single-post .custom-news .slider1 .slide1 .news-text h3{
	padding:0 20px;
	color: var(--palette-800, #28269A);
	font-size: var(--Headers-H-6, 21px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0;
}

.single-post .custom-news .slider1 .slide1 .news-text .elementor-widget-button{
	display:none;
	padding:0 20px;
}

.single-post .custom-news .slider1 .slide1 .news-text .news-meta{
	display: flex;
	padding: 0px 20px 12px 20px;
	justify-content: space-between;
	align-items: baseline;
	align-self: stretch;
}

.single-post .custom-news .slider1 .slide1 .news-text .news-meta .news-date{
	color: var(--palette-800, #28269A);
	text-align: center;
	font-size: var(--Text-Tag, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}
.single-post .custom-news .slider1 .slide1 .news-text .news-meta .category-button{
	display: flex;
    height: 28px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid var(--palette-200, #E6E6FB);
    background: #FFF;
    color: var(--palette-600, #7973EF);
    font-size: var(--Text-Tag, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.single-post .custom-news .slider1 .slide1:hover .news-text{
	background:#D9D9F9;
}

.single-post .custom-news .slider1 .slide1:hover .news-text .elementor-widget-button{
	display:block;
}

.single-post .custom-news .slider1 .slide1:hover .news-text .elementor-widget-button a{
	font-size: 20px;
    background: none;
    padding-left: 15px;
}

#breadcrumb-single-post .woocommerce-breadcrumb,
#breadcrumb-single-post .woocommerce-breadcrumb a{
	color: var(--palette-600, #7973EF);
	font-size: var(--Text-Body-Small, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
}

#breadcrumb-single-post .woocommerce-breadcrumb .current{
	color: var(--palette-900, #000070);
}

.price-button-add-to-cart{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.price-button-add-to-cart a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	color: var(--palette-600, #7973EF);
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
}

.price-button-add-to-cart  a.button.product_type_grouped{
	display: flex;
	margin-top:16px;
    height: 40px;
    padding: 0px var(--Spacing-7, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

#header{
	border-bottom: 1px solid var(--blue-300, #D9D9F9);
}

h2.wp-block-heading{
	color: var(--palette-600, #7973EF);
    font-family: 'KH-Teka';
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
}

h3.wp-block-heading {
    color: var(--palette-600, #7973EF);
    font-family: 'KH-Teka';
    font-size: var(--Headers-H-6, 21px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.elementor-3031 .elementor-element.elementor-element-aed8ace .elementor-author-box__text{
	display: flex;
    flex-direction: column;
    gap: 4px;
}

li {
    color: var(--palette-800, #28269A);
    font-size: var(--Text-Body-Article, 18px);
    font-style: normal;
    font-weight: 400;
}
#single-post-knowledge-button:hover svg{
	border-radius: var(--Spacing-6, 24px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 6px 0px var(--palette-600, #7973EF) inset;
}

#go-to-shop-single-post:hover a{
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: 0px 0px 12px 0px #FFF inset;
}

.product-content .short-description {
    font-size: 15px !important;
    min-height: 140px;
    margin: 0;
}

.single-post .short-description p{
	margin-bottom: unset;
	line-height: normal;
}

/*story 7*/

.article-cta{
	display: flex;
    justify-content: center;
}

.article-cta__button{
	text-align: center;
    display: inline-flex;
    height: 50px;
    padding: 0px var(--Spacing-7, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 34px;
    background: var(--palette-600, #7973ef);
    color: var(--white, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120%;
    text-transform: uppercase;
}

.article-cta__button:hover{
	border-radius: var(--Spacing-6, 24px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 12px 0px var(--palette-600, #7973ef) inset;
    color: var(--palette-600, #7973ef);
}
