/* Global Style */ :root { --blue: #194c9f; --white: #ffffff; --black: #000000; --blue-700: #00ABF0; --light-blue: #3B5898; --black-800: #020202; --red-color: #DD2C28; --grey-color:#ddd; --blue-900: #3366ff; --grey-600: #464c50; --border-grey: #e2e2e2; --light-grey: #dde0e2; --border-color: #eff0f2; --dark-grey: #56575b; --light-grey:#888; --color-yellow:#ffc439; } #main, #wrapper { background-color: #f5f5f5 !important; } .deburring-banner-text { padding: 20px; } .button:not(.icon)>span+i { margin-top: 5px; font-size: 1rem; } span.amount { color: var(--blue) !important; } .social-icons.share-icons.share-row a { display: inline-flex; justify-content: center; align-items: center; padding-top: 4px; } .single_add_to_cart_button.button.buy-now-btn { background-color: #ffc439 !important; }