input.disabled {
    user-select : none;
    -moz-user-select : none;
    -webkit-user-select : none;
}
[readonly='readonly'] {
   pointer-events: none;
   
}
.products-item-info span{
    display: none !important;
}
.config-container{
	width: 1170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.config-header{
    height: 100px;
    margin-top: 126px;
    background: url(../../konfigurator/img/config_background.jpg);
    background-size: cover;
    background-position: center center;
}
.config-header h1{
    font-size: 30px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.config-header h1:before{
 	content: url(../../konfigurator/img/ico_header.png);
    display: inline-block;
    position: relative;
    top: 15px;
    left: -11px;

}
.config-header h1 strong{
	font-weight: 300;
}
.page-template-template-michani .main-config-container {
    margin-top: 15px;
}
.main-config-container{
	margin-top: -25px;
}
.main-config-container h2{
    font-size: 24px;
    text-transform:  uppercase;
    text-align:  center;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom:  50px;
}
.main-config-container p{
	font-size: 16px;
    text-align: center;
    font-weight: 400;
}
.fitbit_sync_logo{
	position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}
   
.conf-button{
    height: 81px;
    background: #ac145a;
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0px auto;
    color: white;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
    position: relative;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 33px;
    font-style: normal !important;
}
.conf-button:hover{
	background: #1a1a24;
}
.no_mar{
    margin: 0px !important;
    padding: 0px !important;
}
.align-center{
	text-align: center;
}
.info_ico{
    color: #ad1759;
    font-size: 16px;
}
.pop_content{
    background: white;
    min-height: 200px;
    text-align: center;
    padding: 30px;
}
.pop_content p{
    padding: 20px;
    text-align: left;
}
.mfp-close-btn-in .mfp-close{
    display: none !important;
}
.button_pop_style{
    float: right !important;
    width: auto !important;
    background: none !important;
    color: black !important;
    font-size: 28px !important;
    position: relative !important;
    height: auto !important;
    top: -18px !important;
    line-height: unset !important;
    right: -6px !important;
}
.pro_sebe{
    font-size: 18px !important;
}
.text_left{
    text-align: left;
}
.text_left p{
    padding-left: 0px;
}
.ico_white{
    color:white !important;
}
.ico_white_left{
    margin-left: 10px;
}
@media screen and (max-width: 1480px){
	.config-container{
		width: 100%;
	}
}
@media screen and (max-width: 1480px){
    .config-header{
        margin-top: 115px;
    }
}
@media screen and (max-width: 1250px){
    .config-header{
        margin-top: 122px;
    }
}
@media screen and (max-width: 767px){
    .config-header{
        height: 96px;
        margin-top: 49px;
    }
}
@media screen and (max-width: 600px){
    .main-config-container h2 {
        font-size: 24px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 400;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px){
    .conf-button {
        width: 90%;
    }
}
@media screen and (max-width: 450px){
    .config-header {
        height: 125px;
        margin-top: 50px;
    }
}
