/**
  * Products card
  */
.com-product-card__line {
	width: 100%;
	height: 6px;
}

.com-product-card-logo-container {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

a.com-product-card {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 1rem;
	color: #4a4a4a;
	border-radius: 5px;
}

.com-product-card-header {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .5rem 0;
}

div.com-product-card-header img {
	height: 64px;
}

.com-product-card__title {
	color: #1c77ba;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.75rem;
	margin-bottom: 2rem;
}

.com-product-card .com-typo {
	line-height: 1.5;
	font-size: 14px;
}

.com-price__note, .page-landing-prodotti-price .promo .com-price__label strike
	{
	font-size: .65rem;
	text-transform: uppercase;
	color: #4a4a4a;
}

.com-price__note, .page-landing-prodotti-price .promo .com-price__label strike
	{
	font-size: .65rem;
	text-transform: uppercase;
	color: #4a4a4a;
}

.com-price__price {
	font-size: 2rem;
	font-weight: 700;
	color: #83bc32;
}

.page-home-products .com-price__price {
	font-weight: 700;
	line-height: 1;
}

.com-button {
	width: 100%;
	position: relative;
	font-size: .875rem;
	padding: .5rem 1.5rem;
	display: inline-block;
	box-sizing: border-box;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	transition: all .2s ease-out;
	cursor: pointer;
}

.com-button.com-button--cta {
	color: white !important;
	background-color: #83bc32;
	border: 1px solid #83bc32;
    flex-shrink: unset;
    box-sizing: border-box;
}

.com-product-card .com-button {
    font-weight: 700;
    width: 100%;
}

.com-product-card--medium .com-product-card__title {
	margin-bottom: .5rem;
	margin-top: 1rem;
}

div.com-product-card-header img {
	height: 64px;
}

.com-product-card {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 1rem;
	color: #4a4a4a;
}

.com-product-card--shadow {
	-webkit-box-shadow: 0 0 20px rgb(0 0 0/ 20%);
	box-shadow: 0 0 20px rgb(0 0 0/ 20%);
}

.com-product-card--bordered .com-product-card-header {
    padding: 1rem 1rem 1.25rem;
}

.page-hosting-cms .product .com-product-card, .page-hosting-cms-table .product .com-product-card
	{
	padding: 0;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0/ 20%);
	box-shadow: 0 0 20px rgb(0 0 0/ 20%);
}

div.com-product-card--bordered,
a.com-product-card--bordered {
    padding: 0;
    border: none;
    overflow: hidden;
    border-radius: 5px;
}

.com-product-card__title--text-transform-unset {
    text-transform: unset;
}

.com-price__note__strong {
    font-weight: 700!important;
}

.com-price__note__strong, .com-price__note__strong {
    font-size: 16px;
    color: #1c77ba;
}

div.com-product-card-header .com-typo, div.com-product-card-header .com-typo {
    line-height: 1.5;
    font-size: 14px;
}

div.com-price__label.full, div.com-price__label.full {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(131,188,50,0.3);
    padding: 0 .25rem;
    margin: .25rem 0;
    display: inline-block;
}

div.com-typo-subfooter-text {
	margin-top: 30px;
}

div.mod-cards div.card-item {
	z-index: 1;
}

.com-product-card-footer {
	padding: 1rem 3.5rem 2rem;
}
	
div.mod-cards div.com-product-card-footer div.com-button {
	margin-top: 0;
	border: 1px solid #83bc32;
	width: 80%;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
	div.com-product-card-header .com-typo, div.com-product-card-header .com-typo {
	    font-size: 16px;
	}
}

@media screen and (min-width: 992px) {
	.com-price__note__strong, .com-price__note__strong {
	    font-size: 18px;
	}
}

@media screen and (min-width: 1200px) {
	.com-product-card--hover-effect {
	    -webkit-transition: -webkit-transform .25s ease;
	    transition: -webkit-transform .25s ease;
	    transition: transform .25s ease;
	    transition: transform .25s ease, -webkit-transform .25s ease;
	}
}

@media screen and (min-width: 1200px) {
	.com-product-card--hover-effect:hover, .com-product-card--hover-effect:focus, .com-product-card--hover-effect:active {
	    -webkit-transform: scale(1.05);
	    transform: scale(1.05);
	}
}

div.hosting-linux-card img {
	height: 90px !important;
}

@media screen and (max-width: 767px){
	#productShared {
		width: 375px !important;
		height: 118px !important;
	}
}
@media only screen and (min-width: 768px) and (min-width: 1295px) {
	#productShared {
		width: 768px !important;
		height: 250px !important;
	}
}