Hello,
1.
.single-product .owl-theme .owl-controls .owl-buttons div {
background: transparent;
}
2.
.top-bar p {
margin-bottom: 0;
}
and this code in Custom css for mobile:
.top-bar {
display: none;
}
3.
.woocommerce-message .button {
color: white;
}
4. http://prntscr.com/g89qk3
5.
.main-footer .widget_nav_menu li>a {
color: white !important;
font-size:14px;
padding: 10px 0;
}
.main-footer .widget_nav_menu li>a:hover {
color: red !important;
}
6. Please add this code in Theme Options > Custom css > Custom css for mobile:
.header-logo {
margin-top: -35px;
}
Regards