.prod img {
height: 300px;
}

.prod {
	box-shadow: 2px 2px 8px #afafaf;
	border-radius: 20px;
}

.w-80{
	width: 80%;
}

  .prod .product-price-btn button {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    border: transparent;
    border-radius: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
    background-color: gold;
    cursor: pointer;
    outline: none;
    transition: 0.4s all;
}

.prod .product-price-btn button:hover {
    background-color: goldenrod;
}

.description-prod {
	min-height: 183.5px !important;
	overflow-x: hidden;
	overflow-y: auto;
}

.title-product {
    min-height: 75px !important;
}