#load-more-container {
	width: 100%;
/*	background-color: yellow;*/
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.left-block {
	float: left;
	width: 50%;
}
.right-block {
	float: right;
	width: 50%;
	padding-left: 20px;
}

.owneritemnumber {
	border-bottom: 1px solid black;
    margin: 10px 20px 0 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.tags-container {
	margin: 30px 20px 20px 20px;
}
.tags-container b {
	padding: 0 4px;
	margin-left: 4px;
	background-color: #666;
	color: #fff;
	border-radius: 4px;
}
.tags-container ul {
	display: flex;
	align-items: center;
	overflow-x: scroll;

}
.tags-container li {
	border: 1px solid black;
    display: inline-flex;
    padding: 10px;
    margin: 0 10px 10px 0;
    white-space: nowrap;
}
.tags-container a {
	color: #000;
}
.tags-container li.selected {
	background-color: #dbdbdb;
}

.tagsavebtn {
	margin-left: 10px;
	font-size: 16px;
	padding: 2px 5px;
	height: 32px;
	cursor: pointer;
	background-color: yellow;
}
.tegedit {
	border: 1px solid yellow !important;
}

.leftma {
	margin-left: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
figcaption {
	padding: 8px;
	padding-top: 4px;
    font-size: 13px;
    text-align: center;
    background-color: #e2fcfc;
}

.item-img-cont {
	width: 100%;
	aspect-ratio: 1 / 1;
	/*overflow: hidden;*/
	background-color: #ddd;
	margin-bottom: 10px;
}
.item-imgsel-cont {
	margin-bottom: 10px;
	display: flex;
}
.item-imgsel-cont img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.item-imgsel-cont img:hover {
	outline: 2px solid yellow;
}
.item-imgsel-cont img.sel  {
	outline: 2px solid #000;
}


.item-img-above-cont {
	width: 100%;
	height: 48px;
/*	background-color: #ccc;*/
	margin-bottom: 10px;
}
.item-img-above-cont h2 {
	float: left;
}

#edititemcont .item-imgsel-cont img {
	width: 160px;
	height: 160px;
}

.hide {
	display: none;
}
.buybtn {
	width: 100%;
	background-color: #90ceee;
	margin-top: 20px;
	border: none;
}
.pricing {
	width: 100%;
    border: none;
    background-color: yellowgreen;
}
.shipbtn {
	width: 100%;
    border: none;
    margin-top: 20px;
	border-bottom: 1px solid black;
	color: black;

}

.extra-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.extra-list li {
    font-family: "Azeret Mono";
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 10px;
    background-color: #d3e8e9;
}

.itemdesc {
	margin-top: 20px;
	color: black;
	font-size: 16px;
	line-height: 1.4em;
	border-bottom: 1px solid black;
    padding-bottom: 20px;
}
.aidesc {
	margin-top: 20px;
	color: black;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6em;
}
.aidesc .material-icons {
	margin-right: 5px;
	color: #007bff;
}
.aideschead {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-weight: 700;
}

.usercard {
	border-radius: 0;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.176);
	background-color: #fff;
	margin-top: 20px;
	height: 82px;
}
.usercard a {
	color: blue;
	font-weight: bold;
    float: right;
    margin-right: 5px;
}

.usercard-body {
	display: flex;
}
.usercard-img img {
	width: 72px;
	height: 72px;
	border-radius: 8px;
	max-width: 100%;
	margin-right: 15px;
}
.usercard-name {
	flex-grow: 1;
	margin-top: 8px;
}
.usercard-name h5 {
	font-size: 1.25rem;
	margin: 0;
	margin-bottom: 0.25rem;
	color: #000;
}
.usercard-name p {
	font-size: 1rem;
	color: #666;
	margin: 0;
	margin-bottom: 1rem;
}
.usercard-stat {
	background-color: #efefef;
	border-radius: 8px;
	padding: 0.5rem;
	display: flex;

}
.usercard-stat p {
	font-size: 1rem;
	margin-bottom: 0;
	margin-right: 20px;
	color: #333;
}
.usercard button {
	float: right;
    margin-top: 15px;
    margin-right: 1px;
    padding: 5px;
    background-color: yellow;
    font-size: 18px;
    border-color: #ccc;
}
.usercard button:hover {
	cursor: pointer;
}

.commentbox {
	border-bottom: 1px dotted #333;
/*	background-color: #ccc;*/
/*	margin-bottom: 5px;*/
	padding: 10px;
/*	border-radius: 5px;*/
	min-height: 84px;
}
.commentbox p {
	font-size: 18px;
}
.commentbox.level1 p {
	font-size: 24px;
}


.level2 {
	margin-left: 30px;
/*	background-color: #ddd;*/
}
.commentbox img {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 10px;
}
#tag {
	margin-top: 20px;
	padding: 20px 0;
}
#tag a {
	color: blue;
}
#tag li:hover {
	background-color: #888;
}

#keywords {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}

#tag li, #keywords li {
	font-size: 14px;
	background-color: #ccc;
/*	border: 1px solid black;*/
    display: inline-flex;
    padding: 10px 15px;
    margin: 0 10px 10px 0;
    clip-path: polygon(0px 16px, 16px 0px, 100% 0px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0px 100%);
}
#similarItem {
	margin-top: 50px;
}




.edititemicon {
  /*margin: 0 auto;*/
/*  display: block;*/
  height: 48px;
  font-size: 1.25rem;
  background-color: yellow;
  border-color: #aaa;
  position: absolute;
}
.priceholder {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}



#edititemform, .edit-user-form {
	font-size: 24px;
}

/*#edititemform input[type=text] {*/
#edititemform input,
#edititemform select,
.edit-user-form input {
	width: 100%;
	font-size: 24px;
    margin-bottom: 12px;
    padding: 8px;
}

#item_comment_cont {
	margin-bottom: 20px;
	border-top: 1px dashed #666;
    margin-top: 20px;
}
#edititemform textarea[type=text],
#item_comment_cont textarea[type=text],
.edit-user-form textarea[type=text] {
	font-size: 24px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
    margin-bottom: 4px;
    padding: 4px;
}
#item_comment_cont button {
	font-size: 24px;
	padding: 8px;
	cursor: pointer;
}

#edititemform input::placeholder, #edititemform textarea::placeholder {
	color: #aaa;
}

#popup {
            /*position: absolute;*/
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 640px;
            text-align: center;
            background-color: #e8eae6;
            box-sizing: border-box;
            padding: 10px;
            z-index: 100;
            display: none;
}
#popup img {
	width: 100%;
	height: 100%;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fekete háttér félig átlátszóval */
    z-index: 99; /* Biztosítja, hogy az overlay a popup alatt legyen */
    display: none;
}
.close {
    position: absolute;
    top: 0px;
    right: 10px;
    transition: all 200ms;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    text-decoration: none;
    color: #333;

}
.close:hover {
	cursor: pointer;
	color: #000;
}

.bookmarkbutton {
  font-size: 24px;
  height: 48px;
/*  margin-bottom: 16px;*/
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.176);
}

.btn-primary {
  font-size: 20px;
  height: 48px;
}
.btn:hover {
	cursor: pointer;
}
#edititemform {
	margin-bottom: 20px;
}


.owner-head-cont {
    width: 100%;
    height: 64px;
    position: relative;
}

.ohleft {
    float: left;
}

.ohright {
    float: right;
}

.ohmiddle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
/*    padding: 10px;*/
}
.ohmiddle button {
	border-radius: 5px;
    border-color: #aaa;
}
.ohmiddle a {
	display: inline-block;
	margin: 0 10px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


#tag {

}
#tag span {
	display: inline-block;
/*    background-color: #ccc;*/
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid black;
}
.tab-button.active {
	background-color: #888;
}
.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.tab-content.active {
    display: block;
    opacity: 1;
}
.aidesc a {
	border-bottom: 3px solid hsla(196, 61%, 58%, .75);
/*    color: #000;*/
	text-decoration: none;
	color: #18272F;
/*	font-weight: 700;*/
	position: relative;

}

#uploadform input {
/*	width: 100%;*/
	font-size: 24px;
    margin-bottom: 12px;
    padding: 8px;
}

.clearfix {
	clear: both;
}


.uploadcont {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 280px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    /*box-shadow: inset 0 0 1px #000;*/
}
.uploadcont img {
/*	width: 100%;*/
/*	border-bottom: 1px solid #eaeaea;*/
/*	aspect-ratio: 1 / 1;*/
/*    object-fit: cover;*/
/*    height: -webkit-fill-available;*/
	height: 200px;
}
.dropzone {
	min-height: 280px;
	border: 0;
}
.sitename h1 {
	line-height: 48px;
}


.progress-container {
    width: 100%; /* A progress bar szélessége, dinamikusan változtatható */
/*    background-color: green;*/
/*    border-radius: 5px;*/
    overflow: hidden;
    position: relative;
}

.progress-bar {
    width: 0%;
    height: 10px;
    background-color: green;
/*    transition: width 10s linear;*/
    animation: progressAnimation 0s linear forwards;
}

#itemtabcont {
	margin-bottom: 20px;
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
}

#itemtabcont button {
/*	width: 33.33%;*/
	height: 40px;
	font-size: 18px;
	border: none;
	padding: 0 20px;
/*	border-bottom: 1px solid #007bff;*/
}
.itemcontent {
	display: none;
}

.itemcontent.active {
	display: block;
}

#itemtabcont button.active {
	background-color: #ccc;
}

@keyframes progressAnimation {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {

.item-imgsel-cont img {
  width: 25%;
  height: auto;
}
}

/* Mobil nézet */
@media (max-width: 750px) {

.left-block {
  float: none;
  width: 100%;
}
.right-block {
  float: none;
  width: 100%;
  padding-left: 0;

}


}
@media (max-width: 599px) {

.owneritemnumber {
  margin: 10px 10px 0 10px;
}

}