.handy-addons_page_checkout-editor .cx-wrapper{
	grid-template-columns: unset;
}
#ha-checkout-panel {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 20px;
}
#ha-checkout-panel .ha-checkout-columns {
	width: calc( 100% - 80px );
	position: relative;
}
#ha-checkout-panel .ha-checkout-columns.ha-checkout-billing {}
#ha-checkout-panel .ha-checkout-columns.ha-checkout-shipping {}
#ha-checkout-panel .ha-checkout-columns.ha-checkout-order {}
#ha-checkout-panel .ha-single-field .ha-accordion {
	position: relative;
}
#ha-checkout-panel .ha-single-field.ui-sortable-helper {
	background-color: #6199e1;
}
#ha-checkout-panel .ha-single-field .ha-accordion > p {
	margin: 0;
	font-size: 14px;
}
#ha-checkout-panel .ha-single-field .ha-accordion > p .dashicons {
	margin-top: 1px;
}
#ha-checkout-panel .ha-single-field .ha-action-panel {
	position: absolute;
	right: 0;
	top: 0;
}
#ha-checkout-panel .ha-action-panel input {
	margin-top: 0px;
}
#ha-checkout-panel .ha-action-panel .ha-field-remove {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: red;
}
#ha-checkout-panel .ha-action-panel.disabled .ha-field-remove {
	color: #ccc;
	cursor: not-allowed;
}
#ha-checkout-panel .ha-checkout-columns .ha-single-field {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}
.handy_addons-field-action {
	position: absolute;
	right: -85px;
	top: 5.5px;
	display: flex;
}
.handy_addons-field-action.handy_addons-new-action-order {
	right: 0;
	top: 60px;
}
.handy_addons-field-action button {
	padding: 5px 12px;
	margin-right: 5px;
}
.ha-checkout-input-area {}
.ha-checkout-input-area.ha-hide {}
.ha-checkout-input-area.ha-hide .ha-field-type, 
.ha-checkout-input-area.ha-hide .ha-field-options, 
.ha-checkout-input-area.ha-hide .ha-field-id, 
.ha-checkout-input-area .ha-field-options {
	display: none;
}
.ha-checkout-input-area.ha-show .ha-field-options {
	display: block;
}
.ha-checkout-input-area p {}
.ha-checkout-input-area p input[type="text"] {
	width: 100%;
}
.ha-checkout-input-area p label.ha-block {
	display: inherit;
	padding-bottom: 5px;
}
.ha-checkout-input-area p input {}
.ha-clone-field-area {
	display: none;
}
.ha-clone-field {
	background-color: #337ab7;
	padding: 8px 15px;
	color: #fff;
	border-radius: 4px;
	float: right;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	font-family: inherit;
	transition: all 100ms ease-in;
	border: 1px solid #337ab7;
}
.ha-clone-field:hover {
	background-color: #286090;
	border-color: #204d74;
}
.ha-checkout-reset-panel {
	text-align: right;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}
.ha-checkout-reset-panel button {
	padding: 10px 40px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
}
.ha-checkout-reset-panel .ha-checkout-reset {
	background-color: #d9534f;
	margin-right: 5px;
	transition: all 100ms ease-in;
	border: 1px solid #d43f3a;
}
.ha-checkout-reset-panel .ha-checkout-reset:hover {
	background-color: #c9302c;
	border-color: #ac2925;
}
.ha-checkout-reset-panel .ha-checkout-save {
	background-color: #5db85c;
	transition: all 100ms ease-in;
	border: 1px solid #4dae4c;
}
.ha-checkout-reset-panel .ha-checkout-save:hover {
	background-color: #449d44;
	border-color: #398439;
}
#ha-loader-panel {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	background-color: rgba(43, 43, 43, 0.5);
}












/*help tab*/
#wc-one-pager-helps{
	border: 1px solid #f0f0f0;
}
#wc-one-pager-helps .wc-one-pager-help{
	border-bottom: 1px solid #f0f0f0;
	padding: 4px 8px;
}
#wc-one-pager-helps .wc-one-pager-help-heading {
	margin: 5px 0;
	font-size: 14px;
	cursor: pointer;
}
#wc-one-pager-helps .wc-one-pager-help-heading a, 
#wc-one-pager-helps .wc-one-pager-help-text a{
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: transparent;
	background-image: linear-gradient(60deg, #4054B2 20%, #f2295b 80%);
	font-size: 18px;
	text-decoration: none;
	font-weight: 300;
}
#wc-one-pager-helps .wc-one-pager-help-heading .heading-text {
	color: #515151;
	font-size: 18px;
	text-decoration: none;
	font-weight: 300;
}
#wc-one-pager-helps .wc-one-pager-help-text > p {
	font-size: 15px;
}
#wc-one-pager-helps .wc-one-pager-help-text > p:first-child {
	margin: 0;
}
#wc-one-pager-helps .wc-one-pager-help-text {
	padding: 8px;
}
#wc-one-pager_help ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
#wc-one-pager_help ul li:last-child {
	border-bottom: none;
}
#wc-one-pager_help ul li p {
	font-size: 14px;
	margin-top: 5px;
}
#wc-one-pager_help ul li a {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: transparent;
	background-image: linear-gradient(60deg, #4054B2 20%, #f2295b 80%);
	font-size: 20px;
	text-decoration: none;
	font-weight: 300;
}
#wc-one-pager_help ul li p {
	font-size: 14px;
}
.cx-section .wl-more {
	font-size: 14px !important;
}
#wc-one-pager_help.cx-section ul{
	width: 100%;
	display: inline-block;
	margin: auto;
}
#wc-one-pager_help.cx-section ul li.wl_help_tablink {
	 float: left;
	 border: none;
	 outline: none;
	 cursor: pointer;
	 padding: 14px 0;
	 font-size: 17px;
	 width: 33%;
	 text-align: center;
	 border-bottom: 10px solid #ccc;
}
#wc-one-pager_help.cx-section ul li.wl_help_tablink.active {
	border-bottom: 10px solid #c36;
}
#wc-one-pager_help.cx-section ul li#wl_vidtt.wl_help_tablink.active {
	border-bottom: 10px solid #4054b2;
}
#wc-one-pager_help.cx-section ul li#wl_support.wl_help_tablink.active {
	border-bottom: 10px solid #009900;
}
#wc-one-pager_help.cx-section .tabcontent{
	display: none;
}
#wc-one-pager_help.cx-section #wl_vidtt_content.tabcontent{
	text-align: center;
}
#wc-one-pager_help.cx-section .tabcontent.active{
	display: block;
}
#wc-one-pager_help.cx-section #wl_support_content.tabcontent p {
	font-size: 16px
}
#wc-one-pager_help.cx-section #wl_support_content.tabcontent #support_btn_div {
	text-align: center;
}
#wc-one-pager_help.cx-section #wl_support_content.tabcontent #support_btn {
	background-color: transparent;
	background-image: linear-gradient(to right, #3B2C73, #E9345F);
	padding: 15px 40px;
	border: none;
	margin-right: 4px;
	border-radius: 25px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}
/*end help tab*/


/*help tab design start*/
.wc_one_pager_tab_btns .wc_one_pager_help_tablinks {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.wc_one_pager_tab_btns .wc_one_pager_help_tablinks .wc_one_pager_help_tablink {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 10px solid #ccc !important;
    padding-bottom: 15px;
    cursor: pointer;
}
.wc_one_pager_tab_btns .wc_one_pager_help_tablinks .wc_one_pager_help_tablink.active {
    border-color: #c36 !important;
}
.wc_one_pager_tabcontent {
    display: none;
}
.wc_one_pager_tabcontent.active {
    display: block;
}
#wc_one_pager_vidtt_content iframe {
    margin: auto;
}
/*help tab design end*/
#wc_one_pager_video_content {
	text-align: center;
}
#wc_one_pager_support_content #support_btn {
	background-color: transparent;
	background-image: linear-gradient(to right, #3B2C73, #E9345F);
	padding: 8px 40px;
	border: none;
	margin-right: 4px;
	border-radius: 25px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}
#wc_one_pager_support_content #support_btn_div {
	text-align: center;
}
#cx-overview li a {
	font-size: 14px;
	font-weight: 600;
}
.ha-additional-fields-details {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
#woocommerce-order-items .ha-additional-fields-details {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	margin-left: 15px;
}
#woocommerce-order-items .ha-additional-fields-details h2 {
	padding: 0;
	font-size: 20px;
}
.ha-checkout-input-area select {
	width: 100%;
}

/*responsive*/
@media only screen and (max-width: 767px) {
	#ha-checkout-panel {
		grid-template-columns: 100%;
		gap: 0;
	}
	#ha-checkout-panel .ha-checkout-columns {
		width: calc( 100% - 30px );
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#ha-checkout-panel {
		grid-template-columns: 50% 50%;
		gap: 0;
	}
	#ha-checkout-panel .ha-checkout-columns {
		width: calc( 100% - 90px );
	}
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
	#ha-checkout-panel {
		grid-template-columns: 50% 50%;
	}
}
/*responsive*/