body {
min-width: 960px;
max-width: 1200px;
margin: 0 auto;
}
header {
width: 100%;
}
.logo {
margin: 0 auto;
width: 80%;
}
.mainMenu {
width: 60%;
}
if ($(".review-item").last().is(':visible')) {
$('.more-reviews').hide();
}
@media (min-width: 320px) and (max-width: 480px) {
.topmenu li { width: 100%;}
}
$(".add_to_cart_button").click(function() {
$("#foot-carousel div:contains('Корзина пуста.')").remove();
$('#foot-carousel').data('owlCarousel').addItem('<div>' + $('.cart_list li:last').html() + '</div>');
$(".fixed-bottom").show().fadeTo("slow");
});
if ($(window).width() > 600) {
slider();
}