/*------------------------
   SHOPPING CART
------------------------*/
/* Cart in header */

.Varukorg.PoP .AIRvarukorg-Qty {
	opacity: 1;
}

/* Cart dropdown */
#AIRvarukorg-Wrap
	input:not([type='checkbox']):not([type='radio']):not([type='button']):not([type='submit']):not([type='reset']):not([type='file']):not(
		[type='color']
	):not([type='range']):not(#sokterm) {
	line-height: normal;
}
#AIRvarukorg-Wrap .canvas-header::before {
	/*	font-family: "Font Awesome 5 Pro";
	content: "\f07a";
	font-weight: 200;*/
	content: ' ';
	position: absolute;
	top: calc(0.25 * var(--gutter));
	left: var(--gutter);
	width: 40px;
	height: 40px;
	padding: 0;
	display: inline-block;
	background-image: url(/themes/develop_a11y/design/css/icons/original_svgs/varukorg.svg);
}
#AIRvarukorg-Wrap .canvas-header .Close::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00d';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    line-height: initial;
    background: var(--base-background7);
    color: var(--base-color7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    padding: 8px;
}
#AIRvarukorg-Wrap .RowWrap {
	overflow-y: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

/* Btn */
.TxtWrap .Rem {
	/*position: absolute;
	right: 0;
	top: 0;*/
	display: none !important;
}
.TxtWrap .Sub:before,
.TxtWrap .Add:before,
.TxtWrap .Rem:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 200;
	font-weight: 1.2rem;
}
.TxtWrap .Sub:before {
	content: '\f068';
}
.TxtWrap .Add:before {
	content: '\f067';
}
.TxtWrap .Rem:before {
	content: '\f00d';
	margin-left: 1rem;
}
.Checkout {
	text-align: center;
	margin: 0 auto;
	width: 70%;
}

/* txt */
.SumWrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin: 1em 0;
}
.SumTxt {
	margin: 0 5px;
}
.fraktfriinformation,
.BError {
	padding: var(--gutter);
}
.br-vk {
	display: none;
}

/* font weight / size */
.VarukorgVarum,
.DescrWrap .Descr {
	font-size: 12px;
}
.DescrWrap .Descr {
	font-weight: 700;
}
.SumTxt,
.Sum {
	font-size: 20px;
	font-weight: 700;
}
.TxtWrap .Price {
	font-weight: 700;
}
.TxtWrap .price-type-campaign .price-ordinary {
	color: var(--lowlight-color1);
	text-decoration: line-through;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.TxtWrap .price-type-campaign .price-campaign {
	color: var(--danger-color);
}
.TxtWrap .Rabatt {
	color: var(--base-color7);
	background: var(--base-background4);
	display: inline-block;
	font-size: 12px;
	padding: 0 5px;
	line-height: 1.7;
	display: none;
}
.BError {
	color: var(--danger-color);
}
.BError {
	font-size: 0.8rem;
}

/* Cart Row */
.BWrap .Row {
	border-bottom: 1px solid #f1f1f1;
	padding: 0.5rem 1rem 0.5rem;
}
.BWrap .Row,
.BWrap .Row > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.BWrap .Row .Img {
	justify-content: center;
	align-items: center;
	padding: 0 0.5rem;
}
.BWrap .Row .TxtWrap {
	position: relative;
	align-items: center;
	flex-wrap: wrap;
}
.BWrap .Row .Img {
	flex: 0 1 25%;
}
.BWrap .Row .TxtWrap {
	flex: 0 1 75%;
}
.DescrWrap {
	flex: 100%;
	margin-bottom: 0.3rem;
}
.TxtWrap .Price {
	flex: 1 1 25%;
	text-align: right;
	margin-left: auto;
}
input[type='text'].Qty {
	flex: 0 1 20%;
}
.TxtWrap .Sub,
.TxtWrap .Add,
.TxtWrap .Rem {
	all: unset;
	flex: 0 1 10%;
	text-align: center;
	cursor: pointer;
}
.TxtWrap .Sub {
	order: 1;
}
input[type='text'].Qty,
.TxtWrap .Sub + label {
	order: 2;
}
.TxtWrap .Sub + label > span {
	display: none;
}
.TxtWrap .Add {
	order: 3;
}
.TxtWrap .Rem {
	order: 4;
}
.TxtWrap .Price {
	order: 5;
}
input[type='text'].Qty {
	pointer-events: none;
    padding: 0 !important;
    min-width: 3em;
	text-align: center;
	font-weight: 700;
	border: 0;
	height: 30px !important;
	font-size: 11px;
	margin: 0 5px;
}
input[type='text'].Qty:hover {
	border-color: var(--border-color1) !important;
}
.BWrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.BWrap .Footer {
	/*margin-top: auto;*/
	margin-bottom: 3rem;
	padding-top: 1rem;
	border-top: 1px solid #f1f1f1;
	align-items: center;
	text-align: center;
	gap: 0;
	font-size: 0.9rem;

}

/* Infogade inneh�llsblock */
.HTML_infogad_under_checkout,
#AIRvarukorg-Wrap #EmptyBtn {
	padding: var(--gutter);
	text-align: center;
}
.HTML_infogad_under_checkout {
	padding-bottom: 8px;
}
.HTML_infogad_under_checkout i {
	margin-right: 5px;
}
#AIRvarukorg-Wrap #EmptyBtn {
	padding-top: 0;
}
#AIRvarukorg-Wrap #EmptyBtn::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f2ed';
	margin-right: 5px;
}

#AIRvarukorg-Wrap .BWrap {
	position: relative;
}

/* Mobile only */
@media screen and (max-width: 768px) {
	.Varukorg {
		justify-content: center;
	}

	.AIRvarukorg-Qty {
		position: absolute;
		z-index: 1;
		top: -10px;
		right: -15px;
	}

	.AIRvarukorg-Sum {
		display: none !important;
	}

	.BWrap .Footer {
		min-height: 25%;
	}
	input[type='text'].Qty {
		min-width: 2.4em;
	}
	.TxtWrap .Price, .TxtWrap .price-history-lowest-price {
		font-size: 0.8rem;
	}
}
