.productlist .stock {
	flex: none;
	width: 70px;
	text-align: center;
}
.productlist .images {
	flex: none;
	width: 60px;
	text-align: center;
}
.productlist .weight {
	flex: none;
	width: 80px;
	text-align: center;
}
.productlist .price {
	flex: none;
	width: 90px;
	text-align: right;
}
.productlist .size {
	flex: none;
	width: 100px;
}
.productlist .ean {
	flex: none;
	width: 100px;
}
.productlist .code {
	flex: none;
	width: 200px;
}


.images ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.images ul li {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.images ul li img {
	width: 100%;
}

.product .updates ul {
	height: 40vh!important;
}

.soldon {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
}
.soldon li {
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}
.soldon .material-symbols-outlined {
    font-size: 18px;
}

.whc {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.whc li {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	font-weight: 500;
}
.whc li input {
	width: auto;
	margin: 0px 5px 0px 0px;
}

.lang {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.lang li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
.lang li textarea {
	height: 100px;
	transition: all 0.2s;
}
.lang li textarea:focus {
	height: 300px;
}


.sidebox.product .title {
    position: sticky !important;
    padding: 30px 20px 0px 20px !important;
	border-radius: 8px;
    top: -30px !important;
    background-color: #000 !important;
    z-index: 100 !important;
}
.sidebox.product .title button {
	float: right!important;
	padding: 3px 5px!important;
	font-weight: 500!important;
	font-size: 11px!important;
}


.sidebox.product .right strong {
    font-size: 14px;
    display: block;
    margin: 0px 0px 20px 0px;
}


.flags strongg {
	display: block;
	margin: 0px 0px 20px 0px;
}

.flags label {
	display: block!important;
	overflow: hidden!important;
	margin: 0px!important;
}
.flags .onoff {
	float: right!important;
}



