#fpd-proshop-toolbar {
  margin-bottom: 1rem;
}

.product-designer .fpd-view-stage {
  background-color: white;
}
.product-designer .fpd-done.fpd-btn {
  float: right;
  background-color: #259dab;
  border-color: #208a96;
}
.product-designer .fpd-done.fpd-btn:hover {
  color: #fff;
  background-color: #1c7781;
  border-color: #165c64;
}
.product-designer .product-designer-thumbnails {
  margin-left: -10px;
  margin-right: -10px;
}
.product-designer .product-designer-thumbnails .product-designer-thumbnails-title {
  margin: 10px;
}
.product-designer .product-designer-thumbnails h2, .product-designer .product-designer-thumbnails h3 {
  margin: 0 0 5px;
}
.product-designer .product-designer-thumbnails a {
  cursor: pointer;
  margin: 10px;
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  position: relative;
  display: inline-block;
  width: 10rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product-designer .product-designer-thumbnails a:before {
  content: "";
  display: none;
}
.product-designer .product-designer-thumbnails a:hover:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 100%;
}

.progress_bar_modal .modal-body {
  text-align: center;
  padding: 50px 20px;
}
.progress_bar_modal .modal-body .loading {
  zoom: 3;
  margin-bottom: 15px;
  display: inline-block;
}