/*
body {
  background-color: #fdf1ec;
}

.wrapper {
  height: 420px;
  width: 654px;
  margin: 50px auto;
  border-radius: 7px 7px 7px 7px;
  /* VIA CSS MATIC https://goo.gl/cIbnS
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}
*/

.short_code_amazon_product-img {
  background-color: white;
  padding: 0 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 200px;
  margin-right: 16px;
}


.short_code_amazon_product-info {
  width: 100%;
  background-color: #ffffff;
}

.short_code_amazon_product-info .caretnext, .short_code_amazon_product-info .a-link-normal{
  display: none;
}

.short_code_amazon_product-info ul li {
  line-height: 100%;
}

.short_code_amazon_product-text {
  height: 300px;
  width: 327px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.short_code_amazon_product-text h4 {
  margin: 0 0 0 38px;
  padding-top: 52px;
  font-size: 34px;
  color: #474747;
}

.short_code_amazon_product-text h4,
.short_code_amazon_product-price-btn p {
  font-family: "Bentham", serif;
}

.short_code_amazon_product-text h2 {
  margin: 0 0 47px 38px;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #d2d2d2;
  letter-spacing: 0.2em;
}

/* .short_code_amazon_product-text > ul{
  height: 30px;
} */

.short_code_amazon_product-text p {
  
  /* margin: 0 0 0 38px; */
  font-family: "Playfair Display", serif;
  color: #8d8d8d;
  line-height: 1.7em;
  /* font-size: 8px; */
  font-weight: lighter;
  overflow: hidden;
}

.short_code_amazon_product-price-btn {
  height: 103px;
  width: 327px;
  margin-top: 17px;
  position: relative;
}

.short_code_amazon_product-price-btn p {
  display: inline-block;
  position: absolute;
  top: -13px;
  height: 50px;
  font-family: "Trocchi", serif;
  margin: 0 0 0 38px;
  font-size: 28px;
  font-weight: lighter;
  color: #474747;
}

/*span {
  display: inline-block;
  height: 50px;
  font-family: "Suranna", serif;
  font-size: 34px;
}*/

.short_code_amazon_product-price-btn button {
  /*float: right;* da errore */
  display: inline-block;
  height: 50px;
  width: 176px;
  margin: 0 40px 0 16px;
  box-sizing: border-box;
  border: transparent;
  border-radius: 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #9cebd5;
  cursor: pointer;
  outline: none;
}

.short_code_amazon_product-price-btn button:hover {
  background-color: #79b0a1;
}

.a-list-item{
  font-size: 10px;
  margin: 0px 0px;;
}

hr{
  display: none;
}

.a-size-base-plus{
  display: none;
}

.a-unordered-list{
  margin: 0px;
} 
.a-vertical{
  margin:0px;
} 
.a-spacing-mini{
  margin:0px;
  padding: 0px;
}

.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-info{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* flex-direction: column; */
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.short_code_amazon_description_overflow{
  /*height: 60%;*/
  max-height: 200px;
  overflow: scroll;
}
/* .cta_short_code_amazon{
  width: 50%;
  height: auto;
} */
.cta_short_code_amazon {
  width: 100%;
  display: flex;
  justify-content: center;
}


/*css button amazon custom*/
.amazon{
  max-width: 200px;
	height: 30px;
	text-align: center;
	margin-bottom: 15px;
}
	.amazon a{
		display: block;
		text-decoration: none;
		font-weight: 600;
		color: black;
		max-width: 200px;
		line-height: 30px;
    
	}

.basket{
	border: 2px solid #f6a323;
  background-color: #f6a323;
	border-radius: 4px 4px 4px 4px;
}
	.basket a{
		font-size: 12px;
	}
.flex_position{
  display: flex;
  flex-direction: row;
  justify-content:space-around;
}

