.wp-block-tiptip-hyperlink-group-block:hover {
    text-decoration: none;    
}

#sensei-quiz-list {
    list-style: none;
    padding-left: 0;

    > li {
        margin-bottom: 2.618em;
        padding: 1.618em;
        border: 1px solid #e8e4e3;
    }
    .answers {
        list-style: none;
        margin: 0;
        padding: 0 10px;
    }

    .grade {
        float: right;
    }
    .question-title {
        font-size: 18px;
        margin: 0 0 1em;
        display: block;
        font-weight: 700;
    }
}

.quiz-submit {
	color: #fff;
	border: none;
	border-radius: 0!important;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 26px;
	height: 35px;
	background: #0684c7;
	min-width: 125px;
	margin: 0 15px 0 0;
	width: 100%;
}

.quiz-submit:hover {
	opacity: .8
}

.quiz-submit.save {
	background-color: #552a76;
	display:none;
}

.quiz-submit.reset {
	background-color: #c7202f
}

.take-quiz-btn {
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 26px;
	height: 35px;
	background-color: #552a76;
	min-width: 125px;
	margin: 0 15px 0 0
}

.take-quiz-btn:active,.take-quiz-btn:focus,.take-quiz-btn:hover {
	opacity: .8;
	color: #fff;
	text-decoration: none
}
.sensei-quiz-actions-primary,
.sensei-quiz-actions-secondary,
.sensei-quiz-action {
    display: inline-block;
}
#post-entries {
    display: none;
}

#cart .cart-holder {
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#cart .cart-holder::before {
	content: "";
	margin-right: .5em;
	display: inline-block;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.94 19'%3E%3Cpath d='M6.16,19a2.17,2.17,0,1,1,2.17-2.17A2.17,2.17,0,0,1,6.16,19Zm0-3a.84.84,0,1,0,.84.84A.85.85,0,0,0,6.16,16Z' fill='%23fff'/%3E%3Cpath d='M14,19a2.17,2.17,0,1,1,2.17-2.17A2.17,2.17,0,0,1,14,19Zm0-3a.84.84,0,1,0,.84.84A.85.85,0,0,0,14,16Z' fill='%23fff'/%3E%3Cpath d='M15.55,14H5.2a.66.66,0,0,1-.65-.56L2.63,1.68.55,1.32A.67.67,0,1,1,.78,0L3.33.45A.68.68,0,0,1,3.87,1l1.9,11.67h9.78a.66.66,0,0,1,.66.66A.67.67,0,0,1,15.55,14Z' fill='%23fff'/%3E%3Cpath d='M15.48,10.94H4.72V9.61H15l1.37-4.25H3.76V4H17.27a.67.67,0,0,1,.54.27.71.71,0,0,1,.1.6l-1.8,5.58A.67.67,0,0,1,15.48,10.94Z' fill='%23fff'/%3E%3C/svg%3E");
}

.add-to-cart {
	background-color: #c7202f;
	color: #fff;
	text-align: center;
	font-size: 15px;
	display: block;
	line-height: 1.2;
	padding: 15px;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 22px
}

.add-to-cart:hover {
	color: #fff
}

.add-to-cart.added {
	background-color: #d3d3d3;
	color: #898989
}

.accessible {
	background-color: #0684c7;
	color: #fff;
	text-align: center;
	font-size: 15px;
	display: block;
	line-height: 1.2;
	padding: 15px;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 22px
}

.cart-item {
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.cart-item .remove-item {
	color: #c7202f;
	width: 16px;
	height: 16px;
	text-indent: 16px;
	overflow: hidden
}

.cart-item .remove-item:after {
	content: "";
	display: block;
	width: 16px;
	height: 2px
}

#add-all-btn {
	color: #fff;
	background-color: #467082;
	display: block;
	text-align: center;
	padding: 14px
}

.video-preview-list.has-products .video-box {
	padding-bottom: 70px;
	position: relative
}

.wp-block-query-pagination {
	gap: 0;
	.wp-block-query-pagination-numbers {
		letter-spacing: -.36em;
		.page-numbers {
			letter-spacing: normal;
			width: 40px;
			height: 40px;
			font-size: 18px;
			line-height: 38px;
			color: #232b2d;
			border: 1px solid #868382;
			background: #efecea;
			text-align: center;
			margin: 0 0 0 7px;
			font-weight: 500;

			display: inline-block;
			vertical-align: middle;
			padding: 0 .4em;

			&.current {
				
				background: #f9f7f7;
				border: 1px solid #cfcdcd;
				color: #a3a5a6;
			}

			&:hover {
				text-decoration: none;
				opacity: .8;
			}
			@media (max-width: 767px) {
				padding: 0;
				width: 25px;
				height: 25px;
				line-height: 23px;
				margin: 0 3px;
			}
		}
	}

	.wp-block-query-pagination-previous,
	.wp-block-query-pagination-next {
		display: inline-block;
		vertical-align: middle;
		max-width: 50%;
		background: #666;
		color: #fff;
		padding: .4em;
		text-decoration: none;
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 38px;
		color: #232b2d;
		border: 1px solid #868382;
		background: #efecea;
		text-align: center;
		margin: 0 0 0 7px;
		background: #c7202f;
		width: auto;
		font-size: 13px;
		line-height: 40px;
		border: none;
		text-transform: uppercase;
		padding: 0 12px;
		letter-spacing: 1.5px;
		font-weight: 500;
		color: #fff;
		
		&:hover {
			text-decoration: none;
			opacity: .8;
		}
		@media (max-width: 767px) {
			height: 25px;
			margin: 0 3px;
			line-height: 23px;
			padding: 0 5px;
		}
	}
}