/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 17 2025 | 07:22:56 */
a.kit-download-files{
	position: relative;
	width: 42px; height: 42px;
	padding: .75em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--e-global-color-primary);
	border-radius: 4px;
	background-color: #fff;
}
a.kit-download-files svg{
	fill: var(--e-global-color-primary);
}
a.kit-download-files:hover{
	color: #fff;
	background-color: var(--e-global-color-primary);
}
a.kit-download-files:hover svg{
	fill: #fff;
}
a.kit-download-files .fa-download{
	font-family: "Font Awesome 5 Free";
	font-size: 100%; font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
a.kit-download-files .fa-download:before{content: "\f019";}


/*** REVIEWS / COMMENTS ***/
/*** comments ***/
body.single .comment-text{
    border-color: #393939 !important;
    background-color: var(--e-global-color-ce7617c);
}
body.single .comment-text p.meta{
    color: var(--e-global-color-primary) !important;
}
/*** Form ***/
body.single .comment-reply-title{
    display: block;
    margin-bottom: 1rem;
    font-size: 2em;
    color: var(--e-global-color-secondary);
}
body.single .comment-form-rating{
    display: flex;
    align-items: center;
}
body.single .comment-form-rating label{
    font-size: 1.25em;
}
body.single .comment-form-rating p.stars{
    margin: 0 !important;
    margin-left: 1rem !important;
}
body.single .comment-form-rating .stars span{
    display: flex;
}
body.single p.comment-form-comment{
    margin: 1rem 0 !important;
}
body.single p.comment-form-comment label{ margin-bottom: 12px;
}
/*** textarea ***/
body.single textarea#comment{
    display: block;
    width: 100%; height: 210px; min-height: 120px; max-height: 350px;
    padding: 10px;
    border-radius: 4px;
    color: #FFFFFF;
    outline: none;
    border-color: #393939;
    background-color: var(--e-global-color-ce7617c);
    resize: vertical;
    transition: 0.2s;
}
body.single textarea#comment:focus{
    border-color: #e54e8880;
}
/*** btn submit ***/
body.single input#submit{
    display: block;
    width: 100%;
    line-height: 35px;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    transition: all 0.2s;
    border-radius: 8px;
}
/**** Messenger ******/
/**** Message counter *****/
.bp-better-messages-unread{
	background-color: var(--e-global-color-primary) !important;
}


html:has(#messenger-main-wrap),
body:has(#messenger-main-wrap)
{
    width: 100%; height: 100%;
    overflow: hidden;
}
html:has(body.dialog-body.admin-bar #messenger-main-wrap){
	margin: 0 !important;
	padding-top: 32px;
}
body:has(#messenger-main-wrap) div[data-elementor-type="wp-page"]{
	height: calc( 100% - 60px );
	position: relative;
}
#messenger-nav-tab-item{
	background-color: var(--e-global-color-primary);
}
#messenger-nav-tab-item a,
#messenger-nav-tab-item svg{
	color: var(--e-global-color-72cf6f2);
	fill: var(--e-global-color-72cf6f2);
}

#messenger-main-wrap{
    width: 100%; height: 100%;
}
/*body.admin-bar #messenger-main-wrap{
    top: 92px;
}*/

#messenger-shortcode{
    width: 100%; height: 100%;
    /*position: absolute; top: 0; left: 0; bottom: 0;*/
}
#messenger-shortcode .elementor-shortcode,
#messenger-shortcode .bp-messages-wrap-main,
#messenger-shortcode .bp-messages-wrap,
#messenger-shortcode .bp-messages-threads-wrapper{
    height: 100% !important;
    border: none;
    border-radius: 0 !important;
}

/************* ELEMENTOR ***************/

/**** Woo Product Gallery EA *****/
#eael-product-gallery .image-wrap{
    overflow: hidden;
}
body:not(.logged-in) #eael-product-gallery .image-wrap img{
    filter: blur(10px);
    transform: scale(1.15);
}
#eael-product-gallery .eael-product-price del{
    opacity: .5;
}
#eael-product-gallery .eael-product-price ins{
    text-decoration: none;
}
#eael-product-gallery li a.download-files,
#eael-product-gallery li a.added_to_cart{
    color: var(--e-global-color-primary) !important;
    background-color: #fff !important;
}