.product {
  padding-bottom: 60px;
}
.product.company .header .overlay .row .image img {
  max-height: 130px;
}
.product.company .header .overlay .row .content .button {
  margin-bottom: 0;
}
.product .header {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
}
.product .header > img {
  display: block;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product .header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 0;
  display: flex;
  align-items: center;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
}
.product .header .overlay .container {
  max-width: 1264px;
  display: flex;
  place-items: center;
  place-content: start;
}
.product .header .overlay .row {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
}
.product .header .overlay .row .image {
  flex: 0 0 180px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-accent);
  flex-wrap: wrap;
}
.product .header .overlay .row .image img {
  width: 100%;
  display: block;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product .header .overlay .row .content {
  width: 100%;
}
.product .header .overlay .row .content h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--white);
  text-align: left;
  margin: 0;
}
.product .header .overlay .row .content .linked {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 27px;
  flex-wrap: wrap;
}
.product .header .overlay .row .content .button {
  display: block;
  margin-bottom: 29px;
  width: -moz-fit-content;
  width: fit-content;
}
.product .header .overlay .row .content .profile {
  display: flex;
  gap: 20px;
  align-items: center;
}
.product .header .overlay .row .content .profile span {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 2px;
}
.product .header .overlay .row .content .profile img {
  display: block;
}
.product > .container {
  max-width: 1265px;
}
.product h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: normal;
}
.product .product-info {
  padding: 60px 0;
}
.product .product-info h3 {
  margin-bottom: 30px;
}
.product .product-info .info-wrapper {
  display: block;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.product .product-info .info-wrapper .button {
  display: flex;
  justify-content: center;
  gap: 19px;
  max-width: 300px;
  flex: 0 0 300px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.product .product-info .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  align-items: center;
  flex: 1 0 0;
}
.product .product-info .row .list-item {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  position: relative;
}
.product .product-info .row .list-item span {
  font-weight: 700;
}
.product .product-info .row .list-item.icon {
  padding-left: 25px;
}
.product .product-info .row .list-item.icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product .product-info .row .list-item.icon.share::before {
  content: url(../images/viewitem/share-alt.png);
}
.product .product-info .row .list-item.icon.briefcase::before {
  content: url(../images/viewitem/bag.png);
}
.product .product-info .row .list-item.icon.euro::before {
  content: url(../images/viewitem/euro.png);
}
.product .product-info .row .list-item.icon.pencil::before {
  content: url(../images/viewitem/pencil-square.png);
}
.product .product-info .row .list-item.icon.arrow-up::before {
  content: url(../images/viewitem/arrow-up.png);
}
.product .product-info .row .list-item.icon.calendar::before {
  content: url(../images/viewitem/calendar-icon.png);
}
.product .product-info .row .list-item.icon.location::before {
  content: url(../images/viewitem/location.png);
}
.product .product-info .row .list-item.icon.computer::before {
  content: url(../images/viewitem/computer.png);
}
.product .product-info .row .list-item.icon.envelope::before {
  content: url(../images/viewitem/envelope.png);
}
.product .product-info .row .list-item.icon.phone::before {
  content: url(../images/viewitem/phone.png);
}
.product .product-info .row .list-item.button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.product .product-text-description {
  margin-bottom: 30px;
}
.product .product-text-description .text-section {
  margin-bottom: 30px;
}
.product .product-text-description .text-section:last-child {
  margin-bottom: 0;
}
.product .product-text-description .text-section p {
  font-size: 16px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product .product-text-description .text-section p:last-child {
  margin: 0;
}
.product .product-photos {
  margin-bottom: 30px;
}
.product .product-photos .row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product .product-photos .row img {
  flex: 0 1 241px;
  display: block;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product .product-video .row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product .product-video .row .video-container {
  flex: 0 1 373px;
}
.product .product-video .row .video-container video {
  width: 100%;
  border-radius: 10px;
}
.product .product-item-list {
  margin-bottom: 30px;
}
.product .product-item-list .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  align-items: center;
  flex: 1 0 0;
}
.product .product-item-list .row .list-item {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  position: relative;
}
.product .product-item-list .row .list-item span {
  font-weight: 700;
}
.product .product-item-list .row .list-item.icon {
  padding-left: 25px;
}
.product .product-item-list .row .list-item.icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product .product-item-list .row .list-item.icon.list::before {
  content: url(../images/round-check.svg);
}
.product #product-tabs {
  border: none;
}
.product #product-tabs ul {
  list-style-type: none;
  border-radius: 0;
  background: none;
  border: none;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.product #product-tabs ul li {
  border: none;
  background: none;
  font-weight: normal;
  color: unset;
  flex: 0 1 300px;
}
.product #product-tabs ul li a {
  color: var(--accent);
  background: var(--white);
}
.product #product-tabs ul li.ui-state-active a {
  color: var(--white);
  background: var(--accent);
}
.product #product-tabs .tab-item {
  border: none;
  border-radius: 0;
}
.product .new-inserts {
  padding: 0;
  background: transparent;
}
/*# sourceMappingURL=product.css.map */

.product .product-info {
  padding: 60px 0 90px;
}

.product .product-info .info-wrapper .button{
  margin-top: 20px;
  float: right;
}