/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

#constructor-app {
  font-family: Arial, sans-serif;
  padding: 20px;
}

.wall-setup label {
  display: block;
  margin-bottom: 10px;
}

.wall-setup input {
  margin-left: 10px;
  padding: 5px;
  width: 100px;
}

#wall-area {
  border: 2px dashed #ccc;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  position: relative;
  background-color: #f9f9f9;
}

#panel-catalog {
  margin-top: 20px;
}

.panel-item {
  background: #ff6600;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.panel-item:hover {
  background: #ff5500;
}

