/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.tuote {
  margin-bottom: 1em;
	border:solid 1px #000;
}

.tuote-header {
  display: flex;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  height: fit-content;
  color: #E5CB70;
  background: linear-gradient(180deg, rgba(37,35,36,1) 51%, rgba(185,185,185,1) 100%);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 10px;
  padding-left: 10px;
  align-items: center;
  justify-content: space-between;
}

.tuote-header a{
	color: #E5CB70;
	text-decoration:none;
}

.tuote-header a:hover{
	color:#fff;
}

.tuote-header p{
	margin-bottom:0;
}

.tuote-info {
  display: flex;
  flex-direction: row;
  background-color: transparent;
}

.sisalto{
  padding: 10px;
}

.kansikuva {
    min-width: 150px;
    max-width: 150px;
}

.kansikuva img{
	height:100%;
}

.buy-price {
  display: flex;
  align-items: center;
}

.buy-price .amount{
	margin-right:0.4em;
}

.fa-lg {
  line-height: 0.35em!important;
}

@media (max-width: 990px) {
  .kansikuva {
    min-width: 120px;
    max-width: 120px;
  }
}
