html {
	font-family: soleil, Arial;
}

div.fsn_option_selector {
	box-sizing: border-box;
	border-radius: 6px;
	cursor: pointer;
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

div.fsn_option_container {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 50% 50%;
	column-gap: 10px;
}

/* if screen width less than 700px, then stack the options */

@media only screen and (max-width: 800px) {
	div.fsn_option_container {
		grid-template-columns: 100%;
	}
}

a.topbar_link {
	color: #ffffff;
	height: 40px;
	display: inline-block;
	margin: 0px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	transition: all 0.3s;
	border-right: 1px solid rgba(255,255,255,0.3);
	float: left;
}

div.v2_subbar {
	height: 40px;
	background-color: #70c05f;
	box-shadow: 0px 4px 12px -7px rgba(0,0,0,0.5);
	position: relative;
	z-index: 5;

}

a.topbar_link:hover {
	background-color: rgba(255,255,255,0.2);
}

div.v2_mobile_header {
	height: 55px;
}

div.v2_mobile_topbar_padding {
	height: 55px;
}

div.greenpower_topbar {
	max-width: 1680px;
	box-sizing: border-box;
	padding-bottom: 45px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

div.greenpower_wrapper {
	max-width: 1680px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

div.homepage_banner {
	min-height: 200px;
	box-sizing: border-box;
	padding: 40px;
	background-image: url('images/greenpower/banner_image.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
	top: 0px;
	left: 0px;
}

h1.greenpower {
	background-color: #60ab51;
	box-sizing:border-box;
	color:rgb(255, 255, 255);
	display:inline;
	font-family: "Noto Sans KR", Arial, sans-serif;
	font-size:40px;
	font-weight:600;
	height:auto;
	line-height:50px;
	margin-block-end:50px;
	margin-block-start:0px;
	margin-bottom:50px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-left:12px;
	padding-right:12px;
	padding-top:0px;
	visibility:visible;
	width:auto;
	-webkit-box-decoration-break:clone;
}

div.title_container {
	background-color:rgb(0, 120, 85);
	padding: 15px;
	color: #ffffff;
}

h1 {
	font-family: soleil, Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	height: auto;
	line-height: 100%;
	letter-spacing: 0px;
	padding-left: 10px;

}

div.greenpower_box {
	font-size: 11pt;
	padding: 25px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 300;
	border-radius: 5px;
}

div.greenpower_bg1 {
	background-color: #6fc35f;
}

div.greenpower_bg2 {
	background-color: #448738;
}

div.greenpower_bg3 {
	background-color: #1b8d41;
}

div.greenpower_bg4 {
	background-color: #141011;
}

div.greenpower_bg5 {
	background-color: #e9ebe9;
	color: #333333;
}

div.greenpower_bg6 {
	background-color: #e9efe9;
	color: #333333;
}

div.greenpower_box h1 {
	color: #ffffff;
	background-color: inherit;
	padding: 0px;
	font-family: soleil, Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

div.greenpower_bg5 h1, div.greenpower_bg6 h1 {
	color: #007855;
}

div.greenpower_box td, div.greenpower_box a {
	font-size: 11pt;
}

div.greenpower_box a {
	color: #ffffff;
}

div.greenpower_bg5 a, div.greenpower_bg6 a {
	color: #007855;
}

div.product_list_price {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

div.colours_picker {
	padding-top: 4px;

}

div.colourpicker_outer_outer {
	float: left;
	width: 32px;
	height: 32px;
}

div.colourpicker_outer {
	position: relative;
	display: inline-block;
	top: 0px;
	left: 0px;
	border: 1px solid #000000;
	border-radius: 60px;
	margin-right: 2px;
}

div.colourpicker_outer:hover {
	left: -1px;
	top: -1px;
	border: 2px solid #000000;
}


div.greenpower_right {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
}

div.greenpower_left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
}

div.clearall {
	clear: both;
}

div.q_clear {
	padding-bottom: 10px;
}

div.colourpicker_outer_selected {
	left: -1px;
	top: -1px;
	border: 2px solid #000000;
}

div.colourpicker_inner {

	width: 25px;
	height: 25px;
	border: 2px solid #ffffff;
	border-radius: 20px;

}

input.default, textarea.default {
	font-family: soleil, Arial, sans-serif;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 6px;
	font-weight: 300;
}

select.dropdown {
	font-family: soleil, Arial, sans-serif;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 6px;
	font-weight: 300;
	box-sizing: border-box;
}

input.default_white {
	font-family: soleil, Arial, sans-serif;
	border: 1px solid #ffffff;
	border-radius: 4px;
	padding: 6px;
	background-color: #007855;
	color: #ffffff;
	font-weight: 300;
}

input.greenpower_login {
	width: 340px;
}

div.inner_container {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
}

div.parts_left {
	width: 200px;
	float: left;
}

a.cart_add {
	border-radius: 3px;
	background-color: #70c05f;
	border-color: #70c05f;
	font-family: soleil, Arial;
}

input.ecom_button {
	font-family: soleil, Arial;

}
input.ecom_green_button {
	font-family: soleil, Arial;

}

input.webprint_button {
	font-family: soleil, Arial;
	color: #3d8a2d;
	background-color: #c9ebc1;
	border-radius: 3px;
}

input.ecom_lightgreen_button {
	font-family: soleil, Arial;
	color: #3d8a2d;
	background-color: #c9ebc1;

}

div.parts_right {
	width: calc(100% - 210px);
	box-sizing: border-box;
	padding: 10px;
	float: right;
}

div.parts_search {
	border: 1px solid #cccccc;
	border-radius: 6px;
	transition: all 0.3s;
}

div.parts_search_focused {
	border: 1px solid #60ab51;
}

input.parts_search_input {

	width: calc(100% - 30px);
	border: 0px;
	font-family: soleil, Arial;
	outline: 0px;
	padding: 6px;
	font-size: 11pt;
	color: #333333;
	box-sizing: border-box;


}

i.parts_search_mag {

	position: relative;
	left: 5px;

}

h2.product {
	font-size: 24px;
	font-family: soleil, Arial;
	color: #00513a;
	letter-spacing: 0.1px;
}

h5 {
	font-size: 19px;
	font-family: soleil, Arial;
	color: #00513a;
	margin: 0px;
	padding: 0px;
}

a {
	color: #007855;
	text-decoration: none;
}

div.compat_product {
	width: 33%;
	float: left;
	height: 260px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	cursor: pointer;
	transition: all 0.3s;
	padding: 25px;
	border-radius: 6px;
	color: #03573f;
}

div.compat_product:hover {
	border: 1px solid #cccccc;
}



div.compat_product div.compat_product_image {
	width: 100%;
	height: 180px;
	text-align: center;
}

div.product_list_image {
	width: 100%;
	height: auto;
	text-align: center;
}

img.product_list_image  {
	max-width: 80%;
	max-height: auto;
}


img.compat_product_image  {
	max-width: 100%;
	max-height: 180px;
}

div.clearall {
	clear: both;
}

td {
	font-family: soleil, Arial, sans-serif;
}

table.account_table th {
	background-color: #007855;
	text-align: left;
	color: #ffffff;
	padding: 3px;
}

table.account_table td {
	background-color: #ffffff;
	padding: 5px;
}

a.account_store_button {
	display: block;
	float: left;
	border: 1px solid #dddddd;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #ffffff;
	/* text-align: center; */
}

div.account_store_button_inner {
	border: 2px solid #ffffff;
	background-color: #ffffff;
	width: 290px;
	height: 200px;
	font-family: soleil, Arial, sans-serif;
	font-weight: 500;
	box-sizing: border-box;
	padding-top: 80px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

span.account_store_button_title {
	color: #ffffff;
	text-decoration: none;
	background-color: #007855;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

div.v2_navbar {
	position: absolute;
	right: 30px;
	bottom: 50px;
	left: auto;
	top: auto;
}

div.v2_navbar td {
	font-family: soleil, Arial, sans-serif;
	padding: 3px;
	font-size: 12pt;
	font-weight: 700;
}

div.v2_navbar a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s;
	display: inline-block;
	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

div.v2_navbar a:hover {
	color: #007855;
	background-color: #e9efe9;
}

td.small {
	font-family: soleil, Arial;
	font-size: 11pt;
}

table.product_options td {
	border-top: 1px solid #dddddd;
	padding-top: 13px;
	padding-bottom: 13px;
}

a.table_button {
	background-color: #70c05f;
	color: #ffffff;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	font-size: 9pt;
	transition: all 0.3s;
}

a.table_button:hover {
	background-color: #7dd16a;
}

div.product_stock {
	color: #777777;
}

div.product_title {
	font-family: soleil, Arial;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 24pt;

}

div.product_content {
	font-family: soleil, Arial;
	font-size: 12pt;
	line-height: 18pt;
	color: #333333;
}

div.v2_navbar td.padleft {
	padding-left: 10px;
}

div.header_search {
	background-color: #ff0000;
	position: absolute;
	top: 25px;
	right: 40px;
	box-sizing: border-box;
}

div.header_search td.search_button {
	background-color: #38ad56;
	color: #ffffff;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #38ad56;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	cursor: default;
}

div.header_search td.search_box {
	background-color: #ffffff;
	border: 1px solid #38ad56;
}

div.header_search input.searchbox {
	border: 0px;
	background-color: transparent;
	font-family: soleil, Arial, sans-serif;
	padding: 5px;
	width: 250px;
}

div.main_inner {
	font-family: soleil, Arial, sans-serif;
}

a.top_button {
	font-family: soleil, Arial, sans-serif;
	font-size: 10pt;
	color: #0b5e44;
	font-weight: 300;
}

b {
	font-weight: 700;
}

@media only screen and (max-width: 860px) {

	div.greenpower_right {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding-left: 0px;
	}

	div.greenpower_left {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding-left: 0px;
	}

}