
/*
	@pcwebagency.it
*/

/*********************************************************************************/
/* Cart                                                                         */
/*********************************************************************************/



/* ARROW BREADCRUMP */

.arrow-steps .step {
	font-size: 14px;
	text-align: center;
	color: #666;
	cursor: default;
	margin: 0 3px;
	padding: 8px 10px 7px 30px;
	min-width: 180px;
	float: left;
	position: relative;
	background-color: #b4e7ff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
  transition: background-color 0.2s ease;
}
.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #b4e7ff;	
	z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;	
	z-index: 0;
}
.arrow-steps .step:first-child:before {
	border: none;
}
.arrow-steps .step:first-child {
	
}
.arrow-steps .step span {
	position: relative;
}
.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -20px;
	color: #06ac77;
}
.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}
.arrow-steps .step.current {
	color: #fff;
	background-color: #ff5050;
}
.arrow-steps .step.current:after {
	border-left: 17px solid #ff5050;	
}
.arrow-steps .step.clousure:after {
	border-left:0!important;
            border-top-left-radius: 4px!important;
            border-bottom-left-radius: 4px!important;
}
@media (min-width:320px)  { 
.arrow-steps .step {
		min-width: 20px;
                width:auto!important;
                font-size:12px;
                padding: 10px 5px 7px 20px;

	}
        .medium-text{
          font-size:12px!important;
          line-height: 16px!important;
            
        }
}
@media (min-width:481px)  {
    .arrow-steps .step {
		min-width: 25px;
                font-size:13px;
                width:32%!important;
                padding: 8px 5px 7px 20px;
	}
        .medium-text{
          font-size:12px!important;
          line-height: 16px!important;
            
        }

}
@media (min-width:641px)  {
    .arrow-steps .step {
                font-size:14px!important;
                width:32%!important;
    }
    .medium-text{
          font-size:13px!important;
          line-height: 18px!important;
            
        }
}
@media (min-width:961px)  { 
     .arrow-steps .step {
            font-size:16px!important;
                width:32%!important;
                 padding: 6px 5px 6px 20px;
     }
     .medium-text{
          font-size:14px!important;
          line-height: 19px!important;
            
        }
}
@media (max-width: 765px) {
	
} 
.no-border{
    border:0!important;

}
.no-bkg{
   background:none!important;     
    
}
.btnCart{
   background-color: rgba(0,144,54,0.9);
   border:solid 1px rgba(247,247,247,1);
   color:#FFF;
   padding:8px;
   padding-right:15px; 
    
}
.btnCart:hover{
   background-color: rgba(0,144,54,1);
   border:solid 1px rgba(247,247,247,1);
   color:#FFF;
   padding:8px;
   padding-right:15px; 
    
}

/* SELECT2 */
  .select2election__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 42px !important;
}
.select2-selection__arrow {
    height:42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000!important;
    font-size:1em;
    line-height:2.4em!important; 
}
.select2-results__option{
    font-size:1em; 
    
}
.select2-search__field{
   font-size:1em;  
    
}
/* SELECT2 */

#register-client h3{
         
         color:#333!important;
     }