.pure-table {
  width: 100%;
  border-collapse: collapse;
  z-index: 1;
  margin-bottom: 0 !important;
}

.pure-table,
.pure-table th,
.pure-table td {
  empty-cells: show;
  border: 1px solid #e0e0e0;
}

.woocommerce div.product form.cart table.pure-table td {
  padding: 10px 20px 10px 20px;
  white-space: nowrap;
}

.heading-center,
.woocommerce div.product form.cart table.pure-table td:not(.attr-name) {
  text-align: center;
}

table.pure-table td:not(.attr-name) {
  cursor: pointer;
}

.price-matrix-table .attr-name {
  font-weight: 700;
  background: #efefef;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}

.pure-table .pm-td-price:hover,
.pure-table .pm-td-price {
  font-size: 14px !important;
  color: #747577 !important;
}

.woocommerce div.product form.cart table.horizontal-3 tbody > tr:first-child {
  background: #dadada;
  color: #747577;
}

.pure-table .pm-td-price:hover,
.pure-table .pm-td-price.selected {
  background: #efefef;
  color: #b31010;
  cursor: pointer;
}

/* .pure-table .price:hover > span.pm-price-wrap, .pure-table .price.selected > span.pm-price-wrap {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #ecf6f3;
    border: 1px solid #00a76d;
    color: #00a76d;
    cursor: pointer;
    display: block;
} */

.pure-table .pm-price-wrap:not(.show) del {
  display: none;
}

.pure-table .pm-td-price ins {
  text-decoration: none;
  background: transparent;
  color: #747577;
}

.woocommerce-variation-price ins {
  color: red;
}

.woocommerce div.product form.cart .variations {
  width: 375px;
}

.woocommerce div.product form.cart .variations td.label {
  width: 30%;
  color: #000;
  text-align: left;
}

.price-matrix-container:before,
.price-matrix-container:after {
  display: table;
  content: " ";
}

.price-matrix-container:after {
  clear: both;
}

.woocommerce div.product form.cart .variations select {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.woocommerce div.product form.cart .variations tr {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reset_variations {
  display: none;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  margin-bottom: 30px !important;
}

.colspan {
  position: static !important;
}

.tippy-tooltip {
  background: #efefef !important;
}

.tippy-popper[x-placement^=top] [x-arrow] {
  border-top: 7px solid #efefef !important;
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom: 7px solid #efefef !important;
}

.tippy-popper .tippy-tooltip-content table {
  margin-bottom: 0;
}

.tippy-popper .tippy-tooltip-content table tr {
  border-top: 1px dashed #444;
  border-bottom: 0;
}

.tippy-popper .tippy-tooltip-content table tr:first-child {
  border-top: 0;
}

.tippy-popper .tippy-tooltip-content table tr td {
  text-align: right;
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #444;
  white-space: nowrap;
}

.tippy-popper .tippy-tooltip-content table tr td:first-child {
  width: 145px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}

.woocommerce div.product form.cart table.pure-table.horizontal-3 td {
  padding: 10px 20px 10px 20px;
}

.woocommerce div.product form.cart table.pure-table.horizontal-3 td.text-center {
  text-align: center;
}

table.table-matrix-4 td {
  padding: 10px 20px 10px 20px !important;
}

.table-responsive.hide {
  display: none;
}

.tippy-tooltip {
  padding: 0 !important;
}

.tippy-tooltip .tippy-tooltip-content table tr td {
  background-color: #efefef;
  border-bottom: 1px solid #fbfbfb;
  padding: 5px 15px;
}

.tippy-tooltip .tippy-tooltip-content table tr:last-child td {
  border-bottom: 0 !important;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../images/loader.svg) center center;
  -webkit-background-size: cover;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

table.un-variations tbody label {
  font-weight: 700;
  white-space: nowrap;
}

table.un-variations select {
  padding-left: 10px;
}

.pure-table .pm-td-price del span,
.woocommerce-variation-price del span {
  margin-right: 0;
}

.pure-table .pm-td-price del {
  margin-right: 5px;
}

.pm-td-price.tippy {
  text-align: center;
}

.has-price-matrix:not(.has-color_swatches) table.variations {
  display: none !important;
}

.nbpm-calculator {
  margin: 10px 0;
}

.woocommerce div.product form.cart table.pure-table td.selected {
  background: #e6e6e6;
}

#price-matrix-wrapper {
  width: 100%;
}

#price-matrix-wrapper .load-table-pm {
  margin-top: 25px;
}

.nbcs-hidden {
  display: none !important;
  visibility: hidden !important;
}

.nbtcs-swatches {
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.nbtcs-swatches span img {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.nbtcs-swatches span:not(.swatch-radio) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
  border: 1px solid #999;
  position: relative;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nbtcs-swatches span.swatch-color {
  overflow: initial;
}

.nbtcs-swatches span:last-child {
  margin-right: 0;
}

.nbtcs-swatches .swatch:not(.swatch-radio).circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.nbtcs-swatches .swatch:not(.swatch-radio).selected {
  -webkit-box-shadow: 0 0 5px;
  box-shadow: 0 0 5px;
  border-color: #999;
  opacity: 1;
}

.nbtcs-swatches .swatch.disabled {
  opacity: 0.1;
}

.nbtcs-swatches .swatches-radio {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nbtcs-swatches .swatches-radio li {
  color: #AAAAAA;
  display: block;
  position: relative;
  width: 100%;
}

.nbtcs-swatches .swatches-radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.nbtcs-swatches .swatches-radio li label {
  display: inline-block;
  position: relative;
  font-weight: 300;
  padding: 0 21px 5px 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.nbtcs-swatches .swatches-radio li .check {
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 0;
  z-index: 5;
  -o-transition: border .25s linear;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.nbtcs-swatches .swatches-radio li .check:before {
  display: block;
  position: absolute;
  content: '';
  height: 7px;
  width: 7px;
  top: 2px;
  left: 2px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.nbtcs-swatches .swatches-radio li .check.circle {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.nbtcs-swatches .swatches-radio li .check.circle:before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.nbtcs-swatches .swatches-radio li:hover label {
  color: #fff;
}

.nbtcs-swatches .swatches-radio li:hover .check {
  border: 2px solid #fff;
}

.nbtcs-swatches .swatches-radio li input[type=radio]:checked ~ .check {
  border: 2px solid #000000;
}

.nbtcs-swatches .swatches-radio li input[type=radio]:checked ~ .check::before {
  background: #000000;
}

.nbtcs-swatches .swatches-radio li input[type=radio]:checked ~ label {
  color: #000000;
}

.nbtcs-swatches .swatch-color {
  text-indent: -9999px;
}

.nbtcs-swatches .swatch-color.circle:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  border: 1px solid transparent;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  width: auto;
  height: auto;
  border-color: inherit;
}

.nbtcs-swatches .swatch-color .selected {
  border-color: transparent;
}

.nbtcs-swatches .swatch-color .selected:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #ff7a7a;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -8px;
}

.nbtcs-swatches .swatch-label {
  background-color: #f1f1f1;
}

.nbtcs-swatches .swatch-text.selected {
  background: #dcdcdc;
}

.nbtcs-swatches .swatch-image {
  overflow: hidden;
}

#nbtcs-unlinebreak table.variations tbody td {
  display: table-cell;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
}

#nbtcs-unlinebreak table.variations tbody td.label {
  width: 25%;
}

#nbtcs-unlinebreak .nbtcs-swatches {
  padding: 10px 0 5px 5px;
  vertical-align: middle;
  display: inline-table;
}

#nbtcs-unlinebreak table.variations tbody > tr:first-child .nbtcs-swatches {
  padding-top: 5px;
  padding-bottom: 15px;
}

.no-selected {
  display: none;
}

.variations tbody tr:last-child td.label {
  margin-bottom: 25px;
}