Použité iphony CSS backup

<style>
.top-navigation-menu {display:none !important;}

 

.header-top .cart-count span {
color: #ffffff;
}
.header-top .btn.cart-count::before {
color: #ffffff;
}
/* košík */

.top-navigation-bar {
border-top-color: #2c2c2c;
border-bottom-color: #2c2c2c;
background-color: #2c2c2c;
}
.top-navigation-menu {
background-color: #2c2c2c;
}
/* Infobar nahoře */

.homepage-box {
margin-top: 0px;
}
/* homebox margins */

.products-block.products .p .name {
font-size: 18px;
font-weight: 500;
}
.products-block .p-code {
background:rgba(0,0,0,0);
}
/* Úprava výpisu produktů */

.flag.flag-action {background-color: #ef6b5f;}
.flag.flag-new {background-color: #5fc4d8;}
.flag.flag-tip {background-color: #d55a99;}
/* příznaky */

.extended-description {
display:none;
}
/* skrytí dodatečných parametrů */

.flex_container {width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px;align-items:center;}
.padded_text {padding:1.5vw;line-height:1.5;}
hr.styledhr {border: 0;border-bottom: 1px dashed #ccc;background: #999;}
.container_grey {width:100%;margin-bottom:20px;background-color:#f6f6f6;
webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.1);}
h4 {color:#1997e5;}

@media (max-width: 768px) {
#flex_child1 {width:100%; margin-bottom:1%;text-align:center;}
#flex_child2 {width:100%; margin-bottom:1%;}
}

@media (min-width: 768px) {
#flex_child1 {width:31%; margin-right:1%;}
#flex_child2 {width:65%; margin-right:1%;}
}
/* Styly popisku detailu produktu */

/**/
/**/
/**/
/**/
/**/
/**/
/**/

@media (min-width: 768px) {
#navigation {
height: 46px !important;
}
/* výška menu */

.navigation-in>ul>li>a {
padding-left: 20px;
padding-right: 20px;
padding-top: 6px;
padding-bottom: 9px;
}
.navigation-in>ul>li {
border-left-color: #585858;
}
#header {
box-shadow: inset 0 -46px 0 #2c2c2c;
background-color:#1a1a1a;
}
.navigation-in ul, .menu-helper ul {
padding-top:7px;
padding-bottom:7px;
}
.menu-helper>span {
margin-top:6px;
}
.menu-helper>span::before {
background-color: #2c2c2c;
}
/* hlavní menu */

#scroll {
position:fixed;
right:35px;
bottom:35px;
cursor:pointer;
width:50px;
height:50px;
background-image:url("https://www.chefshop.cz/user/documents/upload/Infographics/Typy vareni/up_top_button_hover.png");
xbackground-color:#3498db;
text-indent:-9999px;
display:none;
-webkit-border-radius:60px;
-moz-border-radius:60px;
border-radius:60px
}
#scroll span {
position:absolute;
top:50%;
left:50%;
margin-left:-8px;
margin-top:-12px;
height:0;
width:0;
border:8px solid transparent;
border-bottom-color:#ffffff;
}
#scroll:hover {
background-image:url("https://www.chefshop.cz/user/documents/upload/Infographics/Typy vareni/up_top_button.png");
xbackground-color:#e74c3c;
opacity:1;filter:"alpha(opacity=100)";
-ms-filter:"alpha(opacity=100)";
}
/* to the top button */

/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
}

@media screen and (min-width: 1200px) {
.sticky #content-wrapper {
margin-top: 131px;
}
.sticky #header {
position: fixed;
top: 0px;
left: 0px;
z-index: 52;
width: 100%;
}
}
/* Sticky header */

.sidebar-inner {
display: flex;
flex-direction: column;
}
.sidebar-inner>div {
order: 3;
}
.sidebar-inner>div:nth-child(2) {
order: 2;
}
.sidebar-inner>div.banner:first-of-type {
order: 1;
}
.btn.unveil-button {
display: block;
width: 100%;
}
.filters {
display: none;
}
.filters.visible {
display: block;
}

/* Filtr nad kategoriemi */
</style>

--------------------------------

<script type="text/javascript">
$(document).ready(function(){
$(window).scroll(function () {
st = $(document).scrollTop();
if ($(this).scrollTop() > 27) {
$(".overall-wrapper").addClass("sticky");
} else {
$(".overall-wrapper").removeClass("sticky");
}
});
});
</script>

<script type="text/javascript">
jQuery(function ($) {
var config = {targetUrl: 'http://code2.kubanavratil.com/', contentUrl: 'http://code2.kubanavratil.com/code/append-middle-icons/'};
if (window.location.href == config.targetUrl) {$.get(config.contentUrl, function (data) { $('.h4.homepage-group-title:eq(1)').prepend($(data).find('.news-item-detail .text').html()); }); } });
</script>

<script type="text/javascript">
jQuery(function ($) {
var config = {contentUrl: 'http://code2.kubanavratil.com/code/oteviraci-doba-top/'};
if ($('.top-navigation-contacts').length) {$.get(config.contentUrl, function (data) {$('.top-navigation-contacts').html($(data).find('.news-item-detail .text').html()); }); } });
</script>

<script>
$('.news-wrapper .news-item').each(function (index, element) {

$(this).append('<a href="' + $(element).find('.text > a:first-child').attr('href') + '">Zobrazit</a>');
});
$(".latest-contribution-discussion").after($("#latest-article"));
$("#latest-article").after($("#latest-article2"));
</script>

<script>
$('#filters').toggleClass('visible');$that=$('.filters-wrapper .unveil-button');var text=$that.text();var hideText=text;var showText=$that.attr('data-text');toggleText($that,text,showText,hideText);if($('.filters-wrapper .unveil-button').length == 0){$('#filters').addClass('visible')}
</script>