#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;
}

@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: #e9edf0;
	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: 20%;
	left: 79%;
	z-index: 1300;
	position: fixed;
	top: 100px;
}

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

.addedtocart {
	cursor: text;
	font-weight: bold;
	color: #395c76;
	font-size: 13px;
	padding-bottom: -20px;
}

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

#puttitle {
    padding: 0 10px;
    flex-basis: 30%;
}

.cartbutton {
	box-shadow: 5px 5px 5px #e0e0e0, -5px -5px 5px #ffffff;
	border-radius: 20px;
	font-size: 0.8rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	width: 50%;
}

@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;		
	}
}
