HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/eng/wp-content/plugins/jet-elements/assets/scss/addons/_jet-price-list.scss
.jet-price-list {
	list-style: none;
	margin: 0;
	
	.price-list {
		&__item {
			&-inner{
				display: flex;
			}
			
			&-content{
				width: 100%;
			}
			
			&-img-wrap{
				max-width: 200px;
				margin-right: 20px;
				flex: 1 0 100%;
				font-size: 0;
				
				img{
					width: 100%;
				}
			}
			
			&-title {
				&__wrapper {
					display: flex;
					flex: 0 1 100%;
					flex-direction: row;
					flex-wrap: nowrap;
					align-items: center;
					
					> * {
						flex: 0 1 auto;
						flex-grow: 0;
						margin: 0;
					}
				}
			}
			
			&-separator {
				position: relative;
				height: 0;
				flex-grow: 1;
			}
		}
	}
}