:root {
	--dark:				#303952;
	--lighter:			#596275;
	--title-bg:   		#303952;
	--headers-bg:		#596275;
	--buttons-bg:		#596275;
	--main-menu:		#303952;
	--child-menu:		#303952;
	--main-menu-bg-over:	#303952;
	--child-menu-bg-over:	#596275;
	
	--input-bg:			#303952;
	--focus:			#ebf2ff;
	
	--lists-over:		#ebf2ff;
	--upload:			#3f8188;
	--upload-box:		#92b0b3;
}

body {margin:8px auto;}
form {margin:0;}
body, form {
	margin:0;
    padding: 0;
    background: #fff;
    font-family: Calibri, sans-serif;
    font-size: 16px;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
form {	margin: 0; }
h1,h2,h3,h4,h5,h6,div,span { display: block; -webkit-text-size-adjust: none;  text-size-adjust: none;}
.center { text-align: center; }
table { margin:0; padding:0; }
table, th, td {border-collapse: collapse; font-size: 15px;}

input, textarea, select {
  font-size: 16px;
  border: 1px dotted var(--input-bg);
  padding: 3px;
}
input:focus {
    outline: none !important;
}
input[type='text']:focus, textarea:focus  {
	background: var(--focus);
	padding: 3px;
}

.AuthDiv {
	margin: 15px auto;
	width: fit-content;
}

@keyframes lds-grid { 
	0%, 100% {
		opacity: 1;
	}

	50% {
		opacity: .25;
	}
}
.progress { 
	display: none;
	position: fixed;
    background-color: #fff;
    top: 125px;
    right: 5px;
    line-height: 40px;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 20%);
    border: 1px solid rgba(0,0,0,.2);
    z-index: 999999;
    user-select: none;
}
.progress span {
	display: inline-block;
	color: #333333;
    padding: 0 10px 0 0;
}
.progressImg {
	display: inline-block;
    position: relative;
    height: 36px;
    width: 32px;
    vertical-align: middle;
    margin: 0 5px;
}
.progressImg div {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lighter);
    animation: lds-grid 1.2s linear infinite;
}
.progressImg div:nth-child(1) { top: 5px;  left: 5px;  animation-delay: 0s; }
.progressImg div:nth-child(2) { top: 5px;  left: 14px; animation-delay: 0.4s; }
.progressImg div:nth-child(3) { top: 5px;  left: 23px; animation-delay: 0.8s; }

.progressImg div:nth-child(4) { top: 14px; left: 5px;  animation-delay: 0.4s; }
.progressImg div:nth-child(5) { top: 14px; left: 14px; animation-delay: 0.8s; }
.progressImg div:nth-child(6) { top: 14px; left: 23px; animation-delay: 1.2s; }

.progressImg div:nth-child(7) { top: 23px; left: 5px;  animation-delay: 0.8s; }
.progressImg div:nth-child(8) { top: 23px; left: 14px; animation-delay: 1.2s; }
.progressImg div:nth-child(9) { top: 23px; left: 23px; animation-delay: 1.6s; }


div.main {
	width: 100%;
}
div.wide-top, div.wide-bottom {
    min-height: 33px;
    background: #fff;
}
div.wide-top { border-bottom: 1px dashed #ddd; border-top: 1px dashed #ddd;}
div.wide-bottom { border-top: 1px dashed #ddd; margin-top: 50px; }

div.logodiv {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
	mmax-width: 1650px;
	height: 90px;
	z-index: 1;
	width: 100vw;
	max-width: 100%;
    background: #fff;
}
div.title {
	font-size: 18px;
	font-weight: bold;
	color: var(--title-bg);
	float: left;
	padding: 10px;
	font-family: 'Montserrat Alternates', sans-serif;
	text-shadow: 3px 3px 5px #999;
	background: #fff;
    z-index: 1;
}

div.titleimages {
	margin-top: 10px;
    width: fit-content;
	display: flex;
	position: absolute;
	overflow: hidden;
    top: 0;
    z-index: -1;
	left: 160px;
    font-size: 0px;
    white-space: nowrap;
}

div.titleimages img{
	width: 60px;
	height: 60px;
	display: inline;
	mmargin-top: 10px;
    padding-left: calc( (100vw - 180px) / 11 - 60px);
}
div.info {
    margin: 0 auto;
	padding: 0 5px;
    position: relative;
    top: 0;
    left: 0;
	mmax-width: 1650px;
	mmin-height: 400px;
}
div.bottom {
    margin: 5px auto;
    position: relative;
    top: 0;
    left: 0;
	mmax-width: 1650px;
	width: calc(100vw - 20px - (100vw - 100%));
}
span.email { padding-left:23px; }
span.email:before {
	content: "";
    display: block;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(/images/templates/next.svg) -161px -118px no-repeat;
}


/* BUTTONS */
.btn {
	margin: 20px 5px 10px 5px;
    padding: 5px 15px;
    background: var(--buttons-bg);
    color: #fff;
    font-size: 15px;
	border: none;
	box-shadow: 0 0 10px #555;
	max-height: 30px;
	border-radius: 100px;
	text-decoration: none;
}
.btn:hover{
    box-shadow: 0 0 10px #999;
	cursor: pointer;
}
.back {
	display: block;
    width: fit-content;
    white-space: nowrap;
    background: #eee;
    text-align: left;
    color: var(--dark);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 5px 15px 5px 5px;
    margin-left: 10px;
    font-weight: bold;
    border: 1px dotted var(--buttons-bg);
}

/* DIALOGS z-index = 100 */
.my-dialog-modal-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0.3;
	z-index: 100;
}
.my-dialog-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
}
.my-dialog {
	width: fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 5px 5px 10px #000;
    margin: auto;
}
.my-dialog-title {
	position: relative;
	top:0;
	left:0;
	width: auto;
	height: fit-content;
	font-weight: bold;
	background: var(--title-bg);
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}
.my-dialog-buttons {
	width: fit-content;
	height: fit-content;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}

/* EDIT-ITEMS z-index = 50 */
.my-edit-modal-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0.3;
	z-index: 50;
}
.my-edit-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
}
.my-edit {
	width: fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 5px 5px 10px #000;
    margin: auto;
}
.my-edit-title {
	position: relative;
	top:0;
	left:0;
	width: auto;
	height: fit-content;
	font-weight: bold;
	background: var(--title-bg);
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}
.my-edit-content { margin: 0 10px; }
.my-edit-buttons {
	width: fit-content;
	height: fit-content;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}

.ImgBox {
	position: relative;
	width: 150px;
	height: 150px;
	border: 1px dotted var(--title-bg);
}
.ImgBox span {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
}
.ImgBox span img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.ImgBox #load-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}

@media (max-width: 450px) {
	.Products {
		width: min-content;
		margin: 0 auto;
	}
}
.fill-Products-bg {
	background: #f2f2f2;
}
.Products {
	bbackground: #f2f2f2;
}
.ProductItem {
	display: inline-block;
	font-family: Inter,Open Sans,Arial,Helvetica,sans-serif;
	text-align: center;
	width: 200px;
	height: fit-content;
	padding: 10px 10px 5px 10px;
	margin: 10px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
.ProductItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.ProductItem img {
	width: 200px;
	height: 200px;
	box-shadow: 0 0 40px 0 rgb(0,0,0,0.1);
}	
.ProductItem .price {
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	padding: 5px 10px 0 10px;
}
.ProductItem .amount {
	white-space: nowrap;
	padding: 0 10px 5px 10px;
	font-size: 14px;
}
.ProductItem .ProductName {
	margin: 5px 0;
    height: 35px;
    max-height: 35px;
    overflow: hidden;
    vertical-align: middle;
}
.ProductItem .PID {
	font-size: 12px;
	color: #ccc;
	float: left;
}
.ProductItem .date {
	font-size: 12px;
	color: #ccc;
	float: right;
}

/* AdvShow */
@media (max-width: 800px) {
	.AdvShow { 
		margin: 10px auto; 
		flex-direction: column-reverse;
	}
	.AdvShow .adv-images-box {
		margin: 0 auto;
	}
	.AdvShow .properties {
		width: 90vw;
	}
}
@media only screen and (min-width: 800px) {
	.AdvShow { 
		margin: 10px; 
		flex-direction: row;
	}
}
.AdvShow { 
	mmargin: 10px; 
	mmax-width: 1024px;
	display: flex;
    fflex-direction: row;
	width: fit-content;
}
.AdvShow .big-img {
	position: relative;
	background: #eee;
	width: 300px;
	height: 300px;
	border: 2px solid #eee;
	border-radius: 15px;
}
.AdvShow .big-img img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.AdvShow .images {
	display: block;
}
.AdvShow .images span {
	display: inline-flex;
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	margin: 2px;
}
.AdvShow .images span:hover { box-shadow: 0 0 20px 0 rgb(0,0,0,0.4); }
.AdvShow .images span img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.AdvShow .adv-images-box { 
	width: fit-content;
    display: flex;
    flex-flow: column; 
	max-width: 310px;
}
.AdvShow .properties { margin-left: 20px; font-size: 18px; text-align: left; }
.AdvShow .properties span { white-space: wrap; }
.AdvShow .properties span.name { font-size: 26px; }
.AdvShow .properties span.price {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    padding: 5px 0 0 0;
}
.AdvShow .properties span.amount {
    white-space: nowrap;
    padding: 0 0 5px 0;
    font-size: 16px;
}
.AdvShow .properties span.description { 
	border-top: 1px dotted #eee; 
	font-size: 14px; 
}
.AdvShow .properties span.description pre {
	white-space: pre-wrap;
}
.AdvShow .ext-properties { margin-top: 20px; }
.AdvShow .ext-properties .bookmarks {
	margin: 5px 15px 5px 0;
    padding: 0 2px 2px 2px;
    display: inline-block;
    cursor: pointer;
}
.AdvShow .ext-properties .bookmarks:hover {
	padding: 0 2px;
	border-bottom: 2px solid var(--child-menu-bg-over);
}
.AdvShow .ext-properties .bookmarks span {
}
.AdvShow .ext-properties .bookmarks.chosen { font-weight: bold; color: var(--dark); }
.ext-name { width: 200px; overflow: hidden; font-weight: bold; }
