You need to add some product to your order before you can select a shipping method.
Refreshing Carriers...
Some of the items in this order will be shipped directly from our suppliers. As such, they require separate shipping methods. When you click on a shipping method box, it and all items belonging to it will be distinctly highlighted.
">">
/* 1. Make the header background transparent and take it out of the document flow */
header, #header, .navbar, .top-bar {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
position: absolute !important;
top: 0;
left: 0;
width: 100%;
z-index: 9999; /* Ensures the header stays on top of the content */
}
/* 2. Remove any top padding/margin pushing the body down */
body, #page-wrapper, #main-content, .content-wrapper {
padding-top: 0 !important;
margin-top: 0 !important;
}