a:link,
a:focus,
a:hover{
	border: none;
	outline: none;
	color: inherit;
}

/*RADIO BUTTONS*/
/* Customize the label (the container) */
.radio-container {
  display: block;
  position: relative;
  padding-left: 13px !important;
  padding-top: 2px;
  cursor: pointer;
  font-size: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 30px;
}

.radio-container .radio-text{
	margin-left: 6px;
	vertical-align: middle;
	float: left;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 9px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ccc;
  border-radius: 50%;
  /* box-shadow: inset 0px 1px 4px 0px #8D8D8D; */
}

/* #step2 .radio-container .checkmark {
  height: 18px;
  width: 18px;
} */

/* #step4 .radio-container .checkmark {
  height: 20px;
  width: 20px;
} */

/* #registration-form .radio-container .checkmark {
  height: 20px;
  width: 20px;
  top: 5px;
} */

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  /* background-color: #eee; */
}

/* When the radio button is checked, add a red background */
.radio-container input:checked ~ .checkmark {
  background-color: #800000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  	top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fefefe;
}
/*END RADIO BUTTONS*/

/*CHECKBOX BUTTONS*/
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px !important;
  cursor: pointer;
  font-size: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* .form-profile .radio-container{
  padding-left: 35px !important;
  font-size: 17px !important;
}
 */
/* #step4 .radio-container, #registration-form .radio-container{
  padding-left: 27px !important;
  font-size: 13px !important;
} */

/* Hide the browser's default radio button */
.checkbox-container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 15%;
  box-shadow: inset 0px 1px 4px 0px #8D8D8D;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  	/* background-color: #ccc; */
}

/* When the radio button is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  	background-color: #ccc;
  	display: inline-block;
    /* font: normal normal normal 14px/1 FontAwesome; */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
  	position: absolute;
  	display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
    width: 14px;
    content: "\f00c";
    top: -4px;
    left: -2px;
    color: green;
    font-size: 1.5em;
}

/* Style the indicator (dot/circle) */
.checkbox-container .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: transparent;
}
/*END CHECKBOX BUTTONS*/

/*SV-CHECKBOX*/
.sv-checkbox-container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.sv-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.sv-checkbox-container .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.sv-checkbox-container:hover input ~ .checkmark {
 /*  background-color: #eee; */
}

/* When the checkbox is checked, add a blue background */
.sv-checkbox-container input:checked ~ .checkmark {
  /*background-color: transparent;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.sv-checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sv-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.sv-checkbox-container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*END SV-CHECKBOX BUTTONS*/

.radio-container i.paypal-button,
.radio-container i.credit-card-button,
.radio-container i.\31 8app-button,
.radio-container i.carta-docente-button {
	vertical-align: bottom;
    font-weight: 400 !important;
    padding: 5px;
    margin-left: 15px;
    border-radius: 5px;
    font-size: 18px !important;
    line-height: 1;
}
.radio-container i.\31 8app-button::before {
  content: '';
  width: 16px;
  height: 18px;
  background: url('../../../images/loghi/18app-logo-invert.png') no-repeat center;
  background-size: contain;
}
.radio-container i.carta-docente-button::before {
  content: '';
  width: 22px;
  height: 18px;
  background: url('../../../images/loghi/cartadocente-logo-sm.png') no-repeat center;
  background-size: contain;
}

.delivery-button{
    background-color: transparent;
    color: #6f6e6e;
    /* padding: 3px; */
    border-radius: 5px;
    margin-left: 12px;
    font-size: 19px !important;
    font-weight: 800;
}

.payment-button{
    background-color: transparent;
    color: #6f6e6e;
    /* padding: 3px; */
    border-radius: 5px;
    margin-left: 12px;
    font-size: 19px !important;
    font-weight: 800;
}

.info-delivery-button{
    font-size: 1em;
    background-color: #CCCCCC;
    padding-top: 0.1em;
    border-radius: 35%;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    vertical-align: sub;
}

.share-button-container{
	float: left;
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.share-button{
	background-color: #81171A;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 7px;
    color: white;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.share-button > span > a:before {
	font-family: 'Font Awesome 5 Brands';
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
    padding-top: 7px;
}

.share-button > span{
	vertical-align: middle;
	display: inline-block;
}

.share-button > span > a{
	font-family: Helvetica, Arial, sans-serif;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    color: white;
    display: inline-block;
}

.facebook-share-button{
	background-color: #3B5998;
}

.facebook-share-button > span > a:before {
    content: '\f39e';
}

.mail-share-button > span > a:before {
	font-family: 'Font Awesome 5 Free';
    content: '\f0e0';
}

.whatsapp-share-button{
	background-color: #4CC135;
}

.whatsapp-share-button > span > a:before {
    content: '\f232';
}

.twitter-share-button{
	background-color: #1b95e0;
}

.twitter-share-button > span > a:before {
	content: '\f099';
}

.instagram-share-button{
	background: #d6249f;
 	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.instagram-share-button > span > a:before {
	content: '\f16d';
}


.sv-select,
.sv-input{
	position: relative !important;

}
.sv-select select,
.sv-input input:not([type=checkbox]):not([type=radio]){
	margin: 0px auto !important;
	border-radius: 13px !important;
}
.sv-select {
    display: inline-block;
    position: relative;
    width: 100%;
}
.sv-select select{
	-webkit-appearance: none !important;
   	-moz-appearance:    none !important;
   	appearance:         none !important;
   	border-radius: 20px ;
   	cursor: pointer;
  	padding: 0.25em 1e
  	m 0.25em 0.85em;
  	width: 100%;
  	
}
/*.sv-select:after{
	content: "\e114" !important;
	top: 50%;
    position: absolute !important;
    right: 7px !important;
    font-size: 10px;
} */

.sv-select:after {
  width: 0;
  position: absolute;
  right: 10px;
  bottom: 7px;
  pointer-events: none;
  /* content: "\e114" !important; */
  content: '';
  border-width: 6px 4px;
  border-style: solid;
  border-color: transparent;
  border-top-color: black;
}

.sv-selectNom:after {
  bottom: 12px;

}

.sv-input input{
	border: 1px solid #ec4638 !important;
	border-radius: 20px;
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	padding: 0px 0px 0px 13px !important;
}

.sv-field-error, .sv-field-error-news {
	font-weight: bold;
}

.sv-field-error {
	margin-top: 0;
    margin-bottom: 0;
    margin-left: 4px;
}

.sv-form-error, .sv-form-error-news {
	font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.input-group .form-control:first-child {
	margin: 0;
}

.input-group.date {
	margin-bottom: 10px;
}

.input-group.date span.input-group-addon {
	border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border: 1px solid #ec4638;
    border-left: none;
}

.radio-inline+.radio-inline {
	margin-left: 0px;
}

.sv-radios-label, label.radio-inline {
	padding: 7px 0 10px 0;
}

.sv-btn{
	border: none;
	background-image: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 5px;
	text-shadow: none;
}

.form-item-label {
  color: #333 !important;
  font-weight: normal !important;
  font-size: 13px !important;
  margin-bottom: 4px !important;
  margin-left: 0 !important;
}
