/*.woocommerce .product .summary .volumenBox {display: none;}*/
.volumenTable td {
  width: 50%;
}

.volumenTable input, .volumenTable select {
  width: 100%;
  max-width: 190px;
  padding: 10px 5px;
}

body .pwc-check-weight {
  display: none;
}
body .pwc-check-weight.active {
  display: inline-block;
}

.mybutton, .pwc-check-weight {
  color: #212529 !important;
  padding: 6px 15px;
  border: 1px solid var(--themeColor, #666666);
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  text-decoration: none !important;
}

.woocommerce .product .summary .woocommerce-product-details__short-description .volumenBox {
  display: inline-block;
}
.woocommerce .product .summary .woocommerce-product-details__short-description .volumenBox .mybutton {
  margin: 20px 10px 20px 0;
  padding: 3px 10px;
  border: 1px dashed #333;
}

/*.mybutton:hover {
  background-color: #262626;
  color: #fff;
}*/
.mybutton .fa {
  margin-left: 5px;
}

.aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  border-right: 1px solid #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 100000;
  width: 0;
  min-width: 0;
  overflow: hidden;
  transition: 0.35s width ease, 0.35s min-width ease;
}
.aside.full-display {
  width: 100%;
  position: unset;
  overflow: unset;
  border: none;
}
.aside.full-display .close {
  display: none !important;
}

.aside .aside-header {
  background-color: #008be2;
  padding: 1em;
  padding-left: 0.5em;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  margin-right: 0;
}

.aside .aside-header .close {
  float: left;
  cursor: pointer;
  background: #fff;
  padding: 0 10px;
  color: #000;
}

.aside .aside-contents {
  padding: 0.5em;
  padding-bottom: 1em;
}

.aside.in {
  width: 40%;
  min-width: 350px;
}

.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: 0.2s opacity ease;
  opacity: 0;
  display: none;
}

.aside-backdrop.in {
  display: block;
  opacity: 0.5;
}

#calculator-popup.pushbar {
  width: 65% !important;
  max-width: 600px;
  min-width: 350px;
}
@media (max-width: 600px) {
  #calculator-popup.pushbar {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .aside.in {
    width: 100%;
    min-width: 350px;
  }

  .aside .aside-header .close {
    float: right;
  }
}
tbody tr.fields-part {
  background-color: inherit;
  display: none;
}
tbody tr.fields-part.active {
  display: table-row;
}
tbody tr.fields-part input::-webkit-outer-spin-button, tbody tr.fields-part input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
tbody tr.fields-part > td {
  padding: 0;
  border: none;
}
tbody tr.fields-part > td table {
  margin: 0;
}
tbody tr.fields-part > td table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
tbody tr.fields-part > td table tr:nth-child(even) {
  background-color: inherit;
}

#dimensions-fields-holder input {
  width: 100%;
}

#pwc-custom-fields {
  width: 100%;
}
#pwc-custom-fields .form-field th[scope=row] {
  text-align: left;
  width: 150px;
}
#pwc-custom-fields .form-field input {
  max-width: 500px;
}

/*# sourceMappingURL=pwc-style.css.map */
