body {
  background-color: #f7f7f7;
  padding: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.panel-pos {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: auto;
}

.price-box {
  background: #000;
  color: #fff;
  padding: 12px;
  border-radius: 25px;
}

.price-box small {
  color: #ccc;
}

.price-box .pull-left {
  line-height: normal;
}

.price-content {
  display: table;
  width: 100%;
}

.price-icon {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  padding-right: 10px;
}

.price-icon img {
  width: 55px;
}

.price-text {
  display: table-cell;
  vertical-align: middle;
}

.component-option {
  border: 2px solid #C4C4C4;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 10px;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.component-option:hover {
  background-color: #C4C4C4;
}

.component-option.selected {
  border-color: orange;
  background: transparent;
}

.option-content {
  display: table;
  width: 100%;
}

.option-icon {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}

.option-icon img {
  width: 55px !important;
  height: 55px;
  margin-right: 0px !important;
}

.option-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.option-desc {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

.widget .recent-post li {
  padding: 9px 11px !important;
}

.widget-margin {
  margin-bottom: -30px;
}


/**/
.footer {
  position: fixed;
  background: #f8f8f8;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #ddd;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
  text-align: right;
}

.footer-row {
  padding: 20px 30px;
}

.footer-text {
  font-size: 14px;
  color: #555;
  margin-top: 2px;
}

.footer-price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-right: auto;
}

.footer button {
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 9px;
}

.footer button:hover {
  background: #0056b3;
}