/**
*
* 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;
}@font-face{font-family:FontAwesomeSATT;font-style:normal;font-weight:400;src:url(//www.the-nomad-magazine.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.950c61cc.eot);src:url(//www.the-nomad-magazine.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.950c61cc.eot?#iefix&v=2.2.0) format("embedded-opentype"),url(//www.the-nomad-magazine.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.5047ee64.woff2) format("woff2"),url(//www.the-nomad-magazine.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.2ad2b22d.woff) format("woff"),url(//www.the-nomad-magazine.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.eb9ebfc8.ttf) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTkgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZmEtYXBmcyIgaG9yaXotYWR2LXg9IjEwMDAiID4KPGZvbnQtZmFjZSBmb250LWZhbWlseT0iZmEtYXBmcyIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iMTAwMCIgYXNjZW50PSI4NTAiIGRlc2NlbnQ9Ii0xNTAiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDAwIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0icGx1cy1yZWd1bGFyIiB1bmljb2RlPSImI3hlODAwOyIgZD0iTTcxOSA0MTNoLTI4MXYyODFjMCAxNy0xNCAzMS0zMiAzMWgtNjJjLTE3IDAtMzEtMTQtMzEtMzF2LTI4MWgtMjgyYy0xNyAwLTMxLTE0LTMxLTMydi02MmMwLTE3IDE0LTMxIDMxLTMxaDI4MnYtMjgyYzAtMTcgMTQtMzEgMzEtMzFoNjJjMTggMCAzMiAxNCAzMiAzMXYyODJoMjgxYzE3IDAgMzEgMTQgMzEgMzF2NjJjMCAxOC0xNCAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSI3NTAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGx1cy1zb2xpZCIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik04MTMgNDQ0aC0yODJ2MjgxYzAgMzUtMjggNjMtNjIgNjNoLTYzYy0zNCAwLTYyLTI4LTYyLTYzdi0yODFoLTI4MWMtMzUgMC02My0yOC02My02M3YtNjJjMC0zNSAyOC02MyA2My02M2gyODF2LTI4MWMwLTM1IDI4LTYzIDYyLTYzaDYzYzM0IDAgNjIgMjggNjIgNjN2MjgxaDI4MmMzNCAwIDYyIDI4IDYyIDYzdjYyYzAgMzUtMjggNjMtNjIgNjN6IiBob3Jpei1hZHYteD0iODc1IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImNhbGVuZGFyLXBsdXMtcmVndWxhciIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik02NTYgMjgwdi00N2MwLTEzLTEwLTI0LTIzLTI0aC0xNDl2LTE0OGMwLTEzLTEwLTIzLTIzLTIzaC00N2MtMTMgMC0yMyAxMC0yMyAyM3YxNDhoLTE0OWMtMTMgMC0yMyAxMS0yMyAyNHY0N2MwIDEzIDEwIDIzIDIzIDIzaDE0OXYxNDljMCAxMyAxMCAyMyAyMyAyM2g0N2MxMyAwIDIzLTEwIDIzLTIzdi0xNDloMTQ5YzEzIDAgMjMtMTAgMjMtMjN6IG0yMTkgMzUxdi02ODdjMC01Mi00Mi05NC05NC05NGgtNjg3Yy01MiAwLTk0IDQyLTk0IDk0djY4N2MwIDUyIDQyIDk0IDk0IDk0aDk0djEwMmMwIDEzIDEwIDIzIDIzIDIzaDc4YzEzIDAgMjQtMTAgMjQtMjN2LTEwMmgyNTB2MTAyYzAgMTMgMTAgMjMgMjMgMjNoNzhjMTMgMCAyNC0xMCAyNC0yM3YtMTAyaDkzYzUyIDAgOTQtNDIgOTQtOTR6IG0tOTQtNjc2djU4M2gtNjg3di01ODNjMC02IDUtMTEgMTItMTFoNjY0YzYgMCAxMSA1IDExIDExeiIgaG9yaXotYWR2LXg9Ijg3NSIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhci1wbHVzLXNvbGlkIiB1bmljb2RlPSImI3hlODAzOyIgZD0iTTg1MiA1MzhoLTgyOWMtMTIgMC0yMyAxMC0yMyAyM3Y3MGMwIDUyIDQyIDk0IDk0IDk0aDk0djEwMmMwIDEzIDEwIDIzIDIzIDIzaDc4YzEzIDAgMjQtMTAgMjQtMjN2LTEwMmgyNTB2MTAyYzAgMTMgMTAgMjMgMjMgMjNoNzhjMTMgMCAyNC0xMCAyNC0yM3YtMTAyaDkzYzUyIDAgOTQtNDIgOTQtOTR2LTcwYzAtMTMtMTAtMjMtMjMtMjN6IG0tODI5LTYzaDgyOWMxMyAwIDIzLTEwIDIzLTIzdi01MDhjMC01Mi00Mi05NC05NC05NGgtNjg3Yy01MiAwLTk0IDQyLTk0IDk0djUwOGMwIDEzIDExIDIzIDIzIDIzeiBtNjE4LTI3M2MwIDEzLTExIDIzLTI0IDIzaC0xMTd2MTE3YzAgMTMtMTAgMjQtMjMgMjRoLTc5Yy0xMiAwLTIzLTExLTIzLTI0di0xMTdoLTExN2MtMTMgMC0yNC0xMC0yNC0yM3YtNzljMC0xMiAxMS0yMyAyNC0yM2gxMTd2LTExN2MwLTEzIDExLTI0IDIzLTI0aDc5YzEzIDAgMjMgMTEgMjMgMjR2MTE3aDExN2MxMyAwIDI0IDExIDI0IDIzdjc5eiIgaG9yaXotYWR2LXg9Ijg3NSIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhci1jaGVjay1yZWd1bGFyIiB1bmljb2RlPSImI3hlODA0OyIgZD0iTTc4MSA3MjVoLTkzdjEwMmMwIDEzLTExIDIzLTI0IDIzaC03OGMtMTMgMC0yMy0xMC0yMy0yM3YtMTAyaC0yNTB2MTAyYzAgMTMtMTEgMjMtMjQgMjNoLTc4Yy0xMyAwLTIzLTEwLTIzLTIzdi0xMDJoLTk0Yy01MiAwLTk0LTQyLTk0LTk0di02ODdjMC01MiA0Mi05NCA5NC05NGg2ODdjNTIgMCA5NCA0MiA5NCA5NHY2ODdjMCA1Mi00MiA5NC05NCA5NHogbS0xMS03ODFoLTY2NGExMiAxMiAwIDAgMC0xMiAxMXY1ODNoNjg3di01ODNhMTIgMTIgMCAwIDAtMTEtMTF6IG0tMTA0IDM5MmwtMjc4LTI3NmMtOS05LTI0LTktMzMgMGwtMTQ2IDE0OGMtMTAgOS05IDI0IDAgMzNsNDQgNDRjOSA5IDI0IDkgMzMgMGw4Ni04NyAyMTcgMjE1YzEwIDkgMjQgOSAzMyAwbDQ0LTQ0YzEwLTkgMTAtMjQgMC0zM3oiIGhvcml6LWFkdi14PSI4NzUiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2FsZW5kYXItY2hlY2stc29saWQiIHVuaWNvZGU9IiYjeGU4MDU7IiBkPSJNODUyIDUzOGgtODI5Yy0xMiAwLTIzIDEwLTIzIDIzdjcwYzAgNTIgNDIgOTQgOTQgOTRoOTR2MTAyYzAgMTMgMTAgMjMgMjMgMjNoNzhjMTMgMCAyNC0xMCAyNC0yM3YtMTAyaDI1MHYxMDJjMCAxMyAxMCAyMyAyMyAyM2g3OGMxMyAwIDI0LTEwIDI0LTIzdi0xMDJoOTNjNTIgMCA5NC00MiA5NC05NHYtNzBjMC0xMy0xMC0yMy0yMy0yM3ogbS04MjktNjNoODI5YzEzIDAgMjMtMTAgMjMtMjN2LTUwOGMwLTUyLTQyLTk0LTk0LTk0aC02ODdjLTUyIDAtOTQgNDItOTQgOTR2NTA4YzAgMTMgMTEgMjMgMjMgMjN6IG02NTEtMTg3bC01NSA1NWMtOSA5LTI0IDktMzMgMGwtMjA3LTIwNS05MCA5MGMtOSAxMC0yNCAxMC0zMyAwbC01NS01NWMtOS05LTktMjMgMC0zM2wxNjEtMTYyYzktMTAgMjQtMTAgMzMtMWwyNzkgMjc4YzEwIDkgMTAgMjMgMCAzM3oiIGhvcml6LWFkdi14PSI4NzUiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iZmxhdF8yIiB1bmljb2RlPSImI3hlODA2OyIgZD0iTTUzMiAzOTNjLTQxIDAtNzUgMzQtNzUgNzUgMCA0MSAzNCA3NSA3NSA3NSA0MSAwIDc1LTM0IDc1LTc1IDAtNDEtMzQtNzUtNzUtNzV6IG0wIDEyMGMtMjUgMC00NS0yMC00NS00NSAwLTI1IDIwLTQ1IDQ1LTQ1IDI1IDAgNDUgMjAgNDUgNDUgMCAyNS0yMCA0NS00NSA0NXogbTIwLTQ1YzAtMTEtOS0yMC0yMC0yMC0xMSAwLTIwIDktMjAgMjAgMCAxMSA5IDIwIDIwIDIwIDExIDEgMjAtOSAyMC0yMHogbTY1Ny0yOGgtNTIydjU3aDUyM3YtNTd6IG0tNjc3LTI4M2MtNDEgMC03NSAzNC03NSA3NSAwIDQxIDM0IDc1IDc1IDc1IDQxIDAgNzUtMzQgNzUtNzUgMC00MS0zNC03NS03NS03NXogbTAgMTIwYy0yNSAwLTQ1LTIwLTQ1LTQ1IDAtMjUgMjAtNDUgNDUtNDUgMjUgMCA0NSAyMCA0NSA0NSAwIDI1LTIwIDQ1LTQ1IDQ1eiBtMjAtNDVjMC0xMS05LTIwLTIwLTIwLTExIDAtMjAgOS0yMCAyMHM5IDIwIDIwIDIwYzExIDAgMjAtOSAyMC0yMHogbTY1Ny0yOWgtNTIydjU3aDUyM3YtNTd6IiBob3Jpei1hZHYteD0iMTY2NyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJncm91cGVkXzIiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNNTMyIDM4MWMtNDEgMC03NSAzMy03NSA3NCAwIDQyIDM0IDc1IDc1IDc1IDQxIDAgNzUtMzMgNzUtNzUgMC00MS0zNC03NC03NS03NHogbTAgMTIwYy0yNSAwLTQ1LTIwLTQ1LTQ2IDAtMjQgMjAtNDUgNDUtNDUgMjUgMCA0NSAyMCA0NSA0NSAwIDI1LTIwIDQ2LTQ1IDQ2eiBtMjAtNDZjMC0xMS05LTIwLTIwLTIwLTExIDAtMjAgMTAtMjAgMjAgMCAxMiA5IDIwIDIwIDIwIDExIDAgMjAtOSAyMC0yMHogbS0yMC0yODVjLTQxIDAtNzUgMzMtNzUgNzUgMCA0MSAzNCA3NCA3NSA3NCA0MSAwIDc1LTMzIDc1LTc0IDAtNDItMzQtNzUtNzUtNzV6IG0wIDEyMGMtMjUgMC00NS0yMC00NS00NSAwLTI1IDIwLTQ2IDQ1LTQ2IDI1IDAgNDUgMjAgNDUgNDYgMCAyNS0yMCA0NS00NSA0NXogbTIwLTQ1YzAtMTItOS0yMC0yMC0yMC0xMSAwLTIwIDktMjAgMjAgMCAxMSA5IDIwIDIwIDIwIDExIDAgMjAtOSAyMC0yMHogbTY1NyAyMTdoLTUyMnY1N2g1MjN2LTU3eiBtLTE4Mi0xM2gtMzQwdi01N2gzNDB2NTd6IG0xODItMTQxaC01MjJ2LTU3aDUyM3Y1N3ogbS0xODItNzBoLTM0MHYtNTdoMzQwdjU3eiIgaG9yaXotYWR2LXg9IjE2NjciIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iZmxhdF8zIiB1bmljb2RlPSImI3hlODA4OyIgZD0iTTUzMiA1MTJjLTQxIDAtNzUgMzMtNzUgNzUgMCA0MSAzNCA3NCA3NSA3NCA0MSAwIDc1LTMzIDc1LTc0IDAtNDItMzQtNzUtNzUtNzV6IG0wIDEyMGMtMjUgMC00NS0yMC00NS00NSAwLTI1IDIwLTQ2IDQ1LTQ2IDI1IDAgNDUgMjAgNDUgNDYgMCAyNC0yMCA0NS00NSA0NXogbTAtMzU3Yy00MSAwLTc1IDM0LTc1IDc1IDAgNDEgMzQgNzUgNzUgNzUgNDEgMCA3NS0zNCA3NS03NSAwLTQxLTM0LTc1LTc1LTc1eiBtMCAxMjBjLTI1IDAtNDUtMjAtNDUtNDUgMC0yNSAyMC00NSA0NS00NSAyNSAwIDQ1IDIwIDQ1IDQ1IDAgMjUtMjAgNDUtNDUgNDV6IG0wLTM1NmMtNDEgMC03NSAzMy03NSA3NCAwIDQyIDM0IDc1IDc1IDc1IDQxIDAgNzUtMzMgNzUtNzUgMC00MS0zNC03NC03NS03NHogbTAgMTIwYy0yNSAwLTQ1LTIwLTQ1LTQ2IDAtMjQgMjAtNDUgNDUtNDUgMjUgMCA0NSAyMCA0NSA0NSAwIDI1LTIwIDQ2LTQ1IDQ2eiBtMjAgNDI4YzAtMTItOS0yMC0yMC0yMC0xMSAwLTIwIDktMjAgMjAgMCAxMSA5IDIwIDIwIDIwIDExIDAgMjAtOSAyMC0yMHogbS0yMC0yMTdjLTExIDAtMjAtOS0yMC0yMHM5LTIwIDIwLTIwYzExIDAgMjAgOSAyMCAyMHMtOSAyMC0yMCAyMHogbTAtMjM3Yy0xMSAwLTIwLTktMjAtMjAgMC0xMSA5LTIwIDIwLTIwIDExIDAgMjAgMTAgMjAgMjAgMCAxMi05IDIwLTIwIDIweiBtNjc3IDQyNWgtNTIydjU3aDUyM3YtNTd6IG0wLTE4MGgtNTIydi01N2g1MjN2NTd6IG0wLTIzNmgtNTIydi01N2g1MjN2NTd6IiBob3Jpei1hZHYteD0iMTY2NyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJncm91cGVkXzMiIHVuaWNvZGU9IiYjeGU4MDk7IiBkPSJNNDYxIDU3NmMtNDIgMC03NSAzMy03NSA3NSAwIDQxIDMzIDc0IDc1IDc0IDQxIDAgNzQtMzMgNzQtNzQgMC00Mi0zMy03NS03NC03NXogbTAgMTIwYy0yNSAwLTQ2LTIwLTQ2LTQ1IDAtMjUgMjAtNDYgNDYtNDYgMjQgMCA0NSAyMCA0NSA0NiAwIDI1LTIwIDQ1LTQ1IDQ1eiBtMjAtNDVjMC0xMi05LTIwLTIwLTIwLTExIDAtMjAgOS0yMCAyMHMxMCAyMCAyMCAyMGMxMSAwIDIwLTkgMjAtMjB6IG02NTggNjNoLTUyNHYtNTdoNTI0djU3eiBtLTE4Mi03MGgtMzQydi01N2gzNDF2NTd6IG0tNDk2LTI3OGMtNDIgMC03NSAzMy03NSA3NSAwIDQxIDMzIDc0IDc1IDc0IDQxIDAgNzQtMzMgNzQtNzQgMC00Mi0zMy03NS03NC03NXogbTAgMTE5Yy0yNSAwLTQ2LTIwLTQ2LTQ1IDAtMjUgMjAtNDUgNDYtNDUgMjQgMCA0NSAyMCA0NSA0NSAwIDI1LTIwIDQ1LTQ1IDQ1eiBtMjAtNDRjMC0xMi05LTIwLTIwLTIwLTExIDAtMjAgOS0yMCAyMCAwIDExIDEwIDIwIDIwIDIwIDExIDAgMjAtMTAgMjAtMjB6IG02NTggNjNoLTUyNHYtNTdoNTI0djU3eiBtLTE4Mi03MWgtMzQydi01NmgzNDF2NTZ6IG0zMzgtNDU4aC05MjR2MTcyaDkyNHYtMTcyeiBtLTg5NCAyNWg4NjZ2MTIzaC04NjZ2LTEyM3ogbTc2MCA3OWg3NmwtMzgtNDAtMzggNDB6IG0tNDA4IDExNGgtMzgydjY0aDM4MnYtNjR6IiBob3Jpei1hZHYteD0iMTY2NyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJncm91cGVkX3NlbGVjdCIgdW5pY29kZT0iJiN4ZTgwYTsiIGQ9Ik0xMjk1IDIwOGgtOTI0djE3M2g5MjR2LTE3M3ogbS04OTQgMjVoODY2djEyMmgtODY2di0xMjJ6IG03NjAgODBoNzZsLTM4LTQwLTM4IDQweiBtLTQwOCAxMTNoLTM4MnY2NGgzODJ2LTY0eiIgaG9yaXotYWR2LXg9IjE2NjciIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4K#fontawesomesatt) format("svg")}ul.wcsatt-options li,ul.wcsatt-options-cart li,ul.wcsatt-options-product li,ul.wcsatt-options-prompt-radios li{list-style:none!important}.woocommerce ul.wcsatt-options li,.woocommerce ul.wcsatt-options li input,.woocommerce ul.wcsatt-options-cart li,.woocommerce ul.wcsatt-options-cart li input,.woocommerce ul.wcsatt-options-product li,.woocommerce ul.wcsatt-options-product li input,.woocommerce ul.wcsatt-options-prompt-radios li,.woocommerce ul.wcsatt-options-prompt-radios li input{margin:0}ul.wcsatt-options{margin:10px 0 0;min-width:120px}ul.wcsatt-options-prompt-radios,ul.wcsatt-options.overrides_exist{margin:0}.wcsatt-options-product-prompt-radio label>span,li span.one-time-option-details,li span.subscription-option-details{padding-left:.2em}ul.wcsatt-options-product li .subscription-price{display:inline-block!important}ul.wcsatt-options-product li .price span.from,ul.wcsatt-options-product li .subscription-price span.subscription-details:first-child,ul.wcsatt-options-product li span.one-time-option-details{display:inline-block}ul.wcsatt-options-product li .price span.from:first-letter,ul.wcsatt-options-product li .subscription-price span.subscription-details:first-child:first-letter,ul.wcsatt-options-product li span.one-time-option-details:first-letter{text-transform:uppercase}a.wcs-switch-link{display:block;margin-top:1em;width:-moz-fit-content;width:fit-content}.wcsatt-sub-discount{margin:0 .1em}.wcsatt-add-to-subscription-wrapper input,.wcsatt-options-wrapper input{margin:0}.wcsatt-options-wrapper-grouped li.one-time-option{display:none}.wcsatt-options-product-dropdown,ul.wcsatt-options-product{margin:0 0 .5em}.wcsatt-options-product-dropdown--hidden,ul.wcsatt-options-product--hidden{display:none}.wcsatt-options-product-prompt{margin-bottom:1em}.wcsatt-options-product-prompt--hidden{display:none}.wcsatt-options-product-prompt .wcsatt-options-prompt-text{margin:0 0 1em}.wcsatt-options-product-prompt .wcsatt-options-prompt-text label,.wcsatt-options-product-prompt.wcsatt-options-product-prompt-checkbox label{margin:0}.wcsatt-options-prompt-label .price,ul.wcsatt-options-product .from+*{margin-left:.15em}.wcsatt-options-product-prompt-checkbox label>span{margin-left:.3em}.wcsatt-options-product li span.one-time-option-details,.wcsatt-options-product li span.subscription-details{display:inline-block}.single-product div.product .single_variation .wcsatt-options-prompt-label .price{display:inline-block!important;margin-bottom:0!important}.single-product div.product .single_variation ul.wcsatt-options-product .price{display:inline!important;margin-bottom:0!important}.subscription-details-hidden .product-addon-totals .wc-pao-subtotal-line .subscription-details{display:none}ul.wcsatt-options-cart{margin:0 0 1.5em}.wcsatt-add-to-subscription-wrapper:before{clear:both;content:"";display:table;margin-top:2em}.wcsatt-add-to-subscription-wrapper label>span{margin-left:.3em}.wcsatt-add-to-subscription-options:before{clear:both;content:"";display:table;margin-top:1.5em}.wcsatt-add-to-subscription-options .subscription-status{display:none}.wcsatt-add-to-subscription-options table.my_account_orders{margin-bottom:0}.wcsatt-add-to-subscription-options .button.add:after{vertical-align:top}.wcsatt-add-cart-to-subscription-options .my_account_orders .button.view:after,.wcsatt-add-to-subscription-options .my_account_orders .button.view:after{display:none}.wcsatt-add-cart-to-subscription-options .woocommerce-orders-table__cell-subscription-products-overview ul,.wcsatt-add-to-subscription-options .woocommerce-orders-table__cell-subscription-products-overview ul{list-style-type:none;margin:0;padding:0}.wcsatt-add-to-subscription-options .subscription-actions{min-width:180px}fieldset.wcsatt-options-prompt-fieldset{border:0;margin:0;padding:0}.wcsatt-add-cart-to-subscription-wrapper{margin-bottom:2em}.wcsatt-add-cart-to-subscription-intro{font-size:1.25em;font-style:italic;font-weight:500;letter-spacing:1px;line-height:1.25em;margin:1.5em;text-align:center}.wcsatt-add-cart-to-subscription-action-wrapper{font-size:1.3em;position:relative}.wcsatt-add-cart-to-subscription-action-wrapper label{cursor:pointer;display:block;font-weight:300}.wcsatt-add-cart-to-subscription-action-input{margin-right:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.wcsatt-add-cart-to-subscription-options:before,.wcsatt-add-cart-to-subscription-wrapper:after{clear:both;content:"";display:table}.wcsatt-add-cart-to-subscription-options table.my_account_orders{margin-bottom:0}.wcsatt-add-cart-to-subscription-options .button.add:after{content:"";font-family:FontAwesomeSATT;font-size:.9em;line-height:.9em;margin-left:.5em}.wcsatt-add-cart-to-subscription-options .subscription-status{display:none}.wcsatt-add-cart-to-subscription-options .subscription-actions{min-width:180px}form.wcsatt-add-cart-to-subscription-form{margin:0!important}.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive thead,.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive thead{display:none}.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td,.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td{clear:both;display:block;text-align:right!important}.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td:not(.order-actions):before,.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td:not(.order-actions):before{content:attr(data-title) ": ";display:table;float:left;font-weight:700}.theme-twentytwenty.single-product form.cart input.wcsatt-add-to-subscription-action-input,.theme-twentytwentyone.single-product form.cart .wcsatt-options-product input,.theme-twentytwentyone.single-product form.cart input.wcsatt-add-to-subscription-action-input{height:25px;min-width:25px;width:25px}body.single-product.woocommerce div.product.elementor.has-subscription-plans form.cart div.woocommerce-variation-add-to-cart,body.single-product.woocommerce div.product.elementor.has-subscription-plans form.cart.variations_form,body.single-product.woocommerce div.product.elementor.has-subscription-plans form.cart:not(.grouped_form):not(.variations_form){display:block}.wcsatt-options-product-wrapper{margin:0 0 1.5em}.woocommerce-subscriptions-apfs-product__trial{margin-bottom:0}.woocommerce-subscriptions-apfs-product__trial+.woocommerce-subscriptions-apfs-product__signup-fee{margin-top:0}.woocommerce-subscriptions-apfs-product__signup-fee,.woocommerce-subscriptions-apfs-product__trial{color:inherit;display:block;font-size:.9em}.woocommerce-subscriptions-product-details>p{margin-bottom:1em;margin-top:0}.woocommerce-subscriptions-product-details__trial:not(:last-child){margin-bottom:0}.single_variation_wrap.wcsatt-variation-has-details .single_variation,.single_variation_wrap.wcsatt-variation-has-details .woocommerce-variation-price .price{margin-bottom:0!important}.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 !important}.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_toggle_round{width:16px;height:16px;position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#000}.wcpa_wrap .wcpa_toggle_round::before{content:"";position:absolute;display:block;width:8px;height:8px;border-radius:50%;background-color:#fff;box-shadow:0 0 2px rgba(255,255,255,.5)}.wcpa_wrap .wcpa_multi_step_section_body{padding:5px}.wcpa_wrap .wcpa_multi_step_section_body .wcpa_multistep_nav{display:flex;justify-content:space-between}.wcpa_wrap .wcpa_multi_step_section_body .wcpa_multistep_nav .wcpa_multistep_btn{padding:5px 10px;width:100px;height:35px;border:1px solid #ccc;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:var(--wcpabuttoncolor);color:var(--wcpabuttontextcolor)}.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 !important;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_non_grp_item{margin:10px 0}.wcpa_wrap .wcpa_field_label{width:100%;font-weight:400;line-height:20px;margin:0 0 8px 0;display:inline-block}.wcpa_wrap .wcpa_modal_link .wcpa_field_label{color:#0b56c5;cursor:pointer}.wcpa_wrap .wcpa_modal_button .wcpa_field_label{width:auto;display:inline-block;padding:10px 20px;background-color:var(--wcpabuttoncolor);color:var(--wcpabuttontextcolor) !important;border:none;border-radius:5px;text-align:center;text-decoration:none}.wcpa_wrap .wcpa_modal_button .wcpa_field_label:hover{background-color:color-mix(in srgb, var(--wcpabuttoncolor) 80%, black 20%)}.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_multistep_progress_container{display:flex;justify-content:space-between;margin-bottom:20px;position:relative}.wcpa_step_item{flex:1;text-align:center;position:relative}.wcpa_step_item.pending .wcpa_step_circle{background:var(--wcpamultisteppendingcolor, #e0e0e0)}.wcpa_step_item.pending .wcpa_step_label{color:#777}.wcpa_step_item.active .wcpa_step_circle{background:var(--wcpamultistepactivecolor, #007cba)}.wcpa_step_item.active .wcpa_step_label{color:#000;font-weight:bold}.wcpa_step_item.completed .wcpa_step_circle{background:var(--wcpamultistepcompletedcolor, #4ab866)}.wcpa_step_item.has-error .wcpa_step_circle{background:var(--wcpamultisteperrorcolor, #dc3232);border:2px solid #a00}.wcpa_step_item.has-error .wcpa_step_label{color:var(--wcpamultisteperrorcolor, #dc3232)}.wcpa_step_circle{width:30px;height:30px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 5px;font-weight:bold;z-index:2;position:relative}.wcpa_step_label{font-size:12px;font-weight:normal}.wcpa_step_line{position:absolute;top:15px;left:50%;width:100%;height:2px;background:var(--wcpamultisteplinecolor, #4ab866);z-index:1}.wcpa_step_item.pending .wcpa_step_line,.wcpa_step_item.active .wcpa_step_line{background:#e0e0e0}.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_inactive_step .wcpa_section_body{display:none;visibility:hidden}.wcpa_section.wcpa_step_section .wcpa_multi_step_section_body{border:.5px solid #f3eded}.wcpa_section.wcpa_inactive_step .wcpa_section_head{cursor:not-allowed;background-color:#fff;border:.5px solid #f3eded}.wcpa_section.wcpa_inactive_step .wcpa_section_head .wcpa_sec_title{color:#f3eded;font-weight:100}.wcpa_section.wcpa_inactive_step .wcpa_section_head .wcpa_toggle_round{background-color:#f3eded}.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_wrap [class*=a11yText],.wcpa_wrap [id^=react-select-][id$=-live-region]{display:none !important;position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important}.wcpa_advanced_select .wcpa__control{min-height:35px !important;display:flex !important;justify-content:space-between !important}.wcpa_advanced_select .wcpa__value-container{display:flex !important;align-items:center !important;padding:0 8px !important;flex-grow:1 !important}.wcpa_advanced_select .wcpa__multi-value{background:#f0f0f0 !important;border-radius:2px !important;display:flex !important;align-items:center !important;margin:2px !important;padding:2px 5px !important;font-size:85% !important}.wcpa_advanced_select .wcpa__multi-value__remove{cursor:pointer !important;margin-left:5px !important;display:flex !important;align-items:center !important}.wcpa_advanced_select .wcpa__multi-value__remove:hover{color:#de350b !important}.wcpa_advanced_select .wcpa__indicators-container{display:flex !important;align-items:center !important;align-self:center !important}.wcpa_advanced_select .wcpa__dropdown-indicator,.wcpa_advanced_select .wcpa__clear-indicator{padding:8px !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#ccc !important;cursor:pointer !important}.wcpa_advanced_select .wcpa__dropdown-indicator svg,.wcpa_advanced_select .wcpa__clear-indicator svg{fill:#ccc !important;width:18px !important;height:18px !important}.wcpa_advanced_select .wcpa__dropdown-indicator:hover,.wcpa_advanced_select .wcpa__clear-indicator:hover{color:#999 !important}.wcpa_advanced_select .wcpa__dropdown-indicator:hover svg,.wcpa_advanced_select .wcpa__clear-indicator:hover svg{fill:#999 !important}.wcpa_advanced_select .wcpa__indicator-separator{align-self:stretch !important;background-color:#ccc !important;width:1px !important;margin:8px 0 !important;display:block !important}.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_tooltip.wcpa_is_modal{position:fixed !important;max-width:600px;width:90vw;font-size:.95em;line-height:normal;padding-top:30px;cursor:default;left:50%;top:50%;transform:translate(-50%, -50%);opacity:1;z-index:999999}#wcpa_img_preview .wcpa_tooltip.wcpa_is_modal .wcpa_tooltip_close{position:absolute;top:5px;right:10px;font-size:20px;cursor:pointer;font-weight:bold;color:#515f8e;line-height:1;padding:5px}#wcpa_img_preview .wcpa_tooltip.wcpa_is_modal .wcpa_tooltip_close:hover{color:red}#wcpa_img_preview .wcpa_tooltip.wcpa_is_modal .wcpa_arrow{display:none}#wcpa_img_preview .wcpa_modal_mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:999998}#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 !important;cursor:pointer;border:none;background:#eee;margin:0 !important}fieldset.wcpa_field_wrap{background-color:unset;border:none}fieldset.wcpa_field_wrap legend.wcpa_field_label{padding:unset;background-color:unset}.wcpa_range_slider_wrap{position:relative;width:100%;padding:10px}.wcpa_range_slider_container{position:relative;width:100%}.wcpa_field_range_slider{width:100%;height:var(--wcparangesliderheight);border-radius:5px;appearance:none;background:linear-gradient(to right, var(--wcparangeslidercolor) 0%, var(--wcparangeslidercolor) 50%, var(--wcparangesliderbg) 50%, var(--wcparangesliderbg) 100%);outline:none;transition:background .3s ease}.wcpa_field_range_slider::-webkit-slider-thumb{appearance:none;height:var(--wcparangesliderthumbsize);width:var(--wcparangesliderthumbsize);border-radius:50%;background:var(--wcparangesliderthumb);cursor:pointer;position:relative;z-index:2;margin-top:calc(-1*var(--wcparangesliderthumbsize)/2 + var(--wcparangesliderheight)/2)}.wcpa_field_range_slider::-moz-range-thumb{height:var(--wcparangesliderthumbsize);width:var(--wcparangesliderthumbsize);border-radius:50%;background:var(--wcparangesliderthumb);cursor:pointer}.wcpa_range_slider_tooltip{position:absolute;top:-20px;transform:translateX(-50%);background:var(--wcparangeslidertooltipbg);color:var(--wcparangeslidertooltip);padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1;transition:left .1s ease-out}.wcpa_range_slider_labels{display:flex;justify-content:space-between;margin-top:4px}.wcpa_range_slider_min,.wcpa_range_slider_max{font-size:16px;color:var(--wcpalabelcolor)}.wcpa_field_range_slider:focus{outline:none;box-shadow:none}.screen-reader-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);border:0}.wc-block-components-product-details>span:has(.wcpa-block-addon-val){display:flex !important;flex-wrap:wrap;align-items:flex-start;gap:0 4px}.wc-block-components-product-details>span:has(.wcpa-block-addon-val) .wc-block-components-product-details__value{display:inline}.wc-block-components-product-details>span:has(.wcpa-block-addon-val) span[aria-hidden=true]{display:none !important}.wcpa-block-addon-val{display:inline-block;position:absolute;clip:rect(0, 0, 0, 0);width:0;height:0;overflow:hidden}.wcpa_color_box{display:inline-block;width:18px;height:18px;line-height:18px;font-size:24px;text-align:center;vertical-align:middle;margin-right:6px;border:1px solid rgba(0,0,0,.1) !important;overflow:hidden}.wc-block-components-product-details__value a{display:inline-flex;flex-direction:column;align-items:flex-start;text-decoration:none}.wc-block-components-product-details__value .wcpa_file_link{display:flex !important;flex-direction:column;margin-bottom:10px}.wcpa_img{max-width:75px !important;height:auto;display:block;margin-bottom:5px;border-radius:4px}.wcpa_image_preview{display:block;margin-bottom:5px}.wcpa_image_group_item{display:inline-block;margin-right:10px;vertical-align:top}.wc-block-components-product-details .wcpa_image_group_item{display:block !important;margin-bottom:4px;text-align:left}.wc-block-components-product-details .wcpa_image_group_item .wcpa_image_details_inner{display:inline}.wc-block-components-product-details .wcpa_image_group_item .wcpa_image_details_inner span:not(.wcpa_image_preview){font-size:.85em;color:#555;line-height:1.2}.wcpa_image_group_item .wcpa_img{margin-bottom:0px}.option-with-icon{display:flex;align-items:center;padding:10px;background-color:#fff}.option-with-icon.option-with-icon--selected{background-color:#007bff;color:#fff}.option-with-icon:hover{background-color:rgba(0,123,255,.205)}.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 !important;display:flex !important;align-items:center !important}.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)}