.calculator-tool label { display: block !important; color: #666666 !important; font-size: 20px !important; margin-bottom: 2px !important;   min-width: 130px !important; font-weight: bold;    font-family: "Roboto", Helvetica, Arial, sans-serif; margin:0px !important;}  
body .calculator-tool select { width: 194px; height: 60px;  padding: 10px 10px 10px 15px !important;  border: 1px solid #e0e6e8 !important;  color: #000;  font-size: 19px !important;  outline: none !important;  font-weight: 400;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  background-image: url(//shiphype.com/wp-content/uploads/2022/07/drop_arrow.png) !important;  background-repeat: no-repeat !important;  background-position: 90% 50% !important; } 
.calculator-tool input[type="number"], .calculator-tool input[type="text"] {     max-width: 130px;     height: 60px;     padding: 10px 10px 10px 10px !important;     border: 1px solid #e0e6e8;     color: #000;     font-size: 22px;     outline: none;     font-weight: 400; } 
@media (max-width: 600px){ 
.calculator-tool label.mobile-hide { display:none !important; }
}