select#calc_shipping_country { display: none; } #wc-shipping-sim-results { max-width: 500px; } ul.rpship_methods { background: white; border-radius: 10px; } .rpship_calculator { max-width: 350px; } .rpship_shipping_message { max-width: 350px; } #brx-content { position: relative; transition: filter 1s ease;  } .blur-effect { filter: blur; } #brx-content::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5);  opacity: 0;  transition: opacity 0.5s ease;  pointer-events: none;  } .active-overlay::after { opacity: 1 !important;  } .rpship_wrap { margin-top: 10px; border: 1px solid #e5e5e5; padding: 5px; border-radius: 5px; background: #d7d7d7; } @media only screen and (max-width: 768px){ html, body{ width:100%; overflow-x:hidden; } }