body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {
	margin-left:10px;
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #0A4F6E;
	border-color: #0A4F6E;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(255, 255, 255, 0.2);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #0A4F6E;
	border-top: 1px solid #ddd;
	color: #FFFFFF;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006281;
	border-color: #006281;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	background-position: 0 -15px;
	transition: all 0.3s ease;
	border-color: #006085;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #bd362f;
	border-color: #bd362f;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	border-color: #bd362f;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	/*changed width from 60 to 100*/
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* Contributed styles Store LifeLearn */
.ll-blue-bg { background-color: #008CC2; }
.ll-blue-txt { color: #008CC2; }
.ll-blue-bg-2 { background-color: #006281; }
.ll-blue-txt-2 { color: #006281; }
.ll-orange-bg { background-color: #F8992D; }
.ll-orange-txt { color: #F8992D; }
.ll-green-bg { background-color: #62B246; }
.ll-green-txt { color: #62B246; }
.ll-error-txt { color:#830B0D; }
.ll-error-border { border-color:#830B0D; }
.ll-alert-txt { color: #d47f2d; }
.ll-steel-blue-dk { color:#5A5655; }
.ll-steel-blue-lt { color:#008CC2; }
.ll-blue-pastel-bg { background-color: #B6CBD5; }
.ll-blue-pastel-txt { color: #B6CBD5; }
.ll-blue-pastel-grey { background-color: #D1D4CC; }
.ll-blue-pastel-grey { color: #D1D4CC; }
.ll-blue-pastel-cream { background-color: #EDE9D1; }
.ll-blue-pastel-cream { color: #EDE9D1; }

a {
	color: #006281;
}
body {
	color: #5A5655;
	font-size:14px;
}
.form-control {
	height:36px;
}
h1, h2, h3, h4, h5, h6 {
	color: #008CC2;
}

h3 {
	color:#63B246;
}
header #logo {
	max-width: 75%;
}

.pb-1 { padding-bottom: 1rem; }
.pb-2 { padding-bottom: 2rem; }
.pb-3 { padding-bottom: 3rem; }
.pb-4 { padding-bottom: 4rem; }
.pb-5 { padding-bottom: 5rem; }
.pb-6 { padding-bottom: 6rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 4rem; }
.mb-5 { margin-bottom: 5rem; }
.mb-6 { margin-bottom: 6rem; }
.ml-1 { margin-left: 1rem; }
.ml-2 { margin-left: 2rem; }
.ml-3 { margin-left: 3rem; }
.ml-4 { margin-left: 4rem; }
.ml-5 { margin-left: 5rem; }
.ml-6 { margin-left: 6rem; }
.pt-1 { padding-top: 1rem; }
.pt-2 { padding-top: 2rem; }
.pt-3 { padding-top: 3rem; }
.pt-4 { padding-top: 4rem; }
.pt-5 { padding-top: 5rem; }
.pt-6 { padding-top: 6rem; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mt-4 { margin-top: 4rem; }
.mt-5 { margin-top: 5rem; }
.mt-6 { margin-top: 6rem; }
.w-100 {
	width: 100%;
}

#checkout-checkout .alert-dismissable .close, .alert-dismissible .close {
	right:0;
}

.disable-btn {
	user-select: none;
	pointer-events: none;
	opacity: 0.5;
}
/** BANNER/SWIPER CONTAINER **/
.swiper-viewport {
	border:none !important;
	border-radius:0 !important;
	box-shadow: none !important;
}
/** INFORMATION **/
.about-us, .privacy-policy, .terms {
	margin:auto;
	width:75%;
	font-size:1.6rem;
	line-height:175%;
}
.about-us h1, .privacy-policy h1, .terms h1 {
	margin-bottom:4rem;
}
.terms ul.downloads li a {
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: .25em 15px .75em 0;
}
.terms ul.downloads li a:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-family: FontAwesome;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding-right: 10px;
}
.terms ul.downloads li a:after {
	content: "\f054";
	display: inline-block;
	font-style: normal;
	float: right;
	font-variant: normal;
	font-family: FontAwesome;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all 0.35s ease-in-out;
}
.terms ul.no-bullet {
	padding:0;
	margin-left: 0;
	list-style: none;
}
.terms ul.downloads li a.document:before {
	content: '\f15b';
}
.terms ul.downloads li a.pdf:before {
	content: '\f1c1';
}

/** COOKIE **/
.cookie-consent-banner {
	font-family: sans-serif;
	display: none;
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	min-height:40px;
	background-color: #000000;
	z-index: 1504;
}
.cookie-consent-banner div {
	display: inline-block;
	color:#FFFFFF;
}
.cookie-consent-description {
	padding: 0 5%;
	margin-right: 10%;
}
.cookie-consent-message {
	display: inline-block;
	margin-right: 1em;
	margin-top: 10px;
	width: 100%;
	transition: margin-top 300ms;
}
.cookie-consent-dismiss-message {
	right: 5%;
	position: fixed;
	bottom: 10px;
}
.cookie-consent-dismiss-message a {
	color: white;
}
.cookie-consent-btn {
	padding:5px 15px;
	background-color: #0F78B4;
	border-radius: 6px;
	cursor: pointer;
	user-select: none;
}
@media only screen and (max-width: 1300px) {
	.cookie-consent-message {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.cookie-consent-message {
		font-size: 0.9rem;
		margin-top: 5px;
		width: 75%;
	}
}

/** CHECKOUT **/
.disable-selector {
	user-select: none;
	pointer-events: none;
	border: solid 1px #CCCCDD;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
}
.duplicate-owners-content {
	padding: 1rem;
	margin: 1rem;
	border: 2px solid #62B246;
	border-radius: 6px;
}
.duplicate-owners-content .duplicate-owners-head {
	padding: 1rem;
	margin: -1rem -1rem 1rem -1rem;
	color: white;
	font-size: 1.5rem;
	background-color: #62B246;
}
.duplicate-owners-content .duplicate-owners-head .form-check label {
	font-size: 1.75rem;
}
.duplicate-owners-content h4 {
	color: #5A5655;
	font-size: 1.75rem;
	padding-bottom: 0.5rem;
}
.duplicate-owners-content .duplicate-owners-body table{
	width:100%;
}
/** CHECKOUT LEFT SIDE **/
.checkout-subscription-table,.checkout-promotioncode-table {
	width:95%;
	margin:1rem 0 2rem 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.checkout-subscription-table,.checkout-promotioncode-table th, td {
	padding:0.5rem 0.25rem;
}
.checkout-subscription-table,.checkout-promotioncode-table th {
	font-style: italic;
}
.checkout-subscription-table,.checkout-promotioncode-table td:nth-child(1) {
	width:60%;
}
.checkout-subscription-table,.checkout-promotioncode-table td:nth-child(2) {
	font-weight:800;
}

/** CHECKOUT OVERLAY **/
.checkoutoverlay {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 3;
}
.checkoutoverlay .inner {
	position: absolute;
	top: 25%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding: 20px;
	font-size: 3rem;
	font-weight: 100;
	text-shadow: 2px 2px 2px black;
	color: white;
	letter-spacing: 3px;
	line-height: 140%;
}
.prdo-multiple-subsc-prompt {
	width:90%;
	padding: 1rem;
	margin: 1rem 0 3rem 0.5rem;
	border-left: solid 7px #F8992D;
	font-size: 1.4rem;
	line-height: 160%;
	color:#000000;
}
.prdo-multiple-subsc-prompt.complete {
	border-left: solid 7px #62B246;
}
.prdo-multiple-subsc-prompt #prdo-forms-complete {
	display:none;
	margin: 15px;
	border-bottom: 2px solid #62B246;
	color: #62B246;
}
.prdo-multiple-subsc-prompt:after, .prdo-multiple-subsc-prompt.complete:after {
	content: "\f054";
	display: inline-block;
	font-style: normal;
	float: right;
	font-variant: normal;
	font-family: FontAwesome;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.prdo-multiple-subsc-prompt.complete:after {
	content: "\f00c";
	color:#62B246;
}
@media only screen and (max-width: 768px) {
	.prdo-multiple-subsc-prompt:after {
		content: "\f078";
	}
}
/** SEARCH PAGE **/
#compare-total {
	display:none;
}
/** PRODUCT VIEWS **/
#product-product #content .nav {
	display: none;
}
#quantity-selector {
	width: auto;
}
#quantity-selector-cart {
	width:100%;
	height:37px;
	padding-left: 5px;
}
.p-details {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	background-color: rgb(254, 254, 254);
}
.p-detail-head {
	margin-bottom: 0.5em;
	padding: 0.5em 0 0;
	font-weight: bold;
	line-height: 1.15em;
}
.p-detail-copy {
	margin-bottom: 1rem;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.5em;
}

/** CATEGORY PAGE **/
.product-thumb .caption {
	min-height: 80px;
}
#product-category #column-left {
	display:none;
}
#product-category #content {
	float: none;
	margin: auto;
}

/** PRODUCT OWNER WIDGET **/
#payment-method-controls {
	margin: 2rem 15px;
}
.product-owners-backing {
	visibility: hidden;
	position: absolute;
	border: lightgrey 1px solid;
	margin: 0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.product-owner-input-errors, .collect-email-input-errors {
	display:none;
	border-radius:6px;
	border: solid 1px #830B0D;
	background-color: rgba(172, 41, 87,0.2);
	font-size:1.25rem;
	color:#830B0D;
	line-height:130%;
	padding:8px;
}
.collect-email-input-errors {
	display: none;
	color: #830A12;
	padding: 12px;
	font-size: 1.5rem;
	margin-top: 1rem;
}
.product-owner-input-form-content, .order-history-content-container {
	padding-left:25px;
}
.product-owner-input-form, .product-order-year {
	width:100%;
	margin-bottom:2rem;
}
.product-owner-input-form .prdo-checkbox {
	width:auto;
}
.product-owner-input-form .prdo-underscore {
	border-bottom: 1px solid #999999;
}
.product-owner-input-form .collapse {
	width: 100%;
}
.product-owner-input-form .btn-default {
	font-weight: 800;
	display:inline-block;
	width:100%;
}
.product-owner-input-form .ast:before {
	/*display: inline-block;*/
	display: block;
	position: absolute;
	content: "*";
	color: #830B0D;
	font-weight: bold;
	margin-left: -2rem;
	line-height: 36px;
	font-size: 18px;
}
#btn_prod_forms_done {
	float:left;
	margin-left: 1.5rem;
}
.product-owner-input-form input:not([type=radio]):not([type=checkbox]) {
	display:inline-block;
	width:100%;
}
.product-owner-input-form input {
	margin-bottom: 0.5rem;
}
.product-owner-input-form .incomplete {
	display: inline-block;
	position: absolute;
	float: left;
	margin-right: 1.5rem;
	margin-top: 2px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	font-size: 22px;
	background-color: #A3A1A3;
	left: 15px;
}
.product-owner-input-form .incomplete:before,
.product-owner-input-form .incomplete.valid:before {
	font-family: FontAwesome;
	font-weight: 900;
}
.product-owner-input-form .incomplete:before {
	color: rgba(255,255,255,0.4);
	content: "\f128";
}
.product-owner-input-form .incomplete.valid {
	background-color:#62B246;
}
.product-owner-input-form .incomplete.valid:before {
	color:#FFFFFF;
	content: "\f00c";
}
.product-owner-alert-overlay {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index:2;
}
.product-owner-alert-overlay .product-owner-alert {
	position: relative;
	top:10%;
	margin:auto;
	width:75%;
	min-height:35%;
	padding:1rem;
	border-radius:1rem;
	background-color: #FFFFFF;
}
.product-owner-alert {
	display: table;
}
.product-owner-alert .fa-times {
	position: absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	color:#999999;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.product-owner-alert > .product-owner-alert-content {
	display: table-cell;
	vertical-align: middle;
	font-size:1.6rem;
	color:#666666;
	cursor: pointer;
}
.product-owner-input-form input[type="text"].off {
	opacity: 0.5;
	cursor: default;
}
.product-owner-input-form .btn.btn-default.master:before {
	content: "";
	position: absolute;
	left: 60px;
	margin-top: 2px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #008CC2;
}

/** ORDER HISTORY **/
.find-your-orders-form .form-group {
	position: relative;
}
.find-your-orders-form .form-group label {
	margin-left:3rem;
}
.find-your-orders-form .form-group .help-tip a {
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.find-your-orders-form .form-group label {
		margin-left:0;
	}
}
.product-order-instance {
	padding:1rem;
	border-bottom:1px solid #008CC2;
	box-shadow: 4px 3px 2px rgba(0,0,0,0.3);
}
.product-order-year button.btn-default {
	font-weight: bold;
	text-align: left;
	color: #0f78b5;
	font-size: 1.75rem;
}
.products-ordered h4{
	border-bottom:1px solid #CCC;
}
.product-order-data-category {
	font-variant: small-caps;
}
.order-history-order-price-summary .row p {
	line-height: 120%;
	margin: 2px 0;
}

/** REDIRECT PROMPT **/
.redirect-wrapper {
	display: none;
	position: absolute;
	top:0;
	min-height: 50px;
	width: 100%;
	background-color: rgba(98,179,70,.9);
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.4);
	z-index: 2;
}
.redirect-content {
	margin: auto;
	color: white;
	font-size: 1.6rem;
	text-align: center;
	line-height: 50px;
	padding: 5px 20px 5px 20px;
}
.redirect-content a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid white;
}
.redirect-wrapper .close {
	position: absolute;
	right: 25px;
	top: 10px;
	width: 14px;
	height: 14px;
	opacity: 0.3;
}
.redirect-wrapper .close:hover {
	opacity: 1;
}
.redirect-wrapper .close:before, .close:after:not(.alert-dismissible .close:after) {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 15px;
	width: 3px;
	background-color: #333;
}
.redirect-wrapper .close:before {
	transform: rotate(45deg);
}
.redirect-wrapper .close:after {
	transform: rotate(-45deg);
}
@media only screen and (max-width: 1300px) {
	.redirect-content {
		line-height: 20px;
		padding: 5px 50px 5px 50px;
	}
}

/* HELP TIP */
.help-tip{
	position: absolute;
	top: 7px;
	left: 6px;
	text-align: center;
	background-color: #63b246;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
	display: none;
	text-align: left;
	background-color: #999;
	padding: 20px;
	width: 300px;
	left: -6px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	top: 28px;
	color: white;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color: #999;
	left: 10px;
	top: -12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}
@media only screen and (max-width: 768px) {
	.find-your-orders-form .help-tip {
		left:auto;
		right: 0;
		top: 1px;
	}
	.help-tip p {
		left:auto;
		right:0;
	}
	.help-tip p:before {
		left: auto;
		right: 10px;
	}
}

/* CSS animation */

@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

/* TOP LINKS */
#top-links a {
	color:#006281;
}
/** FOOTER **/
@media (max-width: 600px) {
	#content {
		min-height: inherit;
	}
}
@media (max-width: 768px) {
	footer .container {
		padding-left: 65px;
		padding-bottom: 10px;
	}
}
/** CHECKOUT BREADCRUMBS **/
@media (max-width: 600px) {
	#checkout-checkout ul li:first-child,
	#common-success ul li:first-child {
		padding:0;
	}
	#checkout-checkout ul li:not(:first-child),
	#common-success ul li:not(:first-child) {
		padding:0 5px;
	}
}