#cabinet-configurator > div:first-child {
  padding-left: 0;
}

#edit-sizes .panel-body {
  display: flex;
  justify-content: space-between;
}

#edit-sizes .form-wrapper {
  width: 30%;
}

#cc-top-wrapper {
  position: relative;
  padding: 10px;
  margin: 5px 0 45px;
  border: 5px solid #9d9d9d;
  border-radius: 5px;
}

#cc-top-wrapper::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -35px;
  height: 25px;
  border-bottom: 3px solid #b6b6b6;
}

.cc-descr {
  max-width: 1100px;
  margin: 0 auto 50px;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
}

.cc-top-item {
  position: relative;
  display: block;
  max-width: calc(25% - (15px / 4)) !important;
  height: 450px;
  padding: 0 !important;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #b6b6b6;
  border: 3px solid #d0d0d0;
  cursor: pointer;
}

.cc-top-item::before, .cc-top-item::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.cc-top-item:last-child {
  margin: 0;
}

.cc-top-item.active {
  color: #e01602;
  border-color: #e01602;
}

.cc-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc-image:not([src]) {
  display: none;
}

.cc-image-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
  display: none;
  width: 20px;
  height: 20px;
  background: #fff url("../images/close-red.svg") no-repeat center;
  background-size: 20px;
  border-radius: 50%;
}

.cc-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}

.cc-message.status-select {
  position: relative;
  display: none;
  padding-top: 54px;
}

.cc-message.status-select::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -47px;
  width: 26px;
  height: 14px;
  background: url("../images/arrow.svg") no-repeat center;
  background-size: 44px;
}

.cc-num {
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.cc-gallery-item {
  margin-bottom: 10px;
}
