/**
 * Configuratore prodotti
 */
 div.container.com-product-card__container {
 	position: relative;
	min-height: 450px;
	margin-top: 100px;
 }
 
 .com-icon-item.com-icon-item--floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
}

.com-icon-item-img {
    padding: 0;
    height: 48px;
    width: auto;
    margin-right: 1.5rem;
}

.com-icon-item-title {
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.25rem;
    color: #1c77ba;
}

.com-icon-item-img {
    padding: 0;
    height: 48px;
    width: auto;
    margin-right: 1.5rem;
}

.com-icon-item-title {
    font-size: 20px;
    font-weight: 700;
}

.page-hostcloud-wizard {
    padding: 1rem;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 2rem;
    background-image: url(https://www.host.it/public_b4/media/img/hostcloud_gear.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

@media screen and (min-width: 576px) {
	.page-hostcloud-wizard {
	    padding: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.page-hostcloud-wizard {
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    width: 90%;
	    margin-top: 0;
	}
}

 @media screen and (min-width: 1200px) {
	.page-hostcloud-wizard {
	    width: 500px;
	    z-index: 1;
	    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%), -400px 1500px 0 2500px rgb(0 0 0 / 0%);
	    box-shadow: 0 0 20px rgb(0 0 0 / 20%), -400px 1500px 0 2500px rgb(0 0 0 / 0%);
	    -webkit-transition: -webkit-box-shadow 150ms ease;
	    transition: -webkit-box-shadow 150ms ease;
	    transition: box-shadow 150ms ease;
	    transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
	}
 }
 
@media screen and (min-width: 576px) {
	.page-hostcloud-wizard {
	    padding: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.page-hostcloud-wizard {
	    position: absolute;
	    right: 0;
	    width: 90%;
	    margin-top: 0;
	}
}

@media screen and (min-width: 1200px) {
	.page-hostcloud-wizard {
	    width: 540px;
	    z-index: 1;
	    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%), -400px 1500px 0 2500px rgb(0 0 0 / 0%);
	    box-shadow: 0 0 20px rgb(0 0 0 / 20%), -400px 1500px 0 2500px rgb(0 0 0 / 0%);
	    -webkit-transition: -webkit-box-shadow 150ms ease;
	    transition: -webkit-box-shadow 150ms ease;
	    transition: box-shadow 150ms ease;
	    transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
	}
 }
 
div.page-hostcloud-wizard-relative {
	position: relative;
	bottom: 0;
}
 
.page-hostcloud-wizard h4 {
    color: #1c77ba;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
}

.page-hostcloud-wizard .custom-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    -ms-flex-align: left;
    align-items: center;
    margin-top: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


@media screen and (min-width: 576px) {
	.page-hostcloud-wizard .custom-slider {
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}
}

.page-hostcloud-wizard .custom-slider .label {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding-right: 1rem;
    color: #4a4a4a;
}

@media screen and (min-width: 576px) {
	.page-hostcloud-wizard .custom-slider .label {
	    width: 50%;
	    max-width: 135px;
	}
}

.page-hostcloud-wizard .custom-slider .input {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 75%;
}

@media screen and (min-width: 576px) {
	.page-hostcloud-wizard .custom-slider .input {
	    width: 100%;
	}
}


.page-hostcloud-wizard .custom-slider .input .prev, .page-hostcloud-wizard .custom-slider .input .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    cursor: pointer;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    color: #979797;
    -webkit-box-shadow: 0 0 0 1px #979797;
    box-shadow: 0 0 0 1px #979797;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 150ms ease,color 150ms ease,-webkit-box-shadow 150ms ease;
    transition: background 150ms ease,color 150ms ease,-webkit-box-shadow 150ms ease;
    transition: background 150ms ease,color 150ms ease,box-shadow 150ms ease;
    transition: background 150ms ease,color 150ms ease,box-shadow 150ms ease,-webkit-box-shadow 150ms ease;
    position: relative;
    z-index: 0;
}

.page-hostcloud-wizard .custom-slider .input .prev {
    border-radius: 5px 0 0 5px;
}

.page-hostcloud-wizard .custom-slider .input .next {
    border-radius: 0 5px 5px 0;
}

.page-hostcloud-wizard .custom-slider .input .prev.disabled, .page-hostcloud-wizard .custom-slider .input .next.disabled {
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 1px #dbdbdb;
    box-shadow: 0 0 0 1px #dbdbdb;
    color: #dbdbdb;
}


.page-hostcloud-wizard .custom-slider .input .prev:before, .page-hostcloud-wizard .custom-slider .input .next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    content: attr(data-symbol);
}

.page-hostcloud-wizard .custom-slider .input .value {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #1c77ba;
    text-transform: uppercase;
    min-width: 80px;
    border: 1px solid #1c77ba;
    -webkit-box-shadow: 0 0 0 1px #1c77ba;
    box-shadow: 0 0 0 1px #1c77ba;
    text-align: center;
    padding: 12px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.page-hostcloud-wizard .custom-slider .price {
    font-size: 18px;
    font-weight: 400;
    margin-left: auto;
    width: 25%;
    padding-left: 1rem;
    text-align: right;
}

@media screen and (min-width: 576px) {
	.page-hostcloud-wizard .custom-slider .price {
	    width: 50%;
	}
}

/**
 * Radio buttons
 */
.page-hostcloud-wizard .custom-slider .input .radio {
    width: 100%;
    position: relative;
    z-index: 1;
}

 .page-hostcloud-wizard .custom-slider .input .radio:last-child {
    margin-left: 1px;
}
 
 .page-hostcloud-wizard .custom-slider .input .radio input[type=radio] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.page-hostcloud-wizard .custom-slider .input .radio input[type=radio]+.radio-mark {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    -webkit-box-shadow: 0 0 0 1px #979797;
    box-shadow: 0 0 0 1px #979797;
    text-align: center;
    line-height: 1;
    display: block;
    -webkit-transition: background 150ms ease,border 150ms ease,-webkit-box-shadow 150ms ease;
    transition: background 150ms ease,border 150ms ease,-webkit-box-shadow 150ms ease;
    transition: background 150ms ease,border 150ms ease,box-shadow 150ms ease;
    transition: background 150ms ease,border 150ms ease,box-shadow 150ms ease,-webkit-box-shadow 150ms ease;
    padding: 12px;
    border: 1px solid transparent;
}

.page-hostcloud-wizard .custom-slider .input .radio input[type=radio]:checked+.radio-mark {
    font-weight: 600;
    color: #1c77ba;
    border: 1px solid #1c77ba;
    -webkit-box-shadow: 0 0 0 1px #1c77ba;
    box-shadow: 0 0 0 1px #1c77ba;
}

.page-hostcloud-wizard .custom-slider .input .radio:first-child .radio-mark {
    border-radius: 5px 0 0 5px;
}

.page-hostcloud-wizard .custom-slider .input .radio:last-child .radio-mark {
    border-radius: 0 5px 5px 0;
}

.page-hostcloud-wizard .custom-slider .input .radio.singleradio:last-child .radio-mark {
    border-radius: 5px;
}

.page-hostcloud-wizard .custom-slider .input {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 75%;
}

.page-hostcloud-wizard .page-hostcloud-wizard__cta {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-hostcloud-wizard .page-hostcloud-wizard__cta>div {
    margin-right: 1rem;
    font-weight: 600;
    font-size: 12px;
}

.page-hostcloud-wizard .page-hostcloud-wizard__cta .total {
    font-weight: 700;
    color: #83bc32;
    font-size: 40px;
}

.com-button.com-button--medium {
    font-size: .9rem;
    padding: 1rem 1.5rem;
}

.com-button.com-button--cta {
    color: white!important;
    background-color: #83bc32;
    border: 1px solid #83bc32;
}

.com-button.com-button--fill {
    width: 100%;
}

.page-hostcloud-wizard .com-button {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1rem;
}

.com-form, .com-form-select, .com-form-text, .com-form-password, .com-form-email, .com-form-number, .com-form-search, .com-form-url, .com-form-tel, .com-form-textarea, .com-form-select {
    cursor: auto!important;
    display: inline-block;
    outline: none;
    position: relative;
    margin: 0;
    height: auto!important;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .75rem .8125rem .75rem .8125rem;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(74,74,74,0.65);
    font-family: 'Open Sans',sans-serif;
    background-color: #f4f4f4;
    border: 1px solid #1c77ba !important;
    border-radius: 0 !important;
}

.com-form-select {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-position: calc( 100% - 1rem ) center;
    text-overflow: ellipsis;
    padding-right: calc( 1rem + 1.5rem );
    overflow: hidden;
    white-space: nowrap;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGl2ZWxsb18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyB0cmFuc2Zvcm09InNjYWxlKDAuMDI3MzQzNzUgMC4wMjczNDM3NSkiPg0KCTxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik0xNDYuMywzMjBjMC01LDItOS4zLDUuOS0xMy4xbDI5LjMtMjguNmMzLjktMy44LDguNC01LjcsMTMuNS01LjdjNS4xLDAsOS42LDEuOSwxMy41LDUuN2wyMzAuNCwyMjQuNg0KCQlsMjMwLjQtMjI0LjZjMy45LTMuOCw4LjQtNS43LDEzLjUtNS43YzUuMSwwLDkuNiwxLjksMTMuNSw1LjdsMjkuMywyOC42YzMuOSwzLjgsNS45LDguMiw1LjksMTMuMWMwLDUtMiw5LjMtNS45LDEzLjFMNDUyLjMsNTk5LjQNCgkJYy0zLjksMy44LTguNCw1LjctMTMuNSw1LjdjLTUuMSwwLTkuNi0xLjktMTMuNS01LjdMMTUyLjEsMzMzLjFDMTQ4LjIsMzI5LjMsMTQ2LjMsMzI0LjksMTQ2LjMsMzIwTDE0Ni4zLDMyMHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
}

.com-form, .com-form-select, .com-form-text, .com-form-password, .com-form-email, .com-form-number, .com-form-search, .com-form-url, .com-form-tel, .com-form-textarea, .com-form-select {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: .5rem;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    color: rgba(74,74,74,0.65);
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: background-color 250ms ease,border 250ms ease;
    transition: background-color 250ms ease,border 250ms ease;
}

.com-form-select {
    overflow: hidden;
    padding-right: calc(1rem + 1.5rem);
    background-position: calc(100% - 1rem) center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGl2ZWxsb18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyB0cmFuc2Zvcm09InNjYWxlKDAuMDI3MzQzNzUgMC4wMjczNDM3NSkiPg0KCTxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik0xNDYuMywzMjBjMC01LDItOS4zLDUuOS0xMy4xbDI5LjMtMjguNmMzLjktMy44LDguNC01LjcsMTMuNS01LjdjNS4xLDAsOS42LDEuOSwxMy41LDUuN2wyMzAuNCwyMjQuNg0KCQlsMjMwLjQtMjI0LjZjMy45LTMuOCw4LjQtNS43LDEzLjUtNS43YzUuMSwwLDkuNiwxLjksMTMuNSw1LjdsMjkuMywyOC42YzMuOSwzLjgsNS45LDguMiw1LjksMTMuMWMwLDUtMiw5LjMtNS45LDEzLjFMNDUyLjMsNTk5LjQNCgkJYy0zLjksMy44LTguNCw1LjctMTMuNSw1LjdjLTUuMSwwLTkuNi0xLjktMTMuNS01LjdMMTUyLjEsMzMzLjFDMTQ4LjIsMzI5LjMsMTQ2LjMsMzI0LjksMTQ2LjMsMzIwTDE0Ni4zLDMyMHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.com-form-select {
    color: #979797;
    border-color: #979797 !important;
    background-color: #fff;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 14px;
	min-width: 200px;
}

.com-form-select:focus {
    color: #1c77ba;
    border-color: #1c77ba !important;
    -webkit-box-shadow: 0 0 0 1px #1c77ba;
    box-shadow: 0 0 0 1px #1c77ba;
}