/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.5
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.dotted-line {
    width: 100%;
    display: inline-block;
    border: 1px dotted var(--e-global-color-primary);
    border-block-start: var(--divider-border-width)
}
.span-price{
	font-size: 14px;
	flex: 0 0 auto;
	    line-height: 1;
}
.span-des{
 flex: 0 0 auto;
}
.additional-des {
    display: flex;
    align-items: flex-end;
    gap: 9px;

}
@media screen and (max-width: 479px){
	.span-price{
		font-size: 12px;
	}
}