#cart-pending {
	width: 100%;
	background-color: black;
	height: 8%;
	padding-top: 17px;
	background: rgba(64, 64, 64, 0.9);
}

#count {
	padding: 10px;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #e83e8c;
	color: white;
}
.registerbutton {
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 6px 16px;
	background-color: #5583ff;
		border-radius: 20px;
		color: white;
		font-size: .85rem;
		font-weight: bold;
}
.registerbutton:hover {
	background-color: #f1d348;
	color: #5583ff;
}
@media only screen and (min-width: 1415px) {
	.pricebutton {
		box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
		background-color: #e9edf0;
		width: 50%;
		margin-left: 25px;
		padding-left: -50px;
		border-radius: 20px;
		color: #5583ff;
		height: 35px;
	}

	.pricebutton-inner {
		/*margin-left: 10px;*/
		background-color: #5583ff;
		border-radius: 20px;
		color: white;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
	}
}

@media only screen and (max-width: 1419px) and (min-width: 751px) {
	.pricebutton {
		box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
		background-color: #e9edf0;
		width: 55%;
		margin-left: 25px;
		padding-left: -50px;
		border-radius: 20px;
		color: #5583ff;
		height: 35px;
	}
	.pricebutton-inner {
		/*margin-left: 10px;*/
		background-color: #5583ff;
		border-radius: 20px;
		color: white;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
	}
}

@media only screen and (max-width: 750px) {
	.pricebutton {
		box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
		background-color: #e9edf0;
		width: 60%;
		margin-left: 25px;
		padding-left: -50px;
		border-radius: 20px;
		color: #5583ff;
		height: 35px;
	}

	.pricebutton-inner {
		/*margin-left: 10px;*/
		background-color: #5583ff;
		border-radius: 20px;
		color: white;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
	}
}

.pricebutton {
	min-width: 200px;
	max-width: 210px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 4px 18px 14px;
    font-weight: 400;
}

.pricebutton.loggedin {
	-webkit-padding-before: 4px;
}

.pricebutton-inner {
	box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.5);
	padding: 5px 8px;
}

.pricebutton-track-message {
	z-index: 9999;
	position: absolute;
	top: 69%;
	left: 56%;
	width: 34%;
	padding: 8px;
    background-color: #fff;
    font-size: .8rem;
    font-weight: 500;
    box-shadow: 1px 1px 3px 0px rgba(0, 0,0,.4);
    border-radius: 4px;
}

@media only screen and (max-width: 1700px) {
	.pricebutton-track-message {
		position: absolute;
		top: 62%;
		left: 20px;
		width: auto;
		max-width: 86%;
		padding: 6px;
	}
}

@media only screen and (max-width: 767px) {
	.pricebutton-track-message {
		position: absolute;
		top: 58%;
		left: 20px;
		width: auto;
		max-width: 86%;
		padding: 6px;
	}
}

.pricebutton-track-message-event {
	padding: 8px 28px;
    font-size: .8rem;
    font-weight: 500;
}

@media only screen and (min-width: 1415px) {
	.freebutton {
		box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
		background-color: #ffff00;
		width: 25%;
		margin-left: 25px;
		padding-left: -50px;
		border-radius: 20px;
		/* color: #5583ff; */
		height: 35px;
	}
}

@media only screen and (max-width: 1419px) and (min-width: 751px) {
	.freebutton {
		box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
		background-color: #ffff00;
		width: 55%;
		margin-left: 25px;
		padding-left: -50px;
		border-radius: 20px;
		/* color: #5583ff; */
		height: 35px;
	}
}

@media only screen and (max-width: 750px) {
	.freebutton {
		box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
		background-color: #ffff00;
		width: 60%;
		margin-left: 25px;
		padding-left: -50px;
		border-radius: 20px;
		/* color: #5583ff; */
		height: 35px;
	}
}

.overlay {
	position: absolute;
	/*bottom: 50%;*/
	left: 100%;
	right: 0;
	background-color: #5654a4;
	overflow: hidden;
	width: 0;
	/*height: 40%;*/
	transition: 0.5s ease;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
	padding-top: 10px;
	z-index: 1000;
}

@media only screen and (max-height: 768px) {
	.overlay {
		height: 50%;
	}
}

.overlay.show {
	width: 25%;
	left: 37.5%;
	z-index: 1300;
	position: fixed;
	top: 100px;
	border-radius: 16px;
}

#cart-overlay-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.addedtocart {
	cursor: text;
  font-weight: 300;
  color: #fff;
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#cart-overlay-content {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#puttitle {
  padding: 16px 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1rem;
}

.cartbutton {
  border-radius: 40px;
  font-size: 0.9rem;
  width: 85%;
  padding: 8px;
  font-weight: 400;
  background-color: #fff;
  color: #5654A4;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;	
}
.cartbutton:hover {
  background-color: #f1d348;
	color: #5654a4;
}

.viewcartbutton {
  border-radius: 40px;
  font-size: 0.9rem;
  width: 85%;
  padding: 8px;
  font-weight: 400;
  background-color: #E7E1F0;
  color: #5654A4;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;	
}
.viewcartbutton:hover {
  background-color: #f1d348;
  color: #5654a4;
}


@media only screen and (max-width: 768px) {
	.overlay.show {
		width: 30%;
		left: 69%;
		z-index: 1300;
		position: fixed;
		top: 100px;
	}

	.cartbutton {
		width: 70%;
	}
}

@media only screen and (max-width: 414px) {
	.overlay.show {
		width: 100%;
		height: 50vh;
		left: 0;
		top: 0;
		z-index: 1300;
		position: fixed;		
	}
}
