button.b2bking_subaccounts_account_button, button.b2bking_subaccounts_container_top_button {
	display: inline-flex;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .12);
	text-transform: none;
	min-height: 0;
	position: relative;
	outline: 0;
	line-height: 15px;
}

button.b2bking_subaccounts_account_button.b2bking_subaccounts_account_button_login {
	width: 86px;
	position: relative;
	top: .5px;
}

.b2bking_subaccounts_container_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
	align-items: center;
}

.b2bking_subaccounts_container_top_title {
	font-family: Roboto;
	font-size: 30px;
	color: #373737;
	font-weight: 400;
}

.b2bking_subaccounts_new_account_container_top_title {
	font-weight: 400;
}

button.b2bking_subaccounts_container_top_button {
	background: #3ab1e4;
	min-width: 195px;
	text-align: end;
	height: 35px;
	color: #fff;
	border-radius: 3px;
	border: none;
	font-family: Roboto;
	font-weight: 500;
	font-size: 15.5px;
	padding: 1px 16px;
	align-items: center;
	justify-content: space-between;
}

.b2bking_myaccount_conversation_endpoint_button:hover, button.b2bking_myaccount_start_conversation_button:hover, button.b2bking_subaccounts_container_top_button:hover, button.b2bking_subaccounts_edit_account_container_content_bottom_button:hover, button.b2bking_subaccounts_new_account_container_content_bottom_button:hover {
	background-color: #0088c2;
	color: #fff;
	cursor: pointer;
}

button.b2bking_subaccounts_account_button:focus, button.b2bking_subaccounts_container_top_button:focus {
	outline: 0;
}

.b2bking_subaccounts_account_container {
	min-height: 180px;
	background: #ebebeb;
	box-shadow: 0 3px 2px rgba(0, 0, 0, .13);
	border-radius: 5px;
	margin-bottom: 35px;
}

.b2bking_subaccounts_account_top {
	background: #646464;
	display: flex;
	border-radius: 5px 5px 0 0;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "Roboto Medium", Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	min-height: 30px;
}

.b2bking_subaccounts_account_line {
	display: flex;
	justify-content: space-between;
	margin: 15px;
}

#b2bking_myaccount_conversations_container .b2bking_myaccount_individual_conversation_container .b2bking_myaccount_individual_conversation_bottom a, .b2bking_subaccounts_container .b2bking_subaccounts_account_container .b2bking_subaccounts_account_line a {
	text-decoration: none;
}

.b2bking_subaccounts_account_name {
	font-family: Roboto;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 5px;
	text-align: left;
	color: #292929;
}

.b2bking_subaccounts_account_phone_email_text, .b2bking_subaccounts_account_title {
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	color: #414141;
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
}

button.b2bking_subaccounts_account_button {
	background: #818181;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	width: 125px;
	justify-content: center;
	justify-content: space-between;
	align-items: center;
	height: 30px;
	color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	border: none;
	text-decoration: none;
}

button.b2bking_subaccounts_account_button:hover {
	background-color: #555;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.b2bking_subaccounts_account_phone_email {
	margin-top: 17px;
}

.b2bking_subaccounts_account_phone_email_text {
	margin-bottom: 5px;
}

.b2bking_subaccounts_new_account_container_top {
	font-family: Roboto;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	height: 36px;
	background: #9e9e9e;
	border-radius: 5px 5px 0 0;
	padding: 0 20px;
}

.b2bking_subaccounts_new_account_container_content {
	background: #fbfbfb;
	border-radius: 5px;
	padding: 20px;
}

.b2bking_subaccounts_new_account_container {
	margin-bottom: 30px;
	background: #fbfbfb;
	box-shadow: 0 3px 2px rgba(0, 0, 0, .13);
	border-radius: 5px;
	display: none;
}

.b2bking_subaccounts_edit_account_container {
	margin-bottom: 30px;
	background: #fbfbfb;
	box-shadow: 0 3px 2px rgba(0, 0, 0, .13);
	border-radius: 5px;
}

.b2bking_subaccounts_new_account_container_content_large_title {
	font-family: "Roboto Medium", Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	min-height: 40px;
	align-items: center;
	display: flex;
	color: #4e4e4e;
	margin-bottom: 20px;
	margin-top: 5px;
}

.b2bking_span_title_text_subaccount {
	margin-left: 15px;
	margin-right: 15px;
}

.b2bking_subaccounts_edit_account_container_top_close, .b2bking_subaccounts_new_account_container_top_close {
	border-radius: 3px;
	background: #5b5b5b;
	padding: 0 15px;
	font-weight: 500;
}

.b2bking_subaccounts_edit_account_container_top_close:hover, .b2bking_subaccounts_new_account_container_top_close:hover {
	background-color: #333;
	cursor: pointer;
}

.b2bking_subaccounts_new_account_container_content_element_label {
	font-family: "Roboto Medium", Roboto;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #4e4e4e;
}

.b2bking_subaccounts_new_account_container_content_element input.b2bking_subaccounts_new_account_container_content_element_text {
	height: 43px;
	background: #ededed;
	border-radius: 4px;
	padding: 0 20px;
	border: none;
	font-family: Roboto;
	width: 92%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	margin-bottom: 18px;
	margin-top: 5px;
	font-size: 15px;
	outline: 0;
	color: #8d8d8d;
	box-shadow: none;
}

.b2bking_subaccounts_new_account_container_content_element input.b2bking_subaccounts_new_account_container_content_element_text::placeholder {
	color: #8d8d8d;
}

.b2bking_subaccount_horizontal_line {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 15px;
}

.b2bking_subaccount_top_margin {
	margin-top: 20px;
}

.b2bking_subaccounts_new_account_container_content_element_checkbox {
	background: #ededed;
	border-radius: 3px;
	margin-top: 12px;
	justify-content: space-between;
	display: flex;
	align-items: center;
	padding: 0 15px;
	min-height: 40px;
}

.b2bking_subaccounts_new_account_container_content_element_checkbox_name {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #252525;
}

.b2bking_subaccounts_new_account_container_content_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

button.b2bking_subaccounts_edit_account_container_content_bottom_button, button.b2bking_subaccounts_new_account_container_content_bottom_button {
	background: #3ab1e4;
	align-items: center;
	border-radius: 3px;
	min-width: 210px;
	margin-top: 10px;
	text-transform: none;
	min-height: 0;
	display: flex;
	font-weight: 500;
	font-family: Roboto;
	text-align: end;
	color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .12);
	position: relative;
	outline: 0;
	height: 35px;
	font-size: 15.5px;
	padding: 5px 16px;
	line-height: 8px;
}

button.b2bking_subaccounts_new_account_container_content_bottom_button {
	justify-content: space-between;
	border: none;
}

button.b2bking_subaccounts_edit_account_container_content_bottom_button:focus, button.b2bking_subaccounts_edit_account_container_content_bottom_button_delete:focus, button.b2bking_subaccounts_new_account_container_content_bottom_button:focus {
	outline: 0;
	color: #fff;
}

button.b2bking_subaccounts_edit_account_container_content_bottom_button {
	justify-content: space-between;
	border: none;
}

button.b2bking_subaccounts_edit_account_container_content_bottom_button_delete {
	background: #6a6a6a;
	align-items: center;
	line-height: 8px;
	min-width: 210px;
	text-align: end;
	justify-content: space-between;
	height: 35px;
	margin-top: 10px;
	color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .12);
	border-radius: 3px;
	position: relative;
	display: flex;
	outline: 0;
	padding: 0 18px;
	border: none;
	font-family: Roboto;
	font-weight: 500;
	font-size: 15.5px;
	text-transform: none;
	min-height: 0;
}

button.b2bking_subaccounts_edit_account_container_content_bottom_button_delete:hover {
	background-color: #555;
	color: #fff;
	cursor: pointer;
}

.b2bking_subaccounts_new_account_container_content_bottom_validation_errors {
	color: red;
}

.b2bking_offer_download {
	min-width: 50px !important;
	margin-left: 10px;
	background: #8f8f8f !important;
}

.b2bking_offer_download:hover {
	background: #626262 !important;
}

.b2bking_myaccount_individual_offer_custom_text, .b2bking_myaccount_individual_offer_custom_text_vendor {
	margin: 0 30px;
	padding: 10px 0;
	font-family: Roboto;
	border-top: 1px solid #d7d7d7;
	white-space: pre-wrap;
	color: #515151;
	line-height: 1.2em;
	font-size: 11px;
}

.b2bking_offer_myaccount_total {
	font-size: 16px;
}

.b2bking_offer_myaccount_total .amount {
	font-weight: 700;
	font-size: 22px;
}

.b2bking_offer_myaccount_items_text {
	font-size: 15px;
}

.b2bking_myaccount_individual_offer_top {
	font-family: Roboto;
	font-weight: 500;
	font-size: 17.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ededed;
	width: 100%;
	height: 46px;
	background: #383838;
	border-radius: 5px 5px 0 0;
}

.b2bking_myaccount_individual_offer_container {
	background: #ebebeb;
	box-shadow: 0 3px 2px rgba(0, 0, 0, .13);
	border-radius: 5px;
	min-height: 200px;
	position: relative;
	margin-bottom: 40px;
	min-width: 422px;
}

.b2bking_myaccount_individual_offer_top_icon {
	position: absolute;
	left: 15px;
	top: 13px;
	width: 17px;
}

.b2bking_myaccount_individual_offer_header_line {
	border-bottom: 1px solid #d7d7d7;
	margin: 18px 0 6px;
	justify-content: space-between;
	font-family: Roboto;
	font-weight: 500;
	font-size: 16.5px;
	color: #646464;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.b2bking_myaccount_individual_offer_header_line_item {
	text-align: center;
}

.b2bking_myaccount_individual_offer_element_line {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
	margin: 20px 1px;
	font-size: 12px;
}

.b2bking_myaccount_individual_offer_element_line_item {
	color: #515151;
	font-family: Roboto;
	font-size: 11px;
	text-align: center;
}

.b2bking_offer_image {
	width: 60%;
	margin: auto;
}

.b2bking_myaccount_individual_offer_bottom_line {
	border-top: 1px solid #d7d7d7;
	justify-content: space-between;
	display: flex;
	margin: 0 30px;
	padding: 20px 0;
	align-items: center;
}

.b2bking_myaccount_individual_offer_bottom_line_total {
	font-family: Roboto;
	font-size: 19px;
	line-height: 28px;
	color: #525252;
}

.b2bking_myaccount_individual_offer_bottom_line_add {
	display: flex;
}

.b2bking_myaccount_individual_offer_bottom_line_add button.b2bking_myaccount_individual_offer_bottom_line_button {
	background: #3ab1e4;
	line-height: 15px;
	min-width: 150px;
	text-align: end;
	height: 35px;
	color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .12);
	border-radius: 3px;
	position: relative;
	outline: 0;
	border: none;
	font-family: Roboto;
	font-weight: 500;
	font-size: 15.5px !important;
	padding: 5px 16px;
	text-transform: none;
	min-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.b2bking_offer_insufficient_stock_item {
	opacity: .5;
}

.b2bking_myaccount_individual_offer_bottom_line_add button.b2bking_myaccount_individual_offer_bottom_line_button:hover, .b2bking_myaccount_individual_offer_bottom_line_button:hover {
	background: #0088c2;
	color: #fff;
	outline: 0;
	cursor: pointer;
}

.b2bking_myaccount_conversation_endpoint_button_icon, .b2bking_myaccount_individual_offer_bottom_line_button_icon, .b2bking_myaccount_new_conversation_button_icon, .b2bking_myaccount_start_conversation_button_icon, .b2bking_myaccount_view_conversation_button_icon {
	width: 19px;
	margin-right: 10px;
}

.b2bking_myaccount_individual_conversation_top {
	font-family: Roboto;
	font-size: 15px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #ededed;
	width: 100%;
	height: 36px;
	background: #646464;
	border-radius: 5px 5px 0 0;
}

.b2bking_myaccount_individual_conversation_container {
	background: #ebebeb;
	box-shadow: 0 3px 2px rgba(0, 0, 0, .13);
	border-radius: 5px;
	min-height: 150px;
	position: relative;
	margin-bottom: 40px;
	display: block;
}

.b2bking_myaccount_individual_conversation_top_item {
	position: relative;
	right: 8px;
}

.b2bking_myaccount_individual_conversation_content {
	display: flex;
	justify-content: space-around;
}

.b2bking_myaccount_individual_conversation_content_item {
	width: 140px;
	padding: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #414141;
}

.b2bking_myaccount_conversation_endpoint_bottom, .b2bking_myaccount_individual_conversation_bottom, .b2bking_myaccount_start_conversation_bottom {
	display: flex;
	justify-content: flex-end;
}

button.b2bking_myaccount_view_conversation_button {
	background: #5b5b5b;
	line-height: 8px;
	height: 32px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0 18px;
	border: none;
	font-size: 15px;
	align-items: center;
	justify-content: space-between;
}

button.b2bking_myaccount_view_conversation_button:hover {
	background-color: #303030;
	color: #fff;
	cursor: pointer;
}

.b2bking_myaccount_conversations_pagination_container {
	display: flex;
	justify-content: space-between;
	margin: 0 20px;
}

.b2bking_myaccount_conversations_pagination_button a {
	width: 230px;
	height: 35px;
	background: #a3a3a3;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
	display: inline-flex;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
	font-family: "Roboto Medium", Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #ececec;
	text-decoration: none !important;
}

.b2bking_myaccount_conversations_pagination_button a:hover {
	background-color: #6a6a6a;
}

.b2bking_myaccount_conversations_pagination_button a:visited {
	color: #ececec;
}

.b2bking_myaccount_new_conversation_top {
	font-family: "Roboto Medium", Roboto;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ededed;
	height: 36px;
	background: #646464;
	border-radius: 5px 5px 0 0;
	padding: 0 20px;
}

.b2bking_myaccount_new_conversation_new {
	font-weight: 500;
}

.b2bking_myaccount_new_conversation_close {
	border-radius: 3px;
	background: #2f2f2f;
	padding: 0 15px;
	font-weight: 500;
}

.b2bking_myaccount_new_conversation_close:hover {
	background-color: #000;
	cursor: pointer;
}

.b2bking_myaccount_new_conversation_container {
	background: #ebebeb;
	box-shadow: 0 3px 2px rgba(0, 0, 0, .13);
	border-radius: 5px;
	min-height: 150px;
	position: relative;
	margin-bottom: 40px;
	display: none;
}

.b2bking_myaccount_new_conversation_content {
	padding: 20px;
}

.b2bking_myaccount_new_conversation_content_element_text {
	font-family: "Roboto Medium", Roboto;
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: #4e4e4e;
}

button.b2bking_myaccount_start_conversation_button {
	background: #3ab1e4;
	line-height: 8px;
	min-width: 195px;
	margin-top: 10px;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.b2bking_myaccount_conversation_endpoint_container_top_header_item {
	color: #d6d6d6;
}

.b2bking_myaccount_conversation_endpoint_top_header_text_bold {
	font-weight: 500;
	color: #f9f9f9;
}

.b2bking_myaccount_conversation_endpoint_button {
	background: #3ab1e4;
	line-height: 8px;
	min-width: 165px;
	text-align: end;
	height: 35px;
	margin-top: 10px;
	color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .12);
	border-radius: 3px;
	position: relative;
	outline: 0;
	border: none;
	font-family: Roboto;
	font-weight: 500;
	font-size: 15.5px;
	padding: 5px 16px;
	text-transform: none;
	min-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 4px;
}

.b2bking_conversation_message {
	background: #eee;
	margin: 10px;
	padding: 15px 10% 50px 15px;
	border-radius: 8px;
	width: 70%;
	position: relative;
	font-family: "Roboto Medium", Roboto;
	font-size: 15px;
	font-weight: 400;
}

.b2bking_conversation_message_self {
	margin-left: auto;
	background: #e9f1f8;
}

.b2bking_conversation_message_time {
	position: absolute;
	right: 10px;
	color: #888f92;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 700;
	bottom: 10px;
}