first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,753 @@
#wcpa_editor .form-wrap label {
display: inline-block;
}
#wcpa_form_builder_box .inside{
padding: 27px;
margin-top: 0;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#wcpa_product-meta-tab h4{
padding: 0px 15px;
margin: 1.33em 0 .5em 0;
}
#wcpa_product-meta-tab p{
margin:0px 9px;
}
#wcpa_product-meta-tab label{
width:auto;
}
#wcpa_product-meta-tab .form-field label{
padding-left: 5px;
}
.hidden-field{display: block;}
#woocommerce-order-items .wc-order-edit-line-item-actions .wcpa_delete-order-item::before {
font-family: Dashicons;
speak: none;
font-weight: 400;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-indent: 0px;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
text-align: center;
content: "";
position: relative;
font-variant: normal;
margin: 0px;
}
.wcpa_settings h1{
margin: 2px
}
#woocommerce-order-items .wcpa_icon{
width: 15px;
max-width: 100%;
display: inline;
margin: 0 4px 0px 0;
}
#woocommerce-order-items .wcpa_img{
max-width: 100%;
}
.settings_page_wcpa_settings #wpwrap{
background: #F2F7FA;
}
.wcpa_settings #post-body{
margin-right: 15px !important;
}
.wcpa_settings .postbox{
background: #F2F7FA;
border: none;
}
.wcpa_settings tr{
text-align: left;
vertical-align: middle;
}
.wcpa_settings tr label{
font-weight: normal;
}
.wcpa_settings th{
width: 25%;
}
.wcpa_settings .inside{
padding:0px 0px;
background: #F2F7FA;
border: 1px solid rgba(106, 107, 124, 0.15);
width: 74%;
float: left;
border-right: 0;
border-top: 0;
border-bottom: 0;
position: relative;
}
.wcpa_settings .inside:before {position: absolute; left: 0; bottom: 0; width: 20%; height: 1px; background: rgba(106, 107, 124, 0.15); content: '' }
.wcpa_settings ul.wcpa_g_set_tabs{
width: 20%;
padding: 0;
box-shadow: 1px 1px 1px #fff8f8;
float: left;
margin: 0;
border-top: 1px solid rgba(106, 107, 124, 0.15);
}
.wcpa_settings #wcpa_content_settings .options_group input[type="text"]{
display:block;
vertical-align: -webkit-baseline-middle;
border-radius: 4px;
height: 35px;
width: 205px;
margin-bottom: 15px;
margin-top: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
box-shadow: none;
border: 1px solid #c5c5c5;
}
.wcpa_settings #wcpa_content_settings .section{
padding-top: 0px;
}
.wcpa_settings #wcpa_content_settings .section li input[type="text"]{
width:300px;
box-shadow: none;
}
.wcpa_settings #wcpa_other_settings .options_group{
/*border-bottom:1px solid rgba(106, 107, 124, 0.10);*/
padding-top: 1px;
}
.wcpa_settings #wcpa_other_settings .options_group .text{
color: #000000;
}
.wcpa_settings #wcpa_other_settings .options_group .text .label{
color: #6A6B7C;
font-weight: normal;
padding-left:29px;
cursor: default;
}
.wcpa_settings #wcpa_other_settings .options_group li input[type="text"]{
display:inline-block;
vertical-align: -webkit-baseline-middle;
border-radius: 4px;
height: 35px;
width: 205px;
margin-bottom: 15px;
margin-top: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
box-shadow: none;
}
.wcpa_settings #wcpa_other_settings .options_group #product_custom_fields{
padding-top:15px;
}
.wcpa_settings #wcpa_other_settings .options_group #product_custom_fields .custom_field_slug{
float:left;
width:212px;
}
.wcpa_settings #wcpa_other_settings .options_group #product_custom_fields .default_value{
/* float:left; */
width:426px;
}
.wcpa_settings #wcpa_other_settings .options_group #product_custom_fields .wcpa_rmv_btn{
border-radius:5px;
text-indent: -9999px;
background:url('../img/trash-2.png') center center no-repeat;
border: 1px solid #dddddd;
padding: 5px 15px;
width:35px;
height:35px;
cursor: pointer;
}
.wcpa_settings #wcpa_other_settings .options_group #product_custom_field_add{
margin-top:20px;
}
.wcpa_settings #wcpa_other_settings .options_group #product_custom_field_add .wcpa_add_btn{
border-radius:5px;
text-indent: -9999px;
background:url('../img/plus.png') center center no-repeat;
border: 1px solid #dddddd;
padding: 5px 15px;
width:35px;
height:35px;
cursor: pointer;
}
.wcpa_settings #wcpa_other_settings .options_group .title{
color: #000000;
display: block;
}
.wcpa_settings #wcpa_other_settings .options_group .tooltip{
position: relative;
display: inline-block;
cursor: pointer;
}
/* Tooltip text */
.wcpa_settings #wcpa_other_settings .options_group .tooltip .tooltiptext{
display:none;
width: 120px;
background-color: #F2F7FA;
color: rgb(0, 0, 0);
text-align: left;
padding: 5px 0;
border-radius: 6px;
box-shadow: 1px 1px 1px 1px #adcce8;
/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.wcpa_settings #wcpa_other_settings .options_group .tooltip:hover .tooltiptext{
display: block;
width:233px;
padding: 10px;
cursor: pointer;
}
.wcpa_settings #wcpa_other_settings .options_group #recaptcha_site_key,
.wcpa_settings #wcpa_other_settings .options_group #recaptcha_secret_key,
.wcpa_settings #wcpa_other_settings .options_group #options_total_label{
display:inline-block;
vertical-align: -webkit-baseline-middle;
border-radius: 4px;
height: 35px;
width: 400px;
margin-bottom: 15px;
margin-top: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
box-shadow: none;
}
.wcpa_settings #wcpa_other_settings .options_group label .example_slug{
background: #F2F7FA;
}
.wcpa_settings #wcpa_import_export .options_group .button-secondary{
margin-bottom: 20px;
border-color: #0877FF;
color: #0877FF;
}
.wcpa_settings #wcpa_import_export .options_group .button-secondary:hover{
box-shadow: 1px 1px 3px #5e8cc5;
background: #0877FF;
color: #FFFFFF;
}
.wcpa_settings #wcpa_import_export .options_group .import_descript1{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.wcpa_settings #wcpa_import_export .options_group .import_descript2{
color: #000000;
margin-left: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.wcpa_settings #wcpa_import_export .options_group #wcpa_import_form_data{
border-radius: 4px;
width: 80%;
box-shadow: none;
}
.wcpa_settings #wcpa_license_key .options_group .form-table .lic_heading{
padding-left: 10px;
color: #000000;
font-weight: bold;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}
.wcpa_settings #wcpa_license_key .options_group .form-table tr td{
padding-top: 0px;
}
.wcpa_settings #wcpa_license_key .options_group .button-secondary{
margin-bottom: 20px;
border-color: #0877FF;
color: #0877FF;
}
.wcpa_settings #wcpa_license_key .options_group .button-secondary:hover{
box-shadow: 1px 1px 3px #5e8cc5;
background: #0877FF;
color: #FFFFFF;
}
.wcpa_settings #wcpa_license_key .options_group input[type="text"], #wcpa_product-meta-tab input[type="text"]{
border-radius: 3px;
box-shadow: none;
height:35px;
}
.wcpa_settings .button{
background: #0877FF;
border:#0877FF;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
height: 35px;
width: 125px;
margin-left: 10px;
}
.wcpa_settings .button:hover{
background: rgb(51, 80, 228);
}
.wcpa_settings .support{
margin-top: 6px;
margin-left:10px;
float:right;
width:24%;
background: #FFFFFF;
border: 0;
padding:20px 20px 40px 10px;
box-sizing: border-box;
}
.wcpa_settings .support h3{
margin: 20px 0px 0px 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
.wcpa_settings .support p{
color:#6A6B7C;
margin:10px 0px 0px 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
.wcpa_settings .support a{
margin-bottom: 10px;
color:#0877FF;
}
.wcpa_g_set_tabs li{
margin: 0px;
}
.wcpa_g_set_tabs li a .icon_display{
display: inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') -4px 0;
}
.wcpa_g_set_tabs li a.active .icon_display{
display:inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') 19px 0;
}
.wcpa_g_set_tabs li a .icon_content{
display: inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') -3px 79px;
}
.wcpa_g_set_tabs li a.active .icon_content{
display:inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') 20px 80px;
}
.wcpa_g_set_tabs li a .icon_other{
display: inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') -3px 59px;
}
.wcpa_g_set_tabs li a.active .icon_other{
display:inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') 20px 58px;
}
.wcpa_g_set_tabs li a .icon_import{
display: inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') -3px 40px;
}
.wcpa_g_set_tabs li a.active .icon_import{
display:inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') 20px 40px;
}
.wcpa_g_set_tabs li a .icon_license{
display: inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') -3px 19px;
}
.wcpa_g_set_tabs li a.active .icon_license{
display:inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url('../img/sprites.png') 20px 19px;
}
.wcpa_g_set_tabs li a{
height: 21px;
border-bottom: 1px solid rgba(106, 107, 124, 0.10);
padding: 15px 0px 11px 9px;
display: block;
color: #6A6B7C;
text-decoration: none;
box-shadow:none;
border-left: 2px solid #F2F7FA;
}
.wcpa_g_set_tabs li a.active{
background: #FFFFFF;
color: #0877FF;
border-left: 2px solid #0877FF;
}
.wcpa_g_set_tabcontents{
float: left;
width: 80%;
border-left: 1px solid rgba(106, 107, 124, 0.10);
box-sizing: border-box;
}
.wcpa_g_set_tabcontents .options_group{
background: #FFFFFF;
padding: 1px;
padding-left: 20px;
margin-bottom: 0;
padding-top: 30px;
}
.wcpa_g_set_tabcontents .options_group p{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #000000;
margin-bottom: 0px;
}
.wcpa_g_set_tabcontents .options_group h3{
margin-left: 10px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #272732;
margin-bottom: 15px;
}
.wcpa_g_set_tabcontents .options_group ul{
margin-left: 10px;
border-bottom: 1px solid rgba(106, 107, 124, 0.14);
margin-right: 20px;
}
.wcpa_g_set_tabcontents .options_group ul li {margin-bottom: 15px}
.wcpa_g_set_tabcontents .options_group ul label{
color: #6A6B7C;
cursor: default;
}
.wcpa_g_set_tabcontents .disable label:before, .wcpa_g_set_tabcontents .disable input{
opacity:0.4;
pointer-events: none;
}
.wcpa_g_set_tabcontents .section{
padding-top:20px;
border-top: 1px solid transparent;
}
.wcpa_g_set_tabcontents .section ul {margin-top: -15px;}
.wcpa_g_set_tabcontents .section ul label p { margin-bottom: 5px; margin-top: 20px;}
#wcpa_form_settings .inside{
padding-left: 0;
margin-top: 0;
font-family: Arial, Helvetica, sans-serif;
}
#wcpa_form_settings .inside small{
color: #6A6B7C;
font-size: 12px;
}
#wcpa_form_settings small{
font-size: 12px;
}
#wcpa_form_settings .wcpa_g_set_tabs{
width: 20%;
background: #eff5f8;
padding: 0;
box-shadow: 1px 1px 1px #fff8f8;
float: left;
margin: 0;
}
#wcpa_form_settings .wcpa_g_set_tabs .wcpa_tabcontent .options_group #disp_use_global label{
padding-left:10px;
}
#wcpa_form_settings .inside{
background: #F2F7FA;
margin: 0;
padding: 0;
}
#wcpa_form_settings .wcpa_g_set_tabcontents{
float: left;
width: 80%;
min-height: 380px;
padding: 14px 0 0 0;
background: #fff;
}
#wcpa_form_settings .wcpa_g_set_tabcontents input[type="text"]{
display:block;
border-radius: 4px;
height: 35px;
width: 205px;
margin-bottom: 15px;
margin-top: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
box-shadow: none;
}
#wcpa_form_settings .wcpa_g_set_tabcontents textarea{
display:block;
border-radius: 4px;
margin-bottom: 15px;
margin-top: 5px;
font-size: 13px;
box-shadow: none;
background: #fff;
height: 124px;
padding: 12px;
}
#wcpa_form_settings #quantity_bind_formula{
min-width: 205px;
width:80%;
}
.wcpa_editor_message{
color: #fffefe;
background: #FF9800;
padding: 5px 6px;
font-size: 13px;
}
#wcpa_editor.wpml_fb .field-actions .col-action-btns,
#wcpa_editor.wpml_fb .field-actions .icon-cancel,
#wcpa_editor.wpml_fb .field-actions .copy-button,
#wcpa_editor.wpml_fb .required-wrap,
#wcpa_editor.wpml_fb .desc_type-wrap,
#wcpa_editor.wpml_fb .inline-wrap,
#wcpa_editor.wpml_fb .showmap-wrap,
#wcpa_editor.wpml_fb .showaddfields-wrap,
#wcpa_editor.wpml_fb .map_height-wrap,
#wcpa_editor.wpml_fb .subtype-wrap,
#wcpa_editor.wpml_fb .disp_type-wrap,
#wcpa_editor.wpml_fb .selection_type-wrap,
#wcpa_editor.wpml_fb .disp_size-wrap,
#wcpa_editor.wpml_fb .show_label_inside-wrap,
#wcpa_editor.wpml_fb .adjust_width-wrap,
#wcpa_editor.wpml_fb .style-wrap,
#wcpa_editor.wpml_fb .rows-wrap,
#wcpa_editor.wpml_fb .className-wrap,
#wcpa_editor.wpml_fb .name-wrap,
#wcpa_editor.wpml_fb .maxlength-wrap,
#wcpa_editor.wpml_fb .height-wrap,
#wcpa_editor.wpml_fb .uploadSize-wrap,
#wcpa_editor.wpml_fb .enablePrice-wrap,
#wcpa_editor.wpml_fb .other-wrap,
#wcpa_editor.wpml_fb .options_tooltip-wrap,
#wcpa_editor.wpml_fb .multiple-wrap,
#wcpa_editor.wpml_fb .frmb-control,
#wcpa_editor.wpml_fb .fld-date_pic_conf
{
opacity: .5;
pointer-events: none;
}
#wcpa_editor.wpml_fb .enableCl-wrap.fld-cl_val{
opacity: 1;
pointer-events: all;
}
#wcpa_editor.wpml_fb .field-options input,
#wcpa_editor.wpml_fb .field-options label,
#wcpa_editor.wpml_fb .enableCl-wrap select,
#wcpa_editor.wpml_fb .enableCl-wrap input,
#wcpa_editor.wpml_fb .enableCl-wrap .action_wrap,
#wcpa_editor.wpml_fb .enableCl-wrap .action,
#wcpa_editor.wpml_fb .enableCl-wrap .fld-enableCl,
#wcpa_editor.wpml_fb .enableCl-wrap .fld-enableCl + label,
#wcpa_editor.wpml_fb .enableCl-wrap .cl_add_group
{
opacity: .5;
pointer-events: none;
}
#wcpa_editor.wpml_fb .field-options .option-label,
#wcpa_editor.wpml_fb .field-options .option-value,
#wcpa_editor.wpml_fb .field-options .option-tooltip,
#wcpa_editor.wpml_fb .field-options .option-image-outer *,
#wcpa_editor.wpml_fb .enableCl-wrap .fld-cl_val
{
opacity: 1;
pointer-events: all;
}
#wcpa_editor.wpml_fb .field-options.wpml_sync .option-label,
#wcpa_editor.wpml_fb .field-options.wpml_sync .option-value,
#wcpa_editor.wpml_fb .field-options.wpml_sync .option-tooltip,
#wcpa_editor.wpml_fb .field-options.wpml_sync .option-image-outer *{
opacity: .5;
pointer-events: none;
}
#wcpa_editor.wpml_fb .form-group.wpml_sync-wrap{
display:block !important;
}
#wcpa_form_settings .wcpa_g_set_tabcontents.wcpa_wpml_set #wcpa_disp_settings,
#wcpa_form_settings .wcpa_g_set_tabcontents.wcpa_wpml_set #wcpa_price_settings,
#wcpa_form_settings .wcpa_g_set_tabcontents.wcpa_wpml_set #wcpa_other_settings,
#wcpa_form_settings .wcpa_g_set_tabcontents.wcpa_wpml_set #wcpa_content_settings #cont_use_global,
#wcpa_form_settings .wcpa_g_set_tabcontents.wcpa_wpml_set #wcpa_content_settings #cont_use_global+label
{
opacity: .5;
pointer-events: none;
}
.wcpa_wpml_pro_meta *{
opacity: .5;
pointer-events: none;
}
.wcpa_wpml_pro_meta .wcpa_editor_message{
opacity: 1;
pointer-events: all;
}
table.wp-list-table .column-wcpa_forms{
width: 11%!important;
}
.wcpa_settings{
font-family: Arial, Helvetica, sans-serif;
}
.wcpa_settings input[type="checkbox"], #wcpa_form_settings .wcpa_tabcontent input[type="checkbox"], #wcpa_product-meta-tab input[type="checkbox"]{
position: absolute;
opacity: 0;
}
.wcpa_settings input[type="checkbox"] + label, #wcpa_form_settings .wcpa_tabcontent input[type="checkbox"] + label, #wcpa_product-meta-tab input[type="checkbox"]+label{
position: relative;
cursor: pointer;
padding: 0;
}
.wcpa_settings input[type="checkbox"] + label:before,
#wcpa_form_settings .wcpa_tabcontent input[type="checkbox"]+ label:before,
#wcpa_product-meta-tab input[type="checkbox"]+label:before{
content: "";
margin-right: 6px;
display: inline-block;
/*vertical-align: text-top;*/
width: 17px;
height: 17px;
background: white;
border:1px solid rgba(39,39,50,.25);
border-radius: 4px;
vertical-align: top;
}
#wcpa_product-meta-tab .wcpa_order{
max-width: 250px;
margin-left: 18px;
}
#wcpa_product-meta-tab input[type="checkbox"]+label:before{
vertical-align: text-top;
}
.wcpa_settings input[type="checkbox"]:hover + label:before, #wcpa_form_settings .wcpa_tabcontent input[type="checkbox"]:hover+ label:before, #wcpa_product-meta-tab input[type="checkbox"]:hover+label:before{
background: #0877FF;
}
.wcpa_settings input[type="checkbox"]:focus + label:before, #wcpa_form_settings .wcpa_tabcontent input[type="checkbox"]:focus+ label:before, #wcpa_product-meta-tab input[type="checkbox"]:focus+label:before{
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.wcpa_settings input[type="checkbox"]:checked + label:before, #wcpa_form_settings .wcpa_tabcontent input[type="checkbox"]:checked+ label:before, #wcpa_product-meta-tab input[type="checkbox"]:checked+label:before{
background: #0877FF;
}
.wcpa_settings input[type="checkbox"]:disabled + label, #wcpa_form_settings .wcpa_tabcontent input[type="checkbox"]:disabled+ label, #wcpa_product-meta-tab input[type="checkbox"]:disabled+label{
color: #b8b8b8;
cursor: auto;
}
.wcpa_settings input[type="checkbox"]:disabled + label:before, #wcpa_form_settings .wcpa_tabcontent input[type="checkbox"]:disabled+ label:before, #wcpa_product-meta-tab input[type="checkbox"]:disabled+label:before{
box-shadow: none;
background: #ddd;
}
.wcpa_settings input[type="checkbox"]:checked + label:after, #wcpa_form_settings .wcpa_tabcontent input[type="checkbox"]:checked+ label:after{
content: '';
position: absolute;
left: 7px;
top: 1px;
width: 5px;
height: 11px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#wcpa_product-meta-tab input[type="checkbox"]:checked+label:after{
content: '';
position: absolute;
left: 7px;
top: 7px;
width: 5px;
height: 11px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#wcpa_form_settings .options_group {padding-top: 0; }
#wcpa_form_settings .options_group:last-child ul {border-bottom: 0}
#wcpa_form_settings #wcpa_disp_settings {
padding-top: 25px; padding-bottom: 20px;
}
.wcpa_var_hilight {
background: #e4f6ff;
padding: 4px 4px;
}
#wcpa_fb-editor-json{
width: 100%;
min-height: 135px;
margin-top: 20px;
border-radius: 4px;
font-size: 13px;
box-shadow: none;
background: #fff;
padding: 4px;
}

View File

@@ -0,0 +1,973 @@
.wcpa_form_outer {
margin: 1em 0 2em 0;
width: 100%;
}
.wcpa_form_outer * {
box-sizing: border-box;
}
.wcpa_form_outer label {
display: inline-block;
padding-right: .5em;
}
.wcpa_form_item {
margin: 0 0 1.5em 0;
}
.wcpa_form_item.wcpa_type_separator, .wcpa_form_item.wcpa_type_header, .wcpa_form_item.wcpa_type_paragraph {
margin: 0;
}
.wcpa_form_outer .wcpa_form_item input[type="text"],
.wcpa_form_outer .wcpa_form_item input[type="date"],
.wcpa_form_outer .wcpa_form_item input[type="number"],
.wcpa_form_outer .wcpa_form_item input[type="email"],
.wcpa_form_outer .wcpa_form_item input[type="tel"],
.wcpa_form_outer .wcpa_form_item input[type="password"],
.wcpa_form_outer .wcpa_form_item input[type="datetime-local"],
.wcpa_form_outer .wcpa_form_item input[type="file"],
.wcpa_form_outer .wcpa_form_item textarea {
width: 100%;
/* resize:none; */
line-height: 25px;
padding: 5px 15px;
border: 1px solid #aaa;
background: #fff;
box-shadow: none;
outline: 0;
box-sizing: border-box;
}
.wcpa_form_outer .wcpa_form_item input[type="number"] {
padding: 5px 0px 5px 15px;
}
.wcpa_form_outer .wcpa_form_item input[type="color"],
.wcpa_form_outer .wcpa_form_item input[type="time"] {
/* resize:none; */
line-height: 25px;
border: 1px solid #aaa;
background: #fff;
box-shadow: none;
outline: 0;
}
.wcpa_form_outer .wcpa_form_item input[type="date"] {
padding-right: 7px;
}
.wcpa_form_outer .wcpa_form_item select {
display: inline-block;
width: 100%;
cursor: pointer;
line-height: 25px;
padding: 5px 15px;
outline: 0;
border-radius: 0;
border: 1px solid #aaa;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: #fff;
}
.wcpa_form_outer .wcpa_form_item .select {
position: relative;
}
.wcpa_form_outer .wcpa_form_item .select_arrow {
content: '';
display: block;
position: absolute;
top: 15px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #aaa transparent transparent transparent;
}
.wcpa_form_outer .wcpa_form_item input[type="radio"] {
position: absolute;
opacity: 0;
}
.wcpa_form_outer .wcpa_form_item .wcpa_radio, .wcpa_form_outer .wcpa_form_item .wcpa_checkbox {
position: relative;
}
.wcpa_form_outer .wcpa_form_item .checkbox-inline, .wcpa_form_outer .wcpa_form_item .radio-inline {
margin-left: -1.5em;
}
.wcpa_form_outer .wcpa_form_item .checkbox-inline .wcpa_checkbox, .wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio {
display: inline-block;
margin-left: 1.5em;
}
.wcpa_form_outer .wcpa_form_item .wcpa_other_val {
display: none;
}
.wcpa_form_outer .wcpa_form_item .wcpa_other:checked ~ input {
display: block;
}
.wcpa_form_outer .wcpa_form_item .image-group img {
max-width: 100%;
display: inline-block;
cursor: pointer;
}
.wcpa_form_outer .wcpa_form_item .image-group label {
padding-right: .2em;
}
.wcpa_form_outer .wcpa_form_item .wcpa_image input[type="checkbox"], .wcpa_form_outer .wcpa_form_item .wcpa_image input[type="radio"] {
position: absolute;
opacity: 0;
}
.wcpa_form_outer .wcpa_form_item .image-inline .wcpa_image {
display: inline-block;
vertical-align: text-top;
}
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image img {
border-radius: 5px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image img {
border-radius: 50%;
}
.wcpa_form_outer .wcpa_form_item .wcpa_image, .wcpa_form_outer .wcpa_form_item .wcpa_image_other {
margin: .5em .2em .5em 0.1em;
position: relative;
}
.wcpa_form_outer .wcpa_form_item .image-inline img {
max-width: 100%;
display: block;
}
.wcpa_form_outer .wcpa_form_item .image-inline label {
display: block;
}
.wcpa_form_outer .wcpa_form_item .wcpa_sel_type_shadow input:checked + img,
.wcpa_form_outer .wcpa_form_item .wcpa_sel_type_tick-shadow input:checked + img,
.wcpa_form_outer .wcpa_form_item .wcpa_sel_type_shadow input:checked + div img,
.wcpa_form_outer .wcpa_form_item .wcpa_sel_type_tick-shadow input:checked + div img{
/*outline: 1px solid #36b97e;*/
box-shadow: 0px 0px 7px 1px rgba(14, 14, 14, 0.16);
}
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image input:checked + img,
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image input:checked + img,
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked + img ,
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image input:checked + div img,
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image input:checked + div img,
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked + div img {
box-shadow: 0 0 5px 1px #36b97e;
}
.wcpa_form_outer .wcpa_form_item .wcpa_sel_type_outline .wcpa_image input:checked + img {
outline: 1px solid #36b97e;
box-shadow: 0px 0px 7px 1px rgba(14, 14, 14, 0.16);
}
.wcpa_form_outer .wcpa_form_item .wcpa_sel_type_tick .wcpa_image input:checked ~ label:after,
.wcpa_form_outer .wcpa_form_item .wcpa_sel_type_tick-shadow .wcpa_image input:checked ~ label:after {
content: '';
display: block;
position: absolute;
left: 9px;
top: 10%;
width: 7px;
height: 12px;
border-style: solid;
border-width: 0 3px 3px 0;
border-color: #36b97e;
transform: rotate(45deg);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* box-shadow: 0 0 0 1px #190d0d17; */
margin-top: -7px;
margin-left: -3px;
}
/*.wcpa_form_outer .wcpa_form_item .image-group .wcpa_hover_zoom{
display:none;
}
.wcpa_form_outer .wcpa_form_item .image-group img:hover ~ .wcpa_hover_zoom{
display:block !important;
}*/
.wcpa_form_outer .wcpa_form_item .color-group label {
padding-right: .2em;
cursor: pointer;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span {
max-width: 100%;
display: inline-block;
width: 30px;
height: 30px;
position: relative;
margin-right: .3em;
vertical-align: baseline;
margin-bottom: -2px;
float: left;
color: #fff;
border: 1px solid rgba(0, 0, 0, 0);
text-align: center;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label {
margin: 0;
display: inline-block;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color {
margin: .5em .2em .5em 0em;
}
.wcpa_form_outer .wcpa_form_item .color-group.color-inline .wcpa_color {
/*margin: 0;*/
}
.wcpa_form_outer .wcpa_form_item .color-group.color-inline .wcpa_color label span {
margin-right: 0;
margin-bottom: 0;
display: block;
float: none;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.wcpa_clb_nowhite {
color: #000;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.label_inside {
padding: 0 5px;
line-height: 28px;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.wcpa_adjustwidth {
width: auto;
min-width: 30px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_color label span.disp_squircle {
border-radius: 4px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_color label span.disp_circle {
border-radius: 50%;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.wcpa_clb_border {
border: 1px solid rgba(0, 0, 0, .4);
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked + label span {
border: 1px solid #36b97e;
box-shadow: 0px 0px 7px 1px rgba(14, 14, 14, 0.16);
}
.wcpa_form_outer .wcpa_form_item .color-group.wcpa_sel_type_tick input:checked + label span {
border: 1px solid rgba(0, 0, 0, 0);
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked + label span:after {
content: '';
display: block;
position: absolute;
left: 50%;
top: 50%;
width: 7px;
height: 12px;
border-style: solid;
border-width: 0 3px 3px 0;
border-color: #ffffff;
transform: rotate(45deg);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* box-shadow: 0 0 0 1px #190d0d17; */
margin-top: -7px;
margin-left: -3px;
}
.wcpa_form_outer .wcpa_form_item .color-group input:checked + label span.label_inside:after {
right: 4px;
top: 5px;
left: auto;
width: 7px;
height: 12px;
margin-top: -7px;
margin-left: -3px;
}
.wcpa_form_outer .wcpa_form_item .color-group input:checked + label span.disp_circle.label_inside:after {
left: 50%;
right: auto;
}
.wcpa_form_outer .wcpa_form_item .color-group.wcpa_sel_type_border input:checked + label span:after {
display: none;
}
.wcpa_form_outer .wcpa_form_item .color-group input:checked + label span.wcpa_clb_nowhite:after {
border-color: #000;
}
/*.wcpa_form_outer .wcpa_form_item .color-group input:checked + div {
outline: 1px solid #36b97e;
box-shadow: 0px 0px 7px 1px rgba(14, 14, 14, 0.16);
}*/
.wcpa_form_outer .wcpa_form_item .wcpa_color input[type="checkbox"], .wcpa_form_outer .wcpa_form_item .wcpa_color input[type="radio"] {
position: absolute;
opacity: 0;
}
.wcpa_form_outer .wcpa_form_item .color-inline .wcpa_color {
display: inline-block;
}
.wcpa_form_outer .wcpa_form_item .wcpa_radio label {
position: relative;
padding-left: 0px;
margin-left: 0px;
z-index: 9;
line-height: 25px;
margin-bottom: 5px;
cursor: pointer;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
}
.wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check {
display: inline-block;
position: relative;
border: 2px solid #AAAAAA !important;
border-radius: 100%;
height: 15px;
width: 15px;
vertical-align: baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: -2px;
margin-right: 5px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 7px;
width: 7px;
top: 2px;
left: 2px;
margin: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wcpa_form_outer .wcpa_form_item .wcpa_radio input[type="radio"]:checked + label .wcpa_check::before {
background: #36b97e;
}
.wcpa_form_outer .wcpa_form_item .wcpa_radio input[type="radio"]:checked + label::before {
display: none;
}
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"] {
position: absolute;
opacity: 0;
top: auto;
}
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox label {
position: relative;
padding-left: 0px;
margin-left: 0px;
z-index: 9;
line-height: 25px;
margin-bottom: 5px;
cursor: pointer;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
}
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check {
display: inline-block;
position: relative;
border: 2px solid #AAAAAA;
height: 15px;
width: 15px;
vertical-align: baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: -2px;
margin-right: 5px;
border-radius: 3px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check::before {
content: '';
}
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check {
border: 2px solid #36b97e;
background: #36b97e;
}
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check::before {
content: '';
position: absolute;
left: 4px;
top: 1px;
width: 4px;
height: 8px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"] + label::before {
display: none;
}
.wcpa_form_outer .wcpa_form_item .wcpa_helptext {
font-size: .75em;
}
.wcpa_form_outer .wcpa_form_item .wcpa_tooltip_icon {
visibility: visible;
color: #fff;
background: #000;
width: 16px;
height: 16px;
border-radius: 50%;
display: inline-block;
text-align: center;
line-height: 16px;
margin: 0 5px;
font-size: 12px;
cursor: default;
vertical-align: text-top;
position: relative;
}
.wcpa_form_outer .wcpa_form_item .wcpa_tooltip_icon > span {
display: none;
position: absolute;
background: rgba(0, 0, 0, .9);
border-radius: 5px 5px 5px 0;
bottom: 23px;
color: #fff;
content: attr(tooltip);
padding: 10px 5px;
z-index: 98;
left: 2px;
width: 230px;
text-shadow: none;
font-size: 12px;
line-height: 1.5em;
cursor: default;
}
.wcpa_form_outer .wcpa_form_item .wcpa_tooltip_icon:hover > span {
display: block;
}
.wcpa_form_outer .wcpa_form_item .wcpa_tooltip_icon:hover:before {
border: solid;
border-color: #222 transparent;
border-width: 6px 6px 0;
bottom: 17px;
content: "";
left: 2px;
position: absolute;
z-index: 99;
cursor: default;
}
.wcpa_form_outer .wcpa_map {
/*display:none;*/
height: 100%;
width: 100%;
margin-top: 5px;
min-height: 100px;
}
.wcpa_form_outer .wcpa_google_place:focus ~ .wcpa_map {
display: block;
}
.wcpa_form_outer .wcpa_place_compons table {
margin: 0;
border: none;
padding: 0;
}
.wcpa_form_outer .wcpa_place_compons td {
padding: 5px 0 0 5px;
font-size: .9em;
border: none;
background: rgba(158, 164, 157, 0.031);
}
.wcpa_form_outer .wcpa_place_compons .label {
width: 100px;
}
.wcpa_form_outer .wcpa_place_compons .label.postal_code {
width: 60px;
}
.wcpa_form_outer .wcpa_place_compons input {
height: 22px;
width: 100%;
min-width: 50px;
padding: 0 0 0 3px;
font-size: .9em;
}
.wcpa_form_outer .wcpa_place_compons .slimField input {
width: 100px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_price {
line-height: 30px;
text-align: right;
display: block;
}
.wcpa_form_outer .wcpa_form_item .required_ast {
color: #ff0000;
}
.wcpa_form_outer .wcpa_form_item ::-webkit-inner-spin-button {
/*display: none;*/
}
.wcpa_form_outer .wcpa_form_item ::-webkit-calendar-picker-indicator {
color: #aaa;
}
.wcpa_form_outer .wcpa_form_item ::-webkit-calendar-picker-indicator:hover {
background: none;
}
.wcpa_form_outer .wcpa_row {
margin-left: -5px;
margin-right: -5px;
}
.wcpa_form_outer .wcpa_row:before, .wcpa_form_outer .wcpa_row:after {
content: " ";
display: table;
}
.wcpa_form_outer .wcpa_row:after {
clear: both;
}
.wcpa_form_outer .wcpa-col-1,
.wcpa_form_outer .wcpa-col-2,
.wcpa_form_outer .wcpa-col-3,
.wcpa_form_outer .wcpa-col-4,
.wcpa_form_outer .wcpa-col-5 {
float: left;
min-height: 1px;
}
.wcpa_form_outer .wcpa_form_item {
padding-left: 5px;
padding-right: 5px;
}
.wcpa_form_outer .wcpa-col-6 {
width: 100%;
}
.wcpa_form_outer .wcpa-col-5 {
width: 83.33333333%;
}
.wcpa_form_outer .wcpa-col-4 {
width: 66.66666667%;
}
.wcpa_form_outer .wcpa-col-3 {
width: 50%;
}
.wcpa_form_outer .wcpa-col-2 {
width: 33.33333333%;
}
.wcpa_form_outer .wcpa-col-1 {
width: 16.66666667%;
}
/*file upload*/
.wcpa_form_outer .wcpa_form_item .wcpa_file_custom {
position: absolute;
opacity: 0;
height: 3px;
left: 0;
overflow: hidden;
top: 0px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_outer {
width: 100%;
white-space: nowrap;
overflow: hidden;
background: #ffffff;
border: 1px solid #aaa;
padding-left: 5px;
padding: .4em;
display: block;
margin: 0px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_outer .wcpa_file_name {
position: absolute;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_wrap {
padding: 0.4em 1em;
display: inline-block;
background: #aaa;
cursor: pointer;
float: right;
color: #fff;
/*box-shadow: -3px 1px 4px 0px rgba(0, 0, 0, 0.14);*/
margin: -.4em;
position: relative;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_wrap:hover {
background: #616161;
}
.wcpa_form_outer .wcpa_progress {
height: 2px;
background: #13d87f;
margin-top: 1px;
width: 0%;
-webkit-transition: width 1s; /* Safari */
transition: width 1s;
transition-timing-function: ease-out;
display: none;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_error {
color: red;
font-size: 13px;
}
.wc-item-meta-label {
vertical-align: top;
min-width: 30%;
}
.wcpa_price_summary ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.wcpa_price_summary {
background: #f9f9f9;
}
.wcpa_price_summary li {
border-top: 1px solid #bdbcbc;
clear: both;
line-height: normal;
padding: 10px 4px;
list-style: none;
text-align: left;
}
.wcpa_price_summary li .wcpa_price_outer {
float: right;
text-align: right;
}
.woocommerce-cart-form .wcpa_img, .woocommerce-checkout-review-order .wcpa_img, .woocommerce-order-details .wcpa_img {
width: 100px;
max-width: 100%;
margin: 0px 5px;
}
.woocommerce-cart-form .wcpa_icon, .woocommerce-checkout-review-order .wcpa_icon, .woocommerce-order-details .wcpa_icon {
width: 15px;
max-width: 100%;
display: inline;
margin: 0 4px 0px 0;
}
.woocommerce-cart-form .wcpa_cart_type_image-group,
.woocommerce-cart-form .wcpa_cart_type_color-group,
.woocommerce-checkout-review-order-table .wcpa_cart_type_color-group, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group {
display: flex;
flex-wrap: wrap;
flex-direction: row;
clear: left;
}
.wcpa_cart_val {
word-break: break-all;
}
.woocommerce-cart-form .wcpa_cart_type_image-group {
padding-top: .5em;
}
.wcpa_cart_type_image-group, .woocommerce-cart-form .wcpa_cart_type_image-group p,
.woocommerce-cart-form .wcpa_cart_type_color-group, .woocommerce-cart-form .wcpa_cart_type_color-group p,
.woocommerce-checkout-review-order-table .wcpa_cart_type_image-group, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group p,
.woocommerce-checkout-review-order-table .wcpa_cart_type_color-group, .woocommerce-checkout-review-order-table .wcpa_cart_type_color-group p {
margin: .5em .2em .5em 0;
}
.woocommerce-table__line-item .wc-item-meta li {
list-style: none;
}
.wcpa_cart_price {
font-size: .9em;
}
.wc-item-meta .wcpa_image_group {
display: inline-block;
max-width: 69%;
}
.wc-item-meta .wcpa_color_group {
display: inline-block;
max-width: 69%;
}
.wc-item-meta .wcpa_image {
display: inline-block;
margin: .5em .2em .5em .2em;
}
.wc-item-meta .wcpa_color {
display: inline-block;
margin: .5em .2em .5em .2em;
}
.wc-item-meta p {
word-break: break-all;
}
.woocommerce td.product-name dl.variation dt {
float: left;
clear: both;
margin-right: .25em;
display: inline-block;
list-style: none outside
}
.woocommerce td.product-name dl.variation dt.variation-wcpa_empty_label {
display: none;
}
dl.variation dt.variation-wcpa_empty_label {
display: none;
}
.woocommerce td.product-name dl.variation .wcpa_cart_type_color-group {
float: none;
clear: left;
}
.wcpa_cart_type_color-group .wcpa_cart_color {
max-width: 100%;
display: block;
width: 30px;
height: 30px;
position: relative;
margin-right: .3em;
vertical-align: baseline;
margin-bottom: -2px;
color: #fff;
border: 1px solid rgba(0, 0, 0, 0);
text-align: center;
}
.wcpa_cart_type_color-group .wcpa_cart_color.disp_squircle {
border-radius: 4px;
}
.wcpa_cart_type_color-group .wcpa_cart_color.disp_circle {
border-radius: 50%;
}
.wcpa_cart_type_color-group .wcpa_cart_color.label_inside {
padding: 0 5px;
line-height: 28px;
}
.wcpa_cart_type_color-group .wcpa_cart_color.label_inside.wcpa_adjustwidth {
width: auto;
min-width: 30px;
}
.wcpa_cart_type_color-group .wcpa_cart_color.wcpa_clb_border {
border: 1px solid rgba(0, 0, 0, .4);
}
.wcpa_cart_type_color-group .wcpa_cart_color.wcpa_clb_nowhite {
color: #000;
}
.single-product div.product.wcpa_has_options form.cart {
display: block !important; /* to overide display:flex set by some themes */
}
.single-product div.product.wcpa_has_options form.cart.variations_form .woocommerce-variation-add-to-cart {
display: block !important; /* to overide display:flex set by some themes */
}
#wcpa_img_preview {
display: none;
position: absolute;
border: 1px solid #fbfbfb;
background: #fff;
padding: 0px;
display: none;
z-index: 999;
box-shadow: 0px 0px 7px 1px rgba(14, 14, 14, 0.16);
}
#wcpa_img_preview img {
display: block;
}
#wcpa_img_popup_outer {
display: none;
position: fixed;
padding: 0px;
z-index: 9999;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .5);
}
#wcpa_img_popup_outer .wcpa_img_popup img {
display: inline;
max-width: 95vw;
/* height: 200px; */
max-height: 90vh;
margin-top: 5vh;
}
#wcpa_img_popup_outer .wcpa_img_popup {
text-align: center;
vertical-align: middle;
transform: translateY(-50%);
top: 50%;
position: relative;
}
.wcpa_image_wrap{
position: relative;
display: inline-block;
}
.wcpa_img_mag {
display: none;
position: absolute;
bottom: 2px;
width: 21px;
height: 21px;
text-align: center;
cursor: pointer;
font-size: 21px;
line-height: 20px;
font-weight: bold;
color: #fff;
text-indent: -999px;
background-image: url(../img/magnifier_white.png);
right: 0px;
bottom: 0px;
background-color: rgba(0,0,0,.75);
padding: 11px;
background-repeat: no-repeat;
background-position: center center;
background-size: 15px;
border-radius: 5px;
}
.wcpa_enable_popup_all .wcpa_img_mag {
display: block;
}
@media (hover: hover) {
.wcpa_enable_popup_desk .wcpa_img_mag{
display: block;
}
}
@media (hover: none) {
.wcpa_enable_popup_touch .wcpa_img_mag{
display: block;
}
}
.wcpa_form_outer .wcpa_error_msg {
position: absolute;
}
.wcpa_form_outer .wcpa_error_msg p {
color: #f00;
font-size: .95em;
}
.wcpa_form_outer .wcpa_form_item input + label {
padding-left: 0;
}
.wcpa_form_outer .wcpa_form_item input + label::before {
display: none;
}

File diff suppressed because one or more lines are too long