Sklo bižu CSS + scripts
<style>
.products-block.products>div {padding: 25px;}
@media screen and (max-width: 992px) {
.subcategories li a {padding: 32px 40px 32px 13px;}
.subcategories.with-image li a .image img {max-height: 58px;}
.subcategories.with-image li a .image {width: 75%;}
}
@media screen and (min-width: 1200px) {
.subcategories li a {padding: 32px 40px 32px 13px;}
.subcategories.with-image li a .image img {max-height: 58px;}
.subcategories.with-image li a .image {width: 75%;}
}
.subcategories li a {color: #cd9934;}
.subcategories li a:hover {
border-color: #000;
color: #cd9934;
}
.sidebar .cart-content {background-color:transparent;padding: 0px;}
</style>
<style type="text/css">
#content .p-detail {
display: flex;
flex-direction: column;
}
#content .p-detail .products-related-header {
order: 30;
}
#content .p-detail .products-related.products-additional {
order: 32;
}
#content .p-detail .browse-p {
order: 31;
}
</style>
<style>
@media (min-width: 992px) {
.navigation-buttons {justify-content: space-around; display: flex;}
.top-kontakty {margin-left: 20px;}
}
.top-kontakty{position: relative;padding-left: 47px;width: 200px;display: inline-block;text-align: left;margin-top: -15px;top: 10px;padding-top: 15px;background-image: url("https://242285.myshoptet.com/user/documents/upload/resources/Svet-bizu/phone.svg"); background-position: left center; background-repeat: no-repeat;background-size: 40px 40px;}
.top-kontakty:hover::before{color: #1997e5;}
.top-kontakty::after{content: "Kontakty";font-size: 12px;font-weight: bold;color: #cd9934;text-transform: uppercase;position: absolute;left: 47px;text-align: left;top: 0;}
.project-phone {padding-left: 0; width: auto; display: block;}
.project-phone::before, .project-phone::after{display: none;}
.top-kontakty a span{bottom: auto;font-size: 12px;color: #888;font-weight: bold;}
body:not(.ordering-process) .project-phone {top: 0;}
.top-kontakty > a:not(.project-email):not(.project-phone) {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 1;}
.project-email, .project-phone{position: relative; z-index: 2;}
@media screen and (max-width: 992px) {
.top-kontakty{display: none;}
}
.overall-wrapper {margin-bottom: 30px;}
#footer { border-top: solid 3px #cd9934;}
#footer, #footer>.container {background-color: #404040;}
.custom-footer, .footer-bottom {border-style: none;}
#footer a, #footer li, #footer .contact-box a, #footer .password-helper a, #footer .news-item-widget a, #footer ul a {color:#fff;}
#footer h4, #footer a:hover, #footer li:hover, #footer .contact-box a:hover, #footer .password-helper a:hover, #footer .news-item-widget a:hover, #footer ul a:hover {color: #cd9934;}
#footer h4 {font-weight: 600;}
</style>
Scripts
<script>
$('<div class="top-kontakty"><a href="https://www.sklo-bizuterie.cz/kontakt/"></a></div>').prependTo(".header-top > div:last-child");
$(".project-email").appendTo(".top-kontakty");
$(".project-phone").appendTo(".top-kontakty");
</script>