.hidden {
  display: none !important;
  visibility: hidden !important; }

.nbtcs-swatches {
  position: relative;
  overflow: hidden;
  padding: 5px; }

.nbtcs-swatches .swatch:not(.swatch-radio) {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-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; }

.nbtcs-swatches .swatch:not(.swatch-radio).circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.nbtcs-swatches .swatch:not(.swatch-radio).selected {
  -webkit-box-shadow: 0 0 5px;
  -moz-box-shadow: 0 0 5px;
  box-shadow: 0 0 5px;
  border-color: #999;
  opacity: 1; }

.nbtcs-swatches .swatch.disabled {
  opacity: 0.1; }

.nbtcs-swatches .swatch-color {
  text-indent: -9999px; }

.swatches-radio {
  margin: 0;
  padding: 0;
  list-style: none; }

.swatches-radio li {
  color: #aaa;
  display: block;
  position: relative;
  width: 100%; }

.swatches-radio li input[type=radio] {
  position: absolute;
  visibility: hidden; }

.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; }

.swatches-radio li:hover label {
  color: #fff; }

.swatches-radio li .check {
  display: block;
  position: absolute;
  border: 2px solid #aaa;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear; }

.swatches-radio li .check.circle {
  border-radius: 100%; }

.swatches-radio li:hover .check {
  border: 2px solid #fff; }

.swatches-radio li .check::before {
  display: block;
  position: absolute;
  content: '';
  height: 7px;
  width: 7px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.swatches-radio li .check.circle::before {
  border-radius: 100%; }

.swatches-radio input[type=radio]:checked ~ .check {
  border: 2px solid #000; }

.swatches-radio input[type=radio]:checked ~ .check::before {
  background: #000; }

.swatches-radio input[type=radio]:checked ~ label {
  color: #000; }

.nbtcs-swatches .swatch-color.selected {
  border-color: transparent; }

.nbtcs-swatches .swatch-color.selected:before {
  -webkit-transform: rotate(45deg);
  -moz-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; }
ul.nbt-brands-carousel li .nbt-bc-thumb, .nbt-brands-thumbnail li .nbt-bc-thumb {
  position: relative;
  border: 1px solid #959595;
  display: inline-block; }

ul.nbt-brands-carousel li .nbt-bc-thumb:before, .nbt-brands-thumbnail li .nbt-bc-thumb:before {
  border-bottom: 1px solid rgba(37, 188, 233, 0.8);
  border-top: 1px solid rgba(37, 188, 233, 0.8);
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transform: scale(0, 1);
  pointer-events: none;
  z-index: 9; }

ul.nbt-brands-carousel li .nbt-bc-thumb:after, .nbt-brands-thumbnail li .nbt-bc-thumb:after {
  border-left: 1px solid rgba(37, 188, 233, 0.8);
  border-right: 1px solid rgba(37, 188, 233, 0.8);
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  pointer-events: none;
  right: -1px;
  top: -1px;
  transform: scale(1, 0);
  z-index: 9; }

ul.nbt-brands-carousel li .nbt-bc-thumb:hover, .nbt-brands-thumbnail li .nbt-bc-thumb:hover {
  border: 1px solid transparent; }

ul.nbt-brands-carousel li .nbt-bc-thumb:hover:before, .nbt-brands-thumbnail li .nbt-bc-thumb:hover:before {
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s; }

ul.nbt-brands-carousel li .nbt-bc-thumb:hover:after, .nbt-brands-thumbnail li .nbt-bc-thumb:hover:after {
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s; }

ul.nbt-brands-carousel li img {
  display: block;
  width: 100%; }

.nbt-brands-carousel .owl-nav .owl-prev, .nbt-brands-carousel .owl-nav .owl-next {
  top: 22%; }

#secondary .widget .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px; }

ul.nbt-brands-thumbnail {
  margin: -7.5px -5px 0; }

ul.nbt-brands-thumbnail li {
  float: left;
  width: 50%;
  padding: 7.5px; }
#nbt-order-upload .btn {
  width: 30px;
  height: 30px; }

.file-upload {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 150px; }

.file-upload input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer; }

.file-preview img {
  width: 100%;
  height: auto; }

.file-preview .ibenic_file_preview {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.ibenic_file_delete {
  position: absolute;
  width: 100%;
  top: 98%;
  left: 0;
  padding: 0.5em;
  text-align: center;
  color: white;
  background-color: red; }
/* Start CSS */
.nbt-upload-zone {
  position: relative;
  overflow: hidden; }

.nbt-upload-zone .nbt-oupload-target {
  border: 3px dashed #607d8b;
  text-align: center;
  padding: 25px;
  border-radius: 2px;
  color: #455a64;
  font-size: 14px;
  -webkit-transition: background 0.15s linear, border 0.15s linear, color 0.15s linear, opacity 0.15s linear;
  transition: background 0.15s linear, border 0.15s linear, color 0.15s linear, opacity 0.15s linear;
  background: #fff;
  cursor: pointer; }

.nbt-upload-zone:hover .nbt-oupload-target, .nbt-upload-zone.dragover .nbt-oupload-target {
  background: #cfd8dc;
  border-color: #546e7a;
  color: #263238; }

.nbt-upload-input {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1px;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  border: 1px solid #455a64;
  border-radius: 2px;
  color: #455a64;
  font-size: 16px; }

.nbt-oupload-header {
  background: #efefef;
  height: 35px; }

.nbt-oupload-body {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.nbt-file {
  padding: 5px 6px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #ddd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.nbt-file:before, .nbt-file:after {
  content: " ";
  display: table; }

.nbt-file:after {
  clear: both; }

.nbt-oupload-output {
  margin: 20px 0; }

.nbt-file-left {
  background: #dcdbdb;
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #dcdbdb; }

.nbt-file-left.file-icon {
  background: transparent;
  border: none; }

.nbt-file-right {
  float: left;
  width: 100%;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 10px; }

.nbt-file-right .name {
  padding: 5px 30px 3px 0px;
  font-weight: 500;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.nbt-file-right .size {
  font-size: 10px;
  color: #999;
  padding: 0 30px 0px 0px; }

#nbt-order-upload .progress {
  margin-bottom: 0;
  display: none;
  height: 10px;
  border-radius: 0; }

.nbt-icon-cancel {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 6px;
  background: #d21919;
  width: 22px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  text-align: center;
  font-size: 12px; }

.nbt-icon-cancel:hover {
  background: #bf3232;
  color: #fff; }

.nbt-icon-cancel:before {
  margin: 0; }

.nbt-file.error {
  border-top: 1px solid #d8a8a8;
  background: #fde3e3; }

.nbt-file.success {
  border-top: 1px solid #8dca9d;
  background: #ecfeda; }

.nbt-ou-msg {
  font-size: 11px;
  white-space: nowrap;
  border: 1px solid #b55656;
  overflow: hidden;
  display: block;
  width: 100%;
  background: #e69090;
  padding: 1px 3px;
  margin-top: 3px; }

.nbt-show-files {
  margin-bottom: 5px; }

.nbt-show-files .toggle-order-upload {
  font-size: 13px !important;
  cursor: pointer;
  text-transform: inherit !important; }

.nbt-show-files .toggle-order-upload i {
  top: 1px;
  position: relative;
  left: -2px; }

.nbt-show-files .toggle-order-upload.active .nbt-icon-down-open:before {
  content: '\e80e'; }

.nbt-show-files ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nbt-show-files ul li {
  border-bottom: 1px solid #f1f1f1;
  padding-left: 15px;
  padding: 5px 0;
  color: #757575;
  font-size: 13px; }

.nbt-show-files ul li:last-child {
  border-bottom: 0; }

.nbt-show-files ul li {
  list-style-type: inherit !important; }

.nbt-show-files ul li:after, .nbt-show-files ul li:before {
  content: ' ';
  display: table; }

.nbt-show-files ul li:after {
  clear: both; }

.left-files {
  float: left;
  width: 35px; }

.left-files img {
  border: 1px solid #ccc; }

.right-files {
  float: right;
  width: calc(100% - 35px);
  padding-left: 10px; }

.right-files h4 {
  margin: 0 0 3px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.product-name {
  width: 50%; }

.right-files p {
  font-size: 12px;
  margin: 0;
  color: #444; }

.btn-upload-fast {
  padding: 5px 13px !important;
  color: #fff;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background: #272727;
  white-space: nowrap; }

td.product-name .nbt-ou-fast a, .product-name .nbt-ou-fast a:hover {
  color: #fff !important;
  text-transform: inherit !important; }

#nbt-order-page {
  width: 50%;
  margin: 0 auto 45px auto; }

.nbtou-forward {
  text-align: right; }

.nbtou-forward a {
  color: #fff; }

.nbtou-forward a:hover, .nbtou-forward a:focus {
  color: #fff; }

.nbtou-forward a.btn-ou-checkout {
  display: inline-block;
  margin-left: 15px; }

.ou-tab {
  margin-bottom: 10px; }

.ou-tab .tablinks {
  width: 49.5%;
  white-space: nowrap;
  background-color: #eee;
  border-color: #eee;
  color: #333;
  padding: 10px;
  border: 0; }

@media (max-width: 575px) {
  .ou-tab .tablinks {
    width: 100%; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .ou-tab .tablinks {
    width: 100%; } }

.ou-tab .tablinks.activated {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #333; }

.ou-tabcontent > div:first-child {
  display: block; }

.ou-tabcontent > div:last-child {
  display: none; }

#from_online_services {
  margin-left: -10px;
  margin-right: -10px; }

#from_online_services .button {
  width: 28.55%;
  text-align: center;
  color: #000;
  margin: 0 10px;
  background-color: #eee;
  border-color: #eee;
  border: 0; }

@media (max-width: 1199px) {
  #from_online_services .button {
    width: 100%;
    margin-bottom: 10px; } }

#from_online_services img {
  margin: 0 auto; }

#from_online_services #g-drive-popup-wrap {
  display: none; }

#TB_ajaxContent #g-drive-popup-wrap {
  display: block; }

#g-drive-popup {
  padding: 40px;
  color: #000; }

.g-drive-api-key-main {
  display: flex;
  align-items: center; }

.key-icon {
  float: left; }

.key-icon:before {
  font-family: fontAwesome;
  content: '\f084';
  font-size: 70px;
  display: block;
  color: #000; }

.g-drive-api-key-content {
  margin-left: 25px; }

.g-drive-api-key-content h3 {
  font-weight: 600; }

.progress {
  display: none; }

.nbt-show-files ul {
  display: none; }
  .nbt-show-files ul li {
    background: #f9f9f9;
    border-bottom: 1px solid #dedede !important;
    padding: 5px 10px 0; }

.white-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  transition: 1s all;
  z-index: 9991; }

.nbt-ou-fast button {
  white-space: nowrap; }

.mfp-bg {
  z-index: 9999; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-wrap {
  z-index: 9999; }

#nbt-orderupload-popup {
  padding: 15px 20px; }
  #nbt-orderupload-popup h2 {
    font-size: 16px;
    font-weight: 700; }
.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; }

.attr-name {
  font-weight: 700;
  background: #efefef;
  color: #333;
  text-transform: uppercase;
  font-size: 14px; }

.pure-table .price:hover, .pure-table .price {
  font-size: 14px !important;
  color: #747577 !important; }

.woocommerce div.product form.cart table.horizontal-3 tbody > tr:first-child {
  background: #dadada;
  color: #747577; }

.woocommerce div.product form.cart table.horizontal-3 tbody tr:nth-child(even) {
  background: #ececec;
  color: #747577; }

.pure-table .price:hover, .pure-table .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 .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 {
  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 {
  align-items: center;
  display: flex; }

.reset_variations {
  display: none; }

.table-responsive {
  min-height: 0.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 {
  float: left;
  text-align: right;
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #444; }

.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; }

table.table-matrix-4 td {
  padding: 10px 20px 10px 20px !important; }

body.wc-price-matrix table.variations, .table-responsive.hide {
  display: none; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../images/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }

table.un-variations select {
  padding-left: 10px; }

.pure-table .price del span, .woocommerce-variation-price del span {
  margin-right: 0; }

.pure-table .price del {
  margin-right: 5px; }

.price.tippy {
  text-align: center; }
