/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.attribute-layout {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #ddd;
}
.attribute-layout a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.attribute-layout.show-more .attribute-info {
  max-height: 440px;
  overflow: hidden;
  position: relative;
}
.attribute-layout h2 {
  font-weight: 700;
  font-size: 20px;
  color: #222;
  line-height: 26px;
}
.attribute-layout .attribute-info h3 {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
.attribute-layout .attribute-list {
  display: table;
  border-collapse: collapse;
}
.attribute-layout .attribute-list .attribute-item {
  display: table-row;
  border: 1px solid #ddd;
}
.attribute-layout .attribute-list .attribute-item > div {
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 22px;
  display: table-cell;
  border: 1px solid #ddd;
}
.attribute-layout .attribute-list .attribute-item > div.left {
  width: 320px;
  background: #f4f4f4;
}
.attribute-layout .attribute-list .attribute-item > div.right {
  width: 420px;
}
.attribute-layout .attribute-list .attribute-item > div.right p {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}
.attribute-layout .attribute-list .attribute-item > div.right span {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  line-height: 22px;
}
.attribute-layout .attribute-list .attribute-item > div.right img {
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}