.card-Productitem {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #D8D8D8;
    background-clip: border-box;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.Productitem-title-font {
    color: #17407E;
    font-size: 18px;
    font-weight: 500;
}
.Productitem-content-font-body{
    color: #17407E;
    font-size: 14px;
    font-weight: 300;
}
.Productitem-content-font {
    color: #17407E;
    font-size: 14px;
    font-weight: 300;
}

.Productitem-content-font:hover {
    font-weight: 500;
}

.button-link-product {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.button-link-type {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.button-link-brand {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.button-link-category {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.button-pdf-blue {
    color: #fff;
    background-color: #17407E;
    border: 2px solid #17407E;
    border-radius: 20px;
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 31px;
    padding-right: 16px;
    padding-left: 16px;
}


.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background-color: #17407E !important;
}

.carousel-indicators {
    bottom: -60px !important;
}