60 lines
816 B
CSS

@media (min-width: 992px) {
/* Показывать кнопку "в корзину" */
/*.item:hover .price-old { display: none; }*/
.item:hover .hover-block { display: block; }
.progress-circle{
width: 150px;
height: 150px;
font-size: 1.2em;
}
.top-container {
font-size: 1em;
}
.top-right-menu > a {
line-height: 1.5em;
}
.top-right-menu > a i {
font-size: 1.6em;
}
.top-right-menu > a .badge {
font-size: .8em;
}
.top-right-menu > a small {
font-size: .75em;
}
.main-banner {
height: 332px;
width: 753px;
background-size: auto;
}
.sticky-top-lg {
position: sticky;
top: 0;
z-index: 1020;
}
#logoLineWrap.fixed .logo > img {
margin-bottom: 0px;
}
.mobile-nowrap-carousel > div.item-wrap {
flex: 0 0 25%;
max-width: 25%;
}
}