#configurator-content {
    height: 860px;
    background: white;

}

#configurator-content ul {
    margin: 0px !important;
}

#ifCad3dSummary {
    width: 100%;
    min-height: 320px;
}

#header-3 {
	cursor: pointer;
}

#helioz_form select {
    width: 90% !important;
}

#helioz_form .form-group {
    padding-top: 1px;
    margin-bottom: 10px;
}

#tabs .active {
    border-bottom: 3px solid #f60606;
}

#configurator-content .nav-item {
    cursor: pointer !important;
}

.next-back {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;
}

.previous {
    background-color: #f1f1f1;
    color: black;
    width: 120px;
    height: 46px;
    font-size: 19px;
  }
  
.next {
    background-color: #f60606;
    color: white !important;
    width: 120px;
    height: 46px;
    font-size: 19px;
}

#helioz_form_craner select {
    width:90% !important;
}

#helioz_form_craner2 select {
    width:90% !important;
}

.cad_btn {
    float:left;
    width:30%;
}

#cad_download_link a, #sales_drawing_download_link a {
    color:#f60606;
    font-weight: bold;
}

.catalog-left{
    width: 100%;
    float: left;
	padding-bottom: 12px;
	height: 584px;
}

.titleDownload {
	margin-left: 0px !important;
}

.CADformat select {
	width:95%;
	height:40px !important;

}

#bomTable {
    border: 1px solid rgba(0,0,0,.08);;
    font-size: 16px;
}

.fade {
    opacity:1 !important;
}

#cad_download_btn {
    height: 40px;
    background:#f60606;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	cursor: pointer;
	border:none;
	width:120px;
    
}
#sales_drawing_download_btn,
#drawing_download_btn {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f60606;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

#content {
    text-align: none !important;
}

a:hover {
    text-decoration: none !important;
}

#helioz_form .form-group .helioz-checkbox-container label {
    display: inline-block;
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal !important;
}

#tabs li {
    font-size: 20px;
}

#mainContent #helioz_form label {
    font-size: 18px;
    padding-bottom: 10px;
}

tr:nth-child(odd) {
    background: #eee;
}

#bom td, #bom th {
    border: 1px solid #ddd;
    padding: 8px;
}

#bom {
    width: 100%;
}

#btnRfq {
	
    height: 36px;
    background: #f60606;
    color: white;
	font-size: 15px;
	cursor: pointer;
	border:none;
	width:120px;
}

#qtyProduct {
    float:left;
    padding-top: 5px;
    padding-right: 18px;

}

#craner_configurationPart #helioz_form select {
    width: 60%;
    height: 36px;
}

.helioz-field-desc{
    display: block;
    font-weight: 100;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 1px;
}

.helioz-field-el input{
    width: 100%;
    height: 35px;
}

#add_to_cart {
    height: 39px;
}
.btncart{
    height: 39px;
}
/* HELIOZ */

:root {
    --main-color:#f60606;
    --main-bg-color: #f60606;
  }
.product-preview {
    width: 100%;
    height:400px;
    position: relative;
}
.product-files {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    width: 100%;
}
#fullscreenBtn, #get3D{
    padding: .5em 1em;
    font-size: 14px;
    line-height: 16px !important;
    transition:all 0.5s;
    background-color: var(--main-color);
    cursor: pointer;
    border:0px;
    color:#424242;
}
button {
    border:0px;
    /* border-radius: 3px; */
}
button:hover {
    background-color: var(--main-bg-color) !important;

}

button:disabled {
    opacity: 0.2;
    cursor: not-allowed !important;
    pointer-events: all !important;
    background-color: var(--main-bg-color);
}
#panel_image, #panel_2d, #panel_3d {
    text-align: center;
    width: 100%;
    height: 420px;
    position: absolute;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}
#panel_image img, #panel_2d img{
    vertical-align: middle;
    display: inline-block;
    max-height:330px;
    margin-top: 30px;
}
#panel3dbuttons {
    margin-top: 5px;
    background-color: rgba(255,255,255,0.9);
    text-align: left;
}
#panel3dbuttons button:first-child {
    margin-left: 5px;
}
#panel3dbuttons button {
    float:right;
    color: #fff;
    height: 40px;
    width: 50px;
}
#ifCad3d {
    width: 100%;
    height: 450px;
}

.flex-control-nav {
    display: block;
    list-style: none;
    line-height: 20px !important;
    padding: 0px;
    margin: .5em 0 .5em 0;
}

.flex-control-nav li {
    margin: 0 3px 0 0;
    display: inline-block;
    color: #fff !important;
    line-height: 20px !important;
}

.flex-control-nav li a {
    text-indent: 0px !important;
    text-align: center;
    width: 50px;
    height: 40px;
    background-color: rgb(153, 153, 153);
    cursor: pointer;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    display: block;
    color:#424242;
    font-size: 20px;
    line-height: 38px !important;
}

.flex-control-nav li a i {
    line-height: 38px !important;
}

.flex-control-paging li a img {
    margin-top: 9px;
    width: 20px;
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.flex-control-paging li a.flex-active {
    background: rgba(0, 0, 0, 0.9);
    background-color: var(--main-color) !important;
    cursor: default;
    color:#fff;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    color:#fff;
}
.switch {
    float:left;
    position: relative;
    width: 50px;
    height: 24px;
    top:6px;
}
.switch-label {
    line-height: 34px;
    margin-left: 5px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: #424242;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: var(--main-color);
}
input:focus + .slider {
    box-shadow: 0 0 1px var(--main-color);
}
input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
    background-color:#fff;
}
.slider.round {
    border-radius: 34px !important;
}
.slider.round:before {
    border-radius: 50% !important;
} 

.btn-add-to-cart-productpage {
    height: 38px;
    padding: 5px 16px;
    margin-left: 10px;
    background-color: #333333;
    color: #fafafa;
    font-weight: bold;
}

.quantity-label label {
    color: #333333;
}

.product_description p {
    line-height: 2.75rem;
}

.product_description ul {
    margin: 1rem 0;
}

.product_description ul,
.product_description li {
    list-style: inside none disc;
}

#pricingSection {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.cart-info {
    margin-bottom: 2rem;
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
}
figure.zoom img:hover {
    opacity: 0;
}
figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

.navbar-tab > li {
    float: left !important;
}
.navbar-tab > li > a {
    color: #333;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    padding: 12px 20px;
}

.navbar-tab > li >a:hover{
    background-color: #eaeaea;
}

.navbar-tab > li.active > a
{
    color: #f60606;
    border-bottom: 2px solid #f60606;
    background-color: transparent;
}

.navbar-tabs-collapse {
    padding: 0;
}

.product_page.tab-content ul,
.product_page.tab-content li {
    list-style: inside none disc;
    line-height: 2.5rem;
}


