/*
Theme Name: JZ Vapes Child
Template: jzvapes
Version: 1.0
*/

@import url("../jzvapes/style.css");

.jzpoints-row {
	display: flex;
	align-items: center;
	gap: 15px;
}
.jzpoints-card {
	padding: 20px;
	border-radius: 15px;
	background: #f8f8f8;
	width: 50%;
}
.jzpoints-card h3{
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: "Outfit", sans-serif;
}
.user-points-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.user-points-wrapper h4{
	font-size: 18px;
	margin-bottom: 0;
	font-family: "Outfit", sans-serif;
}
.user-points-wrapper p{
	font-size: 18px;
}
.user-rank-box{
	display: flex;
	align-items: center;
	gap: 12px;
}
.user-rank-img{
	width: 60px;
	overflow: hidden;
	border-radius: 5px;
}
.user-rank-img img{
	width: 100%;
	height: 100%;
}
.user-rank-info h4{
	font-size: 18px;
	margin-bottom: 0;
	font-family: "Outfit", sans-serif;
}
.jz-dashboard-boxes{
	display: flex;
	flex-flow: wrap;
	gap: 20px;
	margin-bottom: 30px;
}
.jz-dashboard-box{
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	display: flex;
	flex-flow: column;
	gap: 10px;
	flex: 1;
}
.jz-dashboard-box h3{
	font-size: 20px;
	margin-bottom: 0;
	font-family: "Outfit", sans-serif;
}
.jz-dashboard-box h4{
	font-size: 17px;
	font-weight: 700;
	color: #2c4b79;
	margin-bottom: 0;
	font-family: "Outfit", sans-serif;
}
.jz-dashboard-box p{
	font-size: 15px;
	color: #555;
}
.jz-dashboard-box a{
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	background: #2c4b79;
	border-radius: 20px;
	display: inline-block;
	padding: 10px 20px;
	max-width: fit-content;
}
.custom-jzpoints-box{
	background-color: #f4f4f7;
	padding: 20px;
	border-radius: 15px;
	margin-top: 20px;
	border: 1px solid #dcdcdc;
	display: flex;
	flex-flow: column;
	gap: 7px;
}
.custom-jzpoints-box h3{
	font-size: 22px !important;
	margin-bottom: 0 !important;
}
.custom-jzpoints-box p{
	font-size: 15px !important;
	margin-bottom: 0 !important;
}
.custom-jzpoints-box a{
	background-color: #2c4b79;
	color: white;
	padding: 10px 20px;
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
	max-width: max-content;
}
#jzpoints-box{
	background: #f6f6f6;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
#jzpoints-box h3{
	font-size: 22px;
	margin-bottom: 7px;
}
#jzpoints-box p{
	font-size: 15px;
	margin-bottom: 7px;
}
#jzpoints_input {
	padding: 9px 15px;
	font-size: 14px;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 20px;
	line-height: 1;
	width: 200px;
}
#apply_jzpoints{
	padding: 7.5px 15px !important;
	border-radius: 20px;
	font-size: 14px !important;
	background: #2c4b79;
	color: #fff;
	font-weight: 500;
	border: none;
	margin-left: 10px;
	transition: 0.3s all;
}
#apply_jzpoints:hover{
	background: #000;
}
.dashboard-upcoming-events h2{
	font-size: 25px;
	margin-bottom: 15px;
}
.qty-cart-section{
	flex-flow: wrap;
}
.qty-cart-section p{
	width: 100%;
}