

/* Start:/local/templates/aspro_next_modify/components/ma/custom.html/package_prices/css/list.css?1777351904857*/
/**
 * 
 */

.package-prices.package-prices--list {
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 15px;
	color: #666;
	margin-top: -6px;
	margin-bottom:  20px;
}
.view_block .package-prices.package-prices--list {
	justify-content: center;
}
	.package-prices--list button.package-prices__item {
		background-color: #f6f6f6;
	} 

	.package-prices--list .package-prices__item {
		margin-right: 4px;
	}   

	.package-prices--list .package-price {
		padding: 3px 6px;
		margin-top: 4px;

		border-color: transparent;
	}   

	/*.package-prices--list .package-price:hover,
	.package-prices--list .package-price:focus,
	.package-prices--list .package-price:active,
	.package-prices--list .package-price--active {
		border-color: #fcb819;
	}*/

	.package-prices--list .package-price:active,
	.package-prices--list .package-price--active {
		padding: 2px 5px;
	}

/* End */


/* Start:/local/templates/aspro_next_modify/components/ma/custom.html/package_prices/css/common.css?17773519041318*/
/**
 * 
 */
.package-prices {
	display: flex;
} 

	button.package-prices__item {
		appearance: none;
		/*padding: 0;*/
		/*border: none;*/

		color: inherit;
		font: inherit;
	}

	.package-prices__item {
		cursor: pointer;
	}  

	.package-price {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;

		box-sizing: border-box;
		border: 1px solid #dadada;
		border-radius: 2px;
	} 

	.package-price:hover,
	.package-price:focus,
	.package-price:active,
	.package-price--active {
		border-color: #fcb819;
	}

	.package-price:active,
	.package-price--active {
		border-width: 2px;
	}

		.package-price__row {
			white-space: nowrap;
		}

		.package-price__row--price {
			color: #333;
		}

		.package-price__row--per-count {
			color: #6c6c6c;
		} 

		.package-price__row--discount-percent {
			display: flex;
			/*justify-content: center;*/
			align-items: center;

			position: absolute;
			height: 22px;
			top: -11px;

			padding: 0 6px;

			background: #fff;
			border: 1px solid #fe5252;
			box-sizing: border-box;
			border-radius: 15px;

			color: #fe5252;
			line-height: 15px;
			font-size: 12px;
		}

		.package-price:active .package-price__row--discount-percent,
		.package-price--active .package-price__row--discount-percent {
			top: -12px;
		}
/* End */
/* /local/templates/aspro_next_modify/components/ma/custom.html/package_prices/css/list.css?1777351904857 */
/* /local/templates/aspro_next_modify/components/ma/custom.html/package_prices/css/common.css?17773519041318 */
