:root {
	--recLabelWidth: 300px;
	--recLabelHeight: 105px;
	--recLabelMargin: 14px;
}

@font-face {
	font-family: Technology;
	src: url(../Assets/fonts/DS-DIGIB.TTF);
}

#page-container {
	margin: 0px;
	margin-bottom: 30px;
	max-width: 1700px;
	min-width: 1125px;
}

/* Profile Container Defines */
#profile-title {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	height: 45vh;
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#profile-banner {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#profile-tag {
	display:inline-flex;
	justify-content: center;
	align-items: center;
	width: max(20vw, 250px);
	height: max(10vw, 125px);
	background-color: rgba(0,0,0,0.2);
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: max(15vw, 180px);
	z-index: 1;
	transform: translate(-50%,-50%);
	padding: 0.4vw;

}
#profile-picture {
	border: 3px solid rgb(0,113,197);
	border-radius: 50%;
	height: max(8vw, 100px);
	width: max(8vw, 100px);
}
#profile-info {
	display: flex;
	justify-content: normal;
	flex-direction: column;
	align-items: left;
	color: white;
	margin-top: min(-0.8vw, -12px);
	margin-left: max(1.2vw, 14px);
}
#pi-name{
	font-family:Arial;
	font-size: max(1.05vw, 14px);
	color: white;
}
#pi-verified {
	font-family:Arial;
	font-size: max(0.9vw, 11px);
	color: rgba(218, 165, 32, 1);
	margin-top: max(.6vw, 10px);
}
#profile-premium {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	width: 185px;
	background-image: url("../Assets/Icons/premium-button.png");
	background-position:center;
	background-repeat: no-repeat;
	background-size: 180px 42px;
	font-family: Arial;
	font-size: 18px;
	color: white;
	margin-top: 50px;
	cursor: pointer;
}

#profile-content {
	display: none;
	justify-content: normal;
	flex-direction: column;
	height: 67vh;
	max-height: 67vh;
	width: 100%;
	margin-top: 25px;
}

#promo-sheet {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
/* Showcase Defines */
#showcase {
	display:inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 79%;
	height: auto;
}
#showcase h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 40px;
	font-weight: bolder;
	width: 100%;
	height: 60px;
	align-content: left;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
}
#showcase hr {
	margin-top: -5px;
	margin-bottom: 15px;
	width: 100%;
}
#sh-main-promo {
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	position: relative;
	margin-bottom: 5px;
}
#sh-promo-1 {
	width: 33%;
	height: auto;
	aspect-ratio: 3/2;
	position: relative;
}
#sh-promo-2 {
	width: 33%;
	height: auto;
	aspect-ratio: 3/2;
	position: relative;
}
#sh-promo-3 {
	width: 33%;
	height: auto;
	aspect-ratio: 3/2;
	position: relative;
}
.promo-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.promo-filler-mask {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(3,3,55,0.47942927170868344) 61%, rgba(0,0,0,0.9500175070028011) 78%, rgba(0,0,0,1) 100%);
	align-items: end;
}
.promo-selection-mask {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: transparent;
	transition: 200ms;
}
.promo-selection-mask:hover {
	background: rgba(255,255,255,.2);
}
.pfm-description {
	width: 100%;
	height: auto;
	color: rgb(225, 225, 225);
	padding: 20px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* Sidecase defines */
#sidecase {
	width: 19%;
	height: auto;
	margin-top: 20px;
}
.banner {
	width: 100%;
	height: auto;
}
.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#store-data {
	display: flex;
	width: 100%;
	aspect-ratio: 1/1.05;
	position: relative;
	background-color: aqua;
	margin-top: 10px;
}
#store-map{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
#store-info {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	flex-direction: column;
	align-items: center;
}
#store-info span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color:  white;
	display: block;
	width: 100%;
}
#contact-button {
	margin-top: 5px;
	margin-bottom: 8px;
}

/* Description Section */
#description-store {
	width: 95%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 35px;
}
#description-store h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 30px;
}
#description-store hr {
	margin-top: -15px;
	margin-bottom: 40px;
}
#description-store h2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
}
#description-store p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 17px;
	color: black;
	margin-top: 5px;
	margin-bottom: 30px;
}


/* Showroom Section */
.showroom {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: auto;
}
.showroom-title {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
}
.showroom-title h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: rgb(0, 113, 197);
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-weight: bold;
}
.showroom-title .time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: red;
    margin-top: 30px;
    margin-right: 20px;
    font-weight: normal;
}
#liqui-products-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 420px;
}
.showroom-more {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20px;
    justify-content: end;
}
.showroom-more a {
    color: rgb(0, 150, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}
/* Tabs Variables Defines */
#tabs-titles {
    display: flex;
    justify-content: normal;
	align-items: end;
	min-height: 40px;
    max-height: 40px;
    width: 100%;
}
#tabs-content-container {
    display:flex;
    justify-content: normal;
	min-height: 500px;
    width: 100%;
	margin-top: -5px;
}
.tab-title {
	height: 53px;
	width: 270px;
	text-align: center;
	font-family: Technology;
	font-size: 22px;
	color: rgb(227,217,217);
	background-color: #33221f;
	border-radius: 5px;
	padding: 1px 0px 5px 0px;
	margin-inline: 1px;
	cursor: pointer;
	transition: 0.2s;
	margin-bottom: -10px;
	padding-top: 7px;
}
.tab-title:hover {
	margin-bottom: -4px;
}
.tab-content {
	background-color: #120909;
	width: 100%;
	min-height: 600px;
	overflow-y: auto;
	height: 65vh;
	border: 2px solid #37120d;
} 
#tab-content-recomendations {
	display: flex;
	justify-content: center;
}
#tab-content-posts{
	display: none;
	flex-direction: column;
	justify-content: start;
	overflow-x: hidden;
	height: 600px;
}
#tab-content-chats {
	display: none;
	flex-direction: row;
	justify-content: center;
	overflow-x: hidden;
}

/*#region Recomendation Container*/
#recomendation-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
	justify-content: flex-start;
	width: 100%;
	height: 130px;
	margin: 20px 15px 20px 15px;
	box-sizing: border-box;
}
.recomendation-label {
	display: flex;
	flex-direction: column;
	background-color: #2d2120;
	width: var(--recLabelWidth);
	height: var(--recLabelHeight);
	margin: var(--recLabelMargin);
}
.recomendation-label:hover
{
	background-color: #463232;
}
.recomendation-label-info {
	display: flex;
	flex-direction: row;
	height: 75px;
}
.recomendation-label-picture {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.recomendation-label-picture img {
	width: 50px;
	height: 50px;
	border: 2px solid red;
	border-radius: 50%;
	margin: 8px 0px 0px 6px;
	cursor: pointer;
}
.recomendation-label-picture .premium-check {
	height: 15px;
	width: 50px;
	background-color: red;
	color: white;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 10px;
	margin: -7px 0px 0px 6px;
	padding: 1px 1px 0px 1px;
	text-align: center;
}
.recomendation-label-subinfo {
	display: flex;
	flex-direction: row;
	width: 240px;
	height: 100%;
	padding-left: 5px;
	justify-content: space-around;
}
.recomendation-user-attributes {
	display: flex;
	flex-direction: column;
	margin: 7px 0px 0px 0px;
	width: 160px;
	height: 100%;
}
.recomendation-user-attributes .realname-string {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	margin-top: 5px;
	cursor: pointer;
}
.recomendation-user-attributes .username-string {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:cornflowerblue;
	cursor: pointer;
}
.recomendation-user-attributes .userdata-star{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 30px;
	margin-top: 3px;
}
.userdata-star img {
	height: 20px;
	width: 20px;
}
.recomendation-checked {
	display: flex;
	width: 50px;
	height: 100%;
	align-items: center;
}
.recomendation-checked img {
	width: 40px;
	height: 40px;
	margin-left: 0px;
	cursor: pointer;
}
.recomendation-description {
	display: flex;
	height: 15px;
	justify-content: center;
	margin-top: 3px;
}
.recomendation-description span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #939393; 
}
/*#endregion Recomendation Container*/ 

/*#region Post Container*/
#posts-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: start;
	justify-content: left;
	width: 100%;
	margin: 75px 20px 45px 20px;
}
#create-post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	width: 245px;
	height: 420px;
	background-color: rgba(98,50,50,.9);
	cursor: pointer;
}
#create-post:hover{
	background-color: rgba(118,70,70,.9);
}
.create-post-image {
	background-color: rgb(78,10,10);
	border-radius: 50%;
	width: 200px;
	height: 200px;
}
.create-post-image img {
	filter: hue-rotate(5deg) contrast(40%) opacity(40%) brightness(190%) saturate(50%);
	
}
#create-post span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin-top: 30px;
	color: rgb(160, 120, 120);
	-webkit-text-stroke: .25px rgb(72, 22, 22);
}
#products-left-label {
	text-align: end; 
	color: rgb(150, 128, 128); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px 25px 20px 0px;
}
/*#endregion Post Container*/

/*#region Chat Container*/
.chats-container {
	display: flex;
	flex-direction: column;
	margin: 25px 35px 25px 35px;
	width: 720px;
	height: auto;
}
.chats-head {
	display:flex;
	flex-direction: row;
	width: 100%;
	height: 100px;
}
.chats-head span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: rgb(150, 128, 128);
	margin: 25px 10px 10px 15px;
}
.chats-options-selector {
	position: relative;
	width: 158px;
	height: 35px;
	font-family: 'Roboto', sans-serif; /* styling */
	font-size: 15px;
	background: rgba(72, 68, 68, 0.85);
	color: rgba(200, 220, 220, 1);
	border: thin solid #201010;
	border-radius: 2px;
	display: inline-block;
	padding: 0px 10px;
	margin: 15px 0px 0px 300px;
}
/*#endregion Chat Container*/

/*#region Chat Box*/
.chatbox {
	display: flex;
	flex-direction: row;
	width: 700px;
	height: 120px;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}
.shopping-chat {
	background-color: rgb(40, 30, 30);
}
.shopping-chat:hover {
	background-color: rgb(82, 47, 47);
}
.market-chat {
	background-color: rgb(58, 27, 27);
}
.market-chat:hover {
	background-color: rgb(107, 57, 57);
}
.chatbox-product-seller-images {
	display: flex;
	width: 120px;
	min-height: 100%;
}
.chatbox-product-image {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 15px 10px 30px 5px;

}
.chatbox-seller-image {
	width: 35px;
	height: 35px;
	margin: 75px 0px 0px -40px;
	border: 1px solid red;
	border-radius: 50%;
}
.chatbox-info-div {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
}
.chatbox-seller-title {
	display: flex;
	width: 100%;
	min-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: rgb(150, 150, 150);
	margin: 8px 0px 0px 5px;
}
.chatbox-message {
	display: flex;
	flex-direction: row;
	width: 100%;
	min-height: 30px;
	align-items: center;
}
.chatbox-message span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: rgb(150,120,120);
	margin: 0px 0px 0px 10px;
}
.chat-check {
	display: none;
	width: 20px;
	height: 20px;
	margin: 5px 0px 0px 5px;
}
.chatbox-read-check-span {
	display: flex;
	width: 100%;
	min-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgb(120, 90, 90);
	margin: 2px 0px 0px 230px;
}
.chatbox-creation-date-span {
	display: flex; 
	width: 100%; 
	min-height: 20px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(150, 150, 150);
}
/*#endregion Chat Box*/