/**
*
* TABLE OF CONTENTS:
*
* 1. Request Custom Quote
* 2. Bundles
* 3. Discussions
* 4. Bulk Order
* 5. Custom Registration Fields
* 6. Multiaccounts
* 7. Shopping Lists
* 8. Fonts
* 9. Product page
* 10. Media Queries
*
*/

/* 1. Request Custom Quote */
#b2bwhs_request_custom_quote_button{
	margin-bottom: 5px;
	position: initial;
	visibility: visible;
	height: auto;
}
#b2bwhs_request_custom_quote_textarea{
	width: 100%;
	min-height: 150px;
	resize: vertical;
	margin-bottom: 5px;
	display: none;
}
span.b2bwhs_request_custom_quote_text_label {
	display: none;
	text-align: left;
	margin-top: 15px;
}
#b2bwhs_request_custom_quote_textarea_abovetext{
	display: none;
	text-align: left;
	margin-top: 15px;
}
#b2bwhs_request_custom_quote_name, #b2bwhs_request_custom_quote_email, #b2bwhs_request_custom_quote_phone{
	width: 50%;
	margin-bottom: 5px;
	display: none;
}


/* 2. Bundles */
.b2bwhs_myaccount_individual_bundle_custom_text {
	margin: 0 30px;
	padding: 10px 0px;
	font-family: Roboto;
	border-top: 1px solid #d7d7d7;
	white-space: pre-wrap;
	color: #515151;
	line-height: 1.2em;
	font-size: 11px;
}
.b2bwhs_loader_icon_button{
	width: 37px;
	position: relative;
	left: -7px;
}
.b2bwhs_bundle_myaccount_total{
	font-size: 16px;
}
.b2bwhs_bundle_myaccount_total .amount{
	font-weight: 700;
	font-size: 22px;
}
.b2bwhs_bundle_myaccount_items_text{
	font-size: 15px;
}
#b2bwhs_myaccount_bundles_container{
	margin: 0px 40px;
}
#b2bwhs_myaccount_bundles_title, #b2bwhs_myaccount_discussions_title, #b2bwhs_myaccount_bulkorder_title{
	font-family: Roboto;
	font-size: 30px;
	color: #373737;
	font-weight: 400;
	margin-bottom: 12px;
}
.b2bwhs_myaccount_individual_bundle_top{
	font-family: Roboto;
	font-weight: 500;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #EDEDED;
	width: 100%;
	height: 35px;
	background: #838383;
	border-radius: 5px 5px 0px 0px;
}
.b2bwhs_myaccount_individual_bundle_container{
	background: #EBEBEB;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
	border-radius: 5px;
	min-height: 200px;
	position: relative;
	margin-bottom: 40px;
	min-width: 422px;
}
.b2bwhs_myaccount_individual_bundle_top_icon{
	position: absolute;
	left: 15px;
	top: 7px;
	width: 17px;
}
.b2bwhs_myaccount_individual_bundle_header_line{
	border-bottom: 1px solid #d7d7d7;
	margin: 18px 0px 6px 0px;
	justify-content: space-between;
	font-family: Roboto;
	font-weight: 500;
	font-size: 15px;
	color: #818181;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.b2bwhs_myaccount_individual_bundle_header_line_item{
	text-align: center;
}
.b2bwhs_myaccount_individual_bundle_element_line{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
	margin: 20px 1px;
	font-size: 12px;
}
.b2bwhs_myaccount_individual_bundle_element_line_item{
	color: #515151;
	font-family: Roboto;
	font-size: 11px;
	text-align: center;
}
.b2bwhs_bundle_image{
	width:60%;
	margin: auto;
}
.b2bwhs_myaccount_individual_bundle_bottom_line{
	border-top: 1px solid #d7d7d7;
	justify-content: space-between;
	display: flex;
	margin: 0px 30px;
	padding: 20px 0px;
	align-items: center;
}
.b2bwhs_myaccount_individual_bundle_bottom_line_total{
	font-family: Roboto;
	font-size: 18px;
	line-height: 28px;
	color: #525252;
}
.b2bwhs_myaccount_individual_bundle_bottom_line_add button.b2bwhs_myaccount_individual_bundle_bottom_line_button{
	background: #94678b;
	line-height: 15px;
	min-width: 150px;
	text-align: end;
	height: 30px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	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;
}
.b2bwhs_myaccount_individual_bundle_bottom_line_button:hover, .b2bwhs_myaccount_individual_bundle_bottom_line_add button.b2bwhs_myaccount_individual_bundle_bottom_line_button:hover{
	background: #904d82;
	color: white;
	outline: none;
	cursor: pointer;
}
.b2bwhs_myaccount_individual_bundle_bottom_line_button_icon, .b2bwhs_myaccount_new_discussion_button_icon{
	width: 19px;
	margin-right: 10px;
}


/* 3. Discussions */
#b2bwhs_myaccount_discussions_container{
	margin:0 20px;
}
#b2bwhs_myaccount_discussions_container_top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
#b2bwhs_myaccount_discussions_container_top button{
	background: #94678b;
	line-height: 15px;
	min-width: 165px;
	text-align: end;
	height: 30px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 14px;
	padding: 5px 16px;
	text-transform: none;
	min-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
#b2bwhs_myaccount_discussions_container_top button:hover{
	background-color: #904d82;
	cursor: pointer;
}

.b2bwhs_myaccount_individual_discussion_top{
	font-family: Roboto;
	font-size: 14px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #ffffff;
	width: 100%;
	height: 30px;
	background: #a2a2a2;
	border-radius: 7px 7px 0px 0px;
}
.b2bwhs_myaccount_individual_discussion_container{
	background: #f4f4f4;
	box-shadow: 0px 3px 2px rgb(0 0 0 / 8%);
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	display: block;
}
.b2bwhs_myaccount_individual_discussion_top_item{
	position: relative;
	right: 8px;
}
.b2bwhs_myaccount_individual_discussion_content{
	display: flex;
	justify-content: space-around;
}
.b2bwhs_myaccount_individual_discussion_content_item {
	width: 140px;
	padding: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 23px;
	color: #414141;
}
.b2bwhs_myaccount_individual_discussion_bottom{
	display: flex;
	justify-content: flex-start;
}
#b2bwhs_myaccount_discussions_container .b2bwhs_myaccount_individual_discussion_container .b2bwhs_myaccount_individual_discussion_bottom a{
	text-decoration: none;
}
button.b2bwhs_myaccount_view_discussion_button{
background: #a2a2a2;
	line-height: 8px;
	min-width: 125px;
	text-align: end;
	height: 28px;
	margin-top: 10px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px 18px;
	border: none;
	font-family: Roboto;
	font-weight: 500;
	font-size: 13px;
	text-transform: none;
	min-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
button.b2bwhs_myaccount_view_discussion_button:hover{
	background-color: #8b8b8b;
	color: #fff;
	cursor: pointer;
}
.b2bwhs_myaccount_view_discussion_button_icon{
	width: 14px;
	margin-right: 10px;
}
.b2bwhs_myaccount_discussions_pagination_container{
	display: flex;
	justify-content: space-between;
	margin: 0px 20px;
}
.b2bwhs_myaccount_cbundles_pagination_container{
	display: flex;
	justify-content: space-between;
}
.b2bwhs_myaccount_discussions_pagination_button a{
	width: 230px;
	height: 35px;
	background: #A3A3A3;
	box-shadow: 0px 4px 4px rgba(0, 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;
}
.b2bwhs_myaccount_discussions_pagination_button a:hover{
	background-color: #6a6a6a;
}
.b2bwhs_myaccount_discussions_pagination_button a:visited{
	color:#ececec;
}
.b2bwhs_myaccount_new_discussion_top{
	font-family: "Roboto Medium", Roboto;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #EDEDED;
	height: 30px;
	background: #a2a2a2;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 20px;
}
.b2bwhs_myaccount_new_discussion_new{
	font-weight: 500;
}
.b2bwhs_myaccount_new_discussion_close{
	border-radius: 3px;
	background: #666666;
	padding: 0px 15px;
	font-weight: 500;
}
.b2bwhs_myaccount_new_discussion_close:hover{
	background-color: #2f2f2f;
	cursor: pointer;
}
.b2bwhs_myaccount_new_discussion_container{
	background: #EBEBEB;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
	border-radius: 5px;
	min-height: 150px;
	position: relative;
	margin-bottom: 40px;
	display: none;
}

.b2bwhs_myaccount_new_discussion_content{
	padding: 20px;
}
.b2bwhs_myaccount_new_discussion_content_element_text {
	font-family: "Roboto Medium", Roboto;
	font-size: 15px;
	line-height: 21px;
	color: #838383;
}
select#b2bwhs_myaccount_discussion_type {
	height: 43px;
	background: #DEDEDE;
	border-radius: 4px;
	padding: 0px 20px;
	border: none;
	font-family: "Roboto Medium", Roboto;
	width: 100%;
	margin-bottom: 18px;
	margin-top: 5px;
	font-size: 15px;
	outline: none;
	color: #8D8D8D;
}
input#b2bwhs_myaccount_title_discussion_start {
	height: 43px;
	background: #DEDEDE;
	border-radius: 4px;
	padding: 0px 20px;
	border: none;
	font-family: "Roboto Medium", Roboto;
	width: 92%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	margin-bottom: 18px;
	margin-top: 5px;
	font-size: 15px;
	outline: none;
	color: #8D8D8D;
	box-shadow: none;
}
input#b2bwhs_myaccount_title_discussion_start::placeholder, #b2bwhs_myaccount_textarea_discussion_start::placeholder{
	color: #8D8D8D;
}
#b2bwhs_myaccount_textarea_discussion_start{
	resize: vertical;
	min-height: 150px;
	height: 43px;
	background: #DEDEDE;
	border-radius: 4px;
	padding: 10px 20px;
	border: none;
	font-family: "Roboto Medium", Roboto;
	width: 92%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	margin-bottom: 18px;
	margin-top: 5px;
	font-size: 15px;
	outline: none;
	color: #8D8D8D;
	box-shadow: none;
}
.b2bwhs_myaccount_start_discussion_bottom{
	display: flex;
	justify-content: flex-end;
}
button.b2bwhs_myaccount_start_discussion_button{
	background: #94678b;
	line-height: 8px;
	min-width: 175px;
	text-align: end;
	height: 30px;
	margin-top: 10px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	padding: 0px 18px;
	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;
}
button.b2bwhs_myaccount_start_discussion_button:hover{
	background-color: #904d82;
	color: #fff;
	cursor: pointer;
}
.b2bwhs_myaccount_start_discussion_button_icon{
	width: 19px;
	margin-right: 10px;
}
/* discussion endpoint (individual discussion view) */
#b2bwhs_myaccount_discussion_endpoint_container{
	margin:0 20px;
}
#b2bwhs_myaccount_discussion_endpoint_container_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#b2bwhs_myaccount_discussion_endpoint_container_top button{
	line-height: 15px;
	width: 117px;
	background: #a2a2a2;
	text-align: end;
	height: 30px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 14px;
	padding: 5px 16px;
	text-transform: none;
	min-height: 0;
}

#b2bwhs_myaccount_discussion_endpoint_container_top button:hover{
	background-color: #a2a2a2;
	cursor: pointer;
}
#b2bwhs_myaccount_discussion_endpoint_title{
	font-family: "Roboto Medium", Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 26px;
	color: #313131;
}
#b2bwhs_myaccount_discussion_endpoint_container_top_header{
	background: #a2a2a2;
	border-radius: 5px 5px 0px 0px;
	min-height: 35px;
	margin-top: 30px;
	font-family: "Roboto Medium", Roboto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	font-size: 13px;
}
.b2bwhs_myaccount_discussion_endpoint_container_top_header_item{
	color: #D6D6D6;
}
.b2bwhs_myaccount_discussion_endpoint_top_header_text_bold{
	font-weight: 500;
	color: #f9f9f9;
}
.b2bwhs_myaccount_discussion_endpoint_bottom{
	display: flex;
	justify-content: flex-end;
}
.b2bwhs_myaccount_discussion_endpoint_button{
	background: #94678b;
	line-height: 8px;
	min-width: 165px;
	text-align: end;
	height: 30px;
	margin-top: 10px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	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;
}
.b2bwhs_myaccount_discussion_endpoint_button:hover{
	background-color: #904d82;
	color: #fff;
	cursor: pointer;
}
.b2bwhs_myaccount_discussion_endpoint_button_icon{
	width: 17px;
	margin-right: 10px;
}
#b2bwhs_discussion_user_new_message{
	resize: vertical;
	min-height: 110px;
	outline: none;
	padding: 15px;
	margin-top: 20px;
	background: #f8f8f8;
	border-radius: 5px;
	margin-bottom: 5px;
	width: 92%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;

}
#b2bwhs_discussion_messages_container{
	max-height: 500px;
	overflow-y: scroll;
}
.b2bwhs_discussion_message{
	background: #f6f6f6;
	margin: 10px;
	padding: 15px;
	padding-right: 10%;
	padding-bottom: 50px;
	border-radius: 4px;
	width: 70%;
	position: relative;
	font-family: "Roboto Medium", Roboto;
	font-size: 15px;
	font-weight: normal;
}
.b2bwhs_discussion_message_self{
	margin-left: auto;
	background: #f4edea;
}
.b2bwhs_discussion_message_time{
	position: absolute;
	right: 10px;
	color: #888f92;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	bottom: 10px;
}

/* 4. Bulk Order */
#b2bwhs_myaccount_bulkorder_container{
	margin: 0px 20px;
	min-width: 500px;
}
.b2bwhs_bulkorder_form_container{
	background: #EBEBEB;
	box-shadow: 0px 3px 2px rgb(0 0 0 / 10%);
	border-radius: 7px;
	min-height: 150px;
	position: relative;
	margin-bottom: 40px;
	display: grid;
}
.b2bwhs_bulkorder_form_container_top{
	font-family: Roboto;
	font-size: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0px 15px;
	color: #ffffff;
	height: 30px;
	background: #a2a2a2;
	border-radius: 7px 7px 0px 0px;
	font-weight: 400;
}
.b2bwhs_bulkorder_form_container_content{
	padding: 20px;
}
.b2bwhs_bulkorder_form_container_content_header_product{
	width: 68%;
	display: inline-block;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;

}
.b2bwhs_bulkorder_form_container_content_header_qty{
	width: 10%;
	display: inline-block;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
	margin-right: 4%;
	margin-left: 4%;
}
.b2bwhs_bulkorder_form_container_content_header_subtotal{
	width: 12%;
	display: inline-block;
	text-align:right;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
}
.b2bwhs_bulkorder_form_container_content_line{
	position: relative;
}
.b2bwhs_loader_img{
	margin:auto;
	display: block;
}
.b2bwhs_loader_hidden{
	display: none !important;
}
select#b2bwhs_bulkorder_searchby_select:hover{
	cursor: pointer;
	background: #838383;
}
select#b2bwhs_bulkorder_searchby_select:focus{
	outline: none;
}
select#b2bwhs_bulkorder_searchby_select {
	background: #b0b0b0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
	color: white;
	border: 0px;
	margin-left: 5px;
	height: auto;
	width: auto;
	-webkit-appearance: auto;
	margin-bottom: 0;
	padding: 1px 5px;
	border-radius: 3px !important;
	display: inline-block;
	font-weight: 400;
	font-family: "Roboto Medium";
}
.b2bwhs_bulkorder_form_container_content_header {
	margin-bottom: 2px;
}
.b2bwhs_bulkorder_clear{
	position: absolute;
	top: 14px;
	padding: 1px 8px;
	border-radius: 3px;
	color: #f0f0f0;
	left: 54.5%;
	background: #b8b8b8;
	height: 27.5px;
	border: none;
	text-transform: none;
	min-height: 0;
	font-family:  Roboto;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
}
.b2bwhs_bulkorder_clear:hover{
	background-color: #d5d5d5;
	border-color: #d5d5d5;
	color: #333333;
	cursor: pointer;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product, .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product{
	width: 68% !important;
	height: 43px;
	background: #DEDEDE;
	border-radius: 4px;
	padding: 0px 20px;
	border: none;
	font-family: Roboto;
	margin-bottom: 18px;
	padding-right: 25px;
	margin-top: 5px;
	font-size: 15px;
	outline: none;
	color: #8D8D8D;
	box-shadow: none;
	display: inline-block;
	box-sizing: border-box;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product:focus, .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product:focus{
	background: #DEDEDE;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product::placeholder, .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product::placeholder{
   color: #8D8D8D;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty, .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty{
	width: 10% !important;
	height: 43px;
	background: #DEDEDE;
	border-radius: 4px;
	border: none;
	font-family: "Roboto Medium", Roboto;
	margin-bottom: 18px;
	margin-top: 5px;
	font-size: 15px;
	outline: none;
	color: #8D8D8D;
	box-shadow: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 8px;
	margin-left: 4%;
	margin-right: 4%;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty::-webkit-inner-spin-button, .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty::-webkit-inner-spin-button,
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty::-webkit-outer-spin-button, .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty::-webkit-outer-spin-button {
  margin: 0;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty:focus, .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty:focus{
	background: #DEDEDE;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line_subtotal, .b2bwhs_bulkorder_form_container_content_line_subtotal{
	width: 12%;
	text-align: right;
	padding-right: 7px;
	display: inline-block;
	font-family: "Roboto Medium", Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #6B6B6B;
	box-sizing: border-box;
}

#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_newline_button, .b2bwhs_bulkorder_form_container_newline_button{
	background: #b0b0b0;
	font-family: Roboto;
	font-weight: 400;
	font-size: 12px;
	line-height: 5px;
	min-width: 90px;
	text-align: end;
	height: 29px;
	padding: 0px 10px;
	color: #eaeaea;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	border: none;
	text-transform: none;
	min-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_newline_button:hover, .b2bwhs_bulkorder_form_container_newline_button:hover{
	background: #838383;
	color: #ffffff;
	cursor: pointer;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_newline_button:focus, .b2bwhs_bulkorder_form_container_newline_button:focus{
	outline: none;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_newline_button_icon, .b2bwhs_bulkorder_form_container_newline_button_icon {
	width: 17px;
	margin-right: 5px;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_newline_container, .b2bwhs_bulkorder_form_container_newline_container {
	margin-top: -8px;
	padding-bottom: 16px;
	border-bottom: 2px solid #d5d5d5;
}
.b2bwhs_bulkorder_form_container_bottom{
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.b2bwhs_bulkorder_form_container_bottom_total{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #4E4E4E;
}
.b2bwhs_bulkorder_form_container_bottom_add{
	display: flex;
}
button.b2bwhs_bulkorder_form_container_bottom_add_button{
	background: #94678b;
	line-height: 15px;
	min-width: 150px;
	text-align: end;
	height: 35px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 15.5px;
	padding: 5px 16px;
	text-transform: none;
	min-height: 0;
	margin-right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
button.b2bwhs_bulkorder_form_container_bottom_add_button:focus{
	outline: none;
}
button.b2bwhs_bulkorder_form_container_bottom_add_button:hover{
	background-color: #904d82;
	color: white;
	outline: none;
	cursor: pointer;
}
.b2bwhs_bulkorder_form_container_bottom_add_button_icon{
	width: 19px;
	margin-right: 10px;
}
button.b2bwhs_bulkorder_form_container_bottom_save_button{
	background: #b0b0b0;
	line-height: 15px;
	min-width: 120px;
	margin-left: 13px;
	margin-right: 13px;
	text-align: end;
	height: 35px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	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;
}
button.b2bwhs_bulkorder_form_container_bottom_update_button{
	background: #9D9D9D;
	line-height: 15px;
	min-width: 137px;
	margin-left: 13px;
	margin-right: 13px;
	text-align: end;
	height: 35px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	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;
}
button.b2bwhs_bulkorder_form_container_bottom_save_button:focus, button.b2bwhs_bulkorder_form_container_bottom_update_button:focus{
	outline: none;
}
button.b2bwhs_bulkorder_form_container_bottom_save_button:hover, button.b2bwhs_bulkorder_form_container_bottom_update_button:hover{
	background-color: #838383;
	color: white;
	outline: none;
	cursor: pointer;
}
.b2bwhs_bulkorder_form_container_bottom_save_button_icon, .b2bwhs_bulkorder_form_container_bottom_update_button_icon{
	width: 22px;
	margin-right: 10px;
}
button.b2bwhs_bulkorder_form_container_bottom_delete_button{
	background: #9D9D9D;
	line-height: 15px;
	width: 93px;
	text-align: end;
	height: 35px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 15.5px;
	padding: 3px 16px;
	text-transform: none;
	min-height: 0;
	margin-right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
button.b2bwhs_bulkorder_form_container_bottom_delete_button:focus{
	outline: none;
}
button.b2bwhs_bulkorder_form_container_bottom_delete_button:hover{
	background-color: #838383;
	color: white;
	cursor: pointer;
	outline: none;
}
.b2bwhs_bulkorder_form_container_bottom_delete_button_icon {
	width: 21px;
	position: relative;
	bottom: 1px;
}
.b2bwhs_bulkorder_form_container_content_line_livesearch {
	background: #818181;
	width: 68%;
	position: relative;
	padding: 10px;
	border-radius: 0px 0px 4px 4px;
	bottom: 20px;
	color: white;
	font-size: 13px;
	font-family: Roboto;
	display: none;
}
.b2bwhs_livesearch_product_result{
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
img.b2bwhs_livesearch_image {
	width: 50px;
	display: block;
	border-radius: 3px;
	text-align: right;
}
.b2bwhs_livesearch_product_result:hover{
	background-color: #4e4e4e;
	cursor: pointer;
	border-radius: 3px;
}
img.b2bwhs_image_line_set {
	width: 30px;
	position: absolute;
	left: 2%;
	top: 17%;
}
/* 5. Custom registration fields */
select#b2bwhs_registration_options_dropdown, .b2bwhs_custom_registration_field {
	width: 100%;
}
.b2bwhs_registration_options_dropdown_section_hidden{
	display: none !important;
}
.b2bwhs_checkbox_registration_field{
	width: auto;
}
select#b2bwhs_registration_options_dropdown{
	display: inline-block;
}
.b2bwhs_custom_registration_field_textarea{
	resize: vertical;
	min-height: 55px;
}
.b2bwhs_country_or_state{
	margin-bottom: 0 !important;
}
/* vat visible and hidden. !important necessary to make sure these stay hidden */
.b2bwhs_vat_visible{
	display: block;
}
.b2bwhs_vat_hidden{
	display: none !important;
}
.b2bwhs_vat_countries_hidden{
	display: none !important;
}
button#b2bwhs_checkout_registration_validate_vat_button {
	margin-top: 8px;
}

/* 6. Multiaccounts */
.b2bwhs_multiaccounts_container_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
	align-items: center;
}
.b2bwhs_multiaccounts_container_top_title {
	font-family: Roboto;
	font-size: 30px;
	color: #373737;
	font-weight: 400;
}
.b2bwhs_multiaccounts_new_account_container_top_title {
	font-weight: 400;
}
button.b2bwhs_multiaccounts_container_top_button {
	background: #94678b;
	line-height: 15px;
	min-width: 175px;
	text-align: end;
	height: 30px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 14px;
	padding: 1px 16px;
	text-transform: none;
	min-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
button.b2bwhs_multiaccounts_container_top_button:hover {
	background-color: #904d82;
	color: #ffffff;
	cursor: pointer;
}
button.b2bwhs_multiaccounts_container_top_button:focus{
	outline: none;
}
svg.b2bwhs_multiaccounts_container_top_button_icon {
	width: 16px;
}
.b2bwhs_multiaccounts_account_container {
	min-height: 140px;
	background: #EBEBEB;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
	border-radius: 5px;
	margin-bottom: 35px;
}
.b2bwhs_multiaccounts_account_top {
	background: #a2a2a2;
	display: flex;
	border-radius: 5px 5px 0px 0px;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-family: "Roboto Medium", Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	min-height: 28px;
}
svg.b2bwhs_multiaccounts_account_top_icon {
	width: 16px;
	margin-right: 7px;
}
.b2bwhs_multiaccounts_account_line {
	display: flex;
	justify-content: space-between;
	margin: 10px 15px;
	align-items: center;
}
.b2bwhs_multiaccounts_container .b2bwhs_multiaccounts_account_container .b2bwhs_multiaccounts_account_line a{
	text-decoration: none;
}
.b2bwhs_multiaccounts_account_name {
	font-family: Roboto;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 5px;
	text-align: center;
	color: #5c5c5c;
}
.b2bwhs_multiaccounts_account_title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	color: #414141;
}
button.b2bwhs_multiaccounts_account_button {
	background: #a2a2a2;
	font-family: Roboto;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	width: 120px;
	margin-top: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	justify-content: space-between;
	height: 25px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	padding: 0px 10px;
	border: none;
	text-decoration: none;
	text-transform: none;
	min-height: 0;

}
button.b2bwhs_multiaccounts_account_button:hover{
	background-color: #7d7d7d;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
button.b2bwhs_multiaccounts_account_button:focus{
	outline: none;
}
svg.b2bwhs_multiaccounts_account_button_icon {
	width: 14px;
}
.b2bwhs_multiaccounts_account_phone_email {
	margin-top: 5px;
}
.b2bwhs_multiaccounts_account_phone_email_text {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	margin-bottom: 5px;
	color: #414141;
}
.b2bwhs_multiaccounts_new_account_container_top {
	font-family: Roboto;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	height: 32px;
	background: #a2a2a2;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 20px;
}
.b2bwhs_multiaccounts_new_account_container_content {
	padding: 20px;
	background: #FBFBFB;
	border-radius: 5px;
}
.b2bwhs_multiaccounts_new_account_container {
	margin-bottom: 30px;
	background: #FBFBFB;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
	border-radius: 5px;
	display: none;
}
.b2bwhs_multiaccounts_edit_account_container {
	margin-bottom: 30px;
	background: #FBFBFB;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
	border-radius: 5px;
}
.b2bwhs_multiaccounts_new_account_container_content {
	padding: 20px;
}
.b2bwhs_multiaccounts_new_account_container_content_large_title {
		font-family: "Roboto Medium", Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	min-height: 40px;
	align-items: center;
	display: flex;
	color: #4E4E4E;
	margin-bottom: 20px;
	margin-top: 5px;
}
svg.b2bwhs_multiaccounts_new_account_container_content_large_title_icon {
	width: 25px;
	position: relative;
	bottom: 1px;
	margin-right: 5px;
}
.b2bwhs_span_title_text_multiaccount{
	margin-left: 15px;
	margin-right: 15px;
}
.b2bwhs_multiaccounts_new_account_container_top_close, .b2bwhs_multiaccounts_edit_account_container_top_close {
	border-radius: 3px;
	background: #757575;
	padding: 0px 15px;
	font-weight: 500;
}
.b2bwhs_multiaccounts_new_account_container_top_close:hover, .b2bwhs_multiaccounts_edit_account_container_top_close:hover {
	background-color: #626262;
	cursor: pointer;
}
.b2bwhs_multiaccounts_new_account_container_content_element_label {
	font-family: "Roboto Medium", Roboto;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #7b7b7b;
}
.b2bwhs_multiaccounts_new_account_container_content_element input.b2bwhs_multiaccounts_new_account_container_content_element_text {
	height: 43px;
	background: #ededed;
	border-radius: 4px;
	padding: 0px 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: none;
	color: #8D8D8D;
	box-shadow: none;
}
.b2bwhs_multiaccounts_new_account_container_content_element input.b2bwhs_multiaccounts_new_account_container_content_element_text::placeholder{
	color: #999999;
}
.b2bwhs_multiaccount_horizontal_line {
	border-bottom: 3px solid #e0e0e0;
	padding-bottom: 15px;
}
.b2bwhs_multiaccount_top_margin{
	margin-top: 20px;
}
.b2bwhs_multiaccounts_new_account_container_content_element_checkbox {
	background: #ededed;
	border-radius: 3px;
	margin-top: 12px;
	justify-content: space-between;
	display: flex;
	align-items: center;
	padding: 0px 15px;
	min-height: 40px;
}
.b2bwhs_multiaccounts_new_account_container_content_element_checkbox_name {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #5c5c5c;
}
.b2bwhs_multiaccounts_new_account_container_content_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
button.b2bwhs_multiaccounts_new_account_container_content_bottom_button {
	background: #94678b;
	align-items: center;
	line-height: 8px;
	min-width: 190px;
	text-align: end;
	justify-content: space-between;
	height: 30px;
	margin-top: 10px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	display: flex;
	outline: none;
	padding: 0px 18px;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 14px;
	padding: 5px 16px;
	text-transform: none;
	min-height: 0;
}
button.b2bwhs_multiaccounts_new_account_container_content_bottom_button:hover{
	background-color: #904d82;
	color: #fff;
	cursor: pointer;
}
button.b2bwhs_multiaccounts_new_account_container_content_bottom_button:focus{
	outline: none;
	color: #fff;
}
button.b2bwhs_multiaccounts_edit_account_container_content_bottom_button {
	background: #94678b;
	align-items: center;
	line-height: 8px;
	min-width: 190px;
	text-align: end;
	justify-content: space-between;
	height: 30px;
	margin-top: 10px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	display: flex;
	outline: none;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 14px;
	padding: 5px 16px;
	text-transform: none;
	min-height: 0;
}
button.b2bwhs_multiaccounts_edit_account_container_content_bottom_button:hover{
	background-color: #904d82;
	color: #fff;
	cursor: pointer;
}
button.b2bwhs_multiaccounts_edit_account_container_content_bottom_button:focus{
	outline: none;
	color: #fff;
}

button.b2bwhs_multiaccounts_edit_account_container_content_bottom_button_delete {
	background: #6a6a6a;
	align-items: center;
	line-height: 8px;
	min-width: 190px;
	text-align: end;
	justify-content: space-between;
	height: 30px;
	margin-top: 10px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	display: flex;
	outline: none;
	padding: 0px 18px;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
	min-height: 0;
}
button.b2bwhs_multiaccounts_edit_account_container_content_bottom_button_delete:hover{
	background-color: #555555;
	color: #fff;
	cursor: pointer;
}
button.b2bwhs_multiaccounts_edit_account_container_content_bottom_button_delete:focus{
	outline: none;
	color: #fff;
}

svg.b2bwhs_multiaccounts_new_account_container_content_bottom_button_icon {
	width: 20px;
	margin-right: 10px;
}
.b2bwhs_multiaccounts_new_account_container_content_bottom_validation_errors {
	color: red;
}


/* 7. Shopping lists */
#b2bwhs_shopping_lists_table_wrapper table:not( .has-background ) th{
	background: #ffffff;
}
div#b2bwhs_shopping_lists_table_wrapper {
	padding: 15px;
	font-size: 14px;
	background: #fff;
	border: 1.5px solid #eee;
	border-radius: 5px;
}
table#b2bwhs_shopping_lists_table {
	padding-top: 19px;
	padding-bottom: 13px;
	width:100%
}
.b2bwhs_shopping_lists_top_title {
	font-family: Roboto;
	font-size: 30px;
	color: #373737;
	font-weight: 400;
}
#b2bwhs_shopping_lists_table_filter input {
	border-radius: 4px;
	box-shadow: none;
	height: 33px;
}
#b2bwhs_shopping_lists_table_length select{
	border-radius: 4px;
}
div#b2bwhs_shopping_lists_table_length {
	margin-top: 3px;
}
button.b2bwhs_shopping_lists_view_list {
	border-radius: 3px;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	margin-right: 5px;
	padding: 4px 8px;
	justify-content: center;
	color: #ffffff;
	background: #6abeff;
	margin-top: 1px;
	border: none;
	font-weight: 600;
	text-transform: none;
	min-height: 0;
	line-height: normal;
	height: 31px;
	font-family: Roboto;
	font-size: 13px;
}
button.b2bwhs_shopping_lists_view_list:hover{
	background: #3a98e1;
	color: #ffffff;
	cursor: pointer;
}
button.b2bwhs_shopping_lists_add_to_cart {
	border-radius: 3px;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	padding: 4px 8px;
	justify-content: center;
	color: #ffffff;
	background: #606060;
	margin-right: 5px;
	margin-top: 1px;
	border: none;
	font-weight: 600;
	text-transform: none;
	min-height: 0;
	line-height: normal;
	height: 31px;
	font-family: "Roboto Medium", Roboto;
	font-size: 13px;
	min-width: 60px;
}
button.b2bwhs_shopping_lists_add_to_cart:hover{
	background: #444444;
	color: #ffffff;
	cursor: pointer;
}
#b2bwhs_shopping_lists_table a.b2bwhs_shopping_list_button_href:visited, #b2bwhs_shopping_lists_table a.b2bwhs_shopping_list_button_href{
	text-decoration: none;
}

#b2bwhs_shopping_lists_table td, #b2bwhs_shopping_lists_table th{
	text-align: center;
}
#b2bwhs_shopping_lists_table td{
	padding: 12px 14px;
}
.b2bwhs_shopping_list_top_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .b2bwhs_shopping_list_top_container a.b2bwhs_shopping_list_new_link{
	text-decoration: none !important;
}
button#b2bwhs_shopping_list_new_button {
	background: #94678b;
	line-height: 15px;
	min-width: 115px;
	text-align: end;
	height: 30px;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
	outline: none;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 14px;
	padding: 5px 16px;
	text-transform: none;
	min-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
button#b2bwhs_shopping_list_new_button:hover{
	background-color: #904d82;
	color: #ffffff;
	cursor: pointer;
}
svg.b2bwhs_shopping_list_new_button_icon {
	width: 19px;
	margin-right: 10px;
}
.b2bwhs_shopping_list_new_link{
	height: fit-content;
}

/* 8. Fonts */
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* 9. Product Page */
.b2bwhs_shop_table{
	margin-top: 50px;
}
/* 10. Media Queries */
@media screen and (max-width: 750px) {
	button.b2bwhs_bulkorder_clear{
		left:50%;
	}
}
@media screen and (max-width: 665px) {
	button.b2bwhs_bulkorder_form_container_bottom_delete_button{
		margin-top: 10px;
	}
}
@media screen and (max-width: 665px) {
	.b2bwhs_bulkorder_form_container_bottom_add,.b2bwhs_bulkorder_form_container_bottom, .b2bwhs_bulkorder_form_container, #b2bwhs_myaccount_discussions_container_top, .b2bwhs_multiaccounts_container_top, .b2bwhs_multiaccounts_new_account_container_content_bottom{
		display: block;
	}
	#b2bwhs_myaccount_bundles_container, #b2bwhs_myaccount_bulkorder_container{
		margin: 0px 0px;
	}
	.b2bwhs_myaccount_individual_bundle_container, #b2bwhs_myaccount_bulkorder_container{
		min-width: unset;
	}
	.b2bwhs_myaccount_individual_bundle_bottom_line{
		margin:0px 10px;
	}
	.b2bwhs_bulkorder_form_container_content_header_subtotal{
		display: none;
	}
	#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty, .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty{
		width: 20%;
	}
	.b2bwhs_bulkorder_form_container_bottom_total{
		margin-top: 10px;
	}
	.b2bwhs_bulkorder_form_container_content_line_subtotal{
		width: 100% !important;
		text-align: center !important;
	}
	button.b2bwhs_bulkorder_clear{
		left: 45%;
	}
}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/lib/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/lib/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/lib/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/lib/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(//www.the-nomad-magazine.com/wp-content/plugins/b2b-wholesale-suite/public/../includes/assets/lib/images/sort_desc_disabled.png)}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}.woocommerce-checkout-review-order-table input[type="radio"].shipping_method + label {
    font-weight: 700;
}

.sc-delivery-method-description {
    padding-left: 2.75rem;
    font-size: 0.9em;
    padding-bottom:0
}

.sc-delivery-method-mount-point {
    display: block;
    width: 100%;
}

.woocommerce-shipping-totals input[type="radio"].shipping_method + label {
    font-weight: 700;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.wcpa_form_outer{margin:1em 0 2em 0;width:100%;clear:both;flex:0 0 100%}.wcpa_form_outer *{box-sizing:border-box}.wcpa_skeleton_loader_area{width:100%;display:block;margin:2em 0 2em}.wcpa_skeleton_loader{width:100%;display:block;margin:0 0 23px}.wcpa_skeleton_loader *{background:#eee;background:linear-gradient(130deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);border-radius:5px;background-size:200% 100%;animation:1.5s shine linear infinite}.wcpa_skeleton_loader .wcpa_skeleton_label{width:75px;height:20px;display:block;margin:0 0 8px}.wcpa_skeleton_loader .wcpa_skeleton_field{width:100%;height:45px;display:block;border-radius:4px}.wcpa_skeleton_loader .wcpa_skeleton_fieldarea{width:100%;height:175px;display:block;border-radius:4px}@keyframes shine{to{background-position-x:-200%}}@keyframes wcpaAnimate{0%{opacity:0}100%{opacity:1}}.wcpa_wrap{padding:0 2px}.wcpa_wrap .wcpa_new{animation-name:wcpaAnimate;animation-duration:.5s;animation-timing-function:ease-out}.wcpa_wrap .wcpa_row{flex-wrap:wrap}.wcpa_wrap .wcpa-col-1,.wcpa_wrap .wcpa-col-2,.wcpa_wrap .wcpa-col-3,.wcpa_wrap .wcpa-col-4,.wcpa_wrap .wcpa-col-5,.wcpa_wrap .wcpa-col-6{padding:0 7px}.wcpa_wrap .wcpa-col-6{width:100%}.wcpa_wrap .wcpa-col-5{width:83.33333333%}.wcpa_wrap .wcpa-col-4{width:66.66666667%}.wcpa_wrap .wcpa-col-3{width:50%}.wcpa_wrap .wcpa-col-2{width:33.33333%}.wcpa_wrap .wcpa-col-1{width:16.66666%}.wcpa_wrap .wcpa_section_head{display:flex;align-items:center;justify-content:space-between;background:rgba(238,238,238,.28);padding:7px 5px;cursor:pointer}.wcpa_wrap .wcpa_section_head h1,.wcpa_wrap .wcpa_section_head h2,.wcpa_wrap .wcpa_section_head h3,.wcpa_wrap .wcpa_section_head h4,.wcpa_wrap .wcpa_section_head h5,.wcpa_wrap .wcpa_section_head h6{margin:0;font-weight:600;line-height:38px}.wcpa_wrap .wcpa_section_head h1,.wcpa_wrap .wcpa_section_head h2,.wcpa_wrap .wcpa_section_head h3{font-size:20px}.wcpa_wrap .wcpa_section_head h4,.wcpa_wrap .wcpa_section_head h5,.wcpa_wrap .wcpa_section_head h5{font-size:16px}.wcpa_wrap .wcpa_section_head.hasError{border-bottom:1px solid red}.wcpa_wrap .wcpa_accordion_open .wcpa_section_body{padding:20px 0 10px}.wcpa_wrap .wcpa_toggle{width:16px;height:16px;position:relative;display:flex;align-items:center;justify-content:center}.wcpa_wrap .wcpa_toggle::before,.wcpa_wrap .wcpa_toggle::after{content:"";position:absolute;display:block;width:12px;height:2px;background-color:#515f8e;transition:all ease-in-out .3s}.wcpa_wrap .wcpa_toggle::after{transform:rotate(-90deg);transform-origin:center center}.wcpa_wrap .wcpa_accordion_open .wcpa_toggle::after{display:none}.wcpa_wrap .wcpa_rep_sec_remove span{display:inline-flex;align-items:center;justify-content:center;text-align:center;position:absolute;right:15px;padding:2px 10px 2px 25px;margin:-5px 0 0;border-radius:20px;font-weight:400;font-size:11px;line-height:20px;text-transform:uppercase;color:#515f8e;background:#fff;border:1px solid #b9cbe3;cursor:pointer}.wcpa_wrap .wcpa_rep_sec_remove span::before,.wcpa_wrap .wcpa_rep_sec_remove span::after{content:"";position:absolute;width:9px;height:2px;left:10px;background-color:#06f;transform:rotate(45deg)}.wcpa_wrap .wcpa_rep_sec_remove span::after{transform:rotate(-45deg)}.wcpa_wrap .wcpa_field_wrap{margin:0 0 15px}.wcpa_wrap .wcpa_field_wrap.wcpa_label_pos_left{margin-top:10px}.wcpa_wrap .wcpa_field_wrap:first-child{padding-left:0}.wcpa_wrap .wcpa_field_wrap:last-child{padding-right:0}.wcpa_wrap .wcpa_field_wrap input[type=text],.wcpa_wrap .wcpa_field_wrap input[type=url],.wcpa_wrap .wcpa_field_wrap input[type=date],.wcpa_wrap .wcpa_field_wrap input[type=time],.wcpa_wrap .wcpa_field_wrap input[type=number],.wcpa_wrap .wcpa_field_wrap input[type=email],.wcpa_wrap .wcpa_field_wrap input[type=tel],.wcpa_wrap .wcpa_field_wrap input[type=password],.wcpa_wrap .wcpa_field_wrap input[type=datetime-local],.wcpa_wrap .wcpa_field_wrap input[type=file],.wcpa_wrap .wcpa_field_wrap select,.wcpa_wrap .wcpa_field_wrap textarea{width:100%}.wcpa_wrap .wcpa_field_wrap select{overflow-x:hidden !important}.wcpa_wrap .wcpa_date_field_wrap input{padding-right:25px !important}.wcpa_wrap .wcpa_date_field_wrap{position:relative;width:100%}.wcpa_wrap .wcpa_date_field_wrap .wcpa_reset_field{position:absolute;top:50%;transform:translateY(-50%);right:10px;background-image:url(//www.the-nomad-magazine.com/wp-content/plugins/woo-custom-product-addons-pro/assets/images/date-reset.svg);background-repeat:no-repeat;background-size:contain;width:15px;height:15px;z-index:1;cursor:pointer;display:block}.wcpa_wrap .wcpa_date_field_wrap .inline+.wcpa_reset_field{display:none !important}.wcpa_wrap .wcpa_checkbox{position:relative}.wcpa_wrap .wcpa_checkbox label{margin:0;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer}.wcpa_wrap .wcpa_checkbox input{margin:3px 3px 3px 4px}.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom{display:none}.wcpa_wrap .wcpa_radio{position:relative}.wcpa_wrap .wcpa_radio label{margin:0;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer}.wcpa_wrap .wcpa_radio label input{margin:3px 3px 3px 4px}.wcpa_wrap .wcpa_radio .wcpa_radio_custom{display:none}.wcpa_wrap .wcpa_group_field,.wcpa_wrap .wcpa_grp_items{display:grid;grid-template-columns:100%;gap:10px 20px;align-items:flex-start}.wcpa_wrap .wcpa_grp_wrap .wcpa_grp_title{margin:0 0px 10px 0px}.wcpa_wrap .wcpa_color{position:relative}.wcpa_wrap .wcpa_color label{cursor:pointer;display:inline-flex;flex-direction:column}.wcpa_wrap .wcpa_color .wcpa_color_label{margin:0}.wcpa_wrap .wcpa_color input[type=radio],.wcpa_wrap .wcpa_color input[type=checkbox]{position:absolute;left:0;top:0;opacity:0}.wcpa_wrap .wcpa_color .wcpa_color_bg{border-radius:5px}.wcpa_wrap .wcpa_disp_square .wcpa_color_bg{border-radius:0}.wcpa_wrap .wcpa_disp_circle .wcpa_color_bg{border-radius:50%}.wcpa_wrap .wcpa_color_wrap{width:30px;height:auto;min-height:30px;display:inline-flex;align-items:center;justify-content:center;position:relative;border-radius:4px;margin:0}.wcpa_wrap .wcpa_color_wrap .wcpa_color_bg{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0 10px;min-height:30px}.wcpa_wrap .wcpa_color_wrap .wcpa_color_bg::after{content:"";position:absolute;width:11px;height:5px;background-color:rgba(0,0,0,0) !important;border:solid #fff;border-width:0 0 2px 2px;transform:rotate(-45deg) translate(1px, -1px);visibility:hidden;opacity:0;box-sizing:border-box}.wcpa_wrap .wcpa_color_wrap.wcpa_color_luma_210 .wcpa_color_bg::after{border-color:#000}.wcpa_wrap .wcpa_color_wrap input:checked~.wcpa_color_bg::after{visibility:visible;opacity:1}.wcpa_wrap .wcpa_color_wrap .wcpa_color_bg span{margin:0;text-align:center}.wcpa_wrap .wcpa_label_inside .wcpa_color_wrap{width:auto;min-width:38px}.wcpa_wrap .wcpa_selection_border input:checked~.wcpa_color_bg,.wcpa_wrap .wcpa_selection_tick-border input:checked~.wcpa_color_bg{outline:solid 2px}.wcpa_wrap .wcpa_selection_border .wcpa_color_bg::after{display:none}.wcpa_wrap .wcpa_selection_tick-border input:checked~.wcpa_color_bg::after{visibility:visible;opacity:1}.wcpa_wrap .wcpa_color_wrap.wcpa_color_luma_235 .wcpa_color_bg{border:1px solid #eee}.wcpa_wrap .wcpa_check_ui_button .wcpa_check{display:none}.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox label,.wcpa_wrap .wcpa_check_ui_button .wcpa_radio label{border:1px solid #eee;padding:5px 10px;background:#cae2f9;border-radius:5px}.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox label input,.wcpa_wrap .wcpa_check_ui_button .wcpa_radio label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox.wcpa_selected label,.wcpa_wrap .wcpa_check_ui_button .wcpa_radio.wcpa_selected label{outline:solid 2px}.wcpa_wrap .wcpa_check_ui_toggle .wcpa_checkbox label input,.wcpa_wrap .wcpa_check_ui_toggle .wcpa_radio label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wcpa_wrap .wcpa_check_ui_toggle .wcpa_check{display:block;width:50px;flex:0 0 50px;height:25px;border-radius:14px;position:relative;background:#cae2f9;margin:0 5px 0 0}.wcpa_wrap .wcpa_check_ui_toggle .wcpa_check:after{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:90px;transition:.3s;content:""}.wcpa_wrap .wcpa_check_ui_toggle label:active .wcpa_check:after{width:30px}.wcpa_wrap .wcpa_check_ui_toggle input:checked+.wcpa_check{background:#bada55}.wcpa_wrap .wcpa_check_ui_toggle input:checked+.wcpa_check:after{left:calc(100% - 5px);transform:translateX(-100%)}.wcpa_wrap .wcpa_image{display:block;position:relative}.wcpa_wrap .wcpa_image label{padding:0;display:inline-block;position:relative;max-width:100%;cursor:pointer}.wcpa_wrap .wcpa_image label input[type=radio],.wcpa_wrap .wcpa_image label input[type=checkbox]{position:absolute;left:0;top:0;opacity:0}.wcpa_wrap .wcpa_image .wcpa_img_wrap{display:block;position:relative;overflow:hidden;max-width:100%}.wcpa_wrap .wcpa_image .wcpa_img_wrap.wcpa_no_size{display:inline-block}.wcpa_wrap .wcpa_image img{display:block;position:relative;left:0;top:0;border-radius:0;cursor:pointer;box-shadow:none;object-fit:cover;width:100%;height:100%}.wcpa_wrap .wcpa_image .wcpa_image_label{margin:0;display:block;text-align:left}.wcpa_wrap .wcpa_image .wcpa_selected_tick{position:absolute;height:22px;width:22px;background:#2649ff;border:1.5px solid #fff;right:5px;top:5px;z-index:2;padding:5px;cursor:pointer;border-radius:50%;display:flex;opacity:0;visibility:hidden}.wcpa_wrap .wcpa_image .wcpa_selected_tick::before{content:"";width:10px;height:5px;display:block;border:solid #fff;border-width:0 0 2px 2px;transform-origin:50% 50%;transform:rotate(-45deg);margin:1px 0 0;box-sizing:border-box}.wcpa_wrap .wcpa_image input:checked~.wcpa_img_wrap .wcpa_selected_tick{visibility:visible;opacity:1}.wcpa_wrap .wcpa_disp_circle .wcpa_image .wcpa_img_wrap{border-radius:50%}.wcpa_wrap .wcpa_disp_squircle .wcpa_image .wcpa_img_wrap{border-radius:5px}.wcpa_wrap .wcpa_selection_tick-shadow .wcpa_image input:checked~.wcpa_img_wrap{box-shadow:-1px 2px 5px 3px rgba(0,0,0,.25)}.wcpa_wrap .wcpa_selection_shadow .wcpa_image input:checked~.wcpa_img_wrap{box-shadow:1px 2px 8px 1px rgba(0,0,0,.25)}.wcpa_wrap .wcpa_selection_shadow .wcpa_selected_tick{display:none}.wcpa_wrap .wcpa_selection_outline input:checked~.wcpa_img_wrap{outline:solid 2px}.wcpa_wrap .wcpa_selection_outline .wcpa_selected_tick{display:none}.wcpa_wrap .wcpa_field{width:100%}.wcpa_wrap .wcpa_field .wcpa_mag_icon{position:absolute;height:22px;width:22px;background:#2649ff;border:1.5px solid #fff;right:2px;bottom:2px;z-index:2;padding:3px;cursor:pointer;border-radius:50%;display:flex;opacity:0;visibility:hidden}.wcpa_wrap .wcpa_field .wcpa_mag_icon::before{content:"";width:11px;height:11px;display:block;border:solid 2px #fff;border-radius:50%;box-sizing:border-box}.wcpa_wrap .wcpa_field .wcpa_mag_icon::after{content:"";width:5px;height:2px;display:block;background:#fff;border-radius:20px;transform:rotate(40deg);position:absolute;left:11px;top:12px;box-sizing:border-box}.wcpa_wrap .wcpa_image:hover .wcpa_mag_icon{visibility:visible;opacity:1}.wcpa_wrap .wcpa_file_style .awpca_custom_file{display:none}.wcpa_wrap .wcpa_upload_custom_1 .wcpa_file_style{width:100%;position:relative;margin-bottom:5px !important}.wcpa_wrap .wcpa_upload_custom_1 .wcpa_file_style input[type=file]{opacity:0;position:absolute;left:0;cursor:pointer}.wcpa_wrap .wcpa_upload_custom_1 .wcpa_file_style .wcpa_choose_button{background-color:#06f;border-radius:0;padding:12px 20px;font-weight:400;font-size:14px;line-height:21px;color:#fff}.wcpa_wrap .wcpa_upload_custom_1 .awpca_custom_file{width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;height:45px;border:1px solid #cfddef;overflow:hidden;line-height:25px;padding:5px 0 5px 15px}.wcpa_wrap .wcpa_upload_custom_1 .awpca_custom_file p{margin:0;font-weight:400;font-size:14px;line-height:20px;color:#515f8e;max-width:calc(100% - 125px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style{width:100%;position:relative;margin-bottom:5px !important;height:34px;display:flex;align-items:center}.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style input[type=file]{cursor:pointer;display:none}.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style input[type=file]:focus-visible,.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style input[type=file]:focus{outline:none !important;box-shadow:none !important}.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style:hover .wcpa_choose_button{box-shadow:0px 1px 3px 0px rgba(207,193,193,.72)}.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style .awpca_custom_file{width:100%;display:flex;align-items:center;justify-content:flex-end;flex-direction:row-reverse;height:34px;border:none;line-height:25px;padding:0;position:absolute;top:-1px;left:0;cursor:pointer}.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style .awpca_custom_file p{margin:0;font-weight:400;font-size:14px;line-height:20px;color:#515f8e;max-width:calc(100% - 125px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:5px}.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style .awpca_custom_file:focus-visible,.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style .awpca_custom_file:focus{outline:none !important;box-shadow:none !important}.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style .wcpa_choose_button{background:#f5f7fa;border:1px solid #b9cbe3;border-radius:4px;padding:6px 16px;font-weight:400;font-size:14px;line-height:20px;color:#515f8e}.wcpa_wrap .wcpa_file_list{width:100%;display:block;padding:0;margin:15px 0 0 0}.wcpa_wrap .wcpa_file_list li{width:100%;display:block;padding:10px 45px 10px 10px;margin:0 0 12px;background:#fff;border:1px solid #b9cbe3;position:relative;border-radius:5px}.wcpa_wrap .wcpa_file_list .wcpa_progressbar_area{width:100%;display:block;position:relative;margin:5px 0 0;padding:0 0 0 45px}.wcpa_wrap .wcpa_file_list .wcpa_progressbar_area.wcpa_progress_wait .wcpa_progressbar{background:linear-gradient(130deg, #ececec 8%, #ffffff 18%, #ececec 33%);background-size:200% 100%;animation:1.5s shine linear infinite}.wcpa_wrap .wcpa_file_list .wcpa_progressbar{width:100%;height:4px;display:block;position:relative;background:rgba(121,153,200,.34);border-radius:4px}.wcpa_wrap .wcpa_file_list .wcpa_progressbar span{position:absolute;left:0;top:0;border-radius:4px;height:4px;background:#06f;transition:all linear .5s}.wcpa_wrap .wcpa_file_list .wcpa_progressbar span.wcpa_success{background:#43c6ae}.wcpa_wrap .wcpa_file_list .wcpa_status{position:absolute;right:0;top:-25px;font-weight:400;font-size:12px;line-height:20px;margin:0;color:rgba(81,95,142,.65)}.wcpa_wrap .wcpa_file_list .awpca_complete{position:relative}.wcpa_wrap .wcpa_file_list .awpca_complete::before{content:"";position:relative;display:inline-block;vertical-align:middle;width:8px;height:4px;border:solid #43c6ae;border-width:0 0 2px 2px;transform:rotate(-45deg);transform-origin:left bottom}.wcpa_wrap .wcpa_file_list .awpca_failed{color:rgba(235,10,37,.65)}.wcpa_wrap .wcpa_file_details{width:100%;display:flex}.wcpa_wrap .wcpa_thumb{width:35px;height:44px;display:flex;flex:0 0 35px;margin-bottom:-30px}.wcpa_wrap .wcpa_thumb img{width:100%;height:100%;object-fit:cover}.wcpa_wrap .wcpa_file_details p{width:100%;display:block;padding:0 20px 0 10px;margin:-5px 0 0;font-weight:400;font-size:12px;line-height:20px;color:rgba(81,95,142,.65)}.wcpa_wrap .wcpa_file_details p span{font-weight:700;font-size:14px;line-height:20px;color:#515f8e;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.wcpa_wrap .wcpa_remove_file{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:.094rem solid rgba(81,95,142,.65);border-radius:50%;padding:2px;position:absolute;right:17px;top:calc(50% - 10px);cursor:pointer}.wcpa_wrap .wcpa_remove_file::before,.wcpa_wrap .wcpa_remove_file::after{content:"";position:absolute;width:10px;height:.094rem;background-color:rgba(81,95,142,.65);transform:rotate(-45deg);transform-origin:center center;top:calc(50% - 1px);left:calc(50% - 5px)}.wcpa_wrap .wcpa_remove_file::after{transform:rotate(45deg)}.wcpa_wrap .wcpa_fl_col-2{grid-template-columns:repeat(2, 1fr)}.wcpa_wrap .wcpa_fl_col-2.wcpa_grouped_options{grid-template-columns:none}.wcpa_wrap .wcpa_fl_col-2 .wcpa_grp_items{grid-template-columns:repeat(2, 1fr)}.wcpa_wrap .wcpa_fl_col-3{grid-template-columns:repeat(3, 1fr)}.wcpa_wrap .wcpa_fl_col-3.wcpa_grouped_options{grid-template-columns:none}.wcpa_wrap .wcpa_fl_col-3 .wcpa_grp_items{grid-template-columns:repeat(3, 1fr)}.wcpa_wrap .wcpa_fl_col-4{grid-template-columns:repeat(4, 1fr)}.wcpa_wrap .wcpa_fl_col-4.wcpa_grouped_options{grid-template-columns:none}.wcpa_wrap .wcpa_fl_col-4 .wcpa_grp_items{grid-template-columns:repeat(4, 1fr)}.wcpa_wrap .wcpa_fl_inline{display:flex;flex-wrap:wrap}.wcpa_wrap .wcpa_fl_inline.wcpa_grouped_options{display:block}.wcpa_wrap .wcpa_fl_inline .wcpa_grp_items{display:flex;flex-wrap:wrap}.wcpa_wrap .wcpa_field_label{width:100%;font-weight:400;line-height:20px;margin:0 0 8px 0;display:inline-block}.wcpa_wrap .wcpa_field_desc{margin:4px 0 0;font-size:.8em}.wcpa_wrap .wcpa_cloned_field .wcpa_field_desc{display:none}.wcpa_wrap .wcpa_field_price{display:block;font-weight:400;font-size:1em;line-height:20px;text-align:right;margin:0 0 0 10px}.wcpa_wrap .wcpa_field_price del{opacity:.5;font-weight:normal;display:inline-block;margin:0 5px;font-size:.9em}.wcpa_wrap .wcpa_field_bottom{width:100%;display:flex;align-items:flex-start;justify-content:space-between;margin:5px 0 0 0}.wcpa_wrap .wcpa_field_error{display:block}.wcpa_wrap .wcpa_field_error p{margin:0;font-weight:400;font-size:13px;line-height:20px;color:#eb0a25}.wcpa_wrap .wcpa_type_groupValidation .wcpa_error{font-weight:400;font-size:13px;line-height:20px;color:#eb0a25}.wcpa_wrap .wcpa_rep_action{width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;margin:8px 0 0}.wcpa_wrap .wcpa_rep_sec_add button,.wcpa_wrap .wcpa_rep_field_add button,.wcpa_wrap .wcpa_rep_field_add span{display:flex;align-items:center;justify-content:center;text-align:center;padding:2px 10px 2px 25px;position:relative;border:none;border-radius:20px;font-weight:400;font-size:11px;line-height:20px;text-transform:uppercase;cursor:pointer}.wcpa_wrap .wcpa_rep_sec_add button::before,.wcpa_wrap .wcpa_rep_field_add button::before,.wcpa_wrap .wcpa_rep_field_add span::before{content:"";position:absolute;width:9px;height:2px;left:10px;background-color:#fff}.wcpa_wrap .wcpa_rep_sec_add button::after,.wcpa_wrap .wcpa_rep_field_add button::after,.wcpa_wrap .wcpa_rep_field_add span::after{content:"";position:absolute;display:block;width:9px;height:2px;left:10px;background-color:#fff;transform:rotate(-90deg)}.wcpa_wrap .wcpa_rep_field_remove button,.wcpa_wrap .wcpa_rep_field_remove span{display:flex;align-items:center;justify-content:center;text-align:center;padding:2px 0 2px 15px;position:relative;border-radius:20px;cursor:pointer;font-weight:400;font-size:11px;line-height:20px;text-transform:uppercase;color:#515f8e}.wcpa_wrap .wcpa_rep_field_remove button::after,.wcpa_wrap .wcpa_rep_field_remove button::before,.wcpa_wrap .wcpa_rep_field_remove span::after,.wcpa_wrap .wcpa_rep_field_remove span::before{content:"";position:absolute;width:9px;height:2px;left:0;background:#9d2a2a;transform:rotate(-45deg)}.wcpa_wrap .wcpa_rep_field_remove button::after,.wcpa_wrap .wcpa_rep_field_remove span::after{transform:rotate(45deg)}.wcpa_wrap .wcpa_form_error{color:#eb0a25;font-weight:400;font-size:13px;line-height:20px}.wcpa_option_desc{margin:2px 0 0}.wcpa_tooltip_icon{width:14px;padding:1px 5px;margin:2px 5px 0px 5px;cursor:pointer;position:relative;color:#06f;font-weight:bold;border:1px solid #06f;height:14px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;vertical-align:text-top}.wcpa_section{padding:0;margin:0 0 5px;position:relative}.wcpa_section .wcpa_row{display:flex;flex-direction:row}.wcpa_section.wcpa_accordion_closed .wcpa_section_body{display:none}.wcpa_section.wcpa_accordion_closed .wcpa_section_head{border-bottom:1px solid #e3e2e2}.wcpa_section.wcpa_accordion_closed .wcpa_section_head.hasError{border-bottom:1px solid red}.wcpa_section_head h1,.wcpa_section_head h2,.wcpa_section_head h3,.wcpa_section_head h4,.wcpa_section_head h5,.wcpa_section_head h6{margin:0}.wcpa_map{min-height:300px}.awpca_leftPosition{width:100%}.wcpa_selected_items{display:inline-flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:0 5px}.wcpa_selected_items span{font-weight:700;font-size:14px;line-height:17px;color:#515f8e;position:relative}.wcpa_selected_items span::after{content:",";margin:0 5px 0 0}.wcpa_selected_items span:last-child::after{content:""}.wcpa_cl_disabled .wcpa_field{opacity:.5}.wcpa_clear{text-align:right;margin:6px 0 0}.wcpa_clear a{text-decoration:none;font-weight:500;font-size:12px;line-height:16px;cursor:pointer;outline:none !important}.wcpa_color_field{min-width:120px;display:inline-flex;align-items:center;justify-content:space-between;line-height:25px;padding:5px;border:1px solid #aaa;background:#fff;box-shadow:none;outline:0;box-sizing:border-box;position:relative;gap:5px}.wcpa_color_field .wcpa_field{width:100%;height:100%;border:none;padding:0 !important;position:absolute;left:0;top:0;cursor:pointer;opacity:0;z-index:1}.wcpa_color_field .wcpa_color{width:30px;height:30px;display:block;border:1px solid #cfddef;border-radius:4px}.wcpa_color_field .wcpa_code{font-size:14px;line-height:20px}*[dir=rtl] .wcpa_field_wrap .wcpa_reset_field,*[style*="direction: rtl"] .wcpa_field_wrap .wcpa_reset_field{left:10px;right:auto}*[dir=rtl] .wcpa_wrap .wcpa_file_list .wcpa_status,*[style*="direction: rtl"] .wcpa_wrap .wcpa_file_list .wcpa_status{right:auto;left:0px}*[dir=rtl] .wcpa_wrap .wcpa_file_list .wcpa_progressbar_area,*[style*="direction: rtl"] .wcpa_wrap .wcpa_file_list .wcpa_progressbar_area{padding:0 45px 0 0}*[dir=rtl] .wcpa_wrap .wcpa_field_wrap:first-child,*[style*="direction: rtl"] .wcpa_wrap .wcpa_field_wrap:first-child{padding-right:0;padding-left:7px}*[dir=rtl] .wcpa_wrap .wcpa_field_wrap:last-child,*[style*="direction: rtl"] .wcpa_wrap .wcpa_field_wrap:last-child{padding-left:0;padding-right:7px}*[dir=rtl] .wcpa_date_field_wrap input,*[style*="direction: rtl"] .wcpa_date_field_wrap input{padding-left:25px !important}*[dir=rtl] .wcpa_wrap .wcpa_check_ui_toggle .wcpa_check,*[style*="direction: rtl"] .wcpa_wrap .wcpa_check_ui_toggle .wcpa_check{margin:0 0px 0 5px}*[dir=rtl] .wcpa_label_pos_left .wcpa_field_bottom,*[dir=rtl] .wcpa_desc_pos_left .wcpa_field_bottom,*[style*="direction: rtl"] .wcpa_label_pos_left .wcpa_field_bottom,*[style*="direction: rtl"] .wcpa_desc_pos_left .wcpa_field_bottom{padding-left:0}*[dir=rtl] .wcpa_file_style .awpca_custom_file,*[style*="direction: rtl"] .wcpa_file_style .awpca_custom_file{padding:5px 15px 5px 0}*[dir=rtl] .wcpa_file_list li,*[style*="direction: rtl"] .wcpa_file_list li{padding:17px 17px 17px 45px}*[dir=rtl] .wcpa_remove_file,*[style*="direction: rtl"] .wcpa_remove_file{left:10px;right:inherit}*[dir=rtl] .wcpa_progressbar span,*[style*="direction: rtl"] .wcpa_progressbar span{right:0;left:inherit}*[dir=rtl] .wcpa_status,*[style*="direction: rtl"] .wcpa_status{left:0;right:inherit}*[dir=rtl] .awpca_complete::before,*[style*="direction: rtl"] .awpca_complete::before{margin:0 0 0 10px}*[dir=rtl] .wcpa_wrap .wcpa_rep_sec_remove span,*[style*="direction: rtl"] .wcpa_wrap .wcpa_rep_sec_remove span{left:15px;right:inherit}.wcpa_required_ast{color:#f25a87}.wcpa_price_summary{width:100%;display:block;margin-top:20px}.wcpa_price_summary h4{font-weight:700;font-size:16px;line-height:20px;margin:0 0 15px}.wcpa_price_summary .wcpa_options_total,.wcpa_price_summary .wcpa_product_total,.wcpa_price_summary .wcpa_fee_total,.wcpa_price_summary .wcpa_total{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;margin:0 0 10px}.wcpa_price_summary .wcpa_total{border-top:1px solid #c6d0e9;padding:15px 0;font-weight:700;font-size:18px;line-height:20px}.wcpa_price_summary .wcpa_price_suffix{font-weight:normal}.wcpa_price_summary del{opacity:.5;font-size:.8em;margin:0 5px}.wcpa_type_placeselector .wcpa_place_components table{background:#f5f8fc;border:1px solid #e3eaf5;border-radius:6px;margin:15px 0;padding:10px 0}.wcpa_type_placeselector .wcpa_place_components table tr td{vertical-align:bottom;padding:5px 10px;border:none;text-align:left}.wcpa_type_placeselector .wcpa_place_components table input{height:32px !important}.wcpa_type_placeselector .wcpa_place_components table .label{font-weight:400;font-size:14px;line-height:20px;color:#515f8e}.wcpa_type_placeselector .wcpa_map{margin:15px 0 0}.wcpa_label_pos_above .wcpa_field_desc{margin:0 0 8px}.wcpa_label_pos_above.wcpa_desc_pos_below .wcpa_field_label{margin:0 0 8px 0}.wcpa_label_pos_above.wcpa_desc_pos_below .wcpa_field_desc{margin:4px 0 0 !important}.wcpa_label_pos_below .wcpa_field_label{margin:4px 0 !important}.wcpa_label_pos_below .wcpa_field_desc{margin:0 !important}.wcpa_label_pos_below.wcpa_desc_pos_above .wcpa_field_label{margin:4px 0 0 !important}.wcpa_label_pos_below.wcpa_desc_pos_above .wcpa_field_desc{margin:0 0 8px !important}.wcpa_label_pos_disable.wcpa_desc_pos_above .wcpa_field_desc{margin:0 0 8px !important}.wcpa_label_pos_left .wcpa_left_wrap,.wcpa_desc_pos_left .wcpa_left_wrap{display:grid;grid-template-columns:var(--wcpaleftlabelwidth) calc(100% - var(--wcpaleftlabelwidth) - 10px);gap:10px;align-items:flex-start}.wcpa_label_pos_left .wcpa_field_label,.wcpa_desc_pos_left .wcpa_field_label{margin:0}.wcpa_label_pos_left .wcpa_field_desc,.wcpa_desc_pos_left .wcpa_field_desc{margin-left:var(--wcpaleftlabelwidth);padding-left:10px}.wcpa_label_pos_left .wcpa_left_wrap .wcpa_field_desc,.wcpa_desc_pos_left .wcpa_left_wrap .wcpa_field_desc{margin-left:0;padding-left:0}.wcpa_label_pos_left .wcpa_field_bottom,.wcpa_desc_pos_left .wcpa_field_bottom{padding-left:var(--wcpaleftlabelwidth)}.wcpa_label_pos_left .wcpa_rep_action,.wcpa_desc_pos_left .wcpa_rep_action{padding-left:var(--wcpaleftlabelwidth);display:flex}.wcpa_label_pos_left.wcpa_desc_pos_above .wcpa_field_desc{margin:0 0 8px var(--wcpaleftlabelwidth)}.wcpa_label_pos_left.wcpa_type_radio-group .wcpa_field_label{padding-top:12px}.wcpa_advanced_select .wcpa__control{border-radius:0;height:auto}.wcpa_advanced_select .wcpa__value-container{padding:0 8px}.wcpa_advanced_select .wcpa__input-container{margin:0;padding:0}.css-26l3qy-menu{z-index:11 !important;margin-left:-1px}.css-b62m3t-container{gap:0 !important}.wcpa__value-container--is-multi .wcpa__input-container{margin:0 !important}.wcpa__value-container--is-multi .wcpa__input{height:35px !important}.wcpa__control{box-shadow:none !important}.wcpa__control.wcpa__control--is-focused{border-color:inherit !important}.wcpa__multi-value__remove:hover{background-color:rgba(0,0,0,0) !important}.wcpa_other_value{margin:15px 0 0}.wcpa_other_value input{width:100%;line-height:25px;padding:5px 15px;border:1px solid #aaa;background:#fff;box-shadow:none;outline:0;box-sizing:border-box}.wcpa_field_wrap .wcpa_label_inside label{display:block !important}.wcpa_color_picker{position:absolute;z-index:999}.wcpa_color_picker.wcpa_inline_color_picker{position:relative;z-index:inherit}.wcpa_type_content.wcpa_inline{display:flex}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_label_wrap,.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap>.wcpa_quantity_field{flex:0 0 100px}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_label_wrap{margin:-26px 0 0 0px}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_label_wrap label{margin:0;line-height:25px}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_quantity_field:disabled{opacity:.5}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_quantity_field[disabled]+.wcpa_plus_btn,.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_quantity_field[disabled]+.wcpa_minus_btn{pointer-events:none;opacity:.5}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1{position:relative;display:flex;justify-content:center;border:1px solid #eee;max-width:100px;overflow:hidden}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 span{display:flex;width:32px;background:#eee;align-items:center;justify-content:center;cursor:pointer;min-width:24px}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 span::selection{background:rgba(0,0,0,0)}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 span::-moz-selection{background:rgba(0,0,0,0)}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 span:hover{background:#ddd}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 input{flex-grow:1;padding:0;text-align:center;border-radius:0;line-height:1;border-width:0 1px;border-color:#dbdbdb;border-style:solid;height:auto}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 input[type=number]{-moz-appearance:textfield}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 input[type=number]::-webkit-inner-spin-button,.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.wcpa_label_pos_disable .wcpa_quantity_wrap .wcpa_label_wrap{margin:0}.wcpa_wrap .wcpa_group_field .wcpa_quantity_wrap{align-items:center}.wcpa_wrap .wcpa_group_field .wcpa_quantity_wrap .wcpa_label_wrap label{visibility:hidden}.wcpa_wrap .wcpa_group_field .wcpa_quantity_wrap:first-child .wcpa_label_wrap label{visibility:visible}.wcpa_group_field.wcpa_fl_col-2 .wcpa_quantity_wrap:nth-child(2) .wcpa_label_wrap label{visibility:visible}.wcpa_group_field.wcpa_fl_col-2 .wcpa_quantity_wrap .wcpa_label_wrap,.wcpa_group_field.wcpa_fl_col-2 .wcpa_quantity_wrap>.wcpa_quantity_field{flex:0 0 50px}.wcpa_group_field.wcpa_has_image.wcpa_fl_col-2 .wcpa_quantity_wrap,.wcpa_group_field.wcpa_fl_col-3 .wcpa_quantity_wrap,.wcpa_group_field.wcpa_fl_col-4 .wcpa_quantity_wrap,.wcpa_group_field.wcpa_fl_inline .wcpa_quantity_wrap{width:auto;flex-direction:column;align-items:flex-start}.wcpa_group_field.wcpa_has_image.wcpa_fl_col-2 .wcpa_quantity_wrap .wcpa_label_wrap,.wcpa_group_field.wcpa_has_image.wcpa_fl_col-2 .wcpa_quantity_wrap>.wcpa_quantity_field,.wcpa_group_field.wcpa_fl_col-3 .wcpa_quantity_wrap .wcpa_label_wrap,.wcpa_group_field.wcpa_fl_col-3 .wcpa_quantity_wrap>.wcpa_quantity_field,.wcpa_group_field.wcpa_fl_col-4 .wcpa_quantity_wrap .wcpa_label_wrap,.wcpa_group_field.wcpa_fl_col-4 .wcpa_quantity_wrap>.wcpa_quantity_field,.wcpa_group_field.wcpa_fl_inline .wcpa_quantity_wrap .wcpa_label_wrap,.wcpa_group_field.wcpa_fl_inline .wcpa_quantity_wrap>.wcpa_quantity_field{width:70px;margin:0;flex:0}.wcpa_group_field.wcpa_has_image.wcpa_fl_col-2 .wcpa_quantity_wrap .wcpa_label_wrap label,.wcpa_group_field.wcpa_fl_col-3 .wcpa_quantity_wrap .wcpa_label_wrap label,.wcpa_group_field.wcpa_fl_col-4 .wcpa_quantity_wrap .wcpa_label_wrap label,.wcpa_group_field.wcpa_fl_inline .wcpa_quantity_wrap .wcpa_label_wrap label{display:none}.wcpa_group_field.wcpa_has_image.wcpa_fl_col-2.wcpa_qty_custom_1 .wcpa_label_wrap,.wcpa_group_field.wcpa_fl_col-3.wcpa_qty_custom_1 .wcpa_label_wrap,.wcpa_group_field.wcpa_fl_col-4.wcpa_qty_custom_1 .wcpa_label_wrap,.wcpa_group_field.wcpa_fl_inline.wcpa_qty_custom_1 .wcpa_label_wrap{width:auto}@media(hover: none){.wcpa_wrap .wcpa_field .wcpa_mag_icon{opacity:1;visibility:visible}}@media screen and (max-width: 420px){#wcpa_img_preview .wcpa_tooltip{max-width:90%;left:10px}}@media only screen and (max-width: 600px){.wcpa_responsive .wcpa-col-2{width:66.66666667%}.wcpa_responsive .wcpa-col-1{width:33.33333%}.wcpa_responsive .wcpa-col-3,.wcpa_responsive .wcpa-col-4,.wcpa_responsive .wcpa-col-5{width:100%}.wcpa_responsive .wcpa-col-3.wcpa_field_wrap,.wcpa_responsive .wcpa-col-4.wcpa_field_wrap,.wcpa_responsive .wcpa-col-5.wcpa_field_wrap{padding-right:0;padding-left:0}}#wcpa_img_preview .wcpa_image_preview{position:absolute;border:1px solid #fbfbfb;background:#fff;padding:0;z-index:999;box-shadow:0px 0px 7px 1px rgba(14,14,14,.16)}#wcpa_img_preview .wcpa_image_preview img{max-width:600px}#wcpa_img_preview .wcpa_tooltip{position:absolute;padding:18px;font-weight:400;font-size:13px;line-height:15px;color:#515f8e;z-index:999;background:#fff;box-shadow:0px 4px 12px rgba(15,26,41,.2);max-width:400px;border-radius:5px;transition:opacity .3s linear}#wcpa_img_preview .wcpa_tooltip.wcpa_hover_preview{padding:10px}#wcpa_img_preview .wcpa_tooltip.wcpa_hover_preview p{padding:0;margin:4px 0 0 0;text-align:center}#wcpa_img_preview .wcpa_arrow{position:absolute;width:0;height:0;border-top:solid 10px #fff;border-left:solid 10px rgba(0,0,0,0);border-right:solid 10px rgba(0,0,0,0);bottom:-10px}#wcpa_img_preview .wcpa_popup_outer{position:fixed;padding:0;z-index:999999;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}#wcpa_img_preview .wcpa_preview_area{position:relative}#wcpa_img_preview .wcpa_preview_box{position:relative;max-width:85vw;max-height:85vh;margin-top:5vh;margin-bottom:5vh;border:4px solid #fff;border-radius:6px;display:block;overflow:hidden;background:#fff}#wcpa_img_preview .wcpa_img_check{width:22px;height:22px;display:flex;align-items:center;justify-content:center;padding:0 !important;background-color:rgba(0,0,0,0);border:1.5px solid #fff;border-radius:50%;position:absolute;top:25px;left:25px;z-index:9;cursor:pointer;outline:none !important}#wcpa_img_preview .wcpa_checked{background:#2649ff}#wcpa_img_preview .wcpa_check{width:9px;height:5px;display:block;border:solid #fff;border-width:0 0 2px 2px;transform:rotate(-45deg) translate(0px, -1px)}#wcpa_img_preview img{display:inline;width:100%;height:100%;max-width:85vw;max-height:85vh}#wcpa_img_preview .wcpa_popup_close{width:20px;height:20px;padding:0;border:none;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);position:absolute;right:0;top:10px;z-index:1;cursor:pointer;outline:none !important}#wcpa_img_preview .wcpa_popup_close::before,#wcpa_img_preview .wcpa_popup_close::after{content:"";position:absolute;width:21px;height:2px;background-color:#fff;border-radius:2px;transform-origin:center;transform:rotate(45deg)}#wcpa_img_preview .wcpa_popup_close::after{transform:rotate(-45deg);display:block}.wcpa_nav{position:absolute !important;top:50%;transform:translateY(-50%);width:100%;display:flex;align-items:center;justify-content:space-between;z-index:9}.wcpa_nav .wcpa_disable{visibility:hidden}.wcpa_nav span{width:35px;height:35px;cursor:pointer;transform:translateX(-45px);color:#fff;text-transform:uppercase;display:flex;align-items:center;justify-content:center;position:relative}.wcpa_nav span::before{content:"";position:relative;width:14px;height:14px;display:block;border:solid #fff;border-width:2px 0 0 2px;transform:rotate(-45deg) translate(2px, 2px)}.wcpa_nav span+span{transform:translateX(45px)}.wcpa_nav span+span::before{transform:rotate(135deg) translate(2px, 2px)}.wcpa_edit_product{font-size:12px;margin:0 4px;text-decoration:none !important}.wcpa_cart_color{width:30px;height:30px;display:block}.disp_squircle{border-radius:5px}.disp_square{border-radius:0}.disp_circle{border-radius:50%}.woocommerce-page table.shop_table tbody .product-name .variation dt,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dt{float:unset}.woocommerce-page table.shop_table tbody .product-name .variation dd,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd{margin-left:0;padding-left:0}.woocommerce-page table.shop_table tbody .product-name .variation dd a,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd a{text-decoration:none}.woocommerce-page table.shop_table tbody .product-name .variation dd a:focus,.woocommerce-page table.shop_table tbody .product-name .variation dd a:focus-visible,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd a:focus,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd a:focus-visible{outline:none}.woocommerce #content table.cart .product-name img,.woocommerce table.cart .product-name img,.woocommerce-page #content table.cart .product-name img,.woocommerce-page table.cart .product-name img{display:block;max-width:100%;max-width:100px}.wcpa_cart_meta .wcpa_cart_meta_item-value img{max-width:100px !important}.wcpa_cart_meta .wcpa_cart_meta_item-value .wcpa_icon{width:20px}.woocommerce table.cart .variation{display:flex;flex-wrap:wrap;gap:5px}.woocommerce table.cart .variation dt{flex-basis:100%}.wcpa_prevent_quantity_change .product-remove{visibility:hidden}.wcpa_prevent_quantity_change .product-quantity{opacity:.5}.wcpa_prevent_quantity_change td{border-top:none !important}.wcpa_bind_quantity .product-quantity{opacity:.5}.mini_cart_item .wcpa_cart_meta{font-size:13px;margin:0}.mini_cart_item .wcpa_cart_meta_item{margin-bottom:1px;padding:0px;border:none}.wcpa_cart_meta{list-style-type:none;font-size:15px;margin:10px 0 0}.wcpa_cart_meta .wcpa_cart_meta_item{display:flex;flex-wrap:wrap;margin-bottom:5px}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-label{font-weight:600;margin-left:0px;margin-bottom:5px;margin-top:0}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value{margin-left:5px;margin-bottom:0;display:flex;gap:7px;flex-wrap:wrap}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value p{margin:0}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value a{text-decoration:none}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value a:focus,.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value a:focus-visible{outline:none}.woocommerce-table--order-details .wc-item-meta{list-style-type:none;margin-left:0px}.woocommerce-table--order-details .wc-item-meta li{display:flex;flex-wrap:wrap}.woocommerce-table--order-details .wc-item-meta li p{margin-left:5px}.woocommerce-table--order-details .wc-item-meta li p a img{max-width:100px}.woocommerce-table--order-details .wc-item-meta li p a span{display:block}dt.variation-wcpa_empty_label{display:none !important}li.variation-wcpa_empty_label span:first-child{display:none !important}div.product.wcpa_has_options form.cart,div.product.wcpa_has_options form.cart>div,.sydney-single-addtocart-wrapper,.woocommerce-variation-add-to-cart{flex-wrap:wrap !important}.wcpa_tooltip_loader{width:23px;height:23px;border:2px solid rgba(60,58,58,.3098039216);border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:wcpaRotation 1s linear infinite}@keyframes wcpaRotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.wcpa_outofstock>label{opacity:.5;pointer-events:none}.circle-picker div[title="#FFFFFF"]{border:1px solid #999}.circle-picker.white-selected div[title="#FFFFFF"]{box-shadow:#999 0 0 0 3px inset !important;border:none}.circle-picker.white-selected div[title="#FFFFFF"]:focus{box-shadow:#999 0 0 0 3px inset,0 0 5px #999 !important}table.cart td.product-name{overflow-wrap:anywhere}.wcpa_number_mobile{position:relative;display:inline-block;width:100%}.wcpa_number_mobile .wcpa_field{width:100%;padding-right:2.5em;box-sizing:border-box;height:40px}.wcpa_number_mobile .wcpa_number_controls{position:absolute;right:4px;top:4px;bottom:4px;display:flex;flex-direction:column;justify-content:space-between}.wcpa_number_mobile .wcpa_number_controls button{width:23px;height:17px;padding:0;font-size:10px;cursor:pointer;border:none;background:#eee}fieldset.wcpa_field_wrap{background-color:unset;border:none}fieldset.wcpa_field_wrap legend.wcpa_field_label{padding:unset;background-color:unset}.wcpa_wrap *{outline:none}.wcpa_wrap.wcpa_accordion_closed .wcpa_section_head{border-bottom:1px solid var(--wcpalinecolor)}.wcpa_wrap .wcpa_section_head{background:var(--wcpasectiontitlebg)}.wcpa_wrap .wcpa_section_head :is(h1,h2,h3,h4,h5,h6){font-size:var(--wcpasectiontitlesize);color:var(--wcpasectiontitlecolor)}.wcpa_wrap .wcpa_field_label{color:var(--wcpalabelcolor);font-size:var(--wcpalabelsize);font-weight:var(--wcpalabelweight)}.wcpa_wrap .wcpa_field_desc,.wcpa_wrap .wcpa_option_desc{color:var(--wcpadesccolor);font-size:var(--wcpadescsize);font-weight:var(--wcpadescweight)}.wcpa_wrap .wcpa_field_wrap input[type=text],.wcpa_wrap .wcpa_field_wrap input[type=url],.wcpa_wrap .wcpa_field_wrap input[type=date],.wcpa_wrap .wcpa_field_wrap input[type=time],.wcpa_wrap .wcpa_field_wrap input[type=number],.wcpa_wrap .wcpa_field_wrap input[type=email],.wcpa_wrap .wcpa_field_wrap input[type=tel],.wcpa_wrap .wcpa_field_wrap input[type=password],.wcpa_wrap .wcpa_field_wrap input[type=datetime-local],.wcpa_wrap .wcpa_field_wrap input[type=file],.wcpa_wrap .wcpa_field_wrap .wcpa_color_field,.wcpa_wrap .wcpa_field_wrap select,.wcpa_wrap .wcpa_field_wrap .wcpa_advanced_select .wcpa__control,.wcpa_wrap .wcpa_field_wrap .wcpa_other_value input{box-shadow:none;border:var(--wcpaborderwidth) solid var(--wcpabordercolor);background-color:var(--wcpainputbgcolor);height:var(--wcpainputheight);border-radius:var(--wcpaborderradius);line-height:25px;padding:5px 10px;outline:0;box-sizing:border-box;color:var(--wcpainputcolor);margin:0}.wcpa_wrap .wcpa_field_wrap input[type=text]:focus,.wcpa_wrap .wcpa_field_wrap input[type=url]:focus,.wcpa_wrap .wcpa_field_wrap input[type=date]:focus,.wcpa_wrap .wcpa_field_wrap input[type=time]:focus,.wcpa_wrap .wcpa_field_wrap input[type=number]:focus,.wcpa_wrap .wcpa_field_wrap input[type=email]:focus,.wcpa_wrap .wcpa_field_wrap input[type=tel]:focus,.wcpa_wrap .wcpa_field_wrap input[type=password]:focus,.wcpa_wrap .wcpa_field_wrap input[type=datetime-local]:focus,.wcpa_wrap .wcpa_field_wrap input[type=file]:focus,.wcpa_wrap .wcpa_field_wrap .wcpa_color_field:focus,.wcpa_wrap .wcpa_field_wrap select:focus,.wcpa_wrap .wcpa_field_wrap .wcpa_advanced_select .wcpa__control:focus,.wcpa_wrap .wcpa_field_wrap .wcpa_other_value input:focus{border-color:var(--wcpabordercolorfocus)}.wcpa_wrap .wcpa_field_wrap .wcpa_advanced_select .wcpa__control{padding:0px;min-height:var(--wcpainputheight);height:auto}.wcpa_wrap .wcpa_field_wrap textarea{box-shadow:none;border:var(--wcpaborderwidth) solid var(--wcpabordercolor);background-color:var(--wcpainputbgcolor);border-radius:var(--wcpaborderradius);line-height:25px;padding:5px 15px;outline:0;box-sizing:border-box}.wcpa_wrap .wcpa_field_wrap textarea:focus{border-color:var(--wcpabordercolorfocus)}.wcpa_wrap .wcpa_file_list li{border-color:var(--wcpabordercolor);border-radius:var(--wcpaborderradius)}.wcpa_wrap .wcpauppy-DragDrop-container{border:var(--wcpaborderwidth) dashed var(--wcpabordercolor)}.wcpa_wrap .wcpauppy-DragDrop-container:focus,.wcpa_wrap .wcpauppy-DragDrop-container:hover{border-color:var(--wcpabordercolorfocus)}.wcpa_wrap .wcpa_upload_custom_1 input:focus~.awpca_custom_file{border-color:var(--wcpabordercolorfocus)}.wcpa_wrap .wcpa_upload_custom_1 .awpca_custom_file{border:var(--wcpaborderwidth) solid var(--wcpabordercolor);background-color:var(--wcpainputbgcolor);border-radius:var(--wcpaborderradius)}.wcpa_wrap .wcpa__control--is-focused{border-color:var(--wcpabordercolorfocus) !important}.wcpa_wrap .wcpa_group_field label{color:var(--wcpachecklabelcolor);font-size:var(--wcpachecklabelsize)}.wcpa_wrap .wcpa_checkbox label{color:var(--wcpachecklabelcolor);font-size:var(--wcpachecklabelsize)}.wcpa_wrap .wcpa_checkbox{position:relative}.wcpa_wrap .wcpa_checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom{width:var(--wcpacheckwidth);height:var(--wcpacheckheight);display:flex;align-items:center;justify-content:center;position:relative;border:var(--wcpacheckborderwidth) solid var(--wcpacheckbordercolor);border-radius:var(--wcpacheckbordercolor);margin:0 5px 0 5px;cursor:pointer;flex:var(--wcpacheckwidth) 0 0}.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom::after{content:"";position:absolute;width:9px;height:4px;border:solid var(--wcpachecktickcolor);border-width:0 0 2px 2px;transform:rotate(-45deg);visibility:hidden;opacity:0;margin-top:-2px}.wcpa_wrap .wcpa_checkbox input:checked~.wcpa_checkbox_custom{background-color:var(--wcpacheckbgcolor);border-color:var(--wcpacheckbgcolor)}.wcpa_wrap .wcpa_checkbox input:checked~.wcpa_checkbox_custom::after{visibility:visible;opacity:1}.wcpa_wrap .wcpa_radio{position:relative}.wcpa_wrap .wcpa_radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wcpa_wrap .wcpa_radio .wcpa_radio_custom{width:var(--wcpacheckwidth);height:var(--wcpacheckheight);flex:0 0 var(--wcpacheckwidth);display:flex;align-items:center;justify-content:center;position:relative;border:var(--wcpacheckborderwidth) solid var(--wcparadiobordercolor);background-color:rgba(0,0,0,0);border-radius:50%;margin:0 5px 0 0}.wcpa_wrap .wcpa_radio .wcpa_radio_custom::after{content:"";position:absolute;width:10px;height:10px;background-color:var(--wcparadiobgcolor);border-radius:50%;transform:scale(0);transition:all ease-in-out .2s}.wcpa_wrap .wcpa_radio input:checked~.wcpa_radio_custom{background-color:rgba(0,0,0,0);border-color:var(--wcparadioselbordercolor)}.wcpa_wrap .wcpa_radio input:checked~.wcpa_radio_custom::after{transform:scale(1)}.wcpa_wrap .wcpa_selection_tick-shadow .wcpa_image input:checked~.wcpa_img_wrap{box-shadow:-1px 2px 5px 3px var(--wcpaimageselectionshadow)}.wcpa_wrap .wcpa_selection_shadow .wcpa_image input:checked~.wcpa_img_wrap{box-shadow:1px 2px 8px 1px var(--wcpaimageselectionshadow)}.wcpa_wrap .wcpa_field .wcpa_mag_icon{background:var(--wcpaimagemagnifierbg);border:1.5px solid var(--wcpaimageMagnifierborder)}.wcpa_wrap .wcpa_field .wcpa_mag_icon::before{border:solid 2px var(--wcpaimagemagnifiercolor)}.wcpa_wrap .wcpa_field .wcpa_mag_icon::after{background:var(--wcpaimagemagnifiercolor)}.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox label,.wcpa_wrap .wcpa_check_ui_button .wcpa_radio label{border:var(--wcpacheckbuttonborder) solid var(--wcpacheckbuttonbordercolor);border-radius:var(--wcpacheckbuttonradius);background:var(--wcpacheckbuttoncolor)}.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox.wcpa_selected label,.wcpa_wrap .wcpa_check_ui_button .wcpa_radio.wcpa_selected label{outline:solid 2px var(--wcpacheckbuttonselectioncolor)}.wcpa_wrap .wcpa_check_ui_toggle .wcpa_check{background:var(--wcpachecktogglebg)}.wcpa_wrap .wcpa_check_ui_toggle .wcpa_check:after{background:var(--wcpachecktogglecirclecolor)}.wcpa_wrap .wcpa_check_ui_toggle input:checked+.wcpa_check{background:var(--wcpachecktogglebgactive)}.wcpa_wrap .wcpa_image .wcpa_selected_tick{background:var(--wcpaimagetickbg);border:1.5px solid var(--wcpaimagetickborder)}.wcpa_wrap .wcpa_image .wcpa_selected_tick::before{border-color:var(--wcpaimagetickcolor)}.wcpa_wrap .wcpa_rep_sec_add button,.wcpa_wrap .wcpa_rep_field_add button{background:var(--wcpabuttoncolor);color:var(--wcpabuttontextcolor)}.wcpa_wrap .wcpa_selection_outline input:checked~.wcpa_img_wrap{outline-color:var(--wcpaimageselectionoutline)}.wcpa_wrap .wcpa_color input:checked~.wcpa_color_bg{outline-color:var(--wcpaimageselectionoutline)}.wcpa_wrap .wcpa_color input:checked~.wcpa_color_bg{outline-color:var(--wcpaimageselectionoutline)}.wcpa_wrap .wcpa_upload_custom_1 .wcpa_file_style .wcpa_choose_button{background-color:var(--wcpabuttoncolor);color:var(--wcpabuttontextcolor)}.wcpa_wrap .wcpa_upload_custom_2 .wcpa_file_style .wcpa_choose_button{background-color:var(--wcpabuttoncolor);color:var(--wcpabuttontextcolor);border:1px solid var(--wcpabordercolor)}.wcpa_wrap .wcpa_price_summary{color:var(--wcpalabelcolor)}.wcpa_wrap .wcpa_price_summary .wcpa_total{border-top:1px solid var(--wcpalinecolor)}.wcpa_wrap .wcpa_field_price{color:var(--wcpalabelcolor)}.wcpa_wrap .wcpa_field_error p,.wcpa_wrap .wcpa_error{color:var(--wcpaerrorcolor);font-size:var(--wcpaerrorsize)}#wcpa_img_preview .wcpa_checked{background:var(--wcpaimagetickbg)}#wcpa_img_preview .wcpa_check{border:solid var(--wcpaimagetickcolor);border-width:0 0 2px 2px}#wcpa_img_preview .wcpa_img_check{border:1.5px solid var(--wcpaimagetickborder)}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_label_wrap,.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap>.wcpa_quantity_field{flex:0 0 var(--wcpaqtywidth)}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_quantity_field{height:var(--wcpaqtyheight);border-radius:var(--wcpaqtyradius)}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1{border:1px solid var(--wcpaqtybuttoncolor);height:var(--wcpaqtyheight);border-radius:var(--wcpaqtyradius);max-width:var(--wcpaqtywidth)}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 span{background:var(--wcpaqtybuttoncolor);color:var(--wcpaqtybuttontextcolor)}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 span:hover{background:var(--wcpaqtybuttonhovercolor)}.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_qty_style_custom_1 input{border-color:var(--wcpaqtybuttoncolor)}.wcpa_group_field.wcpa_fl_col-2 .wcpa_quantity_wrap .wcpa_label_wrap,.wcpa_group_field.wcpa_fl_col-2 .wcpa_quantity_wrap>.wcpa_quantity_field{flex:0 0 calc(var(--wcpaqtywidth) - 10px)}.BorlabsCookie *{box-sizing:border-box}.BorlabsCookie *::before,.BorlabsCookie *::after{box-sizing:inherit}.BorlabsCookie * div,.BorlabsCookie * span,.BorlabsCookie * h1,.BorlabsCookie * h2,.BorlabsCookie * h3,.BorlabsCookie * h4,.BorlabsCookie * h5,.BorlabsCookie * h6,.BorlabsCookie * p,.BorlabsCookie * a,.BorlabsCookie * em,.BorlabsCookie * img,.BorlabsCookie * small,.BorlabsCookie * strike,.BorlabsCookie * strong,.BorlabsCookie * sub,.BorlabsCookie * sup,.BorlabsCookie * b,.BorlabsCookie * u,.BorlabsCookie * i,.BorlabsCookie * center,.BorlabsCookie * ol,.BorlabsCookie * ul,.BorlabsCookie * li,.BorlabsCookie * fieldset,.BorlabsCookie * form,.BorlabsCookie * label,.BorlabsCookie * legend{margin:0;padding:0;border:0;color:inherit;vertical-align:baseline;font-family:inherit;font-size:inherit;font-style:initial;font-weight:initial;letter-spacing:initial;line-height:initial;text-decoration:initial;text-transform:initial;word-spacing:initial}.borlabs-hide{display:none}.borlabs-position-fix{position:initial !important;transform:unset !important}._brlbs-btn-cookie-preference{display:inline-block;font-family:inherit;font-size:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}.BorlabsCookie ._brlbs-cursor{cursor:pointer}.BorlabsCookie .text-left{text-align:left !important}.BorlabsCookie .text-center{text-align:center !important}.BorlabsCookie .text-right{text-align:right !important}.BorlabsCookie table._brlbs th{text-align:left}.BorlabsCookie table._brlbs td,.BorlabsCookie table._brlbs th{padding:.3rem}.BorlabsCookie ._brlbs-responsive-table{min-height:.01%;overflow:auto}.BorlabsCookie label._brlbs-focused{outline:Highlight;outline-color:-webkit-focus-ring-color;outline-style:solid;outline-width:2px}.BorlabsCookie .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.BorlabsCookie .sr-only-focusable:active,.BorlabsCookie .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.BorlabsCookie .container,.BorlabsCookie .container-fluid,.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:540px}}@media(min-width: 768px){.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:720px}}@media(min-width: 992px){.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:960px}}@media(min-width: 1200px){.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:1140px}}.BorlabsCookie .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.BorlabsCookie .no-gutters{margin-right:0;margin-left:0}.BorlabsCookie .no-gutters>.col,.BorlabsCookie .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.BorlabsCookie .col-xl,.BorlabsCookie .col-xl-12,.BorlabsCookie .col-xl-11,.BorlabsCookie .col-xl-10,.BorlabsCookie .col-xl-9,.BorlabsCookie .col-xl-8,.BorlabsCookie .col-xl-7,.BorlabsCookie .col-xl-6,.BorlabsCookie .col-xl-5,.BorlabsCookie .col-xl-4,.BorlabsCookie .col-xl-3,.BorlabsCookie .col-xl-2,.BorlabsCookie .col-xl-1,.BorlabsCookie .col-lg,.BorlabsCookie .col-lg-12,.BorlabsCookie .col-lg-11,.BorlabsCookie .col-lg-10,.BorlabsCookie .col-lg-9,.BorlabsCookie .col-lg-8,.BorlabsCookie .col-lg-7,.BorlabsCookie .col-lg-6,.BorlabsCookie .col-lg-5,.BorlabsCookie .col-lg-4,.BorlabsCookie .col-lg-3,.BorlabsCookie .col-lg-2,.BorlabsCookie .col-lg-1,.BorlabsCookie .col-md,.BorlabsCookie .col-md-12,.BorlabsCookie .col-md-11,.BorlabsCookie .col-md-10,.BorlabsCookie .col-md-9,.BorlabsCookie .col-md-8,.BorlabsCookie .col-md-7,.BorlabsCookie .col-md-6,.BorlabsCookie .col-md-5,.BorlabsCookie .col-md-4,.BorlabsCookie .col-md-3,.BorlabsCookie .col-md-2,.BorlabsCookie .col-md-1,.BorlabsCookie .col-sm,.BorlabsCookie .col-sm-12,.BorlabsCookie .col-sm-11,.BorlabsCookie .col-sm-10,.BorlabsCookie .col-sm-9,.BorlabsCookie .col-sm-8,.BorlabsCookie .col-sm-7,.BorlabsCookie .col-sm-6,.BorlabsCookie .col-sm-5,.BorlabsCookie .col-sm-4,.BorlabsCookie .col-sm-3,.BorlabsCookie .col-sm-2,.BorlabsCookie .col-sm-1,.BorlabsCookie .col,.BorlabsCookie .col-12,.BorlabsCookie .col-11,.BorlabsCookie .col-10,.BorlabsCookie .col-9,.BorlabsCookie .col-8,.BorlabsCookie .col-7,.BorlabsCookie .col-6,.BorlabsCookie .col-5,.BorlabsCookie .col-4,.BorlabsCookie .col-3,.BorlabsCookie .col-2,.BorlabsCookie .col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.BorlabsCookie .col{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-12{flex:0 0 100%;max-width:100%}@media(min-width: 576px){.BorlabsCookie .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-sm-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-sm-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-sm-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.BorlabsCookie .col-md{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-md-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-md-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-md-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width: 992px){.BorlabsCookie .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-lg-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-lg-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-lg-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.BorlabsCookie .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-xl-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-xl-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-xl-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-xl-12{flex:0 0 100%;max-width:100%}}.BorlabsCookie .d-block{display:block !important}.BorlabsCookie .d-flex{display:flex !important}@media(min-width: 576px){.BorlabsCookie .d-sm-block{display:block !important}.BorlabsCookie .d-sm-flex{display:flex !important}}@media(min-width: 768px){.BorlabsCookie .d-md-block{display:block !important}.BorlabsCookie .d-md-flex{display:flex !important}}@media(min-width: 992px){.BorlabsCookie .d-lg-block{display:block !important}.BorlabsCookie .d-lg-flex{display:flex !important}}@media(min-width: 1200px){.BorlabsCookie .d-xl-block{display:block !important}.BorlabsCookie .d-xl-flex{display:flex !important}}.BorlabsCookie .flex-row{flex-direction:row !important}.BorlabsCookie .flex-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-between{justify-content:space-between !important}.BorlabsCookie .align-items-start{align-items:flex-start !important}.BorlabsCookie .align-items-end{align-items:flex-end !important}.BorlabsCookie .align-items-center{align-items:center !important}.BorlabsCookie .align-items-baseline{align-items:baseline !important}.BorlabsCookie .align-items-stretch{align-items:stretch !important}@media(min-width: 576px){.BorlabsCookie .flex-sm-row{flex-direction:row !important}.BorlabsCookie .flex-sm-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-sm-between{justify-content:space-between !important}.BorlabsCookie .align-items-sm-start{align-items:flex-start !important}.BorlabsCookie .align-items-sm-end{align-items:flex-end !important}.BorlabsCookie .align-items-sm-center{align-items:center !important}.BorlabsCookie .align-items-sm-baseline{align-items:baseline !important}.BorlabsCookie .align-items-sm-stretch{align-items:stretch !important}}@media(min-width: 768px){.BorlabsCookie .flex-md-row{flex-direction:row !important}.BorlabsCookie .flex-md-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-md-between{justify-content:space-between !important}.BorlabsCookie .align-items-md-start{align-items:flex-start !important}.BorlabsCookie .align-items-md-end{align-items:flex-end !important}.BorlabsCookie .align-items-md-center{align-items:center !important}.BorlabsCookie .align-items-md-baseline{align-items:baseline !important}.BorlabsCookie .align-items-md-stretch{align-items:stretch !important}}@media(min-width: 992px){.BorlabsCookie .flex-lg-row{flex-direction:row !important}.BorlabsCookie .flex-lg-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-lg-between{justify-content:space-between !important}.BorlabsCookie .align-items-lg-start{align-items:flex-start !important}.BorlabsCookie .align-items-lg-end{align-items:flex-end !important}.BorlabsCookie .align-items-lg-center{align-items:center !important}.BorlabsCookie .align-items-lg-baseline{align-items:baseline !important}.BorlabsCookie .align-items-lg-stretch{align-items:stretch !important}}@media(min-width: 1200px){.BorlabsCookie .flex-xl-row{flex-direction:row !important}.BorlabsCookie .flex-xl-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-xl-between{justify-content:space-between !important}.BorlabsCookie .align-items-xl-start{align-items:flex-start !important}.BorlabsCookie .align-items-xl-end{align-items:flex-end !important}.BorlabsCookie .align-items-xl-center{align-items:center !important}.BorlabsCookie .align-items-xl-baseline{align-items:baseline !important}.BorlabsCookie .align-items-xl-stretch{align-items:stretch !important}}.BorlabsCookie .w-25{width:25% !important}.BorlabsCookie .w-50{width:50% !important}.BorlabsCookie .w-75{width:75% !important}.BorlabsCookie .w-100{width:100% !important}.BorlabsCookie .w-auto{width:auto !important}.BorlabsCookie .h-25{height:25% !important}.BorlabsCookie .h-50{height:50% !important}.BorlabsCookie .h-75{height:75% !important}.BorlabsCookie .h-100{height:100% !important}.BorlabsCookie .h-auto{height:auto !important}.BorlabsCookie .mw-100{max-width:100% !important}.BorlabsCookie .mh-100{max-height:100% !important}.BorlabsCookie .min-vw-100{min-width:100vw !important}.BorlabsCookie .min-vh-100{min-height:100vh !important}.BorlabsCookie .vw-100{width:100vw !important}.BorlabsCookie .vh-100{height:100vh !important}.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.BorlabsCookie ._brlbs-animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.BorlabsCookie ._brlbs-animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.BorlabsCookie ._brlbs-animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.BorlabsCookie ._brlbs-animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.BorlabsCookie ._brlbs-animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.BorlabsCookie ._brlbs-animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.BorlabsCookie ._brlbs-animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.BorlabsCookie ._brlbs-animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.BorlabsCookie ._brlbs-animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.BorlabsCookie ._brlbs-animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media(print), (prefers-reduced-motion: reduce){.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}.BorlabsCookie._brlbs-switch-consent{align-items:center;display:flex;font-size:inherit}.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight{margin-right:2em}.BorlabsCookie ._brlbs-title{display:inline-block;vertical-align:middle;margin-bottom:0}.BorlabsCookie ._brlbs-title::before{content:"|";display:inline-block;margin:0 .25rem 0 0}.BorlabsCookie ._brlbs-checkbox{color:inherit;cursor:pointer;display:block;padding-left:2em;position:relative}.BorlabsCookie ._brlbs-checkbox input{position:absolute;opacity:0 !important;width:auto;z-index:-1}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{border-style:solid;border-width:2px;padding:0 !important;position:absolute;left:0;top:0;height:20px;width:20px;transition:.25s}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator::after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:1px;position:absolute;left:5px;top:1px;height:11px;width:6px;transform:rotate(45deg);opacity:0}.BorlabsCookie ._brlbs-btn-switch{position:relative;display:inline-block;margin:0;width:50px;height:26px;vertical-align:middle}.BorlabsCookie ._brlbs-btn-switch input{opacity:0;width:0;height:0}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider{background-color:#2295f3}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{transform:translateX(24px)}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bbc0c7;transition:.4s}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.BorlabsCookie ._brlbs-btn-switch-status{position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%)}.BorlabsCookie ._brlbs-btn-switch--textRight ._brlbs-btn-switch-status{right:auto;left:calc(100% + 6px)}.BorlabsCookie ._brlbs-btn-switch-status::before{content:attr(data-inactive);white-space:nowrap}.BorlabsCookie ._brlbs-btn-switch>input:checked~._brlbs-btn-switch-status::before{content:attr(data-active)}#BorlabsCookieBox a{font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;word-spacing:inherit}#BorlabsCookieBox a:focus{outline:Highlight !important;outline-color:-webkit-focus-ring-color !important;outline-style:solid !important;outline-width:2px !important}#BorlabsCookieBox:not(._brlbs-keyboard) a:focus{outline:0 !important}#BorlabsCookieBox ._brlbs-animated{visibility:visible}#BorlabsCookieBox .container{background:inherit;display:block;float:none;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;min-height:auto;position:inherit}#BorlabsCookieBox ._brlbs-bar .container{overflow:auto !important;width:100% !important;max-width:none !important;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}#BorlabsCookieBox ._brlbs-box .container{overflow:auto !important;width:auto !important}#BorlabsCookieBox .container::before{display:initial}#BorlabsCookieBox .container::after{content:" ";display:block;height:2px}#BorlabsCookieBox .container .row{background:inherit;color:inherit;display:flex;min-width:1px;pointer-events:inherit;width:auto;max-width:none}#BorlabsCookieBox .container .row.no-gutters{margin-left:0;margin-right:0}#BorlabsCookieBox .container .row::before,#BorlabsCookieBox .container .row::after{display:initial}#BorlabsCookieBox .bcac-item{margin:.5em 0;padding:.5em}#BorlabsCookieBox .bcac-item ._brlbs-h4{font-size:1.25em;margin:0 0 .25em 0}#BorlabsCookieBox .bcac-item p{font-size:.875em}#BorlabsCookieBox .bcac-item p,#BorlabsCookieBox .bcac-item span{color:inherit}#BorlabsCookieBox>div{display:none}#BorlabsCookieBox>div.show-cookie-box{display:flex}#BorlabsCookieBox>div:not(._brlbs-block-content){position:absolute;width:100%;z-index:999999}#BorlabsCookieBox>div:not(._brlbs-block-content).top-left{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-center{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-right{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-left{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-center{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-right{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-left{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-center{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-right{bottom:0}#BorlabsCookieBox h3,#BorlabsCookieBox ._brlbs-h3{background:inherit;color:inherit;font-family:inherit;font-size:1.625em;line-height:1.125em;word-break:break-all}#BorlabsCookieBox ul{display:flex;flex-flow:wrap;justify-content:center;list-style:none;margin:.9375em 0;padding:0}#BorlabsCookieBox ul li{color:inherit;font-family:inherit;font-size:1em;line-height:1.25em;list-style:none;margin:0 .9375em .375em 0}#BorlabsCookieBox ul li:last-child{margin:0}#BorlabsCookieBox ul li::before{content:"●";margin:0 4px 0 0}#BorlabsCookieBox p{color:inherit;font-family:inherit;font-size:1em;line-height:1.4em;margin:.9375em 0}#BorlabsCookieBox p:last-child{margin:0}#BorlabsCookieBox p ._brlbs-paragraph:last-child{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-center{display:flex;align-items:center;justify-content:center}#BorlabsCookieBox ._brlbs-flex-center p{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-left{display:flex;align-items:center;justify-content:left;margin:0 0 .9375em 0}#BorlabsCookieBox ._brlbs-actions{display:inline}#BorlabsCookieBox ._brlbs-accept{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-block-content{background:rgba(0,0,0,0);left:0;position:fixed;height:100%;top:0;width:100%;z-index:999999}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation{transition:background-color 250ms linear}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark{background:rgba(0,0,0,.6)}#BorlabsCookieBox ._brlbs-branding{font-family:inherit;font-size:.75em;margin:0}#BorlabsCookieBox ._brlbs-branding a{text-decoration:none}#BorlabsCookieBox ._brlbs-branding img{display:inline-block;max-height:16px;max-width:16px;vertical-align:middle}#BorlabsCookieBox ._brlbs-btn{display:inline-block;font-family:inherit;font-size:1.25em;padding:.75em 2em;text-decoration:none;transition:background-color 125ms linear}#BorlabsCookieBox ._brlbs-paragraph{display:block;margin-bottom:.6em}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-personal-data{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-no-commitment{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-revoke{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-individual-settings{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-non-eu-data-transfer{margin-top:.6em}#BorlabsCookieBox .cookie-logo{height:auto;max-width:48px;padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-legal{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-manage{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse a{color:inherit}#BorlabsCookieBox ._brlbs-manage-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-manage-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-manage-btn a:hover{color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-refuse-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn a:hover{color:inherit}#BorlabsCookieBox .top-left{align-items:flex-start;justify-content:flex-start}#BorlabsCookieBox .top-center{align-items:flex-start;justify-content:center}#BorlabsCookieBox .top-right{align-items:flex-start;justify-content:flex-end}#BorlabsCookieBox .middle-left{align-items:center;justify-content:flex-start}#BorlabsCookieBox .middle-center{align-items:center;justify-content:center}#BorlabsCookieBox .middle-right{align-items:center;justify-content:flex-end}#BorlabsCookieBox .bottom-left{align-items:flex-end;justify-content:flex-start}#BorlabsCookieBox .bottom-center{align-items:flex-end;justify-content:center}#BorlabsCookieBox .bottom-right{align-items:flex-end;justify-content:flex-end}#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{box-shadow:0 4px 8px rgba(0,0,0,.2);padding:15px 0;max-height:100vh;overflow:auto}#BorlabsCookieBox ._brlbs-bar-wrap{display:block;max-width:100%;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-bar-wrap .cookie-preference ._brlbs-flex-center{justify-content:left}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p{margin:0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p._brlbs-accept{margin:.9375em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions-mobile{display:none}#BorlabsCookieBox ._brlbs-bar ul{justify-content:center;margin:.5em 0}#BorlabsCookieBox ._brlbs-bar ._brlbs-no-padding-right{padding-right:0}#BorlabsCookieBox ._brlbs-bar ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar .cookie-logo{padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-bar ._brlbs-legal{text-align:center}#BorlabsCookieBox ._brlbs-box-wrap{display:block;max-width:550px;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-box-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-manage{margin:0}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-refuse{margin:.5em 0 0 0}#BorlabsCookieBox ._brlbs-box ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox .cookie-preference .container.not-visible{height:0}#BorlabsCookieBox .cookie-preference table{margin:1em 0 0 0;width:100%}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{border-bottom:1px solid}#BorlabsCookieBox .cookie-preference table tr:last-child td,#BorlabsCookieBox .cookie-preference table tr:last-child th{border-bottom:0}#BorlabsCookieBox .cookie-preference table th{text-align:left;width:40%}#BorlabsCookieBox .cookie-preference table td{text-align:left}#BorlabsCookieBox .cookie-preference table td,#BorlabsCookieBox .cookie-preference table th{font-size:.875em;padding:.25em .5em}#BorlabsCookieBox .cookie-preference ._brlbs-accept{text-align:left}#BorlabsCookieBox .cookie-preference ._brlbs-btn{font-size:1em;margin:0 0 .9375em 0;padding:.75em 1.5em}#BorlabsCookieBox .cookie-preference ._brlbs-legal{text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-pp-url{overflow:hidden;text-overflow:ellipsis;width:100%;max-width:0}#BorlabsCookieBox .cookie-preference ._brlbs-refuse{margin:0 0 .9375em 0;text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar-advanced ul,#BorlabsCookieBox ._brlbs-box-advanced ul{justify-content:space-between}#BorlabsCookieBox ._brlbs-bar-advanced ul li,#BorlabsCookieBox ._brlbs-box-advanced ul li{line-height:1.375em;margin:0 .9375em .875em 0}#BorlabsCookieBox ._brlbs-bar-advanced ul li::before,#BorlabsCookieBox ._brlbs-box-advanced ul li::before{content:"";margin:0}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:768px}#BorlabsCookieBox ._brlbs-box-plus #CookieBoxTextDescription{padding-top:10px;overflow:visible;max-height:100%}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal{padding-top:10px}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area{padding-top:.475em}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area p:last-child{margin:.475em 0}#BorlabsCookieBox ._brlbs-box-plus ul{display:block}#BorlabsCookieBox ._brlbs-box-plus ul li{line-height:1.375em;padding:.475em .9375em .475em 0}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-checkbox{font-weight:600}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-service-group-description{padding-top:8px}#BorlabsCookieBox ._brlbs-box-plus ul li::before{content:"";margin:0}#CookieBoxTextDescription{overflow:auto;max-height:50vh}#CookiePrefDescription{overflow:auto;max-height:40vh}.BorlabsCookie ._brlbs-content-blocker{line-height:1.5em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption{padding:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label{color:inherit}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input{background:none;border:0;display:inline-block;height:auto;margin:inherit;position:static;vertical-align:middle;width:auto;-webkit-appearance:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input::before{content:""}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small{vertical-align:middle}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default{background:#efefef;margin-bottom:1em;padding:1em;text-align:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default label input{vertical-align:middle;width:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{margin-bottom:1em;position:relative;display:inline-block;overflow:hidden}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail{display:block;max-width:100%}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption{top:50%;left:0;position:absolute;width:100%;text-align:center;transform:translateY(-50%)}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn{display:inline-flex;align-items:center;justify-content:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-black::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23000000%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23000000%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23ffffff%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23ffffff%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn{display:inline-block;font-family:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}._brlbs-fluid-width-video-wrapper{padding:56.2963% 0 0 0;position:relative;width:100%}._brlbs-fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fusion-video .BorlabsCookie{top:0;left:0;position:absolute}.bricks-video-wrapper .BorlabsCookie,.brxe-video .BorlabsCookie{position:absolute;width:100%;height:100%;top:0}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed,.brxe-video .BorlabsCookie ._brlbs-embed{width:100%}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail,.brxe-video .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail{width:100%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .BorlabsCookie{top:0;left:0;position:absolute}.wpb_video_widget .wpb_video_wrapper .BorlabsCookie{display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.wpb_wrapper .fb_type_standard{height:auto}#BorlabsCookieBoxWidget{position:fixed;transition:all 500ms ease;opacity:1;line-height:0;z-index:999998;padding:20px}#BorlabsCookieBoxWidget:hover{opacity:.8}#BorlabsCookieBoxWidget svg{width:48px;height:48px;filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.2))}#BorlabsCookieBoxWidget.bottom-left{left:0;bottom:0}#BorlabsCookieBoxWidget.bottom-right{bottom:0;right:0}@media(max-width: 424px){#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-separator::before{content:"";display:block;margin:0}}@media(min-width: 576px){#BorlabsCookieBox ._brlbs-bar ul.show-cookie-logo{margin:.5em 0 0 16.6666666667%}}@media(max-width: 767px){#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{max-height:85vh}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:550px}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p{margin:0 0 .5em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions{display:none}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p._brlbs-actions-mobile{display:block;margin:.9375em 0;text-align:center}#BorlabsCookieBox ._brlbs-bar .align-items-center{align-items:flex-start !important}#BorlabsCookieBox .cookie-preference ._brlbs-accept,#BorlabsCookieBox .cookie-preference ._brlbs-refuse{text-align:center}#BorlabsCookieBoxWidget._brlbs-hide-mobile{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBoxWidget svg{width:32px;height:32px}}
._brlbs-animated {
 --animate-duration: 1s;
 --animate-delay: 1s;
}
@keyframes _brlbs-fadeInUp {
 from {
 opacity: 0;
 transform: translate3d(0, 100%, 0);
 }

 to {
 opacity: 1;
 transform: translate3d(0, 0, 0);
 }
}

#BorlabsCookieBox ._brlbs-fadeInUp {
 animation-name: _brlbs-fadeInUp;
}
@keyframes _brlbs-fadeOutDown {
 from {
 opacity: 1;
 }

 to {
 opacity: 0;
 transform: translate3d(0, 100%, 0);
 }
}

#BorlabsCookieBox ._brlbs-fadeOutDown {
 animation-name: _brlbs-fadeOutDown;
}
#BorlabsCookieBox * { font-family: inherit; }#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul { justify-content: space-around; }#BorlabsCookieBox ._brlbs-bar, #BorlabsCookieBox ._brlbs-box { background: #fff; border-radius: 0px; color: #1d1d1b; font-size: 14px; }#BorlabsCookieBox a { color: #1d1d1b; }#BorlabsCookieBox a:hover { color: #1d1d1b; }#BorlabsCookieBox ._brlbs-btn { background: #ffffff; border-radius: 0px; color: #1d1d1b; }#BorlabsCookieBox ._brlbs-btn:hover { background: #1d1d1b; border-radius: 0px; color: #ffffff; }#BorlabsCookieBox ._brlbs-refuse-btn a, #BorlabsCookieBox a._brlbs-refuse-btn { background: #ffffff; border-radius: 0px; color: #1d1d1b; }#BorlabsCookieBox ._brlbs-refuse-btn a:hover, #BorlabsCookieBox a._brlbs-refuse-btn:hover { background: #1d1d1b; border-radius: 0px; color: #ffffff; }#BorlabsCookieBox ._brlbs-manage-btn a { background: #000; border-radius: 0px; color: #fff; }#BorlabsCookieBox ._brlbs-manage-btn a:hover { background: #262626; border-radius: 0px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #ffffff; border-radius: 0px; color: #1d1d1b; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #1d1d1b; border-radius: 0px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #ffffff; border-radius: 0px; color: #1d1d1b; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #1d1d1b; border-radius: 0px; color: #fff; }#BorlabsCookieBox ._brlbs-legal { color: #1d1d1b; }#BorlabsCookieBox ._brlbs-legal a { color: inherit; }#BorlabsCookieBox ._brlbs-legal a:hover { color: #1d1d1b; }#BorlabsCookieBox ._brlbs-branding { color: #000; }#BorlabsCookieBox ._brlbs-branding a { color: inherit; }#BorlabsCookieBox ._brlbs-branding a:hover { color: inherit; }#BorlabsCookieBox ._brlbs-manage a { color: #1d1d1b; }#BorlabsCookieBox ._brlbs-manage a:hover { color: #1d1d1b; }#BorlabsCookieBox ._brlbs-refuse { color: #1d1d1b; }#BorlabsCookieBox ._brlbs-refuse a:hover { color: #1d1d1b; }#BorlabsCookieBox ul li::before { color: #ffffff; }#BorlabsCookieBox .cookie-box ._brlbs-btn { width: 100%; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { background-color: #bdc1c8; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider { background-color: #ffffff; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { background-color: #fff; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider:before { background-color: #fff; }.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator { background-color: #fff; border-color: #1d1d1b; border-radius: 0px; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator { background-color: #1d1d1b; border-color: #1d1d1b; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator::after { border-color: #fff; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator { background-color: #e6e6e6; border-color: #e6e6e6; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after { border-color: #999; }#BorlabsCookieBox .bcac-item { background-color: #ffffff; border-radius: 0px; color: #1d1d1b; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #1d1d1b; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #1d1d1b; }#BorlabsCookieBox .cookie-preference table tr td, #BorlabsCookieBox .cookie-preference table tr th { background-color: #fff; border-color: #eee; }.BorlabsCookie ._brlbs-content-blocker { font-family: inherit; font-size: 14px; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption { background: hsla(0, 0%, 0%, 0.8); color: #fff; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a { color: #28a745; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover { color: #30c553; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn { background: #28a745; border-radius: 4px; color: #fff; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover { background: #30c553; color: #fff; }#BorlabsCookieBoxWidget svg {color: #0063e3;}a._brlbs-btn-cookie-preference { background: #ffffff !important; border-radius: 0px !important; color: #1d1d1b !important; }a._brlbs-btn-cookie-preference:hover { background: #1d1d1b !important; color: #fff !important; }.BorlabsCookie ._brlbs-facebook {
 border: 1px solid #e1e8ed;
 border-radius: 6px;
 max-width: 516px;
 padding: 3px 0;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn {
 background: #4267b2;
 border-radius: 2px;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn:hover {
 background: #3b5998;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn {
 background: #4285f4;
 border-radius: 3px;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn:hover {
 background: #fff;
 color: #4285f4;
}.BorlabsCookie ._brlbs-instagram {
 border: 1px solid #e1e8ed;
 border-radius: 6px;
 max-width: 516px;
 padding: 3px 0;
}
.BorlabsCookie ._brlbs-instagram a._brlbs-btn {
 background: #3897f0;
 border-radius: 4px;
}
.BorlabsCookie ._brlbs-instagram a._brlbs-btn:hover {
 background: #117ee4;
}
.BorlabsCookie ._brlbs-twitter {
 border: 1px solid #e1e8ed;
 border-radius: 3px;
 max-width: 516px;
}
.BorlabsCookie ._brlbs-twitter a._brlbs-btn {
 background: #1da1f2;
 border-radius: 0;
}
.BorlabsCookie ._brlbs-twitter a._brlbs-btn:hover {
 background: #fff;
 color: #1da1f2;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn {
 background: #00adef;
 border-radius: 20px;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn:hover {
 background: #fff;
 color: #00adef;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn._brlbs-icon-play-white:hover::before {
 background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%2300adef'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%2300adef' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
 background-size: contain;
 content: " ";
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn {
 background: #ff0000;
 border-radius: 20px;
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover {
 background: #fff;
 color: red;
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn._brlbs-icon-play-white:hover::before {
 background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ff0000'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ff0000' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
 background-size: contain;
 content: " ";
}.enr-subscribe-now-wrapper .enr-subscribe-forced{pointer-events: none;}
a.wcs-switch-link{display:table;margin-top:1em}.product-type-variable div.product ul.tabs li.product_safety_tab,.wc-gzd-additional-info-placeholder,p.wc-gzd-additional-info:empty{display:none}#order_review .wc-gzd-checkbox-placeholder{clear:both}#order_review .wc-gzd-checkbox-placeholder p.form-row{float:none;padding:0 1em 0 0;text-align:left}#order_review .wc-gzd-checkbox-placeholder p.form-row label{display:inline}#order_review .wc-gzd-checkbox-placeholder:empty{display:none}.woocommerce-checkout .shop_table{background-color:#eee}@media(min-width:768px){table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper{align-items:center;display:flex}}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail{margin-right:1em;max-width:15%;min-width:60px}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail img{margin:0}body.theme-astra table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail td.product-name{flex-wrap:wrap}.cart_totals tr.order-total-differential-taxation-notice td:before,.cart_totals tr.order-total-small-business-notice td:before{content:""!important}.includes_tax,.tax_label,.woocommerce dl.variation dd[class*=variation-gzd-],.woocommerce dl.variation div[class*=variation-gzd-],.woocommerce dl.variation dt[class*=variation-gzd-],.woocommerce dl.variation li[class*=variation-gzd-],.woocommerce ul.variation dd[class*=variation-gzd-],.woocommerce ul.variation div[class*=variation-gzd-],.woocommerce ul.variation dt[class*=variation-gzd-],.woocommerce ul.variation li[class*=variation-gzd-],.woocommerce-cart dl.variation dd[class*=variation-gzd-],.woocommerce-cart dl.variation div[class*=variation-gzd-],.woocommerce-cart dl.variation dt[class*=variation-gzd-],.woocommerce-cart dl.variation li[class*=variation-gzd-],.woocommerce-cart ul.variation dd[class*=variation-gzd-],.woocommerce-cart ul.variation div[class*=variation-gzd-],.woocommerce-cart ul.variation dt[class*=variation-gzd-],.woocommerce-cart ul.variation li[class*=variation-gzd-],.woocommerce-checkout dl.variation dd[class*=variation-gzd-],.woocommerce-checkout dl.variation div[class*=variation-gzd-],.woocommerce-checkout dl.variation dt[class*=variation-gzd-],.woocommerce-checkout dl.variation li[class*=variation-gzd-],.woocommerce-checkout ul.variation dd[class*=variation-gzd-],.woocommerce-checkout ul.variation div[class*=variation-gzd-],.woocommerce-checkout ul.variation dt[class*=variation-gzd-],.woocommerce-checkout ul.variation li[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dd[class*=variation-gzd-],.woocommerce-mini-cart dl.variation div[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dt[class*=variation-gzd-],.woocommerce-mini-cart dl.variation li[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dd[class*=variation-gzd-],.woocommerce-mini-cart ul.variation div[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dt[class*=variation-gzd-],.woocommerce-mini-cart ul.variation li[class*=variation-gzd-]{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}.woocommerce-gzd-checkout #order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.more-variants-available-info{display:block;font-size:11px;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;margin:0;padding:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper,.woocommerce-checkout table.shop_table .wc-gzd-additional-wrapper{clear:both;text-align:right}.cart_totals p.wc-gzd-additional-info,.woocommerce-checkout table.shop_table p.wc-gzd-additional-info{display:inline-block;font-size:.8em;font-weight:400;margin-bottom:0}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{display:block;font-size:.9em;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{line-height:1.8em;margin:.2rem 0}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.product p.wc-gzd-additional-info{clear:left;font-size:.9em;margin-bottom:.5rem}.product .defect-description:not(:empty){border:2px solid #4b4f58;margin:1em 0;padding:.5em}.product .defect-description:not(:empty) p:last-child{margin-bottom:0}.deposit-packaging-type{font-weight:700;text-transform:uppercase}.product p.deposit-packaging-type{font-size:1.2em!important}.wc-gzd-rating-authenticity-status{display:block;font-size:.9em}.woocommerce-product-rating .wc-gzd-rating-authenticity-status{display:inline-block}.product .product_meta{margin-top:1rem}p.footer-info{font-size:.9em;padding-bottom:.5rem;text-align:center}.wc-gzd-item-defect-description p,.wc-gzd-item-desc p{font-size:.9em;font-weight:400}.wc-gzd-edit-data-notice{background:#eee;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}.wc-gzd-power-supply{display:flex;flex-wrap:wrap;height:70px;margin:1em 0}.wc-gzd-power-supply svg{align-items:center;display:flex;height:70px;width:70px}.wc-gzd-power-supply svg text{text-anchor:middle;dominant-baseline:middle;font-size:1.8rem;font-weight:600}.wc-gzd-power-supply svg text.min-max-watt-has-decimals,.wc-gzd-power-supply svg text.power-supply-usb-pd{font-size:1.5rem}.wc-gzd-cart-info{display:block}table.product-details-inner{margin:0;padding:0;table-layout:fixed}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{background:transparent;border:none;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{margin-right:1em;max-width:15%}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.wc-gzd-nutri-score-value{display:block;height:4rem;text-indent:-9999px;width:7.0625rem}.wc-gzd-placeholder-loading{display:flex;flex:0 0 100%;flex-flow:column;overflow:hidden;position:relative}.wc-gzd-placeholder-loading *{box-sizing:border-box}.wc-gzd-placeholder-loading:before{animation:phAnimation .8s linear infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;bottom:0;content:" ";left:50%;margin-left:-250%;pointer-events:none;position:absolute;right:0;top:0;width:500%;z-index:1}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row{align-items:center;display:flex;vertical-align:middle}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row>*{background-color:#e7e7e7;display:block;height:10px}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4{min-width:100px}@keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}.wc-block-featured-product .wc-gzd-additional-info{color:inherit;font-size:.9em;margin:0;padding:5px 48px 0;text-align:center;width:100%;z-index:1}.wc-block-featured-product .wc-gzd-nutri-score{width:auto}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info{margin:.5em 0}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info:not(.deposit-packaging-type){font-size:.9em;font-weight:400}.theme-twentytwenty form.woocommerce-checkout #order_review_heading,.theme-twentytwentyone form.woocommerce-checkout #order_review_heading{margin-bottom:2rem;padding-left:0;text-align:left;width:100%}