.item_footer:nth-child(3) input {
width: 900px;
}
.catalog-dropdown:before {
content: '';
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
height: 45px;
}
url: "/wp-content/themes/НАЗВАНИЕ ТВОЕЙ ТЕМЫ/checkoutajax.php",
success: function (data) {
$('body').append('<div id="temp" style="display: none;">' + data + '</p>');
var res = $("#res").text();
var msg = $("#msg").text();
$("#temp").remove();
//Your code
},
$("#form, #form2, #delete").submit(function (e) {
$(document).on("submit", "#form, #form2, #delete", function (e) {
$( ".itemsnew-list-item-wrapper" ).hover(function(){
$(this).find('[type="radio"]:last').click();
});
var textDate = dd + '.' + mm + '.' + yyyy;
var textDate = dd.toString() + '.' + mm.toString() + '.' + yyyy.toString();