.woocommerce-message {
    margin-top: 10px;
}

/*----------------------------------------
 *----- REVIEW REQUEST NOTICE -----
 *----------------------------------------*/
/*.thwepof-upgrade-banner{
    height: 250px;
    margin-top: 35px;
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
    border: 1px solid #e0e2e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-sizing: border-box;
}
.thwepof-upgrade-banner a{
    text-decoration: none;
}
.thwepof-upgrade-banner a:hover,
.thwepof-upgrade-banner a:focus{
    box-shadow: none;
    outline: none;
}
.thwepof-upgrade-banner img{
    width: 100%;
    height: 100%;
}

.thwepof-wrap .review-request-link{
    width: 98%;
    text-align: right;
    margin: 12px 0 0;
}
.thwepof-wrap .review-request-link a{
    color: #F5AB3F;
    font-size: 15px;
}*/

.thpladmin-notice .logo {
    float: right;
}
.thpladmin-notice .logo img {
    height: 18px;
    margin-top: 12px;
}

.thwepof-wrap {
    margin-top: 15px;
}
.th-wrap-pro{
    margin: 10px 20px 0 2px;
    padding-left: 13px;
}
#thwepof_review_request_notice {
    margin-top: 35px;
}
/*----------------------------------------
 *----- PREMIUM TAB -----
 *----------------------------------------*/

@media only screen and (min-width: 45em) {
    ul.feature-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }
}

.th-nice-box{
    border: 1px solid #c3c4c7;
    box-shadow: 0 2px 2px rgb(0 0 0 / 4%), 0 4px 4px rgb(0 0 0 / 4%), 0 8px 8px rgb(0 0 0 / 4%), 0 16px 16px rgb(0 0 0 / 4%);
    background: #fff;
    margin: 1.5rem 0 .75rem 0;
    padding: 2rem;
}


ul.feature-list li:before {
    content: "\f147";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    color: #2271b1;
    margin-right: 10px;
    word-wrap: break-word;
    font-family: 'dashicons';
    font-weight: bold;
}

ul.star-list li:before {
    content: "\f155";
    color: #ff9900;
}

.th-flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.th-flexbox-child {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

ul.feature-list li p {
    margin-top: 0px;
}

@media only screen and (min-width: 45em) {
    .th-flexbox-child {
        width: 49%;
    }
}

/*----------------------------------------
 *----- TAB & SECTION STYLES - START -----
 *----------------------------------------*/
.thpladmin-tab {
    width: 100%;
    border: 0px solid #d4d4d1;
    border-top: 0;
    background-color: #fff;
    float: left;
}

.thpladmin-tabs-menu {
    width: 100%;
    margin: 0;
    margin-top:10px;
    float: left;
    clear: both;
    border-bottom: 1px solid #d3d3d3;
}

.thpladmin-tabs-menu li {
    float: left;
    margin-right: 5px;
    margin-bottom: -1px;
    background-color: #ccc;
    border: 1px solid #d3d3d3;
    outline: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #e6e6e6;
    /*box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);*/
}
.thpladmin-tabs-menu li.current {
  color: #555555;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: none;
}
.thpladmin-tabs-menu li.first {
    margin-left: 20px;
}
.thpladmin-tabs-menu li a {
    font-size: 18px;
    display: block;
    padding: 12px 20px;
    text-decoration: none; 
  
    color: #bbbbbb;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.thpladmin-tabs-menu li a:focus {
    outline: none;
    box-shadow:none;
}

.thpladmin-tabs-menu .current a {
    color: #2e7da3;
}

.thpladmin-tab-content {
    padding: 0px;
    display: none;
    min-height: 200px;
    max-height: 400px;
    color: #000;
}

.thpladmin-sections {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    font-size: 13px;
    color: #666;
}
.thpladmin-sections li {
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.thpladmin-sections a {
    line-height: 2;
    padding: .2em;
    text-decoration: none;
}
.thpladmin-sections a.current {
    font-weight: 600;
    border: none;
    color: #000;
}

.thpladmin_fields_table .td_actions .dashicons {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 2px 2px;
    box-shadow: 0 1px 0 #ccc;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.thpladmin-sections .dashicons, 
.thpladmin_fields_table .td_actions .dashicons-admin-page, 
.thpladmin_fields_table .td_actions .dashicons-edit {
    cursor: pointer;
}
.thpladmin_fields_table .dashicons {
    line-height: inherit;
}

.thpladmin-sections .dashicons-no {
    color: #ff4c4c;
}
.thpladmin-sections a.add_link {
    margin-left: 30px;
    background-color: #00A0D2;
    border: 1px solid #0073AA;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 3px;
}

/*
.thpladmin-form-table{
    margin-top: 10px;
    margin-bottom: 40px;
}
.thpladmin-form-table td{
    padding: 5px 0px;
}
.thpladmin-form-table td.thpladmin-form-section-title{
    font-weight:bold;
    border-bottom: 1px dashed #cecece;
}
*/


#thwepof_product_fields {
  margin-top: 10px;
}

#thwepof_product_fields thead th input {
  /*margin: 2px 0 0 0 !important;*/
}

#thwepof_product_fields tbody .description {
  display: none;
  color: #999;
}

#thwepof_product_fields tbody td {
  overflow: visible !important;
  padding: 7px;
  vertical-align: middle;
}
#thwepof_product_fields tbody td.ui-sortable-handle {
  cursor: move;
}

#thwepof_product_fields tbody td:last-child, #thwepof_product_fields tbody th:last-child {
  padding-right: 14px;
}

#thwepof_product_fields tbody input.input-text, #thwepof_product_fields tbody td select {
  width: 100%;
}

#thwepof_product_fields tfoot .description {
  color: #999;
}

#thwepof_product_fields .check-column {
  padding: 7px 0 7px 14px;
}

#thwepof_product_fields strong.core-field {
  color: #a4688d;
}

#thwepof_product_fields .field-type,
#thwepof_product_fields .field-options,
#thwepof_product_fields span.na,
#thwepof_product_fields .field-validation {
  text-align: center;
  color: #aaa;
}

#thwepof_product_fields .field-type select,
#thwepof_product_fields .field-options select,
#thwepof_product_fields span.na select,
#thwepof_product_fields .field-validation select,
#thwepof_product_fields .field-type div,
#thwepof_product_fields .field-options div,
#thwepof_product_fields span.na div,
#thwepof_product_fields .field-validation div,
#thwepof_product_fields .field-type input,
#thwepof_product_fields .field-options input,
#thwepof_product_fields span.na input,
#thwepof_product_fields .field-validation input {
  text-align: left;
}

#thwepof_product_fields span.na {
  display: block;
}

#thwepof_product_fields .clear {
  text-align: center;
}

#thwepof_product_fields tr.disabled td {
  opacity: 0.3;
  text-decoration: line-through;
}

#thwepof_product_fields tr.disabled td:first-child {
  opacity:1;
}

tr.strikeout1 td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #FF0000;
  width: 100%;
}

#thwepof_product_fields tr.strikeout td {
    background: rgba(255, 0, 0, .4)!important;
    opacity: 0.6;
    text-decoration: line-through;
}

#thwepof_product_fields tr.thwepof-disabled td {
    opacity: 0.4;
}

#thwepof_product_fields tr.thwepof-disabled td.td_select {
    opacity: 1;
}

table.thpladmin_fields_table td.sort{
    cursor: move;
    font-size: 15px;
    text-align: center;
}

table.thpladmin_fields_table td.sort::before{
    content: '\f333';
    font-family: Dashicons;
    text-align: center;
    line-height: 1;
    color: #999;
    display: block;
    width: 17px;
    float: left;
    height: 100%;
    line-height: 24px;
}

.err_msgs{
    color: #FF0000;
}

.thwcpf-notice a.button-primary{
    font-size: 14px;
    color: #FFF;
    background-color: #D9534F;
    border-color: #D43F3A;
    line-height: 38px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.thwcpf-notice a.button-primary:hover{
    background-color: #D2322D;
    border-color: #AC2925;
}

#thwepof_product_fields .td_edit{
    width: 40px;
}

#thwepof_product_fields .td_enabled{
    width: 60px;
}

#thwepof_product_fields .td_clear{
    width: 70px;
}

#thwepof_product_fields .td_required{
    width: 70px;
}

#thwepof_product_fields .td_select{
    width: 23px;
}

.thwepof_popup_wrapper input[type="text"]:disabled, .thwepof_popup_wrapper select:disabled {
    background: #f6f6f6;
}

.ththwepof_popup_wrapper{
    max-height: 400px;
    overflow-y:scroll;
}

h1.nav-tab-wrapper, h2.nav-tab-wrapper, h3.nav-tab-wrapper {
    border-bottom: 1px solid #CCC;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-right: 20px;
}

.thwcfd-notice a {
    display:block;
    padding:0;
    height: 63px;
}
.thwcfd-notice p {
    margin-bottom:0px;
}
.thwcfd-notice ul {
    list-style-type: none;
    margin: 0px;
}
.thwcfd-notice ul li {
    background:url("tick.png") no-repeat 0 50%;
    padding-left: 20px;
}

/*-----------------------------------------
 *----- FIELDS TABLE STYLES - START -------
 *-----------------------------------------*/
.thpladmin_fields_table tr.strikeout td {
  background: rgba(255, 0, 0, .4)!important;
  opacity: 0.6;
    text-decoration: line-through;
}

.thpladmin_fields_table tr.thpladmin-disabled td {
  opacity: 0.4;
}
.thpladmin_fields_table tr.thpladmin-disabled td.td_select {
  opacity: 1;
}

.thpladmin_fields_table .td_actions{
  width: 90px;
}
.thpladmin_fields_table .td_enabled{
  width: 80px;
}
.thpladmin_fields_table .td_clear{
  width: 65px;
}
.thpladmin_fields_table .td_required{
  width: 85px;
}
.thpladmin_fields_table .td_select{
  width: 45px;
}
.thpladmin_fields_table .td_type{
    width: 150px;
}
.thpladmin_fields_table .td_validate{
    width: 100px;
    text-align: center;
    text-transform: capitalize;
}

.thpladmin_fields_table th.status{
  white-space:nowrap;
}

.thpladmin_fields_table .dashicons{
  line-height: inherit;
}
.thpladmin_fields_table .td_actions .dashicons{
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0px 2px 2px 2px;
  box-shadow: 0 1px 0 #ccc;
  webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.thpladmin_fields_table .td_actions .dashicons.disabled{
  color: #ccc;
  border: 1px solid #e9e9e9;
  cursor: default;
}
.thpladmin_fields_table .td_actions .dashicons-edit{
  cursor:pointer;
}
.thpladmin_fields_table .td_actions .dashicons-admin-page{
  cursor:pointer;
}
.thpladmin-sections .dashicons{
  cursor:pointer;
}
.thpladmin-sections .dashicons-no{
  color: #ff4c4c;
}
/*-----------------------------------------
 *----- FIELDS TABLE STYLES - END ---------
 *-----------------------------------------*/


/*---------------------------------------
 *----- POPUP & FORM STYLES - START -----
 *---------------------------------------*/
.product_page_thwepof_extra_product_options .ui-dialog {
    z-index: 9990;
    height: auto !important;
    padding: 0;
    border-color: #0071a1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.product_page_thwepof_extra_product_options .ui-widget-overlay {
    position: fixed;
}

.product_page_thwepof_extra_product_options .ui-dialog td{
    padding: 2px 0;
}

.product_page_thwepof_extra_product_options .ui-dialog .ui-widget-header{
    color: #fff;
    background: #004f70;
    background-image: linear-gradient(#004f70, #005a80);
}
.product_page_thwepof_extra_product_options .ui-dialog .ui-dialog-titlebar{
    height: 30px;
    padding: .6em 1em .4em 1em;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.product_page_thwepof_extra_product_options .ui-dialog .ui-dialog-title {
    line-height: 20px;
    font-weight: 400;
}
.product_page_thwepof_extra_product_options .ui-dialog .ui-dialog-titlebar-close{
    border: 1px solid #fff;
    background-color: #fff;
    right: 0.6em;
}
.product_page_thwepof_extra_product_options .ui-dialog .ui-dialog-titlebar-close:before{
    display:none;
}
.product_page_thwepof_extra_product_options .ui-dialog .ui-dialog-titlebar-close .ui-icon{
    background-color: #fff;
}

.product_page_thwepof_extra_product_options .ui-dialog .ui-dialog-buttonpane{
    border-color: #0071a1;
}
.product_page_thwepof_extra_product_options .ui-dialog .ui-dialog-buttonpane button{
    color: #0071a1;
    border-color: #0071a1;
    background: #f3f5f6;
    vertical-align: top;
    height: auto;
}

.product_page_thwepof_extra_product_options .ui-dialog input[type="text"],
.product_page_thwepof_extra_product_options .ui-dialog select{
    border-radius: 4px;
    border: 1px solid #7e8993;
    height: 34px;
    padding: 0 8px;
}

.product_page_thwepof_extra_product_options .select2-container .select2-selection{
    border-radius: 4px;
    border: 1px solid #7e8993;
    min-height: 34px;
    padding: 0 4px;
}
.product_page_thwepof_extra_product_options .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 0px;
}
.product_page_thwepof_extra_product_options .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    font-size: .8em;
    margin: 4px 4px 0 0;
}
.product_page_thwepof_extra_product_options .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search{
    margin: 0;
    height: 26px;
    width: auto;
}

/*
.thpladmin-popup-wrapper{
    max-height: 400px;
    overflow-y:scroll;
}
.thpladmin-popup-wrapper input[type="text"]:disabled, .thpladmin-popup-wrapper select:disabled {
    background: #f6f6f6;
}

h1.nav-tab-wrapper, h2.nav-tab-wrapper, h3.nav-tab-wrapper {
    border-bottom: 1px solid #CCC;
    padding-bottom: 0px;
    padding-left: 10px;
}

.thpladmin-dynamic-row-table .action-cell{
    width: 30px;
    text-align: center;
}
.thpladmin-dynamic-row-table .action-cell a.btn{
    background-color:#00A0D2;
    border:1px solid #0073AA;
    color:#FFFFFF;
    padding:2px 5px;  
    border-radius: 3px;
    font-size:12px;
    text-decoration:none;
}
.thpladmin-dynamic-row-table .action-cell a.btn-blue{
    background-color:#00A0D2;
    border:1px solid #0073AA;
}
.thpladmin-dynamic-row-table .action-cell a.btn-red{
    background-color:#ff6666;
    border:1px solid #ff4c4c;
}

.thpladmin-dynamic-row-table .action-cell a.dashicons{
    line-height: inherit;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 #ccc;
}
.thpladmin-dynamic-row-table .action-cell a.dashicons-plus{
    background-color:#00A0D2;
    border:1px solid #0073AA;
}
.thpladmin-dynamic-row-table .action-cell a.dashicons-no-alt{
    background-color:#ff6666;
    border:1px solid #ff4c4c;
}

.thpladmin-subtitle{
    font-size:11px; 
    color:#666666;
}

table.thpladmin-dynamic-row-table td.sort {
    padding: 0 0px;
    cursor: move;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

table.thpladmin-dynamic-row-table td.sort::before {
    content: '\f333';
    font-family: Dashicons;
    text-align: center;
    line-height: 1;
    color: #999;
    display: block;
    width: 17px;
    float: left;
    height: 100%;
}*/
/*---------------------------------------
 *----- POPUP & FORM STYLES - END -------
 *---------------------------------------*/




/**************************************
***** RULES STYLES - START ************
***************************************/
.thwepof_logic_label, .thwepof_logic_link{
    cursor: default;
    display: block;
    float: left;
    border: 1px solid gray;
    padding: 0 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2px;     
}
.thwepof_logic_link{
    cursor: pointer;
    text-decoration:none;
    color: #FFFFFF !important;
    background-color: #00A0D2;
    border: 1px solid #0073AA;
}

a.thwepof_delete_icon {
    color: red;
    /*float: left;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: block;
    background: url(delete.png) no-repeat 0 50%;*/
}

a.thwepof_delete_icon:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
/**************************************
***** RULES STYLES - END **************
***************************************/


/****************************************
***** SELECT2 STYLES - START ************
*****************************************/
.product_page_thwepof_extra_product_options .select2-drop-mask {
    z-index: 99999998!important;
}
.product_page_thwepof_extra_product_options .select2-drop {
    z-index: 99999999!important;
}
.product_page_thwepof_extra_product_options .select2-container {
    z-index: 99999999!important;
}
.product_page_thwepof_extra_product_options .select2-container .select2-search__field{
    min-width: 0 !important;
    background-image: none!important;
}

.product_page_thwepof_extra_product_options .select2-container .select2-selection{
    border-radius: 4px;
    border: 1px solid #7e8993;
    min-height: 34px;
    padding: 0 4px;
}
.product_page_thwepof_extra_product_options .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 0px;
}
.product_page_thwepof_extra_product_options .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    font-size: .8em;
    margin: 4px 4px 0 0;
}
.product_page_thwepof_extra_product_options .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search{
    margin: 0;
    height: 26px;
    width: auto;
}

.product_page_thwepof_extra_product_options .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin: 0;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0;
}
.product_page_thwepof_extra_product_options .select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.product_page_thwepof_extra_product_options .select2-container .select2-search--inline .select2-search__field {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 3px 0;
}
/****************************************
***** SELECT2 STYLES - END **************
*****************************************/

/*-----------------------------------------
 *----- COLOR PICKER STYLES - START -------
 *-----------------------------------------*/
.product_page_thwepof_extra_product_options .iris-picker{
    z-index:100;
    display:none;
    /*position:absolute!important;
    bottom: 20px;*/
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 1px 3px rgba(0,0,0,.2);
    position: absolute;
}
.product_page_thwepof_extra_product_options .iris-picker .ui-slider{
    border:0!important;
    margin:0!important;
    width:auto!important;
    height:auto!important;
    background:none!important;
}
.product_page_thwepof_extra_product_options .iris-picker .ui-slider .ui-slider-handle{
    margin-bottom:0!important;
}
.product_page_thwepof_extra_product_options .thpladmin-colorpickpreview{
    padding: 7px 10px 7px 20px;
    border: 1px solid #7e8993;
    border-radius: 4px;
    border-right:1;
    background-color: #FFFFFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product_page_thwepof_extra_product_options .thpladmin-colorpick{
    border-left:0 !important;
    margin-left: 0px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/*-----------------------------------------
 *----- COLOR PICKER STYLES - END ---------
 *-----------------------------------------*/


/**************************************
***** Help Tooltip - START ************
***************************************/
.thwepof_tooltip{
    float:right;
    display: inline;
    position: relative;
    font-size: 12px;
    height: 100%;
}

.thwepof_tooltip img{
    padding: 0px;
    vertical-align: middle;
    cursor: help;
    border: medium none;
    height: 16px;
    width: 16px;
}

.thwepof_tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,1);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: -100px;
    padding: 10px 15px;
    position: absolute;
    z-index: 9998;
    width: 350px;
}

.thwepof_tooltip:hover:before{
    border: solid;
    border-color: #000 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 9999;
}
/**************************************
***** Help Tooltip - END **************
***************************************/





.grid-content {
    padding: 10px 0;
    overflow: hidden;
}

.row{
  margin-left: -15px;
  margin-right: -15px;
}
.col-sm-1{
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-sm-1{
  float:left;
}

.col-sm-1{
  border: 1px solid #eee;
  background-color: #fff;
  float: left;
  max-width: 111px;
  max-height: 111px;
  overflow: hidden;
  margin: 5px 14px;
  border-radius: 4px;
}

.col-sm-1:hover{
  cursor: pointer;
  border-color: #eee;
  color: #0064eb;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
}

.col-sm-1 img{
  width: 30px;
  height: 30px;
  display: block;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto;
}
.col-sm-1 p{
  font-size: 10px;
  text-align: center;
}

@media (min-width: 768px){
  .col-sm-1 {
      width: 10%;
  }
}






/**************************************
 ***** NEW STYLES - START **************
 **************************************/

/***************************************
 ********* COMMON - START **************
 ***************************************/
:root {
    /*--primary-bg-color: #561849;
    --primary-text-color: #561849;
    --primary-border-color: #3b80ee;*/

    --primary-bg-color: #007cba;
    --primary-text-color: #0071a1;
    --primary-border-color: #0071a1;

    --primary-alt-bg-color: #f3f5f6;
    --primary-alt-text-color: #0071a1;
    --primary-alt-border-color: #0071a1;
}

/*color: #0071a1;
border-color: #0071a1;
background: #f3f5f6;*/

* {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
*:before, *:after {
    box-sizing: border-box;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    cursor: pointer;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}
a, .btn-link {
    color: #528ff0;
}

.wp-core-ui select{
    line-height: 2;
    border-color: #e2e2e2;
}

.pull-right {
    float: right !important;
}

.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}

.p-0{
    padding: 0 !important;
}

.ph-5{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pv-2{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.thwepof-wrap .updated{
    
}
.thwepof-wrap div.thwepof-notice{
    margin: 10px 20px 0 2px;
}

/*input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], 
input[type="email"], input[type="month"], input[type="number"], input[type="password"], 
input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"]*/ 
.thwepof-wrap input[type="text"], .thwepof-wrap select, .thwepof-wrap textarea {
    color: #32373c;
    line-height: 1;
    min-height: 30px;
    height: 36px;
    width: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 12px;
    box-shadow: 0 0 0 transparent;
}

.thwepof-wrap textarea {
    height: auto;
    overflow: auto;
    padding: 2px 6px;
    line-height: 1.5;
    resize: vertical;
}

.thwepof-wrap .btn{
    display: inline-block;
    background-image: none;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    touch-action: manipulation;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    outline: 0;
    margin: 0;
    padding: 12px 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    transition: .1s;
    -webkit-transition: .1s;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;

    color: var(--primary-alt-text-color);
    background-color: var(--primary-alt-bg-color);
    border-color: var(--primary-alt-border-color);
}
.thwepof-wrap .btn:hover{
    opacity: 0.9;
}
.thwepof-wrap .btn-small{
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 2px;
}
.thwepof-wrap .btn-tiny{
    font-size: 13px;
    padding: 5px 5px;
    border-radius: 2px;
}

.thwepof-wrap .btn-primary{
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-border-color);
}
.thwepof-wrap .btn-primary-alt{
    color: var(--primary-alt-text-color);
    background-color: var(--primary-alt-bg-color);
    border-color: var(--primary-alt-border-color);
}
.thwepof-wrap .btn-danger{
    color: #fff;
    background-color: #f44336;
    border-color: #c3352b;
}

.thwepof-wrap .btn:disabled,
.thwepof-wrap .btn[disabled]{
    color: #cbcbcb;
    border-color: #cbcbcb;
    background-color: #fcfcfc;
    cursor: default;
}

/*.thwepof-wrapper .btn-disabled {
    color: #7f8fa4;
}*/

/*.thwepo-inputtext,
.thwepo-select{
    line-height: 2;
    height: 36px;
    width: auto;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 12px;
}
.thwepo-select{
    
}
.thwepo-checkbox{
    
}*/

.thwepo-checkbox{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.thwepo-checkbox .cb-input,
.thwepo-radio .rb-input{
    display: block;
    height: 0;
    margin: 0;
    opacity: 0;
    line-height: normal;
    box-sizing: border-box;
    overflow: hidden;
}
.thwepo-checkbox .cb-el{
    width: 16px;
    margin-top: 2px;
    margin-right: 8px;
    height: 16px;
    background: #fff;
    border-radius: 2px;
    float: left;
    transition: .3s;
    cursor: pointer;
    border: 1px solid #ccc;
}
.thwepo-checkbox .cb-el::after {
    content: '';
    display: block;
    width: 6px;
    height: 11px;
    opacity: 0;
    transition: .2s;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(1.5);
    margin: 0 0 0 4px;
}
.thwepo-checkbox .cb-label{
    font-size: 14px;
    cursor: pointer;
    white-space: normal;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
}
.thwepo-checkbox :checked + .cb-el {
    background: #528ff0;
    border-color: #528ff0;
}
.thwepo-checkbox :checked + .cb-el::after {
    opacity: 1;
    transform: rotate(45deg);
}


.thwepo-input-wrap{
    font-weight: normal;
    display: block;
    margin: 24px 0 8px;
    position: relative;
}
.thwepo-input-wrap .label{
    float: left;
    width: 172px;
    text-align: right;
    margin-bottom: 4px;
    font-weight: bold;
    position: relative;
}
.thwepo-input-wrap.required .label::after {
    content: '*';
    font-size: 12px;
    position: absolute;
    margin-left: 1px;
    top: 0;
    color: #f05050;
}
.thwepo-input-wrap .content{
    margin-left: 190px;
    position: relative;
}
.thwepo-input-wrap.small .iel-wrapper{
    width: 260px;
}

.thwepo-input-wrap .thwepo-inputtext,
.thwepo-input-wrap .thwepo-select{
    width: 100%;
}
/***************************************
 ********* COMMON - END ****************
 ***************************************/

/*********************************************
 ********* POPUP COMMON - START **************
 *********************************************/
.thpladmin-modal-mask{
    position: fixed;
    background-color: rgba(17,30,60,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: scroll;
    transition: opacity 250ms ease-in-out;
}
.thpladmin-modal-mask{
    display: none;
}

.thpladmin-modal .modal-container{
    position: absolute;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 960px;
    min-height: 560px;
    height: 80vh;
    max-height: 640px;
    animation: appear-down 250ms ease-in-out;
}

.thpladmin-modal .modal-close{
    position: absolute;
    color: #58666e;
    font-size: 30px;
    padding: 9px 12px 11px;
    right: 8px;
    top: 8px;
    line-height: 20px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
}

.thpladmin-modal .form-wizard {
    max-width: 1024px;
    height: 80vh;
    max-height: 640px;
    min-height: 560px;
    background: #fafafa;
    position: relative;
}
.thpladmin-modal .wizard aside {
    padding: 24px 0;
    width: 240px;
    background: #fff;
    position: absolute;
    height: 100%;
    border-right: 1px solid #eee;
}
.thpladmin-modal .wizard aside side-title, 
.thpladmin-modal .wizard aside p {
    padding: 0 24px;
}
.thpladmin-modal .wizard aside side-title {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 16px;
}
.thpladmin-modal .wizard aside ul {
    margin: 30px 0;
    padding: 0;
}
.thpladmin-modal .wizard aside li {
    cursor: pointer;
    list-style: none;
    padding: 10px 24px;
    margin: 4px 0;
    /*color: #57666d;*/
    color: var(--primary-text-color);
    position: relative;
}
.thpladmin-modal .wizard aside li.text-primary {
    /*color: #27c24c;*/
    color: var(--primary-text-color);
}
.thpladmin-modal .wizard aside li.active {
    /*background: #528ff0;
    color: #fff;*/
    background: var(--primary-bg-color);
    color: #fff;
}
.thpladmin-modal .wizard aside li.disabled {
    /*opacity: 0.5;*/
    display: none;
}
.thpladmin-modal .wizard aside li .dashicons {
    margin-right: 6px;
    line-height: 18px;
    vertical-align: middle;
}

.thpladmin-modal .wizard aside li.active .dashicons::before {
    color: #fff;
}
.thpladmin-modal .wizard aside li i.i-chevron-right {
    font-style: normal;
    color: #fff;
    position: absolute;
    right: 8px;
    font-family: dashicons;
    opacity: 0;
    top: 50%;
    transform: translate(-4px,-50%);
    transition: .35s;
}
.thpladmin-modal .wizard aside li.active i.i-chevron-right {
    opacity: 1;
}

.thpladmin-modal .form-wizard main {
    left: 0;
    right: 0;
    padding: 30px;
    position: absolute;
    bottom: 80px;
    top: 0;
    overflow: auto;
}
.thpladmin-modal .wizard aside ~ main, 
.thpladmin-modal .wizard aside ~ footer {
    left: 240px;
}
.thpladmin-modal .form-wizard main.main-full {
    bottom: 0;
}
.thpladmin-modal .form-wizard main-title {
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 14px !important;
}
.thpladmin-modal .form-wizard .sub-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px !important;
}
.thpladmin-modal .form-wizard .device-mobile {
    display: none;
}
.thpladmin-modal .form-wizard .device-desktop {
    display: inline;
}

.thpladmin-modal .form-wizard footer {
    left: 0;
    padding: 10px 20px;
    right: 0;
    background: #f6f6f6;
    border-top: 1px solid #e0e0e0;
    bottom: 0;
    position: absolute;
    text-align: right;
}
.thpladmin-modal .form-wizard footer .Loader {
    float: left;
    opacity: 0;
    transition: 1s opacity;
    margin-top: 4px;
    line-height: 27px;
}
.thpladmin-modal .form-wizard footer .btn-toolbar > .btn{
    margin-left: 5px;
}

.thpladmin-modal .form-wizard .form {
    margin-top: 0px;
    padding-bottom: 0px;
}
.thpladmin-modal .form-wizard .data-panel-content {
    margin-top: 30px;
    padding-bottom: 90px;
}

.thpladmin-modal.thwepof-section-pp .modal-container{
    min-height: 400px;
    height: 65vh;
}
.thpladmin-modal.thwepof-section-pp .form-wizard {
    height: 65vh;
    min-height: 400px;
}
/*******************************************
 ********* POPUP COMMON - END **************
 *******************************************/

/*******************************************
 ********* WEPO POPUP - START **************
 *******************************************/
.thwepof_pp_table{
    width: 100%;
}
.thwepof_pp_table tr.disabled{
    display: none;
}
.thwepof_pp_table td{
    padding: 5px 10px;
}
.thwepof_pp_table.compact td{
    padding: 3px 10px;
}
.thwepof_pp_table td.h-separator{
    padding: 20px 0px !important;
}
.thwepof_pp_table td.h-separator span{
    display: block;
    height: 2px;
    border-top: 1px dashed #e6e6e6;
}
.thwepof_pp_table td.label{
    width: 25%;
    text-align: right;
    padding-right: 0;
    font-weight: bold;
}
.thwepof_pp_table td.tip{
    width: 16px;
    text-align: center;
    padding: 0;
}
.thwepof_pp_table td.field{
    padding-left: 0;
}
.thwepof_pp_table input[type="text"],
.thwepof_pp_table select{
    width: 260px;
}
.thwepof_pp_table input[type="text"].thwepo-color{
    width: 223px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.thwepof_pp_table .thpladmin-colorpickpreview {
    padding: 9.5px 15px 8.5px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 2px 0 0 2px;
    border-right: 1;
    background-color: #FFF;
}

.thwepof_pp_table.thwepof-display-rules table{
    width: 100%;
    padding: 0;
    border-spacing: 0px;
    border-collapse: collapse;
}
.thwepof_pp_table.thwepof-display-rules tr{
    vertical-align: top;
}
.thwepof_pp_table.thwepof-display-rules td{
    padding: 2px 0;
}

.thwepof_pp_table.thwepof-display-rules .rule-action{
    width: 80px;
}

.thwepof-display-rules td.operand-type{
    width: 27%;
}
.thwepof-display-rules td.operator{
    width: 27%;
}
.thwepof-display-rules td.operand{
    
}
.thwepof-display-rules td.actions{
    width: 18%;
    padding-top: 10px;
}
.thwepof_logic_link{
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-border-color);
}

.thwepof-display-rules .ajax-rules td.operand{
    width: 27%;
}
.thwepof-display-rules .ajax-rules td.operator{
    width: 27%;
}
.thwepof-display-rules .ajax-rules td.value{
    
}

.thwepof-display-rules td.operand-type input[type="text"],
.thwepof-display-rules td.operand-type select{
    width: 98%;
}
.thwepof-display-rules td.operator input[type="text"],
.thwepof-display-rules td.operator select{
    width: 98%;
}
.thwepof-display-rules td.operand input[type="text"],
.thwepof-display-rules td.operand select{
    width: 98%;
}

.thwepof-display-rules .ajax-rules td.value input[type="text"],
.thwepof-display-rules .ajax-rules td.value select{
    width: 98%;
}

.product_page_thwepof_extra_product_options .select2-container .select2-selection {
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    min-height: 36px;
    padding: 0 4px;
}

.thpladmin-options-table{
    width: 100%;
    margin-bottom: 30px;
}
.thpladmin-options-table input[type="text"], 
.thpladmin-options-table select {
    width: 100%;
    padding: 0 6px;
}

.thpladmin-options-table td{
    padding: 2px 0 2px 4px;
}
.thpladmin-options-table td.key{
    
}
.thpladmin-options-table td.value{
    
}
.thpladmin-options-table td.price{
    width: 70px;
}
.thpladmin-options-table td.price-type{
    width: 110px;
}
.thpladmin-options-table td.action-cell{
    width: 100px;
}
.thpladmin-options-table td.action-cell .btn{
    margin-left: 6px;
    padding: 1px 5px 2px 5px;
    font-size: 18px;
    line-height: 1;
}
.thpladmin-options-table td.action-cell span.sort {
    cursor: move;
    font-size: 18px;
    padding: 0px 1px 1px 1px;
    border-color: #999;
}

.thpladmin-options-table td.action-cell span.sort::before {
    content: '\f333';
    content: '\f228';
    font-family: Dashicons;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    color: #999;
}
/******************************************
 ********* WEPO POPUP - END ***************
 ******************************************/

/*****************************************************
 ********* WEPO ADVANCE SETTINGS - START *************
 *****************************************************/
.thwepof-settings-table{
    width: 100%;
}
.thwepof-settings-table td{
    padding: 5px 0px;
}
.thwepof-settings-table td.section-title{
    padding: 30px 0px 5px 0px;
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
    border-bottom: 1px dashed #cecece;
}
.thwepof-settings-table td.label{
    width: 22%;
    text-align: left;
    padding-right: 0;
    font-weight: normal;
}
.thwepof-settings-table td.tip{
    width: 16px;
    text-align: center;
    padding: 0;
}
.thwepof-settings-table td.field{
    padding-left: 0;
}
.thwepof-settings-table textarea {
    width: 90%;
    font-size: 0.9em;
}

.thpladmin-subtitle{
    font-size:11px; 
    color:#666666;
}
/*****************************************************
 ********* WEPO ADVANCE SETTINGS - END ***************
 *****************************************************/
.thwepof_td_colorpick {
    position: relative;
}
/*.product_page_thwepof_extra_product_options .iris-picker {
    top: 100%;
}*/
.product_page_thwepof_extra_product_options .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search {
    height: auto;
}
.thwepof-wrap input[type=number] {
    color: #32373c;
    line-height: 1;
    min-height: 30px;
    height: 36px;
    width: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 12px;
    box-shadow: 0 0 0 transparent;
}
#thwepof_product_fields tr.thwepof-disabled td.td_actions {
    opacity: 1;
}

/* Review Banner CSS */
.thwepo-review-wrapper {
    padding: 15px 28px 26px 10px;
    margin-top: 35px;
}
.thwepo-review-image {
    float: left;
}
.thwepo-review-content {
    padding-right: 180px;
}
.thwepo-review-content p {
    padding-bottom: 14px;
}
.thwepo-notice-action{ 
    padding: 8px 18px 8px 18px;
    background: #fff;
    color: var(--primary-bg-color);
    border-radius: 5px;
    border: 1px solid  var(--primary-bg-color);
}
.thwepo-notice-action.thwepo-yes {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.thwepo-notice-action:hover:not(.thwepo-yes) {
    background-color: #f2f5f6;
}
.thwepo-notice-action.thwepo-yes:hover {
    opacity: .9;
}
.thwepo-notice-action .dashicons{
    display: none;
}
.thwepo-themehigh-logo {
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
}
.thwepo-notice-action {
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 18px 8px;
}
.thwepo-yes{
    background-image: url(tick.svg);
}
.thwepo-remind{
    background-image: url(reminder.svg);
}
.thwepo-dismiss{
    background-image: url(close.svg);
}
.thwepo-done{
    background-image: url(done.svg);
}