.cdg_box *:focus {
  outline: none;
}
.cdg_box table.cdg_table {
  width: 100%;
}
.cdg_box table.cdg_table tr td, .cdg_box table.cdg_table tr th {
  background-color: transparent;
}
.cdg_box table.cdg_table tr.alternate td, .cdg_box table.cdg_table tr.alternate th {
  background-color: #f8f8f8;
}
.cdg_box table.cdg_table tr.rowloading {
  display: none;
}
.cdg_box table.cdg_table th {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
.cdg_box table.cdg_table th span {
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  font-size: 15px;
  height: 28px;
  justify-content: center;
  margin-right: 5px;
  vertical-align: middle;
  width: 28px;
}
.cdg_box table.cdg_table td {
  padding-bottom: 15px;
  vertical-align: middle;
}
.cdg_box table.cdg_table td > div {
  float: left;
  padding-right: 15px;
  width: 50%;
}
.cdg_box table.cdg_table td > div.disabled {
  opacity: 0.5;
}
.cdg_box table.cdg_table td > div select {
  background-color: #f6f6f6;
  border: 1px solid black;
  border-radius: 4px;
  color: black;
  font-size: 16px;
  height: 42px;
  padding: 6px 12px;
  width: 100%;
}
.cdg_box table.cdg_table td.cdg_radio label,
.cdg_box table.cdg_table td.cdg_radio small {
  display: inline-block;
  padding-right: 15px;
}

.price-container .title {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;
}
.price-container .table-section {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.price-container .table-header {
  padding-top: 8px;
}
.price-container .table-header b {
  color: white;
  padding: 0 8px;
}
.price-container .table-header {
  background: #d9534f;
}
.price-container .table-header h3 {
  margin: 0;
  font-size: 20px;
}
.price-container .table-wrapper {
  overflow-x: auto;
}
.price-container table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
.price-container th, .price-container td {
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 12px;
}
.price-container th {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333;
}
.price-container th:first-child,
.price-container td:first-child {
  text-align: left;
  background-color: #f9f9f9;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price-container .price-container {
    padding: 10px;
  }
  .price-container .table-section {
    margin-bottom: 20px;
  }
  .price-container th, .price-container td {
    padding: 8px 10px;
    font-size: 10px;
  }
}

/**
 * Remove Storefront Sidebar
 */
body.woocommerce #primary,
body.woocommerce-checkout #primary {
  width: 100%;
}

@media screen and (min-width: 768px) {
  body.right-sidebar .content-area,
  body.left-sidebar .content-area {
    width: 100%;
    float: none;
    margin-right: inherit;
    margin-left: inherit;
  }
}

/*# sourceMappingURL=sadoje.css.map */
