li.menu-item-5654 a,
li.menu-item-785 a

 {font-weight: bold !important;}
#products .flag-cesky-vyrobek, .products .flag-cesky-vyrobek{width: 50px;height: 50px;position: absolute;right: 30px;margin: 0;top: -10px;}
.flag-cesky-vyrobek{
background-color: transparent !important;
    font-size: 0 !important;
}
/*
.flag-cesky-vyrobek:before{
    visibility: visible; 
    font-size: 30px; 
    display: inline-block; 
    content: url('/user/documents/upload/cz-flag-70pix.png');
}*/
.flag-cesky-vyrobek:before {
  content: "";
  display:block;
  height:70px;
  width:70px;
  background-size: 70px 70px;
  background-image: url(/user/documents/upload/CV.svg);
  background-repeat: no-repeat;
}
#products .flags-default, .products .flags-default{
width: 100%;
    max-width: 100% !important;
}
.products-block.products .product .prices.in-discount .price-side, .product-top .p-final-price-wrapper.in-discount .price-side{
background: #C9898A !important;
}
@media(max-width:768px){
.flag-cesky-vyrobek:before {
    transform: scale(0.5);
}
#products .flag-cesky-vyrobek, .products .flag-cesky-vyrobek{
    top: -25px;
}
}
.p-gifts-wrapper{
display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.p-gifts-wrapper .p-gift{
flex: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.p-gifts-wrapper .p-gift .p-gift-image{
width: 64px;
    position: relative;
}
.p-gifts-wrapper .p-gift .p-gift-name{
width: calc(95% - 64px);
    padding: 0 24px 0 16px;
}