@charset "UTF-8";

/* Main nav cart */
.cart-content-no-products {
	text-align: center;
	margin: 20px 0;
}
.cart-content-actions {
	display: flex;
	justify-content: flex-end;
}
.cart-content-actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #ccc;
	border-right: none;
	font-size: 14px;
	background: #fff;
	color: #777;
	text-decoration: none;
	transition: all ease 0.25s;
}
.cart-content-actions a:hover, .cart-content-actions a:active, .cart-content-actions a:focus {
	text-decoration: none;
	background: #eee;
	color: #d21;
}
.cart-content-actions a:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.cart-content-actions a:last-child {
	border-right: 1px solid #ccc;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.cart-content-actions .icesym {
	position: static;
}

.cart-content-rows {
	display: flex;
	flex-direction: column;
}
.cart-content-row {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.cart-content-cell {
}
.cart-content-cell-image {
	display: block;
	float: left;
	width: 80px;
	min-height: 80px;
	border: 1px solid #ddd;
	border-radius: var(--border-radius-small);
	overflow: hidden;
}
.cart-content-cell-product-info {
	display: block;
	margin: 0;
	padding-top: 10px;
	clear: both;
}
.cart-content-cell-product-info-rows {
	font-size: 15px;
}
.cart-content-cell-quantity-text {
	font-weight: bold;
	margin-bottom: 5px;
}
.cart-content-cell-quantity-total {
	float: right;
	min-height: 80px;
	display: flex;
}
.cart-content-subcell-qt {
}
.cart-content-subcell-qt-quantity {
	padding-left: 5px;
	text-align: right;
}
.cart-content-subcell-qt-total {
	min-width: 110px;
	padding-left: 5px;
	text-align: right;
}
.cart-content-cell-total-price {
	font-weight: bold;
	margin-bottom: 5px;
}
.cart-content-cell-total-reward {
	color: #d21;
}
.cart-content-cell-product-info-messages {
	display: flex;
	color: #777;
	font-size: 15px;
}
.cart-content-cell-product-info-messages-icon {
	width: 20px;
}
.cart-content-cell-product-info-messages-list {
}
@media(min-width: 720px) {
	.cart-content-cell-product-info {
		padding: 0;
		clear: none;
		margin-left: 95px;
	}
}

/* Survey form */
.rating-stars {
	display: inline-block;
	border: 1px solid #999;
	border-radius: 5px;
}
.rating-star {
	display: inline-block;
	font-size: 24px;
	padding: 0 0 2px 5px;
	transition: all ease 0.25s;
}
.rating-star:last-child {
	padding-right: 5px;
}
.rating-star:active,
.rating-star:focus,
.rating-star:hover {
}
.rating-stars:hover .rating-star,
.rating-star:active,
.rating-star:focus,
.rating-star:hover {
	color: rgba(0, 0, 0, 1);
}
.rating-star,
.rating-star:hover ~ .rating-star {
	color: rgba(0, 0, 0, 0.2);
}
.rating-star-highlight {
	color: rgba(0, 0, 0, 85);
}

/* Cart disabled info */
.nav-cart-disabled-info {
	display: block;
	padding: 5px;
	background: rgba(221, 34, 17, 0.1);
	color: #d21;
	margin: 0 auto 15px auto;
	text-align: center;
}
/* Time table */
.nav-cart-time-table-info, .order-time-table-info {
	display: block;
	padding: 15px;
	border: 1px solid #d21;
	background: rgba(221, 34, 17, 0.1);
	color: #d21;
	margin: 0 auto 15px auto;
	text-align: center;
}

/* Closed periods */
.active-closed-period-banner-wrapper {
	margin: 30px 15px;
}
.active-closed-period-banner {
	margin: auto;
	max-width: 600px;
	display: block;
	padding: 15px;
	border-radius: 10px;
	width: 100%;
	background: #d21;
	color: #fff;
}
.active-closed-period-banner a {
	color: hsl(33deg, 100%, 66%);
}
.active-closed-period-banner a:hover, .active-closed-period-banner a:active, .active-closed-period-banner a:focus {
	color: hsl(44deg, 100%, 77%);
}
.active-closed-period-banner p:last-child {
	margin-bottom: 0;
}
.active-closed-period-message {
}
.active-closed-period-message p {
	margin: 0;
}

/* Payment processors */
.payment-processor-logo {
	display: block;
}
.payment-processor-logo img {
	display: block;
	width: 100%;
	max-width: 260px;
	height: auto;
	border: 1px solid #ddd;
}

/* Webshop time table*/
.time-table-actions {
	display: block;
	float: right;
	margin: 0 10px 10px 0;
	padding: 4px 6px;
	background: #fff;
	text-align: left;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 99px;
}

/* Card payment logos */
.card-payment-logos {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px 15px -7.5px;
	justify-content: center;
}
.card-payment-logo {
	display: block;
	margin: 7.5px;
	opacity: 0.5;
	transition: all ease 0.25s;
	text-decoration: none;
}
.card-payment-logo:hover, .card-payment-logo:active, .card-payment-logo:focus {
	opacity: 0.9;
	text-decoration: none;
}
.card-payment-logo img {
	display: block;
	width: auto;
	height: 28px;
}

/* ANAF cards */
.footer-row-anaf-cards {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px 15px -7.5px;
	justify-content: center;
}
.anaf-card {
	display: block;
	margin: 7.5px;
	opacity: 0.5;
	transition: all ease 0.25s;
	text-decoration: none;
}
.anaf-card:hover, .anaf-card:active, .anaf-card:focus {
	opacity: 0.9;
	text-decoration: none;
}
.anaf-card img {
	display: block;
	width: 250px;
	height: auto;
}

.thank-you-page-card-payment-logo { /* img */
	display: block;
	max-width: 160px;
	height: auto;
}

/* Inactive distributor warning */
.inactive-distribor-warning {
	margin-bottom: 15px;
	padding: 10px;
	background: #ffeeed;
	border-left: 5px solid #d21;
	color: #d21;
	font-size: 90%;
}
