/**
 * Customily and zFabric specific styles extracted from the main stylesheet.
 */
.custom_attributes_module {
  margin-bottom: 40px;
}

.custom_attributes_module > div:first-child {
  height: 0;
  visibility: hidden;
}

.custom_attributes_module div {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}

.custom-attributes {
  display: flex;
}

.custom-attributes input {
  line-height: 20px;
  font-size: 12px;
  box-shadow: inset 0px 1px 2px 0px #d8d8d8;
  height: 49px;
  background-color: #f6f6f7;
  border-radius: 8px;
  padding: 0 14px;
  border: solid 1px #d3d3d3;
  width: 100% !important;
}

.custom-attributes input:nth-child(2) {
  width: 44px !important;
  margin-left: 10px;
}

.custom-attributes input + input {
  margin-top: 5px;
}

.custom-attributes select {
  margin-left: 10px;
}

.custom-attributes input[type='text'] {
  width: 96%;
}

#productinfoBody .custom-attributes select {
  height: 49px;
  background-color: #f6f6f7;
  border-radius: 8px;
  padding: 0 14px;
  border: solid 1px #d3d3d3;
}

.line-label {
  margin-top: 10px;
  font-weight: bold;
}

#all_custom_attributes_module_customily {
  min-height: 174px;
}

.fonts-list label > img {
  height: 40px;
  object-fit: contain;
}

.fonts h3 {
  margin-bottom: 15px !important;
  font-size: 14px !important;
  font-weight: 700;
}

@media (max-width: 480px) {
  .fonts .custom_attributes_module {
    text-align: left;
  }
}