#main > #system-message-container joomla-alert {
	padding: 15px 20px;
	margin-top: 50px;
}

#main > #system-message-container .visually-hidden {
	display: none !important;
}

.pc-view,
.ph-cart-module-box {
	margin-top: 40px;
}

.ph-cart-module-box .ph-small {
	font-size: 16px;
}

.ph-items.grid > .uk-grid > .ph-cb {
	display: none !important;
}

.ph-items .ph-item-box .ph-image {
	padding: 25px 0;
}

.ph-items .ph-item-box .ph-item-content {
	text-align: center;
}

.ph-items .ph-item-box .ph-product-header a {
	text-decoration: none;
	color: #009540 !important;
	display: block;
	padding: 15px 0 0 0;
	font-weight: 700;
	font-size: 1em;
}

.ph-items .ph-item-box .ph-item-desc {
	color: #191919;
	padding: 1em 0;
	font-size: .9em;
	line-height: 140%;
}

.ph-items .ph-item-box .ph-item-desc p {
	margin: 0;
}

.ph-items .ph-item-box .ph-category-price-box .ph-price-txt {
	display: none;
}

.ph-items .ph-item-box .ph-category-price-box .ph-price-brutto {
	float: none;
	font-size: 1.5em;
	padding: 5px 0;
	font-weight: 500;
	color: #009540;
}

.ph-items .ph-item-box .ph-item-action-box .ph-category-action-buttons  {
	margin-top: 20px;
}

.ph-items .ph-item-box .ph-item-action-box .ph-category-action-buttons > form {
	display: flex;
	flex-direction: column;
}

.ph-btn,
.ph-top .uk-button,
.ph-checkout-box-login .uk-button,
.ph-checkout-box-address .uk-button,
.ph-checkout-box-shipping .uk-button,
.ph-checkout-box-payment .uk-button,
.ph-items .ph-item-box .ph-item-action-box .ph-category-action-buttons .uk-button {
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 12px 22px;
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	font-size: .9em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #009540;
	margin: 10px 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
	margin: 0;
}

.ph-checkout-box-login .uk-button,
.ph-checkout-box-address .uk-button,
.ph-checkout-box-shipping .uk-button,
.ph-checkout-box-payment .uk-button {
	background: #ffffff;
}

.ph-btn:focus,
.ph-btn:hover,
.ph-top .uk-button:hover,
.ph-checkout-box-login .uk-button:hover,
.ph-checkout-box-address .uk-button:hover,
.ph-checkout-box-shipping .uk-button:hover,
.ph-checkout-box-payment .uk-button:hover,
.ph-items .ph-item-box .ph-item-action-box .ph-category-action-buttons .uk-button:hover {
	background: #252523;
	border-color: #252523;
	color: #fff;
}

.ph-checkout-box-login,
.ph-checkout-box-address,
.ph-checkout-box-shipping {
	margin-bottom: 20px;
}

.ph-items .ph-item-box .ph-item-action-box .ph-category-action-buttons .ph-button-view-product-box .uk-button {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	opacity: 0;

	/*display: none;*/
}

.ph-items .ph-item-box .ph-item-action-box .ph-category-action-buttons .ph-button-add-to-cart-box .uk-button,
.ph-items .ph-item-box .ph-item-action-box .ph-category-action-buttons .ph-button-choose-variant-box .uk-button {
	z-index: 1;
	position: relative;
}

.ph-items .ph-item-box .ph-item-action-box .ph-category-action-buttons .ph-cb {
	display: none;
}

.ph-items .ph-item-box .ph-item-content {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15) !important;
	padding: 25px 25px;
}

.ph-items .ph-row-flex.grid .row-item {
	padding-left: 7.5px;
	padding-right: 7.5px;
	padding-bottom: 15px;
}


/* product detail page */
.pc-item-view .ph-item-price-panel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.pc-item-view .ph-item-price-panel .ph-header {
	order: 1;
	font-weight: 300;
	font-size: 2em;
	padding: 0 20px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	line-height: 110%;
	border-bottom: 1px solid #009540;
	width: calc(100% - 40px);
}

.pc-item-view > .ph-top {
	margin-bottom: 40px;
}

/*.pc-item-view .ph-item-price-panel #phItemPriceBoxItem1,
.pc-item-view .ph-item-price-panel #phItemPriceBoxItem2*/
.pc-item-view .ph-item-price-panel > div:not(.ph-desc):nth-child(2) {
	order: 2;
	width: max-content;
	padding: 0  20px;
}

/*.pc-item-view .ph-item-price-panel #phItemIdBoxItem1,
.pc-item-view .ph-item-price-panel #phItemIdBoxItem2*/
.pc-item-view .ph-item-price-panel > div:not(.ph-desc):nth-child(4),
.pc-item-view .ph-item-price-panel > div:not(.ph-desc):nth-child(5) {
	order: 3;
	width: max-content;
	display: flex;
	align-items: center;
	padding: 0  20px;
}

.pc-item-view .ph-item-price-box .ph-price-brutto {
	font-size: 1.5em;
	padding: 5px 0;
	font-weight: 500;
	color: #009540;
	float: unset;
}

.pc-item-view .ph-item-sku-box .ph-sku {
	font-size: .9em;
	float: unset;
}

.pc-item-view .ph-item-sku-box .ph-sku:before {
	content: "Art.-Nr.: : ";
}

.pc-item-view .ph-item-price-panel .ph-desc {
	order: 4;
	font-size: .9em;
	line-height: 140%;
	border-top: 1px solid #009540;
	padding: 0 20px;
	padding-top: 25px;
	margin-top: 15px;
	width: calc(100% - 40px);
}

.pc-item-view .ph-item-price-panel .ph-desc p {
	margin: 0 !important;
}

.pc-item-view .ph-item-price-panel .phItemCartBoxForm {
	order: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: calc(100% - 40px);
}

.pc-item-view .ph-item-price-panel .phItemCartBoxForm .ph-form-quantity {
	height: 100%;
}

.pc-item-view .ph-item-price-panel .phItemCartBoxForm .ph-form-quantity .ph-input-quantity {
	height: 100%;
	font-size: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dddddd;
	color: #009540;
	width: 50px;
	padding: 0 8px;
}

.pc-item-view .ph-item-price-panel .phItemCartBoxForm .ph-item-attributes-box > .ph-attribute-title {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	font-weight: bolder;
	margin-top: 20px;
}

.pc-item-view .ph-item-price-panel .phItemCartBoxForm .ph-item-attributes-box > .ph-attribute-title .ph-req {
	color: #009540 !important;
	padding: 0 2px;
}

.pc-item-view .ph-item-price-panel .phItemCartBoxForm .ph-item-attributes-box  {
	width: 100%;
	margin-top: -4px;
}

.pc-item-view .ph-item-price-panel .phItemCartBoxForm .ph-item-attributes-box .form-select {
	width: 100%;
	background: #fff;
	color: #666;
	font-size: 1em;
	transition: .2s ease-in-out;
	transition-property: color, background-color, border;
	border: 1px solid #DEDEDE !important;
	box-shadow: unset !important;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 305px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.pc-item-view .ph-item-price-panel .phItemCartBoxForm .ph-item-attributes-box .form-select:focus-visible {
	border: 1px solid #DEDEDE !important;
}

.ph-item-bottom-box .uk-tab > .uk-active > a {
	color: #009540 !important;
	font-weight: 600;
}

.ph-item-bottom-box .uk-tab > li > a {
	padding: 10px 20px !important;
}

.pc-item-view .ph-cb,
.pc-item-view .ph-item-price-panel .ph-item-price-box .ph-price-txt,
.pc-item-view .ph-item-price-panel .ph-item-sku-box .ph-sku-txt,
.pc-item-view .ph-item-price-panel .phItemCartBoxForm .ph-item-attributes-box > .ph-available-options-title,
.pc-item-view .ph-item-price-panel .phItemCartBoxForm .ph-form-quantity > label {
	display: none !important;
}

.ph-checkout-cart-box {
	margin-bottom: 50px;
}

.phCheckoutCartBox .ph-cart-empty {
	margin-bottom: 45px;
}

.ph-checkout-cart-box .ph-checkout-cart-row-hr {
	margin: 15px 0 !important;
}

.ph-checkout-cart-box .ph-checkout-cart-row-hr > div {
	padding: 0 !important;
}

.ph-checkout-cart-box .input-group  {
	display: flex;
	align-items: center;
	column-gap: 7px;
}

.ph-checkout-cart-box .input-group .uk-button {
	width: 50px;
	height: 40px;
	padding: 10px 15px;
}

.ph-checkout-cart-box .input-group .ph-input-quantity {
	font-size: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dddddd;
	color: #009540;
	width: 50px;
	padding: 0 8px;
}

.ph-checkout-cart-box .ph-small {
	font-size: 0.85em;
}

.ph-checkout-cart-box .ph-checkout-attribute-box {
	color: #9C9898;
	margin-left: 22px;
}


.ph-checkout-cart-box .ph-checkout-attribute-box .ph-cart-small-attribute {
	margin-left: -3px;
}

.ph-checkout-cart-box > .ph-checkout-cart-row-item {
	margin: 30px 0 !important;
}

.ph-checkout-box-login {

}

.ph-checkout-box-header,
.ph-checkout-box-header-pas {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-left: 0;
}

.ph-checkout-box-header .ph-checkout-icon-spec-box > span,
.ph-checkout-box-header-pas .ph-checkout-icon-spec-box > span {
	/*height: 23px;*/
	height: calc(100% - 16px);
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ph-account-box-header-pas h3, .ph-account-box-header h3, .ph-checkout-box-header-pas h3, .ph-checkout-box-header h3 {
	padding: 13px 17px;
	font-size: 19px;
}

.ph-checkout-box-action {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 30px;
}

.pc-checkout-view .uk-select,
.pc-checkout-view .uk-select:focus-visible {
	border: 1px solid #e5e5e5 !important;
	box-shadow: unset !important;
}

.ph-checkout-box-action .ph-pull-right {
	margin-right: 0;
}

.ph-checkout-box-action .required {
	color: #191919;
}

.ph-checkout-box-action .required .star {
	color: #009540;
}

.ph-checkout-icon-spec-finished {
	background-color: #009540;
}

.ph-checkout-box-action .ph-box-header {
	margin-bottom: 15px !important;
}

.ph-checkout-box-payment .ph-checkout-box-action > div:not(.ph-payment-price-box):not(.ph-payment-title-box):not(.ph-checkout-payment-row) {
	margin-top: 35px;
}

.ph-checkout-box-payment .ph-checkout-box-action .ph-pull-right {
	margin-top: -5px;
}

.ph-checkout-billing-row,
.ph-checkout-shipping-row {
	row-gap: 20px !important;
	display: flex;
	flex-direction: column;
}

.ph-checkout-billing-row .ph-box-header,
.ph-checkout-shipping-row .ph-box-header {
	margin-bottom: 0px !important;
}

.ph-checkout-confirm-box-row {
	margin-top: 30px;
}

.ph-checkout-confirm-box-row .ph-checkout-checkbox-confirm {
	padding-right: 0;
	margin-top: 15px;
}

.ph-checkout-confirm-box-row .ph-checkout-confirm-box-row-checkboxes {
	margin-top: 10px;
}

.ph-checkout-confirm-box-row .ph-checkout-confirm {
	margin-top: 25px;
}

.ph-checkout-confirm-box-row .dsgvo-checkbox {
	float: unset;
	width: 100%;
	margin-top: 35px;
	padding-left: 30px;
}

.ph-checkout-confirm-box-row .dsgvo-checkbox > label {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	width: 100%;
	text-align: center;
}

.ph-checkout-confirm-box-row .dsgvo-checkbox > label > input[type="checkbox"] {
	height: 33px;
	width: 33px;
	background-size: 22px;
	border-radius: 2px;
	margin-top: 0px;
	margin-right: 0 !important;
}


@media only screen and (max-width: 959px) {
	.pc-item-view .ph-item-price-panel {
		margin-top: 30px;
	}

	.pc-item-view > .row > div,
	.pc-item-view .ph-item-image-box {
		padding-left: 0;
	}

	.pc-item-view .ph-item-price-panel .ph-header,
	.pc-item-view .ph-item-price-panel .ph-desc,
	.pc-item-view .ph-item-price-panel .phItemCartBoxForm {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.ph-checkout-box-address .ph-checkout-shipping-row {
		margin-top: 50px;
	}

	.ph-checkout-billing-row .row > div, 
	.ph-checkout-shipping-row .row > div {
		padding-left: 0 !important;
	}

	.ph-checkout-box-shipping .ph-checkout-box-action .ph-shipping-title-box {
		margin: 15px 0;
	}

	.ph-checkout-box-shipping .ph-checkout-box-action .ph-shipping-price-box {
		text-align: right;
	}
}

@media only screen and (max-width: 676px) {
	.ph-checkout-confirm {
		float: unset;
		text-align: center;
	}

	.ph-checkout-confirm-box-row .ph-checkout-checkbox-confirm {
		text-align: center;
		padding-left: 25px;
	}	
}

@media only screen and (max-width: 639px) {
	.ph-checkout-cart-box {
		margin-bottom: 60px;
	}

	.ph-checkout-cart-box > .ph-checkout-cart-row-header {
		display: none !important;
	}

	.ph-checkout-cart-box > .ph-checkout-cart-row-item > div {
		padding: 0;
	}

	.ph-checkout-cart-box > .ph-checkout-cart-row-item .ph-checkout-cart-title,
	.ph-checkout-cart-box > .ph-checkout-cart-row-item .ph-checkout-cart-brutto {
		margin: 20px 0;
		text-align: center;
	}
	
	.ph-checkout-cart-box .ph-checkout-cart-row-attributes > div {
		padding-left: 0;
	}

	.ph-checkout-cart-box .ph-checkout-cart-row-attributes .ph-checkout-attribute-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-left: 10px;
	}

	.ph-checkout-cart-box > .ph-checkout-cart-row-item {
		margin-top: 50px !important;
	}

	.ph-checkout-cart-box > .ph-checkout-cart-row-hr:nth-child(2) {
		display: none !important;
	}

	.ph-account-box-header-pas h3, .ph-account-box-header h3, .ph-checkout-box-header-pas h3, .ph-checkout-box-header h3 {
		line-height: 1.2;
	}
}

@media only screen and (max-width: 499px) {
	.ph-checkout-box-action-raw {
		margin-right: 0 !important;
	}

	.pc-view, .ph-cart-module-box {
		margin: 0 20px;
	}

	.ph-checkout-box-action-raw .ph-checkout-confirm-row,
	.ph-checkout-box-action-raw .ph-checkout-checkbox-confirm {
		padding-left: 0 !important;
	}

}