.draggable-label {
  width: 55px;
  height: 27px;
  padding: 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: yellow;
  opacity: 1;
  text-align: center;
  position: absolute !important;
  top: 0;
  background: none;
  color: #000;
}

.draggable-label .label-text {
  position: absolute;
  top: -20px;
  right: 50%;
  font-size: 14px;
  color: #000;
  white-space: pre;
  transform: translateX(50px);
}
#product_table_id_length label,
#product_table_id_filter label {
  margin-left: 0;
  width: auto;
  margin-bottom: 10px;
}
#product_table_id td.label-area-size input {
  width: 40px;
}
#product_table_id th,
#product_table_id td {
  text-align: center;
}
.exploded-area img {
  height: auto;
  width: 100%;
}
.dataTable-area {
  padding: 0 10px;
  margin: 15px 0;
}
.expload-view-container {
  width: 100% !important;
}
.expload-view-content {
  width: 100% !important;
}
.exploded-area {
  width: 678px;
  margin: 0 auto;
  position: relative;
  margin-top: 19px;
  margin-bottom: 70px;
}
#ass_prod_list th,
#ass_prod_list td {
  text-align: center !important;
}
.panzoom-container {
  width: 678px;
  margin: 0 auto;
}
#my_custom_product_data {
  position: relative;
  width: 678px;
}
#my_custom_product_data .draggable-label {
  position: absolute;
  padding: 0;
  text-align: center;
}
.highlight,
.highlight td {
  background-color: #edf4ce !important;
}
.exploded-area .ui-widget-content {
  border-style: solid;
  border-width: 2px;
  border-color: yellow;
  color: red;
  opacity: 1;
  background: none;
}
.dataTable-area .label-area-size input[type="text"] {
  width: 100%;
  float: none;
}
.dataTable-area #product_table_id .label-num input[type="text"] {
  width: 100%;
}

.woocommerce div.product form.cart table {
  margin-top: 1.5rem;
}
.woocommerce div.product form.cart table,
.woocommerce div.product form.cart table td {
  border: 2px solid #ccc !important;
}
.woocommerce div.product form.cart table td {
  padding: 5px 10px !important;
}

.grouped_form {
  clear: both;
}

/*Custom Css New*/
.upload-image {
  position: relative;
}

map {
  background-color: red;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 8px;
}

.hide,
.hides {
  display: none;
}

table.sub_product_table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.sub_product_table td,
.sub_product_table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
table.sub_product_table tr:nth-child(even) {
  background-color: #dddddd;
}
.custom-loading-icon {
  background-image: url("../img/loading.gif") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.custom-option-group {
  padding: 15px;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}
.container {
  margin: 150px auto;
}
.imagemaps-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.imagemaps-wrapper img {
  max-width: 100%;
}
.imagemaps-control {
}
table.sub_product_table .table td,
table.sub_product_table .table th {
  vertical-align: middle;
}

#my_custom_product_data .imagemaps-wrapper .ui-draggable-handle {
  border: 1px solid red;
  border-color: red !important;
}
.highlight-image-border {
  border-color: #ff5501;
}
.product_meta_custom tr:nth-child(even) {
  background-color: unset;
}
.product_meta_custom tr th {
  border: none !important;
  border-bottom: 1px solid #dddddd !important;
}
.product_meta_custom table span.price {
  color: #000 !important;
}
.product_meta_custom .table.grouped td.pe-title-column .product-item-name {
  color: #000 !important;
}
.product_meta_custom td.pe-sku-column {
  color: #000;
}
.product_meta_custom td.pe-number-column {
  color: #000;
}
.product_meta_custom table th {
  color: #000;
  font-weight: 600;
}
.product_meta_custom .quantity input.qty {
  height: 38px !important;
}

.product-image.buttons {
  position: relative;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
.product-image.buttons button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: 500;
  margin: 0 3px;
  padding: 8px 15px;
  font-size: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  table#ass_prod_list {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  table#ass_prod_list tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.35em;
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table#ass_prod_list th,
  table#ass_prod_list td {
    padding: 0.625em;
    text-align: center;
  }
  table#ass_prod_list th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  table#ass_prod_list thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table#ass_prod_list td {
    border-bottom: 1px solid #ddd;
    border-top: none !important;
    display: block;
    font-size: 0.8em;
    text-align: right;
    min-height: 42px;
    width: 100% !important;
  }
  table#ass_prod_list td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table#ass_prod_list td:last-child {
    border-bottom: 0;
  }
  #ass_prod_list th,
  #ass_prod_list td {
    text-align: right !important;
  }
  table#ass_prod_list td.pe-qty-column {
    min-height: 60px;
  }
  table#ass_prod_list td.pe-qty-column .quantity {
    float: right;
    width: 15%;
  }
  table#ass_prod_list td.pe-sku-column {
    color: #666 !important;
  }
  table#ass_prod_list td.pe-number-column {
    color: #666 !important;
  }
}
div#my_custom_product_data {
  cursor: auto !important;
}
/*New Css*/
.pe-qty-column .pe-qty-cell input {
  width: 45px;
}
.pe-product-table .action.primary {
  padding: 10px;
}
.action.primary {
  background-image: none;
  background: #f06a31;
  border: 1px solid #f06a31;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato";
  font-weight: 700;
  padding: 21px 28px;
  /* font-size: 12px; */
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  min-width: 120px;
  text-align: center;
}
.pe-number-column,
.pe-extra-attribute-column,
.pe-sku-column {
  width: 1px;
  white-space: nowrap;
}
.pe-qty-column .pe-qty-cell span.pe-qty-icon img {
  vertical-align: middle;
  margin: 0 3px 0 3px;
}
.pe-qty-column .pe-qty-cell {
  width: 110px;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped td.pe-title-column .product-item-name {
  margin: 0;
}

/* Checkbox design css */
/* The container */

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  // cursor: pointer;
  // font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container .product-type-product_explode input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.forntend-columns-display label.container {
  float: none;
  margin: 0;
  padding-left: 32px;
  font-size: 15px;
  padding-bottom: 4px;
}
.forntend-columns-display .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.forntend-columns-display
  .forntend-columns-display
  .container:hover
  input
  ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.forntend-columns-display .container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.forntend-columns-display .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.forntend-columns-display .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.forntend-columns-display .container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ass_prod_list .quantity input.qty {
  opacity: 1 !important;
}

body button.button.wdm_enquiry {
  background-image: none !important;
  background: #f06a31 !important;
  border: 1px solid #f06a31 !important;
  color: #fff !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: "Lato" !important;
  font-weight: 700 !important;
  padding: 10px !important;
  /* font-size: 12px !IMPORTANT; */
  box-sizing: border-box !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  min-width: 135px !important;
  text-align: center !important;
  min-height: 42px;
  margin-top: 0px;
  margin: 0px !important;
}
body button.button.wdm_enquiry:hover {
  background: #f06a31 !important;
  padding: 10px !important;
  border: none !important;
  color: #fff !important;
}
#my_custom_product_data
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  width: 96%;
}
