#helioz_form {
    display: block !important;
}

#helioz_form select {
    width:98%;
    height: 33px;
}

#helioz_form div {
    padding-bottom: 13px;
}

#mainContainer {
    max-width: 1000px;
margin: auto;
background:
white;
padding: 10px;
    padding-top: 10px;
height: 650px;
padding-top: 50px;
}

.product-preview {
    display: block !important;
    padding-left: 20px;
    float:left;
    width:100%;
}


.flex-control{
    float:left;
    padding-left: 0px;
}
.flex-control li {

    margin: 0 3px 0 0;
    display: inline-block;
    color: #747474 !important;
    line-height: 20px !important;

}
.flex-control li a {

    text-indent: 0px !important;
    text-align: center;
    width: 50px;
    height: 0px;
    background-color: #BEBEBE;
    cursor: pointer;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    display: block;
    color: white;
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 40px;

}

.flex-control li a.flex-active {

    text-indent: 0px !important;
    text-align: center;
    width: 50px;
    height: 0px;
    background-color: #5b3181 !important;
    cursor: pointer;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    display: block;
    color: white;
    font-size: 20px;
    line-height: 40px;

}

#ifCad3d {

    width: 83%;
    height: 85%;

}

#header-3 {
	cursor: pointer;
}


.cad_btn {
    float:left;
    width:30%;
}

#cad_download_link {
    font-size: 14px;
    padding-top: 10px;
    width:120%;
}

#cad_download_link a {
    color:#5b3181;
    font-weight: bold;
	font-size:14px;
}


.catalog-left{
    width: 100%;
    float: left;
    padding-bottom: 12px;
}

#catalog-right {
    font-size: 14px;
    padding-top: 25px;
}

.CADformat select {
    height:36px;
    width: 96%;
}

.download_cad {
    float:left;
    width:20%;
}

#cad_download_btn {

    height: 36px;
    background:#5b3181;
    color: white;
	font-size: 15px;
	cursor: pointer;
	border:none;
	width:95px;
    
}

.titleDownload {
	margin-left: 0px !important;
}

#fullscreenBtn {

    float: right;
    background: #5b3181;
    color: white;
    height: 35px;
    width: 50px;
    padding-right: -180px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
}
.switch {
    float: left;
    position: relative;
    width: 50px;
    height: 24px;
    top: 6px;
}
.slider.round {

    border-radius: 34px !important;

}
.slider {

    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BEBEBE;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-label {
    line-height: 34px;
    margin-left: 5px;
    float: left;
}
.slider::before {

    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50% !important;
    display: block;

}

#get3D {
    background:
    #5b3181;
    color: white;
    height: 35px;
    width: 90px;
    padding-right: -180px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
    font-size: 15px;
}

input:checked + .slider {
    background-color:  #5b3181;
}

input:checked + .slider::before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

#helioz_form select .disabled {
    color:red;
}

#mainContainer select {
    border: 1px solid grey !important;
}

#bomTable {
    padding-left: 0px;
    padding-top: 25px;
    width: 100%;
}

.bom td, .bom th {
 /*   border: 1px solid #ddd;*/
    padding: 8px;
}

.bom td {
    font-size: 14px !important;
    color: #2E3133;
}

.bom {
    width: 100%;

}

@media(max-width:800px) {
    .catalog-left {
        width: 100% !important;
    }

    #catalog-right {
        width: 100% !important;
    }

    #tableRight {
        width: 100% !important;
    }

    #tableLeft {
        width: 100% !important;
    }

}