/*header style*/
.zorem-layout__header * {
	box-sizing: border-box;
}

.zorem-layout__header .page_heading {
	font-size: 14px;
	color: #3c4758;
	padding: 0 20px;
	margin: auto 0;
	font-weight: 400;
	width: 100%;
}

.zorem-layout__header .page_heading .dashicons {
	font-size: 14px;
	vertical-align: middle;
	line-height: 20px;
}

.zorem-layout__header .page_heading a {
	text-decoration: none;
	color: #3b64d3;
}

.zorem-layout__header .zorem-layout__header-logo {
	margin: 0 12px;
	width: 100px;
}

.zorem-layout__header {
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	height: 60px;
	z-index: 1001;
	align-items: center;
	position: relative;
}

.woocommerce-layout__activity-panel {
	float: inline-end;
	position: relative;
}

#activity-panel-tab-help {
	background-color: transparent;
	padding: 10px 18px;
	cursor: pointer;
	border: none;
}

.woocommerce-layout__activity-panel-tabs {
	display: flex;
	justify-content: flex-end;
	height: 44px;
}

.woocommerce-layout__activity-panel-tabs .dashicons {
	width: 20px;
	height: 20px;
	font-size: 20px;
	cursor: pointer;
}

.woocommerce-layout__activity-panel-wrapper {
	position: absolute;
	top: 0;
	right: 45px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	min-width: 200px;
	padding: 10px 0;
	z-index: 1000;
}

.woocommerce-layout__activity-panel-tabs:hover .woocommerce-layout__activity-panel-wrapper {
	display: block;
}

.woocommerce-layout__activity-panel-wrapper:before {
	content: '';
	width: 0.75rem;
	height: 0.75rem;
	position: absolute;
	z-index: -1;
	top: 10px;
	right: -7px;
	background-color: #fff;
	transform: rotate(135deg);
	border: 1px solid #e0e0e0;
	border-width: 1px 0 0 1px;
}

.woocommerce-list {
	margin: 0;
	padding: 0;
}

.woocommerce-list__item:not(:first-child) {
	margin: 0;
}

.woocommerce-list__item.has-action {
	cursor: pointer;
	margin: 0;
}

.woocommerce-list__item>.woocommerce-list__item-inner {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	transition: background-color 0.2s ease;
}

.woocommerce-list__item .woocommerce-list__item-before {
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.woocommerce-list__item .woocommerce-list__item-title {
	color: #3b64d3;
}

.woocommerce-list-Text {
	box-sizing: border-box;
	margin: 0px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.woocommerce-list__item .woocommerce-list__item-after {
	margin-left: 16px;
	display: flex;
	align-items: center;
	margin-left: auto;
}

@media (min-width: 783px) {

	.woocommerce-layout__activity-panel-header {
		padding: 16px 24px;
	}
}

/*header style end*/

/* admin message panel */

.admin-footer-panel {
	/*box-shadow: 0 0px 5px 0px #bdbdbd; */
	margin: 20px 0;
	padding: 20px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
}

.admin_message_header,
.admin_footer_header {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	font-weight: 700;
	color: #212121;
}

.admin_footer_header {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
	line-height: 28px;
}

.admin-message-panel .admin-message-row {
	margin: 20px;
	display: block;
	padding: 20px;
	background-color: #fff;
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.admin-footer-row .row::after {
	content: "";
	display: table;
	clear: both;
}

.admin-footer-row .row {
	display: flex;
	flex-wrap: wrap;
}

.admin-footer-row .column {
	width: calc(100% / 2);
	display: inline-flex;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 40px;
}

.admin-footer-row .column::before {
	content: "\f543";
	margin-right: 10px;
	font-family: 'dashicons';
	font-size: 16px;
	vertical-align: bottom;
	color: #3b64d3;
}

.admin-message-panel p {
	color: #212121;
}

.button-primary.btn_pro_notice {
	background: #3b64d3;
	border-color: #3b64d3;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	min-width: 140px;
	line-height: 33px;
	text-align: center;
	margin-right: 10px;
}

div.updated.wplp-dismissable-notice {
	border-left-color: #3b64d3;
}

.admin-footer-row .button-primary.btn_pro_notice {
	text-transform: capitalize;
}

.button-secondary.btn_pro_notice {
	color: #3b64d3;
	border-color: #3b64d3;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
	min-width: 140px;
	line-height: 33px;
	text-align: center;
}

.button-primary.btn_pro_notice:hover,
.button-primary.btn_pro_notice:focus {
	background: #3b64d3;
	border-color: rgba(0, 0, 0, 0.05);
	color: #fff;
	text-shadow: none;
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 10%);
}

.button-secondary.btn_pro_notice:hover,
.button-secondary.btn_pro_notice:focus {
	color: #3b64d3;
	background-color: #fff;
	border-color: #3b64d3;
}



/* admin message panel end */

.wclp_admin_content {
	margin: 0 20px;
	vertical-align: top;
}

.menu_devider {
	border-top: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

input.wclp_tab_input,
input.inner_tab_input {
	display: none;
}

input.wclp_tab_input:checked+a,
input.inner_tab_input:checked+label {
	color: #3b64d3;
	border-bottom: 3px solid #3b64d3;
	margin-bottom: -3px;
	font-weight: 600;
}

.rtl a.wclp_tab_label.first_label {
	margin-right: 30px;
}

a.wclp_tab_label,
label.inner_tab_label {
	text-decoration: none;
	padding: 15px 20px;
	font-size: 14px;
	color: #013047;
	display: inline-block;
	line-height: 1;
	outline: none;
	background: none !important;
}

.rtl label.inner_tab_label {
	margin-right: 20px;
	margin-left: 0;
}

label.inner_tab_label {
	text-decoration: none;
	padding: 12px 0 8px;
	font-size: 14px;
	color: #013047;
	display: inline-block;
	line-height: 1;
	outline: none;
	font-weight: 600;
}

.rtl label.wclp_tab_label {
	margin-right: 0;
	margin-left: 25px !important;
}

.wclp_nav_doc_section a {
	text-decoration: none;
	font-size: 14px;
	color: #013047;
}

.wclp_nav_doc_section {
	float: right;
	padding: 9px 0;
	margin-right: 30px;
}

.rtl .wclp_nav_doc_section {
	float: left;
	padding: 9px 0;
	margin-left: 30px;
}

.botton_border {
	border-bottom: 1px solid #e0e0e0;
}

.tab_section_heading {
	font-size: 14px;
	color: #3c4758;
	padding: 0 20px;
	margin: auto 0;
	font-weight: 400;
	width: 100%;
}

.tab_main_heading.clear_heading {
	margin-bottom: 0;
	line-height: 1;
}

.tab_main_heading {
	font-size: 20px;
	color: #3c4758;
	line-height: 35px;
	margin: 20px 0;
}

#tab1:checked~#wclp_content1,
#tab2:checked~#wclp_content2,
#tab3:checked~#wclp_content3,
#tab4:checked~#wclp_content4,
#tab1:checked ~ .alp-admin-main-wrapper #wclp_content1,
#tab2:checked ~ .alp-admin-main-wrapper #wclp_content2,
#tab3:checked ~ .alp-admin-main-wrapper #wclp_content3,
#tab4:checked ~ .alp-admin-main-wrapper #wclp_content4 {
	display: block;
}

section.wclp_tab_section {
	display: none;
}

.wclp_tab_section .tabs_inner_section {
	margin-top: 15px;
}

.wclp_tab_inner_container .form-table td {
	padding: 20px 0;
}

#wclp_setting_tab_form .form-table td {
	padding: 0;
}

.wclp_tab_inner_container .form-table .border_1 {
	border: 1px solid #e0e0e0;
	padding: 0;
	background: #fff;
}

.wclp_tab_inner_container .form-table .heading-box.border_1 {
	border-bottom: 0;
}

.wclp_tab_inner_container .form-table .border_1.pickup-msg-element {
	padding: 10px 20px 0;
}

.wclp_tab_inner_container .form-table tr.border_1 td {
	padding: 15px 20px !important;
	margin: 0;
	border-bottom: 0;
}

.wclp_tab_inner_container .form-table .heading-box td h3 {
	font-size: 15px;
	line-height: 35px;
	float: left;
}

.wclp_tab_inner_container .form-table .heading-box.border_1 .submit.wclp-btn {
	float: right;
}

.wclp_tab_inner_container .form-table td.border_2 {
	padding: 0;
}

.woocommerce.wclp_admin_layout table.form-table {
	border: 0;
	margin-top: 0;
	margin-bottom: 0px;
}

.wclp_tab_inner_container .form-table td h3 {
	margin: 0;
	color: #013047;
	line-height: 1.3;
	font-size: 20px;
}

.wclp_tab_inner_container .form-table .heading-box.border_1 td h3 {
	color: #1c1c1c;
}

.wclp_tab_inner_container .form-table.heading-table td {
	padding: 0px 0 0;
	width: 100% !important;
}

.wclp_admin_content .form-table tr.html2_title_row th,
.wclp_admin_content .form-table tr.html2_title_row td {
	padding: 0 0 10px;
}

.wclp_tab_inner_container .form-table td.bulk-data-table {
	padding: 0;
}

.wclp_tab_inner_container .form-table td.button-column {
	padding: 0;
}

#wclp_content1 .wclp_tab_inner_container .form-table td.button-column {
	padding: 15px 0;
}

.wclp_outer_form_table table.form-table.order-status-table tr td:first-child {
	width: 37px;
	padding-left: 0!important;
}

.wclp_tab_section a {
	color: #013047;
}

.wclp_tab_section a:focus {
	outline: none;
	box-shadow: none;
}

.wclp_outer_form_table table.form-table.order-status-table tr.disable_row {
	background: transparent;
	opacity: 0.5;
	pointer-events: none;
}

.wclp_outer_form_table table.form-table.order-status-table tr.disable_row td:first-child {
	pointer-events: auto;
}

.wclp_outer_form_table table.form-table.order-status-table tr td {
	padding: 15px 0 15px 15px !important;
}

.wclp_outer_form_table table.form-table.order-status-table tr:first-child td {
	padding-top: 0 !important;
	border-bottom: 1px solid #f5f5f5;
}

.wclp_outer_form_table table.form-table.order-status-table tr:last-child td {
	padding-bottom: 0 !important;
}

.wclp_outer_form_table table.form-table.order-status-table tr td .send_email_label,
.wclp_outer_form_table table.form-table.order-status-table tr td .settings_edit {
	margin: 0 5px !important;
	vertical-align: inherit;
}

.wclp_outer_form_table a.settings_edit {
	border: 1px solid #e0e0e0;
	padding: 5px;
	border-radius: 3px;
	text-decoration: none;
	vertical-align: middle;
}

.wclp_outer_form_table table.form-table.order-status-table td .settings_edit,
.wclp_tab_inner_container .form-table td a.link {
	color: #013047;
}

.wclp_tab_inner_container .form-table.heading-table td h3 {
	color: #013047;
	margin: 0;
}

.wclp_tab_inner_container .location-setting .form-table.heading-table td h3 {
	color: #1c1c1c;
	font-weight: normal;
	font-size: 18px;
}

.woocommerce_page_local_pickup div#wpcontent {
	padding: 0;
	background: #f5f7fb;
}

.wclp_tab_inner_container .form-table th {
	padding: 20px 24px 20px 20px;
}

.wclp_tab_inner_container .form-table th.text-top {
	vertical-align: baseline;
}

.location-setting .panel.price-adjust .form-table:first-child td {
	padding: 10px 20px;
}

.location-setting .panel.price-adjust .form-table:first-child td {
	padding: 10px 20px;
}

.wclp_tab_inner_container #wclp_location_tab_form table.form-table tr {
	border-bottom: 1px solid #e0e0e0;
}

.wclp_tab_inner_container #wclp_setting_tab_form .form-table td .wplp_multiple .multiple_label {
	margin: 0 5px;
}

.wclp_tab_inner_container #wclp_location_tab_form table.form-table tr:last-child td {
	padding: 0;
}

.wclp_tab_inner_container #wclp_location_tab_form table.form-table tr:last-child {
	border: none;
	margin: 0;
}

.wclp_tab_inner_container #wclp_location_tab_form .form-table td.button-column {
	padding: 10px;
}

.wclp_tab_inner_container .form-table fieldset {
	line-height: 2;
	display: inline-block;
}

.woocommerce .wclp_tab_inner_container table.form-table .select2-container {
	min-width: 300px !important;
	width: auto !important;
}

.wclp_tab_inner_container table.form-table th label {
	font-size: 14px;
	font-weight: normal;
}

.wclp_tab_inner_container #wclp_setting_tab_form .form-table td .wplp_multiple {
	padding: 0 0 15px 0;
	margin: 0 0 15px;
	border-bottom: 1px solid #f5f5f5;
}

#wclp_setting_tab_form .html-layout-2 tr.message_textarea td,
#wclp_setting_tab_form .html-layout-2 tr.additional_textarea td {
	padding: 5px 0 0;
}

.woocommerce table.form-table.html-layout-2 tr.html2_title_row.message_textarea th,
.wclp_admin_content .form-table tr.html2_title_row.additional_textarea th {
	border-bottom: 0;
	padding-bottom: 0;
}

.woocommerce table.form-table .html-layout-2 tr.html2_title_row.additional_textarea th label,
.woocommerce table.form-table .html-layout-2 tr.html2_title_row.drodown_position th label,
.woocommerce table.form-table .html-layout-2 tr.html2_title_row.message_textarea th label {
	font-weight: normal;
	font-size: 13px;
}

.wclp_tab_inner_container .form-table label.header-label {
	font-weight: 500;
	cursor: auto;
	color: #000;
	font-size: 110%;
}

.wclp_tab_inner_container .form-table tr.border_1 .row {
	float: left;
}

.wclp_tab_inner_container .form-table tr.border_1 .row.header-label {
	width: calc(70% - 0px);
}

.wclp_tab_inner_container .form-table tr.border_1 .row.wclp-btn {
	width: calc(30% - 0px);
	text-align: end;
}

.wclp_tab_inner_container .form-table th.header-label {
	padding: 10px 15px 10px 0;
	vertical-align: baseline;
}

.woocommerce.wclp_admin_layout table.form-table.header-table {
	margin-top: 15px;
}

.woocommerce.wclp_admin_layout table.form-table.heading-table {
	margin-top: 0px;
	border: 0;
}

.wclp-btn .button-primary {
	background: #3b64d3;
	text-shadow: none;
	border-color: #3b64d3;
	box-shadow: none;
	font-size: 14px;
	padding: 0px 15px;
	line-height: 35px;
}

.wclp_tab_inner_container .form-table.add-location-table td a {
	text-transform: capitalize;
}

.submit.wclp-btn {
	padding: 0;
	margin: 0;
}

.tabs_inner_section .submit.wclp-btn {
	position: absolute;
	top: 10px;
	right: 20px;
}

.rtl .tabs_inner_section .submit.wclp-btn {
	left: 20px;
	right: auto;
}

.wclp-btn a.button-secondary.launch-customizer {
	background: #fff;
	text-shadow: none;
	border-color: #013047;
	box-shadow: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	color: #013047;
}

.wclp-btn .button-primary:hover,
.wclp-btn .button-primary:focus,
.wclp-btn .button-primary:disabled,
.wclp-btn .button-primary[disabled] {
	background: #3b64d3 !important;
	border-color: rgba(0, 0, 0, 0.05) !important;
	color: #fff !important;
	text-shadow: none !important;
	outline: none;
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2) !important;
}

.spinner.active {
	visibility: visible;
}

.submit.wclp-btn.wclp_add_wrap {
	text-align: start;
	padding: 10px 20px;
}

#wclp_ready_pickup_status_label_color,
#wclp_pickup_status_label_color,
#wclp_processing_lp_status_label_color,
#wclp_select_primary_color,
#wclp_select_border_color {
	width: 60px;
	line-height: 20px;
    font-weight: 600;
}

#wclp_ready_pickup_status_label_font_color,
#wclp_pickup_status_label_font_color {
	width: auto;
	max-width: 400px;
	min-width: 90px;
	min-height: 30px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 5px;
}

.rtl .order-status-table td:last-child {
	text-align: left !important;
}

.rtl .wclp_tab_inner_container .form-table .heading-box.border_1 .submit.wclp-btn {
	float: left;
}

.rtl .wclp_tab_inner_container .form-table .heading-box td h3 {
	float: right;
}

.rtl .wclp_tab_inner_container .form-table tr.border_1 .row {
	float: right;
}

.wp-picker-container button {
	margin: 0 5px !important;
	border-color: #e0e0e0 !important;
}

.status-label-column .order-label {
	display: inline-flex;
	line-height: 2.2em;
	color: #777;
	background: #e5e5e5;
	border-radius: 4px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin: -0.25em 0;
	cursor: inherit !important;
	white-space: nowrap;
	max-width: 100%;
	padding: 0 1em;
}

.woocommerce.wclp_admin_layout table.form-table .regular-input {
	max-width: 300px;
	padding: 5px 8px;
}

#wclp_setting_tab_form .html-layout-2 tr textarea.regular-input {
	width: 500px;
	max-width: 500px;
	background: #fafafa;
}

.wclp_tab_inner_container .form-table th p.description {
	font-size: 0.9em;
	font-weight: normal;
}

.woocommerce.wclp_admin_layout table.form-table select {
	max-width: 300px;
	font-weight: normal;
}

.woocommerce.wclp_admin_layout table.form-table select.wclp_pickup_time_select {
	max-width: 90px;
}

.woocommerce.wclp_admin_layout table.form-table .wclp_pickup_time_fieldset span {
	vertical-align: middle;
}

.wplp_pickup_duration {
	margin-bottom: 10px;
}

.wclp_tab_section #wclp_location_tab_form .panel tr th, .wclp_tab_section #wclp_location_tab_form .panel tr td, .wclp_tab_section #wclp_location_tab_form .panel tr td fieldset:first-child {
	display: block;
}

.wclp_tab_inner_container #wclp_location_tab_form table.form-table tr {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 15px;
	display: block;
}

.wclp_tab_section #wclp_location_tab_form .panel tr th, .wclp_tab_section #wclp_location_tab_form .panel tr td {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

.wclp_tab_section .wclp_tab_inner_container table.form-table input.regular-input {
	border: 1px solid #e0e0e0;
	height: 35px;
}

.wclp_tab_section .wclp_tab_inner_container table.form-table select,
.wclp_tab_section .wclp_tab_inner_container table.form-table .select2-selection--single,
.wclp_tab_section .wclp_tab_inner_container table.form-table .select2-selection--multiple,
.wclp_tab_section .wclp_tab_inner_container table.form-table input,
.wclp_tab_section .wclp_tab_inner_container table.form-table textarea {
	border-color: #e0e0e0;
	font-size: 13px;
}

.wclp_tab_section .wclp_tab_inner_container table.form-table select,
.wclp_tab_section .wclp_tab_inner_container table.form-table .select2-selection--single,
.wclp_tab_section .wclp_tab_inner_container table.form-table .select2-selection--multiple,
.wclp_tab_section .wclp_tab_inner_container table.form-table input.regular-input,
.wclp_tab_section .wclp_tab_inner_container table.form-table textarea {
	min-height: 35px;
}

.wclp_tab_section .wclp_tab_inner_container table.form-table .alp-hours-popup .select2-selection--single {
	min-height: 30px;
}

.rtl .wclp_tab_section .wclp_tab_inner_container table.form-table .alp-hours-popup .select2-selection--single {
	text-align: right;
}

.rtl .popuprow .alp-hours-popup {
	text-align: right;
}

.wclp_tab_inner_container .form-table,
.wclp_tab_inner_container .form-table td,
.wclp_tab_inner_container .form-table td p,
.wclp_tab_inner_container .form-table th {
	font-size: 13px;
	vertical-align: middle;
}

.pickup_days_lable {
	display: inline-block;
	width: 26.5%;
}

.alp_error_msg {
	color: #ff0000;
	margin: 5px 0;
	display: none;
	font-size: 0.9em;
}

.location-setting .panel {
	display: none;
}

.link.decoration {
	text-decoration: none;
}

.link.decoration:focus {
	box-shadow: none;
}

/** Unistall Popup CSS **/
.alp_popupwrapper {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10;
	width: 100%;
	height: 100%;
	text-align: center;
}

.alp_popupwrapper:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.alp_popuprow {
	display: inline-block;
	vertical-align: middle;
	max-width: 310px;
	background: #f9f9f9;
	padding: 15px 30px;
	position: relative;
	z-index: 10;
	border-radius: 2px;
	width: 97%;
	width: calc(100% - 5px);
	max-height: 90%;
	overflow-y: overlay;
	text-align: left;
}

.alp_popupclose {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
}

a.menu_aosm_link {
	text-decoration: none;
	padding: 12px 0 11px;
	font-size: 14px;
	color: #013047;
	display: inline-block;
	margin-left: 20px;
	line-height: 1;
	outline: none;
	vertical-align: middle;
}

a.menu_aosm_link:focus {
	box-shadow: none;
}

.wclp_tab_inner_container .woocommerce-help-tip.tipTip:after {
	top: 0;
	margin: 0;
	color: #3b64d3;
}

.wclp_tab_inner_container .woocommerce-help-tip.tipTip {
	position: relative !important;
	font-size: 20px;
}

.location-setting .panel.business-hours .hours-block .time-format, .location-setting .panel.business-hours .hours-block .work-hours {
	padding-bottom: 15px;
	display: block;
}

.wp-core-ui .btn_green {
	background: rgb(35, 54, 152);
	text-shadow: none;
	border-color: rgb(35, 54, 152);
	box-shadow: none;
	font-size: 14px;
	line-height: 30px;
	height: 34px;
	padding: 0 20px;
}

.wp-core-ui .btn_red {
	background: red;
	text-shadow: none;
	border-color: red;
	box-shadow: none;
	font-size: 14px;
	line-height: 30px;
	height: 34px;
}

/*PRO CSS*/
.pickup-location-list .single-location .location-edit {
	float: right;
	border: 1px solid #e0e0e0;
	padding: 0 12px;
	border-radius: 3px;
	text-decoration: none;
	vertical-align: bottom;
	margin: 8px 5px;
	font-size: 14px;
	line-height: 26px;
}

.rtl .pickup-location-list .single-location .location-edit {
	float: left;
}

.popuprow #header-text span {
	display: inline-block;
	width: 100px;
	margin-top: 10px;
}

.wclp_tab_inner_container .form-table.location-table td {
	padding: 20px 15px;
}

.wclp_tab_inner_container .form-table.location-table td h3 {
	font-size: 18px;
	color: #424242;
}

.wclp_tab_inner_container .form-table.location-table tr {
	border: 1px solid #e0e0e0;
	background: #fff;
	border-bottom: 0;
}

.woocommerce.wclp_admin_layout .wclp_tab_inner_container .form-table.location-table {
	margin-top: 2.5em;
}

.wclp_tab_inner_container .form-table.add-location-table tr {
	border: 1px solid #e0e0e0;
	background: #fff;
	border-top: 0;
}

.wclp_tab_inner_container .form-table.add-location-table td {
	padding: 15px;
}

.pickup-location-list .single-location:first-child {
	margin-top: 0;
}

.pickup-location-list .single-location {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 12px 15px;
	line-height: 21px;
	margin-top: 10px;
}

.pickup-location-list .single-location .default-label {
	margin: 0 5px;
	padding: 0 10px;
	background-color: var(--p-surface-neutral, #dfe3e8);
	border-radius: 10px;
	display: inline-flex;
	color: var(--p-text, #212b36);
	line-height: 18px;
}

/*edit-location-css*/
.location-setting.location-tab {
	margin-top: 20px;
}

.wclp_tab_section .panel {
	display: none;
}

.wclp_tab_section .accordion,
.wclp_tab_section .panel {
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.wclp_tab_section .panel.active {
	border-radius: 0 0 8px 8px;
}

.wclp_tab_section .accordion.active {
	border-bottom-color: #e0e0e0;
	border-radius: 8px 8px 0 0;
}

.accordion.heading.address-special {
	margin-top: 20px;
}

.wclp_tab_section .accordion {
	margin-top: 10px;
	cursor: pointer;
	height: 38px;
}

#wclp_setting_tab_form .accordion.heading {
	line-height: 32px;
}

.accordion.heading label {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	pointer-events: none;
	color: #013047;
}

.accordion.heading label>span.heading-subtitle {
	font-size: 13px;
	font-weight: 400;
	color: #616161;
}

.accordion.heading label .wclp-btn {
	float: right;
	display: none;
	pointer-events: all;
}

.rtl .accordion.heading label .wclp-btn {
	float: left;
}

.accordion.heading .dashicons.dashicons-arrow-right-alt2:before {
	color: #3b64d3;
	font-size: 30px;
}

.accordion.heading .dashicons.dashicons-arrow-down-alt2:before {
	color: #013047;
	font-size: 30px;
	margin: -7px;
}

.pickup-location-list .single-location .location-title {
	font-size: 15px;
	font-weight: normal;
}

.wclp_tab_section .accordion span.dashicons {
	float: right;
	pointer-events: none;
	padding: 5px 0;
	display: inline-table;
}

.rtl .wclp_tab_section .accordion span.dashicons {
	float: left;
}

.rtl .wclp_tab_section .accordion span.dashicons.dashicons-arrow-right-alt2 {
	transform: rotate(180deg);
}

.wclp_tab_section .panel {
	border-top: 0;
	border-radius: 0 0 8px 8px;
}

.wclp_tab_section .panel table.form-table {
	margin: 0;
	table-layout: auto;
}

.panel.options.products .select2-container .select2-search--inline .select2-search__field {
	margin-top: 0 !important;
}

.location-setting .panel.business-hours .hours-block label,
.location-setting .panel.appointments .hours-block label {
	font-weight: 600;
}

.wclp_tab_inner_container .options .woocommerce-help-tip.tipTip:after {
	top: 0px;
	margin: 0 5px;
	color: #3b64d3;
}

.rtl .location-setting .panel.business-hours .hours-block .time-format,
.rtl .location-setting .panel.appointments .hours-block .time-format {
	float: right;
	padding: 0 0 0 10px;
}

.location-setting .panel tr:first-child th,
.location-setting .panel.business-hours tr:first-child td,
.location-setting .panel tr:first-child td {
	padding-top: 0 !important;
}

.popupwrapper {
	position: fixed;
	top: 0;
	left: 0;
	background: #fafafadb;
	border: 1px solid #e0e0e0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
}

.popupwrapper:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.popuprow {
	display: inline-block;
	vertical-align: middle;
	max-width: 250px;
	background: #fff;
	padding: 20px;
	position: relative;
	z-index: 10;
	border-radius: 5px;
	width: 97%;
	width: calc(100% - 5px);
	max-height: 90%;
	overflow-y: overlay;
	text-align: left;
	border: 1px solid #ccc;
}

.popuprow .wclp-apply {
	margin: 20px 0 10px;
	width: 100%;
	line-height: 35px;
	background: #013047;
	font-size: 14px;
	font-weight: 600;
}

p.alp-apply-multiple {
	color: #013047;
	cursor: pointer;
}

.popuprow .popup_close_icon {
	color: #616161 !important;
	width: 36px;
	height: 36px;
	font-size: 28px !important;
	position: absolute;
	right: 0;
	top: 10px;
	cursor: pointer;
	line-height: 10px;
}

.popupclose {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
}

/* Hours-design */
.woocommerce.wclp_admin_layout table.form-table .wclp_pickup_time_fieldset span.hours-time {
	cursor: pointer;
}

.woocommerce.wclp_admin_layout table.form-table .wclp_pickup_time_fieldset span.hours {
	padding: 5px;
	font-size: 14px;
	display: inline-table;
	text-align: center;
	margin-bottom: 10px;
	color: #2196f3;
	border: 0;
	margin: 0;
	width: 100%;
}

.wplp_pickup_duration {
	vertical-align: top;
	border: 1px solid #e0e0e0;
	display: inline-block;
	width: 13.5%;
	min-width: 100px;
}

.wplp_pickup_duration fieldset:first-child {
	text-align: center;
	width: 100%;
	margin-top: 4px;
	vertical-align: middle;
	padding: 5px 0;
}

.wplp_pickup_duration fieldset:last-child {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #e0e0e0;
	margin: 0;
	vertical-align: middle;
}

/*add-ons*/
.addons_page_dtable .addon_inner_section {
	border: 1px solid #e0e0e0;
	padding: 30px;
	background: #fff;
	border-radius: 3px;
}

.addons_page_dtable .addon_inner_section .row {
	display: inline-flex;
}

.alp-features-list .plugin_title {
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	font-weight: 500;
	margin-bottom: 15px;
}

.alp-features-list {
	min-width: 450px;
}

.alp-features-list ul li {
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	position: relative;
}

.alp-features-list ul li:before {
	content: "\f147";
	font-family: dashicons;
	font-size: 28px;
	vertical-align: middle;
	color: #3b64d3;
	padding-right: 5px;
	position: absolute;
	left: -7px;
	top: 3px;
}

.wclp-btn .button-primary.pro-btn {
	font-size: 16px;
	font-weight: bold;
	height: auto;
	line-height: 42px;
	margin: 20px 0;
}

.wclp-btn .button-primary.pro-btn::after {
	content: "\f345";
	font-family: 'dashicons';
	font-size: 20px;
	vertical-align: middle;
	font-weight: 100;
}

.plugins_section.free_plugin_section .plugin_description h3 {
	margin: 0;
	font-size: 16px;
}

.single_plugin {
	flex-grow: 1;
	padding: 0 0;
	box-sizing: border-box;
	width: 50%;
	max-width: 50%;
	display: flex;
}

.d_table {
	display: table;
	width: 100%;
}

.addons_page_dtable {
	margin-top: 20px;
}

.plugins_section.free_plugin_section .single_plugin .free_plugin_inner {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
}

.plugins_section.free_plugin_section {
	display: flex;
	flex-wrap: wrap;
}

.plugins_section.free_plugin_section .single_plugin {
	width: calc(33.33% - 14px);
	max-width: calc(33.33% - 14px);
	display: flex;
	margin-right: 20px;
	margin-top: 20px;
}

.plugins_section.free_plugin_section .single_plugin:nth-child(3n) {
	margin-right: 0;
}

.plugins_section.free_plugin_section .plugin_image {
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px;
	height: 50px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.plugins_section.free_plugin_section .plugin_image .plugin_title {
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
}

.plugins_section.free_plugin_section .plugin_description {
	padding: 15px;
}

.plugins_section.free_plugin_section .wclp-btn .button {
	line-height: 33px;
}

.plugins_section.free_plugin_section .plugin_description p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 0;
}

/*addon-end*/

#content_tab_addons .wclp_tab_inner_container .form-table .heading-box.border_1 {
	border-bottom: 1px solid #e0e0e0;
}

.location-setting .panel tr:first-child th,
.location-setting .panel.business-hours tr:first-child td,
.location-setting .panel tr:first-child td {
	padding-top: 0 !important;
}

.heading-subtitle {
	width: 70%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.woocommerce .wclp_tab_inner_container table.form-table .wclp_pickup_time_fieldset .select2-container {
	min-width: 90px !important;
	margin-bottom: 15px;
	margin-right: 10px;
}

.rtl .woocommerce .wclp_tab_inner_container table.form-table .wclp_pickup_time_fieldset .select2-container {
	margin: 0 0 15px 10px;
}

.select2-container .select2-search__field {
	min-width: auto !important;
}

.wclp_pickup_time_fieldset .hide-select-box {
	display: none;
}

.alp-hours-popup span.dashicons {
	color: #e0e0e0;
	font-size: 20px;
	height: 25px;
	cursor: pointer;
}

.premium-label {
	font-size: 14px;
	font-weight: normal;
	background: rgb(59 100 211 / 20%);
	color: #3b64d3;
	padding: 0px 10px;
	border-radius: 10px;
	font-style: italic;
	margin: 10px;
}

.alp-pro-badge {
	display: inline-block;
	line-height: 1.4;
	vertical-align: middle;
	margin-left: 8px;
	background: #3b64d3;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 12px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-style: normal;
}

.accordion.heading.premium {
	pointer-events: none;
	line-height: 38px !important;
}

/* Toggle CSS */
input[type=checkbox].tgl {
	display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
	box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl+.tgl-btn::-moz-selection {
	background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
	background: none;
}

.tgl+.tgl-btn {
	outline: 0;
	display: inline-block;
	width: 36px;
	height: 18px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 40%;
	height: 100%;
}

.tgl+.tgl-btn:after {
	left: 0;
}

.tgl+.tgl-btn:before {
	display: none;
}

.tgl:checked+.tgl-btn:after {
	left: 50%;
}

.tgl-flat-alp+.tgl-btn {
	padding: 2px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: rgba(0, 0, 0, 0.26);
	border: 1px solid #ccc;
	border-radius: 2em;
}

.tgl-flat-alp+.tgl-btn:after {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: #f2f2f2;
	content: "";
	border-radius: 1em;
}

.tgl-flat-alp:checked+.tgl-btn {
	border: 1px solid #ccc;
	background: #ffff;
	vertical-align: middle;
}

.tgl-flat-alp:checked+.tgl-btn:after {
	left: 55%;
	background: #8bc34a;
}

.rtl .tgl-flat-alp:checked+.tgl-btn:after {
	right: 55%;
}

.rtl .tgl+.tgl-btn:after {
	right: 0;
}

/* toggle css end*/

/*save notification*/
@-webkit-keyframes fadein {
	from {
		right: 0;
		opacity: 0;
	}

	to {
		right: 20px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		right: 0;
		opacity: 0;
	}

	to {
		right: 20px;
		opacity: 1;
	}
}

.snackbar-logs {
	position: fixed;
	z-index: 5000;
	top: 65px;
	right: 10px;
	width: 300px;
}

.snackbar-log {
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}

.snackbar-log {
	display: block;
	margin-top: 10px;
	position: relative;
	right: -300px;
	opacity: 0;
}

.snackbar-log-show {
	right: 0;
	opacity: 1;
}

.snackbar-log {
	background: #1F1F1F;
	background: rgba(0, 0, 0, 0.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	font-size: 15px;
}

.snackbar-log-success {
	background: #8bc34a;
}

.snackbar-log-error {
	background: #FE1A00;
	background: rgba(254, 26, 0, 0.9);
}

/*end save notification*/

@media only screen and (min-width: 1189px) {

	.wclp_tab_inner_container #wclp_location_tab_form .form-table th,
	.pickup_days_lable,
	.location-setting .panel.business-hours .hours-block .time-format {
		width: 210px;
	}

	.pickup_days_lable {
		width: 183px;
	}

}

@media only screen and (max-width: 1189px) and (min-width: 769px) {
	.wplp_pickup_duration label {
		float: left;
		width: 100%;
	}

	.admin-footer-row .column {
		width: calc(100% / 2);
	}

	.location-setting .panel.business-hours .hours-block .time-format {
		width: 100% !important;
	}
}

@media only screen and (max-width: 849px) {

	.wclp_tab_inner_container .form-table fieldset .wp-color-result,
	#wclp_ready_pickup_status_label_font_color,
	#wclp_pickup_status_label_font_color {
		margin-bottom: 15px !important;
	}

	.admin-footer-row .column {
		width: calc(100% / 2);
	}
}

@media only screen and (max-width: 849px) and (min-width: 783px) {
	.woocommerce.wclp_admin_layout table.form-table input.regular-input {
		max-width: 249px;
	}

	.wclp_tab_inner_container .form-table fieldset .wp-color-result,
	#wclp_ready_pickup_status_label_font_color,
	#wclp_pickup_status_label_font_color {
		margin-bottom: 15px !important;
	}

	.woocommerce .wclp_tab_inner_container table.form-table .select2-container {
		min-width: 249px !important;
		width: 249px !important;
	}

	.woocommerce.wclp_admin_layout table.form-table select {
		max-width: 249px;
	}

	.admin-footer-row .column {
		width: calc(100% / 2);
	}
}

@media only screen and (max-width: 782px) {
	.wclp_outer_form_table table.form-table.order-status-table tr td {
		float: left;
	}

	.admin-footer-row .column {
		width: calc(100% / 2);
	}

	.order-status-table td:last-child {
		text-align: unset;
		width: 90%;
	}

	#wclp_ready_pickup_status_label_font_color,
	#wclp_pickup_status_label_font_color {
		display: inline-block;
		min-height: auto;
	}

	.wp-picker-container button {
		margin: 0 5px 5px 0 !important;
	}

	#wclp_ready_pickup_status_label_font_color,
	#wclp_pickup_status_label_font_color {
		margin: 0 5px 5px 0;
		line-height: 20px;
	}

	.wclp_outer_form_table table.form-table.order-status-table tr td .send_email_label,
	.wclp_outer_form_table table.form-table.order-status-table tr td .settings_edit {
		margin: 0 5px 5px 0 !important;
	}
}

@media only screen and (max-width: 782px) and (min-width: 769px) {
	.wclp_tab_inner_container #wclp_location_tab_form .form-table th {
		padding: 20px 24px 0 0;
	}

	.admin-footer-row .column {
		width: calc(100% / 2);
	}

	.wclp_tab_inner_container .form-table fieldset {
		width: 100%;
	}

	.wplp_pickup_duration {
		margin-bottom: 15px;
	}

	.woocommerce.wclp_admin_layout table.form-table input.regular-input {
		max-width: none;
	}

	.woocommerce.wclp_admin_layout table.form-table select {
		max-width: none;
	}

	.woocommerce.wclp_admin_layout table.form-table select.wclp_pickup_time_select {
		display: inline-block;
		line-height: 18px;
		min-height: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.wclp_admin_sidebar {
		width: auto !important;
		display: block !important;
		padding: 0;
		margin-top: 20px;
	}

	.addons_page_dtable .addon_inner_section .row {
		display: block !important;
	}

	.admin-footer-row .column {
		width: calc(100%);
	}
	
	.rtl .zorem-layout__logo-panel {
		padding: 0 30px 0 0;
	}

	.rtl .wclp_admin_sidebar {
		padding: 25px 0;
	}

	.rtl .wclp_admin_sidebar_inner {
		border-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.location-setting .panel.business-hours .hours-block .time-format {
		width: 100% !important;
	}

	.woocommerce.wclp_admin_layout table.form-table select.wclp_pickup_time_select {
		display: inline-block;
		line-height: 18px;
		min-height: 30px;
	}

	.wclp_tab_inner_container .form-table fieldset.wclp_pickup_time_fieldset {
		display: inline-block;
	}

	.wclp_tab_inner_container #wclp_location_tab_form .form-table th {
		display: inline-block;
	}

	.wclp_admin_sidebar_inner {
		border-left: 0;
		padding-left: 0;
	}

	.wclp_tab_inner_container .form-table fieldset {
		width: 100%;
	}

	.wclp_outer_form_table table.form-table.order-status-table tr td:last-child {
		margin-left: 67px;
	}

	.wclp_tab_inner_container #wclp_location_tab_form .form-table th.text-top {
		display: inline-block;
		vertical-align: inherit;
	}

	.woocommerce.wclp_admin_layout table.form-table input.regular-input {
		max-width: none;
	}

	.woocommerce .wclp_tab_inner_container table.form-table .select2-container {
		min-width: 100% !important;
	}

	.zorem-layout__logo-panel {
		padding: 0 30px;
		margin-top: -120px;
	}

	.zorem-layout__header .zorem-layout__header-breadcrumbs {
		padding-top: 65px !important;
	}

	.zorem-layout__header {
		display: block;
		height: 130px;
	}

	.single_plugin {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		display: block !important;
	}

}

@media only screen and (max-width: 529px) {
	.wplp_pickup_duration {
		width: 100px;
	}

	.addons_page_dtable .addon_inner_section .row {
		display: block !important;
	}

	.admin-footer-row .column {
		width: calc(100%);
	}

	.woocommerce.wclp_admin_layout table.form-table .wclp_pickup_time_fieldset span.hours {
		width: 90px;
	}

	.wclp_tab_inner_container #wclp_location_tab_form .form-table th {
		width: 100%;
		padding: 15px 0 0;
	}

	.location-setting .panel.business-hours .hours-block .time-format {
		width: 100% !important;
	}

	.location-setting .panel.business-hours tr td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wclp_tab_inner_container .form-table fieldset {
		width: 100%;
		display: flex;
	}

	.wclp-sidebar__section.plugin_sidebar .plugin_banner {
		width: 100%;
	}

	.wclp_tab_inner_container .form-table td {
		width: 100%;
	}

	.woocommerce .wclp_tab_inner_container table.form-table .select2-container {
		width: auto !important;
	}

	.wclp_nav_doc_section {
		float: none;
		padding: 15px 0;
		margin-left: 30px;
	}

	.wclp_tab_inner_container #wclp_location_tab_form .business-hours .form-table tr:last-child td {
		padding: 20px 0 0 !important;
		width: auto !important;
	}

	.wplp_pickup_duration label {
		float: left;
		width: 100%;
	}
}
/* =============================================
   ALP Sidebar Layout
   ============================================= */
.alp-admin-main-wrapper{display:flex;align-items:flex-start}
.alp-admin-main-wrapper .alp-sections-wrapper{flex:1;min-width:0}
.alp-pro-sidebar{width:400px;min-width:400px;position:sticky;padding-top:10px;padding-left:20px;display:none}
.alp-pro-sidebar.alp-sidebar-visible{display:block}
.alp-pro-sidebar__upgrade{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:24px 20px;text-align:center;margin-bottom:16px}
.alp-pro-sidebar__icon{margin-bottom:12px}
.alp-pro-sidebar__icon img{width:40px;height:40px}
.alp-pro-sidebar__title{margin:0 0 13px;line-height:1.4;font-size:22px;color:#005b9a;font-weight:700}
.alp-pro-sidebar__desc{font-size:16px;color:#3c4758;margin:0 0 16px;line-height:1.5}
.alp-pro-sidebar__features{list-style:none;margin:0 0 20px;padding:0;text-align:left}
.alp-pro-sidebar__features li{position:relative;padding:4px 0 4px 0;font-size:13px;color:#333;line-height:1.5;display:flex;align-items:center;gap:6px}
.alp-pro-sidebar__features li .alp-check{color:#3b64d3;font-weight:700;font-size:14px;flex-shrink:0}
.alp-pro-sidebar__btn{display:block;background:#3b64d3;color:#fff!important;text-decoration:none!important;font-size:14px;padding:18px;border-radius:3px;text-align:center;transition:background .2s ease;letter-spacing:.3px;}
.alp-pro-sidebar__btn:hover{background:#2d4fa8;color:#fff!important}

@media only screen and (max-width:1200px){
.alp-pro-sidebar{width:280px;min-width:280px}
}
@media only screen and (max-width:960px){
.alp-admin-main-wrapper{flex-direction:column}
.alp-pro-sidebar{width:100%;min-width:100%;position:static;padding-top:0;padding-left:0}
}

/* =============================================
   ALP Go Pro V2 Styles
   ============================================= */
.alp-go-pro-v2 .gopro-hero{text-align:center;padding:50px 20px 40px}
.alp-go-pro-v2 .gopro-hero h1{font-size:34px;font-weight:700;color:#1a1a2e;margin:0 0 12px;line-height:1.25}
.alp-go-pro-v2 .gopro-hero p{font-size:15px;color:#555;max-width:560px;margin:0 auto;line-height:1.6}
.alp-go-pro-v2 .gopro-hero p strong{color:#333}
.alp-go-pro-v2 .gopro-hero p a{color:#2563eb;text-decoration:none;font-weight:600}
.alp-go-pro-v2 .gopro-comparison{margin:0 auto 30px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}
.alp-go-pro-v2 .gopro-comp-header{display:grid;grid-template-columns:1fr 180px 180px;align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb}
.alp-go-pro-v2 .gopro-comp-header-label{padding:16px 24px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:15px;color:#1a1a2e}
.alp-go-pro-v2 .gopro-comp-header-col{text-align:center;padding:16px 12px}
.alp-go-pro-v2 .gopro-comp-header-col .comp-header-badge{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:4px;margin-bottom:4px}
.alp-go-pro-v2 .gopro-comp-header-col .comp-header-badge.badge-current{background:transparent;color:#9ca3af}
.alp-go-pro-v2 .gopro-comp-header-col .comp-header-badge.badge-recommended{background:#16a34a;color:#fff}
.alp-go-pro-v2 .gopro-comp-header-col .comp-header-title{display:block;font-size:15px;font-weight:700;color:#1a1a2e}
.alp-go-pro-v2 .gopro-comp-header-col.is-pro{background:#f8fdf9}
.alp-go-pro-v2 .gopro-comp-row{display:grid;grid-template-columns:1fr 180px 180px;border-bottom:1px solid #f0f1f3;align-items:center}
.alp-go-pro-v2 .gopro-comp-row:last-child{border-bottom:0}
.alp-go-pro-v2 .gopro-comp-feature{padding:18px 24px}
.alp-go-pro-v2 .gopro-comp-feature strong{display:block;font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:2px}
.alp-go-pro-v2 .gopro-comp-feature span{font-size:12px;color:#9ca3af;line-height:1.4}
.alp-go-pro-v2 .gopro-comp-cell{text-align:center;padding:18px 12px;display:flex;flex-direction:column;align-items:center;gap:4px}
.alp-go-pro-v2 .gopro-comp-cell .comp-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.alp-go-pro-v2 .gopro-comp-cell .comp-icon svg{width:20px;height:20px}
.alp-go-pro-v2 .gopro-comp-cell .comp-icon.icon-x{background:#4b5563}
.alp-go-pro-v2 .gopro-comp-cell .comp-icon.icon-check{background:#dcfce7}
.alp-go-pro-v2 .gopro-comp-cell .comp-status{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#9ca3af}
.alp-go-pro-v2 .gopro-comp-cell.is-pro{background:#f8fdf9}
.alp-go-pro-v2 .gopro-comp-cell.is-pro .comp-status{color:#16a34a;font-size:12px}
.alp-go-pro-v2 .gopro-cta{text-align:center;padding:0 20px 10px}
.alp-go-pro-v2 .gopro-cta-btn{display:inline-block;background:#3b64d3;color:#fff!important;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:14px 40px;border-radius:3px;text-decoration:none;transition:background .2s;border:none;cursor:pointer;line-height: 30px;}
.alp-go-pro-v2 .gopro-cta-btn:hover{background:#2c4fb8;color:#fff!important}
.alp-go-pro-v2 .gopro-cta-sub{margin-top:14px;font-size:13px;color:#9ca3af}
.alp-go-pro-v2 .gopro-addons{border-radius:8px;padding:20px 0}
.alp-go-pro-v2 .gopro-addons-header{margin-bottom:0}
.alp-go-pro-v2 .gopro-addons-header h2{font-size:22px;font-weight:700;color:#1a1a2e;margin:0 0 4px;line-height:1.3}
.alp-go-pro-v2 .gopro-addons-header p{font-size:14px;color:#9ca3af;margin:0}

/* Addon Learn More button - centered bordered style */
.alp-addon-learn-more-btn{display:block!important;text-align:center!important;border:1px solid #e5e7eb!important;color:#2563eb!important;background:transparent!important;border-radius:8px!important;padding:6px 20px!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;transition:all .2s!important;margin-top:10px!important;line-height:24px!important}
.alp-addon-learn-more-btn:hover{border-color: #2563eb!important;background:#eff6ff!important;color: #2563eb!important;}

@media only screen and (max-width:768px){
.alp-go-pro-v2 .gopro-comp-header,.alp-go-pro-v2 .gopro-comp-row{grid-template-columns:1fr 120px 120px}
}

/* PRO Feature Row & Lock Styles */
.alp-pro-lock{display:inline-block;vertical-align:middle;margin-left:4px;color:#999;font-size:14px}
.alp-pro-lock .dashicons{font-size:16px;width:16px;height:16px;line-height:16px;color:#999}
.alp-pro-row-actions{display:inline-flex;align-items:center;gap:4px}
.alp-pro-feature-row{position:relative;cursor:not-allowed!important}
.alp-pro-feature-row::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;cursor:not-allowed}
.alp-pro-feature-row input,.alp-pro-feature-row select,.alp-pro-feature-row textarea,.alp-pro-feature-row button{pointer-events:none!important}
.pro_feature{opacity:.35}
.alp-pro-locked-fields{border-top:1px dashed #e0e0e0;margin-top:10px}
.alp-pro-locked-fields tr{border-bottom:1px solid #f0f0f1}
.alp-pro-locked-fields tr:last-child{border-bottom:none}
.alp-pro-locked-fields tr td[colspan="2"]{display:flex!important;align-items:center;justify-content:space-between}
.alp-pro-locked-fields .alp-pro-row-actions{margin-left:auto;flex-shrink:0}

/* Processing LP row - PRO badge right aligned */
.order-status-table .alp-pro-feature-row .alp-pro-row-actions{white-space:nowrap}

/* PRO Tags Input (multi-select style) */
.alp-pro-tags-input{display:inline-flex;flex-wrap:wrap;gap:6px;padding:6px 10px;border:1px solid #ddd;border-radius:4px;background:#fff;min-width:200px;max-width:400px}
.alp-pro-tag{display:inline-flex;align-items:center;gap:4px;background:#f0f0f1;border:1px solid #ddd;border-radius:3px;padding:2px 8px;font-size:13px;color:#333}

/* Processing LP row fix - ensure inline layout matches other status rows */
.processing_lp_row.alp-pro-feature-row td fieldset{display:flex;align-items:center;gap:8px}
.processing_lp_row.alp-pro-feature-row td .input-text.regular-input{width:auto;min-width:80px}
.processing_lp_row.alp-pro-feature-row .alp-pro-row-actions{float:none;display:inline-flex}
.order-status-table .processing_lp_row td:last-child{text-align:right!important;width:auto}
.wp-core-ui .btn_alp2 {
	background: #3b64d3;
	text-shadow: none;
	border-color: #3b64d3;
	box-shadow: none;
	font-size: 14px;
	line-height: 35px;
	padding: 0 10px;
	border-radius: 3px;
}
.wp-core-ui .btn_alp2:hover {
	background: #3b64d3;
	border-color: rgba(0, 0, 0, 0.05);
	color: #fff;
	text-shadow: none;
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.premium .dashicons.dashicons-arrow-right-alt2:before {
	color: #9e9e9e !important;
}
.pro_section .alp-pro-badge {
	padding: 4px 15px;
}
.wclp_admin_content .alp_go_pro_tab {
	font-weight: 700 !important;
	color: #3b64d3 !important;
}
.alp_sidebar_help {
	background: #FFFFFF;
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	padding: 20px;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin: 20px 0 0 0;
}
.alp_sidebar_help .alp-help-icon {
	width: 32px;
	height: 32px;
	background: #F3F4F6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: #9ca3af;
	flex-shrink: 0;
}
.alp_sidebar_help .alp-help-text {
	text-align: left;
	flex: 1;
}
.alp_sidebar_help h3 {
	font-size: 14px;
	font-weight: 600;
	color: #111827;
	margin: 0 0 6px 0;
}
.alp_sidebar_help p {
	font-size: 12px;
	color: #6B7280;
	line-height: 1.5;
	margin: 0 0 12px 0;
}
.alp_sidebar_help .alp-help-link {
	color: #3b64d3;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.alp-go-pro-v2 .alp-addon-learn-more-btn.is-active {
	color: #16a34a !important;
	border-color: #bbf7d0 !important;
	background: #f0fdf4 !important;
	cursor: default;
}
.alp-go-pro-v2 .gopro-addon-card-icon {
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border: 1px solid #e5e7eb;
	width: 60px;
	height: 60px;
}
