/*
Custom Css
*/
@font-face{font-family:'Droid Sans';src:url('../fonts/DroidSans.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'Droid Sans';src:url('../fonts/DroidSans-Bold.woff') format('woff');font-weight:bold;font-style:normal}
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@1,800&display=swap');
body {
    font-family: 'Droid Sans';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a, a:hover, a:visited, a:focus{
    text-decoration:none;
    
}
.profile-pic {
	color: transparent;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
}
.profile-pic input {
	display: none;
}
.profile-pic img {
	position: absolute;
	object-fit: contain;
	width: 90px;
	height: 90px;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
	border-radius: 100px;
	z-index: 0;
}
.profile-pic .-label {
	cursor: pointer;
	height: 90px;
	width: 90px;
	position: relative;
}
.profile-pic:hover .-label {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
	color: #fafafa;
	transition: background-color 0.2s ease-in-out;
	border-radius: 100px;
	margin-bottom: 0;
}
.profile-pic span {
	display: inline-flex;
	padding: 0.2em;
	height: 2em;
	align-items: center;
	font-size: 14px;
}
.profile-pic-box {
	position: relative;
}
.profile-pic p {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background: #6185e5;
	color: #fff;
	right: 5px;
	bottom: 10px;
}
label, .form-label {
	font-size: 14px;
	margin-bottom: 0;
}
.product-thumb-image {
	overflow: hidden;
	width: 260px;
    margin: 0 auto;
}
.product-thumb-image svg {
	min-width: 525px;
}
.page-content {
	padding-top: 120px;
}
.customize-template .white-logo {
	display: none;
}
.design-station .black-logo {
	display: none;
}

.design-station {
    background-image: url('../images/backgrounds.jpg');
    background-color: #0f0f0f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat
}
@media screen and (max-width:768px){
.design-station {
    background-image: url(../images/REDbackground1.jpg);
    background-color: #101010;
}
}
.design-station-section {
	display: flex;
	min-height: 100vh;
	align-items: center;
}
.section-image img {
    width: 65%;
}
.section-image .heading h2 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    text-align: left;
    font-family: 'Kanit', sans-serif;
}
.section-image .heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}
.section-image  .heading1 p {
    right: 0;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.design-now a {
    font-size: 22px;
    font-weight: 700;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px;
    color: #fff;
    display: inline-block;
}
.design-now a:hover {
		background-color: #0CAEE3;
		/*box-shadow: inset 0 0 0 rgba(0,170,170,0.5), 0 0 1.5em rgba(0,170,170,0.7);*/
	}
.design-station-section .image-container {
	display: flex;
	align-items: end;
}
.design-station-section .image-container > div {
	margin-bottom: 40px;
	margin-left: -55px;
}