body { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 400; line-height: 1.75; word-wrap: break-word; }
h2 { font-size: 28px; font-weight: 600; }
h2.blutext { color: #0B52FB; }

.header-top { 
	background-color: #000033; 
	padding: 10px 0; 
	border-bottom: 1px solid #e6e6e6; 
}
@media screen and (min-width: 580px) {
	.navbar { height: 80px; }
}
.navbar-brand { 
	width: 275px; 
	padding: 10px; 
}
.navbar-brand img { 
	width: 270px; 
}
.navbar-nav { 
	justify-content: center; 
}
.bg-light { 
	background-color: #ffbf00 !important; 
}
.nav-link { 
	color: #000 !important; 
	background-color: #ffbf00; 
}
.nav-link:hover { 
	color: #fff !important;
}

.navbar-nav > li > a { 
	color: #000; 
	padding: 13px 22px; 
	font-size: 14px; 
	margin-right: 0; 
	margin-bottom: 0px; 
	letter-spacing: 0.5px; 
	font-weight: 600; 
	font-family: 'Roboto'; 
}

.dropdown-menu {
	top: 125%;
	font-size: 0.9rem;
	background-color: #ffbf00;
	border: unset;
	border-radius: unset;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.homebtn { 
	color: #fff !important; 
}
.homebtn i { 
	font-size: 16px !important; 
	line-height: 0; 
}

.footer-top { 
	color: #ffffff; 
	background: #121026; 
	padding: 40px 0 30px 0; 
}
.footer-bottom { 
	padding: 25px 0 5px; 
	background: #090818; 
	color: #aaaed1; 
}
.footer-bottom p { 
	color: #aaaed1; 
	font-size: 13px; 
	line-height: 45px; 
}



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

