.testclass .card { background-color: #E8F1F7; padding-bottom: 0px; padding-top: 10px; margin-top: 20px; border-radius: 10px; border: none; }
.testclass .card h5 { font-size: 1.1rem; }
.testLabel { 
	font-family: Rubik;
	font-size: 18px;
	font-weight: 600; 
	line-height: 24.75px;
}
.testTotal { 
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.75px;
  color: #060;
}
img.cat-icon {
	width: 30px;
	height: auto;
	display: inline-block;
}
.div-inline-list{
    margin: 24px auto;
    width: 80%;
    text-align: center;
}
.div-inline-list > .product-container{
    display: inline-block;
    margin: 16px;
}
.product-container {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0px;
}
.product-container-2 {
    height: 60px !important;
}

.product {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
				text-align:center;
}
.product2 {
    top: 20px !important;
}


.clickable{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 1px solid green;
    border-radius: 4px;
    transition: all ease .5s;
    z-index: 10;
}
.checked-box{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 22px;
    height: 22px;
    background-color: #0055ff;
    color: #fff;
    text-align: center;
    border-top-right-radius: 4px;
    display: none;
}

input[name="catradio"]:checked + .clickable,
input[name="productradio"]:checked + .clickable {
    border-color: #0055ff; 
    box-shadow: 0px 0px 6px 2px #0055ff;
}
input[name="catradio"]:checked + .clickable .checked-box,
input[name="productradio"]:checked + .clickable .checked-box {
    display: block;
}


.hidden { display:none; }

.btn-area-bg {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 10px 5px;
}

	.entry-content.checkout {
		font-family: Rubik;
		font-size: 16px;
		line-height: 20px;
		padding: 50px 0px;
		background: #fff;
		color: #626262;
	}
	.entry-content.checkout h2 {
		font-family: Rubik;
		font-size: 36px;
		font-weight: 400;
		line-height: 42px;
		margin-top:25px;
		margin-bottom:15px;
		color: red;
	}
	.entry-content.checkout p {
		margin: 0px;
	}
	#shopstart b {
		color: #2241a2;
		font-size: 20px;
		font-weight: 700;
		line-height: 34px;
		text-decoration:underline
	}
	.yellow-static { 
		font-size: 18px !important;
		padding: 0 !important; 
	}
	.entry-content.checkout .card { background-color: #e7f0f5; border-radius: .45rem; }
	.entry-content.checkout .card-dark { background-color: #eef0f1; }
	.entry-content.checkout .card h2 {
		color: #2241a2;
		font-size: 22px;
		line-height: unset;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.sortabold { font-weight: 500; }
	.darkred { color:darkred; }

