@media only screen and (max-width: 999px) {
.select-menu.select-element.redirect {
    height: 31px!important;
   width: 70% !important;
}
.cart-contents{
	margin: -38px !important;
	margin-left: -57px !important;

}
.cart-contents-count {
margin-right: 67px !important;
}
.woocommerce #content table.cart .checkout-button{
margin: 2px !important;
  width: 93% !important;
  text-align: center;

}
.select-menu.select-element.redirect select {
    opacity: 1!important;
    height: 30px!important;
    line-height: 20px;
    padding: 0!important;
    background: #465663;
    border: none!important;
    color: #fff;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .cart-contents{
	margin: 0px !important;
	margin-left: 0px !important;

}
.cart-contents-count {
margin-right: 0px !important;
}
.woocommerce #content table.cart .checkout-button{
margin: 2px !important;
  width: 93% !important;
  text-align: center;

}
   }
form.processing .place_order{
  pointer-events: none !important;
}
.processing button#place_order:after {
    content: '';
    background-image: url(https://11plustutorsinessex.co.uk/wp-content/uploads/2022/06/Loading_icon.gif);
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 101%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.processing button#place_order {
    position: relative;
    padding: 8px 20px !important;
    border: none;
}

/*cart css */
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
    color: white;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}
li.cart_li{
    list-style: none;
}