@media
.center {
position:absolute;
top:50%;
left:50%;
margin-left: -40px; //смещаем на половину ширины
margin-top:-40px; //смещаем на половину высоты
}
@media
. href="oth.HTML"
, нужно href="/oth.HTML"
<button class="buy" type="submit" onClick="click()'">ЗАКАЗАТЬ</button>
function click() {
setTimeout(function() { window.location='/cart/ }, 3000)
}
$('body').on('click', '.trigger', function(e){
e.preventDefault();
$('#test-modal').modal().open();
}).on('click', '.trigger2', function(e){
e.preventDefault();
$('#test-modal2').modal().open();
});
$(document).on('click', '.btn' function () {
...
$(this).hide();
});