.background-src {
  /*background-image: url("../img/png-paesaggio-pruno.png");*/
  /*background-image: url("../img/monte-forato-alba.png*/
  background-image: url("../img/jose-ignacio-pompe-VkF6IXHVIvA-unsplash.jpg");
  /*background-position: 0px -767px;*/
  opacity: 0.8;
}

/*@media only screen and (max-width: 1366px) and (min-width: 960px) {
  .bg-img-src {
    background-position: 0px -500px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 600px) {
  .bg-img-src {
    background-position: 0px 0px;
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 599px) and (min-width: 100px) {
  .bg-img-src {
    background-position: 0px 0px;
    background-size: 100% 100%;
  }
}*/

.header {
  opacity: 0.9;
}
.content {
  /*display: table;
  margin: 0 auto;
  margin-top: 63px;*/
}
.content-box {

}
.content-box table {
  display: block;
  width: 100%;
  /*height: 460px;*/
  margin: 50px 0px;
  border-collapse: collapse;
  background-color: #f4f4f4;

  table-layout: fixed;
}
.content-box table thead {

}
.content-box table thead tr {
  background-color: var(--color);
}
.content-box table thead tr th {
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
}
.content-box table tbody {
  display: block;
  /*height: 396px;*/
  /*height: 178.60vh;*/
  /*height: 475px;*/
  overflow: auto;
}
.content-box table tbody tr {

}
.content-box table tbody tr td {

}
.content-box .td-label {
  display: none;
  width: 120px;
  height: inherit;
  padding: 0 20px;
  color: #ffffff;
  background-color: var(--color);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.content-box .td-content {

}
.content-box table th,
.content-box table td {
  border: 1px solid #cecece;
}
.content-box table th,
.content-box table .td-content {
  padding: 12px 20px;
}
.content-box table thead,
.content-box table tbody {
  /*display: block;*/
  /*width: 100%;*/
}
.content-box table tr {
  /*display: block;
  width: 100%;*/
}
.content-wrapper {
  width: 90vw;
  padding: 0px !important;
  opacity: 0.96;
}
.table-attr-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.table-attr-name-text {
  font-size: 16px;
  font-weight: 600;
}
.table-attr-name-arrow {
  margin-left: 20px;
}
.content-box table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}
.content-box table tbody tr:nth-child(odd) {
  background-color: #e6e6e6;
}
.column-album {
  /*width: 604px;*/
  /*width: 54.92vw;*/
  width: 54.95vw;
}
.column-genre {
  /*width: 240px;*/
  width: 19vw;
}
.column-release-date {
  /*width: 188px;*/
  width: 16vw;
}
.column-album .td-content {
  cursor: pointer;
}
.content-box table tbody tr:hover {
  background-color: var(--color);
}
.content-box table tbody tr:hover .td-content {
  color: #ffffff;
}
.column-genre,
.column-release-date {
  text-align: right;
}
.album-td-img {
  display: none;
  width: 234px;
  height: 234px;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #cecece;
}
.album-td-img img {
  display: table;
  width: inherit;
  height: inherit;
}
.album-cell {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 100%;
}
.album-artwork {
  display: table;
  width: 46px;
  height: 46px;
}
.album-artwork img {
  display: table;
  width: inherit;
  height: inherit;
}
.album-text {
  margin: 0px 20px;
  /*white-space: nowrap;
  text-overflow: ellipsis;*/
  flex-grow: 1;
}
.album-buy {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  /*flex-grow: 1;*/
}
.album-buy-icon {
  padding: 10px;
  font-size: 28px;
  cursor: pointer;
}
.album-buy-icon:hover {
  background-color: #9447b3;
  background-color: #ebebed;
  color: var(--color);
  border-radius: 4px;
}
.content-box .td-content {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 600;
}
.content-box .album-text,
.content-box .album-cell {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.album-box {
  /*width: 960px;*/
  /*width: 70.3vw;*/
  width: 86vw;
  background-color: #0f0f0f;
}
.album-info-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.album-info-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.album-info-artwork {
  width: 250px;
  height: 250px;
  border: 6px solid var(--color);
}
.album-info-artwork-min {
  width: 200px;
  height: 200px;
  align-self: center;
  border: 4px solid var(--color);
}
.album-info-artwork,
.album-info-artwork-min {
  display: table;
  border-radius: 4px;
}
.album-info-artwork > img,
.album-info-artwork-min > img {
  display: table;
  width: inherit;
  height: inherit;
}
.album-info-artwork-min {
  display: none;
  margin-top: 20px;
}
.album-info-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-grow: 1;
  margin-left: 20px;
  color: var(--color);
}
.album-info-title {

}
.album-info-name {
  font-size: 40px;
  font-weight: 900;
}
.album-info-version {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
table .copyright-holder {
  font-weight: 600;
}
.album-info-table {
  margin-top: 20px;
}
.album-info-table table {
  display: table;
  width: 100%;
}
.album-info-table table tbody {

}
.album-info-table table tbody tr {

}
.album-info-table table tbody tr th {
  text-align: left;
  font-weight: 500;
}
.album-info-table table tbody tr td {
  text-align: right;
  font-weight: 600;
}
.album-info-table th,
.album-info-table td {
  padding: 4px;
  font-size: 14px;
}
.album-parts-separator {
  display: table;
  width: 100%;
  height: 4px;
  margin: 50px 0px;
  background-color: var(--color);
}
.album-parts-separator.separator-first {
	margin-bottom: 20px;
}
.album-parts-separator.separator-last {
	margin-top: 20px;
}
.album-buy-button-wrapper {
	display: block;
	width: 100%;
}
.album-buy-button {
	display: table;
	margin: 0 auto;
	padding: 16px 32px;
	background-color: var(--color);
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	border-radius: 4px;
	cursor: pointer;
}
.album-buy-button:hover {
	background-color: #ffffff;
	color: var(--color);
}
.album-buy-button-text {
	margin-left: 20px;
}
.album-buy-button > * {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.album-tracks {

}
.album-tracks table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.album-tracks table tbody {

}
.album-tracks table tbody tr {

}
.album-tracks table tbody tr td {
  padding: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #111111;
}
.album-tracks table tbody tr:nth-child(even) {
  background-color: #222222;
}
.album-tracks table tbody tr:nth-child(odd) {
  background-color: #1a1a1a;
}
.album-tracks table tbody tr:hover {
  background-color: var(--color);
}
.album-tracks .column-track-number {
  width: 32px;
  text-align: center;
}
.album-tracks .column-title {
  user-select: none;
}
.album-tracks .column-duration {
  width: 64px;
  text-align: center;
}
.album-tracks .column-info {
  width: 32px;
  text-align: center;
  position: relative;
}
.track-box {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -0.5px;
}
.track-box th {
  text-align: left;
}
.track-box td {
  text-align: right;
}
.album-tracks .column-title,
.album-tracks .column-info {
  cursor: pointer;
}
.album-tracks .column-title .column-title-audio-button {
  margin: 0px 6px;
}
.album-tracks .column-title .column-title-text {
  font-size: 14px;
  font-weight: 600;
}
.shopping-box {
  background-color: #0f0f0f;
  color: var(--color);
}
.shopping-stores {

}
.shopping-stores ul {
  list-style: none;
}
.shopping-stores ul li {
  margin: 4px 0px;
  padding: 4px 20px;
  border-radius: 4px;
}
.shopping-stores ul li:hover {
  background-color: #1a1a1a;
}
.shopping-stores ul li a {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  text-decoration: none;
}
.shopping-stores ul span {
  margin: 0px 30px;
  color: var(--color);
}
.shopping-stores ul .music-store-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
}
.shopping-stores ul .music-store-text {
  font-size: 16px;
  font-weight: 700;
}
.track-box tr {
  cursor: default;
}
.track-box .tr-track-lyrics {
  cursor: pointer;
}
.track-box th {
  font-weight: 500;
}
.track-box td {
  font-weight: 600;
}
.track-box th,
.track-box td {
  padding: 10px !important;
  font-size: 14px !important;
  border: none !important;
}
.track-lyrics-url {

}

/*@media only screen and (max-width: 1064px) {
  .content-wrapper {
    width: 768px;
  }
  .table-attr-name-text,
  .table-attr-genre-text,
  .table-attr-release-date-text {
    font-size: 12px;
  }
  .content-box table th,
  .content-box table td {
    padding: 8px 16px !important;
  }
  .content-box table th,
  .content-box table td,
  .album-text {
    font-size: 10px !important;
  }
  .column-album {
    width: 427px !important;
  }
  .column-genre {
    width: 180px !important;
  }
  .column-release-date {
    width: 160px !important;
  }
  .album-artwork {
    width: 28px;
    height: 28px;
  }
  .album-text {
    margin: 0px 14px;
  }
  .album-buy-icon {
    padding: 7px;
    font-size: 12px;
  }
}*/

/*@media only screen and (max-width: 808px) {
  /*.content-wrapper {
    width: 540px;
  }
  .table-attr-name-text,
  .table-attr-genre-text,
  .table-attr-release-date-text {
    font-size: 12px;
  }
  .content-box table th,
  .content-box table td {
    padding: 6px 10px !important;
  }
  .content-box table th,
  .content-box table td,
  .album-text {
    font-size: 10px !important;
  }
  .column-album {
    width: 219px !important;
  }
  .column-genre {
    width: 160px !important;
  }
  .column-release-date {
    width: 160px !important;
  }
}*/

/*@media only screen and (max-width: 1190px) {*/
  .content-box table {
    background-color: transparent;
  }
  .content-box table thead {
    /*display: none !important;*/
    display: block;
    margin-bottom: 40px;
  }
  .content-box table thead th {
    width: 33%;
    border: 0;
    border-right: 1px solid #cecece;
  }
  .content-box table tbody {
    height: auto;
  }
  .content-box table tr {
    display: block;
    margin-bottom: 40px;
    border: 1px solid #cecece;
  }
  .content-box table tr:last-child {
    margin-bottom: 0;
  }
  .content-box table tbody td {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 78px;
    position: relative;
    border: 0;
  }
  .content-box table tbody td .album-text {
    display: block;
    max-width: 48vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .album-td-img {
    display: table;
  }
  .album-artwork {
    display: none;
  }
  .album-text {
    margin-left: 0;
  }
  .content-box table tbody td .td-label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 235px;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    flex-shrink: 0;
  }
  .content-box table tbody td:last-child .td-label {
    border-bottom: 0;
  }
  .content-box table tbody td .td-content {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    width: 0;
    height: inherit;
    flex-grow: 1;
    border-bottom: 1px solid #cecece;
  }
  .content-box table tbody td:last-child .td-content {
    border-bottom: 0;
  }
  .content-box table tbody td:last-child {

  }
  .column-album,
  .column-genre,
  .column-release-date {
    width: auto;
  }
  .content-box table td {

  }
  .content-box table td:last-child {

  }
  .column-album .td-content .album-cell {
    justify-content: space-between;
  }
/*}*/

@media only screen and (max-width: 960px) {
  .album-info-artwork {
    width: 26.06vw;
    height: 26.06vw;
    border-width: .65vw;
  }
  .album-buy-button {
    padding: 10px 18px;
	font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  /*.table-attr-name-text {
    font-size: 14px;
  }
  .content-box table th {
    padding: 8px 14px;
  }*/
  .album-info-table tr:nth-child(5) {
    display: none;
  }
}

@media only screen and (max-width: 870px) {
  .album-info-table th,
  .album-info-table td {
    font-size: 12px;
  }
  .album-info-name {
    font-size: 34px;
  }
  .album-info-version {
    font-size: 14px;
  }
  .album-info-table tr:nth-child(4) {
    display: none;
  }
  /*.album-info-artwork {
    width: 226px;
    height: 226px;
    border-width: 5px;
  }*/
  .album-tracks table tbody tr td {
    font-size: 12px;
  }
  .album-tracks .column-title .column-title-text {
    font-size: 12px;
  }
  .track-box th,
  .track-box td {
    font-size: 12px !important;
  }
}

/*@media only screen and (max-width: 820px) {

}*/

@media only screen and (max-width: 768px) {
  .album-info-line {
    flex-direction: column;
  }
  .album-info-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .album-info-title {
    text-align: center;
  }
  .album-info-artwork {
    display: none;
  }
  .album-info-artwork-min {
    display: table;
  }
}

@media only screen and (max-width: 720px) {
  .content-box table tbody td {
    height: 50px;
  }
  .album-td-img {
    width: 150px;
    height: 150px;
  }
  .content-box table tbody td .td-label {
    display: none;
  }
  .content-box table tbody td .td-content {
    margin-left: 150px;
    font-size: 12px;
  }
  .album-buy-icon {
    padding: 6px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .table-attr-name-text {
    font-size: 14px;
  }
  .content-box table th {
    padding: 8px 14px;
  }
}