/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
@media screen and (max-width: 700px) {
    .mobile-hide-desc {
        display: none;
    }
}
.table-tr-gradient{
  background: linear-gradient(to right, #7AB15E, #C7D856);
  font-weight: bold;
}
.table-tr-line-gradient{
  background: linear-gradient(to right, #7ab15e66, #c7d85659);
}
.table-custom-style{
  margin-left: auto;
  margin-right: auto;
}
.table-custom-style td{
  padding: 0px 5px 0px 5px;
}
.table-custom-style.servo td{
  padding: 0px 5px 0px 5px;
  font-size: 12px;
}
.table-custom-style.reducer-planetary td{
  padding: 0px 30px 0px 30px;
}
.table-custom-style.reducer-planetary.dlf td{
  padding: 0px 10px 0px 10px;
}
.kalkmain{
    text-align:center;
}
.kalkmain td{
    padding: 2px 5px 2px 5px;
}
.noborder{
    text-align:left;
}
.kalkulator {
    border: 1px solid #46a04f96;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    display: block;
    margin: 1px;
}
.kalkulator td{
    padding: 2px 10px 2px 10px;
    text-align:left;
}
input[type="kalkinp"]{
    text-align:center;
    padding:0px 1.5px 0px 1.5px;
    border:1px solid #29bdeea6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
input[type="kalkinpro"]{
    text-align:right;
    padding-right:3px;
    border:1px solid #419a1947;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.order-block.white{
  background: white;
}
