Hello,
1) It is your slider http://prntscr.com/lr0xmr Please check settings of the slider or provide us with temporary wp-admin access.
2)
.woocommerce-cart .woocommerce-shipping-destination {
display: none;
}
3) Please change the previous code to:
.woocommerce-shipping-methods #sendcloudshipping_service_point_select {
font-size: 10px !important;
margin-top: 5px;
margin-bottom: 5px;
}
#shipping_method li:last-child {
display: inline-block;
}
#shipping_method input[type="radio"] {
float: right;
margin: 6px 0px 15px 8px;
}
http://prntscr.com/lr144u
5) Please remove a statick block from PreFooter widget area.
6)
.et-wishlist-widget .wishlist-dropdown,
.shopping-container:hover .cart-popup-container {
background-color: white;
}
Regards