/* readmore cat */
.term-description.woocommerce-taxonomy-archive-description {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    will-change: max-height;
}

.term-description.woocommerce-taxonomy-archive-description.active {
    max-height: 100%;
}

.term-description.woocommerce-taxonomy-archive-description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
    transition: opacity 0.35s ease;
    pointer-events: none;
    opacity: 1;
}

.term-description.woocommerce-taxonomy-archive-description.active::after {
    opacity: 0;
}

.archive-description-toggle {
    text-align: center;
    margin-top: 20px;
}

.archive-description-toggle button {
    background: var(--e-global-color-primary);
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
	font-weight: 600;
/* 	text-transform: uppercase; */
}

/* custom select */
.woocommerce-ordering .SumoSelect.sumo_orderby .optWrapper {
    right: 0;
    left: unset;
}
/* slide product home */
/* .tbay-element-product-categories-tabs .tbay-addon-content {
    float: left;
    width: calc(100% - 0px) !important;
}
.mona-img-right .tbay-element-product-categories-tabs .content-product-category-tab a.banner-img {
    order: 2;
    display: none;
    width: 0;
} */

/* font global */
body .site-content{
    font-size:15px;
    line-height: 1.8 !important;
}
body .site-content li {
    margin-bottom: .5em;
}
/* body .site-content p{
    margin-bottom: 1rem;
} .elementor-widget-text-editor p,  */
.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6 {
    margin-bottom: revert-layer;
}
body .site-content .term-description.woocommerce-taxonomy-archive-description img, body .site-content .wp-caption{
	border-radius: 15px;
}
body .site-content blockquote p{
	margin-bottom: 0;
}
.term-description.woocommerce-taxonomy-archive-description {
    background: white;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #00000014;
}
.wp-caption{
	max-width: 100% !important;
	padding: 0;
}




.video_shorts_wrapper {
	position: relative;
	width: 100%;
	max-width: 350px;
	aspect-ratio: 9 / 16;
	background-size: cover;
	background-position: center;
	border-radius: 12px 12px 0 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent;
}
.video_shorts_wrapper::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,.12); 
	transition: background 0.3s ease;
}
.video_shorts_wrapper .play-button-img {
	position: relative;
	z-index: 2;
	width: 64px;
	height: auto;
	transition: transform 0.3s ease;
}
.video_shorts_wrapper iframe {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	border: none;
	z-index: 3;
	border-radius: 12px 12px 0 0;
}
