.wcpt-sections h3 {
    font-size: 14px;
    margin-bottom: 0;
}
.wcpt-section.columns {
    padding-right: 8px;
}
.wcpt-columns-draggable,
.wcpt-columns-sortable {
    list-style-type: none;
    flex-wrap: wrap;
    display: block;
}
.wcpt-columns-draggable li,
.wcpt-columns-sortable li {
    margin: 5px;
    padding: 5px;
    text-align: center;
    cursor: grabbing;
    display: inline-block;
    vertical-align: top;
    min-width: 36px;
    width: auto !important;
}
.wcpt-columns-draggable {
    margin-top: 5px;
}
.wcpt-columns-draggable li {
    margin-left: 0;
}
.wcpt-columns-sortable {
    width: 100%;
    height: 235px;
    border: 4px dashed #bbb;
    overflow: auto;
}
.wcpt-columns-sortable li.wcpt-saved-columns {
    width: 100px;
    right: auto;
    height: 18px;
    bottom: auto;
}
.wcpt-enhanced-select {
    width: 50% !important;
}
#dialog {
    height: auto !important;
}
.ui-dialog .ui-widget-header {
    border: none;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 10px;
    background: #f6f6f6;
}
#dialog label {
    font-size: 14px;
    font-weight: 700;
}
#dialog .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
#dialog input:not([type="check"]):not([type="radio"]),
#dialog select {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    margin-top: 5px;
}
.ui-dialog .cancel_action,
.ui-dialog .delete_action,
.ui-dialog .save_action {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.ui-dialog .save_action {
    background: #007bff;
}
.ui-dialog .delete_action {
    background: #dc3545;
}
.ui-dialog .cancel_action {
    background: #6c757d;
}
.wcpt-columns-draggable li.wcpt-saved-columns,
.wcpt-columns-sortable li.wcpt-saved-columns {
    min-width: 100px;
}
hr {
    border-bottom: 1px solid #ddd !important;
}
#wcpt-table-design-settings .woocommerce_options_panel {
    display: flex;
    min-height: 75px;
}


.woocommerce_options_panel p.form-field.wcpt_bdsize {
    padding-left: 1px !important;
}
#wcpt-table-design-settings p.form-field label {
    margin-left: -41px;
    width: 125px;
    text-align: right;
}
#wcpt-table-design-settings span.woocommerce-help-tip {
    margin-right: 5px;
}
.woocommerce_options_panel p.form-field.wcpt_bdsize label {
    margin-right: 10px;
}
div#wcpt-onepage-checkout .woocommerce_options_panel {
    min-height: 36px;
    margin: 0;
    padding: 0;
}
#wcpt-onepage-checkout .inside {
    padding-left: 0;
}
.woocommerce_options_panel p.form-field.wcpt_bdsize input {
    width: 23%;
}

.woocommerce_options_panel .display_onepage_checkout_field label {
    position: absolute;
    right: 94px;
}

input#display_onepage_checkout {
 position: absolute;
 left: 12px;
}
input.woo_column_show_stock {
    width: unset !important;
}

p.wcpt_export_title {
    position: absolute;
    bottom: 2px;
    right: 57px;
}
form#wcpt-import-form{
    position: relative;
    margin-left: 310px;
    bottom: 30px;
}
.import-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    width: 50%;

}
.import-popup h2 {
    margin-top: 0;
}

.import-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #888;
}

.import-popup-close:hover {
    color: #333;
}

.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover,
.drop-container.drag-active {
  background: #eee;
  border-color: #111;
}

.drop-container:hover .drop-title,
.drop-container.drag-active .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

input[type=file] {
  width: 350px;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}
.import_files_btn{
    background: #0D45A5;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border-radius: 7px;
    width: 100px;
    height: 30px;
    font-size: 15px;
}
.guest_users_setting {
    margin-left: 171px;
}
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,700");
.wcpt-mini-cart-container {
     position: relative;
    bottom: 50px;
    left: 9px;
}

.wcpt-mini-cart-container p {
  margin: 0 0 80px 0;
  color: #141313;
  font-size: 12px;
  font-weight: 300;
}

.wcpt-mini-radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-left: 160px;
}

.wcpt-custom-radio input {
  display: none;
}

.wcpt-mini-cart-radio-btn {
  margin: 10px;
  width: 71px; 
  height: 71px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.wcpt-mini-cart-radio-btn > i {
  color: #ffffff;
  background-color: #ffdae9;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.wcpt-mini-cart-radio-btn .hobbies-icon {
  width: 100%; 
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wcpt-mini-cart-radio-btn .hobbies-icon svg {
    display: block;
    width: 55px;
    height: auto;
    padding-left: 6px;
}

.wcpt-mini-cart-radio-btn .hobbies-icon i {
  color: #ffdae9;
  line-height: 40px;
  font-size: 30px;
}

.wcpt-mini-cart-radio-btn .hobbies-icon h3 {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wcpt-custom-radio input:checked + .wcpt-mini-cart-radio-btn {
  border: 2px solid #172B4D;
}

.wcpt-custom-radio input:checked + .wcpt-mini-cart-radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
table.form-table .mini-cart-checkbox {
    margin-left: 20px;
    font-size: 12px;
}
table.form-table.wcpt-guest-user-radio tbody th.titledesc {
    padding: 16px 20px 5px 20px !important;
    width: 118px;
    font-size: 12px;
    font-weight: 400;
    color: #555;
}
table.form-table.wcpt-guest-user-radio fieldset label{
 margin-right:10px !important;
}

table.form-table.mini-cart-checkbox tbody th.titledesc  {
    padding: 16px 20px 5px 27px !important;
    width: 118px;
    font-size: 12px;
    font-weight: 500;
    color: #555;
}
table.form-table.mini-cart-checkbox fieldset label{
 margin-right:10px !important;
}
div#wcpt-table-content-settings .woocommerce_options_panel{
min-height:0;
}

#wcpt-user-registration .woocommerce_options_panel {
    min-height: 75px;
}

