#cmp-top-element {
	order: 1;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}


/* Bootstrap fixex */

.cmp-element .aropopover.cmp_clicked {
	background-color: #e5e5e5;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 5);
	z-index: 1;
}


/* Modals */

.cmp-element .aromodal .aromodal-title {
	font-size: 1.2em;
}

.cmp-element #address_varning_aromodal button.modal-close,
.cmp-element #del_zone_warning button.modal-close,
.cmp-element #cmp_precise_streetnumber button.modal-close {
	position: absolute;
	right: -15px;
	top: -15px;
	background-color: white;
	color: black;
	border: none;
	padding: 0px;
	margin: 5px;
	z-index: 1;
	border: 1px solid transparent;
	border-radius: 50%;
	min-width: auto;
	min-height: auto;
	width: auto;
	height: auto;
}


/* Flex box elements*/

.cmp-element .flex-container {
	display: flex;
}

.cmp-element .flex-container-column {
	display: flex;
	flex-direction: column;
}

.cmp-element .flex-container-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-height: 5.5em;
}

.cmp-element div.cmp_aggregate_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

.cmp-element .cmp_second_row .cmp_aggregate_row {
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.cmp-element .cmp-flex-1 {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}


/* Screen max 600px*/

@media only screen and (max-width: 600px) {}


/* Screen max 485px*/

@media only screen and (max-width: 485px) {}


/* Other fixes */

.cmp-element .cmp_form.cmp_centered {
	vertical-align: middle;
}

.cmp-element .cmp_hidden {
	display: none;
}

.cmp-element .arolabel.arolabel-success.cmp-alert {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	right: 0;
	font-size: 1em;
}

#cmp-top-bar-element {
	width: auto;
	display: inline-block;
}

.cmp-element a,
#cmp-top-bar-element a {
	text-decoration: none;
}


/* Top Bar */

.top-bar-cmp-flex-1 {
	flex-direction: column;
}

.cmp-top-bar-header {
	width: 100%;
	border: solid 1px lightgrey;
	border-radius: .5em;
	display: grid;
	/*align-items: center;*/
	grid-auto-flow: column;
	/*grid-template-columns: auto auto;*/
	grid-template-rows: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

.cmp-element .top-bar-place-right .aropopover {
	min-width: 13rem;
}

.cmp-top-bar-header.cmp-top-bar-header-small {
	grid-template-columns: auto;
	grid-template-rows: auto auto auto;
	justify-content: stretch;
	width: 100%;
	justify-self: center;
}

.cmp-top-bar-header.cmp-top-bar-header-small .top-bar-place-right {
	grid-row: 1;
	justify-content: flex-end;
	margin-bottom: .5em;
	border-bottom: solid 1px lightgrey;
	justify-self: stretch;
	padding-bottom: 5px;
	padding-top: 5px;
}

.cmp-top-bar-header-small .cmp-top-bar_address_row {
	width: 100%;
	justify-self: center;
	padding: 0px;
	margin-bottom: .5em;
}

.cmp-top-bar-header-small #cmp_shipping_form {
	max-width: none;
}

.cmp-top-bar-header-small #cmp_checker_top-bar {
	grid-template-columns: 100%;
}

.cmp-element .top-bar-place-right {
	justify-self: end;
	display: flex;
	align-content: center;
	align-items: center;
	color: grey;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cmp-element .top-bar-place-right span.top-bar-icon {
	border-left: 1px solid lightgrey;
	padding-left: 0.6em;
	padding-right: 0.6em;
	min-height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	align-self: stretch;
}

.cmp-element .top-bar-info a::before {
	content: "\f05a";
	font-size: 2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: grey;
	line-height: normal;
}

.cmp-element .top-bar-menu a::before {
	content: "\f5da";
	font-size: 2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: grey;
	line-height: normal;
}

.cmp_left_block {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: flex-start;
}

.cmp-left-margin {
	margin-left: 5px;
}

.cmp-element .cmp-top-bar_address_row {
	margin-left: 0.5em;
	margin-right: 0.5em;
}



.cmp-top-bar-header .cmp-shipping-form {
	margin: 0px;
}

#cmp-pop-min {
	outline: none;
}

.cmp-only-menu {
	display: flex;
	flex-direction: column;
}

.cmp_disabled_input {
	pointer-events: none;
}

.cmp-help-tip {
	color: red;
}

/* Crosshair */

.cmp-crosshair {

	position: absolute;
	right: 0px;

	padding-right: 0.5em;
	color: #eb0064e3;

	font-size: 1.5em;
	cursor: pointer;
}



/* Precise Location Modal */

#cmp_precise_streetnumber .aromodal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* Delivery switch */

.cmp-inline {
	padding-top: 0.5em;
}

#cmp_checker_big_devices h5 {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.cmp_center_block {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
}

#cmp_checker_top-bar .cmp_center_block {
	justify-content: flex-start;
}

#cmp_checker_big_devices h5 {
	font-size: 0.8em;
}

.product-quantity input {
	font-weight: bold;
}



#cmp_delivery_notice_outer,
#cmp_min_amount_message_del,
#cmp_min_items_message_del {
	text-align: center;
}

form.cmp-shipping-form+#cmp_delivery_notice_outer {
	margin-top: 1.5em;
}


/* Address form */

#cmp-top-bar-element form#cmp_shipping_form {
	width: 100%;
}

#cmp_adress_row p {
	margin: 0px;
}


/* Shipping forms */

#cmp_checker_top-bar {
	padding-top: 5px;
	padding-bottom: 5px;
}

#cmp_extern_switch .cmp-shipping-form #cmp_address_fractions.cmp-shipping-form {
	margin: 0px;
	padding: 0px;
}

.cmp_side_switch #cmp_shipping_form {
	padding-top: 15px;
}

.cmp_side_switch .cmp_zip_form {
	flex-direction: column;
}

.cmp_side_switch #cmp_adress_row {
	margin-top: 10px;
}

.cmp_side_switch .cmp_zip_form #cmp_zip {
	/* width:auto;*/
	margin: 0px;
	margin-bottom: 10px;
}

.cmp_side_switch #cmp_checker {
	height: auto;
}

.cmp_side_switch .cmp_zip_form #cmp_zip_button {
	margin: 0px;
}

#cmp-top-element .cmp_side_switch #cmp_zip {
	width: 100%;
}

.aroaffix.top_small_affixed #cmp_shipping_form {
	padding-left: 10px;
	padding-right: 10px;
	transform: scale(.9);
}

#cmp-top-element #cmp_checker_big_devices,
.aroaffix.top_small_affixed #cmp_checker_big_devices {
	margin-bottom: 1px;
}

.cmp-address-shortcode form#cmp_shipping_form input {
	max-width: 25em;
}

.cmp-address-shortcode {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-left: 10px;
}

#cmp_delivery_notice_wrapper {
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 2em;
	text-align: center;
	font-size: 1.1em;
	display: flex;
	justify-content: center;
}


/* Zip form */

#cmp_adress_row form.cmp-shipping-form {
	margin: 0px;
	/*  margin-bottom: -1em;*/
}

.cmp_zip_form {
	display: flex !important;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#cmp_zip_button,
#cmp_address_button {

	flex-shrink: 0;
}

#cmp_adress_row.cmp-zip-shortcode .cmp_zip_form {
	justify-content: center;
	flex-wrap: wrap;
}

#cmp_adress_row.cmp-zip-shortcode .cmp_zip_form #cmp_zip_button {
	margin: 0px;
	flex-shrink: 1;
}

#cmp_adress_row.cmp-zip-shortcode .cmp_zip_form #cmp_zip {
	max-width: 8em;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.cmp-form-zip-inner {
	min-width: 5em;
	max-width: 7em;
	margin-left: auto;
	margin-right: 0.5em;
	position: relative;
}

.cmp-form-zip-inner.cmp-has-crosshair {
	min-width: 6em;
	max-width: 8em;
	display: flex;

	align-items: center;

}



.cmp_zip_form div,
.cmp_zip_form button {

	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.cmp_zip_form {
	flex-wrap: wrap;
}

.cmp-text-feedback.cmp-success #cmp_delivery_notice {
	box-shadow: 0px 0px 10px 6px #c3f0c3;
	background-color: #c3f0c3;
}

.cmp-text-feedback.cmp-fail #cmp_delivery_notice {
	box-shadow: 0px 0px 10px 6px #ffb4b4d1;
	background-color: #ffb4b4d1;
}

input.cmp-form-feedback.cmp-success:focus,
input.cmp-form-feedback.cmp-success {
	border-color: #6dd26f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

input.cmp-form-feedback.cmp-fail:focus,
input.cmp-form-feedback.cmp-fail {
	border-color: #ec5c5c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec5c5c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec5c5c;
}

div .cmp-feedback-icon {
	align-self: center;
	position: absolute;
	right: 15px;
	display: none;
}

.cmp-pick-icon {
	margin-right: 5px;
}

.cmp-map-message-box {
	background-color: rgb(39, 111, 191);
	color: white;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 56px;
	padding: 16px;
	position: relative;
	z-index: 1;
	-webkit-animation: slide-in-top .5s alternate both;
	animation: slide-in-top .5s alternate both;
}


/* Screen size style adjustments*/


/* Browser Compatibility */


/* IE 10+ */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	#cmp_checker_top-bar {
		display: flex;
	}

	.cmp-element .del_address_row.cmp-top-bar_address_row {
		min-width: 100%;
	}

	#cmp_checker .cmp_center_block {
		justify-content: flex-start;
	}
}

#cmp_adress_row {
	display: block;
}

form#cmp_shipping_form {
	display: flex;
}

#cmp-wrapper {
	display: flex;


}

.cmp-no-border,
.cmp-no-border .top-bar-icon {
	border: none !important;
}

.cmp-flex-center {
	justify-content: center;
}

.cmp-flex-right {
	justify-content: flex-end;
}

.cmp-flex-left {
	justify-content: flex-start;
}


/* Browser Compatibility */


/* IE 10+ */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.cmp-top-bar-header {
		display: flex;
		justify-content: space-between;
	}
}
