@media screen and (min-width: 768px) {
	.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete::before {
		top: 4px;
		position: relative;
	}
	.cart.table-wrapper .product-item-name {
		margin-top: 0;
	}

	.opc-block-shipping-information .shipping-information-title .action-edit {
		top: 0;
	}
}

.catalog-product-view .sleeve-wrapper {
	position: relative;
}

.catalog-product-view .sleeve-question > img, .sleeve-question > picture {
	position: absolute;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	top: 5px;
	right: 5px;
}
.catalog-product-view .sleeve-select {
	border: 1px solid #ddd;
	border-radius: 5px;
	position: absolute;
	width: 360px;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 70px 0 30px;
	font-weight: bold;
	cursor: pointer;
}
@media screen and (max-width: 990px) {
	.catalog-product-view .sleeve-select {
		position: relative;
		top: 10px;
		margin-top: 10px;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.catalog-product-view .sleeve-question {
		margin-top: 0;
		top: 0;
	}
}
.catalog-product-view .sleeve-question > span {
	position: relative;
}
.catalog-product-view .sleeve-question > span::after {
	content: "\f807";
	display: block;
	position: absolute;
	right: -20px;
	top: 12px;
	font-family: "porto-icons";
	margin-top: -12px;
	font-size: 18px;
	color: #777;
}
.catalog-product-view .sleeve-select.expanded .sleeve-options {
	display: block;
	z-index: 10;
}
.catalog-product-view .sleeve-options {
	background-color: #fff;
	position: absolute;
	display: none;
	border: 1px solid #ddd;
	top: 65px;
	left: -1px;
	right: -1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.catalog-product-view .sleeve-options .sleeve-option {
	padding: 20px 30px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

.cart.item .sleeve-pakket {
    position: relative;
    top: -10px;
    left: 8px;
}

.action-delete-pakket::after {
    color: #0088CC;
    content: '\f81a';
    font-size: 18px;
    font-family: 'porto-icons';
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.checkout-cart-index .col.sleevepakket {
	text-align: left;
}
.checkout-cart-index .col.sleevepakket .sleeve-image {
	display: inline-block; 
	height: 24px; 
	margin-left: 135px;
}

.checkout-cart-index .col.sleevepakket .sleeve-image > span {
	display: block;
	width: 18px;
	height: 18px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 5px;
	float: right;
	margin-top: -10px;
}

@media screen and (max-width: 767px) {
	.checkout-cart-index .col.sleevepakket .sleeve-image {
		margin-left: 20px;
	}
}
