/*
Theme Name: Theme-2024
Theme URI: 
Description: 
Author: 
Author URI: 
Template: hello-elementor
Version: 1.0
Text Domain: 
*/

/*
    Add your custom styles here
*/
.elementor-sticky--effects {
/*     background-color: transparent; */
    transition: all 0.5s ease;
}
.elementor-sticky--effects .elementor-widget-wrap{
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	transition: all 0.5s ease;
}
.logo img {
    width: auto;
    max-height: 130px;
    transition: all 0.5s ease;
}

.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    max-width: 100%!important;
    width: 150px!important;
    transition: all 0.5s;
}
.tm-extra-product-options ul.tmcp-elements li{
	margin: 5px 0 !important;
}
.tm-extra-product-options .tm-epo-element-label{
	font-weight: normal;
}
.tm-description{
	color: #333 !important;
}
.woocommerce-message{
	z-index: 10;
}
.tm-extra-product-options-totals .tm-options-totals{
	display: none;
}
.elementor-widget-woocommerce-checkout-page{
	color: #333333;
}
@media (max-width: 480px){
	.elementor-sticky--effects .elementor-widget-theme-site-logo img{
		width: 140px!important;
	}
}