

.cartmenow-alert-danger {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}


.cartmenow-alert-close {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.cartmenow-alert-close:hover {
  color: black;
}

.cartmenow-input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.cartmenow-select {
  display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.cartmenow-text {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.cartmenow-cart-btn{
  position:fixed;
  right:0px;
  top:0px;
  width:5%;
  height:10%;
  min-width:60px;
  min-height:60px;
  max-width:60px;
  max-height:60px;
  background-color:blue;
  background: url('../img/cart_btn.png');
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  z-index:9999;
}

.cartmenow-cart-btn:hover,
.cartmenow-cart-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cartmenow-clickable{
  cursor: pointer;
}

/* The Modal (background) */
.cartmenow-modal {
  font-family: 'cartmenow', Arial, sans-serif;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.cartmenow-modal-content {
padding: 20px;
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,0.10407913165266103) 0%, rgba(9,9,121,0.10127801120448177) 35%, rgba(0,212,255,0.10407913165266103) 100%);
}

.cartmenow-modal-control {
  position:relative;
  background-color: #fefefe;
  margin: 1% auto; /* 15% from the top and centered */
  padding: 2px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.cartmenow-close {
  position:absolute;
  top:10px;
  right:10px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index:199;

}

.cartmenow-close:hover,
.cartmenow-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cartmenow-action-btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #000;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 2px #000;
    border: solid 1px #000;
    color:#fff;
    font-size:15px;


}

.cartmenow-action-btn:hover{
	border: solid 1px #FFF;
}

.cartmenow-order-btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: yellow;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 2px #000;
    border: solid 1px #000;
    color:#000;
    font-size:15px;
    margin-left:20px;
    text-align:right;

}

.cartmenow-order-btn:hover{
	border: solid 1px #FFF;
}


.cartmenow-next-btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #000;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 2px #000;
    border: solid 1px #000;
    color:#fff;
    font-size:15px;
    margin-left:20px;
    text-align:right;
    margin-top:10px;

}

.cartmenow-next-btn:hover{
	border: solid 1px #FFF;
}

.cartmenow-back-btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #b4b4b4;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 2px #575657;
    border: solid 1px #FFF;
    font-size:15px;
    margin-left:0px;
    text-align:right;
}

.cartmenow-back-btn:hover{
	border: solid 1px #000;
}

.cartmenow-headline{
  font-size:35px;
  font-weight:800;
  margin-bottom:30px;
  display:block;
}
.cartmenow-headline-sub{
  font-size:25px;
  font-weight:800;
  margin-bottom:20px;
  display:block;
}
.cartmenow-cart-overview{
  width:100%;
  display: flex;
  flex-direction: column;
  padding-bottom:70px;
}
.cartmenow-cart-item{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:20px;
}
.cartmenow-cart-item-name{
  font-size:18px;
  font-weight:600;
  width:40%;
  text-align:left;
}
.cartmenow-cart-item-description{
  font-size:16px;
  font-weight:300;
  width:90%;
}
.cartmenow-cart-item-quantity{
  font-size:15px;
  font-weight:300;

  margin-top:30px;
  width:10%
}
.cartmenow-cart-item-price{
  font-size:15px;
  font-weight:300;
  text-align:right;
  margin-top:30px;
  width:15%;
}
.cartmenow-cart-item-sumprice{
  font-size:15px;
  font-weight:300;
  text-align:right;
  margin-top:30px;
  width:20%;
}
.cartmenow-cart-divider {
  width: 2px;
  margin: 6px 0;
  background: lightgrey;
  width:100%;
  height:1px;
  margin-top:10px;
  margin-bottom:30px;
}

.cartmenow-payment-method{
  margin-top:30px;
}

.cartmenow-cart-footer{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cartmenow-cart-footer-info-sum{
  font-size:100%;
  font-weight:300;
  text-align:right;
  margin-top:5px;
  width:75%;
}
.cartmenow-cart-footer-value-sum{
  font-size:100%;
  font-weight:300;
  text-align:right;
  margin-top:5px;
  width:25%;
}
.cartmenow-cart-footer-info-delivery{
  font-size:18px;
  font-weight:300;
  text-align:right;
  margin-top:5px;
  width:75%;
}
.cartmenow-cart-footer-value-delivery{
  font-size:18px;
  font-weight:300;
  text-align:right;
  margin-top:5px;
  width:25%;
}
.cartmenow-cart-footer-info-vat{
  font-size:100%;
  font-weight:300;
  text-align:right;
  margin-top:5px;
  width:75%;
}
.cartmenow-cart-footer-value-vat{
  font-size:100%;
  font-weight:300;
  text-align:right;
  margin-top:5px;
  width:25%;
}


.cartmenow-cart-plus-btn{
  background-color: #4CAF50;
  border: none;
  color: white;
  width:25px;
  height:25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left:5px;
  margin-right:5px;
  padding:0px;
}

.cartmenow-cart-plus-btn:hover{

}

.cartmenow-cart-minus-btn{
  background-color: red;
  border: none;
  color: white;
  width:25px;
  height:25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left:5px;
  margin-right:5px;
  padding:0px;
}

.cartmenow-cart-minus-btn:hover{

}
