/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.1
 Text Domain:  woodmart
*/
.post a{color:black!important; font-weight:500;}
.needsclick.kl-private-reset-css-Xuajs1:hover {background: none;}
.needsclick.kl-private-reset-css-Xuajs1, button.needsclick.klaviyo-close-form.kl-private-reset-css-Xuajs1 {background: none;}

.glsr-elementor .glsr-pagination
{display:flex;
justify-content:center;}


.glsr .glsr-review-images {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
}
/*Reviews fontas Poppins*/
.glsr[data-theme] .gl-flex-1,.glsr-tag-value, .glsr-review-title .glsr-review-title {
    font-family: 'Poppins';}

/*Suskleidziamos sekcijos*/
.more-content {
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.5s ease-out, opacity 0.5s ease-out;
}

.more-content.show {
    display: block;
    height: auto;
    opacity: 1;
}

/* Make sure .more-content is visible in the Elementor editor */
.elementor-edit-area-active .more-content {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}


.more-content.show #collapse {
    display: inline-block;
}

#collapse {
    display: inline-block;
    width: auto;
    white-space: nowrap; /* Prevents text wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    visibility: visible !important; /* Ensure it's visible */
    position: relative; /* Ensure it stays in view */
    margin: 0 auto; /* Center the button */
}

/*Mygtukas cart pakelti per 70px*/
@media screen and (max-width: 480px) {
	#fkcart-floating-toggler {bottom:70px!important;}
	
/*Remove bg from klaviyo popup*/
	button.needsclick.klaviyo-close-form.kl-private-reset-css-Xuajs1 {
    background: none !important;}

	/*Remove small images on new products*/
	.post-id-8571 .rev-img {display: none!important;}
  