/* /////////////////////////////////// */
/* ///////// DEVSNEST STYLE ////////// */
/* /////////////////////////////////// */
body,html{background-color:#fff;color:#636b6f;font-family:roboto,sans-serif;font-weight:200;height:100vh;margin:0; min-height: 100vh;}.disabled{pointer-events:none}nav.navbar.navbar-expand-lg{box-shadow:0 4px 2px -2px rgba(0,0,0,.2)}nav.navbar .dropdown-menu{font-family:Nunito,sans-serif;font-weight:100}#nav-cart .fa-stack[data-count]:after{position:absolute;right:0;top:1%;content:attr(data-count);font-size:55%;padding:.6em;border-radius:50%;line-height:.8em;color:#fff;background:rgba(255,0,0,.85);text-align:center;min-width:1em;font-weight:700}#nav-cart .fa-stack-1x,.fa-stack-2x{position:absolute;left:-5px!important;top:3px;width:100%;text-align:center}.number-input input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.number-input input[type=number]::-webkit-inner-spin-button,.number-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.number-input{margin-bottom:3rem}.number-input button{-webkit-appearance:none;background-color:transparent;border:none;align-items:center;justify-content:center;cursor:pointer;margin:0;position:relative}.number-input button:after,.number-input button:before{display:inline-block;position:absolute;content:'';height:2px;transform:translate(-50%,-50%)}.number-input button.plus:after{transform:translate(-50%,-50%) rotate(90deg)}.number-input input[type=number]{text-align:center}.number-input.number-input{border:1px solid #ced4da;width:10rem;border-radius:.25rem}.number-input.number-input button{width:2.6rem;height:.7rem}.number-input.number-input button.minus{padding-left:10px}.number-input.number-input button:after,.number-input.number-input button:before{width:.7rem;background-color:#495057}.number-input.number-input input[type=number]{max-width:4rem;padding:.5rem;border:1px solid #ced4da;border-width:0 1px;font-size:1rem;height:2rem;color:#495057}.pagination{float:right!important}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.number-input.def-number-input.safari_only button:after,.number-input.def-number-input.safari_only button:before{margin-top:-.3rem}}}.fixed-cart{position:fixed;bottom:40%;right:0;z-index:9999;height:auto;min-width:100px;text-align:center;box-shadow:3px 5px 7px rgb(127,127,127,.3)}.fixed-cart-top{padding:5px 0 5px 0;background-color:#686767}.fixed-cart-bottom{padding:5px 0 7px 0;background-color:#e8e8e8}#nav-cart .fix_count[data-count]:after{font-size:77%;right:-21%}.headline>h4{margin-bottom:10px}span.underline_divider{font-size:20px;border-bottom:3px solid grey;display:inline-block;width:25%;margin-bottom:30px}

#preloader{
  display: none;
  background: url('../img/35.gif');
  position: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
div#table_data1_wrapper {
    /*padding-bottom: 100px;*/
}
.main-body {
  padding: 50px 0;
    /*position: relative;
    min-height: 100vh;*/
}
.footer-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ddd;
    padding: 20px 0;
}
.footer-bottom .footer-content p {
    margin: 0;
}