$(function() {
$('.menu-bottom__text').click(function(){
$('.menu-bottom').slideToggle();
$('.nav-icon-1').toggleClass('open');
});
});
<span class="burger"></span>
.burger{position:relative;height:22px;width:22px;background:red;display:inline-block;margin-right:15px;vertical-align:middle;transition:transform .2s cubic-bezier(.8,.5,.2,1.4)}
.menu-bottom__text:hover{color:red}
.burger.open{transform:rotate(90deg);background:none}
.burger:before,.burger:after{content:'';width:4px;height:22px;position:absolute;left:4px}
.burger:before{border-left:5px solid #e5e5e5;border-right:5px solid #e5e5e5}
.burger:after{width:22px;height:4px;left:0;top:4px;border-top:5px solid #e5e5e5;border-bottom:5px solid #e5e5e5}
.burger.open:before,.burger.open:after{position:absolute;left:10px;content:' ';height:28px;width:3px;background-color:red;border:none;top:-3px}
.burger.open:before{transform:rotate(45deg)}
.burger.open:after{transform:rotate(-45deg)}
$(document).ready(function() {
var $productItem = $('.products-list');
var $addCart = $productItem.find('.submit a');
$addCart.click(function(){
var $productName = $(this).closest('tr').find('.title a').text();
setTimeout(function() { $('.alert-wrp').append('<div class="alert"><spanx>X</span><p>'+$productName+'</p>Добавлен в вашу корзину!</div>'); }, 1000);
});
$('.alert-wrp .alert span').click(function(){
$('.alert').remove();
});
});
parentBox = this.closest('.product_body'), // родительский элемент с классом product_body кнопки "Добавить в корзину"
$(document).ready ( function(){
$('.faces_choice_area').find('span').live('click',function(){
$(this).addClass('ch').siblings().removeClass('ch').parents('div.faces').find('span.faces_choice').eq($(this).index()).addClass('ch').siblings('span.faces_choice').removeClass('ch');
});
});
var arSpan = [], arSpan2 = [], arSpan3 = [];
$("#dRoles select").val('');
$("#dRoles select").change(function()
{
arSpan.push($(this).parent().attr('id'));
$('#res').html(arSpan.join());
arSpan2.push($(this).val());
$('#res2').html(arSpan2.join());
arSpan3.push($(this).find('option:selected' ).text());
$('#res3').html(arSpan3.join());
});
jQuery(".vkorziny").on("click", function(){
jQuery(".add_tovar").on("click", function(){
<a href="javascript:void(0)" class="add_tovar"><div class="vkorziny anim">Добавить в корзину</div></a>
<a href="javascript:void(0)" class="add_tovar">Добавить в корзину</a>