@charset "UTF-8";

.text-gray {
	color: #787878;
}

.product-pg > * {
	margin-bottom: 4px;
}

.product-pg > * > * {
	margin-bottom: 4px;
}

.product-pg > * > * > * {
	margin-bottom: 4px;
}

.text-green {
	color: #26A75D;
}

.fs-14 {
	font-size: 14px;
	font-weight: 400;
}

.fs-16 {
	font-size: 16px;
	font-weight: 400;
}

.fs-20 {
	font-size: 20px;
	font-weight: 400;
}

.mt-24 {
	margin-top: 160px;
}

.product-img-wrapper {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-main-img {
	height: 600px;
	max-height: 600px;
    width: 80%;
    margin-top: 12px;
	margin-bottom: 12px;
	object-fit: contain;
}

.product-main-img, .product-slide-img {
	border: none;
}

.product-slide-img-wrapper {
   width: 90%;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   margin-bottom: 12px;
}

.product-slide-img {
	max-width: 12%;
	margin-left: 6px;
	margin-right: 6px;
	height: 90px;
	object-fit: cover;
}

.product-intro-wrapper {
	flex: 0 0 50%;
	max-width: 50%;
}

.iconify {
	font-size: 20px;
	margin-right: 8px;
	margin-bottom: 4px;
}

.product-start-design-btn {
	letter-spacing: 5.1px;
	font-weight: 400;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 15px 20px;
	
	margin-right: 12px;
	background-color: #000;
	color: #fff;
}

.product-start-design-btn:hover {
	background-color: #fff;
	color: #000;
}

.product-contact-support-btn {
	letter-spacing: 5.1px;
	font-weight: 400;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 15px 20px;
	
	margin-left: 12px;
	background-color: #fff;
	color: #000;
}

.product-contact-support-btn:hover {
	background-color: #000;
	color: #fff;
}

.product-bg-grey {
	background-color: #f4f6f8;
	width: 100%;
	margin-top:48px;
}

.product-circle-img {
	width: 100px;
	height: 100px;
}

.blh3-green > h3 {
	border-left: 6px solid rgb(0, 163, 77);
	padding-left: 12px;
}

.product-bg-map {
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: transparent;
    background-image: url(../img/products/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.product-create-account-btn {
	font-weight: bold;
	font-size: 16px;
	border: none;
	border-radius: 1px;
	padding: 15px 20px;
	width: 260px;
	
	margin-right: 12px;
	background-color: #122c77;
	color: #fff;
	-webkit-transition: background 0.5s; /* For Safari 3.0 to 6.0 */
    transition: background 0.5s; /* For modern browsers */
}

.product-create-account-btn:hover {
	background: #39cca4;
}

.product-order-sample-btn {
	font-weight: bold;
	font-size: 16px;
	border: none;
	border-radius: 1px;
	padding: 15px 20px;
	width: 260px;
	
	margin-left: 12px;
	background-color: #39cca4;
	color: #fff;
	-webkit-transition: background 0.5s; /* For Safari 3.0 to 6.0 */
    transition: background 0.5s; /* For modern browsers */
}

.product-order-sample-btn:hover {
	background: #122c77;
}
